body {

    color: #004694;

    font-family: 'Arial', sans-serif;

    margin: 0;

}



.jumbotron {

    position: relative;

    background-image: url('https://www.lincolncollegehuechuraba-admision.cl/mtp/img/fondo_matriculas.png');

    background-size: cover; /* Ajusta la imagen de fondo para cubrir todo el contenedor */

    background-attachment: fixed;

    background-position: center;

    color: #fff;

    padding: 60px 0; /* Reducción del relleno para reducir la altura en 50px */

    margin-bottom: 0;

    min-height: 400px; /* Altura mínima para asegurar que la imagen completa sea visible */

}



.jumbotron img {

    max-width: 100%;

    height: auto;

}   



.contenido {

    display: flex;

    justify-content: space-around;

    align-items: center;

    flex-wrap: wrap;

}



.formulario {

    flex: 1;

    max-width: 400px;

    margin: 20px;

    background-color: rgba(255, 255, 255, 0.8);

    padding: 10px; /* Reducción del relleno para reducir la altura */

    border-radius: 10px;

    color: #004694;

}



.jumbotron.bienvenida {

    background-color: #fff;

    padding: 50px 20px;

    text-align: center;

    background-image: none;

    color: #004694;

}



.sobre-el-colegio {

    background-color: #004694;

    color: #fff;

    padding: 0px;

    text-align: center;

    font-size: 20px;

    line-height: 1;

    height: 20px;

}



@media (min-width: 768px) {

    .formulario {

        margin-left: auto;

        margin-right: 20px;

    }

}



.boton-caja {

    width: 300px;

    height: 300px;

    margin: 10px;

    border-radius: 5px;

    overflow: hidden;

    display: inline-block;

}





.boton-caja button {

    width: 100%;

    height: 100%;

}



.boton-caja .btn {

    width: 100%;

    height: 100%;

    display: flex;

    flex-direction: column;

    justify-content: center;

    align-items: center;

    padding: 10px;

    font-size: 24px;

}



.boton-caja .btn i {

    font-size: 48px;

}



/*

.caja-vacantes { background-color: #ff5c5c; }

.caja-aranceles { background-color: #ffd700; }

.caja-proyecto { background-color: #7cff5c; }

*/



