@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

:root {

    --color-primare-text: white;
}

p {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
}

body {
    display: flex;
    flex-direction: column;
}

/* Sessão Banner Entrada */

.container-linguage {
    position: absolute;
    display: flex;
    justify-content: center;
    width: 100%;
    z-index: 2;
}

.lang--linguage--select {
    border: 2px solid white;
    border-radius: 10px;
    background-color: transparent;
    width: 9em;
    height: 3em;

    text-align: center;
    color: white;

    /* margin-left: 115em; */
    margin-top: 5em;

    padding: 0 1rem;

} 

.lang--linguage--select--icon {
    width: 3rem;
}


.container--background--img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 20%;
    
}


.container-background {
    display: flex;
    flex-direction: column;

    width: 100%;
    height: 100%;

    position: relative;
    height: 100vh;
    overflow: hidden;
}

.container--background--text {
    position: absolute;
    margin-top: 20%;
    width: 100%;

    color: var(--color-primare-text);

    
    text-align: center;

}

.container--background--text h1 {

    font-size: 70px;
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
    
}

.destaque {
    font-weight: 600;
    font-style: normal;
}

.container--background--faixalogos {

    position: absolute;
    left: 0;
    right: 0;
    bottom: 16vh;
    z-index: 1;

    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    padding: 0 1rem;
    box-sizing: border-box;
}

.container--background--faixalogos--item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: min(100%, 90rem);
}

.container--background--faixalogos--item--logos,
.container--background--faixalogos--item--logos--mobile {
    display: block;
    max-width: 100%;
    height: auto;
}

/* Sessão das marcas */

.section-global {

    width: 100%;
    height: 100vh;    
    display: flex;

}

.section--colum--A {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5rem 2rem 5rem 12rem;

    width: 50%;
    height: 91%;

    
}

.section--colum--text {
    text-align: justify;
}

.section--colum--logo {
    width: 80%;
    margin: 5% 0 7% 0;
}

.logo_caffe {
    width: 60%;
    margin: 5% 0 10% 0;
}

.section--colum--tag {
    margin: 8% 0 8% 0;
    
}

/* Configuração de todos os botões da página (a href) */

.section--buttons--father {

    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 2rem;
    align-items: center;

    width: 120%;
    max-width: 100%;
    
}

.section--buttons--base {

    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: clamp(0.5rem, 1vw, 1rem);

    margin: 0 0 5% 0;
 
}

.section--buttons--item--upper,
.section--buttons--item--low {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: clamp(0.65rem, 0.7vw, 0.75rem);
    text-decoration: none;
    color:black;
    white-space: normal;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1.2;

    border: 1px solid black;
    border-radius: 30px;

    width: clamp(8rem, 14vw, 11rem);
    min-height: clamp(2.4rem, 4vw, 3rem);


    transition: all 0.3s ease;

}

.section--buttons--item--upper:hover, 
.section--buttons--item--low:hover {

    background-color: rgb(234, 234, 234);
    color: rgb(0, 0, 0);
}

/* Fim da sessão de dos botões (a href) */

/* Sessão lateral de imagem */
.section--colum--B {

    display: flex;
    justify-content: center;
    /* width: 90%; */
    min-width: 20%;
    width: 50%;
    padding: 6.5rem 8rem 5rem 1rem;

}

.section--colum--B--img {

    width: 95%;
    max-width: 49.375rem;
   
   
}

.roda-pe {


    text-align: center;
    font-family: "Poppins", sans-serif;
    font-weight: 600;

    margin: 3rem 0;

}

.linha-divisora {
    border: 0;                
    border-top: 1px solid #333; 
    margin: 2.5rem 0;          
    width: 100%;              
}

.linha-divisora-section {

    border: 0;                
    border-top: 2px solid #333; 
    margin: 5rem 9%;          
    width: 80%; 
}


/* Extensão mobile */

@media (min-width: 933px) {

    .section--colum--B--mobile {
        display: none;
    }

    .container--background--text--mobile {
        display: none;
    }

    .container--background--faixalogos--item--logos--mobile {
        display: none;
    }

}



@media (max-width: 932px) {

    .container-linguage {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        left: 0;
        right: 0;
    }

    .container--background--faixalogos--item {
    
        margin: 0;
        padding: 0;
    }
    

    .lang--linguage--select {
        margin: 2.5rem 0 0;
    }


    .container--background--text--mobile h1 {

        font-size: 28px;
        font-family: "Poppins", sans-serif;
        font-weight: 300;
        position: absolute;
        margin-top: -125%;
        width: 100%;
    
        color: var(--color-primare-text);
        text-align: center;
    }

    .container--background--text {
        display: none;
    }

    .container--background--img {

        object-position: center 50%;
        
    }

    .container--background--faixalogos--item--logos {
        display: none;
    }

    .container--background--faixalogos--item--logos--mobile {
       
        display: block;
        width: 23rem;
    }

    

    .container--background--faixalogos {
        bottom: 6rem;
    }

    .section-global {
        display: flex;
        flex-direction: column;
        height: auto;
    }

    .section--colum--A {

        width: 100%;
        margin: 0;
        padding: 0 2rem 0 2rem;

        /* border: 1px solid red; */
    }

    .section--colum--text {
        font-size: 12px;
    }


    .section--colum--logo {
        width: 16rem;
    }

    .logo_caffe {
        width: 10rem;
    }



    /* Sessão de botões Mobile */
    .section--buttons--father {
        flex-direction: row;
    }

    .section--buttons--item--upper,
    .section--buttons--item--low {
        font-size: 12px;
        width: 9rem;
        min-height: 3rem;
        padding: clamp(0.35rem, 1.8vw, 0.7rem) clamp(0.45rem, 2vw, 0.7rem);
    }

    /* Container B imagem */

    .section--colum--B{
        display: none;
    }

    .section--colum--B--mobile {
        display: flex;
        justify-content: center;
        width: 100%;
        height: auto;
        padding: 10px 0;
    }
    
    .section--colum--B--img {
        width: 350px;
        max-width: 350px;
        height: auto;

        padding: 0;
        margin: 1rem 0 0 0;
        display: block;
    }

    .section--colum--B--img--gabriel {

        margin-top: 15%;
    }


    .linha-divisora-section {
        margin: 2.5rem 10%;
    }

    .roda-pe {

        font-size: 14px;
    }

}
