*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root{
    --colorTextos:#3d3a3a;
    --colorBotones:#db1212;
    --colorFondo:#cb250f;
    --paddingSecciones:60px 0;
    --marginElementos:40px;
}

body{
    font-family: 'Lato', sans-serif;
}

.contenedor{
    width: 90%;
    max-width: 1100px;
    margin: auto;
    overflow: hidden;
    margin-top: 20px;
}

.contenedor02{
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    width: 90%;
    max-width: 1100px;
    margin: auto;
    overflow: hidden;
    margin-top: 10px;
}

.zero100{
    font-size: 120px;
     color: black;
     font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
     font-weight: 900; 
     margin: -20px;
     letter-spacing: 15px;
     text-shadow: 5px 0px 5px #0a0b0a;
}

.zero101{
    color: #0a0b0a;
    font-size: 35px;
    font-weight: 900; 
    text-shadow: 15px 0px 15px #ffffff;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;

}

.logimg{
    width: 250px;
    height: 150px;
   transition: 2s ease;
}

.logimg:hover{
-webkit-transform: rotateZ(-10deg);
-ms-transform: rotateZ(-10deg);
transform: rotateZ(-10deg);
transition: 1s ease;
}


.nosozero{
    text-align: center;
    margin-top: 50px;
}


.contaagen{
    text-align:start;
    margin-top: 35px;
    
}
.agen01{
    color: #0a0b0a;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 2px;
    text-align: center;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.nosouno{
    margin-top: 25px;
}

.parra01{
    text-align: justify;
    color: #0a0b0a;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 13px;
    margin-top: 10px;
}

.munologo{
    width: 70%;
    transition: 1s ease;
}

.munologo:hover{
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.3);
transition: 1s ease;

}

