   Table Of Contents */


/* General Styling and Tags

Google Font

1.Header and Navigation
  - Header section

2.Slider Revolution
   - Slider section

3.About
   - About section

4.Counter
  - Counter section

5.Feature Box
 - Feature section

6.Team
  - Team section

7.Parallax Background
  - Parallax section

8.Portfolio
 - Portfolio section

9.Price Box
 - Price section

10.Testimonial
  - Testimonials section

11.Blog
  - Blog section

12.Contact
 - Contact section

13.Footer
 - footer

14.Responsive
 - Media Quries
                    */


/* ===================================
    Google font
====================================== */
@font-face {
    font-family: nexa;
    src: url("font/NexaScriptDemo-Bold.otf");
}
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,900');

.mont-font{
    font-family: 'Montserrat', sans-serif, 'nexa';
}

/* ===================================
    Header & Navigation
====================================== */
body{
    font-family:'Montserrat',sans-serif;
    position: relative;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}
:focus{outline: none !important;box-shadow: none !important;}

section{
    padding-top: 100px;
    padding-bottom: 50px
}



/* ===================================
    Counter
====================================== */

.counter{
    background: #f9f9f9;
}
.bg-gradient{
    background: linear-gradient(to right, #FC2548 0%, #f11fad 93%);
}

.hr-line{
    width: 40px;
    height: 3px;
    background: linear-gradient(to right, #FC2548 0%, #f11fad 93%);
    display: block;
    margin-top: 16px;
}
.bg-gradient .hr-line{
    background: #FFFFFF;
}
.icon{
    transition: all 1s;
}

.icon i{
    font-size: 40px;
}

.icon-block:hover .icon{
    transform: rotateY(360deg);
    transition: all 1.2s;
}
.counters i{
    font-size: 18px;
    vertical-align: middle;
    margin-left: 2px;
}


.counter-bg{
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    background-image: url("../images/counter-bg.jpg");
}
.counter-bg1{
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    background-image: url("../images/counter-bg1.jpg");
}
.counter-bg2{
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    background-image: url("../images/counter-bg2.jpg");
}

.bg-counter-light .icon-counters .img-icon {
    height: 100px;
    width: 100px;
    font-size: 40px;
    border-radius: 50%;
    line-height: 100px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.bg-counter-light .icon-counters:hover .img-icon {
    color: #fff;
    background: #00bcd4;
}
.icon-counters .img-icon,
.counters .counters i {
    display: inline-block;
}

.counters .count_nums, .counters i {
    vertical-align: middle;
}
.bg-counter-light {
    background: url(../images/bg-counter-light.jpg) no-repeat;
    background-attachment: fixed;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}
#funfacts-three h4{
    font-size: 18px;
}

/* ===================================
    Feature Box
====================================== */
.feature{
    position: relative;
    overflow: hidden;
}

.circle-bga:before {
    content: url(../images/mypa-tenda-bg.jpg);
	position: absolute;
	
}


.shadow{
    box-shadow: 0 0 10px rgba(0,0,0,0.2) !important;
}

.feature-box{
    max-width: 350px;
    margin-top: 60px;
    padding: 40px;
    position: relative;
    overflow: hidden;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.feature-box p{
    position: relative;
}

.feature-box i{
    font-size: 40px;
    position: relative;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.feature-box h5{
    font-weight:600;
    color:#000000;
    position: relative;
}

.feature-box:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #FC2548 0%, #f11fad 93%);
    opacity:0;
    /*border-radius:50%;*/
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.feature-box:hover:before{
    opacity: 1;
    border-radius:0;
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -ms-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: all .5s ease-in-out;
}


.feature-box:hover i, .feature-box:hover h5, .feature-box:hover p{
    color: #FFFFFF;
}

.feature-box:hover .gradient{
    background: white !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}
.feature-box:hover i{
    transform: translate(0,-13px);
    transition: .5s linear;
}
#rev_slider_8_1_wrapper .tp-caption span, #rev_slider_11_1_wrapper .tp-caption span{
    background: linear-gradient(to right, #FC2548 0%, #f11fad 93%)!important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}
.single_slide .tparrows,.single_slide .tp-bullet{
    display: none;
}

     /* Slider Button */
.slider-btn1{
    background: linear-gradient(to right, #FC2548 0%, #f11fad 93%) !important;
    text-decoration: none;
    padding: 14px 32px !important;
    display: inline;
    border-radius: 32px !important;
    border: 1px solid #f11fad;
    color: white !important;
    font-weight: bold;
    font-size: 15px !important;
}

.slider-btn2{
    background:transparent;
    text-decoration: none;
    padding: 14px 32px !important;
    display: inline;
    border-radius: 30px !important;
    color:#000000 !important;
    font-weight: bold;
    font-size: 15px !important;
    border: 1px solid #000000;
    margin-left: 15px;
}
.slider-btn3{
    background:transparent;
    text-decoration: none;
    padding: 14px 32px !important;
    display: inline;
    border-radius: 30px !important;
    font-weight: bold;
    font-size: 15px !important;
    border: 1px solid;
    margin-left: 15px;
}

.bg-black {
    background: #000000;
}
.bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.z-index-1 {
    z-index: 1;
}
.opacity-6 {
    opacity: .6;
}
.opacity-2 {
    opacity: .2;
}
.slide-text{
    font-size:65px;
    font-weight: 700;
}

.custom-btn1{
    background: linear-gradient(to right, #FC2548 0%, #f11fad 93%) !important;
    text-decoration: none;
    padding: 12px 32px !important;
    display: inline-block;
    border-radius: 32px !important;
    color: white !important;
    font-weight: 500;
    font-size: 15px !important;
    border: 1px solid #f11fad;
}

.custom-btn2{
    background:transparent !important;
    text-decoration: none;
    padding: 12px 32px !important;
    display: inline;
    border-radius: 30px !important;
    color:#000000;
    font-weight: 500;
    font-size: 15px !important;
    border: 1px solid #000000;
    margin-left: 15px;
}
.custom-btn3{
    background: #000000 !important;
    text-decoration: none;
    padding: 12px 32px !important;
    display: inline;
    border-radius: 30px !important;
    color:#ffffff !important;
    font-weight: 500;
    font-size: 15px !important;
    margin-left: 15px;
}
.btn:focus{
    box-shadow: none;
}

/* Shutter Out Horizontal Gradient */
.hvr-shutter-out-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    background: transparent;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.hvr-shutter-out-horizontal:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 38px;
    background: linear-gradient(to right, #f11fad 0%, #FC2548 93%);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-shutter-out-horizontal:hover, .hvr-shutter-out-horizontal:focus, .hvr-shutter-out-horizontal:active {
    color: white;
}
.hvr-shutter-out-horizontal:hover:before, .hvr-shutter-out-horizontal:focus:before, .hvr-shutter-out-horizontal:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
/* Shutter Out Horizontal Gradient */

a:hover,a:focus{
    text-decoration: none;
}

.slider-btn2:hover, .slider-btn2:active, .slider-btn2:focus{
    color: #FFFFFF !important;
}
.slider-btn3:hover,.slider-btn3:focus{
    color: #000000;
}
.slider-btn3.hvr-shutter-out-horizontal:before{
    background: #FFFFFF;
}

.custom-btn2:hover, .custom-btn2:active, .custom-btn2:focus{
    border: 1px solid #f11fad;
    color: #FFFFFF;
}

/* Shutter Out Horizontal Black*/
.hvr-shutter-out-horizontal-blk {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    background: #e1e1e1;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.hvr-shutter-out-horizontal-blk:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 38px;
    background: #000000;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-shutter-out-horizontal-blk:hover, .hvr-shutter-out-horizontal-blk:focus, .hvr-shutter-out-horizontal-blk:active {
    color: white;
    border: 1px solid #000000;
    transition: all .5s ease !important;
}
.hvr-shutter-out-horizontal-blk:hover:before, .hvr-shutter-out-horizontal-blk:focus:before, .hvr-shutter-out-horizontal-blk:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
/* ===================================
    Team
====================================== */
.team,.our-team{
    background: #f9f9f9;
}

.team-image{
    background: linear-gradient(to right, #FC2548 0%, #f11fad 93%);
    max-width: 290px;
    max-height: 300px;
}
.team-image2{
    background: linear-gradient(to right, #f11fad 25%, #FC2548 93%);
    max-width: 290px;
    max-height: 300px;
}
.team-image img{
    width: 92%;
    height:auto;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.team-image2 img{
    width: 92%;
    height:auto;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.m-image1{
    margin: 21px 0 0px 21px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.m-image2{
    margin:0 21px 21px 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.m-image3{
    margin:21px 21px 0 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.mt-100{
    margin-top: 100px;
}
.mt-60{
    margin-top:60px;
}
.mt-50{
    margin-top: 50px;
}
.pl-6{
    padding-left: 4rem;
}
.team-intro{
    padding: 30px 20px;
}
.team-large .mt-60{
    margin-top: 0px;
}
.team-social{
    margin-bottom: 5px;
}
.team-social li{
    list-style: none;
    display: inline-block;
}
.team-social>li>a{
    height: 35px;
    width: 35px;
    border-radius: 30px;
    background: transparent;
    display: block;
    line-height: 38px;
    color: inherit;
}
.facebook_color{
    color:#4267b2;
}
.twitter_color{
    color:#00a7e6;
}
.linkdin_color{
    color:#1682ab;
}
.googleplus_color{
    color:#d5463a;
}
.instagram_color{
    color:#aa2fb5;
}

.facebook_bg_hvr2,
.instagram_bg_hvr2 {
    fill: #fff;
}

.facebook_bg_hvr2:hover{
    color:#4267b2 !important;
    fill: #000;
   
    transition: .3s ease-in-out;
}
.twitter_bg_hvr2:hover{
    color:#00a7e6 !important;
    background: #FFFFFF;
    transition: .3s ease-in-out;
}
.linkdin_bg_hvr2:hover{
    color:#1682ab !important;
    background: #FFFFFF;
    transition: .3s ease-in-out;
}
.googleplus_bg_hvr2:hover{
    color:#d5463a !important;
    background: #FFFFFF;
    transition: .3s ease-in-out;
}
.instagram_bg_hvr2:hover{
    color:#aa2fb5 !important;
    fill: #000;
    
   
    transition: .3s ease-in-out;
}
.team-intro{}

/*Hover for team1 and team 3*/

.hvr-team {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.hvr-team:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:linear-gradient(to right, #FC2548 0%, #f11fad 93%);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.team-col, .team-col2{
    max-width: 278px;
}



.team-col:hover h5{
    background: #FFFFFF !important;
    font-weight: 500;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}
.hvr-team:hover, .hvr-team:focus, .hvr-team:active {
    color: white;
}
.team-col:hover .hvr-team:before,.team-col:focus .hvr-team:before, .team-col:active .hvr-team:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
.team-col:hover, .team-col2{
    cursor: pointer;
}

.team-col:hover .team-image img {
    width: 100%;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.team-col:hover .m-image1, .team-col:hover .m-image3 {
    margin: 0 ;
}

/*Hover for team 2 and 4*/
/* Sweep To Top */
.hvr-team2 {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.hvr-team2:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:linear-gradient(to right, #FC2548 0%, #f11fad 93%);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.team-col2:hover h5{
    background: #FFFFFF !important;
    font-weight: 500;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}
.hvr-team2:hover, .hvr-team2:focus, .hvr-team2:active {
    color: white;
}
.team-col2:hover .hvr-team2:before,.team-col2:focus .hvr-team2:before, .team-col2:active .hvr-team2:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.team-col2:hover .team-image2 img, .team-col2:hover .team-image img {
    width: 100%;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.team-col2:hover .m-image2, .team-col2:hover .m-image4{
    margin: 0 ;
}
.small-container{
    max-width: 866px;
}
     /*Team 2*/

/*.team-box{*/
    /*position: relative;*/
    /*overflow: hidden;*/
/*}*/
/*.image-box{*/
    /*position: relative;*/
    /*overflow: hidden;*/
/*}*/
/*.image-box img{*/
    /*position: relative;*/
/*}*/
/*.image-box .overlay ul{*/
    /*list-style: none;*/
/*}*/
/*.image-box .overlay ul li {*/
    /*opacity: 0;*/
    /*visibility: hidden;*/
    /*display: inline-block;*/
    /*-webkit-transform: translateY(-100%);*/
    /*-ms-transform: translateY(-100%);*/
    /*-o-transform: translateY(-100%);*/
    /*transform: translateY(-100%);*/
/*}*/
/*.image-box .overlay ul li a {*/
    /*background: #fff;*/
    /*border-color: #fff;*/
    /*color: #384141;*/
    /*-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .1);*/
    /*box-shadow: 0 0 3px rgba(0, 0, 0, .1);*/
    /*font-size: 16px;*/
    /*height: 36px;*/
    /*line-height: 35px;*/
    /*text-align: center;*/
    /*width: 36px;*/
    /*-webkit-border-radius: 50%;*/
    /*border-radius: 50%;*/
    /*position: relative;*/
    /*z-index: 1;*/
    /*overflow: hidden;*/
    /*-webkit-transition: all .5s ease;*/
    /*-o-transition: all .5s ease;*/
    /*transition: all .5s ease;*/
/*}*/

/*.owl-team .item{*/
    /*margin: 0 10px;*/
/*}*/
/*.owl-team .team-content{*/
    /*padding:20px 10px;*/
/*}*/

.team-box .overlay{
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.center-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/*.team-box:hover .image-box .overlay {*/
    /*opacity: 1;*/
    /*visibility: visible;*/
/*}*/



/* ----- Team ----- */
.owl-team .item{
    padding: 0px 10px;
}
.owl-team .owl-dots{
    display: none;
}
.image-box{
    position: relative;
    overflow: hidden;
}
.image-box:hover img {
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transform-origin: center center;
    -o-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
}
.team-box .social_icons{
    position: relative;
    top: 0px;
    right: 0px;
    color: #000000;
    padding: 0;
}

.team-box {
    position: relative;
    overflow: hidden;
}
.team-box .team-content {
    padding: 30px 1.25rem;
    text-align: center;
    background: #ffffff;
}

.team-box .team-content p {
    margin-bottom: 0;
}
.team-box.greycontent .team-content {
    background: #f6f6f6;
}
.team-box:nth-child(3n-2) .overlay,
.team-box.firstcolor .overlay {
    background: rgba(0, 210, 237, .7);
}
.team-box:nth-child(3n) .overlay,
.team-box.secondcolor .overlay {
    background: rgba(127, 184, 0, .7);
}
.team-box:nth-child(2n) .overlay,
.team-box.thirdcolor .overlay {
    background: rgba(13, 44, 84, .7);
}

.team-box:hover .overlay {
    opacity: 1;
    visibility: visible;
}
.
/* ----- Team Ends ----- */




/* ===================================
    Parallax Background
====================================== */

.parallax-bg{
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    background-position: center center;
    overflow: hidden;
    width: 100%;
}
.parallax-bg-img{
    background-image: url("../images/para.jpg");
}
.parallax-bg-img2{
    background-image: url("../images/para2.jpg");
}
.parallax-bg-img3{
    background-image: url("../images/para3.jpg")
}
.parallax-bg-img4{
    background-image: url("../images/para4.jpg")
}
.parallax-bg i{
    font-size: 30px;
}

.parallax-bg h2{
    max-width: 1000px;
    font-weight: 500;
}
.parallax-bg h4{
    font-weight: 500;
}
.animated  {
    -webkit-animation-duration :1000ms;
    animation-duration : 1000ms;
    -webkit-animation-fill-mode : both  ;
    animation-fill-mode : both  ;
}

/* ===================================
    Portfolio
====================================== */



/* ===================================
    Price Box
====================================== */
.price-plan {
    background: #f9f9f9;
}
.price-box{
    background-color: #FFFFFF;
    padding: 45px 25px;
    text-align:center;
    max-width: 350px;
    margin: 0 auto;
    border-radius: 10px;
    transition: 1s;
    position: relative;
}
.price-style-2 .price-box{
    max-width: 100%;
}
.price-box .para{
    color: #343a40;
    font-weight:700;
}
.price-plan.price-style-2 .price-box .para{
    border-top: 1px solid ;
    border-bottom: 1px solid ;
}
.price-box .price{
    font-size: 62px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}
.price-box .subscript{
    top: -33px;
    position: relative;
}

.price-box:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to right, rgba(252, 37, 72, 0.88), rgba(241, 31, 173, 0.88) 90%);
    color: #ffffff;
    opacity: 0;
    transition: opacity .5s ease-in-out;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}
.price-box.center:before{
    transition: opacity .5s ease-in-out;
    opacity: 1;
}


.price-plan .center .gradient{
    background: #FFFFFF !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

.price-plan .center .btn{
    border: 1px solid #FFFFFF !important;
    color: #FFFFFF !important;
    background-color: transparent !important;
    position: relative;
}

.price-box.main .hvr-shutter-out-horizontal:before, .price-box .hvr-shutter-out-horizontal:before {
    background: #FFFFFF;
}
.price-box .btn:hover,.price-box .btn:focus{
    color:#f5218a !important;
}

/* ===================================
    Testimonial
====================================== */
.testimonial{
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}
.testimonial-bg-img{
    background-image: url("../images/testimonial_bg.jpg");
}
.testimonial-bg-img2{
    background-image: url("../images/testimonial_bg2.jpg");
}


.testimonial .item p{
    max-width: 405px;
    color: rgba(0, 0, 0, 0.85);
}
.testimonial img{
    max-width: 58px;
}
.owl-testimonial .owl-dots .owl-dot span {
    background: #696969;
}
.owl-testimonial .owl-dots .owl-dot span:hover {
    background: #000000;
}
.owl-testimonial .owl-dots .owl-dot.active span{
    background: linear-gradient(to right, #FC2548 0%, #f11fad 93%);
}
.owl-testimonial .owl-dots{
    margin: 70px auto 0px !important;
    position: absolute;
    width: 100%;
}
.owl-testimonial2 .item p{
    max-width: 560px;
    letter-spacing: 0.7px;
}
.owl-testimonial2 img{
    max-width: 75px;
}

.testimonial-wrapp,
.testimonial-wrapp .testimonial-text,
.testimonial-wrapp .testimonial-photo,
.testimonial-wrapp .quoted, .testimonial-quote,
.testimonial-wrapp .testimonial-text p{
    position: relative;
    -webkit-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in;
}
.testimonial-wrapp,
.testimonial-wrapp .testimonial-text {
    text-align: center;
}
.testimonial-wrapp .quoted,
.testimonial-wrapp .testimonial-photo {
    display: inline-block;
}
.testimonial-wrapp .quoted {
    background: #643094;
    color: #fff;
    font-size: 20px;
    line-height: 50px;
    height: 50px;
    width: 50px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
    z-index: 1;
}
.testimonial-wrapp .testimonial-text {
    background: #f6f6f6;
    padding: 4.25rem 2.5rem;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #f1f1f1;
}
.testimonial-wrapp .testimonial-photo {
    height: 100px;
    width: 100px;
    margin-top: -50px;
}
.testimonial-wrapp .testimonial-photo,
.testimonial-wrapp .testimonial-photo > img{
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
#testimonial-slider .owl-item:nth-child(2n) .testimonial-wrapp .quoted,
#testimonial-slider .owl-item:nth-child(2n) .testimonial-wrapp:hover .testimonial-text{
    background: #00bcd4;
}
.testimonial-wrapp:hover .testimonial-text{
    background: #643094;
}
.testimonial-wrapp:hover .testimonial-text p{
    color: #ffffff;
    transition: .4s ease-in-out;
}
#our-testimonial .owl-theme .owl-dots .owl-dot span{
    height: 15px;
    width: 15px;
    background: transparent;
    border: 1px solid #00bcd4;
    transition: .3s ease-in-out;
}
#our-testimonial .owl-theme .owl-dots .owl-dot.active span, #our-testimonial .owl-theme .owl-dots .owl-dot:hover span{
    background: #00bcd4;
    border: 1px solid #00bcd4;
    transition: .3s ease-in-out;
}


/*Testimonial Quotes*/

.testimonial-bg, .testimonial-bg-light{
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
}

.testimonial-quote {
    text-align: left;
    padding-top: 10px;
}
.no-quote .testimonial-quote {
    text-align: center;
}

.testimonial-quote h6{
    font-weight: 300;
}







/* video section */


.button-play i{
    color: #fff;
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -ms-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
}
.button-play:hover,.button-play:focus{
    color: #ff6666;
    background: #FFFFFF;
}
.button-play:hover i,.button-play:focus i{
    color: #ff6666;
}
.story-image img{
    width: 100%;
}

@-webkit-keyframes pulse_effect {
    0% {
        -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.9);
        box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.9);
    }
    25% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.6);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.6);
    }
    70% {
        -webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.3);
        box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.3);
    }
    100% {
        -webkit-box-shadow: 0 0 0 60px rgba(255, 255, 255, 0.1);
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1);
    }
}
@-o-keyframes pulse_effect {
    0% {
        box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.9);
    }
    25% {
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.6);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.3);
    }
    100% {
        box-shadow: 0 0 0 20px rgba(100, 48, 148, 0.1);
    }
}
@keyframes pulse_effect {
    0% {
        -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.9);
        box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.9);
    }
    25% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.6);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.6);
    }
    70% {
        -webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.3);
        box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.3);
    }
    100% {
        -webkit-box-shadow: 0 0 0 60px rgba(255, 255, 255, 0.1);
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1);
    }
}



