@media (max-width: 480px) {

    body {
        overflow-x: hidden;
    }

    header {
        display: none;
    }

    nav {
        width: 100%;
        height: 10vh;
        display: flex;
        justify-content: left;
    }

    nav a {
        display: none;
    }

    aside {
        display: flex;
        flex-direction: column;
        padding-left: 11em;
    }

    nav img{
        margin-left: 1em;
        padding-top: 0.5em;
        width: 171px;
        height: 116px;
    }

    .title-page{
        width: 100%;
        height: 7vh;
        display: flex;
        align-items: center;
    }

    .title-page h1{
        font-size: 1.25em;
        text-align: center;
        padding-left: 1.25em;
    }

    footer {
        flex-direction: column;
        align-items: center;
        height: auto;
    }

    .footer-contato {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 3em;
        margin-left: 0;
    }

    .footer-contato h2 {
        margin-bottom: 1.1em;
        font-size: 44px;
        text-align: center;
    }

    .footer-contato h2::after {
        width: 18%;
        margin: 15px auto 0;
    }

    .footer-contato p {
        width: 75%;
        font-size: 20px;
        text-align: center;
    }

    .footer-contato a {
        margin: 0 10px;
        margin-bottom: 1em;
        font-size: 15px;
        text-align: center;
    }

    .footer-contato i {
        margin-right: 0.3em;
    }

    .links {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .links h2 {
        font-size: 44px;
    }

    .links h2::after {
        content: "";
        display: block;
        width: 50%;
        margin: 15px auto 0;
    }

    .links a {
        font-size: 24px;
    }

    .footer-rs {
        width: 100%;
        align-items: center;
        display: flex;
        flex-direction: column;
        margin-top: 3em;
        margin-left: 0;
    }

    .footer-rs h2 {
        font-size: 50px;
    }

    .footer-rs h2::after {
        width: 50%;
        margin: 15px auto 0;
    }

    .footer-rs a {
        font-size: 20px;
    }

    .first-content {
        width: 100%;
        height: auto;
        flex-direction: column;
        padding-top: 4em;
        padding-bottom: 5em;
    }

    .nome-slogan {
        margin: 0;
        width: 80%;
        text-align: center;
    }

    .nome-slogan h2 {
        font-size: 28px;
    }

    .nome-slogan h3 {
        font-size: 24px;
    }

    .texto {
        margin: 0;
        width: 100%;
        text-align: left; 
        font-size: 24px;
        padding-top: 1.5em;
    }

    .texto p {
        padding-bottom: 0.5em;
        margin: 0 20px;
    }

    .mvv {
        width: 85%;
        display: flex;
        flex-direction: column;
        align-items: center;
        transform: translateX(9%);
    }

    .mvv-content {
        flex-direction: column;
        align-items: center;
        height: auto;
    }

    .mvv-title {
        background-image: none;
        background-color: #17174A;
        width: 100%;
        height: 13vh;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 16px;
    }

    .mvv-title span {
        padding-right: 0;
        font-size: 40px;
    }

    .mvv-title i {
        block-size:  auto;
        inline-size: auto;
    }

    #mvv-visao span {
        padding-right: 0;
    }

    .mvv-text {
        width: 100%;
        font-size: 24px;
        padding: 0;
    }

    .mvv-text p{
        padding-inline: 1.2em;
    }   

    #product-container {
        margin-bottom: 4.5em;
    }

    .produtos {
        flex-direction: column-reverse;
        margin-inline: 2em;
        margin-top: 4em;
        height: auto;
    }

    .produtos img{
        width: 85%;
        height: 85%;
        margin-left: 0;
        margin-block: 1.5em;
    }

    .text {
        text-align: center;
    }

    .text h4 {
        font-size: 2.5em;
        margin-top: 0em;
    }

    .text h4::after {
        content: "";
        display: block;
        width: 90%;
        height: 4px;
        margin: 15px auto 0;
    }

    .text p {
        margin-inline: 30px;
        margin-block: 1em;
        font-size: 1.625em;
    }

    #inverso {
        display: flex;
        flex-direction: column;
    }

    #inverso h4 {
        margin-top: 0.7em;
    }

    #inverso img {
        margin-left: 0;
        margin-right: 0;
    }

    #res {
        padding-top: 0.5em;
    }
    
    .con-first-content {
        flex-direction: column;
        width: 100%;
        padding: 0 20px;
    }

    .contato {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-top: 3em;
        margin-left: 0;
    }

    .contato h2 {
        margin-bottom: 1.1em;
        font-size: 2em;
    }

    .contato a {
        color: black;
        margin-bottom: 1.5em;
        font-size: 1em;
    }

    .contato i {
        margin-right: 0.2em;;
    }

    .formulario {
        width: 100%;
        margin-left: 0;
        margin-top: 2em;
        
    }

    .formulario h2 {
        text-align: center;
        margin-bottom: 1em;
        font-size: 2em;
    }

    form {
        display: flex;
        flex-direction: column;
    }

    form input, form textarea{
        padding: 10px;
        margin-bottom: 15px;
    }

    form label {
        margin-bottom: 2px;
    }

    .nome, .tel {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .tel input, .tel label {
        margin-left: 0;
    }

    .nome-telefone {
        display: flex;
        flex-direction: column;
    }

    .contato-rs h3 {
        font-size: 1.3em;
        margin-right: 0.5em;
        padding-top: 0.15em;
    }

    .contato-rs i {
        margin-right: 0.5em;
        margin-top: 0.5em;
    }   

    .formulario button {
        border: 0;
        width: 50%;
        height: 7vh;
        border-radius: 50px;
        font-size: 16px;
        margin-left: 50%;
        transform: translateX(-50%);
    }
    .slider {
    height: 80vh;
    position: relative;
}

    .slider .slider-container .slider-box {
        position: absolute;
        inset: 0;
        opacity: 0;
        transition: .5s;
    }

    .slider .slider-box img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    } 

    .slider .slider-box::after{
        content: '';
        width: 100%;
        height: 100%;
        background-image: linear-gradient(to right, #dfdede, transparent);
        position: absolute;
        top: 0;
        left: 0;
    }

    .slider .slider-box .texto-slider {
        position: absolute;
        left: 14%;
        top: 50%;
        transform: translateY(-50%);
        z-index: 1;
        max-width: 920px;
    }

    @keyframes animacaoSlider {
        100% {
            transform: translateY(0);
            opacity: 1;
        }
    }

    .slider .slider-box.ativo p {
        transform: translateY(60px);
        opacity: 0;
        animation: animacaoSlider .5s ease-in-out .4s forwards;
    }

    .slider .slider-box.ativo p {
        animation-delay: .4s;
    }

    .slider-container .slider-box.ativo {
        opacity: 1;
        z-index: 123;
    }

    .slider .slider-box .texto-slider p {
        text-align: center;
        font-size: 36px;
    }

    /* Setas do SlideShow */

    .setas {
    width: 100%;
    height: 100%;
    padding: 0 4%;
    position: absolute;
    top: 0%;
    left: 0%; 
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 125;
    }

    .setas button {
        width: 40px;
        height: 40px;
        border: 0;
        border-radius: 8px;
        font-size: 1.8rem;
    }

    #c4 {
        padding-right: 1em;
    }

    /* Segunda Section do Home */

    .informacoes {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: auto;
    }

    /* Titulo da Section */

    .informacoes h2 {
        text-align: center;
        margin-top: 1.5em;
        font-size: 32px;
    }

    .informacoes h2::after {
    content: "";
    display: block;
    width: 15%;
    height: 4px;
    margin: 15px auto 0;
    }

    .section-content {
        display: flex;
        flex-direction: column-reverse;
    }

    /* Texto da Empresa */

    .home-text {
        text-align: left;
        width: 100%;
        margin-top: 0.5em;
        margin-left: 0;   
    }

    .home-text p {
        text-align: center;
        width: 100%;
        margin: 0;
        margin-bottom: 2.5em;
        padding-inline: 1em;
        font-size: 24px;
    }

    .home-text p:first-child {
        margin-bottom: 1em;
    }

    /* Botão para a página Quem Somos */

    .home-text a {
        padding: 20px 40px;
        border-radius: 50px 50px;
        font-size: 20px;
        margin-left: 27%;
    }

    /* Cards */

    .cards {
        width: 100%;
        padding-top: 3.5em;
        padding-inline: 1.7em;
    }

    .Card {
        display: flex;
        flex-direction: column;
        align-items: center;
        background-color: #1DA5B7;
        padding: auto 40px;
        font-size: 26px;
        margin-right: 0;
        margin-bottom: 30px;
    }

    .Card p {
        text-align: center;
        font-size: 20px;
        padding-top: 2em;
    }

    .Card i {
        margin-right: 0;
        margin-top: 0.4em;
    }

    #card2 i {
        margin-left: 0;
        margin-right: 0;
    }

    #card3 i {
        margin-left: 0;
        margin-right: 0;
    }

    /* Terceira section da Home */

    .segmento-content {
        width: 100%;
        height: auto;
        margin-top: 3.7em;
    }

    /* Titulo da Section */

    #title {
        text-align: center;
        padding-top: 1em;
        font-size: 2em;
    }

    #title::after {
    content: "";
    display: block;
    width: 15%;
    height: 4px;
    margin: 15px auto 0;
    }

    /* Tamanho das imagens */

    .segmento-content img {
        width: 280px;
        height: 280px;
        border: 3px solid #1DA5B7;
    }

    .segmento-flex {
        display: flex;
        flex-direction: column;
    } 

    .segmento-span-imagens {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 70%;
        margin-left: 4em;
    }

    .segmento-span-imagens span {
        text-align: center;
        margin-top: 1.8em;
        font-size: 24px;
    }

    .segmento-imagens {
        display: grid;
        grid-template-columns: 280px;
        grid-row-gap: 25px;
        grid-column-gap: 0;
        margin-top: 2em;
    }  

    .segmento-engajamento {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding-top: 3.5em;
    }

    .segmento-engajamento span {
        font-size: 44px;
        margin-inline: 40px;
    }

    .segmento-engajamento a {
        text-align: center;
        padding: 15px 10px;
        margin-right: 6em;
        margin-left: 5em;
        margin-top: 2em;
        margin-bottom: 3em;
        border-radius: 50px 50px;
        font-size: 20px;
    }

}

