@charset "UTF-8";
/*

Author: Bootstrapthemes
Author URI: http://bootstrapthemes.co

AS ADAPTAÇÕES DA SEÇÃO 01 SÃO LICENCIADAS POR FULLPROG.COM
Programmer HTML/CSS: Full Prog
Programmer URL: http://fullprog.com
Código de Licença: 6WYBDHoNyO
Você pode confirmar a Licença em: https://fullprog.com/auth
*/
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
@import url("https://fonts.googleapis.com/css?family=Montserrat:100,300,400,500,600,700,800,900");
html {
    width: 100%;
    overflow-x: hidden;
}

body {
    color: #767676;
    font-family: 'Montserrat', sans-serif;
    -webkit-font-smoothing: antialiased;
    width: 100%;
    color:#9da6ac;
}
*{
    outline: none !important;
}
.blue{
    background: #9922a9;
}
/*==========================================
PRE LOADER 
==========================================*/
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fefefe;
    z-index: 99999;
    height: 100%;
    width: 100%;
    overflow: hidden !important;
}

@media (min-width:993px){
.jando { 
min-height: 278px;
}
}

.loaded {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../images/loading.gif);
    background-repeat: no-repeat;
    background-position: center;
    -moz-background-size: cover;
    background-size: cover;
    margin: -20px 0 0 -20px;
}
.top-margin {
    margin-top: 6px;
}

.bottom-margin {
    margin-bottom: 96px;
}

img{max-width:100%;}

p {
    font: normal 14px "Montserrat", arial, sans-serif;
}
a:hover{
    text-decoration:none;
}
ul{
    margin:0;
    padding:0;
    list-style:none;
}
h1,h2,h3,h4,h5,h6 { color:#585b60;}

h1 {
    font-size: 3rem;
    line-height: 50px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

h2 {
    font-size: 2.5rem;
    line-height: 38px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    margin: 0;
}

h3 {
    font-size: 2rem;
    line-height: 32px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    margin: 0;
}


h4 {
    font-size: 2.7rem;
    line-height: 26px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}
h5{
    font-size: 3rem;
    line-height: 30px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif; 
}

h6 {
    font-size: 1.7rem;
    line-height: 20px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    text-decoration: none;
}
section:nth-of-type(odd) {
    background-color: #F9F9F9;
}

.btn {
    border: 1px solid #fff;
    border-radius: 50px;
    display: inline-block;
    min-width: 214px;
    padding: .9em;
    height: 50px;
    text-align: center;
    color: #fff;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-left: 5px;
    font-size: 16px;
    font-weight: 300;
    transition: .5s;
    margin-bottom: 10px;
}

.btn:hover {
    background-color: #7d2788;
    color: #fff;
    text-decoration: none;
}
.center-content {
    text-align: center;
}
p.description {
    width: 70%;
    margin: 0 auto;
    padding-top: 24px;
    padding-bottom: 48px;
}

.white-btn{
    max-width: 250px;
    max-height: 50px;
    border-radius: 50px;
    background: #fff;
    color: #585b60;
}

.white-btn:hover{
    background: #e0356e;
    color: #fff;
    text-decoration:none;
}

.pink-btn {
    background: #e0356e;
    border: none;
    margin-left: 10px;
}

.pink-btn:hover {

    background-color: #f79b23;
    color: #fff;
    text-decoration: none;
}
.btn-sm{
    width: 160px;
    height: 38px;
    background: #FF3366;
    color: #fff;
    font-size: 18px;
    display: inline-block;
    text-align: center;
    padding: 6px;
    text-transform: uppercase;
    border-radius: 5px;
    margin-top: 25px;
}

.btn-sm:hover{
    text-decoration:none;
    color:#fff;
}







/* navbar section */
.navbar-brand>img {
    width: 50px;
    margin-top: -12px;  
}
.main-menu {
    background-color: transparent;
    border-radius: 0;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    transition: ease-in-out 0.3s;
}

.main-menu.tiny {
    padding-top: 0px;
    padding-bottom: 0px;
    position: fixed;
    top: 0; left: 0; right: 0; z-index: 300;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-color: #7d2788;
    height:80px;
    transition: ease-in-out 0.3s;
}

.main-menu.tiny .navbar-nav > li > a {
    color:#fff;
    transition: ease-in-out 0.3s;
}


.main-menu .navbar-nav > li > a {
    padding: 30px 13px 25px 13px;
    font-size: 12px;
    font-weight: 600;
    line-height: 22px;
    color: #000;
    border-bottom: 3px solid transparent;
    text-transform:uppercase;
    transition: ease-in-out 0.3s;
} 
.main-menu.tiny .navbar-nav > li > a:hover,
.main-menu.tiny .navbar-nav > li.active > a {
    color: #fffd67;
    transition: ease-in-out 0.3s;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: transparent;
    color: #fffd67;
    transition: ease-in-out 0.3s;
}
.main-menu .navbar-nav > li > a:hover {
    color: #ff2c59;
    transition: ease-in-out 0.3s;
}

.main-menu .navbar-nav > .active > a, .main-menu .navbar-nav > .active > a:hover, .main-menu .navbar-nav > .active > a:focus {
    background-color: transparent;
    color: #fffd67;
    border-bottom: 3px solid #fffd67;
    transition: ease-in-out 0.3s;
}

.navbar {
    margin-bottom: 0px;
    border: none;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-top: 20px;
}

.navbar>.container {
    
border-bottom: 1px solid #dad9d9;
}
/* bennar Section CSS */
.header-image{
    padding-top:180px;
}
#bennar{
    position:relative;
}

#bgimage {
    background-image: url(../images/headbg1.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    height: 100%;
    overflow: hidden;
}
.heading-text{
    padding-top:120px;
}
.heading-text .button a i{
    border: 1px solid #585b60;
    padding: 6px 7px;
    color: #585b60;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    font-size: 12px;
    display: inline-block;
    margin-right: 10px;
}
.heading-text .button a:hover i{
    border: 1px solid #fff;
    color: #fff;
}
.heading-text h1{
    color:#fff;
}
p.bannerDescription{
    color: #fff;
    font-size: 1.8rem;
    margin-bottom: 65px;
    line-height: 30px;  

}



.scrolldown {
    padding-top: 24px;
}

#bgimage .scroll_btn {
    background: url(../images/scroll.gif) 50% 50% no-repeat rgba(215, 181 ,94, 0);
    border: 2px solid #fff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    display: block;
    height: 45px;
    margin: 42px auto;
    -webkit-transition: all 500ms ease-in-out 0s;
    -moz-transition: all 500ms ease-in-out 0s;
    -ms-transition: all 500ms ease-in-out 0s;
    -0-transition: all 500ms ease-in-out 0s;
    transition: all 500ms ease-in-out 0s;
    width: 45px;
}

