@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Book.eot");
  src: url("../fonts/Gotham-Book.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Gotham-Book.woff2") format("woff2"),
    url("../fonts/Gotham-Book.woff") format("woff"),
    url("../fonts/Gotham-Book.ttf") format("truetype"),
    url("../fonts/Gotham-Book.svg#Gotham-Book") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Bold.eot");
  src: url("../fonts/Gotham-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Gotham-Bold.woff2") format("woff2"),
    url("../fonts/Gotham-Bold.woff") format("woff"),
    url("../fonts/Gotham-Bold.ttf") format("truetype"),
    url("../fonts/Gotham-Bold.svg#Gotham-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Georgia";
  src: url("../fonts/Georgia.eot");
  src: url("../fonts/Georgia.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Georgia.woff2") format("woff2"),
    url("../fonts/Georgia.woff") format("woff"),
    url("../fonts/Georgia.ttf") format("truetype"),
    url("../fonts/Georgia.svg#Georgia") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Georgia";
  src: url("../fonts/Georgia-Bold.eot");
  src: url("../fonts/Georgia-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Georgia-Bold.woff2") format("woff2"),
    url("../fonts/Georgia-Bold.woff") format("woff"),
    url("../fonts/Georgia-Bold.ttf") format("truetype"),
    url("../fonts/Georgia-Bold.svg#Georgia-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Charter";
  src: url("../fonts/Charter-Roman.eot");
  src: url("../fonts/Charter-Roman.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Charter-Roman.woff2") format("woff2"),
    url("../fonts/Charter-Roman.woff") format("woff"),
    url("../fonts/Charter-Roman.ttf") format("truetype"),
    url("../fonts/Charter-Roman.svg#Charter-Roman") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

:root {
  font-size: 16px;
}

@media (max-width: 768px) {
  :root {
    font-size: 15px;
  }
}

@media (max-width: 576px) {
  :root {
    font-size: 13px;
  }
}

html {
  /*background-image: url(../img/site.jpg);
  background-size: 69%;
  background-position: top center;
  background-repeat: no-repeat;*/
}

body {
  background-color: unset;
  color: #fff;
  font-family: "Georgia";
  overflow-x: hidden;
  /*opacity: 0.5;*/
}

.parent_container {
  width: 100vw;
  height: 100%;
  /* display: flex;
  position: absolute; */
  top: 0px;
  left: 0px;
  /* flex-direction: column; */
}
.parent_container.mobile {
  display: none;
}

.middlePart {
  background-color: white;
}

.middlePart .container {
  padding-top: 3%;
  padding-bottom: 3%;
}

#mobile_col {
  display: none;
}

#desktop_col {
  display: block;
}

.container {
  max-width: 1185px;
}

.logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 41px;
  font-size: 40px;
  font-size: 2.5rem;
  width: 100%;
  text-align: center;
  text-shadow: 0 0 10px #756052;
}

.logo div {
  font-weight: bold;
}

.logo span {
  font-family: "Charter";
  position: absolute;
  bottom: -13px;
  font-size: 17px;
  font-size: 1.0625rem;
  left: 50%;
  transform: translateX(-50%);
}

.logo span:before,
.logo span:after {
  content: " ";
  position: absolute;
  width: 130px;
  height: 2px;
  background: #fff;
  top: 50%;
  right: calc(100% + 13px);
  opacity: 0.5;
}

.logo span:after {
  left: calc(100% + 13px);
  right: unset;
}

.topPart {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  /*background-color:#756052;*/
  background-image: url(../img/bg.jpg);
  min-height: 100vh;
}

.topPart .container {
  padding-top: 450px;
  padding-bottom: 47px;
}

.title {
  font-size: 64px;
  font-size: 3.4rem;
  text-transform: uppercase;
  /*line-height: 74px;*/
  margin-bottom: 32px;
  text-shadow: 0 0 6px #3a2c22;
  letter-spacing: -1.4px;
}

.h6 {
  padding-bottom: 24px;
  /* font-family: Gotham; */
  font-size: 22px;
  font-size: 1.375rem;
  /*line-height: 24px;*/
  font-weight: lighter;
  letter-spacing: -0.4px;
  max-width: 590px;
  text-shadow: 0 0 6px #3a2c22;
}

.list {
  margin-top: 34px;
  font-size: 18px;
  font-size: 1.125rem;
}

.list p {
  margin-bottom: 26px;
  font-size: 20.5px;
  font-size: 1.125rem;
  color: #3a2c22;
}

.bottomPart {
  background-color: #3a2c22;
}

.bottomPart .container {
  padding-top: 96px;
  max-width: 1218px;
}

h2 {
  font-size: 56.5px;
  font-size: 3.53125rem;
  /*line-height: 68px;*/
  margin-top: 35px;
  color: #3a2c22;
}

.bottomPartFirst {
  margin-bottom: 116px;
}

h3 {
  font-size: 35.9px;
  font-size: 2.24375rem;
  /*line-height: 43px;*/
}

.contactsTitle {
  margin-bottom: 21px;
}

.h5 {
  font-size: 15.4px;
  font-size: 0.9625rem;
  font-family: "Gotham";
  margin-bottom: 19px;
  font-weight: lighter;
}

.form-control {
  background: #fff;
  height: 54px;
  border-radius: 0;
  margin-bottom: 37px;
  font-size: 1.11rem !important;
}

.formTitle {
  margin-bottom: 37px;
}

form {
  position: relative;
  font-family: Gotham;
}