@media (min-width: 481px) and (max-width: 1024px) {

    header {
        font-size: 0.65em;
    }

    nav {
        width: 100%;
        height: 10vh;
    }

    nav a {
        font-size: 1em;
    }

    nav img {
        width: 181px;
        height: 126px;
    }

    .title-page{
        width: 100%;
        height: 7vh;
        display: flex;
        align-items: center;
    }

    .title-page h1{
        padding: 0;
        font-size: 1.25em;
        text-align: center;
        padding-left: 5%;
    }

    footer {
        flex-direction: column;
        align-items: center;
        height: auto;
    }

    .footer-contato {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 3em;
    margin-left: 0;
    }

    .footer-contato h2 {
        margin-bottom: 1.1em;
        font-size: 44px;
        text-align: center;
    }

    .footer-contato h2::after {
    width: 18%;
    margin: 15px auto 0;
    }

    .footer-contato p {
        width: 75%;
        font-size: 20px;
        text-align: center;
    }

    .footer-contato a {
        margin: 0 10px;
        margin-bottom: 1em;
        font-size: 15px;
        text-align: center;
    }

    .footer-contato i {
        margin-right: 0.3em;
    }

    .links {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    }

    .links h2 {
        font-size: 44px;
    }

    .links h2::after {
    content: "";
    display: block;
    width: 50%;
    margin: 15px auto 0;
    }

    .links a {
        font-size: 24px;
    }

    .footer-rs {
    width: 100%;
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-top: 3em;
    margin-left: 0;
    }

    .footer-rs h2 {
        font-size: 50px;
    }

    .footer-rs h2::after {
    width: 50%;
    margin: 15px auto 0;
    }

    .footer-rs a {
        font-size: 20px;
    }

    .first-content {
        width: 100%;
        height: auto;
        flex-direction: column;
        padding-top: 4em;
        padding-bottom: 5em;
    }

    .nome-slogan {
        margin: 0;
        width: 80%;
        text-align: center;
    }

    .nome-slogan h2 {
        color: #17174A;
        font-size: 28px;
    }

    .nome-slogan h3 {
        font-size: 24px;
    }

    .texto {
        margin: 0;
        width: 100%;
        text-align: left; 
        font-size: 1.5em;
        padding-top: 1.5em;
    }

    .texto p {
        padding-bottom: 0.5em;
        margin: 0 20px;
    }

    .mvv {
        width: 85%;
        display: flex;
        flex-direction: column;
        align-items: center;
        transform: translateX(9%);
    }

    .mvv-content {
        flex-direction: column;
        align-items: center;
        height: auto;
    }

    .mvv-title {
        background-image: none;
        background-color: #17174A;
        width: 100%;
        height: 13vh;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 16px;
    }

    .mvv-title span {
        padding-right: 0;
        font-size: 40px;
    }

    .mvv-title i {
        block-size:  auto;
        inline-size: auto;
    }

    #mvv-visao span {
    padding-right: 0;
    }

    .mvv-text {
        width: 100%;
        font-size: 24px;
        padding: 0;
    }

    .mvv-text p{
        padding-inline: 1.2em;
    }

    #product-container {
    margin-bottom: 4.5em;
    }

    .text {
        text-align: center;
    }

    .text h4 {
        font-size: 2.5em;
        margin-top: 0em;
    }

    .text h4::after {
    content: "";
    display: block;
    width: 90%;
    height: 4px;
    margin: 15px auto 0;
    }

    .text p {
        margin-inline: 30px;
        margin-block: 1em;
        font-size: 1.625em;
    }

    #inverso h4 {
        margin-top: 0.7em;
    }

    #inverso img {
        margin-left: 0;
        margin-right: 0;
    }

    .con-first-content {
        flex-direction: column;
        width: 100%;
        padding: 0 20px;
    }

    .contato {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 3em;
        margin-left: 0;
    }

    .contato h2 {
        margin-bottom: 1.1em;
        font-size: 2em;
    }

    .contato a {
        color: black;
        margin-bottom: 1.5em;
        font-size: 1em;
    }

    .contato i {
        margin-right: 0.2em;;
    }

    .formulario {
        width: 100%;
        margin-left: 0;
        margin-top: 2em;
        
    }

    .formulario h2 {
        text-align: center;
        margin-bottom: 1em;
        font-size: 2em;
    }

    form {
        display: flex;
        flex-direction: column;
    }

    form input, form textarea{
        padding: 10px;
        margin-bottom: 15px;
    }

    form label {
        margin-bottom: 2px;
    }

    .nome, .tel {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .tel input, .tel label {
        margin-left: 0;
    }

    .nome-telefone {
        display: flex;
        flex-direction: column;
    }

    .contato-rs h3 {
        font-size: 1.5em;
        margin-right: 0.5EM;
    }

    .contato-rs i {
        margin-right: 0.5em;
        margin-top: 0.5em;
    }   

    .formulario button {
        border: 0;
        width: 25%;
        height: 7vh;
        border-radius: 50px;
        font-size: 16px;
        margin-top: 0.5em;
        margin-left: 50%;
        transform: translateX(-50%);
    }

    #product-container {
        margin-bottom: 4.5em;
    }

    .produtos {
        flex-direction: column-reverse;
        margin-inline: 2em;
        margin-top: 4em;
        height: auto;
    }

    .produtos img{
        width: 30%;
        height: 30%;
        margin-left: 0;
        margin-block: 1.5em;
    }

    .text {
        text-align: center;
    }

    .text h4 {
        font-size: 2.5em;
        margin-top: 0em;
    }

    .text h4::after {
        content: "";
        display: block;
        width: 90%;
        height: 4px;
        margin: 15px auto 0;
    }

    .text p {
        margin-inline: 30px;
        margin-block: 1em;
        font-size: 1.2em;
    }

    #inverso {
        display: flex;
        flex-direction: column;
    }

    #inverso h4 {
        margin-top: 0.7em;
    }

    #inverso img {
        margin-left: 0;
        margin-right: 0;
    }

    #res {
        padding-top: 0.5em;
    }

        .slider {
    height: 80vh;
    position: relative;
}

    .slider .slider-container .slider-box {
        position: absolute;
        inset: 0;
        opacity: 0;
        transition: .5s;
    }

    .slider .slider-box img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    } 

    .slider .slider-box::after{
        content: '';
        width: 100%;
        height: 100%;
        background-image: linear-gradient(to right, #dfdede, transparent);
        position: absolute;
        top: 0;
        left: 0;
    }

    .slider .slider-box .texto-slider {
        position: absolute;
        left: 14%;
        top: 50%;
        transform: translateY(-50%);
        z-index: 1;
        max-width: 920px;
    }

    @keyframes animacaoSlider {
        100% {
            transform: translateY(0);
            opacity: 1;
        }
    }

    .slider .slider-box.ativo p {
        transform: translateY(60px);
        opacity: 0;
        animation: animacaoSlider .5s ease-in-out .4s forwards;
    }

    .slider .slider-box.ativo p {
        animation-delay: .4s;
    }

    .slider-container .slider-box.ativo {
        opacity: 1;
        z-index: 123;
    }

    .slider .slider-box .texto-slider p {
        text-align: center;
        font-size: 36px;
    }

    /* Setas do SlideShow */

    .setas {
    width: 100%;
    height: 100%;
    padding: 0 4%;
    position: absolute;
    top: 0%;
    left: 0%; 
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 125;
    }

    .setas button {
        width: 40px;
        height: 40px;
        border: 0;
        border-radius: 8px;
        font-size: 1.8rem;
    }

    #c4 {
        padding-right: 1em;
    }

    /* Segunda Section do Home */

    .informacoes {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: auto;
    }

    /* Titulo da Section */

    .informacoes h2 {
        text-align: center;
        margin-top: 1.5em;
        font-size: 32px;
    }

    .informacoes h2::after {
    content: "";
    display: block;
    width: 15%;
    height: 4px;
    margin: 15px auto 0;
    }

    .section-content {
        display: flex;
        flex-direction: column-reverse;
    }

    /* Texto da Empresa */

    .home-text {
        text-align: left;
        width: 100%;
        margin-top: 0.5em;
        margin-left: 0;   
    }

    .home-text p {
        text-align: center;
        width: 100%;
        margin: 0;
        margin-bottom: 2.5em;
        padding-inline: 1em;
        font-size: 24px;
    }

    .home-text p:first-child {
        margin-bottom: 1em;
    }

    /* Botão para a página Quem Somos */

    .home-text a {
        padding: 20px 40px;
        border-radius: 50px 50px;
        font-size: 20px;
        margin-left: 35%;
    }

    /* Cards */

    .cards {
        width: 100%;
        padding-top: 3.5em;
        padding-inline: 1.7em;
    }

    .Card {
        display: flex;
        flex-direction: column;
        align-items: center;
        background-color: #1DA5B7;
        padding: auto 40px;
        font-size: 26px;
        margin-right: 0;
        margin-bottom: 30px;
    }

    .Card p {
        text-align: center;
        font-size: 20px;
        padding-top: 2em;
    }

    .Card i {
        margin-right: 0;
        margin-top: 0.4em;
    }

    #card2 i {
        margin-left: 0;
        margin-right: 0;
    }

    #card3 i {
        margin-left: 0;
        margin-right: 0;
    }

    /* Terceira section da Home */

    .segmento-content {
        width: 100%;
        height: auto;
        margin-top: 3.7em;
    }

    /* Titulo da Section */

    #title {
        text-align: center;
        padding-top: 1em;
        font-size: 2em;
    }

    #title::after {
    content: "";
    display: block;
    width: 15%;
    height: 4px;
    margin: 15px auto 0;
    }

    /* Tamanho das imagens */

    .segmento-content img {
        width: 280px;
        height: 280px;
        border: 3px solid #1DA5B7;
    }

    .segmento-flex {
        display: flex;
        flex-direction: column;
    } 

    .segmento-span-imagens {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 70%;
        margin: 0 auto;
    }

    .segmento-span-imagens span {
        text-align: center;
        margin-top: 1.8em;
        font-size: 24px;
    }

    .segmento-imagens {
        display: grid;
        grid-template-columns: 280px;
        grid-row-gap: 25px;
        grid-column-gap: 0;
        margin-top: 2em;
    }  

    .segmento-engajamento {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding-top: 3.5em;
    }

    .segmento-engajamento span {
        font-size: 44px;
        margin-inline: 40px;
        text-align: center;
    }

    .segmento-engajamento a {
        text-align: center;
        padding: 15px 10px;
        margin-right: 6em;
        margin-left: 5em;
        margin-top: 2em;
        margin-bottom: 3em;
        border-radius: 50px 50px;
        font-size: 20px;
    }

}

