:root{
    --section-heading-font-family: 'Poppins', sans-serif;
    --section-heading-font-size: 48px;
    --section-heading-font-weight: 600;
    --btn-primary-border-radius: 0.25rem;
    --btn-primary-font-weight: 500;
    --btn-secondary-border-radius: 0.25rem;
    --btn-secondary-font-weight: 500;
}

body {
    font-size: var(--body-font-size);
    font-weight: var(--body-font-weight);
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    letter-spacing: 0.5px;
    padding-right: 0 !important; 
}

.login-form{
    width: 100%;
    max-width: 450px;
    background: #FEFEFE;
    -webkit-box-shadow: 0px 0px 8px rgba(12, 18, 38, 0.06);
    box-shadow: 0px 0px 8px rgba(12, 18, 38, 0.06);
    border-radius: 4px;
    padding: 40px;
}
.section-heading {
    font-family: var(--section-heading-font-family);
    font-size: var(--section-heading-font-size);
    font-weight: var(--section-heading-font-weight);
    margin-bottom: 0;
    line-height: 1.5;
}

.common-form fieldset {
    margin-top: 20px;
}

.common-form label {
    margin-bottom: 4px;
}

.common-form input, .common-form select, .common-form label {
    width: 100%;
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.69;
    letter-spacing: 0.25px;
    color: #333333;
}

.common-form input, .common-form select {
    height: 34px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-radius: 4px;
}

a, a:focus, a:hover {
    text-decoration: none;
    border: none;
    outline: none;
    -ms-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-signin {
    width: 100%;
}

.btn-primary, .btn-primary:hover, .btn-primary:focus, .btn-secondary, .btn-secondary:hover, .btn-secondary:focus, .btn-member, .btn-member:hover, .btn-member:focus {
    font-size: 14px;
    line-height: 1;
    text-decoration: none;
    padding: 0 17px;
    height: 40px;
    box-shadow: none !important;
    display: -webkit-inline-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-primary, .btn-member {
    border-radius: var(--btn-primary-border-radius);
    font-weight: var(--btn-primary-font-weight);
}

.btn-secondary {
    -ms-border-radius: var(--btn-secondary-border-radius);
    -webkit-border-radius: var(--btn-secondary-border-radius);
    border-radius: var(--btn-secondary-border-radius);
    font-weight: var(--btn-secondary-font-weight);
}


html, body {
    height: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
}
main {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center; /* Opcional: centra verticalmente el contenido si es necesario */
}

.card-img-top {
    height: 250px; /* Ajusta la altura a tus necesidades */
    object-fit: cover; /* Asegura que la imagen se recorte en lugar de deformarse */
}
.btn-xs, .btn-xs span {
    font-size: .775rem !important;
}

.btn-xs {
    padding: 0.275rem 0.5rem;
}

.btn-wsp{
    position:fixed;
    width:60px;
    height:60px;
    line-height: 60px;
    bottom:25px;
    right:25px;
    background:#25d366;
    color:#FFF;
    border-radius:50px;
    border-color: transparent;
    text-align:center;
    font-size:35px;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.3);
    z-index:10000;
    transition: all 300ms ease;
}
.btn-wsp:hover{
    background: #20ba5a;
    transform: scale(1.1);
    color: #FFF;
}

.container-wsp{
    position:fixed;
    bottom:36px;
    right:95px;
    text-align:center;
    z-index:10000;
}

.chatbox-wsp{
    background-color: #ffffff;
    border-radius: 25px;
    width: 160px;
    height: 40px;
    display: table-cell; 
    vertical-align: middle;
    box-shadow: 0px 1px 11px 1px rgba(112, 111, 111, 0.3);
    transition:0.8s;
    transform:scale(0);
    opacity: 0;
    z-index:10000;
    font-size: 15px;
}

.btn-wsp:before,
.btn-wsp:after{
    content: "";
    position: absolute;
    bottom:0px;
    right:0px;
    height: 100%;
    width: 100%;
    background-color: rgba(50, 238, 119, 0.607);
    border-radius: 50%;
    z-index: -1;
    opacity: 0.7;
}
.btn-wsp:before{
    animation: pulse 2s ease-out infinite;
}
.btn-wsp:after{
    animation: pulse 2s 1s ease-out infinite;
}

@keyframes pulse{
    100%{
        transform: scale(1.6);
        opacity: 0;
    }
}

.img-wraper{
    padding: 0.57143rem;
    border: 1px solid #DADADA;
    border-radius: 4px;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.item-title{
    font-size: 1.2rem;
    font-weight: lighter;
    padding-bottom: 0.48rem;
    color: #626272;
}
.item-value {
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 1;
    color:black;
}
.name {
    font-weight: 100;
    font-size: 1rem;
    margin-top: 0.5rem;
}

.value {
    font-weight: bold;
    margin-top: 0.5rem;
    color: black;
}

.group-sub-title{
    display: block;
    padding: 0.9286rem 0;
    margin: 0;
    font-size: 1.857rem;
    font-weight: lighter;
    color: #626272;
}

.max-height-carrusel-banner{
    max-height: 190px;
}

.accordion {
    --bs-accordion-border-width: 0;

  }

.accordion-button:not(.collapsed)::after {
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3e%3cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8'/%3e%3c/svg%3e");
  }
.accordion-button::after {
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3e%3cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4'/%3e%3c/svg%3e");
  }

.accordion-button {
    --bs-accordion-active-color: inherit; /* Usar color de texto heredado */
    --bs-accordion-active-bg: transparent; /* Fondo transparente */
    font-size: 0.92rem !important;
  }
.accordion-button:focus {
    --bs-accordion-btn-focus-box-shadow: none;
  }

.img-horizontal-cards{
    max-width: 112px; 
    max-height: 140px;
}
.dropdown-button{
    background-color:white; 
    border-color: #96afbf;
     width: 95%; 
     text-align:left;
}