.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 {
  background-color: #00141b;
  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: #a3c37c !important;
}
.nav-escain .nav-link:hover {
  color: #46bea3 !important;
}
.nav-escain .active {
  color: #4dc196 !important;
}
.nav-escain .logo {
  width: 120px;
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: white;
  background-color: white;
}

.carousel-inner {
  height: auto !important;
}
.carousel-inner img {
  width: 100%;
  height: 58vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.carousel-caption {
  background-image: url("../img/back-banner.png");
  width: 500px;
  height: auto !important;
  position: absolute;
  top: 10%;
  left: 3 !important;
}
@media screen and (max-width: 576px) {
  .carousel-caption {
    width: 70%;
    height: auto;
    top: 10%;
  }
}
.carousel-caption .description {
  width: 90%;
  margin: 0px auto;
  position: relative;
  text-align: left;
}
.carousel-caption h5 {
  font-size: 25px;
  font-weight: 300;
  text-transform: uppercase;
}
@media screen and (max-width: 576px) {
  .carousel-caption h5 {
    font-size: 20px;
    font-weight: bold;
  }
}
.carousel-caption p {
  font-size: 15px;
  font-weight: 200;
}
@media screen and (max-width: 576px) {
  .carousel-caption p {
    font-size: 13px;
  }
}
.carousel-caption .button-slider {
  display: block;
  background-color: #46bea3;
  padding: 10px;
  text-align: center;
  width: 100%;
  border-radius: 5px;
  text-decoration: none;
  color: #ffffff;
  text-transform: uppercase;
}
.carousel-caption .button-slider:hover {
  background-color: #a3c37c;
  color: #ffffff;
}

.productos {
  padding: 40px 0px 40px 0px;
}
.productos h1 {
  margin-bottom: 5%;
  font-weight: 200;
  text-transform: uppercase;
  font-size: 50px;
}
@media screen and (max-width: 576px) {
  .productos h1 {
    font-size: 35px;
  }
}
.productos .child {
  padding: 10px;
}
.productos .image-container {
  margin-bottom: 5%;
}
.productos .image-container img {
  width: 200px;
  height: 200px;
}
.productos .title {
  font-size: 30px;
  color: #00141b;
  font-weight: 200;
}
@media screen and (max-width: 576px) {
  .productos .title {
    font-size: 25px;
  }
}
.productos .WhatsApp {
  margin: 0px auto;
  display: flex;
  width: 230px;
  border: 0px;
  padding: 8px;
  border-radius: 50px;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #03bf2b;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  justify-content: center;
  align-items: center;
  margin-bottom: 3%;
}
@media screen and (max-width: 576px) {
  .productos .WhatsApp {
    width: 90%;
    font-size: 20px;
  }
}
.productos .WhatsApp:hover {
  background-color: #028c20;
}
.productos .fa-whatsapp {
  font-size: 30px;
  margin-right: 3%;
  color: #ffffff;
}

.include {
  padding: 40px 0px 40px 0px;
  background-color: #369683;
}
.include h1 {
  margin-bottom: 5%;
  font-weight: 200;
  text-transform: uppercase;
  font-size: 50px;
  color: #ffffff;
}
@media screen and (max-width: 576px) {
  .include h1 {
    font-size: 35px;
  }
}
.include .child {
  padding: 10px;
}
.include .icon-container {
  margin: 0px auto;
  margin-bottom: 5%;
  width: 200px;
  height: 200px;
  background-color: #197b67;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.include .icon {
  font-size: 110px !important;
  color: #ffffff;
}
.include .title {
  font-size: 20px;
  color: #ffffff;
  font-weight: 400;
}
@media screen and (max-width: 576px) {
  .include .title {
    font-size: 25px;
  }
}
.include .WhatsApp {
  margin: 0px auto;
  display: flex;
  width: 230px;
  border: 0px;
  padding: 8px;
  border-radius: 50px;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #03bf2b;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  justify-content: center;
  align-items: center;
  margin-bottom: 3%;
}
.include .WhatsApp:hover {
  background-color: #028c20;
}
.include .fa-whatsapp {
  font-size: 30px;
  margin-right: 3%;
  color: #ffffff;
}

.nosotros {
  background-color: #4dc196;
  color: white;
}
.nosotros p {
  text-transform: uppercase;
  font-size: 50px;
  font-weight: lighter;
}
@media screen and (max-width: 576px) {
  .nosotros p {
    font-size: 35px;
    text-align: center;
  }
}
.nosotros ul {
  font-size: 20px;
}
.nosotros li {
  margin-bottom: 5px;
}
.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;
  }
}

