* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  height: 100%;
  margin: 0;
}

body {
  font-family: "Quicksand", sans-serif;
  color: #000;
  font-size: 18px;
}

a, img, link, hover, :hover, ::after, div {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

a:link {
  text-decoration: none;
  color: #000;
  font-weight: 500;
}

a:visited {
  text-decoration: none;
  color: #000;
  font-weight: 500;
}

a:hover {
  text-decoration: none;
  color: #9a8016;
  font-weight: 500;
}

a:active {
  text-decoration: none;
  color: #000;
  font-weight: 500;
}

.box-menu a {
  color: #FFF;
}
.box-menu a:hover {
  color: #9a8016;
}

.wrapper {
  min-height: 100%;
  margin-bottom: -360px;
}

.push {
  height: 360px;
}

.line {
  height: 1px;
  background: #DFDFDF;
}

.box-topo {
  width: 100%;
  height: 220px;
  background: #000;
}

.box-top-container {
  width: 1000px;
  margin: auto;
}

.box-logo {
  width: 30%;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 30px 100px;
}
.box-logo img {
  width: 140px;
}

.box-menu {
  width: 69%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: top;
  height: 220px;
}

.box-content-container {
  width: 1000px;
  margin: auto;
}
.box-content-container p {
  margin: 10px 0px;
}

.box-title-main {
  font-size: 26px;
  font-weight: 600;
  height: 50px;
  position: relative;
  margin: 20px 0px;
  line-height: 50px;
}
.box-title-main span {
  display: inline-block;
  width: 200px;
  padding-right: 15px;
  text-align: right;
  position: relative;
  z-index: 2;
}
.box-title-main::after {
  content: "";
  position: absolute;
  width: 300px;
  height: 50px;
  background: #E3D727;
  border-radius: 15px;
  left: -10%;
}

.box-feature-container {
  width: 100%;
  padding: 20px 0px;
}

.box-feature-img {
  display: inline-block;
}

.box-feature-titles-container {
  width: calc(95% - 540px);
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  vertical-align: top;
  margin-left: 20px;
  font-size: 16px;
}

.box-feature-titles {
  padding: 15px 15px 15px 15px;
  border-bottom: solid 1px #CCC;
}

.box-button-more {
  position: absolute;
  right: 0;
  margin-top: 20px;
  width: 150px;
  font-size: 16px;
  font-weight: 500;
  background: #E3D727;
  border-radius: 15px;
  text-align: right;
  padding: 7px 10px;
  text-transform: uppercase;
}

.box-news-container {
  padding: 20px 0px;
}

.box-news-img {
  width: 250px;
  height: 130px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  margin: 10px 0px;
}
.box-news-img img {
  max-width: 230px;
}

.box-news-text {
  width: calc(95% - 250px);
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  padding-left: 25px;
}
.box-news-text p {
  font-size: 24px;
  font-weight: 500;
  margin: 10px 0px;
}

.box-associate-container {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: center;
}

.box-bottom-container {
  width: 100%;
  margin-top: 30px;
  height: 360px;
  background: #E3D727;
}

.box-bottom {
  height: 320px;
  width: 1000px;
  padding-top: 50px;
  padding-bottom: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin: auto;
}
.box-bottom p {
  font-size: 24px;
  font-weight: 500;
  margin: 10px 0px;
}
.box-bottom span {
  display: block;
  padding-left: 40px;
  margin: 3px 0px;
}

.box-logo-bottom {
  display: grid;
  place-items: center;
}
.box-logo-bottom img {
  width: 150px;
}

.box-adress-bottom {
  padding: 0px 20px;
}

.box-phone-bottom {
  padding: 0px 20px;
}

.box-copyright {
  width: 100%;
  height: 50px;
  background: #D3C820;
  text-align: center;
  text-transform: uppercase;
  line-height: 50px;
}

.box-images-group {
  display: flex;
  gap: 50px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.box-images-group img {
  max-width: 300px;
}

.box-title-news {
  font-size: 28px;
  font-weight: 600;
}

.box-news-wrap {
  padding: 20px 0px;
  border-bottom: dotted 1px #9a8016;
}
.box-news-wrap p {
  margin: 10px 10px;
}

.box-right {
  width: 20%;
  padding: 30px;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
}

.box-left {
  width: 78%;
  padding: 30px;
  box-sizing: border-box;
  display: inline-flex;
  vertical-align: middle;
  text-align: justify;
  flex-direction: column;
}

.box-siders-wrap {
  border-bottom: solid 1px #CCC;
  margin: 15px 0px;
}
.box-siders-wrap p {
  display: block;
  margin: 10px 0px;
}

.box-location {
  margin-top: 30px;
  margin-bottom: -30px;
}

/*# sourceMappingURL=style.css.map */
