.rowMantenimiento{

    width: 100%;
    margin: auto;
}

.rowProgramacion{

    width: 100%;
    margin: auto;
}

.rowInstalacion{

    width: 100%;
    margin: auto;
}

.colMantenimiento-1{

    width: 80%;
}

.colMantenimiento-1 h1{

    font-family: "Raleway";
    font-weight: 900;
    font-size: 48px;
}

.colMantenimiento-1 p{

    font-family: "Merriweather", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
}


.section-mantenimiento-radios{

    width: 100%;
}

.section-programacion-radios{

    width: 100%;
}

.section-instalacion-antenas{

    width: 100%;
}

@media(max-width:576px){
    .colMantenimiento-1{

        width: 100%;
    }

    .colMantenimiento-1 h1{
        text-align: center;
        font-size: 24px;
    }

    .colMantenimiento-1 p{

        font-size: 12px;
        text-align: center;
    }
}

.contacto-servicio{

    background-color: #000;
}

.btnContactanos{

    width: 10rem;
    font-family: "Raleway";
    font-weight: 900;
}

.contacto-servicio-text h1{

    font-family: "Raleway";
    font-weight: 900;
    font-size: 48px;
}

@media(max-width:576px){
    .contacto-servicio-text h1{

        font-size: 24px;
    }

}