/* ===================================
    Blog
====================================== */
.img-hvr{
    overflow: hidden;
}
.img-hvr img{
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.img-hvr:hover img{
    transform: scale(1.1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.date{
    position: absolute;
    top: 5px;
    background: #FFFFFF;
    right: 19px;
    padding: 8px 16px;
    text-align: center;
    transition: .3s;
}
.img-hvr:hover .date{
    background: linear-gradient(to right, #FC2548 0%, #f11fad 93%);
    transition: .3s;
}

.img-hvr:hover .date h5{
    color: #FFFFFF;
}

.date h5{
    font-size: 14px;
    margin: 2px auto;
}
.blog-content{
    text-align: center;
    padding-right: 10px;
    padding-left: 10px;
}
/*cor do vendemos para todo o Brasil*/
@media (max-width: 990px){
    #seta{display: none;}
}
.divmapa-fluid h6 {
    color: #fff;
    font-size: 25px;
    margin: -150px;
    left: 200px;
    top: 60px;
    font-family: nexa;
    display: block;
    position: absolute;    
}
@media (max-width: 990px){
    #setamapa{display: none;}
    
}
.divmapa-fluid #setamapa{
    position: absolute;
    left: 48%;
    margin-top: -400px;
    max-height: 300px;
}


.divmapa-fluid h3{
    color: white;
    margin-top: 100px;
}
.divmapa-fluid p,
.divmapa-fluid a {
    color: #fff;
    
}

.divmapa-fluid botao {
    position: relative;
    align-items: center;
    left:50%;
    
}

/*   Blog Pages */
.bglight {
    background: #f6f6f6;
}
.breadcrumb {
    background: transparent;
    padding: 0;
}
.breadcrumb .breadcrumb-item a{
    color: #ffffff;
}
.breadcrumb .breadcrumb-item.active {
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 500;
}
.breadcrumb .breadcrumb-item a:hover, .breadcrumb .breadcrumb-item a:focus, .breadcrumb .breadcrumb-item.active {
    color: #f5218a;
}
.news_item.shadow {
    -webkit-box-shadow: 0 0px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0px 5px 0px rgba(0, 0, 0, 0.1);
}
.news_item, .eny_profile, blockquote.blockquote {
    position: relative;
}
.news_item {
    background: #fff;
}
.news_item .news_desc {
    padding: 40px 30px;
}
.font-light {
    font-weight: 400;
}
.meta-tags{
    list-style: none;
    padding: 0;
    margin: 0;
}

.pb-35{
    padding-bottom: 35px;
}
.p_tb-60{
    padding-bottom: 60px;
    padding-top: 60px;
}

#our-blog .image{
    margin: 0;
    top: 0;
    width: 100%;
}
#our-blog .custom-btn1{
    line-height: 22px;
}
#our-blog h4,#our-blog h6{
    font-weight: 400;
    color: #212331;
}
#our-blog .image img{
    max-width: 100%;
}
#our-blog a, a:hover, a:focus {
    outline: none;
    text-decoration: none;
    color: inherit;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;

}
.news_desc p{
    margin-bottom: 34px;
    color: #a5a5a5
}


