/*
* ----------------------------------------------------------------------------------------
* 01.GENERAL STYLE
* ----------------------------------------------------------------------------------------
*/
body {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #777;
    overflow-x: hidden;
    margin: auto;
    background: #fff;
}

html,
body {
    height: 100%
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

a:hover {
    color: #fff;
    text-decoration: none;
}

a:focus {
    outline: none;
    text-decoration: none;
}

p {
    margin-bottom: 0;
}

ul,
li {
    margin: 0;
    padding: 0;
}

fieldset {
    border: 0 none;
    margin: 0 auto;
    padding: 0;
}

/*START PRELOADER DESIGN*/
.preloader {
    background: #fff;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;
}

.status-mes {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -40px 0 0 -40px;
    font-size: 10px;
    text-indent: -12345px;
    border-top: 3px solid rgba(0, 0, 0, 0.08);
    border-right: 3px solid rgba(0, 0, 0, 0.08);
    border-bottom: 3px solid rgba(0, 0, 0, 0.08);
    border-left: 3px solid #333;
    border-radius: 50%;
    -webkit-animation: spinner 700ms infinite linear;
    animation: spinner 700ms infinite linear;
    z-index: 10000;
}


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

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

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

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

.no-padding {
    padding: 0
}

/*END PRELOADER DESIGN*/
.section-padding {
    padding: 60px 0
}

/*START SECTION TITLE DESIGN*/
.section-title {
    margin-bottom: 60px
}

.section-title h2 {
    font-size: 25px;
    margin-bottom: 20;
    margin-top: 0;
    text-transform: uppercase;
}

.line {
    border-bottom: 1px dashed #777;
    display: block;
    margin: 15px auto;
    width: 80px;
}

@media only screen and (max-width:480px) {
    .section-title p {
        padding: 0 15px
    }
}

/*END SECTION TITLE DESIGN*/
/*
* ----------------------------------------------------------------------------------------
* 01.END GENERAL STYLE
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 02. START BOOTSTRAP NAVIGATION OVERRIDES
* ----------------------------------------------------------------------------------------
*/

.signin_btn {
    padding: 10px 0 30px;
    text-align: center;
    position: fixed;
    right: 20px;
}

.signin_btn a {
    background: #333 none repeat scroll 0 0;
    border: 1px solid #333;
    border-radius: 50px;
    color: #fff;
    font-size: 14px;
    padding: 10px 30px;
    transition: all 0.4s ease 0s;
}

.signin_btn a:hover {
    background: #fff;
    border: 1px solid #fcc44c;
    color: #333;
}

.navbar-default {
    border: none;
    border-radius: 0;
    margin-bottom: 0;
    width: 100%;
    padding: 20px 0;
    background: none;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #333 !important;
    background-color: transparent;
    font-weight: 600;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    color: #171717 !important;
    background-color: transparent;
}

.navbar-brand {
    padding: 0px
}

.navbar-brand img {
    width: 30%;
    margin-left: 10px;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #fff
}

.menu-top li a {
    color: #fff !important;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 600;
}

.menu-top li a:hover {
    color: #333 !important
}

@media only screen and (max-width:768px) {
    .navbar-default .navbar-nav>li>a {
        margin-top: 0px;
    }

    .influencers-filter {
        display: flex;
        justify-content: center !important;
        margin-bottom: 65px !important;
        margin-top: -20px !important;
    }

    .seguidores-filter {
        display: flex;
        justify-content: center !important;
        margin-bottom: 65px !important;
        margin-top: -20px !important;
    }

    .download_icon p,
    .single_download a {
        color: #fff;
        font-size: 11px !important;
    }

    .single_download i.fa {
        float: left;
        margin-top: 24px !important;
        font-size: 25px !important;
    }

}

@media only screen and (max-width:480px) {

    .navbar-default .navbar-nav>.active>a,
    .navbar-default .navbar-nav>.active>a:hover,
    .navbar-default .navbar-nav>.active>a:focus {
        color: #fcac14 !important;
        background-color: transparent;
        font-weight: 600;
    }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        background: rgb(50, 49, 49);
        border: none;
        margin-top: 20px;
    }

    .navbar-default .navbar-nav>li>a {
        color: #fff !important
    }

    .navbar-default.menu-shrink li a {
        color: #fff !important
    }
}