.sob01{
    text-align: right;
    color: #f79807;
    font-size: 35px;
    font-weight: 900;
    margin-top: 60px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.sob02{
    text-align: right;
    color: #f79807;
    font-size: 25px;
    font-weight: 900;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.nosozero01{
    margin-top: 100px;
    text-align: center;
}

.carru01{
color: #0a0b0a;
font-size:28px;
font-weight: 900;
text-align: center;
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.carru02{
color: #0a0b0a;
margin: 10px;
padding:38px;
text-align: justify;
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
font-size: 12px;
}
.nosozero04{
    margin-top: 100px;
    text-align: left;
}

.nosozero02{
    margin-top: 100px;
     display: flex;
    flex-wrap: wrap;
}

.nosozero05{
    text-align: center;
    margin-top: 25px;
}

.parrazero{
    color: #f29b21;
    font-size: 15px;
    font-weight: 900;
    text-align: left;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.ser01{
    font-size: 45px;
    color: #0a0b0a;
    text-align: center;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.ser03{
    color: #0a0b0a;
    font-size: 13px;
    text-align: justify;
    margin-top: 15px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.serimg{
 margin-top: 15px;
 border-radius: 3%;
 -webkit-filter: brightness(40%);
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease;
}

.serimg:hover{
-webkit-filter: brightness(100%);
}

.nosozero03{
    text-align: center;
    margin-top: 100px;
}

.parra02{
    text-align: right;
    color: #f79807;
    font-size: 25px;
    font-weight: 900;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.parra04{
    text-align: right;
    color: #f79807;
    font-size: 25px;
    font-weight: 900;
    margin-top: 50px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

/**ELIGENOS*/

/**SERVICIOS**/

.imgcard{
    opacity: 75%;
}

   section.card02 {
      position: relative;
      width: 310px;
      height: 200px;
      background-color: #cfe0c600;
      border-radius: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
      perspective: 1000px;
      transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }

    .card02 svg {
      fill: #f5dcdc;
      transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
      border-radius: 3px;
    }

    .card02:hover {
      transform: scale(1.05);
      box-shadow: 0 8px 16px #000000f6;
      background-color: #bfdfbc67;
      color: #ffffff;
    }

    .card02__content {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      padding: 20px;
      box-sizing: border-box;
      background-color: #c9c9d800;
      transform: rotateX(-90deg);
      transform-origin: bottom;
      transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }

    .card02:hover .card02__content {
      transform: rotateX(0deg);
    }

    .card02__title {
      margin: 0;
      padding-left: 5px;
      font-size: 17px;
      color: #0a0b0a;
      font-weight: 900;
      text-align: center;
    }

    .card02:hover svg {
      scale: 0;
    }

    .card02__description {
      margin: 10px 0 0;
      font-size: 14px;
      color: #0a0b0a;
      line-height: 1.4;
      font-weight: 900;
      text-align: justify;
    }

    /* CONTENEDOR DE TODAS LAS CARDS */
    .card02-container {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      justify-content: center;
      padding: 40px;
     }


/**MENU*/
.menu-navegacion{
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 120px;
}

.logo{
    height: 120px;  
    border-radius: 5%;    
}

.logo img{
    display: block;
     width: 70%;   
 
 }
.enlaces li{
    list-style: none;
    display: inline-block;
}

.enlaces a{
    color: #0a0b0a;
    text-decoration: none;
    margin-left: 10px;
    font-weight: 900;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.enlaces a:hover{
    text-decoration: underline;
}



/**ELIGENOS*/

    /* Tu CSS del card (pegado tal cual) */
 
/**ELIGENOS*/

/**SERVICIOS**/




/**SERVICIOS**/

/**HERO*/

.hero{
    height: 420px;
    background-image: url("../img/principal02.jpg");
    background-position: center;
    background-size: cover;
    background-attachment: fixed;

}

.contenedor-textos{
    padding: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
}

.hero h1{
    font-size:50px; 
     color: #f29b21;
     font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
     background: #ffffff88;
}

/*.hero p{
    font-weight: 300;
    font-size: 25px;
    margin: 15px 0;    
}*/


/**MAIN**/



.carrucel01{
    margin-top: 35px;
}

.copyzero{
    text-align: justify;
    margin:30px 0;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 15px;
    color: #0a0b0a;
}

.copyzero01{
    text-align: center;
    margin: 20px 0;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 16px;
    color: #0a0b0a;
}

.parra03{
    text-align: right;
    color: #f79807;
    font-size: 25px;
    font-weight: 900;
    margin-top: 50px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.beneficios{
    padding-top: var(--marginElementos);
    display: flex;
    justify-content:space-evenly;
    flex-wrap: wrap;
   
}

.beneficio{
    font-size: 20px;
    width: 10em;
    height: 10em;
    background-image: url(../img/imagen-flexbox-min.png);
    background-size: cover;
    background-position: center;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content:center;
    border-radius: 5%; 
}
.projects{
    background: #f2f2f204;
}

.contenedor-imagenes {
   display: flex;
   justify-content: space-evenly;
   flex-wrap: wrap; 
   transition: 1s ease;
}

.contenedor-imagenes img{
    display: block;
    object-fit: cover;
    width: 30%;
    height: 220px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .9);
    margin-bottom: var(--marginElementos);
    
}

.contenedor-imagenes img:hover{
   border-radius:15% 8%;
    transition: 1s ease;        
}

.peopel{
    width: 150px;
    height: 150px;
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    object-fit: cover;
}

.person{
    font-size: 22px;
    text-align: center;
    margin-top: 5px;
    font-weight: 300;
}

footer{  
    background: #fff;
    background-position: center;
    background-size: cover;
}


.dire01{
    color: #f29b21;
    font-size: 25px;
    font-weight: 700;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

footer .titulo-seccion, 
footer .copy{
    color: #F5F7F8;
}

.redes-sociales{
    padding-top: var(--marginElementos);
    width: 80%;
    display: flex;
    margin: auto;
    justify-content: space-evenly;
   
}

.redes-sociales i{
    font-size: 40px;
    color: #f29b21;
    transition: all 2s;
}
.redes-sociales i:hover{
    transform: rotate(360deg);
}

.coloruno{
    transition: all 2s;
}

.coloruno i:hover{
    transform: rotate(360deg);
}

.coloruno01{
    color: #686868;
    font-size: 25px;
    font-weight: 700;
}

.coloruno02{
     color: #072956;
    font-size: 15px;
    font-weight: 700;
    text-align: justify;
}

         .icono{
                color: #cb2610;  
        }
          .colores{
            color: #F5F7F8;
            font-size: 20px;
            font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
            }

          .coloruno{
          color: #f29b21;
          font-size: 28px;  
          font-weight: 700;
          }

.titulo-seccion05{
    text-align: right;
    font-size: 35px;
    font-weight: 700;
    color: #f29b21;
    margin-top: 70px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.copy02{
    text-align: center;
    color: #0a0b0a;
    font-size: 15px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.copy03{
    color: #f29b21;
    font-weight: 900;
    font-size: 28px;
    text-align: center;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.col02{
 text-align: center;
 margin-top: 45px;
}

.col03{
    color: #0a0b0a;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.copy05{
    text-align: center;
    color: #0a0b0a;
    font-size: 20px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.dere01{
    color: #0a0b0a;
    font-size: 13px;
    margin-top: 50px;
}

.copy051{
    text-align: justify;
    color: #0a0b0a;
    font-size: 15px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

/**MEDIAS QUIERY PARA PAGINA RESPONSIVE**/

@media screen and (max-width:480px){
    .menu-navegacion{
        flex-direction: column;
        height: 180px;
       justify-content: space-evenly;
}

.sob01{
    text-align: center;
    font-size: 25px;
 }


 .nosouno{
    margin-top: 25px;
    max-width: 1100px;
    height: 1000px;
    display: contents;
    padding: 0 100px;
    margin: 0 100px;
}

.parra01{
    text-align: justify;
    color: #0a0b0a;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin-top: 30px;
    margin: 0 20px;
    padding: 10px;
  
}

.logimg{
    width: 70%;
    height: 70%;
    margin-top: 45px;
    margin: 0 45px;
}

.sob02{
    text-align:  center;
    color: #f79807;
    font-size: 25px;
  }

  .nosozero04{
    margin-top: 100px;
    text-align:  center;
    position: relative;
    display: contents;
}

.copy05{
    text-align: center;
    color: #0a0b0a;
    font-size: 15px;
    margin: 0 20px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.carousel{
    margin-top: 35px;
}

.ser01{
font-size: 22px;
}

.ser03{
  font-size: 13px;
  margin:30px 15px 0 3px;
  padding:0 15px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.parrazero{
 font-size: 14px;
margin: 30px 15px 0 3px;
word-wrap: break-word;
overflow-wrap: break-word;
}

.serimg{
 margin-top: 15px;
 border-radius: 3%;
 width: 80%;
 margin:0 30px;
 margin-top: 35px;
}

.nosozero03{
    text-align: center;
    margin-top: 100px;
}

.copy051{
    text-align: justify;
    color: #0a0b0a;
    font-size: 14px;
    margin: 0 20px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.parra02{
    text-align: center;
    color: #f79807;
    font-size: 25px;
    font-weight: 900;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.imgcard{
    opacity: 75%;

}

   section.card02 {
      position: relative;
      width: 310px;
      height: 140px;
      background-color: #cfe0c600;
      border-radius: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
      perspective: 1000px;
      transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }

    .card02 svg {
      fill: #f5dcdc;
      transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
      border-radius: 3px;
    }

    .card02:hover {
      transform: scale(1.05);
      box-shadow: 0 8px 16px #000000f6;
      background-color: #bfdfbc67;
      color: #ffffff;
    }

    .card02__content {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      padding: 20px;
      box-sizing: border-box;
      background-color: #c9c9d800;
      transform: rotateX(-90deg);
      transform-origin: bottom;
      transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }

    .card02:hover .card02__content {
      transform: rotateX(0deg);
    }

    .card02__title {
      margin: 0;
      padding-left: 5px;
      font-size: 12px;
      color: #0a0b0a;
      font-weight: 900;
      text-align: center;
    }

    .card02:hover svg {
      scale: 0;
    }

    .card02__description {
      margin: 10px 0 0;
      font-size: 10px;
      color: #0a0b0a;
      line-height: 1.4;
      font-weight: 900;
      text-align: justify;
    }

    /* CONTENEDOR DE TODAS LAS CARDS */
    .card02-container {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      justify-content: center;
      padding: 40px;
     }

     .copyzero{
    text-align: justify;
    margin: 0 10px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 14px;
    color: #0a0b0a;
    padding: 20px;
}


.contenedor-imagenes img{
    display: flex;
    object-fit: cover;
    width: 10%;
    margin-top: 100px;
    height: 160px;
    margin: 0 20px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .9);
    margin-bottom: var(--marginElementos);
}

.parra03{
    text-align: center;
    margin-top: 30px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.parra04{
    text-align: center;
    margin-top: 40px;
    margin: 0 20px;
}

.copyzero01{
    text-align: justify;
    margin:0 30px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 14px;
    color: #0a0b0a;
}

.carrucel01{
    margin-top: 35px;
    display: grid;
   margin:25px 0;
   padding: 3px
    
}

.titulo-seccion05{
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    color: #f29b21;
    margin-top: 70px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.contenedor02{
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    width: 200%;
    margin:0  100px;
    margin-top: 10px;
    display: contents;
}


.zero100{
    font-size: 50px;
     color: black;
     font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
     font-weight: 900; 
     margin: 0 40px;
     margin-top: 150px;
     letter-spacing: 15px;
     text-shadow: 5px 0px 5px #0a0b0a;
}

.zero101{
    color: #0a0b0a;
    font-size: 16px;
    margin:0 80px;
    text-align: center;
    text-shadow: 15px 0px 15px #ffffff;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.coloruno{
 color: #f29b21;
 font-size: 18px;  
 font-weight: 700;
}

.logofooter{
  width: 100%;  
  display:contents;    
}

.dire01{
    color: #f29b21;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.footer01{
    margin: 0 50px;
}

.col02{
   text-align: center;

}

.nosozero02{
    margin-top: 30px;
     display: flex;
    flex-wrap: wrap;
}


.hero h1{
    font-size: 38px;
}

.logo{
    height: 60px;     
}

.logo05{
    height: 120px;  
    border-radius: 5%;  
     overflow: hidden; 
     display: flex;
     justify-content: center;
     margin: auto;
    justify-content: space-evenly;
}


.beneficio{
    margin-bottom: var(--marginElementos);
}
.contenedor-imagenes img{
    width: 70%;
}
.redes-sociales{
    flex-direction: column;
    align-items: center;
}
.redes-sociales i{
    margin-bottom: 20px;
}

     .card01__title {
      margin: 0;
      font-size: 25px;
      color: #ffffff;
      font-weight: 800;
      text-align: center;
    }

    .card01:hover svg {
      scale: 0;
    }

    .card01__description {
      margin: 10px 0 0;
      font-size: 14px;
      color: #F5F7F8;
      line-height: 1.4;
      font-weight: 600;
    }

.icono02{
 color: #ffffff;
 font-size: 60px;
 background: #db1212;
 border-radius: 50%;
 padding: 40px;
 text-align: left;
 margin:0 40px;
}

.parrafo01{
color: #3d3a3a;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
text-align: center;
margin:40px;
font-size: 25px;
font-weight: 900;
}

.titulo-seccion02{
    color: #cb250f;
    font-size: 35px;
   font-weight: 900;
   font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
   letter-spacing: 5px;
   text-align: center;
}

.hero h1{
    font-size:30px; 
     color: #db1212;
     font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
     background: #ffffff88;
     padding: 12px;
  
}

}
     














