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

}

.articles .migas .boxText{
    width: auto;
    margin: 0 auto;
}

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

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

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

}

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

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

.articles .section-3 .title .titleContent{
    text-align: left;
    font: normal normal 35px/45px Roboto;
}


.articles .section-3 .infoBox{
    position: relative;
    padding-top: 0px;
    margin-top: 0px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    opacity: 1;
}

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

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

.articles .section-3 .infoBox .img {
    overflow: hidden;
    height: 260px;

}
.articles .section-3 .infoBox .img img{
    margin: 0 auto;
    width: 100%;
    
}

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

.articles .section-3 .infoBox .infoConten .categories .cat{
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    background: #F15D22 0% 0% no-repeat padding-box;
    border-radius: 8px 0px;
    opacity: 0.8;
    letter-spacing: 0px;
    color: #FEFEFF;
    text-transform: uppercase;
    opacity: 1;
    margin-right: 10px;
    font: normal normal 300 12px/28px Roboto;
}

.articles .section-3 .infoBox .infoConten .title .title{
    margin-bottom: 10px;
    text-align: left;
    font: normal normal 300 40px/45px Roboto;
    color: #000000;
    opacity: 1;
    padding-top: 10px;

}
.articles .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;

}
.articles .section-3 .infoBox .infoConten .text2 p{
    margin-bottom: 10px;
    text-align: left;
    font: normal normal 300 20px/28px Roboto;
    letter-spacing: 0px;
    color: #6F6F6F;
    opacity: 1;

}

.articles .section-3 .infoBox .infoConten .btn1 a{
    width: auto;
    height: 25px;
    display: block;
    padding-top: 0px;
    text-align: left;
    font: normal normal 14px/31px Poppins;
    letter-spacing: -0.35px;
    color: #F7962A;
    opacity: 1;
}

.articles .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;
}
/*-------------------------------*/

.articles .section-3 .infoBox .infoConten .btn1 a:hover{
    background: #ffffff 0% 0% no-repeat padding-box;
    color: #F7962A
}
.articles .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) {
    .articles .section-3 .infoBox .infoConten {
        padding-left: 0px;
    }
    .articles .section-3 .title .titleContent{
        text-align: center;
    }
}

@media (max-width: 768px) {

}

@media (max-width: 576px) {

}