html, body {
    height: 100%;
    margin: 0;
    scroll-behavior: smooth;
}
body::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 8px;
    background-color: transparent;
}
body::-webkit-scrollbar-thumb {
    border: 1px solid #5a5a5a;
    background-color: #5a5a5a;
}   
.divPantallaInicio {
    position: absolute;
    top: 7.5rem;
    width: 100%;
}
.divSpace{
    height: 120px;
    width: 100%;
}
.fondoBody{
    
    background: url('../images/fondos/f1.png');
    background-size: 100% 180%;
    background-repeat: no-repeat;
}
/* .fondoBody2{
    
    background: url('../images/fondos/fond_body.png');
    background-size: cover;
    background-repeat: no-repeat;
} */
.divCard a{
    text-decoration: none;
}
.divTextPortada{
    position: absolute;
    top: 40%;
    font-size: 2.5rem;
    color: #fff;    
    width: 100%;
    text-align: center;
}
.divCard{
    transition: 2s;
}
.divCard:hover{
    transform: scale(1.1);
}
.tituloPage{
    color: #ffa900;
    font-size: 4rem;
    font-weight: 600;
}
.titleMes{
    color: #033a8f;
    font-size: 2rem;
}
@font-face {
    font-family: 'SourceSansVariable';
    src: url(../fuentes/SourceSansPro-Regular.ttf);
}
@font-face {
    font-family: 'SourceSansVariableLight';
    src: url(../fuentes/SourceSansPro-Light.ttf);
}
@font-face {
    font-family:  'HelveticaNowDisplay';
    src: url(../fuentes/SourceSansPro-Regular.ttf);
}

#inicioWeb{
    display: block;
}
#inicioMovil{
    display: none;
}
.textReproMovil{
    display: none;
}
.navBarResponsive{
    display: none;
}
.videoMLML{
    width: 100%;
    height: 420px;
}
span.flechaAbajo {
    font-size: 3rem;
    color: #2720fa;
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (max-width: 600px) {
    .carruselResponsive {
        margin-top: 7rem !important;
    }
    .navBarWeb{
        display: none;
    }
    .navBarResponsive{
        display: flex;
    }
    .videoMLML{
        width: 100%;
        height: 200px;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (max-width: 768px) {}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (max-width: 992px) {}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (max-width: 1200px) {}