@media only screen and (max-width: 1075px) {
    .mobile-tablet {
        display: block;
    }

    .pc {
        display: none;
    }

    #demo{
        z-index: 100;
    }

    .bloque1-offset-top {
        margin-top: 55px;
    }

    .mob-bl1{
        position: relative;        
        width:100%;        
        /*background-color:rgb(0, 217, 255);*/
    }


}

@media only screen and (max-width:667px){
    .mobile-tablet {
        display: block;
    }

    .pc {
        display: none;
    }

    #demo{
        z-index: 100;
    }
    .bloque1-offset-top {
        margin-top: 55px;
    }

    .menu-mobile{
        position: fixed; 
        top: 0px; 
        left: 0px; 
        width: 100%; 
        z-index: 1000; 
        background-color: white;
    }
    .menu-mobile-aire{
        height: 58px; 
        border-bottom: solid; 
        border-color: rgb(233,233,233);
    }
    .menu-mobile-item{
        border-bottom: solid; 
        border-bottom-width: 1px; 
        border-color: rgb(233,233,233); 
        width: 95%; position: relative; 
        left: 50%; 
        transform: translate(-50%);
    }
    .menu-mobile-item > div{
        left: 50%; 
        position: relative; 
        transform: translate(-50%); 
        padding: 5px;
    }

    .mob-bl1{
        position: relative;        
        width:100%;        
        
    }

    .bl1{
        position: relative;
        background-color:rgb(249,246,242);
        height: 858px;
        overflow: hidden;
    }

    .bl1-titulo {
        position: relative;
        width: 100%;
        left: 9%;
        top: 10%;
        font-family: Sifon, serif;
        font-size: 25px;
        line-height: 1.1;
        color: rgb(118, 41, 106);
    }
    .bl1-subtitulo {
        position: relative;
        left: 9%;
        top: 10%;
        width: 100%;
        font-family: RobotoM, sans-serif;
        font-size: 23px;
        line-height: 1.1;
        color: rgb(210, 52, 94);
    }
    
    .bl1-descripcion {
        position: relative;
        width: 90%;
        left: 9%;
        top: 8%;
        padding-top: 2%;
        font-family: RobotoL, serif;
        font-size: 15px;
        line-height: 1.4;
        color: rgb(44, 44, 44);
    }
    .bl1-tablero{
        position: absolute;
        left:calc(100% - 361px);
        top:438px;
    }
    .bl1-muchacha{
        position: absolute;
        left:10%;
        top:calc(100% - 232px);
    }
    .bl1-arbusto{
        position: absolute;
        left:57.5%;
        top:calc(100% - 98px);
    }

    .bl2{
        position: relative;
        background-image: linear-gradient(to right, rgb(252,245,234), rgb(252,252,249));
        height: 260px;
        overflow: hidden;
    }

    .bl2-videoplayer-button{
        position: absolute;
        width:88.88%;
        height: 67.30%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color:white;
        background: url(../../imagenes/intros1/video_preview.png) no-repeat;
        border-radius: 10px;
        cursor: pointer;
    }

    .bl2-videoplayer{
        position: absolute;
        height: 70%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: none;
        width: 100%;
    }

    .bl3{
        position: relative;
        background-color: rgb(250,244,243);    
        overflow: hidden;    
    }

    .bl4{
        position: relative;
        height: 600px;
        background-color: rgb(249,235,237);     
        overflow: hidden;       
    }
    .bl4-nubes{
        position: absolute;
        left:0px;
        top:50px;
    }
    .bl4-pino-izq{
        position: absolute;
        left:0px;
        top:calc(100% - 303px);
    }
    .bl4-planta-der{
        position: absolute;
        left:calc(100% - 164px);
        top:calc(100% - 226px);
    }
    .bl4{
        position: relative;
        height: 600px;
        background-color: rgb(249,235,237);     
        overflow: hidden;       
    }

    .bl5{
        position: relative;
        background: url('../../imagenes/intros1/movil/smartphone/bl5_fondo.png') no-repeat;
        background-size: cover;
        height: 692px;
        overflow: hidden;
    }
    .bl5-nubes{
        position: absolute;
        left:7.5%;
        top:108px;
    }

    .bl5-plantas-izq{
        position: absolute;
        left:0px;
        top:calc(100% - 219px);
    }
    .bl5-plantas-der{
        position: absolute;
        left:calc(100% - 159px);
        top:calc(100% - 212px);
    }
}

/*@media only screen and (max-width: 1024px) {
    .mobile-tablet{
        display: block;
    }
    
    .pc {
        display: none;
    }

    .bl2-videoplayer{
        position: relative;
        width: 100%;
        height: 100%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: none;
    }
    
    .mobile-bl1{
        position:relative; 
        overflow: hidden;
    }
    .mobile-bl2{
        position:relative; 
        overflow: hidden;
    }
    .mobile-bl3{
        position:relative; 
        overflow: hidden;
    }
    .mobile-bl4{
        position:relative; 
        overflow: hidden;
    }
    .mobile-bl5{
        width: 100%; 
        height: 40px; 
        background-color:rgb(248,246,243);
    }


}*/