body, html {
    overflow-x: hidden;
}
body {
	font-family: "IBM Plex Sans", sans-serif !important;
	background-color: #12242C;
}

#myVideo {
    width: 100%;
    height: 650px;
    object-fit: cover;
    border-radius: 20px;
	z-index: 1;
}

.home-video {
	position: relative;
	text-align: center;
}

.home-video::before {
    background: rgba(18, 36, 44, 0.6);
	border-radius: 20px;
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.home-video div {
    z-index: 3;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	width: 70%;
}

.home-video div h1 {
    font-family: 'IBM Plex Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
	text-align: center;
    color: #E3E3E3;
}

.home-video div span {
    font-family: 'IBM Plex Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 46px;
    line-height: 60px;
    text-align: center;
    color: #E3E3E3;
    display: block;
}

.home-video div span small {
    color: #95DDE7;
}


.btn-1 {
    font-family: 'IBM Plex Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    color: #E3E3E3;
    border: 1px solid #E3E3E3;
    border-radius: 10px;
    padding: 15px 30px;
    display: inline-block;
}

.home-2 {
    padding-top: 100px;
    padding-bottom: 60px;
}

.destaque-1 {
    font-family: 'IBM Plex Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #111111;
    background: #E3E3E3;
    border-radius: 6px;
    padding: 10px 25px;
    max-width: 100%;
    display: inline-block;
}

.texto-1 {
    font-family: 'IBM Plex Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 150%;
    color: #E3E3E3;
}

.texto-1 b {
    color: #95DDE7;
}

.titulo-2 {
    font-family: 'IBM Plex Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    text-transform: uppercase;
    color: #E3E3E3;
}

.imagem-fit-1 {
    width: 100%;
    height: 360px;
    object-fit: cover;
    border-radius: 15px;
    margin-bottom: 10px;
}

.texto-2 {
    font-family: 'IBM Plex Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #7F7F7F;
}

.texto-2 a {
    color: #7F7F7F;
	text-decoration: underline;
}

.conteudo-inner {
	font-family: 'IBM Plex Sans';
	color: #fff;
}

.conteudo-inner p {
    font-family: 'IBM Plex Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
}

.conteudo-inner p a {color: #fff;
	text-decoration: underline;
}

.home-3 {
    padding-bottom: 70px;
}

.box-servicos {
    background: #95DDE7;
    border-radius: 15px;
    padding: 20px;
}

.box-servicos h3 {
    font-family: 'IBM Plex Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #111111;
}

.box-servicos p {
    font-family: 'IBM Plex Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #111111;
    margin-bottom: 0px;
}

.box-servicos span {
    font-family: 'IBM Plex Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    color: #95DDE7;
    background-color: #111111;
    width: 42px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    margin-bottom: 10px;
}

.faixa-1 {
    height: 360px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 40px;
}

.faixa-1 h2 {
    width: 35%;
}

.titulo-2b {
    font-family: 'IBM Plex Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 150%;
    text-transform: uppercase;
    color: #E3E3E3;
}

.titulo-2b b {
    color: #95DDE7;
}

.home-5 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.home-6 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.box-blog img {
    width: 100%;
    height: 180px;
    border-radius: 15px;
    margin-bottom: 10px;
    object-fit: cover;
}

.box-blog h3 {
    font-family: 'IBM Plex Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: #E3E3E3;
}

.box-blog {
	display: block;
}

.home-7 {
    padding-bottom: 80px;
}

.redes {
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-direction: row;
    gap: 8px;
    list-style: none;
}

.redes a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    width: 30px;
    border-radius: 100%;
    background-color: #95DDE7;
    color: #111111;
}

#header {
    background-image: none;
}

.principal li a {
    font-family: 'IBM Plex Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #E3E3E3;
}

.navbar-brand img {
    height: 95px;
}

.nav-link:focus, .nav-link:hover {
    color: #fff;
    text-decoration: underline;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #fff;
    text-decoration: underline;
}

#footer {
    background-color: #12242C;
}

.footermenu {
	list-style: none;
	text-align: center;
	padding: 0px;
	margin: 0px;
}

.footermenu li a {
    font-family: 'IBM Plex Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #E3E3E3;
}

#footer .menu-item a[aria-current=page] {
    color: #fff;
    text-decoration: underline;
}


.page-numbers {
    background-color: #000;
    border: var(--bs-pagination-border-width) solid #fcf356;
    color: #fff;
    display: block;
    font-size: var(--bs-pagination-font-size);
    padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
    position: relative;
    -webkit-transition: color .15sease-in-out, background-color .15sease-in-out, border-color .15sease-in-out, -webkit-box-shadow .15sease-in-out;
    transition: color .15sease-in-out, background-color .15sease-in-out, border-color .15sease-in-out, -webkit-box-shadow .15sease-in-out;
    transition: color .15sease-in-out, background-color .15sease-in-out, border-color .15sease-in-out, box-shadow .15sease-in-out;
    transition: color .15sease-in-out, background-color .15sease-in-out, border-color .15sease-in-out, box-shadow .15sease-in-out, -webkit-box-shadow .15sease-in-out;
}

.page-numbers:not(:first-child) {
    margin-left: calc(var(--bs-border-width)* -1);
}

.page-numbers.current {
    background-color: #fcf356;
    border-color: #fcf356;
    color: #000 !important;
    z-index: 3;
}

.pagination .nav-links {
	display: flex;
	justify-content: center;
}

.blog-cover {
    border-radius: 20px;
    height: 500px;
    object-fit: cover;
}

@media (max-width: 767px) {
	
.blog-cover {
    border-radius: 20px;
    height: 400px;
    object-fit: cover;
}	
	
.home-video div {
    width: 90%;
}
	
.home-video div span {
    font-size: 36px;
    line-height: 42px;
}
	
.faixa-1 h2 {
    width: 100%;
}
	
.navbar-toggler-icon {
    filter: invert(1);
}
	
.navbar-toggler:focus {
    box-shadow: none;
}	
	
.principal li a {
    text-align: center;
}	
	
.principal {
    padding-top: 30px;
    padding-bottom: 30px;
}	
	
	
	
}


