
/*-----------------------------------------------------------------------------------------------------
    Default
------------------------------------------------------------------------------------------------------*/
html{/*min-width: 1270px;*/}

body > .wrapper {
    height: auto;
    min-height: 100%;
    width: 1140px;
    margin: auto;
    background: #FFF;
}

body {
    font: 15px 'Lato', sans-serif;
    color: #686868;
    background: #FFF;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 1px;
}

input, textarea, button {color: #000; }

/*p { line-height: 19px; }*/
a {
     color: #132a3e;
     text-decoration: none;

     transition: all .2s linear;
     -webkit-transition: all .2s linear;
     -ms-transition: all .2s linear;
     -o-transition: all .2s linear;
}
a:hover{color: #fecc00;}


h1{
    font-size: 40px;
    line-height: 38px;
    color: #222;
    margin: 15px 0 15px;
    letter-spacing: 2px;
    font-weight: 900;
    text-align: left;
    padding-bottom: 10px;
    border-bottom: 1px solid #fecc00;
}

h1.maior{font-size: 32px;}
h1.menor{font-size: 28px; color: #000; font-weight: 700; letter-spacing: 1px;}

h2{
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    margin: 5px 0;
    color: #000;
    letter-spacing: 1px;
}

h3{
    font-size: 23px;
    line-height: 32px;
    letter-spacing: 0;
    color: #000;
}

h4{
    font-size: 17px;
    margin-top: 15px;
    margin-bottom: 10px;
    letter-spacing: 1px;
    text-align: center;
    color: #000;
    font-weight: 700;
}

h5{
    font-size: 14px;
    margin-top: 10px;
    text-align: center;
    line-height: 20px;
    letter-spacing: 1px;
    color: #000;
    font-weight: 700;
}

ul{list-style-type: none;}

hr{
    height:1px;
    background: #ccc;
    width: 100%;
    margin: 28px auto 20px;
    border: none;
}

.line{
    height:1px;
    background: #DDD;
    width: 100%;
    margin: 25px 0;
}

/*-----------------------------------------------------------------------------------------------------
    Classes
------------------------------------------------------------------------------------------------------*/

.subtitle{
    font-size: 20px;
    font-style: italic;
    text-align: center;
    letter-spacing: 2px;
}

.pageWrap {
    width: 1170px;
    margin: auto;
}

.page-wrap{
    width: 1170px;
    margin: auto;
}

.wrap {
    width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
}

.wrap.menor { width: 800px; }

.wrap.medium { width: 1080px; }

.wrap:before, .wrap:after {
    content: " ";
    display: table;
}

.wrap:after {clear: both;}

.corRoxo{color: #a73652;}

.fontDestaque{font-family: 'Playball'}

.floatL { float: left; }
.floatR { float: right; }
.clear { clear: both; }

.hide{opacity:0;}
.opacityZero{opacity: 0;}

.bg-cinza{background: #f9f9f9;}

.icon.is-large .fa{font-size: 70px; color: #efc200;}
.icon.is-medium .fa{font-size: 60px; color: #fecc00;}
.icon.is-medium{margin: 20px auto 10px; display: block; width: 60px; height: auto;}

/*-----------------------------------------------------------------------------------------------------
    Layout
------------------------------------------------------------------------------------------------------*/

/*section{line-height: 19px;}*/

header {
    position: relative;
    transition: all .3s linear;
    z-index: 200;
    height: 78px;
    width: 100%;
    background: #fecc00;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

header.print {
    height: 80px;
    background: #FFF;
    box-shadow: none;
    border-bottom: 1px solid #CCC;
}

header nav {
    padding: 0;
}

header .nav {
    background: none;
    z-index: 99;
}

header .nav-item{
    padding: 31px 0 25px;
    margin: 0 0 0 30px;
    font-size: 13px;
    letter-spacing: 1px;
    align-items: inherit;
    color: #1a181c;
    font-weight: 900;
    position: relative;
}

header a.nav-item:hover{color: #FFF;}

header .nav-item.current{color: #fecc00;}


header nav ul li ul { z-index: 99; position: absolute; padding: 0px 7px 0px; height: 0; margin: 0; opacity: 0; background: rgba(0,0,0,0.9);
    overflow: hidden; transition: all .3s linear;
}
header nav ul li ul li{ padding: 10px 10px 10px; }
header nav ul li ul a{ color: #FFF; font-size: 15px; letter-spacing: 1px; font-weight: 900; text-transform: uppercase; }
header nav ul li:hover > ul { height: auto; opacity: 1; overflow: initial;}
header nav ul li ul li { padding: 10px 5px; margin: 0 20px; float: left; height: auto; }




header .title-menu{
    display: block;
    margin-bottom: 20px;
    text-align: left;
    letter-spacing: 2px;
}

header .sub-title-menu{
    display: block;
    font-size: 12px;
    margin-bottom: 3px;
    text-align: left;
    letter-spacing: 0px;
    font-weight: 700;
    text-transform: inherit;
    text-transform: uppercase;
}



header .logo{
   width: 210px;
   height: 48px;
   background: url(../img/logo-lynus.png);
   background-size: cover;
   display: block;
   overflow: hidden;
   text-indent: -9999px;
   position: relative;
   margin: 20px 0 0 0;
   padding: 0;
}

header.print .logo {
    text-indent: 0;
    background: none;
}

header.print .logo img{
    width: 100%;
    max-height: 100%;
}


.nav-left{overflow: inherit; }

.header-top{
    height: 38px;
    background: #fecc00;
    width: 100%;
    color: #222;
    font-size: 12px;
    line-height: 38px;
    letter-spacing: 0.5px;
}

.header-top strong{
    color: #222;
    font-size: 13px;
}

.header-top a{
    color: #222;
    margin-left: 20px;
    font-weight: 700;
}

.header-top a:hover{
    color: #000;
}


.header-top .fa{
    vertical-align: middle;
    line-height: 36px;
    margin-right: 5px;
    font-size: 20px;
}


.menu_fixo{
    position: fixed;
    background: #fece00;
    height: 70px;
    z-index: 210;
    width: 100%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    display: none;
}

.nav_fixe{
    display: flex;
    height: 60px;
    position: relative;
}

.nav_fixe .logo{
   width:210px;
   height:48px;
   background: url(../img/logo-lynus.png);
   background-size: cover;
   display: block;
   /*overflow: hidden;*/
   text-indent: -999px;
   position: relative;
   margin: 16px 0 0 10px;
   padding-bottom: 0 !important;
}

.nav_fixe .nav-item{
    padding: 26px 18px 14px;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 900;
    color: #111;
}

.nav-item a:hover, a.nav-item:hover{
    color: #FFF;
}

.nav-item.current{
    color: #fecc00;
}

.nav_fixe ul li ul { z-index: 99; position: absolute; padding: 0 7px; height: 0; margin: 0 0 0 -10px; opacity: 0; background: #000; overflow: hidden; transition: all .3s linear; }
.nav_fixe ul li ul li{ padding: 10px 10px 10px; }
.nav_fixe ul li ul a{ color: #FFF; font-size: 13px; letter-spacing: 1px; font-weight: 900; text-transform: uppercase; }
.nav_fixe ul li:hover > ul { height: auto; opacity: 1; overflow: initial;}
.nav_fixe ul li ul li { padding: 15px 5px; margin: 0 20px; float: left; height: auto; }

.nav_fixe .sub-title-menu{ display: block; font-size: 12px; margin-bottom: 3px; text-align: left; letter-spacing: 0px; font-weight: 700;
    text-transform: inherit; text-transform: uppercase;
}



section{padding: 70px 0}


/* BANNER */

.container_slide{position: relative; margin-bottom: 0px; padding:0; background: #333; }

.container_slide.sub{height: 200px; overflow: hidden; position: relative;}

.container_slide .overlay-slide{
    background: rgba(0,0,0,0.8);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 101;
    opacity: 0;

    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
}

.container_slide .cycle-prev, .container_slide .cycle-next{
    position: absolute;
    top: 45%;
    width: 70px;
    height: 70px;
    z-index: 190;
    cursor: pointer;
    opacity: 1;
    border: 3px solid #FFF;
    text-align: center;

    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
}

.container_slide hr{
    height: 6px;
    width: 105px;
}

.container_slide.sub hr{
    margin-top: 23px;
}

.container_slide .cycle-prev:hover, .container_slide .cycle-next:hover{background: #FFF;}

.container_slide .cycle-prev i, .container_slide .cycle-next i{
    line-height: 64px;
    font-size: 34px;
    color: #FFF;
}

.container_slide .cycle-prev:hover i, .container_slide .cycle-next:hover i{color: #000;}
.container_slide .cycle-prev{left: 35px;}
.container_slide .cycle-next{right: 35px;}

.container_slide .seta-down{
    position: absolute;
    bottom: 50px;
    left: 50%;
    margin-left: -16px;
    width: 32px;
    height: 79px;
    z-index: 200;
    /*cursor: pointer;*/
    /*opacity: 1;*/
    /*border: 3px solid #FFF;*/
    /*text-align: center;*/

    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
}

.banner_inf_center{
    position: absolute;
    top: 39%;
    left: 0%;
    text-align: center;
    width: 100%;
    color: #FFF;
    font-size: 18px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.sub .banner_inf_center{top: 35%; }

/* CSS ESPECIFICO PARA O BANNER */

.b_colorWhite{color: #FFF;}
.b_colorBlack{color: #000;}

.container_slide h1{
    font-size: 100px;
    letter-spacing: 14px;
    font-weight: 500;
    line-height: 100px;
    text-shadow: 2px 2px 0 rgba(0,0,0,0.2);
    color: #FFF;
    margin-bottom: 15px;
}
.container_slide.sub h1{
    font-size: 42px;
    line-height: 50px;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    border:none;
    font-weight: 700;
    margin-top: 5px;
}


.container_slide .botao{border-color: #FFF; color: #FFF; margin-top: 50px;}

.banner{width: 100%; max-width: 150%; display: block;}
.sub .banner{position: relative; left: 50%; transform: translateX(-50%); width: inherit;}
.cycle-slideshow li{width: 100%}





/* HOME */

.home{padding: 0; }
.relative{position: relative}


.line-color{
    height: 10px;
    width: 100%;
    background: #fecc00;
}


/* SEARCH */

.search{
    background: #252525;
    height: 90px;
}

.search input{
    background: none;
    font-size: 30px;
    color: #FFF;
    font-family: "Lato";
    font-weight: 700;
    width: 89%;
    border: none;
    padding: 20px 5px 5px 10px;
    margin-top: 10px;
    letter-spacing: 2px;
    outline: none;
}

.search button{
    background: none;
    font-size: 44px;
    color: #FFF;
    width: 10%;
    border: none;
    padding: 10px 5px 5px 10px;
    margin-top: 10px;
    float: right;
}




.banner-marcas .column{padding: 5px;}


/* NOSSOS PRODUTOS */

.breadcrumb{
    text-align: left;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1px;
    color: #888;
    margin-top: 30px;
}

.breadcrumb a{
    color: #888;
    font-weight: 600;
}

.breadcrumb .fa{font-size: 12px !important; line-height: 24px; margin: 0 5px;}



.nossos_produtos{text-align: center; background: #FFF}
.nossos_produtos .columns .column{padding: 10px; margin-bottom: 60px;}



.box_categorias{
    background: #FFF;
    min-height: 350px;
    border: 0px solid #e3e3e3;
    position: relative;
    /*overflow: hidden;*/
    display: block;

    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
}

.box_categorias .box_itens{
    padding: 10px 10px 10px; 
    text-align: center; 
    letter-spacing: 1px; 
    font-weight: 700; 
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 3;
    border-top: 0px solid #e3e3e3;
}

.box_categorias .box_itens h1{
    margin: 0px 0 0px 0;
    padding-top: 10px;
    font-size: 13px; 
    letter-spacing: 1px; 
    line-height: 18px;
    color: #000; 
    text-transform: uppercase;
    border: none;

    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
}

.box_categorias img{
    max-width: 80%;
    margin-top: 15px;
    max-height: 245px;
}


.box_categorias .box_itens h2{
    font-size: 12px;
    line-height: 16px;
    border-radius: 15px;
    letter-spacing: 1px;
    background: #13b701;
    color: #FFF;
    padding: 3px 20px;
    display: inline-block;
    text-transform: uppercase;
}

.nossos_produtos .linha.Motomil{background: #fecc00;}
.nossos_produtos .linha.Eletroplas{background: #018ad2;}
.nossos_produtos .linha.Garthen{background: #009942;}

.box_categorias .box_itens hr{margin: 18px 0;}
.box_categorias .box_itens i{color: #00b7e7; font-size: 16px; line-height: 26px;}

.box_categorias .box_itens .preco-de{color: #AAA; font-size: 12px; font-weight: 600; text-decoration: line-through }
.box_categorias .box_itens .categoria{
    font-size: 11px;
    line-height: 15px;
    color: #999; 
    font-weight: 700;
    text-transform: uppercase; 

    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
}

.box_categorias .icon-more{
    position: absolute;
    width: 58px;
    height: 35px;
    bottom: -35px;
    left: 50%;
    margin-left: -29px;
    background: #c8c6c7;
    z-index: 1;
    border-radius: 0 0 5px 5px;

    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
}

.box_categorias .icon-more i{
    /*position: absolute;
    width: 27px;
    height: 27px;
    bottom: 12px;
    right: 12px;*/
    text-align: center;
    line-height: 35px;
    color: #FFF;
    font-size: 24px;
}

.box_categorias:hover{box-shadow: 0px 0px 20px rgba(0,0,0,0.2); }
.box_categorias:hover h1, .box_categorias:hover .categoria{color: #fecc00; }


/*.menu-list{background: #eee;}*/
.menu-list a.is-active{background: #fecc00; padding-left: 8px;}
.menu-list a.is-active:hover{color: #FFF;}
.menu-list a:hover{color: #fecc00;}
.menu-list a{
    letter-spacing: 0.5;
    font-size: 12px; 
    border-bottom: 1px solid #DDD; 
    text-transform: uppercase; 
    padding: 11px 15px 10px 0;
    font-weight: 700;
}
aside{padding-right: 20px;}

.pagination {}
.pagination > * { display: inline-block; }
.pagination span.anterior { margin-right: 7px; }
.pagination span.proxima { margin-left: 7px; }
.pagination span {
    padding: 1px 11px;
    margin-bottom: 0;
    display: inline-block;
    border: 1px solid #000;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 2;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    color: #000;
    transition: all .2s linear;
    touch-action: manipulation;
    user-select: none;
}
.pagination span:hover { background: none; }
.pagination span.inactive { opacity: .4; }
.pagination span.inactive:hover { background: none; }
.pagination span a {
    text-decoration: none;
    color: #000;
}
.pagination ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.pagination ul li {
    margin: 0 4px;
    display: inline-block;
}
.pagination ul li a {
    padding: 1px 11px;
    margin-bottom: 0;
    display: inline-block;
    border: 1px solid #777;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 2;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    color: #777;
    transition: all .2s linear;
    touch-action: manipulation;
    user-select: none;
}
.pagination ul li a:hover {
    border: 1px solid #000;
    color: #000;
}
.pagination ul li.active a {
    border: 1px solid #000;
    color: #000;
}




/* REPRESENTANTES E ASSISTENCIA TECNICA */

.rep-ass-tec{
    margin: 0;
    padding: 0;
    position: relative;
}

.rep-ass-tec .columns{margin: 0; }

.rep-ass-tec .column{padding: 0; color: #FFF;}
.rep-ass-tec .column h1{color: #FFF; font-size: 40px; margin-top: 90px; border: none; font-weight: 700}
.rep-ass-tec .column h3{color: #FFF; font-size: 18px; line-height: 30px; letter-spacing: 2px; font-weight: 700; margin: 30px 0; }


.rep-ass-tec .banner-whatsapp{
    background: url(../img/banner/whatsapp.jpg) right top;
    height: 392px;
}

.rep-ass-tec .banner-e-mail{
    background: url(../img/banner/e_mail.jpg) left top;
    height: 392px;
}
.rep-ass-tec .banner-instagram{
    background: url(../img/banner/instagram.jpg) right top;
    height: 392px;
}

.rep-ass-tec .banner-facebook{
    background: url(../img/banner/facebook.jpg) left top;
    height: 392px;
}
.rep-ass-tec .banner-curriculo{
    background: url(../img/banner/curriculo.jpg) right top;
    height: 392px;
}

.rep-ass-tec .banner-linkedin{
    background: url(../img/banner/linkedin.jpg) left top;
    height: 392px;
}

.rep-ass-tec .wrap-whatsapp{
    width: 380px;
    float: right;
    margin-right: 150px;
    color: #e30512;
}

.rep-ass-tec .wrap-instagram{
    width: 380px;
    float: right;
    margin-right: 150px;
    color: #e30512;
}

.rep-ass-tec .wrap-curriculo{
    width: 380px;
    float: right;
    margin-right: 150px;
    color: #e30512;
}

.rep-ass-tec .wrap-e-mail{
    width: 480px;
    margin-left: 65px;
}

.rep-ass-tec .wrap-e-mail h1{color: #111; }
.rep-ass-tec .wrap-e-mail h3{color: #111; }
.rep-ass-tec .wrap-e-mail a{background: #111; border-color: #111; color: #FFF; }
.rep-ass-tec .wrap-e-mail a:hover{color: #fece00; }

.rep-ass-tec .wrap-facebook{
    width: 480px;
    margin-left: 65px;
}

.rep-ass-tec .wrap-facebook a{background: #111; border-color: #111; color: #FFF; }
.rep-ass-tec .wrap-facebook a:hover{color: #fece00; }

.rep-ass-tec .wrap-linkedin{
    width: 480px;
    margin-left: 65px;
}

.rep-ass-tec .wrap-linkedin a{background: #fece00; border-color: #fece00; color: #111; }
.rep-ass-tec .wrap-linkedin a:hover{color: #FFF; }

.rep-ass-tec .wrap-whatsapp h1{color: #FFF; }
.rep-ass-tec .wrap-whatsapp h3{color: #FFF; }
.rep-ass-tec .wrap-whatsapp a{background: #111; border-color: #111; color: #FFF; }
.rep-ass-tec .wrap-whatsapp a:hover{color: #fece00; }

.rep-ass-tec .wrap-instagram h1{color: 



; }
.rep-ass-tec .wrap-instagram h3{color: #FFF; }
.rep-ass-tec .wrap-instagram a{background: #111; border-color: #111; color: #FFF; }
.rep-ass-tec .wrap-instagram a:hover{color: #fece00; }

.rep-ass-tec .wrap-curriculo h1{color: #1a181c; }
.rep-ass-tec .wrap-curriculo h3{color: #1a181c; }
.rep-ass-tec .wrap-curriculo a{background: #111; border-color: #111; color: #FFF; }
.rep-ass-tec .wrap-curriculo a:hover{color: #fece00; }




/* CATALOGO DE PRODUTOS */

.catalogo-produtos{
    background: url(../img/banner/telefone.jpg) center top;
    height: 500px;
    text-align: center;
}

.catalogo-produtos h1{border: none; color:#FFF; text-align: center; font-weight: 700; margin: 40px 0}
.catalogo-produtos h2{color:#FFF; text-align: center; }

.catalogo-produtos a{margin-top: 50px; color: #fecc00; font-size: 100px; display: inline-block;}

.patrocinadores .column{padding: 25px;}
.patrocinadores .column div{position: relative; height: 150px}
.patrocinadores .column div img{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}



/* BLOG */

.blog_home{text-align: center;}
.blog_home h1{font-size: 32px; line-height: 30px; font-weight: 700}

.blog_home .item_not{margin: 0; position: relative; color: #000;}
.blog_home .data{
    float: left;
    width: 47px;
    height: 51px;
    border: none;
    padding: 0;
    color: #222;
    background: #fecc00;
    text-align: center;
    font-size: 12px; 
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 20px;
}

.blog_home .data span{
    font-size: 21px; 
    display: block;
    margin-top: 7px;
    font-weight: 700;
}

.blog_home .desc_not{
    float: right;
    width: 83%; 

    transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
}
.blog_home .desc_not h1{
    font-size: 16px; 
    line-height: 23px; 
    margin: 0;
    border: 0;
    padding: 10px 0 0 0;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: left;

    transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
}

.blog_home .item_not img{
    display: block;
    margin-bottom: 15px;
}

.blog_home .column{padding: 15px; }


.blog_home .item_not a{position: relative; width: 100%; height: 100%; display: block}


/*.blog_home .item_not a:hover .data{color: #000; top: 50px;}*/
/*.blog_home .item_not a:hover .desc_not{color: #000; bottom: 140px; background: none;}*/
/*.blog_home .item_not a:hover .desc_not h1{color: #000; }*/
/*.blog_home .item_not a:hover .desc_not hr{opacity: 1; }*/
/*.blog_home .item_not a:hover .desc_not .resumo{opacity: 1; }*/



.box .botao{letter-spacing: 2px !important; line-height: 20px; padding: 11px 30px}



/* FOTOS */

.fotos.produtos .column{margin-bottom: 0px;}


/* AREA DO CLIENTE */

#espaco_cliente{
    background: #FFF;
    color: #918777;
    padding: 20px;
    width: 600px;
    font-size: 17x;
    line-height: 22px;
    display: none;
}

#espaco_cliente a{color: #000;}

#espaco_cliente fieldset{border: none;}

#espaco_cliente input{
    background: #F0F0F0;
    border: 1px solid #CCC;
    color: #918777;
    border-radius: 7px;
    padding: 9px 0 7px 10px;
    margin: 0 auto 7px;
    width: 60%;
}

#espaco_cliente input[type="radio"]{
    width: 12px;
    margin-right: 10px;
}

#espaco_cliente label{margin-right: 50px;}

#espaco_cliente button{
    font-size: 17px;
    text-transform: uppercase;
}

#espaco_cliente button:hover{
    color: #FFF;
}

#espaco_cliente input::-webkit-input-placeholder {color: #918777;}
#espaco_cliente input:-moz-placeholder {color: #918777;}
#espaco_cliente input::-moz-placeholder {color: #918777;}
#espaco_cliente input:-ms-input-placeholder {color: #918777;}

#espaco_cliente .load{margin-top: 10px}
/*#espaco_cliente .msgAlert{position: absolute; left: 5px; bottom: 5px; color: #CC0000;}*/

#espaco_cliente .load{
    float: none;
    margin: 0 auto;
}


/* ESPAÇO REPRESENTANTE */

#espaco_representante{
    background: #FFF;
    color: #918777;
    border-radius: 10px;
    padding: 20px;
    width: 600px;
    line-height: 22px;
    display: none;
}
#espaco_representante a{color: #000;}
#espaco_representante fieldset{border: none;}
#espaco_representante input{
    border: 1px solid #918777;
    color: #918777;
    text-indent: 10px;
    border-radius: 5px;
    padding: 8px 5px 6px 0;
    width: 60%;
    margin: 0 auto 7px;
}

#espaco_representante input[type="radio"]{
    width: 12px;
    margin-right: 10px;
}

#espaco_representante label{margin-right: 50px;}

#espaco_representante button{
    font-size: 17px;
    text-transform: uppercase;
}

#espaco_representante button:hover{}


#espaco_representante input::-webkit-input-placeholder {color: #918777;}
#espaco_representante input:-moz-placeholder {color: #918777;}
#espaco_representante input::-moz-placeholder {color: #918777;}
#espaco_representante input:-ms-input-placeholder {color: #918777;}

#espaco_representante .load{
    float: none;
    margin: 0 auto;
}


.espaco_corretor h1{
    font-size: 36px;
    border:none;
}

.espaco_corretor h2, .espaco_corretor h3{
    color: #efc200;
    line-height: 32px;
}

.espaco_corretor h2 .icon.is-medium{
    margin: inherit;
    display: inline;
    width: inherit;
}

.espaco_corretor h2 .icon.is-medium .fa{
    font-size: 30px;
}


.espaco_corretor .titulo{
    text-align: center;
    font-size: 58px;
    font-weight: 100;
    margin-top: 80px;
    margin-bottom: 30px;
    line-height: 67px;
}

.espaco_corretor h5{
    text-align: right;
    margin-top: 12px;
    font-size: 17px;
    line-height: 26px;
    color: #999;
}


.tabs{letter-spacing: 0; margin-bottom: 30px!important;}

.level-item{
    background: #DDD;
    padding: 50px 0 40px;
    margin: 10px;
    color: #444;
    border-radius: 10px;

    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
}

.level-item:hover{
    background: #fecc00;
    color: #222;
    padding: 40px 0 50px;
}

.tabs li.is-active a{
    color: #efc200;
}

/*.tabs.is-medium{font-size: 16px;}*/

.tabs.is-medium a{
    padding-left: 19px;
    padding-right: 19px;
}

.tabs ul{
    border-color: #e0d8cd;
}

.tabs.is-boxed li.is-active a{
    border-color: #e0d8cd;
}

.level-item .heading{
    font-size: 16px;
}

.level-item .title{
    font-size: 50px;
    line-height: 50px;
    font-weight: 700;
    color: inherit;
}

.level p{
    line-height: 24px;
}

.level .fa{
    font-size: 32px !important;
    line-height: 24px;
}

.level .icon.is-small{
    width: inherit;
}

.heading{
    margin-top: 10px;
}

form fieldset {
    padding: 0;
    margin: 0 0 20px 0;
    border: none;
}

#main table thead tr td {padding: 5px 8px; text-align: center; font-weight: bold;}
#main table tbody tr td {padding: 8px 8px; text-align: center; vertical-align: middle;}
#main table {width: 100%;}

#main table thead {
    background: #000;
    font-weight: bolder;
    color: #FFF;
}


#main table tbody tr:nth-child(2n) {background: #EEE;}

.table-documentos td a i {
    font-size: 26px;
    color: #efc200;

    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
}

.table-documentos td a i:hover {
    color: #000;
}




/* BOTOES */

.button{
    padding: 5px 20px;
    letter-spacing: 1px;
    height: auto;

    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
}

button.button, input[type="submit"].button{
    padding-top: 9px;
    padding-bottom: 9px;
}

.botao{
    background: none;
    border: 3px solid #fecc00;
    border-radius: 30px;
    display: inline-block;
    padding: 11px 45px 9px;
    margin: 10px auto;
    color: #222;
    font-size: 20px;
    letter-spacing: 1px; 
    text-align: center;
    font-weight: 700;
    font-family: "Lato";
    cursor: pointer;

    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
}

.botao:hover{ background: #fecc00; color: #FFF; }

.botao.maior{}
.botao.menor{font-size: 16px;}

.btn_fb{
    background: #3b5998;
    border: 1px solid #3b5998;
    font-size: 18px;
    text-decoration: none;
    color: #FFF;
    padding: 14px 0;
    display: block;
    width: 100%;
    text-align: center;
    margin: 10px 0;
}

.btn_gp{
    background: #e04a39;
    border: 1px solid #e04a39;
    font-size: 18px;
    text-decoration: none;
    color: #FFF;
    padding: 14px 0;
    display: block;
    width: 100%;
    text-align: center;
    margin: 10px 0;
}

.botao i{
   line-height: 19px;
   margin-right: 5px;
}



.alignCenter {
    clear: both;
    display: block !important;
    margin-bottom: 1em;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 1em;
    text-align: center;
}


.box{
    padding: 20px 20px 20px 20px;
    margin: 30px 0 70px 0;
}

.box:before, .box:after {
    content: " ";
    display: table;
}

.box:after {
    clear: both;
}

.button.is-success{
    background: #a1b638;
}



/* BLOG */

article{
    margin: 50px 0 40px;
    line-height: 20px;
    position: relative;
    font-size: 15px;
}


article .hover_green{height: 100%; width: 100%;}
article .hover_green:hover{opacity: 1;}

.hover_green{
    background: rgba(0,0,0,0.6);
    width: calc(100% - 12px);
    height: calc(100% - 12px);
    opacity: 0;
    position: absolute;
    color: #FFF !important;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column wrap;
    z-index: 99;

    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
}

article .fa{vertical-align: inherit; font-size: 13px;}

article h1{
    text-align: left;
    font-size: 28px;
    margin-bottom: 10px;
    line-height: 32px;
    letter-spacing: 0px;
}

article img{
    display: block;

    transition: all .5s cubic-bezier(.24,.46,.48,.9);
    -webkit-transition: all .5s cubic-bezier(.24,.46,.48,.9);
    -ms-transition: all .5s cubic-bezier(.24,.46,.48,.9);
    -o-transition: all .5s cubic-bezier(.24,.46,.48,.9);
}

article .box_imagem_noticia:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}



article .data{
    border-top: 1px solid #EEE;
    padding: 8px 0;
    margin-top: 8px;
    font-size: 13px;
    text-align: right;
    height: 46px;
    color: #AAA;
}

article .box_imagem_noticia{
    position: relative;
    overflow: hidden;
    height: 100%;
    margin-bottom: 15px;
}

article a{
    color: #efc200;

    transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
}

article a:hover{
    color: #000;
    /*margin-right: 10px;*/
}

article .conteudo p{
    line-height: 22px;
    text-align: justify;
}

article #galeria{
    margin-top: 50px;
}

article #galeria li{
    float: left;
    margin-right: 10px;
}

article #galeria a{
    display: inline-block;
    position: relative;
    overflow: hidden;
}

article #galeria a:hover img{
     transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

article #galeria a .over {
    background: rgba(0,0,0,0.6);
    display: block;
    height: 230px;
    left: 0;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 0;
    transition: all 0.3s ease-out 0s;
    width: 230px;
    z-index: 10;
}

article #galeria a .over span {
    color: #fff;
    display: block;
    font-size: 350%;
    height: 46px;
    width: 46px;
    left: 50%;
    line-height: 46px;
    margin: -23px 0 0 -23px;
    position: absolute;
    text-align: center;
    top: 50%;
}

article #galeria a:hover .over {
    opacity: 1;
}



.categorias{
    margin-top: 7px;
    text-align: right;
}

.categorias form{
    height: 60px;
}

.categorias h3{
    margin: 44px 0 15px;
    font-size: 20px;
    letter-spacing: 3px;
}

#busca{
    border: 1px solid #e0d8cd;
    padding: 12px 11px 11px;
    width: 212px;
    margin-top: 0px;
    float: right;
    font-size: 17px;
}

#bt_busca{
    width: 50px;
    margin-top: 0;
    text-align: center;
    float: right;
    font-size: 24px;
    padding: 2px 2px 1px;
}

#bt_busca.botao i{
    line-height: 37px;
    margin: 0;
}

.list-categorias{
    font-size: 20px;
    border-bottom: 1px solid #eee;
    padding: 20px 0;
    display: block;
    color: #00b7e7;
}

.list-categorias i{
    font-size: 16px;
    line-height: 20px;
}

.hr_blog{
    width: 100%;
    background: #EEE;
    height: 4px;
}





/* PRODUTOS */

.list-categorias-produtos{
    background: #111;
    padding: 20px;
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 2px;
}

.list-categorias-produtos a{
    margin: 0 20px;
    color: #FFF;
}

.produtos .busca_produtos{
    margin-top: 30px;
    margin-bottom: 30px;
    color: #07b2ea;
    letter-spacing: 3px;
    font-size: 18px;
}

.produtos .busca_produtos span{
    color: #000;
}

.produtos .busca_resultado{
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing:2px;
    font-weight: 700;
}

.produtos .busca_resultado span{color: #000;}


.produtos .busca_produtos .fa{font-size: 19px; margin-right: 4px;}
.produtos .busca_produtos .box_busca{background: #F9F9F9; margin-top: 10px; padding: 20px }

.produtos .busca_produtos select{
    letter-spacing: 2px; 
    padding: 12px 10px; 
    border: 3px solid #ddd; 
    font-size: 14px; 
    color: #AAA;
    width: 400px;
    text-transform: uppercase;
}

.box_emp{position: relative;}

.produtos .columns a{overflow: hidden;}

.produtos .columns img{
    display: block;

    -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    -moz-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    -o-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    -ms-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}

.produtos .column{
    position: relative;
    overflow: hidden;
    padding: 20px;
    margin-bottom: 30px;
}

.produtos .column:hover .hover_black{opacity: 1;}
.produtos .fa{font-size: 70px;}

.hover_black{
    background: rgba(0,0,0,0.6);
    width: calc(100%);
    height: calc(100%);
    opacity: 0;
    position: absolute;
    color: #FFF !important;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column wrap;
    z-index: 99;

    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
}

.produtos h3{
    font-size: 12px;
    color: #07b2ea;
    line-height: 38px;
    letter-spacing: 1px;
    margin-top: 2px;
    text-transform: uppercase;
}

.produtos h4{
    font-size: 16px;
    margin: 0;
    border-left: 3px solid #07b2ea;
    letter-spacing: 0;
    padding-left: 10px;
    line-height: 18px;
    color: #000;
}


/* PRODUTO */

.titulo_produto{
    margin-top: 40px;
    font-size: 34px;
    line-height: 28px;
    text-align: left;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 5px;
    border: none;
    padding-bottom: 0px;
    color: #000;
    letter-spacing: 1px;
}

.titulo_produto.print{
    font-size: 28px;
}

.linha_prod{
    height: 1px;
    width: 100%;
    margin: 14px 0 8px;
    background: #DDD;
} 

.produto p {
    font-size: 14px;
    margin-top: 20px;
    text-align: justify;
}
.produto .categoria{
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    color: #999;
    font-size: 15px;
}

.produto .descricao {
    margin: 40px 0 50px;
    overflow: hidden;
    position: relative;
}
.produto .descricao h5 {
    margin: 0 0 10px 0;
}
.produto .descricao img {
    margin-right: 40px;
    display: block;
    /*float: left;*/
}
.produto .descricao .desc {
    width: 564px;
    float: left;
    line-height: 20px;
    list-style: none;
    margin-top: 20px;
}
.produto .descricao .desc  h1{
    font-size: 26px;
    text-align: left;
    letter-spacing: 2px;
    margin-top: 0;
}
.produto .descricao .desc h4 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 20px;
}
.produto .descricao .desc .categoria {
    padding: 2px 0 2px 10px;
    border-left: 3px solid #07b2ea;
    text-transform: uppercase;
}
.produto .descricao .desc .categoria h5 {
    font-size: 26px;
    margin: 0 0 2px;
    color: #07b2ea;
}
.produto .descricao .desc .categoria small { font-size: 90%; letter-spacing: 2px;}

.produto .descricao .desc table{
    /*border: 1px solid #ccc;*/
    font-size: 11px;
    padding: 2px;
    width: 100% !important;
}

.produto .descricao .desc table td{
    border-bottom: 1px solid #DDD;
    padding: 4px 4px;
}

.produto .descricao .desc table td p{
    margin-top: 0;
    font-size: 11px;
    text-align: left;
}

.produto .descricao .desc table tr:nth-child(2n){background: #F0F0F0;}
.produto .descricao .desc table tr:first-child{background: #004180; color: #FFF; font-weight: 700; text-align: center;}
.produto .descricao .desc table tr:first-child p{text-align: center; font-weight: 700;}

.produto .descricao .desc table p{
    margin-top: 0;
}

table td, table th{vertical-align: middle;}


.produto .galeria {
    margin-bottom: 50px;
    overflow: hidden;
    float: left;
}
.produto .galeria .gal {
    position: relative;
    width: 535px;
    margin-right: 40px;
    float: left;
    overflow: hidden;
}
.produto .galeria .gal .pika-stage {
    position: relative;
    width: 535px;
    max-width: 535px;
    height: 400px;
    max-height: 400px;
    background: #FFF;
    overflow: hidden;
}
.produto .galeria .gal .pika-stage img {
    width: auto;
    /*height: 100%;*/
    max-height: 100%;
    display: block;
    margin: 0 auto;
}
.produto .galeria .gal .pika-stage .pika-imgnav {
    display: none !important;
    visibility: hidden;
}
.produto .galeria .gal .pika-stage .pika-aniwrap { display: none; }
.produto .galeria .gal .pika-stage .pika-textnav {}
.produto .galeria .gal .pika-stage .pika-textnav a {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    display: block;
    text-indent: -9999px;
    cursor: pointer;
    border-radius: 5px;
}
.produto .galeria .gal .pika-stage .pika-textnav a.next {
    right: 0;
    background: url(../img/seta-right.png) center center no-repeat #fece00;
}
.produto .galeria .gal .pika-stage .pika-textnav a.previous {
    left: 0;
    background: url(../img/seta-left.png) center center no-repeat #fece00;
}
.produto .galeria .gal .jcarousel-container {
    position: relative;
    width: 600px;
    height: 95px;
    margin-top: 15px;
}
.produto .galeria .gal .jcarousel-container .jcarousel-clip-horizontal {
    height: 95px;
    overflow: hidden;
}
.produto .galeria .gal .jcarousel-container ul { margin: auto; }
.produto .galeria .gal .jcarousel-container ul li {
    width: 110px;
    height: 110px;
    margin-right: 5px;
    cursor: pointer;
}
.produto .galeria .gal .jcarousel-container ul li .clip {
    width: 110px;
    height: 110px;
    overflow: hidden;
}
.produto .galeria .gal .jcarousel-container ul li:last-child { margin-right: 0; }
.produto .galeria .gal .jcarousel-container ul li img {
    width: auto;
    height: auto;
    min-height: 100%;
    min-height: 100%;
    display: block;
    border: 1px solid #CCC;
}

.produto .galeria .gal a.fancybox{position: relative; }

.produto .galeria .hover_gal{
    width: 535px;
    height: 400px;
    position: absolute;
    background: rgba(0,0,0,0.1);
    top: 0;
    left: 0;
    opacity: 0;
}

.produto .titulo_atributos{
    border-radius:40px;
    padding: 22px 35px;
    font-size: 19px;
    font-weight: 700;
    letter-spacing: 1px;
    background: #efefef;
    margin: 0 auto 20px;
    color: #666;
    display: inline-block;
}

.produto .table{
    background: none;
    font-size: 14px;
}

.produto table td{
    font-size: 13px;
}

.produto .table td, .table th{
    padding: 17px 10px;
}

.produto .table tr:hover{
    background: none;
}

.item-busca{padding: 10px; background: #f5f5f5;}



.aside{
    padding: 10px 30px 20px 30px !important;
    text-align: center;
    margin-top: 60px;
    margin-left: 50px;
    background: #f9f9f9;
}

.aside .column {
    
}

.aside .botao{
    font-size: 16px;
}


/* TRABALHE CONOSCO */

.trabalhe-conosco h2{line-height: 18px; text-transform: uppercase;}

.trabalhe-conosco .select{width: 100%;}
.trabalhe-conosco .select select{min-width: 100%; font-size: 15px; font-family: "Lato"}

.select:after{
    border-color: #CC0000; 
}

.select select:focus, .select select.is-focused, .select select:active, .select select.is-active{
    border-color: #000;
}







/* FOOTER */

.mapFooter{
    background: #EEE;
    width: 100%;
    height: 400px;
    margin-top: 50px;
}

footer{
    font-size: 13px;
    line-height: 22px;
    margin-top: 0px;
    background: #191919;
    color: #FFF;
    letter-spacing: 2px;
}

footer h3{
    font-size: 15px;
    color: #FFF;
    letter-spacing: 2px;
    margin-bottom: 30px;
}

footer .fone{
    font-size: 33px;
    color: #FFF;
    letter-spacing: 2px;
    margin-bottom: 30px;
    font-weight: 900;
    margin: 40px 0 0 0;
}

footer a{color: #DDD;}
footer a:hover{color: #FFF; }



footer .icone{
    margin: 0 auto 10px;
    width: 58px;
    height: 50px;
    background: #fecc00;
    border-radius: 5px;
}

footer .icone .fa{
    font-size: 44px;
    color: #141414;
    line-height: 50px;
}



footer .container_bg{
    background: rgba(0,0,0,0.8);
    margin: 40px;
}

footer .direitos{
    color: #222;
    font-size: 10px;
    letter-spacing: 2px;
    position: absolute;
    bottom: -57px;
    z-index: 100;
}

footer.print{
    font-size: 13px;
    line-height: 22px;
    margin-top: 0px;
    border-top: 1px solid #CCC;
    padding: 15px 0;
    background: #FFF;
    color: #FFF;
    letter-spacing: 2px;
}

footer.print .direitos{
    color: #777;
    font-size: 10px;
    letter-spacing: 2px;
    position: relative;
    text-align: center;
    bottom: 0;
}


footer .column{
    position: relative;
    padding-left: 24px;
    text-align: center;
}

footer .column .ass img{
    float: none;
    width: 25px;
    height: 25px;
}

footer .bordaLateral{
    border-left: 1px solid #333; 
    border-right: 1px solid #333; 
}

footer p {
    display: block;
    float: left;
    margin: 2px 0 5px 0;
    font-size: 15px;
}

footer .inf{padding: 60px 0 50px; }

footer .inf .social i{
    font-size: 20px;
    color: #000;
    line-height: 34px;
}

footer .inf span{
    line-height: 25px;
    display: block;
    margin-bottom: 15px;
}




footer .social{
    position: absolute;
    bottom: -57px;
    width: 170px;
    right: 0;
    z-index: 100;
}

footer .social a .fa{
    vertical-align: middle;
}

footer .social a{
    width: 32px;
    height: 32px;
    display: inline-block;
    background: #222;
    border-radius: 50%;
    text-align: center;
    margin: 0 7px;
    text-indent: 1px;
    color: #fecc00;
    font-size: 20px;
    line-height: 26px;
}

footer .social:hover{ opacity: 1; }








/* QUAX ASSINATURA */

.quax-assinatura{
    border-bottom: 8px solid #141414;
    position: relative;
    margin-top: 0px;
    background: #fecc00;
    padding-top: 35px;
    z-index: 0;
}

.quax-assinatura .logo-quax{
    width: 80px;
    margin: 0 auto;
    display: block;
    position: relative;
}

.quax-assinatura .logo-quax img{
    width: 20px;
    position: absolute;
    bottom: 1px;
    left: 30px;
}

.arrow-up {
    margin: 0 auto;
    width: 0; 
    height: 0; 
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;

    border-bottom: 40px solid #141414;
}

/* FIM QUAX ASSINTAURA */





.pin{
    background: url(../img/pin.html);
    height: 55px;
    width: 33px;
    position: absolute;
    top: 330px;
    right: 170px;
    display: none;
}

.mapa{
    position: relative;
    float: left;
    width: 460px;
    height: 465px;
    margin-right: 0px;
    margin-top: 20px;
    order: 1;
}

svg:not(:root) {
    overflow: hidden;
}
#map .state {
    cursor: default;
}
#map .model-green .state .shape {
    fill: #ccc;
    cursor: pointer;
}
#map .state .shape {
    stroke-width: 0;
}
/*#map .model-green .state:hover .shape, #map .model-green .state.hover .shape{
    fill: #bbb !important;
}*/

#map .model-green .state .shape.active{
    fill: #f0c000 !important;
    cursor: pointer !important;
}

#map .model-green .state .label-icon-state.active{
    fill: #FFF !important;
    cursor: pointer !important;
}




#map .model-green .state:hover .label-icon-state{
    /*fill: #fff !important;*/
}


#map .model-green .state:hover .icon-state, #map .model-green .state.hover .icon-state{
    /*fill: #bbb !important;*/
}
#map .model-green .state .icon-state {
    fill: #bbb;
}
#map .model-green .state .label-icon-state {
    fill: #FFF;
    cursor: pointer;
}
#map .state .label-icon-state {
    fill: #fff;
    font-family: Arial;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px;
}
#map .model-green .state .label-state {
    fill: #999;
}
#map .state .label-state {
    display: none;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
}





/*  CONTATO ------------------------------------------------------- */

#contato form {
    text-transform: uppercase;
    position: relative;
}
#contato form fieldset {
    border: none;
    padding: 0;
}
#contato form label {
    display: block;
    margin: 30px 0 20px;
    cursor: inherit;
}
#contato form input, #contato form textarea {
    border: none;
    border-bottom: 1px solid #CCC;
    border-radius: 0;
    background: none;
    width: 100%;
    outline: none;
    color: #276472;
    padding-right: 0px;
    line-height: 30px;
}
#contato form textarea {
    width: 100%;
    height: 100px;
    padding: 5px 10px 8px 0;
    resize: none;
}
#contato form button {
    background: #fecc00;
    border: none;
    color: #222;
    text-transform: uppercase;
    padding: 7px 28px 7px;
    font-size: 18px;
    outline: none;
    font-family: "Lato";

    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
}
#contato form button:hover {
    background: #132a32;
    color: #FFF;
}
#contato address {
    font-style: normal;
    line-height: 25px;
}
#contato address a:hover {
    color: #276472;
}
#contato p {
    margin: 0;
}

#contato_map{
    width: 100%;
    height: 350px;
    margin-top: 20px;
}

#contato .select{width: 100%;}
#contato .select select{min-width: 100%; font-size: 15px; font-family: "Lato"}

.informacoes h3{font-size: 24px;}




#contato.trabalhe-conosco form{
    text-transform: inherit; 
}


#contato.trabalhe-conosco form label{
    margin: 50px 0 25px; 
}






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

.form-group input {
    border: 1px solid #CCC;
    margin-bottom: 15px !important;
    outline: medium none;
    padding: 12px 0;
    width: 100% !important;
    text-indent: 10px;
}

.form-group ::-webkit-input-placeholder{color: #444;}
.form-group :-moz-placeholder {color: #444;}
.form-group ::-moz-placeholder {color: #444;}
.form-group :-ms-input-placeholder {color: #444;}


legend{
    font-weight: bold;
    text-transform: uppercase;
}

#form-cadastro{overflow: hidden;}

.form-inline {
    margin-left: -14px;
    margin-right: -14px;
    overflow: hidden;
}

.form-inline .form-group {
    float: left;
    padding: 0 0 0 15px;
    width: 49.2%;
}

.checkbox {
    margin-bottom: 15px;
    overflow: hidden;
    padding: 0 15px;
    width: 100%;
}

.checkbox label{
    margin-right: 20px;
}

.form-inline .form-group input, .form-group select {
    margin-bottom: 0;
    width: 100%;
    padding: 12px 0;
}

.form-group select {
    border: 1px solid #CCC;
    /*border-radius: 10px;*/
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    display: block;
    margin-bottom: 15px;
    /*padding: 7px 10px 7px 6px;*/
    text-indent: 4px;
}

.form-lightbox {
    color: #135c86;
    display: none;
    overflow: hidden;
}

.separator {margin: 25px 0;}



.msg{font-size: 16px; text-transform: initial; line-height: 26px; margin-left: 10px; font-weight: 700;}

.success {
    color: #268bd2;
    padding: 0;
    line-height: 35px;
    font-size: 22px;
    margin-left: 10px;
}
.erro {
    border: 1px solid #eed3d7;
    background: #F2dede;
    color: #B94a48;
    padding: 5px;
}
.load {
    width: 32px;
    height: 32px;
    margin: 0 5px 0 0;
    float: right;
    display: none;
    background: url(../img/load.gif) center center no-repeat;
}

form fieldset {
    padding: 0;
    margin: 0 0 10px 0;
    border: none;
}


#imagem {
    margin-bottom: 50px;
    min-height: 60px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

#main input{width: 94%;}

#main .form-inline .form-group {
    float: left;
    padding: 0 14px;
    width: 50%;
}

.form-group textarea {
    border: 1px solid #CCC;
    padding: 7px 4px 7px 10px;
    width: 100%;
    height: 150px;
    margin-bottom: 15px;
    /*border-radius: 10px;*/
    outline: none;
    resize: none;
}





.lightbox{
    background: rgba(0,0,0,0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999999;
}

.lightbox .content{
    width: 600px;
    margin: -210px auto 0;
    top: 50%;
    position: relative;

    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
}

.lightbox .content .close{
    background: #FFF;
    position: absolute;
    top: -50px;
    left: 50%;
    margin-left: -15px;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    color: #000;
    text-align: center;
    line-height: 28px;
    font-size: 17px;
    cursor: pointer;

    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

.lightbox .content .close i{ line-height: 28px; }

.lightbox .content .close:hover{ background: #fecc00; }

.lightbox .content .link{
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
}
.lightbox .content img{ display: block; }



/*::-webkit-input-placeholder {color: #FFF;}
:-moz-placeholder {color: #FFF;}
::-moz-placeholder {color: #FFF;}
:-ms-input-placeholder {color: #FFF;}*/



/* FX INTRO */

.header_fx, .slide_fx, .home{opacity:0;}
.f4_fx, .f5_fx {opacity:0}



/* EXTRAS */

#form-alterar-cadastro{overflow: hidden}

.mobile_only{display: none !important; }


@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}


@media only screen and (min-width: 768px) {

    /* MARGINS */

    .mr0{margin-right: 0 !important;}
    .mr10{margin-right: 10px;}
    .mr20{margin-right: 20px;}
    .mr30{margin-right: 30px;}
    .mr40{margin-right: 40px;}
    .mr50{margin-right: 50px;}
    .mr60{margin-right: 60px;}
    .mr70{margin-right: 70px;}
    .mr80{margin-right: 80px;}
    .mr90{margin-right: 90px;}

    .ml0{margin-left: 0 !important;}
    .ml10{margin-left: 10px;}
    .ml20{margin-left: 20px;}
    .ml30{margin-left: 30px;}
    .ml40{margin-left: 40px;}
    .ml50{margin-left: 50px;}
    .ml60{margin-left: 60px;}
    .ml70{margin-left: 70px;}
    .ml80{margin-left: 80px;}
    .ml90{margin-left: 90px;}

    .mt0{margin-top: 0px !important}
    .mt10{margin-top: 10px !important}
    .mt15{margin-top: 15px !important;}
    .mt20{margin-top: 20px !important;}
    .mt25{margin-top: 25px !important;}
    .mt30{margin-top: 30px !important;}
    .mt40{margin-top: 40px !important;}
    .mt50{margin-top: 50px !important;}
    .mt60{margin-top: 60px !important;}
    .mt70{margin-top: 70px !important;}
    .mt80{margin-top: 80px !important;}
    .mt90{margin-top: 90px !important;}
    .mt100{margin-top: 100px !important;}
    .mt110{margin-top: 110px !important;}
    .mt115{margin-top: 115px;}
    .mt120{margin-top: 120px;}
    .mt130{margin-top: 130px;}
    .mt140{margin-top: 140px;}
    .mt145{margin-top: 145px !important;}
    .mt150{margin-top: 150px;}
    .mt160{margin-top: 160px;}
    .mt170{margin-top: 170px;}
    .mt180{margin-top: 180px;}
    .mt190{margin-top: 190px;}
    .mt200{margin-top: 200px;}
    .mt210{margin-top: 210px;}

    .mb0{margin-bottom: 0px !important}
    .mb10{margin-bottom: 10px !important}
    .mb20{margin-bottom: 20px !important}
    .mb30{margin-bottom: 30px !important}
    .mb40{margin-bottom: 40px !important}
    .mb50{margin-bottom: 50px !important}
    .mb60{margin-bottom: 60px !important}
    .mb70{margin-bottom: 70px !important}
    .mb80{margin-bottom: 80px !important}
    .mb90{margin-bottom: 90px !important}
    .mb100{margin-bottom: 100px !important}


    .p0{padding: 0px !important;}
    
    .pt0{padding-top: 0px !important;}
    .pt10{padding-top: 10px !important;}
    .pt20{padding-top: 20px !important;}
    .pt30{padding-top: 30px !important;}
    .pt40{padding-top: 40px !important;}
    .pt50{padding-top: 50px !important;}

    .pl40{ padding-left: 40px; }
    .pr40{ padding-right: 40px; }
    
    .pb10{padding-bottom: 10px !important;}

    .mobile_only{display: none !important; }
    .tablet_only{display: none !important; }
    .tablet_portrait_only{display: none; }
    /*.tablet_landscape_only{display: none; }*/
    .desktop_only{/*display: block;*/}
    .no_desktop{display: none;}

    .menu-mobile-ipad{display: none;}
}

.nav-toggle:hover{background: none;}

/***************************************************************/
/********************* TABLET DEITADO **************************/
/***************************************************************/
@media only screen and (min-width: 768px) and (max-width: 1259px) and (orientation: landscape) {

    .mobile_only{display: none !important;}
    .desktop_only{display: none !important;}
    .tablet_portrait_only{display: none; }
    .tablet_landscape_only{display: block !important; }
    .no_tablet_landscape{display: none !important; }

    .wrap, .wrap.medium, .wrap.menor, .wrap.menor1180, .page-wrap{width: 100%;}

    .columns{margin-left:0; margin-right: 0; }

    header .nav-item{font-size: 12px; padding: 40px 0 0; margin: 0 0 0 21px;}
    header .logo{margin-left: 0px; width: 190px; height: 44px; margin-top: 18px; }


    .nav_fixe{height: 70px;}
    .nav_fixe .nav-item{padding: 5px 16px 0; font-size: 12px;}
    .nav_fixe .logo{margin-left: 0}

    .menu-mobile-ipad{display: none;}
    

    h1{font-size: 22px; margin: 20px 0; line-height: 38px;}
    h1.menor{font-size: 18px;}
    h2{font-size: 19px; line-height: 25px;}
    h3{font-size: 18px; line-height: 24px; letter-spacing: 2px;}
    h4{font-size: 15px; line-height: 19px;}
    h5{font-size: 13px; line-height: 20px;}
    .entry{padding: 10px;}

    .botao{padding: 8px 40px;}


    /* BANNER */
    
    .container_slide .cycle-prev, .container_slide .cycle-next{top: 43%; width: 50px; height: 50px;}
    .banner_inf_center{top: 40%;}
    .container_slide .cycle-prev i, .container_slide .cycle-next i{line-height:40px;}
    .container_slide h1{font-size: 46px; line-height: 40px;}
    .container_slide .botao{margin-top: 30px; }
    .container_slide.sub{height: 160px;}
    .container_slide.sub h1{font-size:40px; line-height: 44px;}
    .sub .banner_inf_center{top: 29%}


    /* HOME */

    .search input{font-size: 35px;}

    .rep-ass-tec .column h1{margin-top: 90px; font-size: 33px;}
    .rep-ass-tec .column h2{font-size: 27px; }
    .rep-ass-tec .column h3{font-size: 13px; letter-spacing: 2px; }

    .rep-ass-tec .wrap-e-mail{width: 84%;}
    .rep-ass-tec .wrap-whatsapp{width: 80%; margin-right: 50px;}
    .rep-ass-tec .wrap-facebook{width: 84%;}
    .rep-ass-tec .wrap-instagram{width: 80%; margin-right: 50px;}
    .rep-ass-tec .wrap-linkedin{width: 84%;}
    .rep-ass-tec .wrap-curriculo{width: 80%; margin-right: 50px;}

    .blog_home .item_not{height: 302px;}


    /* PRODUTOS */

    .preco{font-size: 14px; margin-right: 10px}
    .preco span.consulte{font-size: 13px; } 
    #bt_comprar{padding: 12px 10px; font-size: 13px;}
    .qtd input{width: 40px;}
    .qtd label{font-size: 12px;}

    .produto .galeria .gal{width: 475px;}
    .produto .galeria .gal .pika-stage{width: 475px;}
    .produto .descricao .desc{width: 475px;}


    .produtos iframe{height: 450px;}


    /* BLOG */
    #busca{width: 177px;}
    .categorias h3{margin-bottom: 25px;}



    /* CONTATO */

    .contato{height: 400px; width: 400px; padding: 50px 0 0 0; top: 35px;}
    .contato form{width: 252px;}
    .contato h5{font-size: 15px;}
    .contato form textarea{height: 50px}
    .contato form button{font-size: 13px; padding: 5px 13px;}
    .contato form input, .contato form textarea{
        font-size: 12px;
        margin: 9px auto;
        padding: 0 2px;
    }

    footer .inf span{font-size: 15px; line-height: 28px}
    footer .inf .social{}
    .informacoes h3{font-size: 17px;}
    footer .column{padding-left: 40px}
    footer .seta{left: 15px;}
}




/***************************************************************/
/************************* IPAD EM PE **************************/
/***************************************************************/

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait){

    .mobile_only{display: none !important;}
    .desktop_only{display: none !important;}
    .tablet_portrait_only{display: block }
    .tablet_landscape_only{display: none !important; }

    .f4_fx, .f5_fx{opacity:1;}

    p{font-size: 16px;}
    .wrap, .wrap.medium, .wrap.menor, .wrap.menor1180, .page-wrap{width: 100%;}

    .botao{padding: 8px 30px; font-size: 12px; letter-spacing: 2px;}
    .botao.menor{font-size: 12px;}


    /* MENU */
    .hamburger, .nav-toggle{top: 6px; right: 0px;}
    .hamburger:hover, .nav-toggle:hover{}
    .hamburger span:nth-child(1), .nav-toggle span:nth-child(1){margin-top: -8px;}
    .hamburger span:nth-child(3), .nav-toggle span:nth-child(3){margin-top: 6px;}
    .hamburger span, .nav-toggle span{height: 2px; width: 25px; margin-left: -13px; background: #fecc00}
    .hamburger.is-active span:nth-child(1), .is-active.nav-toggle span:nth-child(1){margin-left: -8px; margin-top: -9px; background: #fecc00}
    .hamburger.is-active span:nth-child(3), .is-active.nav-toggle span:nth-child(3){margin-top: 8px; margin-left: -8px; background: #fecc00}



    body{ line-height: 20px; font-size: 14px; overflow: hidden;}
    header{ height: 100px; top: 0; position: relative; }
    header .nav{margin-top: 0; padding: 0 10px;}
    header .wrap{padding: 0}

    header .nav-toggle{display: block;}
    header .nav-menu.is-active{display: block;}
    .nav-menu {
        background-color: #fff;
        box-shadow: 0 4px 7px rgba(17, 17, 17, 0.1);
        left: 0;
        display: none;
        right: 0;
        top: 63px;
        position: absolute;
    }
    header .logo{background: url(../img/logo-lynus.png); background-size: cover; width: 160px; height: 37px; margin-left: 2px; margin-top: 13px; margin-bottom: 0px;}
    header .nav-menu{display: none; opacity: 0;}
    header .nav-item.current{background: #fecc00; color: #000;}

    header .nav-item:after{display: none;}


    .nossas-marcas-top{display: none;}


    header .nav-menu li ul{
        position: relative;
        z-index: initial;
        padding: 0;
        height: 0;
        width: 100%;
        margin: 0;
        opacity: 1;
        overflow: show;

        transition: all .4s ease-out;
        -webkit-transition: all .4s ease-out;
        -ms-transition: all .4s ease-out;
        -o-transition: all .4s ease-out;
    }

    header nav ul li:hover > ul
    {
        opacity: 1;
        height: 0;
        overflow: hidden;
        margin: 0;
    }

    header nav ul li ul li{
        float: initial;
        margin: 0;
        padding: 0;
    }

    header .nav-menu li ul li a.nav-item{
        background:#333;
        font-size: 12px;
        padding: 15px 0 15px;
    }

    header .nav-menu li ul li:first-child{
        padding-top: 0px;
    }


    header .subMenu i{
        position: absolute;
        bottom: 9px;
        left: 50%;
        margin-left: -7px; 
    }


    .menu_fixo{display: none !important;}
    .nav-menu .nav-item{padding: 30px 0 28px; justify-content: center; background: #222; color: #FFF; font-size: 16px; margin: 0; border-top: 1px solid #333;}

    .menu-mobile-ipad{display: block;}
    .menu-desktop-ipad-land{display: none;}


    h1{font-size: 32px; line-height: 28px;}
    h1.menor{font-size: 22px;}
    h1.maior{font-size: 21px;}
    h2{font-size: 17px; line-height: 25px;}
    h4{font-size: 15px; line-height: 19px;}
    h5{font-size: 13px; line-height: 20px;}
    section{padding: 30px 0;}
    .entry{padding: 10px;}


    .columns{margin-left:0; margin-right: 0; }
    .button{padding: 10px 20px}


    /* BANNER */
    .container_slide .cycle-prev, .container_slide .cycle-next{top: 39%; width: 50px; height: 50px;}
    .container_slide .cycle-prev i, .container_slide .cycle-next i{line-height: 40px;}
    .container_slide .cycle-next{right: 20px;}
    .container_slide .cycle-prev{left: 20px;}
    .banner_inf_center{top: 30%; font-size: 16px;}
    .sub .banner_inf_center{top: 25%}
    .b_box{font-size: 20px; padding: 5px 12px; margin-bottom: 6px;}
    .container_slide h1{font-size: 46px; line-height: 40px;}
    .container_slide.sub h1{font-size: 37px; line-height: 38px;}
    .container_slide .botao{margin-top: 20px;}
    .container_slide.sub{height: auto; }

    .container_slide .seta-down{width: 20px; margin-left: -10px; bottom: 0;}
   

    /* HOME */

    .banner-marcas .columns{display: flex;}

    .nossos_produtos .columns{display: flex; }
    .box_categorias{min-height: 300px;}
    .box_categorias .box_itens h1{font-size: 9px; line-height: 16px;}
    .box_categorias .box_itens h2{font-size: 10px;}

    .rep-ass-tec .columns{display: flex;}

    .search input{font-size: 28px; padding-top: 16px;}

    .parceiros h3{margin: 20px 0 30px;}

    .nossos_produtos .columns .column{padding: 10px;}
    .noticias_home .desc_not h1{font-size: 14px;}
    article{font-size: 16px; line-height: 16px;}
    
    .rep-ass-tec .wrap-e-mail{width: 100%; margin-left: 10px}
    .rep-ass-tec .wrap-whatsapp{width: 90%; margin-right: 30px;}
    .rep-ass-tec .wrap-facebook{width: 100%; margin-left: 10px}
    .rep-ass-tec .wrap-instagram{width: 90%; margin-right: 30px;}
    .rep-ass-tec .wrap-linkedin{width: 100%; margin-left: 10px}
    .rep-ass-tec .wrap-curriculo{width: 90%; margin-right: 30px;}

    .rep-ass-tec .banner-e-mail{padding: 0 50px; height: 400px;}
    .rep-ass-tec .banner-whatsapp{padding: 0 50px; height: 400px;}
    .rep-ass-tec .banner-facebook{padding: 0 50px; height: 400px;}
    .rep-ass-tec .banner-instagram{padding: 0 50px; height: 400px;}
    .rep-ass-tec .banner-curriculo{padding: 0 50px; height: 400px;}
    .rep-ass-tec .banner-linkedin{padding: 0 50px; height: 400px;}
    .rep-ass-tec .column h2{font-size: 24px; line-height: 30px;}
    .rep-ass-tec .column h1{margin-top: 80px; font-size: 23px; letter-spacing: 1px;}
    .rep-ass-tec .column h3{font-size: 14px; line-height: 24px; margin-top: 20px;}
    .rep-ass-tec hr{margin: 25px auto;}
    .simbolo-specialized{width: 70px; margin-left: -35px}

    .catalogo-produtos a{margin-top: 35px;}
    .catalogo-produtos{background-size: auto 100%; height: 400px;}

    .blog_home .desc_not h1{font-size: 11px; line-height: 17px;}
    .blog_home .desc_not{width: 73%;}

    .blog_home .columns{display: flex;}
    .blog_home .column{padding: 10px;}



    /* PRODUTOS */

    .titulo_produto{font-size: 23px;}
    .produto p{font-size: 13px; line-height: 16px;}
    .produto .titulo_atributos{font-size: 17px;}

    .produtos .column{padding: 10px;}
    .list-categorias-produtos{padding: 10px 20px}
    .list-categorias-produtos a{font-size: 13px; margin: 18px 0px; display: block;}

    .produto .galeria .gal{width: 355px; margin-right: 20px;}
    .produto .galeria .gal .pika-stage{width: 355px; height: auto;}
    .produto .descricao .desc{width: 355px;}
    .produto .galeria .gal .jcarousel-container ul li .clip{width: 55px; height: 55px;}
    .produto .galeria .gal .jcarousel-container ul li{width: 55px; height: 55px;}
    .produto .galeria .gal .jcarousel-container{margin-top: 10px;}
    .box .botao{padding: 8px 30px;}

    .nossos_produtos .is-3-tablet{width: 25%;}
    .nossos_produtos .is-9-tablet{width: 75%;}
    .nossos_produtos .is-9-tablet .is-4-tablet{width: 33.3%;}



    /* ACESSO RESTRITO */
    .acesso-restrito .columns{display: flex;}


    /* DOWNLOADS */
    .downloads .columns{display: flex;}


    /* TRABALHE CONOSCO */
    #form-contato .columns{
        display: flex;
    }


    /* BLOG */
    article h1{font-size: 26px;}
    article iframe{height: 416px}
    #busca{width: 114px}
    .categorias h3{margin-top: 55px; margin-bottom: 8px;}
    .blog_home .bg-white{display: none;}


    /* CONTATO */
    #contato form input, #contato form textarea{width: 340px;}
    #contato form button{float: left}


    /* FOOTER */
    footer{margin-bottom: 0;}
    footer .ass img{width: 25px;}
    footer .inf span{font-size: 14px; line-height: 25px;}
    footer .inf .is-3{width: 50%; }

    footer .seta{left: 20px;}
    footer .column{padding-bottom: 30px;}
    footer .fone{margin-top: 20px;}

    footer .direitos{font-size: 9px;}
    footer h3{margin-bottom: 15px;}
}


/**************************************************************/
/************************* SMARTPHONE **************************/
/***************************************************************/
@media only screen and (max-width: 767px) {

    .f4_fx, .f5_fx{opacity:1;}

    .desktop_only{display: none !important;}
    .tablet_only{display: none !important;}
    .mobile_only{display: block !important}
    .no_mobile{display: none !important}
    .tablet_landscape_only{display: none; }


    /* BULMA */
    .level-item:not(:last-child){ margin-bottom: 30px }
    .columns{margin-left: 0; margin-right: 0}
    .column{padding: 0}


    /* CONFIGURACAO GERAL */

    html{min-width: 100%}
    body{line-height: 20px; font-size: 15px; overflow: hidden;}
    .wrap, .wrap.medium, .wrap.menor, .wrap.menor1180{width: 100%; padding: 0 10px}
    .page-wrap{width: 100%;}

    header{height: 75px; top: 0; position: relative; background: #fece00;}
    header .wrap{padding: 0;}
    header .logo{background-image: url(../img/logo-lynus.png); box-shadow: none; height:35px; width:149px; margin: 21px 0 0 15px}
    header .nav{height: 75px; margin-top: 0}
    .menu_fixo{display: none !important;}

    .nossas-marcas-top{display: none;}
    .header-top{display: none;}


    h1{font-size: 18px; margin: 10px 0; line-height: 28px; }
    h1.maior{font-size: 18px;}
    h1.menor{font-size: 16px;}
    h2{font-size: 17px; line-height: 25px;}
    h3{font-size: 18px; line-height: 24px; margin-bottom: 10px;}
    h4{font-size: 14px; line-height: 17px;}
    h5{font-size: 13px; line-height: 20px;}

    hr{margin: 25px auto;}

    p{font-size: 14px; text-align: justify}
    /*section{padding: 0 10px;}*/
    br{line-height: 24px;}
    .voltarTopo{font-size: 11px; color: #0086b2!important}
    .voltarTopo i{line-height: 17px !important; font-size: 15px !important}
    .floatL{float: none;}
    .hide{opacity: 1;}
    .fa{vertical-align: initial;}
    .button{width: 100%; padding: 12px 10px;}
    .botao{width: 100%; padding: 11px 10px; text-align: center; background: none; font-size: 16px; line-height: 28px; letter-spacing: 1px;}
    .botao.maior{width: 100%; font-size: 16px}


    section{padding: 40px 0; }

    /* MENU */
    .hamburger, .nav-toggle{top: 14px; right: 5px;}
    .hamburger span:nth-child(1), .nav-toggle span:nth-child(1){margin-top: -8px;}
    .hamburger span:nth-child(3), .nav-toggle span:nth-child(3){margin-top: 6px;}
    .hamburger span, .nav-toggle span{height: 2px; width: 18px; margin-left: -9px; background: #000}
    .hamburger.is-active span:nth-child(1), .is-active.nav-toggle span:nth-child(1){background: #000}
    .hamburger.is-active span:nth-child(3), .is-active.nav-toggle span:nth-child(3){margin-top: 4px; background: #000}
    .nav-menu.is-active{display: block;}
    header .nav-menu{opacity: 0; display: none; top: 75px; position: absolute; width: 100%; z-index: 200; }
    header .nav-item{padding:0; font-size: 14px;}
    header .nav-item.current{background:#fecc00; color:#000;}
    .nav-menu .nav-item{padding: 20px 0 20px; justify-content: center; background:#222; color:#FFF; margin: 0; border-bottom: 1px solid #333;}

    header .sub-title-menu{ text-align: center; padding: 16px 0 0; }


    header .nav-item:after{ display: none; }

    header .nav-menu li ul{
        position: relative;
        z-index: initial;
        padding: 0;
        height: 0;
        width: 100%;
        margin: 0;
        opacity: 1;
        overflow: show;

        transition: all .4s ease-out;
    }

    header nav ul li:hover > ul
    {
        opacity: 1;
        height: 0;
        overflow: hidden;
        margin: 0;
    }

    header nav ul li ul li{
        float: initial;
        margin: 0;
        padding: 0;
    }

    header .nav-menu li ul li a.nav-item{
        background:#333;
        font-size: 12px;
        padding: 15px 0 15px;
    }

    header .nav-menu li ul li:first-child{
        padding-top: 0;
    }

    header .subMenu i{
        position: absolute;
        bottom: 4px;
        left: 50%;
        margin-left: -6px;
        font-size: 14px;
    }


    .menu-mobile-ipad{display: block;}
    .menu-desktop-ipad-land{display: none;}


    /* BANNER */
    .container_slide{padding: 0; margin-top: 0; margin-bottom: 0px;}
    .container_slide .cycle-prev, .container_slide .cycle-next{top: 43%; width: 40px; height: 40px;}
    .container_slide .cycle-next{right: 5px;}
    .container_slide .cycle-prev{left: 5px;}
    .container_slide .cycle-prev i, .container_slide .cycle-next i{line-height:33px;}

    .container_slide.sub{height: auto; overflow: inherit; overflow-x: hidden; margin-bottom: 0px}
    .container_slide.sub .banner{max-width: 200%; margin-top: 0px;}

    .container_slide h1{font-size: 34px; letter-spacing: 6px; line-height: 20px; margin-top: 15px;}
    .container_slide.sub h1{font-size: 22px; line-height: 25px; }
    .container_slide hr{height: 3px; width: 80px;}
    .banner_inf_center{font-size: 14px; top: 33%}
    .sub .banner_inf_center{top: 16%; letter-spacing: 2px;}

    .container_slide .botao{margin-top: 15px; width: auto; padding: 5px 15px; font-size: 12px;}
    .container_slide .seta-down{width: 18px; bottom: -10px; margin-left: -9px}


    /* HOME */
    .search{height: 70px;}
    .search input{font-size: 17px; padding-top: 20px; margin-top: 3px;}
    .search button{padding-top: 0; margin-top: -2px;}
    .search button i{font-size: 28px}


    .rep-ass-tec .wrap-e-mail{width: 100%; margin-left: 0px}
    .rep-ass-tec .wrap-facebook{width: 100%; margin-left: 0px}
    .rep-ass-tec .wrap-instagram{width: 100%; margin-right: 0px}
    .rep-ass-tec .wrap-linkedin{width: 100%; margin-left: 0px}
    .rep-ass-tec .wrap-curriculo{width: 100%; margin-right: 0px}
    .rep-ass-tec .wrap-whatsapp{width: 100%; margin-right: 0px;}
    .rep-ass-tec .column{padding: 15px;}

    .rep-ass-tec .banner-e-mail{padding-top: 40px; height: 390px; text-align: center;}
    .rep-ass-tec .banner-whatsapp{padding-top: 40px; height: 390px; text-align: center;}
    .rep-ass-tec .banner-instagram{padding-top: 40px; height: 390px; text-align: center;}
    .rep-ass-tec .banner-facebook{padding-top: 40px; height: 390px; text-align: center;}
    .rep-ass-tec .banner-curriculo{padding-top: 40px; height: 390px; text-align: center;}
    .rep-ass-tec .banner-linkedin{padding-top: 40px; height: 390px; text-align: center;}
    .rep-ass-tec .column h2{font-size: 24px; line-height: 30px;}
    .rep-ass-tec .column h1{margin-top: 40px; font-size: 26px; letter-spacing: 1px; text-align: center;}
    .rep-ass-tec .column h3{font-size: 14px; line-height: 24px; margin-top: 20px;}
    .rep-ass-tec hr{margin: 20px auto}

    .nossos_produtos .columns .column{padding: 0px; }
    .nossos_produtos .column{margin-top: 20px;}
    

    .blog_home .column{padding: 0px;}

    .catalogo-produtos{
        background-size: cover;
        height: 410px;
    }
    .catalogo-produtos h1{margin: 0 0 20px 0;}
    .catalogo-produtos a{width: 70%; margin-top: 35px;}

    .blog_home .item_not{margin-bottom: 40px;}
    .blog_home .item_not img{margin-bottom: 5px;}
    .blog_home .desc_not h1{font-size: 13px;}


    /* PRODUTOS */

    .nossos_produtos{padding-top: 0;}
    .box_categorias .box_itens h1{font-size: 13px;}
    .box_categorias .box_itens .categoria{font-size: 11px;}
    .list-categorias-produtos{margin-top: -30px;}
    .list-categorias-produtos a{display: block; font-size: 15px; line-height: 34px}

    .produtos .column{padding: 0px;}
    .titulo_produto{font-size: 19px;}
    .breadcrumb{font-size: 10px;}

    .catalogo_produtos{padding: 40px 0}
    .catalogo_produtos h1{line-height: 48px; font-size: 30px;}
    .catalogo_produtos h2{font-size: 20px;}

    .produto .galeria .gal .jcarousel-container ul li .clip{width: 55px; height: 55px;}
    .produto .galeria .gal .jcarousel-container ul li{width: 55px; height: 55px;}
    .produto .galeria .gal .jcarousel-container{margin-top: 10px;}

    .produtos .busca_produtos select{width: 100%;}

    .produto .titulo_atributos{font-size: 16px;}


    .fotos_home{margin-top: 130px;}
    .noticias_home .desc_not{font-size: 14px; margin-bottom: 30px; line-height: 17px;}
    
    .produtos h3{margin-bottom: 0; line-height: 31px;} 

    .produto .galeria{float: none;}
    .produto .descricao .desc{width: 100%; float: none;}
    .produto .galeria .gal{width: 100%;}
    .produto .galeria .gal .pika-stage{width: 100%;}
    .produto .galeria .gal .pika-stage img{height: auto}

    .produtos iframe{height: 310px; width: 100%}
    .produtos video{height: 296px; width: 100%}



    /* BLOG */
    article h1{font-size: 20px; line-height: 26px;}
    article iframe{height: 216px}
    .categorias{display: none;}
    article .data .floatL{float: left;}

    .aside{margin-left: 0;}
    .aside h2{margin-bottom: 30px; margin-top: 20px;}


    /* ACESSO RESTRITO */
    .acesso-restrito .column{margin-bottom: 60px;}
    #espaco_cliente{width: 320px;}
    #espaco_representante{width: 320px;}


    /* TRABALHE CONOSCO */
    #contato.trabalhe-conosco form label{margin: 25px 0}



    /* CONTATO */
    #contato .select select{font-size: 12px;}
    

    #contato form fieldset{width: 100%;}
    #contato form input, #contato form textarea{width: 100%}
    .informacoes{text-align: left; margin-top: 50px;}
    .informacoes h1{text-align: left}
    .informacoes h3{font-size: 20px; line-height: 25px;}
    #contato_map{height: 300px;}
    .msg{font-size: 14px; margin-left: 0;}


    /* RODAPE */
    footer h3{margin-bottom: 15px;}
    footer .column{padding: 0 15px 30px;}
    footer .direitos{margin-top: 10px; text-align: left; letter-spacing: 0px; float: none; font-size: 8px; bottom: -31px; width: 100%; }
    footer h2{margin-bottom: 10px;}
    footer .social{bottom: -56px; width: 108px;}


    .lightbox .content{ width: 83%; top: 70%; }
}