#portada-contactanos {
  background-image: linear-gradient(rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%), url("https://raw.githubusercontent.com/EmmanuelAguilarM/ZendraLiving/refs/heads/main/assets/images/png/5.png") !important;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: bottom !important;
  background-size: auto !important;
  margin-top: -11vh;
  height: 101vh;
}

#header-contactanos {
  background-color: transparent !important;
  z-index: 0;
  border: 0px;
}

.form-contactanos-overlay {
  background-color: rgba(0, 0, 0, 0.4);
  padding: 5px;
  border-radius: 12px;
  text-align: center;
}

.contact-form {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 0px;
  background-color: #fff;
  padding: 5px 10px;
  border-radius: 15px;
}

.contact-form input[type=text] {
  padding: 12px 20px;
  border: none;
  width: 250px;
  font-size: 1rem;
  border-radius: 15px;
  color: #83a49c !important;
}
.contact-form input[type=text]::placeholder {
    color: #83a49c !important;
}
.contact-form input[type=text]:focus::placeholder {
    color: #009e78 !important;
}

.contact-form input[type=text]:focus {
  border: none !important;
  color: #009e78 !important;
  -webkit-box-shadow: none;
}

.contact-form button {
  background-color: #007f5f;
  color: white;
  padding: 12px 24px;
  border: none;
  border-radius: 15px;
  font-size: 1rem;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
}

.contact-form button:hover {
  background-color: #005f45;
}

#ubicacion-mapa{
    max-width: 1080px;
    width: 100%;
}

#contenedor-resp-desarrollo {
  padding-top: 35px !important;
  padding-bottom: 0px !important;
}
#contactanos-desarrollo-txt {
  margin-bottom: 0px;
}
.padding-bottom-contactanos{
    padding-bottom: 70px !important;
}




.container-contacto-flex {
  z-index: 3;
  background-color: #000;
}
.contactos-img img {
  height: 100%;
  max-height: 38px;
}

#servicios-content.container-contacto-flex {
  display: flex;
  align-items: center;
  height: 100vh !important;
  padding-top: 170px !important;
  padding-bottom: 120px !important;
}
.contactos {
  display: flex;
  align-items: center;
  padding: 15px 0px;
}
.contactos-img {
  width: 15%;
}
.contactos-descripcion {
  width: 85%;
}

.contactos-img i {
  font-size: 30px !important;
}
.contactos-descripcion h2 {
  font-weight: 900;
  font-size: 18px;
}
.contactos-descripcion p {
  color: #c5c5c5 !important;
}

.contacto-form h1 {
  font-size: 2rem;
  margin-bottom: 8px;
}

#formulario input, #formulario textarea {
  width: 100%;
  background: transparent;
  border-top: 1px transparent solid;
  border-left: 1px transparent solid;
  border-right: 1px transparent solid;
  border-bottom: 1px #fff solid;
  color: #fff !important;
  margin-top: 15px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -webkit-transition: color 0.3s ease, border 0.3s ease;
}

#formulario input {
  height: 60px;
}

#formulario textarea{
  height: 65px;
}

#formulario input:focus, #formulario textarea:focus {
  border: 1px #fff solid;
  -webkit-box-shadow: 0 0 10px rgba(50, 100, 255, 0.5);
}

#formulario input::placeholder, #formulario textarea::placeholder {
  color: #9a9a9a !important;
}
.container-contacto-form {
  width: 62%;
}
.container-contacto-info {
  width: 38%;
}
.contacto-form {
  width: 100%;
  max-width: 642px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(10px);
  padding: 15px 30px;
  border-radius: 30px !important;
  margin: auto;
}

#formulario button {
  background-color: transparent;
  color: #fff !important;
  border: 1px #fff solid;
  margin-top: 15px;
  padding: 12px 25px;
  -webkit-transition: color 0.3s ease, background 0.3s ease, border 0.3s ease;
}
#formulario button:hover {
  background-color: #fff;
  color: #000 !important;
  border: 1px #000 solid;
}




@media (max-width: 1280px) {
#servicios-content.container-contacto-flex {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}
.contacto-form {
  margin-right: 0px;
  margin-left: auto;
}
}

@media (max-width: 1080px) {
.contacto-form h1 {
  font-size: 1.7rem;
}
.contacto-form p {
  font-size: 0.9rem !important;
}
.contactos-descripcion h2 {
  font-size: 1rem;
}
.contactos-descripcion p {
  font-size: 0.8rem !important;
}
.contactos-img {
  text-align: center;
}
.contactos-img img {
  margin: auto;
}
}

@media (max-width: 768px) {
#servicios-content.container-contacto-flex {
  display: grid;
  height: auto !important;
  padding-top: 110px !important;
  padding-bottom: 60px !important;
}
.container-contacto-info {
  width: 100%;
  margin-bottom: 40px;
}
.container-contacto-form {
  width: 100%;
}
 .contacto-form {
    margin: auto;
  }
.contacto-info {
  width: 100%;
  max-width: 460px;
  margin: auto;
}
 .contacto-form h1 {
    font-size: 1.4rem;
  }
 .contacto-form p {
    font-size: 0.8rem !important;
  }
}