.texto-fumigacion {

    font-size: 70px;
    font-weight: bold;
    position: absolute;
    left: 38%;
    text-align: center;
    color: rgba(220, 220, 220, .3);
    margin-top: -22px;

}

.texto-comunicanos {

    font-size: 70px;
    font-weight: bold;
    position: absolute;
    left: 35%;
    text-align: center;
    color: rgba(220, 220, 220, .3);
    margin-top: -22px;

}

.title-first-1 {
    color: rgb(245, 58, 12);
    font-weight: bold;
    font-size: 36px;
    text-align: center;
}

.escribenos,
.title-first {
    display: none;
}

.title-first-style-1 {

    text-decoration: underline;
}

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

    .texto-fumigacion,
    .texto-comunicanos {
        left: 33%;
    }
}

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

    .texto-comunicanos {
        left: 30%;
    }
}

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

    .texto-fumigacion {
        left: 27%;
    }

    .texto-comunicanos {
        left: 22%;
    }
}

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

    .texto-fumigacion {
        left: 20%;
    }

    .texto-comunicanos {
        left: 16%;
    }
}

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

    .texto-fumigacion {
        font-size: 63px;
    }

    .texto-comunicanos {
        font-size: 63px;
    }
}

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

    .texto-comunicanos {
        left: 10%;
    }
}

@media screen and (max-width:566px) {
    .texto-fumigacion {
        left: 15%;
    }

    .texto-comunicanos {
        left: 5%;
    }
}

@media screen and (max-width:506px) {
    .texto-fumigacion {
        font-size: 50px;
        left: 16%;
    }

    .texto-comunicanos {
        font-size: 50px;
        left: 13%;
    }
}

@media screen and (max-width:450px) {
    .texto-fumigacion {
        font-size: 45px;
        left: 16%;
    }

    .texto-comunicanos {
        font-size: 45px;
        left: 13%;
    }
}

@media screen and (max-width:406px) {
    .texto-fumigacion {
        left: 16%;
    }

    .texto-comunicanos {
        left: 8%;
    }
}

@media screen and (max-width:370px) {
    .texto-fumigacion {
        left: 10%;
    }

    .texto-comunicanos {
        left: 4%;
    }
}

@media screen and (max-width:370px) {
    .texto-fumigacion {
        font-size: 40px;
    }

    .texto-comunicanos {
        font-size: 40px;
    }
}

/* horario de servicio */
.horario-ser {
    color: #222222;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.horario-des {
    color: #5F5F5F;
    font-size: 12px;
    text-align: center;
}

.horario-dias {
    font-size: 16px;
    font-weight: 700;
    color: #0F0F0F;
    text-align: center;
}

.icons-text {
    text-align: center;
    font-size: 18px;
    color: #242424;
    font-weight: bold;
}

.icons-des {
    color: #757575;
    font-size: 14px;
    text-align: center;
}

.icon-equal {
    font-size: 55px;
    color: #F53A1C;
}