@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

*{
    padding: 0;
    margin: 0;
}

/*---- btn social section ------ */
.whatsapp-link {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 14px;
    right: 15px;
    background-color: #29B200;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 1px 1px 2px #888;
    z-index: 1000;
    text-decoration: none !important;
}
/*-- btn social section ends --*/

.nav-bar {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    padding: 25px 0;
    position: fixed;
    z-index: 1;
}

.nav-bar img{
    width: 100px;
}

.banner {
    background: url(../img/banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 0 0 0 250px;
    width: 100%;
    height: 880px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding-top: 100px;
}

.banner-content-left h1{
    font-family: "Inter";
    font-weight: 900;
    font-size: 72px;
    text-transform: uppercase;
    color: #fff;
    max-width: 670px;
}

.banner-content-left p{
    font-family: "Inter";
    font-weight: 200;
    font-size: 32px;
    color: #fff;
    max-width: 670px;
    margin: 30px 0;
}

.banner-content-left a{
    text-decoration: none;
    text-transform: uppercase;
    color: #201664;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 39px;
    font-family: "Inter";
    font-weight: 800;
    background-color: #fff;
    border-radius: 50px;
    padding: 19px 0;
}

.banner-content-left i{
    margin-right: 15px;
}

.linhas{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bar{
    width: 6px;
    height: 50px;
    background: linear-gradient(0deg, #201664 -5.26%, rgba(217, 217, 217, 0.00) 97.28%);
}

.container-title h1{
    font-family: "Inter";
    font-size: 50px;
    text-transform: uppercase;
    text-align: center;
    color: #201664;
    font-weight: 500;
    margin: 40px 0 150px 0;
}

.linhas-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding-inline: 150px;
}

.content-item {
    width: 401px;
    height: 346px;
    border-radius: 90px 0 90px 0;
    margin-bottom: 189px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.content-item.polo{
    background: url(../img/polo.svg);
    margin-right: 189px;
}
.content-item.malha{
    background: url(../img/malha.svg);
    margin-right: 189px;
}
.content-item.social{
    background: url(../img/social.svg);
}
.content-item.brim{
    background: url(../img/brim.svg);
    margin-right: 189px;
}
.content-item.inverno{
    background: url(../img/inverno.svg);
    margin-right: 189px;
}
.content-item.personalizada{
    background: url(../img/personalizada.svg);
}

.content-item h1{
    background-color: #201664;
    color: #fff;
    font-family: "Inter";
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 38px;
    padding: 15px 0;
    border-radius: 60px 0 60px 0;
}

.btnCta{
    text-decoration: none;
    text-transform: uppercase;
    font-family: "Inter";
    font-size: 45px;
    font-weight: 800;
    color: #fff;
    background-color: #201664;
    padding: 20px 50px;
    border-radius: 80px;
    display: flex;
    align-items: center;
    filter: drop-shadow(0px 5px 14px rgba(0, 0, 0, 0.50));
}

.btnCta i{
    margin-right: 15px;
}

.outros{
    display: flex;
    align-items: center;
    margin: 150px 0;
}

.outros h1{
    font-family: "Inter";
    color: #fff;
    font-size: 80px;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
}

.bordados{
    background: url(../img/bordados.svg);
    background-size: contain;
    background-repeat: no-repeat;
    height: 624px;
    width: 640px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.linha-producao{
    background: url(../img/producao.svg);
    background-size: contain;
    background-repeat: no-repeat;
    height: 624px;
    width: 640px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.estampados{
    background: url(../img/estampados.svg);
    background-size: contain;
    background-repeat: no-repeat;
    height: 624px;
    width: 640px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.clientes{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bar2{
    background: linear-gradient(0deg, #201664 -5.26%, rgba(217, 217, 217, 0.00) 97.28%);
    width: 6px;
    height: 50px;
    rotate: 180deg;
}

.marcas-container{
    padding-inline: 200px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.marcas-container img {
    margin-right: 111px;
    margin-bottom: 111px;
    margin-left: 170px;
}

.pedido-minimo{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.content-left{
    margin-right: 150px;
}

.content-left img{
    border-radius: 0 50px 0 50px;
}

.content-right h1{
    font-family: 'Inter';
    font-size: 50px;
    font-weight: 800;
    letter-spacing: 5px;
    color: #201664;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.content-right p{
    font-family: 'Inter';
    font-size: 32px;
    font-weight: 300;
    color: #201664;
    max-width: 530px;
    margin-bottom: 40px;
}

.content-right p span{
    font-weight: 800;
}

.content-right a{
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Inter';
    font-size: 30px;
    font-weight: 800;
    color: #fff;
    background-color: #201664;
    padding: 16px 166px;
    border-radius: 50px;
}

.RStext{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
}

.container-text-content{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 70px;
    margin-bottom: 70px;
}

.content-text-left img{
    width: 290px;
    height: 275px;
    margin-right: 62px;
}

.content-text-right{
    display: flex;
    align-items: flex-start;
}

.content-text-right h2{
    font-family: "Inter";
    font-size: 30px;
    font-weight: 800;
    color: #201664;
}

.container-text-content h1{
    font-family: "Inter";
    font-size: 38px;
    font-weight: 300;
    color: #201664;
    max-width: 830px;
}

.text-bar{
    margin-top: 60px;
}

.entrega{
    display: flex;
    align-items: center;
    justify-content: center;
}

.content-entrega-right{
    max-width: 419px;
}

.content-entrega-right h1{
    font-family: "Inter";
    font-size: 53px;
    font-weight: 900;
    text-transform: uppercase;
    color: #201664;
    margin-bottom: 45px;
}

.content-entrega-right p{
    font-family: 'Inter';
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 0.7px;
    color: #201664;
    margin-bottom: 50px;
}

.content-entrega-right p span{
    font-weight: 800;
}

.content-entrega-right a{
    font-family: 'Inter';
    font-size: 30px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    padding: 14px 122px;
    background-color: #201664;
    border-radius: 50px;
}

.footer {
    padding: 15px 150px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.footer-container {
    display: flex;
    align-items: flex-start;
    justify-content: space-evenly;
    margin: 35px 0;
}

.footer-container img {
    width: 170px;
    height: 180px;
}

.contato{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.contato a{
    text-decoration: none;
    font-family: "Inter";
    font-size: 20px;
    font-weight: 800;
    color: #201664;
    margin-top: 15px;

}

.footer-title{
    display: flex;
    align-items: center;
    
}

.bar-title{
    width: 7px;
    height: 35px;
    background-color: #201664;
}

.footer-title h1{
    font-family: "Inter";
    font-size: 40px;
    font-weight: 900;
    color: #201664;
    margin-left: 15px;
}

.contato a i{
    margin-right: 5px;
}

.socialbtns{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 25px;
}

.socialbtns a{
    text-decoration: none;
    font-size: 50px;
    color: #201664;
}

.social p{
    font-family: "Inter";
    font-size: 14px;
    font-weight: 400;
    color: #545454;
    max-width: 345px;
    margin-top: 30px;
}

.copy{
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: solid 3px #201664;
}

.copy h1{
    font-family: 'Inter';
    font-size: 15px;
    font-weight: 400;
    color: #000;
    letter-spacing: 1px;
    margin-top: 5px;
}

.copy h1 a{
    text-decoration: none;
    font-family: 'Inter';
    font-size: 15px;
    font-weight: 900;
    color: #D8261B;
}

@media screen and (max-width: 1366px) {
    .banner {
        background: url(../img/banner.svg);
        background-size: cover;
        background-repeat: no-repeat;
        border-radius: 0 0 0 0;
        width: 100%;
        height: 547px;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        padding-top: 100px;
    }
    
    .banner-content-left h1 {
        font-size: 60px;
    }

    .banner-content-right img{
        height: 560px;
    }

    .banner-content-left p {
    font-family: "Inter";
    font-weight: 200;
    font-size: 24px;
    color: #fff;
    max-width: 560px;
    margin: 30px 0;
    }

    .linhas-content {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        padding-inline: 0px;
        flex-direction: column;
    }
    
    .content-item {
        margin-right: 0 !important;
    }

    .bordados {
        background: url(../img/bordados.svg);
        background-size: contain;
        background-repeat: no-repeat;
        height: 439px;
        width: 640px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .linha-producao {
        background: url(../img/producao.svg);
        background-size: contain;
        background-repeat: no-repeat;
        height: 439px;
        width: 640px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .estampados {
        background: url(../img/estampados.svg);
        background-size: contain;
        background-repeat: no-repeat;
        height: 439px;
        width: 640px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .outros h1 {
        font-family: Inter;
        color: rgb(255, 255, 255);
        font-size: 50px;
        font-weight: 800;
        text-transform: uppercase;
        text-align: center;
    }

    .outros {
        display: flex;
        align-items: center;
        margin: 50px 0;
    }

    .marcas-container {
        padding-inline: 200px;
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .marcas-container img {
        margin-right: 0;
        margin-bottom: 111px;
        margin-left: 0;
    }

    .container-text-content h1 {
        font-family: "Inter";
        font-size: 26px;
        font-weight: 300;
        color: #201664;
        max-width: 830px;
    }
}

@media screen and (max-width: 1280px) {
    .banner {
        background: url(../img/banner.svg);
        background-size: contain;
        background-repeat: no-repeat;
        border-radius: 0 0 0 0px;
        width: 100%;
        height: 526px;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
    }

    .banner-content-left a {
        text-decoration: none;
        text-transform: uppercase;
        color: #201664;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 38px;
        font-family: "Inter";
        font-weight: 800;
        background-color: #fff;
        border-radius: 50px;
        padding: 17px 0;
    }

    .banner-content-right img {
        height: 530px;
    }
}

@media screen and (max-width: 884px) {
    .nav-bar img{
        width: 100px;
    }

    .nav-bar {
        width: 100%;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #fff;
        padding: 20px 0;
    }

    .banner {
        background: url(../img/banner.svg);
        background-size: cover;
        background-repeat: no-repeat;
        border-radius: 0 0 0 0px;
        width: 100%;
        height: 371px;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
    }

    .banner-content-left{
        max-width: 460px;
    }

    .banner-content-left h1 {
        font-size: 38px;
    }

    .banner-content-left p {
        font-family: "Inter";
        font-weight: 200;
        font-size: 18px;
        color: #fff;
        max-width: 560px;
        margin: 30px 0;
    }

    .banner-content-left a {
        text-decoration: none;
        text-transform: uppercase;
        color: #201664;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 29px;
        font-family: "Inter";
        font-weight: 800;
        background-color: #fff;
        border-radius: 50px;
        padding: 17px 0;
    }

    .banner-content-right img {
        height: 352px;
    }

    .outros h1 {
        font-family: Inter;
        color: rgb(255, 255, 255);
        font-size: 35px;
        font-weight: 800;
        text-transform: uppercase;
        text-align: center;
    }

    .bordados {
        background: url(../img/bordados.svg);
        background-size: contain;
        background-repeat: no-repeat;
        height: 290px;
        width: 640px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .linha-producao {
        background: url(../img/producao.svg);
        background-size: contain;
        background-repeat: no-repeat;
        height: 290px;
        width: 640px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .estampados {
        background: url(../img/estampados.svg);
        background-size: contain;
        background-repeat: no-repeat;
        height: 290px;
        width: 640px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .content-left img {
        border-radius: 0 50px 0 50px;
        width: 230px;
    }

    .content-left {
        margin-right: 50px;
    }

    .content-right h1 {
        font-family: 'Inter';
        font-size: 40px;
        font-weight: 800;
        letter-spacing: 5px;
        color: #201664;
        text-transform: uppercase;
        margin-bottom: 40px;
    }

    .content-right p {
        font-family: 'Inter';
        font-size: 20px;
        font-weight: 300;
        color: #201664;
        max-width: 360px;
        margin-bottom: 40px;
    }

    .content-right a {
        text-decoration: none;
        text-transform: uppercase;
        font-family: 'Inter';
        font-size: 30px;
        font-weight: 800;
        color: #fff;
        background-color: #201664;
        padding: 16px 100px;
        border-radius: 50px;
    }

    .content-right p span {
        font-weight: 800;
        color: #201664;
    }

    .content-text-left img {
        width: 260px;
        height: 240px;
        margin-right: 40px;
    }

    .container-text-content h1 {
        font-family: "Inter";
        font-size: 26px;
        font-weight: 300;
        color: #201664;
        max-width: 440px;
    }

    .entrega img{
        width: 441px;
    }

    .content-entrega-right h1 {
        font-family: "Inter";
        font-size: 53px;
        font-weight: 900;
        text-transform: uppercase;
        color: #201664;
        margin-bottom: 45px;
    }

    .content-entrega-right p {
        font-family: 'Inter';
        font-size: 22px;
        font-weight: 400;
        letter-spacing: 0.7px;
        color: #201664;
        margin-bottom: 50px;
    }

    .content-entrega-right a {
        font-family: 'Inter';
        font-size: 24px;
        font-weight: 800;
        color: #fff;
        text-transform: uppercase;
        text-decoration: none;
        padding: 14px 122px;
        background-color: #201664;
        border-radius: 50px;
    }

    .footer-container {
        display: flex;
        margin: 35px 0;
        flex-direction: column;
        align-items: flex-start;
    }

    .contato {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 35px;
    }

    .footer-container img {
        width: 170px;
        height: 180px;
        margin-bottom: 35px;
    }

    .copy h1 {
        font-family: 'Inter';
        font-size: 12px;
        font-weight: 400;
        color: #000;
        letter-spacing: 1px;
        margin-top: 5px;
    }
}

@media screen and (max-width: 440px) {
    .banner {
        background: url(../img/banner.svg);
        background-size: cover;
        background-repeat: no-repeat;
        border-radius: 0 0 0 0px;
        width: 100%;
        height: 740px;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        flex-direction: column;
    }

    .banner-content-left {
        max-width: 380px;
        text-align: center;
    }

    .banner-content-left a {
        text-decoration: none;
        text-transform: uppercase;
        color: #201664;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 23px;
        font-family: "Inter";
        font-weight: 800;
        background-color: #fff;
        border-radius: 50px;
        padding: 17px 0;
    }

    .content-item {
        width: 384px;
        height: 328px;
        border-radius: 90px 0 90px 0;
        margin-bottom: 50px;
        display: flex;
        justify-content: center;
        align-items: flex-end;
    }

    .btnCta {
        text-decoration: none;
        text-transform: uppercase;
        font-family: "Inter";
        font-size: 18px;
        font-weight: 800;
        color: #fff;
        background-color: #201664;
        padding: 20px 50px;
        border-radius: 80px;
        display: flex;
        align-items: center;
        filter: drop-shadow(0px 5px 14px rgba(0, 0, 0, 0.50));
    }

    .outros {
        display: flex;
        margin: 50px 0;
        flex-direction: column;
        align-items: center;
    }

    .bordados {
        background: url(../img/bordados.svg);
        background-size: cover;
        background-repeat: no-repeat;
        height: 359px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .linha-producao {
        background: url(../img/producao.svg);
        background-size: cover;
        background-repeat: no-repeat;
        height: 359px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .estampados {
        background: url(../img/estampados.svg);
        background-size: cover;
        background-repeat: no-repeat;
        height: 359px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .container-title h1 {
        font-family: "Inter";
        font-size: 50px;
        text-transform: uppercase;
        text-align: center;
        color: #201664;
        font-weight: 500;
        margin: 40px 0 50px 0;
    }

    .marcas-container img {
        margin-right: 0;
        margin-bottom: 50px;
        margin-left: 0;
    }

    .pedido-minimo {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 30px;
        flex-direction: column;
    }
    .content-left {
        margin-right: 0;
    }
    .content-left img {
        border-radius: 0 50px 0 50px;
        width: 300px;
        margin-bottom: 30px;
    }

    .content-right{
        text-align: center;
    }

    .container-text-content {
        display: flex;
        align-items: center;
        margin-top: 70px;
        margin-bottom: 70px;
        flex-direction: column;
    }

    .content-text-left img {
        width: 198px;
        height: 190px;
        margin-right: 0;
    }

    .content-text-right {
        display: flex;
        align-items: flex-start;
        margin-top: 30px;
        max-width: 350px;
        text-align: center;
    }

    .entrega {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .content-entrega-right {
        max-width: 380px;
        text-align: center;
        margin-bottom: 50px;
    }

    .footer {
        padding: 15px 10px;
        display: flex;
        flex-direction: column;
        align-items: stretch;
    }

    .marcas-container {
        padding-inline: 0;
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .entrega img {
        width: 400px;
    }

    .copy {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        border-top: solid 3px #201664;
    }
}