#bgimage .scroll_btn:hover {
    background: url(../images/scroll.gif) 50% 50% no-repeat #E03561;
    opacity: .85;
    -moz-opacity: .85;
    -o-opacity: .85;
    -webkit-opacity: .85;
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);

}
/* works content */
.works_content{
    padding: 90px 0px 0px 0px;
    overflow:hidden;
    margin-bottom: -20px;
    
}
.single_works_text{
    margin-bottom: 80px;
    transition:.6s;
}
.single_works_text i{
    background: #fff;
    color: #585B60;
    font-size: 30px;
    border: 1px solid #585B60;
    padding: 18px;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    margin-bottom: 10px;       
    transition: ease-in-out 0.3s;      
}

.single_works_text:hover i{
    color:#FF3366;
    border: 1px solid #FF3366;
    transition: ease-in-out 0.3s;
}



/* works_2 */
#works_2{}

.works_2_content{
    padding:50px 0px;
}
.single_works_2_text{
    margin-bottom:20px;
    overflow:hidden;
    transition:.6s;
}
.single_works_2_text:hover i{
    color:#FF3366;
    border: 1px solid #FF3366;
    transition: ease-in-out 0.3s;
}
.single_works_2_text i{
    background: #fff;
    color: #585B60;
    font-size: 2.5rem;
    border: 1px solid #585B60;
    border-radius: 50%;
    width: 60px;
    float: left;
    margin-right: 5px;
    text-align: center;
    height: 60px;
    line-height: 60px;
    transition: ease-in-out 0.3s;
    
}
.text_deatels{
    width:80%;
    float:right;
}

/* Description Section Css */


.right_desc_bottom_text{
    margin-top:50px;
}
.right_single_bottom_text{
    margin-bottom:25px;
    overflow:hidden;
}

.right_single_bottom_text i {
    font-size:35px;
    color:#FF3366;
    float:left;
    width: 35px;
}

.right_bottom_description{
    padding-left: 10px;
    overflow: hidden;
}

/* Description Second Section Css */
.second_bottom_text{
    margin-top: 70px;
}