.pagination li > a {
    height: 36px;
    width: 36px;
    padding: 0;
    line-height: 36px;
    font-size: 18px;
    color: #a5a5a5;
    text-align: center;
    margin: 0 4px;
    border: none;
}

.news_item.shadow {
    -webkit-box-shadow: 0 0px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0px 5px 0px rgba(0, 0, 0, 0.1);
}
.news_item {
    background: #0000FF;
}
.news_item, .eny_profile, blockquote.blockquote {
    position: relative;
}
blockquote.blockquote {
    font-style: italic;
}
blockquote.blockquote::before {
    content: "\f10d";
    font-family: FontAwesome;
    width: 40px;
    font-size: 28px;
    margin-right: 15px;
    color: #a1a1a1;
}
blockquote.blockquote::after {
    content: "\f10e";
    font-family: FontAwesome;
    width: 40px;
    font-size: 28px;
    margin-left: 15px;
    color: #a1a1a1;
}


.eny_profile {
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 12px;
}
.news_item, .eny_profile, blockquote.blockquote {
    position: relative;
}
.eny_profile .profile_photo {
    height: 90px;
    width: 90px;
}
.eny_profile .profile_photo, .eny_profile .profile_text {
    display: table-cell;
    vertical-align: top;
}
.eny_profile .profile_text {
    padding-left: 20px;
}
.eny_profile .profile_photo, .eny_profile .profile_text {
    display: table-cell;
    vertical-align: top;
}
.eny_profile .profile_photo > img {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 100%;
}
.whitebox .widget {
    padding: 40px 30px;
    background: #fff;
    -webkit-box-shadow: 0 0px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0px 5px 0px rgba(0, 0, 0, 0.1);
}
.heading_space {
    margin-bottom: 2.05rem;
}

