/* seccion del header */
.our-costumers .migas {
    padding-top: 40px;
      padding-bottom: 0px;
    background: transparent linear-gradient(270deg, #FFFFFF 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
}

.our-costumers .migas .boxText{
    width: auto;
    margin: 0 auto;
}

.our-costumers .migas .text1{
    text-align: left;
    font: normal normal 13px/29px Poppins;
    letter-spacing: 0px;
    color: #F7962A;
}
.our-costumers .migas .text2{
    text-align: left;
    font: normal normal 13px/29px Poppins;
    letter-spacing: 0px;
    color: #646464;
}

/*-------------------*/
.our-costumers .contente-title{
    padding-top: 40px;
    padding-bottom: 0px;
    background: transparent linear-gradient(270deg, #FFFFFF 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
}

.our-costumers .contente-title .title{
    text-align: center;
    font: normal normal 300 72px/92px Poppins;
    letter-spacing: -1.8px;
    color: #464646;
    opacity: 1;

}

.our-costumers .contente-title .text{
    text-align: center;
    font: normal normal 300 24px/35px Roboto;
    letter-spacing: -0px;
    color: #2C2C2C;
    opacity: 1;
}

/*-------------------*/
.our-costumers .section-3{
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
}

.our-costumers .section-3 .title{
    text-align: center;
    font: normal normal 800 70px/100px Mulish;
    letter-spacing: -1.68px;
    color: #D00725;
}


.our-costumers .section-3 .infoBox{
    position: relative;
    padding-top: 40px;
    margin-top: 40px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
    
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #707070B4;
    opacity: 1;
    border-top: 10px solid #F15D22;

}

.our-costumers .section-3 .infoBox .bgImg{
    position: relative;
}

.our-costumers .section-3 .infoBox .fix-float{
    position:absolute;
    top:0px;
}

.our-costumers .section-3 .infoBox .img {
    border-radius: 200px;
    overflow: auto;
}
.our-costumers .section-3 .infoBox .img img{
    
}

.our-costumers .section-3 .infoBox .infoConten{
    padding-left: 20px;
}

.our-costumers .section-3 .infoBox .infoConten .title .titleContent{
    margin-bottom: 20px;
    text-align: left;
    font: normal normal 300 45px/23px Roboto;
    letter-spacing: -0px;
    color: #000000;
    opacity: 1;
}
.our-costumers .section-3 .infoBox .infoConten .text1 p{
    font: normal normal normal 20px/26px PT Sans;
    letter-spacing: 0px;
    color: #242F3E;
    opacity: 1;
    text-align: left;
    margin-bottom: 10px;

}
.our-costumers .section-3 .infoBox .infoConten .text2 p{
    text-align: left;
    font: normal normal 300 16px/20px Roboto;
    letter-spacing: -0px;
    color: #000000;
    text-transform: lowercase;
    opacity: 1;
    margin-bottom: 20px;
}

.our-costumers .section-3 .infoBox .infoConten .btn1 a{
    width: auto;
    height: 46px;
    border-radius: 6px;
    opacity: 1;
    letter-spacing: 0px;
    color: #000000;
    display: block;
    padding-top: 7px;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    background: #F7962A 0% 0% no-repeat padding-box;
    border: solid #F7962A 3px;
    font: normal normal  14px/31px Poppins;
    letter-spacing: -0.35px;
    color: #FFFFFF;
    opacity: 1;
}

.our-costumers .section-3 .infoBox .infoConten .btn2 a{
    width: 199px;
    height: 46px;
    background: #D00725 0% 0% no-repeat padding-box;
    border-radius: 6px;
    opacity: 1;
    font: normal normal 800 18px/22px Raleway;
    letter-spacing: 0px;
    color: #000000;
    display: block;
    padding-top: 12px;
    text-align: center;
}
/*-------------------------------*/

.our-costumers .section-3 .infoBox .infoConten .btn1 a:hover{
    background: #ffffff 0% 0% no-repeat padding-box;
    color: #F7962A
}
.our-costumers .section-3 .infoBox .infoConten .btn2 a:hover{
    background: #69CFF7 0% 0% no-repeat padding-box;
    color: #fff
}

/*media*/

@media (max-width: 1400px) {

}

@media(max-width: 1200px) {

}

@media(max-width: 992px) {

}

@media (max-width: 768px) {

}

@media (max-width: 576px) {
    .our-costumers .contente-title .title{
        text-align: center;
        font: normal normal 300 60px/92px Poppins;
        letter-spacing: -1.8px;
        color: #464646;
        opacity: 1;
    
    }
}