*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root{
    --colorTextos:#7e7e7e;
    --colorBotones:#758A93;
    --colorFondo:#5d8a9f;
    --paddingSecciones:50px 0;
    --marginElementos:40px;
}

body{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.contenedor{
    width: 100%;
    padding: 50px;
    overflow: hidden;
    padding: var(--paddingSecciones);    
}

/**MENU*/
.menu-navegacion{
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 120px;   
}

.logo{    
    display: block;
    font-size: 3rem;
    margin: 25px;
   
}

.logo02{    
    width: 15%;
    height: 15%;
    border-radius: 50%; 
 }

 .encabezado{
    background: #fff;  
 }

 .encabezado01{
  color: #124d71;
  font-size: 15px;
  font-weight: 900;
 }

 .nosdos{
    font-size: 35px;
    color: #124d71;
    font-weight: 600;
    letter-spacing: 5px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande',
     'Lucida Sans', Arial, sans-serif;
 }

 .nostres{
    color: #0e0e0e;
    font-size: 14px;
    text-align: justify;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande',
     'Lucida Sans', Arial, sans-serif;
 }

.containernos01{
    margin-top: 100px;
}

.containernos02{
    margin-top: 30px;
    
}

.mis01{
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande',
'Lucida Sans', Arial, sans-serif;
color: #124d71;
font-weight: 600;
text-align: right;
letter-spacing: 5px;
font-size: 16px;
}

.mis02{
text-align: justify;
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande',
'Lucida Sans', Arial, sans-serif;
color: #0e0e0e;
font-size: 14px;
}

.imgnos{
    width: 400px; 
    height: 480px;
    border-radius: 2%;
     border-radius: 3%;
    filter: grayscale(100%);
    transition: filter 0.5s ease;
     border-radius: 1%;
    transition: transform 0.4s ease;
    
}

.imgnos:hover{
 filter: grayscale(0%);
  transform: scale(0.9);
transform: scale(1.1) rotate(3deg);
}

.imgnos01{
    width: 100%;
    padding: 15px;
    border-radius: 5%; 
   filter: grayscale(100%) blur(2px);
   transition: filter 0.5s ease;
    transition: transform 0.4s ease;
}

.imgnos01:hover{
 filter: grayscale(0) blur(0);
 opacity: 100%;
 transform: scale(0.9);
transform: scale(1.2) rotate(3deg);
}

.columnas01{
    margin-top: 100px;
}

.columzero{
  text-align: center;
  margin-top: 50px;
}

.columuno{
  text-align: center;
}

.coldos{
color: #778e9c;
margin-top: 45px;
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 
'Lucida Sans', Arial, sans-serif;
}

.iconzero{
  color: #50abe4;
  font-size: 15px;
  margin: 0 6px;
  transition: transform 0.6s ease;
}

.iconzero:hover{
 transform: scale(1.9)
 }

.colimg01{
    border-radius: 3%;
    width: 80%;
    object-fit: cover;
    opacity: 65%;
    transition: clip-path 0.5s ease, transform 0.5s ease;
     clip-path: polygon(
        0% 0%,
        100% 0%,
         100% 100%,
         0% 100%
        );
}

.colimg01:hover{
   opacity: 100%;
   transform: scale(1.1);
   clip-path: polygon(
     20% 20%,
     95% 0%,
      100% 100%,
      0% 100%
  );
}

.col01{
    color: #124d71;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 
    'Lucida Sans', Arial, sans-serif;
    font-size: 30px;
    letter-spacing: 5px;
    font-weight: 600;
}

.col02{
  text-align: justify;
  color: #0e0e0e;
  font-size: 14px;
   font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 
  'Lucida Sans', Arial, sans-serif;
}

.col03{
 color: #183D3D;
 text-align: justify;
 font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
 font-size: 20px;
}

.containervis{
 margin-top: 100px;
}

.viszero{
  text-align: justify;
  color: #50abe4;
  font-size: 18px;
  letter-spacing: 3px;
   font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 
  'Lucida Sans', Arial, sans-serif;
}

.vis01{
  font-weight: 600;
    color: #124d71;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 
    'Lucida Sans', Arial, sans-serif;
    font-size: 30px;
    letter-spacing: 5px;
}

.viszero100{
  text-align: justify;
  color: #50abe4;
  font-size: 18px;
  letter-spacing: 3px;
   font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 
  'Lucida Sans', Arial, sans-serif;
}



.vis100{
    color: #124d71;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 
    'Lucida Sans', Arial, sans-serif;
    font-size: 30px;
    letter-spacing: 5px;
    font-weight: 600;
}

.vis02{
    color: #778e9c;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande',
     'Lucida Sans', Arial, sans-serif;
    font-size: 17px;
    text-align: center;
    margin-top: 25px;
    font-weight: 700;
}

.vis03{
    color: #0e0e0e;
     font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande',
     'Lucida Sans', Arial, sans-serif;
    font-size: 14px;
    text-align: justify;
}




/**MENU*/
/* From Uiverse.io by suleymanlaarabidev */ 
.card {
  width: 460px;
  height: 280px;
  background: #778e9c0e;
  transition: all 0.4s;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 5px  rgba(0, 0, 0, 0.253);
  font-size: 30px;
  font-weight: 900;
   margin:0 100px;
}

.card:hover {
  border-radius: 15px;
  cursor: pointer;
  transform: scale(1.2);
  box-shadow: 0px 0px 10px 5px  rgba(0, 0, 0, 0.226);
  background: #778e9c;
}

.first-content {
  height: 100%;
  width: 100%;
  transition: all 0.4s;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  border-radius: 15px;
}

.card:hover .first-content {
  height: 0px;
  opacity: 0;
}

.second-content {
  height: 0%;
  width: 100%;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  transition: all 0.4s;
  font-size: 0px;
  transform: rotate(90deg) scale(-1);
}

.card:hover .second-content {
  opacity: 1;
  height: 100%;
  font-size: 1.8rem;
  transform: rotate(0deg);
}

.carcontazero{
 margin-top: 100px;
}

.carconuno{
text-align: center;
margin-top: 60px;
}

.zero01{
  color: #124d71;
  font-size: 18px;
}

.zero02{
  color: #fff;
  font-size: 17px;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande',
   'Lucida Sans', Arial, sans-serif;
   margin: 0 60px;
}

.carimg{
border-radius: 5%;
filter: grayscale(100%) blur(2px);
transition: filter 0.5s ease;
transition: transform 0.4s ease;
}

.carimg:hover{
 filter: grayscale(0) blur(0);
 opacity: 100%;
 transform: scale(0.9);
transform: scale(1.2) rotate(3deg);
}


.iczero{
 color: #124d71;
 font-size: 120px;
 margin: 0;
 padding: 20px;
}

/**MENU*/

/**MENU*/
/* From Uiverse.io by gharsh11032000 */ 
.car01{
    color: #124d71;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 
    'Lucida Sans', Arial, sans-serif;
    font-size: 30px;
    letter-spacing: 5px;
    font-weight: 600;
}

.car02{
  text-align: justify;
  color: #0e0e0e;
  font-size: 14px;
   font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 
  'Lucida Sans', Arial, sans-serif;
  }

.carduno{
  margin-top: 60px;
  padding: 0 100px;
}

/* From Uiverse.io by yashlikescode */ 
.cardzero {
  position: relative;
  width: 1000px;
  height: 200px;
  margin-top: 60px;
  background: linear-gradient(-45deg, #f89b29 0%, #ff0f7b 100%);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.cardzero svg {
  width: 48px;
  fill: #333;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.cardzero:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.card__contentzero {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  padding: 20px;
  box-sizing: border-box;
  background-color: #fff;
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.cardzero:hover .card__contentzero {
  transform: translate(-50%, -50%) rotate(0deg);
  opacity: 1;
}

.card__titlezero {
  margin: 0;
  font-size: 24px;
  color: #124d71;
  font-weight: 700;
  text-align: center;
}

.card__descriptionzero {
  margin: 10px 0 0;
  font-size: 16px;
  color: #778e9c;
  line-height: 1.4;
  text-align: center;
}

.cardzero:hover svg {
  scale: 0;
}
/**MENU*/

.contfooter{
  text-align: center;
  margin-top: 50px;
}


.titulo-seccion01{
    color: #124d71;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 
    'Lucida Sans', Arial, sans-serif;
    font-size: 30px;
    text-align: justify;
    letter-spacing: 5px;
    font-weight: 600;
}

.imgcuatro{
  margin-top: 80px;
  border-radius: 5%;
  width: 90%;
  transition: transform 0.5s ease;
}

.imgcuatro:hover{
     transform: scale(1.1) rotate(5deg);
}


.imgtres{
width: 120px;
height: 120px;
border-radius: 50%;
}


.servicio01{
   color: #778e9c;
    font-size: 15px;
    font-weight: 800;    
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande',
     'Lucida Sans', Arial, sans-serif
}

.serv01{
    color: #0e0e0e; 
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande',
     'Lucida Sans', Arial, sans-serif;
    font-size: 13px;
    font-weight: 900;
    text-align: justify;
}

.serv02{
    color: #0e0e0e; 
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande',
     'Lucida Sans', Arial, sans-serif;
    font-size: 12px;
    text-align: justify;
}

 .correo01{
    color: #50abe4;
    font-weight: 600;
 }

 .titul{
    color: #fff;
    font-weight: 700;
    font-size: 20px;
 }

.colores{
    color: #124d71;
    background-color: #ffffff;
    padding: 3px 15px;
    letter-spacing: 5%;
    font-size: 50px;
    font-weight: 700;
    text-align: center;
     padding:  18px;
  }


  .coloresuno{
    color: #fff;
    font-size: 25px;
  }

     .copydos{
         color: #0e0e0e;
         text-align: center;
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;   
         font-size: 15px;
         margin-top: 30px;
    }

  .colores03{
    color: #fffbfa;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;    
    padding: 0 10px;
    margin: 0 100px;
    font-size: 30px;
}

.tit01{
    color: #fffbfa;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 
    'Lucida Sans', Arial, sans-serif;
    font-size: 22px;
}


/**HERO*/

.hero{
    height:500px;
    background-image: url("../img/PRINCIPAL01.png");
    background-position: center;
    background-size: cover;
    filter: brightness(80%);
    background-attachment: fixed;
}

.contenedor-textos{
    padding: 0;
    height:100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #e00f0f;
    text-align: center;
}

.container01{
text-align: center;
margin-top: 60px;
}

.imagecolum01{
    width: 90%;
    border-radius: 3%;
    box-shadow: 0 0 8px rgba(51, 44, 44, 0.9);
}

.efecto {
    transition-property: transform;
    transition-duration: 300ms;
    opacity: 55%;  
    margin-top: 15px;
  }
  
  .efecto:hover{
    transform: scale(1.2);
    opacity: 100%;
  }

.hero h1{
    font-size: 30px;
    font-weight: 700;
    padding: 0 100px;
    margin: 0 30px;
}

.hero {
    font-weight: 300;
    font-size: 25px;
    margin: 15px 0; ; 
}


/**MAIN**/
.copy02{
  text-align: justify;
  color: #50abe4;
  font-size: 18px;
  letter-spacing: 3px;
   font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 
  'Lucida Sans', Arial, sans-serif
}

.copy07{
    color: #124d71;
    text-align: center;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 
    'Lucida Sans', Arial, sans-serif;
    font-size: 19px;
    font-weight: 700;
}


    .copy06{
        color:#55abe1;
        text-align: center;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande',
         'Lucida Sans', Arial, sans-serif;    
        font-size: 35px;
        font-weight: 800;
    }

    .copy022{
         color: #124d71;
         text-align: center;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande',
         'Lucida Sans', Arial, sans-serif;   
         font-size: 30px;
         margin-top: 100px;
         font-weight: 700;
    }

        .dir01{
         color: #124d71;
         text-align: center;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande',
         'Lucida Sans', Arial, sans-serif;   
         font-size: 30px;
         font-weight: 700;
    }

    .cot01{
      font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande',
      'Lucida Sans', Arial, sans-serif; 
      color: #124d71;
      font-size: 25px;
      font-weight: 600;
      margin-top: 15px;
    }

footer{  
   background-color: #fffbfa;
    background-position: center;
    background-size: cover;
    background-position: center;
    color: #365A6C;
    display: flex;
    align-items: center;
    justify-content:center;
   
}

footer .titulo-seccion, 
footer .copy{
    color: #EAECCC;
   

}

.redes-sociales{
    padding-top: var(--marginElementos);
    width: 80%;
    display: flex;
    margin: auto;
    color: #dd9ad4;
    justify-content: space-evenly;
   
}

.redes-sociales i{
    font-size: 50px;
    color: #50abe4;
    transition: 3s;
}

.redes-sociales i:hover{
    transform: rotate(360deg);
    color: #124d71;
 }


 .mapa{
    border-radius: 3%; 
 }

/**MEDIAS QUIERY PARA PAGINA RESPONSIVE**/

@media screen and (max-width:480px){
    .menu-navegacion{
        flex-direction: column;
        height: 180px;
       justify-content: space-evenly;
}

.colores{
   color: #124d71;
    background-color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    padding:  10px;
    text-align: center;
    
  }

    .colores03{
    color: #fffbfa;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;    font-size: 25px;
    padding: 0 10px;
    margin: 0 100px;
    font-size: 20px;
}


.tit01{
  color: #fffbfa;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 
    'Lucida Sans', Arial, sans-serif;
    font-size: 14px;
    padding:0 30px;
}

.containernos01{
 padding: 0 40px;
 margin-top: 70px;
}

 .nosdos{
    font-size: 25px;
    color: #124d71;
    font-weight: 600;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande',
     'Lucida Sans', Arial, sans-serif;
 }

 .nostres{
    color: #0e0e0e;
    font-size: 13px;
    text-align: justify;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande',
     'Lucida Sans', Arial, sans-serif;
 }

 .containernos02{
    display: contents;
    text-align: center;
    justify-content: center;
}

.mis01{
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande',
'Lucida Sans', Arial, sans-serif;
color: #124d71;
font-weight: 600;
text-align: center;
letter-spacing: 5px;
font-size: 16px;
}

.mis02{
text-align: justify;
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande',
'Lucida Sans', Arial, sans-serif;
color: #0e0e0e;
font-size: 14px;
}

.containervis{
 margin-top: 60px;
 padding: 0 30px;
}

.containervis01{
    display: contents;
}

.vis02{
    color: #778e9c;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande',
     'Lucida Sans', Arial, sans-serif;
    font-size: 15px;
    padding: 0 30px;
    margin-top: 25px;
    font-weight: 700;
    text-align: center;
}

.vis03{
    color: #0e0e0e;
     font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande',
     'Lucida Sans', Arial, sans-serif;
    font-size: 14px;
     padding: 0 30px;
    text-align: justify;
}

.viszero{
  text-align: center;
  color: #50abe4;
  font-size: 14px;
  letter-spacing: 3px;
  font-weight: 600;
   font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 
  'Lucida Sans', Arial, sans-serif;
}

.vis01{
    color: #124d71;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 
    'Lucida Sans', Arial, sans-serif;
    font-size: 24px;
    letter-spacing: 5px;
    text-align: center;
    font-weight: 600;
}

.carcontazero{
 margin-top: 70px;
}

.viszero100{
  text-align: center;
  color: #50abe4;
  font-size: 14px;
  letter-spacing: 3px;
   font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 
  'Lucida Sans', Arial, sans-serif;
   padding: 0 30px;
   font-weight: 600;
}

.vis100{
    color: #124d71;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 
    'Lucida Sans', Arial, sans-serif;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 5px;
    padding: 0 30px;
}

.carconuno{
text-align: center;
margin-top: 10px;
}

 .imgnos{
    width: 80%;
    height: 70%;
    margin: 0 14px;
    border-radius: 2%;
     border-radius: 3%;
    filter: grayscale(100%);
    transition: filter 0.5s ease;
     border-radius: 1%;
    transition: transform 0.4s ease;
  }

.imgnos01{
    width: 90%;
    padding: 15px;
    border-radius: 5%; 
   filter: grayscale(100%) blur(2px);
   transition: filter 0.5s ease;
    transition: transform 0.4s ease;
}

.colimg01{
    width: 78%;
    margin: 0 30px;
    margin-top: 30px;
}

.columnas01{
    padding: auto 20px;
    margin:0 10px;
    margin-top: 60px;
    text-align: center;
    justify-content: center;
}

.columnas0100{
    padding: 0 60px;
    margin-top: 20px;
}

.col03{
 color: #183D3D;
 text-align: right;
 letter-spacing: 25%;
 font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
 font-size: 18px;
}

/* From Uiverse.io by ZstarPanda0210 */ 
.card {
  width: 280px;
  height: 180px;
  background: #778e9c0e;
  transition: all 0.4s;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 5px  rgba(0, 0, 0, 0.253);
  font-size: 30px;
  font-weight: 900;
   margin:0 30px;
}

.card:hover {
  border-radius: 15px;
  cursor: pointer;
  transform: scale(1.1);
  box-shadow: 0px 0px 10px 5px  rgba(0, 0, 0, 0.226);
  background: #778e9c;
}

.first-content {
  height: 100%;
  width: 100%;
  transition: all 0.4s;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  border-radius: 15px;
}

.card:hover .first-content {
  height: 0px;
  opacity: 0;
}

.second-content {
  height: 0%;
  width: 100%;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  transition: all 0.4s;
  font-size: 0px;
  transform: rotate(90deg) scale(-1);
}

.card:hover .second-content {
  opacity: 1;
  height: 100%;
  font-size: 1.8rem;
  transform: rotate(0deg);
}

.zero01{
  color: #124d71;
  font-size: 14px;
}

.zero02{
  color: #fff;
  font-size: 14px;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande',
   'Lucida Sans', Arial, sans-serif;
   margin: 0 20px;
   text-align: center;
}

.carimg{
border-radius: 5%;
width: 79%;
margin-top: 25px;
filter: grayscale(100%) blur(2px);
transition: filter 0.5s ease;
transition: transform 0.4s ease;
}

.carimg:hover{
 filter: grayscale(0) blur(0);
 opacity: 100%;
 transform: scale(0.9);
transform: scale(1.2) rotate(3deg);
}

.iczero{
 color: #124d71;
 font-size: 50px;
 margin:0 10px;
 padding: 6px;
}

/**MENU*/

.col01{
    color: #124d71;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 
    'Lucida Sans', Arial, sans-serif;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 5px;
    padding: 0 30px;
}

.col02{
  text-align: justify;
  color: #0e0e0e;
  font-size: 14px;
   font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 
  'Lucida Sans', Arial, sans-serif;
    padding: 0 28px;
}

.container01{
text-align: center;
margin-top: 30px;
}

.columzero{
  text-align: center;
  margin-top: 60px;
  display: contents;
}

.coldos{
color: #778e9c;
font-size: 13px;
padding: 0 30px;
margin-top: 25px;
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 
'Lucida Sans', Arial, sans-serif;
}

.iconzero{
  color: #50abe4;
  font-size: 15px;
  margin: 0 6px;
  display: contents;
  transition: transform 0.6s ease;
}

.columuno{
  text-align: center;
  display: contents;
}

.conta01{
   margin:0 100px;
   padding: 0 10px;
   display: contents;
   overflow: hidden;
   position: relative;       
}

/**MENU*/
/* From Uiverse.io by gharsh11032000 */


.carduno{
  margin-top: 70px;
  padding: 0 30px;
  text-align: center;
}

.car01{
    color: #124d71;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 
    'Lucida Sans', Arial, sans-serif;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 5px;
}

.car02{
  text-align: justify;
  color: #0e0e0e;
  font-size: 14px;
  padding: 0 10px;
   font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 
  'Lucida Sans', Arial, sans-serif;
  }

  .cardzero {
  position: relative;
  width: 310px;
  height: 200px;
  margin-top: 60px;
  background: linear-gradient(-45deg, #f89b29 0%, #ff0f7b 100%);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.cardzero svg {
  width: 48px;
  fill: #333;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.cardzero:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.card__contentzero {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  padding: 20px;
  box-sizing: border-box;
  background-color: #fff;
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.cardzero:hover .card__contentzero {
  transform: translate(-50%, -50%) rotate(0deg);
  opacity: 1;
}

.card__titlezero {
  margin: 0;
  font-size: 15px;
  color: #124d71;
  font-weight: 700;
  text-align: center;
}

.card__descriptionzero {
  margin: 10px 0 0;
  font-size: 12px;
  color: #778e9c;
  line-height: 1.4;
  text-align: justify;
}

.cardzero:hover svg {
  scale: 0;
}

  /*finaliza*/

.imgcuatro{
  margin-top: 60px;
  border-radius: 5%;
  width: 80%;
  margin: 30px;
  transition: transform 0.5s ease;
}


.servicio01{
   color: #778e9c;
    font-size: 14px;
    font-weight: 800;   
    padding: 0 60px; 
    margin-top: 30px;
    text-align: center;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande',
     'Lucida Sans', Arial, sans-serif
}

.serv02{
    color: #0e0e0e; 
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande',
     'Lucida Sans', Arial, sans-serif;
    font-size: 12px;
    text-align: justify;
    padding: 0 40px;
}

.imagecolum01{
    width: 70%;
    margin:0 60px;
    border-radius: 3%;
    margin-top: 25px;
}

.redes-sociales i{
    font-size: 30px;
    color: #50abe4;
    transition: 3s;
}

.redes-sociales i:hover{
    transform: rotate(360deg);
    color: #124d71;
 }

 .redes-sociales{
    padding-top: 10px;
    width: 80%;
    display: flex;
    margin: auto;
    color: #dd9ad4;
    justify-content: space-evenly;
   
}

.imgdos{
 font-size: 45px;
 padding: 25px 15px;
 color: #fff;
 transition: background-color 0.3s ease-in-out, 
 transform 0.5s ease; /* Transición para color y escala */
}

.img01{
    width: 150px;
    overflow: hidden;
    margin: 0 5px;
}

.copy02{
  text-align: center;
  color: #50abe4;
  font-size: 14px;
  letter-spacing: 3px;
  padding: 0 30px;
  font-weight: 600;
   font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 
  'Lucida Sans', Arial, sans-serif
}


.copy03{
    color: #333446; 
    text-align: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 31px;
    font-weight: 900;
}

.serv01{
    color: #6e828b; 
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: 900;
    text-align: right;
}

.copy07{
    color: #124d71;
    text-align: center;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 
    'Lucida Sans', Arial, sans-serif;
    font-size: 15px;
    font-weight: 700;
    padding: 0 25px;
}

    .copydos{
         color: #0e0e0e;
         text-align: center;
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;   
         font-size: 12px;
         margin-top: 10px;
         padding: 0 45px;
    }

.hero h1{
    font-size: 38px;
}

.redes-sociales{
    flex-direction: column;
    align-items: center;
}
.redes-sociales i{
    margin-bottom: 20px;
}

.titulo-seccion{
    font-size: 25px;
}

.titulo-seccion01{
    color: #124d71;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 
    'Lucida Sans', Arial, sans-serif;
    font-size: 24px;
    text-align: center;
    letter-spacing: 5px;
    font-weight: 600;
    padding: 0 30px;
}

    .copy06{
        color:#55abe1;
        text-align: center;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande',
         'Lucida Sans', Arial, sans-serif;    
        font-size: 30px;
        font-weight: 800;
    }

    .copy022{
         color: #124d71;
         text-align: center;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande',
         'Lucida Sans', Arial, sans-serif;   
         font-size: 25px;
         margin-top: 100px;
         font-weight: 700;
    }

      .dir01{
         color: #124d71;
         text-align: center;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande',
         'Lucida Sans', Arial, sans-serif;   
         font-size: 25px;
         font-weight: 700;
    }

    .cot01{
      font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande',
      'Lucida Sans', Arial, sans-serif; 
      color: #124d71;
      font-size: 20px;
      font-weight: 600;
      margin-top: 15px;
      padding:0 15px;
    }
}