.single_post {
    overflow: hidden;
    display: table;
}

.bottom15 {
    margin-bottom: 15px;
}
.bottom20 {
    margin-bottom: 20px;
}
.bottom35 {
    margin-bottom: 35px;
}
.bottom40{
    margin-bottom: 40px;
}
.top30{
    margin-top: 30px;
}


.single_post .post {
    height: 60px;
    width: 60px;
}
.single_post .post, .single_post .text {
    display: table-cell;
}
.single_post .post > img {
    width: 100%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.single_post .text {
    vertical-align: middle;
    padding-left: 10px;
    font-size: 14px;
}
.single_post .post, .single_post .text {
    display: table-cell;
}
.single_post .text > a {
    font-weight: 600;
}
.single_post span {
    font-size: 11px;
    display: block;
}
.bottom20 {
    margin-bottom: 20px;
}
.webcats,.webtags{
    padding: 0;
}

.widget_search .input-group {
    width: 100%;
}
.widget_search .form-control, .widget_search .input-group-addon {
    border-color: #d6d5d5;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: table-cell;
}
.widget_search .form-control {
    -webkit-border-bottom-left-radius: 20px;
    border-bottom-left-radius: 20px;
    -webkit-border-top-left-radius: 20px;
    border-top-left-radius: 20px;
}
.widget_search .input-group-addon {
    height: 38px;
    background: linear-gradient(to right, #FC2548 -50%, #f11fad 93%);
    color: #fff;
    position: relative;
    top: 0;
    left: 0px;
    width: 40px;
    -webkit-border-top-right-radius: 20px;
    border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border: none;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.getin_form .form-control {
    border: none;
    border-bottom: 1px solid #a5a5a5;
    padding: 12px 0;
    background: #fff;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #a5a5a5;
    font-size: 14px;
    position: relative;
    -webkit-transition: border .9s ease;
    -o-transition: border .9s ease;
    transition: border .9s ease;
}
.getin_form textarea{
    resize: none;
}
/* ===================================
    Brand Carousal
====================================== */
.brand-carousel .item{
    width: 100%;
    height: 35px;
    text-align: center;
    line-height: 35px;
    overflow: hidden;
    position: relative
}
.brand-carousel .item img{
    cursor: pointer;
    width: 100%;
    max-width: 160px;
    margin: 0 auto;
    text-align: center;
}

/* ===================================
    Contact
====================================== */
.contact{
    padding-top: 0px;
}
.address{
    background: linear-gradient(to right,  #f11fad 0%, #FC2548 93%);
    /*padding-top: 50px;*/
}
.address-box{
    /*margin-top:75px;*/
    margin-left: 60px;
    /*text-align: center;*/
}

.col-md h2{
    text-align: left;
    color: black;
}
/*fale conosco*/
.address h2,.address p,.address h5{
    color: #FFFFFF;
}
.address img{
    max-width: 100%;
    height: auto;
    position: relative;
    top: 55px;
}
.address p{
    font-size: 15px;
    margin-bottom: 0px;
}
.address ul{
    list-style: none;
    padding: 0;
    /*margin-top: 50px;*/
}
.address ul li {
    display: inline-block;
    text-align: center;
}

.address .link {
    color: #fff;
}

.address a.icon2{
    color:#FFFFFF;
    height: 24px;
    width: 24px;
    line-height: 24px;
    border-radius: 24px;
    background: transparent;
    display: block;
}
.contact-form{
    /*margin-top: 140px;*/
    position: relative;
    overflow: hidden;
}
.contact-form form{
    /*max-width: 750px;*/
    /*text-align: center;*/
    /*margin:60px auto 0px;*/
}
.contact-form .form-group{
    margin-top: 20px;
}

.contact-form .form-control {
    border: none;
    border-bottom: 1px solid #ced4da;
    border-radius:0px;
    font-size: 14px;
    padding: 0;
    height:40px;
    background:transparent;
}
.contact-form label{
    font-size: 13px;
    color: #a4a0a0;
    margin-bottom: 0;
    margin-top: 10px;
}
#map-container {
    height: 560px;
    width: 100%;
    position: absolute;
    background: black;

    /*top:60px;*/
}
.check-box {
    margin: 12px 20px 0px;
}
/*.message{*/
    /*margin-top: 41px;*/
/*}*/
.message textarea{
    width: 100%;
    resize: none;
    /*margin-top: 14px;*/
    border: none;
    border-bottom: 1px solid #ced4da;
    background: transparent;
    line-height: 26px;
}
.message .form-group{
    margin-bottom: 0px;
}
.circle-bg2:before {
    content: url(../images/process-bg.png);
    position: absolute;
    right: -10px;
    top: 10px;
}
/* ===================================
    footer
====================================== */
footer{
    padding-top: 30px;
    padding-bottom: 10px;
    background: #f9f9f9;
}
.footer_social_icons ul{
    list-style: none;
    padding: 0;
    text-align: center;
    margin-bottom: 10px;
}
.footer_social_icons ul li{
    display: inline-block;
}
.footer_social_icons ul li a{
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 51px;
    border-radius: 50px;
    background: transparent;
    display: block;
    color: #000000;
    overflow: hidden;
}
.facebook_bg_hvr:hover{
    color:#FFFFFF;
    background: #4267b2 !important;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.twitter_bg_hvr:hover{
    color:#FFFFFF;
    background: #00a7e6 !important;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.linkdin_bg_hvr:hover{
    color:#FFFFFF;
    background: #1682ab !important;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.instagram_bg_hvr:hover{
    color:#FFFFFF;
    background: linear-gradient(to bottom, #aa2fb5 0%, #f1762c 93%)!important;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.googleplus_bg_hvr:hover{
    color:#FFFFFF;
    background: #d5463a !important;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.mail_bg_hvr:hover{
    color:#FFFFFF;
    background: #5101ad !important;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

/* The container */
.check-container {
    display: block;
    position: absolute;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 28px;
}

/* Hide the browser's default checkbox */
.check-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 28px;
    width: 28px;
    border: 2px solid #dbdbdb;
}

/* On mouse-over, add a grey background color */
.checkbox:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
/*.check-container input:checked ~ .checkmark {*/
    /*background-color: #2196F3;*/
/*}*/

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.check-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.check-container .checkmark:after {
    left: 8px;
    top: 2px;
    width: 8px;
    height: 16px;
    border: solid #dbdbdb;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.web-link{
    color: inherit;
}
.web-link:hover{
    color:#000000;
}
.slider-image{
    max-width: 550px !important;
    height: auto !important;
}
.slider-image img{
    max-width: 100% !important;
    height: auto !important;
}

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
}
.particles-slider-bg{
    background: url("../images/particles-slider-bg.jpg ");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center 0px;
    position: relative;
    overflow: hidden;
}

.back-top {
    color: #fff;
    right: 20px;
    font-size: 26px;
    position: fixed;
    z-index: 1600;
    opacity: 0;
    visibility: hidden;
    bottom: 70px;
    background: -webkit-linear-gradient(90deg, #FC2548, #f11fad);
    background: -webkit-gradient(linear, left top, right top, color-stop(#FC2548), color-stop(#f11fad));
    background: -webkit-linear-gradient(left, #FC2548, #f11fad);
    background: -o-linear-gradient(left, #FC2548, #f11fad);
    background: -webkit-gradient(linear, left top, right top, from(#FC2548), to(#f11fad));
    background: linear-gradient(90deg, #FC2548, #f11fad);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 36px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
     -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
     transition: all .3s ease;
}
.back-top::before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: -1;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    background: #000000;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;

}
.back-top-visible {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}
.back-top:hover::before, .back-top:focus::before {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.back-top:hover, .back-top:focus {
    color: #fff;
}


/*Service Slider*/

#services-slider {
    margin: -140px 0 0;
    min-height: 350px;
    position: relative;
    z-index: 21;
}
#services-slider.owl-carousel .owl-stage-outer{
    padding-top: 25px;
    padding-bottom: 25px;
}
#services-slider .service-box{
    position: relative;
    padding: 3rem 1rem;
    background: #FFFFFF;
    text-align: center;
    -webkit-transition: all .5s ease .1s;
    -o-transition: all .5s ease .1s;
    transition: all .5s ease .1s;
    z-index: 2;
    overflow: hidden;
}
#services-slider .service-box::before {
    content: "";
    top: -100px;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    background: -webkit-linear-gradient(90deg, #00e4ce 31%, #00abc9 69%);
    background: -webkit-gradient(linear, left top, right top, color-stop(31%, #00e4ce), color-stop(69%, #00abc9));
    background: -webkit-linear-gradient(left, #00e4ce 31%, #00abc9 69%);
    background: -o-linear-gradient(left, #00e4ce 31%, #00abc9 69%);
    background: linear-gradient(90deg, #00e4ce 31%, #00abc9 69%);
}
#services-slider .owl-item.center .service-box::before {
    background: -webkit-linear-gradient(90deg, #423f9c 31%, #862359 69%);
    background: -webkit-gradient(linear, left top, right top, color-stop(31%, #423f9c), color-stop(69%, #862359));
    background: -webkit-linear-gradient(left, #423f9c 31%, #862359 69%);
    background: -o-linear-gradient(left, #423f9c 31%, #862359 69%);
    background: linear-gradient(90deg, #423f9c 31%, #862359 69%);
}
#services-slider .service-box > span {
    display: inline-block;
    font-size: 32px;
    height: 50px;
    width: 50px;
    overflow: hidden;
}
#services-slider .service-box > span > i {
    -webkit-transition: all .9s ease .2s;
    -o-transition: all .9s ease .2s;
    transition: all .9s ease .2s;
}
#services-slider .service-box h4{
    font-weight: bold;
}
#services-slider .service-box:hover span {
    font-size: 38px;
}
#services-slider .owl-item.center .service-box {
    background: #643094;
    padding: 4.5rem 1rem;
    margin-top: -25px;
}
#services-slider .service-box:hover::before {
    opacity: 1;
    visibility: visible;
    top: 0;
}
#services-slider .item .feature-box{
    margin-top: 15px;
    max-width: inherit;
    background: linear-gradient(to right, #FC2548 -50%, #f11fad 93%);
}
#services-slider .owl-item.active.center .feature-box{
   padding: 65px 40px;
    margin-top: -10px;
    background: linear-gradient(to right, #FC2548 -50%, #f11fad 93%);
}
#services-slider .item .feature-box i, #services-slider .item .feature-box h5,#services-slider .item .feature-box p{
    color: #ffffff;
}
#services-slider .feature-box:before{
    background: #000000;
}

@media screen and (max-width: 768px) {
    #services-slider {
        margin: -70px 0 0;
    } 
    
}

#error {
    height: 100vh;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.error-bg {
    background: url("../images/slider-bg2.jpg") no-repeat 50% 50%;
    width: 100%;
    height: 100vh;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    z-index: 0;
}

}

.error-para-font-size {
    font-size: 1.7rem;
    font-weight: 400;
    line-height: 30px;
}



/* ===================================
    Media Queries
====================================== */


@media (max-width: 767px){
    section{padding-top: 70px; padding-bottom: 70px}

    .feature {
        padding: 0;
    }

    .blog {
        padding-top: 0;
        padding-bottom: 20px;
    }

    

    .divmapa-fluid {
        padding: 5px 20px 30px;
    }

    .title{text-align: center}
    .about p{margin-top: 30px;text-align: center}
    .counter {text-align: center}
    .counter .icon{margin-top: 20px}
    .hr-line{margin-right: auto;margin-left: auto}
    .team-col, .team-col2{margin: 30px auto 0 !important;}
    .team-image img,.team-image2 img{width: 100%}
    .m-image1,.m-image2,.m-image3,.m-image4{margin: 0 auto}
    .team-intro{margin-top: 0px}
    .date{right: 19px}
    
    h2{font-size: 32px}
    h4{font-size: 20px}
   
    h5{
        font-size:16px
    color: #000000;
    text-align: center;
    font-family: 'Montserrat:wght@200', sans-serif;
    
}
        
    
    
    .price-box .price{font-size: 50px}
    .feature-box {margin: 30px auto 0 auto;}
    .port-box p{max-width: 400px}
    .price-area{margin-top: 30px}
    .price-mt {margin-top: 30px}
    .price-box .hvr-shutter-out-horizontal:before{background: #000000;}
    .price-area .custom-btn2:hover, .price-area .custom-btn2:active, .price-area .custom-btn2:focus {border: 1px solid #000000;color: #FFFFFF;}
    .price-area .left .btn:hover, .price-area .left .btn:focus,.price-area .right .btn:hover, .price-area .right .btn:focus{color:#FFFFFF !important;}
    .circle-bg:before,.circle-bg2:before{right: -50px}
    .custom-btn2,.custom-btn1{padding: 10px 22px !important; font-size: 13px !important;}
    .slider-btn1,.slider-btn2,.slider-btn3{padding: 11px 23px !important; font-size: 13px !important;}
    .check-box{margin: 0px auto 20px auto;}
    .message {margin-top: 30px}
    .opacity-2 {opacity: .6;}
    /*#map-container{top: 24px;}*/
    /*.contact-form{margin-top: 100px}*/
    form{margin-top: 0px !important;}
    .form-check-input {position: relative;margin-top: .3rem;margin-left: 0.35rem;}
    .form.mt-50{margin-top:20px}
    .checkbox-row{margin-top: 15px}
    .checkbox-row .check-container{position: relative;}
    .checkbox-row .btn{color: #fff; margin-top: 30px;}
    .slide-text{font-size:35px;font-weight: 700;}
    .parallax-bg .text-left.mb-4{margin-bottom: 5px !important;}
    .owl-testimonial .owl-dots{margin: 35px auto 0px !important;}
    #our-blog{padding: 5rem 0;}
    .last-widget{margin-bottom: 0px}


}

/*#map {
    display: none;
}*/

#map {
    width: 100% !important;
    height: auto;
}
@media (max-width: 576px){
    #map{
        max-width: 100%;
        width: auto !important;
    } 
}

#map .state {
    cursor: pointer;
}

#map .state .shape {
    cursor: pointer;
    -width: 0;
}

#map .state .label_icon_state {
    fill: #000000;
    font-family: Arial;
    font-size: 11px;
    line-height: 12px;
    font-weight: normal;
}

#map .state .label_state {
    display: none;
    font-family: Arial;
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
}

#map .state:hover .label_state,
#map .state.hover .label_state {
    display: block;
}

/*cor do mapa*/
#map .model-green .state .shape {
    fill: #ffffff;
}

/*bolinha dos estados menores*/
#map .model-green .state .icon_state {
    fill: #eee;
}

/*sigla estados*/
#map .model-green .state .label_icon_state {
    fill: #000000;
}

#map .model-green .state .label_state {
    fill: #ffffff;
}

#map .model-green .state:hover .shape,
#map .model-green .state.hover .shape {
    fill: #000;
}

