/*@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700);
@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Alegreya+Sans:400,700&display=swap');*/

html {
	margin: 0 auto;
    max-width: 1400px;
    background-color: #F3F3F3;
}

body {
    color: #575756;
    font-family: "Theinhardt Regular";
    font-size: 14px;    
    line-height: 1.6;
    margin: 0;
    padding: 0;
}

a {
    background: transparent;
    outline: none; 
    text-decoration: none;  
    color: #575756;
    -webkit-transition: .2s cubic-bezier(0.25,.46,.45,.94);
    transition: .2s cubic-bezier(0.25,.46,.45,.94);
    -webkit-transition-property: background-color,color;
    transition-property: background-color,color;
}
a:active,
a:hover,
a:focus {
    outline: 0;  
    color: #333333;
    text-decoration: none;    
}
a:focus, a:active {
    border: 0;
    outline : 0;
    color: #333333;
}

/* ==========================================================================
BOTTOM HOME HEADER
========================================================================== */

.home-bottom {
    position: absolute;
    z-index: 999;
    width: 100%;
    left: 0;
    bottom: 10px;
    text-align: center;    
} 
.move {   
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    width: 30px;
    height: 50px;
    border-radius: 20px 20px 20px 20px;
    background: #ffff;
    border: 3px solid #575756;
}

.home-bottom i {
    padding-top: 0px;
    padding-bottom: 25px;
    padding-left: 7px;
    padding-right: 7px;
    color: #575756;    
    font-weight: 300;    
    font-size: 10px;
    line-height: 40px;
    -webkit-animation: bounceOut 2s infinite;
    -moz-animation: bounceOut 2s infinite;
    -ms-animation: bounceOut 2s infinite;
    animation: bounceOut 2s infinite;    
} 



/* ==========================================================================
TOP HEADER
========================================================================== */

header {
    position: absolute;
    text-align: center;
    top: 0px;
    z-index: 1000;
    color: #fff;
    width: 100%;
    max-width: 1400px;
    min-height: 50px;
    background: #FFF;
    /*background-color: rgba(83, 69, 120, 0.85);*/
    transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
}

.menu {
    padding-left: 30px;
    padding-right: 30px;    
}

.div-menu{
    max-width: 1400px;
}
.menu-bar {
    float: left;
    height: 50px;
    background: #ccc;    
}

.affix {
    position: fixed;
    z-index: 19998;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    top: 0;    
    height: 50px;
    display: table;    
    background: #FFF;
    border-bottom: solid 2px #CCCCCC;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    animation: fadeInDown 1s;
}

.top-left {
	float: left;	
}
.top-right {
	float: right;    
}

/* MENU */


.box-menu1 { 
    background: #CCCCCC;    
}
.box-menu1 h1 {
    padding: 20px;
    font-family: 'Theinhardt Bold';
    color: #575756;
    font-size: 14px;    
}

.box-menu2 {     
    padding: 25px;
}

.box-title {
    background: transparent;
    padding:  10px 0 10px 0;    
}

/* CONTATO / MAPA */

.box-top-right {
    min-width: 200px;
    max-height: 200px;
    margin-bottom: 12px;
    opacity: 1;
    float: right;
    background: #EBEBEB;
    height: 38px;
}
.box-top-right-stick {
	display: none;
	display: hidden;

}
.affix .box-top-right {
	display: none;
	float: right;    
}
.affix .box-top-right-stick {
	opacity: 1;
}

/* MENU */

.box-top-right .contato-menu {    
    width: 100px;
    height: 38px;
    float: left;
}
.box-top-right .contato-menu p {
    padding-top: 9px;
    font-family: 'Theinhardt Bold';
    color: #797978;
    font-size: 14px;
    text-align: center;
}
.box-top-right .contato-menu p:hover {
    font-family: 'Theinhardt Bold';
    color: #797978;
    font-size: 14px;
    text-align: center;
}

/* MAPA */

.dropbtn {
    background: transparent;
    float: right;
    width: 110px;
    height: 38px;
    cursor: pointer;
    border: 0;
}

.dropdown-mapa {
    width: 110px;
    padding: 0;
    float: right;
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    width: 100%;
    min-width: 255px;
    padding: 20px 50px 20px 50px;
    float: right;
    z-index: 2999999;
    -webkit-transition: color 0.3s, background 0.3s;
    transition: color 0.3s, background 0.3s;
}

