* {
    padding: 0%;
    margin: 0%;
    box-sizing: border-box;
}

body {
    font-size: 16px;
    background-color: #161616;
    font-family: 'Roboto', sans-serif;
}


.split {
    display: flex;
    flex-direction: column;
    /* flex-wrap: wrap; */
    justify-content: center;
    align-items: center;
  }
  
  @media (min-width: 1120px) {
    .split {
      flex-direction: row;
      
    }
  
    .split>* {
      flex-basis: 100%;
    }
  
    .split>*+* {
      margin-left: 2em;
    }
  }

.main-container {
    /* margin: 100px 0; */
    width: 100%;
    height: 100vh;
    /* vh es el 100% de la pagina  */
    background-image:linear-gradient(rgba(0, 0, 200, 0.25),rgba(0, 0, 200, 0.25)),
    url("../img/front.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;
}

.containers{
    background-color: rgba(255,255,255,0.4);
}

.logos {
    height: 4.375rem;
    /* opacity: 0.7; */
}




.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: #C5A665;
    color: white;
    transition: all ease 0.4s;

}

.mi-nombre {
    width: 42.5rem;
    height: 30%;
    /* background-color: aqua; */
    font-family: 'Roboto', sans-serif;
   
    position: absolute;
    top: 40%;
    left: 5%;
}



.titulo{
    font-size: 3.125rem;
    color: #295474;
    font-weight: 500;
}
.subtitulo{
    font-size: 1.25rem;
    color: #161616;
    opacity: 70%;
    width: 60%;
}

.mi-nombre p {
    font-size: 1.25rem;
    color: #FFFFFF;
    font-weight: 300;
    font-style: italic;
}

.mi-nombre h2 {
    font-weight: 400;
    font-size: 3.3rem;
    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: #3172b8; */
    display: grid;
   
    align-items: center;
    justify-items: center;
}

.iconos{
    height: 8.25rem;
    /* background-color: #C5A665; */
    padding: 0.625rem;
    border-radius: 20%;  
}

.carta__titulo{
    font-family: 'Roboto', sans-serif;
    font-weight: 500;  
    font-size: 1.5625rem;  
    color: black;
    opacity: 0.5;
}

/* mision */

.mision{

    width: 100%;
    height: 100vh;
    /* vh es el 100% de la pagina  */
    background-image:linear-gradient(rgba(0, 0, 200, 0.25),rgba(0, 0, 200, 0.25)),
    url("../img/estetos.jpg");
    
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    /* colocar y poner fotos de fondo y ubicarla */
    background-color:black;

    /* padding: 10px 50px; */
    display: grid;
    align-items: center;
    justify-content: space-around;
    justify-items: end;
    margin: 0%;

}

.derecha{
    /* background-color: #C5A665; */
    margin-right: 20px;
    width: 45%;
    height: 500px;
    display: grid;
    align-items: center;
    /* align-content: center; */
    justify-content: space-between;
    align-self: center;
    
}

.parrafo-mision{
    padding-top: 40px;
    color: #FFFFFF;
    opacity: 0.6;
    font-family: 'Roboto', sans-serif;
    font-size: 1.4rem;


}

/* equipo */

.equipo{
    margin-top: -50px;
 
    height: 100%;
    width: 100%;
    background-color: #295474;
    display: grid;
    text-align: center;
    align-items: center;
    justify-content: center;


}



.equipo-titulo{
    
    width: 70%;
    color: #FFFFFF;

}
.equipo-subtitulo{
    color: #FFFFFF;
    opacity: 0.5;
    width: 90%;

}


/*Profile Card 1*/
.profile-card-1 {
/* background-color: #C5A665; */
    font-family: 'Roboto', sans-serif;
    position: relative;
    float: left;
    overflow: hidden;
    width: 100%;
    color: #ffffff;
    text-align: center;
    height:368px;
    border: 1px solid gray;


  }
  .profile-card-1 .background {
    
    vertical-align: middle;
    opacity: 0.9;
    height: 400px;
    width: 100%;

  }
  .profile-card-1 .card-content {
      background-color: #295474;
   
    width: 90%;
    margin: 10px 10px -10px 15px;
    padding: 15px 25px;
    position: absolute;
    left: 0;
    bottom: 0%;
    border: 1px solid #295474;
    border-radius: 20px;
    
  }

  .profile-card-1 h2 {
    margin: 0 0 5px;
    font-weight: 400;
    font-size:20px;
  }
  .profile-card-1 h2 small {
    display: block;
    font-size: 15px;
    font-weight: 300;
    margin-top:10px;
  }


  /* CONTACTO */



  .MAPA{
      /* background-color: #C5A665; */
      width: 20%;
      height: 60%;
      margin: 0px auto;
  }
