@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800|Raleway:300,400,600,700');

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
img{ max-width:100%;}


/*----------Header----------*/
.cont_menu{}
#nav{display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 137px;
	font-family: 'Raleway', sans-serif;
}
#menu{font-family: 'Raleway', sans-serif; font-size: 12px; font-weight: bold;}
#menu li{display: inline-block;}
#menu a{
	padding: 10px 5px;
	text-align: center;
	text-decoration-line: none;
	color: black;
	cursor: pointer;
}
#img_tit1{}
#img_tit2{}
.ultimo{border-left: 1px solid black;}
#cont_menu_small{display: none;}
#cont_menu_small ul{display: none; position: absolute; right: 0; top: 100px; z-index: 20; list-style: none; background-color: white; border-radius: 10px;}
#cont_menu_small li{padding: 10px 20px;}
#cont_menu_small a{text-decoration: none; color: black; font-size: 20px;}
#cont_menu_small i{position: absolute;top: 50px; right: 50px;}
#cont_menu_small img{float: left;}
@media(max-width: 440px){
	#cont_menu_small img:nth-child(1){width: 130px;}
	#cont_menu_small img:nth-child(2){width: 90px;}
}
@media(max-width: 560px){
	#nav{-webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;}
}
@media(max-width: 1199px){
	#menu{display: none;}
	#cont_menu_small{
		display: inline-block;
	}
}
@media(max-width: 1200px){
	#img_tit1{display: none;}
	#img_tit2{display: none;}
}

/*----------Fin Header----------*/
/*----------Home----------*/
.container_encabezado{
	width: 97%;
	margin: 0 auto;
	margin-bottom: 50px;
	position: relative;
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.container_encabezado img{width: 100%;}
.cont_encabezado{position: absolute; width: 50%;	text-align: center; font-family: 'Raleway', sans-serif;font-size: 48px;font-weight: bold;}
.cont_encabezado p{font-size: 40px; color: white;}
.cont_encabezado button{font-size: 20px; color: white;padding: 20px 90px; margin-top: 30px; background-color: rgba(0,0,0,0.0); border: 2px solid white;font-family: 'Raleway', sans-serif; font-size: 12px; text-transform:uppercase; font-weight:bold;}

.container_small{
	width: 100%;
	max-width:1140px;
	margin: 0 auto;
	position: relative;

}
.container_small.imagen{
	width: 34%;
	max-width:1140px;
	margin: 0 auto;
	position: relative;
	float: left;
	text-align: center;
}.container_small.imagen img{max-width: 100%;}
.clear { clear:both;}
.texto_small{width: calc(34% - 30px); padding-right: 30px;text-align: right; float:right;font-family: 'Raleway', sans-serif; font-size: 14px; font-weight: normal;}
.texto_small img { padding-bottom:40px; }
.texto_small h2 {font-family: 'Raleway', sans-serif; font-size: 14px; font-weight: bolder;line-height: 24px;}
.img_small{width: 66%; float:right;text-align: center;}
.img_small img{width: auto;}
div#video_home{position: relative;z-index: 0; max-height:768px; width:100%; overflow:hidden; }
video#video_background{z-index: 0;}
p.texto-subfoto{font-family: 'Raleway', sans-serif; font-size: 15px; font-weight: normal;margin-top: 15px;margin-left: 15px;line-height: 26px;}
@media only screen and (max-width: 1120px){
	video#video_background{margin-top: -7%;}
}
@media(max-width: 1000px){
	.container_small{width: 97%;}
}
@media(max-width: 850px){
	.cont_encabezado p{font-size: 30px;}
	.cont_encabezado button{font-size: 15px; padding: 10px 45px;}
	
}
@media(max-width: 710px){
	.cont_encabezado p{font-size: 20px;}
	.texto_small img { display:none;}
	.texto_small, .img_small { width:100%; }
	.texto_small { margin:20px 0; }
	.container_small.imagen{
	width: 100%;}
}
@media(max-width: 600px){
	.container_small{
		display: -ms-flexbox;
	    display: -webkit-flex;
	    display: flex;
	    -webkit-flex-direction: column;
	    -ms-flex-direction: column;
	    flex-direction: column;
	    -webkit-flex-wrap: nowrap;
	    -ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	    -webkit-justify-content: flex-start;
	    -ms-flex-pack: start;
	    justify-content: flex-start;
	    -webkit-align-content: stretch;
	    -ms-flex-line-pack: stretch;
	    align-content: stretch;
	    -webkit-align-items: center;
	    -ms-flex-align: center;
	    align-items: center;
	}
}
@media(max-width: 510px){
	.cont_encabezado{width: 90%;}
	.cont_encabezado p{font-size: 17px;}
	.cont_encabezado button{margin-top: 15px;}
}
/*----------Fin home----------*/