*, html{
    scroll-behavior: smooth;
    transition: 0.5s;
}
*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body{
    /*font-family: var(--default_font);*/
    font-family: poiret-one-regular ;
    overflow-x:hidden !important;
    font-size:15px;
    font-weight: 100;
}
h1, h2, h3, h4, h5, h6{
    margin:0;
}
.container-fluid {
    padding: 0;
    margin: 0;
}


.big{
    font-size:6em;
}

:root{
    /*--default_font:'poiret-one-regular', sans-serif;*/
    --title_font:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;

    --white:#FFF;
    --gray:#232323;
    --lite:rgba(255,255,255,0.6);
    --black:rgba(1,1,1,0.6);
    --morado:rgb(118, 46, 140, 0.5);
    --dark:#3c3d3c;
    --primary:linear-gradient(145deg,#ff2f09,#c24a4e);
    --primary_dark: #970104;
    --primary_lite: #762e8c;
    --secondary:#000a17;
    --marketing:#0d6efd;
    --cursos: #198754;
    --shadows: rgba(0, 0, 0, 0.27);
}

.rating {
    display: flex;
}

.rating i {
    color: #ccc;
    font-size: 24px;
    margin-right: 4px;
}

.rating i.filled {
    color: #f39c12;
}




.section {
    position: relative;
    width: 100%;
    height: 100vh;
}


.fondoM{
    background-color: var(--morado);
}

footer {
    color: #4d4d4d;
    padding: 2% 5%;
}


@media (max-width:920px){
    .big{
        font-size:2em !important;
    }
}
@media screen and (max-width: 920px) {

}

