/* CSS Document */

@font-face {
    font-family: 'Kinetica';
    src: url('../fonts/Kinetica-Bold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.ttf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat Bold';
    src: url('../fonts/Montserrat-Bold.ttf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

html {
	font-size: 18px;
}

body {
    margin: 0;
    padding: 0;
    background-color: #000;
    cursor: default;
}

/* HEADER */

header {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

header video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1;
}

#header-logo {
    position: relative;
    z-index: 1;
    top: 5vw;
    left: 5vw;
}

#header-logo img {
    width: 6vw;
}

#header-texto {
    position: relative;
    z-index: 1;
    top: 45vh;
    left: 19vw;
}

#header-texto h1 {
    font-family: "Montserrat Bold", sans-serif; 
	font-size: 6vw;
  	color: #ffbd35;
    margin: 0;
    margin-bottom: 0.5vw;
    margin-left: -0.3vw;
}

#header-texto p {
    font-family: "Montserrat Bold", sans-serif; 
	font-size: 3vw;
  	color: #fff;
    line-height: 1.2;
    margin: 0;
}

/* CLIENTES & SETORES e EQUIPE & EXPERTISE */

.container-clientes-equipe {
    width: 100vw;
    display: flex;
    justify-content: center;
}

.clientes-equipe {
    width: 62vw;
    display: flex;
    flex-direction: row;
    padding: 19vw 0;
}

.clientes-equipe-titulo{
    width: 35vw; 
}

.clientes-equipe-texto {
    width: 27vw;
}

.clientes-equipe-titulo h2 {
    font-family: "Montserrat Bold", sans-serif; 
	font-size: 6vw;
  	color: #fff;
    margin: 0;
}

.clientes-equipe-texto p {
    font-family: "Montserrat Bold", sans-serif; 
	font-size: 1.5vw;
  	color: #a6a6a6;
    line-height: 1.5;
    margin: 0;
    margin-left: 2.5vw;
    margin-top: 1vw;
}

/* ONE STOP SHOP e INFRAESTRUTURA */

.container-oss-infra {
    width: 100vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.oss-infra-titulo {
    width: 62vw;
}

.oss-infra-titulo p {
    font-family: "Montserrat", sans-serif; 
	font-size: 1.5vw;
  	color: #fff;
    margin: 0;
    margin-bottom: 0.5vw;
}

.oss-infra-titulo h2 {
    font-family: "Montserrat Bold", sans-serif; 
	font-size: 6vw;
  	color: #ffbd35;
    margin: 0;
    margin-bottom: 6vw;
    margin-right: -2.5vw;
}

.oss-infra-image {
    width: 100vw;
    margin-bottom: 5vw;
}

.oss-infra-image img {
    width: 100%;
}

.oss-infra-texto {
    width: 62vw;
}

.oss-infra-texto p,
#oss-spots h3,
#infra-spots h3 {
    font-family: "Montserrat Bold", sans-serif; 
    font-size: 1.5vw;
  	color: #a6a6a6;
    line-height: 1.5;
    margin: 0;
}

.oss-infra-texto p {
    margin-right: 5vw;
}

#oss-spots,
#infra-spots {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#oss-spots {
    margin-top: 9vw;
}

#oss-spots h3,
#infra-spots h3 {
    width: 17.5vw;
    padding-top: 2vw;
    border-top: 2px solid #ffbd35;
}

/* MAPA */

#container-map {
    width: 100vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#map {
    width: 62vw;
    padding: 19vw 0;
}

#map-image {
    width: 62vw;
}

#map-image img {
    width: 100%;
}

#map-texto {
    margin-top: 2vw;
}

#map-texto p {
    font-family: "Montserrat Bold", sans-serif; 
	font-size: 3vw;
  	color: #fff;
    text-align: center;
    margin: 0;
}

/* EVOLUÇÃO */

#container-evolucao,
#evolucao {
    width: 100vw;
}

#evolucao p {
    font-family: "Montserrat Bold", sans-serif; 
	font-size: 6vw;
  	color: #fff;
    margin: 0;
    margin-left: 9vw;
}

/* TIMELINE */

.container-timeline {
    width: 100vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.timeline {
    width: 62vw;
    padding-top: 12vw;
}

.timeline-titulo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.timeline-titulo p:first-child,
.timeline-titulo p:last-child,
.timeline-titulo h4 {
    font-family: "Montserrat Bold", sans-serif;
    margin: 0;
}

.timeline-titulo p:first-child {
	font-size: 3vw;
  	color: #fff;
    margin-top: -0.5vw;
}

.timeline-titulo p:last-child {
	font-size: 1.5vw;
  	color: #fff;
    margin-top: -0.75vw;
}

.timeline-titulo h4 {
	font-size: 1.5vw;
  	color: #ffbd35;
    margin: 2vw 0;
}

.timeline-line{
    height: 5vw;
    border-left: 1px solid #fff;
}

.timeline-bullet {
    width: 11vw;
    height: 11vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 3px solid #fff;
    
    -webkit-border-radius: 11vw;
	-moz-border-radius: 11vw;
	-ms-border-radius: 11vw;
	-o-border-radius: 11vw;
	border-radius: 11vw;
}

.timeline-image {
    margin: 5vw 0;
}

.timeline-image img {
    width: 100%;
}

.timeline-texto ol {
    margin: 0;
    padding: 0;
    padding-left: 3.2vw;
}

.timeline-texto p,
.timeline-texto li {
    font-family: "Montserrat Bold", sans-serif; 
    font-size: 1.5vw;
  	color: #a6a6a6;
    line-height: 1.5;
    margin: 0;
    margin-right: 11vw;
    margin-bottom: 2.5vw;
}

.timeline-texto p:last-child,
.timeline-texto li:last-child {
    margin-bottom: 0;
}

/* CALL */

#container-call {
    width: 100vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#call {
    width: 62vw;
    padding: 19vw 0;
    text-align: center;
}

