/*
Theme Name: Hospital dos olhos
Author: BHY Tecnologias
Author URI: https://bhy.com.br/
Description: Tema criado para Hospital dos olhos
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
Text Domain: Hospital dos olhos

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
*{
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	outline: none;
}
body {
	background-color: #f8f8f8;
	padding-top: 155px;
}
a:hover{
	text-decoration: none;
}
header{
	background-color: #fff;
	width: 100%;
	height: 90px;
	position: fixed;
	-webkit-transition: height .25s linear;
	-moz-transition: height .25s linear;
	-ms-transition: height .25s linear;
	-o-transition: height .25s linear;
	transition: height .25s linear;
	top: 0;
	z-index: 99999;
}
header .logo{
	display: block;
	float: left;
	margin: 0 30px 0 20px;
	padding: 15px 0;
}
header .logo img{
	max-width: 100%;
}
header ul{
	display: block;
	float: right;
	margin: 0;
	overflow: hidden;
	padding: 0;
	-webkit-transition: height .25s ease;
	-moz-transition: height .25s ease;
	-ms-transition: height .25s ease;
	-o-transition: height .25s ease;
	transition: height .25s ease;
}
header ul li{
	display: block;
	float: left;
	position: relative;
}
header ul li a{
	color: #00457c;
	display: block;
	font-size: 13px;
	line-height: 60px;
	padding: 15px 8px;
	text-transform: uppercase;
}

.post-content img {
	max-width: 100%!important;
}
.menu-blog{
	display: none;
	float: left;
	height: 0px;
	overflow: hidden;
	-webkit-transition: height .25s linear;
	-moz-transition: height .25s linear;
	-ms-transition: height .25s linear;
	-o-transition: height .25s linear;
	transition: height .25s linear;
	width: 100%;
}
.menu-blog a{
	color: #00457c;
	display: block;
	font-size: 13px;
	line-height: normal;
	padding: 10px 0;
	text-align: center;
	text-transform: uppercase;
}
.menu-blog a.sub-item{ background-color: #f3f3f3; }
.menu-blog form{
	display: block;
	height: 35px;
	margin: 10px auto;
	width: 292px
}
.menu-blog form input{
	border: none;
	color: #004065;
	display: block;
	font-family: 'open_sanssemibold';
	font-size: 16px;
	float: left;
	height: 35px;
	padding: 0 15px;
	width: 256px;
}
.menu-blog form button{
	background-color: #32c2a5;
	border: none;
	display: block;
	float: left;
	height: 35px;
	padding: 0;
	position: relative;
	width: 35px;
}
.menu-blog form button:before{
	color: #fff;
	content: '\e90a';
	display: block;
	font-family: icomoon;
	font-size: 20px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	width: 35px;
}
.mobile.acessibilidade{
	background: url('http://www.holhos.com.br/wp-content/uploads/2017/05/acessibilidade.png') 0 0 no-repeat;
	display: none;
	height: 48px;
	padding: 0;
	position: absolute;
	right: 12px;
	top: 42px;
	width: 48px;
}
.menu-mobile {
	cursor: pointer;
	display: none;
	margin: 0;
	position: absolute;
	right: 15px;
	top: 10px;
	overflow: visible;
}
.menu-mobile-box {
	width: 40px;
	height: 24px;
	display: inline-block;
	position: relative;
}
.menu-mobile-inner {
	display: block;
	top: 50%;
	margin-top: -2px;
	transition-duration: 0.075s;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.menu-mobile-inner, .menu-mobile-inner::before, .menu-mobile-inner::after {
	width: 40px;
	height: 4px;
	background-color: #004065;
	border-radius: 4px;
	position: absolute;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}
.menu-mobile-inner::before, .menu-mobile-inner::after { content: ""; display: block; }
.menu-mobile-inner::before {
	transition: top 0.075s 0.12s ease, opacity 0.075s ease;
	top: -10px;
}
.menu-mobile-inner::after {
	bottom: -10px;
	transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.menu-mobile.ativo .menu-mobile-inner {
	transform: rotate(45deg);
	transition-delay: 0.12s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.menu-mobile.ativo .menu-mobile-inner::before {
	top: 0;
	opacity: 0;
	transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.menu-mobile.ativo .menu-mobile-inner::after {
	bottom: 0;
	transform: rotate(-90deg);
	transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#topo{
	background: linear-gradient(to right, #005c7e, #004065);
	display: block;
	height: 65px;
	text-align: center;
	width: 100%;
	top: 90px;
	position: fixed;
	z-index: 99999;
}
#topo a{
	background-color: #32c2a5;
	color: #fff;
	display: inline-block;
	font-family: 'montserratextrabold';
	font-size: 16px;
	height: 46px;
	line-height: 46px;
	margin: 10px 0px 0 15px;
	text-transform: uppercase;
	vertical-align: top;
	width: 278px;
}
#topo a:hover{ color: #fff; }
#topo a.contato{ background: none; width: auto; }
#topo a.contato:hover{ color: #00a8ff; }
#topo a.icon{
	background: url(images/icon.png) 0 0 no-repeat;
	height: 36px;
	margin: 16px 0 0 0;
	width: 62px;
}
#topo a.icon:hover{ background: url(images/icon-hover.png) 0 0 no-repeat; }
#topo .custom-links{
	color: #fff;
	display: inline-block;
	font-family: 'montserratextrabold';
	font-size: 16px;
	height: 46px;
	line-height: 46px;
	margin: 10px 0 0;
	position: relative;
	vertical-align: top;
	width: 250px;
	z-index: 99999;
}
#topo .custom-links:before{
	color: #32c2a5;
	content: '\e901';
	display: block;
	font-family: icomoon;
	font-size: 20px;
	height: 20px;
	line-height: 20px;
	position: absolute;
	right: 0;
	top: 12px;
	width: 20px;
	z-index: 2;
}
#topo .custom-links .links{
	display: block;
	height: 45px;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	-webkit-transition: height .25s linear;
	-moz-transition: height .25s linear;
	-ms-transition: height .25s linear;
	-o-transition: height .25s linear;
	transition: height .25s linear;
	z-index: 9999;
}
#topo .custom-links a{
	background: #005c7e;
	border-top: 1px solid #fff;
	color: #fff;
	display: block;
	margin: 0;
	padding: 0 15px;
	text-align: left;
	width: auto;
}
#topo .custom-links a:first-child{
	background: none;
	border: none;
}
#topo .custom-links a:hover{ color: #00a8ff; }
#topo .custom-links:hover .links{ height: 230px; }
#topo form{
	display: inline-block;
	height: 46px;
	margin: 10px 0 0 15px;
	vertical-align: top;
}
#topo form input{
	border: none;
	color: #004065;
	display: block;
	font-family: 'open_sanssemibold';
	font-size: 16px;
	float: left;
	height: 46px;
	padding: 0 15px;
	width: 300px;
}
#topo form button{
	background-color: #32c2a5;
	border: none;
	display: block;
	float: left;
	height: 46px;
	padding: 0;
	position: relative;
	width: 46px;
}
#topo form button:before{
	color: #fff;
	content: '\e986';
	display: block;
	font-family: icomoon;
	font-size: 26px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	width: 46px;
}

#banner{ display: block; }
#banner .row{ margin: 0; }
#banner .container-fluid,
#banner .container-fluid .col-md-12{ padding: 0; }
/*
#banner .banner-content{
	display: block;
	height: 620px;
	overflow: hidden;
	position: relative;
	width: 100%;
}
#banner .banner-content .banner{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	height: 620px;
	left: 0 !important;
	position: absolute !important;
	top: 0 !important;
	width: 100%;
}
#banner .banner-content .banner .banner-overlay{
	background: linear-gradient(to right, rgba(0,64,101,.5) 25%, transparent 52%);
	display: inline-block;
	height: 100%;
	width: 100%;
}
#banner .banner-content .banner .titulo{
	color: #004065;
	display: block;
	font-family: 'montserratbold';
	font-size: 42px;
	line-height: 42px;
	margin: 130px 0 15px 70px;
	text-transform: uppercase;
}
#banner .banner-content .banner .descricao{
	color: #fff;
	display: block;
	font-family: 'montserratsemibold';
	font-size: 25px;
	margin: 0 0 0 70px;
	width: 50%
}
#banner .banner-content .banner a{
	border: 2px solid #fff;
	color: #fff;
	display: block;
	font-family: 'montserratbold';
	font-size: 19px;
	height: 40px;
	line-height: 40px;
	margin: 0 0 0 70px;
	text-align: center;
	text-transform: uppercase;
	width: 145px;
}
#banner .slick-dots{
	left: 70px;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 100px;
	z-index: 9999;
}
#banner .slick-dots li{
	display: block;
	float: left;
	margin: 0 10px 0 0;
}
#banner .slick-dots li button{
	background: none;
	border: 2px solid #fff;
	border-radius: 50%;
	height: 14px;
	overflow: hidden;
	text-indent: -100px;
	width: 14px;
}
#banner .slick-dots li.slick-active button{ background-color: #fff; }
*/
.social{
	background-color: #00a8ff;
	display: block;
	min-height: 230px;
	padding: 5px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	width: 38px;
	z-index: 9999;
}
.social .fa{
	font-size: 28px;
}
.social.single{
	position: fixed;
	right: 0;
	left: auto;
}
.social a{
	color: #fff;
	display: block;
	height: 28px;
	margin: 20px 0 0;
	width: 28px;
}
.social a.whats{
	margin-left: 2px;
}
.social a:hover{ color: #004065; }
.social a:before{
	display: block;
	font-family: icomoon;
	font-size: 22px;
	line-height: 28px;
	text-align: center;
}
.social a.facebook:before{ content: '\e906'; }
.social a.twitter:before{ content: '\e90d'; }
.social a.linkedin:before{ content: '\e908'; }
.social a.email:before{ content: '\e905'; }
.social a.gplus:before{ content: '\e907'; }
.social a:first-child{ margin: 0; }

#newsletter{
	background: linear-gradient(to right, #005c7e 50%, transparent 50%);
	display: block;
	margin: 0 0 0;
	position: relative;
	z-index: 9999;
}
#newsletter .news{
	background: linear-gradient(to right, #005c7e, #004065);
	padding: 34px 0;
}
#newsletter .news form{
	display: block;
}
#newsletter .news form h3{
	color: #00a8ff;
	font-family: 'montserratbold';
	font-size: 25px;
	margin: 0 0 20px;
	text-align: left;
	text-transform: uppercase;
}
#newsletter .news form input[type="text"],
#newsletter .news form input[type="email"]{
	background: none;
	border: 2px solid #fff;
	color: #fff;
	font-family: 'open_sansregular';
	font-size: 17px;
	height: 50px;
	padding: 0 15px;
	width: 265px
}
#newsletter .news form input[type="text"]{ margin: 0 20px 0 0; }
#newsletter .news form input::-webkit-input-placeholder { color: #fff; }
#newsletter .news form input::-moz-placeholder { color: #fff; }
#newsletter .news form input:-ms-input-placeholder { color: #fff; }
#newsletter .news form input:-moz-placeholder { color: #fff; }
#newsletter .news form button{
	background-color: #fff;
	border: none;
	display: inline-block;
	height: 50px;
	margin: 0 0 0 -5px;
	vertical-align: top;
	width: 50px;
}
#newsletter .news form button:before{
	color: #32c2a5;
	content: '\e903';
	display: block;
	font-family: icomoon;
	font-size: 25px;
	height: 25px;
	line-height: normal;
	margin: 12px auto;
	width: 16px;
}
#main{
	background: url(images/bg-main.png) right bottom no-repeat;
	padding: 30px 0;
}
.posts-list{
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%
}
.posts-list li{
	background-color: #fff;
	display: block;
	float: left;
	margin: 0 0 26px;
	width: 360px;
	height: 530px;
}
.posts-list li:nth-child(2n){
	margin: 0 0 28px 28px;
}
.posts-list li .imagem{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	float: left;
	height: 230px;
	position: relative;
	width: 100%;
}
.posts-list li .imagem .data{
	background-color: #004065;
	color: #fff;
	display: block;
	font-family: 'montserratmedium';
	height: 35px;
	left: 0;
	padding: 5px;
	position: absolute;
	text-transform: uppercase;
	top: 25px;
	width: 50px;
}
.posts-list li .imagem .data .dia{
	display: block;
	float: left;
	font-size: 20px;
	height: 25px;
	line-height: 25px;
}
.posts-list li .imagem .data .mes{
	display: block;
	float: left;
	height: 20px;
	margin: -22px 0px 0px 20px;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	width: 25px;
	font-size: 13px;
}
.posts-list li .imagem .social{
	background-color: #00a8ff;
	display: block;
	height: 230px;
	padding: 5px;
	position: absolute;
	/*top: 0;*/
	right: 0;
	width: 38px;
}
.posts-list li .imagem .social a{
	color: #fff;
	display: block;
	height: 28px;
	margin: 20px 0 0;
	width: 28px;
}
.posts-list li .imagem .social a:hover{ color: #004065; }
.posts-list li .imagem .social a:before{
	display: block;
	font-family: icomoon;
	font-size: 22px;
	line-height: 28px;
	text-align: center;
}
.posts-list li .imagem .social a.facebook:before{ content: '\e906'; }
.posts-list li .imagem .social a.twitter:before{ content: '\e90d'; }
.posts-list li .imagem .social a.linkedin:before{ content: '\e908'; }
.posts-list li .imagem .social a.email:before{ content: '\e905'; }
.posts-list li .imagem .social a.gplus:before{ content: '\e907'; }
.posts-list li .imagem .social a:first-child{ margin: 0; }
.posts-list li .conteudo{
	display: inline-block;
	padding: 25px;
}
.posts-list li .categoria{
	border-bottom: 1px solid #32c2a5;
	color: #32c2a5;
	display: block;
	font-family: 'montserratbold';
	font-size: 14px;
	margin: 0 0 15px;
	text-transform: uppercase;
}
.posts-list li .categoria span{
	display: inline-block;
	margin: 0 5px;
}
.posts-list li .titulo {
	height: 50px;
	color: #004065;
	display: block;
	font-family: 'open_sansbold';
	font-size: 19px;
	line-height: 24px;
	margin: 0 0 15px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.posts-list li .descricao{
	color: #323232;
	display: block;
	font-family: 'open_sansregular';
	font-size: 16px;
	line-height: 24px;
	margin: 5px 0 15px;
	overflow: hidden;
	border-top: 1px solid #c2ede4;
}
.posts-list li .conteudo a{
	border: 2px solid #32c2a5;
	color: #32c2a5;
	display: block;
	font-family: 'montserratbold';
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	text-transform: uppercase;
}
.posts-list li .conteudo a:hover{
	background-color: #32c2a5;
	color: #fff;
}
.posts-list li.video .imagem .link{
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.posts-list li.video .imagem .link:hover{ background-color: rgba(0,64,101,.7); }
.posts-list li.video .imagem .link:before{
	color: #fff;
	content: "\e90c";
	display: block;
	font-family: icomoon;
	font-size: 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate3d(-50%,-50%,0);
	-moz-transform: translate3d(-50%,-50%,0);
	-ms-transform: translate3d(-50%,-50%,0);
	-o-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
}
.categorias{
	background-color: #fff;
	border-bottom: 3px solid #004065;
	display: block;
	margin: 0 0 25px;
	width: 100%;
}
.categorias h3{
	background-image: url(images/bg-h3-categorias.png);
	background-position: right top;
	background-repeat: no-repeat;
	background-color: #004065;
	color: #fff;
	display: block;
	font-family: 'montserratbold';
	font-size: 25px;
	height: 55px;
	letter-spacing: 1px;
	line-height: 55px;
	margin: 0;
	padding: 0 30px;
	text-transform: uppercase;
}
.categorias ul{
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}
.categorias ul li{
	border-top: 1px solid #d0d0d0;
	display: block;
}
.categorias ul li:first-child{ border: none; }
.categorias ul li a{
	color: #004065;
	display: block;
	font-family: 'montserratsemibold';
	font-size: 20px;
	letter-spacing: 1px;
	padding: 16px 30px;
	text-transform: uppercase;
}
.categorias ul li a:hover{
	background-color: #32c2a5;
	color: #fff;
}
.cta-lateral {
	display: block;
	margin: 0 0 25px;
}
.cta-lateral img{
	display: block;
	margin: 0 auto;
	width: 100%;
}
.cta-ajudar,
.cta-consulta{
	background-image: url(images/bg-msg-sidebar.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	display: block;
	font-family: 'montserratmedium';
	font-size: 23px;
	padding: 36px 30px;
	position: relative;
	width: 100%;
}
.cta-ajudar:hover,
.cta-consulta:hover{ background-image: url(images/bg-msg-sidebar-hover.png); }
.cta-ajudar span,
.cta-consulta{
	display: block;
	font-family: 'montserratbold';
	font-size: 30px;
	line-height: 30px;
	text-transform: uppercase;
}
.cta-ajudar:hover,
.cta-consulta:hover, .cta-consulta:focus { color: #fff }
.cta-ajudar{ margin: 0 0 25px; }
.cta-consulta:before{
	color: #fff;
	content: '\e904';
	display: block;
	font-family: icomoon;
	font-size: 42px;
	line-height: normal;
	position: absolute;
	right: 30px;
	top: 35px;
}

.leia-tambem{
	background-color: #fff;
	display: block;
	margin: 0 0 25px;
	width: 100%;
}
.leia-tambem h3{
	background-image: url(images/bg-h3-categorias.png);
	background-position: right top;
	background-repeat: no-repeat;
	background-color: #004065;
	color: #fff;
	display: block;
	font-family: 'montserratbold';
	font-size: 25px;
	height: 55px;
	letter-spacing: 1px;
	line-height: 55px;
	margin: 0;
	padding: 0 30px;
	text-transform: uppercase;
}
.leia-tambem ul{
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}
.leia-tambem ul li{
	border-top: 1px solid #d0d0d0;
	display: block;
	padding: 25px;
}
.leia-tambem ul li:first-child{ border: none; }
.leia-tambem ul li .categoria{
	border-bottom: 1px solid #32c2a5;
	color: #32c2a5;
	display: block;
	font-family: 'montserratbold';
	font-size: 14px;
	margin: 0 0 15px;
	text-transform: uppercase;
}
.leia-tambem ul li .categoria span{
	display: inline-block;
	margin: 0 5px;
}
.leia-tambem ul li .titulo{
	color: #004065;
    display: block;
    font-family: 'open_sansbold';
    font-size: 19px;
    height: 38px;
    line-height: 19px;
    margin: 0 0 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.leia-tambem ul li .descricao{
	color: #323232;
	display: block;
	font-family: 'open_sansregular';
	font-size: 17px;
	height: 53px;
	line-height: 17px;
	margin: 0 0 15px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.leia-tambem ul li a{
	border: 2px solid #32c2a5;
	color: #32c2a5;
	display: block;
	font-family: 'montserratbold';
	font-size: 17px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	text-transform: uppercase;
}
.news-sidebar{
	background-image: url(images/bg-news-sidebar.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	height: 325px;
	margin: 0 0 25px;
	padding: 30px;
	width: 360px;
}
.news-sidebar h3{
	color: #fff;
	font-family: 'montserratsemibold';
	font-size: 30px;
	line-height: 30px;
	margin: 0 0 20px;
	position: relative;
	text-transform: uppercase;
}
.news-sidebar h3:before{
	color: #32c2a5;
	content: '\e903';
	font-family: icomoon;
	font-size: 36px;
	line-height: normal;
	position: absolute;
	right: 0;
	top: 14px;
}
.news-sidebar input{
	background-color: #004065;
	border: 1px solid #fff;
	color: #fff;
	display: block;
	font-family: 'open_sanssemibold';
	font-size: 17px;
	height: 50px;
	margin: 0 0 15px;
	padding: 0 15px;
	width: 100%;
}
.news-sidebar input::-webkit-input-placeholder { color: #fff; }
.news-sidebar input::-moz-placeholder { color: #fff; }
.news-sidebar input:-ms-input-placeholder { color: #fff; }
.news-sidebar input:-moz-placeholder { color: #fff; }
.news-sidebar button{
	background-color: #32c2a5;
	border: none;
	color: #fff;
	font-family: 'montserratsemibold';
	font-size: 17px;
	height: 40px;
	text-transform: uppercase;
	width: 300px;
}

.pagination{
	border-radius: 0;
	display: block;
	margin: 0;
	padding: 0;
	text-align: center;
}
.pagination h2{ display: none; }
.pagination .page-numbers{
	color: #004065;
	font-family: 'montserratbold';
	font-size: 16px;
	height: 26px;
	line-height: 26px;
	margin: 0 0 0 15px;
	/*padding: 0 0 0 21px;*/
	position: relative;
}
/*.pagination .page-numbers:before{
	background-color: #004065;
	border-radius: 50%;
	content: '';
	display: block;
	height: 6px;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 6px;
}*/
.pagination .page-numbers.current{
	color: #32c2a5;
	font-size: 20px;
}
.pagination .page-numbers.prev{
	margin: 0;
	padding: 0;
}
/*.pagination .page-numbers.prev:before,
.pagination .page-numbers.next:before{ display: none; }*/

.pagination .page-numbers.prev:after{
	color: #32c2a5;
	content: '\e902';
	font-family: icomoon;
	font-size: 16px;
	line-height: normal;
}
.pagination .page-numbers.next{ padding: 0; }
.pagination .page-numbers.next:after{
	color: #32c2a5;
	content: '\e903';
	font-family: icomoon;
	font-size: 16px;
	line-height: normal;
}

footer{
	background: linear-gradient(to right, #005c7e, #004065);
	display: block;
	padding: 40px 0;
	text-align: center;
}
footer .left,
footer .right{
	display: inline-block;
	text-align: left;
	vertical-align: top;
}
footer .left{
	border-right: 2px solid #32c2a5;
	margin: 0 80px 0 0;
	padding: 0 80px 0 0;
}
footer .left .logo-rodape{
	background: url(images/holhos-logo.png) 0 0 no-repeat;
	display: block;
	height: 58px;
	margin: 0 0 15px;
	width: 278px;
}
footer .left .endereco{
	color: #fff;
	font-family: 'montserratmedium';
	font-size: 14px;
	margin: 0 0 10px;
	width: 300px;
}
footer .left .tel,
footer .left .whatsapp {
	width: 300px;
	font-family: 'montserratmedium';
	color: #fff;
	font-size: 17px;
	margin: 0 0 10px;
}
footer .left .tel span {
	font-size: 12px;
}
footer .left .tel:before,
footer .left .endereco:before,
footer .left .whatsapp:before{
	color: #32c2a5;
	display: inline-block;
	font-family: icomoon;
	font-size: 25px;
	height: 25px;
	line-height: normal;
	margin: 0 10px 0 0;
	text-align: right;
	vertical-align: top;
	width: 25px;
}
footer .left .tel:before{ content: '\e90b'; }
footer .left .whatsapp:before { content: '\e90f';}
footer .left .endereco:before{ content: '\e909'; }
footer form{
	display: block;
}
footer form h3{
	color: #00a8ff;
	font-family: 'montserratbold';
	font-size: 25px;
	margin: 0 0 20px;
	text-align: left;
	text-transform: uppercase;
}
footer form input[type="text"],
footer form input[type="email"]{
	background: none;
	border: 2px solid #fff;
	color: #fff;
	font-family: 'open_sansregular';
	font-size: 17px;
	height: 50px;
	padding: 0 15px;
	width: 265px
}
footer form input[type="text"]{ margin: 0 20px 0 0; }
footer form input::-webkit-input-placeholder { color: #fff; }
footer form input::-moz-placeholder { color: #fff; }
footer form input:-ms-input-placeholder { color: #fff; }
footer form input:-moz-placeholder { color: #fff; }
footer form button{
	background-color: #fff;
	border: none;
	display: inline-block;
	height: 50px;
	margin: 0 0 0 -5px;
	vertical-align: top;
	width: 50px;
}
footer form button:before{
	color: #32c2a5;
	content: '\e903';
	display: block;
	font-family: icomoon;
	font-size: 25px;
	height: 25px;
	line-height: normal;
	margin: 12px auto;
	width: 16px;
}
footer .right .facebook,
footer .right .youtube,
footer .right .instagram,
footer .right .linkedin{
	color: #32c2a5;
	display: inline-block;
	height: 38px;
	margin: 20px 20px 0 0;
	vertical-align: top;
	width: 38px;
}
footer .right .facebook:before,
footer .right .instagram:before,
footer .right .linkedin:before,
footer .right .youtube:before {
	display: block;
	font-family: icomoon;
	font-size: 38px;
	height: 38px;
	line-height: normal;
	text-align: center;
	width: 38px;
}
footer .right .facebook:before{ content: '\ea91'; }
footer .right .youtube:before{ content: '\ea9d'; }
footer .right .instagram:before{ content: '\ea92'; }
footer .right .linkedin:before{ content: '\eac9'; }
.breadcrumbs{
	display: block;
	font-family: 'montserratsemibold';
	font-size: 14px;
	text-transform: uppercase;
}
.breadcrumbs .container{
	background: linear-gradient(to top, transparent 30px, #bcbcbc 30px, #bcbcbc 31px, transparent 31px);
	padding: 25px 15px;
}
.breadcrumbs .bread-content{
	display: inline-block;
	float: right;
}
.breadcrumbs span,
.breadcrumbs a{
	background: #f8f8f8;
	display: block;
	float: left;
}
.breadcrumbs span{
	color: #32c2a5;
	padding: 0 0 0 20px;
}
.breadcrumbs a{
	color: #004065;
	padding: 0 20px;
	position: relative;
}
.breadcrumbs a:before{
	content: '\e903';
	display: block;
	font-family: icomoon;
	font-size: 10px;
	line-height: normal;
	position: absolute;
	right: 0;
	top: 6px;
}
.titulo-interna h2{
	color: #004065;
	display: block;
	font-family: 'montserratsemibold';
	font-size: 40px;
	line-height: 40px;
	margin: 0 0 15px;
}
.titulo-interna h3{
	color: #004065;
	display: block;
	font-family: 'open_sanssemibold';
	font-size: 25px;
	line-height: 25px;
	margin: 0 0 25px;
}
.titulo-interna .cat-data{
	border-bottom: 1px solid #bcbcbc;
	display: inline-block;
	margin: 0 0 30px;
	padding: 0 0 5px;
	width: 100%;
}
.titulo-interna .cat-data .categoria{
	display: block;
	float: left;
}
.titulo-interna .cat-data .categoria ul{
	display: block;
	margin: 0;
	padding: 0;
}
.titulo-interna .cat-data .categoria ul li{
	display: block;
	float: left;
	margin: 0 10px 0 0;
}
.titulo-interna .cat-data .categoria ul li a{
	color: #32c2a5;
	display: block;
	font-family: 'montserratsemibold';
	font-size: 14px;
	text-transform: uppercase;
}
.titulo-interna .cat-data .data{
	color: #32c2a5;
	display: block;
	float: left;
	font-family: 'montserratsemibold';
	font-size: 14px;
	text-transform: uppercase;
	position: relative;
}
.titulo-interna .cat-data .data:before{
	color: #004065;
	content: '●';
	display: inline-block;
	font-size: 12px;
	margin: 0 10px 0 0;
	vertical-align: top;
}
.link-voltar{
	border-bottom: 1px solid #bcbcbc;
	display: inline-block;
	margin: 0 0 20px;
	padding: 20px 0 0;
	width: 100%
}
.link-voltar a{
	background-color: #f8f8f8;
	color: #004065;
	display: block;
	float: right;
	font-family: 'montserratbold';
	font-size: 14px;
	margin: 0 0 -5px;
	padding: 0 0 0 20px;
	text-transform: uppercase;
}
.banner-contato{
	background-image: url('images/bg-contato.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	height: 400px;
	position: relative;
	width: 100%;
}
.banner-contato h2{
	color: #004065;
	display: block;
	font-family: 'montserratbold';
	font-size: 42px;
	line-height: 42px;
	margin: 80px 0 15px;
	text-transform: uppercase;
}
.banner-contato h3{
	color: #fff;
	display: block;
	font-family: 'montserratsemibold';
	font-size: 25px;
	margin: 0;
	width: 450px
}
section.contato{
	padding: 40px 0;
}
section.contato h4{
	color: #323232;
	display: block;
	font-family: 'open_sanssemibold';
	font-size: 20px;
	line-height: 20px;
	margin: 0 0 40px;
}
section.contato form{
	display: block;
	text-align: center;
}
section.contato form .left,
section.contato form .right{
	display: inline-block;
	margin: 0 5px;
	vertical-align: top;
	width: 48%;
}
section.contato form input,
section.contato form textarea{
	background-color: #f8f8f8;
	border: 2px solid #32c2a5;
	color: #323232;
	display: block;
	font-family: 'open_sansregular';
	font-size: 18px;
	height: 50px;
	margin: 0 0 15px;
	padding: 0 15px;
	width: 100%
}
section.contato form textarea{
	height: 180px;
	padding: 10px 15px;
}
section.contato form button{
	background-color: #32c2a5;
	border: none;
	color: #fff;
	display: block;
	font-family: 'montserratbold';
	font-size: 17px;
	height: 35px;
	float: right;
	text-transform: uppercase;
	width: 95px;
}
.mapa .row{ margin: 0; }
.mapa .container-fluid,
.mapa .container-fluid .col-md-12{ padding: 0; }
.mapa #map{
	height: 630px;
}

.banner-materiais{
	background-image: url(images/bg-materiais.png);
	background-position: right top;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	height: 400px;
	position: relative;
	width: 100%;
}
.banner-materiais h2{
	color: #004065;
	display: block;
	font-family: 'montserratbold';
	font-size: 42px;
	line-height: 42px;
	margin: 80px 0 15px;
	text-transform: uppercase;
}
.banner-materiais h3{
	color: #fff;
	display: block;
	font-family: 'montserratsemibold';
	font-size: 25px;
	margin: 0;
	width: 450px
}
.box-materiais{
	border-top: 1px solid #bcbcbc;
	display: block;
	margin: 20px 0 0;
	padding: 20px 0 0;
}
.box-materiais h3{
	color: #004065;
	display: block;
	font-family: 'montserratsemibold';
	font-size: 40px;
	line-height: 40px;
	margin: 0 0 20px;
	text-transform: uppercase;
}
.box-materiais h4{
	color: #323232;
	display: block;
	font-family: 'open_sansregular';
	font-size: 16px;
	line-height: 16px;
	margin: 0 0 20px;
}
.box-materiais .content-slide{
	background-color: #fff;
	display: block;
	height: 515px;
	overflow: hidden;
	padding: 40px 0;
	position: relative;
	width: 100%;
}
.box-materiais .content-slide .btnPrev,
.box-materiais .content-slide .btnNext{
	background-color: #32c2a5;
	bottom: 32px;
	color: #fff;
	cursor: pointer;
	display: block;
	height: 65px;
	position: absolute;
	left: 0;
	width: 35px;
}
.box-materiais .content-slide .btnPrev:before,
.box-materiais .content-slide .btnNext:before{
	content: '\e902';
	display: block;
	font-family: icomoon;
	font-size: 30px;
	height: 65px;
	line-height: 65px;
	text-align: center;
	width: 35px;
}
.box-materiais .content-slide .btnNext{
	left: auto;
	right: 0;
}
.box-materiais .content-slide .btnNext:before{ content: '\e903'; }
.box-materiais .posts-list{
	display: block;
	height: 435px;
	margin: 0 auto;
	overflow: hidden;
	width: 630px;
}
.box-materiais .posts-list li{
	margin: 0 12px 0 0;
	width: 300px;
}
.box-materiais .posts-list li .conteudo{ padding: 25px 0 0; }

.busca{ padding: 40px 0; }
.busca h2{
	color: #004065;
	display: block;
	font-family: 'montserratsemibold';
	font-size: 30px;
	margin: 0 0 40px;
}

#popup, #confirma-popup, #confirma-popup-news, #confirma-popup-contato {
	background-color: rgba(0,0,0,.7);
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99999
}
#popup .popup-content{
	background-color: #fff;
	display: block;
	height: 620px;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	-moz-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate3d(-50%, -50%, 0);
	-o-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	width: 460px;
}

#confirma-popup .popup-content, #confirma-popup-news .popup-content, #confirma-popup-contato .popup-content {
	background-color: #fff;
	display: block;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	-moz-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate3d(-50%, -50%, 0);
	-o-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	width: 460px;
	padding: 30px;
}

#popup .popup-content .fechar{
	border-left: 1px solid #bcbcbc;
	cursor: pointer;
	display: block;
	height: 70px;
	float: right;
	position: relative;
	width: 70px;
}
#popup .popup-content .fechar:before{
	content: "\e900";
	display: block;
	font-family: icomoon;
	font-size: 35px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	width: 70px;
}
#popup .popup-content h2{
	border-top: 1px solid #bcbcbc;
	clear: both;
	color: #004065;
	display: block;
	font-family: 'montserratsemibold';
	font-size: 27px;
	line-height: 27px;
	margin: 0;
	padding: 15px 20px;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}

#popup .popup-content > p, #confirma-popup .popup-content > p,
#confirma-popup-news .popup-content > p, #confirma-popup-contato .popup-content > p {
	color: #004065;
	display: block;
	font-family: 'open_sanssemibold';
	font-size: 14px;
	line-height: 18px;
	margin: 0 auto 20px;
	text-align: center;
	width: 360px;
}
#popup .popup-content form{
	display: block;
	margin: 0 auto;
	width: 360px;
}
#popup .popup-content form > input{
	border: 2px solid #32c2a5;
	color: #323232;
	display: block;
	font-family: 'open_sanssemibold';
	font-size: 16px;
	height: 50px;
	margin: 0 0 15px;
	padding: 0 15px;
	width: 100%;
}

#popup .popup-content form input:invalid {
	border-color: #ffdddd;
}

#popup .popup-content  form p, .confirma-p {
	color: #323232;
	display: block;
	font-family: 'open_sansregular';
	font-size: 13px;
	line-height: 18px;
	margin: 0 0 15px;
	width: 100%;
}
#popup .popup-content .check input{
	display: inline-block;
	float: left;
	margin: 0 6px 0 0;
}
#popup .popup-content .check label{
	color: #32c2a5;
	display: inline;
	font-family: 'open_sansregular';
	font-size: 14px;
}
#popup .popup-content form button, .confirma-botao {
	background-color: #32c2a5;
	border: none;
	color: #fff;
	display: block;
	font-family: 'montserratbold';
	font-size: 20px;
	height: 54px;
	text-transform: uppercase;
	width: 100%;
}
.endereco {
	font-size: 16px;
	border-bottom: solid #32c2a5 1px;
	padding-bottom: 15px;
	display: flex;
	align-items: center;
	justify-content: left;
	margin-bottom: 15px;
}
.endereco .ico {
	width: 18px;
	height: 26px;
	margin-right: 15px;
	background-image: url("./images/endereco-ico.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.endereco p {
	margin: 0;
}
.post-content p {
	font-size: 16px;
}
.tel > a {
	color: white;
}

.nada-encontrado {
	width: 100%;
	text-align: center;
}

.nada-encontrado .divisoria {
	width: 100%;
	height: 2px;
	background-color: #004065;
}

.nada-encontrado p {
	margin-top: 15px;
}
body #wp_access_helper_container{
	background: #232323 !important;
	right: -200px;
}
body #wp_access_helper_container button.aicon_link{
	display: none;
}
body #wp_access_helper_container.ativo{
	right: 0;
}
header ul li a.acessibilidade{
	background: url('http://www.holhos.com.br/wp-content/uploads/2017/05/acessibilidade.png') 0 0 no-repeat;
	height: 48px;
	margin: 18px 0 0;
	padding: 0;
	width: 48px;
}
/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	body{ padding-top: 40px; }
	header{
		min-height: 81px;
		left: 0;
		overflow: hidden;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 999999;
	}
	header ul { display: none }
	header .menu-blog,
	header .mobile.acessibilidade  { display: block; }
	header.ativo  { height: 100%; }
	header.ativo .menu-blog  { height: 100%; }
	/*header ul { width: 100%; }
	header ul li{ float: none; text-align: center }
	header ul li a{ line-height: normal; padding: 10px 0; }*/
	.menu-mobile{ display: block; }
	#topo { display: none }
	.cta-ajudar, .cta-consulta{ padding: 20px 24px; }
	footer .left { margin: 0 20px 0 0; padding: 0 20px 0 0; }
	footer .left .tel, footer .left .whatsapp, footer .left .endereco { width: 285px }
	.posts-list li{ margin: 0 0 20px !important; width: 100%; }
	.news-sidebar{ height: auto; padding: 15px; width: 100%; }
	.news-sidebar button{ width: 100%; }
	.box-materiais .posts-list { width: calc(100% - 100px); }

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	#newsletter{ background: none; }
	#newsletter .news { padding: 30px; margin: 0 0 20px; }
	.news-sidebar h3:before{ top: 0; }
	.categorias{ margin: 25px 0; }
	.cta-ajudar, .cta-consulta{ height: auto; }
	.cta-consulta:before{ top: 30px; }
	footer .left{
		border: none;
		padding: 0;
		margin: 0 auto 20px;
	}
	#topo { display: none; }
	.menu-blog{ display: block; height: 0; }
	#banner .slick-dots { left: 20px; }
	#banner .banner-content .banner .titulo{
		font-size: 30px;
		line-height: 30px;
		margin: 130px 0 30px;
		padding: 0 20px;
	}
	#banner .banner-content .banner .descricao{
		line-height: 25px;
		margin: 0 0 20px;
		padding: 0 20px;
		width: auto;
	}
	.box-materiais h3{ font-size: 30px; line-height: 30px }
	.breadcrumbs .bread-content{ display: block; float: left; width: 100%}
	.breadcrumbs span, .breadcrumbs a{ float: none; padding: 0 20px 0 0; }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 736px) {
	body{ padding-top: 40px; }
	#banner .social,
	.cta-consulta:before{ display: none; }
	#newsletter .news form, footer form { display: inline-block; }
	#newsletter .news form input[type="text"], #newsletter .news form input[type="email"],
	footer form input[type="text"], footer form input[type="email"]{ margin: 0 0 15px; width: 100%; }
	#newsletter .news form button, footer form button { display: block; float: right; }
	section.contato form .left, section.contato form .right { margin:0; width: 100%; }
	.post-content img { width: 100%; height: auto }
	.titulo-interna h2 { font-size:28px; line-height:28px; }
	.titulo-interna h3 { font-size:18px; line-height:18px; }
	.mapa #map{ height:350px; }
	/*#banner .banner-content, #banner .banner-content .banner { height: 300px; }*/
	#banner .banner-content .banner .titulo{ font-size: 25px; line-height: 25px; margin: 65px 0 20px }
	#banner .banner-content .banner .descricao{ font-size: 18px; line-height: 20px; }
	#newsletter { margin: 30px 0 0; }
	.banner-materiais h2, .banner-contato h2{ font-size:30px; line-height:30px; margin:20px 0 15px; }
	.banner-contato h2{ margin: 65px 0 15px; }
	.banner-materiais h3, .banner-contato h3 { width:auto; }
	#banner .slick-dots { top: 30px; }
	.banner-contato { background-image: url(images/BannerContato_Mobile_Holhos.jpg); height: 260px; }
	.banner-materiais { background-image: url(images/BannerMateriais_Mobile_Holhos.jpg); height: 260px; }
	#popup .popup-content{ height: auto; top: 56%; width: 300px; }
	#popup .popup-content .fechar { height: 30px; width: 30px; }
	#popup .popup-content .fechar:before{ font-size: 16px; height: 30px; line-height: 30px; width: 30px; }
	#popup .popup-content h2 { font-size: 16px; line-height: 16px; padding: 10px 15px; }
	#popup .popup-content > p{ font-size: 14px; line-height: 14px; margin: 0; padding: 0 15px 15px; width: 100%; }
	#popup .popup-content form { padding: 0 15px; width: 100%; }
	#popup .popup-content form > input { font-size: 14px; height: 40px; margin: 0 0 10px; }
	#popup .popup-content  form p { font-size: 12px; line-height: 14px; margin: 0 0 10px; }
	#popup .popup-content form button { font-size: 16px; height: 40px; margin: 0 0 10px; }
	#banner { margin-top: 42px }
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
	header .logo{ margin: 0 15px 0 0; width: 235px; }
	header .logo img{ width: 100%; }
}

















































