 *{
                margin: 0;
                padding: 0;
                box-sizing: border-box;
                font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 
                'Open Sans', 'Helvetica Neue', sans-serif;
            }

            body{
                height: 150vh;
            }

            section{                
              position: relative;
                width: 100%;
                height: 50vh;
                background: url(img/slider10.png);
                background-size: cover;
                background-position: center center;
                background-attachment: fixed;
                display: flex;
                display: inline-flex;
                background-blend-mode: multiply;  
            }

/* From Uiverse.io by elijahgummer */ 
.txt {
  position: relative;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 40px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 900;
  text-align: left;
  overflow: hidden;
  background: linear-gradient(90deg, #fff 10%, #2039DC 20%);
  background-repeat: no-repeat;
  background-size: 80%;
  animation: animate 8s linear infinite;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(255, 255, 255, 0);
}

@keyframes animate {
  0% {
    background-position: -500%;
  }
  100% {
    background-position: 500%;
  }
}


/* GRID GENERAL */
.cards01-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  padding: 40px;
  justify-items: center;
}

/* CARD ORIGINAL */
.card01-container {
  width: 300px;
  height: 300px;
  position: relative;
  border-radius: 10px;
}

.card01-container::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(-45deg, #050732, #2039DC);
  transform: scale(0.95);
  filter: blur(20px);
}

.cardnew {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  overflow: hidden;
  position: relative;
}

.img01-content {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(-45deg, #050732, #2039DC);
  transition: all 0.6s;
}

.img01-content svg {
  width: 50px;
  height: 50px;
  fill: #e8e8e8;
  transition: 0.6s;
}

.contentnew {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  gap: 10px;
  padding: 20px;
  color: #fff;
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.6s;
}

.headingnew {
  font-size: 28px;
  font-weight: 700;
}

.headingn01{
  font-size: 13px;
  text-align: justify;
}

.carou01{
  margin-top: 150px;
}

/* HOVER */
.cardnew:hover .contentnew {
  opacity: 1;
  transform: translateY(0);
}

.cardnew:hover .img01-content {
  transform: scale(2.5) rotate(30deg);
  filter: blur(7px);
}

.cardnew:hover .img01-content svg {
  fill: transparent;
}


/* From Uiverse.io by Shoh2008 */ 

 .cards-container01{
      display: flex;
      gap: 20px;
      flex-wrap: wrap;
      justify-content: center;
    }

    /* Tarjeta */

/* From Uiverse.io by codebykay101 */ 

           /*CARD*/
            /* Contenedor en grid responsive */
    .cards-container {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
      gap: 10px;
      padding: 25px;
      max-width: 1100px;
      margin: auto;
    }

    /* Flip card */
         /*CARD*/

            .bg{
              background-color: #CAE8FE;
            }

             .bg02{
              color: #2039DC;
              font-size: 25px;
              font-weight: 700;
            }

            .parrafo01{
            color: #050732;
            font-size: 35px;
            background-color: #CAE8FE;
            text-align: center;
            font-weight: 900;
        }

           
           .menu01{
            color: #040E3B;
            font-size: 15px;
            font-weight: 900;
           }

           .tel01{
           color:#2039DC;
            font-weight: 800;
            font-size: 18px;
            font-family: Arial, Helvetica, sans-serif;
           }

           .tel02{
             color: #2039DC;            
             padding: 5px;
             font-size: 20px;
            font-size: 20px;
           }

     
@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}