@media (max-width: 600px) {

    body {
        overflow-x: hidden;
    }

    header {
        display: none;
    }

    nav a {
        display: none;
    }

    aside {
        display: block;
    }

    .produtos {
        flex-direction: column-reverse;
        margin-inline: 2em;
        margin-top: 4em;
        height: auto;
    }

    .produtos img{
        width: 50%;
        height: 50%;
        margin-left: 0;
        margin-top: 1.5em;
        margin-bottom: 1.5em;
    }

}

@media (min-width: 801px) and (max-width: 1024px) {

    /* .produtos {
        margin-inline: 3em;
        margin-top: 4em;
        height: auto;
    }

    .produtos img{
        width: 30%;
        height: 30%;
        margin-left: 40px;
        margin-top: 1.5em;
        margin-bottom: 1.5em;
    }

    .text {
        text-align: center;
    }

    .text h4 {
        font-size: 2em;
        margin-top: 0em;
    }

    .text h4::after {
    width: 90%;
    }

    .text p {
        margin-inline: 30px;
        margin-block: 1em;
        font-size: 1.2em;
    }

    #inverso img {
    margin-left: 0px;
    margin-right: 40px;
} */

    .segmento-imagens {
        display: grid;
        grid-template-columns: 240px 240px;
        grid-template-rows: 240px 240px;
        grid-row-gap: 20px;
        grid-column-gap: 30px;
        margin-top: 2em;
    } 

}

