:root{
    --bs-primary: #719b69;
    --bs-primary-emphasis: #518147;
    --bs-primary-subtle: #aecd9c;
    --bs-primary-dark: #2c511e;
    --bs-primary-alternate: #fff;

    --bs-danger: #e64d5c;
    --bs-danger-emphasis: #c43e4d;
    --bs-danger-subtle: #f0c9c9;
    --bs-danger-dark: #7a1f2e;
    --bs-danger-alternate: #fff;
}

.btn{
    border-radius:50px;
}

.btn-bold{
    font-weight: 700;
    border-width: 2px;
}

.text-primary{
    color: var(--bs-primary) !important;
}

.btn-primary{
    --bs-btn-color: var(--bs-primary-alternate);
    --bs-btn-bg: var(--bs-primary);
    --bs-btn-border-color: var(--bs-primary);
    --bs-btn-hover-color: var(--bs-primary-alternate);
    --bs-btn-hover-bg: var(--bs-primary-emphasis);
    --bs-btn-hover-border-color: var(--bs-primary-emphasis);
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: var(--bs-primary-alternate);
    --bs-btn-active-bg: var(--bs-primary-emphasis);
    --bs-btn-active-border-color: var(--bs-primary-emphasis);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: var(--bs-primary-alternate);
    --bs-btn-disabled-bg: var(--bs-primary);
    --bs-btn-disabled-border-color: var(--bs-primary);
}

.btn-outline-primary {
    --bs-btn-color: var(--bs-primary);
    --bs-btn-border-color: var(--bs-primary);
    --bs-btn-hover-color: var(--bs-primary-alternate);
    --bs-btn-hover-bg: var(--bs-primary);
    --bs-btn-hover-border-color: var(--bs-primary);
    --bs-btn-focus-shadow-rgb: 13,110,253;
    --bs-btn-active-color: var(--bs-primary-alternate);
    --bs-btn-active-bg: var(--bs-primary);
    --bs-btn-active-border-color: var(--bs-primary);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: var(--bs-primary);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var(--bs-primary);
    --bs-gradient: none;
}

.btn-danger {
    --bs-btn-color: var(--bs-danger-alternate);
    --bs-btn-bg: var(--bs-danger);
    --bs-btn-border-color: var(--bs-danger);
    --bs-btn-hover-color: var(--bs-danger-alternate);
    --bs-btn-hover-bg: var(--bs-danger-emphasis);
    --bs-btn-hover-border-color: var(--bs-danger-emphasis);
    --bs-btn-focus-shadow-rgb: 253,49,49;
    --bs-btn-active-color: var(--bs-danger-alternate);
    --bs-btn-active-bg: var(--bs-danger-emphasis);
    --bs-btn-active-border-color: var(--bs-danger-emphasis);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: var(--bs-danger-alternate);
    --bs-btn-disabled-bg: var(--bs-danger);
    --bs-btn-disabled-border-color: var(--bs-danger);
}


/* header .nav-link{
    padding: 1px 0px !important;
    margin: 0 10px;
    line-height: 23px;
    color: #444444;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 2px solid #fff;
    line-height: 1.3 !important;
} */

/* header .nav-link:hover, header .nav-link.active  {
    color: #444;
    border-bottom: 2px solid #ee7a18;
} */


.form-control, .form-select, .input-group-text{
    border-color: #373b3fbf;
}

.col {
    position: relative;
}

.dropdown-item:hover{
    background-color: var(--bs-primary);
    color: #fff;
}

.d-center-center{
    display: flex;
    justify-content: center;
    align-items: center;
}
.d-center{
    display: flex;
    align-items: center;
}

.custom-tooltip{
    --bs-tooltip-bg: var(--bs-primary);
    --bs-tooltip-color: #fff;
    text-align: left;
}

/* Para los desplegables del submenu */
.nav-item {
    position: relative;
}

.submenu {
    display: none;
    position: absolute;
    top: 90%;
    left: 0;
    z-index: 999;
    background-color: #fff;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.35);
    border-top: 2px solid var(--bs-primary);
    list-style: none;
    padding: 10px 5px;
    margin: 0;
}

.submenu li {
    padding: 0;
    margin: 0;
    border: none !important;
}

.submenu li a {
    display: block;
    padding: 10px 20px !important;
    margin: 0;
    text-decoration: none;
    color: #333;
    border: none !important;
    white-space: nowrap;
}

.submenu li a:hover {
    color: var(--bs-primary);
    border: none !important;
}

.nav-item:hover .submenu {
    display: block;
}

.accordion-button {
    background-color: #f7ebdf;
    letter-spacing: .5px;
}
.accordion-button:focus{
    border-color: var(--bs-primary) !important;
    box-shadow: 0 0 0 0.25rem rgba(253, 153, 13, 0.25);
} 

.accordion-button:not(.collapsed) {
    background-color: var(--bs-primary);
    color: #fff
}

.bg-primary{
    background-color: var(--bs-primary) !important;
}

.bg-primary-subtle{
    background-color: var(--bs-primary-subtle) !important;
}

.pill{
    border-radius: 50px;
}

.fs-t{font-size: calc(2.35rem + 2.5vw) !important; line-height: 120% !important; white-space: nowrap;}
/*.fs-0{font-size: calc(1.575rem + 1.5vw) !important;}*/
.fs-0{font-size: calc(1.575rem + 1.8vw) !important; line-height: 130% !important;}
.fs-1{font-size: calc(1.375rem + 1.5vw) !important}
.fs-2{font-size: calc(1.325rem + .9vw) !important}
.fs-3{font-size: calc(1.3rem + .6vw) !important}
.fs-4{font-size: calc(1.275rem + .3vw) !important}

@media (min-width:1200px){
    /* .fs-t{font-size:4rem !important} */
    .fs-0{font-size:3.5rem !important}
    .fs-1{font-size:2.75rem !important}
    /* .fs-2{font-size:2rem !important}
    .fs-3{font-size:1.75rem !important}
    .fs-4{font-size:1.5rem !important} */
}

.img-lg-fluid-80, .img-lg-fluid-60, .img-lg-fluid-40,
.img-md-fluid-80, .img-md-fluid-60, .img-md-fluid-40,
.img-sm-fluid-80, .img-sm-fluid-60, .img-sm-fluid-40 
{ max-width: 100%; height: auto; }

@media (max-width: 992px) {
    .img-lg-fluid-80 { max-width: 80%; height: auto; }
    .img-lg-fluid-60 { max-width: 60%; height: auto; }
    .img-lg-fluid-40 { max-width: 40%; height: auto; }
}

@media (max-width: 768px) {
    .img-md-fluid-80 { max-width: 80%; height: auto; }
    .img-md-fluid-60 { max-width: 60%; height: auto; }
    .img-md-fluid-40 { max-width: 40%; height: auto; }
}
@media (max-width: 576px) {
    .img-sm-fluid-80 { max-width: 80%; height: auto; }
    .img-sm-fluid-60 { max-width: 60%; height: auto; }
    .img-sm-fluid-40 { max-width: 40%; height: auto; }
}

