main {
    width: 100%;
    height: fit-content;
}

/* SLIDE */
.slider{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper{
    width: 100%;
    height: fit-content;
}

.swiper-slide img{
    width: 100%;
}

.swiper .swiper-button-next,
.swiper .swiper-button-prev{
    color: var(--branco);
}

.swiper .swiper-pagination-bullet-active{
    background-color: var(--branco);
}

/* *sessão embracard */
.embracard {
    width: 100%;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sobre-empresa {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: fit-content;
    padding: 3rem 1rem;
}

.sobre-empresa div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    align-self: center;
    gap: 20px;
    max-width: 1300px;
    width: 100%;
    height: fit-content;
    margin-bottom: 5px;
}

.sobre-empresa div h1 {
    width: fit-content;
    font-size: min(90px, 15vw);
    color: var(--azul);
    text-align: center;
}

.sobre-empresa div p {
    text-align: justify;
    font-size: 14px;
}

.sobre-empresa .bottom-border {
    width: 100%;
    height: 1vh;
    background-image: url(../../images/diversos/top-bar.png);
    background-size: cover;
    background-repeat: no-repeat;
}

/* *Sessão de btn-pages */
/* imagens e textos dentro */
.btn-pages {
    width: 100%;
    height: 400px;
    display: grid;
    column-gap: 10px;
    row-gap: 15px;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(2, 1fr);
    padding: 0 1rem;
    z-index: 0;
    margin-bottom: 3rem;
}

.btn-pages .lk-pg {
    border-radius: 10px;
    overflow: hidden;
    transition: .2s cubic-bezier(0, 0.24, 0.45, 0.43);
    z-index: 0;
    position: relative;
}

.btn-pages .lk-pg:hover {
    box-shadow: 0px 14px 13px 0px #00000078;
    transform: translateY(-10px);
}

.links-pages:nth-child(1) img{
    transition: .2s cubic-bezier(0, 0.24, 0.45, 0.43);
}
.links-pages:nth-child(1):hover img  {
    transform: rotate(35deg);
}

.links-pages:nth-child(2) img{
    transition: .2s cubic-bezier(0, 0.24, 0.45, 0.43);
}
.links-pages:nth-child(2):hover img  {
    transform: rotate(35deg);
}

.links-pages:nth-child(3) img{
    transition: .2s cubic-bezier(0, 0.24, 0.45, 0.43);
    z-index: 0;
}
.links-pages:nth-child(3):hover img  {
    transform: rotate(-35deg);
}

.btn-pages .lk-pg h1 {
    color: var(--branco);
    font-size: max(35px, 2em);
    position: absolute;
    top: 0;
    right: 0;
    margin: 10px;
    text-align: end;
    z-index: 2;
}

.btn-pages .links-pages:nth-child(1) {
    background-color: var(--amarelo);
    grid-column: 1/4;
    grid-row: 1/3;
}

.btn-pages .links-pages:nth-child(1) img {
    height: 150%;
    position: absolute;
    left: -4rem;
    top: 0;
}


.btn-pages .links-pages:nth-child(2) {
    background-color: var(--azul);
    grid-column: 4/6;
    grid-row: 1/2;
}

.btn-pages .links-pages:nth-child(2) img {
    height: 110%;
}


.btn-pages .links-pages:nth-child(3) {
    background-color: var(--vermelho);
    grid-column: 4/6;
    grid-row: 2/3;
}

.btn-pages .links-pages:nth-child(3) img {
    height: 120%;
}

/* *Sessão valores */
.valores {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: fit-content;
}

.val-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3rem;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    background-image:linear-gradient(0deg, var(--azul)  5%, rgba(18, 64, 149, 0.14) 60%), url(../../images/diversos/fundo.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding:  3rem 1rem;
}

.val-container .val-item{
    width: 300px;
    height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: var(--border);
    background-color: var(--branco);
    transition: .2s cubic-bezier(0, 0.24, 0.45, 0.43);
    box-shadow: 0px 2px -8px -1px #00000070;
    transform: translateY(-2px);
    z-index: 0;
    position: relative;
}
.val-container .val-item:hover{
    box-shadow: 0px 14px 13px 0px #00063a60;
    transform: translateY(-10px);
}

.val-container .val-item p{
    font-size:14px;
    padding: 0 10px;
    text-align: justify;
}
.val-container .val-item h3{
    padding: 0 10px;
    margin-bottom: 1rem;
    color: var(--azul);
    font-weight: 600;
    text-align: justify;
}

.val-container .val-item img{
    width: 10em;
    height: 10em;
    align-self: center;
    object-fit: contain;
    margin-top: 1rem;
    margin-bottom: 5px;
}

/* *CURIOSIDADES */
.curiosidades{
    width: 100%;
    height: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--azul);
}

