@import url(https://fonts.googleapis.com/css?family=Poppins:400,500,600,700);
.btn-group a {
    color: #7a7d7d !important;
    background: white;
    box-shadow: none !important;
}

.goog-te-gadget-simple .goog-te-menu-value span {
    color: white !important;
}

.btn-group a:hover {
    color: white !important;
}

.btn-group a.active {
    background: #7a7d7d !important;
    color: white !important;
    z-index: 10 !important;
    background: #147975 !important;
}

.modal {
    position: fixed;
    z-index: 1040;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    display: block;
}

p {
    color: #707070;
    line-height: 1.4 !important;
    margin: 0 0 0.2em !important;
}

.container-fluid-home {
    width: 100%;
    padding-right: 1.8% !important;
    padding-left: 2% !important;
    margin-right: auto;
    margin-left: auto;
}

.btn-group.btn-group-style-1 > a:not(:last-child):not(.active) {
    padding-right: 55px !important;
}

.btn-group.btn-group-style-1 > a:last-child.active {
    padding-left: 25px !important;
}

.navbar-badge {
    font-size: 0.8rem;
    font-weight: 400;
    padding: 3px 4px;
    position: absolute;
    right: 13px;
    top: 8px;
}

.badge-danger {
    color: #fff;
    background-color: #dc3545;
    border-radius: 0.25rem;
}

.img-tableros {
    max-width: 100%;
    max-height: 36px;
}

.contenedor-secciones-index {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    grid-gap: 10px;
    margin: 20px 0;
    justify-content: center;
    align-items: center;
}

.seccion-index {
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow:
        0 0 0 1.5px black inset,
        0 3px 6px rgba(0, 0, 0, 0.25);
    transition: border-color 0.3s ease-in-out;
    transition: all .2s ease-in-out;
    position: relative;
    height: 225px;
}

.seccion-index::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 0.24s ease-out;
    z-index: 0;
}

