/* 
    Created on : 7 de ago. de 2024, 15:37:35
    Author     : tiago
*/


@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Hanken+Grotesk:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

:root {
    --font-default: "Manrope", sans-serif;
    --font-primary: "Hanken Grotesk", sans-serif;
    --font-secondary: "Montserrat", sans-serif;
    --font-alternative: "Inter", sans-serif;
    --color-default: #000;
    --color-primary: #fff;
    --color-secondary: #fff;
}

body {
    overflow-x: hidden;
    font-family: var(--font-default);
}

p {
    margin-bottom: 0px;
}


/*======================================
    Section Hero
========================================*/

.hero {
    background-image: url(../image/hero.png);
    background-repeat: no-repeat;
    background-size: cover;
    /*width: 100%;*/
    /*min-height: 100%;*/
    color: var(--color-secondary);
}

.hero .hero-logo {
    padding-top: 130px;
}

.hero .hero-logo .hero-logo-lage {
    /*    width: 272px;
        height: 110px;*/
}

.hero .vr {
    min-height: 116px;
    margin-bottom: -56px;
    margin-left: 25px;
    margin-right: 25px;
    width: 2px;
    color: var(--color-secondary);
    opacity: 1;
}

.hero h1 {
    font-size: 56px;
    max-width: 970px;
    line-height: 120%;
    font-weight: bold;
    margin: auto;
    margin-top: 85px;
    font-family: var(--font-default);
    color: var(--color-secondary);
}

.hero .btn-hero {
    padding: 10px 82px;
    margin-top: 51px;
    margin-bottom: 130px;
    font-size: 16px;
    font-weight: 600;
    color: var(--color-default);
}


@media (max-width: 959px) {
    .hero {
        background-image: url(../image/hero-mobile.png);
        background-position: center;
    }

    .hero .hero-logo {
        padding-top: 94px;
    }

    .hero .hero-logo .hero-logo-lage,
    .hero .hero-logo .hero-logo-roxy {
        width: 43vw;

    }

    .hero .hero-logo .hero-logo-lage {
        max-width: 142px;
    }

    .hero .hero-logo .hero-logo-roxy {
        max-width: 149px;
    }

    .hero .vr {
        min-height: 64px;
        margin-bottom: -32px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .hero h1 {
        font-weight: 700;
        font-size: 22px;
        line-height: 120%;
        max-width: 321px;
        margin: auto;
        margin-top: 44px;
    }

    .hero .btn-hero {
        padding: 10px 92px;
        margin-top: 51px;
        margin-bottom: 95px;
        font-size: 16px;
        font-weight: 600;
        color: var(--color-default);
    }

}

/*======================================
    Section Sobre
========================================*/

#sobre {
    max-width: 1200px;
    margin: auto;
}

#sobre .logo {
    margin-top: 48px;
    margin-bottom: 50px;

}

#sobre .box-text-sobre {
    padding-left: 80px;
    /*max-width: 513px;*/
}

#sobre h2 {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 12%;
    letter-spacing: 2px;
    font-weight: 400;
    line-height: 150%;
}

#sobre h3 {
    font-size: 40px;
    font-weight: 700;
}

#sobre p {
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
}

#sobre .btn-sobre {
    margin-top: 48px;
    padding-left: 63px;
    padding-right: 63px;
    padding: 14px 63px;
}

#sobre .btn-sobre-redesocial {
    margin-top: 48px;
    padding-left: 63px;
    padding-right: 63px;
    padding: 7px 10px;
}

#sobre .icone-instagram {
    width: 34px;
    content: url("../image/icon/instagram.svg");
    margin-left: 0px;
    padding-left: 0px;
    /*vertical-align: -15%;*/
}

.dimbox-sequence {
    display: none !important;
}

#sobre .owl-dots {
    margin-top: 240px;
    text-align: center;
    margin: auto;
}


