@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
a,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
p,
textarea {
    font-family: 'Montserrat', sans-serif!important
}


html .btn-primary {
	background-color: #212529;
	border-color: #212529;
	color: #fff;
	padding: 15px 40px !important;
	border-radius: 20px !important;
}

.from-serarch-slide form.form-search {
	max-width: 100%;
	background: rgb(255 255 255 / 87%);
	padding: 30px;
	border-radius: 7px;
	width: 900px;
}

#section-veiculos .shop {
    padding: 40px 0;
    border-bottom: 1px solid #ebebeb;
}

#header .header-nav.header-nav-links nav > ul > li > a {letter-spacing: 0px !important;padding: 0 10px;}

#header .header-social-icons {
    margin-left: 10px;
}

#header .header-nav {
    padding-right: 10px !important;
    margin-right: 10px !important;
}

.shop .products .col-lg-4 {
    margin-bottom: 30px !important;
}

.custom-left-border-1:before {
    left: -16px;
}


#header .header-body {
	transition: all 0.5s ease-in-out;
}

section#section-slide .slide-categorias {
	background: #000000;
}

section#section-slide:before {
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(/images/shape-canto.webp);
    background-position: top left;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 100;
    animation-name: fadeIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: var(--animate-duration);
    animation-duration: var(--animate-duration);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

section#section-slide:after {
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(/images/shape-canto.webp);
    background-position: top left;
    background-repeat: no-repeat;
    transform: rotate(180deg);
    position: absolute;
    z-index: 100;
    animation-name: fadeIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: var(--animate-duration);
    animation-duration: var(--animate-duration);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.titulo-imovel {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    padding: 10px 0;
    background: #0009;
}

.servico-item-thumb-info.border-0.mb-3 {
    margin: 0 !important;
}

.capa-head-titulo {
    margin-left: 20px;
}


.titulo-imovel h4 {
    margin: 0;
    font-style: normal !important;
    color: #ffff;
}

.servico-item .servico-item-thumb-info-image:before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 100%;
    position: absolute;
    background: url(/images/shape-canto.webp);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain;
    transition: all .3s;
    transform: rotate(180deg);
}

.contact-form .form-control {
    border-radius: 15px !important;
    background: #fff;
    box-shadow: -4px 4px 14px rgb(0 9 65 / 5%);
}

.servico-item:hover .servico-item-thumb-info-image:before {
    left: 0;
}


#section-servicos
	.product
	.product-thumb-info
	.product-thumb-info-image:before {
	background: linear-gradient(0deg, #000000, transparent);
	transition: 0.9s ease-in-out;
}

#section-servicos .product .product-thumb-info .product-thumb-info-image:after {
	transition: 0.9s ease-in-out;
}

#section-servicos
	.product:hover
	.product-thumb-info
	.product-thumb-info-image:before {
	opacity: 1;
}

.footer-copyright.bg-light.py-4 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.product-marca img {
    object-fit: contain !important;
}

#section-servicos .product .product-thumb-info .product-thumb-info-image:after {
	content: "Saiba Mais";
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: center;
	align-items: center;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	font-size: 30pt;
	background: linear-gradient(268deg, #a78b4d, #dbbc75, #ffe9b3);
	-webkit-text-fill-color: transparent;
	color: #fff !important;
	-webkit-background-clip: text;
	z-index: 2;
	opacity: 0;
}

.shop .products .product a.btn-success {
    border-radius: 999px !important;
}

#section-servicos
	.product:hover
	.product-thumb-info
	.product-thumb-info-image:after {
	opacity: 1;
}

.quick-view .icon-item,
.quick-view .icon-item i {
	color: #073440 !important;
}

@media (min-width: 700px) {
	#header .header-nav.header-nav-links nav > ul > li:hover > a,
	#header .header-nav.header-nav-links nav > ul > li > a.active {
		border-color: #dc1c1c;
		padding: 0 10px !important;
	}

}


.from-serarch-slide .form-control {
    border-radius: 999px !important;
}

.from-serarch-slide button.btn-success {
    border-radius: 999px !important;
    text-transform: uppercase;
    font-weight: 600;
}

.from-serarch-slide form.form-search {
    border-radius: 20px;
}

