@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Poppins:wght@400;500;600;700;800&display=swap');

/*
font-family: 'Bebas Neue', sans-serif;
font-family: 'Poppins', sans-serif;
*/

 * {
    margin: 0;
    padding: 0;
    box-sizing: borde-box;
    text-decoration: none;
    list-style: none;
}

body {

    font-family: "Poppins", sans-serif;
}



.neon-text {
    font-size: 4rem;
    color: #fff;
    text-shadow: 0 0 5px #ff005e, 0 0 10px #ff005e, 0 0 20px #ff005e, 0 0 40px #ff005e, 0 0 80px #ff005e;
    animation: glow 1.5s infinite alternate;
}

@keyframes glow {
    0% {
        text-shadow: 0 0 5px #ff005e, 0 0 10px #ff005e, 0 0 20px #ff005e, 0 0 40px #ff005e, 0 0 80px #ff005e;
    }
    100% {
        text-shadow: 0 0 10px #00d4ff, 0 0 20px #00d4ff, 0 0 40px #00d4ff, 0 0 80px #00d4ff, 0 0 160px #00d4ff;
    }
}


h1 {
    animation-name: miAnimacion;
    animation-duration: 2s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
}

@keyframes miAnimacion {
    from {color: greenyellow;}
    to {color: rgb(120, 192, 233);}
}

.social-wsp {
     position: fixed;
     max-height: 55px;
     width: 55px;
     height: 55px;
     line-height: 55px;
     bottom: 30px;
     right: 30px;
     background: #0df053;
     color: #ffff;
     border-radius: 50px;
     text-align: center;
     font-size: 40px;
     box-shadow: 2px 2px 10px rgba(233, 229, 229, 0.5);
     z-index: 100;
     transition: all .5s ease;      
}

.social-wsp:hover {
    text-decoration: none;
    color: #0df053;
    background: #ffff;

}

img {
    max-width: 100%;
    }
.img-logo {
        width: 80%;
        height: 80px;
        text-align: left;
        

}
.container {
    max-width: 1200px;
    margin: 0 auto; /* para que el texto se mantenga centrado aprtir de los 1200px*/
}

/* empezamos con el header */


.header{
    background: linear-gradient(
        rgba(29,30,35,0.8),
        rgba(29,30,35,0.8)
    ),
    /*cargar imagen de fondo*/
        url(images/fondo.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    min-height:  80vh;
    padding:  80px 0 0 0; /* darle espacio de arriba hacia abajo*/
   
}


.menu{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between; /*dejar espacio entre ellos*/
 
}


.logo{
    
    /*color: #f56349;
    font-size: 30px; /*cambiar tamaño del logo*/
    font-weight: 800;
    text-transform: uppercase; /*poner en mayusculas texto*/
}


.menu .navbar ul li {
    position: relative;
    float:inline-start; /*para mandar a la izquierda*/ 
    
    
}
.menu .navbar ul li a {
    font-size: 16px; /* cambiar el tamaño del letras menu*/
    padding: 16px;
    color: #ffff;
    display: block;
    font-weight: 800; /*grosos de las letras*/
   
}
.menu .navbar ul li a:hover { /* para cambiar color de los enlaces cuando pasa el puntero cuando no esta oculto*/
    color: #f56349;
   
 }
#menu { /*ocultar parte del input y mandar a llamar */
    display: none;   
 }
.menu-icono { /* cambiar tamaño de icono*/
    width: 25px;
 }
.menu label {/*ocultamos parte del menu*/
    cursor: pointer;
    display: none; 
 }
 .header-txt{ /* para alinear todo en el centro*/
    text-align: center;
    padding: 0 200px;
   
 }
 .header-txt h1{ /*interior del texto cambio*/
    font-size: 75px;
    line-height: 1;/*interlineado*/
    color: #FFFFFF;
    font-family: "Bebas Neue", sans-serif;
    margin-bottom: 20px;
}

.header-txt1 h1 {
    font-size: 45px;
    line-height: 1;/*interlineado*/
    color: #FFFFFF;
    font-family: "Bebas Neue", sans-serif;
    margin-bottom: 20px; 
    

}

p{/*cambiar los parrafos */
    font-size: 17px;
    color: #D4D4D4;
    margin-bottom: 35px;
}

.btn-1{ /* borde del color INFORMACION cambios*/
    display: inline-block;
    padding: 11px 35px;
    color: #FFFFFF; /*color de la letra */
    text-transform: uppercase;
    background: linear-gradient(
        90deg,
        rgba(245,99,72,1) 0%,
        rgb(37, 36, 35) 100%); /*poner un fondo de color */
    border-radius: 15px;
    opacity: 55%;
    
}