#call p {
    font-family: "Montserrat Bold", sans-serif; 
	font-size: 3vw;
  	color: #fff;
    text-align: center;
    margin: 0;
}

#call button {
    font-family: "Montserrat Bold", sans-serif; 
	font-size: 1.25vw;
  	color: #fff;
    margin: 0;
    margin-top: 3vw;
    padding: 1vw 3vw;
    border: 2px solid #fff;
    background-color: #000;
    
    -webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	border-radius: 50px;
    
    -webkit-transition: .2s;
	-moz-transition: .2s;
	-ms-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

#call button:hover{
    color: #000;
    border: 2px solid #ffbd35;
    background-color: #ffbd35;
}

/* FOOTER */

#container-footer {
    width: 100vw;
    margin-bottom: 8vw;
}

#footer{
    margin-bottom: 14vw;
}

#footer,
#footer-copyright {
    width: 100vw;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

#footer div,
#footer-copyright div {
    width: 41vw;
    margin: 0;
}

#footer div:first-child,
#footer-copyright div:first-child {
    text-align: left;
}

#footer div:last-child,
#footer-copyright div:last-child {
    text-align: right;
}

#footer-endereco p,
#footer-contato p {
    margin: 0;
}

#footer-endereco p:first-child,
#footer-contato a:first-child {
    font-size: 2.3vw;
}

#footer-endereco p:first-child {
    font-family: "Kinetica", sans-serif;
    color: #ffbd35;
    margin-bottom: 3vw;
}

#footer-contato a:first-child {
    font-family: "Montserrat Bold", sans-serif;
    color: #fff;
}

#footer-contato p:first-child {
    margin-bottom: 3vw;
}

#footer-endereco p:last-child,
#footer-contato a:last-child {
    font-family: "Montserrat", sans-serif; 
    font-size: 1.5vw;
    line-height: 2;
    color: #fff;
    
    -webkit-transition: .2s;
	-moz-transition: .2s;
	-ms-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

#footer-contato a:first-child:hover,
#footer-contato a:last-child:hover {
    color: #ffbd35;
}

#footer-contato a {
    text-decoration: none;
}

#footer-copyright small {
    font-family: "Montserrat", sans-serif; 
	font-size: 1vw;
  	color: #fff;
    margin: 0;
}

@media only screen and (min-width:720px) and (max-width:1024px) {
    
    #header-logo img {
        width: 10vw;
    }
    
    #header-texto {
        top: 39vh;
    }

    #header-texto h1 {
        font-size: 9vw;
    }

    #header-texto p {
        font-size: 4vw;
    }
    
    .clientes-equipe {
        width: 80vw;
    }

    .clientes-equipe-titulo,
    .clientes-equipe-texto {
        width: 40vw;
    }

    .clientes-equipe-texto p { 
        font-size: 2vw;
        margin-left: 1.25vw;
    }

    .oss-infra-titulo {
        width: 80vw;
    }

    .oss-infra-titulo p {
        font-size: 1.75vw;
    }
    
    .oss-infra-texto {
        width: 80vw;
    }
    
    .oss-infra-texto p,
    #oss-spots h3,
    #infra-spots h3 { 
        font-size: 2vw;
    }
    
    .oss-infra-texto p {
        margin-right: 0;
    }
    
    #oss-spots h3,
    #infra-spots h3 {
        width: 22vw;
    }
    
    #map {
        width: 70vw;
    }

    #map-image {
        width: 70vw;
    }

    #map-texto {
        margin-top: 2.5vw;
    }

    #map-texto p {
        font-size: 3.5vw;
    }

    #evolucao p {
        margin-left: 5vw;
    }
    
    .timeline {
        width: 80vw;
    }
    
    .timeline-titulo p:first-child {
        font-size: 4vw;
    }

    .timeline-titulo p:last-child,
    .timeline-titulo h4 {
        font-size: 2vw;
    }

    .timeline-bullet {
        width: 14vw;
        height: 14vw;

        -webkit-border-radius: 14vw;
        -moz-border-radius: 14vw;
        -ms-border-radius: 14vw;
        -o-border-radius: 14vw;
        border-radius: 14vw;
    }
    
    .timeline-texto p,
    .timeline-texto li { 
        font-size: 2vw;
        margin-right: 6.5vw;
    }
    
    #call {
        width: 80vw;
    }

    #call p { 
        font-size: 3.5vw;
    }
    
    #call button { 
        font-size: 2vw;
        margin-top: 4vw;
        padding: 1.75vw 5vw;
    }
    
    #footer div:first-child,
    #footer-copyright div:first-child {
        width: 50vw;
    }
    
    #footer div:last-child,
    #footer-copyright div:last-child {
        width: 30vw;
    }
    
    #footer-endereco p:first-child,
    #footer-contato a:first-child {
        font-size: 3vw;
    }
    
    #footer-endereco p:last-child,
    #footer-contato a:last-child { 
        font-size: 2vw;
    }
    
    #footer-copyright small {
        font-size: 1.25vw;
    }
    
}

