/* ==========================================================================
   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;
}
@font-face {
  font-family: 'MrDafoe-Regular';
  src: url('fonts/MrDafoe-Regular.ttf');
  font-weight: normal;
  font-style: normal;
}
/* ==========================================================================
   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;
  font-size: 16px;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #fff;
  font-size: 16px;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #fff;
  font-size: 16px;
}
.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.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 {
  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 .col .sticker {
  position: absolute;
  z-index: 9;
  left: -5px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.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 100px;
  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: 30px;
}
.bg3 .center p.par {
  font-size: 17px;
  line-height: 35px;
  margin-bottom: 51px;
}
.bg3 .center p.precio {
  width: 100%;
  background-color: #9C8764;
  color: #fff;
  margin: 0 auto;
  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/2026/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 select {
  font-size: 13px;
}
.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: 230px;
  width: 100%;
  display: inline-block;
  vertical-align: bottom;
  margin: 0px 5px 26px;
}
.bg7 .center .row .col a {
  display: block;
  font-size: 16px;
  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%;
  padding: 0;
  background-color: #D9D9D9;
}
.bg8 p {
  margin: 0;
}
.bg8 p.ss {
  margin: 0 0 15px;
  color: #303030;
  text-transform: uppercase;
  font-size: 60px;
  line-height: 101%;
}
.bg8 p.ss1 {
  margin: 0 0 20px;
  color: #303030;
  font-size: 17px;
  line-height: 24px;
}
.bg8 .row {
  width: 100%;
}
.bg8 .row .col {
  width: 50%;
  height: 627px;
  position: relative;
}
.bg8 .row .col .fluid_container {
  max-width: 571px;
  width: 96%;
  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;
}
.bg8 .row .col .form {
  max-width: 467px;
  width: 100%;
  margin: 20px 0 0;
  display: inline-block;
}
.bg8 .row .col .form input::-webkit-input-placeholder,
.bg8 .row .col .form textarea::-webkit-input-placeholder {
  color: #303030;
  font-size: 16px;
}
.bg8 .row .col .form input:-moz-placeholder,
.bg8 .row .col .form textarea:-moz-placeholder {
  color: #303030;
  font-size: 16px;
}
.bg8 .row .col .form input:-ms-input-placeholder,
.bg8 .row .col .form textarea:-ms-input-placeholder {
  color: #303030;
  font-size: 16px;
}
.bg8 .row .col .form .inps {
  width: 100%;
  height: 48px;
  background-color: transparent;
  margin: 0 0 20px;
  padding: 0 0 0 15px;
  color: #303030;
  border: 1px solid #303030;
}
.bg8 .row .col .form .inps.lf {
  width: 50%;
  float: left;
}
.bg8 .row .col .form .inps.rg {
  width: 50%;
  float: right;
}
.bg8 .row .col .form .inps-sb {
  width: 100%;
  height: 48px;
  background-color: #9C8764;
  color: #fff;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  border: none;
}
.bg8 .row .col.lf {
  background-image: url(../img/bg8.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  float: left;
}
.bg8 .row .col.rg {
  float: right;
}
.bg9 {
  width: 100%;
  padding: 120px 0 50px;
  text-align: center;
}
.bg9 .center p {
  margin: 0;
}
.bg9 .center p.ss {
  font-size: 35px;
  color: #fff;
}
.bg9 .center p.ss span {
  color: #9C8764;
}
.bg9 .center p.ss1 {
  width: 370px;
  height: 48px;
  margin: 0px 0 30px;
  padding: 7px 0 0;
  font-size: 24px;
  color: #fff;
  border: 1px solid #9C8764;
  display: inline-block;
}
.bg9 .center p.ss2 {
  font-size: 18px;
  color: #fff;
}
.bg9 .center p.ss3 {
  margin: 10px 0 0;
  font-size: 10px;
  color: #fff;
}
.bg9 .center p.ss4 {
  margin: 0 0 20px;
  font-size: 20px;
  color: #9C8764;
}
.bg9 .center p.ss5 {
  margin: 20px 0 0;
  color: #303030;
  font-size: 15px;
}
.bg9 .center .row {
  max-width: 1170px;
  width: 100%;
  display: block;
  margin: 0 auto 0;
}
.bg9 .center .row .col {
  height: 542px;
  background-color: #000;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.bg9 .center .row .col .txt {
  width: 100%;
  margin: 20px 0 30px;
}
.bg9 .center .row .col .txt .item {
  height: 150px;
  padding: 15px 0 0 30px;
  display: inline-block;
  vertical-align: top;
}
.bg9 .center .row .col .txt .item.item1 {
  border-right: 3px solid #9C8764;
  padding: 0 30px 0 0;
}
.bg9 .center .row .col.lf {
  width: 570px;
  padding: 30px 0 0;
}
.bg9 .center .row .col.lf .btn {
  display: none;
}
.bg9 .center .row .col.rg {
  width: 600px;
  background-image: url(../img/bg9-2.jpg);
  position: relative;
}
.bg9 .center .row .col.rg .btn {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
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;
}
/* Banner promociones buen fin 2023 */
.banner-buenfin .slider-counter-buenfin {
  color: #303030;
  text-align: center;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
  /* 205.882% */
  width: fit-content;
  margin: auto;
  display: block;
  margin-top: 5px;
}
.banner-buenfin .owl-nav {
  text-align: center;
  margin-top: -30px;
}
.banner-buenfin .owl-nav .owl-next {
  background-color: transparent;
  border: 0;
  margin: 0 30px;
}
.banner-buenfin .owl-nav .owl-prev {
  background-color: transparent;
  border: 0;
  margin: 0 30px;
}
.banner-buenfin .slider .item {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 600px;
  display: flex;
  align-items: center;
}
.banner-buenfin .slider .content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.banner-buenfin .slider .content .cl {
  width: 50%;
}
.banner-buenfin .slider .content .cl .img {
  width: 540px;
  margin-left: auto;
  margin-right: 60px;
}
.banner-buenfin .slider .content .cl .img.movil {
  display: none;
}
.banner-buenfin .slider .content .cl .txt1 {
  color: #FFF;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 127.4%;
  /* 45.864px */
  text-transform: uppercase;
}
.banner-buenfin .slider .content .cl .txt2 {
  color: #FFF;
  font-size: 43px;
  font-style: normal;
  font-weight: 800;
  line-height: 127.4%;
  /* 54.782px */
  letter-spacing: 2.5px;
  text-transform: uppercase;
  padding: 13px;
  background-color: #958667;
  width: fit-content;
  margin-bottom: 10px;
}
.banner-buenfin .slider .content .cl .txt3 {
  color: #FFFFFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 127.4%;
  width: 400px;
  text-align: center;
  margin-bottom: 25px;
}
.banner-buenfin .slider .content .cl .txt3.t1 {
  text-align: left;
  width: 480px;
}
.banner-buenfin .slider .content .cl .txt3 span {
  color: #fff;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 127.4%;
  /* 31.85px */
  text-transform: uppercase;
}
.banner-buenfin .slider .content .cl .btn-cafe {
  border: 2px solid #9C8764;
  padding: 11px 60px;
  color: #9C8764;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px;
  /* 218.75% */
}
.banner-buenfin .slider .content .cl .btn-cafe .icon {
  width: fit-content;
  display: inline-block;
}
.banner-buenfin .slider .content .cl .btn-cafe:hover {
  background-color: #fff;
}
.banner-buenfin .slider .content .condiciones {
  width: 100%;
  text-align: center;
  margin-top: 50px;
}
.banner-buenfin .slider .content .condiciones .txt {
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 127.4%;
  /* 15.288px */
}
.banner-buenfin .slider .content .condiciones.dentro {
  margin-top: 30px;
  width: 550px;
}
/* Banner promociones buen fin 2023 */
.banner-promos-2023 .slider-counter-2023 {
  color: #303030;
  text-align: center;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
  /* 205.882% */
  width: fit-content;
  margin: auto;
  display: block;
  margin-top: 5px;
}
.banner-promos-2023 .owl-nav {
  text-align: center;
  margin-top: -30px;
}
.banner-promos-2023 .owl-nav .owl-next {
  background-color: transparent;
  border: 0;
  margin: 0 30px;
}
.banner-promos-2023 .owl-nav .owl-prev {
  background-color: transparent;
  border: 0;
  margin: 0 30px;
}
.banner-promos-2023 .slider .item {
  height: 510px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.banner-promos-2023 .slider .item .content {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  align-items: center;
  position: relative;
}
.banner-promos-2023 .slider .item .content .cl1 {
  width: 33.33%;
}
.banner-promos-2023 .slider .item .content .cl1 .txt1 {
  color: #000;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 127.4%;
  /* 63.7px */
  width: fit-content;
  margin: 0;
  margin-left: auto;
}
.banner-promos-2023 .slider .item .content .cl1 .txt1 span {
  font-weight: 400;
}
.banner-promos-2023 .slider .item .content .cl1 .txt1.en {
  position: relative;
  left: -80px;
}
.banner-promos-2023 .slider .item .content .cl1 .txt2 {
  color: #9C8764;
  font-family: 'MrDafoe-Regular';
  font-size: 96px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  /* 122.304px */
  text-align: right;
  padding-right: 50px;
}
.banner-promos-2023 .slider .item .content .cl2 {
  width: 33.33%;
}
.banner-promos-2023 .slider .item .content .cl2 .txt3 {
  color: #303030;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 127.4%;
  /* 30.576px */
  text-transform: uppercase;
  margin-bottom: 10px;
}
.banner-promos-2023 .slider .item .content .cl2 .txt4 {
  color: #303030;
  text-align: center;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 127.4%;
  /* 31.85px */
  margin: 10px 0;
}
.banner-promos-2023 .slider .item .content .cl2 .txt4 span {
  font-size: 20px;
}
.banner-promos-2023 .slider .item .content .cl2 .cuadro-dorado {
  display: block;
  width: 350px;
  margin: auto;
  color: #FFF;
  text-align: center;
  font-size: 43px;
  font-style: normal;
  font-weight: 800;
  line-height: 127.4%;
  /* 54.782px */
  letter-spacing: 2.5px;
  text-transform: uppercase;
  background-color: #9C8764;
  padding: 10px 0;
}
.banner-promos-2023 .slider .item .content .cl2 .btn-cafe {
  width: fit-content;
  background-color: #9C8764;
  width: 267px;
  padding: 8px 0;
  display: block;
  margin: auto;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px;
  /* 218.75% */
}
.banner-promos-2023 .slider .item .content .cl2 .btn-cafe .icon {
  width: fit-content;
  display: inline-block;
}
.banner-promos-2023 .slider .item .content .cl2 .btn-cafe:hover {
  background-color: #6b5d45;
}
.banner-promos-2023 .slider .item .content .cl3 {
  width: 33.33%;
  position: relative;
  height: 100%;
}
.banner-promos-2023 .slider .item .content .cl3 .img3 {
  width: fit-content;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.banner-promos-2023 .slider .item .content .cl3 .movil {
  display: none;
}
.banner-promos-2023 .slider .item .content .cl3 .cuadro-cafe {
  width: 412px;
  padding: 20px 0;
  border-radius: 11px;
  background: #9C8764;
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: 90px;
  top: 230px;
}
.banner-promos-2023 .slider .item .content .cl3 .cuadro-cafe .txt5 {
  color: #FFF;
  text-align: center;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 127.4%;
  /* 31.85px */
}
.banner-promos-2023 .slider .item .content .cl3 .cuadro-cafe .txt6 {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 127.4%;
  text-align: center;
  margin-bottom: 15px;
}
.banner-promos-2023 .slider .item .content .cl3 .cuadro-cafe .txt7 {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 127.4%;
  text-align: center;
}
.banner-promos-2023 .slider .item .content2 {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
}
.banner-promos-2023 .slider .item .content2 .cl1 {
  width: 33.33%;
}
.banner-promos-2023 .slider .item .content2 .cl1 .cuadro {
  border-radius: 11px;
  border: 5px solid #9C8764;
  background: linear-gradient(0deg, #9C8764 -22.2%, rgba(156, 135, 100, 0) 116.35%);
  padding: 10px 40px;
  width: fit-content;
  margin-left: auto;
}
.banner-promos-2023 .slider .item .content2 .cl1 .cuadro .txt1 {
  color: #FFF;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.44);
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 127.4%;
  /* 63.7px */
  text-transform: uppercase;
}
.banner-promos-2023 .slider .item .content2 .cl1 .cuadro .txt1 span {
  color: #FFF;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 108.4%;
  text-transform: none;
}
.banner-promos-2023 .slider .item .content2 .cl1 .cuadro .txt2 {
  color: #FFF;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.44);
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: 127.4%;
  /* 24.206px */
}
.banner-promos-2023 .slider .item .content2 .cl1 .cuadro .txt2.en {
  font-size: 16px;
}
.banner-promos-2023 .slider .item .content2 .cl2 {
  width: 33.33%;
}
.banner-promos-2023 .slider .item .content2 .cl2 .c1 {
  width: fit-content;
  margin-left: auto;
}
.banner-promos-2023 .slider .item .content2 .cl2 .c1 .txt3 {
  color: #FFF;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 23px;
  font-style: normal;
  font-weight: 700;
  line-height: 127.4%;
  /* 29.302px */
  margin-bottom: 15px;
}
.banner-promos-2023 .slider .item .content2 .cl2 .c1 .txt4 {
  color: #FFF;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 127.4%;
  /* 30.576px */
  margin: 15px 0;
}
.banner-promos-2023 .slider .item .content2 .cl2 .c1 .btn-cafe {
  width: fit-content;
  background-color: #9C8764;
  width: 267px;
  padding: 8px 0;
  display: block;
  margin: auto;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px;
  /* 218.75% */
}
.banner-promos-2023 .slider .item .content2 .cl2 .c1 .btn-cafe .icon {
  width: fit-content;
  display: inline-block;
}
.banner-promos-2023 .slider .item .content2 .cl2 .c1 .btn-cafe:hover {
  background-color: #6b5d45;
}
.banner-promos-2023 .slider .item .content2 .cl3 {
  width: 33.33%;
}
.banner-promos-2023 .slider .item .content2 .cl3 .cuadro2 {
  border-radius: 11px;
  border: 5px solid #9C8764;
  background: linear-gradient(0deg, #9C8764 -22.2%, rgba(156, 135, 100, 0) 116.35%);
  width: fit-content;
  margin-left: auto;
  margin-right: 80px;
  padding: 20px 40px;
  position: relative;
  top: 120px;
}
.banner-promos-2023 .slider .item .content2 .cl3 .cuadro2 .txt5 {
  color: #FFF;
  text-align: center;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 127.4%;
  /* 31.85px */
  margin-bottom: 10px;
}
.banner-promos-2023 .slider .item .content2 .cl3 .cuadro2 .txt6 {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 127.4%;
  text-align: center;
  margin-bottom: 10px;
}
.banner-promos-2023 .slider .item .content2 .cl3 .cuadro2 .txt7 {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 127.4%;
  text-align: center;
}
.banner-promos-2023 .slider .item .cl42 {
  width: fit-content;
  position: absolute;
  left: 90px;
  bottom: 20px;
}
.banner-promos-2023 .slider .item .cl42 .txt8 {
  color: #FFF;
  text-align: center;
  text-shadow: 0px 1px 4px #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 127.4%;
  /* 15.288px */
}
.banner-promos-2023 .slider .item .cl4 {
  width: 100%;
  position: absolute;
  bottom: 30px;
}
.banner-promos-2023 .slider .item .cl4 .txt8 {
  color: #000;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 127.4%;
  /* 15.288px */
}
/* Banner promociones navidad 2023 */
/* Banner promociones navidad 2023 */
/* Seccion descaga Brochure */
.seccion-brochure {
  padding-bottom: 100px;
}
.seccion-brochure .center .content {
  width: 1140px;
  display: block;
  margin: auto;
  background-color: #D9D9D9;
  padding: 40px 90px;
}
.seccion-brochure .center .content .row {
  display: flex;
  align-items: center;
}
.seccion-brochure .center .content .row .cl {
  width: 50%;
}
.seccion-brochure .center .content .row .cl .tx1 {
  color: #303030;
  text-align: center;
  font-size: 60px;
  font-style: normal;
  font-weight: 300;
  line-height: 66.6px;
  /* 66.6px */
  letter-spacing: 2.5px;
  text-transform: uppercase;
}
.seccion-brochure .center .content .row .cl .divisor {
  width: 72px;
  margin: auto;
  display: block;
  border-top: 2px solid #9C8764;
}
.seccion-brochure .center .content .row .cl .tx2 {
  color: #303030;
  text-align: center;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
  /* 205.882% */
}
.seccion-brochure .center .content .row .cl form .c-inp {
  margin-bottom: 15px;
}
.seccion-brochure .center .content .row .cl form .c-inp .inp {
  width: 100%;
  height: 48px;
  background-color: transparent;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
  /* 205.882% */
  border: 1px solid #303030;
  color: #303030;
  padding-left: 10px;
}
.seccion-brochure .center .content .row .cl form .c-inp .inp::placeholder {
  color: #303030;
}
.seccion-brochure .center .content .row .cl form .row-inp {
  display: flex;
}
.seccion-brochure .center .content .row .cl form .row-inp .c-inp {
  width: 50%;
}
.seccion-brochure .center .content .row .cl form .btn-cafe {
  background-color: #9C8764;
  width: 100%;
  display: block;
  border: 0;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px;
  /* 218.75% */
}
.seccion-brochure .center .content .row .cl form .btn-cafe:hover {
  background: #303030;
}
/* Seccion descaga Brochure */
/* ====================================================================================================================================================
   RESPONSIVE DESIGN
   ==================================================================================================================================================== */
.banner-promos-buen {
  padding-top: 150px;
}
.banner-promos-buen .center .movil {
  display: none;
}
@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;
  }
  .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;
  }
  /* Banner promos 2023 */
  .banner-promos-2023 .slider .item {
    background-size: cover;
    background-position: center;
  }
  .banner-promos-2023 .slider .item.it2 {
    background-color: #000;
    background-position: center;
  }
  .banner-promos-2023 .slider .item .content .cl1 .txt1 {
    font-size: 40px;
  }
  .banner-promos-2023 .slider .item .content .cl1 .txt2 {
    font-size: 66px;
  }
  .banner-promos-2023 .slider .item .content .cl2 .cuadro-dorado {
    font-size: 30px;
  }
  .banner-promos-2023 .slider .item .content .cl3 .img3 {
    width: 450px;
  }
  .banner-promos-2023 .slider .item .content .cl3 .movil {
    display: none!important;
  }
  .banner-promos-2023 .slider .item .content .cl3 .cuadro-cafe {
    margin-right: auto;
    margin-left: auto;
  }
  .banner-promos-2023 .slider .item .content2 .cl1 .cuadro {
    margin-left: 15px;
  }
  .banner-promos-2023 .slider .item .content2 .cl1 .cuadro .txt1 {
    font-size: 35px;
  }
  .banner-promos-2023 .slider .item .content2 .cl1 .cuadro .txt1 span {
    font-size: 35px;
  }
  .banner-promos-2023 .slider .item .content2 .cl1 .cuadro .txt2 {
    font-size: 16px;
  }
  .banner-promos-2023 .slider .item .content2 .cl2 .c1 .txt3 {
    font-size: 20px;
  }
  .banner-promos-2023 .slider .item .content2 .cl2 .c1 .txt4 {
    font-size: 20px;
  }
  .banner-promos-2023 .slider .item .content2 .cl3 .cuadro2 {
    margin-right: 20px;
    padding: 10px 20px;
    top: 100px;
  }
  .banner-promos-2023 .slider .item .content2 .cl3 .cuadro2 .txt5 {
    font-size: 20px;
  }
  .banner-promos-2023 .slider .item .content2 .cl3 .cuadro2 .txt6 {
    font-size: 16px;
  }
  .banner-promos-2023 .slider .item .content2 .cl3 .cuadro2 .txt7 {
    font-size: 18px;
  }
  /* Banner promos 2023 */
}
@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;
  }
  .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;
  }
  .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;
  }
  /* Descarga brochure */
  .seccion-brochure .center .content {
    width: 100%;
    padding: 40px 50px;
  }
  .seccion-brochure .center .content .row {
    flex-wrap: wrap;
  }
  .seccion-brochure .center .content .row .cl {
    width: 100%;
    margin-bottom: 15px;
  }
  /* Descarga brochure */
  .bg9 {
    padding: 70px 0 60px;
  }
  .bg9 .center {
    max-width: none;
    padding: 0 17px;
  }
  .bg9 .center .row .col.lf {
    width: 100%;
    float: none;
  }
  .bg9 .center .row .col.rg {
    width: 100%;
    float: none;
  }
}
@media all and (max-width: 1024px) {
  .banner-buenfin .slider .item {
    height: fit-content;
  }
  .banner-buenfin .slider .content {
    flex-wrap: wrap;
    height: fit-content;
    padding: 50px 0;
  }
  .banner-buenfin .slider .content .cl {
    text-align: center;
    width: 100%;
  }
  .banner-buenfin .slider .content .cl .img {
    margin: auto;
    margin-bottom: 30px;
  }
  .banner-buenfin .slider .content .cl .img.pc {
    display: none;
  }
  .banner-buenfin .slider .content .cl .img.movil {
    display: block;
  }
  .banner-buenfin .slider .content .cl .txt1 {
    margin-bottom: 15px;
  }
  .banner-buenfin .slider .content .cl .txt2 {
    margin: auto;
    margin-bottom: 15px;
  }
  .banner-buenfin .slider .content .cl .txt3 {
    width: 100%;
    margin-bottom: 15px;
  }
  .banner-buenfin .slider .content .cl .txt3.t1 {
    width: 100%;
    text-align: center;
  }
  .banner-buenfin .slider .content .condiciones.dentro {
    width: 100%;
  }
  /* Banner promo 2023 */
  .banner-promos-2023 .pc {
    display: none!important;
  }
  .banner-promos-2023 .slider .item {
    height: fit-content;
    padding: 50px 0;
  }
  .banner-promos-2023 .slider .item.it2 {
    background-image: none!important;
    padding: 0;
    background-color: transparent;
  }
  .banner-promos-2023 .slider .item .content .cl1 {
    width: 100%;
  }
  .banner-promos-2023 .slider .item .content .cl1 .txt1 {
    margin-left: auto;
    margin-right: auto;
  }
  .banner-promos-2023 .slider .item .content .cl1 .txt2 {
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
    padding-right: 0;
    padding-left: 10px;
  }
  .banner-promos-2023 .slider .item .content .cl2 {
    width: 100%;
  }
  .banner-promos-2023 .slider .item .content .cl3 {
    width: 100%;
    margin: 15px 0;
    margin-top: 50px;
  }
  .banner-promos-2023 .slider .item .content .cl3 .movil {
    width: 100%;
    position: relative;
    display: block!important;
  }
  .banner-promos-2023 .slider .item .content .cl3 .cuadro-cafe {
    top: 0;
    width: 100%;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
  .banner-promos-2023 .slider .item .content2 {
    flex-wrap: wrap;
  }
  .banner-promos-2023 .slider .item .content2 .cl1 {
    width: 100%;
  }
  .banner-promos-2023 .slider .item .content2 .cl1 .cuadro {
    width: 100%;
    margin: auto;
    border-radius: 11px;
    border: 3px solid #9C8764;
    background-image: url('../img/promos/2023/fondo.jpg');
    background-size: cover;
    background-position: center;
    padding-top: 180px;
  }
  .banner-promos-2023 .slider .item .content2 .cl2 {
    width: 100%;
    background-color: #000;
  }
  .banner-promos-2023 .slider .item .content2 .cl2 .c1 {
    width: 100%;
    text-align: center;
    background-image: url('../img/promos/2023/bg2.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding: 15px 0;
  }
  .banner-promos-2023 .slider .item .content2 .cl2 .c1 .txt4 {
    margin-top: 50px;
  }
  .banner-promos-2023 .slider .item .content2 .cl2 .c1 img {
    width: fit-content;
    margin: auto;
  }
  .banner-promos-2023 .slider .item .content2 .cl3 {
    width: 100%;
  }
  .banner-promos-2023 .slider .item .content2 .cl3 .cuadro2 {
    width: 100%;
    top: 0;
    background-color: #9C8764;
  }
  .banner-promos-2023 .slider .item .cl42 {
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    padding: 20px 15px;
    background-color: #fff;
  }
  .banner-promos-2023 .slider .item .cl42 .txt8 {
    color: #000;
    text-shadow: none;
  }
  .banner-promos-2023 .slider .item .cl42 .txt8 br {
    display: none;
  }
  .banner-promos-2023 .slider .item .cl4 {
    position: relative;
    top: 0;
    bottom: 0;
  }
  /* Banner promo 2023 */
}
@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 .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 .col .sticker {
    width: 120px;
    left: -2px;
  }
  .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: 16px;
  }
  .bg3 .center p.precio {
    font-size: 16px;
    line-height: 20px;
  }
  .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%;
  }
  .bg8 .row .col {
    width: 100%;
  }
  .bg8 .row .col.lf {
    display: none;
  }
  .bg8 .row .col.rg {
    float: none;
  }
  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;
  }
  /* Descarga brochure */
  .seccion-brochure .center {
    max-width: 100%;
  }
  .seccion-brochure .center .content {
    width: 100%;
    padding: 40px 50px;
  }
  .seccion-brochure .center .content .row {
    flex-wrap: wrap;
  }
  .seccion-brochure .center .content .row .cl {
    width: 100%;
    margin-bottom: 15px;
  }
  /* Descarga brochure */
}
@media all and (max-width: 639px) {
  .banner-promos-buen {
    padding-top: 70px;
  }
  .banner-promos-buen .center .pc {
    display: none;
  }
  .banner-promos-buen .center .movil {
    display: block;
  }
  .banner-promos-buen .center img {
    width: 100%;
  }
  .bg8 {
    padding: 50px 0 70px;
    text-align: center;
  }
  .bg8 p.ss {
    font-size: 40px;
  }
  .bg8 p br {
    display: none;
  }
  .bg8 .row .col .fluid_container {
    width: 90%;
  }
  .bg8 .row .col .fluid_container .form .inps.lf {
    width: 100%;
    float: none;
  }
  .bg8 .row .col .fluid_container .form .inps.rg {
    width: 100%;
    float: none;
  }
  .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;
  }
  .banner-buenfin .slider .item {
    background-image: url('../img/fondo-banner-promo-movil.jpg') !important;
    background-position: top center;
    background-size: cover;
  }
  .banner-buenfin .slider .content {
    flex-wrap: wrap;
    height: fit-content;
    padding: 50px 0;
  }
  .banner-buenfin .slider .content .cl {
    text-align: center;
    width: 100%;
  }
  .banner-buenfin .slider .content .cl .img {
    width: 100%;
  }
  .banner-buenfin .slider .content .cl .img.pc {
    display: none;
  }
  .banner-buenfin .slider .content .cl .img.movil {
    display: block;
  }
  .banner-buenfin .slider .content .cl .txt1 {
    margin-bottom: 15px;
    font-size: 28px;
  }
  .banner-buenfin .slider .content .cl .txt2 {
    margin: auto;
    margin-bottom: 15px;
    font-size: 32px;
  }
  .banner-buenfin .slider .content .cl .txt3 {
    width: 100%;
    margin-bottom: 15px;
    font-size: 18px;
    padding: 0 13px;
  }
  .banner-buenfin .slider .content .cl .txt3 span {
    font-size: 20px;
  }
  .banner-buenfin .slider .content .cl .txt3 br {
    display: none;
  }
  .banner-buenfin .slider .content .cl .txt3.t1 {
    width: 100%;
    text-align: center;
  }
  .banner-buenfin .slider .content .condiciones {
    padding: 0 15px;
  }
  .banner-buenfin .slider .content .condiciones br {
    display: none;
  }
  .banner-buenfin .slider .content .condiciones.dentro {
    width: 100%;
  }
  /* Banner promos 2023 */
  .banner-promos-2023 .slider .item.it1 {
    background-image: none!important;
    background-position: center top;
    background-size: 150%;
    background-repeat: repeat;
    padding: 0;
  }
  .banner-promos-2023 .slider .item .content {
    background-image: url('../img/promos/2023/bg-movil.jpg') !important;
    background-position: center top;
    background-size: 120%;
    background-repeat: repeat;
    padding-top: 50px;
  }
  .banner-promos-2023 .slider .item .content .cl1 .txt1 {
    font-size: 30px;
  }
  .banner-promos-2023 .slider .item .content .cl1 .txt2 {
    font-size: 60px;
  }
  .banner-promos-2023 .slider .item .content .cl2 .txt3 {
    font-size: 20px;
    padding-top: 30px;
  }
  .banner-promos-2023 .slider .item .content .cl2 .txt4 {
    font-size: 20px;
  }
  .banner-promos-2023 .slider .item .content .cl2 .txt4 span {
    font-size: 16px;
  }
  .banner-promos-2023 .slider .item .content .cl3 {
    margin-bottom: 0;
  }
  .banner-promos-2023 .slider .item .content2 .cl1 .cuadro {
    padding-right: 10px;
    padding-left: 10px;
    border-radius: 0;
    border: 0;
  }
  .banner-promos-2023 .slider .item .content2 .cl1 .cuadro .txt1 {
    font-size: 25px;
  }
  .banner-promos-2023 .slider .item .content2 .cl1 .cuadro .txt1 span {
    font-size: 25px;
  }
  .banner-promos-2023 .slider .item .content2 .cl2 .c1 {
    padding: 30px 0;
  }
  .banner-promos-2023 .slider .item .content2 .cl2 .c1 img {
    width: 80%;
  }
  .banner-promos-2023 .slider .item .content2 .cl2 .c1 .txt4 {
    margin-top: 100px;
  }
  .banner-promos-2023 .slider .item .content2 .cl3 .cuadro2 {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
  .banner-promos-2023 .slider .item .cl4 {
    width: 100%;
    padding: 20px 18px ;
  }
  .banner-promos-2023 .slider .item .cl4 .txt8 br {
    display: none;
  }
  /* Banner promos 2023 */
  /* Descarga brochure */
  .seccion-brochure {
    padding-bottom: 50px;
  }
  .seccion-brochure .center {
    max-width: 100%;
  }
  .seccion-brochure .center .content {
    width: 100%;
    padding: 40px 30px;
  }
  .seccion-brochure .center .content .row {
    flex-wrap: wrap;
  }
  .seccion-brochure .center .content .row .cl {
    width: 100%;
    margin-bottom: 15px;
  }
  .seccion-brochure .center .content .row .cl .tx1 {
    font-size: 30px;
  }
  .seccion-brochure .center .content .row .cl form .row-inp {
    flex-wrap: wrap;
  }
  .seccion-brochure .center .content .row .cl form .row-inp .c-inp {
    width: 100%;
  }
  /* Descarga brochure */
  .bg9 {
    padding: 30px 0 40px;
  }
  .bg9 .center {
    padding: 0;
  }
  .bg9 .center p.ss {
    padding: 0 30px;
    font-size: 30px;
  }
  .bg9 .center p.ss1 {
    width: 100%;
    font-size: 20px;
    margin: 10px 0 15px;
    padding: 10px 0 0;
  }
  .bg9 .center p.ss3 {
    margin: 20px 0 0;
    font-size: 16px;
  }
  .bg9 .center p.ss4 {
    font-size: 17px;
  }
  .bg9 .center p.ss5 {
    padding: 0 10px;
  }
  .bg9 .center p br {
    display: none;
  }
  .bg9 .center .row .col hr {
    width: 90%;
  }
  .bg9 .center .row .col .txt {
    margin: 20px 0 0;
    padding: 10px 10px 13px;
    height: auto;
  }
  .bg9 .center .row .col .txt .item {
    width: 100%;
    padding: 0;
  }
  .bg9 .center .row .col .txt .item.item1 {
    border-right: none;
    padding: 0;
    margin: 0 0 30px;
  }
  .bg9 .center .row .col .fluid_container {
    width: 100%;
    background-color: #000;
    padding: 30px 0 35px;
    display: inline-block;
  }
  .bg9 .center .row .col.lf {
    padding: 30px 17px 30px;
    height: auto;
  }
  .bg9 .center .row .col.lf .btn {
    margin: 0 0 40px;
    display: inline-block;
  }
  .bg9 .center .row .col.rg {
    height: 361px;
  }
  .bg9 .center .row .col.rg .btn {
    display: none;
  }
}
