@font-face {
	font-family: Oswald-Bold;
	src: url(../fonts/Oswald-Bold.ttf);
}
@font-face {
	font-family: Montserrat-Regular;
	src: url(../fonts/Montserrat-Regular.otf);
}
@font-face {
	font-family: Montserrat-Medium;
	src: url(../fonts/Montserrat-Medium.otf);
}
@font-face {
	font-family: Montserrat-Light;
	src: url(../fonts/Montserrat-Light.otf);
}
@font-face {
	font-family: Montserrat-SemiBold;
	src: url(../fonts/Montserrat-SemiBold.otf);
}

*, body{
	font-family: Montserrat-Medium;
	color: #231F20;
}

html, body{
	height: 100%;
}
/* Clases asitentes */
.margin-top-50{
	margin-top: 50px;
}
.margin-top-70{
	margin-top: 70px;
}
.texto-blanco,
.texto-blanco *{
	color: white !important;
}
.texto-rojo{
	color: #D91A32;
}
.texto-amarillo{
	color: #F9EC31;
}
.wrapper {
	width: 100%;
	display: inline-block;
	position: relative;
}
.wrapper:after {
	padding-top: 56.25%;
	display: block;
	content: '';
}
.main {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: black;
    color: white;
    z-index: 10;
}
/* Terminan clases asitentes */

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

.linea,
.linea_2{
	display: none;
}

@media (min-width: 992px) {
	.linea{
		/*position: absolute;*/
		position: fixed;
		left: 80px;
		background-image: url("../img/line.png");
		background-repeat: no-repeat;
		height: 100%;
		width: 27px;
		background-size: 110%;
		background-position: 95% 50%;
		z-index: 2;
		top: 0;
		display: initial;
	}
	.linea_2{
		/*position: absolute;*/
		position: fixed;
		left: 80px;
		background-image: url("../img/line_2.png");
		background-repeat: no-repeat;
		height: 100%;
		width: 25px;
		background-size: 100%;
		background-position: 95% 50%;
		z-index: 2;
		top: 0;
		display: initial;
	}
}
#menu{
	margin-top: 20px;
}
#menu ul{
	padding-left: 0px;
	
	
	
}
#menu ul li{
	display: inline-block;
}
#menu ul li:not(:last-child){
	border-right: 1px solid #58595B;
}
#menu ul li a{
	display: block;
	padding: 0px 20px 0px 18px;
	color: #58595B;
	font-size: 12px;

}
#menu ul li.active a{
	color: #000;	
}

#menu ul li img{
	position: relative;
	top: -2.5px;
	left: -5px;
	width: 18px;
	height: 18px;
}
@media (min-width: 768px) {
	#menu{
		height: 120px;
		margin-top: 0px;
	}
	#menu ul{
		position: absolute;
		bottom: 0px;
		padding-left:0px;
		left: -75px;
	}
	#menu ul li{
		display: inline-block;
	}
	#menu ul li:not(:last-child){
		border-right: 1px solid #58595B;
	}
	#menu ul li a{
		display: block;
		padding: 0px 20px 0px 18px;
		color: #58595B;
		font-size: 14px;
	}
	#menu ul li.active a{
		color: #000;	
	}

	#menu ul li img{
		position: relative;
		top: -2.5px;
		left: -5px;
		width: 18px;
		height: 18px;
	}
}
#header{
	background-color: #FBB041;
	height: 140px; 
	width: 100%;
	position: fixed;
	z-index: 1;
	top: 0;
	text-align: center;
}
#header > div{
	margin-top: 20px;
}
#header .inline{
	display: inline-block;
}
#header .numero{
	font-size: 38px;
	font-family: Oswald-Bold;
}
#header .sup{
	font-size: 14.83px;
	line-height: 29.79px;
	font-family: Montserrat-Medium;
	vertical-align: top;
	top: 2px;
	position: relative;
	left: -4px;
} 
#header .titulo{
	font-family: Montserrat-Medium;
	font-size: 14.37px;
	line-height: 20.49px;
}
@media (min-width: 768px) {
	#header{
		background-color: #FBB041;
		height: 140px; 
		width: 100%;
		position: fixed;
		z-index: 1;
		top: 0;
		text-align: left;
	}
	#header > div{
		margin-top: 25px;
	}
	#header .inline{
		display: inline-block;
	}
	#header .numero{
		font-size: 68px;
		font-family: Oswald-Bold;
	}
	#header .sup{
		font-size: 24.83px;
		line-height: 29.79px;
		font-family: Montserrat-Medium;
		vertical-align: top;
		top: 18px;
		position: relative;
		left: -8px;
	} 
	#header .titulo{
		font-family: Montserrat-Medium;
		font-size: 21.37px;
		line-height: 40.49px;
	}
	#menu{
		height: 105px;
	}
}
@media (min-width: 992px) {
	#header{
		background-color: #FBB041;
		height: 140px; 
		width: 100%;
		position: fixed;
		z-index: 1;
		top: 0;
	}
	#header > div{
		margin-top: 10px;
	}
	#header .inline{
		display: inline-block;
	}
	#header .numero{
		font-size: 83px;
		font-family: Oswald-Bold;
	}
	#header .sup{
		font-size: 24.83px;
		line-height: 29.79px;
		font-family: Montserrat-Medium;
		vertical-align: top;
		top: 18px;
		position: relative;
		left: -8px;
	} 
	#header .titulo{
		font-family: Montserrat-Medium;
		font-size: 30.37px;
		line-height: 40.49px;
	}
	
}
@media (min-width: 1200px) {
	#header .titulo{
		font-family: Montserrat-Medium;
		font-size: 40.37px;
		line-height: 40.49px;
	}
}


