body {
    background-color: #1b203f;
}
.custom-menu {
    background-color: #1b203f;
}

.custom-icon {
    width: 48px;
    height: auto;
}

.main-title {
    background-color: #0d3e69;
    max-width: 100%;
}

.header {
    background-image: url("Fondos/proyectos_fondo_foto.webp");
    background-position: center center;
    background-repeat:no-repeat;
    background-size: 1320px;
}

.slogan {
    height: auto;
    max-width: 100%;
    padding: 10px;
    z-index: 0;
}

.custom-row {
    height: 120px;
}


.footer {
    background-color: white;
    color: #1b203f;
    text-align: end;
}

.blue-text {
    color: #1b203f;
}


.contenedor-texto-quienes-somos {
    height: 100px;
}

 .servicios {
     background-color: white;
     color: black;
 }

 .download-button {
    background-color: #1b203f;
    text-decoration: none;
    color: white;
 }

 .button-container {
    width: 150px;
    height: auto;
    background-color: #1b203f;
    color: white;
    padding: 15px 25px;
    text-decoration: none;
    border-style: solid;
    border-color: white;
    margin: auto 920px;
    z-index: 9;
}

.proyectos {
    background-image: url("Fondos/proyectos_fondo_azul-02.webp");
    background-position: center center;
    background-repeat:no-repeat;
    background-size: 1320px;
}

.objeto-proyecto {
    background-color: #1b203f;
    color: white;
    margin-bottom: 20px;
    padding: 10px 10px;
    text-align: justify;
    text-justify: inter-word;
}

.titulo {
    text-align:center;
    color: white;
}

.titulos {
    color: white;
    text-align: center;
    font-size: 1.3em;
}

.active {
    color: #f2bfff;
}

.respuesta-contacto {
    color: white;
}