@font-face {
    font-family: 'GothamBook';
    src: url('../fonts/Gotham-Font/GothamBook.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GothamBold';
    src: url('../fonts/Gotham-Font/Gotham-Bold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GothamMedium';
    src: url('../fonts/Gotham-Font/GothamMedium_1.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GothamLight';
    src: url('../fonts/Gotham-Font/GothamLight.ttf') format('truetype');
    font-weight: normal;
}


/* Variables */

:root {
    --color-white: #fff;
    --color-orange: #2F7ABA;
    --color-black: #391F1B;
    --color-title: #391F1B;
}

/* General */
body {
    background: var(--color-white);
    font-family: 'GothamBook';
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    font-style: normal;
    color: var(--color-black);
    background-size: 45%;
}

strong {
    font-family: 'GothamBold';
}

h1 {
    font-size: 60px;
    line-height: 68px;
    color: var(--color-title);
    margin: 50px 0 40px;
}

h2 {
    font-size: 24px;
    line-height: 26px;
}

h1,
h2,
h3,
h4,
h5,
h6 {}

p {
    margin-bottom: 10px;
}

a {
    transition: all .3s ease;
}

img {
    max-width: 100%;
    height: auto;
}

select:focus,
:focus {
    outline: 0;
    box-shadow: none;
}

.padding-tb {
    padding-top: 100px;
    padding-bottom: 100px;
}

.padding-t {
    padding-top: 100px;
}

.padding-b {
    padding-bottom: 100px;
}

.desck-none,
.img-selo,
.img.decktop-none,
.img-1199,
.about.second img.img-414 {
    display: none;
}


.list.container-fluid {
    padding: 0 212px;
}

.lista {
    margin-top: 50px;
}

.lista h2 {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 30px;
    color: var(--color-title);
}

.lista .itens.mobile-item {
    display: none;
}

.lista .itens {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;

}

.lista .itens .item {
    padding: 50px 40px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #F2F2F2;
    border-radius: 12px;
    margin: 40px 0 20px;
    position: relative;
}

.lista .itens .item::before,
.about p::before {
    content: '';
    background-image: url(../img/check.svg);
    position: absolute;
    width: 64px;
    height: 64px;
    right: 32%;
    top: -35px;
    transform: translateX(-50%);
    z-index: 0;
    background-repeat: no-repeat;
}

.lista .itens .item .text p {
    color: #000;
}

.about {
    padding: 100px 0 0;
}

.about .justify-content-center {
    padding: 0 0 0 60px;
    max-width: 601px;
    position: relative;
}

.about .justify-content-center .selo-seg {
    position: absolute;
    max-width: 174px;
    bottom: 38px;
    right: -10px;
    z-index: 999;
}

.about .justify-content-center h2 {
    font-size: 60px;
    line-height: 68px;
    margin-bottom: 30px;
    max-width: 449px;
}

.about .object-cover {
    object-fit: cover;
    height: 100vh;
}

.about p {
    padding: 20px 120px 30px 40px;
    background-color: #F2F2F2;
    border-radius: 12px;
    margin-left: 30px;
    color: #000;
    position: relative;
}

.about p::before {
    width: 55px;
    background-size: 55px;
    top: 19%;
    left: 0;
}

.about.second .align-items-center {
    justify-content: space-between;
}

.about.second .justify-content-center {
    padding: 0 30px 0 0;
    max-width: 601px;
}

.about.second .justify-content-center h2 {
    max-width: 435px;
}

.about.second p {
    padding: 20px 70px 30px 40px;
}


.specifications {
    padding: 80px 0;
}

.specifications h2 {
    font-size: 60px;
    line-height: 68px;
    color: #000;
    margin-top: 50px;
    margin-bottom: 80px;
}

.specifications h3 {
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 60px;
    margin-top: 50px;
}

.specifications .table-flex {
    max-width: 1000px;
    display: flex;
    gap: 80px;
    justify-content: space-between;
    margin-bottom: 50px;
}

.specifications .table-flex .item p {
    margin: 0;
    color: var(--color-title);
    line-height: 26px;
}

.specifications .table-flex .item p strong {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 0;
}

.specifications .img img {
    border-radius: 0px;
}

.banner-mobile .img-768,
.banner-mobile .img-414,
.banner-mobile .img-375,
.img-1366 {
    display: none;
}

.specifications .col-lg-6 {
    margin-bottom: 30px;
}

.specifications .box {
    border-radius: 20px;
    background: #FAFAFA;
    padding: 42px 42px 20px;
    margin-bottom: 30px;
    height: 100%;
}

.specifications .box p {
    margin-bottom: 0;
}

.specifications .box h4 {
    font-size: 36px;
    line-height: 61px;
}


/* Responsive */
@media (max-width: 1700px) {
    h1 {
        font-size: 55px;
        line-height: 62px;
    }

    .lista .itens .item {
        padding: 50px 30px 30px;
    }

}

@media (max-width: 1620px) {
    .lista .itens .item br {
        display: none;
    }

    .list.container-fluid {
        padding: 0 150px;
    }
}

@media (max-width: 1480px) {
    .img-1366 {
        display: block;
    }

    .list.container-fluid {
        padding: 0 165px;
    }

    .lista .itens .item {
        padding: 40px 20px 20px;
    }

    .lista .itens .item::before,
    .about p::before {
        right: 30%;
    }

    .about .justify-content-center {
        padding: 0 0 0 40px;
    }

    .about .justify-content-center h2 {
        font-size: 40px;
        line-height: 48px;
    }

    .about .justify-content-center h5 {
        margin-top: 20px;
    }

    .about .justify-content-center h2 {
        margin-bottom: 20px;
    }

    .specifications .table-flex {
        max-width: 1000px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }

    .specifications h2 {
        font-size: 50px;
        line-height: 58px;
        margin-bottom: 50px;
    }

    .img-1920 {
        display: none;
    }

}

@media (max-width: 1380px) {
    .list.container-fluid {
        padding: 0 100px;
    }
}

@media (max-width: 1280px) {
    h2 {
        font-size: 40px;
        line-height: 48px;
    }

    .about .justify-content-center .selo-seg {
        max-width: 110px;
        bottom: 90px;
    }

    .list.container-fluid {
        padding: 0 130px;
    }

    .about .justify-content-center {
        max-width: 470px;
    }

    .about.second .align-items-center {
        justify-content: space-around;
    }

    .about.second .justify-content-center {
        padding-left: 50px;
        max-width: 470px;
    }

    .about.second p {
        padding: 20px 50px 30px 40px;
    }

    .about.second p:last-child {
        padding: 20px 70px 30px 40px;
    }

    .about.second p:last-child br {
        display: none;
    }

    .about p {
        padding: 20px 110px 30px 40px;
    }

    .specifications h2 {
        font-size: 40px;
        line-height: 48px;
    }

    .specifications h3 {
        font-size: 30px;
        line-height: 40px;
    }

    .specifications .table-flex .item p strong {
        font-size: 20px;
        line-height: 32px;
    }

    .specifications .table-flex .item p {
        font-size: 16px;
        line-height: 24px;
    }

    .text-img .flex .img {
        width: auto;
    }
}

@media (max-width: 1199px) {
    h2 {
        font-size: 35px;
        line-height: 42px;
    }

    body {
        font-size: 1rem;
    }

    .list.container-fluid {
        padding: 0 90px;
    }

    .lista .itens {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        row-gap: 20px;
        column-gap: 50px;
    }

    .lista .itens .item::before,
    .about p::before {
        width: 51px;
        height: 51px;
        left: -28px;
        top: 50%;
        transform: translateY(-50%);
        background-size: 51px;
    }

    .lista .itens .item {
        padding: 30px 130px 20px 40px;
        text-align: left;
        margin: 0;
    }

    .about .justify-content-center {
        max-width: 460px;
    }

    .about p {
        padding: 20px 65px 30px 40px;
    }

    .about .justify-content-center .selo-seg {
        max-width: 134px;
        bottom: 38px;
        right: -18px;
    }

    .about.second .object-fit {
        display: none;
    }

    .about.second .img-1199 {
        display: block;
        padding-left: 50px;
        max-width: 420px;
    }

    .about.second .justify-content-center h2 {
        max-width: 270px;
    }

    .about.second .justify-content-center {
        max-width: 400px;
    }

    .specifications h2 {
        font-size: 35px;
        line-height: 42px;
    }

    .specifications h3 {
        font-size: 24px;
        line-height: 40px;
    }

    .specifications {
        padding: 50px 0;
    }

    .specifications .table-flex {
        max-width: 760px;
    }
}

@media (max-width: 992px) {
    .lista h2 {
        font-size: 20px;
    }

    .about .justify-content-center {
        max-width: 360px;
    }

    .lista .itens .item {
        padding: 30px 105px 20px 40px;
    }

    .about .justify-content-center h2 {
        font-size: 35px;
        line-height: 42px;
        max-width: 331px;
    }

    .about p {
        padding: 20px 113px 30px 40px;
    }

    .about .justify-content-center .selo-seg {
        max-width: 124px;
        bottom: 73px;
    }

    .about.second .justify-content-center {
        max-width: 335px;
        padding-left: 0;
    }

    .about.second .img-1199 {
        padding-left: 0px;
    }

    .specifications .table-flex .item p strong {
        font-size: 18px;
    }

}

@media (max-width: 768px) {
    .banner-mobile .img-768 {
        display: block;
    }

    .img-1920,
    .img-1366,
    .banner-mobile .img-414 {
        display: none;
    }

    .list.container-fluid {
        padding: 0 50px;
    }

    .list {
        position: relative;
    }

    .lista h2 {
        display: none;
    }

    .lista .itens {
        display: grid;
        grid-template-columns: 1fr;
        row-gap: 20px;
        column-gap: 50px;
    }

    .lista .itens .item {
        padding: 30px 20px 20px 30px;
        justify-content: flex-start;
    }

    .about {
        padding: 70px 0 0;
    }

    .about .object-cover {
        padding-right: 0;
        padding-bottom: 30px;
        max-width: 100%;
        width: 50%;
    }

    .about .justify-content-center h2 {
        font-size: 32px;
        line-height: 40px;
        margin: 30px 0;
    }

    .about .justify-content-center {
        max-width: 50%;
        padding-left: 20px;
        width: 100%;
    }

    .about.second .justify-content-center {
        max-width: 100%;
        padding-left: 0;
    }

    .about .justify-content-center .selo-seg {
        right: 5%;
        max-width: 100px;
        bottom: 56px;
    }

    .about.second .justify-content-center h2 {
        max-width: 230px;
    }

    .about.second .col-md-6.p-0 {
        text-align: center;
    }

    .about.second .img-1199 {
        padding-left: 50px;
    }

    .container,
    .container-md,
    .container-sm {
        max-width: 720px;
        padding: 0 30px;
    }

}

@media (max-width: 730px) {

    .about .justify-content-center {
        padding: 0 30px;
        max-width: 100%;
    }

    .about .justify-content-center h2 {
        font-size: 24px;
        line-height: 32px;
    }

    .lista h2 {
        text-align: center;
    }

    .mobile-none {
        display: none;
    }

    .specifications {
        padding: 60px 0;
        text-align: center;
    }

    .lista {
        margin-top: 150px;
    }

    .specifications h2 {
        margin: 0 auto 30px;
        max-width: 280px;
    }


    .lista .itens.mobile-item,
    .desck-none,
    .img-selo,
    .img.decktop-none {
        display: block;
    }
}

@media (max-width: 470px) {

    .banner-mobile .img-414,
    .banner-mobile .img-768 {
        display: none;
    }

    .banner-mobile .img-375 {
        width: 100%;
        display: block !important;
    }

    .list.container-fluid {
        padding: 0 30px;
    }

    .lista {
        margin-top: 50px;
    }

    .lista h2 {
        display: block;
        margin-bottom: 80px;
    }

    .lista .itens .item::before,
    .about p::before {
        left: 50%;
        top: -30px;
        transform: translateX(-50%);
    }

    .lista .itens .item {
        padding: 30px 40px 20px;
        margin-bottom: 30px;
        text-align: center;
    }

    .about {
        padding: 50px 0 0;
    }

    .about .align-items-center,
    .about.second .align-items-center {
        display: block;
    }

    .about .justify-content-center h2 {
        font-size: 30px;
        text-align: center;
    }

    .about .justify-content-center {
        padding: 0 30px;
    }

    .about p {
        text-align: center;
        padding: 40px 48px 20px;
        margin-top: 30px;
    }

    .about.second .justify-content-center h2 {
        max-width: 100%;
    }

    .about.second p {
        margin: 30px 0;
    }

    .about.second .img-1199 {
        padding-left: 0;
        max-width: 314px;
    }

    .about.second p,
    .about.second p:last-child {
        margin: 30px 0;
        padding: 40px 60px 30px;
    }

    .specifications h2 {
        font-size: 30px;
        line-height: 38px;
    }

    .specifications .table-flex {
        display: block;
    }

    .specifications h3 {
        line-height: 32px;
        margin: 30px 10px 20px;
    }

    .specifications .table-flex .item {
        margin-bottom: 20px;
    }

    .about .justify-content-center h2 {
        max-width: unset;
        margin-bottom: 30px;
    }

    .about p {
        margin: 0;
    }

    .about .justify-content-center .selo-seg {
        max-width: 80px;
        bottom: 80px;
        right: 10%;
    }

    .img-fluid.img-768 {
        display: none;
    }

    .about.second .justify-content-center {
        padding: 0;
    }
}