:root{
  --azul:#0c3b6d;
}

/* RESET */
*{
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
	border: none;
	outline: none;
}
.container-fluid{
  padding:0 !important;
}
.row{
  margin:0 !important;
  --bs-gutter-x:0 !important;
  --bs-gutter-y: 0 !important;
}
h1, h2, h3, h4, h5{
	margin:0 !important;
}
p{
	margin:0 !important;
  padding:0 !important;
}
ul{
  margin-bottom: 0 !important;
  padding: 0 !important;
}
a{
  text-decoration: none !important;
}
html{
  scroll-behavior: smooth;
  overflow-x: hidden !important;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12{
  padding:0 !important;
}
/* RESET */