﻿/*
    ********************************  SECCION 1
*/
.oportunidades-titulo-web {    
    width: 80%;
    margin-left: 10%
}

.oportunidades-titulo-mobile {
    width: 90%;
    margin-left: 5%;
    visibility: hidden;
    display: none !important;
}
.oportunidades-texto{
    text-align:left;
    font-size:24px;
    margin-top:50px;
    margin-bottom:-10px;
}
@media only screen and (max-width: 760px) {
    .web {
        display: none !important;
    }

    .mobile {
        display: block !important;
    }
    /*
    ********************************  SECCION INTRO
    */
    .oportunidades-titulo-web {
        visibility: hidden;
        display: none !important;
    }

    .oportunidades-titulo-mobile {
        visibility: visible;
        display: block !important;
    }

    .oportunidades-texto {
        font-size: 16px;        
    }
}