* {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
}

p {
  font-size: 16px;
  font-weight: 400;
}

ul {
  text-decoration: none;
}

li {
  margin: 10px 0;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
}

.wapp {
  color: black !important;
  text-decoration: none !important;
}

.wapp:hover {
  color: black !important;
  text-decoration: none !important;
}

.cp




  /* FIN PRUEBA */

.dropdown-item:active {
  background-color: grey !important;
}

.nav-link:focus {
  outline: 0;
}
.nav-link:hover {
  color: #ee3041 !important;
  font-weight: 700;
  animation-name: pulse;
  animation-duration: 0.75s;
}

/* Clase modificada de Bootstrap */
.navbar-light .navbar-nav .nav-link {
  color: black;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

a.nav-link {
  margin: 0 15px;
}

.negrita {
  font-weight: 700;
}

.container-gral {
  overflow: hidden;
}

.boton-contactanos {
  color: black;
}

@media (min-width: 992px) {
  .boton-contactanos {
    color: white !important;
    width: 170px;
    padding: 10px 10px;
    font-size: 16px;
    display: inline-block;
    border-radius: 100px;
    text-align: center;
    background: #ff6969;
    background: linear-gradient(
      90deg,
      rgba(255, 84, 84, 1) 0%,
      rgba(255, 136, 136, 1) 100%
    );
    border: none;
    margin-left: 20px;
  }

  .boton-contactanos:hover {
    color: white !important;
  }
}

/* Inicio */

.nav-escritorio {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: white !important;
}

@media (min-width: 992px) {
  .nav-escritorio {
    top: 0;
    height: 100px;
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
    background-color: transparent !important;
    padding: 0 85px !important;
  }

  .nav-escritorio.scrolled {
    background: white !important;
    height: 75px;
  }
}

.logo-xs {
  height: 50px;
}

@media (min-width: 992px) {
  .logo-xs {
    display: none;
  }
}

.logo-lg {
  display: none;
}

@media (min-width: 992px) {
  .logo-lg {
    top: 0;
    display: inline-block;
    height: 45px;
  }
}

.isologo {
  width: 40px;
  margin-bottom: 10px;
}

@media (min-width: 992px) {
  .isologo {
    display: none;
  }
}

.letra-nav {
  font-weight: 450;
}

.sombra {
  -webkit-box-shadow: 2px -2px 26px -1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px -2px 26px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 2px -2px 26px -1px rgba(0, 0, 0, 0.2);
}

.fondo-inicio {
  background-image: url(img/fondoinicio-celu-01.svg);
  height: auto;
  width: 100%;
  background-size: cover;
  padding: 60px 50px 30px 40px;
}

@media (min-width: 530px) {
  .fondo-inicio {
    height: 600px;
    background-image: url(img/fondoinicio-md-02.svg);
  }
}

@media (min-width: 700px) {
  .fondo-inicio {
    height: 720px;
    background-image: url(img/fondoinicio-md-01-01.svg);
    padding: 60px 50px 30px 60px;
  }
}

@media (min-width: 830px) {
  .fondo-inicio {
    height: 720px;
    background-image: url(img/fondoinicio-md-830.svg);
  }
}

@media (min-width: 992px) {
  .fondo-inicio {
    height: 700px;
    background-image: url(img/fondoinicio-lg-01.svg);
    padding: 120px 100px 40px 120px;
  }
}

@media (min-width: 1227px) {
  .fondo-inicio {
    height: 700px;
    background-image: url(img/fondoinicio-xl.svg);
    padding: 120px 100px 0px 120px;
  }
}

.titulos-inicio {
  line-height: 50px;
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 3em;
}

.subtitulo-inicio {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.7em;
  display: inline;
}

@media (min-width: 992px) {
  .subtitulo-inicio {
    display: none;
  }
}

@media (min-width: 540px) {
  .titulos-inicio {
    font-size: 4em;
    margin: 40px 0;
  }

  .subtitulo-inicio {
    font-size: 2.2em;
  }
}

@media (min-width: 992px) {
  .titulos-inicio {
    font-size: 4.5em;
  }

  .subtitulo-inicio {
    font-size: 2.7em;
    margin-bottom: 70px;
  }
}

.otra {
  font-weight: 500;
}

.boton-redondo {
  color: white;
  width: 200px;
  padding: 13px 23px;
  margin-top: 25px;
  font-size: 18px;
  display: inline-block;
  border-radius: 100px;
  text-align: center;
  background: rgb(255, 84, 84);
  background: linear-gradient(
    90deg,
    rgba(255, 84, 84, 1) 0%,
    rgba(255, 136, 136, 1) 100%
  );
  border: none;
}

.boton-redondo:hover {
  background: rgba(255, 136, 136, 1);
  background: linear-gradient(
    90deg,
    rgba(255, 136, 136, 1) 0%,
    rgba(255, 84, 84, 1) 100%
  );
  color: white;
  text-decoration: none;
  /* width: 210px; */
  animation-name: bounceIn;
  animation-duration: 0.75s;
}

.boton-redondo:hover ~ .bounceIn {
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@media (min-width: 700px) {
  .boton-redondo {
    margin-left: 20px;
    font-size: 18px;
    padding: 15px 25px;
  }
}

.boton-redondo2 {
  color: white;
  width: 180px;
  padding: 13px 23px;
  margin: 20px 0 0 0;
  font-size: 17px;
  display: inline-block;
  border-radius: 100px;
  text-align: center;
  background: rgb(255, 84, 84);
  background: linear-gradient(
    90deg,
    rgba(255, 84, 84, 1) 0%,
    rgba(255, 136, 136, 1) 100%
  );
  border: none;
}

.boton-redondo2:hover {
  background: rgba(255, 136, 136, 1);
  background: linear-gradient(
    90deg,
    rgba(255, 136, 136, 1) 0%,
    rgba(255, 84, 84, 1) 100%
  );
  color: white;
  text-decoration: none;
  /* width: 210px; */
  animation-name: bounceIn;
  animation-duration: 0.75s;
}

.boton-redondo2:hover ~ .bounceIn {
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

.boton-redondo3 {
  color: white;
  width: 200px;
  padding: 13px 23px;
  margin-top: 20px;
  font-size: 16px;
  display: inline-block;
  border-radius: 100px;
  text-align: center;
  background: rgb(255, 84, 84);
  background: linear-gradient(
    90deg,
    rgba(255, 84, 84, 1) 0%,
    rgba(255, 136, 136, 1) 100%
  );
  border: none;
}

.boton-redondo3:hover {
  background: rgba(255, 136, 136, 1);
  background: linear-gradient(
    90deg,
    rgba(255, 136, 136, 1) 0%,
    rgba(255, 84, 84, 1) 100%
  );
  color: white;
  text-decoration: none;
  /* width: 210px; */
  animation-name: bounceIn;
  animation-duration: 0.75s;
}

.parrafo-inicio {
  width: 100%;
  margin-top: 20px;
}

@media (min-width: 700px) {
  .parrafo-inicio {
    width: 70%;
  }
}

@media (min-width: 992px) {
  .parrafo-inicio {
    width: 55%;
  }
}

/* NOSOTROS */

.fondo-quienesomos {
  background-repeat: no-repeat;
  background-size: cover !important;
  background-attachment: fixed;
  background-image: url(img/fondo-2-xs.png);
  height: auto;
  width: 100%;
  padding: 70px 15px;
}

@media (min-width: 700px) {
  .fondo-quienesomos {
    background-image: url(img/fondo-2.png);
    padding: 0 15px;
  }
}

@media (min-width: 992px) {
  .fondo-quienesomos {
    padding: 130px 15px 30px 15px;
  }
}

@media (min-width: 1190px) {
  .fondo-quienesomos {
    padding: 130px 15px 50px 15px;
  }
}

.titulos {
  line-height: 55px;
  font-weight: 600;
  font-size: 2.5em;
}

.titulo-especial {
  text-transform: uppercase;
  line-height: 55px;
  font-weight: 700;
  font-size: 2em;
}

.iconos-nosotros {
  height: 150px;
}

.subtitulo {
  text-transform: uppercase;
  line-height: 35px;
  font-weight: 650;
  font-size: 1.5em;
}

/* PRODUCTOS */

.fondo-productos {
  height: auto;
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain !important;
  background-attachment: fixed;
  background-image: url(img/fondo-3-xs.png);
  padding: 70px 15px;
}

@media (min-width: 700px) {
  .fondo-productos {
    background-repeat: no-repeat;
    background-size: cover !important;
    background-attachment: fixed;

    background-image: url(img/fondo-3.png);
  }
}

@media (min-width: 992px) {
  .fondo-productos {
    padding: 120px 15px 70px 15px;
  }
}

@media (min-width: 1150px) {
  .fondo-productos {
  }
}

.boton-sabermas {
  color: #ee3041;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
}

.boton-sabermas:hover {
  color: #2582b5;
  font-weight: 500;
  text-decoration: none;
}

.letra-azul {
  color: #2582b5;
  font-weight: 500;
}

.letra-azul-oscuro {
  color: #0051a0;
  font-weight: 500;
}

.letra-naranja {
  color: #cf762d;
  font-weight: 500;
}

/* PRESUPUESTO */

.fondo-contacto {
  background-image: url(img/fondo-contacto-xs.svg);
  height: auto;
  width: 100%;
  background-size: cover;
  padding: 70px 15px;
}

@media (min-width: 700px) {
  .fondo-contacto {
    background-image: url(img/fondo-contacto-md-01.svg);
  }
}

@media (min-width: 800px) {
  .fondo-contacto {
    background-image: url(img/fondo-contacto-md-800.svg);
    height: auto;
  }
}

@media (min-width: 992px) {
  .fondo-contacto {
    background-image: url(img/fondo-contacto-xl.svg);
    height: 950px;
    padding: 120px 15px 70px 15px;
  }
}

.letra-rosa {
  color: #ff6969;
  text-decoration: none;
}

.letra-rosa:hover {
  color: #2582b5;
  text-decoration: none;
}

.letra-contacto {
  color: #ff6969;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 26px;
}

/* FOOTER */

.fondo-footer {
  background-image: url(img/fondofooter-01.svg);
  height: auto;
  width: 100%;
  background-size: cover;
  padding: 45px 15px 20px 15px;
  text-align: center;
  margin: 0px 0 70px 0;
}

.iconos-redes {
  height: 30px;
  margin: 0 5px;
}

.iconos-redes:hover {
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

.logo-footer {
  display: none;
}

@media (min-width: 992px) {
  .fondo-footer {
    background-image: url(img/fondofooter-md.svg);
    margin: 0;
  }
  .logo-footer {
    display: initial;
    height: 100px;
  }
}

.reservados {
  display: none;
}
@media (min-width: 992px) {
  .reservados {
    display: inherit;
    font-size: 15px;
    margin: 45px 0 0 0;
  }
}

/* BANIOS*/

.fondo-banos {
  background-image: url(img/fondo-banos-xs.svg);
  height: auto;
  width: 100%;
  background-size: cover;
  padding: 70px 40px;
}

@media (min-width: 700px) {
  .fondo-banos {
    background-image: url(img/fondo-banos-md.svg);
  }
}

@media (min-width: 800px) {
  .fondo-banos {
    background-image: url(img/fondo-banos-md.svg);
    height: auto;
  }
}

@media (min-width: 992px) {
  .fondo-banos {
    background-image: url(img/fondo-banos-lg.svg);
    padding: 120px 100px 0 100px;
  }
}

.texto-intro {
  width: 100%;
  margin: 0 auto;
}

@media (min-width: 700px) {
  .texto-intro {
    width: 80%;
  }
}

@media (min-width: 1000px) {
  .texto-intro {
    width: 70%;
  }
}

.fondo-banos2 {
  background-image: url(img/fondo-banos2-xs.svg);
  height: auto;
  width: 100%;
  background-size: cover;
  padding: 70px 40px;
}

@media (min-width: 770px) {
  .fondo-banos2 {
    background-image: url(img/fondo-banios-imagen2.jpg);
    height: 600px;
    background-size: contain;
    background-repeat: no-repeat;
  }
}

@media (min-width: 1000px) {
  .fondo-banos2 {
    background-image: url(img/fondo-banios-imagen.jpg);
    height: 600px;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 70px 100px;
  }
}

.recomendamos {
  padding: 50px 40px;
}

@media (min-width: 770px) {
  .recomendamos {
    padding: 70px 40px;
  }
}

@media (min-width: 1000px) {
  .recomendamos {
    padding: 100px 40px;
  }
}

.video {
  width: 100%;
}

.titulo-secciones {
  font-weight: 800;
}
.subtitulo-secciones {
  font-style: italic;
  font-size: 18px;
}

.gallery {
  width: 25%;
  position: relative;
}
.gallery:after {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: rgba(0, 0, 0, 0.2);
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width: 767.98px) {
  .gallery {
    width: 100%;
  }
}
.gallery.img {
  display: block !important;
  height: 300px;
}
.gallery .icon {
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.8);
  opacity: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gallery .icon span {
  color: #007bff;
}
.gallery:hover {
  opacity: 1;
}
.gallery:hover:after {
  opacity: 0;
}

.image-popup {
  cursor: -webkit-pointer;
  cursor: -moz-pointer;
  cursor: pointer;
}

.img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

@media (max-width: 767.98px) {
  .ftco-animate {
    opacity: 0;
    visibility: hidden;
  }
}

.conducto {
  width: 270px;

  margin: 0 auto;
  padding: 20px 0;
}

@media (min-width: 600px) {
  .conducto {
    width: 240px;
  }
}

/* HUMO */

.fondo-humo {
  background-image: url(img/fondo-humo-xs.svg);
  height: auto;
  width: 100%;
  background-size: cover;
  padding: 70px 40px;
}

@media (min-width: 700px) {
  .fondo-humo {
    background-image: url(img/fondo-humo-md.svg);
  }
}

@media (min-width: 992px) {
  .fondo-humo {
    background-image: url(img/fondo-humo-lg.svg);
    padding: 120px 100px 0 100px;
  }
}

.fondo-humo2 {
  background-image: url(img/fondo-humo-xs.svg);
  height: auto;
  width: 100%;
  background-size: cover;
  padding: 70px 40px;
}

/* SOMBRERETES */
.sombreretes {
  font-weight: 600;
}

.sombreretes:hover {
  color: rgb(255, 84, 84);
}

.fondo-sombreretes {
  background-image: url(img/fondo-sombreretes-xs.svg);
  height: auto;
  width: 100%;
  background-size: cover;
  padding: 70px 40px;
}

@media (min-width: 700px) {
  .fondo-sombreretes {
    background-image: url(img/fondo-sombreretes-md.svg);
  }
}

@media (min-width: 800px) {
  .fondo-sombreretes {
    background-image: url(img/fondo-sombreretes-md.svg);
    height: auto;
  }
}

@media (min-width: 992px) {
  .fondo-sombreretes {
    background-image: url(img/fondo-sombreretes-lg.svg);
    padding: 120px 100px 0 100px;
  }
}

/* ANIMACION */

.animatable {
  /* initially hide animatable objects */
  visibility: hidden;

  /* initially pause animatable objects their animations */
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -ms-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}

/* show objects being animated */
.animated {
  visibility: visible;

  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;

  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;

  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -ms-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
}

@-moz-keyframes bounceIn {
  0% {
    opacity: 0;
    -moz-transform: scale(0.3);
  }

  50% {
    -moz-transform: scale(1.05);
  }

  70% {
    -moz-transform: scale(0.9);
  }

  100% {
    opacity: 1;
    -moz-transform: scale(1);
  }
}

@-o-keyframes bounceIn {
  0% {
    opacity: 0;
    -o-transform: scale(0.3);
  }

  50% {
    -o-transform: scale(1.05);
  }

  70% {
    -o-transform: scale(0.9);
  }

  100% {
    opacity: 1;
    -o-transform: scale(1);
  }
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }

  50% {
    transform: scale(1.05);
  }

  70% {
    transform: scale(0.9);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}

@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.animated.bounceIn {
  -webkit-animation-name: bounceIn;
  -moz-animation-name: bounceIn;
  -o-animation-name: bounceIn;
  animation-name: bounceIn;
}

.animated.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
