@font-face{
	font-family:HK Grotesk;
	src:url(HKGrotesk-Regular.otf);
	font-style:normal;
	font-weight:100
}
@font-face{
	font-family:HK Grotesk;
	src:url(HKGrotesk-Medium.otf);
	font-style:normal;
	font-weight:200
}
@font-face{
	font-family:HK Grotesk;
	src:url(HKGrotesk-SemiBold.otf);
	font-style:normal;
	font-weight:300
}

body { 
  /* Show it is fixed to the top */	
  min-height: 75rem;
  /*padding-top: 4.5rem;*/
  background: #009ADB;
  
  background: #ACD9F3;
  background:#009ADB;
}

:root {
	--bs-body-font-family: HK Grotesk,sans-serif;
	--bs-body-font-size: 0.9rem;
    --bs-body-font-weight: 100;
    --bs-body-line-height: 1.5;
	
	--bs-link-color:#0172BC;
	--bs-link-hover-color: #40b2e6;
	
	--bs-body-color: #07173199;
  
	--easy-color: #B5B6B7;
	--title-color: #161633;
}

.navbar-nav {
    --bs-nav-link-padding-x: 0;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-font-weight: 100;
    /*--bs-nav-link-color: #A8A9AD;*/
	--bs-nav-link-color: #101723f2;
    --bs-nav-link-hover-color: #0172BC;
    --bs-nav-link-disabled-color: #A8A9AD;
}

.dropdown-menu {
	--bs-dropdown-link-color: #A8A9AD;
	--bs-dropdown-font-size: 0.9rem;
	 
	--bs-dropdown-item-padding-x: 1rem;
    --bs-dropdown-item-padding-y: 0.5rem;
    --bs-dropdown-header-color: #6c757d;
    --bs-dropdown-header-padding-x: 1rem;
    --bs-dropdown-header-padding-y: 0.5rem;
	--bs-dropdown-link-hover-color: #40b2e6;
	--bs-dropdown-link-hover-bg: #F9FAFC;
	/*
	border-radius: var(--bs-dropdown-border-radius);
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-top: 0;
	*/	
}
.dropdown-item {
    font-weight: 100;
}	

.dropdown-menu li{
	padding: 0.5rem;
}


.btn-bd-primary {
  --bs-btn-font-weight: 600;
  --bs-btn-color: #6A7483;
  --bs-btn-bg: #F1F4F9;
  --bs-btn-border-color: #F1F4F9;
  --bs-btn-border-radius: 1rem;
  --bs-btn-hover-color: #2C3543;
  --bs-btn-hover-bg: #DBE2EC;
  --bs-btn-font-size: 0.8rem;
  /*
  --bs-btn-hover-border-color: #{shade-color($bd-violet, 10%)};
  --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
  --bs-btn-active-color: var(--bs-btn-hover-color);
  --bs-btn-active-bg: #{shade-color($bd-violet, 20%)};
  --bs-btn-active-border-color: #{shade-color($bd-violet, 20%)};
  */
  
}


.easy {
  color: var(--easy-color);
  
}

.container {
  max-width: 960px;
}

.navbar {
	background: #ffffff;
	border-bottom: 1px solid #E7EBF1;
	
	border-bottom: 1px solid #f2f2f5;
    box-shadow: 0 8px 32px rgb(22 22 51/4%);
    z-index: 4;
}

.navbar-nav > li > a:hover, .navbar-nav > li > a:focus {
    
}

.navbar-expand-md .navbar-nav .nav-link {
	padding-left: 15px;
	padding-right: 15px;
}


.navbar .container{
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}

.navbar-toggler, .navbar-toggler:focus{
	border: 0px;
	box-shadow: none;
}

/*
.navbar-toggler > .close {
	display:inline;
}
.navbar-toggler.collapsed > .close, .navbar-toggler:not(.collapsed) > .navbar-toggler-icon {
	display:none;
}
*/
/* icon close menu */

.navbar-toggler:not(.collapsed) .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23 23' fill='rgba(0, 0, 0, .55)'><path d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/></svg>");
	background-position: 5px 4px;
}


