/*
  Theme Name: NewBiz
  Theme URL: https://bootstrapmade.com/newbiz-bootstrap-business-template/
  Author: BootstrapMade.com
  License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@import url('//fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,400;0,600;0,700;0,900;1,400;1,600;1,700;1,900&display=swap');
@import url('//fonts.googleapis.com/css2?family=Montserrat:wght@900&display=swap');
@import url('//fonts.googleapis.com/css2?family=Nunito:wght@200;400;600;700;800;900&display=swap');

body {
    background: #fff;
    color: #444;
    font-family: "Open Sans", sans-serif;
}


#dogecoin p {
    padding: 0;
    margin: 0 0 30px 0;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    opacity: 0.7;
}

a {
    color: #007bff;
    transition: 0.5s;
}

    a:hover,
    a:active,
    a:focus {
        color: #0b6bd3;
        outline: none;
        text-decoration: none;
    }

p {
    padding: 0;
    margin: 0 0 30px 0;
    color: #5E5E5E;
    font-size: 15px;
    font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    margin: 0 0 20px 0;
    padding: 0;
}

/* Back to top button */

.back-to-top {
    position: fixed;
    display: none;
    background: #007bff;
    color: #fff;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 16px;
    border-radius: 50%;
    right: 15px;
    bottom: 45px;
    transition: background 0.5s;
    z-index: 11;
}

    .back-to-top i {
        padding-top: 12px;
        color: #fff;
    }

/* Prelaoder */
a.btn-services.scrolltox {
    background: #007bff;
    border-radius: 20px;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
}

    #preloader:before {
        content: "";
        position: fixed;
        top: calc(50% - 30px);
        left: calc(50% - 30px);
        border: 6px solid #f2f2f2;
        border-top: 6px solid #007bff;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        -webkit-animation: animate-preloader 1s linear infinite;
        animation: animate-preloader 1s linear infinite;
    }

@-webkit-keyframes animate-preloader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes animate-preloader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
    height: 80px;
    transition: all 0.5s;
    z-index: 997;
    transition: all 0.5s;
    padding: 20px 0;
    background: transparent;
    /*box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);*/
}

    #header.header-scrolled,
    #header.header-pages {
        height: 60px;
        padding: 10px 0;
    }

    #header .logo h1 {
        font-size: 18px;
        margin: 0;
        padding: 0;
        line-height: 1;
        font-weight: 700;
        letter-spacing: 0;
        text-transform: uppercase;
        margin-top: 10%;
        color: #FF3B8A;
        margin-right: 20px;
    }

    #header.header-scrolled .logo h1 {
        color: #ffffff;
    }

    #header.header-scrolled .main-nav {
        float: right !important;
    }

    #header .logo h1 a,
    #header .logo h1 a:hover {
        color: #00366f;
        text-decoration: none;
    }

    #header .logo img {
        padding: 0;
        margin: 0 0;
        max-height: auto;
        width: 283px;
        margin-top: 2%;
    }

span.logo-topo {
    color: white;
    position: absolute;
    margin-top: 0.7rem;
    font-size: 18px;
    font-weight: 800;
    margin-left: 0.8rem;
}

.background-gradiente-game {
    background: rgb(7,0,81);
    background: -moz-linear-gradient(360deg, rgba(7,0,81,1) 0%, rgba(45,35,149,1) 100%);
    background: -webkit-linear-gradient(360deg, rgba(7,0,81,1) 0%, rgba(45,35,149,1) 100%);
    background: linear-gradient(360deg, rgba(7,0,81,1) 0%, rgba(45,35,149,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#070051",endColorstr="#2d2395",GradientType=1);
}

.main-pages {
    margin-top: 60px;
}

img.moeda-flutuante-2 {
    top: 4%;
    right: 18%;
    position: absolute;
    -webkit-animation: actiond 1s infinite alternate;
    animation: actiond 0.8s infinite alternate;
}

img.moeda-flutuante-3 {
    top: 16%;
    right: 80%;
    /* width: 164px; */
    position: absolute;
    -webkit-animation: actiont 1s infinite alternate;
    animation: actiont 1.5s infinite alternate;
}

img.moeda-flutuante-1 {
    top: 65%;
    right: 90%;
    width: 154px;
    position: absolute;
    -webkit-animation: action 1s infinite alternate;
    animation: action 1s infinite alternate;
}

@-webkit-keyframes action {
    0% {
        transform: translate(0);
    }

    100% {
        transform: translate(0, 10%);
    }
}

@keyframes action {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(0, 10%);
    }
}

@-webkit-keyframes actiond {
    0% {
        transform: translate(0);
    }

    100% {
        transform: translate(0, 10%);
    }
}

@keyframes actiond {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(0, 10%);
    }
}

@-webkit-keyframes actiont {
    0% {
        transform: translate(0);
        transform: rotate(0deg);
    }

    100% {
        transform: translate(0, 10%);
        transform: rotate(360deg);
    }
}

@keyframes actiont {
    0% {
        top: 16%;
        transform: rotate(0deg);
    }

    100% {
        top: 20%;
        transform: rotate(360deg);
    }
}

/*img.icon-geo-main {
    width: 60px;
    position: relative;
    margin-bottom: 15px;
    display: block;
    left: 50%;
    transform: translateX(-50%);
    -webkit-animation: action 1s infinite  alternate;
    animation: action 1s infinite  alternate;
}*/





/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

#intro {
    width: 100%;
    position: relative;
    background: transparent;
    background-size: cover;
    /* padding: 145px 0 120px 0; */
}


#intro3 {
    width: 100%;
    position: relative;
    background: url(https://casinodoge.org/img/topo-doutor-feridas-banner2.png) center bottom no-repeat;
    background-size: cover;
    height: 960px;
    /* padding: 145px 0 120px 0; */
}

#intro .intro-img {
    width: 50%;
    float: right;
}

#intro .intro-info {
    width: 50%;
    float: left;
}

    #intro .intro-info h2 {
        color: #fff;
        font-size: 48px;
        font-weight: 700;
    }

        #intro .intro-info h2 span {
            color: #74b5fc;
        }

    #intro .intro-info .btn-get-started,
    #intro .intro-info .btn-services {
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 1px;
        display: inline-block;
        padding: 10px 32px;
        border-radius: 50px;
        transition: 0.5s;
        margin: 0 20px 20px 0;
        color: #fff;
    }

    #intro .intro-info .btn-get-started {
        background: #007bff;
        border: 2px solid #007bff;
        color: #fff;
    }

        #intro .intro-info .btn-get-started:hover {
            background: none;
            border-color: #fff;
            color: #fff;
        }

    #intro .intro-info .btn-services {
        border: 2px solid #fff;
    }

        #intro .intro-info .btn-services:hover {
            background: #007bff;
            border-color: #007bff;
            color: #fff;
        }

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Desktop Navigation */

