.header{
    display: flex;
    background: #ffffe8;
    height:100px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 8;
   
}


/* Estilo para el último div (que contiene 3 divs verticales) */
.box-verticales {
    flex-direction: column;   /* Disposición de los elementos en columna */
    display: flex;             /* Usamos flexbox para organizar los elementos verticales */
     /* Distribuir los 3 divs de manera equitativa */
    height: auto;              /* Que ocupe toda la altura del div principal */
    align-items:center; 
    width: 100%;
  /*  background-color: rgb(10, 239, 247); */
  justify-content: space-between;
}

/* Estilo para el contenedor principal de los 3 divs */
.contenedorP {
    display: flex;           /* Disposición horizontal (por defecto) */
    width: 100%;      
    /*background-color: rgb(10, 239, 247);    */
    
}

/* Estilo para cada uno de los divs principales */
.box1 {
    width: 50%;              
    margin-left: 0%;        /* Margen izquierdo*/
   /* background-color: lightblue;  /* Color de fondo */
    display: flex;           /* Para centrar el contenido dentro de los divs */
    justify-content: center; /* Centrar contenido horizontalmente */
    align-items: center;     /* Centrar contenido verticalmente */
    /*background-color: rgb(10, 239, 247);*/
    height: 100px;
    
}

.box2 {
    width: 100%;              
    height: 100px;          /* Altura fija para los divs principales */
   /* background-color: lightblue;  /* Color de fondo */
    display: flex;           /* Para centrar el contenido dentro de los divs */
    justify-content: center; /* Centrar contenido horizontalmente */
    align-items: center;     /* Centrar contenido verticalmente */
    text-align: center;
       
}



/* Estilo para los divs dentro del último box (divs verticales) */
.vertical {
    /* background-color: lightcoral;  /* Color de fondo para los divs verticales */
     display: flex;
     width:100%;
     align-items: center;
     justify-content: space-between;
     justify-content: center;
    height:100px;
    gap:100px;
}


.bandera{
    width: auto;
    height: 60px;    
}


.navigation a{
    font-weight: bold;
    font-size: 16px;
    color: #065a1f;
    text-decoration: none;
}

.navigation :hover{
    background:#135c04 ;
    transition: all 0.4s linear;
    border-radius: 10px;
    padding: 0.2rem 1rem;
    color: #ffffff;
}



body{
    background: linear-gradient(
        rgb(26, 78, 2) 25%,
        rgb(6, 37, 3) 100%);
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    background-repeat: no-repeat;
    justify-items: center;
    
}

.bodyindex{
    background:#FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    background-repeat: no-repeat;
    justify-items: center;
        
}

.main{
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 10%;
    align-content:center;
    align-items:center;
    text-align: center;
    color: #00C83C;
    font-size: 16px;
    margin-bottom: 1%;
}

.containerimg{
  margin-top: 7%;  
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #054117;  
  flex-direction: column;
}

.hallhelp{
  width: 80%;
  margin-top: -7%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position:absolute;
  font-size: 80px;
  font-weight: bold;
  color: #ffffff;
  flex-direction: column;
  gap:5%; 
}

.regcontainer a{
    text-decoration: none;
    font-size: 40px;
    color: #ffffff; /* Color del texto */
    padding: 10px 70px; /* Espaciado interno */
    border: 1px solid #ffffff; /* Borde */
    border-radius: 40px; /* Esquinas redondeadas */
    /*background-color: #ffffff; /* Fondo blanco */
    text-align: center; /* Centrado del texto */
    transition: all 0.4s linear;
    
}

.regcontainer :hover{
    text-decoration: none;
    font-size: 40px;
    color: #085a08; /* Color del texto */
    padding: 10px 70px; /* Espaciado interno */
    border: 1px solid #ffffff; /* Borde */
    border-radius: 40px; /* Esquinas redondeadas */
    background-color: #ffffff; /* Fondo blanco */
    text-align: center; /* Centrado del texto */
    transition: all 0.4s linear;
}

.imgprin{
   width: 100%;
   height: 400px;
   opacity: 0.3;
}

.boxprin{
    padding: 2%;
    font-size: 30px;
    color:#ffffff;
    background-color: #000000;
    width: 96%;
    text-align: center;
}



