@font-face {
	font-family: HelveticaLTStd-BoldCond;
	src: url(../font/HelveticaLTStd-BoldCond.otf);
}
@font-face {
	font-family: HelveticaLTStd-Roman;
	src: url(../font/HelveticaLTStd-Roman.otf);
}

/* Reglas generales */
html {
  position: relative;
  min-height: 100%;
}
@media (min-width: 768px) {
	body {
	  /* Margin bottom by footer height */
	  margin-bottom: calc(40px + 83px + 50px); 
	}
}

.wrapper {
	width: 100%;
	/* whatever width you want */
	display: inline-block;
	position: relative;
	margin-bottom: 10px;
}
.wrapper:after {
	padding-top: 56.25%;
	/* 16:9 ratio */
	display: block;
	content: '';
}
.main {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: black;
    color: white;

}

#navbar{
	background-color: #0046a8;
	padding-bottom: 17px;
}
@media (min-width: 768px) {
	#navbar{
		height: 83px;
		padding-bottom: 0px;
	}
}

#navbar .titulo{
	font-size: 27px;
	color: #acc5e8;
	margin-top: 26px;
	font-family: HelveticaLTStd-BoldCond;
	letter-spacing: -0.017em;
	text-align: center;
}
@media (min-width: 768px) {
	#navbar .titulo{
		margin-top: 26px;
		text-align: left;
		font-size: 23px;
		margin-top: 28px;
	}
}
@media (min-width: 992px) {
	#navbar .titulo{
		font-size: 27px;	
		margin-top: 26px;
	}
}


#navbar .menu{
	
	text-align: center; 
}
@media (min-width: 768px) {
	#navbar .menu{
		text-align: right;
		margin-top: 24px;
	}
}
@media (min-width: 992px) {
	#navbar .menu{
		margin-top: 26px;
	}
}


#navbar .menu a{
	font-size: 13px;
	color: #ffffff;
	font-family: HelveticaLTStd-BoldCond;
	line-height: 21.6px;
	height: 33px;
	display: inline-block;
	vertical-align: top;
	padding: 7px 17px 0px ;
	text-decoration: none;
	border: 1px solid transparent;
}
@media (min-width: 768px) {
	#navbar .menu a{
		font-size: 18px;
		padding: 8px 27px 0px ;
	}
}

#navbar .menu a.active,
#navbar .menu a:hover{
	border: 1px solid #ffffff;
}

#fondo{
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: -1;
	background-image: url("../img/fondo-1.jpg");
    background-size: cover;
    background-position: 100% 0%;
    background-repeat: no-repeat;
    background-color: #ABC6E6;
}

#login{
	padding-top: 45px;
}

#login .titulo{
	font-size: 19px;
	color: #0046a8;
	font-family: HelveticaLTStd-BoldCond;
	line-height: 35px;
}

#login .subtitulo{
	font-size: 48px;
	line-height: 54px;
	color: #0046a8;
	font-family: HelveticaLTStd-BoldCond;
	letter-spacing: -0.040em;
	margin-bottom: 5px;
}
#logo-uca{
	position: relative;
	width: 220px;
	display: block;
	margin: 0px auto;
}
@media (min-width: 992px) {
	#logo-uca{
		position: absolute;
		top: 0px; 
		right: 52px;
		width: 220px;
		margin: initial;
	}
}

#login .lbl_login{
	color: #0046a8;
	font-size: 22px;
	letter-spacing: -0.017em;
	font-family: HelveticaLTStd-BoldCond;
	margin-bottom: 5px;
}


#login .lista{
	list-style: none;
	padding-inline-start: 0px;
	padding-left: 0px;
}

#login .lista li{
	font-family: HelveticaLTStd-BoldCond;
	font-size: 19px;
	line-height: 35px;
	color:#0046a8;
}

#login .lista .icon{
	display: inline-block;
	width: 30px;
	height: 26px;
	background-repeat: no-repeat;
	vertical-align: middle;
	margin-right: 5px
}

#login .lista .icon-1{
	background-size: 22px auto;
	background-image: url("../img/icon-1.png");
	background-position: 50% 50%;
	position: relative;
	top: -2px;

}
#login .lista .icon-2{
	background-size: 26px auto;
	background-image: url("../img/icon-2.png");
	background-position: 50% 50%;
	
}
#login .lista .icon-3{
	background-size: 22px auto;
	background-image: url("../img/icon-3.png");
	background-position: 50% 50%;
	position: relative;
	top: -2px;
	
}
#login .lista .icon-4{
	background-size: 30px auto;
	background-image: url("../img/icon-4.png");
	background-position: 50% 50%;
	
}

#login .foto{
	width: 140px;
	height: 132px;
	background-image: url("../img/foto-01.png");
	background-size: 100% auto; 
	background-repeat: no-repeat;
	display: block;
	vertical-align: top;
	margin: 15px auto 0px;
}
@media (min-width: 992px) {
	#login .foto{
		display: inline-block;
		margin-top: 15px;
		margin-left: 0px;
		margin-right: 0px;
	}
}

#login .host{
	display: inline-block;
	
	
	
}
@media (min-width: 992px) {
	#login .host{
		width: 450px;
		margin-left: 20px;
	}
}


#login .titulo-2{
	margin-top: 37px; 
	font-size: 26px;
	color: #0046a8;
	line-height: 31.58px;
	font-family: HelveticaLTStd-BoldCond;
}
#login .descripcion{
	display: inline-block;
	font-size: 18px;
	color: #3c4242;
	line-height: 21.6px;
	font-family: HelveticaLTStd-BoldCond;
	margin-bottom: 20px;
}