.main-nav {
    /* Drop Down */
    /* Deep Drop Down */
}

    .main-nav,
    .main-nav * {
        margin: 0;
        padding: 0;
        list-style: none;
        margin-top: 0.41%;
    }

        .main-nav > ul > li {
            position: relative;
            white-space: nowrap;
            float: left;
        }

        .main-nav a {
            display: block;
            position: relative;
            color: #ffffff;
            padding: 10px 15px;
            transition: 0.3s;
            font-size: 13px;
            font-family: "Montserrat", sans-serif;
            font-weight: 800;
        }

            .main-nav a:hover,
            .main-nav .active > a,
            .main-nav li:hover > a {
                text-decoration: none;
            }

        .main-nav .drop-down ul {
            display: block;
            position: absolute;
            left: 0;
            top: calc(100% + 30px);
            z-index: 99;
            opacity: 0;
            visibility: hidden;
            padding: 10px 0;
            background: #fff;
            box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
            transition: ease all 0.3s;
        }

        .main-nav .drop-down:hover > ul {
            opacity: 1;
            top: 100%;
            visibility: visible;
        }

        .main-nav .drop-down li {
            min-width: 180px;
            position: relative;
        }

        .main-nav .drop-down ul a {
            padding: 10px 20px;
            font-size: 13px;
            color: #004289;
        }

            .main-nav .drop-down ul a:hover,
            .main-nav .drop-down ul .active > a,
            .main-nav .drop-down ul li:hover > a {
                color: #007bff;
            }

        .main-nav .drop-down > a:after {
            content: "\f107";
            font-family: FontAwesome;
            padding-left: 10px;
        }

        .main-nav .drop-down .drop-down ul {
            top: 0;
            left: calc(100% - 30px);
        }

        .main-nav .drop-down .drop-down:hover > ul {
            opacity: 1;
            top: 0;
            left: 100%;
        }

        .main-nav .drop-down .drop-down > a {
            padding-right: 35px;
        }

            .main-nav .drop-down .drop-down > a:after {
                content: "\f105";
                position: absolute;
                right: 15px;
            }

/* Mobile Navigation */

.mobile-nav {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 9999;
    overflow-y: auto;
    left: -260px;
    width: 260px;
    padding-top: 18px;
    background: #221981;
    transition: 0.4s;
}

    .mobile-nav * {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .mobile-nav a {
        display: block;
        position: relative;
        color: #fff;
        padding: 10px 20px;
        font-weight: 500;
    }

        .mobile-nav a:hover,
        .mobile-nav .active > a,
        .mobile-nav li:hover > a {
            color: #74b5fc;
            text-decoration: none;
        }

    .mobile-nav .drop-down > a:after {
        content: "\f078";
        font-family: FontAwesome;
        padding-left: 10px;
        position: absolute;
        right: 15px;
    }

    .mobile-nav .active.drop-down > a:after {
        content: "\f077";
    }

    .mobile-nav .drop-down > a {
        padding-right: 35px;
    }

    .mobile-nav .drop-down ul {
        display: none;
        overflow: hidden;
    }

    .mobile-nav .drop-down li {
        padding-left: 20px;
    }

.mobile-nav-toggle {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9998;
    border: 0;
    background: none;
    font-size: 24px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
}

    .mobile-nav-toggle i {
        margin: 10px 0 0;
        color: #ffffff;
    }

.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(19, 39, 57, 0.8);
    overflow: hidden;
    display: none;
}

.mobile-nav-active {
    overflow: hidden;
}

    .mobile-nav-active .mobile-nav {
        left: 0;
    }

    .mobile-nav-active .mobile-nav-toggle i {
        color: #fff;
    }

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

/* Sections Header
--------------------------------*/

.section-header h3 {
    font-size: 36px;
    color: #283d50;
    text-align: center;
    font-weight: 500;
    position: relative;
}

.section-header p {
    text-align: center;
    margin: auto;
    font-size: 15px;
    padding-bottom: 0;
    color: #556877;
    width: 70%;
}

/* Section with background
--------------------------------*/

.section-bg {
    background: #ecf5ff;
}

/* About Us Section
--------------------------------*/

#about {
    background: #fff;
    padding: 60px 0;
}

    #about .about-container .background {
        margin: 20px 0;
    }

    #about .about-container .content {
        background: #fff;
    }

    #about .about-container .title {
        color: #333;
        font-weight: 700;
        font-size: 32px;
    }

    #about .about-container p {
        line-height: 26px;
    }

        #about .about-container p:last-child {
            margin-bottom: 0;
        }

    #about .about-container .icon-box {
        background: #fff;
        background-size: cover;
        padding: 0 0 30px 0;
    }

        #about .about-container .icon-box .icon {
            float: left;
            background: #fff;
            width: 64px;
            height: 64px;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            text-align: center;
            border-radius: 50%;
            border: 2px solid #007bff;
            transition: all 0.3s ease-in-out;
        }

            #about .about-container .icon-box .icon i {
                color: #007bff;
                font-size: 24px;
            }

        #about .about-container .icon-box:hover .icon {
            background: #007bff;
        }

            #about .about-container .icon-box:hover .icon i {
                color: #fff;
            }

        #about .about-container .icon-box .title {
            margin-left: 80px;
            font-weight: 600;
            margin-bottom: 5px;
            font-size: 18px;
        }

            #about .about-container .icon-box .title a {
                color: #283d50;
            }

        #about .about-container .icon-box .description {
            margin-left: 80px;
            line-height: 24px;
            font-size: 14px;
        }

    #about .about-extra {
        padding-top: 60px;
    }

        #about .about-extra h4 {
            font-weight: 600;
            font-size: 24px;
        }

/* Services Section
--------------------------------*/

#services {
    padding: 60px 0 40px 0;
    box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}

    #services .box {
        padding: 30px;
        position: relative;
        overflow: hidden;
        border-radius: 10px;
        margin: 0 10px 40px 10px;
        background: #fff;
        box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
        transition: all 0.3s ease-in-out;
    }

        #services .box:hover {
            -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
        }

    #services .icon {
        position: absolute;
        left: -10px;
        top: calc(50% - 32px);
    }

        #services .icon i {
            font-size: 64px;
            line-height: 1;
            transition: 0.5s;
        }

    #services .title {
        margin-left: 40px;
        font-weight: 700;
        margin-bottom: 15px;
        font-size: 18px;
    }

        #services .title a {
            color: #111;
        }

    #services .box:hover .title a {
        color: #007bff;
    }

    #services .description {
        font-size: 14px;
        margin-left: 40px;
        line-height: 24px;
        margin-bottom: 0;
    }

#why-us {
    padding: 60px 0;
    background: #004a99;
}

    #why-us .section-header h3,
    #why-us .section-header p {
        color: #fff;
    }

    #why-us .card {
        background: #00458f;
        border-color: #00458f;
        border-radius: 10px;
        margin: 0 15px;
        padding: 15px 0;
        text-align: center;
        color: #fff;
        transition: 0.3s ease-in-out;
        height: 100%;
    }

        #why-us .card:hover {
            background: #003b7a;
            border-color: #003b7a;
        }

        #why-us .card i {
            font-size: 48px;
            padding-top: 15px;
            color: #bfddfe;
        }

        #why-us .card h5 {
            font-size: 22px;
            font-weight: 600;
        }

        #why-us .card p {
            font-size: 15px;
            color: #d8eafe;
        }

        #why-us .card .readmore {
            color: #fff;
            font-weight: 600;
            display: inline-block;
            transition: 0.3s ease-in-out;
            border-bottom: #00458f solid 2px;
        }

            #why-us .card .readmore:hover {
                border-bottom: #fff solid 2px;
            }

    #why-us .counters {
        padding-top: 40px;
    }

        #why-us .counters span {
            font-family: "Montserrat", sans-serif;
            font-weight: bold;
            font-size: 48px;
            display: block;
            color: #fff;
        }

        #why-us .counters p {
            padding: 0;
            margin: 0 0 20px 0;
            font-family: "Montserrat", sans-serif;
            font-size: 14px;
            color: #cce5ff;
        }

/* Portfolio Section
--------------------------------*/

