﻿

.ctr_productoTitulo {
    background: white;
    padding: 30px 0px 20px 0px;
}

    .ctr_productoTitulo .title.titleSection {
        margin-bottom: 18px;
        color: #000;
        text-align: center;
/*        font-family: Montserrat;*/
        font-size: 48px;
        font-style: normal;
        font-weight: 300;
        line-height: 54px; /* 78.125% */
    }


@media only screen and (max-width: 1400px) {
    .ctr_productoTitulo .col-boxes {
        justify-content: space-around;
        row-gap: 50px;
    }
}

@media only screen and (max-width: 992px) {
    .ctr_productoTitulo {
        padding: 15px 0px 0px 0px;
    }

        .ctr_productoTitulo .box .head {
            height: auto;
            margin-bottom: 30px;
        }

        .ctr_productoTitulo .box .body .title {
            font-size: 34px;
            line-height: 30px;
        }

        .ctr_productoTitulo .box .body .price {
            font-size: 36px;
        }

        .ctr_productoTitulo .box .body .text {
            font-size: 16px;
            line-height: 20px;
        }
}


@media (max-width: 992px) {
    .ctr_productoTitulo {
        background: white;
        padding-top: 40px;
    }

        .ctr_productoTitulo .title.titleSection {
            margin-bottom: 18px;
            font-size: 40px;
            line-height: 45px;
            font-size: 35px;
            line-height: 1.3;
        }
}

@media (max-width: 576px) {
    .ctr_productoTitulo {
        background: white;
        padding: 20px 0px 0px 0px;
    }

        .ctr_productoTitulo .title.titleSection {
            margin-bottom: 18px;
            color: #000;
            text-align: center;
        }
}
