@charset "UTF-8";
/* CSS document */
/* Descripcion: estilo para Blue american
Autor: Omar De Luna
actualización: mayo 2023 */


img{border:0;}

* { margin: 0; padding: 0; font-family: 'Montserrat', sans-serif;}

a, input, nav ul{
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	}


body{
	background:#f2f2f2;
	}


main {
	width: 100%;
	height: 100%;
	margin:0 auto;
	background: white;
	}


nav{
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border-top: 7px solid #00ce7c;
	width: 90%;
	padding: 30px 5%;
	position: absolute;
	z-index: 9;
	background: rgba(255,255,255,0.1);
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
}


nav ul{
	list-style: none;
	float: right;
	margin-top: 15px;
}

nav ul li{
	display: inline-block;
}

nav ul li a{
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 1px;
	color: #004750;
	margin: 0 20px;
	font-weight: 700;
}



nav ul li a:hover, nav ul li a.active{
	color: #00ce7c;
}


.logo{
	float: left;
}

#menuiphone{
	display: none;
}

footer{
	width: 90%;
	padding: 50px 5%;
	background: #004750;
	display: flex;
	justify-content: space-between;
}

footer p{
	color: white;
}

footer p img{
	margin-bottom: -9px;
}

footer div:last-child{
	text-align: right;
}

footer div:last-child p, footer div:last-child a{
	color: #00ce7c;
}

	
h1{
	font-size:40px;
	line-height:45px;
	color:#004750;
	font-weight: 700;
	}

	
p {
	font-size:16px;
	line-height:22px;
	color:#4d4d4d;
	font-weight: 400;
	}


	
a {
	font-size:16px;
	line-height:22px;
	color:#4d4d4d;
	text-decoration:none;
	font-weight: 400;
	}
	
a:hover {
	color:#00ce7c;
	}

.cleare {
	display: block;
	clear: both;
}


.banner{
	position: absolute;
	z-index: 3;
	top: 30vw;
}

.banner a{
	display: inline-block;
	padding: 20px 50px;
	background: #00ce7c;
	color: #004750;
	font-weight: 700;
	font-size: 2vw;
	line-height: 2.2vw;
}


.button{
	display: inline-block;
	padding: 20px 50px;
	background: #00ce7c;
	color: #004750;
	margin: 20px auto;
}

.button:hover{
	background: #004750;
	color: #00ce7c;
}

/*«««««««««««««««««««««««««««««««««««««nosotros««««««««««««««««««««««««««««««««««««««««*/


.nosotros{
	width: 90%;
	padding: 100px 5% 200px 5%;
	position: relative;
}

.nosotros p{
	width: 50%;
}

.rayas{
	position: absolute;
	z-index: 9;
	right: 5%;
	top: -190px;
}

.Nproyectos{
	width: 90%;
	padding: 100px 5% 250px 5%;
	background: #00ce7c url("images/grafico2.svg") no-repeat;
	background-size: 60px;
	background-position: 5% 20%;
}

.Nproyectos p{
	color: #004750;
	width: 50%;
}

.data{
	width: 30%;
	text-align: center;
	padding: 50px;
	background: #004750;
	height: 140px;
	float: right;
	margin-left: 20px;
}

.data h1, .data h2{
	color: #00ce7c;
}

.data h1{
	font-size: 50px;
	line-height: 80px;
}

.data h2{
	font-weight: 400;
	letter-spacing: 5px;
}

.tarjetas{
	margin-top: -200px;
	margin-bottom: 100px;
}


.proyectos{
	width: 90%;
	padding: 100px 5%;
	position: relative;
}

.proyecto{
	width: 48%;
	float: left;
	padding: 0 0 1% 2%;
	background: url("images/graficos-09.svg") no-repeat bottom left;
	background-size: 30%;
	margin-bottom: 40px;
}

.proyecto img{
	display: block;
}

.arriba{
	margin-top: -200px;
}

