:root {
    --colorArena: #e9e4de;
    --colorPrimary: #9883bc;
    --colorPrimarySoft: #ccc8db;
    --colorWhite: #ffffff;
    --colorGray: #666a6c;
}

img {
  width: auto !important;
  height: auto !important;
  max-width: 100%;
  max-height: 100%;
  object-fit: unset !important;
}

.txt-color-primary {
    color: var(--colorPrimary) !important;
}
/* 
  ENCABEZADO
====================
*/
.main_menu_2 {
    background: var(--colorArena) !important ;
}

.main_menu_2 .navbar-nav .nav-item .nav-link {
    color: var(--colorBlack);
}

.droap_menu li a:hover, .droap_menu li a.active {
    background: #d4cfe5;
}

.main_menu .navbar-brand {
    margin: 0;
    padding: 0;
    max-width: fit-content;
}

.main_menu .menu_right li a:hover, .main_menu .menu_right li a.active {
    background: none;
}

.menu_right li .btn-whatsapp {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  background-color: #8b80aa !important;
  color: white !important;
  padding: 6px 18px !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  border: none !important;
  border-radius: 10px !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  width: auto !important;
  height: auto !important;
  line-height: normal !important;
  margin-left: 0 !important;
}
.menu_right li .btn-icons {
  margin-left: 0 !important;
}

.menu_right li .btn-whatsapp i {
  font-size: 24px !important;
  color: white !important;
}
.btn-whatsapp {
  min-height: 40px;
  line-height: 1;
}



.btn-whatsapp {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  background-color: #8b80aa !important;
  color: white !important;
  padding: 6px 18px !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  border: none !important;
  border-radius: 10px !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  width: auto !important;
  height: auto !important;
  line-height: normal !important;
  margin-left: 0 !important;
}
.btn-icons {
  margin-left: 0 !important;
}

.btn-whatsapp i {
  font-size: 24px !important;
  color: white !important;
}

.breadcrumb_overlay {
    background: none;
}

.breadcrumb_area {
    margin-top: 86px !important;
}
/*
=====================
*/

.logo_banners{
    width: 30rem;
    height: auto !important;
    margin-bottom: 30px;
}
.logo-beneficio{
    margin: 0 auto 0;
    width: 30rem;
}

.title-banners{
    font-family: "Libre Baskerville", serif !important;
    font-weight: 500 !important;
    font-size: 46px !important;
    font-style: italic !important;
    text-transform: none !important;
    color: var(--colorBlack) !important;
}
.title-sections{
    font-family: "Libre Baskerville", serif !important;
    font-weight: 500 !important;
    color: var(--colorPrimary) !important;
    font-style: italic;
    font-size:  50px;
}
.title-section-beneficio{
    font-size: 28px;
    color: black;
    font-weight: bold;
}
.title-p{
    font-size: 24px;
    color: #000;
    font-weight: 600;
}
.title-section-min{
    font-family: "Libre Baskerville", serif !important;
    font-weight: 500 !important;
    color: var(--colorPrimary) !important;
    font-style: italic;
    font-size:  22px;
}
.text-p{
    font-size: 20px;
    color: var(--colorGray)
}
.subtitle-sections{
    color: #000;
    font-size: 35px;;
}

.txt-gray{
    color: #666a6c !important;
}
.txt-black{
    color: #000 !important;
}

.banner_2_text p {
    margin: 20px 0px 15px 0px;
}
.banner_2_text h1 {
    font-size: 46px !important;
    font-style: italic !important;
    text-transform: none !important;
}

.custom-bullet {
  list-style: none;
  padding-left: 0;
}

.custom-bullet li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 7px;
}

.featured_blog_text{
    height: 315px;
}

.featured_blog_text p {
    display: block; 
    -webkit-line-clamp:inherit; 
    -webkit-box-orient: vertical; 
    overflow: inherit;
}

