/* CSS */
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i');

a, a:focus {color: #ccc; text-decoration: none;}
a:hover {text-decoration: none; color: #8cbef0;}
body {font-family: 'Montserrat', sans-serif;}

.img100 {width: 100%; border-radius: 0px;}
.tRight {text-align: right;}
.tLeft {text-align: left;}
.fLeft {float: left; position: relative;}
.fRight {float: right; position: relative;}
.pRelative {position: relative;}
.mTop30 {margin-top: 30px;}
.mTop20 {margin-top: 20px;}
.pLeft0 {padding-left: 0;}
.pRight0 {padding-right: 0;}
.noPadd {padding-left: 0;padding-right: 0;}
.mRLm15 { margin-left: -15px !important; margin-right: -15px !important; }
.mL25 { margin-left: 25px !important;}
.inB {display: inline-block;}
.p0 {padding: 0;}
.pf0 {padding-left: 0;}
.pr0 {padding-right: 0;}
.border {border: 1px solid #ddd;}
.pLr15 {padding-left: 15px !important; padding-right: 15px !important;}
.nRadius {border-radius: 0px;}
.h4Cont {display: inline-block; margin-left: 20px;}
.lh25 {line-height: 25px;}
.centerVertical {display: -webkit-flex;display: flex;-webkit-align-items: center;align-items: center;-webkit-justify-content: center;justify-content: center;}



@media screen and (max-width: 374px) {
.emailIndex {font-size: 14px; color: #262262;}
}
@media screen and (min-width: 375px) and (max-width: 449px){
.emailIndex {font-size: 18px; color: #262262;}
}
@media screen and (min-width: 450px) {
.emailIndex {font-size: 24px; color: #262262;}
}
@media screen and (max-width: 766px) {
.eindex {font-size: 18px; color: #262262;}
}
@media screen and (min-width: 767px) and (max-width: 991px){
.eindex {font-size: 20px; color: #262262;}
}
@media screen and (min-width: 992px) {
.eindex {font-size: 24px; color: #262262;}
}

.boxFoneIndex {height: 120px; text-align: center; text-align: -webkit-center; margin: 30px 0;}
.foneIndex {vertical-align: middle; height: 120px; vertical-align: middle; display: table-cell;}

#tabPj>li.active::after{content: ' '; position: absolute; width: 35px; top: 45px; height: 3px; background-color: #5b99d7;}
#tabPj>li.active>a, #tabPj>li.active>a:focus, #tabPj>li.active>a:hover { color: #000; font-weight: 300; background-color: transparent;}

#tabPj>li>a:focus, #tabPj>li>a:hover{ color: #555; text-decoration: none; background-color: transparent;}
#tabPj a, #tabPj a:focus {color: #8f8d8d; text-decoration: none;}
/* menu */
.navbar {z-index: 1;}
#bt_add {margin-top: 5px; margin-left: 20px; padding: 10px 15px; color: #fff; background-color: #337ab7; border-color: #337ab7;}
#logo {width: 200px;}
#tellogin {width: 100%; float: left; padding-top: 0px; text-align: center;}
#boxspan {padding-top: 15px;}
#boxspan h3{margin-left: 5px; margin-top: 0px; display: inline-block; color: #999; font-size: 20px; font-family: 'Montserrat', sans-serif;}
#nav-icon { width: 45px; height: 45px; position: relative; margin: 15px auto; -webkit-transform: rotate(0deg);-moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: .5s ease-in-out; -moz-transition: .5s ease-in-out; -o-transition: .5s ease-in-out; transition: .5s ease-in-out; cursor: pointer;}
#nav-icon span {display: block; position: absolute; height: 5px; width: 100%; background: #fff; border-radius: 9px; opacity: 1; left: 0; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg)  transform: rotate(0deg); -webkit-transition: .25s ease-in-out; -moz-transition: .25s ease-in-out; -o-transition: .25s ease-in-out; transition: .25s ease-in-out;}
.navbar-right {padding-top: 30px;} 
.btn:active { background-image: none; outline: 0; -webkit-box-shadow: none; box-shadow: none}
/* Icon 4 */
#nav-icon {}
#nav-icon span:nth-child(1) { top: 0px; -webkit-transform-origin: left center; -moz-transform-origin: left center; -o-transform-origin: left center; transform-origin: left center;}
#nav-icon span:nth-child(2) { top: 12px; -webkit-transform-origin: left center; -moz-transform-origin: left center; -o-transform-origin: left center; transform-origin: left center;}
#nav-icon span:nth-child(3) { top: 24px; -webkit-transform-origin: left center; -moz-transform-origin: left center; -o-transform-origin: left center; transform-origin: left center;}
#nav-icon.open span:nth-child(1) { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); top: -3px; left: 8px; background-color: #fff !important;}
#nav-icon.open span:nth-child(2) { width: 0%; opacity: 0;}
#nav-icon.open span:nth-child(3) { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); top: 29px; left: 8px; background-color: #fff !important;}
.text-vertical-center { display: table-cell; text-align: center; vertical-align: middle;}
.text-vertical-center h1 { margin: 0; padding: 0; font-size: 4.5em; font-weight: 700;}
/* Custom Horizontal Rule */
hr.small {max-width: 100px;}

/* Side Menu */
#menu-toggle { z-index: 1001; position: absolute; top: 5px; right: 0;}
#sidebar-wrapper.active {right: 250px; width: 250px; top: 0; -webkit-transition: all 0.4s ease 0s; -moz-transition: all 0.4s ease 0s; -ms-transition: all 0.4s ease 0s; -o-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s;}
#sidebar-wrapper { z-index: 1000; position: fixed; top: 0; right: 0; width: 250px; height: 100%; transform: translateX(250px); overflow-y: auto; background-color: #e11f26; -webkit-transition: all 0.4s ease 0s; -moz-transition: all 0.4s ease 0s; -ms-transition: all 0.4s ease 0s; -o-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s;
/*    background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0, #DE443A), color-stop(1, #DE443A));
    background-image: -webkit-repeating-linear-gradient(top left, #DE443A 0%, #3f95ea 100%);
    background-image: repeating-linear-gradient(to bottom right, #DE443A 0%, #3f95ea 100%); */
    }
.sidebar-nav {position: absolute; top: 0; width: 250px; margin: 0; padding: 0; padding-top: 80px; list-style: none;}
.sidebar-nav li {text-indent: 20px;line-height: 40px;}
.sidebar-nav li a {display: block; text-decoration: none; color: #fff;font-size: 24px;}
.sidebar-nav li a:hover {text-decoration: none;color: #406da6;background: rgba(255,255,255,0.7);}
.sidebar-nav li a:active,
.sidebar-nav li a:focus {text-decoration: none;}
.dropdown-menu li a {color: #406da6 !important;}
.sidebar-nav > .sidebar-brand {height: 55px;font-size: 18px;line-height: 55px;}
.sidebar-nav > .sidebar-brand a {color: #999;}
.sidebar-nav > .sidebar-brand a:hover {color: #fff; background: none;}
.toggle {margin: 5px 5px 0 0;}
.logadoUser {float: left; margin-top: 15px; list-style: none;}
.logadoUser h3{color: #9999a9; display: inline; font-size: 20px;}    
.imgLogado {width: 40px; height: 40px; float: left; overflow: hidden; border-radius: 50%; background-size: contain !important; background-repeat: no-repeat !important; background-position: center !important; background-size: cover !important; margin-top: -10px; margin-right: 5px;}

.navbar {margin-bottom: -5px; }
/* .menu */

#divLogin.active {top: 70px; right: 255px; width: 350px; -webkit-transition: all 0.4s ease 0s; -moz-transition: all 0.4s ease 0s; -ms-transition: all 0.4s ease 0s; -o-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s;}
#divLogin {z-index: 1000; position: fixed; top: 0; right: 0; width: 250px; transform: translateX(250px); overflow-y: auto; background: rgba(0,0,0,0.7); -webkit-transition: all 0.4s ease 0s; -moz-transition: all 0.4s ease 0s; -ms-transition: all 0.4s ease 0s; -o-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s; border: 1px solid #ccc; padding: 20px;}
#divLogin form {margin-top: -20px;}
#divLogin form h3 {color: #fff;}

/* CARROSSEL */
.backFrontBanner {position: absolute; top: 0; left: 0; bottom: 0; right: 0; top: 0; background-color: rgba(0,0,0,0.3);}

/* busca */
#buscaindex::after {position: absolute; top: -15px; left: 0px; background-color: #fff; width: 100%; height: 18px; box-shadow: -4px 0px 5px -3px #ddd;}
#buscaindex {
	margin: 20px auto;
	display: none;
}
#buscaindex h3 {margin-top: 10px; color: #f64613; font-family: 'Montserrat', sans-serif; font-weight: 300; margin-bottom: 25px;}
#bt_buscar {float: right; width: 49%; background-color: #e11f26;transition: 1s;}
#bt_buscar:hover {background-color: #fff;color: #e11f26; transition: 1s;}
#bt_limpar {float: left; width: 49%; margin-right: 2%; background-color: #e11f26;transition: 1s;}
#bt_limpar:hover {background-color: #fff; color: #e11f26; transition: 1s;}
.form-control {height: 35px;}

.quick-search-form .form-control {
height: 35px;
padding: 8px 15px;
color: #ffffff;
font-size: 13px;
line-height: 20px;
background-color: transparent;
border-bottom: 2px solid #fff;
border-top: 0;
border-left: 0;
border-right: 0;
border-radius: 0!important;
-webkit-box-shadow: none;
box-shadow: none;
}

.quick-search-form .btn-custom {
color: #FFFFFF;
background-color: transparent;
border-radius: 0!important;
padding: 6px 10px 3px;
border: 2px solid transparent;
}

.quick-search-form .btn-custom:hover{
background-color: transparent;
border-radius: 0!important;
padding: 6px 10px 3px;
border: 2px solid #fff;
color: #FFFFFF;
}

.custom-glyph-color{
    color:#fff;       /* change  magnifying glass color in  button */
    font-size: 18px;
}

.custom-glyph-color:hover{
    color:#fff;
}

/* .busca */

/* TABS IMOVEIS DIVERSOS */
@media screen and (max-width: 767px) {
	.tabs-imo .nav-tabs {border-bottom: 2px solid #fff;}
}

@media screen and (min-width: 768px) {
	.tabs-imo .nav-tabs {border-bottom: 2px solid #ddd;}
}

.tabs-imo .nav-tabs > li.active > a, .tabs-imo .nav-tabs > li.active > a:focus, .tabs-imo .nav-tabs > li.active > a:hover { border-width: 0; }
.tabs-imo .nav-tabs > li > a { border: none; color: #666; }
.tabs-imo .nav-tabs > li.active > a, .tabs-imo .nav-tabs > li > a:hover { border: none; color: #DE443A !important; background: transparent; font-size: 36px;}
.tabs-imo .nav-tabs > li > a { border: none; color: #ccc !important; background: transparent; font-size: 36px; }
.tabs-imo .nav-tabs > li > a:hover { border: none; color: #DE443A !important; background: transparent; }
.tabs-imo .nav-tabs > li > a::after { content: ""; background: #DE443A; height: 2px; position: absolute; width: 100%; left: 0px; bottom: -1px; transition: all 250ms ease 0s; transform: scale(0); }
.tabs-imo .nav-tabs > li.active > a::after, .tabs-imo .nav-tabs > li:hover > a::after { transform: scale(1); }
.tabs-imo .tab-nav > li > a::after { background: #21527d none repeat scroll 0% 0%; color: #fff; }
.tabs-imo .tab-pane { padding: 15px 0; }
.tabs-imo .tab-content{padding:20px}
/*.tabs-imo .card {margin-bottom: 30px; }*/
/* TABS IMOVEIS DIVERSOS */

/* TABS detalhes */
@media screen and (max-width: 767px) {
	.tabs-detalhes .nav-tabs {border-bottom: 2px solid #fff;}
}

@media screen and (min-width: 768px) {
	.tabs-detalhes .nav-tabs {border-bottom: 2px solid #ddd;}
}

.tabs-detalhes .nav-tabs > li.active > a, .tabs-detalhes .nav-tabs > li.active > a:focus, .tabs-detalhes .nav-tabs > li.active > a:hover { border-width: 0; }
.tabs-detalhes .nav-tabs > li > a { border: none; color: #666; }
.tabs-detalhes .nav-tabs > li.active > a, .tabs-detalhes .nav-tabs > li > a:hover { border: none; color: #DE443A !important; background: transparent; font-size: 18px;}
.tabs-detalhes .nav-tabs > li > a { border: none; color: #ccc !important; background: transparent; font-size: 18px; }
.tabs-detalhes .nav-tabs > li > a:hover { border: none; color: #DE443A !important; background: transparent; }
.tabs-detalhes .nav-tabs > li > a::after { content: ""; background: #DE443A; height: 2px; position: absolute; width: 100%; left: 0px; bottom: -1px; transition: all 250ms ease 0s; transform: scale(0); }
.tabs-detalhes .nav-tabs > li.active > a::after, .tabs-detalhes .nav-tabs > li:hover > a::after { transform: scale(1); }
.tabs-detalhes .tab-nav > li > a::after { background: #21527d none repeat scroll 0% 0%; color: #fff; }
.tabs-detalhes .tab-pane { padding: 15px 0; }
.tabs-detalhes .tab-content { padding: 0 0 0 15px; width: 100%; float: left; }
.tabs-detalhes .nav-tabs { float: right; }
.tabs-detalhes { padding-top: 15px; }
.tabs-detalhes label {display: inline-block; max-width: 100%; margin-bottom: 5px; font-weight: 500;}
/*.tabs-detalhes .card {margin-bottom: 30px; }*/

/* TABS detalhes */


/* Backoffice */
#tabela td{vertical-align: middle;}
.fototabela{float:left;width:60px;margin-right:10px;border-radius:5px;}
#labellogo {margin-bottom: 20px;}
.jumbotron h1 {color: #f64613;}
/* .Backoffice */

/* Index */
.h1Tit {color: #DE443A; position: relative; margin-top: 30px; margin-bottom: 30px;}
.h1Tit::before {
	content: "";
	position: absolute;
	left: 0;
	top: 45px;
	width: 100px;
	height: 4px;
	background-color: #de443a;
	z-index: 2;
}

.h1Tit::after {
	content: "";
	position: absolute;
	left: 0;
	top: 46px;
	width: 180px;
	height: 2px;
	background-color: #ccc;
}

#idh1, #idh1Seg, #idh1Sobre { display: inline; font-family: 'Montserrat', sans-serif; font-weight: lighter;}
#idh1::before {content: ''; width: 45px; height: 3px; background-color: #edeaea; position: absolute; bottom: 40px;}
#idh1Seg::before {content: ''; width: 45px; height: 3px; background-color: #edeaea; position: absolute; top: 45px;}
#idh1Sobre::before {content: ''; width: 45px; height: 3px; background-color: #edeaea; position: absolute; top: 45px;}
#icon {font-size: 18px; color: #ccc;}
#img {width: 100%; height: 180px; transition: 1s;}
#img:hover {-webkit-filter: grayscale(100%); filter: grayscale(100%); opacity: 0.8; transition: 1s;}
#valor {background-color: #555; font-size: 18px; margin-top: 5px; display: inline-block;}
#local {display: block; float: right; text-align: right; padding-right: 5px; color: #337ab7; font-weight: 700;}
#nfotos {position: absolute; z-index: 5; right: 20px; top: 5px; color: #fff; margin-top: 10px;}
#nfotos h5 {margin-top: 5px; margin-bottom: 5px;}
#newsIndex {padding-right: 0px; padding-left: 0px;}
#boxnews {padding: 10px; margin-right: 5px; position: relative;}
#boxnews:hover {box-shadow: 2px 3px 3px #bbb;}
#idh6comp {display: inline; float: right; margin-top: 0px; font-size: 24px; font-weight: lighter;}
.imgComparar{position: absolute; top: 282px; right: 85px; cursor: pointer;}
#nfotosd {position: absolute; z-index: 5; right: 35px; top: 10px; color: #fff;}
#detleft {width: 50%; float: left; margin-top: 5px; margin-bottom: 5px;}
#detright {width: 50%; float: right; margin-top: 5px; margin-bottom: 5px; text-align: right; padding-right: 5px;}
#tituloh3 {color: #555; margin-top: 10px; margin-bottom: 5px; white-space: nowrap; width: 100%; overflow: hidden; text-overflow: ellipsis;}
#boxdestaques:hover {box-shadow: 2px 3px 3px #bbb;}
#boxloja,#boxcambio {margin-top: 25px;}
.panel-default {border: none;}
.page-header .btn-primary {margin-bottom: 5px; float: right;}
.panel-body #tipo {position: absolute; left: 15px; top: 15px; background-color: rgba(255,255,255,0.8); padding: 1px 5px 0px 5px; color: #337ab7; font-size: 12px; z-index: 2;}
.panel-body #tipod {position: absolute; left: 35px; top: 20px; background-color: rgba(255,255,255,0.8); padding: 1px 5px 0px 5px; color: #337ab7; font-size: 12px; z-index: 2;}
.lojaindex {position: absolute; top: 167px; right: 32px; color: #fff; font-size: 12px; padding: 2px 5px 1px 5px; background-color: rgba(0,0,0,0.5); z-index: 2;}
.box-img-car {position: relative; height:180px; overflow: hidden; border-bottom: 3px solid #337ab7;}
.row {clear: both; margin-left: 0px; margin-right: 0px;}
.cTop {padding-left: 0px; padding-right: 0px;}
/*ol.carousel-indicators {display: grid; width: 30px;}*/
/* .Index */

/* Index Categorias */
#buttonmais {margin-top: 23px; float: right;}
#buttonmais button {background-color: #555; border-color: #fff; transition: 0.5s;}
#buttonmais button:hover {background-color: #fff; border-color: #f64613; color: #f64613; transition: 0.5s;}
/* .Index Categorias */

/* NEWSLETTER PARALLAX */
.parallaxnews {background-image: url("../img/parallax_news.jpg");width: 100%;clear: both;height: 305px; background-attachment: fixed;background-position: center;background-repeat: no-repeat;background-size: cover;}

/* NEWSLETTER */
@media (max-width: 630px) {
.newsletter {font-family: 'Montserrat', sans-serif;float: left;width: 100%;padding-top: 5px;}
.newsletter h3 {font-size: 2.5em !important; font-weight: bold; color: #fff; text-align: center;margin-top: 15px;}
.newsletter p {font-size: 1.5em !important; color: #fff; text-align: center;}
.newsletter form {width: 100%; float: left; margin-top: 25px; margin-bottom: 30px;}
.newsletter form input {width: 100%; height: 15px; padding: 15px 10px; border: none; font-size: 14px; background-color: initial; float: left; margin-top: 5px; margin-bottom: 15px; opacity: 0.7; text-align: center; border-bottom: 3px solid #e11f26; color: #e11f26;}
.newsletter form input:focus {border:none;}
.newsletter button:hover { transition: 1s; background-color: #fff; color: #e11f26; opacity: 1; border: 1px solid #e11f26;}
.newsletter button {transition: 1s; width: 80%; height: 40px; font-size: 14px; float: none; background-color: #e11f26; opacity: 0.8; padding: 10px; border-radius: 5px; margin-top: 5px; margin-left: 0; border: 1px solid #e11f26; color: #fff; }
.retorno-active {position: absolute; width: 300px; left: 50%; transform: translateX(-50%); background-color: #053864; text-align: center; padding-top: 10px; padding-bottom: 10px; color: #fff; font-weight: bold; font-size: 24px; border-radius: 10px;}
.retorno-closed {position: absolute; top: -15px; right: -10px; background-color: #fff; width: 30px; height: 30px; padding-top: 0px;  margin: 0px; line-height: 25px; border-radius: 50%; color: #555; cursor: pointer;}
}

.newsletter ::-webkit-input-placeholder { /* Chrome/Opera/Safari */ color: #c2c3c5; font-size: 24px; font-weight: 600; text-align: left;}
.newsletter ::-moz-placeholder { /* Firefox 19+ */ color: #c2c3c5; font-size: 24px; font-weight: 600; text-align: left;}
.newsletter :-ms-input-placeholder { /* IE 10+ */ color: #c2c3c5; font-size: 24px; font-weight: 600; text-align: left;}
.newsletter :-moz-placeholder { /* Firefox 18- */ color: #c2c3c5; font-size: 24px; font-weight: 600; text-align: left;}

#quick-access ::-webkit-input-placeholder { /* Chrome/Opera/Safari */ color: #fff; font-size: 24px; font-weight: 300; text-align: left;}
#quick-access ::-moz-placeholder { /* Firefox 19+ */ color: #fff; font-size: 24px; font-weight: 300; text-align: left;}
#quick-access :-ms-input-placeholder { /* IE 10+ */ color: #fff; font-size: 24px; font-weight: 300; text-align: left;}
#quick-access :-moz-placeholder { /* Firefox 18- */ color: #fff; font-size: 24px; font-weight: 300; text-align: left;}

@media (min-width: 631px) {
.newsletter {font-family: 'Montserrat', sans-serif;float: left;width: 100%;padding-top: 5px;}
.newsletter h3 {font-size: 2.5em !important; font-weight: bold; color: #fff; text-align: center;margin-top: 15px;}
.newsletter p {font-size: 1.5em !important; color: #fff; text-align: center;}
.newsletter form {width: 100%; float: left; margin-top: 25px; margin-bottom: 30px;}
.newsletter form input {width: 32.5%; margin-right: 1%; height: 15px; padding: 15px 10px; border: none; font-size: 14px; background-color: transparent; float: left; margin-top: 5px; margin-bottom: 15px; opacity: 0.7; text-align: center; border-bottom: 3px solid #c2c3c5; color: #f58027;}
.newsletter form input:focus {border:none;}
.newsletter button:hover { transition: 1s; background-color: #DE443A;}
.newsletter button {transition: 1s; width: 33%; height: 40px; font-size: 14px; float: none; background-color: #c2c3c5; opacity: 0.8; padding: 10px; border-radius: 30px; margin-top: 5px; border: none; color: #fff; }
.retorno-active {position: absolute; width: 300px; left: 50%; transform: translateX(-50%); background-color: #053864; text-align: center; padding-top: 10px; padding-bottom: 10px; color: #fff; font-weight: bold; font-size: 24px; border-radius: 10px;}
.retorno-closed {position: absolute; top: -15px; right: -10px; background-color: #fff; width: 30px; height: 30px; padding-top: 0px;  margin: 0px; line-height: 25px; border-radius: 50%; color: #555; cursor: pointer;}
}




/* .NEWSLETTER */

/* Carousel */
#imgslide {height: auto;}
#box-img-slide {width: 100%; overflow: hidden; }
#h3carousel {color: #fff; font-weight: 700; font-size: 36px; text-shadow: 3px 3px 3px #000; margin: 0;}
#h3carousel:hover {color: #fff200;}
#pcarousel {color: #fff; font-weight: 300; font-size: 18px; text-shadow: 3px 3px 3px #000; margin-bottom: 15px;}  
#pcarousel:hover {color: #de443a;}   

.carousel-inner .item {text-align: center; height: 400px;}
.carousel-inner .item img{width: 100%; height: 600px !important; object-fit: cover;}
.img-carousel {max-width: 100%;}
/* .Carousel */

/* Seguros Index */
#exTab1 {margin-top: 0px;}
#exTab1 .tab-content {padding : 15px 0px;}
#exTab1 .nav-pills > li > a { border-radius: 0;}
.nav>li>a {font-size: 18px; font-weight: 200; color: #fff; text-shadow: 1px 1px 2px #262262; text-align: center;  border:2px solid transparent;}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {color: #000; font-weight: 300;}
.nav>li>a:focus, .nav>li>a:hover {color:#fff; text-decoration: none; border:2px solid #df4237; background-color: transparent;}
.nav-pills>li.active::after{content: ' '; position: absolute; width: 65px; top: 65px; height: 3px; background-color: #5b99d7;}
#idh1tipo {padding-left: 0px;font-family: 'Montserrat', sans-serif; font-weight: lighter;}
#idh1seg {padding-left: 0px;font-family: 'Montserrat', sans-serif; font-weight: 300; font-size: 20px;}
.nav-pills li.active #idh1tipo {color: #555; font-weight: 400;}
/* Seguros Index */



/* Opcionais Checkbox - Backoffice */
#opc {width: 100%;}
.opc-input{width: 100%; float: left; margin-top: 5px; margin-bottom: 5px;}
.opc-input input{width: 25%; float: left;}
.opc-input h3{line-height: 50px; float: left;}
input[type=checkbox].css-checkbox {position:absolute; z-index:-1000; left:-1000px; overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0;}
input[type=checkbox].css-checkbox + label.css-label {padding-left:30px;height:12px; display:inline-block;line-height:12px;background-repeat:no-repeat;background-position: 0 0;font-size:12px;vertical-align:middle;cursor:pointer;}
input[type=checkbox].css-checkbox:checked + label.css-label {background-position: 0 -12px;}
label.css-label {background-image:url(../img/csscheckbox.png);-webkit-touch-callout: none;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}
/* .Opcionais Checkbox - Backoffice */

/* .Opcionais */
.opcionais {width: 100%; float: left;}
.opcionais ul {width: 25%; float: left; font-size: 14px; color: #aaa; padding: 0px;}
.opcionais ul li {list-style: none;}

/* Paginação */
#paginacao {width: 100%; float: left; text-align: center; font-size: 24px; margin: 50px 0 60px;}
#paginacao a {color: #555; border: 1px solid #de443a; padding: 5px 8px; transition: 1s;}
#paginacao a:hover {background-color: #de443a; border: 1px solid #de443a; color: #fff; transition: 1s;}
#paginacao strong {margin-left: 5px; background-color: #de443a; border: 1px solid #de443a; padding: 5px 8px; color: #fff;}
.pag_car p, .pag_port p{font-size: 18px; padding-left: 15px;}
.pag_port {padding-left: 15px; margin-bottom: 25px;}
/* Paginação  */

.mTop {margin-top: 120px;}
.mBot {margin-bottom: 120px;}

.btn-success {
    color: #fff;
    background-color: #e11f26;
    border-color: #e11f26;
    border-radius: 0;
}

.btn-success:hover {
    color: #e11f26;
    background-color: #fff;
    border-color: #e11f26;
    border-radius: 0;
}

.btn-default {border-radius: 0;}
.btn-default:hover {border-radius: 0;}

/* ========== MOBILE FIRST ==========*/
/* SMALL DEVICES - SMARTPHONES */
@media screen and (min-width: 375px) {

}
@media screen and (min-width: 425px) {

}
@media screen and (min-width: 480px) {

}
/* SMALL DEVICES - TABLETS*/
@media screen and (min-width: 600px) {

}
@media screen and (min-width: 768px) {
.nav_tabs {height: 450px; margin: 30px auto;}
.tab_label{display: block; width: auto; padding: 15px; font-size: 20px; cursor: pointer; text-align: center; border-radius: 10px;}
#tellogin {width: auto; padding-right: 100px;}
}
/* MEDIUM DEVICES - TABLETS & DESKTOPS*/

@media screen and (min-width: 960px) {
#rodape ul{margin-top: 0px;}
}
/* LARGE DEVICES - WIDE SCREENS*/
@media screen and (min-width: 1200px) {
#buscaindex {display: block;}

}

.alert-dismissible .close { position: relative; top: -2px; right: 60px; font-size: 36px; color: inherit; margin-top: -10px;}

.page-header {border-bottom: 0px;}



.box-principal .container-img h1{font-size: 18px !important; display: block;}
.box-principal {float: left;}
.container-img {position: relative;width: 50%; float: left;}
.container-img .image {display: block;width: 100%;height: auto;}
.container-img .overlay {position: absolute;bottom: 0;left: 0;right: 0;background-color: rgba(0,0,0,0.6);overflow: hidden;width: 0;height: 100%;transition: .5s ease;}
.container-img:hover .overlay {width: 100%;}
.container-img .overlay .text {white-space: nowrap; color: white;font-size: 20px;position: absolute;overflow: hidden;top: 50%;left: 50%;transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);}
.container-img:nth-child(even) .overlay {position: absolute;bottom: 0;left: 100%;right: 0;background-color: rgba(0,0,0,0.6);overflow: hidden;width: 0;height: 100%;transition: .5s ease;}
.container-img:nth-child(even):hover .overlay {width: 100%; left: 0;}

/************* Produtos Index ***************/

.box-index {padding-left: 0; padding-right: 0; float: left;}
.box-index .box-index-img h3{position: absolute; top: 15px; left: 25px; color: #fff;}
.box-index .box-index-img {position: relative; width: 100%; float: left; overflow: hidden;transition-duration: 0.5s;}
.box-index .box-index-img:hover {background-color: rgba(90, 156, 233, 0.7); transition: all 1s ease-in-out;}
.box-index .box-index-img img {display: block; width: 100%; z-index: -1; position: relative; height: 350px; transform: scale(1); transition: 1s;}
.box-index .box-index-img:hover img{transform: scale(1.2) rotateZ(5deg); transition: all 1s ease-in-out; -webkit-filter: grayscale(70%); /* Safari 6.0 - 9.0 */
    filter: grayscale(70%);}
.box-index .box-index-img span {position: absolute; color: white; font-size: 4em; visibility: hidden; top: 50%; left: 50%; transform: translate(-50%, -50%); transition-duration: 0.5s;}
/*.box-text {position: absolute; left: 50%; top: 50%; text-align: center; color: #fff; transform: translate(-50%, -50%); visibility: hidden;}*/
.box-index .box-index-img:hover .box-text {visibility: visible; transition: 0.5s;}  
/* Animação Hover :after e :before */
.box-index .box-index-img:before, .box-index .box-index-img:after  {transition-duration:0.5s;}
.box-index .box-index-img:hover:before, .box-index .box-index-img:hover:after { opacity: 1; -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1); transform: scale(1);}
.box-index .box-index-img:hover:after {-webkit-transition-delay: 0.25s; -webkit-transition-delay: 0.25s; -moz-transition-delay: 0.25s; -o-transition-delay: 0.25s; -ms-transition-delay: 0.25s; transition-delay: 0.25s;}
.box-index .box-index-img:before, .box-index .box-index-img:after { position: absolute; content: ""; opacity: 0; z-index: 9999; pointer-events: none; transition: opacity 0.35s; -webkit-transition: opacity 0.35s; -moz-transition: opacity 0.35s; -ms-transition: opacity 0.35s; -o-transition: opacity 0.35s;}
.box-index .box-index-img:before { top: 10px; right: 30px; bottom: 10px; left: 30px; border-top: 2px solid #fff; border-bottom: 2px solid #fff; -webkit-transform: scale(0, 1); -moz-transform: scale(0, 1); -o-transform: scale(0, 1); -ms-transform: scale(0, 1); transform: scale(0, 1); -webkit-transform-origin: 0 0; -moz-transform-origin: 0 0; -o-transform-origin: 0 0; -ms-transform-origin: 0 0; transform-origin: 0 0;}
.box-index .box-index-img:after { top: 10px; right: 15px;  bottom: 10px; left: 15px; border-right: 2px solid #fff; border-left: 2px solid #fff; -webkit-transform: scale(1, 0); -moz-transform: scale(1, 0); -o-transform: scale(1, 0); -ms-transform: scale(1, 0); transform: scale(1, 0); -webkit-transform-origin: 100% 0; -moz-transform-origin: 100% 0; -o-transform-origin: 100% 0; -ms-transform-origin: 100% 0; transform-origin: 100% 0;}
.box-text button{background-color: #003366; border: none; padding: 5px 15px; border-radius: 5px; }
.box-text button:hover{background-color: transparent; border: 1px solid #fff; padding: 5px 15px; border-radius: 5px; transition: 0.5s;}
.box-index-img .box-text button a, .box-text h5{color: #fff; font-size: 1.5em;}
.box-back {background-color: rgba(90, 156, 233, 0.3); width: 100%; height: 100%; float: left; position: absolute;}

.page-header {margin-top: 80px; margin-bottom: 80px;}

.classMenu {width: 100%;}
.minHeight {min-height: 70vh; padding-top: 60px;}
.topSeguros {background-color: #337ab7; color: #fff; margin-top: 2px; padding-bottom: 10px;}
.segCotacao { margin-top: 20px; padding-top: 5px; background-color: #ddd; }
.imgParc {border: 1px solid #ddd; padding: 0 5px;}

/******* WIZARD FORM *********/

.wizard {
    margin: 20px auto;
    background: #fff;
}

    .wizard .nav-tabs {
        position: relative;
        margin: 40px auto;
        margin-bottom: 20px;
        border-bottom-color: #e0e0e0;
    }

    .wizard > div.wizard-inner {
        position: relative;
    }

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 2px solid #e0e0e0;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}
span.round-tab i{
    color: #555555;
    margin-top: 50%;
    transform: translateY(-50%);
}
.wizard li.active span.round-tab {
    background: #fff;
    border: 2px solid #5bc0de;
    
}
.wizard li.active span.round-tab i{
    color: #5bc0de;
}

span.round-tab:hover {
    color: #333;
    border: 2px solid #333;
}

.wizard .nav-tabs > li {
    width: 25%;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #5bc0de;
    transition: 0.1s ease-in-out;
}

.wizard li.active:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #5bc0de;
}

.wizard .nav-tabs > li a {
    width: 70px;
    height: 70px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
}

    .wizard .nav-tabs > li a:hover {
        background: transparent;
    }

.wizard .tab-pane {
    position: relative;
    padding-top: 50px;
}

.wizard h3 {
    margin-top: 0;
}

@media( max-width : 585px ) {

    .wizard {
        width: 90%;
        height: auto !important;
    }

    span.round-tab {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard .nav-tabs > li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }
}
/****** .WIZARD FORM *********/

.owl-destaques .owl-prev {background-image: url(../img/prev1.png) !important;
    width: 45px;
    height: 45px;
    border-radius: 0 !important;}

.owl-destaques .owl-next {background-image: url(../img/next1.png) !important;
    width: 45px;
    height: 45px;
	border-radius: 0 !important;}

.owl-prev {background-image: url(../img/prev.png) !important;
    width: 32px;
    height: 32px;}
.owl-next {background-image: url(../img/next.png) !important;
    width: 32px;
    height: 32px;}
.owl-dots {display: none;}
.owl-theme .owl-nav [class*=owl-] {
    font-size: 0 !important;
    background-color: transparent !important;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: transparent !important;
}

.boxBtNot .bttNoticias {background-color: #DE443A;
    padding: 5px 25px;
    border-radius: 0;
    float: left;
    color: #fff;
    border: 1px solid #DE443A;
    transition: 0.5s;
    display: flex;
    align-items: center;
    align-content: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
	-o-transform: translateX(-50%);         /* Opera */
    -ms-transform: translateX(-50%);        /* IE 9 */
    -moz-transform: translateX(-50%);       /* Firefox */
    -webkit-transform: translateX(-50%);    /* Safari and Chrome */
    }

   .itemIndex .bttNoticias {background-color: #DE443A;
    padding: 5px 25px;
    border-radius: 0;
    float: left;
    color: #fff;
    border: 1px solid #DE443A;
    transition: 0.5s;
    display: flex;
    align-items: center;
    align-content: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
	-o-transform: translateX(-50%);         /* Opera */
    -ms-transform: translateX(-50%);        /* IE 9 */
    -moz-transform: translateX(-50%);       /* Firefox */
    -webkit-transform: translateX(-50%);    /* Safari and Chrome */
    }

.boxBtNot {width: 100%; padding: 15px 0 0; height: 45px; position: relative;}

.bttNoticias a{color: #fff;}

.bttNoticias:hover {background-color: transparent;color: #DE443A;border: 1px solid #DE443A;transition: 0.5s;}
.bttNoticias:hover a{color: #262262;}

.owl-vendas .bttDiversos {background-color: transparent; padding: 5px 25px; border-radius: 0; float: left; color: #DE443A; border: 1px solid #DE443A; transition: 0.5s;}
.owl-vendas .bttDiversos a{color: #DE443A;}
.owl-vendas .bttDiversos:hover {background-color: #DE443A;color: #FFF;border: 1px solid #DE443A;transition: 0.5s;}
.owl-vendas .bttDiversos:hover a{color: #fff;}

/**** INDex ***/
.imgNot {background-size: cover; background-position: center; height: 250px;}
.pad5 {padding: 5px;}
.notH5i {margin-bottom: 20px; color: #DE443A; font-size: 11pt;}
.spanTipo {position: absolute; top: 85px; right: 15px; padding: 5px 10px; font-size: 10pt; font-weight: 300; color: rgb(222, 68, 58); background-color: rgba(255, 255, 255, 0.8);}
.spanTipoNome {position: absolute; top: 85px; right: 10px; padding: 5px 10px; font-size: 10pt; font-weight: 300; background-color: rgba(222, 68, 58, 0.8);}

/*** NOTICIAS ***/

.itemIndex {padding-left: 0; margin-bottom: 40px;}
.spanNot {position: absolute; top: 55px; right: 20px; padding: 5px 10px; font-size: 10pt; font-weight: 300; background-color: rgba(48, 105, 155, 0.8);}
.notH4 {font-size: 14px; line-height: 1.5; height: 40px;}
.notH4 p{font-size: 14px !important;}
.notH5 {margin-bottom: 20px; color: #003366; font-weight: 600; font-size: 14pt;}
.item {font-family: "Bariol", sans-serif}

/* CAROUSEL DESTAQUES */
.owl-destaques .item {background-color: #fff; margin: 25px 0;}
.owl-destaques .bttNoticias {background-color: #DE443A; padding: 5px 25px; border-radius: 0px; float: left; color: #fff; border: 1px solid #DE443A; transition: 0.5s; margin-top: 15px;}
.owl-destaques .bttNoticias:hover {background-color: transparent; padding: 5px 25px; border-radius: 0px; float: left; color: #DE443A; border: 1px solid #DE443A; transition: 0.5s; margin-top: 15px;}
.owl-destaques .bttNoticias:hover a {color: #DE443A;}
.owl-destaques .owl-nav {margin-top: 35px !important;}


/*** PORTFOLIO ***/
.portH5 {margin-bottom: 20px; color: #003366; font-weight: 300; font-size: 20pt;}
.portH4 {font-size: 16px; line-height: 1.5; color: #000;}
.item h6 {font-family: "Bariol", sans-serif; font-size: 16px;color: #aaa;}
.itemImgPort {
    background-color: #eee;padding: 15px;text-align: -webkit-center; text-align: center; box-shadow: 2px 2px 3px #ccc;
}

/****** INDEX *******/
a.btVerMais {color: #fff;}
.btVerMais {border: 1px solid #fff; padding: 15px 20px; font-size: 24px; border-radius: 10px; background-color: rgba(255,255,255,0.0); transition: 1s;}
.btVerMais:hover {
    border: 1px solid #fff;
    padding: 15px 20px;
    font-size: 24px;
    border-radius: 10px;
    background-color: rgba(255,255,255,0.3);
    transition: 1s;
}

@media screen and (max-width: 991px) {
.destBox1 {height: 600px; padding: 0;}
}

@media screen and (min-width: 992px) {
.destBox1 {height: 600px; padding: 0 15px 0 0;}
}

.destIndex1 {
	height: 300px;
    padding: 0;
    color: #fff;
    background-position: center;
    background-size: cover;
    /*background-image: url(../img/back_orcamento.jpg);*/
    transition: 1s;
}

.destIndex1:hover .destIndexHover, .destIndex2:hover .destIndexHover , .destIndex3:hover .destIndexHover {opacity: 1; transition: 1s; height: 100%;} 

.destIndex2 {
    height: 300px;
    padding: 0;
    color: #fff;
    background-position: center;
    background-size: cover;
   /* background-image: url(../img/back_servico.jpg);*/
    transition: 1s;
}

.destIndex3 { height: 620px;   padding: 0; color: #fff;      /*background-image: url(../img/back_servicos.jpg);*/ background-position: left; background-size: cover; transition: 1s;}
.destIndexHover {height: 1px; opacity: 0; background-color: rgba(38, 34, 98, 0.5); position: absolute; width: 100%; z-index: 10; text-align: center; transition: 1s;}
.destIndexText {position: relative; top: 50%; transform: translateY(-50%); z-index: 11;text-align: center;}
.h3Dest {color: #fff; margin-bottom: 40px; text-shadow: 3px 3px 3px #000; font-size: 5vh;}
.linhaTit {width: 150px; background-color: #fff; height: 2px; position: relative; left: 50%; transform: translateX(-50%);}
.imgServRed {background-position: center; background-size: cover; height: 200px; margin-bottom: 15px;}
/*.card .nav-tabs>li.active>a, .card .nav-tabs>li.active>a:focus, .card .nav-tabs>li.active>a:hover { color: #f4f2f2; cursor: default; background-color: #262262; border: 1px solid #ddd; border-bottom-color: transparent;}*/
/*.card .nav>li>a {  font-size: 22px; font-weight: 400; color: #262262; text-align: center; text-shadow: none; border: 1px solid #262262;}*/

@media screen and (max-width: 720px) {
.nav-tabs {border-bottom: 1px solid #fff;}
}

@media screen and (min-width: 721px) {
.nav-tabs {border-bottom: 1px solid #262262;}
}

@media screen and (max-width: 713px) {
    .nav-tabs>li {
        margin-bottom: 5px;
    }
    .nav-tabs>li:nth-child(3) {
        margin-bottom: -1px;
    }
    .nav-tabs>li:nth-child(3) a{
        border-radius: 4px ;
    }
    .nav-tabs>li>a {
    border-radius: 4px;
    }
}

@media screen and (min-width: 713px) {
    .nav-tabs>li {
        margin-bottom: -1px;
    }
}

.backServi {
	padding-left: 0; 
	/*background-color: #f1f1f1; */
	padding: 30px 20px;}

.backTit {background-position: bottom; background-attachment: fixed; background-size: cover; position: relative; padding-left: 0; padding-right: 0;}
.frenteAzul {background-color: rgba(225, 31, 38,0.3); position: absolute; width: 100%; height: 100%;}
.tab-content .tab-pane div p{font-size: 18px;}
.separadorTop {width: 100%; height: 98px;}

/********** Footer ************/
.backRodape{background-image: url('../img/back_rodape.png');  position: relative;  background-size: cover; background-position: center;}
.rodapeBack {
    position: absolute;
    width: 100%;
    /* height: 100%; */
    padding-bottom: 20px;
/*background-color: rgba(0,0,0,0.9);
    position: absolute;
    width: 100%;
    height: 100%;
    padding-bottom: 20px;
    background-color: #DE443A;
    opacity: 0.8;
    background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0, #DE443A), color-stop(1, #DE443A));
    background-image: -webkit-repeating-linear-gradient(top left, #DE443A 0%, #3f95ea 100%);
    background-image: repeating-linear-gradient(to bottom right, #DE443A 0%, #3f95ea 100%);
    background-image: -ms-repeating-linear-gradient(top left, #DE443A 0%, #3f95ea 100%);*/}
.logoRodape {width: 220px;}
#rodape{background-color: rgba(0,0,0,0.8);}
#rodape ul{padding-left: 0px; margin-top: 15px;}
.catfooter {list-style: none;}
.catfooter a:hover{border-left: 5px solid #de443a; transition: 1s;}
.catfooter a{color: #fff; border-left: 5px solid #fff; padding-left: 5px; transition: 1s;}
footer a{color: #fff;}
footer a:hover{color: #bbb;}

.redesFooter {
	width: 60px;
    margin: 15px 0;
}

.redesImg {
    margin-right: 10px; display: inline-block;
}
/********** ADMIN ************/
#formLogo label{width: 100%;}
#formLogo img{width: 100px; border-radius: 0px;}
.logoParc {margin-bottom: 15px; padding-left: 0px;}


/**********************************/

.backGradiente {
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    opacity: .9;
    /* -webkit-backface-visibility: hidden; */
    background-color: #DE443A;
    background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0, #DE443A), color-stop(1, #DE443A));
    background-image: -webkit-repeating-linear-gradient(top left, #DE443A 0%, #3f95ea 100%);
    background-image: repeating-linear-gradient(to bottom right, #DE443A 0%, #3f95ea 100%);
    background-image: -ms-repeating-linear-gradient(top left, #DE443A 0%, #3f95ea 100%);
}

.cTop{
	height: 900px;
}

@media screen and (max-width: 599px) {
	.boxHome {
    width: 100%;
	}
}

@media screen and (min-width: 600px) and (max-width: 767px){
	.boxHome {
    width: 50%;
	}
	.boxHome:first-child {
    width: 100%;
	}
}

@media screen and (min-width: 768px) {
	.boxHome {
    width: 33.3%;
	}
}

.boxHome {
    float: left;
    text-align: center;
    font-size: 16px;
    min-height: 300px;
    vertical-align: middle;
    padding: 40px;
    background: #fff;
    -webkit-box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
    -moz-box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
    -ms-box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
    -o-box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
    box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
    z-index: 7;
    flex-grow: 1;
    background-size: cover;
    position: relative;
    backgroun-repeat: no-repeat;
}

.boxHome .overlay-darker {
  z-index: 8;
  opacity: .5;
  background: #474747;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.boxHome .overlay {
  background: #fff;
  opacity: 1;
  z-index: 9;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.boxHome > .box-text {
  position: relative;
  z-index: 10;
}
.boxHome > .box-text .fh5co-intro-icon {
  font-size: 50px;
  color: #DE443A;
  margin-bottom: 30px;
  display: block;
}
.boxHome h2 {
  font-size: 24px;
  font-weight: 400;
}
.boxHome:hover > .overlay, .boxHome:focus > .overlay {
  opacity: 0;
  z-index: 9;
}
.boxHome:hover > .box-text, .boxHome:focus > .box-text {
  color: #fff;
}
.boxHome:hover > .box-text .fh5co-intro-icon, .boxHome:focus > .box-text .fh5co-intro-icon {
  color: #fff;
}
.boxHome:hover h2, .boxHome:focus h2 {
  color: #fff;
}
.boxHome:hover .btn, .boxHome:focus .btn {
  border: 2px solid #fff !important;
  background: transparent;
}
.boxHome:hover .btn:hover, .boxHome:focus .btn:hover {
  background: #DE443A !important;
  border: 2px solid #DE443A !important;
}

.btn.btn-primary {
    background: #DE443A;
    color: #fff;
    border: none !important;
    border: 2px solid transparent !important;
}

.boxHome.to-animate .img0 {
    display: none;
    transition: 0.5s;
}
.boxHome.to-animate .img {
    transition: 0.5s;
}
.boxHome.to-animate:hover .img {
    display: none;
    transition: 0.5s;
}

.boxHome.to-animate:hover .img0 {
    display: inline;
    transition: 0.5s;
}

.row-home {
	padding-bottom: 7em;
}

.row-home::before {
	content: " ";
	display: table;
}

.btHome {
	color: #fff; border: 2px solid #fff; border-radius: 30px; margin-top: 20px; padding: 10px 30px;
}

.btHome:hover {
	color: #fff; border: 2px solid #DE443A; background-color: #DE443A; border-radius: 30px; margin-top: 20px; padding: 10px 30px; transition: 0.5s;
}

/*--------------- HOSPEDAGEM -----------------*/
#hospedagem {
  padding: 60px 0 60px 0;
  overflow: hidden;
}

#hospedagem .box {
  padding: 40px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  background: #fff;
  text-align: center;
  border: 2px solid transparent;
  transition: 0.5s;
}

#hospedagem .box:hover {
	border: 2px solid #bbb;
	transition: 0.5s;
}

#hospedagem h3 {
  font-weight: 400;
  margin-bottom: 15px;
  font-size: 28px;
}

#hospedagem h4 {
  font-size: 46px;
  color: #de443a;
  font-weight: 300;
}

#hospedagem h4 sup {
  font-size: 20px;
  top: -20px;
}

#hospedagem h4 span {
  color: #bababa;
  font-size: 20px;
}

#hospedagem ul {
  padding: 0;
  list-style: none;
  color: #999;
  text-align: left;
  line-height: 20px;
}

#hospedagem ul li {
  padding-bottom: 12px;
}

#hospedagem ul i {
  color: #0176f4;
  font-size: 18px;
  padding-right: 4px;
}

#hospedagem .get-started-btn {
  background: transparent;
  border: 1px solid #de443a;
  display: inline-block;
  padding: 6px 30px;
  border-radius: 20px;
  color: #de443a;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}

#hospedagem .featured {
  border: 2px solid #de443a;
}

#hospedagem .featured .get-started-btn {
  background: #de443a;
  transition: 0.5s;

}

#hospedagem .featured .get-started-btn:hover {
  background: #ffaea8;
  transition: 0.5s;
}

span.glyphicon-check {
	color: #de443a;
}

/*texto sobre */

@media screen and (max-width: 767px) {
	section#sobrenos p {
		font-size: 16px; 
		text-align: justify;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	section#sobrenos p {
		font-size: 14px; 
		text-align: justify;
	}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	section#sobrenos p {
		font-size: 16px; 
		text-align: justify;
	}
}

@media screen and (min-width: 1200px) {
	section#sobrenos p {
		font-size: 18px; 
		text-align: justify;
	}
}




.footerDown {
	background-color: #b4191e;
	padding-top: 10px; 
	padding-bottom: 10px; 
	color: #fff; 
	position: relative;
}

@media screen and (max-width: 767px) {
	.footerDown p{
		color: #fff; 
		font-size: 14px;
		text-align: left;
	}
}

@media screen and (min-width: 768px) {
	.footerDown p{
		color: #fff; 
		font-size: 14px;
	}

	.footerDown div div:nth-child(1) p {
		color: #fff; 
		font-size: 14px;
		text-align: left;
	}

	.footerDown div div:nth-child(2) p{
		color: #fff; 
		font-size: 14px;
		text-align: right;
		margin-top: 5px;
	}
}

.owl-theme .owl-nav {
    margin-top: 40px;
}





/* TRABALHOS */

.menu-restaurant{
    width: 50%;
    float: left;
    padding: 15px;
    position: relative;
}
.menu-restaurant .menu-title {
    float: left;
    font-family: Montserrat,arial;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #FFF;
}
.menu-restaurant .menu-line {
    position: absolute;
    bottom: 6px;
    border-bottom: 1px dotted rgba(0,0,0,.3);
    margin-left: .6rem;
    margin-right: .6rem;
}
.menu-restaurant .menu-price {
    font-weight: 600;
    position: absolute;
    right: 0;
    top: 0;
}
.menu-restaurant .menu-subtitle {
    display: block;
    float: left;
    color: #B1B1B1;
    font-family: Satisfy,'Open Sans',arial;
    font-size: 1.2rem;
}
.menu-restaurant span.clearfix {
    position: relative;
    display: block;
}

#menu-flters ul li a.active, #menu-flters ul li a:hover {
    background: #fff;
    color: #de443a;
    border: 1px solid #fff;
}
#menu-flters ul li {
    display: inline-block;
    color: #fff;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin-bottom: 40px;
}
#menu-flters ul li a {
    padding: 10px 20px;
    font-size: 14px;
    color: #fff;
    border-radius: 0px;
    border: 1px solid #fff;
    text-decoration: none;
    cursor: pointer;
}

.pBott {
	padding: 0;
}

.bRad {
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    opacity: 0.4;
    transition: 1s;
}

.bRad:hover {
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
    opacity: 1;
    transition: 1s;
}

.monitor img {
	position: absolute;
	top: 0;
	transition: 10s all linear;
}

.monitor:hover img {
	width: 100%;
    /*position: absolute;
    top: -1550px;*/
    transition: 10s all linear;
    
    -moz-transform: translate3d(0,calc(-100% + 46vh),0);
    -webkit-transform: translate3d(0,calc(-100% + 46vh),0);
    -ms-transform: translate3d(0,calc(-100% + 46vh),0);
    transform: translate3d(0,calc(-100% + 46vh),0);
}

input.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ccc;
}
input.form-control::-moz-placeholder { /* Firefox 19+ */
  color: #ccc;
}
input.form-control::-ms-input-placeholder { /* IE 10+ */
  color: #ccc;
}
input.form-control::-moz-placeholder { /* Firefox 18- */
  color: #ccc;
}




/* NOTICIAS INDEX - 2 (TUDO JUNTO EM DUAS LINHAS) */

.indexNoticias h4, .indexNoticias h5, .indexNoticias .bttNot{
	display: none;
	transition: all 1s;
}

.indexNoticias:hover h4,.indexNoticias:hover h5,.indexNoticias:hover .bttNot,.indexNoticias:hover .backNotV {
	display: block;
	transition: all 1s;
}

.indexNoticias img {
	transition: all 1s;
	object-fit: cover;
    height: 240px;
}

.indexNoticias:hover img {
	transform: scale(1.1);
	transition: all 1s;
}

.indexNoticias .backNotV {
	display: none;
	background-color: rgba(222, 68, 58, 0.8);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	transition: all 1s;
}

.indexNoticias h4 {
	position: absolute;
    top: 15px;
    left: 15px;
    color: #fff;
    z-index: 2;
    transition: all 1s;
}

.indexNoticias h5 {
	position: absolute;
    top: 65px;
    left: 15px;
    right: 15px;
    color: #fff;
    z-index: 2;
    transition: all 1s;
}

.indexNoticias .bttNot {
	position: absolute;
    bottom: 15px;
    left: 15px;
    background-color: transparent;
    padding: 5px 25px;
    border-radius: 0;
    float: left;
    color: #fff;
    border: 2px solid #fff;
    z-index: 2;
    transition: all 1s;
}

.indexNoticias .bttNot a{
    color: #fff;
}

.indexNoticias .bttNot:hover a{
    color: #de443a;
}

.indexNoticias .bttNot:hover {
	position: absolute;
    bottom: 15px;
    left: 15px;
    background-color: #fff;
    padding: 5px 25px;
    border-radius: 0;
    float: left;
    color: #de443a;
    border: 2px solid #fff;
    z-index: 2;
    transition: all 1s;
}

/* NOTICIAS INDEX - 2 (TUDO JUNTO EM DUAS LINHAS) */



/* MAIS DETALHES IMOVEIS */

/* Detalhes IMOVEIS */
.h1det {
	display: inline;
    padding-top: 15px;
    font-weight: 300;
    font-size: 24px;
    position: relative;
}

.h1det:before {
	content: '';
	color: #ff0000;
	font-size: 24px;
	position: absolute;
	width: 120px;
	height: 4px;
	bottom: -15px;
	left: 0;
	z-index: 1;
	background-color: #ff0000;
}

.h1det:after {
	content: '';
    color: #ff0000;
    font-size: 24px;
    position: absolute;
    width: 250px;
    height: 1px;
    bottom: -13px;
    left: 0;
    background-color: #d8d8d8;
}

#btvalor {background-color: #337ab7; border-color: #337ab7; float: right; border-radius: 0;}
#rowdet h2, h3{color: #555;}
#rowdet h2, h3 { clear: both; margin-top: 30px;  }
#rowdet h2 {font-size: 24px; font-weight: 300;}
#rowdet h3 {font-size: 18px; font-weight: 300;}
#imgdet {position: relative;}
#imgloja {position: absolute; top: 0; width: 120px; background-color: #fff; border-radius: 0 0 10px 10px; padding: 10px; box-shadow: 2px 2px 3px #555;}
#imgloja img {width: 100%;}

.carousel-indicators li {background-color: #fff; margin-bottom: 10px;}
.carousel-indicators .active {padding: 1px; border-radius: 50%; background-color: #de443a; border: none;margin-bottom: 10px;}

@media screen and (max-width: 767px) {
.carousel-indicators li, .carousel-indicators .active  {width: 15px; height: 15px;}
.carousel-indicators {position: absolute; bottom: -20px; z-index: 2; width: 60%; padding-left: 0; text-align: center; list-style: none;}
}

@media screen and (min-width: 768px) {
.carousel-indicators li, .carousel-indicators .active  {width: 15px; height: 15px;}
.carousel-indicators {position: absolute; bottom: 10px; z-index: 2; width: 60%; padding-left: 0; text-align: center; list-style: none;}
}

.carousel-caption { position: absolute; right: 15%; bottom: 200px; left: 15%; z-index: 10; padding-top: 20px; padding-bottom: 20px; color: #fff; text-align: left; text-shadow: 0 1px 2px rgba(0,0,0,.6);  top: 30%;}
.verMaisBanner {
	background-color: transparent;
    padding: 10px 20px;
    margin-top: 15px;
    border-radius: 0px;
    border: 2px solid #fff;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    transition: 0.5s;
    clear: both;
    float: left;
}
.verMaisBanner:hover {
	background-color: rgb(225, 31, 38);
    color: #fff;
    transition: 0.5s;
    border: 2px solid rgb(225, 31, 38);
}

.divSeparador {width: 100%; height: 30px; float: left; clear: both;}

.titMarcarVisita {
	color: #ff0000;
	font-size: 24px;
	float: right;
	position: relative;
}

.titMarcarVisita:before {
	content: '';
	color: #ff0000;
	font-size: 24px;
	position: absolute;
	width: 120px;
	height: 4px;
	bottom: -15px;
	right: 0;
	z-index: 1;
	background-color: #ff0000;
}

.titMarcarVisita:after {
	content: '';
    color: #ff0000;
    font-size: 24px;
    position: absolute;
    width: 250px;
    height: 1px;
    bottom: -13px;
    right: 0;
    background-color: #d8d8d8;
}

.caracteristicas div img {
	width: 60px;
	padding-right: 15px;
	padding-bottom: 5px;
}


.boxDetTopo {
	display: inline-block;
	padding-bottom: 10px;
}
.boxDetTopo img{
	width: 60px; padding-right: 15px;
}

/* .MAIS DETALHES IMOVEIS */






/* IMOVEIS */
.bBottom {
	padding-bottom: 20px;
    border-bottom: 1px solid #f5f5f5;
}

.bttImoveis {
    background-color: #DE443A;
    padding: 5px 25px;
    border-radius: 0;
    float: left;
    color: #fff;
    border: 1px solid #DE443A;
    transition: 0.5s;
}

.bttImoveis:hover {
    background-color: #fff;
    padding: 5px 25px;
    border-radius: 0;
    float: left;
    color: #DE443A;
    border: 1px solid #DE443A;
    transition: 0.5s;
}

.bttImoveis a {
    color: #fff;
}

.bttImoveis:hover a {
    color: #DE443A;
}

.txtDetImo {line-height: 25px; font-size: 11pt; text-align: justify; color: #888;}
a.fancybox-item.fancybox-prev span, a.fancybox-item.fancybox-next span {
    position: absolute;
    width: 32px;
    height: 32px;
    top: 50%;
    z-index: 999999999999999;
}