.btn-2 {
    display: inline-block;
    width: 100px;
    color: #FFFFFF; /*color de la letra */
    text-transform: uppercase;
    background: linear-gradient(
        90deg,
    rgba(245,99,72,1) 0%,
    rgb(37, 36, 35) 100%);
    cursor: pointer;
    line-height: 15px;
}







/* boton de leer mas modificaciones */

.plan-1 button {
  margin-top: 15px;
  background: #00796B;
  color: white;
  border: none;
  border-radius: 10px;
  padding: 10px;
  cursor: pointer;
  transition: background 0.3s;
}

.plan-1 button:hover {
  background: #004D40;
}

.oculto {
  display: none;
  margin-top: 10px;
}







/*seccion 2*/
.about{
    padding: 100px;
    background-color: #24272e;
}

.about-content {
    display: flex;
    align-items: center;
}

.about-txt {
    flex-basis: 50%;
    padding-right: 35px;    
}
span {
    font-size: 15px;
    text-transform: uppercase;
    color: #f56349;
}

h2 {
    font-size: 32px;
    color: #FFFFFF;
    margin: 15px 0;
    line-height: 1;
}

hr {   /* linea que esta sobre los textos de espacio*/
    border: 1px solid #f56349;
    width: 30%;
    margin-bottom: 30px;
}

.about-img {  /*las fotos tomen el 50% del espacio */
    flex-basis: 50%;

}

.about-img img { /* borde o contorno de las fotos */
    border-radius: 15px;

}

.testimonial { /*empieza la tercera seccion */
    padding: 100px 0;
    background-color: #191a1f;
    text-align: center;
    
    
 }

 .testimonial-2 h2 {
    text-align: center;
    font-size: 45px;
    color: #FFFFFF;   
 }


 .testimonial h1 {
    
      margin-bottom: 15px;
    

 }

.testimonial-content { /* contenedor de las fotos y informacion*/
    display: flex;
    justify-content: space-between;
    margin-top: 35px;

 }

 .testimonial-content1 {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
   
 }

.testimonial-1 {
    flex-basis: calc(28% - 25px); /* para que calcule la separacion y centre las imagenes*/
    background-color: #24272e;
    padding: 25px; /*espacio al interior del contenedor (informacion)*/
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4); /*ponerle sombra cotenido*/
    border-radius: 15px;
    
}

.testimonial-11 {
    flex-basis: calc(28% - 25px); /* para que calcule la separacion y centre las imagenes*/
    background-color: #24272e;
    padding: 25px; /*espacio al interior del contenedor (informacion)*/
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4); /*ponerle sombra cotenido*/
    border-radius: 15px;
    
    
    
}

.testimonial-1 h4 {   /*cambiar el color del texto */
    color: #FFFFFF; 
    font-size: 15px;
    margin-bottom: 15px; /*separacion hacia abajo de texto*/
}

.testimonial-11 h4 {   /*cambiar el color del texto */
    color: #FFFFFF; 
    font-size: 15px;
    margin-bottom: 15px; /*separacion hacia abajo de texto*/
}



.testimonial-1  p {
    font-size: 15px;
    margin-bottom: 10px;
}

.testimonial-11 p {
    font-size: 15px;
    margin-bottom: 10px;
}

.face {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 4px solid #f56349;
    margin-bottom: 15px;
}
.start {
    width: 100px;

}

.plan {
    padding: 100px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #24272e; 
    
}



.plan hr {
    width: 20%;    
}
.plan-content  {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 25px;
    
}

.plan-1 { /* bordes de la informacion contenedores planes*/
    flex-basis: calc(23.3% - 20px);
    border: 4px solid #56d9e279;
    padding: 30px 50px;
    text-align: justify;
    box-shadow: 0 0 40px rgba(37, 228, 139, 0.4);
    border-radius: 15px;

}

.plan-1 span {
    font-size: 40px;
    font-weight: 800;
    color: #06e719;   

    
}

.plan-1 h3 {
    padding: 8px;
    font-size: 25px;
    color: #c6e70e;
    margin: 25px 0 35px 0;
    background: linear-gradient(
        90deg,
        rgba(245,99,72,1) 0%,
    rgb(37, 36, 35) 100%);
    text-align: center;
    border-radius: 10px;
}
.plan-1 p {
    margin-bottom: 10px;

}