span{
	background: #004750;
	padding: 25px 40px;
	display: block;
	font-size: 20px;
	color: #00ce7c;
	letter-spacing: 2px;
}

span a{
	float: right;
	background: #00ce7c;
	padding: 5px 20px;
	color: #004750;
	margin-top: -5px;
}

.proyectos p{
	width: 50%;
	margin: 40px auto;
	text-align: center;
}

.whats{
	background: #00c778;
	padding: 10px 15px;
	position: fixed;
	z-index: 99;
	bottom: 10%;
	left: 0;
}

.fondo{
	background: linear-gradient(180deg, rgba(235,235,235,1) 0%, rgba(235,235,235,1) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
}




/*«««««««««««««««««««««««««««««««««««««detalle««««««««««««««««««««««««««««««««««««««««*/

.highlights{
	width: 90%;
	background: url("images/graficos-09.svg") no-repeat bottom left;
	background-size: 80px;
	position: relative;
	margin: 0 5%;
	margin-top: 20px;
	z-index: 99;
	padding: 2%;
}

.highlights div{
	float: left;
	padding: 1% 3%;
	background: #004750;
	height: 90px;
	margin-right: 15px;
}

.highlights div:nth-child(2), .highlights div:nth-child(3){
	background: #00ce7c;
}

.highlights h1{
	font-size: 50px;
	color: #00ce7c;
	line-height: 85px;
}

.highlights h2{
	font-weight: 400;
	font-size: 35px;
	line-height: 40px;
	color: #004750;
}

.highlights div:nth-child(4) h2{
	color: #00ce7c;
}

.caracteristicas{
	width: 90%;
	padding: 100px 5% 150px 5%;
	background: #f1f2f2;
}

.images{
	float: left;
	width: 32%;
	margin-right: 1%;
	object-fit: cover;
	height: 350px;
}

.no-margen{
	margin: 0;
}


.caracteristicas li{
	display: inline-block;
	background:  #00ce7c;
	color: #004750;
	text-align: center;
	width: 48%;
	margin-right: 1%;
	padding: 10px 0;
	margin-bottom: 20px;
}

.caracteristicas ul{
	margin: 50px 0;
	list-style: none;
}

.ubicacion{
	width: 90%;
	padding: 100px 5%;
}

.ubicacion ul{
	float: left;
	padding-left: 2%;
	padding-top: 2%;
	list-style: none;
	width: 28%;
}

.ubicacion li{
	color: #004750;
	font-size: 13px;
	display: block;
	line-height: 50px;
}

.ubicacion span{
	background: none;
	color: white;
	font-weight: 700;
	font-size: 27px;
	display: inline-block;
	margin: 0;
	padding: 0;
}

.mapa{
	width: 98%;
	background: #00ce7c;
	margin-bottom: 50px;
}

.mapa img{
	width: 70%;
	display: block;
	float: left;
}


.links{
	width: 90%;
	padding: 0px 5% 80px 5%;
	text-align: center;
}

.links a{
	display: inline-block;
	padding: 15px 35px;
	background: #004750;
	color: #00ce7c;
	font-size: 18px;
	margin-bottom: 10px;
}

.links a:hover{
	background: #00ce7c;
	color: #004750;
}

.mapa b{
	padding: 5px 10px;
	font-size: 14px;
	font-weight: 700;
	background: #004750;
	color: #00ce7c;
	border-radius: 20px;
}

.master{
	margin: 40px 0;
}

.caracteristicas .links{
	padding-top: 80px;
}

.caracteristicas .galeria{
	overflow: hidden;
	height: 0;
	padding: 0;
}

.caracteristicas .galeria.active{
	overflow: hidden;
	height: auto;
	padding: 50px 5%;
}

#panoee-tour-embeded{
	height: 90vh;
}

/*«««««««««««««««««««««««««««««««««««««contacto««««««««««««««««««««««««««««««««««««««««*/


