*{
    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: #fffbfa;  
 }

 .encabezado01{
  color: #183D3D;
  font-size: 13px;
  font-weight: 900;
 }

 .nosdos{
    font-size: 35px;
    color: #183D3D;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
 }

 .nostres{
    color: #183D3D;
    font-size: 16px;
    text-align: justify;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;

 }

.containernos01{
    margin-top: 100px;
}

.containernos02{
    margin-top: 30px;
}

.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;
}

.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: #183D3D;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 30px;
}

.col02{
 color: #5C8374;
 font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
 font-size: 16px;
 margin:0 5px;
 margin-top: 25px;
}

.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;
}

.vis01{
    color: #183D3D;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 30px;
}

.vis02{
    color: #5C8374;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 25px;
}

.vis03{
    color: #183D3D;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 16px;
    text-align: justify;
}




/**MENU*/
/* From Uiverse.io by ZstarPanda0210 */ 
.card {
  overflow: hidden;
  position: relative;
  text-align: left;
  border-radius: 0.5rem;
  margin: 0 190px;
  margin-top: 100px;
  max-width: 990px;
  background-color: #fff;
}

.dismiss {
  position: absolute;
  right: 10px;
  top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1rem;
  background-color: #fff;
  color: rgb(0, 0, 0);
  font-size: 1rem;
  font-weight: 300;
  width: 30px;
  height: 30px;
  border-radius: 7px;
  transition: .3s ease;
}

.dismiss:hover {
  background-color: #ee0d0d;
  border: 2px solid #ee0d0d;
  color: #fff;
}

.header {
  padding: 1.25rem 1rem 1rem 1rem;
}

.image {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  background-color: #e2feee;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  border-radius: 9999px;
  animation: animate .6s linear alternate-reverse infinite;
  transition: .6s ease;
}

.image svg {
  color: #0dc025;
  width: 2rem;
  height: 2rem;
}

.content {
  margin-top: 0.75rem;
  text-align: center;
}

.title {
  color: #000;
  font-size: 16px;
 letter-spacing: 25%;
 font-weight: 700;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  line-height: 1.5rem;
}

.message {
  margin-top: 0.5rem;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  color: #5C8374;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25rem;
}

.actions {
  margin: 0.75rem 1rem;
}

.history {
  display: inline-flex;
  padding: 0.5rem 1rem;
  background-color: #010101;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  justify-content: center;
  width: 100%;
  border-radius: 0.375rem;
  border: none;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.track {
  display: inline-flex;
  margin-top: 0.75rem;
  padding: 0.5rem 1rem;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  color: #183D3D;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  justify-content: center;
  width: 100%;
  border-radius: 0.375rem;
  border: 1px solid #d1d5db00;
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

@keyframes animate {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(1.09);
  }
}
/**MENU*/

/**MENU*/
/* From Uiverse.io by gharsh11032000 */ 
.car01{
    color: #183D3D;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 30px;
}

.car02{
    color: #5C8374;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 17px;
     font-weight: 900;
}

.carduno{
  margin-top: 35px;
  padding: 0 100px;
}


.card02 {
  position: relative;
  width: 1000px;
  height: 200px;
  background-color: #f2f2f2;
  border-radius: 10px;
  display: flex;
  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);
}

.card02 svg {
  width: 48px;
  fill: #333;
  transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.card02:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 16px rgba(255, 255, 255, 0.2);
}

.card01__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  box-sizing: border-box;
  background-color: #eb0a0a04;
  transform: rotateX(-90deg);
  transform-origin: bottom;
  transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.card02:hover .card01__content {
  transform: rotateX(0deg);
}

.card01__title {
  margin: 0;
  font-size: 22px;
  color: #183D3D;
  text-align: justify;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  font-weight: 700;
}

.card01:hover svg {
  scale: 0;
}

.card01__description {
  margin: 10px 0 0;
  font-size: 14px;
  text-align: justify;
  color: #183D3D;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  line-height: 1.4;
}

/**MENU*/

.titulo-seccion01{
    text-align: left;
    font-size: 30px;
    color:#183D3D;
    text-transform: uppercase;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    padding: 5px;
}




.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: #183D3D;
    font-size: 15px;
    font-weight: 800;    
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.serv01{
    color: #6e828b; 
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 900;
    text-align: right;
}

.serv02{
    color: #183B4E;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 13px;
    text-align: justify;
}

 .correo01{
    color: #183D3D;
    font-weight: 600;
 }

 .titul{
    color: #fff;
    font-weight: 700;
    font-size: 20px;
 }

.colores{
    color: #010101;
    background-color: #ffffff9d;
    padding: 3px 15px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    letter-spacing: 5%;
    font-size: 60px;
    text-align: center;
  }


  .coloresuno{
    color: #fff;
    font-size: 25px;
  }

     .copydos{
         color: #183D3D;
         text-align: center;
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;         font-size: 22px;
         font-size: 15px;
         margin-top: 30px;
    }

  .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: 30px;
}

.tit01{
    color: #fff;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; 
    font-size: 22px;
}


/**HERO*/

