@charset "utf-8";
/* CSS Document */

/******************************

PALETA DE CORES DO SITE

#252839 - Cor do Background
#292c3f - Cor do Background Lighter
#191d33 - Cor do Background Darker
#F7F7F7 - Cor da Fonte Light
#677077 - Dark Details
#b5b5b7 - Medium Details
#FF6700 - Cor Verde Padrão (troque pela cor da sua identidade)


[ÍNDICE DO CSS]

1. Fontes
2. Corpo e algumas configurações gerais
3. Home
        3.1 Header
        3.2 Menu
        3.3 Full Screen Menu
        3.4 Home Content
4. Botões
        4.1 Pill Button
        4.2 Round Button
        4.3 Pill Button Small
5. Sessão Título & Subtítulo
6. Sessão Sobre
        6.1 Expertise
        6.2 Skill Bars
7. Galeria
8. Serviços
9. Novo Projeto
10. Trabalhos
11. Equipe
12. Estatísticas
13. Depoimentos
14. Clientes
15. Contato
        15.1 Form
16. Footer
        16.1 Subscribe Form


******************************/

/***********
1. Fontes
***********/

@import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,300,400,400i,500,500i,600,700,700i,900|Molle:400i|Montserrat:100,100i,300,400,400i,500,500i,600,700,700i,900');
@import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,300,400,400i,500,500i,600,700,700i,900|Molle:400i|Futura Web:100,100i,300,400,400i,500,500i,600,700,700i,900');
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700,700i');
/*********************************
2. Corpo e algumas configurações gerais
*********************************/

*
{
    margin: 0;
    padding: 0;
}
body
{
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    background: #ffffff !important;
    margin: 0 !important;
    }