#map .model-green .state:hover .icon_state,
#map .model-green .state.hover .icon_state {
    fill: #000;
}

#map .model-green .state:hover .label_icon_state {
    fill: #fff;
}

#map .model-orange .state .shape {
    fill: #000000;
}

#map .model-orange .state .icon_state {
    fill: #6cb361;
}

#map .model-orange .state .label_icon_state {
    fill: #fff;
}

#map .model-orange .state .label_state {
    fill: #000000;
}

#map .model-orange .state:hover .shape,
#map .model-orange .state.hover .shape {
    fill: #000000;
}

#map .model-orange .state:hover .icon_state,
#map .model-orange .state.hover .icon_state {
    fill: #10592f;
}

#map .model-darkgreen .state .shape {
    fill: #366823;
}

#map .model-darkgreen .state .icon_state {
    fill: #2779c6;
}

#map .model-darkgreen .state .label_icon_state {
    fill: #000000;
}

#map .model-darkgreen .state .label_state {
    fill: #666;
}

#map .model-darkgreen .state:hover .shape,
#map .model-darkgreen .state.hover .shape {
    fill: #4a8c31;
}

#map .model-darkgreen .state:hover .icon_state,
#map .model-darkgreen .state.hover .icon_state {
    fill: #5a95ce;
}