.logo{
	max-width: 160px;
	margin-right: 62px;
}

@media (max-width: 400px) {
	.logo {
		max-width: 100px;
		margin-right: 0;
	}
}

main{
	background: #F1F4F9;
	padding-top: 8rem;
	
}


footer {
	color: white !important;
}

footer h5{
	font-size: 1rem;
}

footer ul li {
	margin-bottom: 0.3rem!important;
}

@media (max-width: 600px) {
	footer ul li {
		margin-bottom: 0.8rem!important;
	}
}

.my-mark .text-muted{
	color: #F1F4F9 !important;
}

::placeholder {
	opacity: 0.5;
}

.nav-contact{
	margin-right: 2rem;
}

.fs-6 {
    font-size: 0.9rem!important;
}

.badge {
	white-space: normal !important;
}

.my-title{
	font-size: 3rem;
	font-weight: bold;
	text-align: center;
	color: var(--title-color);
	padding-top: 1.5rem;
}

@media (max-width: 700px) {
	.my-title{
		text-align: left;
	}
}

.logo{
	/*padding-left: 1rem!important;*/
	margin-left: 1rem!important;
}

.row-color1{
	background: #F1F4F9;
	padding: 1rem!important;
	padding-top: 2rem!important;
	padding-bottom: 2rem!important;
}

.row-color2{
	background: #ffffff;
	padding: 1rem!important;
	padding-top: 2rem!important;
	padding-bottom: 2rem!important;
}

.row-color3{
	background: #ACD9F3;
	padding: 1rem!important;
	padding-top: 2rem!important;
	padding-bottom: 2rem!important;
}

.row-footer{
	padding: 1rem!important;
	padding-top: 2rem!important;
	padding-bottom: 2rem!important;
}


.box{
	border-radius: 2rem;
	background: #ffffff;
	padding: 3rem;
}

@media (max-width: 700px) {
	.box{
		padding: 2rem;
	}
}

.box h2{
	padding-bottom: 1rem;
}

.s-box{
	border-radius: 1rem;
	background: #ffffff;
	padding: 2rem;
	position: relative;
    /*display: flex;
    flex-direction: column;
    min-width: 0;
	*/
    height: 400px;
    word-wrap: break-word;
}

.s-box-img{
	height: 200px;
	text-align: center;
	display: flex;
    justify-content: center; /* align item horizontally */
	align-items: center; /* align item vertically */
	margin-bottom: 1rem;
}

.s-box-img img{
	max-height: 200px;
}

.s-box h2{
	padding-top: 2rem;
	padding-bottom: 1rem;
	color: var(--title-color);
}

.s-box img{
	border-radius: 1rem;
}

.row-prod-img{
	margin-top: auto;
	margin-bottom: auto;
}

.row-prod-img img{
	/*min-width: 500px;*/
}


.map{
	border-radius: 1rem;
	filter: sepia(200%) hue-rotate(190deg) saturate(500%) opacity(0.9);
}

.house{
	border-radius: 1rem;
	filter: opacity(0.7);
}

.natural{
	border-radius: 1rem;
}

.link-secondary, .text-muted{
	color: #ACD9F3 !important;
	font-weight: 200;
}

.box ul, .about-container ul{
	
    position: relative;
    padding: 0;
	padding-top: 0.1rem;
	padding-bottom: 0rem;
    margin: 0;
    list-style: none;
}

.box li, .about-container li{
    position: relative;
    padding-top: 8px;
    padding-left: 24px;
}

.box li::before, .about-container li::before{
    content: "•";
    position: absolute;
    left: 0px;
    height: 24px;
    padding-left: 4px;
    color:#0172BC;
}

h1{
	color: #101723f2;
	margin-bottom: 1rem
}

h2{
	color: #009ADB;
	font-size: 1.5rem;
}



.separator {
    width: 100%;
    height: 1px;
    background-color: #dcdce0;
}	

.text-justify {
    text-align: justify!important;
}

.my-banner img{
	
}

.img-banner{
	width: 268px;
	height: 268px;
	border-radius: 1rem;
	padding-left: 4px;
	padding-right: 4px;
}

