/* Filosofía */
section {
  background-color: #14CAD3;
}

section p {
  color: white;
  font-size: 17px;
}

/* Equipo */

.team {
}

.team h1 {
  text-align: center;
}

.team h5 {
  text-align: center;
}

.team p {
  text-align: center;
}

.team img {
  height: 400px;
  width: 600px;
}

/* Mision */
.mision_content {
  background-color: #14CAD3;
  text-align: center;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-around;
}

.mision_content h1 {
  font-size: 40px;
  color: white;
}

.mision_content p {
  font-size: 20px;
  color: white;
}

.location i {
    font-size: 7rem;
    color: #54595f;
    display: flex;
    justify-content: center;
}

.info {
  display: flex;
  justify-content: space-around;
  /* justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  align-content: center; */
}

.info i {
  color: #54595f;
  font-size: 2rem;
  display: flex;
  justify-content: center;
}

.info p {
  color: #54595f;
  display: flex;
  flex-wrap: wrap;
}

footer {
  background-color: #001c38;
  text-align: center;
}

footer h4 {
  color: white;
}

footer ul li a{
  text-decoration: none;
  color: #54595f;
}

footer .icons {
  font-size: 3rem;
  color: white;
  text-decoration: none;
}

/* Scroll Button */
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: white; 
  color: #14CAD3;
  cursor: pointer;
  padding: 15px;
  border-radius: 10px;
  font-size: 18px;
}

#myBtn:hover {
  background-color: #555;
}

@media only screen and (max-width: 600px) {

  .team img {
    height: 250px;
    width: 350px;
  }

  .mision_content {
    display: flex;
    flex-wrap: wrap;
  }

  .mision_content p {
    font-size: 17px;
  }

  .location i {
    font-size: 2rem;
    display: flex;
    justify-content: center;
  }

  .info iframe {
    width: 375px;
    height: 400px;
    display: flex;
  }

  .info i {
    display: flex;
  }

}

@media only screen and (max-width: 350px) {

  .team img {
    height: 160px;
    width: 280px;
  }

  section p {
    font-size: 15px;
  }

  .mision_content p {
    font-size: 15px;
  }

  .info iframe {
    width: 320px;
    height: 400px;
  }

  .info i {
    display: flex;
  }

}

@media only screen and (max-width: 414px){
  .info iframe {
    width: 411px;
    height: 400px;
  }

  .info i {
    display: flex;
    font-size: 2rem;
    justify-content: center;
  }
}

@media only screen and (max-width: 375px){
  .info iframe {
    width: 373px;
    height: 400px;
  }

  .info i {
    display: flex;
    font-size: 2rem;
    justify-content: center;
  }
}
