.nav {
  padding: 20px 10px 20px 10px !important;
  background-color: white;
  border-bottom: 10px solid #c6dfd1;
}
.nav .navbar-nav {
  justify-content: space-around;
  align-items: center;
  width: 100%;
}
.nav .nav-link {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 300;
  color: #142d54 !important;
}
.nav .nav-link:hover {
  color: #5cb482 !important;
}
.nav .active {
  color: #5cb482 !important;
  font-weight: 400;
}
.nav .logo {
  width: 180px;
  margin-left: 10px;
}
.nav .WhatsApp {
  margin: 0px auto;
  display: flex;
  width: 200px;
  border: 0px;
  padding: 5px;
  border-radius: 50px;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #69ce47;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  justify-content: center;
  align-items: center;
  margin-bottom: 3%;
}
.nav .WhatsApp:hover {
  background-color: #c6dfd1;
}
.nav .fa-whatsapp {
  font-size: 30px;
  margin-right: 3%;
}
.nav .navbar-toggler {
  background-color: #c6dfd1;
  border-color: #f4f4f4;
}

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

.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: 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: 12px;
  }
}
.carousel-caption h2 {
  font-size: 25px;
}
.carousel-caption .button-slider {
  display: block;
  background-color: #5cb482;
  padding: 10px;
  text-align: center;
  width: 100%;
  border-radius: 5px;
  text-decoration: none;
  color: #f2f2f2;
  text-transform: uppercase;
}
.carousel-caption .button-slider:hover {
  background-color: #142d54;
  color: #f2f2f2;
}

.productos {
  padding: 50px 0px 50px 0px;
  background-color: white;
  color: #142d54;
  font-weight: lighter;
}
.productos h1 {
  font-weight: 200;
  text-transform: uppercase;
}
.productos p {
  font-size: 20px;
}
.productos .child {
  padding: 10px;
}
.productos .image-container {
  margin-bottom: 5%;
}
.productos .image-container img {
  width: 100%;
  height: auto;
}
.productos .title {
  font-size: 20px;
  text-transform: uppercase;
}
.productos .description {
  font-size: 15px;
  padding: 0px 30px 0px 30px;
}
.productos .button {
  display: block;
  background-color: #5cb482;
  padding: 8px;
  text-align: center;
  width: 150px;
  border-radius: 5px;
  text-decoration: none;
  color: #69ce47;
  margin: 0px auto;
  text-transform: uppercase;
  font-weight: 300;
  cursor: pointer;
}
.productos .button:hover {
  background-color: #142d54;
}
.productos ul {
  padding-left: 0px;
  list-style: none;
  font-weight: 300;
}
.productos .card-container {
  border: solid 1px #4d4d4d;
  padding: 20px;
  width: 90%;
  margin: 0px auto;
}
.productos .WhatsApp {
  display: flex;
  width: 190px;
  border: 0px;
  padding: 5px;
  border-radius: 50px;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #f2f2f2;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  justify-content: center;
  align-items: center;
  margin-bottom: 3%;
}
.productos .WhatsApp:hover {
  background-color: #c6dfd1;
}
.productos .fa-whatsapp {
  font-size: 30px;
  margin-right: 3%;
}

.remates {
  background-color: white;
  color: #808080;
  box-shadow: 1px 1px 7px 0px rgba(64, 64, 64, 0.52);
  -webkit-box-shadow: 1px 1px 7px 0px rgba(64, 64, 64, 0.52);
  -moz-box-shadow: 1px 1px 7px 0px rgba(64, 64, 64, 0.52);
}
.remates .h1 {
  margin-bottom: 2%;
  color: #142d54;
  font-size: 30px;
}
.remates .child {
  padding: 10px;
}
@media screen and (max-width: 576px) {
  .remates img {
    width: 100% !important;
  }
}
.remates .title {
  font-size: 20px;
  text-transform: uppercase;
}
.remates .description {
  font-size: 15px;
  padding: 0px 30px 0px 30px;
}
@media screen and (max-width: 576px) {
  .remates p {
    text-align: center;
  }
}
.remates .button {
  display: block;
  background-color: #5cb482;
  padding: 8px;
  text-align: center;
  width: 150px;
  border-radius: 5px;
  text-decoration: none;
  color: #69ce47;
  margin: 0px auto;
  text-transform: uppercase;
  font-weight: 300;
  cursor: pointer;
}
.remates .button:hover {
  background-color: #142d54;
}
.remates ul {
  padding-left: 0px;
  list-style: none;
  font-weight: 300;
}
.remates .card-container {
  border: solid 1px #4d4d4d;
  padding: 20px;
  width: 90%;
  margin: 0px auto;
}
.remates .WhatsApp {
  display: flex;
  width: 300px;
  border: 0px;
  padding: 10px;
  border-radius: 5px;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #69ce47;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  justify-content: center;
  align-items: center;
  margin-bottom: 3%;
}
@media screen and (max-width: 576px) {
  .remates .WhatsApp {
    width: 100%;
  }
}
.remates .WhatsApp:hover {
  background-color: #5cb482;
}
.remates .fa-whatsapp {
  font-size: 30px;
  margin-right: 3%;
}

