@import url('https://fonts.googleapis.com/css2?family=Anton&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

html,

body{	

	font-family: "Montserrat", sans-serif;

	font-weight: 400;

	font-style: normal;

    color: #000;

    overflow-x: hidden;

}

.is-form-style.is-form-style-3 input.is-search-input,
.is-ajax-search-no-result{
  font-family: "Montserrat", sans-serif;
}

a,
button{

    -webkit-transition: all .5s linear;

    -moz-transition: all .5s linear;

    -ms-transition: all .5s linear;

    -o-transition: all .5s linear;

    transition: all .5s linear;

  text-decoration: none!important;

}


a:hover,
button:hover{
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
}

p{
  font-size: 15px;
}

header{
/*  background: linear-gradient(to right, white 29%, #004da2 29%);*/
  width: 100%;
  float: left;
  position: relative;
}

header .bg-headerblanco{
  background: #fff;
  height: auto;
}


header .bg-headerblanco img{
  margin: 1rem auto 0;
  display: block;

}

header nav.navbar{
  padding: 3rem 0 ;
  z-index: 1;
  width: 100%;
}

.menu{
  width: 100%;
  float: left;
  background: #33403F;
}

header .nav-link{
	display: block;
	font-weight: 500;
  font-size: 14px;
  margin: 0 1rem;
  padding: 1rem 1rem !important;
  display: block;
  color: #fff;
	border: none;
	cursor: pointer;
  text-transform: uppercase;
  position: relative;
  z-index: 99;
	transition: background-color 0.3s ease, transform 0.3s ease;
  border-radius: 15px;
  padding: 15px !important;
}

header .navbar-brand{
  /*background: #fff;*/

}


header .nav-link:hover,
header .nav-link.active{
  background: #706156;
  color: #fff;
}

.logo-img{
  width: 65%;
  display: block;
  margin: 0 auto;
}

.rentar a{
  position: absolute;
  background: #706156;
  margin-left: 15%;
  color: #fff;
  border-radius: 15px;
  padding: 12px !important;
  margin-top: -5px;
  border-bottom: 0!important;
  border:1px solid #706156!important;
}

.rentar a:hover{
  background: #706156;
  color: #fff;
}

.dropdown-item.active, 
.dropdown-item:active, 
.dropdown-item:hover{
  color: #004da2;
  background: transparent;
}

.slider-principal{
  width: 100%;
  float: left;
  background-color: #e0e0e0;
  position: relative;
}



.slider-principal video{
  width: 100%!important;
  height: 90vh;
  float: left;
  display:block; 
  object-fit:cover;
}

.slider-principal .overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #7061565c;
  z-index: 0;
}

.destacada{
  height: 92vh;
  object-fit: cover;
  width: 100%;
}


.texto {
    position: absolute;
    bottom: 30%;
    width: 70%;
    margin: 0;
    display: block;
    z-index: 9;
    padding: 5%;
}

.texto h1{
  text-align: left;
  font-weight:300 ;
  color: #fff;
  font-size: 50px;
  margin: 0;
}

.texto h2{
  text-align: left;
  font-weight:600 ;
  color: #fff;
  font-size: 50px;
}

.texto a{
  background: #344040;
  color: #fff;
  border-radius: 20px;
  text-align: center;
  padding: 10px 20px;
  width: 20%;
  font-size: 16px;
  border: 1px solid #344040;
  font-weight: 200;
}

.texto a:hover{
  background: transparent;
}

.texto2{
  position: absolute;
  bottom: 5%;
  width: 100%;
  display: block;
  font-size: 16px;
  color: #fff;
  padding: 0 4rem;
  z-index: 9;
}


footer{
  float: left;
  width: 100%;
  background: #fff;
}

.redes {
  position: fixed;
  top: 65%;
  right: 0;
  transform: translateY(-50%);
  z-index: 9999;
}

.redes ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.redes li {
  margin: 10px 0;
}

.redes a {
  display: block;
  background-color: #706156;
  color: #fff;
  padding: 10px;
  text-decoration: none;
  text-transform: uppercase;
  writing-mode: vertical-lr; 
  text-orientation: mixed;
  font-size: 14px;
  transform: rotate(180deg);
}

.redes a:hover {
  background-color: #5a4d43;
}

