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

a:hover {
	opacity: 0.7;
}

.home-hero {
    background-color: #401A80;
}

#myVideo {
    width: 100%;
    height: 580px;
    max-width: 100%;
    object-fit: cover;
	opacity: 0.5;
}

.video-overlay {
	position: relative;
	z-index: 1;
}

.video-overlay::before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #401A80 100%);
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
	z-index: 2;
}

.titulo-1 {
    font-family: 'Roboto Mono';
    font-style: normal;
    font-weight: 700;
    font-size: 64px;
    line-height: 110%;
    color: #FFFFFF;
}

.texto-1 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 140%;
    color: #FFFFFF;
}

.linha-1 {
    border: 0;
    border-top: var(--bs-border-width) solid;
    color: #77D8FA;
    margin: 1rem 0;
    opacity: 1;
}

.linha-2 {
    border: 0;
    border-top: var(--bs-border-width) solid;
    color: #fff;
    margin: 1rem 0;
    opacity: 1;
}

.box-destaque {
	background: #77D8FA;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    padding: 25px;
    height: 174px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.box-destaque span {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    color: #401A80;
}

.home-2 {
    background-color: #401A80;
	padding-bottom: 60px;
}

.texto-2 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 145%;
    color: #FFFFFF;
}

.titulo-2 {
    font-family: 'Roboto Mono';
    font-style: normal;
    font-weight: 700;
    font-size: 52px;
    line-height: 110%;
    color: #77D8FA;
}

.btn-1 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 145%;
    color: #FFFFFF;
    padding: 12px 16px;
    border: 1px solid #FFFFFF;
    border-radius: 30px;
    display: inline-block;
}

.btn-2 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 145%;
    color: #401A80;
    padding: 12px 16px;
    border: 1px solid #401A80;
    border-radius: 30px;
    display: inline-block;
}

.btn-3 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 145%;
    color: #fff;
    padding: 12px 16px;
    border: 1px solid #401A80;
	background-color: #401A80;
    border-radius: 30px;
    display: inline-block;
}

.btn-4 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 145%;
    color: #401A80;
    padding: 12px 16px;
    border: 1px solid #401A80;
	background-color: #77D8FA;
    border-radius: 30px;
    display: inline-block;
}

.home-3 {
	background-color: #F5F5F5;
	padding-top: 60px;
	padding-bottom: 60px;
}

.home-4 {
	background-color: #F5F5F5;
	padding-top: 60px;
	padding-bottom: 60px;
}

.card-work {
    background: #FFFFFF;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    margin-bottom: 25px;
}

.card-work img {
    width: 100%;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	height: 240px;
    object-fit: cover;
}

.card-work div {
    padding: 20px;
}

.card-work h3 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    color: #000000;
	height: 60px;
    overflow: hidden;
}

.card-work p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: rgba(0, 0, 0, 0.6);
	height: 140px;
    overflow: hidden;
}

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

.card-world {
    display: block;
}

.card-world img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    border-radius: 5px;
    margin-bottom: 20px;
}

.card-world h3 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    color: #000000;
}

.card-world p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 145%;
    align-items: center;
    letter-spacing: -0.005em;
    color: rgba(0, 0, 0, 0.55);
	margin-bottom: 0px;
}

.home-6 {
	background-blend-mode: normal, color, normal;
	padding-top: 80px;
	padding-bottom: 60px;
}

.card-action {
    text-align: center;
}

.card-action h3 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #77D8FA;
}

.card-action p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 145%;
    letter-spacing: -0.005em;
    color: #FFFFFF;
}

.card-action img {
    height: 100px;
    object-fit: contain;
    margin: auto;
    width: 100%;
    margin-bottom: 15px;
}

.home-7 {
	background-color: #F5F5F5;
	padding-top: 60px;
	padding-bottom: 60px;
}

.card-tools h3 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #950389;
    margin-bottom: 15px;
    height: 55px;
	overflow: hidden;
}

.card-tools {
    text-align: center;
}

.card-tools img {
    height: 100px;
    object-fit: contain;
    margin: auto;
    width: 100%;
    margin-bottom: 15px;
}


