/*esta parte es el fix*/
.wl-extra{
    position: fixed;
    top: 50%;
    z-index: 1;
    left: 100px;
}


/*-------------------*/
.services-detail{
    height: auto;
    padding-top: 40px;
    padding-bottom: 0px;
    background: #E6E6E6 0% 0% no-repeat padding-box;
}

.services-detail .infoBox{
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
    display: block;
    opacity: 1;
    
}

/*-----------------------------------*/
.services-detail .infoBox .categories{
    padding-bottom: 20px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #C7C7C7;
    border-radius: 7px;
    opacity: 1;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 40px;
}

.services-detail .infoBox .categories h3{
    font: normal normal bold 32px/60px Roboto !important;
    margin-bottom: 40px;
}

.services-detail .infoBox .categories .link{
    font: normal normal normal 24px/38px Roboto;
    letter-spacing: 0px;
    color: #0076FF;
    opacity: 1;
    width: 100%;
    display: block;
}

.services-detail .infoBox .categories .accordion-item {
    background-color: #fff;
    border: 0px solid rgba(0,0,0,.125);
}


.services-detail .infoBox .categories .accordion-item:last-of-type {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.services-detail .infoBox .categories .accordion-button {
    font: normal normal normal 24px/38px Roboto;
    letter-spacing: 0px;
    color: #0076FF;
    opacity: 1;
    padding: 0px;
}

.services-detail .infoBox .categories .accordion-button:not(.collapsed) {
    font: normal normal normal 24px/38px Roboto;
    letter-spacing: 0px;
    color: #0076FF;
    background-color: transparent;
    box-shadow: inset 0 0px 0 red;
}


/*-----------------------------------*/

.services-detail .infoBox .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-family: Roboto;
}

.services-detail .infoBox .bgImg{
    position: relative;
}

.services-detail .infoBox .fix-float{
    position:absolute;
    top:0px;
}

.services-detail .infoBox .img {
    overflow: auto;
    margin-bottom: 40px;  
}
.services-detail .infoBox .img img{
    
}

.services-detail .infoBox .title h1{
    max-width: 640px;
    margin: 0 auto;
    margin-bottom: 0px;
    text-align: center;
    font: normal normal 300 48px/58px Poppins;
    letter-spacing: -1.2px;
    color: #000000;
    opacity: 1;
}

.services-detail .infoBox .subTitle p{
    text-align: center;
    font: normal normal 300 18px/30px Roboto;
    margin-top: 15px;
    margin-bottom: 15px;
}

.services-detail .infoBox .subTitle p .autor{

}
.services-detail .infoBox .subTitle p .date{
    margin-left: 20px;
}

.services-detail .infoBox .text1 p{
    text-align: left;
    font: normal normal 300 18px/24px Roboto;
    letter-spacing: 0px;
    color: #2C2C2C;
    opacity: 1;
}

.services-detail .infoBox .text1 ol{
    text-align: left;
    font: normal normal 300 18px/24px Roboto;
    letter-spacing: 0px;
    color: #2C2C2C;
    opacity: 1;
}
.services-detail .infoBox .text1 ul{
    text-align: left;
    font: normal normal 300 18px/24px Roboto;
    letter-spacing: 0px;
    color: #2C2C2C;
    opacity: 1;
}


.services-detail .infoBox .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;
}


/*--------------------------------------------*/

.services-detail .parts_3{
    padding-top: 80px;
    padding-bottom: 80px;
    background: #EDEDED 0% 0% no-repeat padding-box;
}

.services-detail .parts_3 .info-box{
    max-width: 1000px;
    text-align: center;
    margin: 0 auto;
}

.services-detail .parts_3 .info-box h2{
    margin-bottom: 30px;
    text-align: center !important;
}

.services-detail .parts_3 .info-box p{
    margin-bottom: 30px;
    text-align: center !important;
}

.services-detail .parts_3 .info-box a{

}
/*-------------------------------*/
.services-detail .sec-news {
    background: #E6E6E6 0% 0% no-repeat padding-box;
}
/*media*/

@media (max-width: 1400px) {

}

@media(max-width: 1200px) {

}

@media(max-width: 992px) {

}

@media (max-width: 768px) {

}

@media (max-width: 576px) {
    .services-detail .infoBox .subTitle p .autor{
        display: block;
        width: 100%;
    }
}