#portfolio {
    padding: 60px 0;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}

    #portfolio #portfolio-flters {
        padding: 0;
        margin: 5px 0 35px 0;
        list-style: none;
        text-align: center;
    }

        #portfolio #portfolio-flters li {
            cursor: pointer;
            margin: 15px 15px 15px 0;
            display: inline-block;
            padding: 6px 20px;
            font-size: 12px;
            line-height: 20px;
            color: #007bff;
            border-radius: 50px;
            text-transform: uppercase;
            background: #ecf5ff;
            margin-bottom: 5px;
            transition: all 0.3s ease-in-out;
        }

            #portfolio #portfolio-flters li:hover,
            #portfolio #portfolio-flters li.filter-active {
                background: #007bff;
                color: #fff;
            }

            #portfolio #portfolio-flters li:last-child {
                margin-right: 0;
            }

    #portfolio .portfolio-item {
        position: relative;
        overflow: hidden;
        margin-bottom: 30px;
    }

        #portfolio .portfolio-item .portfolio-wrap {
            overflow: hidden;
            position: relative;
            border-radius: 6px;
            margin: 0;
        }

            #portfolio .portfolio-item .portfolio-wrap:hover img {
                opacity: 0.4;
                transition: 0.3s;
            }

            #portfolio .portfolio-item .portfolio-wrap .portfolio-info {
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: center;
                -webkit-justify-content: center;
                -ms-flex-pack: center;
                justify-content: center;
                -webkit-box-align: center;
                -webkit-align-items: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -webkit-flex-direction: column;
                -ms-flex-direction: column;
                flex-direction: column;
                text-align: center;
                opacity: 0;
                transition: 0.2s linear;
            }

                #portfolio .portfolio-item .portfolio-wrap .portfolio-info h4 {
                    font-size: 22px;
                    line-height: 1px;
                    font-weight: 700;
                    margin-bottom: 14px;
                    padding-bottom: 0;
                }

                    #portfolio .portfolio-item .portfolio-wrap .portfolio-info h4 a {
                        color: #fff;
                    }

                        #portfolio .portfolio-item .portfolio-wrap .portfolio-info h4 a:hover {
                            color: #007bff;
                        }

                #portfolio .portfolio-item .portfolio-wrap .portfolio-info p {
                    padding: 0;
                    margin: 0;
                    color: #e2effe;
                    font-weight: 500;
                    font-size: 14px;
                    text-transform: uppercase;
                }

                #portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview,
                #portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details {
                    display: inline-block;
                    line-height: 1;
                    text-align: center;
                    width: 36px;
                    height: 36px;
                    background: #007bff;
                    border-radius: 50%;
                    margin: 10px 4px 0 4px;
                }

                    #portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview i,
                    #portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details i {
                        padding-top: 6px;
                        font-size: 22px;
                        color: #fff;
                    }

                    #portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview:hover,
                    #portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details:hover {
                        background: #3395ff;
                    }

                        #portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview:hover i,
                        #portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details:hover i {
                            color: #fff;
                        }

            #portfolio .portfolio-item .portfolio-wrap:hover {
                background: #003166;
            }

                #portfolio .portfolio-item .portfolio-wrap:hover .portfolio-info {
                    opacity: 1;
                }

/* Testimonials Section
--------------------------------*/

#testimonials {
    padding: 60px 0;
    box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}

    #testimonials .section-header {
        margin-bottom: 40px;
    }

    #testimonials .testimonial-item .testimonial-img {
        width: 120px;
        border-radius: 50%;
        border: 4px solid #fff;
        float: left;
    }

    #testimonials .testimonial-item h3 {
        font-size: 20px;
        font-weight: bold;
        margin: 10px 0 5px 0;
        color: #111;
        margin-left: 140px;
    }

    #testimonials .testimonial-item h4 {
        font-size: 14px;
        color: #999;
        margin: 0 0 15px 0;
        margin-left: 140px;
    }

    #testimonials .testimonial-item p {
        font-style: italic;
        margin: 0 0 15px 140px;
    }

    #testimonials .owl-nav,
    #testimonials .owl-dots {
        margin-top: 5px;
        text-align: center;
    }

    #testimonials .owl-dot {
        display: inline-block;
        margin: 0 5px;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background-color: #ddd;
    }

        #testimonials .owl-dot.active {
            background-color: #007bff;
        }

/* Team Section
--------------------------------*/

#team {
    background: #fff;
    padding: 60px 0;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}

    #team .member {
        text-align: center;
        margin-bottom: 20px;
        position: relative;
        border-radius: 50%;
        overflow: hidden;
    }

        #team .member .member-info {
            opacity: 0;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            position: absolute;
            bottom: 0;
            top: 0;
            left: 0;
            right: 0;
            transition: 0.2s;
        }

        #team .member .member-info-content {
            margin-top: 50px;
            transition: margin 0.2s;
        }

        #team .member:hover .member-info {
            background: rgba(0, 62, 128, 0.7);
            opacity: 1;
            transition: 0.4s;
        }

        #team .member:hover .member-info-content {
            margin-top: 0;
            transition: margin 0.4s;
        }

        #team .member h4 {
            font-weight: 700;
            margin-bottom: 2px;
            font-size: 18px;
            color: #fff;
        }

        #team .member span {
            font-style: italic;
            display: block;
            font-size: 13px;
            color: #fff;
        }

        #team .member .social {
            margin-top: 15px;
        }

            #team .member .social a {
                transition: none;
                color: #fff;
            }

                #team .member .social a:hover {
                    color: #007bff;
                }

            #team .member .social i {
                font-size: 18px;
                margin: 0 2px;
            }

/* Clients Section
--------------------------------*/

#clients {
    padding: 60px 0;
    box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}

    #clients .clients-wrap {
        border-top: 1px solid #d6eaff;
        border-left: 1px solid #d6eaff;
        margin-bottom: 30px;
    }

    #clients .client-logo {
        padding: 64px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        border-right: 1px solid #d6eaff;
        border-bottom: 1px solid #d6eaff;
        overflow: hidden;
        background: #fff;
        height: 160px;
    }

        #clients .client-logo:hover img {
            -webkit-transform: scale(1.2);
            transform: scale(1.2);
        }

    #clients img {
        transition: all 0.4s ease-in-out;
    }

/* Contact Section
--------------------------------*/

#contact {
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
    padding: 60px 0;
    overflow: hidden;
}

    #contact .section-header {
        padding-bottom: 30px;
    }

    #contact .contact-about h3 {
        font-size: 36px;
        margin: 0 0 10px 0;
        padding: 0;
        line-height: 1;
        font-family: "Montserrat", sans-serif;
        font-weight: 300;
        letter-spacing: 3px;
        text-transform: uppercase;
        color: #007bff;
    }

    #contact .contact-about p {
        font-size: 14px;
        line-height: 24px;
        font-family: "Montserrat", sans-serif;
        color: #888;
    }

    #contact .social-links {
        padding-bottom: 20px;
    }

        #contact .social-links a {
            font-size: 18px;
            display: inline-block;
            background: #fff;
            color: #007bff;
            line-height: 1;
            padding: 8px 0;
            margin-right: 4px;
            border-radius: 50%;
            text-align: center;
            width: 36px;
            height: 36px;
            transition: 0.3s;
            border: 1px solid #007bff;
        }

            #contact .social-links a:hover {
                background: #007bff;
                color: #fff;
            }

    #contact .info {
        color: #283d50;
    }

        #contact .info i {
            font-size: 32px;
            color: #007bff;
            float: left;
            line-height: 1;
        }

        #contact .info p {
            padding: 0 0 10px 36px;
            line-height: 28px;
            font-size: 14px;
        }

    #contact .form #sendmessage {
        color: #007bff;
        border: 1px solid #007bff;
        display: none;
        text-align: center;
        padding: 15px;
        font-weight: 600;
        margin-bottom: 15px;
    }

    #contact .form #errormessage {
        color: red;
        display: none;
        border: 1px solid red;
        text-align: center;
        padding: 15px;
        font-weight: 600;
        margin-bottom: 15px;
    }

        #contact .form #sendmessage.show,
        #contact .form #errormessage.show,
        #contact .form .show {
            display: block;
        }

    #contact .form .validation {
        color: red;
        display: none;
        margin: 0 0 20px;
        font-weight: 400;
        font-size: 13px;
    }

    #contact .form input,
    #contact .form textarea {
        border-radius: 0;
        box-shadow: none;
        font-size: 14px;
    }

    #contact .form button[type="submit"] {
        background: #007bff;
        border: 0;
        border-radius: 20px;
        padding: 8px 30px;
        color: #fff;
        transition: 0.3s;
    }

        #contact .form button[type="submit"]:hover {
            background: #0067d5;
            cursor: pointer;
        }