@keyframes blink {
  50% { border-color: transparent }
}
           .containerzero{
            padding:0 70px;
            height: 400px;
          }

          .logsobre01{
            border-radius: 3%;
            transition: .4s ease;
            margin-top: 25px;
            opacity: 75%;
          }

          .logsobre01:hover{
             transform: scale(1.1);
             opacity: 100%;
               filter: brightness(120%);
          }

           .logsobre {
            width: 60%;
            border-radius: 50%;
            display: block;
            transition: .4s ease; 
            opacity: 75%;  
            margin: 100px; 
           }

           .logsobre:hover{
            box-shadow: 0 0 10px #302a29;
            animation: shake .4s linear;
            opacity: 100%;
            filter: brightness(120%);
          }

          .entre01{
            width: 100%;
            border-radius: 3%;
          }

             .entre02{
            width: 100%;
            border-radius: 3%;
            opacity: 75%;
            transition: .4s ease;
          }
          
          .entre02:hover{
            transform: scale(1.1);
            opacity: 100%;
            filter: brightness(120%);

          }

          .mos01{
            color: #2039DC;
            font-size: 15px;
          }

          @keyframes shake {
           0%,100% { transform: translateX(0); }
           25% { transform: translateX(-4px); }
           75% { transform: translateX(4px); }
      }
           
      .ser01{
        opacity: 65%;
        display: block;
        transition: .4s ease; 
      }

      .ser01:hover{
        opacity: 100%;
        filter: brightness(100%);
        transform: translateY(-12px);
      }


           .logsobre02 {
            width: 550px;
            height: 350px;
            border-radius: 3%; 
            display: block;
            transition: .4s ease; 
            opacity: 75%;          
           }

           .logsobre02:hover{
            box-shadow: 0 0 10px #302a29;
            animation: shake .4s linear;
            opacity: 100%;
              filter: brightness(120%);
          }
       @keyframes shake {
           0%,100% { transform: translateX(0); }
           25% { transform: translateX(-4px); }
           75% { transform: translateX(4px); }
      }
            .logsobre03 {
            width: 450px;
            height: 300px;
            border-radius: 3%;  
            display: block;
            margin:0 60px;
            transition: .4s ease; 
            opacity: 75%;  
            margin-top: 50px;       
           }

            .logsobre03:hover{
            box-shadow: 0 0 10px #302a29;
            animation: shake .4s linear;
            opacity: 100%;
              filter: brightness(120%);
          } 
       @keyframes shake {
           0%,100% { transform: translateX(0); }
           25% { transform: translateX(-4px); }
           75% { transform: translateX(4px); }
      }

          .containeruno{
           margin-top: 65px;
          }
          .titulos01{
              color: #2039DC;
              font-size: 15px;
              font-weight: 500;
              text-align: right;          
            }

          .titulos02{
           color: #040E3B;
          font-family: Arial, Helvetica, sans-serif;
          font-size: 13px;
          text-align: justify;
          }

          
          .correo01{
            font-size: 20px;
            color: #040E3B;
            font-weight: 600;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;  
            }

 
          .titulo08{
            color: #263658;
            font-size: 20px;
            margin-top: 35px;
          }

        .containerdos{
          margin-top: 180px;
          padding:0 70px;
          height: 400px;
        }

        .containerdos01{
          color: #040E3B;
          font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;  
          font-size: 22px;
          text-align: justify;
        }

        .containerdos02{
          text-align: center;
          margin-top: 150px;
          color: #050732;
          font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;  
           font-size: 22px;
          text-align: justify;
        }

        .containerdos03{
          text-align: left;
          font-size: 15px;
          margin-top: 30px;
        }

        
        .containercinco{
          margin-top: 100px;
          padding: 10px;
          margin: 20px 15px;
        }

           .dos01{
          color: #2039DC;
          margin-top: 55px;
          font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;  
           font-size: 40px;
           font-weight: 700;
          text-align: justify;
        }

           .dos02{
          color: #FFC50F;
          font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;  
           font-size: 28px;
          text-align: left;
          font-weight: 900;
        }


        .parra01{
          color: #040E3B;
          font-size: 20px;
          text-align: center;
        }
   
        .vis02{
          color: #040E3B;
          font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; 
          font-size: 15px;
          text-align: justify;
          margin-top: 35px;
        }

          .vis03{
          color: #040E3B;
          font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; 
          font-size: 30px;
          font-weight: 700;
          text-align: justify;
          margin-top: 50px;
        }

            .containertres{
          margin-top: 50px;
          padding: 0 150px;
        }
        
        .containercuatro{
          margin-top: 150px;
          padding:0 20px;
        }

        .container4{
          margin-top: 35px;
        }


        .bene01{
          color: #2039DC;
          font-family: Arial, Helvetica, sans-serif;
          font-size: 14px;
           text-decoration: underline;
        }

        .bene02{
         color: #040E3B;
          font-family: Arial, Helvetica, sans-serif;
          font-size: 13px;
          text-align: justify;
     }

       .vis011{         
            padding:10px 35px;
            font-size: 24px;
            text-align: left;
            font-weight: 600;
            text-transform: uppercase;
            color: #2039DC;
            text-decoration:underline;
            margin-top: 50px;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;          
        }

         .logo{
                width: 90px;
                height: 90px;
                border-radius: 50%;
            }

                 .footer01{
                  color: #040E3B;
                  font-weight: 700;
                  font-size: 30px;
                  margin-top: 35px;
                  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
                }
             .footer02{
                  color: #040E3B;
                  font-weight: 700;
                  font-size: 30px;
                  margin-top: 35px;
                  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
                }

                  .footer03{
                  color: #040E3B;
                  font-weight: 700;
                  font-size: 13px;
                  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
                }


                footer{
                  margin-top: 70px;
                  background: #CAE8FE;
                }


              @media screen and (max-width:480px) {
             
             .footer02{
                  color: #040E3B;
                  font-weight: 700;
                  font-size: 20px;
                  margin-top: 20px;
                  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
                }

          .dos01{
          margin-top: 60px;
           font-size: 25px;
          text-align: center;
        }

           .dos02{
          color: #FFC50F;
          font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;  
           font-size: 23px;
          text-align: center;
          font-weight: 900;
        }



       .titulos01{
              color: #2039DC;
              font-size: 13px;
              font-weight: 500;
              text-align: right;          
            }

          .titulos02{
           color: #040E3B;
          font-family: Arial, Helvetica, sans-serif;
          font-size: 12px;
          text-align: justify;
          }

          .txt {
           font-size: 25px;
           letter-spacing: 2px;
           padding:0 50px;
          }

          .vis03{
          color: #040E3B;
          font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; 
          font-size: 20px;
          font-weight: 700;
          text-align: center;
          margin-top: 50px;
        }

          .vis02{ 
         color: #040E3B;
         overflow: hidden;
         align-items: end;
         justify-items: center;
         font-size: 13px; 
         padding:0 50px;
        }

        .containerdos{
          margin-top: 150px;
          padding:0 50px;
          height: 400px;
        }

        .containerdos01{
          color: #040E3B;
          font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;  
          font-size: 13px;
          margin-top: 200px;
          padding:  1px;
          text-align: justify;
         }

    .som01{
         font-size: 15px;
         text-align: left;
         font-weight: 900;
         font-family: Arial, Helvetica, sans-serif;
     }

       .containerzero{
          height: 550px;
          padding: 5px;
          overflow: hidden;
          max-width: 1200px;
          justify-items: center;
                  
        }

        .logsobre {
            width: 60%;
            border-radius: 50%;
            display: flex;
            position: absolute;
            opacity: 75%;  
            margin:0 90px; 
           }

     
        .containerdos{
       height: 500px;
       margin-top: 55px;
        }

          .vis022{
          font-size: 13px;
          text-align: justify;
          margin-top: 35px;
          padding:0 5px;   
          
          
        }

    .vis01{         
           padding:10px 35px;
            font-size: 13px;
            margin: 15px auto;
           
        }


        .bene01{

          font-size: 13px;
           text-decoration: underline;
        }

        .bene02{
          font-size: 12px;
          text-align: justify;
     }

      .logsobre02 {
            width: 550px;
            height: 350px;
            border-radius: 3%; 
            max-width: 250px;  
            height: 200px;      
           }


           .containercuatro{
            margin-top: -60px;
          padding:0 50px;
        }


/* GRID GENERAL */
.cards01-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  place-items: center;
  padding: 0 10px;
  margin: 0;
  margin-top: 50px;
}