/* planes pero los plus +*/

.plan-12 { /* bordes de la informacion contenedores planes*/
    flex-basis: calc(23.3% - 20px);
    border: 4px solid #3adf7f79;
    padding: 30px 50px;
    text-align: justify;
    box-shadow: 0 0 20px rgba(245, 109, 109, 0.4);
    /*box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);*/
    border-radius: 15px;

}
.plan h1 {
    margin-bottom: 15px;

}



.plan-12 span {
    font-size: 40px;
    font-weight: 800;
    color: #3dee2d;
  
    
}

.plan-12 h3 {
    padding: 8px;
    font-size: 25px;
    color: #c6e70e;
    margin: 25px 0 35px 0;
    background: linear-gradient(
        90deg,
        rgba(245,99,72,1) 0%,
    rgb(37, 36, 35) 100%);
    text-align: center;
    border-radius: 10px;
}
.plan-12 p {
    margin-bottom: 10px;

}

/*--------------*/

.plan-13 { /* bordes de la informacion contenedores planes*/
    flex-basis: calc(23.3% - 20px);
    border: 4px solid #3adf7f79;
    padding: 30px 50px;
    text-align: justify;
    box-shadow: 0 0 20px rgba(245, 109, 109, 0.4);
    /*box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);*/
    border-radius: 15px;

}

.plan-13 span {
    font-size: 40px;
    font-weight: 800;
    color:#06e719;
    

  
    
}

.plan-13 h3 {
    padding: 8px;
    font-size: 25px;
    color: #9b9a9a;
    margin: 25px 0 35px 0;
    background: linear-gradient(
        90deg,
        rgba(245,99,72,1) 0%,
    rgb(37, 36, 35) 100%);
    text-align: center;
    border-radius: 10px;
}
.plan-13 p {
    margin-bottom: 10px;
    

}

.plan-list li,
.plan-extra li {
  padding: 10px 0;
  font-size: 0.95em;
  display: flex;
  align-items: center;
  gap: 15px;
  color: white;
}

.oculto li {
  padding: 10px 0;
  font-size: 0.95em;
  display: flex;
  align-items: center;
  gap: 15px;
  color: white;
}

/*--------------------------------*/

.plan-14 { /* bordes de la informacion contenedores planes*/
    flex-basis: calc(23.3% - 20px);
    border: 4px solid #3adf7f79;
    padding: 30px 50px;
    text-align: justify;
    box-shadow: 0 0 20px rgba(245, 109, 109, 0.4);
    /*box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);*/
    border-radius: 15px;

}

.plan-14 span {
    font-size: 40px;
    font-weight: 800;
    color:#06e719;
  
    
}

.plan-14 h3 {
    padding: 8px;
    font-size: 25px;
    color: #CD7F32;
    margin: 25px 0 35px 0;
    background: linear-gradient(
        90deg,
        rgba(245,99,72,1) 0%,
    rgb(37, 36, 35) 100%);
    text-align: center;
    border-radius: 10px;
}
.plan-14 p {
    margin-bottom: 10px;

}


/* se terminan los planes */




.information {
    background-color: #191a1f;

}

.information-content {
    display: flex;

}
.information-txt {
    flex-basis: 50%;
    max-width: 500px;
    margin: 0 auto;
    padding: 80px 0 0 0;
}

.form .input-fiel i {
    position: absolute;
    margin-left: 20px;
    top: 14px;
    font-size: 20px;
    color: rgba(0,186,152);
}
.input-fiel:focus-within i {
    transform: scale(1.1);
}

input {
    display: block;
    padding: 17px;
    background-color: transparent;
    border: 1px solid #979797;
    width: 320px;
    font-size: 17px;
    color: #FFFFFF ;
    margin-bottom: 25px;
    border-radius: 10px;

}

::placeholder {
    color: #898989;

}

.information-img {
    flex-basis: 50%;
    
}
.information-img img {
    height: 100%;
    border-radius: 25px;
    
}
.service {
    margin: 50px 0;
    display: flex;
    align-items: center;

}

.service h3 {
    font-size: 17px;
    color: #FFFFFF;
    font-weight: 500;
    margin-left: 15px;
}
.blog {
    padding: 100px 0;
    text-align: center;
    background-color: #24272e;
}

.blog-content { /* conetenedor 3 seccion*/
    display: flex;
    justify-content: space-between;
    margin-top: 35px;
}
.blog-1 {
    flex-basis: calc(33.3% - 25px);
    background-color: #191a1f;
    border-radius: 15px;
}