.contacto{
	width: 90%;
	padding: 100px 5%;
}

.datos{
	float: left;
	width: 15%;
	margin-right: 5%;
}

.forma{
	float: left;
	width: 76%;
	background: #00ce7c;
	padding: 2%;
}
.tel{
	background: #00ce7c;
	padding: 1% 2%;
	display: inline-block;
}

input[type=text], input[type=email]{
	width: 96%;
	padding: 2%;
	background: #004750;
	border: 0;
	outline: none;
	margin-bottom: 20px;
	color: white;
}

textarea{
	width: 96%;
	padding: 2%;
	height: 100px;
	background: #004750;
	border: 0;
	outline: none;
	margin-bottom: 20px;
	color: white;
}


input[type=text]:focus, input[type=email]:focus, textarea:focus{
	background: white;
	color: #004750;
}


input[type=submit]{
	width: 100%;
	padding: 1% 2%;
	background: white;
	color: #004750;
	text-align: center;
	font-size: 20px;
	border: 0;
}


/*«««««««««««««««««««««««««««««««««««««galeria««««««««««««««««««««««««««««««««««««««««*/



figure {
  margin: 0;
  display: grid;
  grid-template-rows: 1fr auto;
  -webkit-column-break-inside: avoid;
  break-inside: avoid; 
}

figure > img {
  grid-row: 1/-1;
  grid-column: 1; 
	margin-bottom: 20px;
}

figure > video {
	margin-bottom: 20px;
}

.galeria {
	width: 90%;
	padding: 20px 5% 100px 5%;
  -webkit-column-count: 4;
          column-count: 4;
  -webkit-column-gap: 20px;
          column-gap: 20px; 
}

.gale{
	padding: 100px 5%;
}

.space{
	width: 100%;
	padding: 60px 0;
}

.galeria2{
	width: 90%;
	padding: 20px 5% 100px 5%;
}

.galeria2 img, .galeria2 video{
	width: 23%;
	float: left;
	margin: 10px 1%;
}

/*«««««««««««««««««««««««««««««««««««««prensa««««««««««««««««««««««««««««««««««««««««*/


