: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);
}

.fondo-azul {
    background-color: var(--azul);
    padding-bottom: 160px;
    border-radius: 0px 0px 64px 64px;
    overflow: hidden;
    position: relative;
    z-index: 2;
}



/* bloque 1
--------------------------------------------- */
.sec1_inte {
    width: 100%;
    height: 100%;
    background-size: 100%;
    background-color: var(--azul);
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 145px;
    position: relative;
}


.sec1_inte .fila1 {
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    z-index: 2;
    gap: 3%;
}

.sec1_inte .fila1 .col1,
.sec1_inte .fila1 .col2 {
    width: 50%;
}


.sec1_inte .tit p {
    margin: 0px;
}

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

.sec1_inte .tit em {
    display: inline-block;
    font-style: normal !important;
}

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

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

.sec1_inte .parallax-img {
    height: 380px;
    margin-bottom: 35px;
}

.sec1_inte .fecha {
    color: var(--azul);
    font-family: var(--fuentePrin);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    display: inline-block;
    background-color: var(--beige);
    padding: 5px 9px;
    border-radius: 200px;
    margin-bottom: 20px;
}

.sec1_inte .compartir {
    align-items: center;
    gap: 3%;
    height: 50px;
    padding-top: 7px;
}

.sec1_inte .comp-txt {
    color: var(--blanco);
    font-family: var(--fuentePrin);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin-top: -8px;
}

.sec1_inte .compartir img {
    width: 48px;
    height: 48px;
}

.sec1_inte .contenido p {
    margin-top: 0px;
    margin-bottom: 40px;
}

.sec1_inte .contenido,
.sec1_inte .contenido p,
.sec1_inte .contenido span,
.sec1_inte .contenido a,
.sec1_inte .contenido a:hover,
.sec1_inte .contenido a:active,
.sec1_inte .contenido a:visited,
.sec1_inte .contenido strong,
.sec1_inte .contenido em {
    color: var(--beige) !important;
    font-family: var(--fuentePrin) !important;
    font-size: 26px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    background-color: var(--trans) !important;
    background: var(--trans) !important;
    text-align: left !important;
}

.sec1_inte .contenido a {
    text-decoration: underline !important;
}

.sec1_inte .contenido u {
    text-decoration: none !important;
}

.sec1_inte .contenido strong {
    font-weight: 700;
}

.sec1_inte .contenido em {
    font-style: italic;
}

.sec1_inte .contenido ul,
.sec1_inte .contenido ol {
    margin-left: 0;
}

.sec1_inte .contenido h2,
.sec1_inte .contenido h3,
.sec1_inte .contenido h4,
.sec1_inte .contenido h5,
.sec1_inte .contenido h6 {
    font-size: 32px;
    text-decoration: none !important;
}

.sec1_inte .contenido h2 u,
.sec1_inte .contenido h3 u,
.sec1_inte .contenido h4 u,
.sec1_inte .contenido h5 u,
.sec1_inte .contenido h6 u {
    text-decoration: none !important;
}

.nav-flechas {
    margin-top: 90px;
    margin-bottom: 15px;
}

.nav-flechas a {
    color: var(--blanco);
    font-family: var(--fuentePrin);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-decoration: none;
}


.nav-flechas .nav-previous {
    padding-left: 30px;
    position: relative;
}

.nav-flechas .nav-previous::before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    background-image: url('https://intemares.entorno-desarrollo.es/wp-content/uploads/2023/11/ico-nav-left.svg');
    background-size: cover;
    left: 0;
    top: 2px;
}

.nav-flechas .nav-next {
    padding-right: 30px;
    position: relative;
}

.nav-flechas .nav-next::before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    background-image: url('https://intemares.entorno-desarrollo.es/wp-content/uploads/2023/11/ico-nav-right.svg');
    background-size: cover;
    right: 0;
    top: 2px;
}



.nav-post .img-mini {
    width: 100%;
    height: 270px;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 20px;
}

.nav-post .img-mini img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.nav-post {
    margin-bottom: 80px;
}

.nav-post a,
.nav-post a:hover,
.nav-post a:active {
    color: var(--beige);
    font-family: var(--fuentePrin);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
}

.nav-post {
    justify-content: space-between;
    gap: 4%;
}

.cont-btn-todo {
    text-align: center;
}