.btn-lang {
	--bs-btn-color: #ACD9F3 !important;
	--bs-btn-hover-color: #565e64  !important;
	--bs-btn-border-color: rgba(0,0,0,0);
	--bs-btn-active-border-color: rgba(0,0,0,0);
	/*
  --bs-btn-font-weight: 600;
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: var(--bd-violet-bg);
  --bs-btn-border-color: var(--bd-violet-bg);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: #{shade-color($bd-violet, 10%)};
  --bs-btn-hover-border-color: #{shade-color($bd-violet, 10%)};
  --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
  --bs-btn-active-color: var(--bs-btn-hover-color);
  --bs-btn-active-bg: #{shade-color($bd-violet, 20%)};
  --bs-btn-active-border-color: #{shade-color($bd-violet, 20%)};
	 */
}

/*
@media (min-width: 700px) {
	.my-banner img{
		min-width: 400px;
	}
}


@media (max-width: 400px) {
	.my-banner img{
		width: 200px;
	}
}
*/

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -16px;
    margin-left: -16px;
}

.contact__title{
	padding-top: 1.5rem;
}

.contact__form{
	margin-top: 4rem;
	margin-bottom: 4rem;
}

.contact-form{
	font-size: 0.8rem;
}

.contact__info-container, .contact__info:not(:first-child) {
    margin-top: 1rem;
}

.contact__info a{
    text-decoration: none;
	color: var(--bs-body-color);
}

.contact-form button{
    width: 98%;
}

.contact-container{
	/*para permitir ter a img como absolute*/
	position:relative;
}

.contact__image{
	display:none;
	position:absolute;
	filter: sepia(100%) hue-rotate(190deg) saturate(10%) opacity(0.9);
}

.contact__info-address{
	margin-left: 30px;
}


@media (min-width:768px){
	.contact__image{
	    display: block;
		position: absolute;
		left: -20px;
		top: 290px;
		width: 45%;
	}
}

@media (min-width:992px){
	.contact__image{
		display: block;
		position: absolute;
		left: -50px;
		top: 240px;
		width: 48%;
	}
}

@media (min-width:1200px){
	.contact__image{
		left: -115px;
		top: 100px;
		width:60%;
	}
}

.contact-form {
    padding: 20px;
    box-shadow: 0 0 36px rgb(0 0 0 / 12%);
    border-radius: 8px;
    position: relative;
}

.contact-form__title{
	font-size: 1rem;
	margin-bottom: 0.5rem;
}

.contact__info-title{
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    opacity: .8;
    color: #777785;
    text-transform: uppercase;
}

.contact-form__description {
    color: #777785;
    margin: 0.5rem 0;
}
.contact-form__input-wrapper {
    margin-bottom: 20px;
}

input, textarea {
    line-height: 20px;
    border: 1px solid #dcdce0;
    border-radius: 4px;
    padding: 10px 14px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

input:focus, textarea:focus{
	border-color:#161633;
	outline:none
}

.input__label {
    display: block;
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #777785;
    margin-bottom: 8px;
}
.input__container, .input__phone {
    position: relative;
    display: flex;
    align-items: center;
}
.input--block {
    width: 100%;
}		

/*
.pricing-header {
  max-width: 700px;
}


.bd-placeholder-img {
	font-size: 1.125rem;
	text-anchor: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

@media (min-width: 768px) {
	.bd-placeholder-img-lg {
	  font-size: 3.5rem;
	}
}

.b-example-divider {
	height: 3rem;
	background-color: rgba(0, 0, 0, .1);
	border: solid rgba(0, 0, 0, .15);
	border-width: 1px 0;
	box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
	flex-shrink: 0;
	width: 1.5rem;
	height: 100vh;
}

.bi {
	vertical-align: -.125em;
	fill: currentColor;
}


.nav-scroller {
	position: relative;
	z-index: 2;
	height: 2.75rem;
	overflow-y: hidden;
}

.nav-scroller .nav {
	display: flex;
	flex-wrap: nowrap;
	padding-bottom: 1rem;
	margin-top: -1px;
	overflow-x: auto;
	text-align: center;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}
*/