﻿.breatcome_area {
    height: auto;
    padding-top: 140px;
    background-image: none;
}

    .breatcome_area:before {
        background-image: none;
    }

    .breatcome_area .sectionSubTitle {
        color: var(--darker_blue);
        font-size: 51px;
        line-height: 70px;
        margin: 0;
        margin-bottom: 30px;
    }

/*.breatcome_area .sectionTitle {
    color: #FFFFFF !important;
    font-size: 75px !important;
    line-height: 99px;
    text-shadow: 2px 5px 27px #0000001D;
    text-align: left;
}*/

/*#region DETAIL*/


.container-detail {
}

    .container-detail .title {
        font-weight: 700;
        font-size: 60px;
        line-height: 69px;
    }

    .container-detail .text {
        color: #616161;
        font-size: 18px;
        line-height: 27px;
        text-shadow: 2px 5px 14px #00000015;
        /*letter-spacing: -0.45px;*/
    }

        .container-detail .text .black {
            color: var(--very_dark_blue);
            font-size: 26px;
            line-height: 36px;
        }

        .container-detail .text .gray {
            color: var(--medium_grey);
            font-size: 15px;
            line-height: 20px;
            margin-bottom: 25px;
        }

        .container-detail .text p {
            margin-bottom: 9px;
        }

        .container-detail .text .blue {
            color: var(--medium_blue);
            font-size: 19px;
            line-height: 20px;
            font-weight: bolder;
        }

.title-conocenos {
    margin-bottom: 35px !important;
}



@media (max-width: 1199px) {
    .know_us_img {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 10px;
    }

        .know_us_img img {
            width: -webkit-fill-available;
        }
}

.p_products_offered {
    font-size: 14px;
    line-height: 20px;
    margin-top: 14px;
}

.div_btn_see_products {
    text-align: center;
    width: 100%;
    /*margin-top: 20px;*/
    margin-top: 52px;
}

/*#endregion*/


