.about__container{
    margin: 0;
}

@media (max-width: 640px){
 .container{
    padding: 0 5px;
    }   
}

.custom-text-link{
    text-decoration: underline;
    font-size: 0.8em;
}


.custom-text-nowrap{
    white-space: nowrap;
}
@media (max-width: 640px){
 .custom-text-nowrap{
    white-space: normal;
    font-size: 0.9em;
    }   
}

.custom-text-white{
    color: #fff;    
}

.about__container-custom{
    overflow: auto;
    /* opacity: 0.9; */
    background-image: url(/diffusor/img/about-us.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-blend-mode: overlay;
    border-radius: 50px;
    -webkit-box-shadow: 0 0 96.46px 9.54px rgb(184 1 1 / 13%);
    box-shadow: 0 0 96.46px 9.54px rgb(184 1 1 / 13%);
}

.about__container-custom > ul{
    color: #fff;
}

ul.about__text{
    text-align:left;
}

ul.about__text > li > h4{
    font-weight: normal;
    margin-left: 1.5em;
}


ul.grid__leftborder__custom > li{
    margin-bottom: 0.7em;
    padding-left: 1em;
    border-left: 4px solid #b90000;
}


.list2b {
    //margin-bottom: 8px;
    padding:0;
    list-style: none;
    counter-reset: li;
}    
.list2b li {
    border-left: 4px solid #b90000;
    position: relative;
    //border: 2px solid #DDDDDD;
    //background: #FAFAFA;
    padding:16px 20px 16px 28px;
    margin:12px 0 12px 40px;
    //-webkit-transition-duration: 0.3s;
    //transition-duration: 0.3s;
}
.list2b li:before {
    line-height: 32px;
    position: absolute;
    top: 4px;
    left:-40px;
    width:40px;
    text-align:center;
    font-size: 16px;
    font-weight: bold;
    color: #b90000;
    background: #b90000;
    counter-increment: li;
    content: counter(li);
    //-webkit-transition-duration: 0.2s;
    //transition-duration: 0.2s;
}

.list2b li:after {
    position: absolute;
    left: 0;
    top: 4px;
    content: "";
    height: 0;
    width: 0;
    border: 16px solid transparent;
    border-left-color: #b90000;
    //-webkit-transition-duration: 0.2s;
    //transition-duration: 0.2s
}



 ul.list6b{
    color: #000;
    list-style: none;
}
.list6b li{
    padding: 0.5em 2em .5em;
    margin: 5px;
    position: relative;
    color: #000;
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 96.46px 9.54px rgb(184 1 1 / 13%);
    box-shadow: 0 0 96.46px 9.54px rgb(184 1 1 / 13%);
}
.list6b li:before {
    margin: 1.2em auto;
    position: absolute;
    //padding-right:10px;
    //font-weight: bold;
    color: #b90000;
    content: '\f00c';
    font-family: FontAwesome;
}


.list2a {
    margin-bottom: 8px;
    padding:0;
    color: #000;
    list-style: none;
    counter-reset: li;
}    
.list2a li {
    position: relative;
}
.list2a li:before {
    line-height: 32px;
    position: absolute;
    top: -4px;
    left:-40px;
    width:40px;
    text-align:center;
    font-size: 16px;
    font-weight: bold;
    color: #FFF;
    background: #b90000;
    counter-increment: li;
    content: counter(li);
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    transform: skew(0deg, -3deg);;
}



.cover__custom{
    text-align: center;
    width: 50%;
    margin: auto;
}

.header__custom{
    margin-right: 0px;
}
@media (min-width: 1200px){
 .header__custom{
    margin-right: 150px;
    }   
}

.bg_plate{
    background-color: #b90000;
       border-radius: 10px;
       padding: 10px;
       opacity: 0.9;
}
@media (min-width: 1200px){
 .bg_plate{
       background-color: transparent;
    }
}

.custom__phone{
    text-align: center;
    content:"";
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background-image: url(/diffusor/img/icon-phone.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: 2px;
    width: 200px;
    margin-top: 20px;
}

@media (min-width: 1200px){
 .grid {
    color: #000;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
}
}

.grid {
    color: #000;
}
/*
@media (min-width: 960px){
    .marker_underline{
    font-size: 1.2em;
    }
}*/

@media (min-width: 1200px){
    .marker_underline{
    //border-bottom: #b90000 solid 3px;
    margin-bottom: 1em;
    }
}
.marker_underline{
    //border-bottom: #b90000 solid 2px;
    margin-bottom: 1em;
    //white-space: nowrap;
}

.marker_first_custom{
        font-size: 1.0em;
    font-weight: bold;
    background-color: #b90000;
    content: "";
    padding: 0px 4px 0px;
    border-bottom-right-radius: 5px;
}

@media (min-width: 1200px){    
.marker_first_custom{
        font-size: 1.1em;
        font-weight: bold;
        background-color: #b90000;
        content: "";
        padding: 1px 5px 1px;
        border-bottom-right-radius: 7px;
        }
} 
 
 /*@media (min-width: 1200px){    
    .benefits_bg{
        background-color: #fff; 
        padding-bottom: 10px;
        background-image: url(/diffusor/img/bg/bg_2.png);
        background-position: right bottom;
        background-repeat: no-repeat;
    }
}*/
.benefits_bg{
        padding-bottom: 10px;
        background-color: #fff;
        padding-bottom: 10px;
        background-image: url(/diffusor/img/bg/bg_2.png);
        background-position: right bottom;
        background-repeat: no-repeat;
}
.benefits_bg2{
        background-color: #dfdfdf; 
        padding-bottom: 10px;
        padding-bottom: 10px;
        background-image: url(/diffusor/img/bg/beats.png);
        background-position: left bottom;
        background-repeat: no-repeat;
}

.about-benefits-custom{
    color: #000;
    width: auto;
    display: table;
    margin: auto;
    background-color: #fff;
    opacity: 0.9;
    border-radius: 50px;
    -webkit-box-shadow: 0 0 96.46px 9.54px rgb(184 1 1 / 13%);
    box-shadow: 0 0 96.46px 9.54px rgb(184 1 1 / 13%);
    padding: 2em 7em;
}    
      
.main_col_l, .main_col_r{
    color: #000;
    float: left;
    width: 45%;
    margin: 0 20px 0 20px;
}

