﻿.container-center {
    max-width: 1700px;
    margin: 0 auto; /* Centra horizontalmente */
}

.wrapper {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    min-height: 100vh;
    height: 100%;
}

.flex-fill {
    flex: 1; /* Ocupa el espacio restante */
}

/* Por defecto en móvil NO empuja */
main {
    flex: unset;
}

/* A partir de tablets/desktop (>=768px) sí empuja */
@media (min-width: 768px) {
    main {
        flex: 1; /* Empuja el footer hacia abajo */
    }
}
.nav-link {
    position: relative;
    padding-bottom: 5px;
}

    .nav-link.active {
        color: #000; /* Texto negro */
        font-weight: 500;
    }

        .nav-link.active::after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 2px;
            background-color: #7FB539;
        }


/* Botón verde Acceder */
.btn-success {
    width: 100%;
    padding: 12px;
    margin-top: 15px;
    background: #6fb52e; /* verde como en la imagen */
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .btn-success:hover {
        background: #5da226; /* verde más oscuro al pasar el mouse */
        box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    }


.fondo_gris {
    background-color: #eeeeee;
    font-family: sans-serif !important;
    font-size: 20px !important;
    font-style: normal !important;
}

.margen_fondo_gris {
    padding: 30px;    
}


.fondo_titulos {
    background-color: #7FB539 !important;
}
.divCentrado {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}


a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }

        #sidebar.active {
            margin-left: 0;
        }
}

