/*---------------------------AJUSTES GENERALES DE LA PAGINA---------------------------*/
*{
    margin: 0%;
    padding: 0%;
}
/*---------------------------AJUSTES DE LA VISTA MOVIL DE LA PAGINA---------------------------*/
@media (max-width: 1099px) {
  .noveno{
    display: block !important;
    justify-content: center;
  }
  .novenouno{
    margin-left: 10% !important; 
  }
  .novenodos, .novenotres{
    margin-left: 10% !important;
  }

    /* --- AJUSTES GENERALES DEL LAYOUT --- */
    
    .container {
        width: 90%; /* Hacemos el contenedor fluido */
    }

    /* Ocultamos las barras superiores en móvil */
    .barra1{
        display: none;
    }

    .barra2 {
        margin-top: 0;
    }


  .contenedor-central {
    display: flex;
    flex-direction: column; /* Apila las opciones */
    align-items: flex-start; /* Alinea el contenido a la izquierda */
    padding-left: 0 !important;
    margin-left: 5% !important;
  }

  .textointro{
    margin: auto 5% !important;
    }
    .textointrocontainer{
    margin-bottom: 15% !important;
    }

.botones{
    width: 200px;
}

.textobarra2{
    padding: 0% !important;
    margin: 0% !important;
    text-align: center !important;
}

}

/*---------------------------AJUSTES DE LA CABECERA DE LA PAGINA---------------------------*/

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #f5f0eb;
    /*Para que la imagen de fondo se mantenga fija*/
    background-attachment: fixed;
}
.barra1{
    background-color: #ffae00;
    padding: 9px 0px;
    font-family: "Lato", sans-serif;
}
.barra1 a{
    color: rgba(255,255,255,0.7);
}
.barra1 a:hover{
    color: #fff;
}

ul{
    list-style-type: none;
    margin: 0%;
}
li{
    display: inline-block;
}
li a{
    text-decoration: none;
}
.eleizq{
    text-align: left;
    float: left;
}
.eleizqLI{
    padding-left: 110px;
}
.eleizqLI2{
    padding-left: 15px;
}
.elederLI{
    padding-right: 15px;
}
.elederLI2{
    padding-right: 150px;
}
.eleder{
    text-align: right;

}

.barra2{
    background-color: #ffae00;
    background-image: url(Imagenes/bread.png);
    padding: 29px 0;
    display: block;
}
.textobarra2{
    margin-right: auto;
    margin-left: auto;
    padding-left: 140px;
    padding-right: 15px;
    color: #fff;
}
.nav-link{
    color: #333;
}
.nav-link:hover{
    color: #333;
    
}
.btn-close{
    color: #333;
}

.navbar{
    color: #333;
    font-family: "Lato", sans-serif;
    
}
.navbar-toggler-icon {
    filter: invert(100%); /* Esto lo hace blanco, ajusta según necesites */ 
}
.navbar-nav{
    margin-right: 0%;
}
.navbar-brand{
    margin-left: 5%;
}
.navbar-toggler{
    justify-content: right;
}

.nav-item{
    margin-right: 0%;
    border-radius: 5px; 
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
.nav-item:hover{
    background-color: #ffae00;

}
.nav-item a{
    font-size: 15px;
}
nav, .offcanvas {
    /*Fondo de la barra lateral desplegable*/
    background-color: #ffffff;
}
    /*QUITAR UN BORDE POR DEFECTO QUE APARECE ALREDEDOR DEL BOTON DE LA PESTAÑA*/
.navbar-toggler {
    border: none;
}
/*QUITAR UN BORDE POR DEFECTO CUANDO SE LE DA CLICK AL BOTON */
.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}

/*---------------------------AJUSTES DEL FORMULARIO DE LA PAGINA---------------------------*/
.titulouno{
    margin-bottom: 2.5%;
}
.titulo{
    margin-bottom: 2.5%;
    margin-top: 2.5%;
}
.textointrocontainer{
    margin-top: 5%;
    margin-bottom: 5%;
}
.textointro{
    font-size: 16px;
    text-align: center;
    margin: auto 100px;
}

.form{
    /*indica que los elementos hijos directos dentro de este contenedor 
    flexible se deben organizar verticalmente, uno debajo del otro.*/
    flex-direction: column; 
  }
.form.active {
    display: flex;
}
.container {
    background: white;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    max-width: 1000px; /* Usa el ancho máximo */
    width: 90%;       /* Ocupa el 90% de la pantalla en móviles */
    position: relative;
    margin: 5% auto;
    text-align: center;
  }
.botones{
    border-radius: 15px;
    transition: opacity 0.3s ease;
    cursor: pointer;
}
/* Efecto al pasar el mouse por encima de la imagen */
.botones:hover {
    /* Reduce la opacidad para que se vea un poco más transparente */
    opacity: 0.8; /* Un valor entre 0.1 (muy transparente) y 0.9 (casi visible) */
}

  /*---------------------------AJUSTES DE LA PARTE FINAL DE LA PAGINA---------------------------*/

.noveno{
    font-family: Lato, sans-serif;
    background-image: url(Imagenes/bread.png);
    background-repeat: no-repeat;
    background-size: cover;      /* Hace que cubra todo el contenedor */
    background-position: center; /* Centra la imagen */
    background-color: #353535;
    color: rgba(255, 255, 255, 0.6);
    display: flex;
    padding-top: 2.5%;
    padding-bottom: 2%;
    justify-content: left;


}

.novenouno, .novenodos{
    max-width: 300px; /* Ajusta el ancho de cada elemento */

}
.novenodos h3, .novenotres h3{
    font-size: 23px;
    font-weight: normal;
}
.novenouno{
    margin-left: 10%;
}
.novenouno p{
    line-height: 27px;
}

.novenouno span{
    color: #fff;
}
.novenodos{
    margin-left: 2%;
}
.novenodos h3:after, .novenotres h3:after{
    content: "";
    background: #ffae00;
    display: block;
    position: relative;
    width: 50px;
    height: 3px;
    margin-top: 20px;
    margin-bottom: -5px;
    border-radius: 5px;
  }

.novenodos li a::before{
    font-family: FontAwesome;
    content: "\f105";
    margin-right: 8px;
}
.novenodos li{
    display: block;
    padding: 5px 0;
    line-height: 36px;
    padding: 2px 0;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
.novenodos li a{
    color: rgba(255, 255, 255, 0.6);
    padding-right: 100px;
    transition: 300ms;
}
.novenodos ul{
    padding-left: 0%;
}
.novenodos li a:hover{
    color: #fff;
}
.novenotres{
    max-width: 350px;
    margin-left: 2%;
}

.novenotres p{
    padding-right: 0px;
    margin: 1% auto
}
.grayscale a{
    text-decoration: none;
}
.grayscale img {
    margin-top: 8%;
    opacity: 0.4;
    filter: alpha(opacity=40);
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    -webkit-transition: 300ms;
    transition: 300ms;
    display: inline-block;
    max-width: 100%;
  }
  .grayscale img:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    -webkit-transition: 300ms;
    transition: 300ms;
  }
  .decimo{
    color: rgba(255,255,255,0.6);
    background: #353535;
    border-top: 1px solid #4f4f4f;
    font-family: Lato, sans-serif;
    text-align: center;
    padding: 22px 0;
  }