.F-lex{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.nota{
	width: 23%;
	margin: 20px 1%;
	position: relative;
}

.nota h2{
	color: #004750;
}

.medio{
	position: absolute;
	top:0;
	right: 0;
	background: #00ce7c;
	color: #004750;
	font-size: 10px;
	padding: 5px;
	z-index: 2;
}


@media only screen and (min-width:0px) and (max-width:767px){
	
.space{
	width: 100%;
	padding: 60px 0;
	display: none;
}	

nav{
	width: 90%;
	padding: 30px 5%;
	position: relative;
	overflow: hidden;
	height: 70px;
}
	
	nav.active{
		height: 230px;
	}


nav ul{
	float: none;
	margin-top: 10px;
	width: 100%;
	text-align: center;
}

nav ul li{
	display: block;
}

nav ul li a{
	font-size: 13px;
	line-height: 30px;
	letter-spacing: 1px;
	margin: 0 10px;
}

.logo{
	float: none;
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}
	
.logo img{
	width: 170px;
}

#menuiphone{
	display: block;
}	
	
footer{
	width: 90%;
	padding: 50px 5%;
	justify-content: space-between;
	flex-direction: column;
}
	
footer div{
	width: 100%;
	text-align: center;
	margin-bottom: 15px;
}


footer p img{
	margin-bottom: -9px;
}

footer div:last-child{
	text-align: center;
}
	
p, a{
	font-size: 14px;
	line-height: 20px;
}
	
h1{
	font-size:30px;
	line-height:35px;
	}


/*«««««««««««««««««««««««««««««««««««««nosotros««««««««««««««««««««««««««««««««««««««««*/


.nosotros{
	width: 90%;
	padding: 60px 5% 60px 5%;
}

.nosotros p{
	width: 100%;
}

.rayas{
	right: 5%;
	top: -70px;
	width: 20%;
}

.Nproyectos{
	width: 90%;
	padding: 60px 5% 60px 5%;
}

.Nproyectos p{
	width: 100%;
}

.data{
	width: 96%;
	padding: 2%;
	height: auto;
	margin-left:0%;
	margin-bottom: 20px;
}

.data h1{
	font-size: 40px;
	line-height: 70px;
}

.data h2{
	font-size: 18px;
	letter-spacing: 5px;
}

.tarjetas{
	margin-top: -0px;
	margin-bottom: 20px;
}


.proyectos{
	width: 90%;
	padding: 60px 5%;
}

.proyecto{
	width: 98%;
	padding: 0 0 1% 2%;
	margin-bottom: 40px;
}


.arriba{
	margin-top: -0px;
}

span{
	padding: 25px 40px;
	font-size: 20px;
	letter-spacing: 2px;
}

span a{
	padding: 5px 20px;
	margin-top: -5px;
}

.proyectos p{
	width: 100%;
	margin: 40px auto;
}	
	
	
/*«««««««««««««««««««««««««««««««««««««detalle««««««««««««««««««««««««««««««««««««««««*/

.highlights{
	width: 90%;
	background-size: 80px;
	margin: 0 5%;
	margin-top: 10px;
	padding: 2%;
	position: relative;
}

.highlights div{
	padding: 1% 3%;
	height: auto;
	margin-right: 0px;
	width: 92%;
	float: none;
}


.highlights h1{
	font-size: 30px;
	line-height: 60px;
}

.highlights h2{
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
}

.caracteristicas{
	width: 90%;
	padding: 60px 5% 60px 5%;
}

.images{
	width: 100%;
	margin-right: 0%;
	height: 230px;
	margin-bottom: 20px;
}

.no-margen{
	margin: 0;
}


.caracteristicas li{
	width: 100%;
	margin-right: 0%;
	padding: 10px 0;
	margin-bottom: 10px;
	font-size: 13px;
}
	
.caracteristicas li:nth-child(3){
		width: 100%
	}

.caracteristicas ul{
	margin: 20px 0 0 0;
}

	
.ubicacion{
	width: 90%;
	padding: 60px 5%;
}

.ubicacion ul{
	padding: 3%;
	width: 100%;
}
	
.ubicacion h1{
	margin-bottom: 15px;
}

.ubicacion li{
	font-size: 13px;
	line-height: 22px;
}
	
.ubicacion ul br{
	display: none;
}	
	

.ubicacion span{
	font-weight: 700;
	font-size: 20px;
}

.mapa{
	width: 98%;
	margin-bottom: 50px;
}

.mapa img{
	width: 100%;
}	

	
.mapa b{
	padding: 2px 6px;
	font-size: 13px;
	font-weight: 700;
	border-radius: 20px;
}
	
/*«««««««««««««««««««««««««««««««««««««contacto««««««««««««««««««««««««««««««««««««««««*/


.contacto{
	width: 90%;
	padding: 60px 5%;
}

.datos{
	width: 100%;
	margin-right: 0%;
	margin-bottom: 20px;
}

.forma{
	width: 96%;
	padding: 2%;
}
	
	
.galeria {
	width: 90%;
	padding: 20px 5% 60px 5%;
  -webkit-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 20px;
          column-gap: 20px; 
}
	
	
.galeria2 img, .galeria2 video{
	width: 48%;
	float: left;
	margin: 10px 1%;
}
	
/*«««««««««««««««««««««««««««««««««««««prensa««««««««««««««««««««««««««««««««««««««««*/


.nota{
	width: 48%;
	margin: 20px 1%;
	position: relative;
}

.nota h2{
	font-size: 18px;
}


}

