@charset "UTF-8";
/*********************** FUENTES GOOGLE MAPS ***********************/
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Roboto:wght@300;400;500;700;900&display=swap');
/*font-family: 'Abril Fatface', cursive; font-family: 'Roboto', sans-serif;*/

/*********************** GENERAL ***********************/
body { padding: 0; margin: 0; font-family: 'Roboto', sans-serif; }
ul { padding: 0; margin: 0; list-style: none; }
img { display: block; width: 100%; border: none; }
a { text-decoration: none; color: inherit; display: block; cursor: pointer; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; }
.contenedor { width: 1200px; margin: 0px auto; position: relative; }
.btn_movil {  float: right; position: relative; top: 0; margin: 10px 0;  cursor: pointer; -webkit-transition: all .5s ease;  -moz-transition: all .5s ease;  -o-transition: all .5s ease;  transition: all .5s ease; }
p {  font-family: 'Roboto', sans-serif; font-size: 16px; line-height: 24px; color: #414142; font-weight: 400; margin: 20px 0px; -webkit-transition: all .4s ease; -moz-transition: all .4s ease; -o-transition: all .4s ease; transition: all .4s ease; }
* { box-sizing: border-box; }
*:focus { outline: none; }
.pc { display: block; }
.movil { display: none; }
section { position: relative; }
.bannerPrincipal { position: relative; height: 700px; }
.bannerPrincipal .info { width: 500px; position: absolute; top: 50%; left: 50%; margin-left: -550px; margin-top: -120px; }
.bannerPrincipal .itemScroll { display: block; background: url(../img/home/item2_banner.png); width: 55px; height: 40px; background-position: center; background-repeat: no-repeat; background-size: cover; position: absolute; bottom: 20px; left: 50%; cursor: pointer; }

::selection { background: #5eaeba;color: #fff; }
::-moz-selection { background: #5eaeba;color: #fff; }

.boton { display: block; margin: 0px auto; width: 520px; padding: 30px 0px; background: #4568bc; border: 3px solid #4568bc; border-radius: 20px; color: #fff; font-size: 23px; font-weight: 500; line-height: 23px; text-align: center; cursor: pointer; -webkit-box-shadow: 0px 10px 5px 0px rgba(69, 104, 188, 0.15); -moz-box-shadow: 0px 10px 5px 0px rgba(69, 104, 188, 0.15); box-shadow: 0px 10px 5px 0px rgba(69, 104, 188, 0.15); -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; }
.boton:hover, .boton:disabled { opacity: 0.6; }
.flotanteWapp { width: 70px; height: 70px; background-color: rgba(126, 186, 39, 0.6); text-align: center; border-radius: 50%; position: fixed; top: 130px; right: 100px; z-index: 100; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1); box-shadow: 0 0 0 0 #7eba27; }
.btnFlotante { width: 70px; height: 70px; background: #7eba27; border-radius: 50%; display: flex; text-align: center; position: fixed; bottom: 60px; right: 100px; z-index: 100; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; animation: zoom 1s infinite ease-in; }
.btnFlotante:hover { background: rgba(0, 0, 0, 0.8); }
.btnFlotante img { width: 40px; margin: auto; }
.flotanteWhats { width: 55px;height: 55px;background-color: #27d367;color: #fff;line-height: 55px;font-size: 40px!important;text-align: center;border-radius: 50%;-webkit-transition: all .5s ease;-moz-transition: all .5s ease;-o-transition: all .5s ease;transition: all .5s ease;position: fixed;bottom: 30px;left: 40px;z-index: 999;animation: pulse 1.25s infinite cubic-bezier(0.66,0,0,1);box-shadow: 0 0 0 0 #27d367; }
.flotanteWhats:hover { background: #7ebf42 }
@-webkit-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0.01);}}
@-moz-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0.01);}}
@-ms-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0.01);}}
@keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0.01);}}

/************************ ANIMACIONES ***********************/
@-webkit-keyframes zoom { 0%{transform: scale(1);} 50%{transform: scale(1.2);} 100%{transform: scale(1);} }
@-moz-keyframes zoom { 0%{transform: scale(1);} 50%{transform: scale(1.2);} 100%{transform: scale(1);} }
@-ms-keyframes zoom { 0%{transform: scale(1);} 50%{transform: scale(1.2);} 100%{transform: scale(1);} }
@keyframes zoom { 0%{transform: scale(1);} 50%{transform: scale(1.2);} 100%{transform: scale(1);} }
@-webkit-keyframes slide { 0%{transform: translateX(100%);} 100%{transform: translateX(0);} }
@-moz-keyframes slide { 0%{transform: translateX(100%);} 100%{transform: translateX(0);} }
@-ms-keyframes slide { 0%{transform: translateX(100%);} 100%{transform: translateX(0);} }
@keyframes slide { 0%{transform: translateX(100%);} 100%{transform: translateX(0);} }
@-webkit-keyframes pulse { to{box-shadow: 0 0 0 45px rgba(232, 76, 61, 0.01);} }
@-moz-keyframes pulse { to{box-shadow: 0 0 0 45px rgba(232, 76, 61, 0.01);} }
@-ms-keyframes pulse { to{box-shadow: 0 0 0 45px rgba(232, 76, 61, 0.01);} }
@keyframes pulse { to{box-shadow: 0 0 0 45px rgba(232, 76, 61, 0.01);} }