@media (min-width: 1024px) and (max-width: 1500px) {

    .segmento-content img {
    width: 260px;
    height: 260px;
    border: 3px solid #1DA5B7;
    }

    .segmento-imagens {
        display: grid;
        grid-template-columns: 260px 260px 260px 260px;
        grid-template-rows: 260px 260px;
        grid-row-gap: 20px;
        grid-column-gap: 30px;
        margin-top: 2em;
    } 

    .segmento-flex {
        display: flex;
        flex-direction: column;
    } 

    .segmento-engajamento {
        display: flex;
        flex-direction: column;
        width: 80%;
        padding-top: 4em;
        margin: 0 auto;
    }

}

@media (min-width: 2000px) {

    main {
        max-width: 2000px;
        margin: 0 auto;
    }
       
    header {
        width: 100%;
        height: 7vh;
        background-color: #8E8E8E;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
    }

    header a {
        font-size: 1.65em;
    }

    header i {
        margin-right: 4px;
    }

    .redes-sociais a {
        margin-left: 40px;
    }

    /* Barra de Navegação do Site */

    nav{
        width: 100%;
        height: 14vh;
    }

    nav img{
        margin-left: -0.1em;
        padding-top: 0.5em;
        width: 331px;
        height: 256px;
    }

    nav a{
        font-size: 2.6em;
        color: black;
        margin-bottom: 0.2em;
    }
    
    /* Titulo das páginas */

    .title-page{
        height: 9vh;
        background-color: #17174A;
        display: flex;
        align-items: center;
    }

    .title-page h1{
        color: white;
        font-size: 3.3em;
        padding-left: 2.9em;
    }

    .first-content {
        width: 100%;
        min-height: 90vh;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .nome-slogan {
        width: 50%;
        text-align: right;
        gap: 4em;
    }

    .nome-slogan h2 {
        color: #17174A;
        font-size: 3.5em;
        font-family: "Inter", sans-serif;
        font-optical-sizing: auto;
        font-weight: 700;
        font-style: normal;
    }

    .nome-slogan h3 {
        color: #1DA5B7;
        font-size: 3em;
        font-family: "Inter", sans-serif;
        font-optical-sizing: auto;
        font-weight: 700;
        font-style: normal;
    }

    .texto {
        width: 50%;
        text-align: left;
        margin-right: 70px;
        margin-left: 10px;
        padding-block: 1em;
        font-size: 2.5em;
    }

    .texto p {
        padding-bottom: 0.5em;
    }

    .mvv-content {
        width: 100%;
        min-height: 18vh;
        display: flex;
        align-items: center;
        box-shadow: inset 1px 1px 5px 0.5px gray;
        margin-bottom: 3em;
    }

    .mvv-title {
        background-image: linear-gradient(to right, #1DA5B7 10%, #17174A 50%);
        width: 50%;
        height: 18vh;
        display: flex;
        justify-content: right;
        align-items: center;
        font-size: 3em;
    }

    .mvv-title span {
        color: white;
        font-family: "Inter", sans-serif;
        font-optical-sizing: auto;
        font-weight: 800;
        font-style: normal;
        padding-right: 0.8em;
        font-size: 2em;
    }

    .mvv-title i {
        background-color: #1DA5B7;
        min-block-size: 1.8em;
        min-inline-size: 1.7em;
        border-radius: 100%;
        margin-right: 0.6em;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .mvv-text {
        width: 50%;
        text-align: center;
        font-size: 1.7em;
        font-family: "Inter", sans-serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal;

    }

    .mvv-text p{
        padding-inline: 2em;
        padding-block: 1em;
    }

    #mvv-missao i {
        margin-right: 0.62em;
    }

    #mvv-visao i {
        margin-right: 0.95em;
    }

    #mvv-visao span {
        padding-right: 1.15em;
    }

    footer {
        width: 100%;
        background-color: #1DA5B7;
        min-height: 68vh;
        margin-top: -0.1em;
        color: white;
        display: flex;
    }

    footer a {
        color: white;
        font-family: "Inter", sans-serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal;
    }

    footer a:hover {
        color: black;
        transition: 0.3s ease;
    }

    .footer-contato {
        width: 45%;
        display: flex;
        flex-direction: column;
        margin-top: 3em;
        margin-left: 3em;
    }

    .footer-contato h2 {
        margin-bottom: 1.1em;
        font-size: 4.5em;
    }

    .footer-contato h2::after {
    content: "";
    display: block;
    width: 18%;
    height: 8px;
    background-color: white;
    margin: 15px 0;
    }

    .footer-contato p {
        width: 75%;
        margin-bottom: 3em;
        font-size: 2.5em;
        font-family: "Inter", sans-serif;
        font-optical-sizing: auto;
        font-weight: 800;
        font-style: normal;
    }

    .footer-contato a {
        margin-bottom: 1em;
        font-size: 1.6em;
    }

    .footer-contato i {
        margin-right: 0.3em;
    }

    .footer-tel {
        display: flex;
    }

    .footer-tel a:nth-child(2), .footer-tel a:last-child {
        margin-left: 0.5em; 
    }

    .links {
        display: flex;
        flex-direction: column;
        margin-top: 3em;
    }

    .links h2 {
        margin-bottom: 1.1em;
        font-size: 4.5em;
    }

    .links h2::after {
    content: "";
    display: block;
    width: 35%;
    height: 8px;
    background-color: white;
    margin: 15px 0;
    }

    .links a {
        margin-bottom: 1.1em;
        font-size: 2em;
    }

    .footer-rs {
        display: flex;
        flex-direction: column;
        margin-top: 3em;
        margin-left: 6em;
    }

    .footer-rs h2 {
        margin-bottom: 1.3em;
        font-size: 4.5em;
    }

    .footer-rs h2::after {
    content: "";
    display: block;
    width: 35%;
    height: 8px;
    background-color: white;
    margin: 15px 0;
    }

    .footer-rs a {
        margin-bottom: 1.8em;
        font-size: 2em;
        font-family: "Inter", sans-serif;
        font-optical-sizing: auto;
        font-weight: 800;
        font-style: normal;
    }

.slider .slider-box .texto-slider p {
    font-size: 4em;
}

/* Setas do SlideShow */

.setas {
   width: 100%;
   height: 100%;
   padding: 0 4%;
   position: absolute;
   top: 0%;
   left: 0%; 
   display: flex;
   align-items: center;
   justify-content: space-between;
   z-index: 125;
}

.setas button {
    width: 75px;
    height: 75px;
    background-color: #1DA5B7;
    border: 0;
    border-radius: 8px;
    cursor: pointer;
    font-size: 2.2rem;
}

/* Titulo da Section */

.informacoes h2 {
    text-align: center;
    margin-top: 1.5em;
    font-size: 3em;
}

/* Texto da Empresa */

.home-text p {
    width: 95%;
    margin: 0;
    margin-bottom: 2.5em;
    font-size: 2.4em;
}

.home-text p:first-child {
    margin-bottom: 1em;
}

/* Botão para a página Quem Somos */

.home-text a {
    color: white;
    padding: 30px 60px;
    background-color: #1DA5B7;
    border-radius: 50px 50px;
    font-size: 2.3em;
}

/* Cards */

.cards {
    width: 50%;
    padding-top: 3.5em;
}

.Card {
    display: flex;
    align-items: center;
    background-color: #1DA5B7;
    padding: 30px 40px;
    font-size: 2.3em;
    margin-right: 50px;
    margin-bottom: 30px;
}

.Card p {
    color: white;
    text-align: center;
    font-size: 1em;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

.Card i {
    margin-right: 10px;
}

#card2 i {
    margin-left: 12px;
    margin-right: 30px;
}

#card3 i {
    margin-left: 4px;
    margin-right: 10px;
}

