/*-- Estilos de pagina /repositorio-documental --*/
h2, h2.section-title__heading {font-family: "Nunito", sans-serif;}
.section-title {margin-left: 0;}
.section-title--line-down {
    margin-bottom: 0;
    padding-bottom: 2rem;
}
.section-title--line-down::after {
    margin-top: 1rem;
    margin-left: -40px;
}
.section-title h2 {
    font-size: 1.7rem;
    font-weight: 700;
}
.main-banner {background-color: #000F26;}
.main-banner .hero-image__desktop {
    transform-origin: 0 15%;
    animation: animaImagenSliderHome 19994ms -6s infinite alternate;
}
.main-banner .hero-image__content {padding: 0 1rem;}
.main-banner .hero-image__content-wrapper  {
    padding: 0;
    justify-content: center;
    align-items: center;
}
.main-banner .hero-image__body {max-width: none;}
.main-banner .hero-image__background {min-width: 150vw;}
.main-banner .text {color: #FFF;}
.main-banner .text h2 {
    font-size: 7vw !important;
    line-height: 1.2;
    font-weight: 900;
    border-bottom: 3px solid #DA0921;
    padding-bottom: 10px;
    margin-bottom: 9px;
}
.main-banner .text p {
    font-size: 5vw;
    line-height: 1.2;
    margin-bottom: 0;
}
.check-degree {background-color: #DADAE5;}
.check-degree #resultadoval:empty {display: none;}
.check-degree p {font-size: 1.1rem;}
.check-degree img {display: inline-block;}
.check-degree .cont-form {--bs-gutter-x: 0;}
.check-degree .alert-info {
    color: #000;
    background-color: #D3D3E2;
    border-color: #DADAE5;
    padding: 4% 4%;
}
.check-degree label {
    display: inline-block;
    margin-bottom: 0.5rem;
}
.check-degree .custom-file {height: calc((1.5em + 0.75rem + 2px)*2);}
.check-degree .custom-file-input,
.check-degree .custom-file-label {height: calc((1.5em + 0.75rem + 2px)*2);}
.check-degree .custom-file {
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
    position: relative;
}
.check-degree .custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    margin: 0;
    cursor: pointer;
    overflow: hidden;
    opacity: 0;
}
.check-degree .custom-file-label {
    line-height: 1.5;
    padding: 0.375rem 0.75rem;
    border: 1px solid #CED4DA;
    border-radius: 0.25rem;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    overflow: hidden;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.check-degree label.custom-file-label {
    text-align: center;
    color: #FFF;
    background-color: #1F1A3D;
    font-weight: 700;
    cursor: pointer;
}
.check-degree .custom-file-label::after {
    content: "Buscar";
    line-height: 1.5;
    color: #FFF;
    background-color: #DA0921;
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.9rem;
    border-top: inherit;
    border-radius: 0 0 0.25rem 0.25rem;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
    cursor: pointer;
}
.check-degree .alert a {
    background-color: #1F1A3D;
    color: #fff !important;
    font-weight: 700;
    padding: 8px 6px;
    display: table;
    float: right;
    font-size: 0.7em;
    cursor: pointer;
}
.check-degree .alert-danger {
    color: #FFF;
    background-color: #1F1A3D;
    border-color: #1F1A3D;
}
.check-degree button.close {
    font-size: 1.5rem;
    line-height: 1;
    font-weight: 700;
    color: #FFF;
    background-color: transparent;
    padding: 0;
    float: right;
    border: 0;
    text-shadow: 0 1px 0 #FFF;
}
.check-degree [type=button]:not(:disabled), .check-degree [type=reset]:not(:disabled),
.check-degree [type=submit]:not(:disabled), .check-degree button:not(:disabled) {cursor: pointer;}
.electronic-hiring .row {row-gap:2rem;}
.electronic-hiring a {
    font-size: 1.2rem;
    font-weight: 800;
    color: #FFF;
    background-color: #DA0921;
    padding: 6px 20px;
}
.electronic-hiring a:hover {text-decoration: underline;}
.electronic-hiring p {font-size: 1.1rem;}

@keyframes animaImagenSliderHome {
    0% {
        transform: scale(1.1);
        transition: transform 20000ms linear 0s;
    }
    100% {
        transform: scale(1.4);
        transition: transform 20000ms linear 0s;
    }
}

@media (min-width: 380px) {
    .main-banner .hero-image__background {min-width: 510px;}
    .main-banner .hero-image__content {padding: 0 1.5rem;}
    .main-banner .text h2 {font-size: 1.5rem !important;}
    .main-banner .text p {font-size: 1.1rem;}
}
@media (min-width: 576px) {
    .section-title {padding-left: 1rem;}
    .section-title--line-down::after {width: 150px;}
    .main-banner .text h2 {font-size: 2.3rem;}
    .main-banner .text p {font-size: 1.1rem;}
    .check-degree .custom-file {height: calc(1.5em + 0.75rem + 2px);}
    .check-degree .custom-file-input,
    .check-degree .custom-file-label {height: calc(1.5em + 0.75rem + 2px);}
    .check-degree label.custom-file-label {text-align: left;}
    .check-degree .custom-file-label::after {
        width: auto;
        border-top: none;
        border-left: inherit;
        border-radius: 0 0.25rem 0.25rem 0;
        top: 0;
        right: 0;
        bottom: 0;
        left: auto;
    }
    .check-degree .alert-info {padding: 2.5% 4% 2%;}
    .electronic-hiring .row {row-gap:3rem;}
}
@media (min-width: 768px) {
    .section-title {padding-left: 1.3rem;}
    .section-title h2 {font-size: 2.5rem;}
    .section-title--line-down::after {
        width: 180px;
        margin-left: -42px;
    }
    .main-banner .hero-image__content {padding: 0 1.5rem;}
    .main-banner .hero-image__content-wrapper  {padding: 0 1rem;}
    .main-banner .hero-image__background {min-width: 900px;}
    .main-banner .text h2 {font-size: 1.65rem !important;}
}
@media (min-width: 992px) {
    .section-title--line-down::after {width: 230px;}
    .main-banner .hero-image__background {min-width: 1300px;}
    .main-banner .text h2 {font-size: 2.1rem !important;}
    .check-degree .cont-form {--bs-gutter-x: 1.5rem;}
}
@media (min-width: 1200px) {
    .main-banner .text h2 {font-size: 2.3rem !important;}
    .main-banner .text p {line-height: 1.5;}
    .section-title--line-down::after {
        width: 5000px;
        margin-left: -4780px;
    }
}
@media (min-width: 1400px) {
    .main-banner .hero-image__desktop {transform-origin: -50% 15%;}
    .main-banner .hero-image img {width: auto;}
}