body {
    font-family: 'Nunito Sans', sans-serif !important;
}

.scrolled {
    background-color: #000000 !important;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.bg-040823 {
    background-color: #040823 !important;
}

.sticky {
    position: fixed;
    z-index: 9999;
    top: 30%;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.bolder {
    font-weight: 800;
}

.slide-media {
    overflow: hidden;
    width: 100%;
}

.link-mas {
    text-align: center;
}

.link-mas a:hover {
    font-weight: bold;
    color: #A365F8;
}

.link-mas a {
    text-decoration: none;
    color: #333333;
    font-size: 19px;
    letter-spacing: 2px;
    cursor: pointer;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /*background-color: black;*/
    z-index: 1;
    display: flex;
    align-items: center;
    padding: 80px;
}

.tittle {
    color: white;
    font-size: 150px;
    line-height: 120px;
    margin-bottom: 65px;
    font-weight: bold;
    letter-spacing: 15px;
}

.slogan {
    color: white;
    font-size: 30px;
    line-height: 30px;
}

/* Media Query for devices withi coarse pointers and no hover functionality */

/* This will use a fallback image instead of a video for devices that commonly do not support the HTML5 video element */

@media (pointer: coarse) and (hover: none) {}

/**** MENU ********/
/**** MENU ********/
/**** MENU ********/
.navbar {
    background-color: transparent;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.nav-link {
    font-size: 20px;
    border-radius: 40px;
    padding: 0 30px;
    font-weight: normal;
    color: #ffffff;
    /* border: 1px solid; */

}

.nav-item {
    padding: 0 15px;
    color: #ffffff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}


.nav-link:hover {
    font-weight: bold;
    color: #A365F8;
}

.nav-link.active {
    font-weight: bold;
    color: #A365F8 !important;
}

.m-contacto {
    border: 1px solid #9515d8;
    border-radius: 20px;
    padding: 0 15px !important;
}

.m-contacto:hover {
    background: #FFFFFF;
    color: #9515d8;
}

.active-contacto {
    background: #FFFFFF;
    color: #9515d8 !important;
    padding: 0 15px !important;
}

#boton-contacto>span {
    margin: 0 !important;
}

/**** FIN MENU ********/
/**** FIN MENU ********/



@media only screen and (max-width: 900px) {

    .nav-item {
        text-align: center;
    }

    .nav-bar {
        background-color: black;
    }

    .nav-item {
        justify-content: center;
        padding: 10px;
    }



}
