/*
Theme Name: Oculista de Paredes
Theme URI: https://verae.pt/
Author: Verae
Author URI: https://verae.pt/
Description: Custom Theme

Text Domain: oculistaparedes
Version: 1.3.0

Copyright (c) 2022 Verae
*/


/*------------------------ Geral ---------------------- */
html,
body {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}

body {
	font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
	-webkit-font-smoothing: subpixel-antialiased;
	padding:0; margin:0;
	font-size: 10px; /* reset font */
	font-weight: 400;
	line-height: 140%;
	color: #333;
	overflow-x: hidden !important;
	position: relative;
}

.font-questrial{
	font-family: "Questrial","Helvetica Neue",Helvetica,Arial,sans-serif;
	-webkit-font-smoothing: subpixel-antialiased;
}

h1{font-size:3.6em; font-weight: 400; line-height:130%; padding:0; margin:0 0 10px 0; font-family: "Questrial","Helvetica Neue",Helvetica,Arial,sans-serif;}
h2{font-size:3.0em; font-weight: 400; line-height:130%; padding:0; margin:0 0 10px 0; font-family: "Questrial","Helvetica Neue",Helvetica,Arial,sans-serif;}
h3{font-size:2.4em; font-weight: 400; line-height:130%; padding:0; margin:0 0 10px 0; font-family: "Questrial","Helvetica Neue",Helvetica,Arial,sans-serif;}
h4{font-size:2.0em; font-weight: 400; line-height:130%; padding:0; margin:0 0 10px 0;}
h5{font-size:1.6em; font-weight: 400; line-height:130%; padding:0; margin:0 0 10px 0;}
h6{font-size:1.4em; font-weight: 400; line-height:140%; padding:0; margin:0 0 10px 0;}
small{}	

p{font-size:1.3em; font-weight: 400; line-height:140%; padding:0; margin:0 0 10px 0; }  /*max-width recomendado: font x 30 = 390px */
ul,ol,.content {font-size:1.3em; font-weight: 400; line-height:140%; }

dd,span{} 

.pre-line{white-space:pre-line;}

.legend{font-size:1.2em; line-height:140%;}
.legend-2{font-size:0.9em; line-height:140%;}

b{font-weight: 600;}
em {font-style: italic}

abbr[data-original-title], abbr[title]{
	border-bottom: 0px dotted #777;
}

hr{
    border: 0;
    height: 1px;
    background: #333;
	width: 100%;
	margin-left:0px;
	margin-right:0px;
}

blockquote {
  font-size: 1.3em;
  border-left: 3px solid #0088ba;
  padding: 15px;
  white-space:pre-line;
}

address{
	
}

iframe{
    position: relative;
    display: block;
    border: 0;
}

object{	
	position: relative;

}

/*
img{
	width:100%;
	height: auto; 
	position: relative; 
	display:block;
}*/

.article-img .wp-caption{
	width:100% !important;
}

.article-img img{
	width:100%;
	height: auto; 
	position: relative; 
	display:block;
}


.fullscreen{ 
	height: 100%;
	display: block;
	position: relative;		
}

.full-30{
	height: 30% !important;
}

.full-65{
	height: 65% !important;
}

.full-80{
	height: 80% !important;
}

