﻿@charset "utf-8";
@import url("../hms1tir.css");
@import url("examples.css");
@import url("navigation.css");
@import url("layerslider.css");
@import url("uikit.css");

body, html {
	margin:0;
	padding:0;
	font-family: "modern",sans-serif;
	font-weight: 200;
	font-style: normal;
	font-size:19px;
	line-height:29px;
	color: #3D4543;
	overflow-x: hidden;
	background: #ffffff;
}
/*html {
    scroll-behavior: smooth;
}
:target:before {
    content: "";
    display: block;
    height: 100px;
    margin: -100px 0 0;
}
:target {
  display: block;
  position: relative;
  top: -100px; 
  visibility: hidden;
}*/
.negry {
	font-family: "modern-negrita",sans-serif;
}


header {
	position: fixed;
	z-index: 9991;
	width: 100%;
}

/* CTA header flotante */
.cta_wrapper {
	display: block;
	position: fixed;
	top: 10px;
	right: 200px;
	z-index: 100091;
}
.btn-cta {
	display: inline-block;
    background: #045D67;
	color: #fff;
	border-radius: 80px;
	font-size: 14px;
	line-height: 29px;
	text-transform: uppercase;
	width: fit-content;
	padding: 5px 30px;
	box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.2);
	transition: 600ms ease;
}
.btn-cta:hover {
	background: #3e9ba5;
	text-decoration: none;
}

