:root {
    --one: #151414;
    --two: #f7f7f7;
    --three: #F12C4C;
    --four: #34ed91;
    --five: #E5D375;
    --six: #2c8ad9;
}

body {
    font-family: 'Montserrat', sans-serif;
    background-color: var(--one);
    color: var(--two);
    overflow-x: hidden !important;
}

a,
a:hover {
    text-decoration: none !important;
}

/* A partir da segunda section do template */
section + section {
    margin-top: 5vh;
}
/* A partir da terceira section do template */
section + section + section {
    margin-top: 10vh;
}

h1,
h2,
h3,
h4,
h5,
h6,
.btn {
    font-weight: 800;
}

.color-primary {
    color: var(--three);
}

.section-one {
    top: 0;
    min-block-size: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url('../img/banner.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-position: 10% 0%;
}

.section-two {
    top: 0;
    min-block-size: 87vh;
    display: flex;
    align-items: center;
    justify-content: center;
    
}

.section-four {
    top: 0;
    min-block-size: 87vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url('../img/bg-1.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-position: 50% 0%;
}

.section-price {
    top: 0;
    min-block-size: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-price .border-green {
    border: 3px solid var(--four) !important;
    border-radius: 10px !important;
    margin-top: 20px !important;
}

.section-price .border-red {
    border: 3px solid var(--five) !important;
    border-radius: 10px !important;
    margin-top: 20px !important;
}

@media (min-width: 767px) {
    .section-one {
        top: 0;
        min-block-size: 87vh;
        display: flex;
        align-items: center;
        justify-content: center;
        background-image: url('../img/banner.png');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        background-position: 80% 0%;
    }
    .section-four {
        top: 0;
        min-block-size: 87vh;
        display: flex;
        align-items: center;
        justify-content: center;
        background-image: url('../img/bg-1.png');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        background-position: 50% 50%;
    }
}

.btn {
    padding: 10px;
}
.btn-primary {
    color: var(--two) !important;
    background: var(--three) !important;
    border-color: var(--three) !important;
    box-shadow: 0 0 10px var(--three), 0 0 20px var(--three), 0 0 20px var(--three)!important;
}
.btn-secondary {
    color: var(--one) !important;
    border-color: var(--four) !important;
    background: var(--four)!important;
    box-shadow: 0 0 10px var(--four), 0 0 20px var(--four), 0 0 20px var(--four)!important;
}
.btn-terceary {
    color: var(--one) !important;
    border-color: var(--five) !important;
    background: var(--five)!important;
    box-shadow: 0 0 10px var(--five), 0 0 20px var(--five), 0 0 20px var(--five)!important;
}
.btn-primary:hover, .btn-secondary:hover, .btn-terceary:hover {
    color: var(--two) !important;
    border-color: var(--four) !important;
    background: var(--four)!important;
    box-shadow: 0 0 10px var(--four), 0 0 20px var(--four), 0 0 20px var(--four)!important;
}

.border-pontilhada {
    padding: 15px 15px 15px 15px;
    border-style: dashed;
    border-width: 1px 1px 1px 1px;
    border-color: var(--four);
    border-radius: 8px 8px 8px 8px;
}
.fa-check-circle {
    color: var(--four) !important;
}


/* Slide */
.swiper {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-radius: 5px;
}
.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}
.swiper-wrapper {
    transition-timing-function: linear !important;
}


/* PARTE DOS LEADS */

@font-face {
    font-family: FontLead;
    src: url(../fonts/good-timing-bd.ttf);
}

.section-lead {
    font-family: FontLead;
    top: 0;
    min-block-size: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url('../img/BG-SITE-BOTFLIX-1.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-position: 90% 0%;
}

.badge_promo_pro {
    transform: rotate(7deg);
    position:absolute;
    background-color: #34ed91;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
    margin-left: -30px;

}
.badge_promo_gold {
    transform: rotate(7deg);
    position:absolute;
    background-color: #E5D375;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
    margin-left: -30px;
}