*,
*::after,
*::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html body{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}
/*FONTS*/
.poppins-thin {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.poppins-extralight {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
}

.poppins-light {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.poppins-extrabold {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: normal;
}

.poppins-black {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.poppins-thin-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: italic;
}

.poppins-extralight-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: italic;
}

.poppins-light-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.poppins-regular-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.poppins-medium-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: italic;
}

.poppins-semibold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: italic;
}

.poppins-bold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.poppins-extrabold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: italic;
}

.poppins-black-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: italic;
}
.contenedor-ver {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.button_vermas {
    background: none;
    border: none;
    cursor: pointer;
    text-decoration: underline;
    color: #000;
    font-size: x-small;
}

.button_vermas:hover {
    color: #18035E;
    text-decoration: none;
}

.ocultar {
    display: none;
}
.mostrar {
    display: inline;
}
#texto-colapsable{
    position: absolute;
    background-color: white;
    bottom: 3rem;
    font-size: small;
}
/* body {
    color: #000000;.+-*-
    font-family: Arial, Helvetica, sans-serif;
} */

/* Resetear gutters de Bootstrap */
.container-fluid,
.container-fluid .row {
    --bs-gutter-x: 0 !important;
}

.my-nav-custom {
    height: 4.5rem;
    background-color: #1c559b !important;
}

/*Botones*/
.bg-primary {
    background-image: url("../javeriana/assets/images/bg-primary.svg");
    background-repeat: no-repeat;
    background-position: right -20%;
    background-size: cover;
    padding-top: 5rem;
    min-height: 100vh;
}
.bg-banner {
    background-image: url("../javeriana/assets/images/banner.svg");
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
}
.bg-register {
    background-image: url("../javeriana/assets/images/bg-facultades.svg");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
}
.bg-footer {
    background-image: url("../javeriana/assets/images/footer.svg");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
    height: 2.5rem;
}

.bg-modal {
    background-image: url("../javeriana/assets/images/fondo-login.svg");
    background-size: cover;
    background-position:  top center;
    background-repeat: no-repeat;
    min-height: 75vh;
    min-width: 100%;
}

.boton {
    width: 75%;
    padding: 0.5rem;
    background-color: #18035E;
    border-radius: 25px;
    border: solid 1px #ffdc00;
    color: #ffdc00;
    font-size: 0.7rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    text-overflow: ellipsis;
}

.boton:hover {
    color: white;
}

.input-sesion {
    border: solid 1.5px #1c559b !important;
    color: #1c559b !important;
}
.input-sesion::placeholder {
    color: #1c559b !important;
    opacity: 1 !important;
}
@media (max-width: 768px) {
    .boton {
        width: 80%;
        font-size: 2vw;
    }
    .bg-modal {
        /* min-height: 219px; */
        font-size: 3vw;
    }
    .input-sesion {
        width: 8rem !important;
        height: 2rem !important;
    }
}
/* .form-modal {
    margin-left: 3rem;
    display: flex;
    width: 50%;
    justify-content: center;
    align-items: flex-start;
    margin-top: 3rem;
    flex-direction: column;
} */
.amarillo {
    color: #ffdc00;
}
.c-azul {
    color: #1c559b;
}
.bg-azul {
    background-color: #18035E;
}
.border-azul {
    border: solid 1.5px #1c559b !important;
    color: #1c559b;
}
.border-azul::placeholder {
    color: #1c559b;
    opacity: 1;
}

