*{
    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;   
}

.logo{    
    display: block;
    font-size: 3rem;
    margin: 25px;
   
}

.logo02{    
    width: 15%;
    height: 15%;
    border-radius: 50%; 
 }

 .encabezado{
    background: #fff;  
 }

 .encabezado01{
  color: #7e999e;
  font-size: 15px;
  font-weight: 900;
  font-family:Verdana, Geneva, Tahoma, 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-seccion02{
    text-align: center;
    font-size: 25px;
    color:#275b7d;
    text-transform: uppercase;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    padding: 5px;
    font-weight: 900;
}

.titulo-seccion03{
    padding: 0 100px;
    font-size: 25px;
    color:#275b7d;
    text-transform: uppercase;
    font-weight: 900;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.titulo-seccion04{
    text-align: left;
    font-size: 15px;
    color:#001F3D;
}


.sobre01{
    margin-top: 130px;
}


.sobre04{
     color: #1d425a;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 13px;
    text-align: justify;
}

.sobre02{
      color: #7e999e;
    font-weight: 900;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 35px;
    margin-top: 40px;
}

.sobre03{
      color: #376c93;
    font-weight: 900;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 15px;
    text-decoration:underline;
}

.sobre002{
    color: #376c93;
    font-weight: 900;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 35px;
    margin-top: 150px;
}


.sobre001{
      color: #376c93;
    font-weight: 900;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 35px;
}

.sobre05{
    color: #1d425a;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 13px;
    text-align: justify;
    margin-top: 35px;
}

.sobre06{
    color: #376c93;
    font-weight: 900;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 35px;
    margin-top: 100px;
}

.sobre07{
    color: #1d425a;
    font-weight: 900;
    text-align: justify;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 18px;
    margin-top: 60px;
}

.sobre08{
    text-align: center;
}


.sobre09{
    color: #376c93;
    font-weight: 900;
    text-align: justify;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 35px;
    margin-top: 60px;
}


.sob01{
    color: #275b7d;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 20px;
}


.sob03{
    width: 50%;
}



.columuno{
 color: #7e999e;
 margin-top: 120px;
 font-size: 38px;
 letter-spacing: 10px;
 font-weight: 900;
 text-align: center;
 font-family:Verdana, Geneva, Tahoma, sans-serif;
}

.imgcuatro{
  margin-top: 160px;
  border-radius: 50%;
  width: 70%;
  transition: transform 0.5s ease;
}

.imgcuatro:hover{
     transform: scale(1.1) rotate(5deg);
}

.columdos{
 color: #376c93;
 font-size: 14px;
 text-align: justify;
 font-weight: 900;
 font-family: Verdana, Geneva, Tahoma, sans-serif;
}


.columtres{
 color: #1d425a;
 font-size: 12px;
 text-align: justify;
 font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.imguno{
width: 350px;
height: 280px;
border-radius: 5%;
transition: transform 0.5s ease;
}

.imguno:hover{
transform: scale(1.1) rotate(5deg);
}

.imgtres{
width: 120px;
height: 120px;
border-radius: 50%;
}

.columnas03{
    color: #e5f620;
    font-size: 35px;
    font-weight: 900;
    letter-spacing: 5px;
    text-align: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.num01 i   {
color: #f2f2f2;
background: #f867bd;
padding: 30px;
font-size: 55px;
font-weight: 700;
border-radius: 50%;
}

.num02{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #183B4E;
    font-weight: 700;
    font-size: 18px;
}

.num03{
    color: #001F3D;
    font-size: 13px;
}

.text1{
    color:#183B4E;
    font-size: 15px;
    font-weight: 500;
    font-family: Verdana, Geneva, Tahoma, sans-serif;    text-align: center;
}


.img01{
    width: 60%;
    border-radius: 50%;
}

 .correo01{
    color: #229ad6;
    font-weight: 600;
    font-size: 14px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
 }

  .correo02 a{
    color: #000000;
    font-weight: 600;
 }

   .correo02 i{
    color: #fff9eb;
    font-weight: 600;
 }

 .titul{
    color: #fff;
    font-weight: 700;
    font-size: 20px;
 }

.colores{
    color: #ffffff;
    font-size: 60px;
    font-weight: 900;
    background-color: #275b7d;
 }

  
  .coloresuno{
    color: #fff;
    font-weight: 900;
    font-size: 25px;
  }

  .colores03{
    color: #fff9eb;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 25px;
    font-weight: 900;
    background: #333446;
    padding: 0 10px;
}

  .colores01{
    color: #3E7B27;
    font-size: 20px;
    text-align: center;
  }

 .colores02{    
    color: #3E7B27;
    font-size: 20px;
    text-align: center;
    font-weight: 700;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  }

  .text2{
    text-align: center;
    color: #000000;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: 600;
    font-size: 15px;
}


.texto01{
color: #545454;
text-align: end;
font-size: 25px;
font-weight: 700;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;

}

.texto02{
    color: #545454;
    text-align: justify;
    font-size: 17px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.texto03{
    color: #000000;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 700;
    font-size: 25px;
}

.texto04{
    color: #545454;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 700;
    font-size: 25px;
}

.texto05{
    color: #545454;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-align: justify;
    font-size: 20px;

}

.imagen01{
    color: #EE7570;
    font-size: 90px;
    text-align: center;
    padding: 25px;
}

  
.enlaces li{
    list-style: none;
    display: inline-block;
}

.enlaces a{
    color: #EE7570 ;
    text-decoration: none;
    margin-left: 10px;
    font-weight: 700;
}

.enlaces a:hover{
    text-decoration: underline;
}
/**HERO*/


.colum01{
text-align: center;
margin-top: 25px;

}


.columnas02{
color: #275b7d;
font-weight: 700;
margin-top: 60px;
font-size: 50px;
text-align: left;
font-family:Verdana, Geneva, Tahoma, sans-serif;
}

.tituluno{
color: #275b7d;
font-size: 35px;
text-align: left;
font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.tituldos{
color: #fff;
font-weight: 700;
font-size: 57px;
text-align: left;
font-family:Verdana, Geneva, Tahoma, sans-serif;
}

 .columnasdos{
color: #fff;
font-size: 15px;
margin-top: 70px;
text-align: justify;
font-family: Verdana, Geneva, Tahoma, sans-serif;
}


/* From Uiverse.io by javierBarroso */ 

.cards {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.cards .red {
  background-color: #7e999e;
}

.cards .white {
  background-color: #376c93;
  color: black;
}

.cards .blue {
  background-color: #229ad6;
}

.cards .card {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  height: 100px;
  width: 600px;
  border-radius: 10px;
  color: rgb(1, 1, 1);
  cursor: pointer;
  transition: 400ms;
}

.cards .card p.tip {
  font-size: 1em;
  font-weight: 700;
}

.cards .card p.second-text {
  font-size: .8em;
  padding: 0 20px;
  color: #fff;
  text-align: justify;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.second-text01{
 font-size: 28px;
 text-decoration:underline;
  color: #fff;
  text-align: justify;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.cards .card:hover {
  transform: scale(1.1, 1.1);
}

.cards:hover > .card:not(:hover) {
  filter: blur(10px);
  transform: scale(0.9, 0.9);
}

 .categoria{
    width: 95%;
    height: 100%;
     transition-property: transform;
     transition-duration: 500ms;  
     overflow: hidden;
    object-fit: cover;
    border-radius: 3%;
    opacity: 65%;
 }

 .categoria:hover {
     transform: scale(1.1);
     opacity: 100%;

    }


/* From Uiverse.io by Bodyhc */ 
.hero{
    height:450px;
    background-image: url("../img/PRINTUNO.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: 60px;
}

.conta01{
color: #376c93;
text-align: left;
font-size: 25px;
font-weight: 900;
font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.conta02{
    color: #1d425a;
    text-align: justify;
    font-size: 14px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.container02{
    margin-top: 70px;
}

.conta03{
    width: 80%;
    border: 3px solid #7e999e;
    box-shadow: 0px 0px 25px #7e999e,
    0px 0px 25px #7e999e inset;
    border-radius: 25% 10%;
    opacity: 65%;
    transition: transform 0.7s ease;
}

.conta03:hover{
    transform: scale(1.2);
    border-radius: 2%;
    opacity: 100%;
}

.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%;  
  }
  
  .efecto:hover{
    transform: scale(1.2);
    opacity: 100%;
  }

.hero h1{
    font-size: 65px;
    font-weight: 700;
}

.coluno{
    font-size: 20px;
    color: #275b7d;
    font-weight: 700;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.hero { 
    display: flex;  
}

.boton{
    width: 150px;
    display: block;
    margin: 0 auto;
    padding: 15px 0;
    background: var(--colorBotones);
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
}

/**MAIN**/

.titulo-seccion{
    text-align: center;
    font-size: 28px;
    color:#f867bd;
    text-transform: uppercase;
    padding: 10px;
    font-weight: 900;
    margin-top: 70px;
    font-family: Arial, Helvetica, sans-serif;
}

    
.seccion02{
    color: #000000;
    text-align: right;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 25px;
}

.copy{
    text-align: center;
    color: var(--colorTextos);
    margin: 20px 0;
}

.copy01{
    color: #fff;
    text-align:center;
    font-size: 48px;
    font-weight: 700;
}

.copy02{
    color: #1d425a;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    margin-top: 25px;
}

.copy002{
    color: #1d425a;
    padding: 0 100px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    margin-top: 25px;
}


.copy03{
    color: #365A6C;
    text-align: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size:40px;
    font-weight: 900 ;
}

.copy07{
    color: #fff;
    text-align: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size:25px;
    font-weight: 900 ;
}

    .copy04{
    color:#fff;
    text-align: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size:50px;
    font-weight: 700;
    }

    .copy05{
        color: #545454;
        text-align: center;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: 30px;
        font-weight: 800;
    }

    .copy06{
        color:#376c93;
        text-align: center;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size:50px;
        font-weight: 900;
    }

    .copy022{
         color: #376c93;
         text-align: center;
         font-family: Verdana, Geneva, Tahoma, sans-serif;
         font-size: 35px;
         font-weight: 900;
    }

.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: #f2f2f2;
}

.contenedor-imagenes {
   display: flex;
   justify-content: space-evenly;
   flex-wrap: wrap; 
}

.contenedor-imagenes img{
    display: block;
    object-fit: cover;
    width:40%;
    height: 200px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .9);
    margin-bottom: var(--marginElementos);
    opacity: 65%;
    border-radius: 3%;
    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);

}

.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-image: 
    linear-gradient(-20deg, #376d9318 0%, #229ad649 100%), 
    url(../img/fot01.jpg);
    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: #fff;
    transition: 3s;
    font-weight: 900;
}

.redes-sociales i:hover{
    transform: rotate(360deg);
    color: #b1d21c;
 }


 .mapa{
    border-radius: 3%; 
 }

.iconos02{
    color: #EE7570;
    font-weight: 900;
    font-size: 60px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    transition: 3s;
}

.iconos02 i:hover{
    transform: rotate(360deg);
 }


/**MEDIAS QUIERY PARA PAGINA RESPONSIVE**/

@media screen and (max-width:800px){
    .menu-navegacion{
        flex-direction: column;
        height: 180px;
       justify-content: space-evenly;
}

.colum01{
text-align: center;
padding: 55px;
margin-top: 25px;
border-radius: 1%;
background-color: #e5e7e7;
}

.colores{
    color: #ffffff;
    font-size: 23px;
    font-weight: 900;
    text-align: right;
    margin:0 -80px;
    background-color: #275b7d;
 }

.coluno{
    font-size: 14px;
    color: #275b7d;
    font-weight: 700;
    margin:0 -60px;
    text-align: center;
    margin-top: 30px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.columnas02{
color: #275b7d;
font-weight: 700;
margin-top: 10px;
font-size: 22px;
text-align: center;
font-family:Verdana, Geneva, Tahoma, sans-serif;
}

.tituluno{
color: #275b7d;
font-size: 20px;
text-align: left;
font-family: Verdana, Geneva, Tahoma, sans-serif;
}


.cards .card {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  height: 160px;
  width: 265px;
  border-radius: 10px;
  color: rgb(1, 1, 1);
  cursor: pointer;
  transition: 400ms;
}

.second-text01{
 font-size: 15px;
 text-decoration:underline;
  color: #fff;
  text-align: justify;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.categoria{
    width: 85%;
    height: 100%;
     transition-property: transform;
     transition-duration: 500ms;  
     overflow: hidden;
    object-fit: cover;
    border-radius: 3%;
    opacity: 65%;
    margin-top: 25px;
 }

.cards .card p.second-text {
  font-size: 11px;
  padding: 0 20px;
  color: #fff;
  text-align: justify;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}


.sobre001{
    color: #376c93;
    font-weight: 900;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 20px;
    text-align: center;
    padding:0 60px;
}

.sobre01{
    margin-top: 50px;
}

.sobre05{
    color: #1d425a;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 12px;
    text-align: justify;
    padding: 0 30px;
    margin-top: 35px;
}

.sobre04{
     color: #1d425a;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 12px;
    text-align: justify;
    padding: 0 30px;
}

.sobre03{
    color: #376c93;
    font-weight: 900;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 14px;
    padding: 0 30px;
    text-decoration:underline;
}


.sobre09{
    color: #376c93;
    font-weight: 900;
    text-align: justify;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 25px;
    margin-top: 10px;
}

.sobre07{
    color: #1d425a;
    font-weight: 900;
    text-align: justify;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 13px;
   padding: 0 10px;
    margin-top: 10px;
}

.sobrenueve{
    padding: 100px;
}


.sob01{
    color: #275b7d;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 25px;
}

.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;
}

.num03{
    color: #001F3D;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}

.num02{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #183B4E;
    font-weight: 700;
    font-size: 13px;
}

.coldos{
 color: #f867bd;
 font-family: Arial, Helvetica, sans-serif;
 font-weight: 800;
 font-size: 12px;
 text-align: center;
}

.col01{
    background-color: #e5e7e7;
    padding-top: 25px;
    border-radius: 2%;
    margin: 10px 50px;
    transition: background-color 0.3s ease-in-out, 
    transform 0.2s ease; /* Transición para color y escala */
}

.columuno{
  margin-top: 30px;
 font-size: 25px;
 font-weight: 900;
}


.imgcuatro{
  margin-top: 50px;
  border-radius: 50%;
  width: 200%;
  padding:0 90px;
  transition: transform 0.5s ease;
}


.sobre002{
    color: #376c93;
    font-weight: 900;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 25px;
    margin-top: 100px;
    padding: 0 30px;
    text-align: center;
}

.columdos{
 color: #376c93;
 font-size: 13px;
 text-align: justify;
 font-weight: 900;
 padding: 0 30px;
 font-family: Verdana, Geneva, Tahoma, sans-serif;
}


.columtres{
 color: #1d425a;
 font-size: 12px;
 text-align: justify;
  padding: 0 30px;
 font-family: Verdana, Geneva, Tahoma, sans-serif;
}


.sobre06{
    color: #376c93;
    font-weight: 900;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 24px;
    margin-top: 50px;
    padding: 0 30px;
}   

.container02{
    margin-top: 70px;
    padding:0 80px;
}


.imguno{
width: 230px;
height: 150px;
border-radius: 5%;
transition: transform 0.5s ease;
}

.conta01{
color: #376c93;
text-align: center;
font-size: 15px;
font-weight: 900;
padding:0 5px;
font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.conta02{
    color: #1d425a;
    text-align: justify;
    font-size: 12px;
    margin: 0 5px;
    width: 230px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.imguno:hover{
transform: scale(1.1) rotate(5deg);
}

.conta03{
    width: 250px;
    border: 3px solid #7e999e;
    box-shadow: 0px 0px 25px #7e999e,
    0px 0px 25px #7e999e inset;
    border-radius: 25% 10%;
    opacity: 65%;
    transition: transform 0.7s ease;
}

.titulo-seccion03{
    text-align: center;
    font-size: 16px;
    color:#275b7d;
    text-transform: uppercase;
    font-weight: 900;
    margin-top: 25px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.copy002{
    color: #1d425a;
    padding: 0 100px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    margin-top: 25px;
    text-align: center;
    margin-top: 25px;
}

.titulo-seccion04{
    text-align: justify;
    font-size: 11px;
    color:#275b7d;
    margin: 0 30px;

}   

.redes-sociales i{
    font-size: 30px;
    color: #fff;
    transition: 3s;
    font-weight: 900;
}


.copy02{
    color: #001F3D;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
     margin-top: 25px;
     padding: 0 30px;
}

.copy07{
    color: #fff;
    text-align: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 17px;
    font-weight: 900 ;
}

.hero h1{
    font-size: 38px;
}

.beneficio{
    margin-bottom: var(--marginElementos);
}
.contenedor-imagenes img{
    width: 60%;
    height: 100%;
}
.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: 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: 30px;
color-scheme: #365a6c;
}

    .copy022{
         color: #376c93;
         text-align: center;
         font-family: Verdana, Geneva, Tahoma, sans-serif;
         font-size: 25px;
         font-weight: 900;
    }

}














