﻿.container_h1 {
    background-color: transparent !important;
    color: #212121 !important;
    padding-right: 60px;
}

.headPage {
    background-image: url('/img/bg_proyects.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    text-align: left;
    padding-top: 160px;
    min-height: 80vh;
}

    .headPage .row-head {
        display: flex;
    }

        .headPage .row-head .bottom {
            display: flex;
            flex-direction: column;
        }

        .headPage .row-head .title {
            font-size: 122px;
            line-height: 129px;
            font-weight: 700;
        }

        .headPage .row-head .titlePaginadores {
            font-size: 50px;
            line-height: 56px;
            font-weight: 600;
        }

@media(max-width: 1000px) {
    .headPage .row-head .titlePaginadores {
        font-size: 6vw;
        line-height: 8vw;
    }
}

.headPage .row-head .subtitle {
    font-size: 27px;
    line-height: 35px;
    margin-bottom: 24px;
}

.headPage .row-head .col-img img {
    max-width: 100%;
    height: 100%;
    width: auto;
}

.container-news-mater {
    display: none;
}

.container-news {
    margin-top: 0px;
}

    .container-news .col-tags {
        display: flex;
        align-items: center;
    }

        .container-news .col-tags .tag {
            color: #AAAAAA;
            font-size: 13px;
            line-height: 16px;
            border: 1px solid #AAAAAA;
            border-radius: 6px;
            padding: 0 13px;
            display: flex;
            align-items: center;
            width: fit-content;
            height: 33px;
            margin-right: 9px;
        }

.inputSearchGroup {
    box-shadow: 0px 3px 6px #161F331A;
    border-radius: 3px;
    height: 45px;
}

    .inputSearchGroup .input-group-text {
        background-color: #AEE365;
        color: white;
        border-radius: 0px 3px 3px 0px;
    }


.container-news #rows-news-page .item-new {
    margin-top: 48px;
}

.container-news #row-pages {
    margin-top: 64px;
}

    .container-news #row-pages .page-item {
    }

        .container-news #row-pages .page-item .page-link {
            height: 100%;
            font-size: 16px;
        }

        .container-news #row-pages .page-item.active .page-link {
            background-color: #AEE365;
            border-color: #AEE365;
            color: white;
        }

.container-news .new .head img {
    /* height: 346px; - Removido para respetar aspect-ratio */
}

/* Estilos para video - mismo que img */
.container-news .new .head video {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
    display: block !important;
}



@media (max-width: 1300px) {
    .headPage .row-head .title {
        font-size: 9vw;
        line-height: 1.3;
    }
}

@media (max-width: 1000px) {
    .headPage {
        padding-top: 6vw;
        padding-left: 30px;
    }

    .contianer-rows {
        margin-top: 6vw;
    }

    .headPage .row-head .title {
        font-size: 8vw;
        line-height: 1.3;
    }
}

@media (max-width: 768px) {
    .headPage .row-head .title {
        font-size: 10vw;
        line-height: 1.3;
    }

    .headPage .row-head .subtitle {
        font-size: 20px;
        line-height: 24px;
    }

    .container-news {
        margin-top: 60px;
    }

    .headPage .head {
        padding: 0;
    }

        .headPage .head .row-head {
            --bs-gutter-x: 0;
            margin-bottom: 50px;
        }

            .headPage .head .row-head .inside {
                margin-bottom: 50px;
                text-align: center;
                display: flex;
            }

                .headPage .head .row-head .inside img {
                    width: 85%;
                }
}


/*    .headPage .head * {
        font-size: 92px;
        line-height: 112px;
        font-weight: 700;
    }

    .headPage head img {
        max-width: 100%;
    }

    .headPage .head .row-head {
        --bs-gutter-x: 91px;
    }

    .headPage .title {
        font-size: 52px;
        line-height: 61px;
    }

    .headPage .subtitle {
        font-size: 15px;
        line-height: 23px;
    }

    .headPage .minititle {
        font-weight: bold;
        font-size: 30px;
        line-height: 50px;
        margin-top: 56px;
        margin-top: 16px;
        margin-bottom: 24px;
    }

    .headPage .inside img {
        max-width: 100%;
        height: auto;
    }

.container-reto {
    margin-top: 50px;
}

    .container-reto .text {
        font-size: 18px;
        line-height: 27px;
    }

.linkWeb {
    font-size: 20px;
    line-height: 27px;
    font-weight: 700;
    display: block;
    margin-top: 0px;
}
.linkVolver{
    font-size:14px!important;
    font-weight:bold!important;
    line-height:14px!important;
    display:inline-block!important;
    margin-bottom:50px;
    color:black!important;
}
.linkVolver *{
    font-weight:bold;
}
   */