#sobre .owl-dot {
    width: 12px;
    height: 12px;
    background-color: #ccc !important;
    border-radius: 50%;
    margin: 25px 5px !important;
}

#sobre .owl-dot.active {
    background-color: black !important;
}

#sobre .swiper-pagination-bullet {
    background-color: black;
    color: black;
    margin-top: 40px;
    margin-bottom: 60px;
    width: 20px;
    border-radius: 7px;
}

#sobre .dimbox-laje img{
    border-radius: 7px;
}

.card-img-overlay {
    position: absolute;
    top: 40%;
    right: 0;
    bottom: 0;
    left: 40%;
    padding: 1rem;
    border-radius: calc(0.25rem - 1px);
}



@media (max-width: 959px) {
    #sobre {
        max-width: 85%;
        margin: auto;
    }

    #sobre .logo {
        margin-top: 48px;
        margin-bottom: 50px;
        max-width: 140px;
        padding: 0px;
        border-radius: 0px;
    }

    #sobre img {
        border-radius: 7px;
    }

    #sobre .box-text-sobre {
        padding-left: 12px;
        padding-top: 27px;
    }

    #sobre h2 {
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: 0.12em;
        font-weight: 400;
        line-height: 150%;
    }

    #sobre h3 {
        font-size: 30px;
        font-weight: 700;
        line-height: 120%;
    }

    #sobre p {
        font-size: 15px;
        font-weight: 500;
        line-height: 150%;
    }

    #sobre .swiper-pagination-bullet {
        background-color: black;
        color: black;
        margin-top: 30px;
        margin-bottom: 60px;
        width: 13px;
        height: 5px;
        border-radius: 7px;
    }

    #sobre .btn-sobre {
        padding: 14px 56px;
    }

    .card-img-overlay { 
        left: 30%;
    }

}




.swiper-wrapper {
    height: auto !important;
}


.card-sobre {
    background-color: #171717;
    color: #fff;
    border-radius: 12px;
    max-width: 378px;
    min-height: 274px;
    padding-top: 20px;
}

.card-sobre img {
    width: 86px;
}

.card-sobre .card-title {
    font-size: 32px;
    font-weight: 600;
    font-family: var(--font-primary);
    text-height: auto;
}

.card-sobre .card-text {
    font-size: 19px;
    line-height: 140%;
    font-weight: 400;
    text-align: justify;
}

.container-sobre {
    max-width: 1172px;
    margin: auto;
}


@media (max-width: 959px) {

    .card-sobre {
        background-color: #171717;
        color: #fff;
        border-radius: 12px;
        max-width: 75%;
        margin: auto;
        min-height: 213px;
        padding-top: 20px;
    }

    .container-sobre {
        max-width: 85%;
        margin: auto;
    }

    .card-sobre img {
        width: 66px;
    }

    .card-sobre .card-title {
        font-size: 25px;
        font-weight: 700;
        font-family: var(--font-primary);
        text-height: 30px;
        max-width: 192px;
    }

    .card-sobre .card-text {
        font-size: 15px;
        line-height: 140%;
        text-align: justify;
        font-weight: 400;
    }

    .container-sobre {
        max-width: 1172px;
        margin: auto;
    }

    #slide-sobre .swiper-button-next-sobre {
        content: url(../image/icon/nextButton.svg);
        width: 24px;
        height: 24px;
        right: 20px;
    }

    #slide-sobre .swiper-button-prev {
        content: url(../image/icon/prevButton.svg);
        width: 24px;
        height: 24px;
        left: 20px;
    }

}


#roxy {
    background-image: url(../image/bgSobreRoxy.png);
    background-size: cover;
    color: #fff;
    margin-top: 99px;
    min-height: 786px;
}

.container-sobre-roxy {
    max-width: 865px;
    margin: auto;

}

#roxy .logo {
    width: 548px;
    margin-top: 128px;
}

#roxy h1 {
    margin-top: 37px;
    font-size: 56px;
    font-weight: 700;
}