.dropdown-content a {
    text-align: left;
    font-family: 'Theinhardt Bold';
    color: #FFF;
    font-size: 15px;    
    line-height: 24px;
    padding: 12px 13px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #00ADBA;
}

.dropdown-mapa:hover .dropdown-content {
    display: block;
    background: #00ADBA;
}

.dropdown-mapa:hover .dropbtn {
    background-color: #00ADBA;
}

.dropdown-content .mapa-title {
    font-family: 'Theinhardt Bold';
    font-size: 32px;
    color: #FFF;
    margin-bottom: 20px;
    padding-right: 20px;
    line-height: 32px;
    text-align: left;
}

#link-location .links h1 {
    font-family: 'Theinhardt Bold';    
    color: #fff;
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
    text-align: left;
    text-decoration: underline;
}

#link-location .links a {
    text-align: left;
    font-family: 'Theinhardt Bold';
    font-size: 15px;
    color: #FFF;
    line-height: 1px;
}

#link-location .links a:hover {
    text-align: left;
    color: #FFF;
    text-decoration: underline;
}

#link-location .link-botao {
    padding: 25px;
    text-align: center;
}
#link-location .bt-link {
     padding: 8px 15px 8px 15px;
     border: 2px solid #FFF;
     background: #FFF;
     color: #00ADBA;
     font-family: 'Theinhardt Bold';     
     font-size: 16px;     
     text-align: center;
     line-height: 20px;
}
#link-location .bt-link:hover {
     border: 2px solid #FFF;
     background: #00ADBA;
     color: #FFF;
}

/*LOGO*/

.branding img {
    position: absolute;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;  
}

/*.logo{
    background: url(../images/logo-stulz.png) no-repeat;
    position: absolute;
    top: 0px;
    left: 0px;
    margin: 0px auto 0px auto;   
    width: 98px;
    height: 98px;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;     
}*/
.logomobile{
    /*background: url(images/logo-stulz-mobile.png) no-repeat;*/
    position: absolute;
    top: 0px;
    left: 0px;
    margin: 0px auto 0px auto;
    width: 52px;
    height: 45px;
    border: 0;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;    
}

/*.branding .logo-stulz {
    opacity: 1;
    margin-left: 15px;
}
.branding .logo-stulz-stick {
    opacity: 1;
    margin-left: 15px;
}
.affix .branding .logo-stulz {
    opacity: 1;
    margin-left: 15px;
}
.affix .branding .logo-stulz-stick {
    opacity: 1;
    margin-left: 15px;
}*/


/* ==========================================================================
SLIDE CAROUSEL
========================================================================== */

.hero-area{
    margin-top: 102px;
    overflow:hidden;
    background: #FFF;
    height: 680px;
}
.slider-one {
   height: 680px;   
}
.hero-area .single-slider {
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    height: 680px;
    position: relative;
}

.hero-area .box-slide {
	position: absolute;
	padding: 0;
	bottom: 0;
	margin-bottom: 30px;
	margin-left: 55px;    
}
.hero-area .box-vermelho {
    display: block;
    padding: 0;
}
.hero-area .barra-vermelha {    
    background-color: rgba(226, 12, 26, 0.8);     
    margin-left: 80px;
    padding: 10px 10px 2px 20px;
}
.hero-area .barra-vermelha h1 {
    font-family: 'Theinhardt Bold';
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;    
}
.hero-area .box-branco {
    display: block;
    padding: 0;
}
.hero-area .barra-branca {    
    background-color: rgba(255, 255, 255, 1);
    padding: 10px 10px 30px 20px;
}
.hero-area .barra-branca h1 {
	margin: 20px 90px 0px 60px;
    font-family: 'Theinhardt Bold';
    line-height: 38px;
    color: #E30613;
    font-size: 35px;
    font-weight: 700;    
}
.box-botao {
	margin-left: 60px;
	margin: 22px 0px 10px 60px;
}
.box-botao .botao {
     border: 2px solid #E30613;
     color: #E30613;     
     font-family: 'Theinhardt Bold', sans-serif;
     font-size: 14px;
     font-weight: 700;     
     text-align: center;     
     text-transform: uppercase;
     padding: 10px;    
}
.box-botao .botao:hover {
     border: 2px solid #E30613;
     background: #E30613;
     color: #fff;     
     font-family: 'Theinhardt Bold', sans-serif;
     font-size: 14px;
     font-weight: 700;     
     text-align: center;     
     text-transform: uppercase;     
     padding: 10px;
}

