* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}

h1, h2, h3, h4 {
    font-family: 'DM Serif Display', serif;
}

h1 {
    font-size: 3rem;
    line-height: 2.5rem;
}

.btn {
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    background-color: #ef6c38;
}
.btn-black {
    background-color: #000;
}

.img-resp {
    max-width: 100%;
}

.text-center {
    text-align: center;
}



header {
    background-color: #ffa65a;
    position: relative;
}
.headerCurva {
    width: 100%;
    background-color: #f6f6f4;
    display: block;
}

.title {
    margin-bottom: 30px;
    font-size: 5rem;
    line-height: 4.5rem;
}
.suptitle {
    text-transform: uppercase;
    color: #2f3036;
    margin-bottom: 15px;
    font-size: 1.5rem;
}

.logoBox {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding-top: 20px;
}

.logoBox img {
    max-width: 200px;
}

.socialBg {
    background-image: url('images/naxa_bg1.png');
    background-position: center;
    background-size: cover;
}
.macBox {
    max-width: 730px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    position: relative;
    margin-top: -70px;
}
.macBox--text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    aspect-ratio: 16/9;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 20px;
    padding: 50px;
}
.macBox--text .big-title {
    font-size: 2.3rem;
    margin-bottom:0;
}


.wrapper {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 40px;
}
.wrapper--left {
    max-width: 1200px;
    margin: 0 !important;
    padding: 0;
}

.row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.row--top {
    align-items: flex-start;
}

.col-half {
    width: 50%;
}
.col-1-3 {
    width: 33%;
}
.col-2-3 {
    width: 66%;
}

.caseBg {
    padding: 90px 0 20px 0;
    background-image: url('images/naxa_bg2.png');
    background-repeat: no-repeat;
    background-position: top right;
    background-size: auto;
}
.caseBox {
    display: grid;
    grid-template-columns: repeat(7, 100px);
    grid-template-rows: repeat(4, 100px);
    gap: 0px;
    place-items: stretch;
    place-content: center space-evenly;
    align-items: center;
    justify-items: stretch;
    justify-content: space-between;
    align-content: stretch;
}
    
.caseBox .div1 { grid-area: 1 / 2 / 3 / 5; }
.caseBox .div2 { grid-area: 1 / 5 / 3 / 7; }
.caseBox .div3 { grid-area: 3 / 3 / 5 / 5; }
.caseBox .div4 { grid-area: 3 / 5 / 6 / 8; }

.caseBox .div5 { grid-area: 1 / 2 / 4 / 4; }
.caseBox .div6 { grid-area: 2 / 5 / 3 / 8; }

.caseBox .div7 { grid-area: 2 / 5 / 3 / 8; }
.caseBox .div8 { grid-area: 2 / 5 / 3 / 8; }

.caseCard {
    aspect-ratio: 16/9;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 0 30px rgba(0,0,0,0.2);
}
.caseCard img {
    width: 100%;
}

.big-title {
    font-size: 3rem;
    line-height: 3.8rem;
    margin-bottom: 20px;
}
.mb-20 {
    margin-bottom: 20px;
}


.sitoBg {
    background-image: url('images/naxa_bg3.png');
    background-repeat: no-repeat;
    background-position: center -13px;
}

.mini-wrapper {
    max-width: 580px;
    margin: 0 auto;
}
.siteBox {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(4, 1fr);
    gap: 0px;
    place-items: stretch;
    place-content: center space-evenly;
    align-items: center;
    justify-items: stretch;
    justify-content: space-between;
    align-content: stretch;
    padding: 30px 0;
}
.siteCard {
    max-width: 500px;
    border-radius: 10px;
    box-shadow: 0 0 30px rgba(0,0,0,0.2);
    padding: 20px 40px;
    margin: 20px;
    margin-left: 30px;
    background-color: #fff;
    transition: all .3s ease;
}
.siteCard--light {
    box-shadow: none;
    padding: 0;
    background-color: transparent;
}
.siteBox .div1 { grid-area: 1 / 5 / 2 / 3; }
.siteBox .div2 { grid-area: 1 / 1 / 3 / 3; }
.siteBox .div3 { grid-area: 2 / 3 / 3 / 5; }
.siteBox .div4 { grid-area: 2 / 1 / 4 / 3; }
.siteBox .div5 { grid-area: 3 / 3 / 3 / 5; }
.siteBox .div6 { grid-area: 3 / 1 / 5 / 3; }

.offset .siteCard {
    margin-left: 90px;
}
.removeOffset .siteCard {
    margin-left: 0;
}

.faqBox {
    background-color: #fff;
    border-bottom-right-radius: 100px;
    padding: 80px;
}


.contactBg {
    padding: 90px;
}
.ipadBox {
    max-width: 1024px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    position: relative;
}
.ipadBox--text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    aspect-ratio: 16/12;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 10px;
    padding: 70px 100px;
}

.hbspt-form {
    width:100%;
}


.lastSectionBg {
    background-image: url('images/naxa_bg4.jpg');
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: -160px;
}

.collapse {
    counter-reset: section;
    margin-top: 50px;
}

