:root {
  --primary: #009B4D;
  --secondary: #FFCC00;
  --light: #a75009;
  --dark: #000;
  --diabled: #FAF5E9;

}
@media screen and (min-width: 501px) and (max-width: 1200px) {
  header {
    /* padding: 10px 0; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  header .navbar a {
    padding-left: 30px;
  }
  
  header .ll {
    margin: 0;
    padding: 0;
    font-size: 100px;
  }

  footer {
    margin-top: 300px;
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
  }

  footer .footer1 {
    display: flex;
    flex-direction: column;
    height: 90%;
    width: 100%;
    padding-left: 50px;
  }
  footer .footer1 .lado1,
  footer .footer1 .lado2 {
    width: 90%;
    margin: 0;
    margin-bottom: 50px;
  }
  footer .footer1 .lado1 .look {
    font-size: 70px;
  }

  footer .footer1 .lado2 h3 {
    font-size: 30px;
  }
  footer .footer1 .lado2 a {
    font-size: 20px;
  }

  footer .footer2 {
    width: 100%;

  }
  footer .footer2 h4 {
    font-size: 20px;
  }
/* .nosotros */
  
/****** pagina Nosotros ******/
/****** pagina Nosotros ******/
/****** pagina Nosotros ******/
/****** pagina Nosotros ******/

.identidad{/*IMAGEN CENTRAL*/
  display: flex;
  width: 100%;
  height:100%;
  background: rgba(26, 6, 59, 0.233);
  background-image: url(../img/Fondo.jpeg);
  background-repeat: no-repeat;
  background-size:cover;
  background-position: -550px;
}


/*Contenedor Mision y Vision*/
.MisionV {
width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  font-family: 'Poppins', sans-serif;
}

.Mision {
  display: flex;
  position: initial;
 width: 90%;
 color: var(--light);
}

 .Mision h2{
  font-size: 300%;
  font-weight: bolder;
}

.Mision P{
  font-weight: 500;
  text-align: justify;
  font-size: 25px;
  margin-bottom: 0%;

}

.Vision {
  display: flex;
  align-items: baseline;
  position: initial;
  width: 90%;
  color: var(--primary);
  margin-top: 10px;
  margin-bottom: 15px;
}

.Vision h2{
  font-size: 300%;
  font-weight: bolder;
}

.Vision P{
  font-weight: 500;
  text-align: justify;
  font-size: 26px;
  
}
.valores{
  margin-top: 100px;
  height: 50px;
}

.quienes{
  margin-top: 50px;
  height: 50px;
}

.quienesP{
  margin-top: 95px;
  font-size: 25px;
}

.footerP{
  height: 600px;
}

.correo{
  font-size: 14px;
  color: var(--diabled);
  position: absolute;
  top: 2300px;
  left: 1px;
  transform: translateX(50%);
}
}

  