﻿.headPage {
    background-image: url(/img/bg_proyect.png);
}

.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 {
        --bs-gutter-x: 30px;
    }

        .headPage .row-head .title {
            font-size: 122px;
            line-height: 129px;
            font-weight: 700;
        }

        .headPage .row-head .subtitle {
            font-size: 27px;
            line-height: 35px;
            margin-bottom: 24px;
        }

        .headPage .row-head .col-img {
            align-content: center;
            flex-wrap: wrap;
        }

            .headPage .row-head .col-img img {
                width: 100%;
                height: auto;
            }


.service-section, .service-section:nth-child(even) {
    background-color: transparent;
}

    .service-section .minititle {
        font-size: 3.5vw;
        line-height: 1;
        margin-bottom: 30px;
    }

    .service-section > .container > .row {
        --bs-gutter-x: 35px;
    }

    .service-section .box > p {
        margin-bottom: 5px;
    }

.chatWithUs {
    display: flex;
}

    .chatWithUs img {
        height: 30px;
    }


@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;
        text-align: center;
    }

    .headPage .row-head .subtitle {
        text-align: center;
    }

    iframe {
        height: 500px !important;
    }

    .service-section .minititle {
        font-size: 6vw;
        font-size: 40px;
    }

    .container-news {
        padding-left: 30px;
    }
}

@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;
        }

    .service-section .box {
        max-width: 370px !important;
        margin: auto;
        margin-bottom: 30px;
    }

    .service-section .minititle {
        text-align: center;
    }

    .service-section .box {
        background-position-x: 180%;
        background-position-y: 155%;
    }
}
/*#region FONT SIZES CONTAINER*/
@media (min-width: 1320px) {
    .service-section .minititle {
        font-size: 67px;
    }
}
/*#endregion FONT SIZES CONTAINER*/