/* SOCIAL MEDIA flotantes */
.social_wrapper {
	display: flex;
	flex-direction: column;
	position: fixed;
	bottom: 20px;
	right: 0;
	z-index: 9991;
}
.btn-social {
	display: block;
	background-color: #25d366;
	border-radius: 25px;
	width: 45px;
	height: 45px;
	margin: 10px 30px;
	box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.2);
}
.btn-social img { 
	position: absolute;
	top: 50%;
    left: 50%;
    width: 26px;
    height: 26px;
    transform: translate(-50%, -50%);
    /*filter: drop-shadow(1px 1px 3px rgb(0 0 0 / 0.4));*/
}
/*PRIMER SECCIÓN SLIDER*/
.h100 {
	height:100vh;
}
#slider {
	width:1180px;
	height:600px;
	margin:0 auto;
}
.bg-logo {
	width: 50%;
	background : -moz-linear-gradient(50% 100% 90deg,rgba(175, 169, 159, 0) 0%,rgba(175, 169, 159, 0.12) 8.01%,rgba(175, 169, 159, 0.85) 54.55%);
	background : -webkit-linear-gradient(90deg, rgba(175, 169, 159, 0) 0%, rgba(175, 169, 159, 0.12) 8.01%, rgba(175, 169, 159, 0.85) 54.55%);
	background : -webkit-gradient(linear,50% 100% ,50% 0% ,color-stop(0,rgba(175, 169, 159, 0) ),color-stop(0.0801,rgba(175, 169, 159, 0.12) ),color-stop(0.5455,rgba(175, 169, 159, 0.85) ));
	background : -o-linear-gradient(90deg, rgba(175, 169, 159, 0) 0%, rgba(175, 169, 159, 0.12) 8.01%, rgba(175, 169, 159, 0.85) 54.55%);
	background : -ms-linear-gradient(90deg, rgba(175, 169, 159, 0) 0%, rgba(175, 169, 159, 0.12) 8.01%, rgba(175, 169, 159, 0.85) 54.55%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#AFA99F', endColorstr='#AFA99F' ,GradientType=0)";
	background : linear-gradient(0deg, rgba(175, 169, 159, 0) 0%, rgba(175, 169, 159, 0.12) 8.01%, rgba(175, 169, 159, 0.85) 54.55%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#AFA99F',endColorstr='#AFA99F' , GradientType=0);
	height: 100vh;
}
.bienvenido {
	font-size: 16px; 
	color: #fff;
	letter-spacing: 12px;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
	margin-right: -11px;
}
.logo-white {
	width: 160px !important;
	height: 193px !important;
}
.down {
	margin-top:-20px !important;
	width: 100px !important;
}

/*SEGUNDA SECCIÓN */
.bg-hojas {
	background:#fff url(../img/hojas.jpg) right top / contain no-repeat;
}
.ajuste-cover {
	position:relative;
	margin-top:-1px;
	z-index: 999;
}
.container-residencias {
	padding: 100px 0;
	width: 900px;
	margin: 0 auto;
}
.ad1 {
	animation-duration: 1s;
}
h1 {
	color: #045D67;
	font-family: "span",sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 39px;
	line-height: 45px;
}
.center {
	text-align: center;
}
.flex-diseno {
	display:flex;
}
.flex-diseno-01 {
	width:26%;
	margin:0 3%;
}
.flex-diseno-02 {
	width:65%;
	margin-right:3%;
}
.mb40 {
	margin-bottom:40px;
}
.img100 {
	width: 100%;
}
.flex-edificio {
	display:flex;
	justify-content:center;
	flex-direction:column;
	padding:40px;
}
.flex-edificio h1 {
	color:#fff;
	margin: 0;
	font-size:32px;
	line-height:38px;
}
.flex-edificio p {
	color:#fff;
	font-size:16px;
	line-height: 22px;
}
.lupa {
	position: absolute;
	top: 20px;
	right: 20px;
	color: #fff;
}
.lupa img {
	width: 50px;
}
.lupa2 {
	top: 40px;
	right: 40px;
}
.borde-ubicacion {
	border: #045D67 solid 1px;
	padding:20px;
	position:relative;
}
.bg1 {
	background: #F6F5F4;
	height:40px;
	margin-bottom:30px;
}
.m0 {
	margin:0;
}
.flex-mexicana {
	display:flex;
	justify-content:center;
	flex-direction:column;
	padding:200px;
}
.flex-mexicana h1 {
	color:#fff;
	margin: 0;
	font-size:32px;
	line-height:38px;
}
.flex-mexicana p {
	color:#fff;
	font-size:16px;
	line-height: 22px;
}
.agenda {
	color: #fff;
	background: #045D67;
	display: block;
	width: 90px;
	height: 90px;
	box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.2);
	border-radius: 50%;
	position: fixed;
	z-index: 998;
	left: 20px;
	bottom: 20px;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	transition: 600ms ease;
}
.agenda span {
	margin-top: -5px;
}
.agenda:hover {
	background: #045D67;
	text-decoration: none;
}
.bg-hojas2 {
	background: url(../img/hojas2.jpg) left top / contain no-repeat;
}
.flex-residencias {
	display:flex;
}
.flex-residencias-1 {
	width:32%;
}
.flex-residencias-2 {
	width:65%;
	margin-right: 3%;
}
.bg-interior {
	background:url(../img/interior-departamento-Naara.jpg) center center / cover no-repeat;
	height: 400px;
	position: relative;
}
/*TERCERA SECCIÓN*/
.flex-amenidades {
	display:flex;
}
.flex-amenidades-1 {
	width:29%;
	margin-left:3%;
}
.flex-amenidades-2 {
	width:65%;
	margin-right:3%;
}
#slider-letter {
	height:400px;
	width: 100%;
	margin:0 auto;
}
.bg-letter {
	height: 400px;
	width: 370px;
	z-index: 999 !important;
	background : -moz-linear-gradient(0% 50% 0deg,rgba(255, 255, 255, 0) 0%,rgba(255, 255, 255, 1) 100%);
  background : -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  background : -webkit-gradient(linear,0% 50% ,100% 50% ,color-stop(0,rgba(255, 255, 255, 0) ),color-stop(1,rgba(255, 255, 255, 1) ));
  background : -o-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  background : -ms-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF' ,GradientType=0)";
  background : linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF',endColorstr='#FFFFFF' , GradientType=1);
 }