.curiosidades .main-prod{
    width: 100%;
    height: fit-content;
    position: relative;
}

.curiosidades .main-prod .mp-title h1{
    font-size: max(25px);
    margin: 3rem 0 3rem 1rem;
    color: var(--branco);
    border-bottom: 3px solid var(--amarelo);
    width: fit-content;
}

.mp-itens{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    align-items: center;
}

.mpi-box{
    width: 240px;
    height: 340px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: white;
    border-radius: var(--border);
    box-shadow: 0px 2px 5px -1px #00000070;
    transform: translateY(-2px);
    transition: .2s cubic-bezier(0, 0.24, 0.45, 0.43);
}
.mpi-box:hover{
    box-shadow: 0px 14px 13px 0px #0000004a;
    transform: translateY(-10px);
}

/* Textos */
.mpi-box div:nth-of-type(2){
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.mpi-box div:nth-of-type(2) a{
    font-weight: 500;
    color: var(--azul);
}
/* imagens */
.mpi-box div:nth-of-type(1) img{
    height: 158px;
    width: 100%;
    margin: 2rem auto;
}

.curiosidades .how-to-order{
    width: 100%;
    height: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 1rem;
}

.how-to-order > h1{
    font-size: max(25px);
    margin: 3rem 0 2rem 0;
    color: var(--branco);
    border-bottom:3px solid var(--amarelo) ;
    width: fit-content;
}

.how-to-order > p{
    color: var(--branco);
    font-weight: 500;
    text-align: justify;
    margin-bottom: 2rem;
}

.hto-box{
    display: block;
    background-color: var(--branco);
    border-radius: var(--border);
    padding: 1rem;
    margin-bottom: 50px;
    box-shadow: 0px 2px 5px -1px #00000070;
    transform: translateY(-2px);
    transition: .2s cubic-bezier(0, 0.24, 0.45, 0.43);
}
.hto-box:hover{
    box-shadow: 0px 14px 13px 0px #00000045;
    transform: translateY(-10px);
}

.hto-box h3 {
    color: var(--azul);
    margin-bottom: 1rem;
}
.hto-box p {
    text-align: justify;
}

/* *VANTAGENS */
.vantagens{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--branco);
}
.vantagem-content{
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.vantagem-content .van-title{
    display: flex;
    justify-content: center;
    align-items: center;
}
.vantagem-content .van-title h1{
    font-size: max(25px);
    margin: 3rem 0 2rem 0;
    color: var(--azul);
    border-bottom:3px solid var(--amarelo) ;
    width: fit-content;
}

.vantagem-content .van-box{
    display: flex;
    align-items: start;
    width: 100%;
    gap: 50px;
    justify-content: space-around;
    flex-wrap: wrap;
}
.vantagem-content .van-boxes{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: var(--branco);
    width: fit-content;
    height: fit-content;
    margin-bottom: 3rem;
    border-radius: var(--border);
}
.vantagem-content .van-boxes img{
    height: 200px;
}
.vantagem-content .van-boxes p{
    max-width: 300px;
    text-align: justify;
}
.vantagem-content .van-boxes h3{
    font-size: 20px;
    color: var(--azul);
}
/* *FALE-CONOSCO */
.fale-conosco{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: fit-content;
    background-color: var(--branco);
}

.fale-content{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: fit-content;
    padding: 0 1rem;
}

.fale-content .fale-title{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fale-content .fale-title h1{
    font-size: max(25px);
    margin: 3rem 0 2rem 0;
    color: var(--azul);
    border-bottom:3px solid var(--amarelo) ;
    width: fit-content;
}

.fale-address{
    text-wrap: pretty;
}
.fale-content .fale-address h3{
    font-size: max(20px);
    margin: 1rem 0;
    color: var(--azul);
    width: fit-content;
}
.fale-content .fale-address p{
   font-size: 16px;
   margin-bottom: 10px;
}
.fale-content .fale-address a{
   color: var(--verde);
   font-weight: 500;
}

.fale-content div:nth-of-type(2){
    display: flex;
    align-items: center;
    justify-content: center;
    height: fit-content;
    margin-bottom: 2rem;
}

.fale-content .fale-img{
    align-self: center;
    width: 500px;
    height: 400px;  
}
.fale-content .fale-img img{
    width: 100%;
    object-fit: contain;   
}