/* Reset do site */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Configurações gerais */

a{
    text-decoration: none;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

a:hover {
    transition: 0.3s;
}

/* Header */ 

header {
    width: 100%;
    height: 7vh;
    background-color: #8E8E8E;
    display: flex;
    justify-content: space-evenly;
    align-items: center;

    & a {
        color: black;
        font-size: 0.94em;
        font-weight: 400;
        z-index: 123;

        &:hover {
            color: #17174A;
        }
    }

    & i {
        margin-right: 4px;
    }
}

.redes-sociais a {
    margin-left: 20px;
}

/* Barra de Navegação do Site */

nav{
    background-color: #1DA5B7;
    width: 100%;
    height: 14vh;
    display: flex;
    justify-content: space-around;
    align-items: center;

    & img {
        margin-left: -0.1em;
        padding-top: 0.5em;
        width: 261px;
        height: 196px;
    }

    & a {
        font-size: 1.5em;
        color: black;
        margin-bottom: 0.2em;
        font-weight: 400;

        &:hover {
            color: white;
        }
    }
}

aside {
    display: none;
    cursor: pointer;

    & div {
        width: 32px;
        height: 2px;
        background-color: #FFF;
        margin: 5px;
    }
}
    
/* Titulo das páginas */

.title-page{
    height: 9vh;
    background-color: #17174A;
    display: flex;
    align-items: center;

    & h1 {
        color: white;
        font-size: 2em;
        padding-left: 2.9em;
        font-family: "Inter", sans-serif;
        font-optical-sizing: auto;
        font-weight: 800;
        font-style: normal;
    }
}

/* SlideShow */

.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 {
    color: #1DA5B7;
    font-family: "Inter", sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 48px;
    z-index: 111111111;
}

/* 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;

   & button {
        width: 55px;
        height: 55px;
        background-color: #1DA5B7;
        border: 0;
        border-radius: 8px;
        cursor: pointer;
        font-size: 1.8rem;

        &:hover {
            background-color: #17174A;
            transition: .3s;
        }
   }
}

/* Segunda Section do Home */

/* Titulo da Section */

.informacoes {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 93vh;

    & h2 {
        color: #17174A;
        text-align: center;
        margin-top: 1.5em;
        font-size: 32px;
        font-family: "Inter", sans-serif;
        font-optical-sizing: auto;
        font-weight: 800;
        font-style: normal;

        &::after {
            content: "";
            display: block;
            width: 15%;
            height: 4px;
            background-color: #1DA5B7;
            margin: 15px auto 0;
        } 
    }
}

.section-content {
    display: flex;
}

/* Texto da Empresa */

.home-text {
    text-align: left;
    width: 50%;
    margin-top: 7.7em;
    margin-left: 4em;

    & p {
        width: 95%;
        margin: 0;
        margin-bottom: 2.5em;
        font-size: 24px;
        font-family: "Inter", sans-serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal;

        &:first-child {
            margin-bottom: 1em;
        }
    }

    & a {
        color: white;
        padding: 20px 40px;
        background-color: #1DA5B7;
        border-radius: 50px 50px;
        font-size: 20px;
        font-weight: 600;

        &:hover {
            background-color: #17174A;
        }   
    }
}

/* Cards */

.cards {
    width: 50%;
    padding-top: 3.5em;
}

.Card {
    display: flex;
    align-items: center;
    background-color: #1DA5B7;
    padding: 30px 40px;
    font-size: 26px;
    margin-right: 50px;
    margin-bottom: 30px;

    & p {
        color: white;
        text-align: center;
        font-size: 20px;
        font-family: "Inter", sans-serif;
        font-optical-sizing: auto;
        font-weight: 600;
        font-style: normal;
    }

    & i {
        margin-right: 10px;
    }
}

#card2 i {
    margin-left: 12px;
    margin-right: 30px;
}

#card3 i {
    margin-left: 4px;
    margin-right: 10px;
}

/* Terceira section da Home */

.segmento-content {
    background-image: url(./imagens/fundo.png);
    width: 100%;
    min-height: 108vh;
}

/* Titulo da Section */

