@import url('https://fonts.googleapis.com/css?family=Oswald:700&display=swap');

body {
  background: #191919;
  color: #fff;
  font-family: 'Oswald', 'Montserrat', Arial, sans-serif;
  margin: 0;
}

.main-bg {
  background: #191919;
  min-height: 100vh;
  width: 100%;
}

.container {
  max-width: 1300px;
  margin: 0 auto;
  width: 100%;
  padding: 0 20px;
}

.header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 50px 0 24px 0;
  gap: 40px;
}

.header-left {
  flex: 1 1 360px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.logo-line {
  display: flex;
  align-items: center;
  margin-bottom: 26px;
}

.icono {
  height: 48px;
  width: auto;
}

.logo {
  max-width: 210px;
  height: 70px;
}

.bienvenidos {
  font-family: 'Oswald', 'Montserrat', Arial, sans-serif;
  font-size: 7rem;
  font-weight: 700;
  letter-spacing: 0.006em;
  line-height: 1;
  margin-top: 50px;
  margin-bottom: 35px;
}

.desc {
  font-size: 2.5rem;
  margin-bottom: 8px;
  line-height: 1.13;
  margin-top: 250px;
}

.rosa {
  color: #feb3eb;
  font-weight: 700;
}

.header-img img {
  border: 40px solid #feb3eb;
  max-width: 500px;
  width: 100%;
  border-radius: 0;
  display: block;
}

.quienes-somos {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 60px;
  margin-top: 55px;
  margin-bottom: 42px;
}

.qs-img img {
  max-width: 700px;
  width: 100%;
  margin-bottom: 0;
}

.qs-text {
  max-width: 440px;
}

.qs-text h2 {
  font-family: 'Oswald', 'Montserrat', Arial, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 26px;
  margin-top: 0;
}

.qs-text p {
  font-size: 1.6rem;
  margin-bottom: 20px;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 400;
  line-height: 1.23;
}

.btn-rosa {
  background-color: #feb3eb;
  color: #191919;
  padding: 13px 36px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 4px;
  display: inline-block;
  font-size: 1.24rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin-top: 30px;
}

.porque {
  padding-top: 46px;
  text-align: center;
}

.porque-title {
  font-family: 'Oswald', 'Montserrat', Arial, sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 38px;
}

.porque-grid {
  max-width: 950px;
  margin: 0 auto 30px auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 36px;
  justify-content: center;
}

.pq-card {
  background: #222;
  border: 2px solid #feb3eb;
  padding: 22px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 32px;
  min-height: 180px;
}

.pq-card img {
  width: 140px;
  height: 140px;
  border-radius: 8px;
  object-fit: cover;
  background: #fff;
  flex-shrink: 0;
}

.pq-card p {
  font-family: 'Oswald', 'Montserrat', Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  text-align: left;
  margin: 0;
  line-height: 1.29;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}

.pq-btn {
  margin-top: 32px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: 0;
  font-family: 'Oswald', 'Montserrat', Arial, sans-serif;
  font-size: 1.23rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 14px 36px;
  background: #feb3eb;
  border-radius: 4px;
  color: #191919;
  text-decoration: none;
  display: block;
  width: fit-content;
  text-align: center;
}

.destacados-seccion {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 40px;
  margin-top: 60px;
}

.destacados-col.izq {
  width: 680px;
  max-width: 90vw;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.destacados-img-grande,
.destacados-img-secundaria {
  width: 100%;
  max-height: 320px;
  object-fit: cover;
  border-radius: 6px;
}

.destacados-col.der {
  flex: 2 1 0;
  display: flex;
  flex-direction: column;
  gap: 42px;
  justify-content: center;
  align-items: flex-start;
}

.destacados-col.der h2 {
  font-family: 'Oswald', 'Montserrat', Arial, sans-serif;
  font-size: 3.1rem;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin: 20px 0;
  line-height: 1.1;
}

.destacados-btn {
  background: #feb3eb;
  color: #191919;
  font-family: 'Oswald', 'Montserrat', Arial, sans-serif;
  font-size: 1.35rem;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 4px;
  padding: 18px 28px;
  text-decoration: none;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: fit-content;
  text-align: center;
}

.destacados {
  margin-top: 50px;
  display: flex;
  gap: 40px;
  align-items: flex-start;
  justify-content: flex-start;
}

.dest-img img {
  width: 340px;
  max-width: 100%;
  border-radius: 10px;
  margin-bottom: 0;
}

.dest-titulos {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.dest-titulos h2 {
  font-family: 'Oswald', 'Montserrat', Arial, sans-serif;
  font-size: 3rem;
  text-transform: uppercase;
  margin: 0;
  font-weight: bold;
  color: #fff;
}

.reconocimientos {
  margin-top: 70px;
  margin-bottom: 100px;
}

.reco-grid {
  display: grid;
  grid-template-columns: 2fr 2fr 2.7fr;
  grid-template-rows: 370px 200px;
  gap: 30px;
  align-items: start;
  max-width: 1500px;
  margin: 0 auto;
}

.reco-video {
  grid-column: 1 / 3;
  grid-row: 1 / 2;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #181818;
  border-radius: 18px;
  overflow: hidden;
}

.reco-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 18px;
  border: none;
  box-shadow: none;
}

.reco-img-col {
  grid-column: 1 / 3;
  grid-row: 2 / 3;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.reco-img-col img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 14px;
  background: #181818;
  border: none;
  box-shadow: none;
}

.reco-instagram-col {
  grid-column: 3 / 4;
  grid-row: 1 / 3;
  display: flex;
  align-items: center;
  justify-content: center;
}

.reco-instagram {
  width: 100%;
  max-width: 460px;
  border-radius: 16px;
  border: none;
  box-shadow: none;
  background: #181818;
}

.servicios {
  margin-top: 54px;
  margin-bottom: 34px;
}

.serv-title {
  font-family: 'Oswald', 'Montserrat', Arial, sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 23px;
  text-align: center;
}

.serv-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 14px;
  margin-bottom: 18px;
  justify-content: center;
}

.serv-block {
  background: #222;
  color: #feb3eb;
  padding: 18px 5px;
  text-align: center;
  font-family: 'Oswald', 'Montserrat', Arial, sans-serif;
  font-weight: 700;
  font-size: 1.30rem;
  border-radius: 4px;
  text-decoration: none;
  border: 2px solid #feb3eb;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.serv-img-row {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 16px;
  justify-content: center;
  margin-top: 22px;
}

.serv-img-row img {
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
  max-height: 300px;
}

.footer {
  background: #feb3eb;
  color: #191919;
  padding: 70px 0 50px 0;
  width: 100%;
}

.footer-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 30px;
}