@font-face {
    font-family: 'Barlow';
    src: url('../fonts/Barlow/Barlow-SemiBold.ttf') format('truetype'), url('../fonts/Barlow/Barlow-Bold.ttf') format('truetype'), url('../fonts/Barlow/Barlow-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


html, body {
    font-family: Roboto, sans-serif !important;
    background-color: white;
    font-size: 15px !important;
    height: 100%;
    margin: 0;
}
.footer {
    background-color: #222;
    color: white;
    padding: 20px 0;
}

.footer-title {
    text-align: left;
    margin-bottom: 20px;
}

.footer-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
    gap: 30px;
    margin-top: -60px;
}

.footer-column {
    display: flex;
    flex-direction: column;
    gap: 15px;
    min-width: 200px;
}

.footer-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-icon {
    width: 24px;
    height: 24px;
}


/* Responsive para pantallas pequeñas */
@media (max-width: 768px) {
    .footer-content {
        flex-direction: column;
        gap: 20px;
    }
}


label {
    margin-bottom: 5px !important;
    margin-top: 10px !important;
}

.form-control {
    margin-bottom: 0px !important;
}

p {
    font-family: 'Inter', sans-serif;    
    /*color: #1A3762;*/
}

a, a:hover, a:focus {
    color: inherit !important;
    text-decoration: none;
    transition: all 0.3s;
}

.gj-datepicker [role="right-icon"] {
    cursor: pointer;
    margin-top: 0px !important;
}



.requerido {
    border-color: #C2D9CB;
}

.ui-datepicker-trigger {
    position: relative;
    left: 110px;
    top: -40px;
}


.modal:nth-of-type(odd) {
    z-index: 1052 !important;
}

.modal-backdrop.show:nth-of-type(even) {
    z-index: 1051 !important;
}

.iconos {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.explicacion {
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #004990;
}

.divRequeridoRadio {
    border: 1px solid red;
}

.req_label:after {
    content: " *";
    color: red;
}

.title-brand {
    font-family: "Kaisei Decol", serif;
    font-weight: bold;
    font-size: 24px;
    font-style: normal;
    color: white;
}

.input-group-ec {
    border-color: #038279;
    border-right: none;
}

.prepend-group-ec {
    background-color: #038279;
    border-color: #038279;
    border-left: none;
    border-bottom-right-radius: 5px !important;
    border-top-right-radius: 5px !important;
    color: white;
}

.input-invert-ec {
    background-color: #C2D9CB !important;
    color: black !important;
    border-radius: 5px !important;
    font-family: 'Inter', sans-serif !important;
    height: 50px !important;
    font-weight: bold;
    border-color: white !important;
    border: 2px solid !important;
}

    .input-invert-ec::placeholder {
        color: black !important;
    }

.prepend-invert-group-ec {
    border-radius: 5px 0px 0px 5px !important;
    background-color: #C2D9CB;
    color: black;
    border: 2px solid !important;
}

.prepend-invert-group-mix-ec {
    border-radius: 0px !important;
    background-color: #C2D9CB;
    color: black;
    border: 2px solid !important;
}

.input-invert-mix-ec {
    border-radius: 0px !important;
    border-left: none !important;
    border-right: none !important;
}

.input-invert-left-ec {
    border-radius: 0px 5px 5px 0px !important;
    border-left: none !important;
}

.invert-prepend-left-ec {
    border-right: none !important;
}

.invert-prepend-right-ec {
    border-left: none !important;
}
/*
.logo-footer {
    width: 50px;
    height: 40px;
}

.logo-header {
    width: 40px;
    height: 40px;
}

.logo-header-principal {
    width: 250px;
    height: 60px;
}

.logo-login {
    width: 150px;
    height: 150px;
}

.logo-sidebar {
    width: 60px;
    height: 60px;
}

.logo-card {
    width: 45px;
    height: 40px;
}

.img-sidebar {
    width: 20px;
    height: 20px;
}

.img-sidebar-lg {
    width: 30px;
    height: 30px;
}

.img-table {
    width: 30px;
    height: 30px;
}

.img-table-home {
    width: 180px;
    height: 120px;
}

.label-invert {
    color: #595959;
}

.icon-info-ec {
    color: #ACDBBE;
}*/

.btn-info-ec {
    background-color: #ACDBBE;
    color: #4F4F4F;
    padding: 10px;
    font-weight: bold;
    border-radius: 10px;
}

.btn-success-ec {
    background-color: #7FB539;
    color: #212121;
    padding: 10px;
    font-weight: bold;
    border-radius: 10px;
}

.btn-primary-ec {
    background-color: #4F76B6;
    color: white;
    padding: 10px;
    border-radius: 10px;
}

.btn-danger-ec {
    background-color: #E01616;
    color: white;
    padding: 10px;
    font-weight: bold;
    border-radius: 10px;
}

.btn-white-ec {
    background-color: white;
    color: black;
    padding: 10px;
    font-weight: bold;
    border: 1px solid white;
    border-radius: 20px;
    min-height: 5vh;
}

.btn-mutted-ec {
    background-color: transparent;
    color: #2A3E65;
    font-weight: bold;
    text-decoration: underline;
}


.modal-content {
    border-radius: 10px !important;
    border: none;
}

.modal-header {
    min-height: 2vh;
    border: none;
}

.modal-footer {
    border-top: none;
}

.modal-title {
    color: black;
    font-weight: bold;
}

.select-ec {
    background-color: #C2D9CB !important;
    color: #595959 !important;
    border-radius: 5px !important;
    font-family: 'Inter', sans-serif !important;
    height: 30px !important;
}

    .select-ec > option {
        font-family: 'Inter', sans-serif !important;
    }


.control-label {
    font-weight: bold;
}

.input-ec {
    background-color: #C2D9CB !important;
    color: #595959 !important;
    border-radius: 5px !important;
    font-family: 'Inter', sans-serif !important;
    height: 30px !important;
    font-weight: bold;
}

    .input-ec::placeholder {
        color: #595959;
    }

    .input-ec:read-only {
        background-color: #47a786 !important;
        color: black !important;
    }

.textarea-ec {
    background-color: #C2D9CB !important;
    color: #595959 !important;
    border-radius: 5px !important;
    font-family: 'Inter', sans-serif !important;
    font-weight: bold;
}

    .textarea-ec:disabled {
        background-color: #96ad9f !important;
    }

.prepend-ec {
    border-radius: 0px 10px 10px 0px !important;
    background-color: #C2D9CB !important;
    color: black !important;
    height: 30px !important;
}

.title-ec {
    padding: 5px;
    color: black;
    border: 1px solid white;
    border-radius: 10px;
    font-weight: bold;
}

.title-white-ec {
    padding: 5px;
    color: black;
    border: 1px solid white;
    border-radius: 10px;
    font-weight: bold;
}

.title-white-card-ec {
    padding: 5px;
    color: black;
    font-weight: bold;
}

.title-white-home-ec {
    padding: 5px;
    color: black;
    border: 1px solid white;
    font-weight: bold;
}

.text-sm-ec {
    font-size: 15px;
}

.text-md-ec {
    font-size: 20px;
}

.text-lg-ec {
    font-size: 25px;
}

.text-xl-ec {
    font-size: 30px;
}

.title-sidebar {
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    color: black;
}

hr.hr-ec {
    border-top: 1px solid #63B498;
}

.breadcrumb {
    background-color: transparent;
}

.bg-success {
    background-color: #7FB539;
}

.bg-info-ec {
    background-color: #ACDBBE;
}

.table-success {
    background-color: #60B296 !important;
}

.table-info {
    background-color: #ACDBBE !important;
}

.table-ec {
    background-color: inherit;
    border-radius: 15px !important;
    color: #171717;
    border: 2px solid #BAD7C5 !important;
    overflow: hidden
}

.table-ec2 {
    background-color: inherit;
    border-radius: 15px !important;
    color: white;
    overflow: hidden;
}


.table-ec > tbody {
    background-color: white !important;
    color: black;
}

    .table-ec > tbody > tr > td {
        border-bottom: 2px solid #BAD7C5;
    }


.table-ec th {
    font-size: 17px;
    vertical-align: middle !important;
}

.btn-info-ec2 {
    background-color: white;
    color: black !important;
    padding: 10px;
    font-weight: bold;
    border-radius: 10px;
    font-weight: bold !important;
}

.img-brand {
    max-height: 550px;
}

.carousel-item {
    max-height: 550px;
}

.carousel-indicators .active {
    background-color: #ffffff;
}

.carousel-indicators li {
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin-right: 20px;
    background-color: white;
}

.img-card {
    max-height: 180px;
}

.page-buttom-ec {
    border-radius: 10px !important;
}


.page-link-ec {
    background-color: transparent;
    border: none;
    color: black !important;
    font-weight: bold;
}

    .page-link-ec:not(.disabled):hover {
        background-color: #15645D;
        color: white !important;
        border-radius: 10px;
    }

    .page-link-ec .disabled :hover {
        background-color: transparent;
    }
/*
.paginaActual {
    background-color: #15645D !important;
    color: white !important;
    border-radius: 10px;
}

.img-pagination {
    height: 19px;
}

*/
.table > tbody > tr > td {
    vertical-align: middle;
}

.password-ec {
    border-right: none;
    border-radius: 5px 0px 0px 5px !important;
}

.password-prepend-ec {
    border-left: none;
}

.invalid-feedback {
    color: #dc3545 !important;
    font-weight: bold;
}

.big-checkbox {
    width: 20px;
    height: 20px;
    accent-color: #027D75;
    margin-left: 0px;
}

.label-check-login {
    color: white;
}

.label-check-notification {
    color: black;
}

.img-general {
    min-width: 300px;
    height: 300px;
    border-radius: 15px
}

.img-general2 {
    width: 100px;
    height: 100px;
    border-radius: 150px;
}

.text-grey {
    color: #696969;
}

.border-ec {
    border: 1px solid #60B296;
}

.img-product-detail {
    max-height: 500px;
}

.textarea-chat {
    color: black !important;
    resize: none !important;
}

.btn-circle-ec {
    width: 60px;
    height: 60px;
    border-radius: 150px !important;
}

.chat-ec {
    min-height: 100px;
}

.btnNavbar {
    border-radius: 10px;
}

    .btnNavbar:hover {
        background: #04605b;
        border-radius: 10px;
    }

    .btnNavbar.active {
        background: #04605b;
    }

.title-black-ec {
    padding: 5px;
    color: black;
    border: 1px solid white;
    border-radius: 10px;
}

.bg-success-chat-ec {
    background-color: #C2D9CB;
}

.bg-info-chat-ec {
    background-color: #ACDBBE;
}

.checkbox-ec {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
}

    /* Hide the browser's default checkbox */
    .checkbox-ec input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 21px;
    width: 21px;
    background-color: #C2D9CB;
    border-radius: 5px;
}

/* When the checkbox is checked, add a blue background */
.checkbox-ec input:checked ~ .checkmark {
    background-color: #60B296;
    border-radius: 5px;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox-ec input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox-ec .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.label-green-ec {
    color: #567F06;
}

.label-blue-ec {
    color: #208362;
}

.rating {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
}

    .rating > input {
        display: none;
    }

    .rating > label {
        position: relative;
        width: 1em;
        font-size: 25px;
        color: #567F06;
        cursor: pointer;
    }

        .rating > label::before {
            content: "\2605";
            position: absolute;
            opacity: 0;
        }

        .rating > label:hover:before,
        .rating > label:hover ~ label:before {
            opacity: 1 !important;
        }

    .rating > input:checked ~ label:before {
        opacity: 1;
    }

    .rating:hover > input:checked ~ label:before {
        opacity: 0.4;
    }

.seleccionado {
    color: black !important;
}


.size-sm-ec {
    height: 4vh;
}

.size-md-ec {
    height: 6vh;
}

.size-lg-ec {
    height: 8vh;
}

.size-xl-ec {
    height: 10vh;
}

.fondo-404 {
    background-color: #ACDBBE;
    height: 100% !important;
    background-size: cover;
}

.custom-file-label {
    color: black;
    height: 30px !important;
}

    .custom-file-label::after {
        content: "Examinar";
        height: auto !important;
        border-radius: 10px;
        padding-bottom: 5px;
    }

.img-brand-home {
    max-height: 600px;
}

.btn-flotante-mas {
    position: fixed;
    top: 250px;
    right: 5px;
    z-index: 99;
    width: 50px;
}

.btn-flotante-menos {
    position: fixed;
    top: 310px;
    right: 5px;
    z-index: 99;
    width: 50px;
}

.card-header2 {
    background-color: white;
    min-height: 6vh;
    border-radius: 25px !important;
    border-bottom: none;
    padding: 0px;
}


.texth5 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
    font-size: 1.25rem;
    text-align: center !important;
    unicode-bidi: isolate;
    font-weight: bold;
    display: block;
}

.title-header {
    color: #027D75 !important;
    font-weight: bold;
}

    .title-header:hover {
        color: #027D75 !important;
    }

.barlow {
    font-family: Barlow, sans-serif;
}

.roboto {
    font-family: Roboto, sans-serif;
}

.img-card-mp {
    width: 300px;
    height: 200px;
}

.card-home {
    max-width: 300px;
    border-radius: 0px !important;
    background-color: transparent !important;
}

.card-header-home {
    background-color: inherit;
    min-height: 6vh;
    border-radius: 25px !important;
    border-bottom: none;
    padding: 0px;
}

.card-body-wrapper {
    position: relative;
    bottom: 40px;
    width: 100%;
    padding: 0 15px;
}

.card-body-home {
    background-color: white;
    border-radius: 0px !important;
}

.card-radius {
    border-radius: 25px !important;
}

.card-general {
    border-radius: 25px !important;
    background-color: white !important;
}

.parrafo-home {
    color: #595959;
}

.hr-home {
    background-color: #038279;
}

.hr-home-white {
    background-color: white;
}

.btn-info-mp {
    background-color: #34BF95;
    color: black;
    padding: 10px;
    border-radius: 10px;
}

.text-success-mp {
    color: #038279;
}

.bg-success-mp {
    background-color: #03827936;
}

.bg-principal-mp {
    background-color: #027D75;
}

.radio-mp {
    border-radius: 5px;
}

.btn-outline-info-mp {
    color: #15645D;
    background-color: transparent;
    border-color: #15645D;
}

.section-dif-color {
    position: relative; /*Parent MUST be relative*/
    z-index: 9;
    background: white;
}

    .section-dif-color:before {
        content: "";
        position: absolute; /*set 'child' to be absolute*/
        z-index: -1; /*Make this lower so text appears in front*/
        top: 0;
        right: 0;
        bottom: 65%;
        left: 0;
        background: #027D75;
    }

.section-plat-circular {
    background: url("img/Rectangle 1202.png") no-repeat center, url("img/Plat-Circular.png") no-repeat center #027D75;
    height: 550px;
    max-height: 550px;
}

.text-brand-lg {
    font-size: 90px;
}

.section-registrate {
    background: url("img/Rectangle 1202.png") no-repeat center, url("img/registrate-nosotros.png") no-repeat center #027D75;
    height: 550px;
    max-height: 550px;
}

.btn-mutted-mp {
    background-color: transparent;
    color: #027D75;
    font-weight: bold;
}

.card-info {
    background-color: #F4F8F7 !important;
    border-radius: 0px !important;
}

.input-mp {
    background-color: white;
    color: #595959 !important;
    border-radius: 10px !important;
    height: 30px !important;
    font-weight: bold;
    border-color: #038279;
}

    .input-mp::placeholder {
        color: #595959;
    }

.textarea-mp {
    background-color: white;
    color: #595959 !important;
    border-radius: 10px !important;
    font-weight: bold;
    border-color: #038279;
}

.select-mp {
    background-color: white !important;
    color: #595959 !important;
    border-radius: 5px !important;
    height: 30px !important;
    border-color: #038279;
}

.prepend-invert-group-mp {
    border-radius: 5px 0px 0px 5px !important;
    background-color: white;
    border: 2px solid !important;
    border-color: #027D75 !important;
}

.invert-prepend-left-mp {
    border-right: none !important;
}

.input-invert-mp {
    background-color: white !important;
    border-radius: 5px !important;
    height: 50px !important;
    font-weight: bold;
    border: 2px solid #027D75 !important;
}

.input-invert-left-mp {
    border-radius: 0px 5px 5px 0px !important;
    border-left: none !important;
}

.prepend-invert-group-mix-mp {
    border-radius: 0px !important;
    background-color: white;
    color: black;
    border: 2px solid #027D75 !important;
}

.invert-prepend-right-mp {
    border-left: none !important;
}

.input-invert-mix-mp {
    border-radius: 0px !important;
    border-left: none !important;
    border-right: none !important;
}

.prepend-mp {
    border-radius: 0px 10px 10px 0px !important;
    background-color: white !important;
    height: 30px !important;
    color: #027D75;
    border-color: #027D75;
}

.password-prepend-mp {
    border-left: none;
}

.btn-principal-mp {
    background-color: #027D75;
    color: white;
    padding: 10px;
    border: 1px solid white;
    border-radius: 20px;
    min-height: 5vh;
}

.card-mp {
    border-radius: 25px !important;
    background-color: #027D75;
    border: none;
}

.card-header-mp {
    background-color: #027D75;
    min-height: 6vh;
    border-radius: 25px !important;
    border-bottom: none;
    padding: 0px;
}

.password-mp {
    border-right: none;
    border-radius: 5px 0px 0px 5px !important;
}

.password-prepend-mp {
    border-left: none;
}

.select-prepend {
    border-right: none;
    border-radius: 5px 0px 0px 5px !important;
}

.prepend-invert-mp {
    background-color: #027D75 !important;
    color: white;
}

.title-white-mp {
    padding: 5px;
    color: white;
    border: 1px solid white;
    border-radius: 10px;
}

.table-mp {
    background-color: inherit;
    border-radius: 15px !important;
    color: white;
    border: 2px solid #027D75 !important;
    overflow: hidden
}

.table-mp2 {
    background-color: inherit;
    border-radius: 15px !important;
    color: white;
    overflow: hidden;
}


.table-mp > tbody {
    background-color: white !important;
    color: black;
}

    .table-mp > tbody > tr > td {
        border-bottom: 2px solid #027D75;
    }


.table-mp th {
    font-size: 15px;
    vertical-align: middle !important;
}

.table-success-mp {
    background-color: #027D75 !important;
}

svg {
    vertical-align: middle !important;
}


.img-general3 {
    width: 70px;
    height: 70px;
    border-radius: 150px;
}

.btn-success-mp {
    background-color: #027D75;
    color: white;
    padding: 10px;
    font-weight: bold;
    border-radius: 10px;
}

.bg-success-chat-mp {
    background-color: white;
    border-color: #038279;
}

.logo-sidebar-mp {
    width: 323px;
    height: 203px;
}

.btn {
    font-size: 15px;
}

.bg-success-chat-mp {
    background-color: #038279;
}

.bg-info-chat-mp {
    background-color: #34BF95;
}



.cards-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
    padding: 30px;
}