#roxy p {
    font-size: 25px;
    font-weight: 400;
    margin-top: 21px;
}

#roxy .btn-sobre-roxy {
    background-color: #861032;
    border: none;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 82px;
    margin-top: 20px;
}

@media (max-width: 959px) {

    #roxy {
        background-image: url(../image/bgSobreRoxyMobile.png);
        background-size: cover;
        background-position: center;
        color: #fff;
        margin-top: 25px;
        min-height: 454px;
    }

    .container-sobre-roxy {
        max-width: 320px;
        margin: auto;

    }

    #roxy .logo {
        width: 184px;
        margin-top: 75px;
    }

    #roxy h1 {
        margin-top: 37px;
        font-size: 24px;
        font-weight: 700;
        line-height: 120%;
    }

    #roxy p {
        font-size: 17px;
        font-style: normal;
        font-weight: 400;
        margin-top: 21px;
    }

    #roxy .btn-sobre-roxy {
        width: 100%;
    }
}

#sobre-roxy {
    max-width: 1200px;
    margin: auto;
    margin-top: 68px;
}

#sobre-roxy h2 {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.12rem;
    line-height: 150%;
    margin-bottom: 0px;
}

#sobre-roxy .box-text-sobre {
    /*padding-left: 80px;*/
    /*width: 633px;*/
    padding-right: 65px;
    padding-left: 0px;
}

#sobre-roxy h3 {
    font-size: 40px;
    color: #861032;
    font-weight: 700;
}

#sobre-roxy p {
    font-size: 18px;
    line-height: 150%;
}

#sobre-roxy .img-sobre-roxy {
    /*max-width: 487px;*/
    padding-left: 20px;

}

#sobre-roxy .btn-sobre {
    margin-top: 48px;
    padding: 14px 63px;
    background-color: #861032;
    border-color: #861032;
}

#sobre-roxy .btn-sobre-redesocial {
    margin-top: 48px;
    padding: 7px 10px;
    background-color: #861032;
    border-color: #861032;
}

#sobre-roxy .icone-instagram {
    width: 34px;
    content: url("../image/icon/instagram.svg");
    margin-left: 0px;
    padding-left: 0px;
    /*vertical-align: -15%;*/
}


.card-sobre-roxy {
    background-color: #861032;
    color: #fff;
    border-radius: 12px;
    max-width: 378px;
    min-height: 274px;
    padding-top: 20px;
}

.card-sobre-roxy img {
    width: 86px;
}

.card-sobre-roxy .card-title {
    font-size: 32px;
    font-weight: 700;
    font-family: var(--font-primary);
    line-height: 38px;
}

.card-sobre-roxy .card-text {
    font-family: var(--font-primary);
    font-size: 25px;
    line-height: 130%;
    font-weight: 300;
}

.card-sobre-roxy .card-text-roxy {
    font-size: 16px;
    line-height: 135%;
    font-weight: 600;

}

#sobre-roxy .swiper-pagination-bullet {
    background-color: #861032;
    color: #861032;
    margin-top: 40px;
    margin-bottom: 60px;
    width: 20px;
    border-radius: 7px;
}

#sobre-roxy .dimbox-laje img{
    border-radius: 7px;
}

