: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(--azul);
    background-repeat: no-repeat;
    background-position: top center;
    padding: 340px 0px 50px;
    position: relative;
    z-index: 4;
}

.espacio {
    height: 150px;
}

.tit p {
    margin: 0;
}

.titAnim em {
    font-style: normal !important;
}

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

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

.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%;
}



@media (max-width:1699px) {
    .sec1_inte .tit {
        font-size: 65px;
    }
}

@media (max-width:1399px) {
    .sec1_inte .tit {
        font-size: 60px;
        margin-bottom: 50px;
    }
}

@media (max-width:1199px) {
    .sec1_inte .tit {
        font-size: 55px;
    }
}

@media (max-width:991px) {
    .sec1_inte .tit {
        font-size: 50px;
    }
}

@media (max-width:767px) {
    .sec1_inte .tit {
        font-size: 46px;
    }
}

@media (max-width:500px) {
    .sec1_inte .tit {
        font-size: 42px;
    }

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

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

@media (max-width:350px) {
    .sec1_inte .tit {
        font-size: 30px;
    }
}



/* bloque 2
--------------------------------------------- */
.sec2_inte {
    background-color: var(--azul);
}

.sec2_inte .fila {
    flex-wrap: wrap;
    gap: 2%;
}

.box-img {
    width: 498px;
    height: 487px;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}

.box-img a {
    text-decoration: none;
}

.box-img:hover .img-hover {
    opacity: 1;
    transition: all 0.4s linear;
    cursor: pointer;
}


.box-img .img-gal {
    width: 100%;
    height: 100%;
    background-size: cover;
}

.fondo-osc {
    width: 100%;
    height: 100%;
    padding: 25px;
    background-image: url('https://intemares.entorno-desarrollo.es/wp-content/uploads/2023/08/fondo-gal-1.png');
    background-size: 110%;
    background-position-y: calc(100% + 2px);
    background-repeat: no-repeat;
    align-items: flex-end;
}


.box-img .gal-btn {
    width: 100%;
    min-height: 85px;
    justify-content: space-between;
    align-items: flex-end;
}

.box-img .gal-btn .txt {
    color: var(--blanco);
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 139.83%;
    width: 88%;
    text-align: center;
}

.box-img .gal-btn img {
    width: 24px;
    height: 24px;
}


.img-hover {
    width: 100%;
    height: 100%;
    position: absolute;
    backdrop-filter: blur(25px);
    opacity: 0;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
}

.img-hover .link-expl {
    border: 1px solid var(--blanco);
    border-radius: 100%;
    width: 270px;
    height: 270px;
    justify-content: center;
    align-items: center;
}

.img-hover .txt-expl {
    color: var(--blanco);
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    margin-right: 15px;
}

.img-hover img {
    width: 18px;
    height: 16px;
}

.fondo-color {
    background-color: var(--azul);
}

@media (max-width:1699px) {
    .box-img {
        width: 410px;
        height: 400px;

    }
}

@media (max-width:1399px) {
    .box-img {
        width: 355px;
        height: 345px;
    }
}


@media (max-width:1399px) {
    .box-img {
        width: 355px;
        height: 345px;
    }

    .box-img .gal-btn .txt {
        font-size: 24px;
    }
}

@media (max-width:1199px) {
    .box-img {
        width: 305px;
        height: 295px;
    }

    .box-img .gal-btn .txt {
        font-size: 20px;
    }
}

@media (max-width:991px) {
    .sec2_inte .fila {
        gap: 5%;
    }

    .box-img {
        width: 340px;
        height: 330px;
    }

    .box-img .gal-btn .txt {
        font-size: 22px;
    }
}

@media (max-width:767px) {
    .sec2_inte .fila {
        justify-content: center;
    }

    .box-img .gal-btn .txt {
        font-size: 22px;
    }

    .img-hover .txt-expl {
        font-size: 18px;
    }
    .sec1_inte {
        padding: 280px 0px 50px;
        background-position: 43% top;
    }
    .espacio {
        height: 230px;
    }
}

@media (max-width:390px) {
    .box-img {
        width: 100%;
        height: 350px;
    }

    .box-img .gal-btn img {
        width: 21px;
        height: 21px;
    }
    .box-img {      
        margin-bottom: 25px;
    }

}


@media (max-width:350px) {
    .box-img {
        height: 300px;
    }

    .box-img .gal-btn .txt {
        font-size: 18px;
    }

    .img-hover .link-expl {
        width: 240px;
        height: 240px;
    }

}

@media (max-width:330px) {
    .box-img .gal-btn .txt {
        font-size: 16px;
    }
}




/* bloque Fondo Final
--------------------------------------------- */
.fondoFin {
    height: 850px;
    /* margin-top: -620px; */
    border-radius: 0px 0px 64px 64px;
    background-size: cover;
    position: relative;
    z-index: 2;
    background-position: bottom center;
    background-repeat: no-repeat;
}

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

    }
}

@media (max-width:350px) {
    .fondoFin {
        height: 550px;
        background-size: 1250px;
        background-position: center bottom;
    }
}