.home-8 {
	background-color: #F5F5F5;
	padding-top: 60px;
	padding-bottom: 60px;
}

.card-resource {
    background: linear-gradient(160.2deg, #5C1FC2 0.87%, #001007 97.05%);
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: end;
    height: 350px;
    justify-content: space-between;
    padding: 30px;
	position: relative;
	opacity: 1 !important;
}

.card-resource h3 {
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 42px;
    color: #CCFCDF;
}

.card-resource-hover {
	display: none;
	flex-direction: column;
	align-items: end;
	justify-content: end;
	position: absolute;
	padding: 30px;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 2;
	border-radius: 5px;
	background-color: #5fc689;
}

.card-resource-hover span {
    color: #ccfcdf;
    text-align: right;
    font-size: 25px;
}

.card-resource:hover > .card-resource-hover  {
    display: flex;
	opacity: 1;
}

.home-9 {
	background-color: #F5F5F5;
	padding-top: 60px;
	padding-bottom: 60px;
}

.cover-blog-1 {
    width: 100%;
    height: 580px;
    object-fit: cover;
}

.cover-blog-2 {
    width: 100%;
    height: 195px;
    object-fit: cover;
}

.card-blog h3 {
    font-family: 'Roboto Mono';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 120%;
    color: #000000;
}


.card-blog p {
    font-family: 'Inter';
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 145%;
	color: #000000;
	margin-bottom: 0;
}


.card-blog span {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 145%;
	color: rgba(0, 0, 0, 0.55);
}

.card-blog div {
    padding: 25px;
}

#header {
    background-color: #401A80;
    background-image: none;
    padding-bottom: 20px;
    padding-top: 20px;
}

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

.principal li a {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 145%;
    letter-spacing: -0.005em;
    color: #FFFFFF;
}

.principal li a:hover {
    color: #FFFFFF;
}

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

.redes a {
    display: flex;
    justify-content: center;
    align-items: center;
	font-size: 25px;
    border-radius: 100%;
    background-color: transparent;
    color: #fff;
}

#footer {
    background: linear-gradient(180deg, #950389 0%, #401A80 100%);
    box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding-top: 60px;
    padding-bottom: 60px;
}

.footer-ass {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 145%;
    color: #FFFFFF;
}

.titulo-f {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 145%;
    color: #FFFFFF;
    display: block;
    margin-bottom: 10px;
}

.footmenu {
    list-style: none;
	padding: 0px;
	margin: 0xp;
}

.footmenu li a {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 145%;
    color: #FFFFFF !important;
}

.dots_d.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    background: #ABA79B;
    border-radius: 50%;
}
.dots_d.owl-theme .owl-dots .owl-dot.active span, .dots_d.owl-theme .owl-dots .owl-dot:hover span {
    background: #666258;
}
.dots_d .owl-dots {
    bottom: -40px;
    background: none;
}

.home-6 {
    background-blend-mode: normal;
}

@media (max-width: 767px) {
	
	
.navbar-toggler {
    background-color: transparent;
    border: none;
    filter: invert(1);
}	
	
.navbar-toggler:focus {
    box-shadow: none;
}	
	
.principal {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 40px;
}
	
.titulo-1 {
    font-size: 44px;
    line-height: 110%;
}
	
.texto-1 {
    font-size: 20px;
    line-height: 140%;
}
	
#myVideo {
    width: 100%;
    height: 780px;
    max-width: 100%;
    object-fit: cover;
    opacity: 0.5;
}	

.titulo-2 {
    font-size: 32px;
    line-height: 110%;
}
	
.texto-2 {
    font-size: 18px;
    line-height: 145%;
}	
	
.card-tools h3 {
    margin-bottom: 15px;
    height: 75px;
    overflow: hidden;
}	

.card-tools img {
    height: 70px;
}	
	
.card-blog h3 {
    font-size: 26px;
    line-height: 120%;
}	
	
.card-blog p {
    font-size: 18px;
    line-height: 145%;
}
	
	
}