.footer-info {
  flex: 1;
  min-width: 320px;
  max-width: 500px;
  font-size: 1.5rem;
  line-height: 1.7;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: flex-start;
}

.footer-info .bold {
  font-family: 'Oswald', 'Montserrat', Arial, sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 26px;
  display: block;
}

.footer-info p {
  margin-bottom: 22px;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
}

.footer-logo-imgs {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  min-width: 500px;
}

.footer-logo {
  max-width: 780px;
  height: auto;
  display: block;
  margin-bottom: 20px;
}

.footer-img-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 16px;
  max-width: 780px;
  width: 100%;
}

.footer-img-grid img {
  width: 100%;
  height: 350px;
  border-radius: 12px;
  object-fit: cover;
}

/* RESPONSIVE MEDIA QUERIES */

@media (max-width: 1300px) {
  .container {
    max-width: 98vw;
    padding: 0 15px;
  }
}

@media (max-width: 1100px) {
  .destacados-seccion {
    flex-direction: column;
    gap: 28px;
    align-items: center;
  }
  
  .destacados-col.izq {
    width: 100%;
    max-width: 95vw;
  }
  
  .destacados-img-grande,
  .destacados-img-secundaria {
    max-width: 100%;
  }
  
  .destacados-col.der {
    align-items: center;
    text-align: center;
    width: 100%;
  }
  
  .destacados-col.der h2 {
    font-size: 2.2rem;
  }
  
  .reco-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto;
    gap: 16px;
    max-width: 99vw;
  }
  
  .reco-video {
    grid-column: 1 / 3;
    grid-row: 1 / 2;
    height: 240px;
    border-radius: 12px;
  }
  
  .reco-img-col {
    grid-column: 1 / 3;
    grid-row: 2 / 3;
    gap: 12px;
  }
  
  .reco-img-col img {
    height: 150px;
  }
  
  .reco-instagram-col {
    grid-column: 1 / 3;
    grid-row: 3 / 4;
    max-width: 100%;
    margin: 0 auto;
  }
  
  .reco-instagram {
    max-width: 100%;
  }
}

