h1 {
  color: white;
  font-size: 1px;
}

.navbar {
  width: 100%;
}
.navbar .nav-link {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: black;
}
.navbar img {
  width: 170px;
}

.hero .carousel h2 {
  font-size: 3rem;
  font-weight: 600;
  font-family: "Playfair Display", serif;
}
.hero .carousel h3 {
  margin-top: 30px;
  font-family: "Source Sans Pro", sans-serif;
}
.hero .carousel img {
  width: 100%;
}

.manual {
  height: 200px;
  background-color: #f25764;
}
.manual .manual_container {
  height: 100%;
}
.manual .manual_row {
  height: 100%;
}
@media screen and (max-width: 1000px) {
  .manual .manual_row {
    text-align: center;
  }
}
.manual .manual_texto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: white;
  height: 100%;
}
.manual .manual_texto h2 {
  font-weight: 400;
  font-family: "Playfair Display", serif;
  font-size: 22px;
}
@media screen and (max-width: 400px) {
  .manual .manual_texto h2 {
    font-size: 17px;
  }
}
@media screen and (max-width: 1000px) {
  .manual .manual_texto {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.manual img {
  position: relative;
  bottom: 24px;
  height: 252px;
  width: 273px;
  margin: auto;
}
.manual a {
  margin-top: 5px;
  border: 2px solid white;
  width: 120px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  color: #ffffff !important;
  border-color: #ffffff;
  font-size: 16px;
  text-decoration: none;
}
@media screen and (max-width: 400px) {
  .manual a {
    width: 90px;
    height: 32px;
    font-size: 12px;
  }
}
@media screen and (max-width: 400px) {
  .manual {
    height: 134px;
  }
}

main .about .about__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
main .about .about__img img {
  height: 640px;
}
@media screen and (max-width: 1000px) {
  main .about .about__img {
    display: none;
  }
}
@media screen and (max-width: 400px) {
  main .about h3 {
    text-align: center;
  }
}
main .about p {
  text-align: justify !important;
  text-transform: lowercase;
}
main .about p:first-letter {
  text-transform: uppercase;
}
main .about .dios {
  text-transform: capitalize;
}
@media screen and (max-width: 1000px) {
  main div.col:nth-child(3) {
    margin: 60px;
  }
}
@media screen and (max-width: 800px) {
  main div.col:nth-child(3) {
    margin: 32px;
  }
}
main .mision {
  background-color: #00aae3;
}
main .mision h2 {
  color: white;
  font-weight: 400;
  font-family: "Playfair Display", serif;
  font-size: 32px;
  padding-top: 75px;
  padding-bottom: 75px;
}
main .imc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.box {
  padding: 60px 0px;
  color: black;
}
.box div:nth-child(1) > div > a {
  background-color: #439d77;
}
.box div:nth-child(2) > div > a {
  background-color: #f25764;
}
.box div:nth-child(3) > div > a {
  background-color: #00aae3;
}
.box a {
  text-decoration: none !important;
  color: white;
}
.box h2 {
  color: black;
}
.box img {
  width: 200px;
  height: 200px;
  margin-bottom: 20px;
  border-radius: 0 10px 0 10px;
}

.box-part {
  background: white;
  border-radius: 0;
  padding: 60px 10px;
  margin: 30px 0px;
  border-radius: 0 25px 0 25px;
  -webkit-box-shadow: 2px 0px 24px -3px rgba(0, 0, 0, 0.45);
          box-shadow: 2px 0px 24px -3px rgba(0, 0, 0, 0.45);
}

.text {
  margin: 20px 0px;
}

.fa {
  color: green;
}

.calcular_imc {
  background-color: #439d77;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.calcular_imc h2 {
  color: white;
  font-weight: 600;
  font-family: "Playfair Display", serif;
  font-size: 32px;
}
.calcular_imc input {
  width: 200px;
  height: 50px;
  background: rgba(255, 255, 255, 0.253);
  border: none;
  border-radius: 5px;
  float: left;
  padding-left: 45px;
}
.calcular_imc label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: white;
  font-weight: 600;
  margin: 10px 30px 0 30px;
  font-family: "Source Sans Pro", sans-serif;
  text-transform: uppercase;
}
.calcular_imc div > div > label:nth-child(1) {
  margin-left: 0;
}

.testimonios {
  height: 400px;
}
@media (max-width: 800px) {
  .testimonios {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media (max-width: 800px) {
  .testimonios .testimonios_contenedor {
    width: 80%;
    margin: auto;
  }
}

.imc_input {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.social i {
  color: white;
  font-size: 24px;
}

.modali {
  padding-top: 40px !important;
  opacity: 1 !important;
  display: block !important;
  background: rgba(0, 0, 0, 0.233) !important;
}
.modali .modal-body {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.modali img {
  width: 100%;
  margin: auto;
}