/* xl - DESKTOP STYLES */ 
.soporte-sm{
    display: none;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}
.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding: 0;
}

body {
    background: #f5f5f5;
}
#Header{
    position: fixed;
    top: 0;
    height: 70px;
    width: 100vw;
    z-index: 999999999;
}
.navbar {
    display: grid;
    justify-content: space-between;
    align-items: center;

    padding: 0px 6.6%;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    grid-template-columns: 200px 1fr;
    height: 90px;
    width: 100vw;
    position: fixed;
    left: 0;
    
}

.logo {
    display: flex;
    align-items: center;
        width: 201px;
        height: 46px;
}

.logo img {

    margin-right: 10px;
    width: 201px;
}

.logo-two{
display: none;
    
}
.brand {
    font-size: 18px;
    font-weight: bold;
    color: #2e3192;
}

.brand small {
    font-size: 12px;
    color: #666;
}

.nav-links {
        display: flex
;
    justify-content: end;
    padding: 0 20px!important;
    list-style: none;
    display: flex;
    align-items: center;
    font-weight: bold;
    font-family: "Lato", Sans-serif;

}

.nav-links li {
    margin-left: 20px;
    position: relative;
    font-family: "Lato", Sans-serif;
    font-size: 1.1vw;
    font-weight: bold;
        z-index: 2;


}


.nav-links a {
    text-decoration: none!important;
    color:#1d1928;
    font-size: 1.1vw;
    font-weight: 500;

    font-family: "Lato", Sans-serif;
    font-weight: bold;
        z-index: 2;
        position: relative;
}

.nav-links a:hover {
    color: #1d1928;
}

.dropdown a {

    cursor: pointer;
    border-radius: 10px;

}

.dropdown-menu {
    display: none;
    position: absolute;
    left: -10px;
    background: white;
    top: 130%;
    border-radius: 8px;
    overflow: hidden;
    min-width: 180px;
    padding: 0 !important;
}

.dropdown-menu li {
    padding: 2px;
       list-style: none;
    margin: 0;
}

.dropdown.active{
      background-color: #B8D658;
      

    z-index: -1!important;
 

    border-radius: 30px;
    content: "";
}

.dropdown-menu li a {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #2e3192;
    padding: 10px;
    width: 100%;
    transition: background 0.3s;
}

.dropdown-menu li a:hover {
    background: #e6e6fa;
}


.menu-toggle {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 1000;
    background: none;
    border-radius: 5px;
    border: none;
}

.menu-toggle span {
    background-color: #140c5c; /* Ajusta el color si el fondo es oscuro */
    height: 4px;
    width: 30px;
    position: relative;
    border-radius: 2px;
    transition: all 0.3s ease-in-out;
}



@media(min-width: 770px){
    .dropdown-menu.active {
    display: flex;
    flex-direction: column;
}
.wpr-active-menu-item{
    background: #bce346;
    border-radius: 45px;
    padding: 0.25em 0.5em;
}
}
@media (min-width: 1720px){
     .wpr-active-menu-item:before{
         top: -2px!important;
     }
}
@media (min-width: 1000px) and (max-width: 1200px){
    .wpr-active-menu-item:before{

    height: 30px !important;
}
}
@media (min-width: 770px) and (max-width: 1024px){
    .nav-links li,.nav-links a{
        font-size: 20px!important;
    }
    .dropdown-menu {
    width: 250px;
}

}