.profession {
  background-color: #00141b;
  color: white;
}
.profession p {
  font-size: 20px;
  font-weight: lighter;
}
@media screen and (max-width: 576px) {
  .profession p {
    font-size: 17px;
    text-align: center;
  }
}
.profession ul {
  font-size: 20px;
}
.profession li {
  margin-bottom: 5px;
  list-style-type: none;
}
.profession img {
  width: 100%;
}
.profession .container-nosotros {
  display: flex;
  justify-content: center;
  align-items: center;
}
.profession .section-profession {
  padding: 30px 40px 30px 40px;
}
.profession .title {
  font-size: 25px;
  font-weight: 200;
  text-transform: uppercase;
}
.profession .description {
  font-size: 20px;
  font-weight: 300;
}
@media screen and (max-width: 576px) {
  .profession .description {
    font-size: 15px;
  }
}

.appointment h1 {
  margin-bottom: 5%;
  font-weight: 200;
  text-transform: uppercase;
  font-size: 50px;
  color: #197b67;
}
@media screen and (max-width: 576px) {
  .appointment h1 {
    font-size: 35px;
  }
}
.appointment p {
  font-size: 25px;
  color: #00141b;
}
@media screen and (max-width: 576px) {
  .appointment p {
    font-size: 20px;
  }
}
.appointment .price-title {
  font-size: 30px;
  color: #197b67;
}
@media screen and (max-width: 576px) {
  .appointment .price-title {
    font-size: 25px;
  }
}
.appointment .price {
  font-size: 50px;
}
.appointment .WhatsApp {
  margin: 0px auto;
  display: flex;
  width: 400px;
  border: 0px;
  padding: 8px;
  border-radius: 50px;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #03bf2b;
  text-align: center;
  text-decoration: none;
  font-size: 30px;
  justify-content: center;
  align-items: center;
  margin-bottom: 3%;
}
@media screen and (max-width: 576px) {
  .appointment .WhatsApp {
    font-size: 20px;
    width: 90%;
  }
}
.appointment .WhatsApp:hover {
  background-color: #028c20;
}
.appointment .fa-whatsapp {
  font-size: 40px;
  margin-right: 3%;
  color: #ffffff;
}
@media screen and (max-width: 576px) {
  .appointment .fa-whatsapp {
    font-size: 30px;
  }
}

.contacto {
  background-color: #00141b;
  color: white;
}
.contacto h3 {
  text-transform: uppercase;
  font-size: 50px;
  font-weight: 100;
}
@media screen and (max-width: 576px) {
  .contacto h3 {
    font-size: 35px;
  }
}
.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: 50%;
  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%;
}
@media screen and (max-width: 576px) {
  .contacto .WhatsApp {
    width: 100%;
  }
}
.contacto .WhatsApp:hover {
  background-color: #075e54;
}
.contacto .icon-whatsapp {
  width: 37px;
}

.adress {
  padding: 20px 0px 20px 0px;
  background-color: #a3c37c;
  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;
}

footer {
  background-color: #197b67;
  color: white;
  font-size: 15px;
  font-weight: 200;
}
footer .pie-addmx {
  font-size: 12px;
}
footer a {
  text-decoration: none;
  color: #46bea3;
}/*# sourceMappingURL=escain.css.map */