/* SLIDER NAV AND DOTS */

.hero-area .owl-controls .owl-dots {
    position: absolute;
    left: 50%;
    margin-left: -12px;
    bottom: 70px;
}
.hero-area .owl-controls .owl-dots .owl-dot {
    display: inline-block;
}
.hero-area .owl-controls .owl-dots .owl-dot span {
	border: 2px solid #909090;
    width: 12px;
    height: 12px;
    display: block;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin: 0 10px 0 0;
}
.hero-area .owl-controls .owl-dots .owl-dot:hover span{
    border-color: 1 solid #000;
} 
.hero-area .owl-controls .owl-dots .owl-dot.active span {
	border: 2px solid #909090;
	background: #909090;
    border-color: transparent;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}
.hero-area .owl-controls .owl-nav div {
    position: absolute;
    top: 50%;
    background: transparent;
    color: #000;
    border: 0px solid;
    width: 55px;
    height: 55px;
    line-height: 65px;
    padding: 0;
    border-radius: 100%;
    opacity: 1;
    font-size: 20px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin: -60px 0 0;
}
.hero-area .owl-controls .owl-nav div:hover{
    background: #ddd;
    color: #000;
}
.hero-area .owl-controls .owl-nav .owl-prev {
    left: 10px;
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    transform-origin: left;
    border-radius: 50%;
    visibility:hidden;
    opacity:0;
}
.hero-area:hover .owl-controls .owl-nav .owl-prev{
    visibility:visible;
    opacity:1;
}
.hero-area .owl-controls .owl-nav .owl-next{
    right: 10px;
    -webkit-transform-origin: right;
    -moz-transform-origin: right;
    transform-origin: right;
    border-radius: 50%;
    visibility:hidden;
    opacity:0;
}
.hero-area:hover .owl-controls .owl-nav .owl-next{
    visibility:visible;
    opacity:1;
}

/*--- CONTROL SLIDE ---*/

.owl-controls .owl-dots .owl-dot.active span,.hero-area .owl-controls .owl-dots .owl-dot span,.hero-area .owl-controls .owl-nav div,.owl-nav div:hover,.owl-controls .owl-nav div,.nav-tabs li a::before,
.tab-section.style5,.nav-tabs li a,.our-skill .progress .progress-bar,.counter.primary:before,.btn.radius:hover a,.hero-area .slide-text h1:before,
#scrollUp,.header .slicknav_btn,.header.onepage .slicknav_btn,.tromas-option .icon,
.header.onepage .slicknav_nav a:hover,.header.onepage .slicknav_nav a:hover,
.header .slicknav_nav a:hover{ background-color: rgba(255, 255, 255, 0.9) ;}

/* ==========================================================================
   IMAGEM TOPO PAGINA INTERNA - TITULO
========================================================================== */

.section-header-interna {        
    height: 560px;
    overflow:hidden;
    background: #FFF;
}

.header-topo-img {
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    height: 560px;
    position: relative;   
}
#header-interna .box-slide {
    position: absolute;
    padding: 0;
    bottom: 0;
    margin-bottom: 0px;
}
#header-interna .box-vermelho {
    /*display: block;*/
}
#header-interna .barra-vermelha {    
    background-color: rgba(226, 12, 26, 0.8);     
    margin-left: 150px;
    height: 35px;
    padding-top: 12px;
}
#header-interna .barra-vermelha h1 {    
    font-family: 'Theinhardt Regular';    
    color: #fff;    
    font-size: 14px;
    text-align: left;
    margin-left: 15px;
    text-transform: uppercase;
}
#header-interna .box-branco {
    display: block;
    background-color: rgba(255, 255, 255, 1);
    height: 32px;
    padding: 10px 10px 30px 20px;
}    

/* ==========================================================================
SECTION CAMINHOS DA PÁGINA INTERNA
========================================================================== */

.section-pathpage {    
    margin-top: 102px;
}

.pathpage-box1 {
    background: #F3F3F3;    
    height: 40px;
}
.pathpage-box2 {
    background: #CCCCCC;    
    height: 40px;
}

#pathpage .pathpage-box1 h1 {
    font-family: 'Theinhardt Bold';
    font-size: 12px;
    color: #898989;        
    padding: 15px 0 0 45px;
}
#pathpage .pathpage-box1 i {
    padding: 0 10px 0 10px;
}
#pathpage .pathpage-box2 h1 {
    font-family: 'Theinhardt Bold';
    font-size: 15px;
    color: #565655;
    padding: 14px 0 0 45px;   
}

