.contenedor-principal-encontrar {
    max-width: 1050px;
    width: 100%;
    margin: 0 auto 45px;
    font-family: Avenir roman;
}

.consulta-acceso {
    color: #32b5ab;
    font-size: 20px;
    font-weight: 800;
    line-height: normal;
    text-align: center;
    margin: 2rem 0 0.5rem;
}

.contenedor-inferior {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 20px;
    justify-items: center;
    gap: 30px;
}

.contenedor-calendar-buscar {
    grid-column-start: 1;
    text-align: center;
}

.contenedor-informacion-gral {
    grid-column-start: 2;
}

.logo-titulos {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.imagen-logo {
    width: clamp(260px, 45vw, 300px);
}

.boton-agrega {
    margin: 0 auto;
    height: 35px;
}

.agenda-calendar {
    color: #03547e;
    font-size: 20px;
    font-weight: 500;
}

.letras-verdes-google {
    color: #1aa592;
    font-weight: 800;
}

.calendar-logo-img {
    width: 193px;
    flex-shrink: 0;
    margin: 1rem 0;
}

a.calendario,
a.calendario:hover {
    text-decoration: none;
}

.info-gral {
    color: #03547e;
    font-size: 20px;
}

.texto-verde-fechas {
    color: #1aa592;
    font-size: 16px;
    font-weight: 800;
    line-height: normal;
    margin-right: 7px;
}

.texto-informativo-fechas {
    color: #545454;
    font-weight: 500;
}

.input-correo {
    max-width: 445px;
    width: 100%;
}

#descargar-accesos {
    width: auto;
    height: 35px;
}

@media (max-width: 868px) {
    .contenedor-inferior {
        grid-template-columns: 1fr;
    }
    .contenedor-informacion-gral {
        grid-column-start: 1;
        white-space: wrap;
    }
    .contenedor-calendar-buscar {
        grid-column-start: 1;
    }
    .contenedor-principal-encontrar {
        width: 90%;
    }

    .contenedor-informacion-gral {
        padding: 15px;
    }
}