.second_single_text{
    margin-bottom: 20px;
}
.second_single_text i{
    font-size:35px;
    color:#FF3366;
    float:left;
}



/* video Icon Section */
.video_overlay{
    background:rgba(255, 255, 255);
}
#video_icon{
    background:url(../images/videobg.jpg);
    background-size:cover;
}
.video_text h5{
    color:#fff;
}

/* Description Section CSS */
#descriotion{}
.main_description{
    padding:50px 0px 0px 0px;
}

/* Second Description Section CSS */

#description_second{}
.main_description_second_contant{
    padding:50px 0px;
}
/* Description Third */
#description_third{}

.main_des_third_contant{
    padding:50px 0px;
}


/* Apps Gallery Section */
#apps_gallery{
    background:#3C3852;
    
}

.gallery_heading_text{
    padding:60px 0px;
}
.gallery_heading_text h1{
    color:#fff;
}
.gallery_heading_text p{
    color:#fff;
}

.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
    padding-bottom: 50px;
}

/* video Section */
#video{
    background:url(../images/video_bg.jpg);
    background-size:cover;
}

.video_text{
    padding:150px 0 0;
    
}
.video_text img{
    border-radius: 10px;

}
.video_buttons{
    padding: 0
}

/* pricing Section CSS */
.pricing_heading_text{
    padding:60px 0px;
}
.main_pricing_table{
    padding-bottom:10px;
    overflow:hidden;
}
.single_pricing{
    border:1px solid #ddd;
    transition:.5s;
    margin-bottom:30px;
}
.economy_table{
    border:1px solid #FF3366;
    position:relative;
}
.economy_table:after{
    content:"Popular";
    right:0;
    top:40px;
    background:#FF3366;
    color:#fff;
    position:absolute;
    padding:3px 10px;
    border-radius:5px 0px 0px 5px;
    
}

.top_text{
    background: #F7F8FA;
    padding: 1px 16px 10px 15px;
}
.single_pricing ul li{
    padding:15px 20px;
}
.single_pricing ul li img{
    padding-right:7px;
}

.table_info{
    padding: 25px 0px 30px 15px;
    width:100%; 
}
.info_head_text{
    color:#585b60;
    font-size:50px;
}
.info_head_text sub{
    color:#585b60;
    font-size:25px;
}
.info_head_text span{
    color:#9da6ac;
    font-size:25px;
}

a.info_right_text{
    margin-left:35px;
    color:#9da6ac;
}



/* Testimonial Section */
#testimonial{
    background:url(../images/testbg.jpg) no-repeat scroll center center;
    background-size:cover;
    
}
.main_testimonial_text{
    padding:150px 0px 50px;
}
.single_testimonial_text{
    max-width:100%;
    margin:0 auto;
    color:#fff;
    text-align:center;
}
.single_testimonial_text p{
    max-width:50%;
    margin:0 auto;
}
.single_testimonial_text a{
    color:#fff;
    padding-top: 40px;
    display: block; 
}
#testimonial .owl-controls{
    margin-top:50px;
}
#testimonial .owl-theme .owl-controls .owl-page span{
    background: #fff;
}

/* Clients Logo Section */
#clientsLogo{
    background:#ddd;
}
.client_heading_text{
    padding:70px 0px;
    text-align:center;
    margin-left: -20px;
}
.client_heading_text a{
    margin-right: 20px;
    margin-bottom: 30px;
    overflow: hidden;
    display: inline-block;
}

/* Download Apps Section */
#downloadApps{
    
}
.download_heading_text{
    padding:60px 0px 100px 0px;
}
.down_text_des{
    margin-top:40px;
    margin-left:-20px;
}
.down_text_des a{
    margin-left: 20px;
    margin-bottom: 30px;
}

/* Subscribe */
#subscribe{
    background:url(../images/subbg.jpg) no-repeat scroll center center;
    background-size:cover;
}
.subcribe_overlay{
    background:rgba(0, 0, 0, 0.71);

}
#subscribe .subscribe_heading_text{padding: 60px 0px 100px 0px;}

#subscribe .subscribe_heading_text h1{ 
    color:#fff;
}
#subscribe .subscribe_heading_text p{ 
    color:#fff;
}
#subscribe .subcribe_form{
    margin-top:50px;
}
#subscribe .subcribe_form input[type="text"]{
    width: 32%;
    padding: 14px;
    border: none;
    border-radius: 6px 0px 0px 6px;
    outline: none;
    font-size:20px; 
}
#subscribe .subcribe_form input[type="submit"]{
    width: 15%;
    padding: 14px;
    margin-left: -4px;
    background: #FF3366;
    border-radius:0px 6px 6px 0px;
    border: 0px transparent;
    color: #fff;
    outline: none;
    font-size:20px;
}

