:root {
    --blue-light: #a0b6da;
    --blue-dark: #293741;
    --beige-brown: #736c5e;
    --white: #fff;
    --black: #000;
}


body {
    font-size: 20px;
    line-height: 20px;
    font-weight: 300;
    font-family: "Poppins", sans-serif;
    color: var(--beige-brown);
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: var(--blue-dark);
    text-decoration: none;
    transition: all .3s ease;
}

strong {
    font-weight: 600;
}


/* title */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-style: normal;
    font-family: "Belleza", sans-serif;
}

header {
    padding: 20px 0;
    background-color: var(--blue-light);
}

header nav.navbar .container {
    justify-content: center;
    text-align: center;
}

header nav.navbar .container a img {
    max-width: 280px;
}

.banner img {
    width: 100%;
}

.premium-session {
    position: relative;
    padding: 90px 0;
}

.premium-session::before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 700px;
    background-color: #a2b6de;
    clip-path: ellipse(75% 100% at 50% 0%);
    padding: 90px 0px 100px;
    text-align: center;
}

.premium-session .title {
    position: relative;
    text-align: center;
}

.premium-session .title h1 {
    color: var(--white);
    font-size: 60px;
    margin-bottom: 20px;
}

.premium-session .title p {
    font-size: 40px;
    line-height: 50px;
    color: var(--white);
    max-width: 580px;
    font-weight: 400;
    margin: 0 auto;
}

.premium-session .img-center {
    position: relative;
    margin: 60px 0;
}

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

.premium-session .text p {
    font-size: 40px;
    line-height: 40px;
    color: var(--beige-brown);
    max-width: 900px;
    margin: 0 auto;
}

.premium-session .text a,
.logos .text a {
    display: inline-block;
    padding: 25px 50px;
    background-color: var(--blue-light);
    color: var(--white);
    font-family: "Belleza", sans-serif;
    font-size: 50px;
    border-radius: 50px;
    margin-top: 50px;
    font-weight: 400;
}

.logos {
    padding: 0 0 120px;
}

.logos .grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 70px;
}

.logos .grid .item {
    text-align: center;
}

.logos .grid .item img {
    width: 70%;
    margin-bottom: 20px;
}

.logos .text {
    text-align: center;
    margin-top: 50px;
}

.logos .text h5 {
    font-size: 40px;
    line-height: 40px;
    font-weight: 400;
    color: var(--blue-dark);
}

.logos .text a {
    padding: 25px 30px;
    font-size: 40px;
}

.solution {
    position: relative;
    padding: 320px 0 0;
}

.solution::before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 700px;
    background-image: url('../img/bg.png');
    background-repeat: no-repeat;
    background-size: contain;
}

.solution .box-search {
    padding: 20px 30px;
    border: solid 3px var(--blue-dark);
    border-radius: 50px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.solution .box-search img {
    width: 40px;
}

.solution .box-search p {
    margin: 0;
    font-weight: 400;
    font-size: 30px;
}

.solution .box {
    display: grid;
    grid-template-columns: 22% 1fr;
    gap: 20px;
    padding: 10px 100px 10px 10px;
    border: solid 3px var(--blue-dark);
    border-radius: 30px;
}

.solution .box .img img {
    border-radius: 30px;
}

.solution .box h2 {
    font-size: 40px;
    margin-bottom: 20px;
    color: var(--blue-dark);
    margin-top: 10px;
}

.solution .box p {
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
}

.solution .box a {
    position: relative;
    display: inline-block;
    color: var(--blue-dark);
    border: solid 3px var(--blue-dark);
    border-radius: 15px;
    font-size: 30px;
    padding: 15px 30px;
    margin-top: 40px;
    font-weight: 400;
}

.solution .box a img {
    position: absolute;
    width: 35px;
    right: -24px;
    bottom: -14px;
}

.solution .grid {
    text-align: center;

}

.solution .grid .title {
    padding: 70px 0 50px;
}

.solution .grid .itens {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 30px;

}

.solution .grid .itens .item p {
    margin: 30px 0 0;
}

.solution .grid .title h2 {
    font-size: 60px;
    color: var(--blue-dark);
}

.want-test {
    padding: 90px 0;
}

.want-test .content {
    display: grid;
    grid-template-columns: 55% 1fr;
    align-items: center;
}

.want-test .content .img {
    position: relative;
    z-index: 9;
}

.want-test .content .box {
    background-color: var(--blue-light);
    border-radius: 30px;
    padding: 50px;
    text-align: center;
    max-width: 560px;
    position: relative;
    left: -110px;
}

.want-test .content h2 {
    font-size: 36px;
    color: var(--blue-dark);
    margin-bottom: 20px;
}

.want-test .content p {
    font-weight: 400;
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 40px;
}

.want-test .content a {
    display: inline-block;
    color: var(--blue-dark);
    border: solid 3px var(--blue-dark);
    border-radius: 15px;
    font-size: 30px;
    padding: 15px 30px;
    font-weight: 400;
    font-family: "Belleza", sans-serif;
    position: relative;
}

.compare {
    padding: 0 0 90px;
}

.compare .table-responsive {
    max-width: 960px;
    margin: 0 auto;
    border: solid 2px var(--blue-dark);
}

.compare table.table tbody tr td,
thead.table-light tr th {
    padding: 20px 10px;
    background: var(--white);
    border-color: rgb(202, 202, 202);
}

.compare table.table.table-bordered.align-middle {
    border-color: rgb(202, 202, 202);
    margin: 0;
}

.compare .title h2,
.testimonials .title h2 {
    font-size: 60px;
    color: var(--blue-dark);
    margin-bottom: 30px;
    text-align: center;
}

.shadow-effect {
    background: var(--blue-dark);
    padding: 20px 70px;
    border-radius: 30px;
    border: 1px solid var(--blue-dark);
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.10), 0 15px 12px rgba(0, 0, 0, 0.02);
    display: flex;
    align-items: center;
}

