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

html {
    scroll-behavior: smooth;
}

body {
    background-color: #f3f3f3;
    overflow-x: hidden;
}

.grid {
    width: 1280px;
    margin: 0 auto;
}

header {
    text-align: center;
}

header.headerStyle li {
    display: inline-block;
    margin: 10px 50px 10px 50px;
}

header.headerStyle a {
    text-decoration: none;
    font-size: 20px;
    color: #616161;
}

section.mainContent {
    padding: 60px 0px 0px 0px;
}

section.mainContent div.textCTA h1 {
    color: #563f3f;
    font-size: 40px;
}

section.mainContent div.textCTA p {
    color: #563f3f;
    padding: 0px 0px 30px 0px;
}

section.mainContent div.textCTA a {
    color: white;
    background-color: #6cd8e0;
    text-decoration: none;
    padding: 15px 35px;
    border-radius: 20px;
}

section.mainContent div.contentCTA {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

section.mainContent div.textCTA button {
    background-color: transparent;
    border: none;
}

section.mainContent div.imageCTA img {
    width: 500px;
}

div.boxMainCta {
    height: 100px;
    position: relative;
    top: -55px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

div.boxMainCta div.boxMainCtaImage {
    background-image: url(../img/boxMainCta.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 300px;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 50px 15px 0px 15px;
    margin-top: 150px;
}

div.boxMainCta div.boxMainCtaImage h1 {
    color: #6cd8e0;
    position: relative;
    top: -20px;
    text-align: center;
}

div.boxMainCta div.boxMainCtaImage p {
    color: #6cd8e0;
    position: relative;
    top: -20px;
    text-align: center;
}

div.boxMainCta div.boxMainCtaImage img {
    position: relative;
    top: -35px;
    left: -3px;
}

section.imageSistem {
    padding: 100px 0px 0px 0px;
}

section.imageSistem div.contentImageSistem {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 40px 0;
}

section.imageSistem div.textImageSistem {
    margin: 0 70px;
}

section.imageSistem div.textImageSistem h1 {
    color: #563f3f;
    padding: 15px 0;
    font-size: 25px;
}

section.imageSistem div.textImageSistem p {
    color: #563f3f;
    font-size: 15px;
}

section.imageSistem div.contentImageSistem div.detailImage {
    background: linear-gradient(
        150deg,
        rgba(108, 216, 224, 1) 0%,
        rgba(59, 118, 122, 1) 100%
    );
    width: 370px;
    height: 350px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 50px;
    padding: 10px;
}

section.imageSistem div.contentImageSistem div.detailImage img {
    width: 300px;
}

section.plans {
    margin: 100px 0;
    height: 400px;
}

section.plans div.imgFreeTrial {
    background-image: url(../img/backgroundFreeTrail.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 auto;
    width: 80%;
    height: 300px;
    position: relative;
}

section.plans div.textFreeTrial {
    position: absolute;
    left: 150px;
    top: 50px;
}

section.plans div.textFreeTrial h1 {
    color: white;
    padding: 0px 0px 10px 0px;
}

section.plans div.textFreeTrial p {
    color: white;
    padding: 0px 0px 10px 0px;
}

section.plans div.textFreeTrial a {
    padding: 15px 35px;
    background-color: #6cd8e0;
    border: none;
    border-radius: 20px;
    color: white;
    cursor: pointer;
    text-decoration: none;
}

section.plans div.imageSistemFreeTrial {
    position: absolute;
    right: 150px;
    top: 60px;
}

section.plans div.imageSistemFreeTrial img {
    width: 400px;
}

section.price {
    position: relative;
    height: 600px;
}

section.price h1 {
    text-align: center;
    color: #563f3f;
}

section.price div.priceTable {
    width: 100%;
    height: 500px;
    margin: 50px 0px 0px 0px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}

section.price div.priceTable div.plan {
    background-color: white;
    width: 300px;
    height: 450px;
    border-radius: 55px;
    position: relative;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.5);
    padding: 30px 0px 0px 40px;
}

section.price div.priceTable div.plan h4 {
    color: #563f3f;
}

.benefits {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 35px;
}

.check-true,
.check-false {
    font-size: 22px;
    margin: 0;
    padding: 0 !important;
    line-height: 1.4;
}

.check-true {
    color: green !important;
}

.check-false {
    color: brown !important;
}

section.price div.priceTable div.plan h2 {
    color: #6cd8e0;
    margin-bottom: 10px !important;
}

section.price div.priceTable div.plan p {
    font-weight: bold;
    color: #563f3f;
}

section.price div.priceTable img {
    width: 20px;
}

div.benefit {
    display: flex;
    /* margin: 20px 0; */
}

div.benefit p {
    padding: 0px 0px 0px 10px;
}

div.divisionDetail {
    margin: 50px 0px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

div.divisionDetail div.line {
    border-top: 3px solid #d2d2d2;
    width: 600px;
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

div.divisionDetail div.line p {
    position: absolute;
    background-color: #f3f3f3;
    padding: 10px;
    color: #d2d2d2;
    font-weight: bold;
}

div.testButton {
    margin: 50px 0px 0px 0px;
    text-align: center;
}

div.testButton a {
    text-decoration: none;
    border: none;
    background-color: #6cd8e0;
    padding: 15px 35px;
    color: white;
    border-radius: 20px;
    cursor: pointer;
    font-weight: bold;
}

div.credits {
    text-align: center;
    margin: 10px 0px 0px 0px;
    padding: 20px 0;
}

@media screen and (max-width: 1310px) {
    section.mainContent div.contentCTA {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0px 90px;
        margin-bottom: 100px;
    }
    section.mainContent div.contentCTA div.textCTA {
        font-size: 20px;
    }

    section.mainContent div.imageCTA img {
        width: 550px;
    }
}
section.mainContent div.contentCTA div.textCTA h1 {
    font-size: 30px;
}
div.boxMainCta {
    height: 100px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    top: -55px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.grid {
    width: 1000px;
    margin: 0 auto;
}
section.plans div.textFreeTrial {
    position: absolute;
    left: 50px;
    top: 50px;
    display: flex;
    flex-direction: column;
}

section.plans div.imageSistemFreeTrial {
    position: absolute;
    right: 50px;
    top: 60px;
}

@media screen and (max-width: 1020px) {
    .grid {
        width: 765px;
        margin: 0 auto;
    }
    div.boxMainCta div.boxMainCtaImage {
        width: 200px;
        height: 200px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding: 50px 15px 0px 15px;
    }
    div.boxMainCta div.boxMainCtaImage h1 {
        color: #6cd8e0;
        position: relative;
        top: -20px;
        text-align: center;
        font-size: 15px;
    }

    div.boxMainCta div.boxMainCtaImage p {
        color: #6cd8e0;
        position: relative;
        top: -20px;
        text-align: center;
        font-size: 10px;
    }
    div.boxMainCta div.boxMainCtaImage img {
        position: relative;
        top: -30px;
        left: -3px;
        width: 40px;
    }
    section.mainContent div.contentCTA {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0px 40px;
        margin-bottom: 100px;
    }
    section.mainContent div.imageCTA img {
        width: 400px;
    }
    div.boxMainCta {
        height: 100px;
        width: 80%;
        margin: 0 auto;
        position: relative;
        top: -55px;
        display: flex;
        align-items: center;
        justify-content: space-around;
    }

    section.imageSistem div.contentImageSistem div.detailImage {
        background: linear-gradient(
            150deg,
            rgba(108, 216, 224, 1) 0%,
            rgba(59, 118, 122, 1) 100%
        );
        width: 270px;
        height: 210px;
        border-radius: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 50px;
    }

    section.imageSistem div.contentImageSistem div.detailImage img {
        width: 150px;
    }

    section.plans div.imageSistemFreeTrial {
        position: absolute;
        right: 60px;
        top: 90px;
    }

    section.plans div.imageSistemFreeTrial img {
        width: 250px;
    }

    section.plans div.textFreeTrial h1 {
        color: white;
        padding: 0px 0px 10px 0px;
        font-size: 25px;
    }

    section.plans div.textFreeTrial p {
        color: white;
        padding: 0px 0px 10px 0px;
        font-size: 15px;
    }

    section.plans div.textFreeTrial a {
        padding: 10px 25px;
        background-color: #6cd8e0;
        border: none;
        border-radius: 20px;
        color: white;
        cursor: pointer;
    }
    section.plans div.textFreeTrial {
        position: absolute;
        left: 50px;
        top: 70px;
    }
    section.price div.grid div.priceTable div.plan {
        background-color: white;
        width: 200px;
        height: 350px;
        border-radius: 55px;
        position: relative;
        box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.5);
        padding: 30px 0px 0px 40px;
    }
}

@media screen and (max-width: 760px) {
    header.headerStyle li {
        display: inline-block;
        margin: 10px 30px 10px 30px;
    }

    header.headerStyle a {
        text-decoration: none;
        font-size: 17px;
        color: #616161;
    }
    section.mainContent div.imageCTA img {
        display: none;
    }

    section.mainContent {
        padding: 60px 0px 0px 0px;
        text-align: center;
        height: 600px;
    }

    section.mainContent div.grid div.textCTA h1 {
        color: #563f3f;
        font-size: 22px;
    }

    section.mainContent div.grid div.textCTA p {
        color: #563f3f;
        padding: 0px 0px 30px 0px;
        font-size: 17px;
    }

    section.mainContent div.textCTA a {
        color: white;
        background-color: #6cd8e0;
        text-decoration: none;
        padding: 10px 30px;
        border-radius: 20px;
    }
    .grid {
        width: 650px;
        margin: 0 auto;
    }

    div.boxMainCta {
        height: 100px;
        width: 95%;
        position: relative;
        top: -55px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    div.boxMainCta div.boxMainCtaImage {
        background-image: url(../img/boxMainCta.svg);
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        width: 200px;
        height: 300px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding: 50px 30px 0px 30px;
        margin: 10px 0;
    }

    div.boxMainCta div.boxMainCtaImage h1 {
        color: #6cd8e0;
        position: relative;
        top: -20px;
        text-align: center;
        font-size: 10px;
    }

    div.boxMainCta div.boxMainCtaImage p {
        color: #6cd8e0;
        position: relative;
        top: -15px;
        text-align: center;
    }

    div.boxMainCta div.boxMainCtaImage img {
        position: relative;
        top: -35px;
        left: -3px;
        width: 25px;
    }

    section.imageSistem div.contentImageSistem {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
        text-align: center;
    }

    section.imageSistem div.contentImageSistem:nth-child(2) {
        flex-direction: column-reverse;
    }

    section.imageSistem div.contentImageSistem:nth-child(4) {
        flex-direction: column-reverse;
    }

    section.imageSistem div.textImageSistem {
        margin: 0 20px;
    }

    section.imageSistem div.textImageSistem h1 {
        font-size: 20px;
        padding: 15px 0;
    }

    section.imageSistem div.textImageSistem p {
        font-size: 15px;
        padding: 0px 0px 30px 0;
    }

    section.imageSistem div.contentImageSistem div.detailImage {
        background: linear-gradient(
            150deg,
            rgba(108, 216, 224, 1) 0%,
            rgba(59, 118, 122, 1) 100%
        );
        width: 270px;
        height: 250px;
        border-radius: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 50px;
    }

    section.imageSistem div.contentImageSistem div.detailImage img {
        width: 200px;
    }

    section.plans {
        margin: 10px 0;
        height: 400px;
    }

    section.plans div.imgFreeTrial {
        background-image: url(../img/backgroundFreeTrail.svg);
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        margin: 0 auto;
        width: 85%;
        height: 300px;
        position: relative;
    }

    section.plans div.imageSistemFreeTrial img {
        width: 200px;
    }

    section.plans div.imageSistemFreeTrial {
        position: absolute;
        right: 30px;
        top: 100px;
    }

    section.plans div.textFreeTrial {
        position: absolute;
        left: 30px;
        top: 80px;
    }

    section.plans div.textFreeTrial h1 {
        color: white;
        padding: 0px 0px 10px 0px;
        font-size: 15px;
    }

    section.plans div.textFreeTrial p {
        color: white;
        padding: 0px 0px 10px 0px;
        font-size: 10px;
    }

    section.plans div.textFreeTrial a {
        padding: 10px 30px;
        background-color: #6cd8e0;
        border: none;
        border-radius: 20px;
        color: white;
        cursor: pointer;
    }

    section.price {
        position: relative;
        height: 800px;
    }

    section.price h1 {
        text-align: center;
        color: #563f3f;
    }

    section.price div.priceTable {
        width: 100%;
        height: 900px;
        margin: 50px 0px 0px 0px;
        padding: 0 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
    }

    section.price div.grid div.priceTable div.plan {
        background-color: white;
        width: 250px;
        height: 500px;
        border-radius: 55px;
        position: relative;
        box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.5);
        padding: 30px 0px 0px 40px;
        margin: 10px 0;
    }

    section.price div.priceTable div.plan h2 {
        color: #6cd8e0;
    }

    section.price div.priceTable div.plan p {
        font-weight: bold;
        color: #563f3f;
    }

    section.price div.priceTable div.plan h4 {
        font-weight: lighter;
        color: #563f3f;
        margin: 25px 0px 0px 0px;
    }

    section.price div.priceTable img {
        width: 20px;
    }

    div.benefit {
        display: flex;
        margin: 20px 0;
    }

    div.benefit p {
        padding: 0px 0px 0px 10px;
    }

    div.divisionDetail {
        margin: 250px 0px 0px 0px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    div.divisionDetail div.line {
        border-top: 3px solid #d2d2d2;
        width: 600px;
        position: relative;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    div.divisionDetail div.line p {
        position: absolute;
        background-color: #f3f3f3;
        padding: 10px;
        color: #d2d2d2;
        font-weight: bold;
    }

    .grid {
        width: 100%;
        padding: 0 10px;
        margin: 0 auto;
    }

    div.boxMainCta {
        height: 00px;
        width: 100%;
        margin: 0 auto;
        position: relative;
        top: -55px;
        display: flex;
        align-items: center;
        justify-content: space-around;
        flex-direction: column;
    }

    section.imageSistem {
        padding: 100px 0px 0px 0px;
        margin: 100px 0px 0px 0px;
    }

    div.credits {
        text-align: center;
        margin: 10px 0px 0px 0px;
        padding: 150px 0;
    }
}

@media screen and (max-width: 500px) {
    header.headerStyle li {
        display: inline-block;
        margin: 10px 20px;
    }

    header.headerStyle a {
        font-size: 15px;
    }

    section.plans div.imgFreeTrial {
        background-image: url(../img/backgroundFreeTrail.svg);
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        margin: 0 auto;
        width: 100%;
        height: 300px;
        position: relative;
    }

    section.plans div.textFreeTrial {
        position: absolute;
        left: 40px;
        top: 75px;
    }

    section.plans div.textFreeTrial h1 {
        color: white;
        padding: 0px 0px 10px 0px;
        font-size: 20px;
    }

    section.plans div.textFreeTrial p {
        color: white;
        padding: 0px 0px 10px 0px;
    }

    section.plans div.textFreeTrial a {
        padding: 10px 30px;
        background-color: #6cd8e0;
        border: none;
        border-radius: 20px;
        color: white;
        cursor: pointer;
    }

    div.credits {
        text-align: center;
        margin: 10px 0px 0px 0px;
        padding: 150px 0;
    }
}