div
{
    display: block;
    position: relative;
    box-sizing: border-box;
}
ul
{
    list-style: none;
}
a, a:hover, a:visited, a:active, a:link
{
    text-decoration: none !important;
}
p
{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
}
p a
{
    position: relative;
    color: inherit;
}
p a::after
{
    display: block;
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 1px;
    background: #FF6700;
    opacity: 0.2;
    content: '';
}
p a:hover
{
    color: #FF6700;
}
::selection
{
    background: #FF6700;
}
p::selection
{
    color: #252839;
}
h1::selection, 
h2::selection, 
h3::selection, 
h4::selection, 
h5::selection, 
h6::selection
{
    color: #252839;
}
section
{
    display: block;
    position: relative;
    box-sizing: border-box;
}
.clear
{
    clear: both;
}
.clearfix::before, .clearfix::after
{
    content: "";
    display: table;
}
.clearfix::after
{
    clear: both;
}
.clearfix
{
    zoom: 1;
}
.float_left
{
    float: left;
}
.float_right
{
    float: right;
}
.trans_200
{
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.logo-mobile-down{
    display: none; 
}

.dark
{
    background: #252839;
}
.light
{
    background: #eeeeee;
}
.cor-azul{
    color:#17A0CF;
}
.super_container
{
    width: 100%;
    height: auto;
    overflow: hidden;
}

/*********
. topo
*********/
.topo_responsivo{
    text-align: center !important;
    width: 100%;
    border-top:2px solid orange;
    padding:20px 0;
    background:red;
    z-index:  9999;
    position:  FIXED;

}
.topo_responsivo h1{
    text-align: center;
}
.alinhamento-centro{
    text-align: center;
}

/*********
. main_logo
*********/

.main_logo{
    width: 60%;
}



/*********
3. Home
*********/

#home
{
    position: relative;
    width: 100%;
    min-height: 100vh;
    position: relative;
    top: 0;
    left: 0;
    color: #fff;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.9);
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.home_background
{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
}
.home_background_overlay
{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-image: url(../images/home_background_overlay1.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: -1;
}

#break_section
{
    width: 100%;
    height: auto;
    color: #252839;
}
.break_content
{
    background: #FF6700;
    padding-bottom: 100px;
    z-index: 0;
}
.break_content h3
{
    margin-bottom: 15px;
    font-size: 2em;
    margin-top: 0px;
}

/************
3.1 Header
************/

.header
{
    display: block;
    position: fixed;
    /*top: 140px;*/
    left: 0;
    width: 100%;
    height: 120px !important;
    margin-top: 40px;
    z-index: 10001;

}
.header_inner
{
    height: 100%;
    width: 84%;
    margin: 0 8%;
}
.logo_container
{
    display: inline-block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    float: left;
}
.logo_container a
{
    font-family: 'Molle', sans-serif;
    font-size: 32px;
    color: #F7F7F7;
}
.main_nav
{
    display: inline-block;
    position: relative;
    /*top: 50%;*/
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    float: none;
    text-align: center;
    margin:0 auto;
    width: 100%;
}
.main_nav ul
{
    display: block;
    position: relative;
    margin-bottom: 0px;
    /*float:left;*/
}
.menu-direita{
    float: right !important; margin-top:30px;

}
.main_nav ul li
{
    display: inline-block;
    /*float: left;*/
}
.main_nav ul li a{
    font-family: 'Roboto';
    color: #444444 !important;
    margin-right:20px;
    font-size: 14px;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    text-align: center;
    /*text-shadow: 5px 1px 20px #000000;*/
}
.main_nav ul li a:hover
{
    color: #AEBF00 !important;
}
.main_nav ul li:last-child a
{
    margin-right: 0px;
}
.nav_active
{
    color: #FFB006 !important;
}

.menu-direita ul{
    float: right !important; margin-top: 20px;
}
.topo-interno{
    height: 110px;
}
/***********
3.2 Menu
***********/

.menu_container
{
    display: none;
    position: absolute;
    top: 40px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0px;
    cursor: pointer;
    padding: 15px;
    z-index: 2;
}
.menu_toggle
{
    display: block;
}
.hamburger_container
{
    float: left;
}
.menu_hamburger
{
    display: block;
    position: relative;
    float: left;
    width: 12px;
    height: 12px;
}
.hamburger_lines
{
    display: block;
    position: absolute;
    left: 0px;
    width: 100%;
    height: 2px;
    background:#888;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    transform-origin: center center;
}
.line_1
{
    top: 0px;
}
.line_2
{
    top: 5px;
}
.line_3
{
    top: 10px;
}
.menu_toggle span
{
    display: block;
    position: relative;
    float: left;
    font-family: 'Lato', sans-serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #FFF;
    padding-left: 1px;
}

.menu-novo{
    width: 100%;
    z-index: 100000001;
    float: left;
}
/**********************
3.3 Full Screen Menu
**********************/

.fs_menu_container
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #252839;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}
.fs_menu_inner
{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 100%;
}
.fs_menu
{
    list-style: none;
}
.fs_menu li
{
    display: block;
    position: relative;
    margin-bottom: 3px;
}
.fs_menu li a
{
    display: block;
    position: relative;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    font-size: 26px;
    letter-spacing: 1px;
    color: #F7F7F7;
    text-transform: uppercase;
    padding-left: 15px;
    padding-right: 15px;
    transition: transform 1.2s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 1.2s cubic-bezier(0.075, 0.82, 0.165, 1);
    -webkit-transform: scale(1);
    transform: scale(1);
    backface-visibility: hidden;
    transform: translateZ(0);
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.fs_menu li:last-child
{
    margin-bottom: 0px;
}
.fs_menu:hover li a
{
    transform: scale(0.7);
    -webkit-filter: brightness(0.5);
    filter: brightness(0.5);
}
.fs_menu li a:hover
{
    transform: scale(1.1);
    -webkit-filter: brightness(1.2);
    filter: brightness(1.2);
    letter-spacing: 2px;
}

/******************
3.4 Home Content
******************/

.home_content
{
    width: 100%;
    padding-left: 15px;
    margin-top: 120px;
    /*padding-bottom: 120px;*/
}
.home_content h1
{
    font-size: 5rem;
    color: #FFFFFF;
    /*text-transform: uppercase;*/
    font-weight: 700;
    line-height: 1;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;

}
.home_content h2
{
    font-size: 8rem;
    color: #FFFFFF;
    /*text-transform: uppercase;*/
    font-weight: 500;
    line-height: 1;
    width: 100%;
    text-align: center;

}
.home_content h1 span
{
    margin-top: 0px;
    margin-bottom: 10px;
}
.home_content h3
{
    color: #F7F7F7;
    font-weight: normal;
    /*line-height: 1.5;*/
    margin: 10px 20% 100px 20%;
    font-size: 24px;
    width: 60%;
    text-align: center;
}
.rotate
{
    color: #FFF;
    text-align: center;
}
.buttons_container
{
}
/*
.areas-de-atuacao{
    padding-top: 120px !important;
}*/

.quem-somos{

    width: 100%;
    margin: 0;
    background: #000;

}

.top_conversion{
    background: #000 url(../images/quem-somos.jpg) top center no-repeat;
    background-attachment: fixed;
    background-size: cover;
    text-align: right;
    color: #fff;
}

.quem-somos img{
    display: none;
}



/*************
4. Botões
*************/

/*****************
4.1 Pill Button
*****************/

.pill_button
{
    display: block;
    font-size: 1em;
    text-transform: uppercase;
    color: #FFF;
    letter-spacing: 1px;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 45px;
    padding-right: 45px;
    border: solid 2px #FFF;
    /*border-radius: 35px;*/
    cursor: pointer;
    float: left;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.pill_button a
{
    color: #FFF;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.pill_button:hover
{
    color: #FFF;;
    background: #ee4c2d;
    box-shadow: 0px 0px 15px 5px rgba(255, 105, 0, 0.22);
    border: solid 2px #ee4c2d;
}
.pill_button:hover a
{
    color: #252839;
    background: #ee4c2d;

}
/****
FORMULÁRIO DE CONTATO
****/
.form_index{width: 70% !important; margin:50px 15% !important;}

/******************
4.2 Round Button
******************/

.round_button
{
    display: inline-block;
    color: #677077;
    height: 47px;
    width: 47px;
    font-size: 16px;
    border: solid 1px #fff;
    border-radius: 24px;
    float: left;
    margin-left: 30px;
    cursor: pointer;
}
.round_button a
{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 100%;
}
.round_button a i
{
    color: #fff;
}
.round_button i
{
    display: block;
    position: relative;
}
.round_button::before
{
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    border: solid 1px #FFF;
    content: '';
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    border-radius: 24px;
    box-sizing: border-box;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.round_button:hover::before
{
    width: 150%;
    height: 150%;
    border-radius: 150%;
    opacity: 0;
}
.round_button_text
{
    display: block;
    float: left;
    margin-left: 15px;
    padding-top: 15px;
    cursor: pointer;
}
.round_button_text a
{
    color: #FFF;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
}

/***********************
4.3 Pill Button Case de Sucesso
***********************/

.pill_button_case_de_sucesso
{
    display: block;
    font-size: 1em;
    font-weight: light;
    text-transform: uppercase;
    color: #444;
    letter-spacing: 1px;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 45px;
    padding-right: 45px;
    border: solid 2px #888;
    /*border-radius: 35px;*/
    cursor: pointer;
    float: left;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.pill_button_case_de_sucesso a
{
    color: #444;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.pill_button_case_de_sucesso:hover
{
    color: #FFF;;
    background: #ee4c2d;
    box-shadow: 0px 0px 15px 5px rgba(255, 105, 0, 0.22);
    border: solid 2px #ee4c2d;
}
.pill_button_case_de_sucesso:hover a
{
    color: #FFF;
    /*background: #ee4c2d;*/

}
.pill_button_contact
{
    margin-top: 40px;
    margin-left: 20px;
}

/*****************************
. SIDEBAR
*****************************/
.main_sidebar{
    float: left;
    width: 30%;
    padding: 30px 0;
    background: #fff;
}

.main_sidebar_widget{
    display: block;
    width: 100%;
    margin-bottom: 30px;
}

.main_sidebar_widget > h1{
    font-size: 1.7em;
    font-weight: 300;
    margin-bottom: 25px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

.main_sidebar_widget > h1 span{
    /*border-bottom: 5px solid #ccc;*/
}

.main_sidebar_widget a{
    color: #666;
    text-decoration: none;
}

.main_sidebar_widget a:hover{
    text-decoration: underline;
}

.main_sidebar_widget ul{
    display: block;
    width: 100%;
}

.main_sidebar_widget ul li{
    display: block;
    width: 100%;
    background: #fbfbfb;
    padding: 5px 10px;
    border-bottom: 2px solid #fff;
    text-transform: uppercase;
    font-size: 0.875em;
    font-weight: 300;
}

.main_sidebar_widget_post{
    display: block;
    width: 100%;
    margin-bottom: 25px;
}

.main_sidebar_widget_post h1{
    font-size: 1em;
    font-weight: 600;
    margin: 20px 0 10px 0;
}

.main_sidebar_widget_post .tagline{
    font-size: 0.8em;
    color: #ccc;
}

/*****************************
5. Sessão Título & Subtítulo
*****************************/

.section_title
{
    margin-bottom: 50px;
    text-align: center;
    width: 100%;
}
.section_title h2
{
    margin-top: 0px;
    font-size: 4rem;
    font-weight: 300;
    /*    text-transform: uppercase;*/
    color: #313131;
}
.section_title h2 span
{
    font-weight: 600;
    color: #FF6700;
}
.section_title p
{
    color: #b5b5b7;
    margin-top: 10px;
    font-size: 2rem;
}

.section_subtitle
{
    font-size: 24px;
    line-height: 18px;
    font-weight: 300;
}

/******************
6. Sessão Sobre
******************/

#about
{
    position: relative;
    padding-top: 101px;
    padding-bottom: 120px;
}
#about::before
{
    display: block;
    position: absolute;
    top: 110px;
    left: 0;
    width: 5px;
    height: 184px;
    content: '';

}

/***************
6.1 Expertise
***************/

.expertise_container
{
    display: block;
    position: relative;
    width: 100%;
    height: auto;
}
.expertise_text
{
    margin-top: 30px;
}
.expertise_image
{
    overflow: hidden;
    margin-top: 15px;
    cursor: default;
}
.expertise_image img
{
    display: block;
    position: relative;
    width: 100%;
    height: auto;
}
.expertise_image_overlay
{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    z-index: 100;
}
.expertise_image_overlay:hover
{
    background: rgba(37, 40, 57, 0);
}

/****************
6.2 Skill Bars
****************/

.skill_bars
{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    padding-left: 15px;
}
.scale_container
{
    width: 100%;
    height: 100%;
}
.scale
{
    width: 25%;
    height: 100%;
    border-left: dashed 1px rgba(103, 112, 119, 0.4);
    float: left;
}
.scale span
{
    display: block;
    position: absolute;
    left: 5px;
    bottom: -5px;
    font-size: 20px;
    color: rgba(103, 112, 119, 0.4);
}
.bars_container
{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: auto;
    padding-top: 54px;
    padding-bottom: 52px;
    padding-left: 15px;
}
.skill_bar
{
    height: 50px;
    float: right;
    background: #FF6700;
    margin-bottom: 60px;
    cursor: pointer;
    box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.3);
}
.skill_bar:last-child
{
    margin-bottom: 0px;
}
.skill_bar_1
{
    width: 100%;
}
.skill_bar_2
{
    width: 100%;
}
.skill_bar_3
{
    width: 100%;
}
.skill_bar_4
{
    width: 100%;
}
.skill_bar span
{
    display: inline-block;
    position: relative;
    margin-top: 4px;
    margin-left: 5px;
    color: #252839;
    font-size: 24px;
    font-weight: 900;
    z-index: 1;
    overflow: hidden;
    float: none;
}
.skill_bar::after
{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 0%;
    height: 100%;
    background: #677077;
    content: '';
    -webkit-transition: all 300ms cubic-bezier(1,.15,.44,.85);
    -moz-transition: all 300ms cubic-bezier(1,.15,.44,.85);
    -ms-transition: all 300ms cubic-bezier(1,.15,.44,.85);
    -o-transition: all 300ms cubic-bezier(1,.15,.44,.85);
    transition: all 300ms cubic-bezier(1,.15,.44,.85);
    z-index: 0;
}
.skill_bar:hover::after
{
    width: 100%;
}

/************
7. Galeria
************/

#gallery
{
    width: 100%;
    height: auto;
}
.gallery_container
{
    width: 100%;
}
.gallery_item
{

}
.gallery_item::after
{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(255, 255, 255, 0.3);
    z-index: 10000;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    pointer-events:none;
}
.gallery_item:hover::after
{
    background: rgba(37, 40, 57, 0);
}
.gallery_nav
{
    display: block;
    position: absolute;
    top: 50%;
    right: -40px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
    width: 40px;
    background: #282727;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.gallery_arrow
{
    cursor: pointer;
}
.gallery_arrow i
{
    display: block;
    position: relative;
    font-size: 48px;
    margin: 0 auto;
    text-align: center;
}
.gallery_container:hover .gallery_nav
{
    right: 0px;
}
.gallery_arrow i:hover
{
    color: #FFB006;
}

/*************
8. Serviços
*************/

#services
{
    position: relative;
    padding-top: 50px;
    /*padding-bottom: 120px;*/
}

.service_detalhes{
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 1px;
    text-align: center;   
    color:#222;
    font-size: 0.7em !important;
}

.services_container{
    padding-bottom: 90px;
    float: left;
    width: 90%;
    margin:0 auto;
}
.service_item{

    /*float: left;*/
    
}
.service_item_inner:hover{
    /*background: #222;*/
    color: #FFB006;
}
.service_item_inner{
    float: left;
    width: 100%;
    height: 100%;
    padding-bottom: 30px;
    /*padding-top: 65px;*/
    cursor: pointer;    
    display: block;
    position: relative;
    box-sizing: border-box;
    color: #fff;
    min-height: 300px;
    /*margin-bottom:50px;*/
    text-align: center;
    float: left;
    border:1px solid #eeeeee;
}

.service_item_inner :hover{
    text-decoration: none;
}
.services_ben .service_item_inner{
    cursor: default;
}

.service_item_inner:last-child
{
    padding-right: 0px;
}
.service_item_inner h5
{    margin-bottom: 0px;
     margin-top: 0px;
     font-size: 1em;
     width: 100%;
}
.services_container ul li{
    /*background: red;*/
    list-style: disc;
    margin-left: 30px;
}

.services_container img{
    max-width: 1024px;
}

.service_title
{
    /*text-transform: uppercase;*/
    font-weight:400;
    font-size: 3rem;
    letter-spacing: 1px;
    margin: 10px 0 0 0 !important;
    color:#008068;
}
.service_subtitle{
    font-weight: 300;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 0 10px;
}

.service_icon{
    display: block;
    position: absolute;
    top: 20px;
    width: 100%;
    font-size: 2em;
    text-align: center;
    margin-bottom: 15px;
}
.service_button{
    text-align: center;
    /*margin-top: 30px;*/
}
.service_button a
{
    color: #313131;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    letter-spacing: 1px;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 45px;
    padding-right: 45px;
    border: solid 2px #ccc;
    border-radius: 0;
}
.service_button a:hover
{
    box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.22);
    background: #AEBF00;
    color: #FFF !important;
    border:2px solid #AEBF00;
}
.service_button a:hover::before
{
    left: -2px;
    top: -2px;
    background: #AEBF00;
    border: solid 2px #AEBF00;
    height: calc(100% + 4px);
    width: calc(100% + 4px);
    color:#FFF;
}



/****************
9. ARTISTAS
****************/

.service_item{

    /*float: left;*/
}
.artista_item_inner:hover{
    /*background: #eee;*/
    color: #FFB006;
}
.artista_item_inner{
    float: left;
    width: 100%;
    height: 100%;
    /*padding-bottom: 30px;*/
    /*padding-top: 65px;*/
    cursor: pointer;    
    display: block;
    position: relative;
    box-sizing: border-box;
    color: #313131;
    /*margin-bottom:50px;*/
    text-align: center;
    float: left;
}

.artista_item_inner :hover{
    text-decoration: underline;
}
.artista_item_inner{
    cursor: default;
}

.artista_item_inner:last-child
{
    padding-right: 0px;
}
.artista_item_inner h5
{
    margin-bottom: 0px;
    margin-top: 0px;
    font-size: 2em;
}
.artista_title
{
    font-weight:400;
    font-size: 1.2em !important;
    letter-spacing: 1px;
    text-align: center;
    margin: 15px 0 !important;
    cursor: pointer;    
}
.artista_subtitle{
    font-weight: 300;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 0 10px;
}



/****************
9. Novo Projeto
****************/

#new_project
{
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    background: #FFF;
    text-align: center;
}
.new_project_container
{
    display: inline-block;
    font-size:2.2em;
    font-weight: 300;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    margin:0 0 30px 0;
    width: 100%;
    float: left;
}
.new_project_button
{
    display: inline-block;
    float: none;
    margin-top: 0px;
    z-index: 1000;
}

/**********
10. Work
**********/


.project{
    margin-bottom: 50px;
}
.project_title_large
{
    font-size: 30px;
    font-weight: 600;
    color: #F7F7F7;
    margin-bottom: 20px;
    margin-top: 0px;
    line-height: 1.2;
}
.project_title_small
{
    font-size: 24px;
    font-weight: 600;
    color: #F7F7F7;
    margin-bottom: 15px;
    line-height: 1.2;
}
.project p
{
    margin-bottom: 20px;
    padding-right: 15px;
}
.project_button
{
    margin-top: 20px;
}
.project_image_1
{
    padding-left: 15px;
    overflow: hidden;
}
.project_image_2
{
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    overflow: hidden;
}
.project_image_1 img,
.project_image_2 img
{
    width: 100%;
}
.project_image_2::after,
.project_image_1::after
{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(255, 255, 255, 0.3);
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.project_row
{
    margin-top: 30px;
}
.project:hover .project_image_1::after,
.project:hover .project_image_2::after
{
    background: rgba(37, 40, 57, 0);
}
.view_project
{

}
.view_project a
{
    display: inline-block;
    position: relative;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #FFB006;
}
.view_project a span
{
    display: block;
    position: absolute;
    right: -20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 20px;
    margin-left: 5px;
}
.view_project a:hover span
{
    right: -30px;
}


/**********
11. Team
**********/

#team
{

}
#team::before
{
    display: block;
    position: absolute;
    top: 129px;
    left: 0;
    width: 5px;
    height: 156px;
    content: '';
    background: #FF6700;
}
.team_container
{

}
.team_item
{
    display: block;
    margin-bottom: 30px;
}
.team_item:hover .team_image::after
{
    background: transparent;
}
.team_image
{
    overflow: hidden;

}
.team_image::after
{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background:none;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.team_image img
{
    width: 100%;
    height: auto;
    -webkit-transition: all 1200ms ease;
    -moz-transition: all 1200ms ease;
    -ms-transition: all 1200ms ease;
    -o-transition: all 1200ms ease;
    transition: all 1200ms ease;
    cursor: pointer !important;
}
.team_image:hover::after
{
    background: transparent;
}
.team_image:hover img
{
    -webkit-transform: scale(1.1) rotate(-2deg);
    -moz-transform: scale(1.1) rotate(-2deg);
    -ms-transform: scale(1.1) rotate(-2deg);
    -o-transform: scale(1.1) rotate(-2deg);
    transform: scale(1.1) rotate(-2deg);
}
.team_image:hover .team_social
{
    opacity: 0.6;
    z-index: 1000;
    background: #FF6700;
}
.team_image_rect
{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    pointer-events: none;
    padding: 30px;
    z-index: 10;
}
.team_content
{
    padding-top: 30px;
    padding-bottom: 25px;
    /*padding-left: 30px;*/
    padding-right: 30px;
    /*background: #FF6700;*/
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}
.team_social
{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: -1;
    opacity: 0;
}
.team_social a
{
    margin-right: 20px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.team_social a i
{
    font-size: 32px;
    color: #252839;
}
.team_social a:hover
{
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}
.team_social a i:last-child
{
    margin-right: 0px;
}
.team_content:hover .team_social
{
    opacity: 1;
    z-index: 0;
}
.team_name
{
    margin-top: 0px;
}
.team_name
{
    color: #252839;
    font-size: 20px;
    font-weight: 700;
}
.team_role
{
    color: #252839;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 2px;
    margin-bottom: 25px;
}
.team_role span
{
    display: inline-block;
    position: relative;
    width: 40px;
    height: 5px;
    background: #252839;
    margin-bottom: 2px;
    margin-right: 8px;
}
.team_role a{
    color: #252839;
}
.team_role a:hover{
    text-decoration: underline !important;
}
.team_content p
{
    color: #252839;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
}

/***********
12. Stats
***********/

#stats
{
    width: 100%;
    height: auto;
    padding-top:30px;
    padding-bottom: 70px;
}
.stats_background
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#stats::after
{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: none;
    content: '';
    z-index: 0;
}
.stats_icon i{
    font-size: 40px;
    color: #595c6d
}
.stats_icon i::before{
    margin-right: 0;
}
.stats_counter_container
{
    z-index: 10;
}
.stats_counter_item
{
    font-family: 'Lato', sans-serif;
    color: #F7F7F7;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 50px;
    color:#666;
}
.stats_counter_item:last-child
{
    margin-bottom: 16px;
}
.stats_counter
{
    font-size: 48px;
    line-height: 1.3;
}
.stats_description
{
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
}
.stats_counter_item::after
{
    display: block;
    position: absolute;
    bottom: -14px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 60px;
    height: 2px;
    background: #FF6700;
    content: '';
}

/******************
13. Testimonials
******************/

#testimonials
{
    width: 100%;
    padding-top: 120px;
    padding-bottom: 120px;
    background: #FFFFFF !important;
}
.testimonial_item
{
    padding-top: 2px;
    text-align: center;
    background: #FFF;
}
.testimonial_text
{
    font-style: italic;
    line-height: 1.8;
    padding-right: 20px;
}
.testimonial_text::before
{
    display: block;
    position: absolute;
    top: 45px;
    left: 15px;
    width: 100px;
    height: 100px;
    font-size: 100px;
    color: #2f3248;
    z-index: -1;
}
.testimonial_user
{
    margin-top: 30px;
    width: 50%;
    margin-left: 25%;
}
.testimonial_user_image_border
{

    align-items: center;
    width: 204px;
    height: 204px;
    border-radius: 50%;
    float: LEFT;
    margin-left: 28%;

}
.testimonial_user_image
{
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
}
.testimonial_user_image img
{
    width: 100%;
    height: 100%;
}
.bloco-depoimento{
    width: 100%;
}
.testimonial_user_info
{
    width: 100%;
    float:left;
    text-align: center !important;
    padding: 0 20px 30px 20px;
}
.testimonial_user_info h4
{
    font-size: 1.5em;
    font-weight: 400;
    margin-bottom: 0px;
}
.testimonial_user_info h6
{
    font-size: 1em;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 7px;
}
.testimonial_line
{
    display: block;
    position: relative;
    width: 40px;
    height: 3px;
    background: #FF6700;
    margin-top: 15px;
}
.testimonial_slider .owl-dots
{
    display: inline-block;
    position: absolute;
    float: left;
    /*right: 300px;*/
    bottom: 0px;
    width: 50%;
    margin-left: 25%;
}
.testimonial_slider .owl-dots .owl-dot span
{
    border-radius: 0px;
    width: 20px;
    height: 3px;
    background: #677077;
    margin-right: 3px;
    margin-left: 3px;
}
.testimonials_background
{
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    background-image: url(../images/bg_depoimentos.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.testimonials_background::after
{
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(37, 40, 57, 0.6);
    content: '';
}

/*************
14. Clients
*************/

#clients
{
    width: 100%;
    padding-top: 100px;
    padding-bottom: 200px;
}
.section_title_2
{
    display: block;
    position: relative;
}
.title_center
{
    text-align: center;
}
.section_title_2 h2
{
    color: #FF6700;
    font-weight: 300;
    letter-spacing: 1px;
    margin-top: 0px;
    font-size: 3em !important;
}
.clients_container
{
    max-width: 880px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.clients_container li
{
    display: inline-block;
    height: 79px;
    margin-bottom: 15px;
}
.clients_container li img{
    width: 200px;
}
.clients_all
{
    display: block;
    margin-top: 20px;
    text-align: center;
}
.clients_all span
{
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    cursor: pointer;
}

/*************
15. Contato
*************/

#contact
{
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 60px;
    background: transparent;
    color: #fff;
}
#contact::after
{
    display: block;
    position: absolute;
    top: 30px;
    right: -30px;
    content: ';';
    font-size: 500px;
    line-height: 360px;
    font-weight: 900;
    color: rgba(37, 40, 57, 0.3);
}
.parallax-window {
    min-height: 400px;
    background: transparent;
    background-attachment: fixed;
}
.contact_background
{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-attachment: fixed;
    /*background-image: url(../images/bg_contato.jpg);*/
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.contact_background::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /*background: rgba(255, 105, 0, 0.85);*/
    background: rgba(0, 0, 0, 0.75);
    display: block;
}
#contact h1
{
    font-size: 48px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 25px;
    margin-top: 0px;
}
#contact span
{
    display: block;
    text-align: center;
    font-weight: 500;
}

/***********
15.1 Form
***********/

#contact-form
{
    display: block;
    position: relative;
    margin-top: 112px;
}
#servico-form
{
    display: block;
    position: relative;
    margin-top:50px;
}
.form-group
{
    position: relative;
}
.form_container
{

}
#form_name, #form_email, #form_message{
    /*background: #23283d;*/
    color: #444 !important;
    font-weight: 700;
    border: none !important;
    box-shadow: none;
    border-radius: 8px;
    padding-top: 25px !important;
    padding-bottom: 25px !important;
}
#form_name::-webkit-input-placeholder,
#form_email::-webkit-input-placeholder,
#form_message::-webkit-input-placeholder{ /* WebKit, Blink, Edge */
    color: #cccccc !important;
}
#form_name:-moz-placeholder,
#form_email:-moz-placeholder,
#form_message:-moz-placeholder{ /* Mozilla Firefox 4 to 18 */
    color: #c3c3c3 !important;
    opacity:  1;
}
#form_name:-ms-input-placeholder,
#form_email:-ms-input-placeholder,
#form_message:-ms-input-placeholder{ /* Internet Explorer 10-11 */
    color: #c3c3c3 !important;
}
.has-error .help-block
{
    color: rgba(37, 40, 57, 1);
}
#form_message
{
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    margin-top: 15px;
}
.btn
{
    display: inline-block;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: rgba(37, 40, 57, 1);
    letter-spacing: 1px;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 45px;
    padding-right: 45px;
    /*border: solid 2px rgba(37, 40, 57, 1);*/
    /*border-radius: 35px;*/
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    cursor: pointer;
    float: left;
    text-align: center;
    z-index: 10000;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

/*HOVER PRINCIPAL DOS BOTÕES*/
.btn:hover
{    color: #FFFFFF;
    background: transparent;
    /*border: solid 2px rgba(37, 40, 57, 1);*/
    box-shadow: 0px 0px 15px 5px rgba(37, 40, 57, 0.15);
}

.btn-success:active,
.btn-success:focus,
.btn-success:active:focus
{
    background-color: transparent !important;
    color: rgba(37, 40, 57, 1);
    opacity:  1;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn
{
    opacity: 1 !important;
}



.btn_destaque
{
    display: block;
    font-size: 1em;
    font-weight: light;
    text-transform: uppercase;
    color: #444;
    letter-spacing: 1px;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 45px;
    padding-right: 45px;
    border: solid 2px #FFF !important;
    /*border-radius: 35px;*/
    cursor: pointer;
    float: left;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.pill_button_case_de_sucesso a
{
    color: #444;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.btn_destaque:hover
{
    color: #FFF;;
    background: #ee4c2d;
    box-shadow: 0px 0px 15px 5px rgba(255, 105, 0, 0.22);
    border: solid 2px #ee4c2d;
}
.btn_destaque:hover a
{
    color: #FFF;
    /*background: #ee4c2d;*/

}


/* Input placeholder color change */

*::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: rgba(37, 40, 57, 1) !important;
}
*:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: rgba(37, 40, 57, 1) !important;
    opacity:  1;
}
*::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: rgba(37, 40, 57, 1) !important;
    opacity:  1;
}
*:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: rgba(37, 40, 57, 1) !important;
}
*::-ms-input-placeholder { /* Microsoft Edge */
    color: rgba(37, 40, 57, 1) !important;
}

/************
16. Footer
************/

#footer
{
    width: 100%;
    height: auto;
    padding: 50px 0 50px 0;
    /*padding-bottom: 60px;*/    
    background: #FFF;
    /*float: left;*/
    margin: 0;
    font-weight: 200;
}

.contact_info
{
    display: block;
    float: left;
    width:90%;
    margin:0 5%;
    text-align: left;

}
.sub_form
{
    float: right;
}
.footer_contact_title
{
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.footer_contact
{
    text-align: left;
}
.footer_contact li, .footer_contact li a
{
    font-size: 12px;
    font-weight: 300;
    line-height: 1.8;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 300;
    color:#888 !important;
}
.footer_contact li a:hover
{
    color:#AEBF00 !important;
}
.footer_social
{
    /*margin-top: 40px;*/
    float: right;
}
.footer_social li
{
    display: inline-block;
    margin-right: 10px;
}
.footer_social li:last-child
{
    margin-right: 0px;
}
.footer_social li
{
    font-size: 32px;
}
.footer_social li a
{
    color: #888 !important;
}
.footer_social li a:hover
{
    color: #AEBF00 !important;
}
.copyright
{
    font-size: 14px;
    margin-top: 10px;
    color: #888;
    text-align: center;
    font-weight: 300;
}
.footer_nav
{
    display: block;
    position: relative;
    float: right;
}
.footer_nav li
{
    display: inline-block;
    position: relative;
    margin-left: 15px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.8;
    cursor: pointer;
}
.footer_nav li:first-child
{
    margin-left: 0px;
}
.footer_nav li:hover
{
    color: #FF6700;
}
.footer_nav li a{
    color: #888;
}
.main_logo_footer{
    float: left;
}
.main_logo_footer{
    width: 50%;
}
/*********************
16.1 Subscribe Form
*********************/

#subscribe-form
{
    display: block;
    position: relative;
    float: right;
    margin-top: 30px;
    width: 100%;
    width: 500px;
}
#subscribe-form .controls
{
    width: 100%;
    height: 100%;
}
.sub_input_container
{
    display: block;
    width: 79%;
    height: 100%;
    float: left;
}
.sub_btn_container
{
    display: block;
    width: 20%;
    height: 100%;
    float: right;
}
#form_sub_email
{
    padding-top: 25px;
    padding-bottom: 25px;
    background: #eee;
    border: none;
    font-weight: 600;
    color: #252839;
}
.sub_btn
{
    height: 100%;
    width: 100%;
    border-radius: 4px;
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 15px;
    font-weight: 600;
    background: #64b0e6;
    color: #252839;
    border: 0;
}
.sub_btn:hover
{
    background: #FF6700 !important;
}
input[type="submit"] i
{
    border: none !important;
}
.sub_description
{
    float: right;
    font-size: 13px;
}
#contact-form .messages .alert
{
    color: #252839;
}
#servico-form .messages .alert
{
    color: #252839;
}
.alert
{
    font-size: 12px;
    color: #FF6700;
    text-align: right;
    margin-bottom: 0px;
}
.alert-dismissable .close, .alert-dismissible .close
{
    top: -5px;
}
.list-unstyled
{
    margin-top: 10px;
}
.contact_errors .list-unstyled li
{
    color: #252839;
    font-size: 12px;
}
.subscribe_errors .list-unstyled li
{
    color: #FF6700;
    font-size: 12px;
}
.pagina{
    position: relative;
    padding-top: 101px;
    padding-bottom: 120px;
}
/**********
17. Portfólio
**********/
.header_portfolio
{
    width: 100%;
    padding-left: 15px;
    margin-top: 200px;
    padding-bottom: 120px;
}
.header_portfolio span
{
    font-size: 72px;
    color: #F7F7F7;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 1;
    width: 90%;
}
.header_portfolio h1
{
    font-size: 72px;
    color: #FF6700;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 1;
    margin-left: 5%;
    width: 90%;
}
.header_portfolio h1 span
{
    margin-top: 0px;
    margin-bottom: 10px;
}
.header_portfolio h3
{
    color: #F7F7F7;
    font-weight: 300;
    line-height: 1.5;
    margin-top: 30px;
    font-size: 24px;
    width: 75%;
}
.detalhe_projeto{
    padding: 120px 0;
}
.portfolio_space{
    padding-bottom: 120px;
}

/**********
17. TV Talentos
**********/
.header_tv
{
    width: 100%;
    padding-left: 15px;
    margin-top: 0;
    padding-bottom: 30px;
    text-align: center;
}

.header_tv h1
{
    font-size: 4rem;
    color: #FF6700;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 1;
    margin: 0;
    width: 90%;
}

/**********
18. Blog & Posts
**********/
.post_single{
    padding-top: 50px;
    padding-bottom: 250px;
    background: #fff;
}
.post_single .post_header{
    margin-bottom: 20px;
}
.post_single .post_header h1{
    color: #000;
}
.post_single .post_header h1::after{
    content: '';
    width: 100px;
    height: 1px;
    background: #FF6700;
    display: block;
    position: relative;
    margin-top: 10px;
}
.post_single .post_header h3{
    color: #444;
    font-size: 1.2em;
    line-height: 30px;
    font-style: italic;
}
.post_single .post_cover{
    margin-bottom: 20px;
}
.post_single .post_cover img{
    width: 100%;
}
.post_single .post_content{
    color: #444;
}
.post_single .post_content img{
    width: 100%;
}
.post_single .post_content h5{
    font-size: 1.2em;
}
.post_single .post_content p{
    margin-bottom: 20px;
    font-size: 1.1em;
    line-height: 28px;
}
/**********
19. Paginação
**********/
.paginator {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 100px;
}
.paginator li{
    display: inline-block;
    margin-right: 10px;
}
.paginator li a,
.paginator li span{
    padding: 5px 10px;
    border-radius: 5px;
}
.paginator li a{
    background: #FF6700;
    color: #252839;
}
.paginator li a:hover{
    background: #a5e25f;
}
.paginator li span{
    background: #adb1c3;
    color: #252839;
}
/**********
20. Sidebar
**********/
.sidebar{
    width: 100%;
    float: left;
}
.sidebar .widget_item{
    position: relative;
    margin-bottom: 50px;
}
.sidebar .widget_item header h3{
    color: #000;
    margin-top: 0;
}
.sidebar .widget_item header h3::after{
    content: '';
    position: relative;
    display: block;
    width: 40px;
    height: 1px;
    background: #FF6700;
    margin-top: 5px;
}

/* Mais lidas */
.sidebar_most_post{
    margin-bottom: 15px;
    border-bottom: 1px dotted #eee;
}

.sidebar_most_post:last-of-type{
    margin-bottom: 0;
}

.sidebar_most_post h4{
    font-size: 0.875em;
    font-weight: 600;
    color: #313131;
    margin-top: 10px;
}

.sidebar_most_post a{
    text-decoration: none;
    color: #313131;
    line-height: 1;
}

.sidebar_most_post a:hover{
    color: #00896F;
}
.sidebar_most_post a img{
    width: 100%;
    border-radius: 5px;
}
/**********
21. Blog
**********/
.blog_page{
    padding-bottom: 250px !important;
}


/***********************************
############ BOX MODEL #############
***********************************/
.box{
    display: inline-block;
    vertical-align: top;
    margin-left: -4px;
    padding: 10px;
}

.box > header{
    padding: 10px;
    border-top: 5px solid #EBEBEB;
    border-bottom: 1px solid #eee;
    background: #fff;
}

.box > header h1{
    font-size: 0.875em;
    font-weight: 600;
}

.box > header .a{
    text-transform: uppercase;
    color: #00B494;
    text-decoration: none;
    font-size: 0.8em;
    margin-top: 4px;
}

.box > header .a:hover{
    text-decoration: underline;
}

.box25{width: 25%;}
.box30{width: 30%;}
.box33{width: 33.333333333%;}
.box50{width: 50%;}
.box70{width: 70%;}
.box100{width: 100%;}

.box_content{
    padding: 15px;
    font-weight: 300;
    background: #fff;
    font-size: 0.875em;
}

.box_actions{
    font-size: 0.8em;
    text-align: center;
    background: #fbfbfb;
    padding: 15px 0;
}

.box_actions .btn{
    margin: 0 4px !Important;
}



.btn_destaque
{
    display: block;
    font-size: 1em;
    font-weight: 300;
    text-transform: uppercase;
    color: #444;
    letter-spacing: 1px;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 45px;
    padding-right: 45px;
    border: solid 2px #FFF !important;
    /*border-radius: 35px;*/
    cursor: pointer;
    float: left;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.btn_destaque a{
    color:#FFF;
}

.btn_destaque:hover
{
    color: #FFF;;
    background: #ee4c2d;
    box-shadow: 0px 0px 15px 5px rgba(255, 105, 0, 0.22);
    border: solid 2px #ee4c2d !important;
}
.btn_destaque:hover a
{
    color: #FFF;
    /*background: #ee4c2d;*/
}

.container_depoimentos{
    background: red;
}

.depoimentos_content{
    background: red;
}

/*OBJECTS*/
object,
embed,
video,
iframe{
    max-width: 100%;
    height: auto;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0; overflow: hidden;
    /*margin-left: -50px;*/

}

.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 90%;
    height: 100%;
}

.sidebar_artista{
    padding-bottom: 30px;
}

.sidebar_artista h3, sidebar_artista a{
    font-size: 24px;
}
.redes-sociais a{
    /*color: #444 !important;*/
    font-size: 24px;

}
.redes-sociais a:hover, .download_artista a:hover{

}

.contato_artista {

}

.download_artista a{
    color: #ccc !important;
    font-size: 24px;
}

.download_artista a:hover{
    color:#F2AA27 !important;
}

.artista-downloads{
    margin-bottom: 80px;
    display: block;
    width: 100%;
}

.artista-downloads h1 a{
    background:#222 !important;
    font-size: 1.5em;
    padding:30px;
    color:#FFF;
    margin-bottom: 30px;
    width: 100%;
    text-align: center;
    display: block;

}

.artista-downloads h1 a:hover{
    background:orange !important;
    padding:30px;
    color:#FFF;
}


/*
PÁGINA SERVIÇO
*/

.pagina_servico{
    width: 100%;
    /*height: 800px;*/
    background: #FFF !IMPORTANT;
    z-index: 99;
    padding-top: 100px;
}


/*
PÁGINA ARTIGOS
*/

.pagina_artigo{
    padding-top: 0;
}



.tv-talentos-musical{
    /*text-align: center;*/
    padding: 0 !important;
}
.tv-talentos-musical .embed-container{
    padding-left: 0 !important;
    margin-left: -40px !important;
}
.tv-talentos-musical h2{
    /*text-align: center;*/
    width: 100%;
}
.tv-talentos-title{
    color:#FFF;
    text-transform: uppercase;
    margin: 30px 0 50px 0;
}
.topo-responsivo{
    /*background: red;*/
    padding: 20px 0;
    /*height: 300px;*/
    width: 100%;
    float:left;
    margin-bottom: 10px;
}
.logo-mobile{
    display: none; 
}

.youtube-button{
    background: #E1332E;
    margin-top:-20px;
    display: table;
    width: 100%;
    text-align: center;
    padding:10px 0;
    color:#FFF;
}
.twitter-button{
    background:#72C2FD;
    display: table;
    margin-top:-20px;
    width: 100%;
    text-align: center;
    padding:10px 0;
    color:#FFF;
}
.instagram-button{
    background: #D233BE;
    display: table;
    margin-top:-20px;
    width: 100%;
    text-align: center;
    padding:10px 0;
    color:#FFF;
}
.instagram-button:hover{
    background: #664FEE;
    color:#FFF;
}
.facebook-button{
    background: #6197F7;
    display: table;
    margin:0;
    width: 100%;
    text-align: center;
    color:#FFF;
    padding:10px 0;
}
.facebook-button:hover{
    background: #2B50BB;
    color:#FFF;
}
.youtube-button:hover{
    background: #BB2225;
    color:#FFF;
}
.twitter-button:hover{
    background: #1979E6;
    color:#FFF;
}


.testimony{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 101;
    display: none;
}

.testimony_content{
    display: block;
    position: relative !important;
    width: 800px;
    max-width: 90%;
    margin: 3% auto 0 auto;
    background: #222;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-top:10%;
}

.testimony_content h1{
    font-size: 1.2em;
    font-weight: 300;
    color: #FFF;
    padding: 20px;
    margin:20px 0 0 20px;
}

.testimony_content h1 b{
    font-weight: bold;
    color: #00896F;
}

.testimony_close{
    color: #fff;
    background: #000;
    border: 3px solid #fff;
    padding: 6px 12px;
    position: absolute;
    right: -15px;
    top: -15px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    cursor: pointer;
}

.testimony_close:hover{
    background: #c78585;
}

.testimony_content .content_like{
    display: block;
    width: 100%;
    padding: 20px;
}

.testimony_content .box_like{
    display: inline-block;
    width: 50%;
    text-align: center;
    padding: 0;
    vertical-align: top;
}

.testimony_content .box_like p{
    font-weight: 300;
    margin-bottom: 15px;
    color: #555;
}

.lead_take h1{
    font-size: 0.9em;
    font-weight: 300;
    float: left;
    margin-top: -50px;
}

.lead_take .thumb{
    position: relative;
}

.lead_take .false_bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100%;
    background: rgba(0,0,0,0.3);
    background-size: 100%;
    cursor: pointer;
}

.lead_take .false_bg:hover{
    background-color: rgba(0,0,0,0.1);
    transition-duration: 0.3s;
}

.lead_take h1 b{
    font-weight: 500;
    color: #00896F;
}

.lead_take span{
    color: #00896F;
    border-bottom: 1px dotted #00896F;
    font-weight: 300;
    font-style: italic;
    cursor: pointer;
    padding: 0 0 0 15px;
}

/***********************************
######## HTML CHARS CONFIG #########
***********************************/
.htmlchars{
    display: block;
    width: 100%;
    padding: 30px;
}

.htmlchars h3{display: block; font-size: 2em; font-weight: 300; margin-bottom: 30px}
.htmlchars h4{display: block; font-size: 1.8em; font-weight: 300; margin-bottom: 30px}
.htmlchars h5{display: block; font-size: 1.6em; font-weight: 300; margin-bottom: 30px}
.htmlchars p{margin-bottom: 20px; font-size: 0.9em; font-weight: 400;}
.htmlchars iframe{width: 100%; border: none;}
.htmlchars ul{list-style: circle; margin: 20px 30px;}
.htmlchars ol{margin: 20px 30px;}
.htmlchars form{padding: 30px;margin: 20px 0; text-align: center; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;}
.htmlchars form label{display: block; margin-bottom: 15px; font-size: 0.9em; text-transform: uppercase;}
.htmlchars form input,
.htmlchars form textarea{border: 1px solid #ccc; display: block; margin-top: 15px; font-size: 1em; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;}
.htmlchars form button,
.htmlchars form input[type="submit"]{display: block; border: 0; color: #fff; text-shadow: 0 1px #000; cursor: pointer; padding: 15px 30px; font-size: 1.2em; font-weight: bold; text-transform: uppercase; background: #00B494; border-bottom: 5px solid #008068; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;}
.htmlchars form button:hover,
.htmlchars form input[type="submit"]:hover{background-color: #008068; border-color: #0B5747;}
.htmlchars a{color: #0E96E5; text-decoration: none;}
.htmlchars a:hover{text-decoration: underline;}
.htmlchars pre{margin-bottom: 30px; font-size: 0.8em;}
.htmlchars .btn{display: block; color: #fff;}
.htmlchars .btn:hover{text-decoration: none !Important;}

img{
    max-width: 100%;
    vertical-align: middle;
    margin: 0;
}

a img {
    border: none;
    margin: 0;
}

.left_content{
    float: left;
    width: 67%;
}


.label{display: block; margin-bottom: 15px;}
.label a{display: inline-block; margin-left: 10px; font-weight: 500; text-decoration: none; color: #008068;}
.label a:hover{color: #00B494;}


.label_50{float: left; width: 100%;}
.label_50 .label{float: left; width: 49%;}
.label_50 .label:nth-of-type(2n+0){margin-left: 2%;}
.label_50 .label:last-of-type{margin-right: 0;}

.label_33{float: left; width: 100%;}
.label_33 .label{float: left; width: 32.6666%; margin-left: 1%;}
.label_33 .label:first-of-type{margin-left: 0;}
.label_33 .label:last-of-type{margin-right: 0;}

.label .legend{
    display: block;
    font-size: 0.8em;
    text-transform: uppercase;
    color: #333;
    font-weight: 300;
    margin-bottom: 5px;
}

.label_check{
    cursor: pointer;
    display: inline-block;
    padding: 6px 0;
    font-size: 0.875em;
    cursor: pointer;
    position: relative;
    padding-left: 22px;
    margin-right: 15px;
    width: auto;
}

.label_publish{
    padding: 7px 10px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    text-transform: uppercase;
    font-size: 0.8em;
    background: #eee;
    margin-right: 5px;
}

.label_publish.active{
    background: #008068;
    color: #fff;
}

.label_publish input{
    display: none;
}

.label_check input{
    cursor: pointer;
    width: auto;
    position: absolute;
    left: 4px;
    top: 9px;
}

/***********************************
######## HTML CHARS CONFIG #########
***********************************/
.htmlchars{
    display: block;
    width: 100%;
}

.htmlchars h3{display: block; font-size: 1.5em; font-weight: 300; margin-bottom: 30px}
.htmlchars h4{display: block; font-size: 1.8em; font-weight: 300; margin-bottom: 30px}
.htmlchars h5{display: block; font-size: 1.6em; font-weight: 300; margin-bottom: 30px}
.htmlchars p{margin-bottom: 20px; font-size: 1em !important; font-weight:300;}
.htmlchars iframe{width: 100%; border: none;}
.htmlchars ul{list-style: circle; margin: 20px 30px;}
.htmlchars ol{margin: 20px 30px;}
.htmlchars form{padding: 20px; margin: 20px 0;}
.htmlchars form label{display: block; margin-bottom: 15px; font-size: 0.9em; text-transform: uppercase;}
.htmlchars form input,
.htmlchars form textarea{display: block; margin-top: 10px; color:#333333; padding: 20px 10px;}
.htmlchars a{color: #0E96E5; text-decoration: none;}
.htmlchars a:hover{text-decoration: underline;}

/***********************************
######## CUSTON FORM RESET #########
***********************************/
fieldset{border: 0;}

input.btn{width: auto; cursor: pointer;}

input, .input, select, textarea{
    padding: 8px;
    width: 100%;
    font-size: 0.875em;
    font-weight: 300;
    border: 1px solid #ccc;
}

select{
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    background-image: url(../_img/select.png);
    background-size: auto 60%;
    padding-right: 28px !important;
    background-repeat: no-repeat;
    background-position: right 5px center;
    cursor: pointer;
}



/*
TRIGGER
Personaliza mensagens do sistema
*/
.trigger{
    display: block;
    width: 100%;
    padding: 15px;
    background: #333;
    font-size: 0.9em;
    color: #fff;
    margin-bottom: 20px;
}

.trigger p{
    margin-top: 8px;
}

.trigger_success{background-color: #00B494;}
.trigger_info{background-color: #0E96E5;}
.trigger_alert{background-color: #FAAD50;}
.trigger_error{background-color: #F45563;}

.trigger_none{
    margin-bottom: 0;
}
input, .input, select, textarea{
    padding: 18px 30px;
    width: 100%;
    font-size: 0.875em;
    font-weight: 300;
    border: 1px solid #ccc;
}

/***********************************
######### CUSTON BUTTONS ###########
***********************************/
.btn{
    display: inline-block;
    cursor: pointer;
    /*padding: 7px 12px;*/
    margin-top: 2px;
    background: #888;
    font-size: 0.9em;
    color: #fff !important;
    text-decoration: none !important;
    text-align: center;
    border: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    text-shadow: 1px 1px #555;
}

.btn_medium{
    padding: 10px 20px;
    font-size: 1.1em;
    text-transform: uppercase;
    font-weight: bold;
}

.btn:hover{
    background: #555;
    text-decoration: none !important;
}

.btn_blue{
    background-color: #0E96E5;
    text-shadow: 1px 1px #096397;
}
.btn_blue:hover{background-color: #096397;}


.btn_yellow{
    background-color: #FAAD50;
    text-shadow: 1px 1px #CC8D41;
}
.btn_yellow:hover{background-color: #CC8D41;}

.btn_red{
    background-color: #F45563;
    text-shadow: 1px 1px #C54550;
}
.btn_red:hover{background-color: #C54550;}

.btn_cta_blue{
    padding: 15px 30px;
    font-size: 1.2em;
    font-weight: bold;
    text-transform: uppercase;
    background: #0E96E5;
    border-bottom: 5px solid #096397;
}

.btn_cta_blue:hover{
    background-color: #096397;
    border-color: #0A537D;
}

.btn_cta_green{
    padding: 15px 30px;
    font-size: 1.2em;
    font-weight: bold;
    text-transform: uppercase;
    background: #00B494;
    border-bottom: 5px solid #008068;
}

.btn_cta_green:hover{
    background-color: #008068;
    border-color: #0B5747;
}

.btn_cta_yellow{
    padding: 15px 30px;
    font-size: 1.2em;
    font-weight: bold;
    text-transform: uppercase;
    background: #FAAD50;
    border-bottom: 5px solid #CC8D41;
}

.btn_cta_yellow:hover{
    background-color: #CC8D41;
    border-color: #A67436;
}

.btn_cta_red{
    padding: 15px 30px;
    font-size: 1.2em;
    font-weight: bold;
    text-transform: uppercase;
    background: #F45563;
    border-bottom: 5px solid #C54550;
}

.btn_cta_red:hover{
    background-color: #C54550;
    border-color: #93343C;
}

.btn_green_noaction:hover{background: #00B494 !important; cursor: default !important;}
.btn_blue_noaction:hover{background: #0E96E5 !important; cursor: default !important;}
.btn_yellow_noaction:hover{background: #FAAD50 !important; cursor: default !important;}
.btn_red_noaction:hover{background: #F45563 !important; cursor: default !important;}
.btn_link{color: #eee; text-shadow: 1px 1px 0 #333; text-decoration: none;}
.btn_link:hover{color: #fff;}

.btn_green{background-color: #00B494; text-shadow: 1px 1px #008068;}
.btn_green:hover{background-color: #008068;}
.btn_green_noaction:hover{background: #00B494 !important; cursor: default !important;}

.btn_blue{background-color: #0E96E5; text-shadow: 1px 1px #096397;}
.btn_blue:hover{background-color: #096397;}
.btn_blue_noaction:hover{background: #0E96E5 !important; cursor: default !important;}

.btn_yellow{background-color: #FAAD50; text-shadow: 1px 1px #CC8D41;}
.btn_yellow:hover{background-color: #CC8D41;}
.btn_yellow_noaction:hover{background: #FAAD50 !important; cursor: default !important;}

.btn_red{background-color: #F45563; text-shadow: 1px 1px #C54550;}
.btn_red:hover{background-color: #C54550;}
.btn_red_noaction:hover{background: #F45563 !important; cursor: default !important;}

.btn_small{padding: 2px 4px;}
.btn_medium{padding: 6px 12px;}
.btn_large{padding: 8px 16px;}
.btn_xlarge{padding: 12px 24px;}
.btn_xxlarge{padding: 16px 32px;}

.wc_slide_item img{
    width: 100%;
}

.btn_green{
    background-color: #00B494;
    text-shadow: 1px 1px #008068;
}
.btn_green:hover{background-color: #008068 !important;}
