*{
    margin: 0;
    padding: 0;
    border: 0;
    overflow-x: hidden;
}

:root{
    --bg-color: #3dae5a;
}
.dark-mode{
    --bg-color: #181618;
}
#icon {
    padding: 5px 7px;
    cursor: pointer;
    width: 34px;
    filter: invert(96%) sepia(100%) saturate(0%) hue-rotate(71deg) brightness(103%) contrast(107%);
    display: none;
}

@font-face {
    font-family: 'Poppins';
    src: url(../social/fonts/Poppins-Regular.ttf);
}
@font-face {
    font-family: 'Montserrat';
    src: url('../social/fonts/Montserrat-Regular.ttf');
}


#home{
   width: 100%;
   height: 100vh; 
}
video {  
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    position: relative;
    top: 0;
    left: 0;
    z-index: -1;
  }
.conteudo{
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    display: block;
    left: 0;
    min-height: 260px;
    padding-top: 5px;
    position: relative;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 2;
    position: absolute;
}
.mascara {
    background-color: rgba(0, 0, 0, 0.4);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    width: 100vw;
    position: relative;
    overflow-y: hidden;
}
h1{
    color: #fff;
    text-transform: uppercase;
    font-family:  'Poppins';
    font-weight: 700;
    line-height: normal;
}
p{
    color: #fff;
}
.texto p{
    color: #fff;
    font-family: 'Montserrat';
    font-size: 1.2em;
    line-height: normal;
    text-align: justify;
}
.nave {
    font-size: 0.69em;
    line-height: 2.2;
    margin: 0 auto;
    padding: 0;
    text-transform: uppercase;
    width: 100%;
    position: absolute;
    z-index: 12;
}
.nave a {
    color: #ff8e64;
    display: inline-block;
    letter-spacing: 0.1em;
    padding: 15px 25px;
    text-decoration: none;
	text-decoration: none;
	background:rgba(0,0,0,0.5);
	transition: .6s background; 
}

.nave a:hover {
    background: #ff8e64;
    color: #000;
}

.nave span.right {
	float: right;
}

.nave span.right a {
	float: left;
	display: block;
}
@media only screen and (min-width:240px) and (max-width: 768px){

	.nave {
	
	text-align: center;
	}
	.nave a{
		display:block;	
	}
	.nave span.right {
	float: none;
	}
	.nave span.right a {
	float: none;
	
	}
}
#conteudo{
    width: 100%;
    height: auto;
    background: var(--bg-color);
}
.comp{
    width: 100%;
    height: auto;
}
.texto h2{
    padding-top: 134px;
    color: #fff !important;
}
.logoFooter2{
    display: none !important;
}
.fa-map-marked-alt{
    height: 67px;
}