 *{
                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;
            }

  
.contzerv{
margin-top: 100px;
}

 .conservio{
    margin-top: 100px;
  }

  .textserv{
    color: #0148ac;
    font-size: 18px;
    text-align: center;
    font-weight: 700;
    margin-top: 50px;
    font-family: sans-serif;
  }

  .tetservico{
   color: #000000;
    font-size: 12px;
    text-align: justify;
    letter-spacing: 4%;
    padding: 0 10px;
    margin-top: 50px;
    font-family: sans-serif;
  }

  .iconser{
    color: #fff;
    font-size: 30px;
    background-color: #0148ac;
    padding: 15px;
    border-radius: 50%;
    transition: transform 0.5s;
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.4));
  }

.iconser:hover{
transform: translateY(-25px);
}
  .textporta{
    color: #0148ac;
    font-size: 40px;
    text-align: justify;
    font-weight: 700;
    font-family: sans-serif;
  }

  .parraporta{
    color: #000000;
     font-family:  sans-serif;
    font-size: 16px;
    text-align: justify;
  }

    .conserv{
      margin-top: 70px;
  }

  .tex01parra{
   font-family: sans-serif;
     color: #000000;
     text-align: justify;
     font-size: 15px;
     margin-top: 30px;
  }

  .imgnos{
    width: 80%;
    border-radius: 3%;
  object-fit: cover;
  filter: blur(8px);
   margin-top: 30px;
   margin:30px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  transform: scale(1.1); /* Un poco más grande para que el blur no muestre los bordes */
  transition: filter 0.4s ease, transform 0.4s ease;

  }

  .imgnos:hover{
filter: blur(0px);
  transform: scale(1);
  }

  .cozero{
    margin-top: 35px;
  }

  .texsobre{
    text-align: justify;
    color: #0148ac;
    text-transform:uppercase;
    font-size: 50px;
    letter-spacing: 5%;
    font-family:sans-serif;
    font-weight: 900;
  }


  .texparra{
   font-family: sans-serif;
     color: #000000;
     text-align: justify;
     font-size: 16px;
  }

  .contacord{
    margin-top: 100px;
  }

  .textgest{
    color: #000000;
    font-size: 16px;
    text-align: justify;
    font-family: sans-serif;
  }

  .textacord{
   color: #000000;
    font-size: 14px;
    text-align: justify;
    font-family: sans-serif;
  }

  .iconbene{
    color: #0148ac;
    font-size: 35px;
    padding:0 10px;
    transition: transform 0.5s
  }

  .iconbene:hover{
    transform: rotate(50deg);
  }

  .tetparra{
    color: #000000;
    font-family: sans-serif;
    text-align: justify;
    font-size: 16px;
  }

  .textalgo{
   color: #0148ac;
   font-size: 40px;
    font-family: sans-serif;
    font-weight: 700;
  }

  .contcontato{
     margin-top: 80px;
  }

  .textcontac{
    color: #0148ac;
   font-size: 40px;
   font-weight: 700;
   text-align: center;
    font-family: sans-serif;
  }

  .contnuestra{
  margin-top: 100px;
  }

  .texexper{
    text-align: justify;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande',
     'Lucida Sans', Arial, sans-serif;
     font-size: 23px;
     color: #000000;
     font-weight: 700;
  }

  .textnu{
    font-family: sans-serif;
     color: #000000;
     text-align: justify;
     font-size: 14px;
     margin-top: 30px;
  }

    .textnuetr{
    text-align: justify;
    color: #0148ac;
    font-weight: 700;
    font-size: 40px;
    font-family: sans-serif;
  }

  .texnuestra{
    font-family: sans-serif;
     color: #000000;
     text-align: justify;
     font-size: 15px;
  }

