/* ADMIN EDITOR (DON'T DELETE THIS LINE) */
@import 'admin-editor.css';
/* END ADMIN EDITOR */

/* FRONTEND STYLE */
body{
	position: relative;
}
.md-h-650px {
    min-height:650px;
}
 .container {
    height:100%;
}
.langList{
    display: flex;
    align-items: center;
}
.langList a.active{
    color: var(--base-color);
}
.langList a{
    width: 20px;
    white-space: nowrap;
    margin-left: 15px;
}
.iframeMap p{
    margin: 0;
}
.iframeMap iframe{
    width: 100%;
    height: 600px;
}
.formBuild-input{
    margin-bottom: 30px;
    position: relative;
}
.formBuild-input label{
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    color: var(--dark-gray);
}
.formBuild-input input,
.formBuild-input select,
.formBuild-input textarea{
    padding: 12px 25px;
    width: 100%;
    max-width: 100%;
    resize: none;
    outline: none;
    font-size: 16px;
    border: 1px solid #e4e4e4;
    color: var(--medium-gray);
    line-height: inherit;
    word-break: normal;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-color: var(--dark-gray) !important;
    border: none;
    border-bottom: 1px solid;
    background: transparent;
    padding-left: 0;
    padding-right: 0;
}
.formBuild-input select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
}
@supports (-webkit-appearance: none) and (not (translate: none)) {
    select {
        padding: 15px 0 15px 0;
    }
}
.formBuild-input.rgpd{
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
}
.formBuild-input.rgpd input{
    width: 14px;
    margin-right: 10px;
}
.formBuild-input.rgpd label{
    font-weight: 400;
    text-transform: none;
    color: var(--dark-gray);
}
.formBuild-input label.error{
    position: absolute;
    bottom: -22px;
    left: 15px;
    font-size: 12px;
    font-weight: 400;
    color: red;
    text-transform: none;
}
.linkUnderline a{
    text-decoration: underline;
}
.boxTarifa{
    margin-bottom: 30px;
}
.boxTarifa .boxContent{
    border-top: 4px solid var(--base-color);
    width: 100%;
    max-width: 300px;
    margin: auto;
    text-align: center;
    background: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    padding: 40px 20px;
    cursor: pointer;
}
.boxTarifa .boxDropdown{
    display: block;
    margin: auto;
    width: 100%;
    max-width: 260px;
    padding: 20px;
    background: #ededed;
    border-radius: 0 0 8px 8px;
}

.pmb-5 p{
    margin-bottom: 12px !important;
}
header .navbar-brand img{
    max-height: 46px;
}

.generic-section h1 {
    font-size: 30px;
    line-height: 1.2;
    color: #5bbc6b;
}
.generic-section ul li, .listDefault ul li {
    list-style: unset;
}
header .navbar-brand {
    padding: 22px 0;
}
.removeInputArrows input[type="number"]::-webkit-inner-spin-button,
.removeInputArrows input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.removeInputArrows input[type="number"] {
    -moz-appearance: textfield;
    appearance: textfield;
}
.bannerSlide .swiper-slide,.bannerSlide .swiper-wrapper {
	height: auto !important;
}