#body{
	top: 140px;
	position: relative;
	height: calc(100% - 140px);
	overflow: auto;
}
#presentacion,
#registro{
	margin-top: 75px; 
}
@media (min-width: 1280px) {
	#presentacion{
		padding-right: 48px;	
		position: relative;
		left: -20px
	}	
}

#registro{
	height: 344px;
	background-color: white;
	box-shadow: 0px 0px 8px #777;
}
#registro .titulo{
	font-family: Montserrat-SemiBold;
	font-size: 15px;
	line-height: 18px;
	margin-top: 20px;
	margin-bottom: 14px;
}
#registro .container-fluid{
	padding-right: 30px;
	padding-left:  30px;
}
#registro .input{
	border: none;
	background-color: #BBBDBF;
	height: 37px;
	width: 100%;
	margin-bottom: 14px;
	padding-top: 5px;
	padding-left: 16px;
	padding-right: 16px;
	font-family: Montserrat-Light;
	font-size: 15px;
}
#registro .btn-submit{
	background-color: #D91A32;
	border: none;
	height: 37px;
	width: 100%;
	color: white;
    margin-top: 35px;
    font-family: Montserrat-Regular;
 	font-size: 15px;   
 	padding-top: 4px;
}

.btn-submit[disabled]{
	background-color: #EC5062 !important;
	color: #aaa !important;
}

#presentacion .espacio-100{
	width: 100px;
	height: 89px;
}
.media-object{
	z-index: 3;
	position: relative;
}
.media-left{
    vertical-align: middle;
}
.media-body{
	font-size: 26px;
	line-height: 31.2px;
    vertical-align: middle;
    color: #231F20;
}
.media-body .small {
	font-size: 14px;
	line-height: 16.8px;
	margin-bottom: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.media-body .descripcion{
	font-family: Montserrat-Light;
	font-size: 14px;
	line-height: 16.8px;
	margin-top: 5px;
}

#div_principal,
#preguntas,
#cuadro-agenda{
	margin-top: 57px;
}

#preguntas{
	height: 421px;
	background-color: white;
	box-shadow: 0px 0px 8px #777;
}
#preguntas .titulo{
	font-family: Montserrat-SemiBold;
	font-size: 15px;
	line-height: 18px;
	margin-top: 20px;
	margin-bottom: 14px;
}
#preguntas .container-fluid{
	padding-right: 30px;
	padding-left:  30px;
}

::-webkit-input-placeholder {
   color: #000000;
}

:-moz-placeholder { /* Firefox 18- */
   color: #000000;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #000000;  
}

:-ms-input-placeholder {  
   color: #000000;  
}

#preguntas .input{
	border: none;
	background-color: #BBBDBF;
	height: 37px;
	width: 100%;
	margin-bottom: 14px;
	padding-top: 5px;
	padding-left: 16px;
	padding-right: 16px;
	font-family: Montserrat-Light;
	font-size: 15px;
}
#preguntas .textarea{
	border: none;
	background-color: #BBBDBF;
	height: 195px;
	width: 100%;
	margin-bottom: 14px;
	padding-top: 11px;
	padding-left: 16px;
	padding-right: 16px;
	padding-bottom: 11px;
	font-family: Montserrat-Light;
	font-size: 15px;
	resize: none;
}
#preguntas .btn-submit{
	background-color: #D91A32;
	border: none;
	height: 37px;
	width: 100%;
	color: white;
 	font-family: Montserrat-Regular;
 	font-size: 15px;   
 	padding-top: 4px;
}
.logo-posicionado{
	position: relative;
	top: 13px;
	right: -10px;
}

#agenda{
	margin-top: 15px;
}
@media (min-width: 1280px) {
	#agenda{
		padding-right: 48px;	
		position: relative;
		left: -20px;
	}
}
#agenda .espacio-100{
	width: 100px;
	height: 29px;
}

#cuadro-agenda{
	
	background-color: white;
	box-shadow: 0px 0px 8px #777;
	padding-left: 20px;
	padding-right: 25px;
	padding-top: 15px;
}
#cuadro-agenda .titulo{
	color: #D91A32;
	font-size: 26px;
	line-height: 31.2px;
	margin-bottom: 10px;
}
#cuadro-agenda .hora{
	color: #77787B;
	font-size: 19px;
	line-height: 22.8px;
}
#cuadro-agenda .programa{
	color: #D91A32;
	font-size: 14px;
	line-height: 22.8px;
}
#cuadro-agenda .nombre{
	color: #231F20;
	font-size: 14px;
	line-height: 22.8px;
}
#cuadro-agenda .ponencia{
	font-family: Montserrat-Light;
	color: #231F20;
	font-size: 14px;
	line-height: 22.8px;
}
@media (min-width: 768px) {
	#cuadro-agenda{
		height: 421px;
	}
}