/* CARD ORIGINAL */
.card01-container {
  position: relative;
  z-index: 1;
   width: 250px;
  height: 200px;
  margin-top:0 20px;
}

.card01-container::before {
  content: "";
  position: absolute;
  inset: -15px;
  background: linear-gradient(-45deg, #0507322a, #2039dc2c);
  filter: blur(25px);
  border-radius: inherit;
  z-index: -1;
}

.cardnew {
  width: 80%;
  height: 80%;
  border-radius: inherit;
  overflow: hidden;
  position: relative;
}

.img01-content {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(-45deg, #050732, #2039DC);
  transition: all 0.6s;
}

.img01-content svg {
  width: 30px;
  height: 50px;
  fill: #e8e8e8;
  transition: 0.6s;
}

.contentnew {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  gap: 1px;
  padding:0 20px;
  color: #fff;
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.6s;
}

.headingnew {
  font-size: 10px;
  font-weight: 700;
}

.headingn01{
  font-size: 10px;
  text-align: justify;
}

.carou01{
  margin-top: -130px;
}


  .containerdos02{
    text-align: center;
     margin-top: 520px;
    color: #040E3B;
    padding: 0 30px;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;  
     font-size: 13px;
    text-align: justify
     }


  .vis011{         
  font-size: 19px;
  margin-top: 50px;
   padding: 0 20px;
   
}

  .parra01{
    color: #040E3B;
    font-size: 13px;
    padding: 5px 5px;
    margin: 0 20px;
    text-align: left;
   }

   

  .entre02{
     width: 100%;        /* ocupar el contenedor */
    max-width: 100px;   /* opcional, según diseño */
    height: auto;       /* mantener proporción */
    border-radius: 3%;
    display: block;
    overflow: hidden;
    margin:0 1px;   
    padding: 0 3px;
    position: absolute;      /* quitar padding excesivo */
}
   .containerdos03{
          margin-top: 40px;
        }

        .containercinco {
          margin-top: 10px;
          padding: 0 30px;
        }

            .containertres{
          margin-top: 10px;
          padding: 0 20px;
          text-align: center;
        }

        .titulos03{
            color: #040E3B;
            font-weight: 800;
            font-size: 20px;
       }
        
          .titulo08{
            color: #040E3B;
            font-size: 13px;
            text-align: justify;
            padding: 0 30px;
            font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;  

          }
          
          .correo01{
            font-size: 16px;
          }

          .logsobre01{
            border-radius: 3%;
            max-width: 900px;
            width: 250px;
            height: 200px;
          }
          
             .logsobre03 {
            width: 180px;
            height: 180px;
            margin: 0 35px;
            margin-top: 25px;
            border-radius: 3%;
          }

         .titu01{
             padding: 3px;
            font-size: 12px;

             }

  }

          