a.logomascob {
    margin-left: 0px;
}

li.dropdown-menu-mega {
    font-size: 13.5px;
    color: #afafaf;
}
li.dropdown-menu-mega a{
    font-size: 13.5px;
    color: #afafaf;
    cursor: none;
}

li.dropdown-menu-mega a:hover{
    cursor: pointer;
    color: #ffffff;
}

ul.mega-menu-mega{
    margin-bottom: 0px;
}
ul{
    list-style: none;
}

span .mega-menu {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a.brand{
    text-decoration: none;
    color: #000;
}

.navbar-menu-mega{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #000;
    color: #fff;
    z-index: 12;
}

.navbar-menu-mega, .buttons{
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 1em;
    border: 1px #fff3 solid;
}

.brand{
    font-weight: bolder;
    font-size: 1.5em;
}

.brand:hover{
    font-weight: bolder;
    color: #428aff;
}

button{
    border: none;
    transition: 0.3s;
    cursor: pointer;
}

.btn{
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    background: #428aff;
    padding: 0.5em 1.3em;
    border-radius: 16px;
    color: #fff;
}

.btn:hover{
    background: #3877db;
}

.menu-btn{
    margin-left: 0em;
    background: none;
    display: inline-block;
}

.menu-btn span{
    font-size: 2.3em;
    color: white;
}

.dropdown-menu-mega > div, .sub-dropdown-menu-mega > div {
   
}
li.dropdown-menu-mega span:hover{
    cursor: pointer;
    color: #ffffff;
}

.dropdown-menu-mega .menu a:hover{
    color: #9b9b9b;
}

a.getsession.scrollto {
    padding: 8px 20px;
    border-radius: 25px;
    color: #fff;
    font-weight: 300;
    font-family: "Roboto", sans-serif;
    border: 1px solid #fff;
}
a.getstarted.scrollto{
    padding: 8px 25px;
    margin-left: -15px;
    border-radius: 25px;
    color: #fff;
    font-weight: 300;
    font-family: "Roboto", sans-serif;
    border: 2px solid #00C71D;
}
a.getstarted.scrollto:hover{
    color: #fff;
    background: #00B21A;
}

@media screen and (min-width: 800px) {
    .navbar-menu-mega{
        padding: 0 1.5em;
    }
    .dropdown-menu-mega > div{
        padding: 1.5em 1em;
    }
    .mega-menu-mega{
        display: flex;
        justify-content: center;
    }
    .menu-btn{
        display: none;
    }
    .menu-mega{
        background: #000;
        position: absolute;
        top: 4.6em;
        left: 0;
        width: 100%;
        padding: 0 2em;
        overflow-y: scroll;
        transition: 0.4s ease-in-out;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        gap: 2em;
    }

    .menu-mega > li:first-child{
        font-size: 1.1em;
        margin-left: 25px;
        text-align: left;
    }

    .dropdown-menu-mega li{
        font-size: 1.1em;
        margin-left: 25px;
        text-align: left;
    }

    .sub-dropdown-menu-mega > div span:first-child{
        font-weight: bold;
    }
    
    .dropdown-menu-mega > div{
        /*border-bottom: 3px #fff solid;*/
        transition: 0.3s;
    }

    .dropdown-menu-mega:hover > div{
        border-color: #000;
    }

    .dropdown-menu-mega > div span:last-child, 
    .sub-dropdown-menu-mega > div{
        display: none;
    }

    /* Width */
    .menu-mega::-webkit-scrollbar{
        width: 8px;
    }
    /* Track */
    .menu-mega::-webkit-scrollbar-track{
        background: #f1f1f1;
    }
    /* Handle */
    .menu-mega::-webkit-scrollbar-thumb{
        background: #888;
    }

    /* Handle on hover */
    .menu-mega::-webkit-scrollbar-thumb:hover{
        background: #555;
    }

    /* Hide menu */
    .menu-mega{
        height: 0;
    }
    .dropdown-menu-mega:hover .menu-mega{
        height: 50vh;
        padding: 2em;
    }
}

/* Responsive Design MOVIL */
@media screen and (max-width: 800px) {
    #hero {
        width: 100%;
        height: 400px;
        background: #000;
        overflow: hidden;
        position: relative;
    }
    #hero .carousel-container {
        top: 67px;
        position: relative;
        left: 0px;
        right: 0px;
        bottom: 0px;    
    }
    #hero .btn-get-started {
        width: 95%;
        text-align: center;
    }
    #hero .btn-get-info {
        width: 95%;
        text-align: center;
    }
    .section-title {
    text-align: center;
    padding-bottom: 0px;
    }
    a.logomascob {
    margin-left: 0px;
    }
    .navbar-menu-mega, .buttons {
        border: none;
    }
    .navbar-menu-mega{
        padding: 1em 1.5em;
    }
    .menu-container{
        background: #000;
        position: absolute;
        top: 4.4em;
        left: 0;
        width: 100%;
        overflow-y: hidden;
        transition: 0.3s ease-in-out;
    }

    /* Width */
    .mega-menu-mega::-webkit-scrollbar{
        width: 8px;
    }
    /* Track */
    .mega-menu-mega::-webkit-scrollbar-track{
        background: #f1f1f1;
    }
    /* Handle */
    .mega-menu-mega::-webkit-scrollbar-thumb{
        background: #888;
    }
    /* Handle on hover */
    .mega-menu-mega::-webkit-scrollbar-thumb:hover{
        background: #555;
    }
    .mega-menu-mega{
        padding: 0 1em 1em 1em;
        height: 100%;
        overflow-y: scroll;
    }
    .mega-menu-mega li{
        font-size: 1.1em;
    }
    .mega-menu-mega li > div{
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 0.5em;
    }
    .menu-mega li{
        padding: 0 1em;
        font-size: 13.5px;
        font-weight: 400;
    }
    .menu-mega a{
        display: block;
        margin: 0.8em 0;
    }
    .menu-mega{
        display: none;
    }
    /* Toggle class for Javascript */
    .menu-mega-show{
        display: block;
    }
    .material-symbols-outlined{
        transition: 0.3s;
    }
    /* Toggle class for javascript */
    .icon-rotated{
        transform: rotate(90deg);
    }
    .dropdown-menu-mega>div, .sub-dropdown-menu-mega > div{
        cursor: pointer;
        padding: 0.5em;
        font-size: 13.5px;
    }
    a.getsession.scrollto {
        padding: 0px;
    }
    a.getstarted.scrollto {
        margin-left: 0px;
    }
    .sub-menu-mega{
        font-size: 0.9em;
        display: none;
    }
    /* Toggle class for Javascript */
    .sub-menu-mega-show{
        display: block;
    }
    .dropdown-menu-mega:hover>div, .sub-dropdown-menu-mega:hover>div{
        /*background: #dbdbdb;*/
        color: white;
        font-weight: bold;
    }
    /* Hide menu */
    .menu-container{
        height: 0;
    }
    /* Toggle class for javascript */
    .mega-menu-mega-show{
        height: 50vh;
    }
}