*{
  scroll-behavior: smooth;
  transition: all;
  transition-duration: 300ms;
  transition-timing-function: ease-in-out;
}

/* Menu mobile */
.oculto {
	transform: translate(100%, 0);
}

.open {
	transform: translate(0, 0);
}

/* .dropdown:hover .dropdown-menu {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
} */

/* Heights */
@media only screen and (min-width: 1024px) {
	.vh-80{
		height: 70vh;
	}
}
@media only screen and (min-width: 1280px) {
	.vh-80{
		height: 90vh;
	}
}
@media only screen and (min-width: 1440px) {
	.vh-80{
		height: 100vh;
	}
}

/* Backgrounds */
.h-container{
	height: calc(100vh - 64px);
}

@media only screen and (min-width: 1280px) {
	.h-container{
		height: calc(100vh - 88px);
	}
	
}


.line{
	height: 0.075rem;
}

/* Swiper */
.swiper-pagination-bullet{
	background-color: #f3f3f3ef;
}
.swiper-pagination-bullet-active{
	background-color: #f3f3f3;
}

.list > ol{
	display: flex;
	flex-direction: column;
	gap: 10px;
	font-weight: 300;
	list-style-position: inside;
	list-style-type: upper-roman;
	padding-left: 20px;
}


#chartdiv .amcharts-watermark {
	opacity: 0; /* Cambia la opacidad según tus necesidades */
  }