.nosotros {
  background-color: #142d54;
  color: white;
}
.nosotros h2 {
  text-transform: uppercase;
}
.nosotros .title {
  font-size: 60px;
  font-weight: lighter;
  text-transform: uppercase;
}
@media screen and (max-width: 576px) {
  .nosotros .title {
    font-size: 40px;
  }
}
.nosotros .description {
  font-size: 25px;
  font-weight: 300;
}
@media screen and (max-width: 576px) {
  .nosotros .description {
    font-size: 20px;
  }
}
.nosotros .WhatsApp {
  display: flex;
  width: 350px;
  border: 0px;
  padding: 10px;
  border-radius: 50px;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #69ce47;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  justify-content: center;
  align-items: center;
  margin-bottom: 3%;
}
@media screen and (max-width: 576px) {
  .nosotros .WhatsApp {
    width: 100%;
    font-size: 15px;
  }
}
.nosotros .WhatsApp:hover {
  background-color: #5cb482;
}
.nosotros .fa-whatsapp {
  font-size: 30px;
  margin-right: 3%;
}

.contact {
  padding: 50px 10px 50px 10px;
  background-color: #f4f4f4;
  color: #142d54;
}
.contact h3 {
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 100;
}
.contact p {
  font-size: 20px;
  font-weight: 200;
  margin-bottom: 5%;
}
@media screen and (max-width: 576px) {
  .contact p {
    font-size: 15px;
  }
}
.contact .title {
  font-size: 30px;
  color: yellow;
  font-weight: 100;
}
.contact .title-social {
  text-transform: uppercase;
}
.contact ul {
  list-style: none;
  padding-left: 0px;
}
.contact ul li {
  font-size: 20px;
  font-weight: 300;
}
@media screen and (max-width: 576px) {
  .contact ul li {
    font-size: 15px;
  }
}
.contact .WhatsApp {
  margin: 0px auto;
  display: flex;
  width: 50%;
  border: 0px;
  padding: 5px;
  border-radius: 50px;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #69ce47;
  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) {
  .contact .WhatsApp {
    width: 80%;
  }
}
.contact .WhatsApp:hover {
  background-color: #5cb482;
}
.contact .fa-whatsapp {
  width: 60px;
  font-size: 40px;
}
.contact .tex-adress {
  margin-bottom: 0%;
}
.contact .Telefono {
  color: #69ce47;
  text-decoration: none;
  font-size: 25px;
}
.contact .fa-whatsapp {
  color: #142d54;
}
.contact label {
  font-weight: 500;
}
.contact input {
  border: 1px solid #5cb482;
}
.contact ::-moz-placeholder {
  color: #bababa !important;
}
.contact ::placeholder {
  color: #bababa !important;
}
.contact .button {
  background-color: #142d54;
  width: 30%;
  border: 0px;
  border-radius: 50px;
  height: 40px;
  color: white;
  text-transform: uppercase;
}
@media screen and (max-width: 576px) {
  .contact .button {
    width: 100%;
  }
}
.contact .button:hover {
  background-color: #6088c7;
}

footer {
  padding: 50px 0px 50px 0px !important;
  background-color: #142d54;
  color: white;
  padding: 10px;
  font-size: 15px;
  font-weight: 200;
}
footer .pie-addmx {
  font-size: 12px;
}/*# sourceMappingURL=styles.css.map */