.grilla-turnos{
    max-width: 50%;
    margin: auto;
}

#page{
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-color: #FBFBFB;
    color: black;
}

/* OCULTAR TITULO DE ARCHIVOS DIGITALES*/
#archivos-digitales-container{
    display: none;
}

#info{
    margin: auto;
}

.info{
    margin-top: 15px;
    text-align: center;
}

.info_constitucion{
    display: inline-block;
    background-color: #b3b3b3;
    border-radius: 15px;
    padding: 10px;
    margin-right: 10px;
    transition: all 0.35s;
}

.info_constitucion:hover{
    background-color: #8f8e8e;
}

.info_constitucion:focus{
    background-color: #696868;
}

.info_ministerio{
    display: inline-block;
    font-size: 12px;
}

.info_obligatorio{
    font-size: 14px;
    text-align: center;
}

.buttons_info{
    background-color: white;
    border: 1px solid #E1E6A9;
    border-radius: 5px;
    height: 40px;
    transition: all 0.35s;
    color: black;
}

.buttons_info:focus{
    background-color: #93C387;
}

.buttons_info:hover{
    background-color: #93C387;
    border: 1px solid black;
    cursor: pointer;
}

.descarga-material-button{
    color: black;
    text-align: center;
}

.descarga-material-button:hover{
    color: black;
}

.contenedor_lista{
    width: 85%;
    margin: auto;
}

.titulo_intermedio{
    margin-top: 20px;
}

.lista{
    margin-bottom: 10px;
    text-align: left;
}

.circulo {
    display: inline-block;
    min-width: 10px;
    width: 10px; /* Tamaño del círculo */
    height: 10px; /* Tamaño del círculo */
    background-color: black; /* Color del círculo */
    border-radius: 50%; /* Hace que el elemento sea circular */
    margin-right: 10px; /* Espacio entre el círculo y el texto */
}

.contenedor_logotipos{
    box-sizing: content-box;
    width: 100%;
    height: 100px;
    padding: 5px 0px;
    background-color: #706f6f;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.copyright{
    width: 100%;
    display: block;
    height: 35px;
    background: linear-gradient(62deg, 
    rgba(0,169,201,1) 0%, 
    rgba(157,196,130,1) 25%, 
    rgba(255,203,0,1) 50%, 
    rgba(231,65,51,1) 100%);
    p{
        margin: 0px !important;
    }
}

.display_none{
    display: none;
}

.display_active{
    display: block;
    position: fixed; /* Modal posicionado de forma fija */
    z-index: 9999; /* Z-index alto para asegurar que el modal se superpone a otros elementos */
    left: 0;
    top: 0;
    width: 100%;
    /*height: 100%;*/
    overflow: auto; /* Hacer el modal scrolleable */
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.4); /* Fondo semi-transparente */
}

.btn_salir{
    background-color: #E84233;
    color: white;
    width: 120px;
    height: 60px;
    border-radius: 15px;
    border: 1px solid white;
    transition: all 0.3s;
    font-size: 22px;
}

.btn_salir:focus{
    background-color: #a82e23;
}

.btn_salir:hover{
    background-color: #a82e23;
    cursor: pointer;
}

/* Estilos del modal */
.modal-custom {
    display: none; /* Ocultar el modal por defecto */
    position: fixed; /* Modal posicionado de forma fija */
    z-index: 9999; /* Z-index alto para asegurar que el modal se superpone a otros elementos */
    left: 0;
    top: 0;
    width: 100%;
    /*height: 100%;*/
    overflow: auto; /* Hacer el modal scrolleable */
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.4); /* Fondo semi-transparente */
}

.modal-custom-content {
    background-color: #fefefe;
    margin: 1% auto; /* Centrar verticalmente el modal */
    padding: 20px;
    border: 1px solid #888;
    border-radius: 10px;
    width: 80%;
    /*max-height: 70vh; */
    text-align: center;
}

.modal-custom-footer {
    text-align: center;
}

/* Estilos del botón de Aceptar */
.modal-custom-footer button {
    padding: 10px 20px;
    background-color: #9DC482;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 10px;
    margin-top: 10px;
    font-size:20px
}

.modal-custom-footer button:hover {
    background-color: #45a049;
}

.modal-text {
    overflow-y: auto; /* Hacer el contenido del modal scrolleable */
    max-height: 70vh; /* Altura máxima del modal para hacerlo scrolleable */
}

.arrow-icon{
    float: right;
    max-height: 80%;
}

/* COMUNICAION DEL TRAMITE*/
.franja_comunicacion{
    width: 100%;
    min-height: 160px;
    margin-top: 30px;
}