@media (max-width: 959px) {
    #sobre-roxy {
        max-width: 80%;
        margin: auto;
        margin-top: 34px;
    }

    #sobre-roxy .img-sobre-roxy {
        padding-left: 0px;
        border-radius: 17px;
        margin: auto;
        margin-top: 33px;

    }

    #sobre-roxy h2 {
        font-size: 13.35px;
        text-transform: uppercase;
        letter-spacing: 0.12em;
        line-height: 150%;
        margin-bottom: 0px;
        font-weight: 400;
        margin-top: 36px;
    }

    #sobre-roxy .box-text-sobre {
        /*padding-left: 80px;*/
        /*width: 633px;*/
        padding-right: 0px;
        padding-left: 0px;
    }

    #sobre-roxy h3 {
        font-size: 30px;
        color: #861032;
        font-weight: 700;
        line-height: 120%;
    }

    #sobre-roxy p {
        font-size: 15px;
        line-height: 150%;
        font-weight: 500;
    }

    #sobre-roxy .row>* {
        padding: 0px !important;
    }

    #sobre-roxy .swiper-pagination-roxy-mobile {
        background-color: #323232;
        width: 32px;
        border-radius: 17px;
        margin: auto;
        position: absolute;
        bottom: 22px;
        right: 0px;
        /*top: 0px;*/
        z-index: 99;
    }

    #sobre-roxy .swiper-pagination-bullet {
        margin: 1px;
        width: 6px;
        height: 6px;
        background: #5b5b5b;
    }

    #sobre-roxy .swiper-pagination-bullet-active {
        background: #fff;
    }

    .card-sobre-roxy {
        max-width: 75%;
        margin: auto;
        min-height: 213px;
        padding-top: 20px;
    }

    .card-sobre-roxy img {
        width: 63px;
    }

    .card-sobre-roxy .card-title {
        font-size: 24px;
        font-weight: 700;
        font-family: var(--font-primary);
        line-height: 28px;
    }

    .card-sobre-roxy .card-text {
        font-family: var(--font-primary);
        font-size: 18px;
        line-height: 140%;
        font-weight: 400;
    }

    .card-sobre-roxy .card-text-roxy {
        font-size: 12px;
        line-height: 140%;
        font-weight: 700;
        text-align: justify;

    }

    .swiper-button-next {
        content: url(../image/icon/nextButtonRoxy.svg);
        width: 24px;
        height: 24px;
        right: 20px;
    }

    .swiper-button-prev {
        content: url(../image/icon/prevButtonRoxy.svg);
        width: 24px;
        height: 24px;
        left: 20px;
    }

    #sobre-roxy .btn-sobre {
        margin-top: 48px;
        padding: 14px 63px;
        background-color: #861032;
        border-color: #861032;
    }

    #sobre-roxy .swiper-pagination-bullet {
        background-color: #861032;
        color: #861032;
        margin-top: 30px;
        margin-bottom: 60px;
        width: 13px;
        height: 5px;
        border-radius: 7px;
    }

    #sobre-roxy .btn-sobre {
        padding: 14px 56px;
    }

    #sobre-roxy .card-img-overlay { 
        left: 00%;
    }

}




#escada-monocromatica {
    max-width: 1200px;
    margin: auto;
    margin-top: 60px;
    position: relative;
}

#escada-monocromatica h2 {
    font-weight: 700;
    font-size: 40px;
    color: #861032;
    line-height: 120%;
}

#escada-monocromatica p {
    font-family: var(--font-default);
    font-weight: 400;
    font-size: 28px;
    line-height: 150%;
    max-width: 563px;
}

#escada-monocromatica .escada-imagens {
    position: relative;
    min-height: 500px;
    max-width: 500px;
    margin-bottom: 15px;
}

#escada-monocromatica .foto-escada {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
}

#escada-monocromatica .foto-antonio {
    position: absolute;
    left: 0;
    bottom: 0px;
    z-index: 99;
    border-radius: 8px;
    max-width: 252px;
}