.der-footer{
    background-color: #295474;
}
  


  .footer__logo{
      display: flex;
      justify-content: center;
      justify-items: center;
      align-items: center;
  }

  .parr{ font-size: 0.9rem;
    /* background-color: blue; */
    margin: 0;
    word-spacing: 0.0187rem;    
    color: white;
    font-weight: 500;


  }

  .footer__icon{
      height: 7.25rem;
      width: 90%;
  }
  .footer__title{
    font-size: 1.8rem;
    /* background-color: blue; */
    margin: 0;
    word-spacing: 0.0187rem;    
    color: white;
  }

  .footer__txt{
    margin: 0%;
    font-size: 1rem;
    color: white;
    opacity: 0.7;
  }
  
  .footer__txt__title{
      padding-left: 0.625rem;
  }
  
  footer button {
    background-color: #C5A665;
    color: #FFFFFF;
    font-size: 3rem;
    border: none;
    cursor: pointer;
  
  }
  
  .redes {

    /* background-color: aqua; */
    text-align: center;
    height: 100%;
    width: 100%;
    margin: 20px auto;
    display: grid;
    align-items: center;
    justify-content: center;
  

  
  
  }

  .img-footer{
      height: 2.5rem;
      color: #FFFFFF;
  }


  
  .redes div {
    padding: 0.625rem;
  }


  

@media screen and (max-width: 1200px) {
    * {
      font-size: 16px;
    }


  
  }
  
  @media screen and (max-width: 1120px) {
    * {
      font-size: 16px;
    }

    .parrafo-mision{

        font-size: 20px;
    
    
    }
    /* .equipo{

     
        height: 170vh;

    
    
    } */


  
  



  
  
  }
  
  @media screen and (max-width: 992px) {
    * {
      font-size: 14px;
      
    }
    /* .equipo{

     
        height: 220vh;

    
    
    } */

    .derecha{
        /* background-color: #C5A665; */
        width: 45%;
        height: 500px;
        display: grid;
        align-items: center;
        /* align-content: center; */
        justify-content: space-between;
        align-self: center;
        
    }
    
    .parrafo-mision{
        padding-top: 40px;
        color: #FFFFFF;
        opacity: 0.6;
        font-family: 'Roboto', sans-serif;
        font-size: 1.2rem;
    
    
    }
  
  
  
  }
  
  @media screen and (max-width: 768px) {
    * {
      font-size: 14px;
    }

    .derecha{
        /* background-color: #C5A665; */
        width: 90%;
        height: 500px;
        display: grid;
        align-items: center;
        /* align-content: center; */
        justify-content: space-around;
        align-self: center;
        
    }
    
    .parrafo-mision{
        padding-top: 40px;
        color: #FFFFFF;
        /* opacity: 0.6; */
        font-family: 'Roboto', sans-serif;
        font-size: 1.4rem;
        font-weight: 500;
    
    
    }
    /* .equipo{

     
        height: 270vh;

    
    
    } */






    
  }
  
  @media screen and (max-width: 576px) {
    * {
      font-size: 10px;
    }

    .mi-nombre {
        width: 90%;
   
    }

    .mi-nombre p {
        font-size: 20px;
    }
    
    .mi-nombre h2 {
       
        font-size: 5rem;
     
    }

    .parrafo-mision{

        font-size: 1.3rem;
        text-align: center;

    
    
    }

    /* .equipo{
     
        height: 240vh;
   
    } */
    .mision{

        width: 100%;
        height: 70vh;}

    .equipo-subtitulo{
        font-size: 15px;
        width: 90%;
    }

    .equipo-titulo{
        font-size: 35px;
    }
    .logo_foot{
        display: none;
    }



  }
  
  @media screen and (max-width: 439px) {
    * {
      font-size: 10px;
    }
    .parrafo-mision{

        font-size: 1.4rem;
    
    
    }

    .mi-nombre {
        width: 90%;
        height: 100%;
   
    }

    .mi-nombre p {
        font-size: 15px;
    }
    
    .mi-nombre h2 {
       
        font-size: 4rem;
     
    }
    /* .equipo{
     
        height: 220vh;
   
    } */

    .logo_foot{
        display: none;
    }


  }
  