.btn-todo,
.btn-todo:active,
.btn-todo:hover,
.btn-todo:visited {
    color: var(--azul);
    font-family: var(--fuentePrin);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
    padding: 10px 14px;
    border-radius: 150px;
    background-color: var(--beige);
    display: inline-block;
}

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

    .sec1_inte .contenido,
    .sec1_inte .contenido p,
    .sec1_inte .contenido span,
    .sec1_inte .contenido a,
    .sec1_inte .contenido a:hover,
    .sec1_inte .contenido a:active,
    .sec1_inte .contenido a:visited,
    .sec1_inte .contenido strong,
    .sec1_inte .contenido em {
        font-size: 22px !important;
    }

    .nav-post {
        gap: 6%;
    }

    .nav-post .img-mini {
        height: 200px;
    }

    .nav-post a,
    .nav-post a:hover,
    .nav-post a:active {
        font-size: 20px;
    }

    .sec1_inte {
        background-size: 1900px;
        background-position: 55% top;
        background-repeat: no-repeat;
    }
}

@media (max-width:1399px) {
    .sec1_inte .parallax-img {
        height: 300px;
    }

    .sec1_inte .tit {
        font-size: 24px;
    }

    .nav-post .img-mini {
        height: 160px;
    }

    .nav-post a,
    .nav-post a:hover,
    .nav-post a:active {
        font-size: 18px;
    }

}


@media (max-width:991px) {
    .sec1_inte {
        padding-top: 100px;
    }

    .sec1_inte .fila1 {
        justify-content: center;
        flex-direction: column;
    }

    .sec1_inte .fila1 .col1,
    .sec1_inte .fila1 .col2 {
        width: 100%;
    }

    .sec1_inte .compartir {
        margin-bottom: 85px;
    }

    .nav-post .img-mini {
        height: 220px;
    }

    .btn-todo,
    .btn-todo:active,
    .btn-todo:hover,
    .btn-todo:visited {
        font-size: 17.5px;
    }

    .fondo-azul {
        padding-bottom: 110px;
    }

}

@media (max-width:767px) {
    .nav-post .img-mini {
        height: 180px;
    }

}

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

    .sec1_inte .comp-txt {
        font-size: 16px;
    }

    .sec1_inte .compartir img {
        width: 42px;
        height: 42px;
    }

}


@media (max-width:400px) {
    .sec1_inte .parallax-img {
        height: 380px;
    }

    .nav-post {
        flex-direction: column;
    }

    .nav-post .img-mini {
        height: 270px;
    }

    .nav-post .col1 {
        margin-bottom: 50px;
    }

    .nav-post a,
    .nav-post a:hover,
    .nav-post a:active {
        font-size: 21px;
    }

    .nav-flechas {
        margin-top: 75px;
    }

    .sec1_inte .contenido p {
        margin-bottom: 35px;
    }

    .sec1_inte .parallax-img {
        margin-bottom: 25px;
    }

    .comment-navigation .nav-links,
    .posts-navigation .nav-links,
    .post-navigation .nav-links {
        gap: 2%;
    }

    .nav-flechas .nav-next {
        padding-right: 20px;
    }

    .nav-flechas .nav-previous {
        padding-left: 20px;
    }

}

@media (max-width:370px) {
    .sec1_inte {
        background-size: 1400px;
        background-position: 60% top;
    }

    .comment-navigation .nav-links,
    .posts-navigation .nav-links,
    .post-navigation .nav-links {
        gap: 2%;
    }

    .nav-flechas a {
        font-size: 15px;
    }

    .nav-flechas .nav-previous::before,
    .nav-flechas .nav-next::before {
        width: 15px;
        height: 15px;
        top: 4px;
    }

    .nav-flechas .nav-previous {
        padding-right: 20px;
    }

    .nav-flechas .nav-next {
        padding-left: 11px;
    }

    .sec1_inte .tit {
        font-size: 22px;
    }

    .sec1_inte .comp-txt {
        font-size: 15px;
    }

    .sec1_inte .contenido,
    .sec1_inte .contenido p,
    .sec1_inte .contenido span,
    .sec1_inte .contenido a,
    .sec1_inte .contenido a:hover,
    .sec1_inte .contenido a:active,
    .sec1_inte .contenido a:visited,
    .sec1_inte .contenido strong,
    .sec1_inte .contenido em {
        font-size: 20px !important;
    }

    .nav-post {
        margin-bottom: 60px;
    }
}

