*{
  margin:0;
  box-sizing: border-box;
}
*::-webkit-scrollbar {
  width: 10px; /* Tamaño del scroll en vertical */
  height: 8px; /* Tamaño del scroll en horizontal */
}
*::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 4px;
}
*::-webkit-scrollbar-thumb:hover {
  background: #b3b3b3;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}
*::-webkit-scrollbar-thumb:active {
  background-color: #999999;
}
body{
  font-family: 'Montserrat', sans-serif;
  overflow-y: inherit;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

.img_footer_logo{
  width: 200px;
}
.content_rucsunat{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 20px;
  gap: 5px;
}
.content_rucsunat p{
  color: #FFFFFF;
}
.content_rucsunat p>b{
  color: #FFFFFF;
  font-weight: 600;
}