body {
  background-color: #F6F0E7;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Bebas Neue', sans-serif;
    font-weight: 100;
}
h2  {
  font-size: 3rem;
  text-align: center;
}
.hero {
    background: url(/Imagenes/portada.jpg);
    background-size: cover;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}
.hero.quienes-somos {
  background: url(/Imagenes/portada-quienes-somos.jpg);
  background-size: cover;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}
.hero.marco-juridico {
  background: url(/Imagenes/portada-marco-juridico.jpg);
  background-size: cover;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}
.hero.informacion {
  background: url(/Imagenes/portada-informacion.jpg);
  background-size: cover;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}
.hero h2 {
  font-size: 2.4rem;
  background-color: #162E2F;
  padding: 1rem 2rem 1rem 2rem;
  border-radius: 2rem;
}


.blue.darken-2 {
  background-color: #bbae9e !important;
}

.div_abajo_whatsapp {
  color: #fff;
  width: 230px;
  height: 32px;
  padding: 0px;
   /*/ position:absolute; El div serÃ¡ ubicado con relaciÃ³n a la pantalla*/
  position: fixed;
  left:5px; /*A la derecha deje un espacio de 0px*/
  right:0px; /*A la izquierda deje un espacio de 0px*/
  bottom:15px; /*Abajo deje un espacio de 0px*/
  z-index:5;
}
.div_abajo_whatsapp_boton  {
  margin: 0px auto;
  height: 70px;
}
.div_abajo_whatsapp_boton img {
  height: 60px;
  vertical-align: -webkit-baseline-middle;
}
.div_abajo_whatsapp-m {
  width: 168px;
  height: 66px;
  position: fixed;
  right:-10px; /*A la izquierda deje un espacio de 0px*/
  bottom:50%; /*Abajo deje un espacio de 0px*/
  z-index:5;
}
.div_abajo_whatsapp-m:hover {
  right:0px;
}
.page-footer .footer-copyright {
    background-color: #162E2F;
}
.img-home {
    width: 100%;
    max-width: 10rem;
    margin: 0 auto;
    display: block;
}
footer a {
  color: #fff;
}
footer a:hover {
  color: #333;
}
footer h5 {
  font-size: 1.4rem;
  margin-bottom: 0px;
}
footer ul  {
    margin-top: 05px;
}
}
body nav ul a {
  color: #333;
}
body nav ul a:hover {
  color: #333;
}
.blue.darken-2.menu {
    background-color: #91816d !important;
}
.div_titulo {
  background-color: #3f3220;
}
.div_titulo .row {
  margin-bottom: 0;
}
{
    color: #fff;
    font-size: 2rem;
    text-align: center;
}
.div_titulo h1 {
    color: #fff;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 0;
}
.div_titulo p {
    
    color: #fff;
    font-size: 1.5rem;
    text-align: center;
    width: 100%;
    max-width: 60rem;
    display: block;
    margin: .3rem auto 2rem auto;
}
.cuerpo h2 {
  width: 100%;
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
}
.cuerpo p {
    font-size: 1.25rem;
    line-height: 2rem;
    text-align: justify;
}
i.left {
    margin-right: 8px;
}
nav .brand-logo {
    padding-left: 1rem;
}
/* quienes somos */
.integrantes-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}
.integrante {
    background-color: #ffffff;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    text-align: center;
}
@media (max-width: 600px) {
    .integrante {
        margin-bottom: 30px;
    }
}

.foto-integrante {
    width: 100%;
    max-width: 150px;
    border-radius: 50%;
    margin-bottom: 15px;
}
.integrante h3 {
    font-size: 20px;
    color: #333;
}
.integrante p {
    font-size: 16px;
    color: #555;
    margin: 5px 0;
    text-align: left;
}
/* Marco Jurídico */
.container.cuerpo {
    padding: 20px;
    margin: 0 auto;
}
.table {
    width: 100%;
    margin-top: 20px;
    border-collapse: collapse;
    background-color: #fff;
}
.table th, .table td {
    padding: 12px;
    border: 1px solid #ddd;
    text-align: left;
}
.table th {
    background-color: #f4f4f4;
}
.btn {
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    color: #fff;
    background-color: #007bff;
    border: none;
    border-radius: 4px;
    text-decoration: none;
}
.btn i {
    margin-right: 8px;
}
.recursos .integrante {
  max-width: 22rem;
}
.recursos .foto-integrante  {
  border-radius: 0;
  margin-bottom: 0;
}
.recursos .integrante h3 {
    font-size: 28px;
    color: #333;
    margin: 0 1rem;
}
.recursos .boton_recurso {
  padding: 1rem;
  text-align: center;
}
.div_espacio {
  height: 6rem;
}
.sidenav {
    width: 250px;
}