﻿@font-face {
    font-family: 'Nunito';
    src: url('../fonts/Nunito/nunito.ttf') format('truetype');
    src: url('../fonts/Nunito/nunito.woff2') format('woff2'), url('../fonts/Nunito/nunito.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
a {
    color: #000 !important;
}

h4 {
    font-weight: 400;
    line-height: 1.6;
    font-size: 11px;
    font-family: 'Nunito';
}

h1 {
    font-weight: 900;
    font-size: 1.8rem;
    font-family: 'Nunito';
}

h2 {
    font-weight: 500;
    font-size: 1.5rem;
    font-family: 'Nunito';
}

.log {
    padding-top: 2%;
    background: #ffffff;
    height: 100vh;
}

.btn-volver {
    margin: auto;
    text-align: center;
    text-decoration: none;
}

.responsive-img{
    width: 50%;
    margin: auto;
}
.mensajeAviso {
    background-color: #E8F0FE !important;
    color: #1226AA !important;
    max-width: 100%;
    h2{
          text-align: center;
      }
}

.mensajeAviso .card-body {
    background-color: #E8F0FE !important;
    width: 100% !important;
}

.bi-exclamation-triangle {
    font-size: 51px;
}

@media (max-width: 992px) {
    .log {
        padding-top: 6% !important;
    }
}

.card {
    background-color: #fff0;
    border: none;
    border-radius: 0;
}

.btn-primary {
    color: #ffffff !important;
    background-color: #1226AA;
    border-color: #1226AA;
}

.text-1 {
    text-align: center;
    margin: 5px;
}

.card-header {
    background-color: #fff0;
    border-bottom: none;
}

.responsive-img {
    height: auto;
}

.img-fond {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; /* Establece un z-index negativo */
    object-fit: cover; /* Ajusta la imagen para cubrir todo el contenedor */
}
@media (min-width: 1367px) {
    .img-fond {
        min-height: 95vh;
    }
}
.footer-osde {
    background: #1226aa;
    color: #fff;
    padding: 15px 20px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.bg-dark {
    background-image: linear-gradient(#00000000, #00000017, #000000a3, #000000) !important;
    background-color: #fff0 !important;
}

.text-3 {
    position: absolute;
    bottom: 15%;
    text-align: right;
    width: 60%;
    right: 50px;
}
@media (min-width: 1367px) {
    .text-3 {
        bottom: 10%;
    }
}
@media (max-width: 1200px) {
    .text-3 {
        width: 80%;
    }
}

.text-color {
    color: #ffff;
}

.text-5 {
    text-align: center;
    position: absolute;
    bottom: 3%;
    width: 100%;
    z-index: 10;
}

.img-log {
    height: 25px;
    width: auto;
}

.m-t {
    margin-top: 20px !important;
}

.m-l {
    margin-left: 15px;
}

.border-b {
    border-bottom: 1px solid #dee2e6;
    margin-right: 20px;
}

.card-body {
    z-index: 100;
    background: #fff;
}

.alert {
    position: absolute;
    right: 25px;
    width: 30%;
    z-index: 100;
    margin-top: 15px;
    padding: 0rem 1.25rem;
}

.alert-danger {
    color: #000;
    background: #f4433640;
}
.m-t2 {
    margin-top: 10%;
}
.text-6 {
    font-weight: 700;
    color: #1226aa !important;
    text-decoration: underline;
}
.border-card {
    border: 1px solid #e9e9e9;
    padding: 10px;
    box-shadow: 5px 10px 8px #d5d5d5;
    width: 60%;
}
.centro {
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (max-width: 1024px) {
    .ipad {
        min-width: 100%;
    }
}
.text-danger {
    color: #f44336 !important;
    font-size: 12px !important ;
}
.btn-b {
   border: 1px solid #ced4da !important;
}