/*Message Section*/

#message {
    background: #d7d7d7;
    padding-top: 36px;
    padding-bottom: 36px;
}
#message .message_content{
    max-width: 560px;
    margin: 0 auto;
}
.message_content {
    padding: 85px 0 0;
}
.message_heading_text {
    margin-bottom: 90px;
}
#message h2 {
    color: #e0356e;
    padding-bottom: 24px;
}
#message .form-group .form-control {
    padding: 25px;
}
#message .larg-btn {
    background: #e0356e;
    border: none;
    text-transform: none;
    margin-top: 24px;
    width: 100%;
    border-radius:10px;
}
#message .larg-btn:hover {
    background-color: #f79b23;
    color: #fff;
    text-decoration: none;
}

/* footer Section */
.socail_bookmark{
    padding: 70px 0px 40px 0px;
    margin-left:-10px;
}
.socail_bookmark a{
    margin-left:10px;
}
.socail_bookmark a i{
    font-size: 14px;
    color: #D2D3D5;
    padding: 7px;
    border: 1px solid #D2D3D5;
    border-radius: 50%;
    background: #FFFFFF;
    width: 30px;
    height: 30px;
    transition:.5s;
}
.socail_bookmark a:hover i{
    color: #fff;
    border: 1px solid #fff;
    background: #FF3366;
    transform:scale(1.2);
}

.copyright_text:before{
    border-top: 1px solid #D2D3D5;
    width: 20%;
    padding-top: 30px;
    content: "";
    margin: 0 auto;
    display: block;
}
.copyright_text p{
    color:#D2D3D5;
    font-size:17px;
    padding:40px;
}
.copyright_text p i{
    padding:0px 10px;
    color:#ff0000;
}
.copyright_text p a{
    padding:0px 10px;
    color:green;
}

/*scollup icon*/

.scrollup {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    opacity: .3;
    position: fixed;
    bottom: 20px;
    right: 25px;
    color: #fff;
    cursor: pointer;
    background-color: #000;
    z-index: 10;
    transition: opacity .5s, background-color .5s;
    -moz-transition: opacity .5s, background-color .5s;
    -webkit-transition: opacity .5s, background-color .5s;
}
.scrollup:hover {
    background: #E03561;
    opacity: 1;
}
.scrollup i {
    font-size: 13px;
    position: absolute;
    opacity: 1;
    color: #fff;
    left: 50%;
    top: 50%;
    margin-top: -7px;
    margin-left: -6px;
    text-decoration: none;

}

/* Home page Two CSS */

.bbgimage{
    background-image: url(../images/bbg.jpg);
    background-size:100% 100%;  

}
.homepage2banner{
    padding-top: 300px;
    padding-bottom: 100px;  
}
.hmheading-text{
    text-align:center;
}
.hmheading-text h1{
    color:#fff;
    
}
.button a{
    margin-left:20px;
    transition:.5s;
    opacity:1;
}
.button a:hover{
    opacity:.7;
}


/* Home Page Three CSS */

.bbggimage{
    background-image: url(../images/headbg.jpg);
    background-size:100% 100%;
    background: #fff !important;
}

/*- 01 - INICIO - ADAPTAÇÕES POR FULLPROG.COM -*/
.servicos{

width: 100%;

display:  inline-block;

background: #ff2c59;

padding: 0 10em;
}
.servicos ul{

}
.servicos ul li{

display: inline-flex;

width: 33%;

float:  left;
}
.servicos ul li p{
    
color: #fff;
    
padding: 4em 3em;
    
margin: 0;
    
font-size: 13px;
}
.servicos ul li p strong{
    
text-transform: uppercase;
    
font-size: 15px;
}
.form_style {
    padding-top: 30%;
}
.head_text {
    padding: 0 1em 3em 1em;
}
.head_text h1{
 text-align: center;
}
.head_text p{
    margin: 0;
    text-align: left;
    color: #fff;
}
.head_text ul li {
    display: -webkit-box;
    margin-bottom: 1em;
}

