.marcador{	
	border: 1px solid #f94646;
}

.img-center{
	vertical-align: middle;
    display: block;
    margin: 0 auto;
    margin-bottom: 30px; 
    margin-top:30px;
}
.brand-custom{
	float: none!important;
	margin-left: -15px;
	
}

.title-1{
	font-family: 'Gadugi';
	color: #0e546e;
}

.title-b{
	font-weight: bold;
}

.title-2{
	color: black;
}

.border-1{
	border: 1px solid #E6E6E6;
	width: 100%;
}

.title-3{
	color: #0E546E;
	font-weight: 600;
	font-size: 30px;
	margin-left: 12px;
	margin-right: 12px;
	line-height: 40px;
	margin-top: 9px;
	font-family: 'Raleway', sans-serif;
	width: 100%;
	min-width: 190px;

}

.pills-footer a {
	color: white;
}

.pills-footer a:hover {
	color: blue;
}

.btn-servicos{
	background-color: #E4643D;
	color: #fff;
	font-size: 15px;
	width: 100%;
	min-width: 190px;
	min-height: 21px;
}

.bg-1{
	background-image: url(../images/bg-0.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.title-4{
	color: #00ffff;
	
	font-weight: bold;
	font-size: 30px;
	
}

.text-1{
	color: white;
	font-weight: 600;
	font-size: 22px;
}

.text-header{
	width: 125px;
}

.btn-galeria{
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	background-color: transparent;
}

.img-logo{
	width: 100px;
	height: 60px;
}

.title-5{
	font-family: 'Gadugi';
	color: #0E546E;
}

.border-blue{
	border-bottom: 8px solid #1382B7;

}

.text-3{
	color: black;
	font-size: 18px;
}

.bg-gray{
	background-color: #1382b7;
	color: white;
}

.img-ico-2{
	width: 50%;
	height: 50%;
}

.text-4{
	color: black;
}

.bg-form{
	background-image: url(../images/bg-form.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.form-field{
	width:100%; 
	height:50px;
	color: lightgray;
}

.form-tp .form-control{
	background-color: transparent;
	color: lightgray;
	border: 3px solid lightgray;
}

.btn-form{
	font-size:18px;
	font-family:'Calibri';
	color:#ffffff;
	padding-right:35px; 
	padding-left:35px;
	margin-left: -15px;
	background-color:#1382b7;
	
}

.title-form{
	font-family: 'Gadugi';
	font-size: 20px;
	color: #fff;
	margin-left: 50px;
	
}

.text-form{
	color: #fff;
	font-size: 20px;
	line-height: 50px;
}

.pills-contatos2 a{
	color: white;
}

.text-header2 a{
	color: white;
}

.fixar {
    position:fixed;
    margin-top: 0px !important;
    z-index: 9999;
    width: 100%;
}
#title{
	font-family: 'Signika', sans-serif;
	font-weight: bold;
}

#subtitle{
	font-family: 'Signika', sans-serif;
	color: #247592;
}

#minititle{
	font-family: 'Signika', sans-serif;
	color: #247592;
}

#lista{
	font-size: 17px;
}
 li{
 	margin-bottom: 10px;
 }

.click:hover{
	opacity: .5;
}

/* Página divulgação */
.principal h1{
	text-align: center;
}
.sub h3{
	text-align: center;
	font-weight: bold;
	font-size: 3rem;
}
.principal img{
	object-fit: cover;
	min-height: 400px;
}
.vendas.divulg{
	background-color: #EFEFF0;
	color: black;
	min-height: 300px;
}
.vendas.divulg h2{
	color: #247592;
	margin-bottom: 3rem;
}
div.col-md-6 p{
	font-size: 1.6rem;
}
.descricao{
	width: 100%;
    margin: 0;
}
.descricao figure{
	display: none;
}
.listaLocacao li{
	list-style: none;
}
.listaLocacao{
	display: flex;
	flex-wrap: wrap;
}
.listaLocacao strong{
	width: 100%;
	margin-bottom: 1rem;
}
.listaLocacao span{
	display: block;
	text-align: center;
}
.listaLocacao span img{
	width: 80px;
	min-height: 80px;
	object-fit: scale-down;
}

.listaLocacao li{
	width: 100%;
	margin: 2.4rem 0;
	text-align: center;
}
.listaLocacao .link{
	width: 100%;
}

@media (min-width:993px){
	.descricao{
		position: relative;
	}
	.descricao figure{
		position: absolute;
		display: block;
		right: 0px;
		top: 25%;
		max-width: 540px;
		width: 50%;

	}
	.descricao figure img{
		width: 90%
	}
}
@media (min-width:1200px){
	.descricao figure{
		right: 50px;
	}
}
@media (min-width:1400px){
	.descricao figure{
		right: 140px;
	
	}
	.descricao figure img{
		width: 100%
	}
}
@media (min-width:1600px){
	.descricao figure{
		right: 200px;
	
	}
}
@media (min-width:993px){
	.listaLocacao{
		display: flex;
		flex-wrap: wrap;
	}
	.listaLocacao strong{
		width: 100%;
		margin-bottom: 1rem;
	}
	.listaLocacao span{
		display: block;
		text-align: center;
	}
	.listaLocacao span img{
		width: 80px;
		min-height: 80px;
		object-fit: scale-down;
	}

	.listaLocacao li{
		width: 33.33%;
		text-align: center;
	}
	.listaLocacao .link{
		width: 100%;
	}
}




/* Página vendas */
.vendas{
	background-color: #1382B7;
	color: white;
	min-height: 300px;
}
.vendas .sub{
	text-align: center;	
	margin-bottom: 1rem;
}
/* Caroulsel */

.owl-carousel.owl-drag .owl-item {
    display: flex;
	justify-content: center;
	align-items: center;
}

/* Whatsapp Pulsante */
.float {
    font-family: 'Open Sans', Tahoma, Geneva, Verdana, sans-serif;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 1000;
	display: flex;
}
.float a{
    color: white;
}
.float a:hover{
    text-decoration: none;
}

.float .btn-floating {
    width: 50px !important;
    height: 50px !important;
    text-align: center;
    font-size: 1.5em !important;
    background-color: #34af23 !important;
    line-height: 50px;
    box-shadow: none !important;
	border-radius: 50px;
}

.float p {
    font-size: .7em;
    margin: 0;
    line-height: 1.25em;
    margin-bottom: 0em;
    display: none;
	color: white;
}

.float strong {
    font-weight: normal !important;
    display: none;
}

    .float p,
    .float strong {
        display: block;
    }
    .float svg {
        float: left;
        margin-right: -5px;
        margin-top: 2px;
        margin-left: 10px;
    }
    .float .btn-floating {
        width: 200px !important;
        height: auto !important;
        border-radius: 30px !important;
        font-size: 1.1em !important;
        padding: 10px 20px;
        line-height: 20px;
        box-shadow: none !important;
    }
	.float span{
		position: absolute;
		left: 20px;
		bottom: 10px;
		font-size: 2rem;
	}
