@media (max-width: 1023px) {

    .address-wrap{
        margin:0 auto;
        max-width: 350px;
        width: 100%;
    }

    #contacto .sec04 .box{
        margin-bottom: 60px;
    }

}

@media (max-width: 768px) {

    #contacto .sec00{
        /*margin-bottom: 112px;*/
    }

        #contacto .sec00 h2{
            font-size: 7vw;
            right: 12px;
        }

        #contacto .sec00 .box.type1 {
            left: 7px;
            top: 392px;
            width: 280px;
        }

        #contacto .sec00 .box.type1:before{
            width: 280px;
        }

        #contacto .sec00 .box.type2 {
            right: 6%;
        }

    hgroup.type1 h3{
        font-size: 20px;
    }

    #contacto .sec02 h2:after{
        left: 0;
        width: 277px;
    }

}

@media (max-width: 512px) {

    #contacto .sec00 h2{
        font-size: 8vw;
        right: 12px;
        line-height: 11vw;
    }

    #contacto .sec00 .box.type2 {
        top:200px;
    }

    #contacto .sec02{
        background-position: left -517px center;
    }

        #contacto .sec02 h2{
            left:20px;
            top:72px;
        }

        #contacto .sec02 .box.type1{
            left:50%;
            margin-left:-137px;
        }

        #contacto .sec02 .box.type1:before{
            left: -11px;
        }

}