.card-faq {
    background: #ffffff;
    margin-top: 14%;
    border-radius: 20px;
    position: relative;
    z-index: 3;
}

img.faq-doge {
    margin-top: -20%;
}

section#refer-friends {
    background: rgb(227,73,137);
    background: -moz-linear-gradient(180deg, rgba(227,73,137,1) 0%, rgba(246,164,40,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(227,73,137,1) 0%, rgba(246,164,40,1) 100%);
    background: linear-gradient(180deg, rgba(227,73,137,1) 0%, rgba(246,164,40,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e34989",endColorstr="#f6a428",GradientType=1);
    margin-top: -550px;
    z-index: 2;
}

.container.spacey {
    padding-top: 400px;
}

#refer-friends p {
    color: #ffffff !important;
}

h1.refer.for {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: 57px;
    letter-spacing: -1px;
    color: #000072;
    line-height: auto;
}

h2.daily-cash {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: 53px;
    letter-spacing: -1px;
    color: #ffffff;
    line-height: 0;
}

footer h1 {
    font-family: 'MONTSERRAT';
    font-weight: 700;
    font-size: 25px;
}

ul.lista-footer li {
    list-style: none;
    display: inline-block;
    margin-right: 20px;
    opacity: 0.7;
}

hr.footer {
    margin-top: 1rem;
    margin-bottom: 0;
    border: 0;
    border-top: 1px solid rgb(255 255 255 / 10%);
}

a.button-refer {
    background: rgb(227,73,137);
    background: -moz-linear-gradient(180deg, rgba(227,73,137,1) 0%, rgba(236,38,120,1) 100%);
    background: -webkit-linear-gradient( 180deg, rgba(227,73,137,1) 0%, rgba(236,38,120,1) 100%);
    background: linear-gradient( 180deg, rgba(227,73,137,1) 0%, rgba(236,38,120,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e34989",endColorstr="#ec2678",GradientType=1);
    border-radius: 10px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0%;
    padding: 20px 35px;
    font-size: 17px;
    font-family: 'Source Sans Pro';
    -webkit-box-shadow: 0px 6px 12px 1px rgb(0 0 0 / 22%);
    box-shadow: 0px 6px 12px 1px rgb(0 0 0 / 22%);
}

.spaceyx {
    height: 30px !important;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
    background: rgb(7,0,81);
    background: -moz-linear-gradient(180deg, rgba(7,0,81,1) 0%, rgba(45,35,149,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(7,0,81,1) 0%, rgba(45,35,149,1) 100%);
    background: linear-gradient(180deg, rgba(7,0,81,1) 0%, rgba(45,35,149,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#070051",endColorstr="#2d2395",GradientType=1);
    padding: 0 0 30px 0;
    color: #eee;
    font-size: 14px;
}

    #footer .footer-top {
        background: #004a99;
        padding: 60px 0 30px 0;
    }

        #footer .footer-top .footer-info {
            margin-bottom: 30px;
        }

            #footer .footer-top .footer-info h3 {
                font-size: 34px;
                margin: 0 0 20px 0;
                padding: 2px 0 2px 0;
                line-height: 1;
                font-family: "Montserrat", sans-serif;
                color: #fff;
                font-weight: 400;
                letter-spacing: 3px;
                text-transform: uppercase;
            }

            #footer .footer-top .footer-info p {
                font-size: 13px;
                line-height: 24px;
                margin-bottom: 0;
                font-family: "Montserrat", sans-serif;
                color: #ecf5ff;
            }

        #footer .footer-top .social-links a {
            font-size: 18px;
            display: inline-block;
            background: #007bff;
            color: #fff;
            line-height: 1;
            padding: 8px 0;
            margin-right: 4px;
            border-radius: 50%;
            text-align: center;
            width: 36px;
            height: 36px;
            transition: 0.3s;
        }

            #footer .footer-top .social-links a:hover {
                background: #0067d5;
                color: #fff;
            }

        #footer .footer-top h4 {
            font-size: 14px;
            font-weight: bold;
            color: #fff;
            text-transform: uppercase;
            position: relative;
            padding-bottom: 10px;
        }

        #footer .footer-top .footer-links {
            margin-bottom: 30px;
        }

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

                #footer .footer-top .footer-links ul li {
                    padding: 8px 0;
                }

                    #footer .footer-top .footer-links ul li:first-child {
                        padding-top: 0;
                    }

                #footer .footer-top .footer-links ul a {
                    color: #ecf5ff;
                }

                    #footer .footer-top .footer-links ul a:hover {
                        color: #74b5fc;
                    }

        #footer .footer-top .footer-contact {
            margin-bottom: 30px;
        }

            #footer .footer-top .footer-contact p {
                line-height: 26px;
            }

        #footer .footer-top .footer-newsletter {
            margin-bottom: 30px;
        }

            #footer .footer-top .footer-newsletter input[type="email"] {
                border: 0;
                padding: 6px 8px;
                width: 65%;
            }

            #footer .footer-top .footer-newsletter input[type="submit"] {
                background: #007bff;
                border: 0;
                width: 35%;
                padding: 6px 0;
                text-align: center;
                color: #fff;
                transition: 0.3s;
                cursor: pointer;
            }

                #footer .footer-top .footer-newsletter input[type="submit"]:hover {
                    background: #0062cc;
                }

    #footer .copyright {
        text-align: center;
        padding-top: 30px;
    }

    #footer .credits {
        text-align: center;
        font-size: 13px;
        color: #f1f7ff;
    }

        #footer .credits a {
            color: #bfddfe;
        }

            #footer .credits a:hover {
                color: #f1f7ff;
            }

img.img-fluid.pb-4.img-form-gerar {
    width: 65%;
}

/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/

@media (min-width: 992px) {
    #testimonials .testimonial-item p {
        width: 80%;
    }
}

@media (max-width: 991px) {
    img.img-fluid.pb-4.img-form-gerar {
        width: 100%;
    }

    span.mb-2 {
        font-size: 19px;
    }

    #header {
        height: 60px;
        padding: 10px 0;
    }

        #header .logo h1 {
            font-size: 22px;
            padding: 8px 0;
            margin-top: 5px;
        }

    #intro {
        padding: 140px 0 60px 0;
    }

        #intro .intro-img {
            width: 80%;
            float: none;
            margin: 0 auto 25px auto;
        }

        #intro .intro-info {
            width: 80%;
            float: none;
            margin: auto;
            text-align: center;
        }

    #why-us .card {
        margin: 0;
    }
}

@media (max-width: 768px) {
    .back-to-top {
        bottom: 15px;
    }
}

