﻿@font-face {
    font-family: "HelveticaNeue";
    src: url("../fonts/HelveticaNeueLTStd-Hv.otf") format("opentype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "HelveticaNeue";
    src: url("../fonts/HelveticaNeueLTStd-Th.otf") format("opentype");
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: "HelveticaNeue";
    src: url("../fonts/HelveticaNeueLTStd-Lt.otf") format("opentype");
    font-weight: 300;
    font-style: normal;
}

* {
    font-family: "HelveticaNeue";
}

.toast-container .ngx-toastr {
    margin-top: 30% !important;
}

.content {
    /* background: #f5f5f5; */
    padding: 0;
    margin: 0 auto;
    width: 100%;
    height: auto;
    max-width: 1920px;
    position: relative;
}


.modal-titulo-f {
    color: #07354f;
    font-size: 27px;
    font-weight: bold;
    height: 5vh;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 5px;
}

.modal-body-f {
    width: 85%;
    margin: auto;
    font-size: 1.0em;
    text-align: justify;
}

.modal-contenido-f {
    height: 65vh;
    overflow-y: auto;
    padding-right: 1em;
}

.botonAzul {
    background: #07354f;
    border-radius: 10px;
    font-size: 15px;
    color: white;
    font-weight: bold;
    text-align: center;
    padding: 0.8em 1.5em 0.8em 1.5em;
    cursor: pointer;
}

.inscripcion-titulo-f {
    color: #07354f;
    font-size: 32px;
    font-weight: bold;
    margin-top: 2em;
}

.inscripcion-subtitulo-f {
    color: #07354f;
    font-size: 18px;
    font-weight: bold;
    margin-top: 1.5em;
}

@media (min-width: 481px) and (max-width: 1024px) {
    .modal-titulo-f {
        font-size: 22px; /* Ajusta el tamaño de la fuente para pantallas de tablet */
        margin-bottom: 1.5em; /* Un margen inferior más grande */
    }

    .modal-body-f {
        width: 90%; /* Ajusta el ancho al 90% para que ocupe un poco más de espacio en tablet */
        margin: auto;
        font-size: 1.2em; /* Aumenta el tamaño de la fuente */
        text-align: justify;
    }
}


@media (max-width: 480px) {
    .modal-titulo-f {
        font-size: 19px;
        margin-bottom: 1em;
    }
    .modal-body-f {
        width: 85%;
        margin: auto;
        font-size: 1.0em;
        text-align: justify;
    }
 
}