@media screen and (max-width: 700px) {
    header{
        justify-content: space-between;
    }
    .computador{
        display: none;
    }
    .responsive{
        display: flex;
    }
    .logo-header{
        width: 35%;
        padding: 0vh;
        border: 0vh;
        margin-left: 2vh;
    }
    .div-header-menu{
        display: none;
    }
    .div-header-contato{
        width: 35%;
        justify-content: space-around;
        margin-right: 2vh;
    }
    .link-header-contato-imagens{
        padding: 0vh;
        border: 0vh;
    }
    .imagens-header{
        width: 50%;
    }
.segunda-sessao-home{
    margin-top: 4vh;
    margin-bottom: 0vh;
}
.titulo-segunda-sessao-home{
    font-size: 3vh;
    text-align: center;
}
.texto-segunda-sessao-home{
    width: 90%;
    font-size: 2vh;
    margin-top: 4vh;
    margin-bottom: 6vh;
    line-height: 2.5vh;
}
/*CARROSEL RESPONSIVO*/

.carrusel-globos-responsive{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.ventana-visualizacion-carrusel{
    overflow: hidden;
    width: 30vh;
    height: auto;
    transition: 0.6s;
}
.contenedor-carrusel-globos{
    width: auto;
    height: auto;
    display: flex;
    flex-direction: row;
    transition: 0.6s;
}
.globo-contenido-carrusel{
    background-color: #7c7c7b;
    min-width: 22vh;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    border-radius: 4vh;
    transition: 0.6s;
    margin-right: 1vh;
    margin-left: 1vh;
    padding: 3vh;
}
.titulo-globo-contenido-carrusel{
    color: #ffffff;
    font-size: 1.8vh;
    margin-top: 2vh;
    font-family: 'gotham-bold';
    justify-self: start;
    text-align: center;
    padding: 1vh 0vh;
}
.texto-globo-contenido-carrsel{
    color: #ffffff;
    height: 26vh;
    line-height: 2vh;
    font-size: 1.5vh;
    margin-top: 2vh;
    margin-bottom: 2vh;
    font-family: 'gotham-light';
    text-align: center;
    padding: 1vh 0vh;
}


.div-baloes-segunda-sessao-home{
    width: 100%;
    justify-content: center;
    align-items: center;
    display: none;
}

.container-carrosel-resp{ 
    overflow: hidden;
    width: 28vh;
    height: 55vh;
    
}
.dialog-container {
    min-width: 28vh;
    margin-right: 4vh;
    position: static;
    z-index: 0;
}
.seta{
    /*content: ' ';*/
    width: 5vh;
    height: 5vh;
    /*background-color: #ff3d23;*/
    /*clip-path: polygon(80% 0, 30% 50%, 80% 100%, 50% 100%, 0% 50%, 50% 0);*/
}
.seta-esquerda {
    transform: rotate(180deg);
}
.dialog {
    padding: 2vh;
    border-radius: 5vh;
    position: static;
    z-index: 0;
}
.dialog::after {
    position: static;
    bottom: -8vh; 
    border-left: 18vh solid #7c7c7b; 
    border-bottom: 18vh solid transparent; 
  }
.shape {
    width: 3vh;
    height: 3vh;
}
.titulo-baloes-segunda-sessao-home{
    font-size: 1.8vh;
    margin-top: 2vh;
}
.texto-baloes-segunda-sessao-home{
    height: 26vh;
    line-height: 2vh;
    font-size: 1.5vh;
    margin-top: 2vh;
    margin-bottom: 2vh;
}





.terceira-sessao-home{
    margin-top: 3vh;
    padding-top: 0vh;
}
.titulo-terceira-sessao{
    font-size: 3.5vh;
    text-align: center;
}
.div-terceira-sessao{
    flex-direction: column;
    margin-top: 3vh;
    margin-bottom: 3vh;
}
.container-logo{
    border-radius: 3vh;
    width: 16vh;
    height: 16vh;
}
.logo-paragrafo{
    height: 10vh;
    width: 10vh; 
    background-color: #ebebeb;
    border-radius: 2vh;
}
.logo-paragrafo::after{
    bottom: -3vh; 
    border-left: 8vh solid #ebebeb; 
    border-bottom: 8vh solid transparent; 
}
.shape-logo-paragrafo{
    width: 5vh;
    height: 5vh;
}
.texto-terceira-sessao{
    margin-top: 6vh;
    width: 90%;
    font-size: 2vh;
    line-height: 2.5vh;
}
.carrosel-clientes{
    padding-top: 2vh;
    padding-bottom: 3vh;
}
.titulo-carrosel-clientes{
    font-size: 5vh;
    margin-bottom: 2vh;
}
.container{
    animation: scrolle 30s linear infinite;
}

@keyframes scrolle {
    from {
        transform: translateX(0vh); 
    }
    to {
        transform: translateX(calc(-1167.945vh/4)); 
    }
}
.banner-carrosel-primeira-sesao{
    height: 4vh;
    margin-right: 5vh;
}
footer{
    padding-top: 4vh;
    padding-bottom: 2vh;
}
.titulo-footer{
    font-size: 3vh;
}
.texto-footer{
    width: 90%;
    font-size: 2vh;
    margin-top: 3vh;
    margin-bottom: 3vh;
    line-height: 2.5vh;
}
.ancora-footer{
    font-size: 2.5vh;
    padding: 1vh;
    border-radius: 1vh;
}
.div-footer-politica{
    margin-top: 4vh;
    flex-direction: column;
}
.ancora-politica-div-footer{
    font-size: 2vh;
}
.direitos-reservados-footer{
    font-size: 1.8vh;
    margin-top: 2vh;
    margin-bottom: 2vh;
}
.ffdancriativo{
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0vh;
}
.img-ffdna{
    width: 60%;
}
.politica-paragrafo{
    margin-top: 10vh;
}

}