@media only screen and (min-width:768px) and (max-width:1023px){

nav{
	width: 90%;
	padding: 30px 5%;
}


nav ul{
	float: right;
	margin-top: 10px;
}

nav ul li{
	display: inline-block;
}

nav ul li a{
	font-size: 13px;
	line-height: 20px;
	letter-spacing: 1px;
	margin: 0 10px;
}

.logo{
	float: left;
}
	
.logo img{
	width: 170px;
}

footer{
	width: 90%;
	padding: 50px 5%;
	justify-content: space-between;
}


footer p img{
	margin-bottom: -9px;
}

footer div:last-child{
	text-align: right;
}
	
p, a{
	font-size: 14px;
	line-height: 20px;
}

	
h1{
	font-size:35px;
	line-height:40px;
	}



/*«««««««««««««««««««««««««««««««««««««nosotros««««««««««««««««««««««««««««««««««««««««*/


.nosotros{
	width: 90%;
	padding: 80px 5% 180px 5%;
}

.nosotros p{
	width: 80%;
}

.rayas{
	right: 5%;
	top: -100px;
	width: 20%;
}

.Nproyectos{
	width: 90%;
	padding: 80px 5% 200px 5%;
}

.Nproyectos p{
	width: 80%;
}

.data{
	width: 44%;
	padding: 2%;
	height: 140px;
	margin-left:2%;
}

.data h1{
	font-size: 40px;
	line-height: 70px;
}

.data h2{
	font-size: 18px;
	letter-spacing: 5px;
}

.tarjetas{
	margin-top: -200px;
	margin-bottom: 100px;
}


.proyectos{
	width: 90%;
	padding: 80px 5%;
}

.proyecto{
	width: 48%;
	padding: 0 0 1% 2%;
	margin-bottom: 40px;
}


.arriba{
	margin-top: -200px;
}

span{
	padding: 25px 30px;
	font-size: 15px;
	letter-spacing: 2px;
}

span a{
	padding: 5px 20px;
	margin-top: -5px;
}

.proyectos p{
	width: 80%;
	margin: 40px auto;
}
	
	
/*«««««««««««««««««««««««««««««««««««««detalle««««««««««««««««««««««««««««««««««««««««*/

.highlights{
	width: 90%;
	background-size: 80px;
	margin: 0 5%;
	padding: 2%;
}

.highlights div{
	padding: 1% 3%;
	height: 60px;
	margin-right: 10px;
}



.highlights h1{
	font-size: 30px;
	line-height: 60px;
}

.highlights h2{
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
}

.caracteristicas{
	width: 90%;
	padding: 80px 5% 130px 5%;
}

.images{
	width: 32%;
	margin-right: 1%;
	height: 200px;
}

.no-margen{
	margin: 0;
}


.caracteristicas li{
	width: 48%;
	margin-right: 1%;
	padding: 10px 0;
	margin-bottom: 20px;
	font-size: 13px;
}
	
.caracteristicas li:nth-child(3){
		width: 97%;
	}
	
.caracteristicas ul.Tres li:nth-child(3){
		width: 97%;
	}
	
.caracteristicas ul.Tres li:nth-child(3){
		width: 48%;
	}

.caracteristicas ul{
	margin: 50px 0;
}

	
.ubicacion{
	width: 90%;
	padding: 80px 5%;
}

.ubicacion ul{
	padding: 3%;
	width: 90%;
}
	
.ubicacion h1{
	margin-bottom: 15px;
}

.ubicacion li{
	font-size: 13px;
	line-height: 22px;
}
	
.ubicacion ul br{
	display: none;
}	
	

.ubicacion span{
	font-weight: 700;
	font-size: 20px;
}

.mapa{
	width: 98%;
	margin-bottom: 50px;
}

.mapa img{
	width: 100%;
}	
	
	
.mapa b{
	padding: 2px 6px;
	font-size: 13px;
	font-weight: 700;
	border-radius: 20px;
}
	
	
/*«««««««««««««««««««««««««««««««««««««contacto««««««««««««««««««««««««««««««««««««««««*/


.contacto{
	width: 90%;
	padding: 80px 5%;
}

.datos{
	width: 100%;
	margin-right: 0%;
	margin-bottom: 20px;
}

.forma{
	width: 96%;
	padding: 2%;
}
	
	
	
.galeria {
	width: 90%;
	padding: 20px 5% 100px 5%;
  -webkit-column-count: 3;
          column-count: 3;
  -webkit-column-gap: 20px;
          column-gap: 20px; 
}
	
	
.galeria2 img, .galeria2 video{
	width: 31%;
	float: left;
	margin: 10px 1%;
}
	
	
/*«««««««««««««««««««««««««««««««««««««prensa««««««««««««««««««««««««««««««««««««««««*/


.nota{
	width: 31%;
	margin: 20px 1%;
	position: relative;
}

.nota h2{
	font-size: 20px;
}

	
	
}

