body, html {
    overflow-x: hidden;
}
body {
	font-family: "Alexandria", sans-serif !important;
}

.hero-home {
    height: 700px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
	position: relative;
}

.hero-home::before {
    background: linear-gradient(269.91deg, rgba(0, 0, 0, 0) 48.57%, #000000 99.92%);
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
	z-index: 1;
    top: 0;
    left: 0;
}

.titulo-1 {
    font-family: 'Alexandria';
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 130%;
    color: #FFFFFF;
}

.texto-1 {
    font-family: 'Alexandria';
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 130%;
    color: #FFFFFF;
}

.btn-1 {
    font-family: 'Alexandria';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
    border: 1px solid #fff;
    padding: 15px 40px;
		display: inline-block;
	}
.btn-1 span {
    transform: rotate(320deg);
    font-size: 20px;
}
.btn-1:hover {
    opacity: 0.7;
}

.btn-2 {
    font-family: 'Alexandria';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #706F6F;
    border: 1px solid #706F6F;
    padding: 15px 40px;
		display: inline-block;
	}
.btn-2 span {
    transform: rotate(320deg);
    font-size: 20px;
}
.btn-2:hover {
    opacity: 0.7;
}

.home-2 {
    padding-top: 90px;
    padding-bottom: 70px;
}

.marquee {
    position: relative;
    width: 100vw;
	height: 85px;
    max-width: 100%;
    overflow-x: hidden;
}
.track {
    position: absolute;
    white-space: nowrap;
    will-change: transform;
    animation: marquee 35s linear infinite;
}
.marquee span {
	font-family: 'Alexandria';
	font-style: normal;
	font-weight: 400;
	font-size: 64px;
	line-height: 130%;
	text-transform: uppercase;
	color: #706F6F;
}

@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.imagem-frase {
    display: block;
    margin: auto;
    margin-top: -70px;
}

.texto-2 {
    font-family: 'Alexandria';
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 140%;
    color: #706F6F;
}

.home-3 {
    padding-top: 60px;
    padding-bottom: 60px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.titulo-2 {
    font-family: 'Alexandria';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 140%;
    color: #706F6F;
}

.tag-btn {
    font-family: 'Alexandria';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 27px;
    text-align: center;
    color: #706F6F;
    padding: 20px 30px;
    background: #EEEEEE;
    border-radius: 3px;
    white-space: nowrap;
}

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

.home-5 {
    background-color: #F4F4F4;
    padding-bottom: 60px;
    padding-top: 60px;
}

.lista-tec {
    padding: 0px;
	margin: 0px;
	list-style: none;
}

.lista-tec li {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #D3D3D3;
}

.lista-tec li b {
    font-family: 'Alexandria';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    color: #706F6F;
	display: block;
}

.lista-tec li span {
	font-family: 'Alexandria';
	font-style: normal;
	font-weight: 300;
	font-size: 20px;
	line-height: 140%;
	color: #706F6F;
}

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

.titulo-2b {
    font-family: 'Alexandria';
    font-style: normal;
    font-weight: 400;
    font-size: 64px;
    line-height: 78px;
    text-transform: uppercase;
    color: #706F6F;
}

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


.comparativo {
    padding: 0px;
	margin: 0px;
	list-style: none;
	display: flex;
    flex-direction: column;
	gap: 10px;
}

.comparativo li {
    display: flex;
    flex-direction: row;
    gap: 10px;
	padding: 20px 10px;
	background-color: #EEEEEE;
}

.comparativo li > b {
    flex: 1;
    font-family: 'Alexandria';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #706F6F;
}

.comparativo li:first-child {
  background-color: #fff;
}

.home-8 {
    height: 640px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    position: relative;
}

.home-8::before {
    background: linear-gradient(269.98deg, rgba(0, 0, 0, 0) 31.72%, rgba(0, 0, 0, 0.8) 106.37%);
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
	z-index: 1;
    top: 0;
    left: 0;
}

.home-9 {
    padding-bottom: 90px;
    padding-top: 90px;
}

.home-10 {
    padding-bottom: 90px;
    padding-top: 90px;
}

#footer {
    background-color: #F4F4F4;
    padding-bottom: 20px;
    padding-top: 20px;
}

#header {
    position: absolute;
    z-index: 999;
    width: 100%;
}

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


.blog-post1 {
    display: block;
}

.blog-post1 img {
    width: 100%;
    height: 230px;
    border-radius: 10px 10px 0px 0px;
    margin-bottom: 15px;
}

.meta-1 {
    font-family: 'Alexandria';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #3C8294;
    display: block;
    margin-bottom: 5px;
}

.blog-post1 h3 {
    font-family: 'Alexandria';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #706F6F;
}

.post-cover {
	height: 480px;
	width: 100%;
	object-fit: cover;
	border-radius: 10px;
}

.pagination a, .pagination a:hover {
    color: #3C8294;
    font-size: 22px;
    padding: 5px;
}

.pagination span {
    color: #3C8294;
    font-weight: 700;
    font-size: 22px;
    padding: 5px;
}

.pagination {
    margin: auto;
}

.principal li a {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    color: #706F6F;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #706F6F;
}
.nav-link:focus, .nav-link:hover {
    color: #706F6F;
}


.home .principal li a {
    color: #fff;
}
.home .navbar-nav .nav-link.active, .home .navbar-nav .nav-link.show {
   color: #fff;
}
.home .nav-link:focus, .home .nav-link:hover {
   color: #fff;
}

@media (max-width: 767px) {
	
.navbar-brand img {
    height: 35px;
}	
	
#header {
	background-image: none;	
}	
	
.navbar-toggler {
    background-color: transparent;
    border: none;
    color: #706F6F;
    font-size: 30px;
}
	
.home .principal li a {
    color: #706F6F;
}
.home .navbar-nav .nav-link.active, .home .navbar-nav .nav-link.show {
   color: #706F6F;
}
.home .nav-link:focus, .home .nav-link:hover {
   color: #706F6F;
}
	
	
.home .navbar-toggler {
    color: #fff !important;
}
	
.principal {
    background-color: #eeeeee;
    padding: 15px;
    border-radius: 6px;
}	
	
.navbar-toggler:focus {
    box-shadow: none;
}	
	
.titulo-1 {
    font-size: 26px;
    line-height: 130%;
}
	
.btn-1, .btn-2 {
    font-size: 16px;
    padding: 10px 20px;
}
	
.hero-home::before {
    background: linear-gradient(269.91deg, rgb(0 0 0 / 43%) 48.57%, #000000 99.92%);
}
	
.marquee span {
    font-size: 34px;
    line-height: 130%;
}

.texto-2 {
    font-size: 18px;
}
	
.titulo-2 {
    font-size: 22px;
}
	
.tag-btn {
    font-size: 18px;
    line-height: 100%;
    padding: 10px 20px;
}
	
.lista-tec li {
    flex-direction: column;
}
	
.titulo-2b {
    font-size: 34px;
    line-height: 42px;
}
	
.comparativo li > b {
    flex: 1;
    font-family: 'Alexandria';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #706F6F;
}
	
.comparativo li {
    display: flex;
    flex-direction: row;
    gap: 10px;
    padding: 20px 10px;
    background-color: #EEEEEE;
    text-align: center;
}
	
.home-8::before {
    background: linear-gradient(269.98deg, rgb(0 0 0 / 41%) 31.72%, rgba(0, 0, 0, 0.8) 106.37%);
}	
	
.home-10 {
    padding-bottom: 90px;
    padding-top: 0;
}
	
	
	
}


