/*  
	Theme Name: Artsurfcamp 
	Version: 1.0 2025
    Contenido: Banner contacto
	Author: hctr
*/

.bannerContacto {
  width: 100%;
  margin-top: 3.7rem;
}

.bannerContacto__container {
  width: 100%;
  padding: 7.4rem 9.2rem;
}

.bannerContacto__contenido {
  z-index: 1;
  width: 100%;
  padding: 4.9rem 9rem;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 10rem;
}

.bannerContacto__top {
  width: 100%;
  margin-bottom: 6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 7%;
}

.bannerContacto__top h3 {
  flex: 1 0.45 45%;
  font-size: var(--size--70);
  font-weight: normal;
  line-height: 1;
  text-transform: uppercase;
  color: var(--color--secundario);
}

.bannerContacto__top p {
  flex: 1 0.55 55%;
  font-size: var(--size--15);
  color: var(--color--principal);
  line-height: 1.4;
  text-align: justify;
  hyphens: auto;
}

.bannerContacto__bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 7%;
}

.bannerContacto__datos {
  flex: 1 0.45 45%;
}

.bannerContacto__datos h4 {
  font-size: var(--size--18);
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 1.8rem;
}

.bannerContacto__datos ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 1.8rem;
  line-height: 1.3;
}

.bannerContacto__datos ul:nth-child(2) {
  margin-bottom: 3.6rem;
}

.bannerContacto__datos ul li {
  font-size: var(--size--15);
}

.bannerContacto__form {
  flex: 1 0.55 55%;
}

.bannerContacto__form form > p {
  margin-bottom: 1.5rem;
}

.bannerContacto__form form > p label {
  display: block;
  width: 100%;
  font-size: var(--size--15);
  color: var(--color--principal);
  border-bottom: 0.5px solid var(--color--principal);
  padding-bottom: 0.5rem;
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  gap: 1rem;
}

.bannerContacto__form form > p label.mensaje {
  align-items: flex-start;
}

.bannerContacto__form form > p label > span {
  flex: 1;
}

.bannerContacto__form form > p label > span input {
  width: 100%;
  border: none;
  background: transparent;
  font-size: var(--size--15);
  color: var(--color--principal);
  outline: none;
}

.bannerContacto__form form > p label > span textarea {
  width: 100%;
  max-height: 10rem;
  border: none;
  background: transparent;
  font-size: var(--size--15);
  color: var(--color--principal);
  resize: none;
  outline: none;
}

.bannerContacto__form form > p small {
  font-size: 10px;
}

.bannerContacto__form form .aceptar span {
  margin: 0;
  font-size: var(--size--11);
  color: var(--color--principal);
}

.bannerContacto__form form .aceptar span a {
  font-size: var(--size--11);
  color: var(--color--principal);
}

.bannerContacto__form form .enviar p {
  display: flex;
  align-items: flex-end;
}

.bannerContacto__form form input[type="submit"] {
  padding: 0.7rem 0.7rem 0.5rem 0.7rem;
  background-color: var(--color--secundario);
  color: var(--color--terciario);
  text-decoration: none;
  font-size: var(--size--13);
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 3rem;
}

.bannerContacto__container picture {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.bannerContacto__container picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 959px) {
  .bannerContacto__top {
    flex-direction: column;
    align-items: center;
    row-gap: 2.5rem;
  }
  .bannerContacto__top p {
    text-align: center;
  }
  .bannerContacto__bottom {
    flex-direction: column;
    align-items: center;
    row-gap: 2.5rem;
  }
  .bannerContacto__datos {
    flex: initial;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 639px) {
  .bannerContacto__container {
    padding: 3.7rem;
  }
}