@media (max-width: 769px){
#Header{
    position: fixed;
    top: 0;
    height: 90px;
    width: 100vw;
    z-index: 999999999;
}
.soporte-sm{
        display: block;
        position: relative;
        top: 2%;
        width: 65% !important;
}
  .soporte-sm::after {
     content: "";
        position: absolute;
        top: -20%;
        left: 50%;
        width: 165%;
        height: 2px;
        background-color: #150d5d;
        transform: translateX(-50%);
}
        #wpadminbar{
        display: none;
    }

      .main-navigation {
        background-color: #5F56DB !important; 
        color: #000; 
         position: sticky;
         position: -webkit-sticky;
    }
    
    .main-navigation {
    position: -webkit-sticky; /* Para Safari */
    position: sticky;
    top: 0; /* Se queda pegado a la parte superior */
    z-index: 1000; /* Asegúrate de que se quede encima de otros elementos */
    background-color: #fff; /* Fondo blanco para asegurarse de que no se vea transparente */
  }
    .logo-two, .logo-one{
           z-index: 9999;
        
    }
   .wpr-active-menu-item:before, .dropdown.active:before {
        height: 40px !important;
        position: absolute;
        top: -4px !important;
        z-index: -1 !important;
        width: 115% !important;
        /* min-width: 200px; */
        left: -8% !important;
        right: 0 !important;
        border-radius: 30px;
        content: "";
        z-index: -1 !important;
}
.wpr-active-menu-item a,.dropdown.active a{
 z-index: 2;
 position: relative;
}

    .dropdown-menu{
         position: relative;
        flex-direction: column;
        justify-content: center;

        top: 10%;
    }

  .menu-toggle {
        display: flex;
            justify-self: end;
    }
    .dropdown-menu{
        display: none;
    }
    
.dropdown-menu.active {
    display: flex; 
            width: auto;
                    margin-bottom: 1rem;
     
        
}
.dropdown-menu li{
    line-height: 20px;
}
    .dropdown-menu li a{
         padding: 2px;
        font-size: 20px !important;
        margin: 6px 2px;
        color: #140E58!important;
        letter-spacing: 0.15px;
        gap: 2px;
    }
    .emoji{
         scale: 0.5;
        position: relative;
        top: 2px;
    }
       .nav-links {

        margin-top: 90px !important;
        /* width: 91%; */
        align-items: center;
      
        display: none;
        flex-direction: column;
        justify-content: flex-start;
        position: absolute;
        height: 100vh;
        top: 0;
        left: 0;
        width: 100%;
        background-color: white;
        padding: 129px 0 !important;
        padding: 20px 2.5rem !important;
        z-index:  99999;
    
    }
      
    .nav-links::before {
    content: ""; 
    position: absolute;
    top: 0; 
    left: 50%;
    width: 90%;
    height: 2px;
    background-color: #150d5d;
    transform: translateX(-50%);
}
.disabled{
    opacity: 0.35;
  color: #14141482!important;
}
    .nav-links li,.nav-links a{
        font-weight: bold;
           margin-bottom: 15px;
        color: #140E58 !important;
        width: -webkit-fill-available;
        font-size: 24px !important;
        margin-left: 0;
  
    }
    .dropdown-menu li{
       width: auto;
          margin: 0;
        line-height: 20px!important;
    }
    .nav-links.active {
        display: flex;
    }
    
    .menu-toggle span:nth-child(1){
        top: -1px;
    }

    .menu-toggle span:nth-child(3){
        top: 1px;
    }
    .menu-toggle.active span:nth-child(1) {
        transform: translateY(10px) rotate(45deg);
        top: -3px;
        
    }

    .menu-toggle.active span:nth-child(2) {
        opacity: 0;
    }

    .menu-toggle.active span:nth-child(3) {
        transform: translateY(-10px) rotate(-45deg);
    }

}


/* Aplica tu propio estilo solo a la clase que decidas usar */
.wpr-mobile-nav-menu > li.current-menu-item > a {
  background: #bce346 !important;
	        border-radius: 30px;
	width: fit-content;
}

.wpr-mobile-nav-menu > li.current-menu-parent > a {
  background: #bce346 !important;
	        border-radius: 30px;
	width: fit-content;
}



.wpr-mobile-toggle-line {
  width: 100%;
  height: 3px;
  border-radius: 2px;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transform-origin: center;
}

/* Cuando está activo (menú abierto) */
.wpr-mobile-toggle.active .wpr-mobile-toggle-line:nth-child(1) {
  transform: rotate(45deg) translateY(15px);
}

.wpr-mobile-toggle.active .wpr-mobile-toggle-line:nth-child(2) {
  opacity: 0;
}

.wpr-mobile-toggle.active .wpr-mobile-toggle-line:nth-child(3) {
  transform: rotate(-45deg) translateY(-13px);
}
.wpr-pointer-underline .wpr-pointer-item:after {
	transform: translate(-50%, -50%) !important;
}