@media (max-width: 767px) {




    button, input, optgroup, select, textarea {
        margin: 0;
        font-family: inherit;
        font-size: inherit;
        line-height: inherit;
        padding: .375rem .75rem;
        border: 1px solid #ced4da;
        border-radius: .25rem;
        padding: .375rem .75rem;
        margin-bottom: 0.5rem !important;
    }

    #intro .intro-info {
        width: 100%;
    }

        #intro .intro-info h2 {
            font-size: 34px;
            margin-bottom: 30px;
        }

    .section-header p {
        width: 100%;
    }

    #testimonials .testimonial-item {
        text-align: center;
    }

        #testimonials .testimonial-item .testimonial-img {
            float: none;
            margin: auto;
        }

        #testimonials .testimonial-item h3,
        #testimonials .testimonial-item h4,
        #testimonials .testimonial-item p {
            margin-left: 0;
        }

    header.header-scrolled, #header.header-pages {
        height: 65px;
        padding: 10px 0;
        background: #ff3b8a;
        box-shadow: 0 10px 40px 0 rgb(11 95 87 / 22%), 0 2px 9px 0 rgba(18,106,211,.06);
    }
}

@media (max-width: 574px) {
    #intro {
        padding: 100px 0 20px 0;
    }
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    padding: .375rem .75rem;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    padding: .375rem .75rem;
}

.cardx {
    box-shadow: 0 10px 40px 0 rgba(18,106,211,.07), 0 2px 9px 0 rgba(18,106,211,.06);
    border: none;
    border-radius: 15px;
    margin-bottom: 1.875rem;
    transition: all .3s ease;
    padding: 2.25rem;
    background: #ffffff;
}


p {
    font-family: "Montserrat", sans-serif;
}

input#chkTodasProfissoes {
    margin-right: 5px;
}

.nav-pills .nav-link {
    padding: 15px;
}

    .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
        color: #fff;
        background-color: #1c4fc3;
        padding: 15px;
    }

.modal-dialog {
    max-width: 700px;
    min-height: 368px;
    margin: 5rem auto;
}

section.pricing {
    background: #007bff;
    background: linear-gradient(to right, #ffffff, #F9FDFF);
}

.pricing .card {
    border: none;
    border-radius: 1rem;
    transition: all 0.2s;
    box-shadow: 0 10px 40px 0 rgba(18,106,211,.07), 0 2px 9px 0 rgba(18,106,211,.06)
}

.pricing hr {
    margin: 1.5rem 0;
}

.pricing .card-title {
    margin: 0.5rem 0;
    font-size: 1.2rem;
    letter-spacing: .1rem;
    font-weight: bold;
    color: #1c4fc3;
}

.text-muted {
    color: #1c4fc3 !important;
}

.pricing .card-price {
    font-size: 3rem;
    margin: 0;
}

    .pricing .card-price .period {
        font-size: 0.8rem;
    }

.pricing ul li {
    margin-bottom: 1rem;
}

.pricing .text-muted {
    opacity: 0.7;
}

.pricing .btn {
    font-size: 80%;
    border-radius: 5rem;
    letter-spacing: .1rem;
    font-weight: bold;
    padding: 1rem;
    opacity: 1;
    transition: all 0.2s;
}

/* Hover Effects on Card */

@media (min-width: 992px) {
    .pricing .card:hover {
        margin-top: -.25rem;
        margin-bottom: .25rem;
        box-shadow: 0 10px 40px 0 rgba(18,106,211,.07), 0 2px 9px 0 rgba(18,106,211,.06)
    }

        .pricing .card:hover .btn {
            opacity: 1;
        }

    .myCopy {
        display: block;
        height: 15px;
        border-bottom: 0;
    }
}

.btn-primary {
    color: #fff;
    background-color: #1c4fc3;
    border-color: #1c4fc3;
}

a {
    color: #1c4fc3;
    /* font-weight: 600; */
    transition: 0.5s;
}

.btn-primary {
    background-color: #1c4fc3;
    border-color: #1c4fc3;
    color: #ffffff !important;
}

a#prox2 {
    width: 49%;
    margin-left: 2%;
}

a#voltar {
    width: 49%;
}

a#prox {
    width: 100%;
}

span.label {
    font-weight: 600;
    color: #333e48;
}

.badge-light {
    color: #ffffff;
    background-color: #1c4fc3;
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    opacity: 0.5;
}

    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
        color: #495057;
        background-color: #fff;
        border-color: #dee2e6 #dee2e6 #fff;
        opacity: 1;
    }

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    padding: .375rem .75rem;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    padding: .375rem .75rem;
    margin-top: 0.4rem;
}

::placeholder {
    color: #9ba0ac;
    font-size: 15px;
}

.SumoSelect > .CaptionCont > span {
    display: block;
    padding-right: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: default;
    font-size: 15px;
    color: #9ba0ac;
}

    .SumoSelect > .CaptionCont > span.placeholder {
        color: #9ba0ac !important;
        font-size: 15px;
        font-style: inherit !important;
    }

.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #1c4fc3;
    border-color: #1c4fc3;
}

.btn-info {
    color: #fff;
    background-color: #1c4fc3;
    border-color: #1c4fc3;
    width: 100%;
    padding: 12px 0 12px 0;
    text-transform: uppercase;
    font-weight: 600;
}

    .btn-info:hover {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff;
    }

.g-recaptcha {
    display: inline-block;
}

label[for=chkTodasProfissoes] {
    font-size: 14px;
}



.myCopy {
    display: block;
    height: 15px;
}

    .myCopy span {
        display: inline-block;
        background-color: #fff;
        padding: 0 18px 0 0;
        color: #333e48;
        font-size: 20px;
    }

.hint-form {
    display: inline-block;
    width: 1.48em;
    height: 1.48em;
    background: #1c4fc3;
    text-align: center;
    border-radius: 50%;
    font-size: 14px;
    padding: 12;
    font-weight: 600;
    color: #ffffff;
}

.SumoSelect > .CaptionCont > span {
    display: block;
    padding-right: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: default;
    color: #333e48;
}

.red-tooltip + .tooltip > .tooltip-inner {
    background-color: #1c4fc3;
}

.red-tooltip + .tooltip > .tooltip-arrow {
    border-bottom-color: #1c4fc3;
}

input:focus {
    border: solid 1px #1c4fc3;
    background: #f9fcff;
}



@keyframes zoomx {
    0% {
        -ms-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

#maozinha {
    animation-name: wave-animation;
    animation-duration: 2.5s;
    animation-iteration-count: infinite;
    transform-origin: 70% 90%;
    display: inline-block;
}

/*--Keyframes--*/

@keyframes wave-animation {
    0% {
        transform: rotate(4deg);
    }

    50% {
        transform: rotate(-4deg);
    }

    100% {
        transform: rotate(4deg);
    }
}

#maozinha-cafe {
    animation-name: waves-animation;
    animation-duration: 2.5s;
    animation-iteration-count: infinite;
    transform-origin: 40%;
    display: inline-block;
}

/*--Keyframes--*/

@keyframes waves-animation {
    0% {
        transform: rotate(3deg);
    }

    50% {
        transform: rotate(-3deg);
    }

    100% {
        transform: rotate(3deg);
    }
}

.olhos {
    animation: olhos 3.5s ease infinite;
}

@keyframes olhos {
    3.75% {
        /* cy: 78.666; */
        opacity: 1;
    }

    3.80% {
        opacity: 0;
    }

    6% {
        opacity: 0;
    }

    6.1% {
        opacity: 1;
    }

    10% {
        /*cy: 74.666;*/
    }

    25% {
    }

    40% {
        /*cy: 74.666;*/
    }

    71% {
        /*cy: 83.666;*/
    }

    89% {
        /*opacity: 1;*/
    }

    90% {
        /*opacity: 0;*/
    }

    93% {
        /*opacity: 0;*/
    }

    94% {
        /*opacity: 1;*/
    }

    100% {
    }
}

