@media (max-width: 1023px) {

    #servicios .sec00{
        background-position: -193px center
    }

        #servicios .sec00 h2{
            font-size: 5vw;
            line-height: 6vw;
            right: 76px;
            text-indent: 36px;
            top: 100px;
        }

            #servicios .sec00 h2 span{
                font-size: 4vw;
                line-height: 6vw;
            }

}

@media (max-width: 768px) {

    #servicios .sec00 {
        background-position: -193px 130px;
    }

        #servicios .sec00 h2 {
            font-size: 6vw;
            right: 65px;
            line-height: 6vw;
            top: 61px;
        }

            #servicios .sec00 h2 span {
                font-size: 4vw;
                line-height: 6vw;
            }

        #servicios .sec00 .box.type1{
            left:50%;
            margin-left:-140px;
            width: 280px
        }

            #servicios .sec00 .box.type1:before {
                height: 224px;
                left: -6px;
                top: 28px;
                width: 280px;
            }

    #servicios .sec01{
        background-position: left top;
    }

        #servicios .sec01 .box.type2 {
            right: 20px;
            width: 280px
        }

        #servicios .sec01 .box.type2:before {
            height: 254px;
            left: -9px;
            top: 34px;
            width: 280px;
        }


}

@media (max-width: 512px) {

    #servicios .sec00 h2{
        font-size: 7vw;
        left:20px;
        line-height: 9vw;
        right: auto;
        top: 0;
    }

        #servicios .sec00 h2 span{
            font-size: 7vw;
            line-height: 8vw;
        }

    #servicios .sec01 .box.type2 {
        left:50%;
        margin-left:-140px;
        top: 220px;
        width: 280px
    }

    #servicios .sec01 .box.type2:before {
        height: 254px;
        left: -9px;
        top: 34px;
        width: 280px;
    }

    #servicios .sec01 .box.type1 {
        left: 50%;
        margin-left: -140px;
        top: 540px;
        width: 280px;
        height: 166px;
    }

    #servicios .sec01 .box.type1:before {
            height: 154px;
        left: -9px;
        top: 34px;
        width: 280px;
    }

}