* {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: "Playfair Display";
  src: url("/fonts/PlayfairDisplay-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("/fonts/Poppins-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Oswald";
  src: url("/fonts/Oswald.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("/fonts/Roboto.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: 1rem;
  z-index: 2000;
  padding: 0.75rem 1rem;
  background: #000;
  color: #fff;
  border-radius: 0.25rem;
  text-decoration: none;
  font-size: 0.95rem;
  transform: translateY(-140%);
  transition: transform 0.25s ease-in-out;
}

.skip-link:focus {
  transform: translateY(0);
  outline: 3px solid #fff;
  outline-offset: 4px;
}

/* nav */
.nabvarTitulos {
  font-family: "Oswald", sans-serif;
  transition: transform 0.3s ease-in-out;
  font-size: 1.5rem;
  font-weight: 500;
  color: #111111;
}

.navbar-brand {
  padding: 0 !important;
}

.imgNavbar {
  width: 200px;
  height: 69px;
}

/* carrousell */
.imagenCarrousell {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* nosotros  */
.tituloNosotros {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.2;
}

.textoNosotros {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 1.0625rem;
  line-height: 2;
}

.textoNosotros div p {
  margin-bottom: 1rem;
  text-align: justify;
  text-justify: inter-word;
}

/* servicios */
#Servicios {
  background-image: url("../imagenes/fondo/fondo.png");
  background-repeat: repeat;
}

.tituloServicios {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.2;
}

.textoServicios {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 1.875rem;
  line-height: 2;
}

.tituloCard {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 1.3;
}

.textoCard {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 1.075rem;
  line-height: 2;
}

/* slideline footer */
.fondoFooter {
  overflow: hidden;
}

.fondoFooter img {
  display: block;
  width: 100%;
  height: auto;
}

/* footer */
.imagenFooter {
  width: 130px;
  height: auto;
}

.textoFooter {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 1rem;
}

.footerMedia {
  width: 300px;
}

/* Estilos para el whatsapp */
.whatsapp {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  border-radius: 50px;
  text-align: center;
  font-size: 29.8px;
  z-index: 100;
}

.bi-whatsapp {
  margin-top: 6px;
}

@media (max-width: 1072px) {
  .footerMedia {
    width: 100%;
  }
}

@media (max-width: 992px) {
  /* navbar */
  .nabvarTitulos {
    font-size: 1rem;
  }
  .imgNavbar {
    width: 100px;
    height: 35px;
  }

  /* nosotros */
  .tituloNosotros {
    font-size: 2rem;
  }

  .textoNosotros {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 1rem;
    line-height: 1.5;
  }

  /* servicios */
  .tituloServicios {
    font-size: 2rem;
  }

  .textoServicios {
    font-size: 1.0675rem;
  }
  .servicioMediaT {
    border-top-right-radius: 0.25rem !important;
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0 !important;
  }
  .servicioMediaB {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }
  .tituloCard {
    font-size: 1.875rem;
  }
  .textoCard {
    font-size: 1.075rem;
  }
}