p.section-header {
    text-align: center;
    margin: auto;
    font-size: 15px;
    padding-bottom: 20px;
    color: #556877;
}

text.st41.st42 {
    font-size: 8px;
}

h4.filtros {
    margin: 8px;
    font-weight: 600;
    font-size: 18px;
}


#alvo {
    -webkit-animation-name: alldir; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 4s; /* Safari 4.0 - 8.0 */
    animation-name: alldir;
    animation-iteration-count: infinite;
}


@-webkit-keyframes alldir {
    0% {
        background-color: red;
        transform: translateY(0);
    }

    25% {
        background-color: yellow;
        transform: translateY(-8px)
    }

    50% {
        background-color: blue;
        transform: translate(8px, -8px);
    }

    75% {
        background-color: green;
        transform: translate(8px, 5px);
    }

    100% {
        background-color: red;
        transform: translateX(0);
    }
}

#cloudone {
    -webkit-animation: movecloud 10s linear infinite;
    -moz-animation: movecloud 10s linear infinite;
    -o-animation: movecloud 10s linear infinite;
    animation: movecloud 10s linear infinite;
}

@-webkit-keyframes movecloud {
    from {
        -webkit-transform: translateX(-10px);
    }

    to {
        -webkit-transform: translateX(120px);
        opacity: 0;
    }
}

#cloudtwo {
    -webkit-animation: movecloudt 11s linear infinite;
    -moz-animation: movecloudt 11s linear infinite;
    -o-animation: movecloudt 11s linear infinite;
    animation: movecloudt 11s linear infinite;
}

@-webkit-keyframes movecloudt {
    from {
        -webkit-transform: translateX(0);
    }

    to {
        -webkit-transform: translateX(-120px);
    }
}

#resultsleads {
    animation: fadeinx 4s;
    -moz-animation: fadeinx 4s; /* Firefox */
    -webkit-animation: fadeinx 4s; /* Safari and Chrome */
    -o-animation: fadeinx 4s; /* Opera */
}

@keyframes fadeinx {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/*.resultsleads3{
    animation: fadeinxd 4s;
    -moz-animation: fadeinxd 4s; 
    -webkit-animation: fadeinxd 4s;
    -o-animation: fadeinxd 4s;
}*/

@keyframes fadeinxd {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.botao-wpp {
    text-decoration: none;
    color: #fff !important;
    display: inline-block;
    background-color: #25d366;
    font-weight: bold;
    padding: 0.7rem 2rem;
    border-radius: 3px;
    font-weight: 600;
    border: none;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    border-radius: 90px;
    margin: 2px;
    background-size: 200% auto;
    flex: 1 1 auto;
    width: 100%;
}

.submit-contato {
    text-decoration: none;
    color: #fff !important;
    display: inline-block;
    background: #3156bf;
    font-weight: bold;
    padding: 0.7rem 2rem;
    border-radius: 3px;
    font-weight: 600;
    border: none;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    border-radius: 90px;
    margin: 2px;
    background-size: 200% auto;
    flex: 1 1 auto;
    width: 100%;
}

video.videox {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 10px 40px 0 rgba(18,106,211,.07), 0 2px 9px 0 rgba(18,106,211,.06);
}

h5.main-title {
    font-size: 49px;
    font-weight: 900;
    line-height: 49px;
    color: #ffffff;
    letter-spacing: -1px;
    font-family: Nunito;
}

h3.subtitle {
    font-size: 16px;
    line-height: 22px;
    max-width: 78%;
    margin-bottom: 30px !important;
    color: #ACA9D3;
    max-width: 100%;
    font-family: Nunito;
    font-weight: 700;
}

.buttonc {
    color: #fff;
    padding: 13px 36px;
    font-weight: 600;
    border: none;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    border-radius: 90px;
    margin: 2px;
    background: #3156bf;
    transition: 0.2s cubic-bezier(0.55, 0, 0.1, 1);
}

    .buttonc:hover {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        color: #fff;
    }

section#leadsx {
    background: #f1f6fc;
}

#cboPlanos {
    width: 100%;
}

p.disclaimer {
    margin-bottom: 12px;
    background: #f1f6fc;
    padding: 20px;
    border-radius: 20px;
    font-size: 13px !important;
}


a.button-pronto-socorro {
    background: #BA56C5;
    border-radius: 13px;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1220px;
    }
}

section {
    padding: 3% 0 3% 0;
}

    section#bloco-urgente {
        background: rgb(226,135,168);
        background: -moz-linear-gradient(139deg, rgba(226,135,168,1) 0%, rgba(238,111,158,1) 40%, rgba(231,69,132,1) 100%);
        background: -webkit-linear-gradient(139deg, rgba(226,135,168,1) 0%, rgba(238,111,158,1) 40%, rgba(231,69,132,1) 100%);
        background: linear-gradient(139deg, rgba(226,135,168,1) 0%, rgba(238,111,158,1) 40%, rgba(231,69,132,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e287a8",endColorstr="#e74584",GradientType=1);
        color: #ffffff;
        position: relative;
        padding: 2% 0 4% 0;
        z-index: 999999999;
    }

    section#quem-somos {
        padding: 5% 0 2% 0;
    }

a.button-contato {
    background: rgb(255,159,13);
    background: -moz-linear-gradient(0deg, rgba(255,159,13,1) 0%, rgba(255,190,93,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(255,159,13,1) 0%, rgba(255,190,93,1) 100%);
    background: linear-gradient(0deg, rgba(255,159,13,1) 0%, rgba(255,190,93,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff9f0d",endColorstr="#ffbe5d",GradientType=1);
    -webkit-box-shadow: 0px 6px 12px 1px rgba(0,0,0,0.22);
    box-shadow: 0px 6px 12px 1px rgba(0,0,0,0.22);
    padding: 15px 25px;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 15px;
    border-radius: 13px;
    color: #000072;
    font-family: Nunito;
}

h5.category-title {
    text-transform: uppercase;
    font-size: 15px;
    color: #FF3B8A;
    font-weight: 800;
    margin: 0 0 2px 0;
}

.yell {
    color: #F6A428 !important;
}

span.destaque-texto {
    font-weight: 700;
}

h3.title {
    color: #000000;
    font-size: 39px;
}

section#passo-a-passo {
    background: #ffffff;
}

section#contato {
    margin: -180px 0 0 0 !important;
    background: #F5FFFE;
}

#tratamentos h4 {
    font-weight: 700;
    color: #000000;
    font-size: 16px;
}

p.question {
    margin: 0 0 5px 0;
    color: #000000;
    font-weight: 700;
    font-size: 16px;
}

section#tratamentos {
    background: #F5FFFE;
}

#depoimentos h3.title {
    font-size: 27px;
}

section#contato p {
    font-size: 14px;
}

section#contato h3.title {
    font-size: 28px;
    margin: 0;
}

h3.destaque-texto {
    font-weight: 700;
    color: #000000;
    font-size: 48px;
}

a.link-pink {
    color: #E74584;
}

p.destaque {
    font-size: 15px !important;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0;
    border-radius: 13px;
    padding: 20px 28px 20px 28px;
}

a.button-contato.pink {
    background: #e74584;
}

.btn-primary {
    background-color: #26d2c2;
    border-color: #26d2c2;
    display: block;
    color: #ffffff !important;
    width: 100%;
    border-radius: 12px;
    padding: 10px 15px;
    text-transform: uppercase;
    font-weight: 700;
}

