*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root{
    --colorTextos:#5c50a8;
    --colorBotones:#5c50a8;
    --colorFondo:#1901ac;
    --paddingSecciones: 60px 0;
    --marginElementos:40px;
}

body{
    font-family: 'Lato', sans-serif;
}

.titulo085{
color: #1901ac;
font-size: 60px;
font-weight: 700;
letter-spacing: 4px;
text-shadow: 2px 2px 9px rgba(41, 22, 145, 0.616);
font-family: Arial, Helvetica, sans-serif;
}

.titulo022{
color: #5c50a8;
font-size: 30px;
font-weight: 700;
letter-spacing: 4px;
text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
font-family: Arial, Helvetica, sans-serif;
}

.titul01{
color: #1901ac;
font-size: 40px;
font-weight: 700;
background-color: #f5f7f850;
letter-spacing: 4px;
text-shadow: 2px 2px 5px rgba(22, 13, 141, 0.952);
font-family: Arial, Helvetica, sans-serif;
}

.titul22{
color: #5c50a8;
font-size: 30px;
font-weight: 700;
letter-spacing: 4px;
text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
font-family: Arial, Helvetica, sans-serif;
}


.titulo02{
color: #000000;
font-size: 19px;
font-weight: 700;
text-align: center;
font-family: Arial, Helvetica, sans-serif;
}

.containercero{
text-align: center;
width: 100%;
height: 100%;
 max-width: 1300px;
 margin: 15px auto;
 padding: 70px;
}

.parra03{
color: #1901ac;
font-size: 14px;
font-family: Arial, Helvetica, sans-serif;
}

.parra04{
color: #1d0b83;
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
}

.imgcero{
border-radius: 5%;
transition: transform 0.35s ease-out;
cursor: pointer;
width: 300px;
height: 200px;
 opacity: 75%;
}

.imgcero:hover{
  transform: scale(1.2);
  opacity: 100%;

}

.containeruno{
  width: 90%;
  height: 200%;
  max-width: 1000px;
  text-align: center;
  border-radius: 1%;
  margin: 15px auto;
  padding: 70px;
  overflow: hidden;
  background-color: #f2f2f2;
  }

 .parra01{
    margin:25px;
    color: #1d0b83;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
  }

  .parra02{
    color: #5c50a8;
      font-size: 11px;
      font-family: Arial, Helvetica, sans-serif;
  }

  .iconouno{
    color: #1d0b83;
    transition: transform 0.35s ease-out;
    cursor: pointer;
    font-weight: 900;
  }

.iconouno:hover {
  transform: scale(4);
}

.containerdos{
max-width: 1200px;
margin: 25px auto;
padding:0 70px;
}

.titulo012{
color: #1901ac;
font-size: 45px;
font-weight: 700;
letter-spacing: 3px;
text-shadow: 2px 2px 7px rgba(0, 0, 0, 0.5);
font-family: Arial, Helvetica, sans-serif;
}

.titulo013{
color: #5c50a8;
font-size: 18px;
font-weight: 700;
letter-spacing: 1px;
text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
font-family: Arial, Helvetica, sans-serif;
}


.titulo014{
color: #a9a0e0;
font-size: 16px;
font-weight: 900;
padding:10px 1px 1px 1px;
margin: 10px 1px 1px 1px;
}

.titulo015{
color: #fff;
font-size: 13px;
text-align: justify;
background-color: #1d0b83;
padding: 18px;
border-radius: 3%;
}

.titulo016{
color: #fff;
font-size: 12px;
text-align: justify;
background-color: #1901ac;
}

.contenedor01{
    width: 1000%;
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
    padding: 50px 50px;
   position: relative;
}

.parrafo01{
 width: 200px;
color: #545454;
font-size: 13px;
text-align: justify;
padding: 0 10px;
font-family:Arial, Helvetica, sans-serif;
}

.logo100{
  width: 200px; 
  height: 200px;
  border-radius: 5%;
  margin: 40px;  
  transition: transform 0.35s ease-out;
}

.logo100:hover{
	  transform: scale(2.2);
}

.icono101{
color: #a8a0e0d5;
font-size: 30px;
font-weight: 900;
transition: transform 0.35s ease-out;
}

.icono101:hover{
    transform: scale(2);
}

.contenedor{
    width: 90%;
    max-width: 1100px;
    margin: 25px auto;
    overflow: hidden;
    padding: var(--paddingSecciones);
}


/**MENU*/
.menu-navegacion{
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
}