.seccion-index.conectarme::before { background: linear-gradient(180deg, #990033, #320816); }
.seccion-index.intercambiar::before { background: linear-gradient(180deg, #D5A600, #857704); }
.seccion-index.inspirarme::before { background: linear-gradient(180deg, #8F2773, #350027); }
.seccion-index.evaluarme::before { background: linear-gradient(180deg, #3259A4, #13223E); }
.seccion-index.capacitarme::before { background: linear-gradient(180deg, #5A99A2, #063036); }
.seccion-index.certificarme::before { background: linear-gradient(180deg, #00C3C7, #005F61); }

.seccion-index:hover::before {
    opacity: 1;
}

.seccion-index * {
    color: black;
    z-index: 1;
    transition: color 0.24s ease-out; 
}

.seccion-index:hover * {
    color: white;
}

.seccion-index .img-container {
    margin: 16px;
    border-radius: 50%;
    position: relative;
    height: 70px;
}

.seccion-index img {
    position: absolute;
    top: 0; left: 50%;
    transform: translateX(-50%);
    max-width: 70px;
    max-height: 70px;
    transition: opacity 0.4s ease-in-out;
}

.seccion-index .img-hover {
    opacity: 0;
}

.seccion-index:hover .img-hover {
    opacity: 1;
}

.seccion-index:hover .img-normal {
    transition: filter 0.4s ease-in-out;
    opacity: 0;
}

.seccion-index h2 {
    font-size: 1rem;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
}

.seccion-index p {
    text-align: center;
    font-weight: 500;
    padding: 0 24px;
    font-size: 11px;
}

.seccion-index .arrow {
    font-size: 20px;
    margin: auto 0 20px;
}

.seccion-index .section-text {
    max-height: 60px;
    margin-bottom: 2px;
}

.seccion-index.disabled:hover::before {
    pointer-events: none;
    opacity: 0;
}

.seccion-index.disabled * {
    color: #676666;
}

.seccion-index.disabled {
    cursor: default;
    box-shadow: 0 0 0 1.5px #676666 inset, 0 3px 6px rgba(0, 0, 0, 0.25);
}

.seccion-index.disabled:hover .img-hover { opacity: 0; }
.seccion-index.disabled:hover .img-normal { opacity: 1; }
.seccion-index.disabled .img-normal {filter: grayscale(100%); }
.seccion-index.disabled .arrow { display: none; }
.seccion-index.disabled .soon { display: block!important;}

.home-tableros-container {
    display: grid;
    grid-template-columns: repeat(5, minmax(140px, 1fr));
    grid-gap: 10px;
    margin: 20px 15px;
    justify-content: center;
    align-items: center;
}

.section-title {
    display: inline-flex;
    align-items: center;
    font-weight: bold;
    font-size: 1.5rem;
    /* margin-top: 20px!important; */
    font-size: 20px !important;
}

.section-title i {
    color: #e76a12;
    font-size: 18px;
}

.container-home {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.ia-button {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: linear-gradient(180deg, #ff8d00, #c4570a);
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    padding: 12px 18px;
    position: relative;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
    transition: all .4s ease-out;
    border: 1.5px solid black;
}

.ia-button::after {
    content: '';
    position: absolute;
    inset: 0;
    background: white;
    opacity: 0; /* empieza invisible */
    transition: opacity 0.4s ease;
    border-radius: inherit; /* usa el mismo borde redondeado del botón */
    z-index: 0; /* para que quede detrás del texto */
}

.ia-button:hover::after {
    opacity: 1;
  }

.ia-button:hover {
    /* background: linear-gradient(90deg, #fff, #fff4e0); */
    border-color: #E46912;
}

.ia-button .arrow {
    margin-left: auto;
    margin-right: 16px;
    font-size: 20px;
}

.ia-button .ia-button__title,
.ia-button:hover .ia-button__subtitle,
.ia-button .arrow {
    z-index: 1;
    color: white;
    transition: color 0.4s ease-out;
}

.ia-button:hover .ia-button__title,
.ia-button:hover .ia-button__subtitle,
.ia-button:hover .arrow {
    color: #E46912;
}

.ia-button:hover img {
    animation: spin-fast .8s ease-out 1, spin-slow 4s linear infinite 0.8s;
}

.ia-button__icon {
    z-index: 1;
    flex-shrink: 0;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    margin-left: 8px;
}

.ia-button__icon img {
    width: 48px;
    height: 48px;
    z-index: 1;
}

.ia-button__content {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
}

.ia-button__title {
    font-weight: 700;
    font-size: 1.1rem;
    line-height: 1.2;
    text-transform: uppercase;
}

.ia-button__subtitle {
    margin-left: 20px;
    font-size: 0.9rem;
    color: white;
}

.ia-button__badge {
    z-index: 1;
    position: absolute;
    right: 80px;
    top: -8px;
    background: #fff;
    color: #E76A12;
    font-weight: 700;
    font-size: 1rem;
    padding: 2px 10px;
    border-radius: 12px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
    border: 1.5px solid black;
    transition: all 0.4s ease-out;
    text-transform: uppercase;
}

.ia-button:hover .ia-button__badge {
    background: #E46912;
    color: white;
}

.flag-icon-header {
    border-radius: 50%;
    border: 1.5px solid white;
}

@media (max-width: 1600px) {
    .seccion-index p {
        font-size: 12px;
    }
}

@media (max-width: 1500px) {
    .container-home {
        max-width: 92%;
    }

    .seccion-index p {
        padding: 0 10px;
        font-size: 11px;
    }

    .seccion-index .arrow {
        font-size: 16px;
        padding-top: 20px;
    }

    .seccion-index.disabled .soon {
        padding: 2px;
        margin: auto 0 10px;
    }
}

@media (max-width: 991px) {
    .home-tableros-container {
        grid-template-columns: repeat(3, minmax(140px, 1fr));
    }

    .container-home {
        max-width: 960px;
    }
}

@media (max-width: 767px) {
    .home-tableros-container {
        grid-template-columns: repeat(2, minmax(140px, 1fr));
    }

    .container-home {
        max-width: 720px;
    }
}

@media (max-width: 575px) {
    .home-tableros-container {
        grid-template-columns: repeat(1, minmax(140px, 1fr));
    }

    .container-home {
        max-width: 540px;
    }

    .ia-button__icon {
        width: 35px;
        height: 35px;
        margin-left: 0;
    }

    .ia-button__icon img {
        width: 35px;
        height: 35px;
    }

    .ia-button__title {
        font-size: 14px;
    }

    .ia-button__subtitle {
        font-size: 12px;
    }

    .ia-button .arrow {
        margin-right: 2px;
        font-size: 16px;
    }

    .ia-button__badge {
        right: 39px;
        top: -13px;
        font-size: 12px;
    }

    .news-section-container .row {
        margin-top: 0!important;
        margin-bottom: 0!important;
    }

    .news-section-container .news-wrapper {
        margin-bottom: 20px;
    }

    .news-section .matchHeight {
        height: auto !important;
    }

    .carousel-wrapper .owl-carousel {
        padding: 0 30px 30px!important;
    }

    .owl-carousel .owl-nav {
        margin-left: -7px!important;
        width: 103%!important;
    }

    .card .card-body {
        padding: 20px;
    }

    .card .card-body p {
        font-size: 11px;
    }

    .news-section .card-body h4 {
        font-size: 14px;
    }

    .news-section .card-body .top-sub-title {
        font-size: 0.8em;
    }

    .news-section .card {
        margin: 0px!important;
    }

    .news-section .card-body button {
        max-width: 100%;
        overflow: hidden;
    }

    .news-section .text-4 {
        font-size: 1em!important;
    }

    .news-section.conectarme .owl-carousel {
        width: 100%!important;
    }

    .news-section.conectarme h2 {
        font-size: 14px!important;
    }

    .news-section.conectarme hr {
        padding-bottom: 0!important;
        margin-bottom: 15px!important;
    }

    .news-section.conectarme .owl-nav {
        width: 100%!important;
        top: 45%;
    }

    .news-section.conectarme .owl-nav .owl-prev{
        left: -15px;
    }

    .news-section.conectarme .owl-nav .owl-next{
        right: -26px;
    }
}

@media only screen and (max-width: 700px) {
    .resp-w100 {
        width: 100% !important;
    }

    .resp-buscador {
        padding-left: 0px !important;
        margin-top: 15px !important;
    }

    .resp-mt0 {
        margin-top: 0px !important;
    }

    .img-tableros {
        max-width: 50px;
        max-height: 50px;
    }
}

@media only screen and (min-width: 700px) {
    .resp-w100 {
        width: 400px !important;
    }
}

.my-modal {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1000000;
}

.my-modal-dialog {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 40px;
    border: 1px solid #f0f0f0;
    background: #ffffff;
    border-radius: 15px;
    text-align: center;
    max-width: 750px;
    width: 95%;
}

.my-modal .my-modal-dialog .dismissDialog {
    color: black;
    font-size: 30px;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}

#global {
    max-height: 20vw;
    width: 100%;
    overflow-y: scroll;
}

.texto {
    padding: 4px;
    background: #fff;
}

.seccion-index .soon {
    border: 2px solid #676666;
    color: #676666;
    padding: 4px;
    margin: 18px 0 12px;
    font-weight: 600;
    font-size: 12px;
}

.seccion-index:hover .soon {color: #676666!important;}

.dashboards {
    background-color: #F9F9F9;
    padding: 10px 10px;
    margin-top: 0;
    margin-bottom: 40px;
    margin-left: -2%;
    margin-right: -2%;
    padding-top: 30px;
}

.dashboard-container {
    position: relative;
    display: flex;
    height: 110px;
    box-shadow: 0 0 0 1.5px black inset;
    overflow: hidden;
    transition: color 0.3s ease-in-out;
    align-items: center;
    overflow: hidden;
    transition: border-color 0.3s ease-in-out;
    box-sizing: border-box;
    background: white;
}

.dashboard-container::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, #E76A12, #B5520C);
    opacity: 0;
    transition: opacity 0.24s ease-in-out;
    z-index: 0;
}

.dashboard-container:hover::before {
    opacity: 1;
}

.dashboard-container:hover {
    border-color: transparent;
}

.dashboard-container * { color: #E76A12; }

.dashboard-container:hover * {
    color: white;
    transition: color 0.4s ease-in-out;
}

.dashboard-container:hover img {
    filter: grayscale(100%) brightness(200%);
}

.dashboard-container > * { z-index: 1; }

.dashboard-container .section-text {
    display: flex;
    flex-direction: column;
    font-family: 'Poppins', sans-serif;
    margin-left: 16px;
    width: 160px;
}

.dashboard-container .section-text .title {
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 13px;
}

.dashboard-container .section-text .subtitle {
    font-weight: 500;
    font-size: 19px;
    line-height: 22px;
}

.dashboard-container .arrow {
    position: absolute;
    bottom: 16px;
    right: 16px;
    font-size: 18px;
}

.dashboard-container .img-container img {
    max-height: 48px;
    position: absolute;
    top: 12px;
    right: 12px;
    transition: filter 0.24s ease-in-out;
}

.dashboard-container.disabled {
    cursor: default;
}

.dashboard-container.disabled * { color: #676666; }
.dashboard-container.disabled img { filter: grayscale(1) brightness(0.8) contrast(1.2); }
.dashboard-container.disabled:hover::before { opacity: 0; }

.news-section {
    padding: 0;
    border: 1.5px solid black;
    height: 100%;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    position: relative;
}

.news-section *:not(.fa):not(.fas):not(.far):not(.fab):not(.fa-solid):not(.fa-regular):not(.fa-brands) {
    font-family: 'Poppins', sans-serif;
}

.news-section a.section-background {
    display: flex;
    align-items: center;
    color: white!important;
    height: 40px;
    padding: 0 16px 0 8px;
    border-bottom: 1.5px solid black;
    font-weight: 600;
    font-size: 15px;
}

.news-section .img-container {
    width: 29px;
    height: 29px;
    margin-right: 12px;
    flex-shrink: 0;
    background: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.news-section .arrow{
    font-size: 16px;
    color: white;
    margin-left: auto;
}

.news-section h5 {
    padding-left: 8px;
}

.carousel-wrapper .owl-carousel {
    position: relative;
    width: 100%;
    padding: 0 40px 20px;
}

.carousel-wrapper .owl-prev {
    left: 3px!important;
}

.carousel-wrapper .owl-next {
    right: 3px!important;
}

.carousel-wrapper .owl-nav {
    position: absolute;
    top: 54%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.owl-carousel.nav-style-3 .owl-nav .owl-prev:before,
.owl-carousel.nav-style-3 .owl-nav .owl-next:before {
    content: '';
}

.owl-nav button.disabled {
    opacity: 0!important;
}

.owl-nav i {
    color: black;
    font-size: 16px;
}

.news-section .card {
    margin: 10px;
}

.news-selector a{
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
}

.news-selector a:not(.active) {
    background-color: transparent;
}

.news-selector a:hover {
    background-color: #147975!important;
}