*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root{
    --colorTextos:#7e7e7e;
    --colorBotones:#758A93;
    --colorFondo:#5d8a9f;
    --paddingSecciones:60px 0;
    --marginElementos:40px;
}

body{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.contenedor{
    width: 100%;
    padding: 10px;
    overflow: hidden; 
}

/**MENU*/
.menu-navegacion{
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 120px;   
}

.uno01{
    margin-top: 50px;
}

.logo{    
    display: block;
    font-size: 3rem;
    margin: 25px;
   
}

.logo02{    
    width: 15%;
    height: 15%;
    border-radius: 50%; 
 }

 .encabezado{
    background: #fff;  
 }

 .encabezado01{
  color: #545454;
  font-size: 15px;
  font-weight: 900;
  font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.columnas01{
    text-align: center;
    margin-top: 100px;
}

.titulo-seccion01{
    text-align: center;
    font-size: 25px;
    color:#365A6C;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    padding: 5px;
    font-weight: 700;
}


.titulo-seccion03{
    padding: 0 100px;
    font-size: 25px;
    color:#545454;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Segoe UI', Tahoma, 
    Geneva, Verdana, sans-serif;
    margin-top: 50px;
}

.sobre01{
   text-align: justify;
}


/* From Uiverse.io by alexruix */ 


.cardzero{
  font-weight: 700;
  text-align: center;
  font-size: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}


/* From Uiverse.io by satyamchaudharydev */ 

/*SERVICIOS*/

.contai01{
    margin-top: 35px;
}
/* From Uiverse.io by edu-amr */ 
.container {
  margin: 0 auto;
}

.card {
  position: relative;
  width: 500px;
  height: 300px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 15px;
  box-shadow: 0 15px 60px rgba(0, 0, 0, 0.5);
}

.face {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.face.back {
  box-sizing: border-box;
  padding: 20px;
}

.face.back b {
  margin: 0;
  padding: 0;
}

.face.back .desc {
  font-size: 20px;
  background-color: #010101;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.face.front {
  transition: 0.5s;
}

.face.front b {
  margin: 0;
  padding: 0;
  font-size: 25px;
  color: #fff;
  transition: 0.5s;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  z-index: 10;
}

.card:hover .face.front {
  height: 60px;
}

.card:hover .face.front b {
  font-size: 15px;
}

.face.front {
  background-image: url(/img/IMG001.png);
  border-radius: 15px;
}
/* From Uiverse.io by edu-amr */ 

.containercero {
  margin: 0 auto;
}

.cardcero {
  position: relative;
  width: 500px;
  height: 300px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 15px;
  box-shadow: 0 15px 60px rgba(0, 0, 0, 0.5);
}

.facecero {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.facecero.backcero {
  box-sizing: border-box;
  padding: 20px;
}

.facecero.backcero b {
  margin: 0;
  padding: 0;
}

.facecero.backcero .desccero {
  font-size: 20px;
  background-color: #010101;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.facecero.frontcero {
  transition: 0.5s;
}

.facecero.frontcero b {
  margin: 0;
  padding: 0;
  font-size: 25px;
  color: #fff;
  transition: 0.5s;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  z-index: 10;
}

.cardcero:hover .facecero.frontcero {
  height: 60px;
}

.cardcero:hover .facecero.frontcero b {
  font-size: 15px;
}

.facecero.frontcero {
  background-image: url(/img/IMG002.png);
  border-radius: 15px;
}


/* From Uiverse.io by edu-amr */ 
.containerone {
  margin: 0 auto;
}

.cardone {
  position: relative;
  width: 500px;
  height: 300px;
  margin: 0 auto;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 15px 60px rgba(0, 0, 0, 0.212);
}

.faceone {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.faceone.backone {
  box-sizing: border-box;
  padding: 20px;
}

.faceone.backone b {
  margin: 0;
  padding: 0;
}

.faceone.backone .descone {
  font-size: 20px;
  background-color: #010101;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.faceone.frontone {
  transition: 0.5s;
}

.faceone.frontone b {
  margin: 0;
  padding: 0;
  font-size: 25px;
  color: #fff;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  transition: 0.5s;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  z-index: 10;
}

.cardone:hover .faceone.frontone {
  height: 60px;
}

.cardone:hover .faceone.frontone b {
  font-size: 15px;
}

.faceone.frontone {
  background-image: url(/img/IMG003.png);
  border-radius: 15px;
}

/* From Uiverse.io by edu-amr */ 
.containertwo {
  margin: 0 auto;
}

.cardtwo {
  position: relative;
  width: 500px;
  height: 300px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 15px;
  box-shadow: 0 15px 60px rgba(0, 0, 0, 0.5);
}

.facetwo {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.facetwo.backtwo {
  box-sizing: border-box;
  padding: 20px;
}

.facetwo.backtwo b {
  margin: 0;
  padding: 0;
}

.facetwo.backtwo .desctwo {
  font-size: 20px;
  background-color: #010101;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.facetwo.fronttwo {
  transition: 0.5s;
}

.facetwo.fronttwo b {
  margin: 0;
  padding: 0;
  font-size: 25px;
  color: #fff;
  transition: 0.5s;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  z-index: 10;
}

.cardtwo:hover .facetwo.fronttwo {
  height: 60px;
}

.cardtwo:hover .facetwo.fronttwo b {
  font-size: 15px;
}

.facetwo.fronttwo {
  background-image: url(/img/IMG004.png);
  border-radius: 15px;
}

/* From Uiverse.io by edu-amr */ 
.containerthree {
  margin: 0 auto;
}

.cardthree {
  position: relative;
  width: 500px;
  height: 300px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 15px;
  box-shadow: 0 15px 60px rgba(0, 0, 0, 0.5);
}

.facethree {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.facethree.backthree {
  box-sizing: border-box;
  padding: 20px;
}

.facethree.backthree b {
  margin: 0;
  padding: 0;
}

.facethree.backthree .descthree {
  font-size: 20px;
  background-color: #010101;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.facethree.frontthree {
  transition: 0.5s;
}

.facethree.frontthree b {
  margin: 0;
  padding: 0;
  font-size: 25px;
  color: #fff;
  transition: 0.5s;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  z-index: 10;
}

.cardthree:hover .facethree.frontthree {
  height: 60px;
}

.cardthree:hover .facethree.frontthree b {
  font-size: 15px;
}

.facethree.frontthree {
  background-image: url(/img/IMG005.png);
  border-radius: 15px;
}

/* From Uiverse.io by edu-amr */ 
.containerfour {
  margin: 0 auto;
}

.cardfour {
  position: relative;
  width: 500px;
  height: 300px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 15px;
  box-shadow: 0 15px 60px rgba(0, 0, 0, 0.5);
}

.facefour {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.facefour.backfour {
  box-sizing: border-box;
  padding: 20px;
}

.facefour.backfour b {
  margin: 0;
  padding: 0;
}

.facefour.backfour .descfour {
  font-size: 20px;
  background-color: #010101;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.facefour.frontfour {
  transition: 0.5s;
}

.facefour.frontfour b {
  margin: 0;
  padding: 0;
  font-size: 25px;
  color: #fff;
  transition: 0.5s;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  z-index: 10;
}

.cardfour:hover .facefour.frontfour {
  height: 60px;
}

.cardfour:hover .facefour.frontfour b {
  font-size: 15px;
}

.facefour.frontfour {
  background-image: url(/img/IMG006.png);
  border-radius: 15px;
}

/*SERVICIOS*/


/* From Uiverse.io by gharsh11032000 */ 
.card-containerfive {
  width: 600px;
  height: 300px;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.cardfive {
  width: 100%;
  height: 100%;
  border-radius: inherit;
}

.cardfive .front-contentfive {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1)
}

.cardfive .front-contentfive p {
  font-size: 32px;
  font-weight: 700;
  opacity: 1;
  background-color: #545454;
  background-clip: text;
  -webkit-background-clip: text;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  -webkit-text-fill-color: transparent;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1)
}

.cardfive .contentfive {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 10px;
  background-image: url(/img/IMG007.png);
  padding: 20px;
  line-height: 1.5;
  border-radius: 5px;
  pointer-events: none;
  transform: translateY(96%);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
}

.cardfive .contentfive .headingfive {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.cardfive:hover .contentfive {
  transform: translateY(0);
}

.cardfive:hover .front-contentfive {
  transform: translateY(-30%);
}

.cardfive:hover .front-contentfive p {
  opacity: 0;
}

.parr02{
  color: #010101;
  font-size: 15px;
  font-family: 'Segoe UI', Tahoma, 
  Geneva, Verdana, sans-serif;
  text-align: justify;
}
/* From Uiverse.io by gharsh11032000 */ 


.sobre002{
    color: #545454;
    font-weight: 700;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin-top: 120px;
    font-size: 25px;
}

.sov01{
  font-size: 18px;
  color: #010101;
  margin-top: 45px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.sov02{
font-size: 18px;
font-weight: 700;
 color: #945656;
 margin-top: 15px;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.sov03{
  font-size: 14px;
  color: #010101;
  text-align: justify;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.title001{
    font-size: 90px;
    color: #fff9eb;
    padding: 20px;
}

.sobre001{
    color: #545454;
    font-weight: 700;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 25px;
    text-align: left;
    margin-top: 100px;
}

.prin01{
 color: #010101;
font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
 font-size: 15px;
 text-align: justify;
 margin-top: 60px;
}

.vis1{
color: #945656;
font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
 font-size: 16px;
 text-align: justify;
 font-weight: 700;
 margin-top: 60px;
}

.vis2{
 color: #010101;
font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
 font-size: 15px;
 text-align: justify;
}

.imgslider{
  border-radius: 2%;
  width: 100%;
  margin-top: 40px;
}

.imgred{
    margin-top: 60px;
    border-radius: 10px;
    width: 500px;
    opacity: 65%;
    transition: all 0.4s ease;
}

.imgred:hover{
   opacity: 100%;
    transform: scale(1.09);
    box-shadow: 0 15px 30px rgba(0,0,0,0.3);
}

.sobre06{
    color: #545454;
    text-align: left;
    font-weight: 700;
    font-family: 'Segoe UI', 
    Tahoma, Geneva, Verdana, sans-serif;
    font-size: 25px;
}

.sobre09{
    color: #545454;
    font-weight: 700;
    text-align: justify;
    font-family: 'Segoe UI', Tahoma,
     Geneva, Verdana, sans-serif;
    font-size: 25px;
    margin-top: 170px;
}

.parr01{
    text-align: justify;
    font-family: 'Segoe UI', Tahoma,
     Geneva, Verdana, sans-serif;
     color: #010101;
     font-size: 18px;
}

.imgtres{
width: 120px;
height: 120px;
border-radius: 50%;
}

 .correo01{
    color: #945656;
    font-weight: 700;
    font-size: 14px;
    margin:0 3px;
    font-family:'Segoe UI', Tahoma, Geneva, 
    Verdana, sans-serif
 }

.colores{
    color: #545454;
    font-size: 55px;
    font-weight: 700;
    font-family: 'Segoe UI', Tahoma, 
    Geneva, Verdana, sans-serif;
    background-color: #ffffffbd;
 }

 /**HERO*/

.colum01{
text-align: justify;
margin-top: 35px;
 }

.imgprin{
  width: 100%;
  border-radius: 10px;
  margin-top: 35px;
   transition: transform 0.3s ease;
     filter: grayscale(100%);
}

.imgprin:hover{
opacity: 100%;
   transform: scale(1.1) rotate(5deg);
    filter: grayscale(0%);
}


.imgprin01{
  width: 100%;
  border-radius: 10px;
  margin-top: 35px;
   transition: transform 0.3s ease;
     filter: grayscale(100%);
}

.imgprin01:hover{
opacity: 100%;
   transform: scale(1.1) rotate(5deg);
    filter: grayscale(0%);
}

 .colum03{
    margin-top: 20px;
 }

.columnas02{
color: #545454;
font-weight: 700;
margin-top: 10px;
font-size: 35px;
text-align: left;
margin-top: 75px;
font-family:'Segoe UI', Tahoma,
 Geneva, Verdana, sans-serif;
}

.colzero{
    color: #010101;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 18px;
}

.colone{
      color: #945656;
    font-family:'Segoe UI', 
    Tahoma, Geneva, Verdana, sans-serif;
    font-size: 25px;
    font-weight: 800;
    margin-top: 40px;
}

 .colone01{
    color: #945656;
    font-family:'Segoe UI', 
    Tahoma, Geneva, Verdana, sans-serif;
    font-size: 25px;
    font-weight: 800;
    margin-top: 1px;
}

.coltwo{
   color: #010101;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 16px;
    text-align: justify;
}

.colthree{
    color: #010101;
    margin-top: 90px;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 16px;
    text-align: justify;
}

.colzero01{
    color: #010101;
    font-family:'Segoe UI', 
    Tahoma, Geneva, Verdana, sans-serif;
    font-size: 13px;
    text-align: center;
    padding: 0 10px;
}

.coltwo01{
   color: #010101;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 16px;
    text-align: justify;
}

.colthree01{
    color: #010101;
    margin-top: 55px;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 16px;
    text-align: justify;
}
/* From Uiverse.io by Bodyhc */ 
.hero{
    height:450px;
    background-image: url("../img/IMG2.png");
    background-position: center;
    background-size: cover;
    filter: brightness(80%);
    background-attachment: fixed;
}

.contenedor-textos{
    padding: 100px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items:end;
    justify-content: center;
    color: #fff;
}

.container01{
text-align: center;
margin-top: 150px;
}


.hero h1{
    font-size: 65px;
    font-weight: 700;
}

.coluno{
    font-size: 20px;
    color: #945656;
    font-weight: 700;
    font-family: 'Segoe UI', Tahoma,
     Geneva, Verdana, sans-serif
}

.hero { 
    display: flex;  
}

/**MAIN**/

.copytwo{
    color: #010101;
    text-align: justify;
    font-size: 18px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin-top: 25px;
}

.copy002{
    color: #010101;
    padding: 0 100px;
    text-align: justify;
    font-size: 18px;
    margin-top: 25px;
    font-family: 'Segoe UI', Tahoma, 
    Geneva, Verdana, sans-serif;
}

.contenedor100{
    margin-top: 35px;
}

.copy07{
    color: #545454;
    text-align: center;
    font-family: 'Segoe UI', 
    Tahoma, Geneva, Verdana, sans-serif;
    font-size: 18px;
    font-weight: 700;
}

.dirzero{
    color: #945656;
    text-align: center;
    font-family:'Segoe UI', Tahoma, Geneva, 
    Verdana, sans-serif;
    font-size: 30px;
    font-weight:700;
}

.contenedorsero{
    color: #545454;
    text-align: center;
    font-size: 12px;
    margin-top: 25px;
    font-weight: 700;
    font-family: 'Segoe UI', Tahoma, Geneva, 
    Verdana, sans-serif;
}
     .copy06{
        color:#945656;
        text-align: center;
        font-family: 'Segoe UI', Tahoma, Geneva, 
        Verdana, sans-serif;
        font-size:40px;
        font-weight: 700;
    }

.projects{
    background-color: #5454541f;
    padding: 10px;
    margin: 20px;
    margin-top: 135px;
}

.contenedor-imagenes {
   display: flex;
   justify-content: space-evenly;
   flex-wrap: wrap; 
}

.contenedor-imagenes img{
    display: block;
    object-fit: cover;
    width:40%;
    height: 300px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .9);
    margin-bottom: var(--marginElementos);
    opacity: 65%;
    margin-top: 35px;
    border-radius: 5%;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.contenedor-imagenes img:hover{
opacity: 100%;
 transform: scale(1.1);
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
}

footer{  
   background-color: #fff;
    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: 30px;
    color: #945656;
    transition: 5s;
    font-weight: 900;
}

.redes-sociales i:hover{
    transform: rotate(360deg);
    color: #545454;
 }

 .contauno{
  margin-top: 30px;
  
}

/**MEDIAS QUIERY PARA PAGINA RESPONSIVE**/

@media screen and (max-width:480px){
    .menu-navegacion{
        flex-direction: column;
        height: 180px;
       justify-content: space-evenly;
}


.colzero{
    color: #010101;
    font-family:'Segoe UI', 
    Tahoma, Geneva, Verdana, sans-serif;
    font-size: 13px;
    text-align: justify;
    padding: 0 20px;
}


.sobre02{
       margin-top:-30px;
       padding:0 5px;
}

.contauno{
  margin-top: 5px;
  display: contents;
}

.sov02{
font-size: 14px;
 margin-top: 6px;
 padding: 0 60px;
 text-align: center;
}

.sov03{
  font-size: 13px;
  padding: 0 50px;
  text-align: justify;
}


.imgslider{
  border-radius: 2%;
  width: 70%;
  margin: 60px;
}

 .correo01{
    color: #945656;
    font-weight: 700;
    font-size: 14px;
    margin:0 3px;
    font-family:'Segoe UI', Tahoma, Geneva, 
    Verdana, sans-serif
 }

.colum01{
text-align: center;
margin-top: 60px;
padding: 0 30px;
 }

 .columcero{
    margin-top: 10px;
    display: contents;
 }

 .columcero01{
 margin-top: 30px;
 display: contents;
 padding: 0 30px;
 }

 .colone{
      color: #945656;
    font-family:'Segoe UI', Tahoma, Geneva,
     Verdana, sans-serif;
    font-size: 22px;
    font-weight: 800;
    margin-top: 40px;
    text-align: center;
    padding: 0 30px;
}

.coltwo{
   color: #010101;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 13px;
    text-align: justify;
    padding: 0 20px;
}

.colthree{
    color: #010101;
    margin-top: 20px;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 13px;
    text-align: justify;
    padding: 0 20px;
} 

.imgprin{
  width: 80%;
  border-radius: 10px;
  margin-top: 35px;
   transition: transform 0.3s ease;
     filter: grayscale(100%);
}

.imgprin01{
  width: 70%;
  border-radius: 10px;
  margin-top: 45px;
   margin:0 50px;
   transition: transform 0.3s ease;
     filter: grayscale(100%);
}

 .colone01{
      color: #945656;
    font-family:'Segoe UI', Tahoma, Geneva,
     Verdana, sans-serif;
    font-size: 22px;
    font-weight: 800;
    margin-top: 40px;
    text-align: center;
    padding: 0 60px;
}

.coltwo01{
   color: #010101;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 13px;
    text-align: justify;
    padding: 0 40px;
}

.colthree01{
    color: #010101;
    margin-top: 20px;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 13px;
    text-align: justify;
    padding: 0 40px;
} 

.colores{
    color: #545454;
    font-size: 22px;
    font-weight: 700;
    font-family: 'Segoe UI', Tahoma, 
    Geneva, Verdana, sans-serif;
    background-color: #ffffffbd;
 }
 
.contenedor-textos{
    padding: 40px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items:end;
    justify-content: center;
    color: #fff;
}

.coluno{
    font-size: 13px;
    color: #945656;
    font-weight: 700;
    text-align: center;
    font-weight: 700;
    font-family: 'Segoe UI', Tahoma,
     Geneva, Verdana, sans-serif
}

.uno01{
    margin-top: 30px;
    padding: 0 49px;
    display: contents;
    }

.uno02{
    margin-top: 20px;
    padding: 25px;
    display: contents;
}

.columnas02{
color: #545454;
font-weight: 700;
margin-top: 10px;
font-size: 22px;
text-align: center;
margin-top: 75px;
font-family:'Segoe UI', Tahoma,
 Geneva, Verdana, sans-serif;
}

.sobre001{
    color: #545454;
    font-weight: 700;
    font-family:'Segoe UI', Tahoma,
     Geneva, Verdana, sans-serif;
    font-size: 22px;
    text-align: center;
    margin-top: 100px;
    padding:  0 40px;
}

.sobrezero{
  display: contents;
}

.prin01{
 padding: 0 50px;
 font-size: 13px;
 text-align: justify;
 margin-top: 10px;
}

.vis1{
 font-size: 15px;
 text-align: center;
padding: 0 40px;
}

.vis2{
 font-size: 13px;
 padding: 0 50px;
}

.sov01{
  font-size: 13px;
  margin-top: 45px;
  padding: 0 30px;
text-align: justify;
}


.imgred{
    margin-top: 60px;
    border-radius: 10px;
    width: 80%;
    opacity: 65%;
    margin: 50px;
    transition: all 0.4s ease;
}

.sobre01{
    margin-top: 10px;
    display: contents;
}

.container01{
text-align: center;
margin-top: 10px;
}
/* From Uiverse.io by Thomasfadi */ 

/* From Uiverse.io by alexruix */

.sobre09{
    font-size: 22px;
    margin-top: 80px;
    padding: 0 30px;
    text-align: center;
}

.cardzero{
  display: contents;
}

.parr01{
    padding: 0 30px;
     font-size: 13px;
     margin-top: 35px;
}

.cardfive {
  width: 100%;
  height: 100%;
  border-radius: inherit;
}

.cardfive .front-contentfive {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1)
}

.cardfive .front-contentfive p {
  font-size: 20px;
  font-weight: 700;
  opacity: 1;
  background-color: #545454;
  background-clip: text;
  -webkit-background-clip: text;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  -webkit-text-fill-color: transparent;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1)
}

.cardfive .contentfive {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 10px;
  background-image: url(/img/IMG007.png);
  padding: 20px;
  line-height: 1.5;
  border-radius: 5px;
  pointer-events: none;
  transform: translateY(96%);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
}

.cardfive .contentfive .headingfive {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
   padding: 0 10px;
   margin-top: 15px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.cardfive:hover .contentfive {
  transform: translateY(0);
}

.cardfive:hover .front-contentfive {
  transform: translateY(-30%);
}

.cardfive:hover .front-contentfive p {
  opacity: 0;
}

.parr02{
  color: #010101;
  font-size: 12px;
  font-family: 'Segoe UI', Tahoma, 
  Geneva, Verdana, sans-serif;
  text-align: justify;
  padding: 0 10px;
}
/* From Uiverse.io by gharsh11032000 */ 


.contenedor100{
    margin-top: 5px;
}

.flecha02{
    font-size: 13px;
    color: #1E6A9C;
}

.card__body02 {
  color: #185A84;
  line-height: 1.1em;
  font-size: 13px;
}

.card__body03{
  color: #185A84;
  line-height: 1.3em;
  font-size: 13px;
  letter-spacing: 1.6px;
}

.flecha01{
    font-size: 35px;
    color: #f19430;
}

.sobre07{
    color: #185A84;
    text-align: justify;
    font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 13px;
    padding: 0 10px;
    font-weight: 600;
    margin-top: 10px;
}

.sobrenueve{
    text-align: justify;
}


.sobre08{
    text-align: center;
    margin-top: 15px;
}

.sob03{
    width: 100%;
}

 .columnasdos{
color: #365A6C;
font-size: 12px;
text-align: justify;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}


.dirzero{
    color: #945656;
    text-align: center;
    font-family:'Segoe UI', Tahoma, Geneva, 
    Verdana, sans-serif;
    font-size: 20px;
    font-weight:700;
}
.imgcuatro{
  width: 100%;
  display: flex;
  padding:0 30px;
  margin:0 5px;
}


.sobre002{
    margin-top: 60px;
    font-size: 22px;
    text-align: center;
    padding: 0 30px;
}


/* From Uiverse.io by alexruix */ 
.card01 {
  color: #fff;
  width: 290px;
  height: 320px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  position: relative;
  outline: 6px solid #f5f5f500;
  border-radius: 8px;
  line-height: 150%;
  padding: 16px;
  text-align: justify;
  background: #F2A24A;
  background-blend-mode: multiply;
  background: linear-gradient(to top, #F2A24A, #F2A24A);
  transition: background-color 1s ease-in-out;
  overflow: hidden;
  padding: 30px;
  margin: auto;
}

.card-front01 {
  bottom: 16px;
  left: 0;
  position: absolute;
  width: 100%;
  text-align: center;
  transition: transform 1s cubic-bezier(0.785, 0.135, 0.150, 0.860);
}

.card-back01 {
  transform: translateX(120%);
  transition: transform 1s cubic-bezier(0.785, 0.135, 0.150, 0.860);
}

.cardzero{
  font-weight: 700;
  text-align: center;
  font-size: 15px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.carduno01{
     font-size: 12px;
     color: #f2f2f2;
     padding:0 3px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;

}

/*Text*/
.title01 {
  font-size: 1.3rem;
  font-weight: bold;
}
/*Text divider*/
.title01::after {
  content: "";
  display: block;
  width: 50%;
  border-radius: 50%;
  height: 2px;
  margin: 2px auto;
  background-color: #fff;
}


/*Hover*/
.card01:hover {
  background-color: #1b1b1b00;
}

.card01:hover .card-front01 {
  transform: translateX(-100%);
}

.card01:hover .card-back01 {
  transform: translateX(0);
}   

.title001{
    font-size: 60px;
    color: #fff9eb;
    padding: 20px;
}

.columdos{
 color: #185A84;
 font-size: 13px;
 text-align: center;
 font-weight: 900;
 padding: 0 30px;
 font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}


.sobre06{
    text-align: center;
    font-size: 21px;
    padding: 0 30px;
    margin-top: 50px;
}

.card {
  position: relative;
  width: 290px;
  height: 290px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 15px;
  box-shadow: 0 15px 60px rgba(0, 0, 0, 0.5);
}

.face.back .desc {
  font-size: 13px;
  text-align: justify;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.face.front b {
  margin: 0;
  padding: 0;
  font-size: 15px;
  color: #fff;
  transition: 0.5s;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.055);
  z-index: 10;
}

.card:hover .face.front {
  height: 60px;
}

.card:hover .face.front b {
  font-size: 15px;
}

.face.front {
  background-image: url(/img/IMG001.png);
  border-radius: 15px;
}

.cardcero {
  position: relative;
  width: 290px;
  height: 290px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 15px;
  box-shadow: 0 15px 60px rgba(0, 0, 0, 0.5);
}


.facecero.backcero {
  box-sizing: border-box;
  padding: 20px;
}

.facecero.backcero b {
  margin: 0;
  padding: 0;
}

.facecero.backcero .desccero {
  font-size: 13px;
  background-color: #010101;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.facecero.frontcero {
  transition: 0.5s;
}

.facecero.frontcero b {
  margin: 0;
  padding: 0;
  font-size: 15px;
  color: #fff;
  transition: 0.5s;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  z-index: 10;
}

.cardcero:hover .facecero.frontcero {
  height: 60px;
}

.cardcero:hover .facecero.frontcero b {
  font-size: 15px;
}

.facecero.frontcero {
  background-image: url(/img/IMG002.png);
  border-radius: 15px;
}
/* From Uiverse.io by edu-amr */ 


.cardone {
  position: relative;
  width: 290px;
  height: 290px;
  margin: 0 auto;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 15px 60px rgba(0, 0, 0, 0.212);
}

.faceone.backone .descone {
  font-size: 13px;
  background-color: #010101;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.faceone.frontone b {
  margin: 0;
  padding: 0;
  font-size: 15px;
  color: #fff;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  transition: 0.5s;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  z-index: 10;
}

.cardone:hover .faceone.frontone b {
  font-size: 15px;
}

.faceone.frontone {
  background-image: url(/img/IMG003.png);
  border-radius: 15px;
}
/* From Uiverse.io by edu-amr */ 

.cardtwo {
  position: relative;
  width: 290px;
  height: 290px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 15px;
  box-shadow: 0 15px 60px rgba(0, 0, 0, 0.5);
}

.facetwo.backtwo .desctwo {
  font-size: 13px;
  background-color: #010101;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


.facetwo.fronttwo b {
  margin: 0;
  padding: 0;
  font-size: 15px;
  color: #fff;
  transition: 0.5s;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  z-index: 10;
}

.cardtwo:hover .facetwo.fronttwo b {
  font-size: 15px;
}

.facetwo.fronttwo {
  background-image: url(/img/IMG004.png);
  border-radius: 15px;
}
/* From Uiverse.io by edu-amr */

.cardfour {
  position: relative;
  width: 290px;
  height: 290px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 15px;
  box-shadow: 0 15px 60px rgba(0, 0, 0, 0.5);
}

.facefour.backfour .descfour {
  font-size: 13px;
  background-color: #010101;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.facefour.frontfour b {
  margin: 0;
  padding: 0;
  font-size: 15px;
  color: #fff;
  transition: 0.5s;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  z-index: 10;
}



.cardfour:hover .facefour.frontfour b {
  font-size: 15px;
}

.facefour.frontfour {
  background-image: url(/img/IMG006.png);
  border-radius: 15px;
}


.cardthree {
  position: relative;
  width: 290px;
  height: 290px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 15px;
  box-shadow: 0 15px 60px rgba(0, 0, 0, 0.5);
}

.facethree.backthree .descthree {
  font-size: 13px;
  background-color: #010101;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.facethree.frontthree b {
  margin: 0;
  padding: 0;
  font-size: 15px;
  color: #fff;
  transition: 0.5s;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  z-index: 10;
}

.cardthree:hover .facethree.frontthree b {
  font-size: 15px;
}

.facethree.frontthree {
  background-image: url(/img/IMG005.png);
  border-radius: 15px;
}
/* From Uiverse.io by edu-amr */

.copytwo{
    padding: 0 30px;
    font-size: 14px;
    margin-top: 25px;
}


.container02{
    margin-top: 70px;
    display: contents;
    color: #185A84;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.imguno{
width: 230px;
height: 150px;
border-radius: 5%;
transition: transform 0.5s ease;
}

.conta01{
color: #185A84;
margin: 30px;
font-weight: 900;
font-size: 16px;
padding: 0 45px;
margin-top: 35px;
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.conta02{
    color: #185A84;
    text-align: justify;
    font-size: 13px;
    padding: 0 40px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.imguno:hover{
transform: scale(1.1) rotate(5deg);
}

.conta03{
    width: 265px;
    border: 3px solid #7e999e;
    box-shadow: 0px 0px 25px #7e999e,
    0px 0px 25px #7e999e inset;
    border-radius: 25% 10%;
    opacity: 65%;   
    margin: 15px 50px;
    position: relative;
    transition: transform 0.7s ease;
}


.titulo-seccion03{
    padding: 0 30px;
    font-size: 22px;
    color:#545454;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Segoe UI', Tahoma, 
    Geneva, Verdana, sans-serif;
    margin-top: 50px;
}


.copy002{
    color: #010101;
    padding: 0 30px;
    text-align: justify;
    font-size: 13px;
    margin-top: 25px;
    font-family: 'Segoe UI', Tahoma, 
    Geneva, Verdana, sans-serif;
}

.titulo-seccion04{
    text-align: justify;
    font-size: 11px;
    color:#275b7d;
    margin: 0 30px;

}   

.redes-sociales{
    padding-top: var(--marginElementos);
    width: 80%;
    display: flex;
    margin: auto;
    color: #dd9ad4;
    justify-content: space-evenly;
   
}

.redes-sociales i{
    font-size: 30px;
    color: #945656;
    transition: 5s;
    font-weight: 900;
}

.copy02{
    color: #185A84;
    text-align: justify;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;    font-size: 16px;
    margin-top: 25px;
    font-size: 13px;
    padding: 0 30px;
}

.contenedor{
    width: 100%;
    padding:  30px;
    overflow: hidden; 
}

.contenedor01{
     width: 100%;
    text-align: center;
    overflow: hidden; 
}

.projects{
    background-color: #5454541f;
    padding: 10px;
    margin: 20px;
    margin-top: 100px;
}


.copy07{
    color: #545454;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    font-family: 'Segoe UI', Tahoma,
     Geneva, Verdana, sans-serif;
     padding: 0 40px;
}


.hero h1{
    font-size: 38px;
}

.beneficio{
    margin-bottom: var(--marginElementos);
}
.contenedor-imagenes img{
    width: 60%;
    height: 100%;
}

.redes-sociales i{
    margin-bottom: 20px;
}

.titulo-seccion{
    font-size: 25px;
}

.titulo-seccion01{
    text-align: center;
    font-size: 15px;
    color:#365A6C;
    text-transform: uppercase;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    padding: 5px;
    font-weight: 700;
}

.titulo-seccion{
    text-align: right;
    font-size: 28px;
    color:#365A6C;
    text-transform: uppercase;
    padding: 10px;
    font-weight: 700;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.logo01 img{
    width: 10%;
    height: 10%;
    border-radius: 50%;    
}

.logo02{
    width: 40%;
    height: 40%;
    border-radius: 50%; 
}
     
    .copy06{
          font-size:25px;
   
    }
    .copy022{
         color: #376c93;
         text-align: center;
         font-family: Verdana, Geneva, Tahoma, sans-serif;
         font-size: 25px;
         font-weight: 900;
    }

}














