  /*
    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;
*/


nav {
  font-size: 10pt !important;
}

footer {
  width: 100%;
  height: auto;
  position: sticky;
  bottom: 0;
  font-size: 8pt;

}

.imgTitulo {
  width: 350px;
}  

@media (max-width: 767px) {
  .imgTitulo {
    width: 250px;
  }  
}

body {
  background-image: url(../../../../../media/index/fondoSmob.png);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: -50% 0%;
  min-height: 90vh ;

}
.container {
  font-size: 1.3rem;
  text-align: justify;

  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);

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 70vh ;
}