@media (max-width: 959px) {
    #escada-monocromatica {
        max-width: 85%;
        margin: auto;
        margin-top: 60px;
    }

    #escada-monocromatica h2 {
        font-weight: 700;
        font-size: 30px;
        line-height: 120%;
        max-width: 320px;
        margin-bottom: 10px;
    }

    #escada-monocromatica p {
        font-family: var(--font-default);
        font-weight: 400;
        font-size: 15px;
        line-height: 150%;
        /*max-width: 100%;*/
    }

    #escada-monocromatica .obras {
        position: relative;
    }

    #escada-monocromatica .obras img {
        max-width: 75%;
    }

    .swiper-button-next {
        content: url(../image/icon/nextButtonRoxy.svg);
        width: 24px;
        height: 24px;
        right: 10px;
    }

    .swiper-button-prev {
        content: url(../image/icon/prevButtonRoxy.svg);
        width: 24px;
        height: 24px;
        left: 10px;
    }


    #escada-monocromatica .escada-imagens {
        position: relative;
        max-width: 365px;
        max-height: auto;
        margin: auto;
        margin-bottom: 15px;
    }

    #escada-monocromatica .foto-escada {
        position: absolute;
        right: 0;
        top: 0;
        z-index: 3;
    }


    #escada-monocromatica .foto-antonio-mobile {
        max-width: 252px;
        border-radius: 8px;
        position: absolute;
        right: 0px;
        bottom: 30px;
        z-index: 99;
    }
}

#localizacao {
    margin-top: 99px;
}

#localizacao h2 {
    font-size: 40px;
    font-weight: 700;
    color: #861032;
    line-height: 120%;
    margin-bottom: 21px;
}

#localizacao p {
    font-family: var(--font-default);
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    max-width: 600px;
    margin-bottom: 10px;
}


#localizacao .mapa {
    border-radius: 8px;
    max-width: 1200px;
    width: 100%;
    margin: auto;
    height: 400px;
}

#planos {
    max-width: 1200px;
    margin: auto;
    margin-top: 129px;
}

#planos h2 {
    font-family: var(--font-secondary);
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 60px;
    text-align: center;
    margin-bottom: 65px;
}

#planos .card {
    box-sizing: border-box;
    border: 0.912754px solid #EAECF0;
    box-shadow: 0px 10.953px 14.6041px -3.65102px rgba(16, 24, 40, 0.08), 0px 3.65102px 5.47652px -1.82551px rgba(16, 24, 40, 0.03);
    border-radius: 0px;
    padding: 29px
}

#planos .card .plano-nivel {
    padding-bottom: 29px;
}

#planos .card li {
    padding: 0px;
}

#planos .plano-recurso ul li {
    margin: 29px 0px;
    list-style: none;
    /*list-style-position: outside;*/
    font-family: var(--font-secondary);
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

#planos .plano-recurso ul li::before {
    list-style-position: outside;
    content: url(../image/icon/checkIconBlack.svg);
    margin-left: -35px;
    margin-right: 11px;
    vertical-align: -40%;
}

#planos .plano-contato {
    margin-top: 29px;
}

#planos .plano-contato .btn {
    border-radius: 0px;
    font-weight: 600;
    font-size: 14.6041px;
    line-height: 22px;
    padding-top: 11px;
    padding-bottom: 11px;
}

#planos .plano-roxy {
    margin-top: 84px;
}

#planos .btn-contato-completo {
    margin-top: 49px;
}

#planos .btn-contato-completo-roxy {
    margin-top: 49px;
}

#planos .btn-contato-roxy {
    background-color: #861032;
    color: #fff;
}

#planos .plano-roxy .plano-recurso ul li::before {
    list-style-position: outside;
    content: url(../image/icon/checkIconRed.svg);
    margin-left: -35px;
    margin-right: 11px;
    vertical-align: -40%;
}


@media (max-width: 959px) {
    #planos {
        max-width: 85%;
        margin: auto;
        margin-top: 56px;
    }

    #planos .card {
        max-width: 295px;
        margin: auto;
    }

    #planos .btn-contato-completo {
        margin-top: 19px;
    }

    #planos h2 {
        font-family: var(--font-secondary);
        font-style: normal;
        font-weight: 700;
        font-size: 29.89px;
        line-height: 120%;
        text-align: center;
        margin-bottom: 65px;
    }

    #planos .logo {
        max-height: 45px;
        margin: 9px;
        margin-bottom: 45px;
    }

    #planos .card {
        padding: 24px;
        margin-bottom: 24px;
    }

    #planos .plano-recurso ul li {
        margin: 29px 0px;
        list-style: none;
        /*list-style-position: outside;*/
        font-family: var(--font-secondary);
        font-size: 12px;
        font-weight: 400;
        line-height: 150%;
    }
}


