:root {
    --negro: #000000;
    --blanco: #FFFFFF;
    --trans: transparent;
    --azul: #003B64;
    --amarillo: #E3AB00;
    --beige: #F4F1EA;
    --fuentePrin: 'Helvetica Neue', sans-serif;
    --fuenteSec: 'BenHand';
}



body {
    color: var(--beige);
    font-family: var(--fuentePrin);
}



/* bloque 1
--------------------------------------------- */
.sec1_inte {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-color: var(--negro);
    background-repeat: no-repeat;
    background-position: top center;
    padding: 270px 0px 125px;
}

.sec1_inte::after {
    content: "";
    position: absolute;
    top: 80px;
    left: 120px;
    width: 616px;
    height: 616px;
    background-image: url('https://intemares.entorno-desarrollo.es/wp-content/uploads/2023/10/equipo-Gradiente.svg');
    background-size: cover;
}

.sec1_inte .cont-pos {
    position: relative;
    z-index: 4;
}

.sec1_inte .tit-top {
    padding: 0px;
    color: var(--beige);
    font-family: var(--fuentePrin);
    font-size: 68px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 70px;
}

.sec1_inte .tit-2 {
    padding: 0px;
    color: var(--blanco);
    font-family: var(--fuentePrin);
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 40px;
}

.sec1_inte .espacio {
    margin-bottom: 170px;
}

.cordina {
    margin-bottom: 90px;
}

.sec1_inte .logos1 img {
    /*height: 64px;*/
    height: 100px;
    margin-right: 6px !important;
}

.socios .tit-3 {
    padding: 0px;
    color: var(--blanco);
    font-family: var(--fuentePrin);
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 40px;
}

.sec1_inte .logos2 {
    flex-wrap: wrap;
    /*width: 1400px;*/
    width: 100%;
    gap: 30px;
}

.sec1_inte .logos2 img {
    height: 80px;
    /*height: auto;*/
}

.logos1.d-flex img {
    height: 85px;
}

.logo1,
.logo2,
.logo3,
.logo4,
.logo5,
.logo6,
.logo7 {
    margin-bottom: 25px;
    /*margin-right: 23px;*/
}

.logos2 img:nth-child(1) {
    margin-right: 6px !important;
}

.logo8,
.logo9,
.logo10,
.logo11,
.logo12,
.logo13 {
    margin-bottom: 25px;
    /*margin-right: 60px;*/
}


.sec1_inte .parr {
    color: var(--beige);
    font-family: var(--fuentePrin);
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
}

.explorar-btn {
    text-decoration: none;
    margin-bottom: 5px;
    color: var(--beige);
}

.explorar-btn:active,.explorar-btn:hover, .explorar-btn:visited {
    color: var(--beige);
}

.explorar-btn .img-btn {
    width: 20px;
    height: 20px;
    margin-right: 15px;
}

.explorar-btn .txt-btn {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}

/*.logos1.d-flex {
    background: #fff;
    display: inline-flex;
}*/

@media (max-width:1699px) {
    .sec1_inte .logos1 img {
        /*height: 56px;*/
        /*height: auto;*/
    }

    .sec1_inte .logos2 img {
        height: 72px;
        /*height: auto;*/
    }

    .logo1,
    .logo2,
    .logo3,
    .logo4,
    .logo5,
    .logo6,
    .logo7 {
        margin-right: 13px;
    }

    .logo8,
    .logo9,
    .logo10,
    .logo11,
    .logo12,
    .logo13 {
        margin-right: 45px;
    }

    .sec1_inte .logos2 {
       /* width: 1180px;*/
       width: 100%;
    }

    .sec1_inte .logos2 img {
        height: 68px;
        /* height: auto; */
    }
}

@media (max-width:1399px) {
    .sec1_inte .logos2 {
        width: 100%;
    }

    .sec1_inte .logos2 img {
        margin-right: 45px;
    }

    .sec1_inte {
        background-size: 1600px;
        background-position: center top;
    }

    .sec1_inte .tit-top {
        font-size: 64px;
        margin-bottom: 50px;
    }

    .sec1_inte .espacio {
        margin-bottom: 150px;
    }

    .cordina {
        margin-bottom: 75px;
    }

    .sec1_inte .tit-2,
    .socios .tit-3 {
        font-size: 38px;
    }
}

@media (max-width:1199px) {
    .sec1_inte {
        background-size: 1500px;
    }

    .sec1_inte .tit-top {
        font-size: 60px;
        margin-bottom: 45px;
    }

    .sec1_inte::after {
        left: 0px;
    }

    .sec1_inte .espacio {
        margin-bottom: 130px;
    }

    .sec1_inte .tit-2,
    .socios .tit-3 {
        font-size: 36px;
        margin-bottom: 30px;
    }

    .logo1 {
        order: 1;
    }

    .logo2 {
        order: 2;
    }

    .logo3 {
        order: 3;
    }

    .logo4 {
        order: 4;
    }

    .logo5 {
        order: 5;
    }

    .logo6 {
        order: 6;
    }

    .logo7 {
        order: 7;
    }

    .logo8 {
        order: 8;
    }

    .logo9 {
        order: 10;
    }

    .logo10 {
        order: 11;
    }

    .logo11 {
        order: 9;
    }

    .logo12 {
        order: 12;
    }

    .logo13 {
        order: 13;
    }
}