.blog-1 img {
    margin-bottom: 15px;
    border-radius: 15px;
}

.blog-txt {
    padding: 20px;
}
.blog-txt h3 {
    color: #FFFFFF;
    font-size: 18px;
    margin: 15px 0;

}
.contact {
    padding: 100px 0;
    background: linear-gradient(
       rgba(0,0,0,0.7),
        rgba(0,0,0,0.7)
    ),
    url(images/palo.jpg);
    background-position: 200%;
    background-repeat: no-repeat;
    background-size: cover;  
    
    
        
}      


.contact-content {
    text-align: center;

}

.container {
    max-width: 1200px;
    margin: 0 auto;
}



.footer {
    background-color: #323233;  
    padding: 70px 0;
    
}

.footer-row {
    display: flex;
    flex-wrap: wrap;
  
}

.footer-links {
    width: 20%;
    padding: 0 20px;
}

.footer-links h4 {
    font-size: 21px;
    color: #f56349;
    margin-bottom: 25px;
    font-weight: 500;
    border-bottom: 2px solid rgba(149, 188, 233, 0.8);
    padding-bottom: 10px;
    display: inline-block;
}


.footer-links ul li a {
    font-size: 18px;
    text-decoration: none;
    color: #D4D4D4;
    display: block;
    margin-bottom: 15px;
    transition: all .3s ease;
}

.footer-links ul li a:hover {
    color: #D4D4D4;
    padding-left: 6px;
}

.social-link a {
    
    display: inline-block;
    min-height: 40px;
    width: 40px;
    background-color:  rgba(57, 202, 52, 0.8);
    margin: 0 10px 10px 0;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color: #979797;
    transition: all .5s ease;
}

.social-link a:hover {
    background-color: #FF7838;
}


@media(max-width:991px) {

    .menu {
        padding: 20px;
    }

    .menu label {
        display: initial;
    }

    .menu .navbar {  /* cambiar apariencias del menu escondido*/
        position: absolute;
        top: 100%;
        left: 0;
        text-align: center;
        right: 0;
      /*  background-color: #FF7838;*/
      background: linear-gradient(
        90deg,
        rgba(245,99,72,1) 0%,
    rgb(37, 36, 35) 100%);
        display: none;
        opacity: 95%;
    }

    .menu .navbar ul li {
        width: 100%;
    }

    .menu .navbar ul li a:hover {
        color: #191A1F;
    }

    #menu:checked ~ .navbar {
        display: initial;

    }
    .header {
        min-height: 0vh;
        padding: 100px 30px;
    }

    .header-txt {
        text-align: center;
        padding: 0;
    }
    .about {
        padding: 30px; 
    }
    .about-content {
        flex-direction: column;
    }
    .testimonial {
        padding: 30px;

    }
    
    .testimonial-content {
        flex-direction: column;
    }

    .testimonial-content1 {
        flex-direction: column;
    }

    .testimonial-1 {
        margin-bottom: 30px;
    }
    .testimonial-11 {
        margin-bottom: 30px;
    }

    
    .plan {
        padding: 30px;
    }
    .plan-content {
        flex-direction: column;
        margin-top: 5px;

    }
    .plan-1 {
        margin-bottom: 30px;
    }
    .plan-12 {
        margin-bottom: 30px;
    }
    .plan-13 {
        margin-bottom: 30px;
    }

    .information {
        padding:  30px;

    }

    .information-content {
        flex-direction: column;
    }
    .information-txt {
        order: -2;
        padding: 0;
        margin: 30px 0;
    }
    
    .blog {
        padding: 30px;
    }
    .blog-content {
        flex-direction: column;
    }
    .blog-1 {

        margin-bottom: 30px;
    }
    .contact {
        padding: 30px 20px;
        
    }
    .footer-row {
        text-align: center;
    }
    
    .footer-links {
        width: 100%;
        margin-bottom: 30px;
    }
    .social-link {
        text-align: center;
    }
}