#contato {
    padding-top: 100px;
    padding-bottom: 100px;
    max-width: 1200px;
    margin: auto 0px auto auto;
    margin: auto;
    font-family: var(--font-alternative);
}

#contato form {
    padding-right: 66px;
}

#contato h2 {
    font-family: var(--font-alternative);
    font-style: normal;
    font-weight: 600;
    font-size: 51.32px;
    line-height: 120%;
    margin-bottom: 39px;
}

#contato label {
    font-style: normal;
    font-weight: 600;
    font-size: 21.5971px;
    line-height: 99%;
}

#contato input {
    background: #FFFFFF;
    border: 2px solid #000000;
    border-radius: 20px;
    margin-bottom: 20px;
    max-width: 481px;
}

#contato input:focus {
    box-shadow: 0 0 0 0;
    outline: 0;
}

#contato textarea {
    max-width: 481px;
    background: #FFFFFF;
    border: 2px solid #000000;
    border-radius: 10px;
    padding: 10px 15px;
    margin-bottom: 20px;
}

#contato textarea:focus {
    box-shadow: 0 0 0 0;
    outline: 0;
}

#contato .btn {
    font-weight: 600;
    font-size: 21.5971px;
    line-height: 150%;
    padding: 16px 124px;
}

#contato .img-contato {
    position: relative;
    min-height: 659px;
    /*max-width: 760px;*/
}

#contato .contato-logo-lage {
    position: absolute;
    border-radius: 67px;
    left: 0;
    top: 20px;
}

#contato .contato-logo-roxy {
    border-radius: 67px 0px 0px 67px;
    position: absolute;
    right: -150px;
    bottom: 40px;
    z-index: 99;
}

@media (max-width: 959px) {
    #contato {
        padding-top: 38px;
        padding-bottom: 100px;
        max-width: 85%;
        margin: auto 0px auto auto;
        margin: auto;
    }

    #contato form {
        padding-right: 0px;
    }

    #contato h2 {
        font-style: normal;
        font-weight: 700;
        font-size: 25px;
        line-height: 120%;
        margin-bottom: 19px;
    }

    #contato .btn {
        width: 100%;
        font-weight: 700;
        font-size: 15.81px;
        padding: 11.5px 24px;
    }
}


footer {
    margin-bottom: 100px;
}

footer p {
    font-weight: 400;
    font-size: 16.1778px;
    line-height: 24px;
}

@media (max-width: 959px) {
    footer {
        margin-bottom: 40px;
    }

    footer p {
        font-weight: 400;
        font-size: 10.43px;
        line-height: 24px;
    }
}

.pulsar img {
    width: 35px;
    height: 35px;
    background: transparent;
}

.pulsar {
    position: relative;
    width: 70px;
    height: 70px;
    background: #25d366;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.pulsar:before,
.pulsar:after {
    content: '';
    display: block;
    position: absolute;
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    border: 2px solid #25d366;
    animation: animar 1.5s linear infinite;
    opacity: 0;
}

.pulsar:after {
    animation-delay: .5s;
}

.whatsapp {
    position: fixed;
    width: 70px;
    height: 70px;
    bottom: 25px;
    right: 30px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 1px 1px 2px #888;
    z-index: 1000;
}

@keyframes animar {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }

    50% {
        opacity: 1;

    }

    100% transform: scale(1.2);
    opacity: 0;
}


.popup-Whatsapp {
    position: fixed;
    width: 135px;
    height: 50px;
    bottom: 25px;
    background-color: #f5f7f9;
    font-size: 14px;
    color: #000;
    padding: 5px 0 5px 12px;

    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    right: 70px;
    bottom: 35px;

    z-index: 999;
}



.dimbox-container::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0 0 0 0;
  background-color: #000;
  opacity: 0.95;
}