.head_text ul li p {
    margin-left: 15px;
}
form{/* background: #fff; */padding: 2em 3em;/* box-shadow: rgba(0, 0, 0, 0.23921568627450981) 0 0 20px 9px; */display: inline-block;width: 100%;}
form h2{
    text-align: center;
    margin-bottom: 2em;
    color: #000;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 2.3rem;
}
form  > p{width: 50%;float:  left;display:  inline;margin: 0;padding: 10px 0;}
form.login_area > p{width: 100%;float:  left;display:  inline;margin: 0;padding: 10px 10px 20px;color: #000;text-align:  left;font-size: 13px;}
form .button.hrf {
    width: 50%;
}
form.login_area > p a {
    color: #000;
    font-weight: 600;
    cursor: pointer;
    transition: ease-in-out 0.3s;
}
form.login_area > p a:hover{
    
color: #f5236a;
}
form .button.hrf,
.botao .button.hrf{
   float: left;
    display: inline-block;
    cursor: pointer;
    padding: 0;
    margin: 0; 
}
form.login_area .button.hrf {
    width: 100%;
    margin-top: 1em;
}
form.login_area .button.hrf:nth-last-child(1) {
        margin-left: 0;
}
form .hrf a{
margin: 0;
}
form .campo label{width: 100%;margin-bottom: 1em;}
form .campo input{width:  100%;border: 1px solid #e2e2e2;border-radius: 3px;padding: 10px 10px;font-family: Helvetica,Arial,sans-serif;font-weight: 300;background: #e2e2e2;}
form .button{background: transparent;border: none;width: 100%;}
form .button,
form .button p,
.botao .button p{text-transform: uppercase;color: #fff;font-weight: 600;padding: 16px 15px;background: #7d2788;border-radius: 10px;width: 100%;display:  inline-block;font: 600 90% "Montserrat", arial, sans-serif;margin: 0;}
.botao .button a{
    margin: 0;
}
form .button .criar_active p{
    
background: #ff2c59;
}
.botao .button,
.botao .button.hrf{
    margin: 0 0 0 0;
}
/*- FIM - ADAPTAÇÕES POR FULLPROG.COM -*/

th,td {
text-align:center;
}

@media (max-width: 767px){
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px 5px;
}
.x_panel {
    padding: 10px 0;
}
.x_content {
    padding: 0 0 6px;
}
body > div > div > div > div > div > div {
    padding: 0 !important;
}
.servicos {
    padding: 0 2em;
}
.servicos ul li {
    width: 100%;
}
.servicos ul li p {
    padding: 4em 0em;
}
}
/*-iPhone5s-*/
@media screen and (device-aspect-ratio: 40/71) {
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px 7px;
}
.x_panel {
    padding: 10px 0;
}
.x_content {
    padding: 0 0 6px;
}
body > div > div > div > div > div > div {
    padding: 0 !important;
}
form .button.hrf {
    width: 100%;
    }
    form > p {
    width: 100%;
    text-align: center;
}
}
@media only screen 
and (min-device-width: 414px) 
and (max-device-width: 736px) 
and (orientation: portrait) 
and (-webkit-min-device-pixel-ratio: 3)
{ 
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px 7px;
}
.x_panel {
    padding: 10px 0;
}
.x_content {
    padding: 0 0 6px;
}
body > div > div > div > div > div > div {
    padding: 0 !important;
}
}
@media only screen
and (min-device-width: 375px)
and (max-device-width: 667px)
and (orientation: portrait)
and (-webkit-min-device-pixel-ratio: 2){ 
    .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px 7px;
}
.x_panel {
    padding: 10px 0;
}
.x_content {
    padding: 0 0 6px;
}
body > div > div > div > div > div > div {
    padding: 0 !important;
}
}


.mot {
display: none;!important
}
@media (max-width:1200px){
    form.login_area > p {
    width: 100%;
}
form.login_area .button.hrf {
    width: 100%;
    margin-top: 1em;
}
.video_text .embed-responsive-item{
    border-radius: 10px 10px 0 0 !important;
}
.embed-responsive-4by3 {
    padding-bottom: 136%;
}
form.login_area .button.hrf:nth-last-child(1) {
    margin-left: 0;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    background: rgba(77, 61, 214);
}
.navbar-nav {
    margin: 0 -15px;
}
.nav>li {
    background: #7d2788;
}
}
@media (min-width:1200px){
    .form_style {
    padding-top: 27vh;
}
    .form {
       float: right;
    position: static;
}
.head_text {
    padding: 0 5em 3em 0;
    float: right;
    position: static;
}
}