#cabeceraCont .fondo1 {
  padding: 50px;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../images/contacto.jpg) 50% 50% / cover;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  width: 100%;
  min-height: 500px;
  height: 70vh;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

#cabeceraCont .title {
  width: 1100px;
  left: 50%;
  position: absolute;
  opacity: 1;
  text-align: center;
  top: 45%;
  transform: translate(-50%, -50%);
  transition: opacity 1s linear;
}

#cabeceraCont .title h1 {
  color: #fff;
  text-align: center;
  font-size: 92.749px;
  font-weight: 800;
  line-height: 80%;
}

#cabeceraCont .title .btnGeneral {
  margin-top: 50px;
}

#contacta {
  background-color: #f0ede5;
  padding-bottom: 300px;
}

#contacta .title {
  text-align: center;
}

#contacta .title h2 {
  margin-bottom: 40px;
}

#iconosCont .container .iconos {
  justify-content: space-evenly;
  display: flex;
}

#iconosCont .container .iconos > div img {
  width: 65px;
  height: 72.83px;
  object-fit: contain;
}

#iconosCont .container .iconos > div p {
  color: #000;
  text-align: center;
  font-family: 'HK Grotesk-light', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 200;
  line-height: 24px;
  letter-spacing: 0.7px;
}

#iconosCont .container .iconos > div {
  gap: 44px;
  text-align: center;
  width: 33%;
}

#iconosCont #mapa {
  margin-top: 100px;
}

#iconosCont #mapa a {
  display: flex;
  background: url(../images/map.jpg) 50% 50% / cover;
  width: 100%;
  height: 620px;
}

@media screen and (max-width: 1400px) {
  #cabeceraCont .title h1 {
    font-size: 70px;
  }

  #cabeceraCont .title {
    width: 80%;
  }
}

@media screen and (max-width: 1200px) {
  #cabeceraCont .title h1 {
    font-size: 60px;
  }

  #cabeceraCont .title {
    width: 90%;
    top: 50%;
  }

  #contacta {
    padding-bottom: 70px;
  }

  #cabeceraCont .title h2 {
    font-size: 23px;
  }

  #cabeceraCont .fondo1 {
    height: 100%;
    min-height: 100%;
  }

  #cabeceraCont {
    height: 80vh;
    min-height: 500px;
  }

  #iconosCont .container .iconos > div img {
    width: 50px;
    height: 50px;
  }
}

@media screen and (max-width: 992px) {
  #cabeceraCont .title h1 {
    font-size: 50px;
  }

  #contacta .title h2 {
    margin-bottom: 20px;
  }

  #iconosCont #mapa a {
    height: 44vh;
  }

  #iconosCont #mapa {
    margin-top: 50px;
  }

  #iconosCont span {
    font-size: 14px;
  }
}

@media only screen and (max-width: 768px) {
  #cabeceraCont .title {
    width: 80%;
  }

  #cabeceraCont,
  #cabeceraCont .fondo2 {
    height: 60vh;
    min-height: 500px;
  }

  #iconosCont .container .iconos {
    justify-content: center;
    flex-wrap: wrap;
  }

  #iconosCont .container .iconos > div {
    width: 50%;
    gap: 20px;
  }

  #contacta .container {
    padding: 0;
  }

  #cabeceraCont .title h1 {
    font-size: 40px;
  }

  #iconosCont #mapa a {
    height: 35vh;
  }
}

@media only screen and (max-width: 480px) {
  #cabeceraCont .title {
    top: 40%;
  }

  #iconosCont .container .iconos > div {
    width: 100%;
    gap: 8px;
  }

  #cabeceraCont .title h1 {
    font-size: 30px;
  }

  #cabeceraCont .title h2 {
    font-size: 18px;
  }

  #iconosCont .container .iconos {
    gap: 15px;
  }

  #iconosCont .container .iconos > div img {
    width: 30px;
    height: 30px;
  }
  #iconosCont #mapa a {
    height: 23vh;
  }
}
