
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .img_petro_peru{
        display: none;
    }
    .row_sm_color{
        background-color: #d51e19;
    }
    .hide_desktop{
        display: inline-block;
    }

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .img_petro_peru{
        display: none;
    }

}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .img_petro_peru{
        display: inline-block;
        width: 100%;
        height: 100%;
        position: relative;
        text-align: center;
    }
    .hide_desktop{
        display: none;
    }
    .img_logo_petroperu{
        width: 250px;
        height: 250px;
        position: absolute;
        top: 10%;
        left: 38%;
        transform: translate(-50%, -50%);
    }
    .texto-encima{
        position: absolute;
        top: 41%;
        left: 40%;
        transform: translate(-50%, -50%);
        font-size: 50px;
        font-weight: bold;
        color: #FFFFFF
    }
    .texto-encima_2{
        position: absolute;
        top: 51%;
        left: 20%;
        transform: translate(-50%, -50%);
        font-size: 18px;
        color: #FFFFFF;
    }
    .image-user{
        width: 100;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    .div_center_all{
        margin-top: 50px;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .img_petro_peru{
        display: inline-block;
        width: 100%;
        height: 100%;
        position: relative;
        text-align: center;
    }
    .hide_desktop{
        display: none;
    }
    .texto-encima{
        position: absolute;
        top: 41%;
        left: 40%;
        transform: translate(-50%, -50%);
        font-size: 70px;
        font-weight: bold;
        color: #FFFFFF
    }
    .texto-encima_2{
        position: absolute;
        top: 51%;
        left: 20%;
        transform: translate(-50%, -50%);
        font-size: 25px;
        color: #FFFFFF;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .img_petro_peru{
        width: 100%;
        height: 100%;
        position: relative;
        display: inline-block;
        text-align: center;
    }
    .hide_desktop{
        display: none;
    }
    .image-user{
        width: 200;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    .div_center_all{
        margin-top: 150px;
    }
    .texto-encima{
        position: absolute;
        top: 41%;
        left: 40%;
        transform: translate(-50%, -50%);
        font-size: 86px;
        font-weight: bold;
        color: #FFFFFF
    }
    .texto-encima_2{
        position: absolute;
        top: 51%;
        left: 20%;
        transform: translate(-50%, -50%);
        font-size: 32px;
        color: #FFFFFF;
    }
    .img_logo_petroperu{
        width: 250px;
        height: 250px;
        position: absolute;
        top: 10%;
        left: 23%;
        transform: translate(-50%, -50%);
    }
}

@media only screen and (min-width : 1824px) {
    .texto-encima{
        position: absolute;
        top: 41%;
        left: 40%;
        transform: translate(-50%, -50%);
        font-size: 130px;
        font-weight: bold;
        color: #FFFFFF
    }
    .texto-encima_2{
        position: absolute;
        top: 51%;
        left: 20%;
        transform: translate(-50%, -50%);
        font-size: 50px;
        color: #FFFFFF;
    }
}
