* {
    margin: 0;
    padding: 0;
    border: none;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
    font-size: 1.6rem;
    font-family: "Montserrat"
}
img.img-fluid.mt5.mb2{
    margin: 25px 0 25px !important;
    border-radius: 500px;
    width: 165px;
}
img {
    max-width: 100%;
    display: block
}

html {
    font-size: 62.5%
}

button {
    background: transparent;
    cursor: pointer
}

@media (max-width: 1250px) {
    html {
        font-size: 50%
    }
}

.container {
    width: 100%;
    max-width: 110rem;
    margin: 0 auto;
    padding: 0 3rem
}

.container-fluid {
    width: 100%;
    padding: 0 1.5rem
}

.option {
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0em
}

.tU {
    text-transform: uppercase
}

.tL {
    text-align: left
}

.tC {
    text-align: center
}

.tCard {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.01em
}

.tCase {
    font-size: 2.8rem;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.01em
}

.tM {
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0.4em
}

.tB {
    font-weight: 700 !important
}

.t1 {
    font-size: 2.6rem;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0em
}

.t2 {
    font-size: 4.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 53px;
    letter-spacing: 0em
}

.t2 {
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: 0em
}

.pT {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em
}

.pT2 {
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.5em
}

body {
    background: #fff
}

.c1 {
    color: #de5c2d
}

.c2 {
    color: #f57140
}

.white {
    color: white
}

.dark {
    color: #01090e
}

.c1 {
    color: #2B433B
}

.c2 {
    color: #3E8C76
}

.gray {
    color: #7d8d96
}

.mt1 {
    margin-top: 1rem
}

.mt2 {
    margin-top: 14px
}

.mt3 {
    margin-top: 3rem
}

.mt4 {
    margin-top: 4rem
}

.mt5 {
    margin-top: 5rem
}

.mt6 {
    margin-top: 6rem
}

.mb1 {
    margin-bottom: 1rem
}

.mb2 {
    margin-bottom: 14px
}

.mb3 {
    margin-bottom: 3rem
}

.mb4 {
    margin-bottom: 4rem
}

.mb5 {
    margin-bottom: 5rem
}

.mb6 {
    margin-bottom: 6rem
}

.s-1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: url(img/bg-select.png) #de5c2d repeat;
    background-position: top;
    background-size: contain
}

.s-1 .container {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center
}

.s-1 .container .link {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 12px
}

.s-1 .container .link .text {
    color: white
}

.s-1 .container .cards {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}
.texto-footer {
    text-align: center;
    color:#fff;
}
.btn-tlg, .btn-tlg:hover {
    background-color: #4297ff;
}
.btn-tlg {
    border: transparent;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 700;
    padding: 12px;
    width: 320px;
    transition: .2 ease;
}
.btn-fb, .btn-fb:hover {
    background-color: #2453df;
}
.btn-fb {
    border: transparent;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 700;
    padding: 12px;
    width: 320px;
    transition: .2 ease;
}
.btn-youtube {
    background-color: #f72b2b;
    border: transparent;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 700;
    padding: 12px;
    width: 320px;
    transition: .2 ease;
}
.btn-wpp {
    background-color: #32da38;
    border: transparent;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 700;
    padding: 12px;
    width: 320px;
    transition: .2 ease;
}
.btn {
    text-align: center;
}
.white-footer{
    color:#fff;
    text-align: center;
}
.s-1 .container .cards .card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 25px;
    color: #de5c2d;
    max-width: 70rem;
    padding: 4rem;
    text-align: center;
    width: 65%;
}

.s-1 .container .cards .card .title {
    font-size: 22px;
    font-style: normal;
    font-weight: 800;
    color: black
}

.s-1 .container .cards .card .desc {
    color: black;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.s-1 .container .cards .card .cta {
    color: #fff;
    display: inline-block;
    height: 5rem;
    background: #de5c2d;
    border-radius: 150px;
    padding: 0 5rem;
    font-weight: bold;
    font-size: 1.6rem;
    cursor: pointer;
    transition: all 0.3s
}

.s-1 .container .cards .card .cta:hover {
    background-color: #bb2d3b;
    color: #fff
}

.s-2 {
    padding: 5rem 0 5rem;
    background-color: #f57140
}

.s-2 .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.s-2 .container .social {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 20px
}

.s-2 .container .cta {
    color: #fff;
    display: inline-block;
    height: 5rem;
    background: #de5c2d;
    border-radius: 150px;
    padding: 0 5rem;
    font-weight: bold;
    font-size: 1.6rem;
    cursor: pointer;
    transition: all 0.3s
}

.s-2 .container .cta:hover {
    background-color: #bb2d3b;
    color: #fff
}

.bar {
    background-color: #f57140;
    width: 100%;
    height: 5px
}

@media (max-width: 560px) {
    .s-1 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background: url(img/bg-select.png) #de5c2d repeat;
        background-position: top;
        background-size: cover
    }

    .s-1 .container {
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: center
    }

    .s-1 .container .cards {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    .s-1 .container .cards .card {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-color: #fff;
        border-radius: 25px;
        color: #de5c2d;
        max-width: 70rem;
        padding: 4rem;
        text-align: center;
        width: 100%
    }

    .s-1 .container .cards .card .title {
        font-size: 22px;
        font-style: normal;
        font-weight: 800
    }

    .s-1 .container .cards .card .desc {
        font-size: 14px;
        font-style: normal;
        font-weight: 500
    }

    .s-1 .container .cards .card .cta {
        color: #fff;
        display: inline-block;
        height: 5rem;
        background: #de5c2d;
        border-radius: 150px;
        padding: 0 5rem;
        font-weight: bold;
        font-size: 1.6rem;
        cursor: pointer;
        transition: all 0.3s
    }

    .s-1 .container .cards .card .cta:hover {
        background-color: #FFDF58;
        color: #fff
    }
}