.card {    
    
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    padding: 15px;
}

    .card h3 {
        font-size: 1.75rem;
        font-weight: bold;
        margin: 0 0 5px;
    }

    .card p {
        font-size: 20px;
        margin: 0 0 10px;
        color: #333;
    }

    .card img {
        width: 100%;
        border-radius: 10px;
        display: block;
    }





main.body_login {
    display: flex;
    justify-content: center; /* centrar horizontal */
    align-items: center; /* centrar vertical */
    min-height: 80vh; /* ocupa todo el alto de la pantalla */
    background: url('../img/login.png') no-repeat center center;
    background-size: cover; /* la imagen cubre todo el contenedor */
}

.login-container {        
    max-width: 300px;
    width: 100%;
    padding-top: 15vh;
}




/* ====== Estilo para inputs de login ====== */
.body_login input[type="text"],
.body_login input[type="email"],
.body_login input[type="password"] {
    width: 100%;
    padding: 12px 16px;
    margin: 8px 0;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 16px;
    background-color: #fff;
    transition: all 0.3s ease;
    outline: none;
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.05);
}

/* Placeholder más sutil */
.body_login input::placeholder {
    color: #aaa;
    font-size: 15px;
}

/* Efecto al enfocar */
.body_login input:focus {
    border-color: #0d6efd; /* color primario de Bootstrap */
    box-shadow: 0 0 6px rgba(13, 110, 253, 0.4);
    background-color: #fff;
}

