/*
Theme name: Yama
Author: Agência Dezessete
*/

body { font-family: 'Open Sans', sans-serif; color: #1d1d1b }
a:hover { text-decoration: none }

/*MENU*/
.main-menu .nav >li>a { color: #1d1d1b; font-size: 15px; text-transform: uppercase; font-weight: 300; padding: 10px; }
.main-menu .nav >li.current-menu-item>a, .main-menu .nav >li>a:hover  { color: #fff; background: #000; }
.main-menu .nav >li.btn-logout>a{ color: #fff; background-color: #ed1c24; }
.representantes-menu li:first-child>a { text-decoration: underline }

/*SOCIAL HEADER*/
.header-social { padding-top: 15px; margin-bottom: 10px; }
.header-social h4 { display: inline; font-weight: normal; font-size: 12px; color: #999999; }
.header-social a { margin-left: 10px; }

/*BUSCA HEADER*/
.header-search { background: #1d1d1b; color: #fff; padding: 5px 0; }
.header-search .input-group .form-control { border: 0; box-shadow: none; background: none; font-size: 13px; color: #fff; text-align: right; }
.header-search .btn.btn-search { background: url(assets/img/ico-lupa.png) no-repeat center; border: 0; text-indent: -9999em; }
.btn-representante, .btn-representante:hover { font-size: 12px; text-decoration: underline; color: #fff; font-weight: bold; }

.header-text { font-size: 20px; margin: 0; }
.header-text .btn.btn-default { margin: 0 20px; font-size: 12px }

.header-search ::-webkit-input-placeholder {
	color: #fff;
}
.header-search :-moz-placeholder { /* Firefox 18- */
	color: #fff;  
}
.header-search ::-moz-placeholder {  /* Firefox 19+ */
	color: #fff;  
}
.header-search :-ms-input-placeholder {  
	color: #fff;  
}

.lang_sel_list_horizontal li{display: inline-block; list-style: none; margin: 0 5px;}

/*MAIN CONTENT*/
#main-content { padding-bottom: 80px; padding-top: 30px }
.home #main-content, #main-content.no-space { padding-top: 0 }

/*BANNER HOME*/
#banner-home .carousel-indicators li { background: #504e4f; border: 0; width: 12px; height: 12px; }
#banner-home .carousel-indicators .active { margin: 1px; background: #fff; }

/*HOME DESTAQUE*/
.home-destaque { position: relative; min-height: 365px; background: no-repeat; background-size: cover; }
.home-destaque h1 { font-size: 30px; color: #1d1d1b; font-weight: 300; float: left; margin: 0 }
.home-destaque small { font-size: 15px; font-weight: bold; display: block; color: #1d1d1b; }
.home-destaque h1:after { content: url(assets/img/ico-home-destaque.png); float: right; margin-left: 30px; margin-top: -10px }
.home-destaque img { /*max-width: 170px;*/ height: auto; position: absolute; bottom: 0px; right: 50px; }
.home-destaque .text { position: absolute; width: 100%; bottom: 0; background: rgba(255,255,255,0.7); padding: 30px 50px }

/*MAIS ACESSADOS*/
.section-title { font-size: 40px; font-weight: 300; margin: 0; padding: 50px 0; text-align: center; }
.section-title strong { background: #000; color: #fff; font-weight: 300; padding: 0 10px }

.jcarousel-acessados { position: relative; padding: 0 96px; }
.jcarousel-acessados .jcarousel-control { position: absolute; width: 22px; height: 39px; background: no-repeat center; text-indent: -9999em; top: 100px; }
.jcarousel-acessados .jcarousel-prev { background-image: url(assets/img/ico-carousel-prev.png); left: 0; }
.jcarousel-acessados .jcarousel-next { background-image: url(assets/img/ico-carousel-next.png); right: 0; }

.home-acessados-item { width: 172px; float: left; margin-right: 22px; margin-bottom: 80px }
.home-acessados-item h2 { font-size: 15px; font-weight: bold; color: #e40613; margin: 0 }
.home-acessados-item p { color: #9a9a9a; font-size: 15px; font-weight: 300 }

.acessados-img .media-body { height: 300px; vertical-align: middle }
.acessados-img img { max-height: 300px; width: auto; }

.jcarousel { position: relative; overflow: hidden; }
.jcarousel-list { position: relative; width: 10000em; margin: 0; padding: 0; list-style: none; }

/*VIDEO*/
.aside-recomenda { background: no-repeat center; background-size: cover; text-align: center; height: 470px; }
.aside-recomenda h1 { color: #fff; padding: 155px 0 0; font-size: 24px; font-weight: 300; margin: 0 }
/*.aside-recomenda h1:before { display: block; content: url(assets/img/ico-video.png); margin-bottom: 20px }*/
.aside-recomenda a { text-decoration: none }

/*REVENDAS*/
.aside-revendas { background: no-repeat url(assets/img/bg-aside-revendas.jpg); background-size: cover; height: 470px; padding: 295px 60px 0; }
.aside-revendas h1 { color: #fff; font-size: 24px; font-weight: 300; margin: 0 0 20px }
.aside-revendas a { text-decoration: none }

/*BLOG HOME*/
.home-blog { background: #efefef; min-height: 365px; padding: 20px; margin-bottom: 50px }
.home-blog img { margin-bottom: 10px; }
.home-blog time { color: #e40613; font-size: 12px; font-weight: bold; margin-bottom: 10px; display: block; }
.home-blog h1 { font-size: 20px; font-weight: normal; margin: 0 0 10px; color: #1d1d1b }
.home-blog p { font-size: 15px; color: #666 }

#footer { background: #1d1d1b; color: #fff; padding-top: 35px; }
#footer h3 { font-size: 18px; font-weight: 300; border-bottom: 1px solid #363636; padding: 20px 0 5px; margin: 0 0 15px; max-width: 300px; }

.footer-menu { margin: 0; padding: 0; list-style: none; }
.footer-menu a { color: #fff; display: block; font-size: 15px; }
.footer-menu a:before { content: '>'; margin-right: 5px }

.footer-contato strong { color: #e40613; font-weight: bold; font-size: 30px }
.footer-contato { font-size: 18px; }
.footer-contato a { color: #fff; }

.footer-copy { display: block; text-align: center; padding: 20px 0; border-top: 1px solid #363636; font-size: 12px }

/*LINHAS*/
.linha-item { background: no-repeat; background-size: cover; position: relative; height: 300px; margin-bottom: 30px }
.linha-item:before { transition: 1s linear; position: absolute; width: 100%; height: 100%; background: rgba(0,0,0,0.7); left: 0; top: 0; content: ''; display: block; }
.linha-item:hover:before { opacity: 0; }
.linha-item h1 { position: absolute; bottom: 0; width: 100%; color: #fff; font-size: 30px; font-weight: 300; padding: 30px; line-height: 30px }
.linha-item h1:after { content: url(assets/img/ico-linha.png); margin-left: 10px; position: relative; top: 10px }

.page-header { background: no-repeat center; margin: 0 0 30px; text-align: center; }

.image-header { }

.linha-header { height: 299px; color: #fff; }
.linha-header h1 { font-size: 45px; font-weight: 300; margin: 0 0 50px; padding-top: 40px; }
.linha-header h1 small { display: block; font-weight: bold; font-size: 22px; color: #fff; }

.linha-header .breadcrumb a { color: #fff; }

.breadcrumb { background: none; border: 0; text-align: left; font-size: 12px; padding-left: 0 }
.breadcrumb a { color: #1d1d1b; font-weight: normal }
.breadcrumb li { font-weight: bold; }
.breadcrumb>li+li:before { content: '>'}

.tipo-title { font-size: 35px; font-weight: 300; margin: 0 0 20px; border-bottom: 1px solid #d2d2d1; padding-bottom: 5px; }

.produto-item { min-height: 550px; border: 1px solid transparent; border-radius: 20px; text-align: center; padding: 20px; margin-bottom: 30px; }
.produto-item h1 { margin: 0 0 30px; font-size: 30px; font-weight: 300; }
.produto-item:hover { background: linear-gradient(#fff,#f8f8f8); border-color: #d2d2d1; }
.produto-item img { display: block; margin: 0 auto 20px }
.produto-item:hover .btn.btn-primary { background: #1d1d1b; color: #fff; }

/*PRODUTO SINGLE*/
.produto-buttons { padding-top: 33px }

.produto-single { font-size: 15px; padding-top: 50px; }
.produto-single h1 { font-size: 50px; font-weight: 300; margin: 0 0 30px }
.produto-single p { margin-bottom: 20px; }
.produto-single h2 { margin: 0; font-weight: bold; font-size: 15px; }
.produto-single .produto-image { max-width: 320px; }

.share-produto { clear: both; float: right; padding: 15px 20px; margin-top: 20px; background: #eee; border-bottom: 3px solid #ccc; border-radius: 10px; }
.a2a_kit .a2a_svg { border-radius: 50px !important }

hr { border-color: #8e8e8d; margin: 30px 0; }

.relacionados-title { font-size: 50px; font-weight: 300; margin: 0 0 30px; border-bottom: 1px solid #d2d2d1; padding-bottom: 30px; }

/*NOSSA HISOTRIA*/
.banner-historia { display: block; height: 600px; background: no-repeat center; }
.banner-historia .banner-caption { padding-left: 170px; color: #1d1d1b; text-align: left; padding-top: 181px; }
.banner-historia h1 { font-size: 40px; font-weight: 300; }
.banner-historia p { font-size: 18px; }

.carousel .breadcrumbs { position: absolute; width: 100%; z-index: 100; }
.carousel .breadcrumb { background: none; }

.historia-missao { padding-top: 65px; padding-bottom: 65px; }
.historia-missao h2 { color: #1d1d1b; font-size: 40px; font-weight: 300; margin: 0 0 15px; }
.historia-missao p { color: #767676; font-size: 20px; }
.historia-missao img { margin-bottom: 20px; }

.historia-content { background: url(assets/img/bg-historia.jpg) no-repeat center top; }
.historia-content h2 { font-size: 40px; font-weight: 300; color: #fff; margin: 0 0 20px; }
.historia-chamada { padding-top: 120px; color: #fff; height: 660px; font-size: 16px; }

.historia-consumidoras h2 { text-align: center; height: 306px; }
.historia-consumidoras p { font-size: 18px; line-height: 30px; }

/*ONDE COMPRAR*/
.revendedor-item { margin-bottom: 30px; }
.revendedor-item h1 { font-size: 22px; font-weight: bold; margin: 0; }
.revendedor-item p { font-size: 19px; }
.revendedor-item strong { color: #ed1c24; font-weight: bold; }
.revendedor-item .btn-info { margin-bottom: 30px;}

/*REPRESENTANTE*/
.representante-item { margin-bottom: 30px; min-height: 270px }
.representante-item h1 { font-size: 18px; font-weight: bold; margin: 0; }
.representante-item p { font-size: 17px; margin-bottom: 30px; }
.representante-item strong { color: #ed1c24; font-weight: bold; }
.representante-item .btn-info { margin-bottom: 30px;}

.representante-form .bloco-title { background: no-repeat left center; margin-bottom: 30px; padding-left: 110px; }
.representante-form .section-title { margin: 0; text-align: left; padding-bottom: 10px; padding-top: 0 }
.representante-form p { font-size: 15px; }
.representante-form .panel { border-radius: 10px; }
.representante-form .panel-body { padding: 45px; }
.representante-form .form-control { margin-bottom: 20px; padding-left: 0; padding-right: 0; height: 50px; color: #999999; font-size: 17px; border: #1d1d1b solid; border-width: 0 0 3px; border-radius: 0; box-shadow: none; }
.representante-form textarea.form-control { height: 120px; }
.representante-form label { color: #999999; font-size: 17px; font-weight: normal }
.representante-form .busca-title { background-image: url(assets/img/ico-rep-busca.png) }
.representante-form .cadastro-title { background-image: url(assets/img/ico-rep-cadastro.png); padding-left: 130px }
.representante-form .btn { margin-top: 30px }

.form-checkbox { margin-bottom: 20px; }

.busca-resultados { background: #1d1d1b; font-size: 22px; color: #fff; padding-top: 30px; padding-bottom: 30px; margin-top: 90px; margin-bottom: 90px; }

#representante-login p { display: inline-block; margin: 0 }
#representante-login .input { border: #fff 1px solid; border-radius: 50px; padding: 7px 20px; color: #fff; background: none; font-size: 12px; width: 170px; font-weight: 700; }
#representante-login .button { font-size: 12px; background: #fff; color: #1d1d1b; padding: 7px 30px; border: 0; border-radius: 50px; font-weight: 700; }
#representante-login a { color: #ed1c24; font-size: 10px; text-decoration: underline; margin: 0 10px }
#busca-representantes { margin-top: 10px;}

/*CONTATO*/
.contato-tabs { border: 0; box-shadow: none; margin-bottom: 30px; }
.contato-tabs>li { margin: 0 }
.contato-tabs>li + li { margin-left: 57px }
.contato-tabs>li>a { color: #ccc; background: none !important; font-size: 20px; width: 240px; height: 105px; border: #ccc 2px solid;  padding: 22px 0 0; border-radius: 10px; text-align: center; }
.contato-tabs>li>a:hover { border: #ccc 2px solid; }
.contato-tabs>li.active>a,
.contato-tabs>li.active>a:focus,
.contato-tabs>li.active>a:hover { border: #1d1d1b 2px solid; color: #1d1d1b; }

.hr-light { border-top: 1px solid #e1e1e1; margin: 50px 0 }
.hr-light-short { border-top: 1px solid #e1e1e1; margin: 20px 0 }

.contato-texto { font-size: 20px; font-weight: 300; }
.contato-texto .section-title { text-align: left; padding: 0; margin-bottom: 20px }
.contato-destaque { font-weight: bold; }
.contato-destaque strong { color: #e40613 }

.contato-item { padding-bottom: 100px }

#contato-atendimento { background: url(assets/img/bg-contato-atendimento.jpg) no-repeat center bottom; min-height: 576px; }
#contato-representante { background: url(assets/img/bg-contato-atendimento.jpg) no-repeat center bottom; min-height: 576px; }
#contato-trabalhe { background: url(assets/img/bg-contato-trabalhe.jpg) no-repeat center bottom; min-height: 732px; }

.input-arquivo input { max-width: 100%; display: none;  }
.input-arquivo:before { content: 'Anexar Curriculum'; display: block; background: #43c662; color: #fff; font-weight: bold; font-size: 12px; width: 100%; height: 50px; line-height: 50px; text-align: center; border-radius: 5px; }

/*FAQ*/
.faq-tabs { border: 0; margin-bottom: 30px; }
.faq-tabs-text { font-style: italic; color: #bcbcbc; font-size: 16px; padding: 15px 0; margin-right: 20px; }
.faq-tabs>li { margin: 0 }
.faq-tabs>li>a { color: #1d1d1b; font-size: 20px; }
.faq-tabs>li.active>a, .faq-tabs>li.active>a:focus, .faq-tabs>li.active>a:hover { border: #1d1d1b solid; border-width: 0 0 3px }

.faq-panel .panel { border: 1px solid #cccccc; border-radius: 0; box-shadow: none; margin-bottom: 10px; }
.faq-panel .panel-heading { background: none; border: 0 !important; padding: 20px 20px 20px 50px; position: relative; }
.faq-panel .panel-heading:before { content: '+'; color: #e40613; position: absolute; top: 17px; left: 20px; font-size: 24px; font-weight: bold; }
.faq-panel .panel-title { color: #1d1d1b; font-size: 24px; font-weight: bold }
.faq-panel .panel-title a { display: block; }
.faq-panel .panel-heading a:after { content: url(assets/img/ico-faq-seta.png); float: right }
.faq-panel .panel-heading a.collapsed:after { transform: rotate(180deg) }
.faq-panel .panel-body { font-size: 17px; border: 0 !important; padding: 0 20px 20px 50px }

.faq-title { background: #1d1d1b; padding: 30px 0; margin-bottom: 30px; }
.faq-title h1 { color: #fff; font-size: 22px; font-weight: bold; margin: 0 }

/*PRESS*/
.press-release { border: #d7d7d7 1px solid; padding: 20px }
.press-release h2 { font-size: 30px; font-weight: 300; margin: 0 0 20px; border-bottom: #d7d7d7 1px solid; padding-bottom: 10px; }

.press-item h1 { font-size: 20px; font-weight: normal; font-style: italic; }
.press-item h1 time { font-style: normal; font-weight: bold; }
.press-item { font-size: 20px; }

/*LOJA ONLINE*/
.loja-online-item { border: #d2d2d1 1px solid; margin-bottom: 30px; }
.loja-online-item .media-body { vertical-align: middle; height: 200px; }

/*AREA DO REPRESENTANTE*/
.restrito-bar { padding-top: 20px; padding-bottom: 20px; }
.restrito-bar h4 { font-size: 20px; margin: 0; float: left; font-weight: normal; background: url(assets/img/ico-area-rep.png) no-repeat left center; padding-left: 30px; }
.restrito-bar .user-box { float: right; background: url(assets/img/ico-logado.png) no-repeat right center; padding-right: 30px; }
.restrito-bar .user-box p { margin: 0; font-size: 15px; font-weight: 700; }
.restrito-bar .user-box a { color: #fff; text-decoration: underline; }

.restrito-header { height: 420px; color: #fff; padding-top: 120px; margin: 0 }
.restrito-header h1 { font-weight: 300; font-size: 40px; margin: 0 0 30px; }
.restrito-header time { font-weight: bold; font-size: 15px; }

.arquivos-title { background: url(assets/img/ico-arquivos.png) no-repeat left center; padding-left: 110px; font-size: 40px; font-weight: 300; margin: 0 }

.restrito-bg { background: url(assets/img/bg-area-restrita.jpg) repeat-y center; padding-top: 50px; padding-bottom: 30px; margin-bottom: 50px; }

.download-item { background: #fff; border-radius: 10px; padding: 20px; margin-bottom: 30px; font-size: 15px; font-weight: 300 }
.download-item h1 { font-size: 18px; font-weight: 700; margin: 0 }
.download-item .media-left { padding-right: 30px; }
.download-item .media-body, .download-item .media-right { vertical-align: middle; }
.download-item .btn.btn-download { padding: 20px; font-size: 14px; text-transform: uppercase; border-radius: 10px; }
.download-item .media-right { padding: 0 20px }

.arquivos-search { padding-top: 20px; }
.arquivos-search .form-control { border: #1d1d1b 2px solid; font-size: 13px; padding: 30px; background: none; color: #1d1d1b; border-radius: 10px }

.arquivos-header { border-bottom: #1d1d1b 1px solid; padding-bottom: 30px; margin-bottom: 30px; }

.arquivos-search .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #1d1d1b;
}
.arquivos-search .form-control::-moz-placeholder { /* Firefox 19+ */
	color: #1d1d1b;
}
.arquivos-search .form-control:-ms-input-placeholder { /* IE 10+ */
	color: #1d1d1b;
}
.arquivos-search .form-control:-moz-placeholder { /* Firefox 18- */
	color: #1d1d1b;
}

.aside-title { font-size: 40px; font-weight: 300; margin: 0 0 30px;}

.novidades-aside { border: 1px solid #dbdbdb; background: #fff; margin-bottom: 30px; }
.novidades-aside .text { padding: 30px; }
.novidades-aside time { font-size: 12px; color: #e40613; font-weight: 700; }
.novidades-aside h1 { font-size: 20px; font-weight: normal; margin: 0 }
.novidades-aside p { font-size: 15px; color: #666666; }
.novidades-aside .btn.btn-link { color: #ed1c24; font-size: 13px; }
.novidades-aside img { min-width: 100%; height: auto }

.sidebar { padding-top: 30px; }

/*404*/
.content-404 { padding-top: 60px; }
.content-404 h1 { font-size: 40px; font-weight: 300; margin-bottom: 30px; }
.content-404 p { font-size: 20px; color: #9a9a9a; margin-bottom: 30px; }
.content-404 p a { color: #1d1d1b; text-decoration: underline; }

.menu-404 a { color: #ed1c24; text-decoration: underline; font-size: 18px; }
.menu-404 a:before { content: '- '; }

/*BLOG*/
.post-item { background: #efefef; color: #666666; font-size: 17px; margin-bottom: 20px; border-bottom: 10px solid #1d1d1b; }
.post-item h1 { color: #1d1d1b; font-size: 32px; font-weight: normal; margin: 0 0 10px; }
.post-item time { font-size: 12px; color: #e40613; display: block; margin-bottom: 10px; }
.post-content { padding: 40px 90px; }
.post-item hr { border-color: #c5c5c5; }
.post-social h6 { color: #1d1d1b; font-size: 12px; margin-right: 20px; float: left; }
.post-item .btn.btn-link { color: #ed1c24; font-size: 16px; text-decoration: underline; }

.post-categories { color: #1d1d1b; font-size: 10px; border-bottom: 1px solid #ccc; padding-bottom: 20px; margin-bottom: 30px; margin-top: 50px }
.post-categories ul { display: inline; padding-left: 10px }
.post-categories li { display: inline; }
.post-categories a { color: #1d1d1b; font-size: 13px; padding: 0 10px; }
.post-categories a:hover, .post-categories .current-cat a { font-weight: bold; color: #e40613; text-decoration: underline }

.posts-nav .btn.btn-dark { border-radius: 100px; margin: 0 auto; display: block; max-width: 260px; }

.subsection-title { font-size: 30px; font-weight: 300; margin: 30px 0; }

.related-post { min-height: 430px; background-color: #efefef; border: 0 }

/*NOVIDADES*/
.novidade-content { padding-top: 40px; font-size: 22px; font-weight: 300; line-height: 28px; }
.novidade-content p { margin-bottom: 30px; }

a.btn-precisa { margin: -80px 0 30px; display: block; background: #38be75 url(assets/img/ico-download-precisa.png) no-repeat 35px center; font-size: 20px; color: #fff; padding: 20px 20px 20px 190px;  }

/*LOJA FISICA*/
.loja-item { padding-left: 40px; }
.loja-item.borda { border-right: 1px solid #ccc; }


.lojas-busca-title { font-size: 23px; font-weight: bold; margin: 0 0 30px; }
.lojas-busca-title:before { content: url(assets/img/ico-loja-busca.png); margin-right: 10px }




/*BOTOES*/
.btn.btn-default { font-size: 13px; border: 0; background: #fff; color: #1d1d1b; border-radius: 40px; font-weight: bold; padding: 10px 40px }
.btn.btn-dark { background: #1d1d1b; color: #fff }
.btn.btn-dark.btn-lg { padding: 40px; border-radius: 10px; }
.btn.btn-primary { font-size: 14px; border: 2px solid #1d1d1b; background: #fff; color: #1d1d1b; border-radius: 7px; font-weight: bold; padding: 15px 30px }
.btn.btn-primary.btn-sm { font-size: 10px; padding: 10px 20px; }
.btn.btn-danger { font-size: 14px; border: 0; background: #1d1d1b; color: #fff; border-radius: 7px; font-weight: bold; padding: 15px 30px }
.btn.btn-danger.btn-lg { font-size: 18px; padding: 25px 55px }
.btn.btn-info { font-size: 16px;; border: 0; background: #1d1d1b; color: #fff; border-radius: 100px; font-weight: normal; padding: 10px 40px }
.btn.btn-whatsapp { background: #43c662 }
.btn.btn-download { background: #43c662; font-size: 23px; border-radius: 5px; font-weight: bold; }
.btn.btn-link { font-size: 16px; color: #1d1d1b; text-decoration: underline; padding: 0 }
.btn.btn-catalogo { font-weight: 300; font-size: 20px; color: #fff; background: url(assets/img/ico-download.png) no-repeat 40px center; padding: 15px 40px 15px 90px; border: 1px solid #fff; border-radius: 100px;  }
.btn.btn-comprar-online { background: #ed1c24; color: #fff; font-size: 24px; height: 70px; display: block; margin: 90px auto 0; max-width: 100%; width: 330px; border-bottom: 5px solid #b1161b; border-radius: 70px; line-height: 65px; padding: 0; }
.btn.btn-voltar { font-size: 13px; color: #ed1c24; text-decoration: underline; font-weight: bold; padding: 0; }


/*GERAL*/
.no-gutter { margin: 0; }
.no-gutter > * { padding-left: 0; padding-right: 0; }

/*RESPONSIVO*/
@media screen and (min-width: 992px) {
	.representantes-blocos { background: url(assets/img/bg-representantes.png) no-repeat center; }
	.representante-form:first-child { padding-right: 95px; }
	.representante-form:last-child { padding-left: 95px; }

	.cadastro-form { padding: 0 95px 0 0; }
}

.navbar-brand {
	height: auto;
	padding: 25px 0px;
}
@media screen and (max-width: 1169px) {

}

@media screen and (max-width: 991px) {
	.aside-revendas { padding: 255px 60px 0; }
	.navbar-brand { height: auto; float: none; display: block }
	.navbar-brand img { display: block; margin: 0 auto; }
	.restrito-bg { background: none; }
	a.btn-precisa { margin-top: 0 }
	.contato-tabs>li>a { height: auto; padding: 10px; width: auto }
	.contato-tabs>li + li { margin: 0 }
}

@media screen and (max-width: 767px) {
	.navbar-toggle{position: absolute; top: -80px; right: 0;}
	.navbar-toggle .icon-bar { background: #e40613 }
	.banner-home { display: none; }
	.home-destaque img { display: none }
	.jcarousel-acessados { padding: 0 60px }
	.historia-content { background: none; }
	.historia-chamada { height: auto; background: #1d1d1b; padding-bottom: 30px; padding-top: 30px; }
	.historia-consumidoras h2 { color: #1d1d1b; padding-top: 30px; height: auto }
	.post-categories li { display: block; padding: 0 }
	.post-categories li a { padding: 10px 0; display: block; }
	.post-content { padding: 40px; }
	.post-social { text-align: center; }
	.post-social h6 { display: block; float: none; text-align: center; margin-right: 0 }
	.representante-form .bloco-title { padding-left: 0; padding-top: 110px; background-position: center top }
	.representante-form .btn.btn-info { white-space: normal; border-radius: 20px }
	.btn.btn-catalogo { padding: 15px; background: none }

	.download-item .media-left, .download-item .media-body, .download-item .media-right { display: block; padding: 0 }
	.download-item img { margin-bottom: 20px; }
	.download-item .btn.btn-download { display: block;}
	a.btn-precisa { padding-top: 90px; padding-left: 30px; background-position: center 30px; }
	.contato-tabs>li { display: block; float: none }
	.btn.btn-dark.btn-lg { white-space: normal}
	.banner-historia .banner-caption { padding: 60px !important; }
	.banner-historia h1 { font-size: 30px; }
	.banner-historia p { font-size: 13px; }
	
	.section-title{padding: 0;}
	.section-title strong{display: inline-block; padding: 5px 10px;}
	.post-content img, .post-content iframe{max-width: 100%; height: auto;}
}

.wpml-selector { padding-top: 15px; padding-right: 20px; }

/**** MODAL CADASTRO ***/
#popmake-7378{border: none;}
#popmake-7378 .pum-close{border-radius: 50%;}
#modal-cadastro-img{background-size: cover; height: 564px;}
#modal-cadastro-info{padding: 15px 50px 15px 20px;}
#modal-cadastro-info h1{font-size: 45px; margin-bottom: 20px; font-weight: bold; font-style: italic;}
#modal-cadastro-info p{font-size: 25px; line-height: 26px; color: #615e5f;}
#modal-cadastro-info input{height: 45px; border: none; border-radius: 10px; color: #000; margin-bottom: 5px; padding: 0 10px;}
#modal-cadastro-info input[type=submit]{background: #b9b7b7; border: solid 5px #000; border-radius: 10px; color: #000; font-size: 25px; text-align: center; width: 100%; text-transform: uppercase; font-weight: bold; margin-top: 10px;}
form.dinamizeForm table td{padding-bottom: 0;}
form.dinamizeForm .form-msg-error{background: none; border: none; color: #F00;}
#DinamizeDivMessageAlert{padding: 5px 10px !important; background: #FFF !important; font-size: 16px !important;}
#DinamizeDivMessageAlert p{color: #0C0 !important;}

/**** Combos de seleção ****/
.combo-exterior{ display: none;}

@media screen and (max-width: 1600px) and (min-width: 768px){
	#modal-cadastro-info h1{font-size: 36px;}
	#modal-cadastro-info p{font-size: 22px;}
	#modal-cadastro-info input{max-width: 250px;}
	#modal-cadastro-info input[type=submit]{font-size: 16px;}
}

@media screen and (max-width: 1200px) and (min-width: 768px){
	#modal-cadastro-info h1{font-size: 18px;}
	#modal-cadastro-info p{font-size: 20px;}
}

.botaoLogin
{
	background: #000 !important; 
	color: #fff !important;  
	width: 325px; height: 50px; 
	margin-top: 26px; 
	font-size: 18px !important
}

.login
{
	border: 1px solid #bcbcbc !important; border-radius: 25px !important; margin-bottom: 10px !important;
}

.fundo
{
	margin-bottom: 30px; width: 309px; max-width: 100%;
}

.preto
{
	color: #000 !important
}

.botaoAcessar
{
	color: #FFF;
	background: #000;
	width: 100%;
	display: block;
	padding: 15px;
	border-radius: 20px;
	text-align: center;
	font-weight: bold;
}

#representantes #representante-login .input
{
	width: 310px !important;
	height: 50px !important;
}
#representantes .representante-form .panel
{
	border-radius: 25px;
}
#representantes .panel-default
{
	border-color: #000;
}
#representantes input:focus
{
	outline: none;
}
#representantes #representante-login .input
{
	color: #000 !important;
}
@media screen and (min-width: 992px)
{
	#representantes .representantes-blocos
	{
		background: url(http://www.yama.com.br/wp-content/themes/yama/assets/img/bg-representantes.png) repeat-y center;
	}
	#representantes .representante-form:first-child
	{
		padding-right: 144px;
	}
}

/*
	Template mapa
	*/
	.page-template-template-mapa #header-search{ display: none; }
	.page-template-template-mapa #map_canvas { height: 100% }
	.page-template-template-mapa #sbi_mod_error{ display: none !important; }
	.page-template-template-mapa input.encontre::-webkit-input-placeholder
	{
		color: #000 !important;
		font-size: 12px !important;
	}

	#map_canvas.overlay
	{
		position: relative !important;
	}

	#map_canvas.overlay::before{
		content: '';
		width: 100%;
		height: 100%;
		display: block;
		position: absolute;
		background: rgba(0,0,0,0.7);
		top: 0;
		left: 0;
		z-index: 999;
	}


	.page-template-template-mapa input.encontre
	{
		margin: 0 20px;
		font-size: 12px;
		border: 0;
		background: #fff;
		color: #1d1d1b;
		border-radius: 40px;
		font-weight: bold;
		display: inline-block;
		line-height: 1.42857143;
		text-align: center;
		white-space: nowrap;
		vertical-align: middle;
		-ms-touch-action: manipulation;
		touch-action: manipulation;
		width: 319px !important; 
		padding: 10px 30px 10px 40px!important; 
		outline:0 !important; 
		text-align: left;
		background-image: url(http://www.yama.com.br/wp-content/uploads/2018/09/pesquisa.jpg);
		background-repeat: no-repeat;
		background-position: left 3px center;
	}
	.modal-content{
		top: 62px;
	}
	.modal-title{
		font-weight: bold;
		font-size: 20px;
		line-height: 29px;

	}
	.modal-body {
		position: relative;
		padding: 0px 40px 40px;
	}

	.modal-header{
		border-bottom: 0px;
		padding-top: 40px;
	}
	.modal-body p {
		text-align: justify;
		line-height: 26px;
	}
	.modal-footer {
		text-align: center;
	}
	.modal-footer button.modal-fecha{
			padding: 4px;
			font-size: 14px;
			width: 181px;
			margin-top: 15px;
			background: none;
			font-weight: bold;
			    color: black;
    border: solid 2px black;
			letter-spacing: 2px;
		}
	@media (min-width: 780px){
		.modal-footer button.modal-fecha{
			display: none ;

		}
	}


	.dicas a{
		color: white;
	}
	.dicas a:hover{
		color: white;
	}