.bannerGeral2,
.bannerGeral{
    padding: 50px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bannerGeral2 h1,
.bannerGeral h1{
	font-size: 50px;
    line-height: 50px;
}
.bannerGeral2 h2,
.bannerGeral h2{
	font-size: 30px;
    line-height: 30px;
}

.tooltipCustom {
    position: relative;
    cursor: pointer;
}

.tooltipCustom::after {
    content: attr(data-text); /* Pega o texto do atributo data-text */
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: black;
    color: white;
    padding: 5px 10px;
    border-radius: 4px;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.5s;
	font-size: 10px;
    width: 290px;
    line-height: 1.2;
	letter-spacing: 0.5px;
	padding: 4px;
    text-align: center;
    font-weight: 400;
}

.slideshowhome,
.bannerGeral {
    max-height: calc(100vh - 88px) !important;
    overflow: hidden;
}

.slideshowhome img,
.bannerGeral img{
    max-height: calc(100vh - 88px) !important;
    object-fit: cover;
}

.tooltipCustom:hover::after {
    visibility: visible;
    opacity: 1;
}

.fs-55 {
    font-size: 1.8rem;
    line-height: 2.2rem;
}
.object-cover{
    object-fit:cover;
}
.minh-600 {
    min-height: 600px;
}
.minh-160 {
    min-height: 160px;
}
.bannerImg, .bannerGeral .container{
    width: 100%;
    object-fit: cover;
}
.bannerGeral2 .bannerImg{
    width: 100%;
    object-fit: cover;
}
.bannerTextPosition{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: left;
    transform: translateY(-50%);
}

@media (max-width: 991px){
    .menu-order{
        margin-right: 0px !important;
    }
}
@media (max-width: 500px){
    header .navbar-brand img{
        max-height: 46px;
    }
    header .navbar-brand {
        padding: 8px 0;
    }
    .minh-160 {
        min-height: 160px;
    }
}

/* CONFIG */

.noScroll{
	overflow: hidden;
}

.critec{
    font-weight: 800;
    font-size: 28px;
    font-family: 'Gilroy';
    text-transform: lowercase;
}

.banner-page p {
	padding-bottom: 0px;
	margin-bottom: 0px;
}


.spacer150 {grid-column: inherit; height: 150px;width: 100%;}
.spacer120 {grid-column: inherit; height: 120px;width: 100%;}
.spacer90 {grid-column: inherit; height: 90px;width: 100%;}
.spacer60 {grid-column: inherit; height: 60px;width: 100%;}
.spacer30 {grid-column: inherit;height: 30px;width: 100%;}
.spacer15 {grid-column: inherit;height: 15px;width: 100%;}

/* LARGE DISPLAY'S */
@media (max-width: 1200px) {
	.lg-spacer150 {height: 150px;}
	.lg-spacer120 {height: 120px;}
	.lg-spacer90 {height: 90px;}
	.lg-spacer60 {height: 60px;}
	.lg-spacer30 {height: 30px;}
	.lg-spacer15 {height: 15px;}

	.lg-block150 {display: inline-block; width: 150px;}
	.lg-block120 {display: inline-block; width: 120px;}
	.lg-block90 {display: inline-block; width: 90px;}
	.lg-block60 {display: inline-block; width: 60px;}
	.lg-block30 {display: inline-block; width: 30px;}
	.lg-block15 {display: inline-block; width: 15px;}

	.lg-taleft {text-align: left;}
	.lg-tacenter {text-align: center;}
	.lg-taright {text-align: right;}
	.lg-tajustify {text-align: justify;}
}

/* DESKTOP */
@media (max-width: 992px) {
	.md-spacer150 {height: 150px;}
	.md-spacer120 {height: 120px;}
	.md-spacer90 {height: 90px;}
	.md-spacer60 {height: 60px;}
	.md-spacer30 {height: 30px;}
	.md-spacer15 {height: 15px;}

	.md-block150 {display: inline-block; width: 150px;}
	.md-block120 {display: inline-block; width: 120px;}
	.md-block90 {display: inline-block; width: 90px;}
	.md-block60 {display: inline-block; width: 60px;}
	.md-block30 {display: inline-block; width: 30px;}
	.md-block15 {display: inline-block; width: 15px;}

	.md-taleft {text-align: left;}
	.md-tacenter {text-align: center;}
	.md-taright {text-align: right;}
	.md-tajustify {text-align: justify;}
}

/* TABLET */
@media (max-width: 768px) {
	.sm-spacer150 {height: 150px;}
	.sm-spacer120 {height: 120px;}
	.sm-spacer90 {height: 90px;}
	.sm-spacer60 {height: 60px;}
	.sm-spacer30 {height: 30px;}
	.sm-spacer15 {height: 15px;}

	.sm-block150 {display: inline-block; width: 150px;}
	.sm-block120 {display: inline-block; width: 120px;}
	.sm-block90 {display: inline-block; width: 90px;}
	.sm-block60 {display: inline-block; width: 60px;}
	.sm-block30 {display: inline-block; width: 30px;}
	.sm-block15 {display: inline-block; width: 15px;}

	.sm-taleft {text-align: left;}
	.sm-tacenter {text-align: center;}
	.sm-taright {text-align: right;}
	.sm-tajustify {text-align: justify;}
}

/* MOBILE */
@media (max-width: 420px) {
	.xs-spacer150 {height: 150px;}
	.xs-spacer120 {height: 120px;}
	.xs-spacer90 {height: 90px;}
	.xs-spacer60 {height: 60px;}
	.xs-spacer30 {height: 30px;}
	.xs-spacer15 {height: 15px;}

	.xs-block150 {display: inline-block; width: 150px;}
	.xs-block120 {display: inline-block; width: 120px;}
	.xs-block90 {display: inline-block; width: 90px;}
	.xs-block60 {display: inline-block; width: 60px;}
	.xs-block30 {display: inline-block; width: 30px;}
	.xs-block15 {display: inline-block; width: 15px;}

	.xs-taleft {text-align: left;}
	.xs-tacenter {text-align: center;}
	.xs-taright {text-align: right;}
	.xs-tajustify {text-align: justify;}
}

@media (max-width: 1400px) {
	.navbar .navbar-nav .nav-link {
		font-weight: 600;
		font-size: 16px;
		padding: 10px 15px;
	}
		h1, .h1 {
		font-size: 2.9rem !important;
		line-height: 3rem;
	}
	h2, .h2 {
		font-size: 2.438rem;
		line-height: 3.038rem;
	}
        /* .minh-600 {
            min-height: auto;
        } */
}
@media (max-width: 1024px) {
	header .navbar-brand img {
        max-height: 46px;
        padding-top: 5px;
    }

	.banner-page .page-title-large {
		padding: 30px 0px;
	}
		.slideshowhome {
		background-color: #185929;
	}

	.slideshowhome .md-h-auto,
	.slideshowhome {
		height: calc(100svh - 90px) !important;
	}
	
	.slideshowhome .md-w-80,
	.slideshow .md-w-80 {
        width: 100% !important;
    }

	.slideshowhome .cover-background.text-white {
		background-image: unset !important;
		background-color: #185929 !important;
	}
	/* .title {
		color: #185929;
		font-size: 22px;
		text-decoration: underline;
		margin-bottom: 10px !important;
		margin-top: 20px;
		text-align: center;
	} */
	.feature-box-content {
		font-size: 14px;
		line-height: 1.2;
	}
	.feature-box-content p {
		margin-bottom: 0px;
	}

}
@media (max-width: 550px) {
    .slideshowhome {
            background-color: #185929;
            height: auto;
        }
        .slide-banner .slick-slide {
        aspect-ratio: 2 / 1;
        height: auto;
        width: 100%;
    }
    .tooltipCustom::after{
        width: 250px;
    }
    .tooltipCustom::after {
        transform: translateX(-77%);
    }
    .mfs-15{
        font-size: 15px;
    }
    .mfs-13{
        font-size: 13px;
    }
}
img {
	max-width: 100%;
}