/* ==========================================================================
SECTION DA PÁGINA INTERNA
========================================================================== */

.section-conteudo-interno {
    /*padding: 0 23.4375% 0 11.71875%;*/
    background: #FFF;
}
#conteudo-interno {
    padding: 0;
}
#conteudo-interno .div-text-only {
    padding-top: 60px;
    padding-bottom: 60px;   
    padding: 0 23.4375% 0 11.71875%;
}
#conteudo-interno .texto-conteudo {
    margin: 0;
    padding: 0;
}
#conteudo-interno h2 {    
    font-family: 'Theinhardt Bold';
    font-weight: 400;
    color: #e30613;
    font-size: 60px;
    line-height: 64px;
    margin: 0;
    padding-top: 80px;
}
#conteudo-interno .texto-sub p {    
    font-family: 'Theinhardt Bold';    
    color: #575756;
    font-size: 24px;
    line-height: 32px;
    margin-top: 30px;
}
#conteudo-interno .texto-conteudo p {    
    font-family: 'Theinhardt Regular';    
    color: #575756;    
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 10px;
}
#conteudo-interno .stage {
    width: 100%;
    overflow: hidden;
    border-bottom: 2px solid #ccc;
    background-color: #FFF;
    padding-bottom: 60px;
    margin-bottom: 60px;
}
#conteudo-interno .stage:after {
    content: "";
    display: table;
    clear: both;
}

#conteudo-interno .stage-imagem {
    /*padding-bottom: 60px;*/
    clear: both;
}

#conteudo-interno .img {
    margin: 0 25px 0 25px;
    position: relative;
}

/* BOX CONTEUDO GERAL */

#conteudo-interno .content-color-gray1 {
    background: #F3F3F3;
    padding-top: 60px;
    padding-bottom: 60px;    
}

#conteudo-interno .content-color-gray2 {
    background: #ECECEC;
    padding-top: 60px;
    padding-bottom: 60px;    
}

#conteudo-interno .geral-content {
    padding-top: 60px;
    padding-bottom: 60px;
    padding: 0 4.1015625%;
}

#conteudo-interno .box-col-content {    
    padding: 0 8.7890625% 0 7.8125%;
}
#conteudo-interno .geral-content-title {
    margin-bottom: 30px;    
}
.geral-texto-conteudo i {
    font-size: 10px;    
}

#conteudo-interno .geral-texto-conteudo h2 {    
    font-family: 'Theinhardt Bold';
    font-weight: 400;
    color: #575756;
    font-size: 20px;
    line-height: 42px;
    margin: 0;
    padding-top: 0px;
}

#conteudo-interno .geral-texto-conteudo p {    
    font-family: 'Theinhardt Regular';    
    color: #575756;    
    font-size: 18px;
    line-height: 30px;
    margin-top: -10px;
}

#conteudo-interno .produto-one {
    padding: 10px;
    margin-bottom: 15px;
}

/* BOX LISTA BULLET*/

#conteudo-interno .list-content {
    padding-top: 60px;
    padding-bottom: 60px;       
    padding: 0 4.1015625%;
}

#conteudo-interno .box-col {    
    margin-top: 60px;
    margin-bottom: 60px;    
    padding: 0 8.7890625% 0 7.8125%;
}

#list-bullets .col-list {    
    margin-bottom: 24px;
    padding: 0 35px 0 18px;
}

#list-bullets .list-title {
    margin-bottom: 30px;
    padding: 0 18px;
}

#conteudo-interno h3 {
    font-family: 'Theinhardt Bold';
    font-weight: 400;
    color: #575756;
    font-size: 36px;
    line-height: 44px;
    margin: 0;
}

#list-bullets .circle-bullet {
    display: table-cell;
    padding-right: 30px;    
}

#list-bullets .title-bullet {    
    display: table-cell;
    padding-right: 20px;    
}

#list-bullets i {
    position: absolute;
    top: 5px;   
    color: #FFF;
    line-height: 20px;
    font-size: 10px;
    text-align: center;
    width: 20px;
    height: 20px;
    background: #e30613;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%; 
}

#list-bullets .title-bullet h4 {    
    font-family: 'Theinhardt Regular';
    color: #575756;
    font-size: 30px;
    line-height: 36px;    
}

/* TABELA 01 */

#box-table .table-content {    
    padding-top: 20px;
    padding-bottom: 20px;
    /*padding: 0 4.1015625%;*/
}