.navbar-default.menu-shrink {
    background: #fcac14;
    padding: 10px 0;
    width: 100%;
    margin-top: 0px;
}

@media only screen and (max-width:480px) {
    .menu-top {
        color: #fff !important;
        margin-left: 0px;
    }
}

.navbar-default.menu-shrink li a {
    color: rgba(0, 0, 0, 0.6);
}

.navbar-default.menu-shrink li a:hover {
    color: #333 !important
}

.navbar-default .navbar-toggle {
    background: #fff none repeat scroll 0 0
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #fff
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #333
}

/*
* ----------------------------------------------------------------------------------------
* 02.END BOOTSTRAP NAVIGATION OVERRIDES
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 03.START HOME DESIGN
* ----------------------------------------------------------------------------------------
*/
.home_bg {
    height: 700px;
    position: relative;
}

@media only screen and (max-width:768px) {
    .home_bg {
        height: 1048px;
    }
}

@media only screen and (max-width:480px) {
    .home_bg {
        min-height: 700px;
        max-height: 800px;
    }
}

@media only screen and (max-width:414px) {
    .home_bg {
        min-height: 700px;
        max-height: 800px;
    }
}

@media only screen and (max-width:375px) {
    .home_bg {
        min-height: 700px;
        max-height: 800px;
    }
}

@media only screen and (max-width:360px) {
    .home_bg {
        min-height: 700px;
        max-height: 800px;
    }
}

@media only screen and (max-width:320px) {
    .home_bg {
        min-height: 700px;
        max-height: 800px;
    }
}

.home_bg:before {
    background: rgba(252, 172, 20, 0.92);
    content: "";
    height: 100%;
    filter: alpha(opacity=80);
    position: absolute;
    width: 100%;
}

.hero-text h2.title {
    color: #fff;
    font-size: 40px;
}

.hero-text h2.sub-title {

    font-size: 30px;
    letter-spacing: 0;
    line-height: 64px;
    padding-top: 160px;
}

@media (max-width: 991px) {
    .hero-text h2 {
        padding-top: 15px;
        font-size: 28px;
        line-height: 40px;
    }

    .hero-text h2.sub-title {
        padding-top: 130px;
        font-size: 28px;
        line-height: 50px;
    }

    .mobile-hidden {
        display: none !important;
    }

    .menu-top li a {
        font-size: 9px;
    }

    .nav>li>a {
        position: relative;
        display: block;
        padding: 10px 10px;
    }
}


@media only screen and (max-width:768px) {
    .hero-text h2 {
        font-size: 40px;
        line-height: 46px;
    }
}

@media only screen and (max-width:480px) {
    .hero-text h2 {
        padding-top: 15px;
        font-size: 32px !important;
        line-height: 40px;
    }

    .hero-text h2.sub-title {
        padding-top: 115px;
        font-size: 32px !important;
        line-height: 50px;
    }

    .mobile-hidden {
        display: none !important;
    }

}


@media only screen and (max-width:360px) {
    .hero-text h2 {
        font-size: 26px;
        line-height: 34px;
    }
}

.hero-text p {
    color: #333;
}

.home_btn {
    margin-left: -10px;
    margin-top: 50px;
}

.home_btn a {
    background: transparent none repeat scroll 0 0;
    border: 2px solid #fff;
    border-radius: 50px;
    color: #333;
    display: inline-block;
    padding: 10px 30px;
    margin: 0 10px 15px;
    transition: all 0.3s ease 0s;
}

.home_btn a:hover {
    background: #fff;
    color: #333;
}

.home_btn a i {
    font-size: 20px;
    margin-right: 5px;
    vertical-align: middle;
}

.hero-text-img {
    padding-top: 150px;
}

.hero-text-img img {
    width: 406px;
}

@media only screen and (max-width:768px) {
    .hero-text-img {
        padding-top: 58px;
    }
}

@media only screen and (max-width:480px) {
    .hero-text-img {
        display: inline-block;
        padding-top: 112px;
    }

    .hero-text-img img {
        width: 100%;
    }
}

@media only screen and (max-width:414px) {
    .hero-text-img {
        padding-top: 138px;
    }
}

@media only screen and (max-width:375px) {
    .hero-text-img {
        padding-top: 128px;
    }
}

@media only screen and (max-width:360px) {
    .hero-text-img {
        padding-top: 116px;
    }
}