@media only screen and (min-width:1024px) and (max-width:1300px){
	
	
p, a{
	font-size: 14px;
	line-height: 20px;
}


h1{
	font-size:35px;
	line-height:40px;
	}


/*«««««««««««««««««««««««««««««««««««««nosotros««««««««««««««««««««««««««««««««««««««««*/


.nosotros{
	width: 90%;
	padding: 100px 5% 180px 5%;
}

.nosotros p{
	width: 70%;
}

.rayas{
	right: 5%;
	top: -140px;
}

.Nproyectos{
	width: 90%;
	padding: 100px 5% 200px 5%;
}

.Nproyectos p{
	width: 70%;
}

.data{
	width: 30%;
	padding: 50px;
	height: 140px;
	margin-left: 20px;
}

.data h1{
	font-size: 40px;
	line-height: 70px;
}

.data h2{
	font-size: 18px;
	letter-spacing: 5px;
}

.tarjetas{
	margin-top: -200px;
	margin-bottom: 100px;
}


.proyectos{
	width: 90%;
	padding: 100px 5%;
}

.proyecto{
	width: 48%;
	padding: 0 0 1% 2%;
	margin-bottom: 40px;
}


.arriba{
	margin-top: -200px;
}

span{
	padding: 25px 40px;
	font-size: 20px;
	letter-spacing: 2px;
}

span a{
	padding: 5px 20px;
	margin-top: -5px;
}

.proyectos p{
	width: 50%;
	margin: 40px auto;
}

.whats{
	padding: 10px 15px;
	z-index: 99;
	bottom: 10%;
}	
	
	
/*«««««««««««««««««««««««««««««««««««««detalle««««««««««««««««««««««««««««««««««««««««*/

.highlights{
	width: 90%;
	background-size: 80px;
	margin: 0 5%;
	padding: 2%;
}

.highlights div{
	padding: 1% 3%;
	height: 70px;
	margin-right: 15px;
}



.highlights h1{
	font-size: 40px;
	line-height: 70px;
}

.highlights h2{
	font-weight: 400;
	font-size: 20px;
	line-height: 28px;
}

.caracteristicas{
	width: 90%;
	padding: 80px 5% 130px 5%;
}

.images{
	width: 32%;
	margin-right: 1%;
	height: 220px;
}

.no-margen{
	margin: 0;
}


.caracteristicas li{
	width: 48%;
	margin-right: 1%;
	padding: 10px 0;
	margin-bottom: 20px;
}
	
.caracteristicas li:nth-child(3){
		width: 97%;
	}
	
.caracteristicas ul.Tres li:nth-child(3){
		width: 97%;
	}
	
.caracteristicas ul.Tres li:nth-child(3){
		width: 48%;
	}

.caracteristicas ul{
	margin: 50px 0;
}

	
.ubicacion{
	width: 90%;
	padding: 80px 5%;
}

.ubicacion ul{
	padding-left: 2%;
	padding-top: 2%;
	width: 28%;
}
	
.ubicacion h1{
	margin-bottom: 15px;
}

.ubicacion li{
	font-size: 12px;
	line-height: 22px;
}
	
.ubicacion ul br{
	display: none;
}	
	

.ubicacion span{
	font-weight: 700;
	font-size: 16px;
}

.mapa{
	width: 98%;
	margin-bottom: 50px;
}

.mapa img{
	width: 65%;
}
	
.mapa b{
	padding: 2px 6px;
	font-size: 12px;
	font-weight: 700;
	border-radius: 20px;
}
	
	
/*«««««««««««««««««««««««««««««««««««««contacto««««««««««««««««««««««««««««««««««««««««*/


.contacto{
	width: 90%;
	padding: 80px 5%;
}

.datos{
	width: 25%;
	margin-right: 0%;
	margin-bottom: 20px;
}

.forma{
	width: 66%;
	padding: 2%;
}
	
	
.galeria {
	width: 90%;
	padding: 20px 5% 100px 5%;
  -webkit-column-count: 3;
          column-count: 3;
  -webkit-column-gap: 20px;
          column-gap: 20px; 
}
	
.galeria2 img, .galeria2 video{
	width: 31%;
	float: left;
	margin: 10px 1%;
}
	
/*«««««««««««««««««««««««««««««««««««««prensa««««««««««««««««««««««««««««««««««««««««*/


.nota{
	width: 31%;
	margin: 20px 1%;
	position: relative;
}

.nota h2{
	font-size: 20px;
}
	
	
}

