/* ==========================================================================
   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;
}
.fancybox-container .fancybox-infobar * {
  color: #fff !important;
}
.fancybox-container .fancybox-button * {
  color: #fff !important;
}
.fancybox-container .fancybox-button[disabled] *,
.fancybox-container .fancybox-button[disabled]:hover {
  color: #888 !important;
}
/*
 * 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;
  background-image: url(../img/close-up-of-white-marble-texture-background.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  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.link2 {
  font-size: 17px;
  margin: 0;
  min-width: auto;
}
header .center #nav a:hover {
  color: #9C8764;
}
header .center #nav span {
  width: 163px;
  height: 45px;
  background-color: #9C8764;
  color: #fff;
  padding: 4px 0 0;
  font-weight: bold;
  display: inline-block;
}
header .center #nav span a {
  min-width: auto;
  font-size: 16px;
  color: #fff;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
}
header .center #nav span a:hover {
  color: #fff;
}
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 span {
  font-size: 16px;
  color: #fff;
}
header.stiky .center #nav span a {
  font-size: 16px;
  color: #fff;
  padding: 0;
  margin: 0;
  min-width: auto;
}
header.stiky .center #nav span a:hover {
  color: #fff;
}
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 {
  width: 100%;
  height: 755px;
  margin: 130px 0 0;
  padding: 0;
  overflow: hidden;
  position: relative;
}
.bg1 .contenido {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  z-index: 2;
}
.bg1 .contenido p {
  color: #fff;
}
.bg1 .contenido p.tt {
  font-size: 35px;
  line-height: 44px;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  margin-bottom: 24px;
}
.bg1 .contenido p.par {
  display: none;
  font-size: 17px;
  line-height: 35px;
  margin-bottom: 41px;
}
.bg1 .contenido p.precio {
  width: 562px;
  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;
  display: inline-block;
}
.bg1 .contenido .fluid_container {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  display: inline-block;
}
.bg1 .contenido .botones {
  width: 100%;
  display: inline-block;
  text-align: center;
}
.bg1 .contenido .botones a {
  width: 267px;
  display: inline-block;
  vertical-align: top;
  margin: 0 10px;
  padding: 8px 0;
  font-size: 16px;
  line-height: 35px;
}
.bg1 .contenido .botones a i {
  font-size: 25px;
  color: #fff;
}
.bg1 .contenido .botones a:hover i {
  color: #525252;
}
.bg1 .contenido a.recorrido {
  margin: 30px auto 0;
  width: 335px;
  text-align: center;
  z-index: 2;
  display: inline-block;
}
.bg1 .contenido .controles {
  text-align: center;
  padding: 80px 0px 0px;
}
.bg1 .contenido .controles .link {
  color: #fff;
  margin: 0px 20px;
  font-size: 17px;
  line-height: 35px;
  cursor: pointer;
}
.bg1 .slider {
  height: 100%;
  width: 100%;
  position: relative;
}
.bg1 .slider .owl-stage-outer {
  height: 100%;
  width: 100%;
}
.bg1 .slider .owl-stage-outer .owl-stage {
  height: 100%;
}
.bg1 .slider .owl-stage-outer .owl-stage .owl-item {
  height: 100%;
  position: relative;
}
.bg1 .slider .owl-stage-outer .owl-stage .owl-item:before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: inline-block;
}
.bg1 .slider .item {
  height: 100%;
  width: 100%;
  position: relative;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg1 .sticker {
  position: absolute;
  z-index: 9;
  left: -5px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.bg2 {
  padding: 152px 0 0;
  background-color: #fff;
}
.bg2 p {
  text-align: center;
}
.bg2 p.tt {
  font-size: 60px;
  line-height: 75px;
  text-transform: uppercase;
  color: #303030;
  letter-spacing: 2.5px;
  margin-bottom: 9px;
}
.bg2 p.ss2 {
  margin: 20px 0 0;
  font-size: 17px;
  line-height: 35px;
}
.bg2 .barra {
  width: 100px;
  height: 2px;
  background-color: #9C8764;
  margin: 0 auto 14px;
}
.bg2 .fluid_container {
  width: 100%;
  display: inline-block;
  position: relative;
}
.bg2 .fluid_container .txt {
  width: 370px;
  height: 370px;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 30px 0 0;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -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;
  text-align: center;
}
.bg2 .row {
  width: 100%;
  margin: 70px 0 0;
  text-align: center;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
}
.bg2 .row .col {
  height: 517px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.bg2 .row .col a {
  width: 90%;
  height: 90%;
  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%);
  border: 2px solid #9C8764;
  display: inline-block;
  text-decoration: none;
  opacity: 0;
}
.bg2 .row .col a .item {
  width: 158px;
  height: 66px;
  background-color: #9C8764;
  padding: 11px 0 0;
  display: inline-block;
  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%);
}
.bg2 .row .col a .item p {
  color: #fff;
}
.bg2 .row .col a:hover {
  opacity: 1;
}
.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 p.precio.s1 {
  display: none;
}
.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;
}
.bg8 {
  width: 100%;
  height: 202px;
  background-color: #9C8764;
  background-image: url(../img/bg8.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0 0;
  text-align: center;
}
.bg8 .center {
  padding: 0;
}
.bg8 .center p {
  margin: 0;
  font-size: 16px;
  color: #fff;
  line-height: 35px;
}
.bg9 {
  width: 100%;
  height: 544px;
  background-image: url(../img/bg9.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  margin: 100px 0 140px;
  text-align: center;
}
.bg9 .center {
  height: 100%;
  position: relative;
}
.bg9 .center p {
  margin: 0;
  color: #fff;
}
.bg9 .center p.ss {
  margin: 0 0 30px;
  font-size: 50px;
  letter-spacing: 2.5px;
}
.bg9 .center p.ss1 {
  margin: 0 0 30px;
  font-size: 17px;
  line-height: 25px;
}
.bg9 .center p.ss1.s1 {
  display: none;
}
.bg9 .center .fluid_container {
  width: 630px;
  height: 546px;
  background-color: #000;
  padding: 50px 64px 0;
  position: absolute;
  top: -106px;
  left: 50%;
  z-index: 3;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.bg9 .center .fluid_container a {
  width: 267px;
  height: 55px;
  background-color: #9C8764;
  padding: 17px 0 0;
  color: #fff;
  position: absolute;
  bottom: -26px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
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;
}
.banner-navidad {
  background-image: url('../img/banner-navidad.jpg');
  background-position: center;
  background-size: cover;
  height: 480px;
  padding-bottom: 30px;
  position: relative;
}
.banner-navidad .center {
  height: 100%;
}
.banner-navidad .center .row {
  height: 100%;
  display: flex;
  width: 100%;
  align-items: center;
}
.banner-navidad .center .row .cl {
  width: 50%;
  margin-left: 0;
  text-align: center;
}
.banner-navidad .center .row .cl .txt1 {
  font-weight: 300;
  font-size: 30px;
  line-height: 38px;
  text-align: center;
  color: #303030;
  margin-bottom: 15px;
}
.banner-navidad .center .row .cl .txt1 span {
  font-weight: 800;
}
.banner-navidad .center .row .cl .txt2 {
  font-weight: 800;
  font-size: 34px;
  line-height: 54px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #9C8764;
  background-color: #fff;
  width: fit-content;
  margin: auto;
  padding: 0 13px;
  margin-bottom: 15px;
}
.banner-navidad .center .row .cl .txt3 {
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #303030;
  margin-bottom: 20px;
}
.banner-navidad .center .row .cl .txt3 span {
  font-weight: 800;
}
.banner-navidad .center .row .cl .btn-blanco-border {
  border: 2px solid #303030;
  color: #303030;
}
.banner-navidad .center .row .cl .txt4 {
  font-weight: 300;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  color: #303030;
  position: absolute;
  bottom: 30px;
}
.bg10 {
  width: 100%;
  padding: 0;
  margin: 127px 0 0;
}
.bg10 p {
  margin: 0;
  color: #fff;
}
.bg10 p.ss {
  font-size: 30px;
  line-height: 41px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}
.bg10 p.ss1 {
  font-size: 17px;
  line-height: 35px;
}
.bg10 p.btn a {
  width: 267px;
  height: 55px;
  padding: 8px 0 0;
  border: 2px solid #fff;
  font-size: 16px;
  line-height: 35px;
  font-weight: 700;
  display: inline-block;
}
.bg10 p.btn a:hover {
  background-color: #fff;
  color: #000;
}
.bg10 .row .col {
  position: relative;
}
.bg10 .row .col .fluid_container {
  width: 485px;
  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;
  text-align: center;
}
.bg10 .row .col.lf {
  width: 40%;
  height: 476px;
  background-image: url(../img/bg10-1.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #000;
  float: left;
}
.bg10 .row .col.rg {
  width: 60%;
  height: 476px;
  background-image: url(../img/2026/bg10.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  float: right;
}
.bg11 {
  width: 100%;
  padding: 80px 0 160px;
  text-align: center;
}
.bg11 .center p {
  margin: 0;
  color: #303030;
}
.bg11 .center p.ss {
  font-size: 60px;
  line-height: 127.4%;
  letter-spacing: 2.5px;
  font-weight: 200;
}
.bg11 .center p.ss1 {
  font-size: 17px;
  font-weight: 700;
  line-height: 35px;
}
.bg11 .center p.ss2 {
  font-size: 17px;
  font-weight: 400;
  line-height: 35px;
}
.bg12 {
  width: 100%;
  background-color: #9C8764;
  padding: 0;
  text-align: center;
}
.bg12 p {
  margin: 0;
  color: #fff;
}
.bg12 p.ss {
  font-size: 60px;
  font-weight: 300;
  line-height: 127.4%;
  letter-spacing: 2.5px;
}
.bg12 .row {
  position: relative;
  height: 268px;
}
.bg12 .row .col {
  width: 50%;
  height: 100%;
}
.bg12 .row .col.lf {
  padding: 20px 0 0;
  float: left;
}
.bg12 .row .col.rg {
  height: 323px;
  background-image: url(../img/2026/bg12-1.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  right: 0;
  float: right;
}
.bg13 {
  width: 100%;
  padding: 200px 0 70px;
}
.bg13 .center p {
  margin: 0;
  color: #303030;
}
.bg13 .center p.ss {
  font-size: 17px;
  font-weight: 700;
  line-height: 35px;
  position: relative;
}
.bg13 .center p.ss span {
  padding: 0 13px 0 0;
  background-color: #fff;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.bg13 .center p.ss:after {
  content: '';
  width: 100%;
  border: 1px solid #9C8764;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.bg13 .center p.ss1 {
  margin: 0 0 20px;
  font-size: 17px;
  font-weight: 400;
  line-height: 23px;
}
.bg13 .center .row {
  margin: 0 0 70px;
}
.bg13 .center .row .col {
  width: 48%;
}
.bg13 .center .row .col.lf {
  float: left;
}
.bg13 .center .row .col.rg {
  float: right;
}
.bg13 .center .row .col.txt {
  padding: 60px 0 0;
}
.bg14 {
  width: 100%;
  background-image: url(../img/bg14.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}
.bg14 .center {
  height: 544px;
  position: relative;
}
.bg14 .center p {
  margin: 0;
  color: #fff;
}
.bg14 .center p.ss {
  font-size: 60px;
  font-weight: 200;
  line-height: 127.4%;
  letter-spacing: 2.5px;
}
.bg14 .center p.ss1 {
  font-size: 17px;
  font-weight: 400;
  line-height: 35px;
}
.bg14 .center p.btn a {
  width: 267px;
  height: 55px;
  background-color: #9C8764;
  padding: 10px 0 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 35px;
  display: inline-block;
}
.bg14 .center p.btn a:hover {
  background-color: #fff;
  color: #9C8764;
}
.bg14 .center .fluid_container {
  width: 770px;
  height: 457px;
  background-color: #000;
  padding: 36px 63px 0;
  position: absolute;
  bottom: -225px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  display: inline-block;
}
.bg15 {
  width: 100%;
  padding: 400px 0 150px;
  text-align: center;
}
.bg15 .center .row .col {
  margin: 0 12px;
  display: inline-block;
  vertical-align: top;
}
/* ====================================================================================================================================================
   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;
  }
  .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 .center #nav span {
    width: 100%;
  }
  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;
  }
  header.stiky .center #nav span a {
    display: inline-block;
  }
  .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;
  }
  .banner-navidad .center .row .cl .txt1 {
    font-size: 24px;
  }
  .banner-navidad .center .row .cl .txt2 {
    font-size: 26px;
  }
  .banner-navidad .center .row .cl .txt3 {
    font-size: 16px;
  }
}
@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: 90%;
    margin: 10px auto 0;
  }
  .pop_up .fluid_container .form .iti {
    margin-bottom: 20px;
  }
  .bg1 {
    height: auto;
    margin: 0;
  }
  .bg1 .contenido {
    height: auto;
    position: relative;
  }
  .bg1 .contenido p.par {
    display: block;
  }
  .bg1 .contenido p.precio {
    width: 100%;
  }
  .bg1 .contenido .botones a {
    margin: 0;
  }
  .bg1 .contenido .fluid_container {
    background-color: #525252;
    position: relative;
    padding: 35px 0 30px;
    bottom: 0;
    left: 0;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
  }
  .bg1 .contenido a.recorrido {
    margin: 0;
    position: absolute;
    top: -48px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .bg1 .slider {
    height: 487px;
  }
  .bg2 {
    padding: 65px 0 0;
  }
  .bg2 .row {
    grid-template-columns: 1fr 1fr;
  }
  .bg2 .row .col a {
    opacity: 1;
  }
  .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;
    display: none;
  }
  .bg3 .center p.precio span {
    display: block;
  }
  .bg3 .center p.precio.s1 {
    margin: 0 0 45px;
    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%;
  }
  .bg8 {
    height: auto;
    padding: 40px 0 50px;
    display: none;
  }
  .bg8 .center {
    max-width: none;
    padding: 0 17px;
  }
  .bg9 {
    background-attachment: initial;
  }
  .bg9 .center p.ss1.s1 {
    font-size: 20px;
    margin: 0 0 30px;
    display: block;
  }
  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;
  }
  .banner-navidad {
    background-image: linear-gradient(180deg, rgba(15, 15, 15, 0) 0%, #D7D1C6 70%), url('../img/bg-banner-navidad-movil.jpg');
    background-position: top;
    background-size: 100%;
    height: 800px;
  }
  .banner-navidad .center {
    max-width: 1000px;
  }
  .banner-navidad .center .row {
    align-items: flex-end;
    padding-bottom: 50px;
  }
  .banner-navidad .center .row .cl {
    width: 100%;
  }
  .banner-navidad .center .row .cl .txt4 {
    margin: auto;
    left: 0;
    right: 0;
  }
  .bg10 {
    margin: 66px 0 0;
  }
  .bg10 .row .col.lf {
    width: 100%;
    float: none;
  }
  .bg10 .row .col.rg {
    width: 100%;
    height: 300px;
    float: none;
  }
  .bg11 {
    padding: 47px 0 80px;
  }
  .bg11 .center p.ss {
    font-size: 39px;
    letter-spacing: 1px;
  }
  .bg11 .center p.ss1 {
    margin: 10px 0 11px;
  }
  .bg12 p.ss {
    font-size: 35px;
    letter-spacing: 1px;
  }
  .bg12 p.ss br {
    display: none;
  }
  .bg12 .row {
    height: auto;
  }
  .bg12 .row .col {
    width: 100%;
  }
  .bg12 .row .col.lf {
    padding: 58px 0 60px;
    float: none;
  }
  .bg12 .row .col.rg {
    float: none;
    position: relative;
  }
  .bg13 {
    padding: 76px 0 40px;
  }
  .bg13 .center .row .col {
    width: 100%;
  }
  .bg13 .center .row .col.lf {
    float: none;
  }
  .bg13 .center .row .col.rg {
    float: none;
  }
  .bg13 .center .row .col.txt {
    padding: 40px 0 0;
  }
  .bg14 {
    padding: 50px 0 60px;
  }
  .bg14 .center {
    max-width: none;
    width: 90%;
    height: auto;
  }
  .bg14 .center p.ss {
    font-size: 36px;
    letter-spacing: 1px;
  }
  .bg14 .center .fluid_container {
    width: 100%;
    height: auto;
    padding: 36px 63px 30px;
    position: relative;
    bottom: 0;
    left: 0;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .bg15 {
    padding: 70px 0 50px;
  }
  .bg15 .center .row .col {
    margin: 0 0 50px;
  }
}
@media all and (max-width: 639px) {
  .banner-navidad {
    background-repeat: no-repeat;
    background-image: linear-gradient(180deg, rgba(15, 16, 15, 0) 20%, #D7D1C6 33%), url(../img/bg-banner-navidad-movil.jpg);
    height: 750px;
  }
  .banner-navidad .center .row {
    padding-bottom: 0;
  }
  .banner-navidad .center .row .cl .txt1 {
    font-size: 16px;
    line-height: 25px;
  }
  .banner-navidad .center .row .cl .txt2 {
    line-height: 28px;
    width: 90%;
    font-size: 28px;
    padding: 15px;
  }
  .banner-navidad .center .row .cl .txt3 {
    font-size: 18px;
  }
  .banner-navidad .center .row .cl .txt4 {
    margin-top: 30px;
    position: relative;
    padding-top: 50px;
    line-height: 16px;
  }
  .banner-navidad .center .row .cl .txt4 span {
    display: block;
  }
  .banner-navidad .center .row .cl .txt4 span r {
    display: none;
  }
  .bg1 .contenido p.tt {
    font-size: 24px;
    line-height: 37px;
  }
  .bg1 .contenido p.par {
    padding: 0 17px;
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 30px;
  }
  .bg1 .contenido p.par br {
    display: none;
  }
  .bg1 .contenido p.precio {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .bg1 .contenido .fluid_container {
    padding: 35px 0 30px;
  }
  .bg1 .contenido .botones a {
    width: 195px;
    height: 41px;
    padding: 0;
    font-size: 15px;
  }
  .bg1 .contenido .botones a i {
    display: inline-block;
    vertical-align: middle;
  }
  .bg1 .contenido .controles {
    padding: 40px 0px 0px;
  }
  .bg2 {
    padding: 44px 0 0;
  }
  .bg2 .row {
    margin: 40px 0 0;
    grid-template-columns: 1fr;
  }
  .bg2 .fluid_container .txt {
    width: 100%;
    height: auto;
    padding: 10px 0 0;
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
  }
  .bg9 {
    height: auto;
    background-image: none;
    margin: 0;
    padding: 0;
  }
  .bg9 .center {
    max-width: none;
  }
  .bg9 .center p.ss {
    margin: 121px 0 0;
    font-size: 35px;
    letter-spacing: 0;
  }
  .bg9 .center p.ss1 {
    margin: 0 0 28px;
  }
  .bg9 .center .fluid_container {
    width: 100%;
    height: auto;
    padding: 0;
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
  }
  .bg9 .center .fluid_container .item1 {
    width: 100%;
    height: 309px;
    background-image: url(../img/bg9-2.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
  }
  .bg9 .center .fluid_container .item2 {
    width: 100%;
    background-image: url(../img/bg9-1.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 17px 30px;
    display: inline-block;
  }
  .bg9 .center .fluid_container a {
    display: none;
  }
  .bg10 p.ss {
    font-size: 26px;
    letter-spacing: 1px;
  }
  .bg10 p br {
    display: none;
  }
  .bg10 .row .col .fluid_container {
    width: 90%;
  }
  .bg11 {
    padding: 47px 0 70px;
  }
  .bg11 .center p.ss {
    font-size: 29px;
  }
  .bg11 .center p.ss2 {
    font-size: 16px;
  }
  .bg11 .center p br {
    display: none;
  }
  .bg12 p.ss {
    font-size: 30px;
  }
  .bg12 .row .col.lf {
    padding: 58px 10px 60px;
  }
  .bg12 .row .col.rg {
    height: 280px;
  }
  .bg13 .center p.ss {
    line-height: 27px;
  }
  .bg13 .center p.ss:after {
    position: relative;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  .bg14 .center p.ss {
    font-size: 26px;
  }
  .bg14 .center p.ss1 {
    margin: 20px 0 0;
    font-size: 16px;
  }
  .bg14 .center p.btn {
    width: 100%;
  }
  .bg14 .center p.btn a {
    width: 100%;
  }
  .bg14 .center p br {
    display: none;
  }
  .bg14 .center .fluid_container {
    padding: 36px 17px 30px;
  }
}