@media (max-width: 1000px) {
  .header,
  .quienes-somos,
  .destacados,
  .serv-img-row {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  
  .header-left {
    align-items: center;
    text-align: center;
  }
  
  .header-img img,
  .qs-img img,
  .dest-img img {
    margin: 40px auto 0 auto;
  }
  
  .bienvenidos {
    margin-top: 30px;
    font-size: 4rem;
  }
  
  .desc {
    font-size: 1.8rem;
    margin-top: 90px;
  }
  
  .qs-text {
    max-width: 100%;
    text-align: center;
  }
  
  .qs-text h2,
  .porque-title,
  .dest-titulos h2,
  .serv-title {
    font-size: 2.4rem;
  }
  
  .serv-grid {
    grid-template-columns: 1fr 1fr;
  }
  
  .serv-img-row {
    grid-template-columns: 1fr;
  }
  
  .porque-grid {
    max-width: 99vw;
  }
  
  .footer-content {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  
  .footer-info {
    max-width: 100%;
  }
  
  .footer-logo-imgs {
    align-items: center;
    min-width: 0;
  }
  
  .footer-img-grid {
    grid-template-columns: repeat(2, 1fr);
    max-width: 500px;
  }
  
  .footer-img-grid img {
    height: 180px;
  }
}

@media (max-width: 900px) {
  .porque-grid {
    grid-template-columns: 1fr;
    max-width: 99vw;
    gap: 24px;
  }
  
  .pq-card {
    flex-direction: column;
    align-items: flex-start;
    min-height: 130px;
    padding: 18px;
    gap: 18px;
  }
  
  .pq-card img {
    width: 110px;
    height: 110px;
  }
  
  .pq-card p {
    font-size: 1.14rem;
  }
}

@media (max-width: 768px) {
  .container {
    padding: 0 12px;
  }
  
  .header {
    padding: 30px 0 20px 0;
    gap: 30px;
  }
  
  .bienvenidos {
    font-size: 3rem;
  }
  
  .desc {
    font-size: 1.5rem;
    margin-top: 60px;
  }
  
  .serv-block {
    font-size: 1.1rem;
    padding: 14px 8px;
  }
  
  .footer-logo {
    max-width: 300px;
  }
}

@media (max-width: 700px) {
  .header-img img {
    border-width: 16px;
    max-width: 95vw;
  }
  
  .qs-img img {
    max-width: 97vw;
  }
  
  .bienvenidos {
    font-size: 2.3rem;
    margin-top: 20px;
  }
  
  .qs-text h2,
  .porque-title,
  .dest-titulos h2,
  .serv-title {
    font-size: 1.8rem;
  }
  
  .desc {
    font-size: 1.25rem;
    margin-top: 26px;
  }
  
  .qs-text p,
  .pq-card p,
  .footer-info p {
    font-size: 1.3rem;
  }
  
  .btn-rosa {
    font-size: 1rem;
    padding: 10px 18px;
  }
  
  .pq-card img {
    width: 70px;
    height: 70px;
  }
  
  .serv-img-row img {
    max-height: 150px;
  }
  
  .reco-grid {
    display: block;
    max-width: 100vw;
  }
  
  .reco-video,
  .reco-img-col,
  .reco-instagram-col {
    width: 100%;
    margin-bottom: 18px;
  }
  
  .reco-video {
    height: auto;
    min-height: 200px;
  }
  
  .reco-video video {
    height: auto;
    min-height: 200px;
  }
  
  .reco-img-col {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  
  .reco-img-col img {
    height: 140px;
  }
  
  .reco-instagram {
    max-width: 100%;
    height: auto;
  }
  
  .footer-info .bold {
    font-size: 1.8rem;
  }
  
  .footer-info p {
    font-size: 1.1rem;
  }
}

@media (max-width: 520px) {
  .header,
  .quienes-somos,
  .destacados,
  .porque,
  .reconocimientos,
  .servicios {
    padding: 16px 8px;
    gap: 14px;
  }
  
  .logo {
    max-width: 140px;
    height: 40px;
  }
  
  .icono {
    height: 32px;
    width: auto;
  }
  
  .bienvenidos {
    font-size: 3rem;
  }
  
  .desc {
    font-size: 1.5rem;
  }
  
  .qs-text h2,
  .porque-title,
  .dest-titulos h2,
  .serv-title {
    font-size: 3rem;
  }
  
  .pq-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  
  .pq-card img {
    width: 300px;
    height: 300px;
  }
  
  .serv-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  
  .serv-block {
    font-size: 1rem;
  }
  
  .footer-content {
    padding: 0 15px;
    gap: 30px;
  }
  
  .footer-logo {
    max-width: 300px;
  }
  
  .footer-img-grid {
    gap: 10px;
    max-width: 180%;
  }
  
  .footer-img-grid img {
    height: 100px;
    border-radius: 8px;
  }
  
  .footer-info .bold {
    font-size: 2rem;
  }
  
  .footer-info p {
    font-size: 1.2rem;
  }
  
  .reco-img-col img {
    height: 100px;
  }
}

@media (max-width: 400px) {
  .bienvenidos {
    font-size: 1.5rem;
  }
  
  .header-img img {
    border-width: 10px;
  }
  
  .footer-img-grid img {
    height: 80px;
  }
  
  .reco-video {
    min-height: 150px;
  }
  
  .reco-video video {
    min-height: 150px;
  }
  
  .reco-img-col img {
    height: 80px;
  }
}
