:root {
  --gray: #494949;
  --botones: #0A939E;
  --naranja: #FF7C43;
  --titulos: #0A6E9F;
  --sm: 14px;
  --md: 16px;
  --lg: 28px;
}

.pagina9 {
  padding: 60px 20px;
  background: #fff;
  font-family: 'Montserrat', sans-serif;
}

.texto9_1-2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
  gap: 40px;
}

.parte1-9 {
  flex: 1 1 450px;
}

.titulo9 {
  color: var(--titulos);
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.2;
}

.parte1-9 h2 {
  color: var(--gray);
  font-size: 20px;
  margin-bottom: 25px;
  font-weight: normal;
}

.bold-title {
  font-weight: bold;
  font-size: 18px;
  margin-top: 20px;
}

.correo_email {
  font-size: 18px;
  color: var(--gray);
  margin-top: 5px;
}

.social-icons {
  margin-top: 10px;
}

.social-icons img {
  height: 40px;
  margin-right: 15px;
}

#ubicacion {
  font-size: 16px;
  margin-top: 20px;
}

.parte2-9 {
  flex: 1 1 500px;
  background-color: #056190;
  padding: 30px;
  border-radius: 8px;
}

.form9 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.input9 {
  padding: 14px 16px;
  font-size: 14px;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  border: none;
  border-radius: 2px;
  background-color: white;
  color: #056190;
  width: 100%;
  box-sizing: border-box;
}

.input9::placeholder {
  color: #056190;
  font-weight: 600;
  opacity: 1;
}

.email-telefono {
  display: flex;
  gap: 16px;
}

.email-telefono .input {
  flex: 1;
}

.politica-datos {
  display: flex;
  align-items: flex-start;
  font-size: 12px;
  color: white;
  line-height: 1.4;
  gap: 10px;
}

.politica-datos input[type="checkbox"] {
  margin-top: 4px;
  accent-color: white;
  width: 14px;
  height: 14px;
}

a{
    color: white;
    text-decoration: none;
}
.politica-datos a {
  color: white;
  font-weight: bold;
  text-decoration: underline;
}

.primary-buttom9 {
  background-color: var(--naranja);
  color: white;
  font-size: 16px;
  padding: 12px 30px;
  text-align: center;
  border-radius: 25px;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  width: fit-content;
  margin-top: 20px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.primary-buttom9:hover {
  background-color: #ff5e1f;
}

@media (max-width: 768px) {
  .texto9_1-2 {
    flex-direction: column;
    align-items: center;
  }

  .parte1-9, .parte2-9 {
    width: 100%;
  }

  .titulo9 {
    font-size: 28px;
    text-align: center;
  }

  .parte1-9 h2 {
    font-size: 16px;
    text-align: center;
  }

  .social-icons {
    justify-content: center;
  }

  .primary-buttom9 {
    width: 100%;
    text-align: center;
  }

  .parte2-9 {
    flex: 0;
    background-color: #056190;
    padding: 30px;
    border-radius: 8px;
}
.parte1-9 {
    flex:0;
}
}
