/* CSS Document */

@font-face {
	font-family: montse;
	src: url(../fonts/Montserrat-Regular.ttf);
}
@font-face {
	font-family: montsefina;
	src: url(../fonts/Montserrat-Light.ttf);
}
@font-face {
	font-family: montsemedium;
	src: url(../fonts/Montserrat-Medium.ttf);
}
@font-face {
	font-family: montsesemibold;
	src: url(../fonts/Montserrat-SemiBold.ttf);
}
@font-face {
	font-family: montsebold;
	src: url(../fonts/Montserrat-Bold.ttf);
}
@font-face {
	font-family: montseextrabold;
	src: url(../fonts/Montserrat-ExtraBold.ttf);
}


body {
	margin:0 0;
	padding:0 0;
	background-color: #ffffff;
	
}

a{ text-decoration:none; }

.oculto{ display:none; }
.alfacero{ opacity:0; }


.box_cabecera{ position:relative; width:100%; height:250px; overflow: hidden; }

.video_cabecera video { 
   
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	position: absolute;
  	top: 50%;
  	left: 50%;
	transform: translateX(-50%) translateY(-50%); 
	z-index: 1;	  
  
}

.mascara_cabecera{ position: absolute; bottom: 0px; left:50%; width:2000px; margin-left:-1000px; height: 255px; z-index: 2;  } 

.logo_cabecera{ position:absolute; top: 95px; z-index: 3; width: 100%; }
.logo_cabecerain{ width: 266px; margin: auto; }

.botong{ background-color:#5ea43f; padding:20px 30px; border-radius: 30px; font-size:22px; text-transform: uppercase; text-align: center; max-width: 200px; margin: auto;}

.boton{ background-color:#5ea43f; padding:20px 30px; border-radius: 30px; font-size:22px; text-transform: uppercase; text-align: center; max-width: 200px; margin: auto;}

.flotante_izq{ float: left; }
.flotante_der{ float: right; }

.pie{ font-size: 13px; text-align: center; margin: 40px auto;  }

/*Fuentes*/

.blanca{ color:white; }
.gris{ color:#232323; }
.gris_claro{ color: #dcdcdc; }
.azul_osc{ color:#1f568c; }
.verde{ color:#5ea43f; }
.negra{ color:#000000; }

.fina{ font-family: montsefina; font-weight:300; }
.regular{ font-family: montse; font-weight:400; }
.medium{ font-family: montsemedium; font-weight:500; }
.semibold{ font-family: montsesemibold; font-weight:600; }
.bold{ font-family: montsebold; font-weight:700; }
.extrabold{ font-family: montseextrabold; font-weight:800; }


@media screen and (max-width:1365px) {
	
	
	
	
}




