@font-face {
    font-family: 'SLIDER-FONT';
    src: url(FUENTES/AveriaLibre-Bold.ttf);
}
@font-face {
    font-family: 'SLIDER-FONT2';
    src: url(FUENTES/Trykker-Regular.ttf);
}
#slidertitle{
    position: absolute;
    top: 240px;
    left: 100px;
}
#slidertitlez{
    position: absolute;
    top: 240px;
    left: 30%;
}
#slidertitle1z{
    font-family: 'SLIDER-FONT2';
    color: white;
    font-size: 35pt;
    position: relative;
    bottom: 15px;
    left: 370px;
}
#slidertitle2z{
    font-family: 'SLIDER-FONT';
    color: white;
    font-size: 50pt;
}
#slidertitle1{
    font-family: 'SLIDER-FONT2';
    color: white;
    font-size: 35pt;
    position: relative;
    bottom: 30px;
    left: 430px;
}
#slidertitle2{
    font-family: 'SLIDER-FONT';
    color: white;
    font-size: 50pt;
}
#sliderhr{
    height: 3px;
    position: relative;
    bottom: 10px;
}
@media screen and (max-width:1500px){
    #slidertitle{
        top: 110px;
        left: 50px;
    }
    #slidertitle1{
        font-size: 30pt;
        bottom: 30px;
        left: 330px;
        }
    #slidertitle2{
        font-size: 40pt;
        bottom: 10px;
    }
    #slidertitlez{
        top: 200px;
        left: 28%;
    }
    #slidertitle1z{
        font-size: 30pt;
        bottom: 15px;
        left: 280px;
        }
    #slidertitle2z{
        font-size: 40pt;
        bottom: 10px;
    }
}
@media screen and (max-width:900px){
    #slidertitle{
        top: 60px;
        left: 70px;
    }
    #slidertitle1{
        font-size: 22pt;
        bottom: 25px;
        left: 200px;
        }
    #slidertitle2{
        font-size: 26pt;
        bottom: 10px;
    }
    #slidertitlez{
        top: 130px;
        left: 10%;
    }
    #slidertitle1z{
        font-size: 15pt;
        bottom: 15px;
        left: 210px;
        }
    #slidertitle2z{
        font-size: 25pt;
        bottom: 10px;
    }
}
@media screen and (max-width:600px){
    #slidertitle{
        top: 45px;
        left: 50px;
    }
    #slidertitle1{
        font-size: 14pt;
        bottom: 25px;
        left: 180px;
        }
    #slidertitle2{
        font-size: 17pt;
        bottom: 10px;
    }
}