.modal-dialog {
  max-width: 60%;
  top: 2% !important;
  margin: 0px auto !important;
}
@media screen and (max-width: 576px) {
  .modal-dialog {
    max-width: 90%;
  }
}

main {
  margin: 0px !important;
  padding: 0px !important;
}

.row {
  --bs-gutter-x: 0rem !important;
}

.nav-escain {
  padding: 5px 0px 5px 0px !important;
}
.nav-escain .navbar-nav {
  justify-content: space-around;
  align-items: center;
  width: 100%;
}
.nav-escain .nav-link {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 300;
  color: #2b3138;
}
.nav-escain .nav-link:hover {
  color: #009cff !important;
}
.nav-escain .active {
  color: #009cff !important;
}
.nav-escain .logo {
  width: 120px;
}

.carousel-caption {
  background-color: #2b3138;
  width: 50%;
  position: absolute;
  top: 0;
  left: 0 !important;
  height: 100%;
  opacity: 0.9;
}
.carousel-caption .description {
  width: 90%;
  margin: 0px auto;
  margin-top: 25%;
  position: relative;
  text-align: left;
}
.carousel-caption h5 {
  font-size: 40px;
  font-weight: 100;
  text-transform: uppercase;
}
.carousel-caption p {
  font-size: 15px;
  font-weight: 200;
}

.productos {
  padding: 40px 0px 40px 0px;
}
.productos h1 {
  margin-bottom: 5%;
  font-weight: 200;
  text-transform: uppercase;
}
.productos .child {
  padding: 10px;
}
.productos .image-container {
  margin-bottom: 5%;
}
.productos .image-container img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 4px solid #009cff;
}
.productos .title {
  font-size: 20px;
  color: #2b3138;
}
.productos .description {
  font-size: 15px;
  color: #8c9096;
  padding: 0px 30px 0px 30px;
}

.nosotros {
  background-color: #009cff;
  color: white;
}
.nosotros h2 {
  text-transform: uppercase;
}
.nosotros img {
  width: 100%;
}
.nosotros .container-nosotros {
  display: flex;
  justify-content: center;
  align-items: center;
}
.nosotros .section-nosotros {
  padding: 20px;
}
.nosotros .title {
  font-size: 25px;
  font-weight: 200;
  text-transform: uppercase;
}
.nosotros .description {
  font-size: 20px;
  font-weight: 300;
}
@media screen and (max-width: 576px) {
  .nosotros .description {
    font-size: 15px;
  }
}

.galeria {
  padding: 40px 0px 40px 0px;
}
.galeria h1 {
  text-transform: uppercase;
  margin-bottom: 5%;
  font-weight: 200;
}
.galeria img {
  width: 80%;
  display: block;
  margin: 0px auto;
}
.galeria p {
  font-size: 15px;
  color: #2b3138;
  padding: 10px;
  display: block;
  height: 50px;
}
.galeria .btn-primary {
  background-color: #009cff;
  border: 0px;
  border-radius: 0px;
}
.galeria .btn-primary:hover {
  background-color: #2b3138;
}

.section-mision .mision {
  padding: 70px 10px 70px 10px;
  background-color: #2b3138;
  color: white;
}
.section-mision .objetivo {
  padding: 70px 10px 70px 10px;
  background-color: #009cff;
  color: white;
}
.section-mision h3 {
  text-transform: uppercase;
  font-weight: 100;
  font-size: 40px;
}
.section-mision p {
  font-size: 25px;
  font-weight: 100;
}
@media screen and (max-width: 576px) {
  .section-mision p {
    font-size: 15px;
  }
}

.contacto {
  padding: 70px 10px 70px 10px;
  background-color: #2b3138;
  color: white;
}
.contacto h3 {
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 100;
}
.contacto p {
  font-size: 20px;
  font-weight: 200;
  margin-bottom: 5%;
}
@media screen and (max-width: 576px) {
  .contacto p {
    font-size: 15px;
  }
}
.contacto .title {
  font-size: 30px;
  color: yellow;
  font-weight: 100;
}
.contacto .title-social {
  text-transform: uppercase;
}
.contacto ul {
  list-style: none;
  padding-left: 0px;
}
.contacto ul li {
  font-size: 20px;
  font-weight: 300;
}
.contacto .WhatsApp {
  margin: 0px auto;
  display: flex;
  width: 80%;
  border: 0px;
  padding: 5px;
  border-radius: 50px;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #25d366;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  justify-content: center;
  align-items: center;
  margin-bottom: 3%;
}
.contacto .WhatsApp:hover {
  background-color: #075e54;
}
.contacto .icon-whatsapp {
  width: 37px;
}

.adress {
  padding: 20px 0px 20px 0px;
  background-color: #8c9096;
  color: white;
  font-size: 20px;
  font-weight: 200;
}
@media screen and (max-width: 576px) {
  .adress {
    font-size: 12px;
  }
}
.adress a {
  display: block;
  padding: 10px;
}
.adress .icon-facebook {
  width: 21px;
}
.adress .icon-instagram {
  width: 40px;
}

.social-media {
  background-color: #009cff;
  padding: 60px 0px 60px 0px;
}
.social-media h3 {
  color: white;
}
.social-media img {
  margin-bottom: 4%;
}
.social-media i {
  font-size: 70px;
  color: white;
}

footer {
  padding: 60px 0px 60px 0px;
  background-color: #2b3138;
  color: white;
  font-size: 15px;
  font-weight: 200;
}
footer .pie-addmx {
  font-size: 12px;
}
footer a {
  text-decoration: none;
  color: #009cff;
}/*# sourceMappingURL=escain.css.map */