/*Estilos links */
a{color: #0088ba;  text-decoration: none; outline:0;}

a:link,
a:visited {
	color: #0088ba;
}

a:active,
a:hover,
a:focus { 
	color: #777777;  text-decoration: none; outline:0;
} 

.a-white a{color: #aaaaaa;  text-decoration: none; outline:0;}

.a-white a:link,
.a-white a:visited {
	color: #aaaaaa;
}

.a-white a:active,
.a-white a:hover,
.a-white a:focus { 
	color: #ffffff;  text-decoration: none; outline:0;
} 

.a-gray a{color: #aaaaaa;  text-decoration: none; outline:0;}

.a-gray a:link,
.a-gray a:visited {
	color: #aaaaaa;
}

.a-gray a:active,
.a-gray a:hover,
.a-gray a:focus { 
	color: #0088ba;  text-decoration: none; outline:0;
} 

/*Estilos texto */
.t-black {
  color: #231f20 !important;
}

.t-white {
  color: #ffffff !important;
}

.t-gray {
  color: #999 !important;
}

.t-color {
  color: #0088ba!important;
}


.t-gradient {
	color: #e51f33;
	background: -webkit-linear-gradient(left, #fe0237,  #c45379, #cc4665);
	background: -moz-linear-gradient(left, #fe0237,  #c45379, #cc4665);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;	
}

.t-shadow{
	text-shadow: 2px 2px 3px rgba(50, 50, 50, 0.6);
}

.line-b-center:after {
	position: relative;
	content: '';
	bottom: -3px;
	width: 36px;
	height: 3px;
	margin-top: 6px;
	margin-left: 50%;
	margin-bottom: 12px;
	left: -18px;
	display: block;
	background-color:#0088ba;
}



.line-t-center:before {
	position: relative;
	content: '';
	bottom: 10px;
	width: 36px;
	height: 3px;
	margin-top: 6px;
	margin-left: 50%;
	margin-bottom: 0px;
	left: -18px;
	display: block;
	background-color: #0088ba;
}

/*Limitar texto por x linhas */

.txt-limit-1 p{display:none}
h4.txt-limit-1,
.txt-limit-1 p:first-child {
	margin: 5px 0px 0px 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;  /* fallback */
    display: -webkit-inline-box;
    vertical-align: middle;
    font-size: 18px;
    line-height: 20px; /* fallback */
    height: 20px; /* fallback (line-height x X ) */
    -webkit-line-clamp: 1; /* number of lines to show */
    -webkit-box-orient: vertical;
}

.txt-limit-2 p{display:none}
h6.txt-limit-2,
.txt-limit-2 p:first-child {
	margin: 5px 0px 0px 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;  /* fallback */
    display: -webkit-inline-box;
    vertical-align: middle;
    font-size: 16px;
    line-height: 18px; /* fallback */
    height: 36px; /* fallback (line-height x X ) */
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;	
}

.txt-limit-3 p{display:none}
.txt-limit-3 p:first-child {
	margin: 5px 0px 0px 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;  /* fallback */
    display: -webkit-inline-box;
    vertical-align: middle;
    font-size: 14px;
    line-height: 16px; /* fallback */
    height: 48px; /* fallback (line-height x X ) */
    -webkit-line-clamp: 3; /* number of lines to show */
    -webkit-box-orient: vertical;
	width: 100%;	
}

.txt-limit-5 p{display:none}
.txt-limit-5 p:first-child{
	margin: 5px 0px 0px 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;  /* fallback */
    display: -webkit-inline-box;
    vertical-align: middle;
    font-size: 14px;
    line-height: 16px; /* fallback */
    height: 80px; /* fallback (line-height x X ) */
    -webkit-line-clamp: 5; /* number of lines to show */
    -webkit-box-orient: vertical;
	width: 100%;	
}


/*Centrar verticalmente */
.v-outer {
	width: 100%; 
	height: 100%; 
	left: 0; 
	top: 0;  
	position:absolute; 
}

div.v-align {
    width: 100%;
	height: 100%;
	min-height: 100%;
    display: table !important;
	position: absolute; 
}

div.v-middle {
	display: table-cell !important;
	vertical-align: middle;
}


/*Espacamentos*/
.mt-00 {margin-top: 0px !important;}
.mt-10 {margin-top: 10px !important;}
.mt-15 {margin-top: 15px !important;}
.mt-20 {margin-top: 20px !important;}
.mt-30 {margin-top: 30px !important;}
.mt-40 {margin-top: 40px !important;}
.mt-50 {margin-top: 50px !important;}
.mt-60 {margin-top: 60px !important;}
.mt-70 {margin-top: 70px !important;}
.mt-80 {margin-top: 80px !important;}
.mt-90 {margin-top: 90px !important;}
.mt-100{margin-top: 100px !important;}
.mt-150{margin-top: 150px !important;}

.mb-00 {margin-bottom: 0px !important;}
.mb-10 {margin-bottom: 10px !important;}
.mb-15 {margin-bottom: 15px !important;}
.mb-20 {margin-bottom: 20px !important;}
.mb-30 {margin-bottom: 30px !important;}
.mb-40 {margin-bottom: 40px !important;}
.mb-50 {margin-bottom: 50px !important;}
.mb-60 {margin-bottom: 60px !important;}
.mb-70 {margin-bottom: 70px !important;}
.mb-80 {margin-bottom: 80px !important;}
.mb-90 {margin-bottom: 90px !important;}
.mb-100 {margin-bottom: 100px !important;}

.mag-00{margin: 0px!important}

.mr-00{margin-right:0px}
.ml-00{margin-left:0px}
.mr-05{margin-right:5px}
.ml-05{margin-left:5px}
.mr-15{margin-right:15px}
.ml-15{margin-left:15px}

.pr-05{padding-right:5px}
.pl-05{padding-left:5px}
.pr-15{padding-right:15px}
.pl-15{padding-left:15px}


.pad-00{padding: 0px !important;}
.pad-10{padding-top: 10px !important; padding-bottom: 10px !important;}
.pad-15{padding-top: 15px !important; padding-bottom: 15px !important;}
.pad-20{padding-top: 20px !important; padding-bottom: 20px !important;}
.pad-30{padding-top: 30px !important; padding-bottom: 30px !important;}
.pad-40{padding-top: 40px !important; padding-bottom: 40px !important;}
.pad-50{padding-top: 50px !important; padding-bottom: 50px !important;}
.pad-60{padding-top: 60px !important; padding-bottom: 60px !important;}
.pad-70{padding-top: 70px !important; padding-bottom: 70px !important;}
.pad-80{padding-top: 80px !important; padding-bottom: 80px !important;}
.pad-90{padding-top: 90px !important; padding-bottom: 90px !important;}
.pad-100{padding-top: 100px !important; padding-bottom: 100px !important;}
.pad-100-50{padding-top: 100px !important; padding-bottom: 50px !important;}



.frame-t{	
	border-top: 50px  solid #fff;
}

.frame-b{	
	border-bottom: 50px  solid #fff;
}

.frame-lr{	
	border-left: 50px  solid #fff;
	border-right: 50px  solid #fff;
}

.frame-border{
	border: 3px solid #cfb53b;
	margin-left: -0px;
	margin-right: -0px;
	margin-top: -0px;
    margin-bottom: -0px;
}


.z-1{z-index: 1; position: relative;}
.z-2{z-index: 2; position:relative;}
.z-3{z-index: 3; position:relative;}


/*Backgrounds*/
.bg-full-center{
	background-repeat:	no-repeat;
	background-position: center center; 
	background-attachment: scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}

.bg-full-top{
	background-repeat:	no-repeat;
	background-position: top center; 
	background-attachment: scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}

.bg-fixed{background-attachment: fixed !important;}
@media (max-width: 767px) {.bg-fixed{background-attachment: scroll !important;}}


/* position fixed*/
.position-fixed{
	top:0;
	left:0;
	bottom:0;
	right:0;
	width:100%;
	
	z-index: 0;
	position: fixed;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	margin: 0;
}

.position-absolute{
	position: absolute;
}


.position-absolute-t {
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
}
.position-absolute-b{
	position: absolute;
	bottom: 0px;
	right: 0px;
    left: 0px;
	z-index:1;
}

section,header,footer{
	z-index: 1;
	position: relative;
	overflow:hidden;
}

.bgvideo-container{
	position: fixed;
	top: -50%; 
	left: -50%; 
	width: 200%; 
	height: 200%; 
}


.bgvideo,
.bgvideo-img{
	position: absolute; 
	top: 0; 
	left: 0; 
	right: 0; 
	bottom: 0; 
	margin: auto; 
	min-width: 50%;
	min-height: 50%;
	width: auto;
    height: auto;
}

.bgvideo{
	display: none;
}

.filter .bgvideo-img{
	-webkit-filter: blur(6px) contrast(1) opacity(80%);
    filter: blur(6px) contrast(1) opacity(80%);
}

.bg-black {
	background-color: #323232;
}

.bg-black-texture {
	background-color: rgba(0,0,0,0.1) !important;
	background-repeat:	repeat;
	background-image: url(img/video/grid.png)

}

.bg-black-alpha {
	background-color: #000;
	background-color: rgba(0,0,0,0.6);
}

.bg-white {
	background-color: #fff;
}

.bg-white-alpha {
	background-color: #fff;
	background-color: rgba(255,255,255,0.7);
}

.bg-gray {
	background-color: #787878;
}

.bg-gray-light {
	background-color: #dddddd;
}

.bg-gray-light-2 {
	background-color: #eeeeee;
}

.bg-gray-alpha {
	background-color: #787878;
	background-color: rgba(120,120,120,0.7);
}  
 
.bg-color {
	background-color: #0088ba;
}

.bg-color-2 {
	background-color: #222;
}

.bg-color-2.bg-border {border-bottom: 1px solid #777777;}


.bg-color-alpha {
	background-color: #0088ba;
	background-color: rgba(40,97,127,0.5);
}
 
 
.bg-shadow{
	-webkit-box-shadow: 0px 27px 23px -24px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 27px 23px -24px rgba(0,0,0,0.4);
	box-shadow: 0px 27px 23px -24px rgba(0,0,0,0.4);
}

.bg-gradient{
    background: #0088ba;
    background: -webkit-gradient(linear, left top, right top, from(#1c4768), to(#0088ba));
    background: -webkit-linear-gradient(left, #1c4768, #0088ba);
    background: -moz-linear-gradient(left, #1c4768, #0088ba);
    background: -ms-linear-gradient(left, #1c4768, #0088ba);
    background: -o-linear-gradient(left, #1c4768, #0088ba);
    background: linear-gradient(to right, #1c4768, #0088ba);
}




/*Limitar imagens proporcionalmente*/

.f-1by1,
.f-3by4,
.f-16by9{
	background-color: #eee; 
	position: relative;
	overflow: hidden;
    display: block;
    line-height: 0;
}
.f-1by1{
    width: 100%;
    padding-top: 100%;
}

.f-3by4{
    width: 100%;
    padding-top: 133%;
}
.f-16by9{
    width: 100%;
    padding-top: 56.3%;
}
.f-3by4>img,
.f-1by1>img,
.f-16by9>img{

	position: absolute;
    top: 50%;
    left: 0;
    right: 0;
	margin: 0px auto;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);	
}

a .f-3by4:hover>img,
a .f-1by1:hover>img,
a .f-16by9:hover>img{
	opacity: 0.3;
	-moz-transition: opacity linear .3s;
    -webkit-transition: opacity linear .3s;
    -o-transition: opacity linear .3s;
    transition: opacity linear .3s;
	
}

.caption {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    -moz-transition: opacity linear .3s;
    -webkit-transition: opacity linear .3s;
    -o-transition: opacity linear .3s;
    transition: opacity linear .3s;
}
a .caption:hover {
    opacity: 1;
    -moz-transition: opacity linear .3s;
    -webkit-transition: opacity linear .3s;
    -o-transition: opacity linear .3s;
    transition: opacity linear .3s;
 }	

.caption i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #0088ba;
    
	position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
	
}


.caption-meta {
	margin: 5px 0px 0px 0px;
	overflow: hidden;
	display: inline;
    display: -webkit-inline-box;
	vertical-align: middle;
    line-height: 25px;
    height: 25px;
    -webkit-box-orient: vertical;

    width: 100%;
    text-align: left;
}

.caption-meta ul{
	margin: 0px;
}

.caption-meta ul li {
    padding-right: 10px;
    display: inline-block;
	height: 15px;
	margin: 5px 0px 5px 0px;
}

.post-meta ul li .fa-li,
.caption-meta ul li .fa-li {
    position: static;
	color: #333333 ;
}


/*Animacoes*/
.transition{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


/*btn*/

.btn-primary{
	border: 2px solid #0088ba !important;
	background-color: #0088ba;
}
.btn-primary a{
	color: #fff !important;
}

.btn-primary:active a,
.btn-primary:active:hover a, 
.btn-primary:active:focus a,
.btn-primary:focus a,
.btn-primary:hover a,
.btn-primary:active,
.btn-primary:active:hover, 
.btn-primary:active:focus,
.btn-primary:focus,
.btn-primary:hover{
	color: #0088ba !important;
	background-color: transparent;
}


.btn-primary.btn-white{
	border: 2px solid #fff !important;
	background-color: #fff;
}
.btn-primary.btn-white a{
	color: #000 !important;
}

.btn-primary.btn-white:active a,
.btn-primary.btn-white:active:hover a, 
.btn-primary.btn-white:active:focus a,
.btn-primary.btn-white:focus a,
.btn-primary.btn-white:hover a,
.btn-primary.btn-white:active,
.btn-primary.btn-white:active:hover, 
.btn-primary.btn-white:active:focus,
.btn-primary.btn-white:focus,
.btn-primary.btn-white:hover{
	color: #fff !important;
	background-color: transparent;
}


a.btn-primary[href='']{
    display: none;
}



/*Estilos formularios */
.wpcf7{
	text-align:left;
}

.wpcf7 .col-xs-6,
.wpcf7 .col-xs-12 {
    padding-bottom: 10px;
    padding-top: 10px;
}

form p{
	margin-bottom:10px;
}

form img{
	width: auto;
	display: inline;
} 

form select,
form textarea,
form input{
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	color: #000;
	text-align: left;
    padding: 8px 12px;
	margin-top: 10px;
	margin-bottom: 5px;
	background-color: #fff;
    background-image: none;

    border: 1px solid #ccc;
	border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

form select,
form input[type=search],
form input[type=number],
form input[type=text],
form input[type=file],
form input[type=email],
form input[type=tel],
form input[type=password]{
	display: block;
    width: 100%;
	height: 40px;
}

form textarea{
	display: block;
    width: 100%;
	height: auto;
}

form input[type="submit"]{
	display: inline-block;
    padding: 6px 12px;
	margin-top: 10px;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
	float: right;
	
	width: auto;
	color: #fff !important;
    border-radius: 0;
	border: 2px solid #0088ba !important;
    background-color: #0088ba !important;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

form select:focus,
form textarea:focus,
form input:focus{
    border-color: #000;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0,0,0,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0,0,0,.6);
	outline: 0;
}

form input[type="submit"]:focus,
form input[type="submit"]:active,
form input[type="submit"]:hover{
	color: #0088ba !important;
	background-color: transparent !important;
	outline: 0px;
}

span.wpcf7-not-valid-tip{
	text-align: right;
	font-size: 12px;
	color: #990000;
}

div.wpcf7 img.ajax-loader{
	float:right;
	margin: 20px;
}

div.wpcf7-response-output{
	float:right;
	padding: 10px;
	margin: 0px;
	font-size:12px;
} 

.g-recaptcha iframe,
form.wpcf7-form .wpcf7-recaptcha iframe{
	-ms-transform:scale(0.7);
	-moz-transform:scale(0.7);
	-webkit-transform:scale(0.7);
	transform:scale(0.7);
    -ms-transform-origin: 0 0;
	-moz-transform-origin: 0 0; 
    -webkit-transform-origin: 0 0; 
	transform-origin:0 0;
}




/*------------------------ Custom Styles ---------------------- */


nav .social{
	border-bottom: 0px solid #e5e5e5;
}
nav .social .content{
    line-height: 38px;
}	



.navbar.navbar-default{
	background-color: #fff;
	background-color: rgba(255,255,255,0.90);
    border-bottom: 0px solid #e5e5e5;
}

.navbar-nav{
	margin-right: 15px;
	margin-left: 15px;
}

.nav>li>a {
    padding: 6px 12px;
}


.owl-slider-home,
.banner-page{

}

nav.navbar.navbar-default.top-nav-collapse {
	background-color: #fff;
	background-color: rgba(255,255,255,0.90);
}





.navbar-default .navbar-nav>li>a{
	color: #333;
	margin: 32px 0;
	border: 2px solid transparent;
}

.navbar-default .navbar-nav>li>a:focus, 
.navbar-default .navbar-nav>li>a:hover{
	color: #888;
}


.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:focus, 
.navbar-default .navbar-nav>.active>a:hover{
	color: #0088ba;
    background-color: transparent;
	border: 2px solid #0088ba;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}


@media (max-width: 767px){	
	.navbar-default .navbar-collapse,
	.navbar-collapse.in{
		max-height: none;
		padding: 0px;
		width: 100%;
		float: right;
		background-color: #fff;
		background-color: rgba(255,255,255,0.90);
		position: fixed;
		left: 0px;
		right: 0px;
		border: 0px;
		text-align: center;
	}
	
	.navbar-default .navbar-nav>li>a{
		padding: 7px;
		margin: 7px 0px 7px 0px;
		display: inline-block;
	}

	.navbar-default .navbar-toggle .icon-bar{
		background-color: #333;
	}
	
	
	.navbar-toggle{
		margin: 34px 18px 34px 0px;
		border: 0px;
		background: transparent !important;
	}
	
	nav.top-nav-collapse .navbar-toggle{
		margin: 9px 18px 9px 0px;	
	}
	
	.navbar-toggle:hover {
	  background: transparent !important;
	}
	.navbar-toggle.open .icon-bar {
	  width: 22px;
	  transition: all 0.2s;
	}
	.navbar-toggle.open .top-bar {
	  transform: rotate(45deg);
	  transform-origin: 10% 10%;
	}
	.navbar-toggle.open .middle-bar {
	  opacity: 0;
	}
	.navbar-toggle.open .bottom-bar {
	  transform: rotate(-45deg);
	  transform-origin: 10% 90%;
	}
	
}

nav .menu .navbar-brand {
	height: 140px;
	padding: 0px 0px 5px 15px ;
	margin-left: 0px !important;
	margin-top: 0px;
	position: absolute;
	z-index:2;
}
nav.top-nav-collapse .menu .navbar-brand{
	height: 73px;
	margin-top: 0px;
}

nav.top-nav-collapse  .navbar-nav>li>a{
	margin: 7px 0;
}


nav .menu .navbar-brand img.brand-icon,
nav.top-nav-collapse .menu .navbar-brand img.brand-icon{
	height: 100%;
	width: auto;
	display: block;
}
 

footer .brand-2 img {
    height: auto;
    position: relative;
    width: 150px;
    margin: 0 auto;
    display: block;
}

footer .col-xs-12 ul {
    display: table;
    margin: 0 auto;
}


.skew::before {
    content: "";
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0px;
    height: 100%;
    width: 100%;
    background-image: url(img/base/forma.png);
    background-repeat: no-repeat;
    background-size: cover;
	background-position: left bottom; 
}




/*owl*/

.owl-slider-home {
    display: block;
    position: relative;
    padding: 0;
}

@media (min-width: 1410px){
	.owl-slider-home {
		max-height: 100%;
	}	
	
	.owl-slider-home div.v-align{
		top: -15%;
	}
	.owl-slider-home .owl-carousel .owl-nav div {
		top: 35%;
	}
}



.owl-marcas.owl-carousel .owl-item img{
	height: 100%;
}

.owl-carousel .owl-nav div {
	height: 40px;
    margin-top: -20px;
	top: 50%;
	
    width: 25px;
    position: absolute;
    z-index: 7;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
	
	background-color: #0088ba;

}


.owl-carousel .owl-nav div:hover{
	background-color: #9b9b9b;
    background-color: rgba(155,155,155,0.4);
}


.owl-carousel  .owl-nav div.owl-prev {
    left: 0;
	font-size: 0;
	line-height:0;
	color: transparent;
	margin-left: 0px
}


.owl-carousel  .owl-nav div.owl-prev:before {
    content: "\f104";
    text-indent: -5px;
}

.owl-carousel  .owl-nav div.owl-next  {
    right: 0;
    float: right;
	font-size: 0;
	line-height:0;
	color: transparent;
	margin-right: 0px
}

.owl-carousel  .owl-nav div.owl-next:before  {
    content: "\f105";
    text-indent: 5px;   
}

.owl-carousel  .owl-nav div.owl-prev:before,
.owl-carousel  .owl-nav div.owl-next:before{
    width: 100%;
    height: 100%;
    text-align: center;
    left: 0;
    top: 0;
    position: absolute;
    line-height: 40px;
    font-size: 26px;
    color: white;
    font-family: "Font Awesome 5 Free";
	font-weight: 900;
}



.owl-carousel .item-box {
	background-color: #0088ba;
	display: block;
	padding: 0;
}

.owl-carousel .owl-controls .owl-dots {
    margin-top: 10px;
    text-align: center;
}

.owl-carousel .owl-controls .owl-dot {
    display: inline-block;
    zoom: 1;
}

.owl-carousel .owl-controls .owl-dot span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #869791;
}
 .owl-carousel .owl-controls .owl-dot.active span, 
 .owl-carousel .owl-controls.clickable .owl-dot:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1;
}


	
#index .post-meta ul li {
	padding-right: 30px;
	display: inline-block;
	margin-bottom: 5px;
}




#servicos .icon{
	position: relative;
    height: 50px;
    width: 50px;
    margin-top: 14px;
    margin-bottom: 20px;
}
#servicos .icon img{
	width: 100%;
	height: auto;
}
#servicos .icon-text{
	margin-top: -50px;
	margin-left: 73px;
    padding: 0px 25px 25px 0px;
}



.timeline:before {
    position: absolute;
    z-index: 0;
    left: 50%;
    height: 100%;
	width:1px;
	background-color: #000;
    content: "";
	display: block;
}


.timeline .time-block{
    text-align: left;
	padding-top: 40px;
	padding-bottom: 40px;
}

.timeline .time-block > span{
    position: absolute;
    z-index: 2;
    top: 12px;
    display: block;
    width: 16px;
    height: 16px;
    line-height: 50px;
    border-radius: 100%;
	border: 3px solid #dddddd;
    background-color: #0088ba;
	
	left: 0;
	right: auto;
	top: 0;
    margin-left: -8px;
	margin-right: auto;
	margin-top: 48px;
}


.timeline .time-block:nth-child(odd){
	text-align: right;
	padding-top: 0px;
	padding-bottom: 0px;

}
.timeline .time-block:nth-child(odd) > span {
    left: auto;
	right: 0;
	top: 0;
	margin-left: auto;
    margin-right: -8px;
	margin-top: 8px;
}

@media (max-width: 767px) {
	.timeline:before {display: none;}
	.timeline .time-block > span {margin-top: 42px;}
	.timeline .time-block:nth-child(odd){text-align: left;}
	.timeline .time-block:nth-child(odd) > span {right: auto; left:0; margin-right:auto; margin-left: -5px; 	margin-top: 2px;}
	
}




/*blog*/
nav.pagination{display:block; text-align:center; font-size: 1.3em;}
nav.pagination h2{display:none}
nav.pagination .nav-links>a, 
nav.pagination .nav-links>span{
	border-radius: 0px;
	padding: 7px;
	margin: 2px;
	display: inline-block;
    border: 1px solid transparent;
}
nav.pagination .nav-links>a:focus,
nav.pagination .nav-links>a:hover{
	color: #ffffff;
    background-color: #0088ba;
	border: 1px solid transparent;
}
nav.pagination .nav-links>a:active, 
nav.pagination .nav-links>span.current {
	color: #ffffff;
    background-color: #0088ba;
	border: 1px solid transparent;
}
/*blog*/


@media (max-width: 767px) {
		
	#single h2{
		margin-bottom: 10px !important;
		
	}
	
	#single .post-meta ul li {
		padding-right: 30px;
		display: inline-block;
	}
}

ul.gallery{
	padding-left: 0;
    list-style: none;
}

ul.gallery li {
    padding-bottom: 15px;
}

ul.gallery li img {
    width: 100%;
    height: auto;
    padding: 0px;
    display: block;
    margin: 0 auto;
    text-align: center;
}


ul.gallery li p  {
    font-weight: normal;
    padding: 5px 10px 0 10px;
    line-height: 20px;
    margin: 0px 0px 15px 0px;
    text-align: center;
	font-size: 13px;
}





.widget .widget-title {
    width: 100%;
    margin-bottom: 10px;
    position: relative;
}

.menu-rodape-container ul,
.widget ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.menu-rodape-container ul li{
    width: 100%;
    padding: 10px 0 10px 0px;
    position: relative;
}

.widget ul li {
    width: 100%;
    padding: 10px 0 10px 10px;
    position: relative;
}


.widget ul li:before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
	font-weight: 900;
    color: #0088ba;
    position: absolute;
    left: 0;
}

.menu-rodape-container ul li:after,
.widget ul li:after{
    border-bottom: 1px solid #e5e5e5;
    position: absolute;
	width: 100%;
	content: "";
	left: 0px;
	margin-top: 10px;
	display: block;
}
.menu-rodape-container ul li:after{
    border-bottom: 1px solid #777777;
}

.widget ul li.cat-item:after{
	border:0px !important;
}
.widget ul.children li:after{
    border-bottom: 1px solid #e5e5e5 !important;
}

.widget ul li a {
    color: #777;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}


/*btn-messenger */
@-webkit-keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  50% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-3px);
  }
}
@keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  50% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
@-webkit-keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
@keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}

.btn-messenger{
	width: 60px;
    height: 60px;
    position: fixed;
    right: 0px;
	bottom: 0px;
    opacity: 1;
    z-index: 888;	

	display: inline-block;
    vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
}	
.btn-messenger:hover, 
.btn-messenger:focus, 
.btn-messenger:active{
  -webkit-animation-name: hvr-bob-float, hvr-bob;
  animation-name: hvr-bob-float, hvr-bob;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}

/*btn-lre*/
.btn-lre{
    width: 120px;
    height: 45px;
	display:inline-block;
	vertical-align: middle;
	
	background-color: transparent;	
	background-image: url(img/icon/livro-reclamacoes-g.png);
	background-repeat: no-repeat;
	background-size: auto 99%;
	background-position: left bottom;  
}
.btn-lre:hover, 
.btn-lre:focus, 
.btn-lre:active{
	background-image: url(img/icon/livro-reclamacoes-b.png);
}

#cookies-modal.modal {
    bottom: 10px;
    left: 0px;
    top: auto;
    right: auto;
	z-index: 999;
	padding: 0px !important;
}
#cookies-modal .modal-dialog{
	margin: 10px !important;
}


/*------------------------ Responsive Styles ---------------------- */
@media (min-width: 1200px){

}

@media (max-width: 991px) {

}

@media (max-width: 767px) {
	body{
		font-size: 9px; /* reset font */
	}
	
	h1{font-size:2.6em; font-weight: 400; line-height:130%; padding:0; margin:0 0 10px 0;}
	h2{font-size:2.4em; font-weight: 400; line-height:130%; padding:0; margin:0 0 10px 0;}
	h3{font-size:2.2em; font-weight: 400; line-height:130%; padding:0; margin:0 0 10px 0;}
	

	nav .social .content{
		float: right !important;
	}
	
	nav .social .content a{color: #0088ba;  text-decoration: none; outline:0;}

	nav .social .content a:link,
	nav .social .content a:visited {
		color: #0088ba;
	}

	nav .social .content a:active,
	nav .social .content a:hover,
	nav .social .content a:focus { 
		color: #777777;  text-decoration: none; outline:0;
	} 
	

	
}

@media (max-width: 480px) {

}