.bg-verde-home{
  width: 100%;
  float: left;
  background: url("../img/fondo-verde.png");
  padding: 8rem 0 0;
  background-size: 100%;
  position: relative;
}

.bg-verde-home p{
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  text-align: right;
  margin-top: 5%;
}

.bg-verde-home p strong{
  font-weight: 600;
}

.bg-verde-home h2{
  color: #877468;
  font-weight: 800;
  font-size: 55px;
  text-align: center;
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.bg-verde-home h2 span{
  color: #fff;
  font-weight: 400;
}

.img-torre{
  margin-top: -65%;
}

.bg-verde-home .informacion{
  position: absolute;
  top: 48%;
  width: 97%;
  float: left;
  right: 0;
}

.bg-verde-home .informacion h5{
  font-weight: 300;
  font-size: 18px;
  color: #fff;
}

.bg-verde-home .informacion h3{
  font-weight: 700;
  font-size: 80px;
  color: #877468;
}

.bg-verde-home .informacion h4 {
  font-weight: 600;
  font-size: 24px;
  color: #fff;
  margin-bottom: 0;
  line-height: 20px;
}

.bg-verde-home .informacion h4 span{
  font-weight: 600;
  font-size: 20px;
}
  
.bg-verde-home .informacion h5 strong{
  font-weight: 800;
}

.bg-cafe{
  background: #877468;
  padding: 8rem 0;
  float: left;
  width: 100%;
}


.linea-circulo {
    width: 1px;
    height: 100%;
    background-color: #706156;
    position: relative;
    margin-top: -85%;
}

.linea-circulo::after{    
  position: absolute;
  bottom: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: block;
  content: "";
  background: #706156;
  margin: 0 -5px;
}


.bg-cafe{
  width: 100%;
  float: left;
  background: #877468;
  padding: 8rem 2rem;
}

.bg-cafe h2{
    text-align: left;
    font-weight:300 ;
    color: #fff;
    font-size: 50px;
}


.bg-cafe h2 strong{
  color: #33403F;
  font-weight:800 ;
}

.bg-cafe p{
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  text-align: left;
  margin-top: 5%;
  margin-bottom: 2rem;
}

.bg-cafe p strong{
  font-weight:700 ;
}

.bg-cafe a {
  background: #344040;
  color: #fff;
  border-radius: 20px;
  text-align: center;
  padding: 10px 20px;
  width: 20%;
  font-size: 16px;
  border: 1px solid #344040;
  font-weight: 200;
}

.bg-cafe a:hover{
  background: transparent;
}

.bg-cafe .img-texto{
  position: relative;
  width: 100%;
  float: left;
}

.bg-cafe .circulo-naranja{
  border-radius: 50%;
  background: #33403F;
  width: 220px;
  padding: 2rem;
  height: 220px;
  position: absolute;
  top:35%;
  left: -110px;
  font-size: 95px;
  text-align: center;
  font-weight: 800;
  color: #fff;
  line-height: 40px;
  z-index: 99;
  padding: 7rem 0;
}

.bg-cafe .circulo-naranja span{
  color: #fff;
  font-size: 25px;
  font-weight: 400;
}

.amenidades-home {
 background-image: url('../img/amenidades.jpg'); /* ajusta el path */
 background-attachment: fixed;
 background-position: center;
 background-repeat: no-repeat;
 background-size: cover;
 padding: 10rem 0 12rem;
 color: white;
 float: left;
 width: 100%;
}

@media (max-width: 768px) {
  .amenidades-home {
    background-attachment: scroll;
  }
}

.amenidades-home h2{
  font-weight: 300;
  color: #fff;
  font-size: 35px;
  text-align: center;
  margin-bottom: 5rem;
}

.flickity-slider-marcas {
  margin: 1rem 0 2rem;
}

.flickity-slider-marcas .carousel-cell {
  width: 30%; 
  padding: 4rem 5rem;
  text-align: center;
  background: #e5d2c4e6;
  border-radius: 15px;
  margin-left: 5rem;
  margin-bottom: 3rem;
}


.amenidades-home h3{
  font-weight: 300;
  color: #33403F;
  font-size: 26px;
  text-align: center;
  width: 100%;
  margin-bottom: 1rem;
}

.amenidades-home p{
  font-weight: 300;
  color: #33403F;
  font-size: 16px;
  text-align: center;
  min-height: 76px;
  margin-bottom: 0;
}


.amenidades-home .flickity-page-dots .dot {
  background: none;
  color: #fff;
  font-size: 14px;
  width: 26px;
  height: 26px;
  padding: 5px 8px;
  margin: 0 5px;
  border-radius: 4px;
  position: relative;
  opacity: 1;
}

.amenidades-home .flickity-page-dots .dot:before {
  content: attr(aria-label); /* Flickity pone un aria-label como "Page 1", "Page 2", etc. */
  opacity: 1;
}

.amenidades-home .flickity-page-dots .dot.is-selected {
  color: white;
  border-color: #fff;
  border-radius: 50%;
  border: 1px solid;
}

.ubicacion{
  width: 100%;
  float: left;
}

.ubicacion h2{
  color: #33403F;
  font-weight: 800;
  font-size: 50px;
}

.ubicacion p{
  padding-top: 4rem;
}

.ubicacion a.interna{
  background: #344040;
  color: #fff;
  border-radius: 20px;
  text-align: center;
  padding: 10px 20px;
  width: 30%;
  font-size: 16px;
  border: 1px solid #344040;
  font-weight: 200;
  margin-top: 3rem;
  margin-bottom: 3rem;
  display: block;
}

.mapa{
  width: 100%;
  float: left;
  background: #706156;
  padding: 4rem 0;
}

.mapa p{
  text-transform: uppercase;
  color: #CFD3D4;
  margin-top:200%;
  letter-spacing: 2px;
}

.mapa p span{
  font-size: 90px;
  letter-spacing: normal;
}



.scroll-section {
  width: 100%;
}

.scroll-img-zoom {
  width: 100%;
  opacity: 0;
  transform: scale(0.95);
  transition: transform 1.2s ease-out, opacity 1.2s ease-out;
}

.scroll-img-zoom.visible {
  width: 100%;
  opacity: 1;
  animation: zoomPulse 2.5s ease forwards;
}

@keyframes zoomPulse {
  0% {
    transform: scale(0.95);
  }
  50% {
    transform: scale(1.07);
  }
  80% {
    transform: scale(1.03);
  }
  100% {
    transform: scale(1);
  }
}

.flickity-prev-next-button {
    top: 95%;
    width: 40px;
    height: 40px;
}

.flickity-button{
  height: 40px;
  width: 40px;
  border-radius: 0;
}

/*
.sectores button.flickity-button.flickity-prev-next-button.previous{
  background: url(../img/flecha-slider.svg)no-repeat;

}


.sectores button.flickity-button.flickity-prev-next-button.next{
  background: url(../img/flecha-slider.svg)no-repeat;

}*/

.flickity-button-icon{
  fill:#ff9400;
}

footer{
  padding: 7rem 0 0 0;
  background: #33403F;
  width: 100%;
  float: left;
  text-align: center;
}

footer h2{
 color: #706156;
 font-size: 40px;
 font-weight: 700; 
}

footer h3{
 color: #fff;
 font-size: 42px;
 font-weight: 400; 
}

footer a{
  font-size: 16px;
}

footer p{
  font-size: 14px;
  padding: 1rem 0;
}

footer ul.footer-redes{
  padding: 0;
  display: flex;
  list-style: none;
}

footer .menu-footer{
  list-style: none;
}

footer .menu-footer a{
  color: #000;
  margin-bottom: 1rem;
  font-size: 16px;
}

footer hr{
  opacity: 1;
}

footer a:hover,
footer .menu-footer a:hover{

}

footer ul a:hover svg{
  fill:#ff9400;
}


footer .copyright{
  margin-top: 10px;
  color: #fff;
}

footer .circulo-blanco{
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50%;
  padding: 10px 0;
  float: left;
}


footer .contenido-footer {
  width: 100%;
  float: left;
  margin-bottom: 1rem;
}

footer .contenido-footer span{
  font-weight: 300;
  color: #fff;
  font-size: 22px;
  float: left;
  margin-left: 10px;
}

footer form{
  background: #232d2c;
  border-radius: 10px;
  padding: 4rem 4rem;
  margin-top: 10px;
}

footer form input{
  width: 100%;
  background: transparent;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  font-size: 16px;
  padding: 5px 0;
  font-weight: 200;
  border-bottom: 1px solid #fff;
  color: #fff;
}

footer form .btn-enviar{
  width: 100%;
  border-radius: 30px;
  background: #867468;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  padding: 10px 15px;
  text-align: center;
  border:0;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
   will-change: transform;
}

.btn-enviar:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}

