@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.roboto-medium {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}

/* Reset */
* {
  margin: 0;
  padding: 0;
}

/* Quitar puntos a las listas */
.row a {
  text-decoration: none;
  color: black;
}

/* Quitar puntos a las listas */
ul {
  list-style: none;
}

.carousel__imagen {
  width: 85%;
  height: 30vw;
}

.carousel-control-next-icon {
  position: relative;
  right: 8vw;
}

.carousel-control-prev-icon, .carousel__imagen {
  position: relative;
  left: 8vw;
}

.navbar__container-fluid--icono {
  width: 30px;
  height: 24px;
}

.margin-right-10 {
  margin-right: 10px;
}

.style {
  background-color: #6AB04C;
}

.footer {
  width: 100%;
  background-color: #ffffff;
}
.footer .footer__grupo1 {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 50px;
  padding: 45px 0px;
}
.footer .footer__grupo1 .footer__grupo1--caja figure {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .footer__grupo1 .footer__grupo1--caja figure img {
  width: 250px;
}
.footer .footer__grupo1 .footer__grupo1--caja h2 {
  color: rgb(0, 0, 0);
  margin-bottom: 25px;
  font-size: 20px;
}
.footer .footer__grupo1 .footer__grupo1--caja p {
  color: #000000;
  margin-bottom: 10px;
}
.footer .footer__grupo1 .grupo1--caja--redes a {
  display: inline-block;
  text-decoration: none;
  width: 45px;
  height: 45px;
  line-height: 45px;
  color: #ffffff;
  margin-right: 10px;
  background-color: #0d2033;
  text-align: center;
  transition: all 300ms ease;
}
.footer .footer__grupo1 .grupo1--caja--redes a:hover {
  color: rgb(0, 89, 255);
}
.footer .footer__grupo2 {
  background-color: #0a1a2a;
  padding: 15px 10px;
  text-align: center;
  color: #fff;
}
.footer .footer__grupo2 small {
  font-size: 15px;
}

.padding-top-25 {
  padding-top: 25px;
}

/* Sección de imagen superpuesta en index.html */
.sobre-nosotros {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7647058824)), url("..//assets/portada.webp");
  background-position: top center;
  background-attachment: fixed;
  background-size: cover;
  padding: 35px;
}
.sobre-nosotros a {
  text-decoration: none;
  color: white;
}

.testimonios {
  padding: 40px 0;
  background: #f1f1f1;
  color: #434343;
  text-align: center;
}

.testimonios__interno {
  max-width: 1200px;
  margin: auto;
  overflow: hidden;
  padding: 0 20px;
}

.testimonios__interno--borde {
  width: 160px;
  height: 5px;
  background: #6ab04c;
  margin: 26px auto;
}

.testimonios__interno--fila {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.testimonios__interno--columna {
  flex: 33.33%;
  max-width: 33.33%;
  box-sizing: border-box;
  padding: 15px;
}

.interno--columna--testimonio {
  background: #fff;
  padding: 30px;
  height: 400px;
}
.interno--columna--testimonio img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.columna--testimonio--nombre {
  font-size: 20px;
  text-transform: uppercase;
  margin: 20px 0;
}

.testimonio--nombre--estrellas {
  color: #6ab04c;
  margin-bottom: 20px;
}

.imagen-dudas {
  width: 25%;
  height: 25%;
}

.imagen-dudas-acerca-de {
  width: 50%;
}

/* Hacer que se distancien los elementos unos a otros */
.fila {
  display: flex;
  justify-content: space-around;
}

.imagen-dq {
  width: 85%;
  height: 30vw;
}

/* Centrado de elementos */
.centrado {
  text-align: center;
}

.imagenes-caja-vecina {
  width: 40%;
}

.padding-25 {
  padding: 25px;
}

.padding-top-50 {
  padding-top: 50px;
}

.color {
  color: black;
}

.margin-50 {
  margin-top: 50px;
}

.font-size-x-large {
  font-size: x-large;
}

.font-size-large {
  font-size: large;
}

.margin-25 {
  margin: 25px 25px 25px 25px;
}

.margin-25-top-bottom {
  margin: 25px 0 25px 0;
}

.desplazado-right-15 {
  position: relative;
  right: 15px;
}

.contenedor-grid {
  display: grid;
  grid-template-rows: repeat(5, 65h);
  grid-template-columns: repeat(2, 6fr);
  grid-template-areas: "contenedor-grid__banner contenedor-grid__banner" "contenedor-grid__imagen-1 contenedor-grid__descripcion-1" "contenedor-grid__imagen-2 contenedor-grid__descripcion-2" "contenedor-grid__contacto contenedor-grid__contacto" "imagen-dudas contenedor-grid__dudas";
}

.contenedor-grid__banner {
  grid-area: contenedor-grid__banner;
}

.contenedor-grid__imagen-1 {
  grid-area: contenedor-grid__imagen-1;
}

.contenedor-grid__descripcion-1 {
  grid-area: contenedor-grid__descripcion-1;
}

.contenedor-grid__descripcion-2 {
  grid-area: contenedor-grid__descripcion-2;
}

.contenedor-grid__imagen-2 {
  grid-area: contenedor-grid__imagen-2;
}

.contenedor-grid__contacto {
  grid-area: contenedor-grid__contacto;
}

.contenedor-grid__dudas {
  grid-area: contenedor-grid__dudas;
}

.contenedor-grid__imagen-dudas {
  grid-area: contenedor-grid__imagen-dudas;
}

.contenedor-grid--ajuste-foto {
  width: 100%;
  height: 100%;
}

/*Centrar números de páginas */
.container-fila {
  display: flex;
  justify-content: center;
}

.altura-imagenes {
  width: 200px;
  height: 200px;
}

.altura-producto {
  width: 30%;
}

.products {
  display: flex;
  justify-content: space-between;
  margin: 20px 40px 20px 40px;
}
.products a {
  text-decoration: none;
  color: black;
}

.espaciado-paginas {
  gap: 10px;
  padding-top: 150px;
}

.gap-grid {
  padding: 100px;
}

.products__card {
  background-color: rgb(241, 241, 241);
  border-radius: 8px;
}

@media screen and (max-width: 950px) {
  .carousel__imagen {
    height: 65vw;
  }
  .products {
    flex-direction: column;
  }
  .contenedor-grid {
    display: grid;
    grid-template-rows: repeat(7, 65vh);
    grid-template-columns: repeat(2, 6fr);
    grid-template-areas: "contenedor-grid__banner contenedor-grid__banner" "contenedor-grid__imagen-1 contenedor-grid__imagen-1" "contenedor-grid__descripcion-1 contenedor-grid__descripcion-1" "contenedor-grid__imagen-2 contenedor-grid__imagen-2" "contenedor-grid__descripcion-2 contenedor-grid__descripcion-2" "contenedor-grid__contacto contenedor-grid__contacto" "imagen-dudas contenedor-grid__dudas";
  }
  .imagen-dq {
    height: 65vw;
  }
  .testimonios__interno--columna {
    flex: 100%;
    max-width: 100%;
  }
  .footer .footer__grupo1 {
    width: 90%;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 30px;
    padding: 35px 0px;
  }
  .margin-25 {
    margin: 25px 0 25px 0;
  }
  .contenedor-grid__descripcion-1 .font-size-large {
    font-size: medium;
  }
  .contenedor-grid__descripcion-2 .font-size-large {
    font-size: medium;
  }
}

/*# sourceMappingURL=styles.css.map */
