@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');

.sticky {
  position: sticky;
  top: 0;
  z-index: 9999;
}

a:link, a:visited, a:active {
  text-decoration:none;
}

.navbar {
	font-family: 'Quicksand', sans-serif;
    border-radius: 0px;
	padding: 7px;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}

.nav-item {
	font-family: 'Quicksand', sans-serif;
	color: #373737;
    border-radius: 0px;
	padding: 6px;
}

.navbar-nav .nav-link {
	font-family: 'Quicksand', sans-serif;
	color: #373737;
    border-radius: 3px;
    transition: background-color 0.3s;
	padding: 6px;
}

.navbar-nav .nav-link:hover {
	font-family: 'Quicksand', sans-serif;
    background-color: #FAE3E0;
    color: #373737;
	font-weight: bold;
	/*border-bottom: solid;
	border-bottom-color: #e65742;*/
}

.dropdown-item {
	font-family: 'Quicksand', sans-serif;
    color: #373737;
}

.dropdown-item:hover {
	font-family: 'Quicksand', sans-serif;
    background-color: #FAE3E0;
    color: #373737; 
	font-weight: bold;
}

.logo_footer2023 {
  width: 100%;
  max-width: 60px;
  height: auto;
}

.img_afip {
  width: 20%;
  max-width: 50px;
  height: auto;
  max-height: 70px;
}