body>img{
    width:100%
}
.section{
    overflow:hidden;
}
.pantallazo{
    background:no-repeat center center;
    background-size:cover;
    height:100%;
    width:100%;
    position:absolute;
    left:0;
    top:0;
}
.video{
    height:100%;
    width:100%;
    position:fixed;
    bottom:0;
    left:0;
    right:0;
    top:0;
    object-fit:cover;
    z-index:-1;
}
.video2{
    height:100vh;
    width:270%;
    position:fixed;
    bottom:0;
    left:0;
    right:0;
    top:0;
    object-fit:cover;
    z-index:-1;
    margin-left: -85%;
    margin-right: initial;
}
.transparencia{
    width: 100%;
    height: auto;
}
.telf{
    display: table;
    position: absolute;
    z-index: 1;
    top: 4%;
    left: 9%;
    width: 6.6%;
}
.telf img{
    width: 100%;
}
.email{
    display: table;
    position: absolute;
    z-index: 1;
    top: 4%;
    right: 9%;
    width: 10.5%;
}
.email img{
    width: 100%;
}
.movil{position: relative;    overflow: hidden;}
.footer{overflow-x: hidden;}
/*.footer img{width: 102%!important;}*/
.pc{
        width: 100%;
}
.wa{position: fixed;bottom: 2%;right: 7px;width: 12%;z-index: 1;}
.wa img{width: 100%;}

@media (min-width: 992px) {
   .pc{
    max-width: 414px;
    width: 100%;
    }
    .wa{position: fixed;bottom: 4%;right: 16px;width: 3.6%;z-index: 1;}

}