  /*
    font-family: 'Be Vietnam Pro', sans-serif;
    font-family: 'Mulish', sans-serif;
    font-family: 'Poppins', sans-serif;
    font-family: 'Questrial', sans-serif;
    font-family: 'Quicksand', sans-serif;
    font-family: 'Antic Slab', serif;
    font-family: 'Balsamiq Sans', cursive;
    font-family: 'Bree Serif', serif;
    font-family: 'Grenze Gotisch', cursive;
    font-family: 'Indie Flower', cursive;
    font-family: 'Oxygen', sans-serif;
    font-family: 'Poppins', sans-serif;
    font-family: 'Roboto', sans-serif;
*/

body {
    font-family: 'Oxygen', sans-serif;
    scroll-behavior: smooth;
    width: 100%;
    max-width: 100%;
    height: auto;

    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50 50;
    background-image: url(../../../../../media/index/fondoS.png);  
    
}
.container {
  border-radius: 25px;
  padding: 25px;
  font-size: 1.4rem;

  background: rgba(255, 255, 255, 0.7);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);

}
.sticky-top {
  width: 100%;
  top: -10px !important;

}
li::marker {
  font-weight: bold;
}
nav {
  font-size: 10pt !important;
}

p {
  text-align: justify;
}
footer {
  width: 100%;
  height: auto;
  position: sticky;
  bottom: 0;
  font-size: 8pt;

}

.imgTitulo {
  width: 350px;
}  




@media (max-width: 767px) {
  .imgTitulo {
    width: 250px;
  }  
}