
@media screen and (max-width: 1642px) {

}

@media screen and (max-width: 1265px) {
    h1{
        font-size: 45px;
    }

    .font h3 {
        font-size: 45px;
    }
}

@media screen and (max-width: 1200px) {

    .zf-templateWidth {
        width: 935px;
    }

}

@media screen and (max-width: 1125px) {

}

@media screen and (max-width: 991px) {

    .zf-templateWidth {
        width: 645px;
    }
    .zf-section h2 {
        font-size: 19px;
    }

}

@media screen and (max-width: 767px) {

    .zf-templateWidth {
        width: 510px;
    }

}

@media screen and (max-width: 660px) {
    h1{
        font-size: 40px;
    }
    .zf-templateWidth {
        width: 445px;
    }

}

@media screen and (max-width: 480px) {

    h1{
        font-size: 30px;
    }
    .font h3 {
        font-size: 30px;
    }
    .zf-templateWidth {
        width: 420px;
    }
    .zf-tempFrmWrapper .zf-labelName {
        font-size: 16px;
        text-align:center;
    }
    .zf-instruction {
    font-size: 15px;

}

}

@media screen and (max-width: 450px) {

    .zf-templateWidth {
        width: 350px;
    }

}

@media screen and (max-width: 400px) {

    .zf-templateWidth {
        width: 284px;
    }

}




@media screen and (max-height: 800px) {

    .proteccion-section {
    min-height: 85vh;
    }
}