#box-table .box-table { 
    margin-bottom: 60px;    
    padding: 0 8.7890625% 0 7.8125%;
}

#box-table .box-table table {
    margin-left: 15px;
    background: #FFF;
    width: 60%;
    box-sizing: border-box;    
    border-spacing: 0;    
    display: table;
    border-collapse: separate;    
}

#box-table .box-table table tbody {
    -webkit-box-sizing: border-box;
    border-collapse: collapse;
}

#box-table .box-table tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}

#box-table .box-table td {    
    border-bottom: 2px solid #ccc;
    position: relative;
    padding: 15px 0 0 0;
    display: table-cell;
    vertical-align: inherit;
}

#box-table .box-table h3 {
    font-family: 'Theinhardt Bold';
    font-weight: 400;
    color: #575756;
    font-size: 36px;
    line-height: 64px;
    margin-bottom: 30px; 
}

#box-table .box-table h2 {
    font-family: 'Theinhardt Bold';
    font-weight: 400;
    color: #575756;
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 15px; 
}

#box-table .box-table td p {
    font-family: 'Theinhardt Regular';
    padding-right: 25px;
    text-align: left;    
    font-size: 18px;
    line-height: 26px;
}

/* TABELA 02 */

#box-table02 .table-content2 {    
    padding-top: 0px;
    padding-bottom: 20px;    
}

#box-table02 .box-table2 {
    margin-top: 0px;
    margin-bottom: 60px;    
    padding: 0 8.7890625% 0 7.8125%;
}

#box-table02 .box-table2 table {
    margin-left: 15px;
    margin-bottom: 40px;
    background: #FFF;
    width: 80%;
    box-sizing: border-box;    
    border-spacing: 0;    
    display: table;
    border-collapse: separate;    
}

#box-table02 .box-table2 table tbody {
    -webkit-box-sizing: border-box;
    border-collapse: collapse;
}

#box-table02 .box-table2 th {
    padding-top: 20px;    
}

#box-table02 .box-table2 tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}

#box-table02 .box-table2 td {    
    width: 50%;
    border-bottom: 2px solid #ccc;
    position: relative;
    padding: 5px 0 0 0;
    display: table-cell;
    vertical-align: inherit;
}

#box-table02 .box-table2 h4 {
    font-family: 'Theinhardt Bold';
    font-weight: 400;
    color: #575756;
    font-size: 28px;
    line-height: 20px;
    margin-bottom: 20px;
}

#box-table02 .box-table2 td p {
    font-family: 'Theinhardt Regular';
    padding-right: 25px;
    text-align: left;    
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 5px;
}


/* DOWNLOAD */

.download {
    padding-right: 230px;
}
.box-download {
    padding: 0;
    display: block;
}
.title-download  {
    font-family: 'Theinhardt Bold';
    font-size: 21px;
    line-height: 38px;
    text-align: center;
}

.img-download {
    margin: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #F3F3F3;
    width: 240px;
    min-height: 240px;    
    padding: 20px 50px;
}

.download-botao {
    padding: 25px;
    text-align: center;
}
.bt-download {
     padding: 10px 30px 10px 30px;
     border: 2px solid #575756;
     background: #FFF;
     color: #575756;
     font-family: 'Theinhardt Bold';     
     font-size: 14px;     
     text-align: center;
}
.bt-download:hover {
     border: 2px solid #575756;
     background: #575756;
     color: #FFF;
     font-family: 'Theinhardt Bold';     
     font-size: 14px;    
     text-align: center;
}

/* ==========================================================================
    SOBRE HOME
========================================================================== */

.section-sobre {    
    padding: 0 23.4375% 0 11.71875%;
    background: #FFF;
}
.div-text-only {
    padding-top: 60px;
    padding-bottom: 60px;    
}
#sobre h2 {
	/*padding: 10px 90px 10px 40px;*/
    font-family: 'Theinhardt Bold';
    font-weight: 400;
    color: #575756;
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 30px;    
}
#sobre h3 {
	/*padding: 10px 90px 10px 40px;*/
    font-family: 'Theinhardt Bold';
    font-weight: 400;
    color: #575756;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 30px;
}
.sobre-texto {
    margin: 0;
    padding: 0;
}
.sobre-texto p {
	/*padding: 20px 90px 20px 40px;*/
    font-family: 'Theinhardt Regular';    
    color: #575756;    
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 10px;
}