.azul{
    background: linear-gradient(62deg, 
    #b6e5ef 0%, 
    #c6e7eb 70%, 
    #d9ebe1 85%, 
    #dfeddc 100%);
}

.verde{
    background: linear-gradient(62deg, 
    #e1edd9 0%, 
    #f0efce 70%, 
    #f9efc2 85%, 
    #fdefbb 100%);
}

.amarillo{
    background: linear-gradient(62deg, 
    #ffefb9 0%, 
    #fde5bd 70%, 
    #fce1be 85%, 
    #fbdfbf 100%);
}

.cuadrado_container{
    display: inline-block;
    position: relative;
    width: 200px;
    height: 90px;
}

.cuadrado_blanco{
    width: 150px;
    height: 150px;
    position: absolute;
    top: 7px;
    left: 24px;
    display: inline-block;
    background-color: #fefefe;
    transform: rotate(45deg);
}

.icono{
    position: absolute;
    left: 40px;
    top: 12px;
    font-size: 5em;
    z-index: 10;
    transform: rotate(315deg);
}

.icono_celeste{
    color: #56d2ee;
}

.icono_verde{
    color: #a7e47e;
}

.icono_amarillo{
    color: #ffe079;
}

.franja_comunicacion_texto{
    display: inline-block;
    margin-bottom: 10px;
    padding: 10px;
    width: 80%;
    font-size: 25px;
}

.danger_text{
    color: red;
    display: inline-block;
}

/* FIN COMUNICACION DEL TRAMITE*/

/* Scripts - Info y Grilla */
.buttons {
    justify-content: center;
}

#info-anchor {
    color: white !important;
    background-color: #1e6196;
}

#info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#grilla-principiantes, #grilla-renovaciones {
    display: none;
}

#info h1 {
    text-align: center;
    margin-bottom: 1rem;
}

#grilla-principiantes h3, #grilla-renovaciones h3 {
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.info-text {
    margin-bottom: 0.25em;
}

.info-text span {
    font-size: 1.25em;
    font-weight: bold;
    color: black;
}

.important-text {
    color: red;
    font-weight: bold;
    font-size: 0.8em;
    margin-bottom: 0.25em;
}

#principiante-btn, #renovacion-btn {
    width: 20em;
    height: 4em;
    margin: 0em 1em;
    padding: 1.35em;
    line-height: 0;
    font-weight: bold;
}

.disabled-btn {
    display: inline-grid;
}

#text-apertura {
    font-size: 1.7em;
    text-align: center;
}

/* Scripts - Formulario */
#section-form {
    display: none;
    width: auto;
    margin: auto;
}

#section-form input {
    padding-left: 0.5em !important;
}

#section-form .row {
    margin-bottom: 15px !important;
}

#section-form .input-field {
    margin-top: 0.25em !important;
    margin-bottom: 0.5em !important;
}

#section-form .buttons {
    justify-content: center;
    margin-top: 1em;
}

#section-form .recaptcha {
    justify-content: center;
    margin-top: 0em;
}

#section-form #cancel-btn {
    margin-right: 0.25em;
}

#section-form #confirm-btn {
    margin-left: 0.25em;
}

#section-form .select-container {
    margin-top: 1em !important;
}

#section-form #section-header {
    text-align: center;
    margin-bottom: 1em;
}

#section-form #section-header > p {
    font-size: 1.2em;
}

#section-form .information > p {
    margin-bottom: 0px;
}

#section-form .turno-information {
    margin-bottom: 0.2em;
}

@media screen and (max-width: 1700px){
	.contenedor_lista{
        width: 90%;
    }
}

@media screen and (max-width: 1600px){
	.modal-custom-content {
        width: 90%;
    }

    .cuadrado_container{
        display: none;
    }
}

@media screen and (max-width: 1400px){
	.contenedor_lista{
        width: 95%;
    }

    .modal-custom-content {
        width: 95%;
    }

    .btn-turno{
        margin-bottom: 20px !important;
    }
}

@media screen and (max-width: 920px){
    .contenedor_lista{
        width: 100%;
    }

    .lista{
        padding: 5px;
        border: 1px solid rgba(209, 209, 209, 0.534);
        border-radius: 5px;
    }

    .grilla-turnos{
        max-width: 80%;
    }
}

@media screen and (max-width: 720px){
    #principiante-btn, #renovacion-btn {
        margin: 1em 0em;
    }

	.buttons_info{
        height: 80px;
    }

    .modal-custom-content {
        width: 100%;
    }

    .footer-img{
        display: none;
    }

    .arrow-icon{
        display: none;
    }

    .btn-turno{
        width: 14em !important;
    }

    .btn-desactivado{
        width: 14em !important;
    }
}

@media all and (max-width: 500px) {
    /* #section-form #section-header h3 {
        display: none;
    } */

    #section-form #section-header {
        margin-top: 1em;
    }
}