@import url("general.css");

/* Banner */
.inicioform {
  background-image: url(../img/contacto/fondo-contacto.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  width: 100%;
  height: 800px;
}

.inicioform h1 {
  color: var(--color-blanco);
  padding-top: 250px;
}

/* Formulario */
.zanahoria {
  position: absolute;
  margin-top: -505px;
  width: auto;
  left: -100px;
}

.formulario {
  margin-top: 100px;
}

form {
  max-width: 500px;
}

.form-group {
  margin-bottom: 25px;
}

input[type="text"],
textarea {
  width: 100%;
  padding: 15px;
  background-color: transparent;
  border: none;
  border-bottom: 3px solid var(--color-naranja);
  color: black;
  font-size: 18px;
  outline: none;
  resize: none;
}

textarea {
  height: 100px;
}

input[type="text"]::placeholder,
textarea::placeholder {
  color: var(--color-verde);
}

.btn-1 {
  position: relative;
  background-color: var(--color-naranja) !important;
  color: var(--color-blanco);
  font-family: "Poppins-Regular";
  font-size: 15px !important;
  box-sizing: border-box;
  border: 0;
  outline: 0;
  margin-top: 20px;
  padding: 10px 20px;
  cursor: pointer;
  transition: .25s ease;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75);
}


/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  .zanahoria {
    width: 600px;
  }
  form {
    max-width: 100%;
  }
  .papa {
    width: 300px !important;
  }
}

@media (max-width: 767.98px) {
  img{
    max-width: 100%;
  }
  .zanahoria {
    width: 450px;
    left: 0px;
  }
}

/* Información */
.info {
  margin: 50px;
  height: 300px;
  position: relative;
}

.info h2 {
    color: var(--color-negro);
}

.info p {
  font-family: Poppins-Regular;
  font-size: 22px;
  margin-top: 15px;
}

.papa {
  margin-left: -142px;
  position: absolute;
  width: 400px;
}

.repollo {
  position: absolute;
  margin-left: 100px;
  width: 450px;
}

/* seccion redes*/
.redes {
  text-align: center;
  height: 400px;
}

.redes .iconos {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 75px;
  cursor: pointer;
}

.redes .icono {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  background-color: var(--color-naranja);
  border-radius: 90%;
  transition: 1s;
}

.redes .icono:hover{
  background-color: var(--color-verde);
}

.redes .icono svg {
  fill: #fff;
  width: 20px;
  height: 20px;
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  .redes {
    text-align: center;
    height: 340px;
  }
}

@media (max-width: 767.98px) {
  .repollo {
    display: none;
  }
}




@media (max-width: 1399.98px) {
}

@media (max-width: 1199.98px) {
}

@media (max-width: 991.98px) {
}

@media (max-width: 767.98px) {
}
