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%;
}
.title{
    font-size: 3.5rem;
    color:#EBE9E1;
    font-family:SourceSansVariable;
    font-weight: 600;
    line-height: 3.5rem;
}
.subTitle{
    font-size: 1.5rem;
    color:#EBE9E1;
    font-family:SourceSansVariable;
    font-weight: 400;
}
.sub2title{
    font-size: 2.5rem;
    color:#EBE9E1;
    font-family:SourceSansVariable;
    font-weight: 400;
    line-height: 2.7rem;
}
.textoBlanco{
    color: #EBE9E1;
}
img.bottonInicio {
    width: 22rem;
}
img.bottonInicio2 {
    width: 17rem;
}
.text-title{
    font-size:3rem;
}
.text-subtitle{
    font-size:1.7rem;
}
.videoYoutube{
    width: 100%;
    height: 515px;
}
.fondoAzulPodcastWeb{
    background: url("../images/fondos/fondoAzulPodcastWeb.png");
    background-size: 100%;
}
.fondoBody{
    background: url("../images/fondos/fondoBodyWeb.jpg");
    background-size: 100%;
}
.fondoSlide{
    background: url("../images/fondos/fondoReto.jpg");
    background-size: cover;
}
.fondoSlide1{
    background: url("../images/fondos/1.jpg");
    background-size: 100% 100%;
}
.fondoSlide2{
    background: url("../images/fondos/1.jpg");
    background-size: 100% 100%;
}
.fondoSlide3{
    background: url("../images/fondos/2.jpg");
    background-size: 100% 100%;
}
.fondoSlide4{
    background: url("../images/fondos/3.jpg");
    background-size: 100% 100%;
}
.fondoSlide5{
    background: url("../images/fondos/4.jpg");
    background-size: 100% 100%;
}
.fondoSlide6{
    background: url("../images/fondos/5.jpg");
    background-size: 100% 100%;
}
.fondoSlide7{
    background: url("../images/fondos/6.jpg");
    background-size: 100% 100%;
}
.fondoSlide8{
    background: url("../images/fondos/7.jpg");
    background-size: 100% 100%;
}
.fondoSlide9{
    background: url("../images/fondos/8.jpg");
    background-size: 100% 100%;
}
.fondoSlide10{
    background: url("../images/fondos/9.jpg");
    background-size: 100% 100%;
}
.fondoSlide11{
    background: url("../images/fondos/10.jpg");
    background-size: 100% 100%;
}
.fondoSlide12{
    background: url("../images/fondos/11.jpg");
    background-size: 100% 100%;
}
.fondoSlide13{
    background: url("../images/fondos/12.jpg");
    background-size: 100% 100%;
}
.fondoSlide14{
    background: url("../images/fondos/13.jpg");
    background-size: 100% 100%;
}
.fondoSlide15{
    background: url("../images/fondos/14.jpg");
    background-size: 100% 100%;
}
.fondoSlide16{
    background: url("../images/fondos/15.jpg");
    background-size: 100% 100%;
}
.fondoSlide17{
    background: url("../images/fondos/16.jpg");
    background-size: 100% 100%;
}
.fondoSlide18{
    background: url("../images/fondos/17.jpg");
    background-size: 100% 100%;
}
.fondoSlide19{
    background: url("../images/fondos/18.jpg");
    background-size: 100% 100%;
}
.fondoSlide20{
    background: url("../images/fondos/19.jpg");
    background-size: 100% 100%;
}
.wrapper {
    min-height: 80%; 
}
p.TitleSlide {
    font-size: 2.5rem;
    font-weight: 500;
    color: #F49913;
}
.btn-inicio {
    padding: 11px 15px 11px 15px;
    border: 1px solid #fff;
    border-radius: 25px;
    color: #fff;
}
.btn-inicio:hover{
    padding: 11px 15px 11px 15px;
    border: 1px solid #fff;
    background: #fff;
    border-radius: 25px;
    color: #0b00ff;
}
.bqkYT{
    color: #FF0000;
}
.bqkSpotify{
    color: #1DB954;
}
.titleReto{
    font-size: 2.5rem;
    font-family: SourceSansVariableLight;
    font-weight: 900;
}
.textReto{
    font-size: 2rem;
    font-family: SourceSansVariableLight;
}
.divSpaceMovil{
    display:none;
}
.divSpaceWeb{
    display: block;
}

@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;
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (max-width: 600px) {
    .videoYoutube{
        width: 100%;
        height: 255px;
    }
    #inicioWeb{
        display: none;
    }
    #inicioMovil{
        display: block;
    }
    .title{
        font-size: 1.5rem;
        color:#EBE9E1;
        font-family:SourceSansVariable;
        font-weight: 600;
        line-height: 3.5rem;
    }
    .subTitle{
        font-size: 0.9rem;
        color:#EBE9E1;
        font-family:SourceSansVariable;
        font-weight: 400;
    }
    .sub2title{
        font-size: 1.2rem;
        color:#EBE9E1;
        font-family:SourceSansVariable;
        font-weight: 400;
        line-height: 2.7rem;
    }
    img.bottonInicio {
        width: 12rem;
    }
    img.bottonInicio2 {
        width: 9rem;
    }
    .fondoBody{
        background-size: cover;
    }
    .divSpaceMovil{
        display:block;
    }
    .divSpaceWeb{
        display: none;
    }
    html,body {
        height: auto;
    }
    .textReto {
        font-size: 1.5rem;
        
    }
    .textReproMovil{
        display: block;
    }
}

/* 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) {}