@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
form {
  margin: 10px 50px; }

.cuerpo-formulario {
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 20px 5px; }
  .cuerpo-formulario label {
    font-size: 18px; }
  .cuerpo-formulario p {
    margin: 0px;
    font-size: 18px; }

.boton-enviar {
  margin-top: 10px;
  display: flex;
  justify-content: end; }
  .boton-enviar input {
    width: 110px;
    height: 35px; }

@media screen and (max-width: 991px) {
  form {
    margin: 5px 30px; }
  .cuerpo-formulario {
    gap: 10px; } }

@media screen and (max-width: 600px) {
  form {
    margin: 5px 10px; }
  .cuerpo-formulario {
    grid-template-columns: 1fr;
    gap: 5px; }
    .cuerpo-formulario label {
      font-size: 16px; }
    .cuerpo-formulario p {
      font-size: 16px; } }

.carousel-tamano {
  width: 60%;
  margin: auto; }

@media screen and (max-width: 600px) {
  .carousel-tamano {
    width: 95%;
    margin: auto; } }

@media screen and (max-width: 991px) {
  .carousel-tamano {
    width: 90%;
    margin: auto; } }

.nosotros-mapa {
  margin: 50px; }

.texto-nosotros-corto {
  display: none; }

@media screen and (max-width: 991px) {
  .nosotros-mapa {
    margin: 20px; }
  .texto-nosotros-corto {
    display: inline; }
  .texto-nosotros-largo {
    display: none; } }

@media screen and (max-width: 600px) {
  .nosotros-mapa {
    margin: 10px; } }

.ficha-producto-foto {
  width: 100%;
  height: 100%;
  object-fit: scale-down; }

.ficha-producto-foto:hover {
  outline: 5px solid #ff7676;
  outline-style: outset; }

.section-galeria-grid {
  margin: 10px 2%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(3, 0, 36vw);
  gap: 10px; }

@media screen and (max-width: 991px) {
  .section-galeria-grid {
    margin: 10px 10%;
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: repeat(6, 0, 69vw);
    gap: 10px; } }

@media screen and (max-width: 600px) {
  .section-galeria-grid {
    margin: 10px 10%;
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: repeat(6, 0, 69vw);
    gap: 10px; } }

main h4 {
  font-size: 24px;
  font-weight: 400;
  text-align: center; }

.ficha-servicios {
  width: 95vw;
  margin: 10px auto 50px auto;
  padding: 20px;
  border: 2px solid #aaa;
  border-radius: 10px;
  box-shadow: 5px 5px 5px #aaa; }

.ficha-servicios-cuerpo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px; }
  .ficha-servicios-cuerpo img {
    width: 40%;
    height: 40%;
    object-fit: scale-down; }

.ficha-servicios-cuerpo-p {
  margin: 10px 0px 40px 0px; }

@media screen and (max-width: 991px) {
  .ficha-servicios-cuerpo {
    gap: 10px;
    align-items: flex-start; }
    .ficha-servicios-cuerpo img {
      width: 30%;
      height: 30%;
      object-fit: scale-down; }
  .ficha-servicios-cuerpo-p {
    margin: 5px 0px 25px 0px; } }

@media screen and (max-width: 600px) {
  main h4 {
    font-size: 20px;
    font-weight: 400;
    text-align: center; }
  .ficha-servicios {
    width: 95vw; }
  .ficha-servicios-cuerpo {
    gap: 10px;
    flex-direction: column;
    align-items: flex-start; }
    .ficha-servicios-cuerpo img {
      width: 70%;
      height: 70%;
      margin: auto;
      object-fit: scale-down; }
  .ficha-servicios-cuerpo-p {
    margin: 5px 0px 20px 0px; } }

* {
  font-family: 'Poppins', sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style-type: none; }

a:visited {
  color: #9000ff; }

a:hover {
  font-weight: bold; }

h1 {
  font-size: 36px;
  font-weight: 600;
  text-align: center; }

h2 {
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 30px; }

main p {
  margin: 2rem 10%;
  font-size: 18px;
  font-weight: 400;
  text-align: justify; }

footer {
  padding: 1%;
  display: flex;
  justify-content: center;
  font-size: 15px; }
  footer ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 5vw; }
    footer ul li {
      text-align: center; }

@media screen and (max-width: 991px) {
  footer {
    font-size: 15px; }
  footer ul {
    flex-direction: column;
    gap: 4px; } }

@media screen and (max-width: 600px) {
  h1 {
    font-size: 30px;
    font-weight: 600;
    text-align: center; }
  h2 {
    font-size: 20px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 15px; }
  main p {
    margin: 2rem 10%;
    font-size: 16px;
    font-weight: 400;
    text-align: justify; }
  footer {
    font-size: 12px; }
  footer ul {
    flex-direction: column;
    gap: 2px; } }
