/* Estilos generales */
/* Estilos para el footer */

.footer_formulario{
  background-color: #333;
  color: #000000;
  padding: 10px 0;
  text-align: center;
}

.container__footer{
  max-width: 1200px;
  margin: 0 auto;
}

/* Añade estilos flexbox al footer */
.footer-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.footer-content h2{
  font-size: 17px;
}

/* Estilos para el formulario */
.contact-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  padding: 20px;
  background-color: #203a75;
  border-radius: 8px;
  font-weight: 500;
  font-size: 17px;
}

.input-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 1px;

}

.input-group label {
  margin-bottom: 10px;
  color:#130f0d;
}

.input-group input,
.input-group select,
.input-group textarea {

  padding: 10px;
  border: 1px solid #fff;
  border-radius: 3px;
  width: 300px
  background-color: #9b9b9b;
  color: #130f0d;
}
.input-group textarea{
  padding: 3px;
}
.button-group {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
#state {
  color:#130f0d;
}

#submit-btn {
  padding: 10px 20px;
  background-color: #130f0d;
  color: #fff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
}

#submit-btn:hover {
  background-color: #007BD6;
}

/* Estilos para el captcha */ 


/* Estilos responsive */
@media screen and (max-width: 700px) {
.container {
    max-width: 90%;
  }

.footer-content {
    flex-direction: column;
  }

.contact-form {
    padding: 10px;
  }

  
.footer-content {
  width: 350px;
 
}
  .contact-info,
  .form {
    width: 100%;
  }

.border_line{
  border-bottom: 2px solid #cccccc77;
  display: flex;
  width: 68%;
  justify-content: space-evenly;
  margin: auto;
  padding-bottom: 20px;
}

.content-foo{
      text-align: center;
      font-size: 15px;
  }


}

/*

parte inferior


*/

.contenedor-footer{
  display: flex;
  width: 100%;
  justify-content: space-evenly;
  margin: auto;
}

.content-foo{
  text-align: center;
}

.content-foo h2{
  color: #fff;
  padding-bottom: 5px;
  margin-bottom: 10px;
  max-width: 100%;
  font-size: 20px;

}
  
.content-foo h3{
  color: #fff;
  border-bottom: 3px solid #15bcf9;
  padding-bottom: 5px;
  margin-bottom: 10px;
  max-width: 100%;
  font-size: 25px;

}

.content-foo h4{
  color: #fff;
  border-bottom: 1px solid #15bcf9;
  padding-bottom: 5px;
  margin-bottom: 10px;
  max-width: 100%;
}
  
.content-foo p{
  color: #f2f2f2;
  font-size: 16px;
}


.titulo-final{
  text-align: center;
  font-size: 22px;    
  color: #9e9797;
  padding-bottom: 0px;
}


.contenedor-pie{
      
  text-align: center;
  display: flex;
      
  }
  

.footer-content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row;

}

.border_line{
  border-bottom: 2px solid #cccccc77;
  display: flex;
  width: 60%;
  justify-content: space-evenly;
  margin: auto;
  padding-bottom: 20px;
}
 @media screen and (max-width:900px){
	.footer-content > img{
		width: 10px;
	}