﻿.headPage {
    background-image: url(/img/bg_proyect.png);
}
    .headPage .row-head {
    --bs-gutter-x: 30px;
}

    .headPage .row-head .title {
        font-size: 3vw;
        line-height: 1.3;
    }

    .headPage .row-head .col-img {
        align-content: center;
        flex-wrap: wrap;
    }

        .headPage .row-head .col-img img {
            width: 100%;
            height: auto;
        }

.linkVolver {
    font-size: 14px !important;
    font-weight: bold !important;
    line-height: 14px !important;
    display: inline-block !important;
    margin-bottom: 50px;
    color: black !important;
}

.article {
    font-size: 18px;
    margin-top: 91px;
    line-height: 27px;
    color: #212121;
    text-shadow: 2px 5px 14px #00000015;
}

    .article .publicado {
        font-weight: 700;
        margin-bottom: 34px;
    }

    .article  p {
        font-size: 18px;
        line-height: 27px;
    }

        .article p br {
            display: none;
        }
@media (max-width: 768px) {
    .headPage .row-head .title{
        margin-top:30px;
    }
}


/*#region FONT SIZES CONTAINER*/
@media (min-width: 1320px) {
    .headPage .row-head .title {
        font-size: 57px;
    }
}
/*#endregion FONT SIZES CONTAINER*/