.card p {
    margin-bottom: 8px;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .395rem .95rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #dedede;
    border-radius: 12px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

#bloco-urgente h1 {
    font-size: 30px;
}

section#intro:before {
    content: url(https://casinodoge.org/img/roda.png);
    position: absolute;
    display: block;
    top: -60px;
    right: 0;
}

.imagem-contato {
    background: url(https://casinodoge.org/img/UOCmy9sDKJ.png);
    background-repeat: no-repeat;
    background-size: cover;
}

#header.header-scrolled, #header.header-pages {
    height: 80px;
    padding: 10px 0;
    background: #281f8b;
    box-shadow: 0 10px 40px 0 rgb(11 95 87 / 22%), 0 2px 9px 0 rgba(18,106,211,.06);
}

.main-nav, .main-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 0.41%;
}

.header-scrolled .logo img {
    width: 70% !important;
}

.header-scrolled .main-nav, .main-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 0.41%;
}

/*.header-scrolled .main-nav a {
    display: block;
    position: relative;
    color: #ffffff;
    padding: 10px 15px;
    transition: 0.3s;
    font-size: 13px;
    font-family: "Montserrat", sans-serif;
}*/

#fundador p {
    padding: 0;
    margin: 0 0 30px 0;
    color: #000000;
    font-size: 15px;
    font-weight: 500;
}

b.pink {
    color: #e74584;
}

h3.title-footer {
    color: #ffffff;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 10px;
}

a.link-footer {
    display: block;
    color: #ffffff !important;
    font-weight: 500;
    line-height: 22px;
}

    a.link-footer:hover {
        display: block;
        color: #ffffff !important;
        font-weight: 500;
        text-decoration: underline;
        line-height: 22px;
    }

.btn-primary:hover {
    color: #fff;
    background-color: #e74584;
    border-color: #e74584;
}

h5.category-title.pink {
    color: #e74584;
}


.exemplo1 {
    background: url('https://casinodoge.org/img/Screenshot_1.png');
    background-size: cover;
    min-height: 280px;
    padding: 0;
    margin: 0;
}

.exemplo2 {
    background: url('https://casinodoge.org/img/exemplos/Screenshot_2.png');
    background-size: cover;
    min-height: 280px;
    padding: 0;
    margin: 0;
}

.exemplo3 {
    background: url('https://casinodoge.org/img/exemplos/Laserterapia-20200618150318.png');
    background-size: cover;
    min-height: 280px;
    padding: 0;
    margin: 0;
}

#exemplos .legenda {
    padding: 10px 45px 10px 45px;
    background: #26d2c2;
    color: #ffffff !important;
    text-align: center;
}

    #exemplos .legenda p {
        margin-top: 20px;
        color: #ffffff !important;
    }

    #exemplos .legenda.alt {
        padding: 10px 45px 10px 45px;
        background: #5E5E5E;
        color: #ffffff !important;
        text-align: center;
    }

        #exemplos .legenda.alt p {
            margin-top: 20px;
            background: #5E5E5E;
            color: #ffffff !important;
        }

section#quem-somos {
    padding: 5% 0 2% 0;
    text-align: left;
}

section#intro {
    padding: 3% 0 0 0;
}

.icons-game img {
    opacity: 0.6;
}

section.icons-game {
    padding: 1% 0 3% 0 !important;
}

h3.title {
    color: #000000;
    font-size: 35px;
}

#header .logo img {
    padding: 0;
    margin: 0 0;
    max-height: auto;
    width: 183px;
    margin-top: 0;
}


a.button-start {
    background: rgb(255,159,13);
    background: -moz-linear-gradient(0deg, rgba(255,159,13,1) 0%, rgba(255,190,93,1) 100%);
    background: -webkit-linear-gradient( 0deg, rgba(255,159,13,1) 0%, rgba(255,190,93,1) 100%);
    background: linear-gradient( 0deg, rgba(255,159,13,1) 0%, rgba(255,190,93,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff9f0d",endColorstr="#ffbe5d",GradientType=1);
    border-radius: 10px;
    color: #000072;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0%;
    padding: 10px 25px;
    font-size: 13px;
    font-family: 'Source Sans Pro';
    -webkit-box-shadow: 0px 6px 12px 1px rgb(0 0 0 / 22%);
    box-shadow: 0px 6px 12px 1px rgb(0 0 0 / 22%);
}

a.button-signup {
    background: rgb(227,73,137);
    background: -moz-linear-gradient(180deg, rgba(227,73,137,1) 0%, rgba(236,38,120,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(227,73,137,1) 0%, rgba(236,38,120,1) 100%);
    background: linear-gradient(180deg, rgba(227,73,137,1) 0%, rgba(236,38,120,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e34989",endColorstr="#ec2678",GradientType=1);
    border-radius: 10px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0%;
    padding: 10px 25px;
    font-size: 13px;
    font-family: 'Source Sans Pro';
    -webkit-box-shadow: 0px 6px 12px 1px rgb(0 0 0 / 22%);
    box-shadow: 0px 6px 12px 1px rgb(0 0 0 / 22%);
}

section#bloco-urgente {
    padding: 8% 0 18% 0;
}

section#passo-a-passo {
    background: #F5FFFE;
}

section#contato {
    margin: 0 !important;
    background: #F5FFFE;
    text-align: center;
}

.card {
    padding: 0;
}


#tratamentos h4 {
    font-weight: 700;
    color: #000000;
    font-size: 16px;
    margin-bottom: 30px;
}

#intro .card {
    padding: 20px 28px 20px 28px;
}

.ornament-wrapper {
    display: none;
}


    .ornament-wrapper .ornament {
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
        position: absolute;
        /* top: -5px; */
    }

.ornament.circle {
    width: 750px;
    height: 750px;
    background: #ff3b8a30;
    ;
    /* border: 140px solid rgba(255, 120, 161, 0.2); */
    border-radius: 100%;
}

    .ornament.circle.left {
        left: -370px;
        top: 640px;
        z-index: -2;
    }


.ornament-wrapper2 .ornament2 {
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    /* top: -5px; */
}

.ornament.circle2 {
    width: 750px;
    height: 750px;
    background: #c2f2eeb0;
    /* border: 140px solid rgba(255, 120, 161, 0.2); */
    border-radius: 100%;
}

.ornament2.circle2.left {
    left: 370px;
    top: 1100px;
}


#depoimentos img {
    box-shadow: 0 10px 40px 0 rgb(26 134 124 / 22%), 0 3px 2px 0 rgb(18 176 211 / 6%);
}

section#fundador {
    background: url(https://casinodoge.org/img/fundo-sobre.png) !important;
    background-size: cover;
    padding: 0;
}

section#exemplos {
    padding: 0;
}



section#faq {
    background: transparent;
}