#login .input{
	border: 1px solid #0089cf;
	border-radius: 0px;
	background-color: #ffffff;
	width: 100%;
	height: 40px;
	font-size: 15px;
	line-height: 22px;
	font-family: HelveticaLTStd-Roman;
	color: #4d4d4d;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 7px;
	margin-bottom: 11px;
}
#login .boton{
	font-family: HelveticaLTStd-BoldCond;
	font-size: 19px;
	line-height: 31.58px;
	color: #FFFFFF;
	background-color: #005cba;
	border: none;
	width: 100%;
	height: 40px;
	padding-top: 6px;
}

#login .olvido_password{
	margin-top: 30px; 
}
@media (min-width: 768px) {
	#login .olvido_password{
		margin-top: 80px; 
	}	
}

#footer{
	background-color: #ffffff;
	width: 100%;
	margin-top: 30px;
}
@media (min-width: 768px) {
	#footer{
		height: 83px;
		position: absolute;
		bottom: 40px;
	}	
}


#footer .link{
	margin-top: 33px;
	font-size: 14px;
	line-height: 21.6px;
	color: #0046a8;
	font-family: HelveticaLTStd-BoldCond;
	letter-spacing: -0.017em;
	text-align: center;
}
@media (min-width: 768px) {
	#footer .link{
		text-align: left;
		font-size: 15px;
	}
}
@media (min-width: 992px) {
	#footer .link{
		margin-top: 33px;
		font-size: 18px;
	}
}

#footer .marcas{
	text-align: center;
}
@media (min-width: 768px) {
	#footer .marcas{
		text-align: right;
	}
}

#logo-merck{
	width: 127px;
	margin-top: 32px;
	vertical-align: top;
	margin-right: 35px;
}

#logo-pfizer{
	width: 81px;
	margin-top: 18px;	
	vertical-align: top;
	margin-bottom: 20px;
}
@media (min-width: 768px) {
	#logo-pfizer{
		margin-right: 50px;
		margin-bottom: 0px;
	}
}

#creditos{
	background-color: #000000;
	padding-top: 10px;
	padding-bottom: 7px;
	width: 100%;
}
@media (min-width: 768px) {
	#creditos{
		position: absolute;
		bottom: 0;
		height: 40px;
		padding-top: 10px;
		padding-bottom: 0px;
	}
}

#creditos,
#creditos a{
	font-size: 13px;
	font-family: HelveticaLTStd-Roman;
	color: #ffffff;
	letter-spacing: 0.080em;
	line-height: 22px;
}

#body{
	padding-top: 45px;
}
#icon-sound{
	width: 28px;
}
#cambiar_lenguaje{
	width: 145px;
	height: 26px;
	background-color: #005cba;
	color: white;
	font-family: HelveticaLTStd-BoldCond;
	font-size: 12px;
	border: none;
	text-align: center;
	padding-top: 4px; 
	margin-left: 3px;
}
#body .titulo{
	margin-top: 7px;
	font-size: 18px;
	color: #3c4242;
	line-height: 21.6px;
	font-family: HelveticaLTStd-BoldCond;
}

#body .subtitulo{
	margin-top: 7px;
	font-size: 36px;
	color: #0046a8;
	line-height: 48px;
	font-family: HelveticaLTStd-BoldCond;
	letter-spacing: -0.040em;
}

#body .icon-2{
	width: 25px;
	height: 25px;
	background-size: 25px auto;
	background-image: url("../img/icon-2.png");
	background-position: 50% 50%;
	display: inline-block;
	background-repeat: no-repeat;
	vertical-align: top;
	margin-right: 5px;
	position: relative;
	top: -2px;
}
#body .fecha{
	font-family: HelveticaLTStd-BoldCond;
	font-size: 18.38px;
	color:#0046a8;
	line-height: 27.78px;
	vertical-align: top;
}
#body .descripcion{
	margin-top: 10px;
	font-family: HelveticaLTStd-Roman;
	color: #4d4d4d;
	font-size: 16px;
	line-height: 22px;
}
#body .lbl_preguntas{
	color: #0046a8;
	font-size: 22px;
	letter-spacing: -0.017em;
	font-family: HelveticaLTStd-BoldCond;
	margin-bottom: 5px;
	margin-top: 20px;
}
@media (min-width: 768px) {
	#body .lbl_preguntas{
		margin-top: 0px;
	}
}

#body .input{
	border: 1px solid #0089cf;
	border-radius: 0px;
	background-color: #ffffff;
	width: 100%;
	height: 40px;
	font-size: 15px;
	line-height: 22px;
	font-family: HelveticaLTStd-Roman;
	color: #4d4d4d;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 7px;
	margin-bottom: 11px;
}
#body textarea.input{
	height: 123px;
	resize: none;
	padding-top: 15px;
}

#body .boton{
	font-family: HelveticaLTStd-BoldCond;
	font-size: 19px;
	line-height: 31.58px;
	color: #FFFFFF;
	background-color: #005cba;
	border: none;
	width: 100%;
	height: 40px;
	padding-top: 6px;
}
#classes .titulo{
	margin-top: 37px;
	margin-bottom: 15px;
	font-size: 36px;
	color: #0046a8;
	line-height: 48px;
	font-family: HelveticaLTStd-BoldCond;
	letter-spacing: -0.040em;
}
#classes .wrapper{
	margin-bottom: 5px;
}

#classes .titulo-video{
	font-size: 18.38px;
	font-family: HelveticaLTStd-BoldCond;
	line-height: 20px;
	color: #0046a8;
}
#classes .fecha{
	font-size: 18px;
	font-family: HelveticaLTStd-BoldCond;
	line-height: 21.6px;
	color:#3c4242;
	margin-bottom: 19px;
}