.f90 {
	font-size: 90px;
}
.flex-amenidades-2 h1 {
	margin-top:60px;
}
.amenidades {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
.amenidades div {
	border: #045D67 solid 2px;
	border-radius: 50%;
	width: 115px;
	height: 115px;
	display: flex;
	align-items: center;
	justify-content: center;
	animation-duration: 1s;
}
.amenidades div > div {
	display: flex;
	flex-direction: column;
	background: #fff;
	width: 100px;
	height: 100px;
	border: none;
	font-size: 9px;
	line-height: 11px;
	color: #5F6765;
	letter-spacing: 0.5px;
	font-weight: 600;
	text-align: center;
}
.amenidades div > div > img {
	width: 40px;
	margin-bottom: 5px;
}
.flex-nado {
	display:flex;
	height: 400px;
}
.nadadora {
	background: url(../fotos/shopping.jpg) center center / cover no-repeat;
	width:26%;
	margin:0 3%;
}

.tenis {
	background: url(../fotos/tenis.jpg) center center / cover no-repeat;
	width:26%;
	margin:0 3%;
}
.naranjada {
	background: url(../fotos/naranjada.jpg) center center / cover no-repeat;
	width:26%;
	margin:0 3%;
}

.galeria-amenidades {
	height: 400px;
	margin-right:3%;
	width:65%;
}
.h400 {
	height: 400px;
}
.uk-slideshow-items li {
	height:400px;
	overflow: hidden;
}
.bg-amenidad1 {
	background: url(../fotos/amenidades/1.png) bottom center / cover no-repeat;
	height:400px;
}
.bg-amenidad2 {
	background: url(../fotos/amenidades/2.png) center center / cover no-repeat;
	height:400px;
}
.bg-amenidad3 {
	background: url(../fotos/amenidades/3.png) bottom center / cover no-repeat;
	height:400px;
}
.bg-amenidad4 {
	background: url(../fotos/amenidades/4.png) bottom center / cover no-repeat;
	height:400px;
}
.bg-amenidad5 {
	background: url(../fotos/amenidades/5.png) bottom center / cover no-repeat;
	height:400px;
}
.bg-amenidad6 {
	background: url(../fotos/amenidades/6.png) bottom center / cover no-repeat;
	height:400px;
}
.bg-amenidad7 {
	background: url(../fotos/amenidades/7.png) bottom center / cover no-repeat;
	height:400px;
}


/*CUARTA SECCIÓN*/
#plano h1 {
	text-align: center;
	margin-top: 100px;
}
.flex-plano {
	display:flex;
	margin:0 3%;
}
.planos {
	width:70%;
	margin-right: 10%;
}
.tour {
	width:20%;
}
.padd-residencia {
	padding:40px;
	position: relative;
}
.t-tour {
	background:#045D67;
	color:#fff;
	text-align:center;
	padding: 10px 0;
}
.tour a {
	margin-top: 3px;
}
.play {
	width: 40px;
}
/*QUINTA SECCIÓN*/
#ubicacion {
	background:url(../img/hojas2.jpg) no-repeat left 95%;
}
#ubicacion h1 {
	text-align: center;
	margin-top: 60px;
}
.bg2 {
	background: #F6F5F4;
	height:40px;
	margin-bottom:20px;
	width: 25%;
}
.flex-ubicacion {
	display:flex;
}
.flex-ubicacion-1 {
	width:60%;
	margin-right: 3%;
}
.flex-ubicacion-2 {
	width:34%;
	margin-right: 3%;
}
.flex-ubicacion-2 p:first-child {
	margin: -5px 0 40px 0;
}
.flex-ubicacion-2 p:last-child {
	color:#3D4543;
}
/*QUINTA SECCIÓN*/
#respaldo h1 {
	text-align: center;
	margin-top: 100px;
}
.container-respaldo {
	width:1180px;
	margin: 0 auto 20px auto;
}
.flex-respaldo {
	display:flex; 
	font-size:15px;
	line-height: 25px;
}
.flex-respaldo-1 {
	width:45%;
	margin-right: 10%;
}
.flex-respaldo-1 img {
	width:85px;
	margin-bottom: 20px;
}
.flex-cuadro {
	display:flex;
	margin-top:10px;
}
.flex-cuadro div:first-child {
	width:15px;
	height:15px;
	background:#045D67;
	margin: 5px 7px 0 0;
	position: relative;
	z-index: 1;
}
.flex-cuadro div h2 {
	font-size:18px;
	margin: 0;
	animation-duration: 1s;
	font-weight: 700;
}
.flex-respaldo-2 {
	width:45%;
}
.flex-respaldo-2 img {
	width:100%;
	margin-top: 47px;
	margin-bottom: 20px;
}

