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

  header .navbar a {
    display: none;
    padding-left: 130px;
  }
  
  header h1 {
    margin: 0;
    padding: 0;
  }

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

  footer .footer1 {
    display: flex;
    flex-direction: column;
    height: 90%;
    width: 94%;
  }
  footer .footer1 .lado1,
  footer .footer1 .lado2 {
    width: 90%;
    margin: 0;
  }

  footer .footer2 {
    width: 94%;
  }


/****** pagina Nosotros ******/
/****** pagina Nosotros ******/
/****** pagina Nosotros ******/
/****** pagina Nosotros ******/

.identidad{/*IMAGEN CENTRAL*/
  display: flex;
 /* display: flex;
  flex-wrap: 10;*/
  width: 100%;
  height: 80vh;
  
   /*border: 10px solid orange;*/
  background: rgba(26, 6, 59, 0.233);
  background-image: url(../img/Fondo4.jpg);
  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%;
 /* background-color: #ffffff5e; */
 background: linear-gradient(360deg, rgb(255, 255, 255) 5%, rgba(0, 255, 255, 0))
}

 .Mision h2{
  font-weight: bolder;
}

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

}

.Vision {
  display: flex;
  position: initial;
 width: 90%;
 /* background-color: #ffffff5e; */
 background: linear-gradient(360deg, rgb(255, 255, 255) 5%, rgba(0, 255, 255, 0))
}

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

.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(150px);
  -webkit-box-reflect:below 0px linear-gradient(transparent,transparent,#004) ;
  width: fit-content;
}

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

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

}
.nosotros .grupo .integrantes .card {
  width: 9.6rem !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;
 
  /* width: 100%; */
}
/* 
.card-img-top {
  width: 100%;
} */
.nosotros .grupo .integrantes .card-body h5 {
  font-family: 'poppins', sans-serif;
  font-size: 12PX;
  font-weight:600;
  
}

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

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

.contactenos main {
  height: 100%;
  margin-bottom: 0;
}
.contactenos main .direccionOficina {
  display: none;
}

.contactenos main .formularioAtencion {
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%);
  width: 100%;
}
.contactenos footer {
  margin-top: 0px;
  width: 100%;
}
.contactenos .footer1 {
  width: 100%;
}
.contactenos .footer2 {
  width: 100%;
}

  }