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

/* cards */

.card-text-first-1 {
    font-size: 42px;
    color: #184383;
    font-weight: bold;
}

.card-text-second-1 {
    font-size: 18px;
    color: #184383;
    font-weight: bold;
}

.btn-cards-1 {
    background: #00000000 0% 0% no-repeat padding-box;
    border: 2px solid #2353AD;
    opacity: 1;
    border-radius: 50px;
    color: #2353AD;
}

.card-text-first-2 {
    font-size: 42px;
    color: #184383;
    font-weight: bold;
}

.card-text-second-2 {
    font-size: 18px;
    color: #184383;
    font-weight: bold;
}

.btn-cards-2 {
    background: #00000000 0% 0% no-repeat padding-box;
    border: 2px solid #2353AD;
    opacity: 1;
    border-radius: 50px;
    color: #2353AD;
}

.card-img-overlay {
    background-color: white;
}

.card-img-overlay:hover {
    background-color: #184383ad;
    transition: all .2s ease-in;
    cursor: pointer;
}

.icon-Fabrica {
    color: #184383;
    font-size: 75px;
}

.icon-Casa {
    color: #184383;
    font-size: 75px;
}


@media screen and (max-width:1422px) {
    .title-fumigacion {
        left: 33%;
    }
}

@media screen and (max-width:1208px) {
    .title-fumigacion {
        left: 27%;
    }
}

@media screen and (max-width:970px) {
    .title-fumigacion {
        left: 25%;
    }
}

@media screen and (max-width:650px) {
    .title-fumigacion {
        left: 20%;
        font-size: 55px;
    }
}

@media screen and (max-width:460px) {
    .title-fumigacion {
        left: 13%;
    }
}

@media screen and (max-width:460px) {
    .title-fumigacion {
        left: 5%;
    }
}