@media only screen and (max-width:320px) {
    .hero-text-img {
        padding-top: 171px;
    }
}

.off-white-color {
    background: #f9f9f9;
}

/*
* ----------------------------------------------------------------------------------------
* 03.END HOME DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
 * ----------------------------------------------------------------------------------------
 * 04.START ABOUT US DESIGN
 * ----------------------------------------------------------------------------------------
 */

.about-content {
    padding-bottom: 30px;
}

.single_about {
    transition: all 0.3s ease 0s;
    text-align: center;
    padding: 0 10px;
    margin-bottom: 30px;
}

@media only screen and (max-width:480px) {
    .single_about {
        margin-bottom: 30px;
    }
}

.single_about:hover i {
    background: #333 none repeat scroll 0 0;
    border: 1px solid #333;
    color: #fff;
}

.single_about i {
    background: #f3f3f3 none repeat scroll 0 0;
    border: 1px solid #dfdede;
    border-radius: 50%;
    color: #333;
    height: 70px;
    line-height: 70px;
    text-align: center;
    width: 70px;
    font-size: 20px;
    transition: all 0.3s ease 0s;
    margin-bottom: 25px;
}

.single_about h4 {
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 0;
    overflow: hidden;
    text-transform: uppercase;
}

.single_about p {
    overflow: hidden
}

/*
 * ----------------------------------------------------------------------------------------
 * 04.END ABOUT US DESIGN
 * ----------------------------------------------------------------------------------------
 */
/*
 * ----------------------------------------------------------------------------------------
 * 05.START FEATURE ONE AND FEATURE TWO DESIGN
 * ----------------------------------------------------------------------------------------
 */
.single_feature_img {
    text-align: center;
}

.single_feature_img img {
    display: inline-block;
}

.single_feature_one {
    padding-top: 170px;
}

@media only screen and (max-width:768px) {
    .single_feature_one {
        padding-top: 50px;
    }
}

.single_feature_one h3 {
    color: #2a2b2f;
    font-size: 45px;
    font-weight: normal;
    line-height: 50px;
    margin: 0;
}

.single_feature_one p {
    margin: 30px 0;
}

/*START FEATURE TWO DESIGN*/
.single_feature_two {
    padding-top: 170px;
}

@media only screen and (max-width:768px) {
    .single_feature_two {
        padding-top: 50px;
    }
}

@media only screen and (max-width:480px) {
    .single_feature_two {
        padding-bottom: 50px;
        padding-top: 0px;
    }
}

.single_feature_two h3 {
    color: #2a2b2f;
    font-size: 45px;
    font-weight: normal;
    line-height: 50px;
    margin: 0;
}

.single_feature_two p {
    margin: 30px 0;
}


/*END FEATURE TWO DESIGN*/
.single_feature_btn_light {
    background: #e0e0e0 none repeat scroll 0 0;
    border-radius: 0;
    color: #202020;
    font-size: 12px;
    letter-spacing: 2px;
    outline: medium none !important;
    padding: 15px 27px;
    text-transform: uppercase;
    transition: all 0.2s ease 0s;
}

.single_feature_btn_light:hover,
.single_feature_btn_light:focus {
    background: #333;
    color: #fff;
}

/*
 * ----------------------------------------------------------------------------------------
 * 05.END FEATURE ONE AND FEATURE TWO DESIGN
 * ----------------------------------------------------------------------------------------
 */
/*
* ----------------------------------------------------------------------------------------
* 06.START MAIN FEATURES DESIGN
* ----------------------------------------------------------------------------------------
*/
.single_feature {
    margin-top: 50px;
}

@media only screen and (max-width:480px) {
    .single_feature {
        margin-bottom: 50px;
        margin-top: 0;
    }
}

@media only screen and (max-width:768px) {
    .single_more_feature {
        padding-top: 0px
    }
}

.single_feature i {
    border: 1px solid #e8e8e9;
    border-radius: 50%;
    color: #333;
    display: inline-block;
    font-size: 20px;
    height: 70px;
    line-height: 70px;
    margin: 0 auto 15px;
    position: relative;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 70px;
    z-index: 3;
}

.single_feature:hover i {
    background: #333;
    color: #fff;
}

.single_feature h3 {
    text-transform: uppercase;
    font-size: 14px;
}