.nuestroserv{
    display: flex;
    position: relative;
    width: 94%;
    background: linear-gradient(45deg, #1dc92c, #0c9b30),
                url('images/texturav1.png');
    background-blend-mode: multiply;
    background-size: cover;  
    justify-items: center;
    justify-content: center;
    padding: 3%;
    text-align: center;
    color: #ffffff;
}


.boxafe{
    text-align: left;
    font-size: 30px;
    font-weight: bold;
    margin-top: 5%;
    margin-bottom: 5%;
}

.mainp{
    color: #fcfafa;
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
}

.container{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1% auto;
   
}

.container1{
    display: flex;
    justify-items: center;
    width: 95%;
    margin: 1% auto; 
    justify-content: center;
    margin-top: -2%;
    
}

.container2{
    display: flex;
    flex-direction:column; /* Apilar los divs verticalmente */
    width: 100%;  /* Ajusta el ancho según sea necesario */
    padding: 10px;  
    margin-top: 10%; 
}  

.container3{
    display: flex;
    flex-direction:column; /* Apilar los divs verticalmente */
    width: 95%;  /* Ajusta el ancho según sea necesario */
    padding: 15px;   
}  

.imgafe{
    display: flex;
    margin-top: 15%;
    width: 100%;      
}

.sigafe{
    font-size: 22px;
    color: #797373;
}

.div1{
    margin-top: 40%;
    width: 100%;  /* Ajusta el ancho según sea necesario */
    padding: 5px;
    margin-bottom: 10px; /* Espacio entre los divs */
    text-align: center;
}

.div2{
    
    width: 100%;  /* Ajusta el ancho según sea necesario */
    padding: 5px;
    margin-bottom: 10px; /* Espacio entre los divs */
    color: #00C83C;
    text-align: center;
    
}

.logo-nav-container{
    display: flex;
    align-content: center;
    align-items: center;
}
   

form{
    background: white;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
    padding: 50px 35px;
    border-radius: 25px;
    display:flex;
    flex-direction: column;
    text-align: center;
    width: 100%;
    margin-bottom: 5%;
}

form h2 {
     font-size: 35px;
     color: #0D0D0D;
     margin: 35px;
     text-align: center;
    }

form p {
    font-size: 16px;
    color:5E5E5E;
    margin-bottom: 35px;
    text-align: left;
}

form b {
    font-size: 16px;
    color:#42503d;
    margin-bottom: 15px;
    text-align: left;
}

.input-wrapper {
    position: relative;
    width: 580px;
    margin-bottom: 35px;
    display:flex;
}

input {
    color: #0D0D0D;
    padding: 20px 15px 20px 60px;                                               
    width: 100%;                                       
    border-radius: 25px;
    border:1px solid #134604;
    box-shadow: 0 0 15px rgba(18, 190, 24, 0.5);
    outline:none;
    font-size: 16px;    
}

input::placeholder {
    font-size: 16px;
    color: #a9cab4;
}

.input-icon {
    position: absolute;
    height: 30px;
    width: 30px;
    left: 20px;
    top: 50%;
    transform: translateY(-55%);
}

table {
    width: 100%;
    border-collapse: collapse;
}

table tr input[type="checkbox"] {
    position: relative;
    z-index: 4;
}

table tr {
    text-transform: uppercase;
    color: #1d4b03;
    font-size: 16px;
    text-align: left;
    font-weight: bold;  
}

table td{
    height: 30px; 
    text-align: left;
    font-size: 14px;
}

table tr:hover {
    color: #fd0202; 
    cursor: pointer;
}

/* Estilos personalizados para el checkbox */
input[type="checkbox"] {
    padding: 6px 6px;
    width: 5px;
    height: 5px;
    margin-top: 5px;
    box-shadow: none;
    cursor: pointer;
    -webkit-appearance: none; /* Eliminamos el estilo por defecto */
    -moz-appearance: none; /* Eliminamos el estilo por defecto */
    appearance: none; /* Eliminamos el estilo por defecto */
    border: 2px solid #4CAF50;
    border-radius: 5px;
    background-color: transparent;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

input[type="checkbox"]:checked {
    background-color:#4CAF50;; /* Color de fondo cuando está marcado */
    border-color: #4CAF50; /* Color del borde cuando está marcado */
}

input[type="checkbox"]:checked::after {
    content: '✔';
    position: absolute;
    left: 1px;
    top: -3px;
    color: white;
    font-size: 14px;
}

.btn {
    margin-top: 5%;
    padding: 20px;
    background: linear-gradient(
        40deg,
        rgb(19, 114, 10) 25%,
        rgb(8, 58, 2) 100%);
    box-shadow: 0 0 15px rgba(18, 190, 24, 0.5);
    color: #FFFFFF;    
    text-transform: uppercase;
    font-size: 14px;
    cursor: pointer;
    border: 1px solid #134604;
}
.btn:hover {
    background: rgb(31, 121, 4);
}

.success {
    margin-top: 8%;
    align-content:center;
    align-items:center;
    text-align: center;
    top: 50px;
    color: #00C83C;
    font-size: 18px;
    margin-bottom: 10%;
}


.error {
    position:absolute;
    top: 250px;
    color: #E02D00;
    font-size: 18px;
    z-index: 1;
}


.boxtexturahoja{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;  /* Centra el contenido verticalmente */
    background-color: #054117;
    flex-direction: column;    
}

  .imghoja{
    width: 100%;
    max-height: 180px;
    opacity: 0.5;
  }

 .centrohelp{
    width: 100%;
    position:absolute;
    display: flex;  
    justify-content: center;   /* Centra horizontalmente */
    margin-top: 2%;
    font-size: 25px;
    color: #ffffff;
    text-align: center;
  
  }


  @keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 0; }
    100% { opacity: 1; }
  }

  .regpie{
    position:absolute;
    margin-top: 100px;
    display: flex;
    animation: blink 0.5s infinite; /* Hace que el enlace parpadee */
}

