*, *:before, *:after {
    box-sizing: border-box;
}
body {
    font-family: "Inter", sans-serif;
}
p, li {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color:var(--dark);
    letter-spacing: -0.3px;
}
h1 {
    font-size: 42px;
    line-height: 54px;
    margin-top:0;
    margin-bottom: 20px;
}
h2 {
  font-size: 42px;
  line-height: 44px;
  margin-top:0;
}
h3 {
  font-size: 28px;
  line-height: 36px;
  margin-top:0;
}
h4 {
  font-size: 20px;
  line-height: 28px;
}
h1, h2, h3, h4, h5, h6 {    
    letter-spacing: -0.6px;
}

ul, ol {
    padding: 0;
    margin:0;
}
ul li, ol li {    
    list-style-type: none;
}

:root {
    --black: #000;
    --white: #ffffff;
    --light: #f6f6f6;
    --max-width: 100%;
}
a:hover, a:active, a:focus, input:focus, button:hover, button:active, button:focus {
    outline: none;
}
::selection {
  background:rgba(0,0,0,0.2);
}
button {
	cursor:pointer;
}
body {
    margin:0;
    padding:0;
}
img {
  display: block;
}


/*** HEADERCONTAINER ***/
.site-header-top {
    position: fixed;
    margin:0 auto;
    width: 100%;
    height: 80px;
    max-width: var(--max-width);
    left:50%;
    transform: translateX(-50%);
    z-index: 2;
}
a.logo img {
    max-width: 60px;
    width: 100%;
    position: absolute;
    left:40px;
    top:50%;
    transform: translateY(-50%);
}

/*** MAIN MENU ***/
.main-menu {
    position: absolute;
    left: 150px;
    top: 50%;
    transform: translateY(-50%);
}
.main-menu ul, .top-menu ul {
    list-style-type: none;
    margin:0;
    padding:0;
}
.main-menu ul li, .top-menu ul li {
    display: inline-block;
    margin-right: 40px;
}
.main-menu ul li:last-of-type, .top-menu ul li:last-of-type {
  margin-right: 0;
}
.main-menu ul li a {
    color:var(--white);
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
}


.hae {
    margin: 0;
    background: rgba(255,255,255,0.15);
    border-radius: 40px;
    padding: 2px 120px 2px 20px;
    height: 36px;
    font-size: 13px;
    font-weight: bold;
    color:var(--white);
    position: absolute;
    top:50%;
    transform:translateY(-50%);
    right: 35%;
}


.language-menu {
    position: absolute;
    top:50%;
    transform:translateY(-50%);
    right: 15%;
    z-index: 2;
}
.language-menu ul {
    display: flex;
}
.language-menu ul li {
    display: inline;
    margin-right: 60px;
}
.language-menu ul li a {
    display: inline-block;
    display: flex;
    align-items: center;
    color: var(--white);
    text-decoration: none;
    font-size: 13px;
}
.language-menu ul li a img {
    width: 20px;
    height: 13px;
    margin-right: 10px;
}


/*** CONTENT ***/
.main-content {
    padding-top:130px;
}
.white-container {
  background:var(--white);
  position: relative;
}
.light-container {
  background:var(--light);
}
.site-content {
    max-width: 1440px;
    padding: 120px;
    margin:0 auto;
    position: relative;
}
.no-top {
    padding-top:0;
}
.no-bottom {
    padding-bottom: 0;
}
.flex-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.align-end {
  align-items: end;
}
.align-center {
  align-items: center;
}
.flex-60 {
    width:calc(60% - 40px);
}
.flex-50 {
    width:calc(50% - 40px);
}
.flex-33 {
    width:calc(33.33% - 40px);
}
.flex-25 {
    width:calc(25% - 40px);
}
.flex-50 img {
    width:100%;
}









a.cta {
    display: inline-block;
    margin-top: 20px;
    border-radius: 20px;
    padding: 12px 24px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    background: #ff9c00;
    color: var(--white);
}


.banner-container {
    position: relative;
}
.banner-image {
    height: 100vh;
    width: 100%;
    object-fit: cover;
}
.banner-content {
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    max-width: 800px;
    width:100%;
}
.banner-content img {
    position: relative;
    top: -30px;
    left: -50px;
}
.banner-content h1 {
    color:var(--white);
}
.banner-content p {
    color:var(--white);
}
.image-overlay {
    background:rgb(65 39 11 / 70%);
    height: 100%;
    width: 100%;
    position: absolute;
    left:0;
    top:0;
}




div#bautomochat {
    position: relative;
}

.bautomolink a, .bautomolink a:hover, .bautomolink a:focus, .bautomolink a:active {
    font-family: "Inter", sans-serif !important;
}
.bautomolink {
    position: absolute !important;
    bottom: 10px !important;
    width: 100px !important;
    right: 15px !important;
}
