* {
    padding: 0%;
    margin: 0%;
    box-sizing: border-box;
}

body {
    font-size: 16px;
    background-color: #161616;
    font-family: 'Lato', sans-serif;
}

.containers{
    background-color: rgba(0, 0, 0, 0.5);
}

.main-container {
    width: 100%;
    height: 100vh;
    /* vh es el 100% de la pagina  */
    background-image:linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5)),
    url("../img/camino.jpg");
    
    background-size: cover;
    background-position: right bottom;
    background-repeat: no-repeat;
    /* colocar y poner fotos de fondo y ubicarla */
    background-color:black;

    padding: 10px 50px;
}
.logos {
    height: 5.375rem;
    /* opacity: 0.7; */
}

.header{
    background-color: rgba(0, 0, 0, 0.5);
    /* opacity: 50%; */
}

.logo {
    text-decoration: none;
    font-size: 1.5625rem;
    /* font-weight: bold; */
    /* color: #6c707c; */
    /* font-family: calibri; */
}

.active a,
.menu li a:hover {
    /* font-weight: bold; */
    background-color: #3172b8;
    color: white;
    transition: all ease 0.4s;

}

.mi-nombre {
    width: 47.5rem;
    height: 30%;
    /* background-color: aqua; */
    font-family: 'Lato', sans-serif;
   
    position: absolute;
    top: 40%;
    left: 10%;
}

#mauricio {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 4rem;
}

.titulo{
    font-size: 3.125rem;
}
.subtitulo{
    font-size: 1.25rem;
    color: #161616;
    opacity: 70%;
}

.mi-nombre p {
    font-size: 1.25rem;
    color: #FFFFFF;
    font-weight: 300;
}

.mi-nombre h2 {
    font-weight: 700;
    font-size: 4rem;
    color: #FFFFFF;
    opacity: 90%;
}
.logo-frente{
    /* background-color: #3172b8; */
    opacity: 40%;
    height: 9.375rem;
    position: absolute;
    bottom:3.125rem;
    left:73.75rem;

}

/* servicios */

.carta{
    /* background-color: aqua; */

    display: grid;
   
    align-items: center;
    justify-items: center;
}

.iconos{
    height: 6.25rem;
    background-color: #3172b8;
    padding: 0.625rem;
    border-radius: 20%;  
}
.iconos2{
    height: 6.25rem;

    padding: 0.625rem;
    border-radius: 20%;  
}

.carta__titulo{
    font-family: 'Lato', sans-serif;
    font-weight: 700;  
    font-size: 1.5625rem;  
}
.carta__subt{
    font-family: 'Lato', sans-serif;
    font-weight: 400;  
    color: #161616;
    opacity: 70%;  
    font-size: 0.9375rem;  
}

/* quienes somos  */


.mision{
    height: 700px;
    /* background-color: #3172b8; */
}
.fondo{
    background-color: #3172b8;
    height: 37.5rem;
    
}

.row-fondo{
    background-color: #3172b8;
    height: 39.375rem;
}



.mision-block{
    
    display: grid;
    justify-items: center;
    align-items: center;
    justify-content: center;
}



.img-fondo{
    width: 100%;
    height: 39.375rem;
    
}
.titulo-azul{
    font-size: 3.125rem;
    color: #FFFFFF;
    opacity: 70%;
}

.azul-text{
    color: #FFFFFF;
    opacity: 50%;
    letter-spacing: 0.3125rem;
    line-height: 1.5625rem;
    text-align: center;
}

.linea{
            
    height: 0.1875rem;
    width: 20%;
    background-color:#FFFFFF;
    opacity: 50%;
      
}

/* ALGUNOS CLIENTES */

.clientes{
    /* background-color: aqua; */
   margin: 0 auto;

width: 90%;

height: 400px;

}


/* FOOTER  */


      
.footer {
    background-color:#3172b8;
    padding: 0.625rem;
  }
  
  
  footer button {
    background-color: #3172b8;
    color: #f3f3f3;
    font-size: 2.875rem;
    height: 6.25rem;
    width: 6.25rem;
  
  }
  
  .redes {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .redes div button{
  
    padding: 0.3125rem;
    border: none;
    cursor: pointer;
  }
  .redes div{
    padding: 0.625rem;
  }
  

  
  
  
  /* .icono-footer {
    height: 3.25rem;
  } */
  
  .ft-l {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .f-m {
    color: white;
    text-align: center;
    opacity: 0.7;
  
  }
  

  .split {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  @media (min-width: 70rem) {
    .split {
      flex-direction: row;
    }
  
    .split>* {
      flex-basis: 100%;
    }
  
    .split>*+* {
      margin-left: 2em;
    }
  }

  

  @media screen and (max-width: 1200px){
    *{
        font-size: 16px;
    }

    .iconos{

        font-size: 1.875rem;
        
    }


  


    
}
@media screen and (max-width: 992px){
    *{
        font-size: 14px;
    }

    .titulo-azul{
        font-size: 2.825rem;
        color: #FFFFFF;
        opacity: 70%;
    }
    
    .azul-text{
        font-size: 0.8rem;
        color: #FFFFFF;
        opacity: 50%;
        letter-spacing: 0.3125rem;
        line-height: 1rem;
    }

 

}
@media screen and (max-width: 768px){
    *{
        font-size: 14px;
    }
    .mi-nombre {
        width: 35.5rem;
        height: 30%;
        /* background-color: aqua; */
        font-family: calibri;
        position: relative;
        top: 30%;
        left: 5%;
    }

    .mision{
        height: 1100px;
        /* background-color: aqua; */
    }

    .clientes{
   
    width: 90%;
    
    height: 500px;
   
    }


}
@media screen and (max-width: 576px){
    *{
        font-size: 12px;
    }

    .mi-nombre {
        width: 80%;
        height: 30%;
        /* background-color: aqua; */
        font-family: calibri;
        position: relative;
        top: 30%;
        left: 5%;
    }

    .mi-nombre p {
        font-size: 1.2rem;
        color: #FFFFFF;
        font-weight: 300;
    }
    
    .mi-nombre h2 {
        font-weight: 700;
        font-size: 4rem;
        color: #FFFFFF;
        opacity: 90%;
    }
    
    
    .mision{
        height: 950px;
        /* background-color: aqua; */
    }

    
    .clientes{
   
        width: 90%;
        
        height: 700px;
       
        }



 }
@media screen and (max-width: 390px){
    *{
        font-size: 10px;
    }

    .mi-nombre {
        width: 80%;
        height: 30%;
        /* background-color: aqua; */
        font-family: calibri;
        position: relative;
        top: 30%;
        left: 0%;
    }

    .mision{
        height: 800px;
        /* background-color: aqua; */
    }

    .clientes{
   
        width: 90%;
        
        height: 600px;
       
        }


 }