/*@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:wght@300;400;600;700;900&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;700;900&display=swap');

html {
    height: 100%;
    font-family: 'Raleway', sans-serif !important;
}

body {
    font-family: 'Raleway', sans-serif !important;
    position: relative;
    margin: 0;
    padding-bottom: 135px;
    min-height: 100%;
    background-color: #f2f4f8 !important;
}

header {
    border: 1px solid gainsboro;
}

footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 135px;
    background-color: white !important;
}

.enviada, #comprobante {
    display: none;
}

.btn-prov {
    --bs-btn-color: #000;
    --bs-btn-bg: #f07f06;
    --bs-btn-border-color: #f07f06;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #ffca2c;
    --bs-btn-hover-border-color: #ffc720;
    --bs-btn-focus-shadow-rgb: 217, 164, 6;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #ffcd39;
    --bs-btn-active-border-color: #ffc720;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #f07f06;
    --bs-btn-disabled-border-color: #f07f06;
    color: white;
}

section#proveedores {
    /*background-color: white;*/
}

.arrowProv {
    width: 30px;
    margin-top: 5px;
}

.titulosProv {
}

.tarjetas_menu {
    width: 100%;
}

.iconos_menu {
    width: 40%;
    padding: 35px 0 20px;
}

.lbls_modulos {
    font-size: 18px;
    font-weight: 500;
}

.hvr-underline-from-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    position: relative;
    overflow: hidden;
}

.hvr-wobble-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
}

    .hvr-wobble-horizontal:active, .hvr-wobble-horizontal:focus, .hvr-wobble-horizontal:hover {
        -webkit-animation-name: hvr-wobble-horizontal;
        animation-name: hvr-wobble-horizontal;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
    }

.tarjetas_menu {
    width: 100%;
}

.hvr-underline-from-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    position: relative;
    overflow: hidden;
}

.hvr-wobble-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
}

.hvr-underline-from-left:active:before, .hvr-underline-from-left:focus:before, .hvr-underline-from-left:hover:before {
    right: 0;
}

.hvr-underline-from-left:before {
    background: #f99d52 !important;
}

.hvr-underline-from-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #2098D1;
    height: 4px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.textoLogin {
    color: white;
    font-size: 15px;
    /*text-align: justify;*/
    line-height: 18px;
    padding: 40px 20px 20px;
}

.contieneLogin {
    background-color: white;
    padding: 30px;
}

.vistaLogin {
    margin-top: 5%;
    /*margin-bottom: 10%;*/
}

.form-check-label {
    color: #f07f06;
    font-size: 14px;
    font-weight: 600;
}

table.dataTable thead > tr > th {
    background-color: white;
    font-weight: 500;
    font-size: 14px;
}

.style1 {
    width: 90%;
}

hr {
    margin: 1rem auto;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
    opacity: unset;
}

table.dataTable tbody tr {
    background-color: #ffffff;
}

.tablasFormatos {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 15px;
    text-align: left;
}

    .tablasFormatos td {
        background-color: white;
        padding: 20px;
    }

.contieneContacto {
    height: 370px;
    background-color: white;
    padding: 0 5%;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
}

    .contieneContacto:hover {
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
    }

#contieneInstReg {
    background-color: white;
}

.divTitulo {
    border-radius: 10px;
    background-color: #f07f06;
    padding: 0.2em 4em;
    color: #ffffff;
    font-size: 23px;
    display: inline-flex;
    margin-bottom: 2em;
}

.form-floating > label {
    padding: 1rem !important;
}

ul#menu {
    list-style-type: none;
    background: #66788A;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

    ul#menu li {
        /* color: #fff; */
        float: left;
    }

        ul#menu li:hover {
            background-color: #00000026 !important;
        }

        ul#menu li.activa {
            background-color: #00000026 !important;
        }

        ul#menu li a {
            display: block;
            text-decoration: none;
            color: #fff;
            text-align: center;
            padding: 10px 10px;
        }

table.dataTable tbody tr.odd {
    background-color: #f8f9fa !important;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background-color: #dadada;
}

::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 12px #66788a;
}

.field-validation-error {
    font-size: 12px !important;
}

label.error {
    height: 32px;
    color: red;
    font-size: 13px;
    margin-top: 47px;
    margin-left: 15px;
    padding: 0px !important;
    display: none;
}

.estiloCards {
    color: #0077cc;
    font-size: 16px;
    font-weight: 500;
}

.perfilProv .card-header {
    background-color: #f0f0f0;
}

#spinner-div {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.35);
    z-index: 99999;
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: 1.5s linear infinite spinner-grow;
    animation: 1.5s linear infinite spinner-grow;
}

.menuActivo {
    color: #f07f06;
    font-weight: 500;
}

.owl-carousel .nav-btn {
    height: 47px;
    position: absolute;
    width: 26px;
    cursor: pointer;
    top: 40% !important;
}

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled {
    pointer-events: none;
    opacity: 0.2;
}

.owl-carousel .prev-slide {
    background: url(../img/nav-icon.png) no-repeat scroll 0 0;
    left: -33px;
}

.owl-carousel .next-slide {
    background: url(../img/nav-icon.png) no-repeat scroll -24px 0px;
    right: -33px;
}

.owl-carousel .prev-slide:hover {
    background-position: 0px -53px;
}

.owl-carousel .next-slide:hover {
    background-position: -24px -53px;
}

.owl-carousel .item-video {
    height: 720px;
}


.owl-carousel .owl-video-tn {
    background-size: cover;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
}

