/* movil,tablet etc */
@media (max-width: 768px) {
    .bg-home-dr-primo-header h1{
        font-size: 2.1rem;
    }
    .bg-home-dr-primo-header h4{
        font-size: 0.8rem!important;
    }

    .bg-home-dr-primo-header{
        background-image:none ;
        position:relative;
        background-image:url(../images/bg_home_movil.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position-y: 100%;
    }
    #acordion_curriculum h2{
        width: 100%!important;
    }
    .img-cerebro-mobil{
        display: block;
        margin-right: auto;
        width: 25%;
    }
    .bg-curriculum{
        background-position-x: 90%;
    }
}