* {
    margin: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

::-webkit-scrollbar {
    width: 13px;
}

::-webkit-scrollbar-track {
      background-color: #0D47A1;
}

::-webkit-scrollbar-thumb {
    background-color: #1976D2;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #0D47A1;
}

/* começo do cabeçalho */
.paiCabecalho {
    width: 100%;
    height: 13vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0D47A1;
    position: fixed;
    z-index: 99999;
}

.filhoCabecalho {
    width: 90%;
    height: 7vh;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.esquerdaCabecalho {
    width: 20vw;
    height: 7vh;
    display: flex;
    align-items: center;

}

.esquerdaCabecalho span {
    color: #ffffff;
    font-weight: bold;
    font-size: 2rem;

}

.direitaCabecalho {
    width: 38vw;
    height: 7vh;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.pCabecalho {
    font-size: 12px;
    cursor: pointer;
    font-weight: bold;
    position: relative;
}

.imgEsquerdaCabecalho {
    width: 7vw;
    height: 14vh;
    position: relative;
    top: 1vh;
}

.imgEsquerdaCabecalho:hover {
    animation: giro 1s linear;
}

@keyframes giro {
    0% {
        transform: rotateY(0deg);
    }

    100% {
        transform: rotateY(360deg);
    }
}

a {
    color: rgb(255, 255, 255);
    list-style: none;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease 0s;
    cursor: pointer;
}

.registrar {

    width: 10vw;
    height: 7vh;
    padding: 1rem, 1rem, 1rem, 1rem;
    border-radius: 0.5rem;
    font-size: 1rem;
    background-color: #1976D2;
    font-weight: bold;
    outline: none;
    border: none;
    cursor: pointer;
    color: whitesmoke;
}

.registrar:hover {

    transform: translateY(-0.4rem);
    transition: 0.2s;
    box-shadow: 0rem 0.5rem 0.8rem rgb(0, 0, 0);

}


/* fim do cabeçalho */

/* começo do banner */

.espacamento {
    width: 100%;
    height: 13vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.paiBanner {
    display: flex;
    width: 100%;
    height: 95vh;
    background-color: #00000071;
    background-size: 100%;
    position: relative;
}

.paiBanner video{

    position: absolute;
            top: 40%;
            left: 50%;
            min-width: 100%;
            min-height: 70%;
            width: auto;
            height: auto;
            z-index: -100;
            transform: translateX(-50%) translateY(-50%);
            background-size: cover;
            transition: 1s opacity;

}

.divBoxTextoBanner {
    display: flex;
    flex-direction: column;
    justify-content: end;
    height: 23vh;
    position: relative;
    top: 40vh;
    left: 30vw; 

}

.pTituloBannerc {
    display: flex;
    justify-content: end;
    width: 100%;
    font-size: 4.5rem;
    letter-spacing: 0.1rem;
    font-weight: 500;
    color: rgb(196, 196, 196);
}

.pTituloBannerv {
    display: flex;
    justify-content: end;
    width: 100%;
    font-size: 4.5rem;
    letter-spacing: 0.1rem;
    font-weight: 500;
    color: #1976D2;
}

.divBoxTextoBanner {
    display: flex;
    justify-content: end;
    width: 60%;
}

.textoBanner {
    display: flex;
    text-align: end;
    justify-content: end;
    color: rgb(197, 197, 197);
    font-size: 1rem;
    width: 70%;
    position: relative;
    left: 18vw;
}

.divBoxBotaoBanner {
    display: flex;
    justify-content: end;
    margin-top: 3%;
    width: 100%;
}

.botaoBanner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 8vw;
    height: 6vh;
    border-radius: 5%;
    font-size: 2vh;
    background-color: #1E88E5;
    border: none;
    font-weight: bold;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    outline: none;
    color: rgb(186, 186, 186);
}

.botaoBanner:hover {
    background-color: #2196F3;
    box-shadow: 0rem 0.5rem 0.8rem rgb(0, 0, 0);
    transform: translateY(-0.6rem);
}

.botaoBanner a {
    color: black;
}

.ImagemBanner {
    width: 25vw;
    height: 50vh;
    position: relative;
    left: 8vw;
    top: 10vh;
}

/* fim do banner */

/* Comeco servicos */

.Div_servicos {
    width: 100%;
    height: 40rem;
    position: relative;
}

.Tit_servicos {
    width: 100%;
    height: 10rem;
    color: rgb(0, 0, 0);
    font-family: Inter;
    font-size: 0.75rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    top: 5%;
}

.Tit_servicos h1 {
    padding-top: 10vh;
    font-size: xx-large;
    width: 50%;
    color:rgb(56, 56, 56);
}

.Tit_servicos h3 {
    font-size: large;
    font-size: 3vh;
    padding-top: 2vh;
    color:rgb(89, 88, 88);
    font-weight:350;
}

.Tit_servicos h4 {
    font-size: large;
}

.Cards_servicos {
    width: 100%;
    height: 32rem;
    position: relative;
    bottom: 10vh;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.Cards_servicos .card_servicos {
    width: 22rem;
    height: 18.7rem;
    background-color: #ffffff;
    box-shadow: 0.1rem 0.5rem 1rem rgba(47, 47, 47, 0.342);
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 0.5rem;
}


.nomes span {
    color: rgb(56, 56, 56);
    font-size: x-large;
    font-weight: 700;
    padding-top: 2vh;
}
.foto {
    height: 20vh;
    display: flex;
    flex-direction: column;
    align-items:center ;
   justify-content: space-evenly;
   padding-top: 2vh;
}

.card_servicos img {
    width: 6rem;
    height: 6rem;
    border-radius: 1vh;
   
}

.card_servicos h3 {
    position: relative;
    top: 5vh;
    left: 0.8vw;
    color: #000000;
}

.card_servicos p {
    text-align: center;
    width: 16rem;
    position: relative;
    top: 3vh;
    font-size: 0.95rem;
    color: rgb(89, 88, 88);
}

.Tit_servicos span {
    color: rgb(89, 88, 88);
    font-size: large;
    font-weight: 500;
    padding-top: 2vh;
}
/* fim servicos */

/* about us */
.sobrenos{
    width: 100%;
    height: 70vh;
    background-color:rgb(231, 229, 229);
    display: flex;
flex-direction: row;
justify-content: space-evenly;
}
.titulo_about{
    color:rgb(72, 72, 72);
    font-size: 5vh;
    font-weight: bold;
    padding-left: 10%;
    padding-top: 10vh;
}
.titulo_about_verde{
    color:#2196F3;
    font-size: 5vh;
    font-weight: bold;
    padding-left: 10%;
}
.subtitulo_about{
    color:rgb(0, 0, 0);
    font-size: 2.7vh;
    padding-left: 10%;
    padding-top: 1.8vh;
    padding-bottom: 1.8vh;
}
.desc_nos{
    color:rgb(89, 88, 88);
    width: 90%;
    padding-left: 10%;
}
.sobrev{
    color:#2196F3;
    width: 90%;
    padding-left: 10%;
    padding-top: 1.9vh;
    padding-bottom: 0.5vh;
    font-size: 2.7vh;
    font-weight: 500;
}
.sobrec{
    color:rgb(89, 88, 88);
    width: 90%;
    padding-left: 10%;
}
.icon_nos{
    width: 80%;
    height: 50vh;
}

.nos{
display: flex;
position: center;
width: 30%;
padding-top: 10vh;
}
.nos1{
    width: 60%;
}

/* fim about us */

/* Beneficios */

.Div_beneficios {
    width: 100%;
    height: 65rem;
    position: relative;
}

.Tit_beneficios {
    width: 100%;
    height: 13rem;
    color: rgb(0, 0, 0);
    font-family: Inter;
    font-size: 0.75rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    top: 5%;
}

.Tit_beneficios h1 {
    padding-top: 10vh;
    font-size: xx-large;
    width: 40%;
    color:rgb(56, 56, 56);
}

.Tit_beneficios h3 {
    font-size: 3vh;
    padding-top: 2vh;
    color:rgb(89, 88, 88);
    font-weight:350;
}

.Tit_beneficios h4 {
    font-size: large;
}

.Tit_beneficios span {
    color: rgb(89, 88, 88);
    font-size: large;
    font-weight: 400;
    padding-top: 2vh;
    width: 60%;
}

.Cards_beneficios {
    width: 100%;
    height: 31rem;
    position: relative;
    bottom: 10vh;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.Cards_beneficios2 {
    width: 100%;
    height: 31rem;
    position: relative;
    bottom: 10vh;
    display: flex;
    justify-content: space-evenly;
    align-items: start;
}

.card_beneficios1 {
    width: 22rem;
    height: 16rem;
    background-image: url('../Assets/gracas-a-internet-sem-fio-meu-trabalho-e-muito-mais-facil.jpg');
    background-size: cover;
    box-shadow: 0.1rem 0.5rem 1rem rgba(47, 47, 47, 0.342);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    border-radius: 0.5rem;
    text-align: center;
}

.card_beneficios2 {
    width: 22rem;
    height: 16rem;
    /* background-image: url('../Assets/employee-holding-laptop-with-business-diagrams-company-office-management-presentation-diagrams-graphs-computer-screen-data-report-research-information-pc-close-up.jpg'); */
    background-size: cover;
    box-shadow: 0.1rem 0.5rem 1rem rgba(47, 47, 47, 0.342);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    border-radius: 0.5rem;
    text-align: center;
}

.card_beneficios3 {
    width: 22rem;
    height: 16rem;
    background-image: url('../Assets/calendar-planner-agenda-schedule-concept.jpg');
    background-size: cover;
    box-shadow: 0.1rem 0.5rem 1rem rgba(47, 47, 47, 0.342);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    border-radius: 0.5rem;
    text-align: center;
}

.card_beneficios4 {
    width: 22rem;
    height: 16rem;
    background-image: url('../Assets/standard-quality-control-collage-concept.jpg'); 
    background-size: cover;
    box-shadow: 0.1rem 0.5rem 1rem rgba(47, 47, 47, 0.342);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    border-radius: 0.5rem;
    text-align: center;
}

.card_beneficios5 {
    width: 22rem;
    height: 16rem;
    background-image: url('../Assets/social-media-marketing-concept-marketing-with-applications.jpg');
    background-size: cover;
    box-shadow: 0.1rem 0.5rem 1rem rgba(47, 47, 47, 0.342);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    border-radius: 0.5rem;
    text-align: center;
}

.card_beneficios6 {
    width: 22rem;
    height: 16rem;
    background-image: url('../Assets/group-people-working-out-business-plan-office.jpg');
    background-size: cover;
    box-shadow: 0.1rem 0.5rem 1rem rgba(47, 47, 47, 0.342);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    border-radius: 0.5rem;
    color: rgb(71, 71, 71);
    text-align: center;
}


.boxTexto {
    width: 15rem;
    height: 7rem;
    background-color: #ffffff;
    box-shadow: 0.1rem 0.5rem 1rem rgba(47, 47, 47, 0.342);
    display: flex;
    /* flex-direction: column; */
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem;
    z-index: 9999;
    position: relative;
    top: 2.5rem;

}

.boxTexto span{
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

.card_beneficios img {
    position: relative;
    top: 4vh;
    left: 4vw;
    width: 6rem;
    height: 6rem;
    border-radius: 1vh;
}

.card_beneficios span {
    position: relative;
    top: 5vh;
    left: 0.8vw;
    color: rgb(56, 56, 56);
}

.card_beneficios h3 {
    position: relative;
    top: 5vh;
    left: 0.8vw;
    color: rgb(56, 56, 56);
}

.card_beneficios p {
    text-align: justify;
    width: 16rem;
    position: relative;
    top: 3vh;
    font-size: 0.9rem;
    color: #000000;
}

/* Nosso time */

.container {
    width: 82%;
	margin-inline: auto;
	padding: 6.25rem 0.9375rem;
}
.title {
	margin-bottom: 3.125rem; 
}
.title span {
	display: block;
}
.title .primary {
	font-size: clamp(1.625rem, 5vw, 3.25rem); 
	text-transform: uppercase;
	color: #000000;
}
.title .secondary {
	font-size: clamp(0.875rem, 2.5vw, 1rem); 
	font-weight: 400;
	color: #000000;
}
.gallery-wrapper {
	display: flex;
}
.gallery-item {
	position: relative;
	isolation: isolate;
	display: flex;
	flex: 1;
	height: 31.25rem; 
	background-color: #000;
	padding: 1.5625rem; 
	opacity: 1;
	overflow: hidden;
	transition: flex 0.5s, opacity 0.25s;
}
.gallery-item:hover {
	opacity: 1;
	flex: 5;
}
.gallery-item:not(:hover) {
	opacity: 0.75;
}
.item-image {
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.item-description {
	align-self: flex-end;
	text-transform: uppercase;
	color: #fff;
}
.name {
	font-size: 2.3125rem;
	background: linear-gradient(90deg, #1976D2, #1976D2);
	padding-inline: 0.625rem; 
	transform: translateY(-0.625rem); 
}
.role {
	display: inline-block;
	background: linear-gradient(90deg, #0D47A1, #0D47A1);
	padding: 0.625rem; 
	box-shadow: 0 0.0625rem 0.625rem rgba(0, 0, 0, 0.2); 
	transform: translateY(0.625rem); 
}
.name,
.role {
	opacity: 0;
	transition: opacity 0.25s, transform 0.3s;
	transition-delay: 0.35s;
}
.gallery-item:hover .name,
.gallery-item:hover .role {
	opacity: 1;
	transform: translateY(0);
}
.gallery-item:not(:hover) .name,
.gallery-item:not(:hover) .role {
	transition-delay: 0s;
}
@media screen and (max-width: 768px) {
	.gallery-wrapper {
		flex-direction: column;
		height: 100vh;
	}
	.gallery-item:hover {
		flex-basis: 100%;
	}
}


/* Fim do nosso time */

/* fale conosco */

.faleconosco{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #e9e8f5;
    height: 90vh;
}

.fc_labels{
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content:space-evenly;
    /* align-items: center; */
    height: 15vh;
    padding-bottom: 4vh;
    padding-top: 13vh;
}

.fc_titulo{
    font-size: 50px;
    font-weight: 700;
}

.fale{
    color: rgb(56, 56, 56);
}

.conosco{
    color:#2196F3;
}

.fc_desc{
    font-size: 18px;
    font-weight: 400;
    color: rgb(89, 88, 88);
    display: flex;
    padding-top: 2vh;
    text-align: justify;
}

.fc_banner{
     width: 75%;
     height: 90vh;
    display: flex;
    flex-direction: row;
    border-radius: 100px;
    padding-bottom: 20vh;
}
.fundo_faleconosco{
    width: 58%;
    height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}
.formulario{
    width: 42%;
    height: 70vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    padding-top: 10vh;
    padding-left: 10vh;
}
.dados{
    display: flex;
    width: 80%;
    justify-content: space-between;
}
.dado{
    width: 77%;
    height: 5vh;
}
.identidade{
    width: 45%;
    height: 5vh;
}

.mensagem{
    width: 77%;
    height: 15vh;
}

input{
    background-color: #BBDEFB;
    border: 1px solid #BBDEFB;;
    border-radius: 10px;
    color:grey;
    padding-left: 2vh;
}

input::placeholder {
    color: grey;
}

.fc_imagem{
    background-image: url('../Assets/5114855-removebg-preview.png');
    background-size: cover;
/* background-color: black; */
width: 55vh;
height: 50vh;
}

.icon1{
    background-image: url('../Assets/pin-de-seguranca.png');
    width: 5.5vh;
    height: 5.5vh;
    background-size: cover;
}

.icon2{
    background-image: url('../Assets/telefone.png');
    width: 5vh;
    height: 5vh;
    background-size: cover;
}

.end_tel{
display: flex;
height: 9vh;
width: 90%;
justify-content: space-evenly;
align-items: center;
}

.end_tel span {
    width: 70%;
}

.wrapper{
    /* position: fixed; */
    top: 50%;
    left: 50%;
    /* transform: translate(-50%, -50%); */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  .wrapper a{
    /* display: block; */
    width: 200px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    font-family: sans-serif;
    text-decoration: none;
    color: whitesmoke;
    border: 2px solid #1976D2;
    letter-spacing: 2px;
    text-align: center;
    position: relative;
    transition: all .50s;
    /* padding: 2vh; */
    border-radius: 10px;
    background-color: #1976D2;
  }
  
 .wrapper a span{
    position: relative;
    z-index: 2;z-index: 2;
  }
  
  .wrapper a:after{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #1565C0;
    transition: all .35s;
    border-radius: 9px;
  }
  
  a:hover{
    color: #fff;
  }
  
  a:hover:after{
    width: 100%;
  }
/* fim do fale conosco */

/* footer */

/* Estilos do Rodapé */
.footer {
    background-color: #0D47A1;
    color: white;
    padding-left: 30px;
    padding-top: 50px;
    padding-bottom: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    height: 28vh;
    text-align: center;
}



.content{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    height: 25vh;
    align-items: center;
    padding-bottom: 20px;
}

.brand {
    width: 20%;

}

.brand img {
    width: 65%;
    height: 27vh;
}

.brand img:hover {
    animation: giro 1s linear;
}


.footer-nav{
    width: 20%;
}
.contact{
    width: 20%;
    height: 17vh;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}


.footer-nav ul {
   list-style-type:none;
   padding-left :0px ;
   height: 20vh;
   display: flex;
   flex-direction: column;
   justify-content: space-evenly;
}
.brand a, .footer-nav a{
   color:white ;
font-weight: 100;
}

.contact-button {
    background-color: #2196F3; 
    color: white; 
    border-radius: 10px; 
    padding: 15px 25px; 
    text-align: center; 
    text-decoration: none; 
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer; 
}