/* Titulo da Section */

#title {
    padding-top: 1.5em;
    font-size: 3em;
}

/* Tamanho das imagens */

.segmento-content img {
    width: 320px;
    height: 320px;
    border: 3px solid #1DA5B7;
}

.segmento-flex {
    display: flex;
} 

.segmento-span-imagens {
    display: flex;
    flex-direction: column;
    width: 70%;
    margin-left: 4em;
}

.segmento-span-imagens span {
    margin-top: 1.8em;
    font-size: 2.3em;
}

.segmento-imagens {
    display: grid;
    grid-template-columns: 320px 320px 320px 320px;
    grid-template-rows: 320px 320px;
    grid-row-gap: 20px;
    grid-column-gap: 30px;
    margin-top: 2em;
}  

.segmento-engajamento {
    display: flex;
    flex-direction: column;
    width: 30%;
    padding-top: 16em;
}

.segmento-engajamento span {
    font-size: 4em;
    margin-inline: 40px;
}

.segmento-engajamento a {
    text-align: center;
    color: white;
    padding: 25px 15px;
    margin-right: 8em;
    margin-left: 1em;
    margin-top: 1em;
    background-color: #1DA5B7;
    border-radius: 50px 50px;
    font-size: 2em;

}

    .contato h2 {
        margin-bottom: 1.1em;
        font-size: 3.7em;
    }

    .contato a {
        color: black;
        margin-bottom: 1.5em;
        font-size: 1.3em;
    }

    .forms {
        font-size: 1.3em;
    }

    .formulario h2 {
        text-align: center;
        margin-bottom: 1em;
        font-size: 3.7em;
    }

    .formulario button {
        border: 0;
        width: 25%;
        height: 5vh;
        border-radius: 50px;
        font-size: 1.3em;
    }

    iframe {
    width: 100%;
    border-radius: 50px 50px;
    margin-block: 2em;
    }

    #product-container {
    margin-bottom: 4.5em;
}

.produtos {
    display: flex;
    align-items: center;
    margin-inline: 5.8em;
    margin-top: 4em;
    background-color: #D9D9D9;
    min-height: 55vh;
    box-shadow: 1px 1px 5px 0.5px gray;
}

.produtos img{
    width: 27%;
    height: 27%;
    margin-left: 40px;
}

.text {
    text-align: center;
}

.text h4 {
    font-size: 3em;
    margin-top: -1em;
}

.text h4::after {
  content: "";
  display: block;
  width: 95%;
  height: 6px;
  background-color: #1DA5B7;
  margin: 15px auto 0;
}

.text p {
    font-size: 2em;
}

}