/* From Uiverse.io by gharsh11032000 */ 
.cardzero {
  position: relative;
  width: 300px;
  height: 200px;
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  margin-top: 35px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  perspective: 1000px;
  box-shadow: 0 0 0 5px #ffffff80;
  transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.cardzero svg {
  width: 48px;
  fill: #333;
  transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.cardzero:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 16px rgba(255, 255, 255, 0.2);
}

.card__contentzero {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  box-sizing: border-box;
  background-color: #d1def0;
  transform: rotateX(-90deg);
  transform-origin: bottom;
  transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.cardzero:hover .card__contentzero {
  transform: rotateX(0deg);
}

.card__titlezero {
  margin: 0;
  font-size: 20px;
  color: #000000;
  font-weight: 700;
  text-align: center;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande',
   'Lucida Sans', Arial, sans-serif;
}

.cardzero:hover svg {
  scale: 0;
}

.card__descriptionzero {
  margin: 10px 0 0;
  font-size: 13px;
  color: #000000;
  line-height: 1.4;
  text-align: center;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande',
   'Lucida Sans', Arial, sans-serif;
}
/* From Uiverse.io by Shoh2008 */ 

.imgserv{
  width: 95%;
  opacity: 65%;
  border-radius: 3%;
  object-fit: cover;
  /* El secreto: filtros iniciales */
   box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  filter: grayscale(100%) contrast(120%);
  transition: transform 0.5s ease, 
  filter 0.5s ease;
}

.imgserv:hover{
opacity: 100%;
filter: grayscale(0%) contrast(100%);
  transform: perspective(600px)
   rotateX(20deg)
   rotateY(-20deg)
   scale(1.2);
  }

.contwo{
margin-top: 100px;
}

.icontwo{
  color: #0148ac;
  font-size: 100px;
}

.textele{
color: #0148ac;
font-size: 40px;
font-family: sans-serif;
 font-weight: 700;  
}

.textopor{
  color: #000000;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande',
 'Lucida Sans', Arial, sans-serif;
 font-size: 16px;
 text-align: justify;
}

.teporque{
   color: #000000;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande',
 'Lucida Sans', Arial, sans-serif;
 font-size: 15px;
 text-align: justify;
 margin-top: 35px;
}


    /* From Uiverse.io by codebykay101 */ 
            .efecto {
              transition-property: transform;
              transition-duration: 500ms;
              opacity: 65%;
              --webkit-box-shadow: 5px 5px 15px 5px #5c837477; 
            }

            .efecto:hover{
              transform: scale(1.2);
              opacity: 100%;
            }

            .bg{
              background-color: #fff;
            }

                 .contzero{
              margin: 60px;
              text-align: justify;
              max-width: 1200px;
            }

            .texdir{
              font-family: sans-serif;
               color: #0148ac;
               padding: 0 40px;
               font-size: 30px;
               text-transform: uppercase;
               font-weight: 700;
            }

            .textexper{
                font-size: 16px;
                padding: 0 60px;
                color: #000000;
                font-family: sans-serif;
                text-align: justify;
            }

            .contzero01{
           background-color: #106F9E;
           transition: transform 0.5s;
           opacity: 65%;
           margin-top: 30px;
           border-radius: 3%;
            }

            .contzero01:hover{
            opacity: 100%;
            background-color: #0148ac;
            transform:translateY(-25px);
            }
            
            .contzero02{
               margin-top: 30px;
              background-color: #BEC4C6;
              transition: transform 0.5s;
              opacity: 65%;
               border-radius: 3%;
            }

            .contzero02:hover{
              opacity: 100%;
               transform:translateY(-25px);
                 background-color: #0148ac;
            }

            .contzero03{
               margin-top: 30px;
            background-color: #76A2B7;
            transition: transform 0.5s;
            opacity: 65%;
             border-radius: 3%;
            }

            .contzero03:hover{
            opacity: 100%; 
             transform:translateY(-25px);
               background-color: #0148ac; 
            }

            .textzero01{
              color: #fff;
              font-size: 30px;
              text-align: center;
              padding: 0 20px;
              text-decoration:underline;
              font-weight: 700;
              font-family: sans-serif;
         }

            .textzero02{
              color: #fff;
                padding: 0 30px;
                text-align: justify;
              font-family: sans-serif; 
              font-size: 14px;   
            }

            .icontext01{
              color: #d1def0;
              font-size: 55px;
              padding: 20px;
              opacity: 65%;
             transition: transform 0.5s;
            }

            .icontext01:hover{
              opacity: 100%;
            }

            .icontext02{
              color: #d1def0;
               font-size: 55px;
               padding: 20px;
                opacity: 65%;
               transition: transform 0.5s;
            }

           .icontext02:hover{
              opacity: 100%;
            }

            .icontext03{
              color: #d1def0;
               font-size: 55px;
               padding: 20px;
               opacity: 65%;
               transition: transform 0.5s;
            }

              .icontext03:hover{
              opacity: 100%;
            }

          
          section{                
            position: relative;
            width: 100%;
            height: 50vh;
            background: url(../img/img5.jpg);
            background-size: cover;
            background-position: center center;
            background-attachment: fixed;
            display: flex;
            border-radius: 3%;
            display: inline-flex;
            background-blend-mode: multiply;               
      }

           .teluno {
               color: #024bad;
              font-size: 15px;
              font-weight: 900;
            }

            .icontel{
            color: #769bd2;
            font-size: 20px;
            transition: transform 0.5s;
            }

          .icontel:hover{
              transform: scale(1.1);
              color: #769bd2;
            }

             .bg02{
              color: #0148ac;
              font-size: 25px;
              font-weight: 900;
            }

            .parrafo01{
            color: #000000;
            font-size: 30px;
            background-color: #fff;
            text-align: center;
            font-weight: 700;
            margin: 0 100px;
            font-family: sans-serif;
        }

          .servicios01{
          color: #0148ac;
          font-size: 14px;
          font-weight: 700;
          text-align: center;
          margin-top: 20px;
          text-decoration: underline;
          font-family:sans-serif;
        }
     
        .carousel01{
            color: #183D3D;
            font-size: 25px;
            font-weight: 800;
        }
           .menu01{
            color: #0148ac;
            font-size: 15px;
            font-weight: 700;
            font-family: sans-serif;
           }

           .menu01:hover{
            color: #769bd2;
           }

          .contporq{
            margin-top: 110px;
          }

          .contofre{
            margin-top: 50px;
          }

       .titulos03{
            color: #0148ac;
            font-weight: 700;
            font-size: 40px;
            text-transform: uppercase;
            font-family: sans-serif;
       }

       .titulo08{
            color: #000000;
            font-size: 16px;
            text-align: justify;
            font-family: sans-serif;
             margin-top: 50px;
          }

          
          .titulo03{
            color: #000000;
            text-align: left;
            font-size: 15px;
            font-weight: 600;
          }

          .titulo04{
            color: #0148ac;
            font-size: 18px;
            text-align: center;
            letter-spacing: 5%;
            font-weight: 900;
            font-family: sans-serif;
           }

           .textdato{
            color: #545454;
            font-size: 17px;
            text-align: center;
            padding: 0 20px;
            font-weight: 700;
            font-family: sans-serif;
           }

           .textdere{
             font-family: sans-serif;
              color: #545454;
              font-weight: 900;
            font-size: 12px;
            text-align: center;
            padding: 30px;
           }

          .contfotter{
            margin-top: 35px;
          }

          .icondir{
            font-size: 20px;
            transition: transform 0.5s;
          }

          .icondir:hover{
           transform: translateY(-10px);
          }

          .imgfooter{
            width: 70%;
            margin: 0 40px;
            transition: transform 0.5s
          }

          .imgfooter:hover{
            transform: perspective(600px)
            rotateX(20deg)
            rotateY(-20deg)
            scale(1.2);
          }

           .logo{
                width: 71px;
                border-radius: 50%;                 
            }

            .servicios{
                  border-radius: 50%;
            }

       
            .btnWhats{
                bottom: 20px;
                right: 20px;
                width: 70px;
                }

          
              @media screen and (max-width:480px) {
                
      .texsobre{
        font-size: 25px;
        padding: 0 30px;
        text-align: center;
      }

      .texparra{
      font-size: 13px;
        padding: 0 30px;
        text-align: justify;
      }
  
      .contrespon{
        display: contents;
      }

      .tex01parra{
           font-size: 13px;
        padding: 0 40px;
        text-align: justify;
      }

      .imgnos{
        width: 69%;
        margin:0 58px;
        margin-top: 30px;
      }

      .texdir{
        text-align: center;
        font-size: 20px;
        padding: 0 30px;
        margin-top: 100px;
      }

      .textexper{
        font-size: 13px;
        padding: 0 40px;
      }
 
      .contzero{
        display: contents;
      }

      .textzero01{
        font-size: 20px;
        text-align: center;
      }

      .textzero02{
        font-size: 13px;
        text-align: justify;
        padding: 0 30px 30px;
      }

      .icontext01{
        font-size: 40px;
        margin-top: 35px;
        padding: 0 30px;
      }

      .icontext02{
        font-size: 40px;
        margin-top: 35px;
        padding: 0 30px;
      }

      .icontext03{
        font-size: 40px;
        margin-top: 35px;
        padding: 0 30px;
      }

      .contzero01{
       width: 85%;
       margin: 0 25px;
       margin-top: 50px;
      }

      .contzero02{
        width: 85%;
       margin: 0 25px;
       margin-top: 50px;
      }

      .contzero03{
        width: 85%;
       margin: 0 25px;
       margin-top: 50px;
      }

      .textnuetr{
        padding: 0 30px;
        text-align: center;
        font-size: 25px;
      }

      .texnuestra{
       padding: 0 30px;
        text-align: justify;
        font-size: 13px;
      }

      .contresnu{
        display: contents;
       }

         section{                
            position: relative;
            width: 90%;
            height: 50vh;     
            display: flex;
            margin-top: 35px;
             margin: 30px;            
      }

      .texexper{
        padding: 0 30px;
        margin-top: 30px;
        text-align: center;
      }

      .textnu{
         padding: 0 40px;
         font-size: 13px;
      }

      .textele{
        font-size: 25px;
        text-align: center;
      }

      .contwo{
        margin-top: 60px;
      }

      .textopor{
        font-size: 13px;
        padding: 0 30px;
      }

      .teporque{
        font-size: 13px;
        padding: 0 30px;
      }

      /* From Uiverse.io by gharsh11032000 */ 
.cardzero {
  position: relative;
  width: 300px;
  height: 180px;
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  margin-top: 35px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin: 25px;
  perspective: 1000px;
  box-shadow: 0 0 0 5px #ffffff80;
  transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.cardzero svg {
  width: 48px;
  fill: #333;
  transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.cardzero:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 16px rgba(255, 255, 255, 0.2);
}

.card__contentzero {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  box-sizing: border-box;
  background-color: #d1def0;
  transform: rotateX(-90deg);
  transform-origin: bottom;
  transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.cardzero:hover .card__contentzero {
  transform: rotateX(0deg);
}

.card__titlezero {
  margin: 0;
  font-size: 15px;
    text-align: center;
  font-family:sans-serif;
}

.cardzero:hover svg {
  scale: 0;
}

.card__descriptionzero {
  margin: 10px 0 0;
  font-size: 13px;
  text-align: justify;
  font-family: sans-serif;
}

.icontwo{
  font-size: 70px;
}
/* From Uiverse.io by Shoh2008 */ 


.contporq{
  margin-top: 60px;
}

.titulos03{
    text-align: center;
    font-size: 25px;
    padding: 0 30px;  
}

.titulo08{
  font-size: 13px;
   padding: 0 30px;
}

.coresponsive{
  display: contents;
}

.contofre{
  margin-top: 10px;
}

.efecto{
  width: 67%;
  margin: 50px;
}

.contzerv{
  margin-top: 70px;

}

.textporta{
  font-size: 25px;
  text-align: center;
  padding: 0 30px;
}

.parraporta{
  font-size: 13px;
   padding: 0 30px;
}

.coresponser{
  display: contents;
}

.conserv{
  margin-top: 50px;
}

.textserv{
  font-size: 15px;
}

.tetservico{
  font-size: 13px;
  margin-top: 10px;
}

.iconser{
  font-size: 20px;
}

.imgserv{
  width: 90%;
  margin: 0 15px;
}

.textalgo{
  font-size: 25px;
  text-align: center;
  padding: 0 30px;
}

.tetparra{
  font-size: 15px;
   text-align: center;
  padding: 0 30px;
}

.contalgo{
  margin-top: 60px;
}

.textgest{
font-size: 13px;
}

.textacord{
  font-size: 13px;
}

.iconbene{
font-size: 25px;
}

.textcontac{
  font-size: 25px;
  text-align: center;
  padding: 0 30px;
}

.contcontato{
  margin-top: 50px;
}

.textdato{
  font-size: 14px;
  padding: 0 30px;
  text-align: center;
}

.contfotter{
  padding: 0 30px;
  }
       
}

          