/*
Theme Name: Etiqueta Viteri
Author: Andres J. Villar - Merit Designs
Author URI: https://meritdesigns.com
Description: Theme Wordpress
Version: 1.0
*/
:root {	
	--white: #ffffff;
	--pink: #b49096;
	--black: #222222;
	--primary: #737577;
}
html, body{
	height: 100%;
}
body {
	background: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	color: var(--primary);
	font-weight: normal;
	line-height: 1.6em;
}
p {
	margin-bottom: 20px;
}
.container, .container-fluid {
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
}
.clear, .clearfix {
	display: block;
	clear: both;
}
.height10 {
	height: 10px;
}
.height20 {
	height: 20px;
}
.height30 {
	height: 30px;
}
.height50 {
	height: 50px;
}
img {
	max-width: 100%;
	height: auto;
}
.black {
	color: var(--black);
}
.white {
	color: var(--white);
}
.pink {
	color: var(--pink);
}
.bg-black {
	background: var(--black);
}
.bg-white {
	background: var(--white);
}
.bg-pink {
	background: var(--pink);
}
.bg-grey {
	background: #f0f0f0;
}
a, button {
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
a, a:hover, a:focus, a:active {
	text-decoration: none;
	color: var(--pink);
}
.readmore, .boton {
	text-transform: uppercase;
	display: inline-block;
	color: var(--white);
	background: var(--pink);
	border: 1px solid var(--pink);
	padding: 10px 30px;
	font-weight: normal;
	font-family: 'Montserrat', sans-serif;
	border-radius: 25px;
}
.boton:hover, .boton:focus {
	color: var(--white);
	background: #a48187;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
}


/**** HEADER ****/
.top {
	background:#e4e4e4;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 13px;
	color:var(--pink);
}
.top span.email, .top span.direccion, .top span.sep {
	display: inline-block;
	padding-top: 5px;
}
.top .sep {
	display: inline-block;
	margin: 0 10px;
	font-size: 12px;
	position: relative;
	top: -1px;
}
.top .social a {
	color:#8e8a8a;
	font-size: 14px;
	margin-right: 4px;
}
.top .social a:hover {
	color:var(--pink);
}
.top .social {
	margin-right: 10px;
}
.top .login a.boton {
	padding: 6px 10px;
}
header {
	z-index: 100;
	position: relative;
	width: 100%;
	background: #fff;
}
header .navbar-brand {
	padding: 3px 0px;
	min-height: none;
	height: auto !important;
	z-index: 9999 !important;
}
header .navbar-brand img {
    height: 100px;
}
.navbar-header {
    position: relative;
    z-index: 999;
}
.navbar-default {
    background-color: transparent !important;
    border-color: none;
    border: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
}
.navbar-default .navbar-nav li a {
	color: #909090;
	font-size: 14px;
	border: none;
	text-transform: none;
	font-weight: 500;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	font-family: 'Montserrat', sans-serif;
	border-bottom: 3px solid transparent;
	padding: 25px 0;
}
.navbar-default .navbar-nav li.active a, .navbar-default .navbar-nav li a:hover,
.navbar-default .navbar-nav li a:focus {
	background:none !important;
	color: #333333;
	border-bottom: 3px solid var(--pink);
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a:hover {
    color: #333333;
	border-bottom: 3px solid var(--pink);
}
.navbar-default .navbar-nav li {
	padding-right: 15px;
	padding-left: 15px;
}
.navbar-right {
    padding-top: 14px;
}
.imgcarousel {
	width: 100%;
}
.container-menu {
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
}
.sticky {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background:#fff;
}
h4 {
	font-size: 17px;
	line-height: 1.4em;
	font-weight: 500;
}
.destacados img {
	width: 80px;
}
.destacados {
	margin-bottom: 50px;
}
.height70 {
	height: 70px;
}
h3, .h3 {
	color:#737577;
	font-weight: 700;
	font-size: 28px;
	line-height: 1.4em;
}
.line {
	width: 80px;
	height: 3px;
	margin-left: auto;
	margin-right:auto;
	background:var(--pink);
	margin-bottom: 30px;
}
.line.left {
	margin-left: 0;
	margin-right: 0;
}
.video-wrapper, .video-responsive, .video {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
}
.video-responsive iframe, .video-wrapper iframe, .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.conferencias {
	position: relative;
	padding-left: 90px;
}
.conferencias img {
	width: 70px;
	position: absolute;
	left: 0;
	top: 0;
}
.conferencias p.titulo {
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: 500;
}
.fichaevento {
	display: block;
	width: 100%;
	height: 400px;
	position: relative;
}
.fichaevento .contenido {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background:#fff;
	text-align: center;
	padding: 15px 20px;
	transition: all .2s;
	min-height: 76px;
}
.fichaevento:hover .contenido {
	background: var(--pink);
}
.fichaevento .contenido h4 {
	text-transform: uppercase;
	margin: 0;
	color: #808080;
	transition: all .2s;
	font-size: 16px;
}
.fichaevento:hover .contenido h4 {
	color:#fff;
}
.fichaevento .overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background:rgba(0,0,0,0.3);
	opacity: 0;
	transition: all .2s;
}
.fichaevento:hover .overlay {
	opacity: 1;
}
.owl1 .owl-nav, .owl1 .owl-dots {
	display: none !important;
}
.cifras {
	text-align: center;
	color:#fff;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 50px;
}
.cifras .fa {
	font-size: 50px;
	margin-bottom: 15px;
}
.cifras .cantidad {
	font-weight: bold;
	font-size: 44px;
	line-height: 52px;
}
.noticia {
	background: #f4f4f4;
	text-align: center;
	padding-bottom: 15px;
	margin-bottom: 40px;
}
.fichanoticia {
	position: relative;
	display: block;
	width: 100%;
	height: 280px;
	margin-bottom: 22px;
}
.fechas {
	position: absolute;
	width: 60px;
	background: var(--pink);
	text-aling: center;
	top: 15px;
	left: 15px;
	display:block;
	color:#fff;
}
.fechas .dia {
	padding: 5px 0;
	font-weight: bold;
	font-size: 18px;
}
.fechas .mes {
	float: left;
	width: 100%;
	background: #333;
	font-size: 12px;
	paddin-top: 3px;
	padding-bottom: 3px;
	text-transform: uppercase;
}
.noticia .cont {
	padding-left: 20px;
	padding-right: 20px;
}
.noticia h4 {
	color:#333;
	font-size: 17px;
}
.noticia .fecha {
	text-transform: uppercase;
	font-size: 13px;
}
.owl2 .owl-dots {
	display: none !important;
}
.owl2 .owl-nav {
	display: block !important;
	font-size: 36px;
}
.owl2 .owl-nav button {
	margin: 0 5px;
}
.seguir h3 {
	font-weight: 500 !important;
	font-size: 22px;
}
.seguir {
	font-size: 15px;
}
.seguir .fa {
	font-size: 17px;
	margin-right: 5px;
}
footer {
	background:#222222;
	color:#fff;
	padding-top: 24px;
	padding-bottom: 18px;
	font-size: 12px;
}
.content-articulo {
	text-align: center;
	margin-bottom: 40px;
}
.content-articulo img {
	width: 100px;
}
.tituloarticulo {
	color:#333;
	padding-left: 15px;
	padding-right:15px;
	margin: 10px 0;
	min-height: 60px;
}
.boton2 {
	display: inline-block;
	background: #f0f0f0;
	color:#333;
	padding: 7px 14px;
	font-size: 13px;
}
.panel-heading .accordion-toggle {
    position: relative;
    display: block;
    padding-right: 40px !important;
}
.panel-heading .accordion-toggle:after {
  content: "-"; /* adjust as needed, taken from bootstrap.css */
  color: #666; /* adjust as needed */
  font-size: 20px;
  position: absolute;
  right: 0;
  top: 0px;
  width: 24px;
  height: 24px;
  background: var(--pink);
  text-align: center;
  color:#fff;
}
.panel-heading .accordion-toggle.collapsed:after {
  content: "+"; /* adjust as needed, taken from bootstrap.css */
  font-size: 20px;
  position: absolute;
  right: 0;
  top: 0px;
  width: 24px;
  height: 24px;
  background: var(--pink);
  text-align: center;
  color:#fff;
}
.panel-heading .accordion-toggle {
    color: #333;
    font-weight: normal;
    text-decoration: none !important;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
    padding-top: 3px;
    padding-bottom: 3px;
}
.formularios {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}
.formulario input, .formulario select, .formulario textarea {
	background:#f7f7f7;
	border: 1px solid #e0e0e0;
	margin-bottom: 16px;
	padding: 13px;
	width: 100%;
}
.formulario textarea {
	height: 140px;
}
.talleronline {
	background: #f0f0f0;
	padding: 20px;
	margin-bottom: 30px;
	color:#444;
}
.talleronline .col-sm-5 img {
	width: 100%;
}
.talleronline .inscribete {
	background: #fff;
	display: block;
	width: 100%;
	text-align: center;
	padding: 17px 14px;
}
.inscripcion {
	padding-left: 40px;
}
h4.border {
	font-weight: normal;
	color:#111;
	padding-bottom: 3px;
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 40px;
}
.contactos p {
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 20px;
}
.redes a {
	display: inline-block;
	width: 38px;
	height: 38px;
	color: #fff !important;
	background: var(--pink);
	text-align: center;
	line-height: 37px;
	font-size: 17px;
	margin-right: 5px;
	border-radius: 8px;
}
.icono {
	font-size: 46px;
	color:var(--pink);
	display: block;
	margin-bottom: 12px;
}
.tablecursos th {
	background: #b49096;
	text-transform: uppercase; 
	color: #fff;
}
.tablecursos td {
	border: none !important;
}
.tablecursos tr:nth-child(2n) {
	background: #f9f9f9;
}
.tablecursos td a.boton {
	padding: 5px 15px;
	font-size: 13px;
}
label.error {
    color: #b49096;
    font-size: 13px;
    margin-top: -14px;
    position: relative;
    display: block;
}
.alert-danger {
    border: 1px solid #b49096;
    color: #b49096;
    border-radius: 10px;
    padding: 10px 15px;
    margin-bottom: 20px;
    background: #fceff1;
    text-transform: uppercase;
    font-weight: 600;
}
#html5-watermark {
	display: none !important;
}
.btnacceso {
	display: inline-block;
    background: #b49096;
    color: #fff !important;
    border-radius: 2px;
    padding: 6px 15px;
    margin-left: 10px;
}



