@charset "UTF-8";
/* CSS Document */

@font-face {
  font-family: 'Omnes-ExtraLight';
  src: url('fonts/Omnes-ExtraLight.eot?#iefix') format('embedded-opentype'),  url('fonts/Omnes-ExtraLight.woff') format('woff'), url('fonts/Omnes-ExtraLight.ttf')  format('truetype'), url('fonts/Omnes-ExtraLight.svg#Omnes-ExtraLight') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Omnes-Semibold';
  src: url('fonts/Omnes-Semibold.eot?#iefix') format('embedded-opentype'),  url('fonts/Omnes-Semibold.woff') format('woff'), url('fonts/Omnes-Semibold.ttf')  format('truetype'), url('fonts/Omnes-Semibold.svg#Omnes-Semibold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Omnes-Regular';
  src: url('fonts/Omnes-Regular.eot?#iefix') format('embedded-opentype'),  url('fonts/Omnes-Regular.woff') format('woff'), url('fonts/Omnes-Regular.ttf')  format('truetype'), url('fonts/Omnes-Regular.svg#Omnes-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Omnes-Medium';
  src: url('fonts/Omnes-Medium.eot?#iefix') format('embedded-opentype'),  url('fonts/Omnes-Medium.woff') format('woff'), url('fonts/Omnes-Medium.ttf')  format('truetype'), url('fonts/Omnes-Medium.svg#Omnes-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Omnes-Light';
  src: url('fonts/Omnes-Light.eot?#iefix') format('embedded-opentype'),  url('fonts/Omnes-Light.woff') format('woff'), url('fonts/Omnes-Light.ttf')  format('truetype'), url('fonts/Omnes-Light.svg#Omnes-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}

body{	
	margin:0;
	font-family: 'Omnes-Regular', sans-serif;
	color:#000;
	font-size:16px;
	
}
a{
	color:#0e6cb3;
	
	transition:all 0.2s ease-out;
	-webkit-transition:all 0.2s ease-out;
	-ms-transition:all 0.2s ease-out;
}
a:hover{
}
a.caja{
    background-color: #a1c460;
    border-radius: 2px;
    color: #fff;
    padding:10px 20px;
    position: relative;
    text-decoration:none;
}
a.caja:hover{
    background-color: #fff;
    color: #a1c460;
}
.wrap{
	max-width:1150px;
	padding:0 20px;
	margin:0 auto;
    transition:all 0.2s ease-out;
	-webkit-transition:all 0.2s ease-out;
	-ms-transition:all 0.2s ease-out;
}
h2, h4,h5, b, strong{
	font-family: 'Omnes-Medium';
	margin:0;
    font-weight: normal;
}
h2{
    font-size: 35px;
    letter-spacing: 1px;
}
h3{
    font-size: 30px;
    margin: 20px 0 0;
    font-weight: normal;
}
h4{
    font-size: 25px;
    margin: 100px 0 20px;
}
img.img{
    width: 100%;
    height: auto;
}
#bars{
	background-image:url(images/bars.png);
	background-position:center;
	background-repeat:no-repeat;
	cursor:pointer;
	position:absolute;
	right: 40px;
    top: 33px;
	width:36px;
	height:22px;
	display:none;
}
/*menu*/
header{
	padding:0 10px!important;
    background-color: #0e6cb3;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    	transition:all 0.2s ease-out;
	-webkit-transition:all 0.2s ease-out;
	-ms-transition:all 0.2s ease-out;

}
header .wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 140px;
    	transition:all 0.2s ease-out;
	-webkit-transition:all 0.2s ease-out;
	-ms-transition:all 0.2s ease-out;

}
#logo, #logo img{
    transition:all 0.2s ease-out;
	-webkit-transition:all 0.2s ease-out;
	-ms-transition:all 0.2s ease-out;
}
nav{
    text-transform: uppercase;
	font-size:16px;
    padding-top: 20px;
    	transition:all 0.2s ease-out;
	-webkit-transition:all 0.2s ease-out;
	-ms-transition:all 0.2s ease-out;

}
nav li{
	list-style:none;
	display:inline-block;
    	transition:all 0.2s ease-out;
	-webkit-transition:all 0.2s ease-out;
	-ms-transition:all 0.2s ease-out;

}
nav li a{
	padding:10px 20px;
    color: #fff;
    position: relative;
    text-decoration:none;
}
nav li:after{
    content: '|';
    color: #fff;
}
nav li:last-child:after{
    content: '';
}
nav li a:hover{
    background-color: #a1c460;
    border-radius: 2px;
    color: #fff;
}
body.menuFixed header .wrap{
    height: 90px;
    
}
body.menuFixed nav{
    padding-top: 0;

}
body.menuFixed #logo{
    height: 100%;
}
 body.menuFixed  #logo img{
    height: 100%;
    width: auto;
}
/*header*/
#header{
	background-image: url(images/imagen_mundo_1980x1500.png);
    height: 990px;
    margin-top: 135px;
    background-position: top center;

}
#header .headerTxt{
    padding: 100px 0;
}


