.hero {
height: 100%;
margin: 0;
padding: 0;
overflow: hidden;
position: relative;
background-color: black;
}

.hero_landing {
height: 100%;
display: flex;
margin: 0;
padding: 0;
margin-left: 5.5vw;
margin-top: 150px;
position: relative;
}

.hero_textos {
display: flex;
flex-direction: column;
margin: 0;
padding: 0;
font-size: 60px;
line-height: 65px;
font-weight: 800;
}

.hero_titulo {
font-size: 15px;
text-transform: uppercase;
font-weight: 400;
letter-spacing: 0.2em;
}

.hero_paragrafo {
max-width: 100%;
font-family: Montserrat; /** ArchivoBlack **/
font-size: 60px;
line-height: 65px;
font-weight: 800;
}

.hero_descricoes {
display: flex;
justify-content: flex-end;
}

.hero_descricao {
margin-top: 35%;
margin-right: 8%;
max-width: 60%;
text-align: right;
font-size: 25px;
line-height: 30px;
}

.hero_svgs {
    position: relative;
}

.hero_pause--svg {
width: 600px;
top: 0%;
left: calc(100vw - 600px);
z-index: 2;
position: absolute;
}

.hero_circle--svg {
height: 700px;
margin-top: 6%;
left: 0%;
z-index: 1;
position: absolute;
}

.hero_fast-forward--svg {
height: 300px;
top: calc(100vh - 300px);
left: 30%;
z-index: 1;
position: absolute;
}

#video {
margin: 0;
padding: 0;
/* height: 100%; */
width: 100%;
}

.video {
position: relative;
/* padding-bottom: 56.25%; */
height: 0;
margin: 0;
padding: 0;
overflow: hidden;
max-width: 100%;
height: auto;   
}

.video .mejs-controls, .mejs-overlay-button {
    display: none !important;
}

.video_iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.empresa {
margin-top: 50px;
margin-bottom: 50px;
color: black;
}

.empresa_texto {
    color: black;
    text-align: center;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: 18px;
    padding-left: 100px;
}

.empresa_hero img {
    height: auto;
    width: 100%;
    border-radius: 30px;
    /* max-height: 514px; */
    object-fit: cover;
    object-position: center;
    overflow: hidden;
}

.empresa_descricao {
padding-top: 0;
padding-bottom: 5%;
}

.empresa_descricao img {
    border-radius: 30px;
}

.empresa_descricacao_texto {
color: black;
text-align: left;
margin-top: auto;
margin-bottom: auto;
padding-top: 50px;
padding-bottom: 50px;
font-size: 18px;
}

.empresa_descricao_titulo {
    font-size: 32px;
    font-weight: 800;
    padding-bottom: 10px;
}

.empresa_descricacao_texto .textwidget p {
    word-wrap: break-word;
}

.asPessoas_head {
padding-top: 10%;
padding-bottom: 5%;
font-size: 20px;
line-height: 25px;
/* max-width: 50%; */
}

.asPessoas_titulo {
font-size: 40px;
line-height: 45px;
font-weight: 800;
}

.asPessoas_head2 {
    padding-bottom: 5%;
}

.asPessoas_bg {
background-color: black;
margin: 0;
padding: 0;
overflow: hidden;
position: relative;
}

#asPessoas {
overflow: hidden;
}

.asPessoas {
z-index: 10;
position: relative;
overflow: hidden;
}

.asPessoas_svg {
overflow: hidden;
}

.asPessoas_circle--svg {
position: absolute;
z-index: 1;
padding-top: 5%;
height: 1000px;
overflow: hidden;
}

.asPessoas_pause--svg {
position: absolute;
z-index: 1;
margin-top: 0%;
padding-left: calc(100% - 600px);
height: 540px;
overflow: hidden;
}

.asPessoas_fast-forward--svg {
position: absolute;
z-index: 1;
margin-top: 45%;
padding-left: 40%;
height: 835px;
overflow: hidden;
}

.pessoa_foto img {
    width: 100%;
    border-radius: 0%;
}

.pessoa_hr {
    border: 1px solid #ffffff;
    opacity: 100%;
    width: 60%;
}

.pessoa_texto {
    text-align: auto;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 100px;
}

.pessoa_texto_2 {
    text-align: auto;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 100px;
}

.pessoa_titulo {
    padding-top: 25px;
    font-size: 28px;
    font-weight: 800;
    padding-bottom: 25px;
}

.time_textos {
    padding-top: 10%;
    padding-bottom: 171px;
}

.time_titulo {
    margin-top: auto;
    margin-bottom: auto;
}

.time_paragrafo {
    font-size: 18px;
    line-height: 25px;
}
.pessoa_texto .textwidget p {
    word-wrap: break-word;
}

.asPessoas_pessoa01 {
padding-bottom: 3%;
}

.asPessoas_pessoa02{
padding-bottom: 15%;
}

@media (max-width: 767px) {
#home {
    height: auto;
}

.hero {
    height: auto;
}

.hero_landing {
    display: flex;
    margin: 0;
    margin-top: 15vh;
    margin-left: 5.5vw;
    padding: 0;
    text-align: left;
}

.hero_textos {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    margin-bottom: 5vh;
    width: 90%;

}

.hero_titulo {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.2em;
}

.hero_paragrafo {
    max-width: 100%;
    font-family: Montserrat; /** ArchivoBlack **/
    font-size: 60px;
    line-height: 65px;
    margin: 0;
    padding: 0;
}

.hero_descricoes {
    display: flex;
    justify-content: flex-start;
    margin: 0;
    padding: 0;
    padding-bottom: 10vh;
}

.hero_descricao {
    margin: 0;
    padding: 0;        
    max-width: 90%;
    font-size: 20px;
    line-height: 30px;
}

.empresa {
    margin-bottom: 15px;
    margin-top: 15px;
}

.empresa_texto {
    text-align: left;
    padding-left: 0px;
    margin-left: 0px;
    word-wrap: break-word;
}

.empresa_hero img {
    border-radius: 0px;
}

.empresa_descricacao_texto {
    padding-top: 15px;
    padding-bottom: 15px;
 }

 .empresa_descricao img {
    border-radius: 0px;
}

.empresa_descricao {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.empresa_descricacao_foto2 {
    padding-top: 50px;
}

.asPessoas_pessoa02{
    padding-bottom: 15%;
    flex-direction: row-reverse;
}

/* .asPessoas_head {
    padding-right: 25px;
    padding-left: 25px;
}

.asPessoas_head2 {
    padding-right: 25px;
    padding-left: 25px;
} */

.pessoa_texto {
    padding-top: 25px;
    margin-left: 0px;
}

.pessoa_texto_2 {
    padding-top: 25px;
    margin-right: 0px;
    padding-bottom: 25px;
}

}