@media(min-width:767px) {
	.pleft {
		padding-left: 30px;
	}
	.pright {
		padding-right: 30px;
	}
	.developer {
		text-align: right;
	}
	.floatright {
		float: right;
	}
}


@media(max-width:991px) {
	.top span.email, .top span.sep {
		display: none;
	}
}

@media(max-width: 767px) {
	.top span.telefono {
		padding-top: 5px;
		display: block;
	}
	#logo {
		margin-top: -10px;
  		margin-bottom: -10px;
		margin-left: -10px;
	}
	.navbar-toggle {
	  position: relative;
	  float: right;
	  padding: 9px 10px;
	  margin-top: 21px;
	  margin-right: 0;
	  margin-bottom: 8px;
	  background-color: transparent;
	  background-image: none;
	  border: 1px solid transparent;
	  border-radius: 4px;
	  border: none !important;
	  background: #fff !important;
	  color: #666;
	  font-size: 20px;
	}
	.navbar-default .navbar-nav li {
 		padding-right: 0;
  		padding-left: 0;
	}
	.navbar-default .navbar-nav li a {
  		padding: 12px 0;
  		border-bottom: 1px solid #f0f0f0 !important;
	}
	h3, .h3 {
 		font-size: 22px;
  	}
  	.inscripcion {
		padding-left: 0;
	}
}

@media(max-width:498px) {
	.fichaevento {
 		height: 300px;
  	}
  	.fichaevento .contenido {
  		padding: 15px 15px;
  	}
  	.fichaevento .contenido h4 {
  		font-size: 15px;
	}
	.top .col-xs-4 {
		display: none;
	}
	.top .col-xs-8 {
		float: none;
		width: 100%;
	}
	.cifras .fa {
 		font-size: 44px;
  	}
  	.cifras .cantidad {
 		font-size: 36px;
  		line-height: 48px;
	}
	.cifras {
  		font-size: 15px;
  	}
  	.tituloarticulo {
		padding-left: 0;
		padding-right: 0;
	}
	.boton2 {
		padding: 7px 11px;
	}
}