#contactanos {
	background:url(../img/hojas3.jpg) right bottom / contain no-repeat;
	margin-top: 60px;
}
#contactanos h1 {
	text-align: center;
	animation-duration: 1s;
}
.container-contacto {
	width:1180px;
	margin: 0 auto;
	border: #045D67 solid 1px;
	background:#fff;
	animation-duration: 2s;
}
.container-contacto2 {
	border: #045D67 solid 1px;
	background:#fff;
}
.flex-contacto {
	padding:40px;
	display:flex;
}

.contacto-form {
    flex: 1;
    max-width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contacto-img {
    flex: 1;
    max-width: 50%;
    padding-right: 20px;  
}
.flex-contacto div:first-child {
	width:25%;
	margin-right:8%;
}
.flex-contacto div:last-child {
	width:67%;
}
.datos-contacto {
	margin-bottom: 0;
	font-size: 16px;
	color: #A1A6A4;
}
input {
	border: none;
	border-bottom: #A1A6A4 solid 1px;
	margin-bottom: 30px;
	width: 100%;
	color: #3D4543;
	font-family: acumin-pro,sans-serif;
	font-weight: 200;
	font-style: normal;
	font-size:19px;
	line-height:29px;
}
input:focus {
    outline: none;
}
.h100-02 {
	height:100px;
}
.btn-enviar {
	padding: 10px 80px;
	background: #045D67;
	color: #fff;
	letter-spacing: 2px;
	font-size: 16px;
	float: right;
	transition: 250ms ease;
}
.btn-enviar:hover {
	background: #045D67;
	text-decoration: none;
}

footer {
	background: #3D4543;
	color: #fff;
	padding: 40px 0;
	font-size: 16px;
	position: relative;
	z-index: 9999999999;
}
footer a {
	font-size: 16px;
	color:#fff;
	transition: 300ms ease;
}
footer a:hover {
	text-decoration: none;
	color: #045D67;
}
.flex-footer {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin:0 4%;
}
.flex-footer-1 {
	width:100px;
}
.flex-footer-2 {
	width:150px;
}
.flex-footer-3 {
	width:280px;
}
.flex-footer-3 div, .flex-footer-4 div {
	display:flex;
	align-items:center;
}
.flex-footer-3 img, .flex-footer-4 img {
	width:40px;
	margin-right:20px;
}
.mb25 {
	margin-bottom: 25px;
}
.flex-footer-4 {
	width:155px;
}
.copy {
	margin:0;
	font-size:14px;
}
.copy span {
	font-size: 30px;
	position: relative;
	top: 11px;
}
.flex-footer-5 {
	width:110px;
}
.redes {
	list-style: none;
	display: flex;
	margin: 0;
	padding: 0;
}
.redes li {
	margin: 0 5px;
}
.flex-footer-6 {
	width:70px;
}




.cover1 {
	background: url(../fotos/cover3.png) center center / cover no-repeat;
	height:100vh;
}
.cover2 {
	background: url(../fotos/cover2.png) center center / cover no-repeat;
	height:100vh;
}
.cover3 {
	background: url(../fotos/cover1.png) left center / cover no-repeat;
	height:100vh;
}
.cover4 {
	background: url(../fotos/cover4.png) left center / cover no-repeat;
	height:100vh;
}
.uk-slideshow-items.vh100, .uk-slideshow-items.vh100 li {
	height: 100vh !important;
	min-height: 100vh;
}
.on1020 {
	display: none;
}
.flex-2-photos {
	display:flex;
	justify-content: space-between;
	align-items:flex-end;
	margin-top:30px;
}
.flex-2-photos div:nth-of-type(1) {
	width:40%;
}
.flex-2-photos div:nth-of-type(2) {
	width:55%;
}
.touch {
	width: 60px;
	display: none;
}




























@media screen and (max-width:1310px) {
	.flex-amenidades {
		display: block;
		margin-bottom: 40px;
	}
	.flex-amenidades-1 {
		width:94%;
		margin-left:6%;
	}
	.flex-amenidades-2 {
		width:88%;
		margin: 0 6%;
	}
	#slider-letter {
		height:140px;
	}
}
@media screen and (max-width:1260px) {
	.container-respaldo {
		width:88%;
		margin: 0 6% 20px 6%;
	}
	.container-contacto {
		width:88%;
		margin: 0 6%;
	}
	.flex-contacto div:first-child {
		width:30%;
		margin-right:3%;
		background: url('../fotos/cover2.png') center center / cover no-repeat;
		
	}
	.flex-contacto div:first-child img {
		display: none;
	}
}
@media screen and (max-width:1190px) {
	.uk-subnav {
		justify-content: space-between;
	}
	.uk-subnav > * > :first-child {
		margin-right: 0;
	}
	.uk-subnav-pill li {
		width: 33%;
	}
	.planos {
		width:77%;
		margin-right: 3%;
	}
}
@media screen and (max-width:1160px) {
	.flex-footer {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		margin: 0 6%;
	}
	.flex-footer-2 {
		margin-top: 20px;
		margin-bottom: 30px;
	}
	.flex-footer-4 {
		width:280px;
		margin-top: 25px;
	}
	.flex-footer-4 p {
		display: none;
	}
	.flex-footer-6 {
		margin-top: 40px;
	}
}
@media screen and (max-width:1100px) {
	.flex-nado,
	.galeria-amenidades,
	.h400,
	.uk-slideshow-items li,
	.bg-amenidad1,
	.bg-amenidad2,
	.bg-amenidad3,
	.bg-amenidad4,
	.bg-amenidad5,
	.bg-amenidad6,
	.bg-amenidad7 {
		height: 300px !important;
		min-height: 300px !important;
	}
}
@media screen and (max-width:1070px) {
	/*.flex-edificio {
		padding:20px;
	}*/
	.lupa.lupa2 {
		top: 30px;
		right: 30px;
	}
	.lupa {
		top: 10px;
		right: 10px;
	}
	.lupa img {
		width: 30px;
	}
	.touch {
		display: block;
	}
}
@media screen and (max-width:1020px) {
	.h100, #slider {
		display: none;
	}
	.on1020 {
		display: block;
	}
	.bg-logo {
		/*width: 50%;
		height: 100vh;*/
		padding-top: 150px;
		display: flex;
		align-items: center;
		flex-direction: column;
		justify-content: center;
	}
	.bienvenido {
		margin-bottom: 40px;
		/*font-size: 16px; 
		color: #fff;
		letter-spacing: 12px;
		text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);*/
	}
	.logo-white {
		/*width: 160px !important;
		height: 193px !important;*/
	}
	.down {
		margin-top:100px !important;
		width: 60px !important;
	}
	.flex-diseno-01 {
		width:45.5% !important;
		margin:0;
		margin-left: 3%;
		margin-right: 3%;
	}
	.flex-diseno-02 {
		width:45.5% !important;
		margin:0;
		margin-right: 3%;
	}
	.flex-mexicana {
		padding:40px;
	}
}
@media screen and (max-width:980px) {
	.amenidades div {
		border: #045D67 solid 1px;
		width: 100px;
		height: 100px;
	}
	.amenidades div > div {
		width: 85px;
		height: 85px;
		letter-spacing: normal;
	}
	.amenidades div > div > img {
		width: 30px;
	}
}
@media screen and (max-width:960px) {
	.container-residencias {
		padding: 50px 0;
		width: 88%;
		margin: 0 6%;
	}
	.off960 {
		display: none;
	}
	.on960 {
		display: block;
	}
	.bg-proyectos {
		margin-top: 30px;
		background: url(../img/proyectos-Danhos.jpg) center center / cover no-repeat;
		height: 200px;
	}
}
@media screen and (max-width:890px) {
	.flex-ubicacion-1 {
		width:47%;
		margin-right: 3%;
	}
	.flex-ubicacion-2 {
		width:47%;
		margin-right: 3%;
	}
	.flex-2-photos {
		flex-direction: column;
	}
	.flex-2-photos div:nth-of-type(1) {
		width:80%;
		margin-bottom: 20px;
	}
	.flex-2-photos div:nth-of-type(2) {
		width:100%;
	}
}
.on960 {
	display: none;
}
@media screen and (max-width:820px) {
	.flex-nado {
		display: block;
	}
	.galeria-amenidades {
		width: 88%;
		margin: 0 6%;
	}
	.h100-02 {
		height:60px;
	}
}
@media screen and (max-width:840px) {
	.amenidades {
		flex-wrap: wrap;
		justify-content: center;
		grid-gap: 10px;
	}
	/*.flex-footer {
		flex-wrap: wrap;
	}
	.flex-footer-1, .flex-footer-2 {
		width:50%;
		margin-bottom: 80px;
	}
	.flex-footer-1 img {
		width:100px;
	}*/
}
@media screen and (max-width:760px) {
	.cta_wrapper {
		right: 70px;
	}
	.flex-diseno {
		display: block;
	}
	.flex-diseno-01 {
		width:88% !important;
		margin:0 6%;
	}
	.flex-diseno-02 {
		width:88% !important;
		margin-top: 30px;
		margin-right:6%;
		margin-left: 6%;
	}
	.flex-edificio h1, .flex-mexicana h1 {
		font-size:34px;
		line-height:40px;
	}
	.flex-edificio p, .flex-mexicana p {
		font-size:18px;
		line-height: 24px;
	}
	.flex-residencias {
		display:block;
	}
	.flex-residencias-1 {
		display: none;
	}
	.flex-residencias-2 {
		width:88% !important;
		margin:0 6%;
	}
	.bg-interior {
		height: 300px;
	}
	.flex-plano {
		display:block;
		margin:0;
	}
	.planos {
		width:88% !important;
		margin:0 6%;
	}
	.padd-residencia {
		padding:20px;
	}
	.tour {
		width:88% !important;
		margin:0 6%;
	}
	.uk-inline, .uk-inline img {
		min-width: 100%;
	}
	.flex-contacto {
		padding:20px;
	}
}
@media screen and (max-width:630px) {
	.flex-respaldo {
		display:block;
	}
	.flex-respaldo-1 {
		width:100%;
		margin-right: 0;
	}
	.flex-respaldo-2 {
		width:100%;
	}
	.flex-contacto {
		flex-direction: column;
	}
	.flex-contacto div:first-child {
		width:100%;
		margin-right:0;
		height: 100px;
		background-position: center center;
		margin-bottom: 20px;
	}
	.flex-contacto div:last-child {
		width:100%;
	}
	#contactanos {
		background:url(../img/hojas3-02.jpg) right bottom / contain no-repeat;
	}
}
@media screen and (max-width:610px) {
	.flex-ubicacion {
		display: block;
	}
	.flex-ubicacion-1, .flex-ubicacion-2 {
		width:88% !important;
		margin:0 6%;
	}
	.flex-ubicacion-2 {
		margin-top: 30px;
	}
	.flex-2-photos {
		flex-direction: row;
	}
	.flex-2-photos div:nth-of-type(1) {
		width:44%;
		margin-bottom: 0;
	}
	.flex-2-photos div:nth-of-type(2) {
		width:50%;
	}
}
@media screen and (max-width:590px) {
	.bg-logo {
		width: auto;
		padding-top: 150px;
	}
	.bienvenido {
		padding: 0 20px;
		white-space: nowrap;
	}
}
@media screen and (max-width:560px) {
	.cover3 {
		background: url(../img/cover-03.jpg) center center / cover no-repeat;
	}
}
@media screen and (max-width:540px) {
	.uk-subnav {
		display: block;
	}
	.uk-subnav-pill li {
		width: 100%;
	}
	.planos {
		width:77%;
		margin-right: 3%;
	}
}
@media screen and (max-width:480px) {
	/*.flex-footer {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		margin: 0 6%;
	}
	.flex-footer-1 {
		width:100px;
		margin-bottom: 20px;
	}
	.flex-footer-2 {
		width:150px;
		margin-bottom: 40px;
	}
	.flex-footer-3 img {
		margin-right:10px;
	}
	.flex-footer-4 {
		align-self: center;
		align-items: center;
	}
	.flex-footer-4 img {
		margin-left: 0;
		margin-top:40px;
	}*/
}