.product .product-thumb-info-image img {
    border-radius: 20px;
    transition: all .3s;
}

#section-veiculos .product-thumb-info-image, .shop .product-thumb-info-image {box-shadow: -4px 2px 18px rgb(36 0 77 / 20%);border-radius: 20px;overflow: hidden;}

.product .product-thumb-info {
    border-radius: 20px;
    border: 1px solid #eee !important;
}

.product .product-thumb-info .product-thumb-info-image:before {
    border-radius: 20px;
}

.shop .products .product {background: transparent;}

.products.row .col-lg-3 {
    margin-bottom: 30px !important;
}

.product-marca {
    box-shadow: -4px 2px 12px rgb(165 12 12 / 20%);
}

.product:hover .product-thumb-info-image img {
    transform: scale(1.1);
}

#header .header-nav-main nav > ul > li.dropdown:hover > a:before {
    display: none;
}

.servico-item-thumb-info-image.bg-light {
    position: relative;
    overflow: hidden !important;
}

section#section-slide .slide-categorias .item-categoria a {
    font-weight: 600;
    color: #fff;
    padding: 6px 14px;
    background: linear-gradient(0deg, #a50606, #dc1c1c, #a50606);
    border-radius: 10px;
}

@media(max-width: 991px) {
  #header .header-logo {
    margin: 5px 0 !important;
}

#header .header-logo img {
    max-height: 75px;
}

button.btn.btn-success.btn-whatsapp {
    bottom: 125px !important;
}
  #header .header-social-icons {
    display: flex;
}
  #footer p, #footer .text-4 {
    font-size: 14px !important;
    line-height: normal;
}

#footer .text-5 {
    font-size: 18px !important;
    line-height: normal !IMPORTANT;
    margin-bottom: 4px !important;
}

footer .feature-box .feature-box-icon {
    font-size: 14px !important;
    margin-bottom: 15px !important;
}

.footer-copyright p {
    font-size: 14px !important;
    line-height: 20px;
}
  .from-serarch-slide .form-search .form-search-geral .form-search-item .form-control {
    border-radius: 20px !important;
    padding: 15px !important;
    height: 53px !important;
}

.from-serarch-slide .form-search .form-search-geral .form-search-item .form-group {
    margin-bottom: 5px !important;
    text-align: center;
}

.from-serarch-slide .form-search .form-search-geral .form-search-item button {
    width: 100%;
    padding: 15px;
    height: auto !important;
    border-radius: 20px !important;
}
.slide-item div {
    background-position: center !important;
}

.texto-slide h2 {
    font-size: 14px !important;
}

.slideshow {
    height: fit-content !important;
}

.from-serarch-slide {
    margin-top: 0;
    bottom: 5%;
}

.texto-slide h1 {
    font-size: 26px !important;
    margin: 0 !important;
    line-height: normal;
}
.from-serarch-slide form.form-search {
    background: rgb(255 255 255 / 50%);
}
#footer {
    background-position: center;
}
.page-header.page-header-modern.page-header-lg {
  background-position: right;
}

.page-detalhes-veiculo .owl-carousel.show-nav-title .owl-nav {
    top: 30% !IMPORTANT;
    left: 0 !important;
}

.page-detalhes-veiculo .owl-carousel.show-nav-title .owl-nav button.owl-prev {
    left: 0 !important;
}

.page-detalhes-veiculo .owl-carousel .owl-nav button.owl-next:before {
    left: -14px !important;
}
.capa-head-titulo .h3 {
    font-size: 18px !important;
}

.capa-head-titulo .h5 {
    font-size: 14px !important;
}

.breadcrumb>li {
    font-size: 14px;
}

}

.galeria-itens .galeria-item img {
    border-radius: 20px !important;
}

.galeria-item {
    margin: 0.2rem;
}

.custom-img-thumbnail-style-1.img-thumbnail.img-thumbnail-hover-icon:before {
    border-radius: 20px !important;
}

.tour-btn {
    background: #1da362 !important;
    border: #1da362;
}




#modal-boas-vindas .modal-conteudo {
    min-height: 533px;
}

#modal-boas-vindas {
    z-index: 999999;
}