
html, body{
    overflow-x: hidden;
    max-width: 100%;
}

:root{
    --mainColor : rgb(0,128,159);
    --accentColor : rgb(0,75,125);
    --white : #ffffff;
    --black : #000000;
    --normalFont : "Dosis";
    --textFont: "Montserrat";
    --bold : 500;
    --light : 200;
    --textSize : 19px;
    --textOtherSize : 17px;
    --titleSize : 50px;
    --titleInterSize : 40px;
    --titleMediumSize : 32px;
    --titleSmallSize : 24px;
    --titleMiniSize : 20px;
    --titleTinySize : 16px;
    --titleMegaSize : 55px;
    --footerSize : 12px;
}

/*IMAGEN DEL LOGO*/
.miniLogo{
    width: 300px;
    display: inline-flex;
    z-index: 9;
    cursor: pointer;
}

/*ESPACIO DEL LOGO */
.navbar-brand{
    margin: 0 35px;
}

/*GENERALIDAD NAVBAR*/
.NAV{
    background-color: var(--mainColor);
    position: fixed;
    z-index: 10;
    width: 100vw;
}

.navbar{
    padding: 0;
    width: 100%
}

.navbar-expand-lg .navbar-nav {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

/*MENU DE PESTAÑAS EN GRANDE*/
.collapse{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-right: 75px;
}
/*MENU MIENTRAS ABREE*/
.collapsing{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;
    visibility: hidden;
}

/*MENU DE PESTAÑAS ABIERTO*/
.collapse:is(.show){
    width: 100%;
    display: flex;
    justify-content: center;
    margin: auto;
}

/*CONTENEDOR DE PESTAÑAS*/
.navbar-menu{
    width: 45%;
}

/*OTRO CONTENEDOR DE PESTAÑAS*/
.lan{
    font-size: var(--titleMiniSize);
    color: var(--white);
    margin: 0;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
}
/*link falso entre pestañas*/
.lan .false{
    cursor: default;
    font-weight: var(--bold);
    font-size: var(--titleMiniSize);
}
/*LENGUAJE ACTIVO*/
.lan .-active{
    font-family: var(--normalFont), sans-serif;
    font-weight: var(--bold);
    font-size: var(--titleMiniSize);
}
/*PESTAÑA ACTIVA*/
.navbar-menu > .item > .activo{
  font-weight: var(--bold);
}

/*TEXTO DE CADA UNA DE LAS PESTAÑAS*/
nav .link{
    color: var(--white);
    font-family: var(--normalFont), sans-serif;
    font-weight: var(--light);
    font-size: var(--titleMiniSize);
}

nav .link:hover{
    color: var(--white);
}

/*TEXTO DROPDOWN*/
li a{
    font-family: var(--normalFont), sans-serif;
    font-size: var(--titleMiniSize);
}

.dropdown-item{
    color: var(--mainColor);
    font-weight: var(--bold);
    font-size: var(--textOtherSize);
}

.dropdown-item:hover{
    color: var(--accentColor);
}

.dropdown-item:focus{
    background-color: var(--mainColor);
    background-clip: padding-box;
    color: var(--white);
}
/*CONTENEDOR DROPDOWN*/
.dropdown-menu{
    border-radius: 0;
    border: solid transparent;
}

/*ANIMACIONES*/
.navbar-menu > .item {
  position: relative;
  text-align: center;
  transition-duration: 0.25s;
  padding: 0 5px;
}

.navbar-menu > .item::after {
  background-color: var(--white);
  bottom: 0;
  height: 3px;
  left: 0;
  position: absolute;
  transition-duration: 0.25s;
  width: 100%;
}
.navbar-menu > .item > .link {
  color: var(--white);
  cursor: pointer;
  display: inline-block;
  padding: 10px;
}

.navbar-menu.-material > .item:hover::after,
.navbar-menu.-material > .item::after {
  transform: scaleX(1);
}

.navbar-menu.-material > .item::after {
  content: '';
  transform: scaleX(0);
  transform-origin: center;
}

.navbar-toggler  {
    color: var(--white);;
    font-size: 2rem;
    margin-left: 7rem;
    visibility: visible;
    background-color: transparent;
}

.navbar-toggler:focus{
    box-shadow: none;
}

/*PANTALLAS 4K*/
@media (min-width: 2000px){
    body{
        background-color: var(--white);
    }

    /*MENU MIENTRAS ABREE*/
    .collapsing{
        visibility: visible;
    }

    .collapse {
        width: 100%;
        display: flex;
        justify-content: flex-end;
        margin-right: 0;
    }

    /*IMAGEN DEL LOGO*/
    .miniLogo{
        width: 16vw;
        display: inline-flex;
        z-index: 9;
        cursor: pointer;
        margin-left: 130px;
    }

    /*ESPACIO DEL LOGO */
    .navbar-brand{
        margin: 0;
    }

    /*GENERALIDAD NAVBAR*/
    .NAV{
        background-color: var(--mainColor);
        position: fixed;
        z-index: 10;
        width: 100vw;
    }

    .navbar-expand-lg .navbar-nav {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .lan{
        font-size: var(--titleMiniSize);
        color: var(--white);
        margin: 0;
        cursor: pointer;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-evenly;
    }

    /*ANIMACIONES*/
    .navbar-menu > .item > .link {
        padding: 10px;
    }

    .navbar{
        padding: 0;
        width: 100%;
        justify-content: space-around;
    }

    .navbar-toggler  {
        color: var(--white);;
        font-size: 2rem;
        margin-left: 0;
        visibility: visible;
        background-color: transparent;
    }

    /*CONTENEDOR DROPDOWN*/
    .dropdown-menu{
        border-radius: 0;
        background-color: var(--mainColor);
    }

    .dropdown-menu.show{
        border-radius: 0;
        background-color: var(--white);
        position: absolute;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }

    /*TEXTO DROPDOWN*/
    li a{
        font-family: var(--normalFont), sans-serif;
        font-size: 1rem;
    }

    .dropdown-item{
        color: var(--mainColor);
        text-align: center;
        font-weight: var(--bold);
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .dropdown-item:hover{
        color: var(--accentColor);
    }

    .dropdown-item:focus{
        background-color: var(--mainColor);
        background-clip: padding-box;
        color: var(--white);
    }

    .dropdown-divider {
        display: none;
    }

    .navbar-menu.-material > .item::after {
      display: none;
    }

    /*OTRO CONTENEDOR DE PESTAÑAS*/
    .lan .link, .lan .false, .lan .-active{
        font-size: var(--titleMediumSize);
        margin: 0;
    }

    /*TEXTO DE CADA UNA DE LAS PESTAÑAS*/
    nav .link{
        font-size: var(--titleMediumSize);
    }

    /*TEXTO DROPDOWN*/
    li a, .dropdown-item{
        font-size: var(--titleSmallSize);
    }

}

/*PANTALLAS GRANDES*/
@media (max-width: 1800px){
    body{
        background-color: var(--white);
    }

    /*MENU MIENTRAS ABREE*/
    .collapsing{
        visibility: visible;
    }

    .collapse {
        width: 100%;
        display: flex;
        justify-content: flex-end;
        margin-right: 0;
    }

    /*IMAGEN DEL LOGO*/
    .miniLogo{
        width: 17.5vw;
        display: inline-flex;
        z-index: 9;
        cursor: pointer;
        margin-left: 5vw;
    }

    /*ESPACIO DEL LOGO */
    .navbar-brand{
        margin: 0;
    }

    /*GENERALIDAD NAVBAR*/
    .NAV{
        background-color: var(--mainColor);
        position: fixed;
        z-index: 10;
        width: 100vw;
    }

    .navbar-expand-lg .navbar-nav {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .lan{
        font-size: var(--titleMiniSize);
        color: var(--white);
        margin: 0;
        cursor: pointer;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-evenly;
    }

    /*ANIMACIONES*/
    .navbar-menu > .item > .link {
        padding: 10px;
    }

    .navbar{
        padding: 0;
        width: 100%;
        justify-content: space-around;
    }

    .navbar-toggler  {
        color: var(--white);;
        font-size: 2rem;
        margin-left: 0;
        visibility: visible;
        background-color: transparent;
    }

    /*CONTENEDOR DROPDOWN*/
    .dropdown-menu{
        border-radius: 0;
        background-color: var(--mainColor);
    }

    .dropdown-menu.show{
        border-radius: 0;
        background-color: var(--white);
        position: absolute;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }

    /*TEXTO DROPDOWN*/
    li a{
        font-family: var(--normalFont), sans-serif;
        font-size: 1rem;
    }

    .dropdown-item{
        color: var(--mainColor);
        text-align: center;
        font-weight: var(--bold);
        display: flex;
        align-items: center;
        justify-content: left;
        width: 225px;
    }

    .dropdown-item:hover{
        color: var(--accentColor);
    }

    .dropdown-item:focus{
        background-color: var(--mainColor);
        background-clip: padding-box;
        color: var(--white);
    }

    .dropdown-divider {
        display: none;
    }

    .navbar-menu.-material > .item::after {
      display: none;
    }

    /*OTRO CONTENEDOR DE PESTAÑAS*/
    .lan .link, .lan .false, .lan .-active{
        font-size: var(--titleMiniSize);
        margin: 0;
    }

    /*TEXTO DE CADA UNA DE LAS PESTAÑAS*/
    nav .link{
        font-size: var(--titleMiniSize);
    }

    /*TEXTO DROPDOWN*/
    li a, .dropdown-item{
        font-size: var(--textOtherSize);
    }

}

/*PANTALLAS LAPTOP GRANDES*/
@media (max-width: 1440px){
    body{
        background-color: var(--white);
    }

    /*MENU MIENTRAS ABREE*/
    .collapsing{
        visibility: visible;
    }

    .collapse {
        width: 100%;
        display: flex;
        justify-content: flex-end;
        margin-right: 100px;
    }

    /*IMAGEN DEL LOGO*/
    .miniLogo{
        width: 22.5vw;
        display: inline-flex;
        z-index: 9;
        cursor: pointer;
        margin-left: 60px;
    }

    /*ESPACIO DEL LOGO */
    .navbar-brand{
        margin: 0;
    }

    /*GENERALIDAD NAVBAR*/
    .NAV{
        background-color: var(--mainColor);
        position: fixed;
        z-index: 10;
        width: 100vw;
    }

    .navbar-expand-lg .navbar-nav {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .lan{
        font-size: var(--titleMiniSize);
        color: var(--white);
        margin: 0;
        cursor: pointer;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-evenly;
    }

    /*ANIMACIONES*/
    .navbar-menu > .item > .link {
        padding: 10px;
    }

    .navbar{
        padding: 0;
        width: 100%;
        justify-content: space-around;
    }

    .navbar-toggler  {
        color: var(--white);;
        font-size: 2rem;
        margin-left: 0;
        visibility: visible;
        background-color: transparent;
    }

    /*CONTENEDOR DROPDOWN*/
    .dropdown-menu{
        border-radius: 0;
        background-color: var(--mainColor);
    }

    .dropdown-menu.show{
        border-radius: 0;
        background-color: var(--white);
        position: absolute;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }

    /*TEXTO DROPDOWN*/
    li a{
        font-family: var(--normalFont), sans-serif;
        font-size: 1rem;
    }

    .dropdown-item{
        color: var(--mainColor);
        text-align: center;
        font-weight: var(--bold);
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .dropdown-item:hover{
        color: var(--accentColor);
    }

    .dropdown-item:focus{
        background-color: var(--mainColor);
        background-clip: padding-box;
        color: var(--white);
    }

    .dropdown-divider {
        display: none;
    }

    .navbar-menu.-material > .item::after {
      display: none;
    }

    /*OTRO CONTENEDOR DE PESTAÑAS*/
    .lan .link, .lan .false, .lan .-active{
        font-size: var(--titleMiniSize);
        margin: 0;
    }

    /*TEXTO DE CADA UNA DE LAS PESTAÑAS*/
    nav .link{
        font-size: var(--titleMiniSize);
    }

    /*TEXTO DROPDOWN*/
    li a, .dropdown-item{
        font-size: var(--textOtherSize);
    }

}

/*IPAD AIR HORIZONTAL*/
@media (max-width: 1200px){
    body{
        background-color: var(--white);
    }

    /*MENU MIENTRAS ABREE*/
    .collapsing{
        visibility: visible;
    }

    .collapse {
        width: 100%;
        display: flex;
        justify-content: flex-end;
        margin-right: 120px;
    }

    /*IMAGEN DEL LOGO*/
    .miniLogo{
        width: 25vw;
        display: inline-flex;
        z-index: 9;
        cursor: pointer;
        margin-left: 35px;
    }

    /*ESPACIO DEL LOGO */
    .navbar-brand{
        margin: 0;
    }

    /*GENERALIDAD NAVBAR*/
    .NAV{
        background-color: var(--mainColor);
        position: fixed;
        z-index: 10;
        width: 100vw;
    }

    .navbar-expand-lg .navbar-nav {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .lan{
        font-size: var(--titleMiniSize);
        color: var(--white);
        margin: 0;
        cursor: pointer;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-evenly;
    }

    /*ANIMACIONES*/
    .navbar-menu > .item > .link {
        padding: 10px;
    }

    .navbar{
        padding: 0;
        width: 100%;
        justify-content: space-around;
    }

    .navbar-toggler  {
        color: var(--white);;
        font-size: 2rem;
        margin-left: 0;
        visibility: visible;
        background-color: transparent;
    }

    /*CONTENEDOR DROPDOWN*/
    .dropdown-menu{
        border-radius: 0;
        background-color: var(--mainColor);
    }

    .dropdown-menu.show{
        border-radius: 0;
        background-color: var(--white);
        position: absolute;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }

    /*TEXTO DROPDOWN*/
    li a{
        font-family: var(--normalFont), sans-serif;
        font-size: 1rem;
    }

    .dropdown-item{
        color: var(--mainColor);
        text-align: center;
        font-weight: var(--bold);
        display: flex;
        align-items: center;
        justify-content: left;
        width: 225px;
    }

    .dropdown-item:hover{
        color: var(--accentColor);
    }

    .dropdown-item:focus{
        background-color: var(--mainColor);
        background-clip: padding-box;
        color: var(--white);
    }

    .dropdown-divider {
        display: none;
    }

    .navbar-menu.-material > .item::after {
      display: none;
    }

    /*OTRO CONTENEDOR DE PESTAÑAS*/
    .lan .link, .lan .false, .lan .-active{
        font-size: var(--titleMiniSize);
        margin: 0;
    }

    /*TEXTO DE CADA UNA DE LAS PESTAÑAS*/
    nav .link{
        font-size: var(--titleMiniSize);
    }

    /*TEXTO DROPDOWN*/
    li a, .dropdown-item{
        font-size: var(--textOtherSize);
    }

}

/*PANTALLAS NORMALES Y IPAD MINI HORIZONTAL*/
@media (max-width: 1024px){
    body{
        background-color: var(--white);
    }

    /*MENU MIENTRAS ABREE*/
    .collapsing{
        visibility: visible;
    }

    .collapse {
        width: 100%;
        display: flex;
        justify-content: flex-end;
        margin-right: 150px;
    }

    /*IMAGEN DEL LOGO*/
    .miniLogo{
        width: 30vw;
        display: inline-flex;
        z-index: 9;
        cursor: pointer;
        margin-left: 35px;
    }

    /*ESPACIO DEL LOGO */
    .navbar-brand{
        margin: 0;
    }

    /*GENERALIDAD NAVBAR*/
    .NAV{
        background-color: var(--mainColor);
        position: fixed;
        z-index: 10;
        width: 100vw;
    }

    .navbar-expand-lg .navbar-nav {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .lan{
        font-size: var(--titleMiniSize);
        color: var(--white);
        margin: 0;
        cursor: pointer;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-evenly;
    }

    /*ANIMACIONES*/
    .navbar-menu > .item > .link {
        padding: 10px;
    }

    .navbar{
        padding: 0;
        width: 100%;
        justify-content: space-around;
    }

    .navbar-toggler  {
        color: var(--white);;
        font-size: 2rem;
        margin-left: 0;
        visibility: visible;
        background-color: transparent;
    }

    /*CONTENEDOR DROPDOWN*/
    .dropdown-menu{
        border-radius: 0;
        background-color: var(--mainColor);
    }

    .dropdown-menu.show{
        border-radius: 0;
        background-color: var(--white);
        position: absolute;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }

    /*TEXTO DROPDOWN*/
    li a{
        font-family: var(--normalFont), sans-serif;
        font-size: 1rem;
    }

    .dropdown-item{
        color: var(--mainColor);
        text-align: center;
        font-weight: var(--bold);
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .dropdown-item:hover{
        color: var(--accentColor);
    }

    .dropdown-item:focus{
        background-color: var(--mainColor);
        background-clip: padding-box;
        color: var(--white);
    }

    .dropdown-divider {
        display: none;
    }

    .navbar-menu.-material > .item::after {
      display: none;
    }

    /*OTRO CONTENEDOR DE PESTAÑAS*/
    .lan .link, .lan .false, .lan .-active{
        font-size: var(--titleMiniSize);
        margin: 0;
    }

    /*TEXTO DE CADA UNA DE LAS PESTAÑAS*/
    nav .link{
        font-size: var(--titleMiniSize);
    }

    /*TEXTO DROPDOWN*/
    li a, .dropdown-item{
        font-size: var(--textOtherSize);
    }

}

/*TABLETS GRANDES VERTICAL*/
@media (max-width: 991px){
    body{
        background-color: var(--white);
    }

    /*MENU MIENTRAS ABREE*/
    .collapsing{
        visibility: visible;
    }

    .collapse:is(.show) {
        width: 100%;
        display: flex;
        justify-content: center;
        margin: 10px auto;
    }

    /*IMAGEN DEL LOGO*/
    .miniLogo{
        width: 40vw;
        display: inline-flex;
        z-index: 9;
        cursor: pointer;
        margin-left: 0;
    }

    /*ESPACIO DEL LOGO */
    .navbar-brand{
        margin: 0 0 0 10px;
    }

    /*GENERALIDAD NAVBAR*/
    .NAV{
        background-color: var(--mainColor);
        position: fixed;
        z-index: 10;
        width: 100vw;
    }

    .navbar-expand-lg .navbar-nav {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .lan{
        font-size: var(--titleMiniSize);
        color: var(--white);
        margin: 0;
        cursor: pointer;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-evenly;
    }

    /*ANIMACIONES*/
    .navbar-menu > .item > .link {
        padding: 3px;
    }

    .navbar{
        padding: 0;
        width: 100%;
        justify-content: space-around;
    }

    .navbar-toggler  {
        color: var(--white);;
        font-size: 2rem;
        margin-left: 0;
        visibility: visible;
        background-color: transparent;
    }

    /*CONTENEDOR DROPDOWN*/
    .dropdown-menu{
        border-radius: 0;
        background-color: var(--mainColor);
    }

    .dropdown-menu.show{
        border-radius: 0;
        background-color: var(--white);
        position: absolute;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }

    /*TEXTO DROPDOWN*/
    li a{
        font-family: var(--normalFont), sans-serif;
        font-size: 1rem;
    }

    .dropdown-item{
        color: var(--mainColor);
        text-align: center;
        font-weight: var(--bold);
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .dropdown-item:hover{
        color: var(--accentColor);
    }

    .dropdown-item:focus{
        background-color: var(--mainColor);
        background-clip: padding-box;
        color: var(--white);
    }

    .dropdown-divider {
        display: none;
    }

    .navbar-menu.-material > .item::after {
      display: none;
    }

    /*OTRO CONTENEDOR DE PESTAÑAS*/
    .lan .link, .lan .false, .lan .-active{
        font-size: var(--titleSmallSize);
        margin: 0 10px;
    }

    /*TEXTO DE CADA UNA DE LAS PESTAÑAS*/
    nav .link{
        font-size: var(--titleSmallSize);
    }

    /*TEXTO DROPDOWN*/
    li a, .dropdown-item{
        font-size: var(--titleMiniSize);
    }

    .material-symbols-outlined {
        font-size: 100px; !important;
    }

}

/*TABLETS NORMALES*/
@media (max-width: 768px){
    body{
        background-color: var(--white);
    }

    /*MENU MIENTRAS ABREE*/
    .collapsing{
        visibility: visible;
    }

    /*IMAGEN DEL LOGO*/
    .miniLogo{
        width: 40vw;
        display: inline-flex;
        z-index: 9;
        cursor: pointer;
        margin-left: 0;
    }

    /*ESPACIO DEL LOGO */
    .navbar-brand{
        margin: 0 0 0 10px;
    }

    /*GENERALIDAD NAVBAR*/
    .NAV{
        background-color: var(--mainColor);
        position: fixed;
        z-index: 10;
        width: 100vw;
    }

    .navbar-expand-lg .navbar-nav {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .lan{
        font-size: var(--titleMiniSize);
        color: var(--white);
        margin: 0;
        cursor: pointer;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-evenly;
    }

    /*ANIMACIONES*/
    .navbar-menu > .item > .link {
        padding: 3px;
    }

    .navbar{
        padding: 0;
        width: 100%;
        justify-content: space-around;
    }

    .navbar-toggler  {
        color: var(--white);;
        font-size: 2rem;
        margin-left: 0;
        visibility: visible;
        background-color: transparent;
    }

    /*CONTENEDOR DROPDOWN*/
    .dropdown-menu{
        border-radius: 0;
        background-color: var(--mainColor);
    }

    .dropdown-menu.show{
        border-radius: 0;
        background-color: var(--white);
        position: absolute;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }

    /*TEXTO DROPDOWN*/
    li a{
        font-family: var(--normalFont), sans-serif;
        font-size: 1rem;
    }

    .dropdown-item{
        color: var(--mainColor);
        text-align: center;
        font-weight: var(--bold);
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .dropdown-item:hover{
        color: var(--accentColor);
    }

    .dropdown-item:focus{
        background-color: var(--mainColor);
        background-clip: padding-box;
        color: var(--white);
    }

    .dropdown-divider {
        display: none;
    }

    .navbar-menu.-material > .item::after {
      display: none;
    }

    /*OTRO CONTENEDOR DE PESTAÑAS*/
    .lan .link, .lan .false, .lan .-active{
        font-size: var(--titleMiniSize);
        margin: 0 10px;
    }

    /*TEXTO DE CADA UNA DE LAS PESTAÑAS*/
    nav .link{
        font-size: var(--titleMiniSize);
    }

    /*TEXTO DROPDOWN*/
    li a, .dropdown-item{
        font-size: var(--textOtherSize);
    }

}

/*CELULARES*/
@media (max-width: 480px){
    body{
        background-color: var(--white);
    }

    /*IMAGEN DEL LOGO*/
    .miniLogo{
        width: 70vw;
        display: inline-flex;
        z-index: 9;
        cursor: pointer;
        margin-left: 0;
    }

    /*ESPACIO DEL LOGO */
    .navbar-brand{
        margin: 0 0 0 10px;
    }

    /*GENERALIDAD NAVBAR*/
    .NAV{
        background-color: var(--mainColor);
        position: fixed;
        z-index: 10;
        width: 100vw;
    }

    .navbar-expand-lg .navbar-nav {
        display: block;
    }

    .dropdown-menu.show{
        border-radius: 0;
        background-color: var(--mainColor);
        display: block;
        position: static;
    }

    .navbar{
        padding: 0;
        width: 100%;
        justify-content: space-around;
    }

    .navbar-toggler  {
        color: var(--white);;
        font-size: 2rem;
        margin-left: 0;
        visibility: visible;
        background-color: transparent;
    }

        /*ANIMACIONES*/
    .navbar-menu > .item > .link {
        padding: 7px;
    }

    /*CONTENEDOR DROPDOWN*/
    .dropdown-menu{
        border-radius: 0;
        background-color: var(--mainColor);
    }

    /*TEXTO DROPDOWN*/
    li a{
        font-family: var(--normalFont), sans-serif;
        font-size: 1rem;
    }

    .dropdown-item{
        color: var(--white);
        text-align: center;
        font-weight: var(--bold);
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .dropdown-item:hover{
        color: var(--accentColor);
    }

    .dropdown-item:focus{
        background-color: var(--mainColor);
        background-clip: padding-box;
        color: var(--white);
    }

    .dropdown-divider {
        height: 0;
        margin: 0.5rem 0;
        overflow: hidden;
        border-top: 2px solid var(--white);
    }

    .navbar-menu.-material > .item::after {
      display: none;
    }
    /*OTRO CONTENEDOR DE PESTAÑAS*/
    .lan, .lan .false, .lan .-active{
        font-size: var(--titleMiniSize);
    }

    /*TEXTO DE CADA UNA DE LAS PESTAÑAS*/
    nav .link{
        font-size: var(--textSize);
    }

    /*TEXTO DROPDOWN*/
    li a, .dropdown-item{
        font-size: var(--textOtherSize);
    }

}