.mapa

{
padding-top: 20px;
padding-bottom: 20px;
padding-left: 50px;
background-color: #a6a6a6;
}
#titulomapa
{
font-family: montserrat;
color: white;	
font-size: 65px;
text-align: center;
float: right;
	
}

    .owl-prev, .owl-next{display: block; height: 40px; width: 40px; margin-top: -20px; position: absolute; z-index: 200; text-indent: -9999px; top:50%; 
        background-image: url(../images/arrow.png); background-repeat: no-repeat; background-color: #000000; border-radius: 50%;}
    .owl-prev {background-position: 10px center; left: 0px; }
    .owl-next {background-position: -26px center; right: 0px; }
.item{display: block; margin: 0 auto; float: none !important; max-width: 350px;} 

footer {
    background-color: #4b4b4b;
    height: 100%;
    padding-bottom: 50px;
}
@media(max-width:1100px) {
    #gol{
        padding-top: 600px;  
        padding-right: 50%;
        width: 100%;
    }
}
#gol {
    margin-right: -50%;
    
}


#faleconosco{
    
    font-family: 'arial';
    padding: 0;
    margin: 0;
    text-align: left;
    font-size: 16px;
    margin-left: 40%;
    margin-top: -300px;
    background-color: #4b4b4b;
    color: #fff;
}
#faleconosco p {
    margin-top: -20px;
} 
#faleconosco a {
    color: #00FF7F;
    cursor: pointer;
}

#duvidas {
    position: absolute;
    text-decoration: none;
    list-style: none;
    text-align: left;
    margin-top: px;
    font-size: 20px;
    color: inherit;
    cursor: pointer;
    
}

#duvidas a {
    color: inherit;
    list-style: none;
    text-decoration: inherit;
    
}

@media(max-width: 1200px){
    #insta {
    display: flex;
    
    }
}
#insta {
    margin-top:px;
    display: flex;
    margin-left: 57%;
}