.logo{
    height: 120px; 
   border-radius: 50%;   
}

.logo img{
    display: block;
    height: 100%;
    width: 70%;
    border-radius: 50%; 
    opacity: 50%;
}

.enlaces li{
    list-style: none;
    display: inline-block;
    
  
}

.enlaces a{
    color: #1d0b83;
    text-decoration: none;
    margin-left: 10px;
    font-weight: bold;
    
}

.enlaces a:hover{
    text-decoration: underline;
}

.colores02{
  color: #f2f8f9;
  font-size: 50px;
  font-weight: 900;
  letter-spacing: 2px;
  font-family: Arial, Helvetica, sans-serif;
}

  .colores01{
    color: #fff;
    font-size: 35px;
    background-color: black;
    font-family: Arial, Helvetica, sans-serif;
     }


/**HERO*/

.hero{
    height:450px;
    background-image: url("../img/PRINCIPAL03.jpg");
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}
.contenedor-textos{
    padding: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
}

.hero h1{
    font-size: 60px;
    font-weight: 700;
}

/*.hero p{
    font-weight: 300;
    font-size: 25px;
   */

.boton{
    width: 150px;
    display: block;
    margin: 0 auto;
    padding: 15px 0;
    background: var(--colorBotones);
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
}

/**MAIN**/

.text01{
    text-align: justify;
    font-size: 18px;
    color: #332D56; 
}

/**TERMINA CARD **/

/**EMPIEZA CARD 2**/
/* From Uiverse.io by codebykay101 */ 
.container01{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

/**TERMINA CARD 2 **/

/**EMPIEZA CARD05**/
/* From Uiverse.io by SouravBandyopadhyay */ 
.card-title {
  color: #262A56;
  font-size: 18px;
  line-height: normal;
  font-weight: 700;
  margin-bottom: 0.5em;
  padding:70px 3px;
  
}

.small-desc {
  font-size: 1em;
  font-weight: 600;
  line-height: 1.5em;
  color: #545454;
}

.small-desc {
  font-size: 1em;
}

.go-corner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 2em;
  height: 2em;
  overflow: hidden;
  top: 0;
  right: 0;
  background: linear-gradient(135deg, #6293c8, #384c6c);
  border-radius: 0 4px 0 32px;
}

.go-arrow {
  margin-top: -4px;
  margin-right: -4px;
  color: white;
  font-family: courier, sans;
}

.card05 {
  display: block;
  position: relative;
  max-width: 900px;
  max-height: 320px;
  background-color: #f2f8f9;
  border-radius: 10px;
  padding: 2em 1.2em;
  margin: 100px;
  text-decoration: none;
  z-index: 0;
  overflow: hidden;
  background: linear-gradient(to bottom, #c3e6ec, #bfd9a7);
  font-family: Arial, Helvetica, sans-serif;
}

.card05:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: -16px;
  right: -16px;
  background: linear-gradient(135deg, #262A56, #262A56);
  height: 32px;
  width: 32px;
  border-radius: 32px;
  transform: scale(1);
  transform-origin: 50% 50%;
  transition: transform 0.35s ease-out;
}

.card05:hover:before {
  transform: scale(28);

}

.card05:hover .small-desc {
  transition: all 0.5s ease-out;
  color: rgba(255, 255, 255, 0.8);
  font-weight: bold;
}

.card05:hover .card-title {
  transition: all 0.5s ease-out;
  color: #262A56;
}

/**TERMINA CARD05 **/


.img100{
    width: 300px;
    height: 300px;
 }

.titulo-seccion{
    text-align: center;
    font-weight: 600;
    font-size: 25px;
    text-shadow: 2px 5px 8px rgba(0, 0, 0, 0.5);
    color: var(--colorFondo);
    font-weight: 0;
    text-transform: uppercase; 
    font-family:Arial, Helvetica, sans-serif;
    }

.copy{
    text-align: center;
    color: var(--colorTextos);
    margin: 20px 0;
    font-weight: 900;
    letter-spacing: 1px;
    font-family: Arial, Helvetica, sans-serif;

}

.copy05{
    text-align: center;
    color: #F5F7F8;
    margin: 20px 0;
    font-size: 25px;
    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: 30%;
    height: 220px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .9);
    margin-bottom: var(--marginElementos);
  
}

.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: #1901ac;
    background-position: center;
    background-size: cover;
}

footer .titulo-seccion, 
footer .copy{
    color: #F5F7F8;
   

}

