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

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

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

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

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

.members .contente-title .text{
    text-align: left;
    font: normal normal 300 24px/30px Roboto;
    letter-spacing: -0px;
    color: #000000;
    opacity: 1;

}

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

.members .section-3 .title{
    text-align: center;
    font: normal normal normal 24px/29px Roboto;
    letter-spacing: -0px;
    color: #000000;
    opacity: 1;

}

.members .section-3 .text2 .titleContent {
    text-align: center;
    font: normal normal 300 48px/29px Roboto;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    margin-top: 40px;
    margin-bottom: 40px;

}

.members .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;
    height: 100%;
}

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

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

.members .section-3 .infoBox .img {
    border-radius: 200px;
    overflow: auto;
    width: 75px;
    height: 75px;
}
.members .section-3 .infoBox .img img{
    margin: 0 auto;width: 100%;height: 100%;
}

.members .section-3 .infoBox .infoConten{
    padding-left: 0px;
}

.members .section-3 .infoBox .infoConten .title .titleContent{
    margin-bottom: 10px;
    text-align: center;
    font: normal normal normal 24px/29px Poppins;
    letter-spacing: -0.6px;
    color: #000000;
    opacity: 1;
}

.members .section-3 .infoBox .infoConten ul{
    width: 290px;
  margin: 0 auto;
}

.members .section-3 .infoBox .infoConten ul li{
    margin-top: 0;
    margin-bottom: 0px;
    text-align: left;
    font: normal normal normal 20px/40px Roboto;
    letter-spacing: -0px;
    color: #5C5C5C;
    opacity: 1;
}

.members .section-3 .infoBox .infoConten .text1 p{
    margin-bottom: 10px;
    text-align: left;
    font: normal normal 300 24px/30px Roboto;
    letter-spacing: -0px;
    color: #000000;
    opacity: 1;
}
.members .section-3 .infoBox .infoConten .text2 p{
    text-align: left;
    font: normal normal normal 20px/26px Roboto;
    letter-spacing: 0px;
    color: #242F3E;
    opacity: 1;
}

.members .section-3 .infoBox .infoConten .btn1 a{
    width: 200px;
    height: 46px;
    border-radius: 6px;
    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;
    margin: 0 auto;
    margin-top: 20px;
}

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

.members .section-3 .infoBox .infoConten .btn1 a:hover{
    background: #ffffff 0% 0% no-repeat padding-box;
    color: #F7962A
}
.members .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) {
    .members .contente-title .title{
        font: normal normal 300 60px/92px Poppins;
    }
    .members .section-3 .infoBox .infoConten ul li{
        font: normal normal normal 16px/40px Roboto;
    }
}