/* ==========================================================================
DESTAQUES HOME
========================================================================== */

.section-destaques {
    background-color: #fff;
	padding: 60px 40px 60px 40px;
}
#destaques .box-geral {	
	background: #F3F3F3;
	padding: 40px 60px 50px 60px;
}
#destaques .box-cont1 {	
	padding-bottom: 20px;
}
#destaques .box-cont2 {
	background: #fff;	
}
#destaques .box-texto h1 {
    color: #575756;     
    font-family: 'Theinhardt Bold';
    font-size: 26px;
    margin-bottom: 24px;
    line-height: 30px;    
    padding-right: 20.512820512821%;  
}
.destaques-slider {
	padding: 40px 60px 40px 60px;
}
.single-destaques {
	min-height: 320px;
}
.subtitulo h2 {
     color: #575756;
     font-family: 'Theinhardt Bold';
     font-size: 14px;
     margin: 0 0 8px;
     font-weight: 400;     
}
.title h4 {
    font-family: 'Theinhardt Bold';
    color: #e30613;
    font-size: 60px;
    line-height: 56px;
    margin-bottom: 16px;   
}
.mapa-destaque {
	position: absolute;
	margin-top: 10px;
	float: left;
	z-index: 1;	
}
.mapa-destaque img {	
	max-width: 350px;
}
.destaque-botao {
margin-top: 150px;
position: relative;	
z-index: 2;
}
.destaque-botao .botao {
	padding: 10px 120px 10px 120px;
     border: 2px solid #E30613;
     background: #E30613;
     color: #fff;
     font-family: 'Theinhardt Bold';     
     font-size: 14px;     
     text-align: center;     
     text-transform: uppercase;     
}
.destaque-botao .botao:hover {
     border: 2px solid #E30613;
     background: #fff;
     color: #E30613;
     font-family: 'Theinhardt Bold';     
     font-size: 14px;    
     text-align: center;     
     text-transform: uppercase;     
}

/* NAVEGAÇÃO */

.destaques-slider .owl-controls .owl-dots {
    position: absolute;    
    margin-left: 0px;
    bottom: -35px;
}
.destaques-slider .owl-controls .owl-dots .owl-dot {
    display: inline-block;
}
.destaques-slider .owl-controls .owl-dots .owl-dot span {
	border: 2px solid #909090;
	background: #fff;
    width: 12px;
    height: 12px;
    display: block;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin: 0 10px 0 0;
}
.destaques-slider .owl-controls .owl-dots .owl-dot:hover span{
    border-color: 1 solid #000;
} 
.destaques-slider .owl-controls .owl-dots .owl-dot.active span {
	border: 2px solid #909090;
	background: #909090;
    border-color: transparent;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}
.destaques-slider .owl-controls .owl-nav div {
    position: absolute;
    top: 0;
    background: #E7E7E7;
    color: #575756;    
    width: 80px;
    height: 100%;
    padding: 0;    
    opacity: 1;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin: 0 0;
}
.destaques-slider .owl-controls .owl-nav .owl-prev i {
    position: absolute;
    margin-left: -10px;
    top: 50%;    
    color: #575756;
    font-weight: 300;
    font-size: 22px;
}
.destaques-slider .owl-controls .owl-nav .owl-next i {
    position: absolute;
    margin-right: 10px;
    top: 50%;
    color: #575756;
    font-weight: 300;
    font-size: 22px;
}
.destaques-slider .owl-controls .owl-nav div:hover{
    background: #BCBCBB;
}
.destaques-slider .owl-controls .owl-nav .owl-prev {
    left: -115px;
    visibility: visible;
    opacity: 1;
}
.destaques-slider:hover .owl-controls .owl-nav .owl-prev{
    visibility: visible;
    opacity: 1;
}
.destaques-slider .owl-controls .owl-nav .owl-next{
    right: -115px;
    visibility: visible;
    opacity: 1;
}
.destaques-slider:hover .owl-controls .owl-nav .owl-next{
    visibility: visible;
    opacity:1;
}


/* ==========================================================================
FEATURE IMAGEM HOME
========================================================================== */

#feature {
	height: 450px;
	background: url(../images/feature.jpg);
	background-size: cover;
	background-position: center;	
	background-repeat: no-repeat;	
}
#feature .box-feature {
    height: 450px;
    /*background: #eee;*/
}
#feature .box-texto {
    padding-left: 200px;
    padding-top: 150px;
    /*background: #ddd;*/
}
#feature .box-feature p {
    font-family: 'Theinhardt Regular';    
	color: #FFF;
    font-size: 36px;
    line-height: 40px;
    padding-right: 80px;
}