.single_feature span {
    border-bottom: 1px dashed #ccc;
    width: 80px;
    display: block;
    margin-bottom: 10px;
}

.single_feature p {
    margin-bottom: 0
}

.feature_img img {
    padding-top: 47px;
    width: 100%;
}

/*
* ----------------------------------------------------------------------------------------
* 06.END MAIN FEATURES DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 07.START APP SCREENSHOT DESIGN
* ----------------------------------------------------------------------------------------
*/
.sin-screenshot {
    z-index: 9
}

.sin-screenshot a {
    display: block;
    position: relative;
    background: #333 none repeat scroll 0 0;
}

.sin-screenshot a:before {
    background: #333 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0.6;
    filter: alpha(opacity=60);
    position: absolute;
    right: 0;
    top: 0;
}

.sin-screenshot a:hover:before {
    opacity: 0.2;
    filter: alpha(opacity=20);
}

.screenshot-carousel {
    z-index: 9
}

.screenshot-carousel img {
    width: 100%
}

[data-carousel-3d] [data-prev-button]:before {
    background: #fcac14 none repeat scroll 0
}

[data-carousel-3d] [data-next-button]:before {
    background: #fcac14 none repeat scroll 0
}


/*
* ----------------------------------------------------------------------------------------
* 07.END APP SCREENSHOT DESIGN
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 08.START HOW IT WORKS DESIGN
* ----------------------------------------------------------------------------------------
*/
.about_video p {
    color: #fff;
    margin: 23px 0 55px;
}

.about_video {
    margin: 0;
    padding-bottom: 0px;
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}

.about_video:before {
    background: rgba(252, 172, 20, 0.85);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    position: absolute;
    top: 0;
    width: 100%;
}

.video-container h3 {
    color: #fff;
    margin-top: 0px;
    text-transform: uppercase;
    margin-bottom: 0;
}

@media only screen and (max-width:320px) {
    .video-container h3 {
        font-size: 20px
    }
}

.play-video-icon {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    justify-content: center;
    text-align: center;
    align-items: center;
    display: flex;
}

.play-video-icon a {
    background-color: #ffffff;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    font-size: 36px;
    height: 80px;
    line-height: 80px;
    padding: 0 0 0 8px;
    text-align: center;
    width: 80px;
    transition: .3s;
    -webkit-transition: .3s;
    position: relative;
}

.play-video-icon a i {
    border-radius: 50%;
    height: 70px;
    left: 0;
    line-height: 66px;
    margin: auto;
    padding: 0 0 0 3px;
    position: absolute;
    right: 0;
    top: 5px;
    width: 70px;
    z-index: 1;
    color: #333;
}

.play-video-icon a i::before {
    margin-left: 3px;
    font-size: 30px;
}

.sonar-wrapper {
    position: relative;
    z-index: 0;
}

.sonar-wrapper .sonar-emitter {
    position: relative;
    margin: 5px auto;
    width: 70px;
    height: 70px;
    border-radius: 9999px;
}

.sonar-wrapper .sonar-emitter .sonar-wave {
    position: absolute;
    top: 0;
    left: -4px;
    width: 100%;
    height: 100%;
    border-radius: 9999px;
    background-color: #ffffff;
    opacity: 0;
    z-index: -9;
    pointer-events: none;
}

.sonar-wrapper .sonar-emitter .sonar-wave {
    -webkit-animation: sonarWave 2s linear infinite;
    animation: sonarWave 2s linear infinite;
}

@-webkit-keyframes sonarWave {
    from {
        opacity: 0.5;
    }

    to {
        transform: scale(3);
        -webkit-transform: scale(3);
        opacity: 0;
    }
}

/*
* ----------------------------------------------------------------------------------------
* 08.END HOW IT WORKS DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 09.START MORE FEATURES DESIGN
* ----------------------------------------------------------------------------------------
*/
.more_features {
    padding-top: 60px;
}

.single_more_feature {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    padding: 0 30px 15px;
    background-color: #fff;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.bg-icon span {
    font-size: 150px;
    left: 0;
    margin-top: -29%;
    opacity: 0.05;
    position: absolute;
    top: 50%;
    transition-duration: 500ms;
    width: 100%;
}

.single_more_feature:hover .bg-icon span {
    opacity: 0.05;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=5)";
}