.owl-carousel .owl-stage {
    display: flex;
    align-items: center;
}

#customers-testimonials .shadow-effect p {
    position: relative;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 300;
    color: var(--white);
    text-align: justify;
}

#customers-testimonials .shadow-effect p::before {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    top: 0;
    left: -50px;
    background-image: url(../img/citar.png);
    background-size: 40px;
    background-repeat: no-repeat;
}

#customers-testimonials .shadow-effect p::after {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    bottom: 0;
    right: -50px;
    background-image: url(../img/citar.png);
    background-size: 40px;
    background-repeat: no-repeat;
    transform: rotate(180deg);
}

#customers-testimonials .shadow-effect .name {
    font-size: 20px;
    color: var(--white);
}

#customers-testimonials .item {
    margin-bottom: 40px;
    opacity: .6;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#customers-testimonials .owl-item.active.center .item {
    opacity: 1;
    -webkit-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.0, 1.0, 1);
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d;
    max-width: 150px;
    margin-bottom: 10px;
}

.owl-item.active .item .shadow-effect {
    min-height: 270px;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
    background: var(--blue-light);
    transform: translate3d(0px, -50%, 0px) scale(0.7);
}

#customers-testimonials.owl-carousel .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
    background: var(--blue-light);
    display: inline-block;
    height: 20px;
    margin: 0 2px 5px;
    transform: translate3d(0px, -50%, 0px) scale(0.3);
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 20px;
}

.owl-nav {
    position: relative;
}

button.owl-next {
    position: absolute;
    top: -180px;
    right: -40px;
    font-size: 58px !important;
    color: #a0b6da !important;
}

button.owl-prev {
    position: absolute;
    top: -180px;
    left: -40px;
    font-size: 58px !important;
    color: #a0b6da !important;
}

.addresses {
    position: relative;
    padding: 120px 0;
}

.addresses img {
    position: absolute;
    left: 0;
    max-width: 700px;
}

.addresses h2 {
    font-size: 60px;
    color: var(--blue-dark);
    margin: 70px 0;
    text-align: center;
}

.addresses .item {
    text-align: center;
    margin-bottom: 50px;
}

.addresses p {
    font-size: 24px;
    color: var(--blue-dark);
}

.addresses p strong {
    font-weight: 700;
    font-size: 40px;
}

.banner-bg {
    position: relative;
    background-image: url(../img/banner-rodape.png);
    background-repeat: no-repeat;
    background-position: right top;
    width: 100%;
    height: 440px;
    display: flex;
    align-items: center;
    text-align: center;
    background-size: cover;
}

.banner-bg h2 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 30px;
    color: var(--white);
}

.banner-bg a {
    display: inline-block;
    color: var(--white);
    border: solid 3px var(--white);
    border-radius: 15px;
    font-size: 30px;
    padding: 15px 30px;
    font-weight: 400;
    font-family: "Belleza", sans-serif;
    position: relative;
}

footer {
    background: var(--blue-light);
    padding: 70px 0;
}

footer .grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 120px;
}

footer .grid p {
    font-size: 24px;
    margin: 10px 0 30px;
    font-weight: 400;
    color: var(--white);
}

