.cuerpo {
    margin: 0 !important;
    padding: 0 !important;
}

.columna {
     padding: 0 !important;
}


.nav-link-second {
    color: white !important;
}

.terms {
  display: flex !important;
}

.logo {
    width: 50%;
}

.nav-link {
    color: white !important;
}

.menu-second:hover {
    background: #83CD29 !important;
}

.circulo {
    background: black !important;
}

.flechita {
    background-color: #A8C142;
}




/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { 

    .logo {
    width: 30%;
}

 }

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 

    .logo {
        width: 25% !important;
    }
 }

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 

    .logo {
        padding: 5px;
        width: 120%;
    }

    .nav-link {
        color: white !important;
        font-size: 13px !important;
        padding: 15px !important;
    }


 }

 @media (min-width: 1023px) {

    .main-class {
        margin-top: 3.7% !important;
    }

    .logo {
        width: 100% !important;
    }
 }




 /* Large devices (desktops, 992px and up) */
@media (min-width: 1440px) { 

    .main-class {
        margin-top: 3.7% !important;
    }

    .logo {
        width: 70% !important;
    }

    .nav-link {
        color: white !important;
        font-size: 16px !important;
        padding: 15px !important;
    }


}







 /*  Este es el estilo para verificar en que link estamos */
 .vue-school-active-link {
        color: #B9D053 !important;
        font-weight: bolder;
    }