.single_more_feature .single_icon {
    margin: 0px auto 20px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.single_icon span {
    font-size: 40px;
    text-align: center;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.single_more_feature .single_text h3 {
    font-size: 16px;
    line-height: 21px;
    text-transform: uppercase;
    transition-duration: 500ms;
}


.single_more_feature .single_text p {
    color: #6f6f6f;
    margin: 0;
}

/*
* ----------------------------------------------------------------------------------------
* 09.END MORE FEATURES DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 10.START influencers DESIGN
* ----------------------------------------------------------------------------------------
*/
.our_influencers {
    background: #f9f9f9;
}

.single-influencers {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #f0f0f0;
    text-align: center;
    height: 460px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 6px;

}

@media only screen and (max-width:480px) {
    .single-influencers {
        height: 480px;
    }
}

.influencers-title {
    margin-top: 10px;
    margin-bottom: 10px;
}

.influencers-title p {
    margin: 0;
    padding: 10px;
    text-align: center;
    font-size: 24px;
    color: #333;
}


.price_social ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

@media only screen and (max-width:480px) {
    .price_social ul {
        text-align: center;
    }
}

.price_social ul li {
    display: list-item;
    padding-left: 0px;
    padding-right: 0px;
}

.price_social ul li span {
    color: #fff;
    display: block;
    font-size: 16px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    width: 28px;
    border-radius: 50%;
}

.influencers-price {
    color: #485a71;
    font-size: 28px;
    padding: 10px 0;
    text-align: center;
}

.influencers-price p {
    background: #fff none repeat scroll 0 0;

}

.influencers-price p sup {
    font-size: 20px;
}

.influencers-features {
    padding: 10px 0;
}

.influencers-features p {
    color: #fcac14;
    margin: 0;
    padding: 5px 20px;
    font-weight: 800;
}

.influencers_btn {
    bottom: 60px;
    width: 100%;
    position: absolute;
    left: 0px;
}

.influencers_btn a {
    background: #333 none repeat scroll 0 0;
    border: 1px solid #333;
    border-radius: 50px;
    color: #fff;
    font-size: 14px;
    padding: 10px 30px;
    transition: all 0.4s ease 0s;
}

.influencers_btn a:hover {
    background: #fcac14;
    border: 1px solid #eee;
    color: #fff;
}

.pagination {
    position: sticky;
    width: 100%;
}

/*
* ----------------------------------------------------------------------------------------
* 10.END influencers DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 11.START TESTIMONIAL DESIGN
* ----------------------------------------------------------------------------------------
*/

.testimonial-text i {
    color: #ddd;
    font-size: 60px;
    margin-bottom: 20px;
}

.testimonial-text p {
    font-size: 18px;
    margin-bottom: 20px;
}

.testimonial-text img {
    border-radius: 500px;
    margin: auto;
    width: 100px;
    margin-bottom: 20px;
    border: 2px solid #333;
}

.testimonial-text div {
    border-radius: 500px;
    margin: auto;
    width: 100px;
    margin-bottom: 20px;
    border: 2px solid #333;
    height: 100px;
}

.testimonial-text h4 {
    font-size: 14px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.testimonial-text h5 {
    color: #777;
    margin-bottom: 0;
}

.carousel-indicators li {
    border: 1px solid #333;
    height: 12px;
    margin: 0 2px;
    width: 12px;
}

.carousel-indicators .active {
    background-color: #333;

}

.site-wrapper {
    margin-bottom: 65px
}

#team__carousel {
    margin-bottom: 70px
}

#team__carousel .carousel-indicators {
    bottom: -70px
}

.carousel-control {
    display: none
}

/*
* ----------------------------------------------------------------------------------------
* 11.END TESTIMONIAL DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 12.START DOWNLOAD DESIGN
* ----------------------------------------------------------------------------------------
*/
.download {
    background: #333 none repeat scroll 0 0;
}

.download_icon h2 {
    color: #fff;
    font-size: 25px;
    margin-bottom: 20px;
    margin-top: 0;
    text-transform: uppercase;
}

.download_icon p,
.single_download a {
    color: #fff;
}

.single_download:hover {
    background: #fff;
    color: #333;
    cursor: pointer;
}

.single_download:hover a,
.single_download:hover p,
.single_download:hover h4 {
    color: #333;
}

.d_subtitle {
    margin-bottom: 40px;
}

.download_icon img {
    margin: 0 10px
}

@media only screen and (max-width:480px) {
    .download_icon img {
        margin-bottom: 10px
    }
}

.download-center {
    display: flex;
    justify-content: center;
}

.single_download i.fa {
    float: left;
    margin-top: 16px;
    font-size: 26px;
}

.single_download {
    border: 1px solid #fff;
    float: left;
    color: #fff;
    width: 260px;
    margin: 0 16px;
    padding: 8px 21px;
    height: 70px;
    transition: .5s;
}

.single_download h4 {
    color: #fff;
    font-size: 16px;
    margin-top: 5px;
}

/*
* ----------------------------------------------------------------------------------------
* 12.END DOWNLOAD DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 13.START NEWSLETTER DESIGN
* ----------------------------------------------------------------------------------------
*/
.app-screenshot {
    background: #f9f9f9;
}

.newsletter {
    background: #f9f9f9;
}

.signup_form h3 {
    font-size: 25px;
    margin-bottom: 30px;
    margin-top: 0;
    text-transform: uppercase;
}

.signup_form input {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e8e8e9;
    border-radius: 0;
    box-shadow: none;
    color: #333;
    height: 50px;
    margin-bottom: 30px;
}

.signup_form input:focus {
    box-shadow: none;
    border: 1px solid #333;
    border-radius: 0;
}

.signup_form button {
    background: #333 none repeat scroll 0 0;
    border-radius: 0;
    color: #fff;
    font-size: 12px;
    letter-spacing: 2px;
    outline: medium none !important;
    padding: 15px 27px;
    text-transform: uppercase;
    transition: all 0.2s ease 0s;
}

.signup_form button:hover,
.signup_form button:focus {
    background: #e0e0e0;
    color: #202020;
}

/*
* ----------------------------------------------------------------------------------------
* 13.END NEWSLETTER DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 14.START CONTACT FORM DESIGN
* ----------------------------------------------------------------------------------------
*/
.form .form-group input {
    background: transparent;
    border-color: #e3e3e3;
    height: 40px;
    border-radius: 0;
    box-shadow: none;
}

.dark_bg .form .form-group input {
    border-color: #fff;
}

.form .form-group input:focus {
    border-color: #333;
}

.form .form-group textarea {
    background: transparent;
    border-color: #e3e3e3;
    border-radius: 0;
    box-shadow: none;
}

.dark_bg .form .form-group textarea {
    border-color: #fff;
}

.form .form-group textarea:focus {
    border-color: #333;
}

.contact_btn {
    color: #fff;
    font-size: 13px;
    margin-top: 30px;
    text-transform: capitalize;
    padding: 15px 35px;
    letter-spacing: 0.6px;
    font-weight: 600;
    background: #333;
    border-radius: 25px;
    line-height: 10px;
    border: 2px solid #333;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out 0s;
}

.contact_btn:hover {
    background: transparent;
    border: 2px solid #333;
    color: #333;
}

/*
* ----------------------------------------------------------------------------------------
* 14.END CONTACT FORM DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 15.START ADDRESS DESIGN
* ----------------------------------------------------------------------------------------
*/

.our-address {
    background: #f9f9f9;
}

.single_address {
    margin-bottom: 30px;
}

.single_address i {
    color: #333;
    font-size: 27px;
    float: left;
    margin-right: 12px;
}

.single_address h4 {
    text-transform: capitalize;
}

.single_address p {
    color: #777;
}

/*
* ----------------------------------------------------------------------------------------
* 15.END ADDRESS DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 16.START FOOTER DESIGN
* ----------------------------------------------------------------------------------------
*/
.footer {
    background: #313238 none repeat scroll 0 0;
    padding: 40px 0;
}

.footer_social {
    margin-bottom: 10px;
}

@media only screen and (max-width:480px) {
    .pull-right {
        float: none !important;
    }
}

.footer_social ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

@media only screen and (max-width:480px) {
    .footer_social ul {
        text-align: center;
    }
}

.footer_social ul li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

.footer_social ul li span {
    color: #fff;
    display: block;
    font-size: 16px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    width: 28px;
    border-radius: 50%;
}

.footer_social ul li a {
    color: #fff;
    display: block;
    font-size: 18px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    width: 48px;
    border-radius: 50%;
}

.footer_social ul li a:hover {
    color: #333;
    background: #fff;
}

/*END FOOTER SOCIAL DESIGN*/
.copyright p {
    color: #fff;
    margin-bottom: 0;
    padding-top: 10px;
}

@media only screen and (max-width:480px) {
    .copyright p {
        text-align: center;
    }
}

.facebook {
    background: #5D82D1;
}

.twitter {
    background: #40BFF5;
}

.google {
    background: #EB5E4C;
}

.linkedin {
    background: #238CC8;
}

.youtube {
    background: #CC181E;
}

.instagram {
    background: #A4785F;
}

.tiktok {
    background: #000;
}

/*
* ----------------------------------------------------------------------------------------
* 16.END FOOTER DESIGN
* ----------------------------------------------------------------------------------------
*/

.c1 {
    color: #26A9E0;
}

.c2 {
    color: #EB2E4A;
}

.c3 {
    color: #F15723;
}

.c4 {
    color: #ED1C24;
}

.c5 {
    color: #9B6A30;
}

.c6 {
    color: #19B963;
}

/**************************************
 * 17.FAQ
 *************************************/

.faq-area {}

.faq-accordion .accordion {
    list-style-type: none;
    padding: 0;
    margin: 0;
    padding-left: 0;
    margin-bottom: 0;
    position: relative;
}

.faq-accordion .accordion .accordion-item {
    display: block;
    border-radius: 0;
    margin-bottom: 20px;
    overflow: hidden;
}

.faq-accordion .accordion .accordion-item:last-child {
    margin-bottom: 0;
}

.faq-accordion .accordion .accordion-item .accordion-title {
    padding: 20px;
    color: #333;
    position: relative;
    background: transparent;
    font-size: 18px;
    font-weight: 700;
    display: block;
    border: none;
    padding-left: 0;
    padding-right: 50px;
    border-bottom: 1px solid #e6e6e6;
}

.faq-accordion .accordion .accordion-item .accordion-title i {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #555;
    font-size: 16px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.faq-accordion .accordion .accordion-item .accordion-title.active i::before {
    content: "\f068";
}

.faq-accordion .accordion .accordion-item .accordion-content {
    display: none;
    background-color: #ffffff;
    margin-bottom: 0;
    padding: 20px 15px;
    font-size: 16px;
}

.faq-accordion .accordion .accordion-item .accordion-content.show {
    display: block;
}

/**************************************
 * 17.FAQ
 *************************************/


.influencers-seguidores .list-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.influencers-seguidores {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    margin-left: 20px;
}

.influencers-seguidores li a {
    color: #fff;
    display: block;
    font-size: 16px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    width: 32px;
    border-radius: 50%;
}

.followers {
    font-weight: bold;
    margin-right: 10px;
    margin-left: 10px;
}

.unit {
    color: gray;
}

.truncated-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 310px;
}

.card-padding-bottom {
    padding-bottom: 3rem;
}

.seguidores-filter {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 30px;
    margin-right: 15px;
}

:root {
    --bs-primary: #fcac14;
    --bs-primary-active: #c57c00;
    /* Cor mais forte para o estado :active */
}

.btn-primary,
.btn-primary:hover,
.btn-primary:focus {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
    color: #fff;
    /* Ajuste a cor do texto conforme necessário */
    box-shadow: none;
    /* Remove qualquer sombra */
}

.btn-primary:hover,
.btn-primary:focus {
    filter: brightness(90%);
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active {
    background-color: var(--bs-primary-active);
    /* Cor mais forte para :active */
    border-color: var(--bs-primary-active);
    /* Cor mais forte para :active */
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled):active:hover,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled).active:hover {
    box-shadow: none;
    /* Remove qualquer sombra */
}

.btn-primary.disabled,
.btn-primary:disabled {
    opacity: 0.6;
    pointer-events: none;
}

.swal2-backdrop-show {
    background-color: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(8px);
}

.swal2-popup {
    font-size: 1.4rem !important;
}

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

@media (min-width: 768px) {
    .navbar-right {
        float: right !important;
        margin-right: 50px;
    }
}

.carousel-indicators{
    display: none;
}

.navbar-default.menu-shrink {
    background: #fcac14;
    padding: 10px 0;
    width: 100%;
    margin-top: 0px;
}