.regpie a{
    text-decoration: none;
    font-size: 30px;
    color: #ffffff; /* Color del texto */
    padding: 10px 30px; /* Espaciado interno */
    border: 1px solid #ffffff; /* Borde */
    border-radius: 40px; /* Esquinas redondeadas */
    /*background-color: #ffffff; /* Fondo blanco */
    text-align: center; /* Centrado del texto */
    transition: all 0.4s linear;
    
}

.regpie :hover{
    text-decoration: none;
    font-size: 30px;
    color: #085a08; /* Color del texto */
    padding: 10px 70px; /* Espaciado interno */
    border: 1px solid #ffffff; /* Borde */
    border-radius: 40px; /* Esquinas redondeadas */
    background-color: #ffffff; /* Fondo blanco */
    text-align: center; /* Centrado del texto */
    transition: all 0.4s linear;
}

 


.footer{
    display: flex;
    background: #ffffe8; 
    width: 100%;
    left: 0;
    height: 250px;
    
}   

.footer-container{
    display: flex;
  /*  background-color: #1cff41; */
    width: 100%; 
    
}


.footer-logo{
    flex-direction: column;
  /*  background-color: #E02D00; */
    width: 100%;
    text-align:center;
    height: 50%;
    margin-top: 12px;
}
.logopie{
   position:relative;
   margin-top: -2%;
   margin-bottom: -2%;
}


.footerText{
    font-size: 16px;
    color:#054117;
    text-align:center;
    font-weight: bold;
    width: 100%;
  /*  background-color: #ddf181; */
    margin-top: 10px;
}




