@font-face {
	font-family: 'Apis';
	src: url('../fonts/Apis-Medium.woff') format('woff2'),
		 url('../fonts/Apis-Medium.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Apis';
	src: url('../fonts/Apis-Bold.woff2') format('woff2'),
		 url('../fonts/Apis-Bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Apis';
	src: url('../fonts/Apis-Regular.woff2') format('woff2'),
		 url('../fonts/Apis-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Apisght';
	src: url('../fonts/Apis-Light.woff2') format('woff2'),
		 url('../fonts/Apis-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Apis';
	src: url('../fonts/Apis-Black.woff2') format('woff2');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

body {
    font-family: 'Apis', Arial, sans-serif;
}
ul.menu-items-dinamicos {
    list-style: none;
    padding: 0;
}
ul.menu-items-dinamicos li a {
    color: #001964;
    transition-duration: 0.5s;
    font-size: 13px;
    font-weight: 400;
}
.numberbox1:after {
    content: '';
    width: 80px;
    height: 1px;
    background: #D4D7DB;
    position: absolute;
    right: 20px;
    bottom: -10px;
    margin-top: -1px;
    margin-right: 0px;
}
.numberbox2:after {
    content: '';
    width: 1px;
    height: 80px;
    background: #D4D7DB;
    position: absolute;
    left: -10px;
    top: 50%;
    margin-top: -40px;
    margin-left: -1px;
}
.numberbox3:after{
    content: '';
    width: 1px;
    height: 80px;
    background: #D4D7DB;
    position: absolute;
    right: -10px;
    top: 50%;
    margin-top: -40px;
    margin-right: -1px;
}
.numberbox4:after {
    content: '';
    width: 80px;
    height: 1px;
    background: #D4D7DB;
    position: absolute;
    left: 20px;
    top: -10px;
    margin-top: -1px;
    margin-left: 0px;
}
/* Remove tap highlight color on all elements */
* {
  -webkit-tap-highlight-color: transparent !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 768px) {
  .numberbox1:after,
  .numberbox2:after,
  .numberbox3:after,
  .numberbox4:after {
    height: 0px;
  }
}