@media (max-width:350px) {
    .sec1_inte {
        padding-top: 70px;
    }

    .sec1_inte .parallax-img {
        height: 270px;
    }

    .sec1_inte .compartir img {
        width: 38px;
        height: 38px;
    }

    .sec1_inte .contenido,
    .sec1_inte .contenido p,
    .sec1_inte .contenido span,
    .sec1_inte .contenido a,
    .sec1_inte .contenido a:hover,
    .sec1_inte .contenido a:active,
    .sec1_inte .contenido a:visited,
    .sec1_inte .contenido strong,
    .sec1_inte .contenido em {
        font-size: 18px !important;
    }

    .sec1_inte .compartir {
        margin-bottom: 50px;
    }

    .nav-post .img-mini {
        height: 200px;
    }

    .nav-post a,
    .nav-post a:hover,
    .nav-post a:active {
        font-size: 18px;
    }

    .btn-todo,
    .btn-todo:active,
    .btn-todo:hover,
    .btn-todo:visited {
        font-size: 15px;
    }

    .nav-post {
        margin-bottom: 40px;
    }

    .fondo-azul {
        padding-bottom: 70px;
    }
}


/* bloque Single general
--------------------------------------------- */


#single .sec_single {
    width: 100%;
    height: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    padding-top: 350px;
    z-index: 2;
    position: relative;
    background-color: var(--azul);
}

#single .fila_single {
    flex-direction: column;
    min-height: 500px;
}

#single .tit-content {
    color: var(--beige);
    font-size: 67px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 100px;
    width: 55%;
}

.titAnim em {
    font-style: normal;
    display: inline-block;
}

#single .info-content {
    width: 100%;

}

#single .info-content p,
#single .info-content ul,
#single .info-content ol,
#single .info-content a,
#single .info-content a:hover,
#single .info-content a:active,
#single .info-content a:visited,
#single .info-content span {
    color: var(--blanco) !important;
    font-family: var(--fuentePrin) !important;
    font-size: 18px;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 140%;
    margin: 0px;
    margin-bottom: 35px;
}

#single .fondo-bot {
    border-radius: 0px 0px 64px 64px;
    overflow: hidden;
    z-index: 1;
    position: relative;
    background-size: cover;
    height: 650px;
    background-position: center top;
}




@media (max-width:1699px) {
    #single .tit-content {
        width: 70%;
        font-size: 62px;
    }
}


@media (max-width:1499px) {
    #single .tit-content {
        width: 100%;
        font-size: 58px;
    }
}

@media (max-width:1200px) {
    #single .tit-content {
        font-size: 52px;
    }
}


@media (max-width:991px) {

    #single .sec_single {
        padding-top: 250px;
        background-size: 1000px;
        background-position: top center;
    }

    #single .tit-content {
        font-size: 45px;
        margin-bottom: 70px;
    }

    #single .fila_single {
        min-height: 100px;
    }

    #single .info-content p,
    #single .info-content ul,
    #single .info-content ol,
    #single .info-content a,
    #single .info-content a:hover,
    #single .info-content a:active,
    #single .info-content a:visited,
    #single .info-content span {
        font-size: 16px;
    }

    #single .fondo-bot {
        height: 550px;
    }

}


@media (max-width:767px) {
    #single .tit-content {
        font-size: 42px;
    }
}

@media (max-width:500px) {
    #single .tit-content {
        font-size: 40px;
    }

    #single .fondo-bot {
        height: 450px;
    }
}

@media (max-width:350px) {
    #single .tit-content {
        font-size: 28px;
    }

    #single .info-content p,
    #single .info-content ul,
    #single .info-content ol,
    #single .info-content a,
    #single .info-content a:hover,
    #single .info-content a:active,
    #single .info-content a:visited,
    #single .info-content span {
        font-size: 15px;
    }

    #single .fondo-bot {
        height: 350px;
    }
}

/*ARCHIVE*/
.tit-arch {
    color: var(--beige);
    font-family: var(--fuentePrin);
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    padding: 0px;
    margin-bottom: 30px;
}

.tit-arch span {
    color: var(--beige);
    font-family: var(--fuentePrin);
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    padding: 0px;
    margin-bottom: 30px;
}

.cont-arch,
.cont-arch a,
.cont-arch a:hover,
.cont-arch a:active,
.cont-arch a:visited {
    color: var(--beige);
    font-family: var(--fuentePrin);
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    padding: 0px;
    text-decoration: none;

}

.post-edit-link,
.comments-link {
    font-size: 18px;
    text-decoration: underline !important;
}


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

    .tit-arch span {
        font-size: 28px;
    }

    .cont-arch,
    .cont-arch a,
    .cont-arch a:hover,
    .cont-arch a:active,
    .cont-arch a:visited {
        font-size: 24px;
    }

    .post-edit-link,
    .comments-link {
        font-size: 18px;        
    }
}


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

    .tit-arch span {
        font-size: 25px;
    }

    .cont-arch,
    .cont-arch a,
    .cont-arch a:hover,
    .cont-arch a:active,
    .cont-arch a:visited {
        font-size: 18px;
    }

    .post-edit-link,
    .comments-link {
        font-size: 15px;        
    }
}