@media(max-width:991px) {
    
    .header{
        background: #ffffe8;
        height:120px;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 8;
    }




    .containerimg{
        margin-top:25%;  
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #054117;  
        position:relative;
               
      }
      
      .hallhelp{
        width: 60%;
        margin-top: -7%;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        position:absolute;
        font-size: 25px;
        font-weight: bold;
        color: #ffffff;
        
      }

      .regcontainer{
        margin-top: 10%;
      }

      .regcontainer a{
        text-decoration: none;
        font-size: 20px;
        color: #ffffff; /* Color del texto */
        padding: 8px 50px; /* Espaciado interno */
        border: 1px solid #ffffff; /* Borde */
        border-radius: 40px; /* Esquinas redondeadas */
        /*background-color: #ffffff; /* Fondo blanco */
        text-align: center; /* Centrado del texto */
        transition: all 0.4s linear;
        
    }
    
    .regcontainer :hover{
        text-decoration: none;
        font-size: 20px;
        color: #085a08; /* Color del texto */
        padding: 8px 50px; /* Espaciado interno */
        border: 1px solid #ffffff; /* Borde */
        border-radius: 40px; /* Esquinas redondeadas */
        background-color: #ffffff; /* Fondo blanco */
        text-align: center; /* Centrado del texto */
        transition: all 0.4s linear;
    }
      
      .imgprin{
         width: 100%;
         height: 180px;
         opacity: 0.3;
      }


      .boxprin{
        
        font-size: 25px;
        color:#ffffff;
        background-color: #000000;
        width: 95%;
        text-align: center;
    }

    .nuestroserv{
        display: flex;
        position: relative;
        width: 90%;
        background: linear-gradient(45deg, #1dc92c, #0c9b30),
                    url('images/texturav1.png');
        background-blend-mode: multiply;
        background-size: cover;  
        justify-items: center;
        justify-content: center;
        font-size: 35px;
        padding: 5%;
        text-align: center;
        color: #ffffff;
             
    }
    
    
    .box-verticales {
        flex-direction: column;   /* Disposición de los elementos en columna */
        display: flex;             /* Usamos flexbox para organizar los elementos verticales */
         /* Distribuir los 3 divs de manera equitativa */
         height: auto;              /* Que ocupe toda la altura del div principal */
        align-items:center; 
        width: 100%;
      /*  background-color: rgb(10, 239, 247); */
      justify-content: space-between;
    }
    
    /* Estilo para el contenedor principal de los 3 divs */
    .contenedorP {
        display: flex;           /* Disposición horizontal (por defecto) */
        width: 100%;      
        /*background-color: rgb(10, 239, 247);    */
    }
    
    /* Estilo para cada uno de los divs principales */
    .box1 {
        width: 100%;              
        margin-left: 10%;        /* Margen izquierdo*/
       /* background-color: lightblue;  /* Color de fondo */
        display: flex;           /* Para centrar el contenido dentro de los divs */
        justify-content: center; /* Centrar contenido horizontalmente */
        align-items:center;     /* Centrar contenido verticalmente */
        height: 75px;
    
    }
    
    .box2 {
        width: 100%;              
        height: 75px;          /* Altura fija para los divs principales */
       /* background-color: lightblue;  /* Color de fondo */
        display: flex;           /* Para centrar el contenido dentro de los divs */
        justify-content: center; /* Centrar contenido horizontalmente */
        align-items: center;     /* Centrar contenido verticalmente */
        text-align: center;
           
    }
    
    
    
    /* Estilo para los divs dentro del último box (divs verticales) */
    .vertical {
        /* background-color: lightcoral;  /* Color de fondo para los divs verticales */
         display: flex;
         width:100%;
         align-items: center;
         justify-content: space-between;
         justify-content: center;
         position: absolute;
         height: 180px;
         gap:50px;
        
    }
    
    
    .bandera{
        width: auto;
        height: 60px;    
    }



    body {
        padding: 10px;
        
    }
    
    .main{
    
    margin-top: 30%;
    align-content:center;
    align-items:center;
    text-align: center;
    color: #00C83C;
    font-size: 16px;
    margin-bottom: 2%;
}

.mainp{
    color: #fcfafa;
    font-size: 16px;
    font-weight: bold;
}

.container1{
    
    display: none;
    justify-items: center;
    width: 95%;
    margin: 1% auto; 
    justify-content: center;
    margin-top: -2%;
    
}

.container2{
    align-items: center;
    justify-content: center;
    margin: 3% auto;
    width: 100%;
}

.container3{
    display: flex;
    flex-direction:column; /* Apilar los divs verticalmente */
    width: 100%;  /* Ajusta el ancho según sea necesario */
    padding: 5px;   
}  

.imgafe{
    display: flex;
    margin-top: 15%;
    width: 100%;      
}

.boxafe{
    text-align: left;
    font-size: 30px;
    font-weight: bold;
    margin-top: 5%;
    margin-bottom: 5%;
    
}

.sigafe{
    font-size: 20px;
    color: #797373;
    width: 80%;
}
    
    form {
        padding: 20px;
        width: 100%;
        margin-top: 30px;
    }

    .input-wrapper {
        position: relative;
        width: 88%;
        margin-bottom: 35px;
    }

    input {
        padding: 20px 0px 20px 45px;
    }

    .input-icon{
        height: 20px;
        width: 20px;
    }

    .error {
        position:absolute;
        top: 225px;
        color: #E02D00;
        font-size: 18px;
        z-index: 1;
    }


       
      .imghoja{
       max-height: 120px;  
      }

    .centrohelp{
        margin-top: 4%;
        font-size: 15px;
    }
        
      .regpie{
        position:absolute;
        margin-top: 60px;
        display: flex;
        animation: blink 0.5s infinite; /* Hace que el enlace parpadee */
    }
    
    .regpie a{
        font-size: 20px;
    }
    
    .regpie :hover{
       font-size: 20px;  
    } 


    .footer{
        display: flex;
        background: #ffffe8; 
        width: 100%;
        left: 0;
        height: 230px;
        position:absolute;
        
    }   
    
    .footer-container{
        display: flex;
      /*  background-color: #1cff41; */
        width: 100%; 
    
    }
    
    
    .footer-logo{
        flex-direction: column;
      /*  background-color: #E02D00; */
        width: 100%;
        text-align:center;
        height: 60%;
        
    }
    .logopie{
       position:relative;
       margin-top: -8%;
       margin-bottom: -2%;
    }
    
    
    .footerText{
        font-size: 14px;
        color:#054117;
        text-align:center;
        font-weight: bold;
        width: 100%;
      /*  background-color: #ddf181; */
        margin-top: -2%;
        height: 140px;
    }

}
    
    