/* Opcional: hover */
.body_login input:hover {
    border-color: #999;
}


/* Botón verde Acceder */
.btn-acceder {
    width: 100%;
    padding: 12px;
    margin-top: 15px;
    background: #6fb52e; /* verde como en la imagen */
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .btn-acceder:hover {
        background: #5da226; /* verde más oscuro al pasar el mouse */
        box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    }

/* Texto "¿Olvidó su contraseña?" */
.forgot-password {
    display: block;
    margin-top: 15px;
    font-size: 14px;
    color: #666; /* gris suave */
    text-decoration: none;
    transition: color 0.3s ease;
}

    .forgot-password:hover {
        color: #333; /* gris más oscuro al hover */
        text-decoration: underline;
    }




.tabla-verde {
    width: 100%;
    border: 1px solid #6fb52e; /* borde verde externo */
    border-radius: 6px; /* esquinas redondeadas */
    overflow: hidden;
    font-family: Arial, sans-serif;
    font-size: 16px;
}

    .tabla-verde .fila {
        padding: 10px;
        border-bottom: 1px solid #6fb52e; /* separación entre filas */        
        color: #000;
        white-space: nowrap; /* evita salto de línea */
        overflow: hidden;
        text-overflow: ellipsis; /* puntos suspensivos (...) */
        cursor: default;
    }

        /* Quitar el borde inferior de la última fila */
        .tabla-verde .fila:last-child {
            border-bottom: none;
        }

.texto-verde {
    color: #6fb52e
}

.contenedor-tabla-verde {
    max-width: 1200px; /* límite de ancho en pantallas grandes */
    margin: 0 auto; /* centra dejando márgenes a izquierda y derecha */
    padding: 0 20px; /* margen interno en los lados */
}


.contenedor-progreso {
    font-family: Arial, sans-serif;
    font-size: 14px;
    margin: 20px;
}

.barra-progreso {
    display: flex;
    gap: 4px; /* espacio entre cuadros */
    margin: 6px 0;
}

.cuadro {
    width: 30px; /* ancho fijo */
    height: 20px; /* alto fijo */
    border: 1px solid #333;
    background-color: #fff;
    border-radius: 3px;
}

    .cuadro.lleno {
        background-color: #6fb52e;
    }

.texto-progreso {
    font-weight: bold;
    margin-left: 10px;
}




/* CUADROS VERDES */
.cv-contenedor-modulo {
    /*width: 98%;*/
    margin: 20px auto;
    font-family: Arial, sans-serif;
    border: 2px solid #c5d7a2;
    border-radius: 8px;
    overflow: hidden;
    background-color: #fff;    
}

.cv-titulo-modulo {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    padding: 12px;
    background: #ffffff;
    
}

.cv-seccion {
    border-bottom: 1px solid #ddd;
}

.cv-seccion-titulo {
    background-color: #80b840; /* Verde */
    color: #fff;
    padding: 10px 15px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

    .cv-seccion-titulo:hover {
        background-color: #6ea134;
    }

.cv-icono {
    font-size: 14px;
}

.cv-seccion-contenido {
    background: #fff;
    padding: 15px;
    display: block; /* Cambia a 'none' si quieres tipo acordeón */
    font-size: 14px;
    color: #222;
    line-height: 1.5;
}


/* contenido moedulo*/


.cm-modulo-body {
    padding: 15px;
    text-align: center;
}

.cm-estado {
    margin-bottom: 10px;
    font-size: 14px;
    color: #333;
}

.cm-descripcion {
    margin: 10px 0;
    font-size: 14px;
    color: #222;
}



.cm-materiales {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin: 15px 0;
    font-size: 14px;
}

    .cm-materiales div {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

.cm-evaluacion {
    margin: 15px 0;
    font-size: 14px;
}

    .cm-evaluacion a {
        color: #0044cc;
        text-decoration: none;
        font-weight: bold;
    }

        .cm-evaluacion a:hover {
            text-decoration: underline;
        }

.cm-estado-final {
    margin-top: 10px;
    font-size: 14px;
}


/** PREGUNTAS EVALUACION **/

.pregunta {
    background: #f5f5f5; /* fondo gris claro */
    padding: 15px 20px;
    border-radius: 8px;
    font-family: Arial, sans-serif;
    font-size: 15px;
       
}

    .pregunta p {
        margin-bottom: 10px;
    }

.opcion {
    display: flex;
    align-items: center;
    margin: 6px 0;
    cursor: pointer;
}

    .opcion input[type="radio"] {
        margin-right: 8px;
        accent-color: #555; /* color estándar gris */
        cursor: pointer;
    }

    /* Respuesta correcta en verde */
    .opcion.correcta input[type="radio"] {
        accent-color: #4caf50; /* verde */
    }

#contador {
    font-family: Arial, sans-serif;
    font-size: 18px;
    color: #000;
}

#tiempo {
    font-weight: bold;
    font-size: 20px;
}



.tabla-servicios {
    border: 1px solid #8bc34a;
    border-radius: 8px;
    overflow: hidden;
    width: 100%;    
    margin: 20px auto;
    font-family: Arial, sans-serif;
}

.tabla_ser-header {
    background-color: #8bc34a;
    color: white;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    font-size: 16px;
}

.tabla_ser-row {
    display: flex;
    justify-content: space-between;
    padding: 8px 12px;
    border-bottom: 1px solid #ddd;
}

    .tabla_ser-row:last-child {
        border-bottom: none;
    }

.col_ser-left, .col_ser-right {
    font-size: 14px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}

.col_ser-left {
    font-weight: normal;
}

.col_ser-right {
    font-weight: normal;
}


/* Contenedor principal con scroll vertical para filas */
.tabla-contenedor {
    border: 2px solid #6fb52e;
    border-radius: 8px;
    padding: 0;
    max-height: 400px; /* Máximo 10 filas visibles */
    overflow-y: auto;
    background: #fff;
    width: 100%;
}

    /* Encabezado fijo */
    .tabla-contenedor thead th {
        position: sticky;
        top: 0;
        background: #f8f9fa;
        z-index: 2;
    }

/* Estilos generales de la tabla */
.tabla-empleados {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

    .tabla-empleados th,
    .tabla-empleados td {
        text-align: center;
        padding: 8px;
        border-bottom: 1px solid #ddd;
    }

/* --- Responsive para móviles --- */
@media (max-width: 768px) {
    .tabla-contenedor {
        overflow-x: auto; /* Scroll horizontal si la tabla es muy ancha */
    }

    .tabla-empleados {
        min-width: 500px; /* Evita que se colapse en móviles */
    }

        .tabla-empleados th,
        .tabla-empleados td {
            font-size: 13px; /* Texto más compacto */
            padding: 6px;
        }
}

.text-green {
    color: #6fb52e;
}

.text-tachado {
    text-decoration: line-through;
}