.collapse .collapse-item h3 {
    font-size: 1.5rem;
}
.collapse .collapse-item h3::before {
    counter-increment: section;
    content: "0"counter(section);
    color:#ef6c38;
    margin-right: 10px;
}
.collapse .collapse-item {
    padding: 0 30px;
    border-radius: 20px;
    margin: 20px 0;
    cursor: pointer;
    transition: all .3s ease;
}
.collapse .collapse-item summary,
.siteCard summary {
    list-style-type: none;
}
.collapse .collapse-item[open] {
    background-color: #fff8f2;
    padding: 30px;
}
.collapse .collapse-item[open] h3 {
    margin-bottom: 10px;
}


footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
    padding: 40px;
    padding-top: 0;
}
footer img {
    max-width: 200px;
}
footer a {
    color: #fff;
}
.footerBox {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
}


.showTablet,
.showMobile {
    display: none !important;
}


@media screen and (max-width:1320px) {
    /* .row {
        flex-direction: column;
    } */
}

@media screen and (max-width:1100px) {
    .logoBox {
        justify-content: center;
    }
    .row {
        flex-direction: column;
    }
    .titleBox .row {
        flex-direction: column-reverse;
    }
    .col-1-3,
    .col-2-3,
    .col-half {
        width: 100%;
    }
    .wrapper {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .socialBg {
        padding: 50px;
    }
    .macBox {
        margin-top: 0;
    }

    .siteBox {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    
    .siteBox > div {
        width: 50%;
    }
    
    .siteBox .offset .siteCard, .siteBox .removeOffset .siteCard {
        margin: 20px;
    }

    .hideTablet {
        display: none !important;
    }
    .showTablet {
        display: block !important;
    }

    .caseBox {
        grid-template-columns: repeat(6, 100px);
        grid-template-rows: repeat(6, 100px);
        margin-top: 50px;
    }

    .caseBox .div1 {grid-area: 1 / 1 / 3 / 4;}
    .caseBox .div2 {grid-area: 1 / 4 / 3 / 6;}
    .caseBox .div3 {grid-area: 3 / 2 / 5 / 4;}
    .caseBox .div4 {grid-area: 2 / 4 / 6 / 7;}
    .caseBox .div7 {grid-area: 5 / 1 / 7 / 4;}
    .caseBox .div8 {grid-area: 7 / 4 / 5 / 6;}
}

@media screen and (max-width:730px){
    header .wrapper {
        padding: 20px;
    }
    .suptitle {
        font-size: 1rem;
    }
    .title {
        font-size: 3rem;
        line-height: 3.5rem;
    }
    .siteBox > div {
        width: 100%;
    }
    .big-title {
        font-size: 2rem;
        line-height: 2.8rem;
        margin-bottom: 20px;
    }
    .titleBox img {
        max-width: 100%;
        margin: 0 auto;
    }
    .titleBox {
        text-align: center;
    }
    .socialBg {
        padding: 0;
    }
    .caseBox {
        display: block;
    }
    .caseBox > div {
        margin-bottom: 40px;
    }
    .macBox img {
        display: none;
    }
    .macBox .macBox--text {
        position: relative;
        padding: 20px;
        margin: 31px;
        border-radius: 20px;
    }
    .caseBg {
        padding-top: 40px;
    }
    .faqBox {
        padding: 40px;
    }
    .siteCard {
        max-width: 100%;
        margin: 0 !important;
        margin-bottom: 20px !important;
    }
    .siteCard[open] h3 {
        margin-bottom: 10px;
    }

    .ipadBox img {
        display: none;
    }
    .ipadBox--text {
        position: relative;
        background-color: #fff;
        padding: 20px;
        box-shadow: 0 0 30px rgba(0,0,0,.2);
        border-radius: 20px;
    }
    .contactBg {
        padding: 20px;
    }
    .faqBox {
        margin-right: 40px;
    }
    .showMobile {
        display: block !important;
    }
    .hideMobile {
        display: none;
    }
    .lastSectionBg {
        margin-top: -80px;
    }

    .swiper {
        margin-top: 30px;
        width: 100%;
        height: 100%;
    }
}

.caseBox > div {
    position: relative;
}
.caseBox > .tooltips span {
    position: absolute;
    z-index: -1;
    transition: all .3s ease;
    color: #EF6C38;
    padding: 2px 5px;
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 500; 
}
.caseBox > .tooltips:hover span {
    display: block;
}

.caseBox > .tooltips.tt-top-left span {
    top: 0;
    left: 20px;
}
.caseBox > .tooltips.tt-top-left:hover span {
    top: -23px;
}
.caseBox > .tooltips.tt-top-right span {
    top: 0;
    right: 20px;
}
.caseBox > .tooltips.tt-top-right:hover span {
    top: -23px;
}
.caseBox > .tooltips.tt-bottom-left span {
    bottom: 0;
    left: 20px;
}
.caseBox > .tooltips.tt-bottom-left:hover span {
    bottom: -23px;
}
.caseBox > .tooltips.tt-bottom-right span {
    bottom: 0;
    right: 20px;
}
.caseBox > .tooltips.tt-bottom-right:hover span {
    bottom: -23px;
}

.swiper-slide span {
    transition: all .3s ease;
    color: #EF6C38;
    padding: 2px 5px;
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 500; 
}