.hero{
    height:500px;
    background-image: url("../img/PRINCIPAL02-4.jpg");
    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: 75%;  
    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{
    color: #001F3D;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    margin-top: 25px;
}

.copy07{
    color: #183D3D;
    text-align: center;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 19px;
}


    .copy06{
        color:#010101;
        text-align: center;
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;        font-size:50px;
        font-size: 35px;
    }

    .copy022{
         color: #183D3D;
         text-align: center;
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;         font-size: 22px;
         font-size: 30px;
         margin-top: 100px;
    }


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: #5C8374;
    transition: 3s;
}

.redes-sociales i:hover{
    transform: rotate(360deg);
    color: #93B1A6;
 }


 .mapa{
    border-radius: 3%; 
 }

/**MEDIAS QUIERY PARA PAGINA RESPONSIVE**/

@media screen and (max-width:800px){
    .menu-navegacion{
        flex-direction: column;
        height: 180px;
       justify-content: space-evenly;
}

.colores{
    color: #010101;
    background-color: #ffffff9d;
    padding: 3px 15px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    letter-spacing: 5%;
    font-size: 32px;
    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: #fff;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; 
    font-size: 15px;
    margin-top: 15px;
}

.containernos01{
 padding: 0 30px;
}

 .nosdos{
    font-size: 35px;
    color: #183D3D;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
 }

 .nostres{
    color: #183D3D;
    font-size: 16px;
    text-align: justify;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;

 }

 .containernos02{
    padding: auto 100px;
    overflow: hidden;
    display: contents;
    gap: 5px;
    text-align: center;
    justify-content: center;

}

.containervis{
 margin-top: 60px;
 padding: 0 30px;
}

.containervis01{
    padding: 0 29px;
}


 .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: 120%;
}

.columnas01{
    padding: auto 20px;
    margin:0 10px;
    margin-top: 60px;
    text-align: center;
    justify-content: center;
}

.columnas0100{
    padding: 0 60px;
    margin-top: 20px;
}


.col02{
 color: #5C8374;
 font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
 font-size: 15px;
 margin:0;
 padding:0 -15px;
 margin-top: 25px;
 text-align: justify;
}

.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 {
  overflow: hidden;
  position: relative;
  text-align: left;
  border-radius: 0.5rem;
  margin: 0 30px;
  margin-top: 100px;
  max-width: 350px;
  background-color: #fff;
}

/**MENU*/


.container01{
text-align: center;

}

.conta01{
   margin:0 100px;
   padding: 0 10px;
   display: contents;
   overflow: hidden;
   position: relative;
       
}

/**MENU*/
/* From Uiverse.io by gharsh11032000 */


.carduno{
  margin-top: 35px;
  padding: 0 35px;
}


/**MENU*/
/* From Uiverse.io by gharsh11032000 */ 
.car01{
    color: #183D3D;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 30px;
}

.car02{
    color: #5C8374;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 15px;
    text-align: justify;
     font-weight: 900;
}

.carduno{
  margin-top: 80px;
  padding: 0 38px;
}


.card02 {
  position: relative;
  width: 280px;
  height: 250px;
  background-color: #f2f2f211;
  border-radius: 10px;
  display: flex;
  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);
}

.card02 svg {
  width: 48px;
  fill: #333;
  transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.card02:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 16px rgba(255, 255, 255, 0.2);
}

.card01__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 110%;
  height: 100%;
  padding: 40px;
  box-sizing: border-box;
  background-color: #eb0a0a04;
  transform: rotateX(-90deg);
  transform-origin: bottom;
  transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.card02:hover .card01__content {
  transform: rotateX(0deg);
}

.card01__title {
  margin: 0;
  font-size: 12px;
  color: #183D3D;
  text-align: justify;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  font-weight: 700;
}

.card01:hover svg {
  scale: 0;
}

.card01__description {
  margin: 20px 0 0;
  font-size: 11px;
  text-align: justify;
  color: #183D3D;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  line-height: 1.6;
}
 /*finaliza*/

.imgcuatro{
  margin-top: 60px;
  border-radius: 5%;
  width: 80%;
  margin: 30px;
  transition: transform 0.5s ease;
}


.servicio01{
    color: #183D3D;
    font-size: 13px;
    font-weight: 800;
    padding: 0 100px;
    margin-top: 35px;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.serv02{
    color: #183B4E;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    padding: 0 40px;
    text-align: justify;
}

.imagecolum01{
    width: 70%;
    margin:0 60px;
    border-radius: 3%;
    margin-top: 25px;
}


.redes-sociales i{
    font-size: 30px;
    color: #5C8374;
    transition: 3s;
    font-weight: 900;
}



.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{
    color: #183D3D;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    margin-top: 25px;
}

.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: #183D3D;
    text-align: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 17px;
}

     .copydos{
         color: #183D3D;
         text-align: center;
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;         font-size: 22px;
         font-size: 13px;
         margin-top: 20px;
    }

.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{
    text-align: center;
    font-size: 28px;
    color:#183D3D;
    text-transform: uppercase;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    padding: 5px;
}

     
.copy06{
font-size: 30px;
color-scheme: #365a6c;
}

   .copy022{
         color: #183D3D;
         text-align: center;
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;         font-size: 22px;
         font-size: 28px;
         margin-top: 60px;
    }
}