.slider-container {
    max-width: 1000px;
    width: 100%;
    height: 600px;
    margin: 40px auto;
    background: #f5f5f5;
    box-shadow: 0 30px 50px #dbdbdb;
    position: relative;
    overflow: hidden;
  }
  .slide .item {
    width: 200px;
    height: 300px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 20px;
    box-shadow: 0 30px 50px #505050;
    background-position: center;
    background-size: cover;
    transition: 0.5s;
  }
  .slide .item:nth-child(1), .slide .item:nth-child(2) {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    transform: none;
  }
  .slide .item:nth-child(3) { left: 50%; }
  .slide .item:nth-child(4) { left: calc(50% + 220px); }
  .slide .item:nth-child(5) { left: calc(50% + 440px); }
  .slide .item:nth-child(n+6) {
    left: calc(50% + 660px);
    opacity: 0;
  }
  .item .content {
    position: absolute;
    top: 50%;
    left: 100px;
    width: 300px;
    transform: translateY(-50%);
    color: #eee;
    display: none;
  }
  .slide .item:nth-child(2) .content { display: block; }

  .content .name {
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
    opacity: 0;
    animation: animate 1s ease-in-out forwards;
  }
  .content .des {
    margin: 10px 0 20px;
    opacity: 0;
    animation: animate 1s ease-in-out 0.3s forwards;
  }
  .content button {
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    opacity: 0;
    animation: animate 1s ease-in-out 0.6s forwards;
  }
  @keyframes animate {
    from {
      opacity: 0;
      transform: translateY(100px);
      filter: blur(33px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
      filter: blur(0);
    }
  }
  .button {
    width: 100%;
    position: absolute;
    bottom: 20px;
    text-align: center;
  }
  .button button {
    width: 40px;
    height: 35px;
    border-radius: 8px;
    border: 1px solid #000;
    background: #fff;
    cursor: pointer;
    margin: 0 5px;
    transition: 0.3s;
  }
  .button button:hover {
    background: #000;
    color: #fff;
  }
  /* empieza efectos de responsive controles texto y imagenes*/
  @media (max-width: 768px) {
    .slider-container { height: 400px; }
    .item .content { left: 0px; width: 50%; }
    .content .name { font-size: 24px; }
  }
  @media (max-width: 480px) {
    .slider-container { height: 320px; }
    .content .name { font-size: 18px; }
    .content .des, .content button { font-size: 14px; }
  }






  .modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0,0,0,0.75);
}

.modal-content {
  background: #26412d;
  border-radius: 16px;
  padding: 20px;
  max-width: 480px;
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: zoomIn 0.4s ease;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.modal-content img {
  width: 100%;
  border-radius: 12px;
  margin-bottom: 12px;
}

.close-modal {
  position: absolute;
  top: 10px;
  right: 16px;
  font-size: 28px;
  cursor: pointer;
  color: #333;
}

@keyframes zoomIn {
  from {
    transform: translate(-50%, -50%) scale(0.85);
    opacity: 0;
  }
  to {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}
.face {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 12px;
}

/* Imágenes dentro de tarjetas */
.face {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 12px;
  transition: transform 0.4s ease;
}


/* Imagen en el modal */
#hover-img, #modal-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 12px;
}
.testimonial-1:hover,
.testimonial-11:hover {
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
  transform: scale(1.03);
  background-image: linear-gradient(145deg, #ffffff, #f0f0f0);
}
/* Contenedor de tarjeta con borde animado */


/* Borde animado como pseudo-elemento */
.testimonial-1::before,
.testimonial-11::before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  background: linear-gradient(45deg, #00f7ff, #39ff14, #ff00f2, #00f7ff);
  background-size: 300% 300%;
  border-radius: 18px;
  z-index: -1;
  animation: glowing-border 6s linear infinite;
  opacity: 0;
  transition: opacity 0.4s ease;
}

/* Mostrar borde al hacer hover */
.testimonial-1:hover::before,
.testimonial-11:hover::before {
  opacity: 1;
}

/* Animación del borde */
@keyframes glowing-border {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}







.luciernaga {
  position: relative;
  width: 6px;
  height: 6px;
  background: radial-gradient(circle, #ffffaa, #66ff66, transparent);
  border-radius: 50%;
  opacity: 0.7;
  pointer-events: none;
  overflow: hidden;
  z-index: 1;

  animation: flotar 8s ease-in-out infinite;
}

@keyframes flotar {
  0% {
    transform: translate(0, 0) scale(1);
    opacity: 0.3;
  }
  50% {
    transform: translate(30px, -30px) scale(1.4);
    opacity: 1;
  }
  100% {
    transform: translate(-20px, 20px) scale(1);
    opacity: 0.2;
  }
}


.footer-texto {
  text-align: center;
  padding: 15px 20px;
  font-size: 0.75rem; /* letra pequeña */
  color: #555;
  max-width: 900px;
  margin: 0 auto;
  line-height: 1.4;
  background-color: #f9f9f9; /* opcional */
}