footer .grid ul li {
    margin-bottom: 30px;
    font-weight: 400;
}

footer .links {
    display: flex;
    gap: 70px;
    margin-top: -40px;
}

footer .links ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

footer .links ul li,
footer .links ul li a {
    color: var(--white);
    font-size: 1rem;
    margin-bottom: 5px;
}

@media (max-width: 1920px) {
    .solution {
        padding: 250px 0 0;
    }
}

@media (max-width: 1440px) {
    .solution {
        padding: 220px 0 0;
    }
}

@media (max-width: 1300px) {

    .solution .grid .itens .item p br,
    .want-test .content h2 br {
        display: none;
    }

    .addresses img {
        max-width: 570px;
    }
}

@media (max-width: 1199px) {
    .want-test .content p {
        font-size: 20px;
        line-height: 26px;
    }

    .want-test .content h2 {
        font-size: 34px;
    }

    .want-test .content a {
        font-size: 24px;
    }

    .addresses img {
        max-width: 50%;
    }

    .addresses h2 {
        margin: 0 0 30px;
    }

    button.owl-next {
        font-size: 45px !important;
        background: #fff !important;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        right: 0;
    }

    button.owl-prev {
        font-size: 45px !important;
        background: #fff !important;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        left: 0;
    }

    .addresses h2 {
        font-size: 54px;
    }

    footer .links {
        margin: 0;
    }

    footer .grid p {
        line-height: 28px;
    }
}

@media (max-width: 991px) {
    .logos .text h5 br {
        display: none;
    }

    .solution .box-search p {
        font-size: 20px;
    }

    .solution .box-search img {
        width: 20px;
    }

    .solution {
        padding: 150px 0 0;
    }

    .solution::before {
        height: 130px;
    }

    .solution .box {
        display: grid;
        grid-template-columns: 38% 1fr;
        gap: 20px;
        align-items: center;
    }

    .solution .box a {
        margin: 0;
    }

    .solution .grid .itens {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }

    .want-test .content {
        grid-template-columns: 100%;
    }

    .want-test .content .box {
        padding: 50px;
        max-width: 100%;
        left: 0;
    }

    .addresses img {
        max-width: 100%;
        position: relative;
    }

    .addresses .row,
    .addresses .col-lg-6,
    .addresses .container {
        padding: 0;
        margin: 0;
    }
}

@media (max-width: 767px) {
    .logos .grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    header nav.navbar .container a img {
        max-width: 250px;
    }

    .premium-session::before {
        padding: 60px 0px 80px;
    }

    .premium-session::before {
        height: 650px;
        clip-path: ellipse(160% 100% at 50% 0%);
        padding: 90px 0px 100px;
    }

    .premium-session .title h1 {
        font-size: 48px;
        line-height: 48px;
    }

    .premium-session .title p {
        font-size: 28px;
        line-height: 30px;
        max-width: 100%;
    }

    .premium-session {
        padding: 60px 0;
    }

    .premium-session::before {
        height: 460px;
    }

    .premium-session .text p {
        font-size: 24px;
        line-height: 36px;
    }

    .logos .text h5 {
        font-size: 30px;
    }

    .premium-session .text a,
    .logos .text a {
        font-size: 24px;
    }

    .solution .grid .itens .item p {
        line-height: 1.5;
    }

    .logos .grid .item p {
        line-height: 1.5;
    }

    .logos {
        padding: 0 0 60px;
    }

    .solution {
        padding: 80px 0 0;
    }

    .solution .box {
        grid-template-columns: 1fr;
        padding: 30px;
        text-align: center;
    }

    .solution .grid .title h2,
    .compare .title h2,
    .testimonials .title h2,
    .addresses h2,
    .addresses p strong,
    .banner-bg h2 {
        font-size: 36px;
        line-height: 40px;
    }

    .solution .grid .itens {
        grid-template-columns: 1fr;
    }

    .want-test {
        padding: 60px 0;
    }

    .owl-nav {
        display: none;
    }

    .banner-bg h2 br {
        display: none;
    }

    .banner-bg a {
        font-size: 22px;
    }

    .addresses {
        padding: 60px 0 20px;
    }

    footer .grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    footer .links {
        gap: 30px;
    }

    footer .links ul li,
    footer .links ul li a {
        margin-bottom: 10px;
    }

}

@media (max-width: 400px) {
    footer .links {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0px;
    }

    footer .links ul li,
    footer .links ul li a {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .compare table.table tbody tr td,
    thead.table-light tr th {
        font-size: 16px;
    }
}