@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 {
    display: none;
    padding-left: 530px;
  }
  
  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: 80vh;
  background: rgba(26, 6, 59, 0.233);
  background-image: url(../img/Fondo4.jpg);
  background-repeat: no-repeat;
  background-size:cover;
  background-position: -750px;
}


/*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%;
 /* background-color: #ffffff5e; */
 background: linear-gradient(360deg, rgb(255, 255, 255) 5%, rgba(0, 255, 255, 0))
}

 .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%;
  background: linear-gradient(360deg, rgb(255, 255, 255) 5%, rgba(0, 255, 255, 0))
}

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

.Vision P{
  font-weight: 500;
  text-align: justify;
  font-size: 26px;
}
section{/*SECTION CARROUSEL*/
  width: 100%;
  padding-top: 50px;
  min-height: 100%;
  padding-bottom: 400px;
}

.bx{
  position: relative;
  /* transform-style: preserve-3d; */
  animation:animate 78s linear infinite;
}

.bx div{
  transform-style: preserve-3d;
  transform-origin: center;
  transform: rotateY(calc(var(--v) * 45deg)) translateZ(280px);
  -webkit-box-reflect:below 0px linear-gradient(transparent,transparent,#004) ;
  width: fit-content;
}

.bx div img{
  position: relative;
  height: 100%;
  width:100%;
  object-fit: cover;
}

.nosotros .grupo .integrantes {
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  padding: 4px;
  height: 430px;
  margin-bottom: 450px;

}
.nosotros .grupo .integrantes .card {
  width: 19rem !important;
  margin-bottom: 10px;

}
.nosotros .grupo .integrantes .card-body {
  background-color:rgba(170, 0, 255, 0.213);
   color: rgb(28, 10, 83);
  border-bottom-left-radius: 10px;
 
}
.nosotros .grupo .integrantes .card-body h5 {
  font-family: 'poppins', sans-serif;
  font-size: 23PX;
  font-weight:600;
  
}

.nosotros .grupo .integrantes .card-body h6 {
  font-family: 'poppins', sans-serif;
  font-size: 1.5rem;
  color: #fff;
  font-weight:200;
  background-color: #4F216D;
  border-radius: 5PX;
}




/****** pagina contactanos ******/
/****** pagina contactanos ******/
/****** pagina contactanos ******/
/****** pagina contactanos ******/

.contactenos main .direccionOficina {
  display: none;
}

.contactenos main .formularioAtencion {
  background-image: url(../img/Fondo3.jpg);
  width: 100%;
  height: 700px;
  padding: 50px;
}
.contactenos footer {
  margin-top: 0px;
  width: 100%;
}
.contactenos .footer1 {
  width: 100%;
}
.contactenos .footer2 {
  width: 100%;
}

    
    
    
      }

  