.tabela-preco.rosa {
    border-radius: 15px;
    background: rgb(227,73,137);
    background: -moz-linear-gradient(180deg, rgba(227,73,137,1) 0%, rgba(236,38,120,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(227,73,137,1) 0%, rgba(236,38,120,1) 100%);
    background: linear-gradient(180deg, rgba(227,73,137,1) 0%, rgba(236,38,120,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e34989",endColorstr="#ec2678",GradientType=1);
    padding: 30px 18px;
    color: #ffffff;
    box-shadow: 0 10px 40px 0 rgb(95 11 38 / 22%), 0 2px 9px 0 rgb(211 18 89 / 6%);
}

.tabela-preco.amarela {
    border-radius: 15px;
    background: rgb(255,159,13);
    background: -moz-linear-gradient(0deg, rgba(255,159,13,1) 0%, rgba(255,190,93,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(255,159,13,1) 0%, rgba(255,190,93,1) 100%);
    background: linear-gradient(0deg, rgba(255,159,13,1) 0%, rgba(255,190,93,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff9f0d",endColorstr="#ffbe5d",GradientType=1);
    padding: 30px 18px;
    color: #090070;
    box-shadow: 0 10px 40px 0 rgb(95 11 38 / 22%), 0 2px 9px 0 rgb(211 18 89 / 6%);
}

    .tabela-preco.amarela p.item {
        color: #090070;
        margin-bottom: 14px;
        font-size: 14px;
        margin-left: 4px;
    }

h1.preco.text-center {
    font-weight: 800;
    font-size: 25px;
}

span.real {
    font-size: 27px;
}

p.legenda-doge {
    color: #9a8fff !important;
    font-size: 13px !important;
    width: 60%;
    left: -50%;
    transform: translateX(35%);
}

.tabela-preco h4 {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
}

.tabela-preco h5 {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 10px;
}

.tabela-preco p.item {
    color: #ffffff;
    margin-bottom: 14px;
    font-size: 14px;
    margin-left: 4px;
}

section#planos {
    background: #FEF3FF;
}

section#passo-a-passo {
    background: #ffffff;
    padding: 3% 0 0 0;
}

a.botao-comprar-agora {
    background: #ffffff;
    text-align: center;
    margin-top: 20px;
    width: 180px;
    padding: 5% 0;
    display: block;
    border-radius: 10px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 0;
    color: black;
    margin: 20px auto 0;
}

h1.logo {
    font-size: 18px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #ffffff;
}

#quem-somos p {
    padding: 0;
    margin: 0 0 30px 0;
    color: #ffffff;
    font-size: 15px;
    opacity: 0.7;
    font-weight: 400;
}

.white {
    color: #ffffff !important;
    font-weight: 700;
}

@media (max-width: 748px) {

    a.goog-logo-link {
        display: none;
    }

    div#google_translate_element {
        position: absolute;
        right: 30px;
        transform: scale(0.8);
    }

    section#intro:before {
        content: url(https://casinodoge.org/img/roda.png);
        position: absolute;
        display: block;
        top: -250px;
        right: -15px;
    }

    img.moeda-flutuante-1 {
        top: 65%;
        right: 70%;
        width: 104px;
        position: absolute;
        -webkit-animation: action 1s infinite alternate;
        animation: action 1s infinite alternate;
    }

    img.moeda-flutuante-3 {
        top: 16%;
        right: 75%;
        width: 84px;
        position: absolute;
        -webkit-animation: actiont 1s infinite alternate;
        animation: actiont 1.5s infinite alternate;
    }

    img.moeda-flutuante-2 {
        top: 3%;
        right: 8%;
        position: absolute;
        width: 84px;
        -webkit-animation: actiond 1s infinite alternate;
        animation: actiond 0.8s infinite alternate;
    }

    a.button-pronto-socorro {
        background: transparent;
    }

    #intro {
        width: 100%;
        position: relative;
        background-size: cover;
        /* padding: 145px 0 120px 0; */
    }

    #intro {
        padding: 90px 0 20px 0;
    }

    .tabela-preco {
        margin-bottom: 40px;
    }

    section#quem-somos {
        padding: 14% 0 8% 0;
        text-align: center;
    }

    #header.header-scrolled, #header.header-pages {
        height: 70px;
        padding: 10px 0;
        background: #281f8b;
        box-shadow: 0 10px 40px 0 rgb(11 95 87 / 22%), 0 2px 9px 0 rgba(18,106,211,.06);
    }

    h5.main-title {
        font-size: 35px;
        font-weight: 700;
        line-height: 33px;
        color: #ffffff;
        letter-spacing: -1px;
        font-family: Source Sans pro;
        margin-bottom: 2%;
    }

    h3.subtitle {
        font-size: 15px;
        line-height: 22px;
        max-width: 78%;
        margin-bottom: 30px !important;
        color: #ACA9D3;
        max-width: 100%;
        font-family: Nunito;
        font-weight: 700;
    }

    h1.refer.for {
        font-family: 'Montserrat', sans-serif;
        font-weight: 900;
        font-size: 35px;
        text-align: center;
        letter-spacing: -1px;
        color: #000072;
        line-height: 20px;
        margin-bottom: 5px;
    }

    h2.daily-cash {
        font-family: 'Montserrat', sans-serif;
        font-weight: 900;
        font-size: 32px;
        letter-spacing: -1px;
        color: #ffffff;
        text-align: center;
        line-height: 29px;
    }

    #refer-friends p {
        text-align: center;
    }

    a.button-refer.mt-4 {
        display: block;
        text-align: center;
    }

    .spaceyx {
        height: 90px !important;
    }

    section#refer-friends {
        padding-bottom: 60px;
    }

    a.button-signup.ml-3 {
        display: block;
    }

    a.button-start.ml-3 {
        display: block;
        margin-top: 4%;
    }

    p.legenda-doge {
        color: #9a8fff !important;
        font-size: 13px !important;
        width: 100%;
        left: 0;
        padding: 0 20px !important;
        transform: none;
    }
}

.icons-game img {
    opacity: 0.6;
}

    .icons-game img:hover {
        opacity: 1;
    }

@media (max-width: 748px) {
    a.button-signup.mt-3 {
        display: block;
        font-size: 15px;
        font-family: 'Nunito';
    }

    a.button-contato {
        display: block
    }
}


a.button-signup-telegram {
    background: rgb(227,73,137);
    background: -moz-linear-gradient(180deg, rgba(227,73,137,1) 0%, rgba(236,38,120,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(227,73,137,1) 0%, rgba(236,38,120,1) 100%);
    background: linear-gradient(180deg, rgba(227,73,137,1) 0%, rgba(236,38,120,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e34989",endColorstr="#ec2678",GradientType=1);
    border-radius: 13px;
    color: #ffffff;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0%;
    padding: 15px 25px;
    font-size: 15px;
    font-family: 'Nunito';
}

.badge-secondary {
    color: #fff;
    background-color: #e63e83;
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 25%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: top;
    margin-top: 13px;
    margin-left: 2px;
    border-radius: .25rem;
}

@media (max-width: 780px) {
    a.button-signup-telegram {
        background: rgb(227,73,137);
        background: -moz-linear-gradient(180deg, rgba(227,73,137,1) 0%, rgba(236,38,120,1) 100%);
        background: -webkit-linear-gradient(180deg, rgba(227,73,137,1) 0%, rgba(236,38,120,1) 100%);
        background: linear-gradient(180deg, rgba(227,73,137,1) 0%, rgba(236,38,120,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e34989",endColorstr="#ec2678",GradientType=1);
        border-radius: 13px;
        color: #ffffff;
        font-weight: 900;
        text-transform: uppercase;
        margin: 0%;
        padding: 15px 25px;
        font-size: 15px;
        font-family: 'Nunito';
        display: block;
    }

    .mobile-nav a.button-start {
        width: 80%;
    }

    .mobile-nav a.button-start {
        width: 80%;
    }

    .mobile-nav a.button-signup {
        width: 80%;
    }
}

.parceiros img {
    opacity: 0.4;
    transition: 0.8s;
}

    .parceiros img:hover {
        opacity: 1;
    }

iframe {
    width: 100%;
    height: 400px;
}

.goog-logo-link, .goog-logo-link:link, .goog-logo-link:visited, .goog-logo-link:hover, .goog-logo-link:active {
    font-size: 12px;
    font-weight: bold;
    color: #fff !important;
    text-decoration: none;
}

.goog-te-gadget {
    font-family: arial;
    font-size: 11px;
    color: #fff !important;
    white-space: nowrap;
}