@font-face{
    font-family: FuturLig;
    src:url("../fuente/Nunito/Nunito-VariableFont_wght.ttf");
}

*{
    font-family: 'FuturLig', sans-serif;
    color: #333333;
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body{
    background-image: url("../imagenes/fondo.png");
    background-size:cover;
    background-repeat:no-repeat;
    /*font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;*/
    font-size: 15px;

}

input[type="text"]{
    width: 95%;
    height: 35px;
    color: #405a49;
    text-align: center;
    font-size: 15px;
    border-bottom: 1px solid #000000;
    border-radius: 5px;
}

input[type="submit"]{
    background-color: #2e7d32;
    width: 300px;
    height: 40px;
    color: #ffffff;
    text-align: center;
    font-size: 15px;
    border-radius: 5px 5px 20px 5px;
    cursor: pointer;
}

select{
    width: 95%;
    height: 35px;
    color: #405a49;
    border-radius: 5px;
    font-size: 15px;
}

option{
    color: #405a49;
    text-align:justify;
    font-size: 15px;
}

textarea{
    resize: none;
    width: 95%;
    height: 90px;
    color: #405a49;
    text-align: justify;
    font-size: 15px;
    border-radius: 5px;
    border-bottom: 1px solid #ccc;
}

table{
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 15px;
  overflow: hidden; /* ayuda a recortar bordes si hay fondo */
}

td{
    padding: 0 0 0 5px;
}

#cabecera{
    background-image: url("../imagenes/cabecera-formulario.png");
    background-size:cover;
    background-position: center center;
    background-repeat:no-repeat;
    height: 14em;
    padding: 50px 0 50px 0;
    border-radius: 15px;
    margin: 0 auto;
    width: 97%;
}

#eslogan{
    width: 60%;
    padding: 20px 0 20px 0;
    border-radius: 20px;
}

#formulario{
    background-image: url('../imagenes/fondo-colibri.png');
    background-size:cover; /* Mantiene toda la imagen visible */
    background-repeat: no-repeat;
    background-position: center;
    background-position: top center; /* Ajusta el colibrí hacia arriba */
    width: 60%;
    padding: 90px 0 50px 0;
    border-radius: 20px;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
}

h2{
    font-size: 60px;
    color:#ffffff;
}

p{
    color:#405a49;
    font-size: 22px;
    text-align: justify;
}

#ley1581{
    color:#405a49;
    font-size: 17px;
    text-align: justify;
}

#informate{
  width: fit-content;     /* O un ancho fijo como 300px */
  margin: 15px auto;      /* Centrado horizontal automático */
}

#div-informate table td{
  padding: 0px 4px;       /* Reduce espacio interno */
  margin: 0;              /* Asegura que no haya margen */
  line-height: 1;       /* Reduce altura de línea */
}

#div-informate p{
  font-size: 13px;
  white-space: normal;     /* Permite saltos de línea */
  word-break: break-word;
}

/*footer*/
.footer {
  position: relative;
  font-family: 'Segoe UI', sans-serif;
  border-radius: 4px;
  padding: 0px;
  z-index: 1;
  overflow: hidden;
}

.footer * {
  color: #ffffff;
}


.footer::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-image: url("../imagenes/vehiculos.jpg");
  background-size: cover;
  background-position: center;
  filter: brightness(0.14); /* más bajo = más oscuro */
  z-index: -1;
}

.descargar-button{
  display: inline-block;
  font-size: 12px;
  border-radius: 5px 5px 20px 5px;
  border: none;
  background-color: #2e7d32;
  color: #ffffff;
  padding: 10px 20px;
  margin: 3px 6px 3px 6px;
  text-decoration: none;
  cursor: pointer;
}

.cta-banner {
  background-color: #31b300;
  text-align: center;
  padding: 10px 0 10px 50px;
}

.cta-banner p,
.cta-banner strong {
  color: #000000;
}


.cta-button {
  display: inline-block;
  border-radius: 3px 3px 20px 3px;
  border: none;
  font-size: 15px;
  margin-top: 10px;
  background-color: #bcfca3;
  color: #256428;
  padding: 10px 20px;
  text-decoration: none;
  cursor: pointer;
}

.footer-content {
  padding: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}

.footer-section {
  flex: 1 1 250px;
}

.footer-section h4 {
  margin-bottom: 10px;
  font-size: 1.0rem;
}

.footer-section p {
  margin-bottom: 10px;
  font-size: 1.0rem;
}

.footer-section ul {
  list-style: none;
  padding: 0;
}

.footer-section ul li {
  margin-bottom: 6px;
}

.footer-section ul li a {
  text-decoration: none;
  font-weight: bold;
}

.footer-section ul li a:hover {
  text-decoration: underline;
}

.footer-section.logos img {
  max-height: 50px;
  margin-right: 10px;
}

.footer-bottom {
  padding: 0 0 20px 50px;
  margin-top: 30px;
  font-size: 0.9rem;
}

.footer-bottom p{
  font-size: 0.9rem;
}