#title {
    color: #17174A;
    text-align: center;
    padding-top: 1.5em;
    font-size: 32px;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;

    &::after {
        content: "";
        display: block;
        width: 15%;
        height: 4px;
        background-color: #1DA5B7;
        margin: 15px auto 0;
    }
}

/* Tamanho das imagens */

.segmento-content img {
    width: 240px;
    height: 240px;
    border: 3px solid #1DA5B7;
}

.segmento-flex {
    display: flex;
} 

.segmento-span-imagens {
    display: flex;
    flex-direction: column;
    width: 70%;
    margin-left: 4em;

    & span {
        text-align: center;
        color: #17174A;
        margin-top: 1.8em;
        font-size: 24px;
        font-family: "Inter", sans-serif;
        font-optical-sizing: auto;
        font-weight: 800;
        font-style: normal;
    }
}

.segmento-imagens {
    display: grid;
    grid-template-columns: 240px 240px 240px 240px;
    grid-template-rows: 240px 240px;
    grid-row-gap: 20px;
    grid-column-gap: 30px;
    margin-top: 2em;
}  

.segmento-engajamento {
    display: flex;
    flex-direction: column;
    width: 30%;
    padding-top: 16em;

    & span {
        color: #17174A;
        font-size: 44px;
        margin-inline: 40px;
        font-family: "Inter", sans-serif;
        font-optical-sizing: auto;
        font-weight: 800;
        font-style: normal;
    }

    & a {
        text-align: center;
        color: white;
        padding: 15px 10px;
        margin-right: 9em;
        margin-left: 2em;
        margin-top: 1em;
        background-color: #1DA5B7;
        border-radius: 50px 50px;
        font-size: 20px;
        font-weight: 600;

        &:hover {
            background-color: #17174A;
        }
    }
}

/* Página Quem somos */

.first-content {
    width: 100%;
    min-height: 90vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nome-slogan {
    width: 50%;
    text-align: right;
    margin-left: 70px;
    margin-right: 10px;

    & h2 {
        color: #17174A;
        font-size: 2em;
        font-family: "Inter", sans-serif;
        font-optical-sizing: auto;
        font-weight: 700;
        font-style: normal;
    }

    & h3 {
        color: #1DA5B7;
        font-size: 1.5em;
        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;
    font-size: 1.5em;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;

    & 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: 1.75em;

    & span {
        color: white;
        font-family: "Inter", sans-serif;
        font-optical-sizing: auto;
        font-weight: 800;
        font-style: normal;
        padding-right: 0.8em;
        font-size: 48px;
    }

    & 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.125em;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;

    & 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;
}

/* Página de Produtos */

#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;

    & h4 {
        font-size: 2em;
        margin-top: -1em;
        font-family: "Inter", sans-serif;
        font-optical-sizing: auto;
        font-weight: 800;
        font-style: normal;

        &::after {
            content: "";
            display: block;
            width: 95%;
            height: 4px;
            background-color: #1DA5B7;
            margin: 15px auto 0;
        }
    }

    & p {
        margin-inline: 40px;
        margin-top: 1em;
        font-size: 1.625em;
        font-family: "Inter", sans-serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal;
    }
}

#inverso img {
    margin-left: 0px;
    margin-right: 40px;
}

/* Página de Contato */

.con-first-content {
    display: flex;
    width: 100%;
}

.contato {
    width: 50%;
    display: flex;
    flex-direction: column;
    margin-top: 4em;
    margin-left: 5.9em;

    & h2 {
        margin-bottom: 1.1em;
        font-size: 48px;
        font-family: "Inter", sans-serif;
        font-optical-sizing: auto;
        font-weight: 800;
        font-style: normal;
    }

    & a {
        color: black;
        margin-bottom: 1.5em;
        font-size: 18px;
        font-weight: 400;

        &:hover {
            color: #1DA5B7;
        }
    }

    & i {
        margin-right: 0.2em;
    }
}

iframe {
    width: 100%;
    margin-top: 2em;
}

.formulario {
    width: 50%;
    margin-inline: 9em;
    margin-top: 4em;

    & h2 {
        text-align: center;
        margin-bottom: 1em;
        font-size: 48px;
        font-family: "Inter", sans-serif;
        font-optical-sizing: auto;
        font-weight: 800;
        font-style: normal;
    }
}