/* ==========================================================================
   REDES SOCIAIS
========================================================================== */

.social-footer {		
	display: block;
}

.social-footer .box1 {
	background: #56B8C3;
	padding: 20px;
}

.social-footer .box1 h1 {
	margin-left: 20px;
	margin-top: 15px;
	font-size: 15px;
	color: #fff;
	font-family: 'Theinhardt Bold', sans-serif;
}

.social-footer .box2 {	
	padding: 20px;	
	background: #52AFB9;
}
.social-footer .icos {
	margin-left: 60px;
}

ul.social-footer {
    list-style: none;
    display: inline;
    margin-left: 0 !important;
    padding: 0px;
}
ul.social-footer li {
    display: inline;
    margin: 0 10px;
}

/* CONTATO SOCIAL ICONS */
.social-footer a.icoFacebook:hover { background-color: #A8D7DC; }
.social-footer a.icoInstagram:hover { background-color: #A8D7DC; }
.social-footer a.icoYoutube:hover { background-color: #A8D7DC; }
.social-footer a.icoLinkedin:hover { background-color: #A8D7DC; }
.social-footer a.icoTwitter:hover { background-color: #A8D7DC; }


/*HOVER CONTATO i*/
.social-footer a.icoFacebook:hover i { color: #52AFB9; }
.social-footer a.icoInstagram:hover i { color: #52AFB9; }
.social-footer a.icoYoutube:hover i { color: #52AFB9; }
.social-footer a.icoTwitter:hover i { color: #52AFB9; }
.social-footer a.icoLinkedin:hover i { color: #52AFB9; }

.social-text span {
	display: inline-block;
    position: relative;
    font-family: 'Theinhardt Bold';
    color: #fff;    
    font-size: 14px;    
    margin: 0 15px;
}

.social-circle-footer li a {
    display: inline-block;
    background-color: #fff;
    position: relative;
    margin: 0 auto 0 auto;
    text-align: center;
    width: 45px;
    height: 45px;
    font-size: 25px;
}
.social-circle-footer li i {
    margin: 0px;
    line-height: 45px;
    text-align: center;
}
.social-circle-footer li a:hover i,
.triggeredHover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}
.social-circle-footer i {
    color: #52AFB9;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}

/* ==========================================================================
   FORMULÁRIO CONTATO
========================================================================== */

.contato {
    padding-bottom: 60px;
    padding-right: 200px;
}

#contato hr {
      border: 0px solid #ccc;
      color: #ccc;
      background-color: #ccc;
      height: 2px;
      margin-top: 40px;
      margin-bottom: 40px;
}
#contato h1 {
    padding-top: 30px;    
    margin-left: 0px;
    font-size: 26px;
    color: #575756;
    font-family: 'Theinhardt Bold';
}
#contato h3 {
    margin-left: 10px;
    padding-bottom: 20px;
    font-size: 26px;
    color: #575756;
    font-family: 'Theinhardt Bold';
    line-height: 26px;
}
#contato p {
    margin-left: 10px;    
    font-size: 18px;
    color: #575756;
    line-height: 24px;
    font-family: 'Theinhardt Regular';
}
#contato label {    
    margin-top: 5px;
    font-size: 15px;    
    color: #575756;
    font-family: 'Theinhardt Bold';
}

#contato input, select, textarea {
    font-size: 15px;    
    font-family: 'Theinhardt Bold';
    color: #575756;
    line-height: 26px;
    width: 100%; 
    max-width: ;
    padding: 12px;     
    background: #F3F3F3;
    border: 2px solid #F3F3F3;
    margin: 8px 0px;
    text-transform: uppercase;
    -webkit-border-radius: 0px; 
}

#contato textarea:hover, focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {   
    border-color: none;
    box-shadow: none;
    color: #575756; 
    outline: 0 none;
    border: 2px solid #00ADBA; 
    background-color: #F3F3F3;
}

#contato input:hover, focus, textarea:hover, focus, select:hover, focus {     
    background-color: #F3F3F3;
    color: #575756; 
    border: 2px solid #00ADBA;
}

#contato input.submit {
    width: 100%;
    margin: 8px 0px;
    cursor: pointer;
    color:#fff;
    font-size: 14px;
    font-family: 'Theinhardt Bold';
    border-radius: 0px;
    background: #00ADBA;
}
#contato input.submit:hover { 
    background: #FFF;
    color: #00ADBA;
    border: 2px solid #00ADBA;
}
#contato input[type="submit"][disabled] {
    background: #33495D;
    color: #fff;    
}
#contato span.required { 
    font-size: 14px; 
    color: #fff; 
}

