.pb-50{
    padding-bottom: 50px;
}
.welcome2{
    padding-bottom: 0px;
}
.h-200{
    min-height: 200px;
}

.mb-20 {
  margin-bottom: 20px;
}

.carousel-inner > .item::before {
    /* background: rgba(122,153,172,.5); */

    background: rgba(0, 0, 0, 0) linear-gradient(-132deg, rgba(122,153,172,.0), rgba(122,153,172,.0)) repeat scroll 0 0
}

.affix{
    background: #c2ac95 !important;
}

.testimonials-bg::before, .get-bg::before {
    background: rgba(0, 0, 0, 0) linear-gradient(-132deg, rgba(122,153,172,.7), rgba(122,153,172,.9)) repeat scroll 0 0
}

.about-text .glyphicon-minus::before {
    background: #7a99ac;
}

.welcome2 .title h2, .panel-group h3, .gallery h2{
    color: #4B3F36;
}

.navbar-default .navbar-nav > li > a{
    padding: 15px;
}

.comprar {
  border-radius: 15px;
  background: #4B3F36;
}

@media (min-width: 320px) and (max-width: 640px) {
  .nav.navbar-nav {
    background: #c2ac95 !important;
    width: 100%;
  }
}

.rrss ul {
  list-style: outside none none;
  margin-top: 15px;
  padding: 0;
}

.rrss a{
    color: #4B3F36;
    font-size: 20px;
}

.rrss li {
  display: inline;
  margin-right: 15px;
}

.tranier-container a{
    color: #5B5B66;
}


.iconos-awake{
  height: 145px;
  width: 145px;
  max-width: inherit;
}
.span-iconos{
  height: 145px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
.mt-20 {
  margin-top: 20px;
}
.title{
  margin-bottom: 0;
}

.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #25d366;
  color: white;
  border-radius: 50%;
  padding: 16px;
  font-size: 24px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.3);
  z-index: 1000;
  text-align: center;
  transition: background-color 0.3s ease;
}

.whatsapp-float:hover {
  background-color: #1ebe5d;
  text-decoration: none;
}


.inscribete-float {
  position: fixed;
  bottom: 20px;
  left: 20px;
  background-color: #4B3F36;
  color: white;
  border-radius: 10px;
  padding: 16px;
  font-size: 24px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.3);
  z-index: 1000;
  text-align: center;
  transition: background-color 0.3s ease;
  font-weight: 600;
}

.inscribete-float:hover {
  background-color: #4B3F36;
  text-decoration: none;
  color: white;
}

.carousel-inner .item {
  background-size: contain;
}

.carousel-inner {
  width: 100%;
  aspect-ratio: 1920 / 750; /* Mantiene proporción */
  /* background-image: url('assets/images/banner.jpg'); */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#mainNav{
  background: #c2ac95;
  padding-top: 0px;
  margin-top: 0px;
  position: inherit;
}

.contact-form2 .btn.btn-custom {
  background: #4B3F36;
  font-weight: 600;
}

.navbar-default .navbar-nav > li > a{
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.2px;
}

.navbar-default .navbar-nav > li > a:hover {
  color: #fff;
}

.right-control i, .left-control i{
  color: rgba(0, 0, 0, 0.4);
}

.right-control, .left-control{
  border-color: rgba(0, 0, 0, 0.4);
  background: rgba(255,255,255,.5);
  border-width: 3px;
}

.logo img{
    max-height: 120px;
}

.nav-box {
  margin-top: 30px;
}

#que_es ul {
  list-style-type: disclosure-closed;
  padding-left: 30px;
}

.header-text2 h1 {
  text-shadow: 5px 5px 5px #000;
}
.header-text2 p {
  text-shadow: 5px 5px 5px #000;
}

#que_es{
    margin-bottom: 50px;
}
/* html, body, .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif !important;
  letter-spacing: inherit !important;
} */

@media (min-width: 320px) and (max-width: 640px) {
  .logo img{
    height: 90px;
    margin-top: 10px;
  }
}

.get-bg2,  .get-bg::before{
    background: #c2ac95;
}

.texto-logo {
  font-size: 26px;
  position: absolute;
  top: 30%;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .texto-logo {
    display: none;
  }
}