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

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

.header {
  padding: 10px 0px;
  background-color: #dd1f64;
  text-align: center;
  color: #feffee;
}
.header .WhatsApp {
  margin: 0px auto;
  display: flex;
  width: 190px;
  border: 0px;
  padding: 5px;
  border-radius: 50px;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #25d366;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  justify-content: center;
  align-items: center;
}
.header .WhatsApp:hover {
  background-color: #075e54;
}
.header .icon-whatsapp {
  width: 30px;
}

.nav-escain {
  padding: 5px 0px 5px 0px !important;
  background-color: #feffee;
}
.nav-escain .navbar-nav {
  justify-content: space-around;
  align-items: center;
  width: 100%;
}
.nav-escain .nav-link {
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 300;
  color: #64274c !important;
}
.nav-escain .nav-link:hover {
  color: #dd1f64 !important;
}
.nav-escain .active {
  color: #dd1f64 !important;
  font-weight: 400;
}
.nav-escain .logo {
  width: 100px;
  height: 100px;
}
.nav-escain .WhatsApp {
  margin: 0px auto;
  display: flex;
  width: 190px;
  border: 0px;
  padding: 5px;
  border-radius: 50px;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #25d366;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  justify-content: center;
  align-items: center;
  margin-bottom: 3%;
}
.nav-escain .WhatsApp:hover {
  background-color: #075e54;
}
.nav-escain .icon-whatsapp {
  width: 30px;
}

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

.carousel-caption {
  background-color: #000000;
  width: 55%;
  position: absolute;
  top: 10%;
  left: 5 !important;
  height: 300px;
  opacity: 0.9;
}
@media screen and (max-width: 576px) {
  .carousel-caption {
    width: 70%;
    height: auto;
    top: 20%;
  }
}
.carousel-caption .description {
  width: 90%;
  margin: 0px auto;
  position: relative;
  text-align: left;
}
.carousel-caption h5 {
  font-size: 30px;
  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: 20px;
  font-weight: 200;
}
@media screen and (max-width: 576px) {
  .carousel-caption p {
    font-size: 15px;
  }
}
.carousel-caption .button-slider {
  display: block;
  background-color: #dd1f64;
  padding: 10px;
  text-align: center;
  width: 170px;
  border-radius: 5px;
  text-decoration: none;
  color: #feffee;
}
.carousel-caption .button-slider:hover {
  background-color: #69ce47;
}

.information-modal {
  max-width: 90% !important;
  margin: 0px auto !important;
  top: 2% !important;
}
.information-modal .modal-title {
  font-size: 35px;
  color: #64274c;
  text-transform: uppercase;
}
@media screen and (max-width: 576px) {
  .information-modal .modal-title {
    font-size: 25px;
  }
}
.information-modal .h3 {
  color: #64274c;
  font-size: 30px;
}
@media screen and (max-width: 576px) {
  .information-modal .h3 {
    font-size: 25px;
  }
}
.information-modal p {
  font-size: 16px;
  color: #808080;
  text-align: justify;
}
.information-modal .note {
  color: #dd1f64;
  font-size: 14px;
}
.information-modal .WhatsApp {
  display: flex;
  width: 250px;
  border: 0px;
  padding: 5px;
  border-radius: 50px;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #25d366;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  justify-content: center;
  align-items: center;
}
.information-modal .WhatsApp:hover {
  background-color: #075e54;
}
.information-modal .icon-whatsapp {
  width: 30px;
}

.productos {
  padding: 100px 0px 100px 0px;
  background-color: #dd1f64;
  color: #feffee;
  font-weight: lighter;
}
.productos h1 {
  margin-bottom: 2%;
  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 #94dd7c;
  cursor: pointer;
}
.productos .title {
  font-size: 20px;
  text-transform: uppercase;
}
.productos .description {
  font-size: 15px;
  padding: 0px 30px 0px 30px;
}
.productos .button {
  display: block;
  background-color: #69ce47;
  padding: 10px;
  text-align: center;
  width: 170px;
  border-radius: 5px;
  text-decoration: none;
  color: #feffee;
  margin: 0px auto;
  text-transform: uppercase;
  font-weight: 400;
  cursor: pointers;
}
.productos .button:hover {
  background-color: #94dd7c;
}

.pay-section {
  padding: 50px 0px 50px 0px;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 576px) {
  .pay-section {
    display: block;
    text-align: center;
    padding: 20px 20px 20px 20px;
  }
}
.pay-section img {
  width: 100px;
  height: 100px;
  margin-right: 2%;
}
.pay-section p {
  font-size: 20px;
  color: #808080;
}
@media screen and (max-width: 576px) {
  .pay-section p {
    font-size: 15px;
    padding: 20px;
  }
}
.pay-section b {
  color: #fc4c01;
}

.banner {
  padding: 20px !important;
  background-color: #feffee;
}
.banner p {
  font-size: 40px;
  color: #dd1f64;
  font-weight: 200;
}
@media screen and (max-width: 576px) {
  .banner p {
    font-size: 30px;
    padding: 20px;
  }
}
.banner .text {
  font-size: 25px;
}
@media screen and (max-width: 576px) {
  .banner .text {
    font-size: 20px;
    padding: 20px;
  }
}
.banner .WhatsApp {
  display: flex;
  width: 190px;
  border: 0px;
  padding: 5px;
  border-radius: 50px;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #25d366;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  justify-content: center;
  align-items: center;
  margin-bottom: 3%;
}
@media screen and (max-width: 576px) {
  .banner .WhatsApp {
    width: 90%;
  }
}
.banner .WhatsApp:hover {
  background-color: #075e54;
}
.banner .icon-whatsapp {
  width: 30px;
}

.nosotros {
  background-color: #64274c;
  color: #feffee;
}
.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: 30px;
  font-weight: 400;
  text-transform: uppercase;
}
@media screen and (max-width: 576px) {
  .nosotros .title {
    font-size: 20px;
  }
}
.nosotros .description {
  font-size: 15px;
  font-weight: 300;
  text-align: justify;
}
@media screen and (max-width: 576px) {
  .nosotros .description {
    font-size: 15px;
  }
}

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

.contacto {
  padding: 50px 10px 50px 10px;
  background-color: #dd1f64;
  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;
}
.contacto .tex-adress {
  margin-bottom: 0%;
}

.adress {
  padding: 50px 0px 50px 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: #64274c;
  padding: 40px 0px 40px 0px;
  font-weight: lighter;
  color: #feffee;
}
.social-media img {
  margin-bottom: 4%;
}
.social-media i {
  font-size: 50px;
  color: #feffee;
}

footer {
  padding: 50px 0px 50px 0px !important;
  background-color: #feffee;
  color: #64274c;
  padding: 10px;
  font-size: 15px;
  font-weight: 200;
}
footer .pie-addmx {
  font-size: 12px;
}
footer a {
  text-decoration: none;
  color: #000000;
}/*# sourceMappingURL=styles.css.map */