input::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}

input:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
input:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}

a {
  transition: transform 0.3s ease-in-out;
}

a:hover {
  transform: scale(1.02);
}

article{
  width: 100%;
  float: left;
}

.bg-rayado{
  padding: 5rem 0 6rem;
  background: url(../img/fondo-rayados.png);
  width: 100%;
  float: left;
  background-size: 100%;
}

.bg-rayado h1{
  font-weight: 200;
  font-size: 30px;
}

.bg-rayado h2{
  font-weight:300;
  font-size: 45px;
  margin-bottom: 4rem;
}

.bg-rayado h2 strong{
  font-weight: 900;
  color: #706156
}

.bg-rayado a{
  background: #344040;
  color: #fff;
  border-radius: 20px;
  text-align: center;
  padding: 10px 20px;
  width: 20%;
  font-size: 16px;
  border: 1px solid #344040;
  font-weight: 200;
}

.bg-rayado a:hover{
  background: #706156;
}

.slider-galeria-final {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 30px;
  justify-content: center;
}

.miniaturas {
  display: flex;
  flex-direction: row;
  gap: 12px;
  justify-content: center;
  margin-top: 75%;
}

.miniatura {
  width: 75px;
  height: 100px;
  object-fit: cover;
  cursor: pointer;
  border-radius: 12px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  opacity: 0.75;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.miniatura:hover {
  opacity: 1;
  transform: scale(1.05);
}

.miniatura.hidden {
  display: none;
}

.imagen-grande img {
  width: 500px;
  max-width: 500px;
  min-width: 500px;
  height: 600px;
  min-height: 600px;
  max-height: 600px;
  object-fit: contain;
  height: auto;
  object-fit: cover;

}


.imagen-grande {
  position: relative;
  border-radius: 100px;
}

.imagen-grande img {
  width: 100%;
  max-width: 500px;
  height: auto;
  border-radius: 24px;
  object-fit: contain;
  transition: opacity 0.4s ease-in-out;
}

.imagen-grande img.fade-out {
  opacity: 0;
}


.bg-blanco-consultorios{
  padding: 7rem 0;
  width: 100%;
  float: left;
}

.bg-blanco-consultorios h3{
  text-align: center;
  font-size: 35px;
  color: #000;
  font-weight: 200;
  margin-bottom: 7rem;
}

.bg-blanco-consultorios h3 strong{
  color: #706156;
  font-weight: 800;
}

.bg-verde-oscuro{
  width: 100%;
  height: 100%;
  padding: 4rem;
  background: #33403F;
  text-align: center;
  border-radius: 60px;
}

.bg-verde-oscuro h4{
  font-size: 100px;
  font-weight: 200;
  color: #fff;
  width: 100%;
  float: left;
  margin-top: 5rem;
}

.bg-verde-oscuro h5{
  font-size: 35px;
  font-weight: 200;
  color: #fff;
  margin-bottom: 3rem;
  width: 100%;
  float: left;
}

.bg-verde-oscuro a{
  background: #706156;
  color: #fff;
  border-radius: 20px;
  text-align: center;
  padding: 10px 20px;
  width: 100%;
  font-size: 16px;
  border: 1px solid #706156;
  font-weight: 200;
}

.bg-verde-oscuro a:hover{
  background: transparent;
}

.bg-contacto{
  width: 100%;
  float: left;
  padding: 0 0 6rem;
}
.masdetalles{
  width: 100%;
  float: left;
  padding: 6rem 0;
}

.bg-contacto{
  width: 100%;
  float: left;
}

.bg-contacto h1{
  font-size: 40px;
  font-weight: 800;
  color: #353f40;
}

.bg-contacto hr{
  margin-bottom: 4rem;
  opacity: 1;
}

.bg-contacto h2{
  font-weight: 400;
  font-size: 25px;
  margin-bottom: 4rem;
}

.bg-contacto p em{
  font-weight: 400;
  font-size: 20px;
}


.bg-contacto a{
  margin-bottom: 1rem;
  font-weight: 500;
  font-size: 20px;
}


/* Scrollbar para Chrome, Edge y Safari */
::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-track {
  background: #f2f2f2; /* fondo de la pista */
  border-radius: 6px;
}

::-webkit-scrollbar-thumb {
  background: #ff9400; /* color del "pulgar" */
  border-radius: 6px;
  border: 3px solid #f2f2f2; /* para dar efecto de espacio alrededor */
}

::-webkit-scrollbar-thumb:hover {
  background: #e07e00; /* color cuando pasa el mouse */
}



/* Scrollbar para Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #877368 #706156;
}

.bg-cafe-rayado{
  width: 100%;
  float: left;
  padding: 4rem 0 3rem;
  background: #6E6056 url(../img/fondo-rayados.png) no-repeat;
  width: 100%;
  float: left;
  background-size: 100%;
}


.bg-cafe-rayado .carousel-consultorios {
  width: 100%;
  margin: 40px auto;
}

.bg-cafe-rayado .carousel-cell {
  width: 100%;
  margin-right: 20px;
  padding: 20px;
  border-radius: 12px;
}

.bg-cafe-rayado .carousel-cell h3{
  text-align: center;
  text-transform: uppercase;
  font-size:25px;
  color: #fff;
  font-weight: 300;
}

.bg-cafe-rayado .carousel-cell .img-wrap img {
  max-width: 100%;
  height: auto;
}

.bg-cafe-locales{
  width: 100%;
  float: left;
  width: 100%;
  float: left;
  background-size: 100%;
}

.bg-cafe-locales-rayado{
  width: 100%;
  float: left;
  padding: 10%;
  width: 100%;
  float: left;
  background-size: 100%;
}

.bg-cafe-carousel{
  padding: 25% 10%;
  width: 100%;
  float: left;
  color: #fff
}


.bg-cafe-carousel h3{
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 3rem;
  text-align: center;
}


.bg-cafe-carousel table{
  width: 100%;
  float: left;
  border: 0;
  font-size: 18px;
}

.bg-cafe-carousel .wp-block-table td, 
.bg-cafe-carousel .wp-block-table th{
  border: 0;
  text-align: center;
}

.bg-cafe-locales .flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: 35px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1;
}

.carousel-consultorios .flickity-page-dots .dot{
  background: #fff;
  opacity: 1;
  width: 15px;
  height: 15px;
  border: 1px solid #fff;
}

.carousel-consultorios .flickity-page-dots .dot.is-selected{
  background: #33403E;
}

article{
  width: 100%;
  float: left;
}

@media (min-width: 1920px){
  .bg-verde-oscuro h4 {
    margin-top: 12rem;
  }

  .texto {
      width: 50%;
  }

  .slider-principal video {
      height: 85vh;
  }
}


@media (min-width: 768px) and (max-width: 1024px){
  button.navbar-toggler{
    margin-left: 95%;
  }

  header .nav-link{
    text-align: center;
  }

  .rentar a {
    position: relative;
    background: #706156;
    margin-left: 0;
    color: #fff;
    border-radius: 15px;
    padding: 12px !important;
    margin-top: -5px;
    border-bottom: 0 !important;
    border: 1px solid #706156 !important;
  }

  .bg-verde-home p {
    font-size: 20px;
  }

  .bg-verde-home h2 {
      font-size: 40px;
  }

  .bg-verde-home .informacion h3 {
    font-size: 60px;
  }

  .bg-verde-home .informacion {
      position: relative;
      top: 48%;
      width: 100%;
      float: left;
      right: 0;
      left: 5%;
  }

  .bg-cafe a {
    background: #344040;
    color: #fff;
    border-radius: 20px;
    text-align: center;
    padding: 10px 20px;
    width: 100%;
    font-size: 16px;
    border: 1px solid #344040;
    font-weight: 200;
    display: block;
    margin-bottom: 8rem;
  }

  .bg-cafe .circulo-naranja {
    border-radius: 50%;
    background: #33403F;
    width: 220px;
    padding: 2rem;
    height: 220px;
    position: absolute;
    top: 0;
    right: 0;
    left:0;
    font-size: 95px;
    text-align: center;
    font-weight: 800;
    color: #fff;
    line-height: 40px;
    z-index: 99;
    padding: 7rem 0;
  }

  .flickity-slider-marcas .carousel-cell {
      width: 50%;
  }

  .ubicacion a.interna {
    width: 100%;
  }

  .mapa p{
    margin-top: 30%;
  }

  .bg-verde-oscuro h4{
      font-size: 55px;
      font-weight: 200;
      color: #fff;
      width: 100%;
      float: left;
      margin-top: 0;

    }

  .bg-verde-oscuro h5 {
      font-size: 20px;
  }

  .bg-cafe-carousel {
      padding: 10% 10%;
      width: 100%;
      float: left;
      color: #fff;
  }

  .bg-contacto h2 {
      margin-top: 3rem;
  }


}


@media (max-width: 767px){

  button.navbar-toggler{
    margin-top: -15%;
  }

  .redes {
    right: 1%;
  }

  .redes a {
    font-size: 12px;
  }

  html, 
  body{
    text-align: center;
  }

  button.navbar-toggler{
    margin-left: 90%;
  }

  header .nav-link{
    text-align: center;
  }

  .rentar a {
    position: relative;
    background: #706156;
    margin-left: 0;
    color: #fff;
    border-radius: 15px;
    padding: 12px !important;
    margin-top: -5px;
    border-bottom: 0 !important;
    border: 1px solid #706156 !important;
  }

  .texto h1 {
    text-align: center;
    font-size: 35px;  
  }

  .texto h2{
    text-align: center;
    font-size: 40px;
  }

  .slider-principal video {
      height: 75vh;
  }

  .texto{
    width: 100%;
  }

  .texto a {
    display: block;
    width: 100%;
    margin: 2rem 0;
  }

  .img-torre {
      margin-top: 0;
  }

  .bg-verde-home .informacion {
      position: relative;
      top: 48%;
      width: 100%;
      float: left;
      right: 0;
  }

  .bg-verde-home p{
    text-align: center;
  }

  .bg-verde-home h2 {
    font-size: 40px;
  }

  .bg-cafe h2 {
    text-align: center;
    font-size: 40px;
  }

  .bg-cafe p{
    text-align: center;
  }

  .bg-cafe a {
    display: block;
    width: 100%;
    margin-bottom: 10rem;
  }

  .bg-cafe .circulo-naranja{
    display: none;
  }

  .flickity-slider-marcas .carousel-cell {
      width: 100%;
      min-height: 200px;
  }

  .ubicacion {
      width: 100%;
      padding-top: 5rem;
      float: left;
  }

  .mapa p span {
    font-size: 90px;
    letter-spacing: normal;
    display: block;
  }

  .ubicacion a.interna {
    width: 100%;
  }

  .mapa p{
    margin-top: 0;
  }

  .bg-verde-oscuro h4{
      font-size: 55px;
      font-weight: 200;
      color: #fff;
      width: 100%;
      float: left;
      margin-top: 0;

    }

  .bg-verde-oscuro h5 {
      font-size: 20px;
  }

  .bg-cafe-carousel {
      padding: 10% 10%;
      width: 100%;
      float: left;
      color: #fff;
  }

  .bg-contacto h2 {
      margin-top: 3rem;
  }

  footer h2 {
    color: #706156;
    font-size: 30px;
    font-weight: 700;
  }

  footer h3 {
    color: #fff;
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 3rem;
  }

  footer form .btn-enviar {
    margin: 3rem 0;
  }

  footer form input {
      margin-bottom: 15px;
  }

  .bg-rayado a {
    display: block;
    width: 100%;
    margin-bottom: 5rem;
  }

  .slider-galeria-final{
    display: none;
  }

  .bg-rayado h2 {
      font-weight: 300;
      font-size: 25px;
      margin-bottom: 4rem;
  }

  .bg-blanco-consultorios h3 {
      font-size: 20px;
  }

  .bg-rayado .d-block.d-sm-none.slider{
    min-height: 450px;
  }

  .slider-movil{
    width: 100%;
    float: left;
    min-height: 450px;
  }

  .slider-movil .carousel-cell{
    width: 100%;
    float: left;
  }


  .slider-movil .flickity-slider {
    width: 100%;
    float: left;
  }

  .slider-movil .carousel-cell {
    width: 80%;
    margin-right: 10px;
  }

  .slider-movil .carousel-cell img {
    width: 100%;
    height: 100%
  }

  .img-izquierda{
    margin-bottom: 2rem;
  }

  .img-derecha{
    margin-top: 2rem;
  }

  .linea-circulo{
    display: none;
  }

}
