/*

Theme Name: Nexus IA
Theme URI: 
Description: Tema Hijo de Divi
Author: Nexus IA
Template: Divi
Version: 1.1

*/

@import url("../Divi/style.css");


/*Bullet point cross*/
.cross ul {
  list-style: none;
  padding-left: 0;
}

.cross ul li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  font-size: 16px;
}

.cross ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 16px;
  height: 16px;
  background-image: url('https://orionlatam.co/wp-content/uploads/2025/07/Vector.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}


/*Bullet point check*/
.check ul {
  list-style: none;
  padding-left: 0;
}

.check ul li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  font-size: 16px;
}

.check ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 21px;
  height: 21px;
  background-image: url('https://orionlatam.co/wp-content/uploads/2025/07/ico-check.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* efecto fondo animado a la izquierda */
.glow-effect::before {
    content: "";
    position: absolute;
    top: 20%; /* agrega espacio superior */
    left: 5%;
    width: 20%;
    height: 60%;
    background: radial-gradient(circle, rgba(142, 37, 254, 0.5), transparent 70%);
    filter: blur(120px);
    z-index: 0;

    animation: big-glow-move 6s ease-in-out infinite;
}

.glow-effect {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

@keyframes big-glow-move {
    0% {
        transform: translate(0px, 0px);
    }
    20% {
        transform: translate(200px, 100px);
    }
    40% {
        transform: translate(400px, 0px);
    }
    60% {
        transform: translate(200px, -100px);
    }
    80% {
        transform: translate(0px, 0px);
    }
    100% {
        transform: translate(-200px, 50px);
    }
}



/* efecto fondo animado flotante con movimiento fuerte */
.glow-effect-2::before {
    content: "";
    position: absolute;
    top: 0%;
    right: 20%;
    width: 20%;
    height: 80%;
    background: radial-gradient(circle, rgba(142, 37, 254, 0.4), transparent 70%);
    filter: blur(120px);
    z-index: 0;

    animation: big-glow-move 6s ease-in-out infinite;
}

.glow-effect-2 {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

/* mismo movimiento que glow-effect */
@keyframes big-glow-move {
    0% {
        transform: translate(0px, 0px);
    }
    20% {
        transform: translate(200px, 100px);
    }
    40% {
        transform: translate(400px, 0px);
    }
    60% {
        transform: translate(200px, -100px);
    }
    80% {
        transform: translate(0px, 0px);
    }
    100% {
        transform: translate(-200px, 50px);
    }
}

/*buttom*/
.bt-menu{
	 color: #FFFFFF !important;
    border-width: 0px !important;
    border-radius: 100px;
    font-size: 16px;
    background-image: linear-gradient(105deg, #8e25fe 0%, #5e0dff 100%);
	padding-top: 12px !important;
    padding-right: 16px !important;
    padding-bottom: 12px !important;
    padding-left: 16px !important;
}

.bt-menu:hover{
	background-image: initial;
    background-color: #8E25FE;
}

/*text-menu*/
#top-menu li a {
    font-weight: 400;
}

/*invertir mobile*/
@media (max-width: 767px) {
  .cambiar-orden-mobile {
    display: flex;
    flex-direction: column;
  }

  .cambiar-orden-mobile > .et_pb_column:nth-child(1) {
    order: 2;
  }

  .cambiar-orden-mobile > .et_pb_column:nth-child(2) {
    order: 1;
  }
}

/*menu mobile*/
/****** Menú Móvil Slide-In | davidlopezno.com ******/

/* Iconos Font Awesome */
.fa {
  margin-right: 15px;
}

@media only screen and (max-width: 980px) {
  
  /* Contenedor del menú móvil */
  #mobile_menu {
    display: block !important;
    position: fixed;
    top: 0;
    right: 0;
    width: auto;
    min-height: 100vh;
    height: 100%;
    z-index: 9998;
    overflow: scroll;
    border-top: none;
    padding-top: 100px !important;
  }

  /* Estilos de los enlaces del menú */
  .et_mobile_menu li a {
    color: #fff !important;
    width: 100%;
    float: left;
    text-align: left;
    border-bottom: 1px solid #341f4b;
    margin: 5px;
    text-transform: uppercase;
    transition: 0.2s;
	  padding-bottom: 15px;
  }

	@media only screen and (max-width: 980px) {
  .et_mobile_menu li:last-child a {
    border-bottom: none !important;
  }
}

	
  /* Enlace activo */
  .mobile_nav ul#mobile_menu .current_page_item > a {
    color: #fff !important;
    background-color: rgba(255, 255, 255, 0.1);
  }

  /* Estado cerrado del menú (slide-out) */
  .mobile_nav.closed #mobile_menu {
    background: rgb(23 12 38) !important;
    transform: translateX(100%);
    backface-visibility: hidden;
    transition: transform 0.4s ease;
  }

  /* Estado abierto del menú (slide-in) */
  .mobile_nav.opened #mobile_menu {
    background: rgb(23 12 38) !important;
    transform: translateX(0);
    -webkit-overflow-scrolling: touch;
    transition: transform 0.4s ease;
  }

  /* Contenedor del logo y menú */
  #main-header .container.clearfix.et_menu_container {
    width: 100%;
  }

  /* Icono hamburguesa cerrado */
  .mobile_menu_bar:before {
    color: #8e25fe !important;
  }

  /* Icono hamburguesa abierto (cambia a "X") */
  .mobile_nav.opened .mobile_menu_bar:before {
    content: '\4d'; /* símbolo personalizado */
    color: #fff !important;
    z-index: 9999;
  }
}

/* Z-index del ícono hamburguesa para encabezado dividido o alineado a la izquierda */
@media only screen and (max-width: 980px) {
  .et_header_style_split .mobile_menu_bar,
  .et_header_style_left .mobile_menu_bar {
    z-index: 9999;
  }

  #et-top-navigation {
    padding-right: 5px;
  }
}

/* ANCHO del menú en pantallas medianas (481px – 980px) */
@media only screen and (min-width: 481px) {
  #mobile_menu {
    width: 340px;
    margin-left: calc(100% - 340px);
  }
}

/* ANCHO del menú en móviles pequeños (hasta 480px) */
@media only screen and (max-width: 480px) {
  #mobile_menu {
    width: 290px;
    margin-left: calc(100% - 290px);
  }
}