#contato ::-webkit-input-placeholder { /* WebKit browsers */
    color: #575756;
}
#contato :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #575756;
}
#contato ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #575756;
}
#contato :-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #575756;
}

/* CHECK BOX */

#contato input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    margin-top: 6px;
    margin-left: -132px;
    cursor: pointer;
    z-index: 99;
}
#contato span {
    margin-left: 20px;
}
#contato input[type="checkbox"]:not(:checked) + label:before,
#contato input[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 2px;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 2px solid #000;
}

#contato input[type="checkbox"]:not(:checked) + label:after,
#contato input[type="checkbox"]:checked + label:after {
  content: '✔';
  position: absolute;
  top: 3px;
  left: 15px;
  /*padding: 5px;*/
  font-size: 14px;
  color: #000;
  width: 20px;
  height: 20px;
  /*background: #000;*/  
}

#contato input[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

#contato input[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

/* ==========================================================================
   FOOTER
========================================================================== */

.footer {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #797978;
}

.footer #footer-nav h3 {    
    font-family: 'Theinhardt Bold';    
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase;
}

.footer #footer-nav ul {
    padding: 0px;
    margin: 0px;    
    list-style:none;
}
.footer .footer-nav ul li {
	float: left;
  	display: inline;
}
.footer li a {
    font-family: 'Theinhardt Bold';        
    color: #fff;
    font-size: 12px;
    line-height: 30px;
    text-transform: uppercase;
}
.footer li a:hover {
	color: #9A9A9A;
}

.box-endereco {
	background: #B4B4B1;
	padding: 15px;
}
.box-endereco p {
    font-family: 'Theinhardt Bold';    
    color: #fff;
    font-size: 13px;
    line-height: 26px;
    text-transform: uppercase;
}
.footer .box-endereco a {
    color: #fff;
}
.footer .box-endereco a:hover {
	color: #575756;
}

.seta-direita:before {
	content: "";
	position: relative;
	float: right;
	display: inline-block;
	vertical-align: middle;
	margin: 5px 5px 0px 0px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 25px 25px 0;
	border-color: transparent #fff transparent transparent;
}

/* ==========================================================================
BOTTOM FOOTER
========================================================================== */

.bottom-footer {
    background-color: #575756;
    padding-top: 20px;
}

.bottom-footer .text-left p {
    color: #9A9A9A;
    font-family: 'Theinhardt Bold';    
    font-size: 14px;
}

.bottom-footer .text-right a {
    color: #9A9A9A;
    font-family: 'Theinhardt Bold';    
    font-size: 13px;
    text-decoration: none;
}

.bottom-footer .text-right a:hover {
    color: #9A9A9A;
}

/* ==========================================================================
BACK TO TOP BUTTON
========================================================================== */

.back-to-top {
    z-index: 999999;
    display: none;
    position: fixed;
    bottom: 18px;
    right: 10px;
    width: 47px;
    height: 60px; 
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.95);
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;    
}
.back-to-top:hover {
    background-color: rgba(255, 255, 255, 0.95);
}
.back-to-top p {
    font-family: 'Theinhardt Light', sans-serif;    
    color: #E40613;
}
.back-to-top i {
	margin-top: 10px;    
    font-size: 16px;
    color: #E40613;
}


/* ==========================================================================
OWL CAROUSEL
========================================================================== */

/**
* Owl Carousel v2.2.1
* Copyright 2013-2017 David Deutsch
* Licensed under  ()
*/

.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    /*border-radius: 3px; */
}
.owl-theme .owl-nav [class*='owl-']:hover {
    background: #FFF;
    color: #FFF;
    text-decoration: none; 
}
.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; 
}
.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px; 
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent; }
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; 
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px; 
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #FFF; 
}

/* 
 *  Owl Carousel - Animate Plugin
 */

.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 *  Owl Carousel - Auto Height Plugin
 */

.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;  
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */

.no-js .owl-carousel {
  display: block;
}

/* 
 *  Owl Carousel - Lazy Load Plugin
 */

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 *  Owl Carousel - Video Plugin
 */

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