/*********************** CONTENEDORES ***********************/
.conteRight { width: 50%;float: right; }
.conteLeft { width: 50%;float: left; }

/*
ANIMACIONES HTML5

-webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; 

-webkit-transform:scale(1.15); -moz-transform:scale(1.15); -ms-transform:scale(1.15); -o-transform:scale(1.15); transform:scale(1.15); 

-ms-transform: rotate(7deg); -webkit-transform: rotate(7deg); transform: rotate(7deg); 

-webkit-transition: all 500ms cubic-bezier(0.680, 0, 0.265, 1); -webkit-transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550); -moz-transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550); -o-transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550); transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550); 
*/

/*********************** CLEAR ***********************/
.clear { clear: both;height: 0px; }
.clear5 { clear: both;height: 5px; }
.clear10 { clear: both;height: 10px; }
.clear15 { clear: both;height: 15px; }
.clear20 { clear: both;height: 20px; }
.clear30 { clear: both;height: 30px; }
.clear40 { clear: both;height: 40px; }

/*********************** TEXTOS ***********************/
.textCenter { text-align: center; }
.textRight { text-align: right; }
.textLeft { text-align: left; }
.textBold { font-weight: bold; font-size: 22px; line-height: 25px; }
.textSeparado { letter-spacing: 2px; text-transform: uppercase; font-weight: 500; }
/*********************** FORMULARIOS ERROR ***********************/
label.error { display: none!important; }
input.error { border: 3px solid #f00!important; }
select.error { border: 3px solid #f00!important; }
textarea.error { border: 3px solid #f00!important; }

/*********************** H1 - H6 ***********************/
h1, h2, h3, h4, h5 { padding: 0; margin: 0; }
h1 { color: #e7e8c5; font-size: 70px; font-weight:400; font-family: 'Abril Fatface';}
h2 { color: #305730; font-size: 65px; font-weight:400; font-family: 'Abril Fatface';}
h3 { color: #fff; font-size: 35px; font-weight: 400; font-family: 'Abril Fatface';}
h4 { color: #000; font-size: 32px; font-weight: 300;  line-height:32px; font-family: 'Roboto', sans-serif; }
h5 { color: #305730; font-size: 30px; font-weight: 300; line-height: 34px; font-family: 'Roboto', sans-serif;}
h6 { color: #305730; font-size: 28px; font-weight: 700; line-height: 34px; font-family: 'Abril Fatface'; margin:0px; }

/*********************** COLUMNAS ***********************/
.col2 li { float: left; width: 50%; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; position: relative; }
.col3 li { float: left; width: 33.33%; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; position: relative; }
.col4 li { float: left; width: 25%; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; position: relative; }
.col5 li { float: left; width: 20%; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; position: relative; }
.col6 li { float: left; width: 16.66%; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; position: relative; }
.col7 li { float: left; width: 14.28%; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; position: relative; }
.col8 li { float: left; width: 12.5%; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; position: relative; }
.col9 li { float: left; width: 11%; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; position: relative; }

/*********************** BOTON MENU MOVIL ***********************/
/*
.nav-button { margin: 0px auto; float: right; margin-top: 25px; width: 42px; height: 25px; cursor: pointer; }
.nav-button #burger { position: relative; -webkit-transform: rotate(0deg); transform: rotate(0deg); }
.nav-button #burger span { display: block; position: absolute; height: 4px; width: 100%; background: #FFF; border-radius: 9px; opacity: 1; left: 0; -webkit-transform: rotate(0deg); transform: rotate(0deg); transition: 0.3s ease-in-out; }
.nav-button #burger span:nth-child(1) { top: 0; }
.nav-button #burger span:nth-child(2), .nav-button #burger span:nth-child(3) { top: 10px; }
.nav-button #burger span:nth-child(4) { top: 20px; }
.nav-button #burger.active-sandwich span:nth-child(1) { top: 0px; width: 0%; left: 50%; opacity: 0; }
.nav-button #burger.active-sandwich span:nth-child(2) { -webkit-transform: rotate(45deg); transform: rotate(45deg); }
.nav-button #burger.active-sandwich span:nth-child(3) { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
.nav-button #burger.active-sandwich span:nth-child(4) { top: 18px; width: 0%; left: 50%; opacity: 0; }
.menu-wrapper { overflow: hidden; max-width: 100%; cursor: pointer; }
.menu-wrapper .btn-menu { float: right; position: relative; width: 45px; height: 40px; margin: 15px; }
.menu-wrapper .btn-menu span { opacity: 1; right: 0; display: block; width: 100%; height: 4px; border-radius: 10px; color: black; background-color: white; position: absolute; transform: rotate(0deg); transition: .4s ease-in-out; }
.menu-wrapper .btn-menu span:nth-child(1) { top: 0; }
.menu-wrapper .btn-menu span:nth-child(2) { top: 14px; }
.menu-wrapper .btn-menu span:nth-child(3) { top: 28px; }
.menu-wrapper .btn-menu.open span:nth-child(1) { transform: translateY(14px) rotate(135deg); }
.menu-wrapper .btn-menu.open span:nth-child(<2) { opacity: 0; transform: translateX(60px); }
.menu-wrapper .btn-menu.open span:nth-child(3) { transform: translateY(-14px) rotate(-135deg); }
*/

/*********************** HEADER ***********************/
header { position: fixed; top: 0; left: 0; width: 100%; background-color: #fff; z-index: 10; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; }
header .top { background: #003e74; color: #FFF; font-size: 16px; padding: 10px 0; }
header .top .conteTel, header .top .conteSociales { display: inline-flex; font-weight: 300; }
header .top .conteTel i { margin-right: 5px; }
header .top .conteTel i, header .top .conteSociales i { margin-left: 20px; font-size: 17px; }
header .top li:nth-child(2) { text-align: right; }
header .logo { float: left; width: 220px; margin:10px; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; }
header .medio { padding: 15px 0; }
.headerAnima { background: #fff; }
.logoAnima { width: 150px!important; }
.menuAnima { margin: 15px auto!important; }
.menu { width: 800px; float: right; margin: 30px auto; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease;  }
.menu li a { font-size: 15px; color: #000; text-transform: uppercase; text-align: center; font-weight: 500; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease;  }
.menu li a:hover, .menuActivo { color:#c49e33!important;  }
.menu .btn-header { background: #c49e33; color: #fff;  text-align: center; padding-top: 5px; border-radius: 99px; margin-top:-5px; }
.menuAnima .menuActivo{ color:#fff!important;  }
.menuAnima li a:hover { color: #c49e33 !important; }
.btn-activo { background: #fff!important; color: #c49e33!important; }
/*********************** BOTÓN MENU MOVIL ************************/
.menu li a span { width: 0%; height: 4px; margin: 2px 0px 0px; border-radius: 2px; background: #fff; display: block; visibility: hidden; opacity: 0; -webkit-transition: all .5s ease;-moz-transition: all .5s ease;-o-transition: all .5s ease;transition: all .5s ease; }

.btn_movil { float: right; margin: 5px; cursor: pointer; }
.btn_movil span { width: 34px; height: 3px; background-color: #305730; margin: 6px 0; display: block; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; }
.btn_movil.change span:nth-child(1) { -webkit-transform: rotate(-45deg) translate(-8px, 6px);transform: rotate(-45deg) translate(-8px, 6px); background-color: #c59f36; }
.btn_movil.change span:nth-child(3) { -webkit-transform: rotate(45deg) translate(-9px, -8px);transform: rotate(45deg) translate(-9px, -8px); background-color: #c59f36; }
.btn_movil.change span:nth-child(2) { opacity: 0; }
.slide-menu { right: 0!important; }
.fondo{ background: rgb(255 255 255 / 93%) }
/*********************** CLASES GENERALES HOME *******************/
.btn-button{background: #e7e8c5; color:#000; box-shadow: 1px 0px 8px 1px #878686; font-size: 18px; text-align:center; width:150px; border-radius:20px; margin:10px 0px; padding:12px 10px; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; }
.btn-button:hover{ background:#000; color:#fff;}
.verde { color: #305730; font-weight: 700; text-align: center; }
hr { width: 60px; border-color: #c59f36; margin: 5px 0px; }
.amarillo { color: #c49e33; }
.pequeno { font-size: 15px; }
.negro {color:#000;}
.blanco {color:#fff;}

.btn { -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; }
.btn:hover { opacity: .8; transform: scale(1.1); background:#000; }
.blanco { color:#fff; }
.curva { position: absolute; bottom: -25px; z-index: -1; height: 400px; margin-top: -200px; }
.sinPrevio { font-size: 12.5px; text-align: right; margin-top: 40px; }
.button { background: #e7e8c5; color:#000; box-shadow: 1px 0px 8px 1px #878686; border-top-right-radius: 30px; width: 300px; margin: auto; text-align: center; font-size: 17px; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease;}
.button:hover { opacity: .8; transform: scale(1.1) ;}
.flex { display: flex; justify-content: start; align-items: center; }
.left { width: 110px!important;  }
.pleca { background: #923d86; color: #fff; float: left; padding: 3px 50px; border-top-right-radius: 99px; font-size: 16px; font-weight: 600; box-shadow: 2px 4px 9px #878282; margin:10px 0px; }
/*********************** HOME ***********************/
.home .seccion1 { margin-top:100px; } 
.home .bannerPrincipal { background: url(../img/home/bannerCorregido3.jpg)no-repeat; background-size: cover; background-position: center; }
.home .seccion1 .conteLeft { position: absolute; top: 35%; left: 50%; margin-left: -520px; }
.home .seccion2 {  background-color:#e4e4e4; }
.home .seccion2 .col2 li:nth-child(1) {width:60%;  padding: 30px 40px 20px 120px;}
.home .seccion2 .col2 li:nth-child(2) {width:40%; background: url(../img/home/imgSeccion2.jpg)no-repeat; background-size:cover; background-position:center; min-height:475px; }
.home .seccion2 .col2 li:nth-child(1) img { width: 250px; }
.home .seccion3 { background-color: #ebe9d5; padding: 40px 0px 0px; }
.home .seccion3 img { width: 100%; margin-top: 90px; padding-right: 40px; }
.home .seccion3 .info span { color: #305730; font-weight:400; }
.home .seccion3 .plantaBaja p { line-height:15px; margin-left:10px;}
.home .seccion3 .plantaBaja p::before { content:""; background-color:#000; width:5px; height:5px; border-radius:99px; position: absolute; margin:3px -10px; }
.home .seccion3 .precio { font-family: 'Abril Fatface'; font-size:50px; color:#c49e33; }
.home .seccion3 h6 { margin-top:90px; }
.home .seccion3 .btn-modelo { background: #c49e33; color: #fff; font-size: 22px; width: 300px; text-align: center; padding: 10px; border-radius: 99px; margin-top: 40px; }
.home .seccion4 .col2 li:nth-child(1) { background: url(../img/home/imgSeccion3.jpg)no-repeat; background-size:cover; background-position:center; min-height:780px; }
.home .seccion4 .col2 li:nth-child(2) { padding: 20px 80px 20px 80px;}
.home .seccion4 .recreacion { font-size: 35px; font-weight: 600; }
.home .seccion4 .col5 { margin-top:40px; padding:0px; }
.home .seccion4 .col5 li {  background:transparent !important; min-height:auto !important; }
.home .seccion4 .col5 li:nth-child(2) { padding:0px !important; }
.home .seccion4 .col5 li:nth-child(1), .home .seccion4 .col5 li:nth-child(2), .home .seccion4 .col5 li:nth-child(3), .home .seccion4 .col5 li:nth-child(4) {  width:25%; }
.home .seccion4 .col5 li:nth-child(6), .home .seccion4 .col5 li:nth-child(7), .home .seccion4 .col5 li:nth-child(8) { width:33.33%; }
.home .seccion4 .icono { width:75%; margin:auto; }
.home .seccion4 .icono img { width: 90px; margin: auto;}
.home .seccion4 .col5 li:nth-child(6) .icono, .home .seccion4 .col5 li:nth-child(7) .icono, .home .seccion4 .col5 li:nth-child(8) .icono { width:65%; margin:auto; }
.home .seccion4 .col5 li:nth-child(6){ padding-left:30px; }
.home .seccion4 .col5 li:nth-child(8) {padding-right:30px; }
.home .seccion4 .btn-modelo { background: #e7e8c5; color: #000; font-size: 22px; width: 300px; text-align: center; padding: 10px; border-radius: 99px; margin-top: 40px; margin:10px auto; font-weight:600; }
.home .seccion5 { padding:30px 0px 0px; background:#e4e4e4;}
.home .seccion5 h2 span { color:#414142; }
.home .seccion5 hr { margin: 0px auto 20px; }
.home .seccion5 .item { background:#dcdcdc; padding:5px; margin:0px 20px; }
.home .seccion5 .item img { width:25%; margin:auto;}
.home .seccion5 .col3 li{ width:30%;}
.home .seccion5 .col2 li:nth-child(1){ width:60%; }
.home .seccion5::before{ content:""; background:url('../img/home/forma3.png')no-repeat; position: absolute; right: 0px; width: 250px; top: 30%; height: 700px; } 
.home .seccion5 .col2 li:nth-child(2){ width:40%; }
.home .seccion5 .conteLeft { width:100%; }
.home .seccion5 .conteLeft img { margin-left:350px; margin-top:20px; }
.home .seccion5 .col2 li { list-style: none; }
.home .seccion5 .conteRight { width: 80%; position: relative; margin-top: 250px; }
.home .seccion5 .amarillo span { font-weight: 500; font-size: 22px; }
.home .seccion5 .iteminfo { padding-top: 5px; }
.home .seccion5 .iteminfo p { line-height: 0; }
.home .seccion5 .btn-modelo {  background: #c49e33; color: #fff; font-size: 16px; width: 220px; text-align: center; padding: 5px 20px; border-radius: 99px; margin-top: 40px; }
.home .seccion6 { padding: 40px 0px 20px; }
.home .seccion6 .tabs {	margin-top: 50px; display: flex; flex-wrap: wrap; justify-content: center; column-gap: 200px; }
.home .seccion6 .tabs label { order: 1; display: block;	padding: 1rem 2rem;	margin-right: 0.2rem; cursor: pointer;  font-weight: bold; transition: background ease 0.2s; color:#9e9e9e;}
.home .seccion6 .tabs .tab { order: 99; flex-grow: 1; width: 100%; display: none; padding: 1rem; background: #fff; }
.home .seccion6 .tabs input[type="radio"] {	display: none; }
.home .seccion6 .tabs input[type="radio"]:checked + label { color:#c49e33; }
.home .seccion6 .tabs input[type="radio"]:checked + label + .tab { display: block; }
.home .seccion6 hr { margin:20px auto; width:50px; }
.home .seccion6 .ulGaleria { width: 100%; margin: 30px auto 0px; position: relative; text-align: center; }
.home .seccion6 .conteImg { width: 33.33%; height: 320px; padding: 5px; position: relative; float: left; }
.home .seccion6 .bgImg { width: 100%; height: 100%; background-position: center; background-size: cover; background-repeat: no-repeat; position: relative; }
.home .seccion7 { background:#c49e33; }
.home .seccion7 p { padding:30px 0px 0px;}
.home .seccion7 .col5 { padding:5px 80px 30px 80px; }
.home .seccion8 { background:#e4e4e4; padding:40px 0px; }
.home .seccion8 .subtitulo { font-size:25px;}
.home .seccion8 #formContacto { margin: auto; text-align: center; }
.home .seccion8 .contacto { width: 800px; margin:auto; padding-left: 30px; }
.home .seccion8 .contacto p span { display: grid; }
.home .seccion8 .whats img { width: 30px; margin-right: 10px; }
.home .seccion8 .whats .flex { justify-content: end; float: left; background: #0a9e58; padding: 10px 60px; border-radius: 9px; }
.home .seccion8 .flex { justify-content: end; }
.home .seccion8 .flex img { width: 30px; margin: 0px 10px; }
.home .seccion8 .ubicacion iframe {width: 100%; height: 805px; } 
/*iframe { width: 100%; height: 100%; }*/
/********************* FORMULARIO *******************/
#formContacto input, #formContacto textarea { font-family: 'Roboto', sans-serif;  color:#000; width: 80%; border: 2px solid #eeeeee; border-radius: 0px;  padding: 10px; margin:5px 0px; }
#formContacto textarea { font-family: 'Roboto', sans-serif; }
#formContacto input::placeholder, #formContacto textarea::placeholder { color: #000;  font-family: 'Roboto', sans-serif; font-size: 16px; }
#formContacto textarea { height: 120px; resize: none; }
#formContacto input[type="submit"] {font-size: 16px;  background-color: #c49e33; color:#fff; border: 0px; cursor: pointer;  border-radius:99px;  font-family: 'Roboto', sans-serif;}
/********************** FOOTER **********************/
.seccion0 { background-color: #414142; padding: 20px; }
.seccion0 .col5 li:nth-child(1) { width:25%;}
.seccion0 .col5 li:nth-child(2), .seccion0 .col5 li:nth-child(3), .seccion0 .col5 li:nth-child(4), .seccion0 .col5 li:nth-child(5){ width:18.75%;}
.seccion0 .col5 li:nth-child(4) { padding-left:50px;}
.seccion0 .col5 li:nth-child(2) p, .seccion0 .col5 li:nth-child(3) p { margin-top:65px}
.ubicacion {  margin-top:60px; }
.seccion0 .col5 li:nth-child(4) .conteUbicacion { font-size:14px ; }
.seccion0 .aviso { font-size: 16px; color:#fff; text-align:center; display: flex; justify-content: center; }
.seccion0 .footer1{ float: left }
.seccion0 .logoFooter { width: 225px; margin: 60px auto; }
.seccion0 .logoFooter2 { width:130px; margin: 20px auto; }
.seccion0 .redesSociales { justify-content:center; }
.seccion0 .redesSociales i { font-size: 30px; color:#fff; margin: 0px 10px; }
.seccion0 .redesSociales .btn:hover {background:transparent;}
.seccion0 .redesSociales .btn:hover i { color:#c49e33!important;  }
.seccion0 .col5 li:nth-child(6) {width: 100%; }

/*********************** MEDIAS QUERIES ***********************/
@media screen and (min-width: 320px) and (max-width: 1023px) {
	/*********************** GENERAL ***********************/
	body { padding-top: 82px; }
	.contenedor { width: 95%;  }
	.movil { display: block; }
	.pc { display:none; }
	p { font-size: 15px; margin: 10px 0px; }
	.btn-button { padding:3px 5px; font-size:13px; }
	hr { margin:auto; }
	/*********************** HEADER ***********************/
	header { #fff; }
	header .top { font-size: 12px; }
	header .top .col2 li:nth-child(1) { width: 100%;text-align: center; }
	header .top .col2 li:nth-child(2) { display: none; }
	header .medio { padding: 0px 0; }
	header .top .conteTel, header .top .conteSociales { margin: 5px auto; }
	header .top .conteTel i, header .top .conteSociales i { font-size: 15px; }
	.menu { margin-top:0px !important; padding:30px 0px; float: none; position: fixed; background: rgb(255 255 255 / 93%); z-index:-1; height: 100%; width: 220px; top: 40px; right: -300px; -webkit-transition: right 0.4s; transition: right 0.4s; }
	.menu li { width: 100%; height: 40px !important; padding: 0; }
	.menu li.movil { display: table;}
	.menu li a { line-height: 13px; }
	header .logo { width: 150px; }
	.logoAnima { width: 120px!important; padding: 5px 0px; }
	/*********************** H1 - H6***********************/
	h1 { font-size: 25px; }
	h2 { font-size: 23px; }
	h3 { font-size: 16px; }
	h4 { font-size: 17px; }
	/******************* COLUMNAS *************************/
	.col2 li { width: 100%; }
	.col3 li { width: 100%; }
	.home .seccion2 .col2 li:nth-child(3), .home .seccion2 .col2 li:nth-child(4), .home .seccion2 .col2 li:nth-child(5) { width: 100%; margin-top: 15px; }
	.top .col2 li:nth-child(1) { width: 45%; }
	.top .col2 li:nth-child(2) {width: 55%; }
	.home .seccion4 .conteLeft, .home .seccion4 .conteRight { width: 100%; }
	/*************** CLASES GENERALES HOME ****************/
	.left { width: 90px!important; }
	.textBold { font-size: 18px; }
	.textSeparado { margin: 0px; }
	.button { width: 250px; font-size: 14px; }
	.curva { height: 250px; bottom: 35px; }
	.sinPrevio { font-size: 11.5px; margin-top: 20px; text-align: center;}
	.pleca { font-size: 14px; padding: 3px 25px; float: none; margin: 10px 120px; }
	/*********************** HOME ************************/
	.bannerPrincipal { height: 200px; }
	.home .seccion1 { margin-top: -20px; }
	.home .seccion1 .conteLeft { position: absolute; top: 20%; left: 8%; margin-left: 0px; top:26%; }
	.home .seccion2 .col2 li:nth-child(1) { width:100%; padding:20px; text-align:Center; }
	.home .seccion2 .col2 li:nth-child(1) img { width:200px; margin:auto; }
	.home .seccion2 .col2 li:nth-child(2) { width:100%; } 
    .home .seccion3 .conte { text-align: center; }
	.home .seccion3 h6 { margin-top: 20px; }
	.home .seccion3 .btn-modelo { margin: 20px auto; }
	.home .seccion3 img { margin-top: 20px; }
	.home .seccion4 .col2 li:nth-child(1) { text-align:center; background:none; min-height:auto;  }
    .home .seccion4 .col2 li:nth-child(1) h2 { padding-top: 20px; }
    .home .seccion4 .col2 li:nth-child(1) .btn-modelo { margin-bottom:20px; }
	.home .seccion4 .col2 li:nth-child(2) { background: url(../img/home/imgSeccion3.jpg)no-repeat; background-size: cover; background-position: center; min-height: 300px;}
	.home .seccion4 .recreacion { font-size:25px; }
    .home .seccion4 .icono { width:auto; }
    .home .seccion4 .col5 li:nth-child(1), .home .seccion4 .col5 li:nth-child(2), .home .seccion4 .col5 li:nth-child(3), .home .seccion4 .col5 li:nth-child(4), .home .seccion4 .col5 li:nth-child(6), .home .seccion4 .col5 li:nth-child(7) { width: 50%; }
    .home .seccion4 .col5 li:nth-child(8) { width: 100%; padding-right:0px; padding-left:20px; }
	.home .seccion5 .col3 li { width: 100%;  }
	.home .seccion5 .item { margin: 10px 0px; }
	.home .seccion5::before { display:none; }
	.home .seccion5 .col2 li:nth-child(1), .home .seccion5 .col2 li:nth-child(2) { width: 100%; }
	.home .seccion5 .conteRight { width:100%; margin-top:0px; }
	.home .seccion5 .iteminfo p { line-height: 10px; text-align: center; }
	.home .seccion5 .btn-modelo { margin:20px auto; }
	.home .seccion5 .conteLeft img { margin-left: 0px; }
	.home .seccion6 .tabs { margin-top: 20px; display: inline-flex; column-gap: inherit; }
    .home .seccion7 .col5 { padding: 5px 0px 30px 0px; }
    /******************** CARROUSEL DEPTOS ****************/
	.home .seccion4 .sinPrevio { margin-left: 30px; }
	.home .seccion4 .conte { padding-top: 0px; text-align: center; }
	.home .seccion4 .conte p { margin: 10px; } 
	.home .seccion4 .imgDepto { width: 250px; float: none; margin-right: 0px; margin: auto; }
	.home .seccion4 .owl-controls { font-size: 20px; }
	.home .seccion4 .owl-prev, .home .seccion4 .owl-next { padding: 2px 7px; }
	.home .seccion5 .owl-prev, .home .seccion5 .owl-next { font-size: 18px; }
	.home .seccion6 { padding: 20px 0px 20px; }
	.home .seccion6 .icono { margin-top: 15px; }
	.home .seccion6 .icono img { width: 95px; }
	.home .seccion6::after { height: 60px; bottom: -15px; }
	.home .seccion8 .col2 li:nth-child(1) { padding-top: 20px; }
	.home .seccion8 .contacto { margin: 0px auto; width: 95%; padding: 0; float: none; text-align: center; }
	.home .seccion8 h1 { font-size: 35px;  }
	.home .seccion8 .whats .flex { margin: 0px auto; width: 280px; padding: 10px 20px; float: none; }
	.home .seccion8 .flex { justify-content: center; }
	.home .seccion8 .ubicacion iframe { height: 250px;}
	/******************** FORMULARIO ********************/
	#formContacto input, #formContacto textarea { width: 100%; }
	#formContacto input::placeholder, #formContacto textarea::placeholder, #formContacto input[type="submit"] { font-size: 14px; }
	#formContacto input, #formContacto textarea { padding: 7px; margin: 5px 0px; }
	/********************** FOOTER **********************/
	.seccion0 .col5 li:nth-child(1), .seccion0 .col5 li:nth-child(4), .seccion0 .col5 li:nth-child(5) { width:100% !important; }
	.seccion0 .col5 li:nth-child(2), .seccion0 .col5 li:nth-child(3) { width:50%; }
	.seccion0 .col5 li:nth-child(2) p, .seccion0 .col5 li:nth-child(3) p { margin-top: 20px; }
	.seccion0 .col5 li:nth-child(4) { padding-left: 0px; }
	.ubicacion { text-align: center;  margin-top: 20px; }
	.seccion0 .col5 li:nth-child(4) .conteUbicacion { text-align:center; }
	.seccion0 { padding: 10px; }
	
	/*.seccion0  .col3 li:nth-child(1), .seccion0 .col3 li:nth-child(2) { width: 50%;}*/
	.seccion0 .footer1 { float: none; }
	.seccion0 .secondLogo { width: 35px; }
	.seccion0 .logoFooter {	width: 120px; margin: 25px auto 10px; }
	.seccion0 .redesSociales { float: none; }
	.seccion0 .redesSociales i { font-size: 25px; margin: 0px 15px; }
	.seccion0 .telefono { float:none; display: flex; justify-content: center; align-items: center; margin-bottom: 15px; }
	.seccion0 .aviso { font-size: 14px; }
}

@media screen and (min-width: 480px) and (max-width: 599px) {
    /*********************** GENERAL ***********************/
	.contenedor { width: 90%; }
	.bannerPrincipal { height: 300px; }
	.home .seccion7 .contacto form { width: 80%; margin: 0px auto; }
	.home .seccion7 .ubicacion iframe { height: 320px;}
}

@media screen and (min-width: 600px) and (max-width: 1023px) { 
    /*********************** GENERAL ***********************/
    body { padding-top: 96px; }
    .contenedor { width: 90%; }
	.top .col2 li:nth-child(1) { margin: 5px 0px; }
	.flex { justify-content:center; }
	/*********************** COLUMNAS **********************/
	/*.col2 li { width: 50%; }*/
	/*.col3 li { width: 33.33%; }*/
	/*.home .seccion2 .col2 li:nth-child(1) { width: 55%; }*/
	/*.home .seccion2 .col2 li:nth-child(2) { width: 45%; }*/
	/*.home .seccion2 .col2 li:nth-child(3), .home .seccion2 .col2 li:nth-child(4), .home .seccion2 .col2 li:nth-child(5) { width: 33.33%; margin-top: 15px; }*/
	.home .seccion4 .conteLeft{ width: 55%; }
	.home .seccion4 .conteRight { width: 45%; }
	/*********************** GENERALES *********************/
	.textBold { margin: 10px 0px; }
	.curva { height: 200px;	bottom: 40px; }
	.button { width: 200px;	}
	.pleca { font-size: 14px; margin: 10px 0px; padding: 5px 40px; float: left; }
	header .top .col2 li:nth-child(1) { width: 65%; text-align: left; }
	header .top .col2 li:nth-child(2) { display: block; width: 35%; }
	/*********************** HOME **************************/
	.bannerPrincipal { height: 400px; }
	.home .seccion1 .conteLeft { top:40%; left:20%;}
	.home .seccion2 .col2 li:nth-child(1) img { width:50%; }
	.home .seccion2 .conte{ padding: 0px 0px 20px 20px; }
	.home .seccion3 .conte { width: 60%; margin: 0px auto; }
	.home .seccion4 .imgDepto { width: 280px; }
	.home .seccion4 .sinPrevio { margin-left: 0px; }
	.home .seccion4 .conte { padding-top: 30px; }
	.home .seccion4 .left { display: block; top: 70px; }
	.home .seccion4 .conte p { text-align: left; }
	.home .seccion4 .owl-controls { bottom: 190px; }
	.home .seccion6 .tabs { column-gap:200px; }
	.home .seccion6::after { height: 80px; bottom: 0px; }
	.home .seccion6 li { width: 33.33%; }
	.home .seccion8 .contacto form { width: 80%; margin: 0px auto; }
	.home .seccion8 .ubicacion iframe { height: 400px; }
	/********************** FOOTER ***********************/
	.seccion0 .col3 li:nth-child(1), .seccion0 .col3 li:nth-child(2), .seccion0 .col3 li:nth-child(3) { width: 33.33%; }
	.seccion0 .telefono { float: right;	display: inline-flex; } 
	.seccion0 .aviso { margin-top: 20px; }
}
 
@media screen and (min-width: 1024px) and (max-width: 1439px) {
	/********************** H1 - H6 / TEXTOS ************************/
	h1 { font-size: 60px; }
	h2 { font-size: 50px; }
	h3 { font-size: 30px; }
	h4 { font-size: 28px; }
	.textBold { font-size: 17px; }
	p { font-size: 15px; } 
	/*********************** GENERAL ***********************/
	.contenedor { width: 960px; }
	.left { top: 30px; }
	.button { width: 250px; font-size: 15px; }
	.curva { height: 300px; bottom: 10px; }
	.sinPrevio { font-size: 11.5px; }
	.pleca { padding: 3px 40px; }
	
	/********************** HEADER **********************/
	header .top { font-size: 14px; }
	header .logo { width: 180px; }
	header .medio { padding: 15px 0; }
	.menu { width: 650px; margin: 25px auto; }
	.menu li a { font-size: 14px; }
	.logoAnima {margin-top:5px !important;}
	/********************** HOME **********************/
	.bannerPrincipal { height: 600px; }
	.home .seccion1 .conteLeft { margin-left: -480px; }
    .home .seccion3 .plantaBaja p { line-height:8px; }
    .home .seccion3 h6 { margin-top: 55px; }
    .home .seccion3 .btn-modelo, .home .seccion4 .btn-modelo { font-size:18px; }
    .home .seccion4 .recreacion { font-size:28px; }
    .home .seccion4 .col2 li:nth-child(1) { min-height:700px; }
    .home .seccion5 .col3 li { width: 29%; }
    .iteminfo .flex img { width: 80%; }
    .home .seccion5 .btn-modelo {margin-top:20px;}
    .home .seccion5 .conteLeft img { margin-left:300px; }
    .home .seccion5 .conteRight { margin-top:220px; }
    .home .seccion4 .verde { font-size:15px; }
    .menu li:nth-child(2) a { margin-right:-20px;}
	.home .seccion8 .subtitulo { font-size:22px; }
	.home .seccion8 .contacto { width: 600px; }
	.home .seccion8 h1 { font-size: 40px;}
	.home .seccion8 .whats .flex { padding: 8px 15px; }
	.home .seccion8 .flex img { width: 25px; }
	.home .seccion8 .ubicacion iframe { height: 713px;}
	#formContacto input, #formContacto textarea { padding: 8px; margin: 5px 0px; width:100%; }
	#formContacto input::placeholder, #formContacto textarea::placeholder, #formContacto input[type="submit"] { font-size: 14px; }
	/****************** FOOTER ***************/
	/*.seccion0 { padding: 15px; }
	.seccion0 .logoFooter { width: 140px; }
	.seccion0 .secondLogo { width: 40px; }
	.seccion0 .redesSociales i { font-size: 20px; }
	.seccion0 .aviso { font-size: 14px; margin: 0px; }
	.seccion0 .telefono img { width: 15px; height: 15px; margin-right: 8px; margin-top: 4px; }*/
}