.background-image {
    background-image: url("../javeriana/assets/shared/background.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /* background-position: left;
    background-size: 100% 100%; */
}

.background-image-transmision {
    background-image: url("../javeriana/assets/images/main/reproductor.png");
    background-repeat: no-repeat;
    /* background-position: center;
    background-size: cover; */
    /* min-height: 100%; */
    background-position: left;
    background-size: 100% 100%;
    position: relative;
    overflow: hidden;
}

.background-image-transmision iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.alert-success {
    background-color: #d4edda;
    border-color: #c3e6cb;
    color: #155724;
    padding: 1rem;
    margin-bottom: 1rem;
    border-radius: 0.25rem;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-toggler {
    border: 1px solid white;
}

.text-white {
    color: white;
}

.nav-item .nav-link {
    color: white;
}

.nav-item .nav-link:hover {
    color: #bbbbbb;
}

.bg-red {
    background-color: red;
}

.bg-blue {
    background-color: blue;
}

.bg-yellow {
    background-color: yellow;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: white;
    font-weight: 500;
    font-size: 1.05rem;
}

a.dropdown-item:hover {
    background-color: #263e87;
    color: white;
}

@media screen and (max-width: 1199px) {
    .navbar-collapse {
        background-color: #191919;
        z-index: 1000;
        margin-top: 7px;
    }

    .navbar-nav .active {
        background-color: black;
    }

    .nav-item:hover {
        background-color: #111;
    }

    .navbar .nav-link:hover {
        color: #ccc;
    }
}

@media screen and (min-width: 992px) {
    .modal {
        --bs-modal-width: 700px !important;
    }

}

.bg-red {
    background-color: red;
}

.bg-blue {
    background-color: blue;
}

#name,
#email,
#career,
#phone,
#academicLevel,
#faculty,
#career,
#document_type,
#document_number,
#expected_period {
    height: 1.8rem !important;
    font-size: x-small !important;
}

.modal-dialog {
    max-width: 110vh !important;
}
.modal-content {
    min-height: 85vh !important;
}

.form-login {
    width: 100%;
}
.contenedor-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.contenedor-checkbox .label-checkbox {
    font-size: 0.6rem;
    color: #000 !important;
    line-height: 0.7rem;
}

.form-modal {
    position: absolute;
    left: 2.7rem;
    bottom: 3rem;
    width: 40% !important;
}
@media screen and (max-width: 375px) {
.form-modal {
        left: 2rem !important;
        bottom: 0.5rem !important;
        width: 90% !important;
    }

    .modal-content {
        height: 85vh !important;
    }

    .bg-modal{
        background-position: left top;
    }
    }
@media screen and (min-width: 380px) and (max-width: 500px) {
    .form-modal {
        left: 3rem !important;
        bottom: 3rem !important;
        width: 85% !important;
    }

    #name,
    #email,
    #career,
    #phone {
        height: 1.8rem !important;
    }

    .c-azul {
        font-size: small;
    }

    .contenedor-checkbox .label-checkbox {
        font-size: 0.5rem;
    }
    .form-login {
        width: 100%;
    }

    .modal-content {
        height: 60vh !important;
    }

    .bg-modal{
        background-position: left top;
    }
}

@media screen and (min-width: 500px) and (max-width: 680px) {
    .form-modal {
        left: 3rem !important;
        bottom: 1rem !important;
        width: 85% !important;
    }

    .c-azul {
        font-size: small;
    }

    .contenedor-checkbox .label-checkbox {
        font-size: 0.5rem;
    }
    .bg-modal{
        background-position: left top;
    }
}

@media screen and (min-width: 680px)and (max-width: 1070px) {
    .form-modal {
        left: 4rem !important;
        bottom: 5rem !important;
        width: 80% !important;
    }

    .c-azul {
        font-size: small;
    }
    .contenedor-checkbox .label-checkbox {
        font-size: 0.5rem;
    }
    .modal-content {
        height: 72vh !important;
    }
    .bg-modal{
        background-position: left top;
    }
}
@media screen and (max-width: 991.98px) {
    .modal {
        --bs-modal-width: 650px !important;
    }

}


@media screen and (min-width: 1070px)  and (max-width: 1500px) {
    .modal {
        --bs-modal-width: 650px !important;
    }
    .form-modal {
        left: 3rem;
        bottom: 0rem;
        width: 85%;
    }
    .bg-modal{
        background-position: left top;
    }
    .input-sesion {
        width: 100% !important;
    }
}