.redes-sociales{
    padding-top: var(--marginElementos);
    width: 80%;
    display: flex;
    margin: auto;
    justify-content: space-evenly;
   
}

.img02{
  border-radius: 3%;
  cursor: pointer;
  filter: grayscale(100%);
  transition: filter 0.5s ease;  
  transition: transform 0.35s ease-out;
  font-weight: 900;

}

.img02:hover{
  filter: grayscale(0%);
  transform: scale(1.1);
}

  .redes-sociales i{
    font-size: 50px;
    color: #EAECCC;
    transition: all 2s;
}
.redes-sociales i:hover{
    transform: rotate(360deg);
}

.coloruno{
   transition: all 2s;
}

.coloruno i:hover{
    transform: rotate(360deg);
}
/**MEDIAS QUIERY PARA PAGINA RESPONSIVE**/

@media screen and (max-width:768px){
    .menu-navegacion{
        flex-direction: column;
        height: 180px;
       justify-content: space-evenly;
}

.titul01{
font-size: 12px;
}

.boton{
    width: 140px;
    padding: 9px 0;
}

.titulo085 {
font-size: 30px;
padding: 5px;

}

.titulo022{
font-size: 12px;
font-weight: 700;
letter-spacing: 2px;
padding: 5px auto;
margin: 5px;
}

.contenedor01{
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding: 15px 15px;
    position: relative;
}

.contenedor{
    width: 100%;
    max-width: 1100px;
    margin: 25px auto;
 }

 .logo100{
  width: 100px; 
  height: 100px;
  margin: 10px;  
  padding: 20px;
  transition: transform 0.35s ease-out;
}

.logo100:hover{
	  transform: scale(2.2);
}

.parrafo01{
width: 500px;
color: #545454;
font-size: 11px;
text-align: justify;
padding: 5px;
margin: 3px;
font-family:Arial, Helvetica, sans-serif;
}


.icono101{
color: #a8a0e0d5;
font-size: 16px;
font-weight: 900;
transition: transform 0.35s ease-out;
}

.icono101:hover{
    transform: scale(2);
}

.titulo-seccion{
    font-size: 15px;
    letter-spacing: 2px;
     padding:auto 70px;
     margin: auto;
    }

    .containeruno{
  width: 100%;
  height: 100%;
  max-width: 700px;
  text-align: center;
  margin: 5px auto;
  padding: 50px;
  overflow: hidden;
  background-color: #f2f2f2;
  }

  .imgcero{
   border-radius: 5%;
   transition: transform 0.35s ease-out;
   cursor: pointer;
   width: 120px;
   height: 120px;
    opacity: 75%;
    margin: 15px;
}

.imgcero:hover{
  transform: scale(1.2);
  opacity: 100%;
}

.parra03{
color: #1901ac;
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
}

.parra04{
color: #1d0b83;
font-size: 10px;
font-family: Arial, Helvetica, sans-serif;
}

.containercero{
text-align: center;
width: 100%;
height: 100%;
 max-width: 1000px;
 margin: 5px auto;
 padding: 50px;
}

.containerdos{
max-width: 1200px;
margin: 0 5px;
padding: 20px;
}

.titulo012{
color: #1901ac;
font-size: 30px;
font-weight: 700;
letter-spacing: 3px;
text-shadow: 2px 2px 7px rgba(0, 0, 0, 0.5);
font-family: Arial, Helvetica, sans-serif;
}

.titulo013{
color: #5c50a8;
font-size: 14px;
font-weight: 700;
letter-spacing: 1px;
text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
font-family: Arial, Helvetica, sans-serif;
}


.titulo014{
color: #a9a0e0;
font-size: 16px;
font-weight: 900;
padding: 12px;
}

.titulo015{
color: #fff;
font-size: 12px;
text-align: justify;
background-color: #1d0b83;
padding: 18px;
border-radius: 5%;
}

.copy05{
    text-align: center;
    color: #F5F7F8;
    margin: 20px 0;
    font-size: 18px;
    font-weight: 900;
    font-family: Arial, Helvetica, sans-serif;
}

.hero h1{
    font-size: 38px;
}

.logo{
    height: 60px;     
}


.contenedor-imagenes img{
    width: 90%;
}
.redes-sociales{
    flex-direction: column;
    align-items: center;
}
.redes-sociales i{
    margin-bottom: 20px;
}



.titulo02{
font-size: 25px;
}

.titulo01{
font-size: 11px;
}
.text01{   
    font-size: 14px;  
}

}