@media only screen and (min-width:1301px) and (max-width:1600px){
	
	
/*«««««««««««««««««««««««««««««««««««««detalle««««««««««««««««««««««««««««««««««««««««*/

.highlights{
	width: 90%;
	background-size: 80px;
	margin: 0 5%;
	padding: 2%;
}

.highlights div{
	padding: 1% 3%;
	height: 80px;
	margin-right: 15px;
}



.highlights h1{
	font-size: 45px;
	line-height: 75px;
}

.highlights h2{
	font-weight: 400;
	font-size: 30px;
	line-height: 35px;
}

.caracteristicas{
	width: 90%;
	padding: 100px 5% 150px 5%;
}

.images{
	width: 32%;
	margin-right: 1%;
	height: 250px;
}

.no-margen{
	margin: 0;
}


.caracteristicas li{
	width: 48%;
	margin-right: 1%;
	padding: 10px 0;
	margin-bottom: 20px;
}
	
.caracteristicas li:nth-child(3){
		width: 97%;
	}
	
.caracteristicas ul.Tres li:nth-child(3){
		width: 97%;
	}
	
.caracteristicas ul.Tres li:nth-child(3){
		width: 48%;
	}

.caracteristicas ul{
	margin: 50px 0;
}

.ubicacion{
	width: 90%;
	padding: 100px 5%;
}

.ubicacion ul{
	padding-left: 2%;
	padding-top: 2%;
	width: auto;
}

.ubicacion li{
	font-size: 13px;
	line-height: 30px;
}
	

.ubicacion span{
	font-weight: 700;
	font-size: 18px;
}

.mapa{
	width: 98%;
	margin-bottom: 50px;
}

.mapa img{
	width: 60%;
}
	
	
/*«««««««««««««««««««««««««««««««««««««contacto««««««««««««««««««««««««««««««««««««««««*/


.contacto{
	width: 90%;
	padding: 80px 5%;
}

.datos{
	width: 25%;
	margin-right: 0%;
	margin-bottom: 20px;
}

.forma{
	width: 66%;
	padding: 2%;
}


}


.disclaimer{
	width: 100%;
	text-align: center;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 12px;
	color: #999;
	padding: 15px 0;
}

.disclaimer a{
	font-size: 12px;
	color: #2f1c51;
}

.disclaimer a img{
	margin-bottom: -5px;
}

