body, html {
    font-family: "Roboto", sans-serif;
    background-color: #fff
}

a:active, a:hover, a:link, a:visited {
    text-decoration: none
}

.space0 {
    margin-top: 5px;
    margin-bottom: 5px
}

.space1 {
    margin-top: 10px;
    margin-bottom: 10px
}

.space2 {
    margin-top: 20px;
    margin-bottom: 20px
}

.space3 {
    margin-top: 30px;
    margin-bottom: 30px
}

.space4 {
    margin-top: 40px;
    margin-bottom: 40px
}

.space5 {
    margin-top: 50px;
    margin-bottom: 50px
}

.space6 {
    margin-top: 60px;
    margin-bottom: 60px
}

.space7 {
    margin-top: 70px;
    margin-bottom: 70px
}

.space8 {
    margin-top: 80px;
    margin-bottom: 80px
}

.space9 {
    margin-top: 90px;
    margin-bottom: 90px
}

.space10 {
    margin-top: 100px;
    margin-bottom: 100px
}

.no-padding {
    margin: 0;
    padding: 0
}

a:active,
a:hover,
a:link,
a:visited {
    text-decoration: none;
    color: #fff;
}

html, body {
    margin: 0;
    width: 100%;
    height: 100%;
}


.roboto-<uniquifier> {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
    font-variation-settings:
        "wdth"100;
}

.contenedor {
    max-width: 1300px;
    margin: 0px auto;
}

.contenedor-flex {
    display: flex;
    height: 80vh;
    flex-wrap: wrap;
    /* Para que se ajuste en móvil */
}

.bg-light {
    background-image: url(../img/3x/fondo-cuadro@3x.png);
    background-size: cover;
    background-position: center;
}

.columna-70 {
    flex: 0 0 70%;
    max-width: 70%;
}

.columna-30 {
    flex: 0 0 30%;
    max-width: 30%;
    background-image: url('../img/casa4.png');
    /* Reemplaza por tu imagen */
    background-size: cover;
    background-position: center;
}

@media (max-width: 768px) {
    .columna-70, .columna-30 {
        flex: 0 0 100%;
        max-width: 100%;
        height: 85vh;
    }
}

.contop {
    padding: 30px;
}

.logot {
    width: 100%;
}

.menup {
    text-align: right;
}

.menup ul li {
    display: inline;
    margin: 0px 10px;
}

.menup ul li a {
    font-weight: 800;
}

.contop h2 {
    font-size: 3em;
    font-weight: 900;
    color: #fff;
}

.contop h3 {
    font-size: 1.5em;
    font-weight: 200;
    color: #fff;
}

.btnhom {
    font-size: 1em;
    font-weight: 800;
    color: #fff;
    background-color: #0f668c;
    padding: 10px 20px;
    display: inline-block;
    margin-left: 20px;
}

.valu i {
    font-size: 3em;
}

.imgcover {
    width: 100%;
    height: 500px;
    overflow: hidden;
    position: relative;
}

.imgcover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.titucos {
    border-left: 3px solid #0f668c;
    padding-left: 20px;
}

.contenidos h2 {
    font-size: 2em;
    font-weight: 900;
    color: #235367;
}

.contenidos h3 {
    font-size: 2em;
    font-weight: 200;
    color: #235367;
}

.contenidos p {
    font-size: 1em;
    font-weight: 200;
    color: #5e5c5c;
    padding-left: 30px;
}

.contenidos ul {
    margin-left: 12px;
    padding-left: 30px;
}

.contenidos ul li {
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 10px;
}

.colorbg {
    background-image: url(../img/3x/fondo-horizontal@3x.png);
    background-size: cover;
    background-position: center;
    padding: 100px 0px;
}

.misvis {
    border: 1px solid #fff;
    padding: 40px;
    height: 230px;
}

.misvis h2 {
    font-size: 2em;
    font-weight: 800;
    color: #fff;
}

.misvis p {
    font-size: 1em;
    font-weight: 200;
    color: #fff;
}

.misvis ul li {
    font-size: 1em;
    font-weight: 200;
    color: #fff;
}




.flex-container {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    /* Espacio entre columnas */
}

.flex-container .col {
    flex: 1 1 calc(20% - 16px);
    /* 5 columnas (100% / 5) - gap */
    background: #eaeaea;
    padding: 20px;
    text-align: center;
    box-sizing: border-box;
}

@media (max-width: 768px) {
    .flex-container .col {
        flex: 1 1 calc(50% - 16px);
        /* 2 columnas en móviles */
    }
}

.flex-container h2 {
    font-size: 1.2em;
    font-weight: 600;
}

.flex-container p {
    font-size: 1em;
    font-weight: 200;
}

.titusp h2 {
    font-size: 2em;
    font-weight: 900;
    color: #235367;
}

.alianza {
    padding: 20px;
}

.alianza img {
    width: 100%;
}


.img-cen {
    text-align: center;
}

.img-cen img {
    width: 100%;
}

.lista-Opportunity {
    padding: 10px;
}

.lista-Opportunity ul li {
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 10px;
}

.redes {
    text-align: right;
}

.redes ul li {
    display: inline-block;
    margin-right: 10px;
}

.fondofoot {
    background-image: url(../img/3x/fondo-footer@3x.png);
    background-size: cover;
    background-position: center;
    padding: 50px 0px;
}

.border-r {
    border-right: 3px solid #fff;

}

.footerinf h2 {
    font-size: 1.3em;
    font-weight: 900;
    color: #fff;
}


.bgcreds {
    background-color: #081822;
    padding: 20px 0px;
}

.campox {
    background-color: #384049;
    padding: 10px;
    color: #fff;
    border-radius: 8px;
    width: 100%;
    border: none;
    margin-bottom: 10px;
}

.btnsend {
    background-color: #0f668c;
    padding: 10px;
    color: #fff;
    border-radius: 8px;
    width: 100%;
    border: none;
}

.creds {
    font-size: .9em;
    color: #fff;
    font-weight: 200;
}

.creds2 {
    text-align: right;
}

.creds2 a {
    font-size: .9em;
    color: #fff;
    font-weight: 200;
}




.headerint {
    background-image: url(../img/3x/fondo-horizontal@3x.png);
    background-size: cover;
    background-position: center;
    padding: 20px 0px;
}

.logoint {
    width: 250px;
}

.bg-int1 {
    background-image: url(../img/3x/fondo-footer@3x.png);
    background-size: cover;
    background-position: center;
    padding: 100px 0px;
}

.mensajeabout {
    background-color: #081822;
    padding: 50px;
    text-align: center;
    margin-top: -130px;

}

.mensajeabout h1 {
    color: #081822;
    font-weight: 900;
    font-size: 3em;
    margin-top: -100px;
}

.mensajeabout p {
    color: #fff;
    font-weight: 200;
    font-size: 1.1em;
}



.img-cover-box {
    width: 100%;
    height: 300px;
    overflow: hidden;
    position: relative;
}

.img-cover-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.infoproject {
    padding: 10px;
    background-color: #f2f2f2;
}

.infoproject h2 {
    font-size: .9em;
    font-weight: bold;
    color: #081822;
}

.infoproject p {
    font-size: .8em;
    color: #5e5c5c;
}