.owl-video-frame {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

    .owl-video-frame iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.owl-dots {
    text-align: center;
    margin-top: 20px;
}

.owl-dot {
    display: inline-block;
}

    .owl-dot span {
        width: 11px;
        height: 11px;
        background-color: #ccc;
        border-radius: 50%;
        display: block;
        margin: 5px 3px;
    }

    .owl-dot.active span {
        background-color: #000;
    }

.owl-dots {
    margin: 0;
}

.owl-nav {
    height: 0;
}

.videoCarrusel {
    width: 100%;
}

.subtitulo1 {
    color: #555555;
    font-weight: 700;
}

.titulo2 {
    color: #555555;
    font-weight: 700;
}

.titulo1 {
    color: #7f858b;
    font-weight: 400;
}

.titulo2 {
    color: #555555;
    font-weight: 700;
}

.titulo3 {
    color: black;
    font-weight: 700;
}

.contieneMenuGral li a {
    font-size: 18px;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #f07f07;
}

ul.menuPortal {
    display: none;
    width: auto;
    left: 30px !important;
    right: 30px !important;
    background-color: #ebebeb;
    padding: 30px 20px;
    position: absolute !important;
    border-top: solid 3px #f07f07;
    z-index: 999;
    list-style: none;
}

    ul.menuPortal li {
        font-size: 14px;
        width: 25%;
        margin: 0;
        float: left !important;
        word-wrap: break-word;
    }

        ul.menuPortal li a {
            display: block;
            text-decoration: none;
            font-weight: bold;
            border-bottom: 1px solid #ddd;
            width: 90%;
            padding: 10px 20px 10px;
            /*letter-spacing: -1px;*/
            font-size: 16px;
        }

    ul.menuPortal > li:nth-of-type(4n+1) {
        clear: left;
    }

    ul.menuPortal > li:nth-of-type(4n) {
        clear: right;
    }

    ul.menuPortal a {
        color: rgba(0,0,0,0.6);
        text-decoration: none;
        display: block;
        position: relative;
        -webkit-transition: opacity 0.4s ease-in-out, background-color 0.4s ease-in-out;
        transition: opacity 0.4s ease-in-out, background-color 0.4s ease-in-out;
    }

        ul.menuPortal a:hover {
            color: #f07f07;
        }

.itemMenuPortal {
    font-size: 18px;
    border: none;
    background-color: unset;
}

.itemMenuPortals {
    border: none;
    background-color: unset;
    display: block;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    width: 90%;
    padding: 10px 20px 10px;
    letter-spacing: -1px;
    font-size: 16px;
    color: rgba(0,0,0,0.6);
    text-decoration: none;
    display: block;
    position: relative;
    -webkit-transition: opacity 0.4s ease-in-out, background-color 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out, background-color 0.4s ease-in-out;
}

.contieneInfo {
    background-color: white;
    height: 100%;
    padding: 40px 30px;
    border-radius: 10px;
    border: 1px solid gainsboro;
}

.mbsc-calendar-grid {
    overflow: hidden !important;
}

.mbsc-windows.mbsc-calendar-day-text {
    width: 35px;
}

.mbsc-calendar-title {
    font-weight: 700 !important;
}

#numSesion {
    font-size: 20px;
    font-weight: 600;
}

#numSesion {
    font-size: 20px;
    font-weight: 600;
}

.day-start {
    color: white;
}

#fechaSesion {
    text-transform: capitalize;
}

.contieneImagenCarrusel {

}

.contieneImagenTextosCarrusel {
    position: relative;
}

.contieneImagenTextosCarrusel img {

}

.contieneTextosCarrusel {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 10% 10%;
}

.imgLogo {
    width: 85%;
}

.contieneLogoAdqHeader {
    display: inline-block;
    width: 20%;
}

.contieneLogoPortalHeader {
    display: inline-block;
    width: 46%;
    text-align: center;
}

.contieneMenuHeader {
    display: inline-block;
    width: 33%;
    text-align: right;
}

footer {
    padding: 15px 0;
}

.logoFooter {
    display: inline-block;
    width: 20%;
    vertical-align: text-bottom;
}

.logoFooter img {
    width: 100%;
}

.contieneContactoFooter {
    display: inline-block;
    width: 40%;
    text-align: center;
}


.contieneUbicacionFooter {
    display: inline-block;
    width: 39%;
    text-align: center;
}



@media (max-width:1399px) {
    .contieneLogoPortalHeader {
        width: 40%;
    }

    .contieneMenuHeader {
        width: 39%;
    }
}

@media (max-width:1013px) {
    .contieneLogoAdqHeader {
        width: 25%;
    }

    .contieneLogoPortalHeader {
        width: 59%;
    }

    .contieneMenuHeader {
        width: 15%;
    }

    .linkMenu {
        display: none;
    }

    .logoFooter {
        display: none;
    }

    .contieneContactoFooter {
        width: 50%;
    }


    .contieneUbicacionFooter {
        width: 49%;
    }
}

.validation-summary-errors ul {
    padding: 0;
}

    .validation-summary-errors ul li {
        list-style: none;
    }

#listado .txtArt {
    font-size: 12px!important;
}

#listado_filter {
    width: 50% !important;
}

    #listado_filter label {
        width: 100% !important;
    }

    #listado_filter input {
        width: 80% !important;
        margin-bottom: 15px !important;
    }

.txtFamiliasList {
    font-size: 13px !important;
}

.contentWa {
    width: 95px;
    height: 95px;
    /* background-color: #26d366; */
    border-radius: 50px;
    text-align: center;
    /* padding: 15px; */
    position: fixed;
    right: 5%;
    top: 85%;
    z-index: 999999;
    transition: 0.5s;
}

    .contentWa:hover {
        /*box-shadow: 0 0 3px black;*/
        margin-top: -10px;
    }

.iconWa {
    width: 100%;
}

.month-container {
    margin-top: 20px;
}

.mayusculas {
    text-transform: uppercase;
}