/* ==========================================================================
   FUENTES::::
   ========================================================================== */
.mont_300 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
}
.mont_400 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}
.mont_500 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}
.mont_700 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}
/* ==========================================================================
   SCRIPT SUBIR
   ========================================================================== */
.fix-top {
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 10px 15px;
  z-index: 999;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-clip: padding-box;
  background-color: rgba(255, 255, 255, 0.2);
  display: none;
}
.fix-top i {
  font-size: 30px;
  color: #D1D1D1;
}
input:-webkit-autofill,
input:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:focus {
  transition: background-color 600000s 0s, color 600000s 0s;
}
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
* {
  font-family: 'Montserrat', sans-serif;
  color: #303030;
}
*:focus {
  outline: none;
}
html {
  color: #303030;
  font-size: 1em;
  line-height: 1.4;
}
/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}
/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #fff;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #fff;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #fff;
}
.browserupgrade {
  margin: 0.2em 0;
  background: #cccccc;
  color: black;
  padding: 0.2em 0;
}
@keyframes shimmy {
  0% {
    left: 45%;
  }
  50% {
    left: 55%;
  }
  100% {
    left: 45%;
  }
}
.soloenmoviles,
.enelmovil,
.soloenelcel {
  display: none;
}
/* ==========================================================================
   COLORES
   ========================================================================== */
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a,
button,
.inps-sb,
header,
img {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
}
a {
  color: inherit;
}
p {
  margin: 0;
}
.lf {
  float: left;
}
.rg {
  float: right;
}
.clear {
  clear: both;
}
img {
  max-width: 100%;
}
section {
  width: 100%;
  padding: 10px 0px;
  background-position: center top;
}
.parallax {
  background-attachment: fixed;
  background-position: center;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.loader {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 99999;
  background-color: #fff;
  display: none;
}
.center {
  max-width: 1540px;
  width: 100%;
  margin: 0 auto;
  padding: 0px;
}
.oculto {
  display: none;
}
/* Botones */
.btn {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 14px 28px;
  background-color: transparent;
  font-size: 16px;
  line-height: 20px;
  display: inline-block;
  border: 0;
}
.btn-dorado {
  background-color: #9C8764;
  color: #fff;
}
.btn-blanco-border {
  border: 2px solid #fff;
  color: #fff;
}
.btn-blanco-border:hover {
  background-color: #fff;
  color: #525252;
}
.pop_up {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
}
.pop_up .fluid_container {
  max-width: 1024px;
  width: 100%;
  padding: 45px 0 50px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: inline-block;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background-clip: padding-box;
  text-align: center;
}
.pop_up .fluid_container a {
  width: 30px;
  height: 30px;
  background-color: #9C8764;
  display: inline-block;
  position: absolute;
  top: 15px;
  right: 15px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.pop_up .fluid_container a i {
  font-size: 23px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: inline-block;
}
.pop_up .fluid_container p.ss {
  font-size: 20px;
  text-transform: uppercase;
}
.pop_up .fluid_container .form {
  margin: 30px 0 0;
  display: inline-block;
}
.pop_up .fluid_container .form input::-webkit-input-placeholder,
.pop_up .fluid_container .form textarea::-webkit-input-placeholder {
  color: #000;
  font-size: 17px;
}
.pop_up .fluid_container .form input:-moz-placeholder,
.pop_up .fluid_container .form textarea:-moz-placeholder {
  color: #000;
  font-size: 17px;
}
.pop_up .fluid_container .form input:-ms-input-placeholder,
.pop_up .fluid_container .form textarea:-ms-input-placeholder {
  color: #000;
  font-size: 17px;
}
.pop_up .fluid_container .form .inps {
  color: #000;
  margin: 0 7px;
  padding: 7px 0 8px 12px;
  font-size: 17px;
  border: 1px solid #000;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
}
.pop_up .fluid_container .form .inps-sb {
  margin: 30px auto 0;
  background-color: #9C8764;
  padding: 8px 15px 8px;
  font-size: 18px;
  color: #fff;
  border: none;
  display: block;
}
/* HEADER  */
header {
  background-color: transparent;
  padding: 17px 0px 26px;
  position: fixed;
  width: 100%;
  z-index: 99;
}
header .center .menu_mobile {
  display: none;
}
header .center #nav {
  text-align: center;
}
header .center #nav a {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  line-height: 35px;
  color: #000;
  padding: 10px 0px;
  min-width: 168px;
  margin: 0px 10px;
}
header .center #nav a.link_logo {
  padding: 0px 0px;
}
header .center #nav a:hover {
  color: #9C8764;
}
header.stiky {
  background-color: #fff;
  padding: 8px 0px;
  -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
}
header.stiky .center #nav {
  text-align: center;
}
header.stiky .center #nav a {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  line-height: 35px;
  color: #000;
  padding: 10px 0px;
  min-width: 168px;
  margin: 0px 10px;
}
header.stiky .center #nav a.link_logo {
  padding: 0px 0px;
}
header.stiky .center #nav a.link_logo img {
  max-width: 90px;
}
header.stiky .center #nav a:hover {
  color: #9C8764;
}
main {
  overflow: hidden;
}
.bg1 {
  padding: 173px 0px 0px;
  height: 966px;
  background-image: url(../img/close-up-of-white-marble-texture-background.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  overflow: hidden;
}
.bg1 .row {
  height: 100%;
}
.bg1 .row .col {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  height: 100%;
  position: relative;
}
.bg1 .row .col .contenido {
  text-align: center;
  max-width: 570px;
  width: 100%;
  margin: 0 auto;
  padding-top: 64px;
}
.bg1 .row .col .contenido p {
  color: #fff;
}
.bg1 .row .col .contenido p.tt {
  font-size: 35px;
  line-height: 44px;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  margin-bottom: 24px;
}
.bg1 .row .col .contenido p.par {
  font-size: 17px;
  line-height: 35px;
  margin-bottom: 41px;
}
.bg1 .row .col .contenido p.precio {
  border-top: 1px solid #9C8764;
  border-bottom: 1px solid #9C8764;
  padding: 12px 0px;
  text-align: center;
  font-size: 20px;
  line-height: 35px;
  margin-bottom: 57px;
}
.bg1 .row .col .contenido .botones {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0px 25px;
}
.bg1 .row .col .contenido .botones a {
  width: 100%;
  display: block;
  padding: 8px 15px;
  font-size: 16px;
  line-height: 35px;
}
.bg1 .row .col .contenido .botones a i {
  font-size: 25px;
  color: #fff;
}
.bg1 .row .col .contenido .botones a:hover i {
  color: #525252;
}
.bg1 .row .col .contenido .controles {
  text-align: center;
  padding: 80px 0px 0px;
}
.bg1 .row .col .contenido .controles .link {
  color: #fff;
  margin: 0px 20px;
  font-size: 17px;
  line-height: 35px;
  cursor: pointer;
}
.bg1 .row .col .slider {
  height: 100%;
  width: 100%;
  position: relative;
}
.bg1 .row .col .slider .owl-stage-outer {
  height: 100%;
  width: 100%;
}
.bg1 .row .col .slider .owl-stage-outer .owl-stage {
  height: 100%;
}
.bg1 .row .col .slider .owl-stage-outer .owl-stage .owl-item {
  height: 100%;
}
.bg1 .row .col .slider .item {
  height: 100%;
  width: 100%;
  position: relative;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg1 .row .col a.recorrido {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  max-width: 340px;
  text-align: center;
  z-index: 2;
}
.bg1 .row .cl1 {
  width: 38.75%;
  margin-top: 65px;
  margin-bottom: -65px;
  background-image: url(../img/logo-icon.png);
  background-position: -10px -76px;
  background-repeat: no-repeat;
  background-color: #525252;
}
.bg1 .row .cl2 {
  width: 61.25%;
}
.bg2 {
  padding: 152px 0px 157px;
  background-color: #fff;
}
.bg2 .center p {
  text-align: center;
}
.bg2 .center p.tt {
  font-size: 60px;
  line-height: 75px;
  text-transform: uppercase;
  color: #303030;
  letter-spacing: 2.5px;
  margin-bottom: 9px;
}
.bg2 .center p.par {
  font-size: 17px;
  line-height: 35px;
  margin-bottom: 51px;
}
.bg2 .center .barra {
  width: 100px;
  height: 2px;
  background-color: #9C8764;
  margin: 0 auto 14px;
}
.bg2 .center .preguntas {
  text-align: center;
}
.bg2 .center .preguntas .col {
  max-width: 570px;
  width: 100%;
  margin: 0px 15px;
  display: inline-block;
  vertical-align: top;
}
.bg2 .center .preguntas .item {
  border-bottom: 1px solid #9C8764;
  cursor: pointer;
  text-align: left;
}
.bg2 .center .preguntas .item .item_head {
  font-size: 20px;
  line-height: 35px;
  padding: 27px 8px 27px 27px;
  position: relative;
}
.bg2 .center .preguntas .item .item_head span.iconoDesplegar {
  display: inline-block;
  background-image: url(../img/iconoMas.png);
  background-position: center;
  background-repeat: no-repeat;
  width: 37px;
  height: 37px;
  position: absolute;
  right: 0px;
  top: 26px;
}
.bg2 .center .preguntas .item .contenido {
  text-align: left;
  padding: 27px 8px 27px 27px;
  display: none;
}
.bg2 .center .preguntas .item .contenido ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.bg2 .center .preguntas .item .contenido ul li {
  font-size: 17px;
  line-height: 43px;
  position: relative;
  padding: 0px 0px 0px 25px;
}
.bg2 .center .preguntas .item .contenido ul li:before {
  content: url(../img/check_circle.png);
  background-position: center;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
}
.bg2 .center .preguntas .item1 {
  border-top: 1px solid #9C8764;
}
.bg2 .center .preguntas .itemActive .item_head {
  padding: 27px 8px 0px 27px;
}
.bg2 .center .preguntas .itemActive .item_head span.iconoDesplegar {
  background-image: url(../img/iconoMenos.png);
}
.bg2 .center .preguntas .itemActive .contenido {
  display: block;
  padding: 9px 8px 24px 27px;
}
.bg3 {
  padding: 94px 0px 48px;
  background-color: #fff;
  background-image: url(../img/close-up-of-white-marble-texture-background-2.jpg);
  background-position: center top;
  background-repeat: no-repeat;
}
.bg3 .center p {
  text-align: center;
}
.bg3 .center p.tt {
  font-size: 60px;
  line-height: 75px;
  text-transform: uppercase;
  color: #303030;
  letter-spacing: 2.5px;
  margin-bottom: 47px;
}
.bg3 .center p.par {
  font-size: 17px;
  line-height: 35px;
  margin-bottom: 51px;
}
.bg3 .center p.precio {
  max-width: 668px;
  width: 100%;
  margin: 0 auto;
  border-top: 1px solid #9C8764;
  border-bottom: 1px solid #9C8764;
  padding: 12px 0px;
  text-align: center;
  font-size: 20px;
  line-height: 35px;
  margin-bottom: 57px;
}
.bg3 .center .carrusel {
  text-align: center;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.bg3 .center .carrusel .items {
  position: relative;
  max-width: 483px;
  width: 100%;
  margin: 0px 25px 81px;
  display: inline-block;
  padding: 0px 0px 0px 26px;
}
.bg3 .center .carrusel .items .banderin {
  width: 339px;
  height: 86px;
  padding: 10px 0px;
  position: absolute;
  top: 65px;
  left: 0;
  -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  display: block;
  z-index: 2;
}
.bg3 .center .carrusel .items .banderin span {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 2.5px;
}
.bg3 .center .carrusel .items .banderin span strong {
  display: block;
  font-size: 17px;
  letter-spacing: initial;
}
.bg3 .center .carrusel .items .foto {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 594px;
}
.bg3 .center .carrusel .items .medidas {
  height: 81px;
  width: 100%;
  text-align: center;
  background-color: #525252;
  position: relative;
}
.bg3 .center .carrusel .items .medidas ul {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.bg3 .center .carrusel .items .medidas ul li {
  display: inline-block;
  margin: 0px 6px;
  color: #fff;
  font-size: 17px;
  line-height: 35px;
}
.bg3 .center .carrusel .items .medidas ul li.break {
  display: block;
}
.bg3 .center .carrusel .items a.btn {
  width: 100%;
  text-align: center;
  padding: 16px 0px;
}
.bg3 .center .carrusel .items a.btn span.vr {
  padding: 2px 3px;
  border: 2px solid #fff;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
}
.bg4 {
  padding: 398px 0px 30px;
  background-image: url(../img/Alberca_Chorros_3---high-resolution-compressed-1.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg4 .center {
  max-width: 1171px;
}
.bg4 .center p {
  text-align: center;
}
.bg4 .center p.tt {
  font-size: 60px;
  line-height: 62px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 2.5px;
  margin-bottom: 9px;
}
.bg4 .center p.par {
  font-size: 17px;
  line-height: 35px;
  margin-bottom: 28px;
  color: #fff;
}
.bg4 .center .barra {
  width: 100px;
  height: 2px;
  background-color: #9C8764;
  margin: 0 auto 14px;
}
.bg4 .center .formulario {
  background-color: #000;
  padding: 55px 50px 0px;
  max-width: 589px;
  width: 100%;
  float: right;
}
.bg4 .center .formulario form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 27px 0px;
  padding: 0px 12px 0px;
  text-align: center;
  position: relative;
}
.bg4 .center .formulario form .inps {
  width: 100%;
  border: 1px solid #fff;
  padding: 0px 0px 0px 10px;
  height: 47px;
  color: #fff;
  background-color: transparent;
}
.bg4 .center .formulario form .inps-text {
  height: 118px;
}
.bg4 .center .formulario form .wt-2 {
  grid-column: span 2;
}
.bg4 .center .formulario form .boton {
  text-align: center;
  position: relative;
}
.bg4 .center .formulario form .boton .btn {
  padding: 15px 100px;
  margin: 0px 0px;
  position: relative;
  top: 30px;
}
.bg5 {
  padding: 140px 0px 0px;
  background-color: #fff;
}
.bg5 .center {
  max-width: 100%;
  padding: 0;
}
.bg5 .center p {
  text-align: center;
}
.bg5 .center p.tt {
  font-size: 60px;
  line-height: 75px;
  text-transform: uppercase;
  color: #303030;
  letter-spacing: 2.5px;
  margin-bottom: 9px;
}
.bg5 .center p.par {
  font-size: 17px;
  line-height: 35px;
  margin-bottom: 29px;
}
.bg5 .center .barra {
  width: 100px;
  height: 2px;
  background-color: #9C8764;
  margin: 0 auto 14px;
}
.bg5 .center .grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 0;
}
.bg5 .center .grid .item {
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 642px;
}
.bg6 {
  padding: 173px 0px 0px;
  background-color: #fff;
}
.bg6 img {
  width: 100%;
}
.bg7 {
  padding: 30px 0px 13px;
  background-color: #fff;
  background-image: url(../img/close-up-of-white-marble-texture-background-2.jpg);
  background-position: center top;
  background-repeat: no-repeat;
}
.bg7 .center {
  max-width: 974px;
}
.bg7 .center .row {
  text-align: center;
  border-bottom: 1px solid #000;
}
.bg7 .center .row .col {
  max-width: 200px;
  width: 100%;
  display: inline-block;
  vertical-align: bottom;
  margin: 0px 5px 26px;
}
.bg7 .center .row .col a {
  display: block;
  font-size: 18px;
  line-height: 35px;
}
.bg7 .center .row .col a:hover {
  color: #9C8764;
}
.bg7 .center .row .cl4 {
  display: none;
}
.bg7 .center .row2 {
  border-bottom: 0;
  padding: 24px 0px 0px;
}
.bg7 .center .row2 .col {
  max-width: 100%;
}
.bg7 .center .row2 .col a {
  display: inline-block;
  margin-left: 20px;
}
footer {
  padding: 18px 0px;
  background-color: #9C8764;
}
footer .center {
  max-width: 1170px;
}
footer .center .grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 10px;
}
footer .center .grid .item {
  text-align: center;
}
footer .center .grid .item a {
  font-size: 15px;
  line-height: 35px;
  color: #fff;
}
footer .center .grid .item a.linkNodo5 {
  color: #000;
}
footer .center .grid .it1 {
  text-align: left;
}
footer .center .grid .it2 {
  text-align: right;
}
/* ====================================================================================================================================================
   RESPONSIVE DESIGN
   ==================================================================================================================================================== */
@media all and (max-width: 1539px) {
  .center {
    max-width: 1200px;
  }
  /* HEADER  */
  header {
    padding: 10px 0px 10px;
  }
  header .center #nav {
    text-align: center;
  }
  header .center #nav a.link_logo img {
    max-width: 100px;
  }
  .bg1 {
    padding: 140px 0px 0px;
    height: 740px;
  }
  .bg1 .row .col .contenido {
    max-width: 459px;
    padding-top: 35px;
  }
  .bg1 .row .col .contenido p {
    color: #fff;
  }
  .bg1 .row .col .contenido p.tt {
    font-size: 30px;
    line-height: 39px;
  }
  .bg1 .row .col .contenido p.par {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 30px;
  }
  .bg1 .row .col .contenido p.precio {
    padding: 10px 0px;
    line-height: 25px;
    margin-bottom: 40px;
  }
  .bg1 .row .col .contenido .botones {
    grid-gap: 0px 15px;
  }
  .bg1 .row .col .contenido .botones a {
    padding: 10px 4px 10px;
    font-size: 14px;
    line-height: 20px;
  }
  .bg1 .row .col .contenido .botones a i {
    font-size: 15px;
  }
  .bg1 .row .col .contenido .controles {
    padding: 20px 0px 0px;
  }
  .bg1 .row .cl1 {
    margin-top: 40px;
    margin-bottom: -40px;
  }
  .bg2 {
    padding: 85px 0px;
  }
  .bg2 .center p.tt {
    font-size: 50px;
  }
  .bg2 .center .preguntas .col {
    margin: 0px 5px;
  }
  .bg3 {
    padding: 85px 0px 48px;
  }
  .bg3 .center p.tt {
    font-size: 50px;
    margin-bottom: 47px;
  }
  .bg4 {
    padding: 264px 0px 30px;
  }
  .bg4 .center p.tt {
    font-size: 45px;
    line-height: 51px;
  }
  .bg4 .center p.par {
    line-height: 30px;
  }
  .bg4 .center .barra {
    width: 100px;
    height: 2px;
    background-color: #9C8764;
    margin: 0 auto 14px;
  }
  .bg5 {
    padding: 85px 0px 0px;
  }
  .bg5 .center p.tt {
    font-size: 50px;
  }
  .bg5 .center .grid .item {
    height: 500px;
  }
  .bg6 {
    padding: 85px 0px 0px;
  }
}
@media all and (max-width: 1199px) {
  .center {
    max-width: 1024px;
  }
  header {
    padding: 0px;
  }
  header .center {
    max-width: 100%;
  }
  header .center .menu_mobile {
    display: block;
    padding: 3px 10px;
  }
  header .center .menu_mobile .logo a img {
    max-width: 55px;
  }
  header .center .menu_mobile .menu_movi {
    padding: 10px 0px 0px;
  }
  header .center .menu_mobile .menu_movi a {
    color: #9C8764;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    font-size: 35px;
    line-height: 35px;
  }
  header .center .menu_mobile .menu_movi a i {
    color: inherit;
  }
  header .center .menu_mobile .menu_movi .fa-times {
    display: none;
  }
  header .center #nav {
    text-align: center;
  }
  header .center #nav a {
    display: block;
    border-bottom: 1px solid #9C8764;
  }
  header .center #nav a.link_logo {
    display: none;
  }
  header.mostrando {
    background-color: #fff;
  }
  header.mostrando .center .menu_movi .fa-bars {
    display: none;
  }
  header.mostrando .center .menu_movi .fa-times {
    display: inline-block;
  }
  header.stiky {
    padding: 0px 0px;
  }
  header.stiky .center #nav {
    text-align: center;
  }
  header.stiky .center #nav a {
    display: block;
    border-bottom: 1px solid #9C8764;
  }
  header.stiky .center #nav a.link_logo {
    display: none;
  }
  .bg1 {
    padding: 66px 0px 0px;
    height: auto;
  }
  .bg1 .row .col {
    float: none;
  }
  .bg1 .row .col .contenido {
    padding-bottom: 50px;
  }
  .bg1 .row .col .contenido .botones {
    grid-gap: 0px 0px;
  }
  .bg1 .row .col .slider {
    height: 400px;
  }
  .bg1 .row .col .slider .owl-nav {
    display: none;
  }
  .bg1 .row .col .slider .owl-dots {
    display: none;
  }
  .bg1 .row .cl1 {
    width: 100%;
    margin: 0;
  }
  .bg1 .row .cl2 {
    width: 100%;
  }
  .bg2 {
    padding: 50px 0px;
  }
  .bg2 .center {
    padding: 0px 20px;
  }
  .bg2 .center p.tt {
    font-size: 30px;
    line-height: 38px;
  }
  .bg2 .center p.par {
    font-size: 16px;
    line-height: 23px;
  }
  .bg2 .center .preguntas .col {
    margin: 0px 0px;
  }
  .bg3 {
    padding: 50px 0px 48px;
  }
  .bg3 .center p.tt {
    font-size: 30px;
    margin-bottom: 47px;
  }
  .bg4 {
    padding: 45% 0% 0%;
    background-size: contain;
  }
  .bg4 .center {
    padding: 0px 20px;
  }
  .bg4 .center p.tt {
    font-size: 30px;
    line-height: 42px;
  }
  .bg4 .center p.par {
    line-height: 23px;
  }
  .bg4 .center .formulario {
    padding: 30px 30px 0px;
    max-width: 589px;
    width: 100%;
    margin: 0 auto;
    float: none;
  }
  .bg4 .center .formulario form {
    grid-template-columns: 1fr;
  }
  .bg4 .center .formulario form .wt-2 {
    grid-column: span 1;
  }
  .bg5 {
    padding: 85px 0px 0px;
  }
  .bg5 .center p.tt {
    font-size: 30px;
    line-height: 38px;
  }
  .bg5 .center .grid {
    grid-template-columns: 1fr 1fr;
  }
  .bg5 .center .grid .item {
    height: 300px;
  }
  .bg6 {
    padding: 85px 0px 0px;
  }
  .bg7 .center .row {
    border: 0;
  }
  .bg7 .center .row .col {
    max-width: 200px;
    width: 100%;
    display: inline-block;
    vertical-align: bottom;
    margin: 0px 0px 30px;
  }
  .bg7 .center .row .col a {
    display: block;
    font-size: 18px;
    line-height: 35px;
  }
  .bg7 .center .row .col a:hover {
    color: #9C8764;
  }
  .bg7 .center .row .cl1 {
    display: none;
  }
  .bg7 .center .row .cl2 {
    margin-top: 10px;
  }
  .bg7 .center .row .cl3 {
    margin-top: -10px;
  }
  .bg7 .center .row .cl3 img {
    margin-top: -10px;
  }
  .bg7 .center .row .cl4 {
    margin: 0px 0px 30px;
    max-width: 100%;
    display: block;
  }
  .bg7 .center .row .cl5 {
    margin: 0px 0px 30px;
    max-width: 100%;
  }
  .bg7 .center .row2 {
    border-bottom: 0;
    padding: 0px 0px 0px;
  }
  .bg7 .center .row2 .col {
    max-width: 100%;
    margin: 0px 0px 30px;
  }
  .bg7 .center .row2 .col a {
    display: block;
    margin-left: 0px;
  }
}
@media all and (max-width: 1023px) {
  .fix-top {
    bottom: 71px;
  }
  .center {
    max-width: 320px;
  }
  .pop_up .fluid_container {
    max-width: 600px;
    width: 90%;
    padding: 65px 17px 50px;
  }
  .pop_up .fluid_container p.ss br {
    display: none;
  }
  .pop_up .fluid_container .form {
    max-width: 300px;
    width: 90%;
  }
  .pop_up .fluid_container .form .inps {
    width: 100%;
    margin: 0 0 20px;
  }
  .pop_up .fluid_container .form .inps-sb {
    width: 100%;
    margin: 10px auto 0;
  }
  .pop_up .fluid_container .form .iti {
    margin-bottom: 20px;
  }
  .bg1 .row .col .contenido {
    max-width: 320px;
    padding-bottom: 19px;
    padding-top: 25px;
  }
  .bg1 .row .col .contenido p.tt {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .bg1 .row .col .contenido p.par {
    font-size: 15px;
    line-height: 20px;
  }
  .bg1 .row .col .contenido p.par br {
    display: none;
  }
  .bg1 .row .col .contenido p.precio {
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 25px;
  }
  .bg1 .row .col .contenido .botones a {
    font-size: 10px;
  }
  .bg1 .row .col .slider {
    height: 290px;
  }
  .bg1 .row .col a.recorrido {
    max-width: 200px;
    padding: 10px 5px;
  }
  .bg1 .row .cl1 {
    background-size: 328px;
    background-position: -35px 0px;
  }
  .bg2 .center .preguntas .item .item_head {
    padding: 20px 8px 20px 20px;
  }
  .bg2 .center .preguntas .item .item_head span.iconoDesplegar {
    top: 20px;
  }
  .bg3 {
    background-size: contain;
  }
  .bg3 .center {
    max-width: 100%;
  }
  .bg3 .center p.tt {
    font-weight: 300 !important;
    margin-bottom: 10px;
  }
  .bg3 .center p.precio {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0px;
  }
  .bg3 .center p.precio span {
    display: block;
  }
  .bg3 .center .carrusel {
    margin-bottom: 20px;
  }
  .bg3 .center .carrusel .items {
    margin: 0px 0px;
    padding: 0px 0px 0px 10px;
  }
  .bg3 .center .carrusel .items .banderin {
    top: 25px;
    width: 190px;
    height: 45px;
  }
  .bg3 .center .carrusel .items .banderin span {
    font-size: 14px;
    line-height: 15px;
    letter-spacing: 1px;
  }
  .bg3 .center .carrusel .items .banderin span strong {
    font-size: 13px;
  }
  .bg3 .center .carrusel .items .foto {
    height: 270px;
  }
  .bg3 .center .carrusel .items .medidas {
    height: 70px;
  }
  .bg3 .center .carrusel .items .medidas ul li {
    font-size: 14px;
    line-height: 15px;
  }
  .bg3 .center .carrusel .items a.btn {
    font-size: 14px;
  }
  .bg3 .center .carrusel .items a.btn span {
    font-size: inherit;
    padding: 0px 3px;
  }
  .bg4 .center p.tt {
    font-size: 26px;
    line-height: 26px;
  }
  .bg4 .center p.par {
    font-size: 16px;
  }
  .bg4 .center p.par br {
    display: none;
  }
  .bg4 .center .formulario {
    padding: 15px 15px 0px;
  }
  .bg4 .center .formulario form {
    padding: 0;
  }
  .bg4 .center .formulario form .boton .btn {
    padding: 15px 25px;
  }
  .bg5 .center p.tt {
    font-size: 26px;
    line-height: 26px;
  }
  .bg5 .center p.tt br {
    display: none;
  }
  .bg5 .center p.par {
    line-height: 24px;
  }
  .bg5 .center .grid {
    grid-template-columns: 1fr 1fr;
  }
  .bg5 .center .grid .item {
    height: 200px;
  }
  .bg7 .center .row .col {
    max-width: 120px;
  }
  .bg7 .center .row .cl4 {
    margin: 0px 0px 30px;
    max-width: 100%;
    display: block;
  }
  .bg7 .center .row .cl5 {
    margin: 0px 0px 30px;
    max-width: 100%;
  }
  .bg7 .center .row2 .col {
    max-width: 100%;
  }
  footer .center .grid {
    display: block;
    text-align: center;
  }
  footer .center .grid .item {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 4px;
  }
  footer .center .grid .item a {
    font-size: 11px;
  }
}
