.navbar-color{background:linear-gradient(90deg,#111244 0%,#8dc641 100%)}.nav-link.active{border-bottom:solid 2px;border-color:#8dc641}.dropdown-color{background:#111244}.dropdown-item.a-dropdawn{color:#fff !important}.dropdown-item:focus{background-color:#8dc641 !important;color:#f00 !important}.dropdown-divider{border-top:1px #8dc641 solid !important}.dropdown-item:focus,.dropdown-item:hover{color:#8dc641 !important}.button.disabled{cursor:not-allowed;pointer-events:all !important}.form-control:focus{border-color:rgba(141,198,65,.8) !important;box-shadow:0 1px 1px rgba(141,198,65,.075) inset,0 0 8px rgba(141,198,65,.6) !important;outline:0 none !important}.slide-bg{background-image:url(../images/about-bg.jpg);background-position:center;background-repeat:repeat-x;background-attachment:fixed;background-size:cover;background-color:#696969}.modal-color{background:linear-gradient(90deg,#111244 0%,#8dc641 100%)}.modal-color-text{color:#fff}.material-icons.orange600{color:#f00}.material-icons.gray{color:#808080}.material-icons.blue{color:#00f}.material-icons.f-18{font-size:18px}.material-icons.f-20{font-size:20px}.material-icons.f-22{font-size:22px}.carrusel-size{height:150px}.carrusel-img{width:85%}.categoria-size{width:80%}.card-header.card-style{height:35px}p.min{font-size:10px}.min{font-size:10px}.min-1{font-size:15px}p.min-2{font-size:15px}a.min{font-size:10px}a.min-2{font-size:15px}a.min{font-size:20px}.b-top{border:solid 5px #8dc641 !important;background-color:#111244}.title-space{letter-spacing:5px}.b-solid{border:solid 5px !important}.style-t{display:table;border-spacing:0;margin-left:auto !important;margin-right:auto !important;border-collapse:separate;border:solid 1px;border-color:#000;margin:10px;border-radius:5px !important;box-sizing:content-box}tr:hover{background-color:#404343 !important;color:#fff !important}.tr-h>th{background-color:#8dc641 !important;font-size:16px;color:#333 !important}.p-tabla{padding:5px;text-align:center;font-size:14px}tr:nth-of-type(odd){background-color:rgba(141,198,65,.46);color:#000}.d-border{border:2px solid #d3d3d3;border-radius:10px;padding:5px}.imgGracias{width:85%}@media(max-width:600px){.under-t{font-size:8px !important}}.texto-decoration{background-color:#fff !important;border-radius:5px !important;max-width:80% !important;max-height:30px !important}body{overflow-x: hidden}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {-webkit-appearance: none;margin: 0;}input[type=number]{-moz-appearance: textfield;}
.chat-button {
    position: fixed;
    bottom: 0.5vw;
    right: 0.5vw;
    z-index: 1000;
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    box-shadow: none;
    padding: 0;
    width: 12vw;
    height: auto;
}

    .chat-button:focus {
        outline: none;
        box-shadow: none;
    }

.chat-icon {
    width: 100%;
    height: auto;
}

.chat-container {
    display: none;
    position: fixed;
    bottom: 5vw;
    right: 0.5vw;
    width: 20vw;
    height: 67vh;
    z-index: 1000;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

    .chat-container.active {
        display: block;
    }

div.form-check:has(#CruzRojaCheck) {
    display: flex;
}

#CruzRojaCheck + label {
    font-size: 0.9rem;
    font-weight: 500;
    color: #8dc641;
}

#CruzRojaCheck {
    accent-color: #8dc641;
    cursor: pointer;
}