/*sections*/
.diagonal{
    position: relative;
}
.diagonal.arriba:before{
    content: ' ';
    position: absolute;
    width: 100%;
    background-position: bottom center;
    background-size: 100% 100%;
    left: 0;
    top: -99px;
    height: 100px;
}
.diagonal.abajo:after{
    content: ' ';
    position: absolute;
    width: 100%;
    background-position: bottom center;
    background-size: 100% 100%;
    left: 0;
    bottom: -99px;
    height: 100px;
}
.diagonal.arriba.azul:before{
    background-image: url(images/diagonal_azul.png);
}
.diagonal.abajo.azul:after{
    background-image: url(images/diagonal_azul_abajo.png);
}
.diagonal.arriba.blanco:before{
    background-image: url(images/diagonal_blanco.png);
}
.content{
    padding: 20px;
    text-align: center;
}
.blue{
    color:#0e6cb3;
}
.green{
    color:#3a9748;
}
.purple{
    color:#763899;
}
.orange{
    color:#eb6d5a;
}
.blue2{
    color:#419ef9;
}
.pink{
    color:#d4679c;
}
.pink2{
    color:#eaa6c7;
}
.yellow{
    color:#ebc018;
}
.white{
    color: ¢fff;
}
.columna{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.item{
    width: 23%;
    margin: 20px 1% 0;
}
.left{
    text-align: left;
}
.right{
    text-align: right;
}
.img.mobile{
    display: none;
}
.img.desktop{
    display: block;
}

/*inscripcion_gratiuta*/
#inscripcion_gratiuta{
    background-color: #0e6cb3;
    color: #fff;
}

/*ven_a_informarte*/
#ven_a_informarte{
    background-image: url(images/imagen_mapa_1980x1500.png);
    background-position: top center;
    color: #000;
}
#ven_a_informarte .content{
    padding: 120px 20px;
    line-height: 22px;
}
#ven_a_informarte h4{
    margin-top: 10px;
}
/*lo_nuevo*/
#lo_nuevo .item p{
    margin-top: 0;
}
#sigue{
    /*display: block;
    padding-bottom: 22px;
    background-image: url(images/flecha.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    */
    position: relative;
    -webkit-animation: sigue 1s infinite linear;
    -ms-animation: sigue 1s infinite linear;
    animation: sigue 1s infinite linear;
}
 @keyframes sigue {
    0%   {top: 0px;opacity: 0}
    25%  {top: 10px;opacity: 1}
    50%  {top: 20px;opacity: 1}
    75%  {top: 30px;opacity: 0}
    100% {top: 0px;opacity: 0}
}

/*lo_renovado*/
#lo_renovado{
	margin:100px 0;
    background-color: #0e6cb3;
    color: #fff;

}
#lo_renovado h2{
    margin-bottom: 60px;
}

/*donde_estamos*/
#donde_estamos{
    padding-bottom: 50px;
}
#donde_estamos .columna{
    max-width: 440px;
    margin: 0 auto;
}
#donde_estamos .item{
    width: auto;
}

/*footer*/
footer{
	background-color: #000;
    color: #fff;
    padding: 30px 0;
}
footer .columna{
    align-items: flex-end;
}
.exclamation{
    background-image: url(images/exclamation.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding: 3px 0 1px 50px;

}


.mobile{
	display:none;
}
.cajaBoton{
    text-align: left;
    margin-top: 50px;
}
.cero, .regalo{
    transform-origin: center;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
}
.elastic{
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
-webkit-transition: all 500ms cubic-bezier(0.645, 0.775, 0.770, 1); /* older webkit */
-webkit-transition: all 500ms cubic-bezier(0.645, 0.775, 0.770, 1.650);
   -moz-transition: all 500ms cubic-bezier(0.645, 0.775, 0.770, 1.650);
     -o-transition: all 500ms cubic-bezier(0.645, 0.775, 0.770, 1.650);
        transition: all 500ms cubic-bezier(0.645, 0.775, 0.770, 1.650); /* custom */
}
@media (max-width: 1250px) {
	nav li a {
		padding: 10px 15px;
	}
}
@media (max-width: 1200px) {
	nav li a {
		padding: 10px 10px;
	}
}
@media (max-width: 1150px) {
	nav li a {
		font-size: 16px;
	}
}
@media (max-width: 1050px) {
	nav li a {
		font-size: 14px;
		padding: 10px 5px;
	}
}
@media (max-width: 850px) {
	header .wrap{
        height: 90px;
	}
    #logo{
        height: 100%;
    }
    #logo img{
        height: 100%;
        width: auto;
    }
	nav{
		background-color: #363636;
		display: block;
		margin: 0;
		padding: 0 20px;
		height:0;
		overflow:hidden;
        position: fixed;
        top: 80px;
        left: 0;
        width: 100%;
	}
	nav.open{
		padding: 10px 20px;
        height: auto;
        margin: 0;
	}
	nav li{
		display:block;
        height:0;
		padding: 10px 0px;
	}
    nav.open li{
        height: auto;
    }
    nav li:after{
        content: ' ';
        color: #fff;
    }

	nav li a {
    	color: #fff;
	}
	
	#bars{
		display:block;
	}
    #lo_nuevo .item br{
        display: none;
    }
    footer .col{
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    .exclamation {
        background-image: url(images/exclamation.png);
        background-position: top center;
        background-repeat: no-repeat;
        padding: 43px 0 0px 0;
    }
    #header {
        margin-top: 85px;
    }
}
@media (max-width: 725px) {
	
}
@media (max-width: 660px) {
    #header {
        background-image: url(images/fotos_moviles_top.png);
        height: 990px;
        margin-top: 85px;
        background-position: bottom center;
        background-size: cover;
    }

    .img.mobile{
        display: block;
    }
    .img.desktop{
        display: none;
    }
     #lo_nuevo .item br{
        display: block;
    }
    .item{
        width: 90% !important;
        text-align: center;

    }
    .headerTxt img{
        width: 100%;
        height: auto;
    }
}
@media (max-width: 350px) {
    #inscripcion_gratiuta img{
        width: 100%;
        height: auto;
    }
}