@media (max-width:991px) {
    .sec1_inte {
        background-size: 1200px;
    }

    .logo4 {
        order: 6;
    }

    .logo5 {
        order: 7;
    }

    .logo6 {
        order: 5;
    }

    .logo7 {
        order: 4;
    }

    .logo9 {
        order: 9;
    }

    .logo10 {
        order: 10;
    }

    .logo11 {
        order: 11;
    }
}

@media (max-width:767px) {
    .sec1_inte::after {
        top: 150px;
        left: 10px;
        width: 450px;
        height: 450px;
    }
}

@media (max-width:500px) {
    .sec1_inte::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 250px;
        background-image: url(https://intemares.entorno-desarrollo.es/wp-content/uploads/2023/10/equipo-Gradiente-top.svg);
        background-size: cover;
        background-position: -20px center;
    }

    .sec1_inte::after {
        top: 80px;
        left: 0px;
        width: 100%;
        height: 358px;
    }

    .sec1_inte .logos2 img {
        margin-right: 20px;
    }

    .sec1_inte {
        padding: 230px 0px 50px;
    }

    .sec1_inte .tit-top {
        font-size: 59px;
        margin-bottom: 50px;
    }

    .sec1_inte .espacio {
        margin-bottom: 100px;
    }

    .cordina {
        margin-top: 45px;
    }

    .sec1_inte .tit-2,
    .socios .tit-3 {
        margin-bottom: 35px;
    }

    .logos2 img {
        margin-bottom: 20px;
    }

    .sec1_inte {
        background-position: center -50px;
        background-size: 1000px;
    }

    .explorar-btn .img-btn {
        width: 17px;
        height: 17px;
    }

    .explorar-btn .txt-btn {
        font-size: 18px;
    }


    .sec1_inte .logos2 img.logo4, .sec1_inte .logos1 img {
        height: auto !important;
    }
}

@media (max-width:387px) {

    .sec1_inte .logos1 img,
    .sec1_inte .logos2 img {
        margin-right: 15px;
        /*height: 45px;*/
        height: auto;
    }
}

@media (max-width:320px) {

    .sec1_inte .logos1 img,
    .sec1_inte .logos2 img {
        /*height: 38px;*/
        height: auto;
    }
}





/* bloque 2
--------------------------------------------- */
.sec2_inte {
    position: relative;
    background-color: var(--negro);
    padding-bottom: 80px;
}

.sec2_inte .col1,
.sec2_inte .col2 {
    width: 50%;
}

.sec2_inte .col1 {
    padding-right: 50px;
}

.sec2_inte .parallax-cont {
    position: relative;
    width: 100%;
    height: 399px;
    overflow: hidden;
    border-radius: 16px;
}

.sec2_inte .parallax-cont .parallax {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    position: absolute;
}

.sec2_inte .col2 .parr p {
    margin: 0px;
}

.sec2_inte .col2 .parr,
.sec2_inte .col2 .parr a {
    color: var(--beige);
    font-family: var(--fuentePrin);
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

@media (max-width:1699px) {
    .sec2_inte .parallax-cont {
        height: 340px;
    }

    .sec2_inte .col2 .parr,
    .sec2_inte .col2 .parr a {
        font-size: 22px;
    }
}

@media (max-width:1399px) {
    .sec2_inte .fila {
        flex-direction: column;
        align-items: center;
    }

    .sec2_inte .col1,
    .sec2_inte .col2 {
        width: 700px;
    }

    .sec2_inte .col1 {
        padding-right: 0px;
        margin-bottom: 50px;
    }

    .sec2_inte .parallax-cont {
        height: 399px;
    }
}

@media (max-width:880px) {
    .sec2_inte .col1,
    .sec2_inte .col2 {
        width: 100%;
    }
}

@media (max-width:767px) {
    .sec2_inte .parallax-cont {
        height: 300px;
    }

    .sec2_inte .col2 .parr,
    .sec2_inte .col2 .parr a {
        font-size: 20px;
    }
}


@media (max-width:570px) {
    .sec2_inte .parallax-cont {
        height: 250px;
    }

    .sec2_inte .col2 .parr,
    .sec2_inte .col2 .parr a {
        font-size: 18px;
    }

    .sec2_inte .col1 {
        margin-bottom: 45px;
    }

    .sec2_inte {
        padding-bottom: 0px;
    }
}


@media (max-width:470px) {
    .sec2_inte .parallax-cont {
        height: 200px;
    }

    .sec2_inte .col2 .parr,
    .sec2_inte .col2 .parr a {
        font-size: 16px;
    }
}

@media (max-width:380px) {
    .sec2_inte .parallax-cont {
        height: 170px;
    }
}

@media (max-width:350px) {
    .sec2_inte .parallax-cont {
        height: 140px;
    }
}




/* bloque Fondo Final
--------------------------------------------- */
.fondoFin {
    height: 800px;
    border-radius: 0px 0px 64px 64px;
    background-size: cover;
    position: relative;
    z-index: 2;
    background-color: var(--negro);
    background-position: bottom center;
}

@media (max-width:1699px) {
    .fondoFin {
        height: 700px;

    }
}

@media (max-width:1399px) {
    .fondoFin {
        height: 800px;
        background-size: 1900px;
        background-repeat: no-repeat;

    }
}

@media (max-width:350px) {
    .fondoFin {
        height: 450px;
        background-size: 1100px;
    }
}