.assunto {
  margin-bottom: 0;
}

.assunto textarea {
  padding-bottom: 61px;
  height: 300px;
  margin-bottom: 0;
}

input,
textarea {
  font-weight: 300 !important;
  text-transform: uppercase;
  font-size: 18px !important;
  font-size: 1.125rem !important;
  color: #3a2c22 !important;
}

button {
  position: absolute;
  bottom: 0;
  border-radius: 0 !important;
  text-transform: uppercase;
  /* background-color: #756052 !important; */
  background-color: #000 !important;
  border: none !important;
  right: 0;
  padding: 19px 50px !important;
  font-weight: lighter !important;
}

.selectDiv {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 45px;
  left: 45px;
  z-index: 2;
}

.line {
  width: 100%;
  height: 0.3px;
  border: solid;
  border-color: #fff;
  border-width: 0.3px;
}

.newText {
  font-size: 16px;
  padding-left: 4px;
  text-transform: uppercase;
  /*line-height: 74px;*/
  margin: 0px;
  letter-spacing: -1.4px;
}

.link {
  font-size: 16px;
  text-transform: uppercase;
  /*line-height: 74px;*/
  margin: 0px;
  letter-spacing: -1.4px;
  text-decoration: underline;
  position: absolute;
  top: 41px;
  right: 20px;
}
ul {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  list-style: none;
  padding-inline-start: unset;
}
.lang {
  display: flex;
  padding: 0.3rem;
  cursor: pointer;
}

.lang:hover {
  background-color: white;
  color: black;
}
#lang_select {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 0.5rem;
}

#lang_select img {
  width: 2rem;
}

.lang img {
  height: 1.5rem;
  width: 1.5rem;
  margin-right: 0.5rem;
}
.langContainer {
  position: relative;
}
.langContainer .tooltiptext {
  visibility: hidden;
  border-radius: 0.2rem;
  z-index: 1;
  top: 0;
  left: 45px;
  min-width: 50px;
  position: absolute;
  background-color: white;
  color: black;
  padding: 0.2rem 0.5rem;
  pointer-events: none;
}
.langContainer .tooltiptext:after {
  content: "";
  position: absolute;
  bottom: 40%;
  right: 100%;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: white transparent transparent transparent;
}

.langContainer:hover .tooltiptext {
  visibility: visible;
}

.lang.selected {
  background-color: white;
  color: black;
}
/* costum select */
.custom-select {
  position: relative;
  border: unset;
  background: unset;
  padding: unset;
  width: 146px;
  display: flex;
}

.flag {
  width: 16px;
  margin-right: 10px;
}
.custom-select select {
  display: none;
}
.select-selected {
  background: unset;
  background-color: transparent;
  border: unset;
  cursor: pointer;
  height: fit-content;
  padding-left: 4px;
}

/* style the items (options), including the selected item: */
.select-items div,
.select-selected {
  font-size: 16px;
  display: flex;
  align-items: center;
  color: #ffffff;

  text-transform: uppercase;
  letter-spacing: -1.4px;
  cursor: pointer;
}

/* Style items (options): */
.select-items {
  position: absolute;
  background-color: gray;

  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  width: 158px;
}
.select-items div {
  padding: 8px 16px;
  border: 1px solid black;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div:hover,
.same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

.select-selected:after {
  position: absolute;
  content: "";
  top: 8px;
  right: 4px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 0px;
}
/* end of costum select */

@media (max-width: 1920px) {
  .topPart .container {
    padding-top: 380px;
  }
}

@media (max-width: 1440px) {
  .topPart .container {
    padding-top: 300px;
  }

  .title {
    font-size: 50px;
  }

  .h6 {
    font-size: 20px;
  }
}

@media (max-width: 1024px) {
  .logo {
    /*font-size: 30px;*/
    margin-top: 30px;
  }

  .logo span:before,
  .logo span:after {
    width: 87px;
  }

  .formTitle {
    margin-top: 37px;
  }
  .custom-select {
    width: 122px;
  }

  .newText {
    font-size: 12px;
    padding-left: 4px;
  }
  .select-items div,
  .select-selected {
    font-size: 12px;
  }
  .select-selected:after {
    top: 8px;
    right: 4px;
    border: 4px solid transparent;
    border-color: #fff transparent transparent transparent;
  }
  .select-selected.select-arrow-active:after {
    top: 1px;
  }

  .selectDiv {
    top: 12px;
    left: 12px;
  }

  /*  .select {
    font-size: 12px;
    background: none;
    background-color: transparent;
    border: none;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: -1.4px;
  } */

  h2 {
    font-size: 38px;
  }

  .list p {
    font-size: 22px;
  }

  .title {
    font-size: 38px;
  }
}

@media (max-width: 768px) {
  .title {
    font-size: 38px;
    color: #3a2c22;
    text-shadow: none;
  }

  .h6 {
    font-size: 22px;
    color: #3a2c22;
    text-shadow: none;
  }

  .topPart {
    height: 40vh;
    min-height: unset;
  }

  #mobile_col {
    display: block;
  }

  #desktop_col {
    display: none;
  }
  #lang_select {
    display: flex;
    grid-template-columns: unset;
  }
  .parent_container.mobile {
    display: block;
  }
  .parent_container.desktop {
    display: none;
  }
}

@media (max-width: 425px) {
  .title {
    font-size: 22px;
  }

  .h6 {
    font-size: 16px;
  }

  h2 {
    font-size: 22px;
  }

  .list p {
    font-size: 16px;
  }
}