form {
    display: flex;
    flex-direction: column;

    & input, textarea {
        padding: 10px;
        background-color: #eeeeee;
        margin-bottom: 15px;
    }

    & label {
        margin-bottom: 2px;
    }

    & textarea {
        border: 2px solid black;
    }
}

.forms {
    color: rgb(0, 0, 0);
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
}

.nome, .tel {
    display: flex;
    flex-direction: column;
    width: 50%;
}

.tel input, .tel label {
    margin-left: 2em;
}

#mensagem {
    resize: vertical;
    min-height: 8.3em;
}

.nome-telefone {
    display: flex;
}

.contato-rs {
    display: flex;

    & h3 {
        font-size: 24px;
        margin-right: 1em;
        font-family: "Inter", sans-serif;
        font-optical-sizing: auto;
        font-weight: 800;
        font-style: normal;
    }

    & i {
        margin-right: 0.7em;
        margin-top: 0.4em;
    }
}

.formulario button {
    color: white;
    background-color: #1DA5B7;
    border: 0;
    width: 25%;
    height: 7vh;
    border-radius: 50px;
    font-size: 16px;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    cursor: pointer;

    &:hover {
        background-color: #17174A;
        transition: 0.3s;
    }

    &:not(:hover) {
        background-color: #1DA5B7;
        transition: 0.2s;
    }
}
/* Footer */

footer {
    width: 100%;
    background-color: #1DA5B7;
    min-height: 68vh;
    margin-top: -0.1em;
    padding-inline: 2.9em;
    color: white;
    display: flex;

    & a {
        color: white;
        font-weight: 400;

        &:hover {
            color: black;
            transition: 0.3s ease;
        }
    }
}

.footer-contato {
    width: 47%;
    display: flex;
    flex-direction: column;
    margin-top: 3em;
    margin-left: 3em;

    & h2 {
        margin-bottom: 1.1em;
        font-size: 2.75em;
        font-family: "Inter", sans-serif;
        font-optical-sizing: auto;
        font-weight: 800;
        font-style: normal;

        &::after {
            content: "";
            display: block;
            width: 18%;
            height: 4px;
            background-color: white;
            margin: 15px 0;
        }
    }

    & p {
        width: 75%;
        margin-bottom: 3em;
        font-size: 1.25em;
        font-family: "Inter", sans-serif;
        font-optical-sizing: auto;
        font-weight: 800;
        font-style: normal;
    }

    & a {
        margin-bottom: 1em;
        font-size: 1.125em;
    }

    & i {
        margin-right: 0.3em;
    }
}

.footer-tel {
    display: flex;

    & a:nth-child(2) {
        margin-left: 0.5em;
    }

    & a:last-child {
        margin-left: 0.5em;
    }
}

.links {
    display: flex;
    flex-direction: column;
    margin-top: 3em;

    & h2 {
        margin-bottom: 1.1em;
        font-size: 2.75em;
        font-family: "Inter", sans-serif;
        font-optical-sizing: auto;
        font-weight: 800;
        font-style: normal;

        & h2 {
            content: "";
            display: block;
            width: 35%;
            height: 4px;
            background-color: white;
            margin: 15px 0;
        }
    }

    & a {
        margin-bottom: 1.1em;
        font-size: 1.25em;
        font-family: "Inter", sans-serif;
        font-optical-sizing: auto;
        font-weight: 800;
        font-style: normal;
    }
}

.footer-rs {
    display: flex;
    flex-direction: column;
    margin-top: 3em;
    margin-left: 6em;

    & h2 {
        margin-bottom: 1.3em;
        font-size: 2.75em;
        font-family: "Inter", sans-serif;
        font-optical-sizing: auto;
        font-weight: 800;
        font-style: normal;

        &::after {
            content: "";
            display: block;
            width: 35%;
            height: 4px;
            background-color: white;
            margin: 15px 0;
        }   
    }

    & a {
        margin-bottom: 1.8em;
        font-size: 1.25em;
        font-family: "Inter", sans-serif;
        font-optical-sizing: auto;
        font-weight: 800;
        font-style: normal;
    }
}