.custom-bullet li::after {
  position: absolute;
    content: "\f00c";
    font-family: "font awesome 5 free";
    font-size: 8px;
    color: var(--colorWhite);
    top: 2px;
    left: 0;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 19px;
    border-radius: 50%;
    background: var(--colorPrimary);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    font-weight: 600;
}

.custom-bullet-plus li::after {
  position: absolute;
  content: "\2b"; /* signo de más */
  font-family: "Font Awesome 5 Free";
  font-size: 10px;
  color: var(--colorWhite);
  top: 2px;
  left: 0;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 19px;
  border-radius: 50%;
  background: var(--colorPrimary);
  font-weight: 600;
}


.bullets-beneficios{
    padding: 0px 0px 0 60px;
}

.footer_2 {
    background: var(--colorArena);
}

.featured_blog_text {
    margin-top: -130px !important;
}

/*TERAPIAS*/

.shapes-rounded {
    
    border-radius: 10px !important;
    border: none;
    font-size: 20px;
    font-weight: 400;
    text-transform:none !important;
    color: var(--colorBlack);
    padding: 8px 50px 8px 15px;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    width: 600px;
    text-align: center;
    margin-bottom: 20px;
}
.shape-arena{
    background: var(--colorArena);
}
.shape-primary{
    background: var(--colorPrimarySoft);
}

.single_categories {
    background: var(--colorPrimarySoft);
        height: 185px;
}
.single_categories span {
    border: none;
}
.single_categories h4 {
    font-size: 19px;
}

.footer_logo_area .footer_logo {
    display: block;
    padding: 35px;
    max-width: none !important;
}

.footer_link ul li a {
    color: #000 !important;
    list-style: none;
    font-size: 14px;
    padding-left: 0px;
}
.footer_link ul li a::after {
    position: absolute;
    content: "";
    width: 0px;
    height: 0px;
    background: var(--colorWhite);
    top: 10px;
    left: 0;
}
.footer_download ul li a {
    background: none;
}   

.accordion-button {
    background: var(--colorPrimarySoft) !important;
    text-transform: none !important;
}

.accordion-button::after {
  content: "\f067"; /* Font Awesome plus */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  color: white;
  background: #9b84be !important;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  transition: transform 0.3s ease;
  position: absolute;
  top: auto;
}

/* Cuando el acordeón está abierto */
.accordion-button:not(.collapsed)::after {
  content: "\f068"; /* Font Awesome minus */
  background: white !important;
  color: var(--colorBlack) !important ;
}

.precios {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 250px;
    margin: 0 auto 0;
}

.fila-precio {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  font-family: Arial, sans-serif;
  color: #000;
}

.etiqueta {
  color: #000;
}

.monto {
  font-weight: 500;
  color: #000;
}



.card-sombra {
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.paquete-img img {
  width: 100%;
  height: auto;
}

.fa-bars:before {
    content: "Menú" !important;
    font-size: 12px;
}
/* Responsivo */
@media (min-width: 900px) and (max-width: 1399.98px) {
  .main_menu .navbar-nav .nav-item .nav-link {
    font-size:12px;
  }
  .main_menu .navbar-brand {
        max-width: 180px !important;
    }
    .menu_right li .btn-whatsapp {
        font-size: 11px !important;
    }
}



.img-center-inversion{
    margin: 0 auto 0;
    width: 100px;
}
.title-section-inv{
    color: var(--colorPrimary);
    font-size: 30px;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
    
}

@media (max-width: 575.99px) {
    .main_menu .navbar-brand {
        max-width: 200px;
    }
    .logo_banners{
        width: 17rem;
    }
    
    .text-p{
        font-size: 17px;
        line-height: 26px;
    }
    .bullets-beneficios{
        padding: 0px 0px 0 30px;
    }
    .logo-beneficio{
        width: 18rem;
        margin: 5px auto 10px;
    }
    .subtitle-sections {
        font-size: 25px;
    }
    .title-sections {
        font-size: 35px;
    }
    
}