@media only screen and (min-width:300px) and (max-width:719px) {
    
    #header-logo {
        top: 5vw;
        left: 5vw;
    }    

    #header-logo img {
        width: 15vw;
    }
    
    #header-texto {
        top: 41vh;
    }

    #header-texto h1 {
        font-size: 9vw;
    }

    #header-texto p {
        font-size: 4vw;
    }
    
    .clientes-equipe {
        width: 65vw;
        flex-direction: column;
        padding: 25vw 0;
    }

    .clientes-equipe-titulo,
    .clientes-equipe-texto {
        width: 65vw; 
    }

    .clientes-equipe-titulo h2 { 
        font-size: 9vw;
    }

    .clientes-equipe-texto p { 
        font-size: 4vw;
        margin-left: 0;
        margin-top: 6vw;
    }
    
    .oss-infra-titulo {
        width: 65vw;
    }

    .oss-infra-titulo p {
        font-size: 3vw;
        margin-bottom: 1vw;
    }

    .oss-infra-titulo h2 {
        font-size: 9vw;
        margin-right: 0;
    }

    .oss-infra-image {
        margin-bottom: 6vw;
    }

    .oss-infra-texto {
        width: 65vw;
    }

    .oss-infra-texto p,
    #oss-spots h3,
    #infra-spots h3 { 
        font-size: 4vw;
    }

    .oss-infra-texto p {
        margin-right: 0;
    }

    #oss-spots,
    #infra-spots {
        flex-direction: column;
    }

    #oss-spots {
        margin-top: 9vw;
    }

    #oss-spots h3,
    #infra-spots h3 {
        width: 35vw;
        padding-top: 3vw;
        margin-bottom: 6vw;
    }

    #oss-spots h3:last-child,
    #infra-spots h3:last-child {
        margin-bottom: 0;
    }
    
    #map {
        width: 80vw;
        padding: 25vw 0;
    }

    #map-image {
        width: 80vw;
    }

    #map-texto {
        margin-top: 4vw;
    }

    #map-texto p { 
        font-size: 4.5vw;
    }
    
    #evolucao p {
        font-size: 9vw;
        margin-left: 10vw;
    }

    .timeline {
        width: 80vw;
        padding-top: 25vw;
    }

    .timeline-titulo p:first-child {
        font-size: 7.5vw;
        margin-top: -.75vw;
    }

    .timeline-titulo p:last-child {
        font-size: 4vw;
        margin-top: -1.75vw;
    }

    .timeline-titulo h4 {
        font-size: 4vw;
        margin: 4vw 0;
    }

    .timeline-bullet {
        width: 25vw;
        height: 25vw;

        -webkit-border-radius: 25vw;
        -moz-border-radius: 25vw;
        -ms-border-radius: 25vw;
        -o-border-radius: 25vw;
        border-radius: 25vw;
    }

    .timeline-image {
        margin: 6vw 0;
    }
    
    .timeline-texto ol {
        padding-left: 5vw;
    }

    .timeline-texto p,
    .timeline-texto li { 
        font-size: 4vw;
        margin-right: 0;
        margin-bottom: 5vw;
    }
    
    #call {
        width: 80vw;
        padding: 25vw 0;
    }

    #call p { 
        font-size: 4.5vw;
    }

    #call button { 
        font-size: 3vw;
        margin-top: 4vw;
        padding: 2vw 5vw;
    }
    
    #container-footer {
        margin-bottom: 15vw;
    }

    #footer{
        margin-bottom: 7.5vw;
    }

    #footer,
    #footer-copyright {
        flex-direction: column;
    }

    #footer div,
    #footer-copyright div {
        width: 65vw;
    }

    #footer div:last-child,
    #footer-copyright div:last-child {
        text-align: left;
    }

    #footer-endereco p:first-child,
    #footer-contato a:first-child {
        font-size: 4.5vw;
    }

    #footer-endereco p:last-child,
    #footer-contato a:last-child { 
        font-size: 3vw;
    }
    
    #footer-endereco p:last-child {
        margin-bottom: 3vw;
    }

    #footer-copyright small {
        font-size: 1.8vw;
    }
    
}