@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Alegreya+Sans:wght@300;400;500&family=Roboto:wght@300;400;500&display=swap");
.soft-hover {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  margin: 0;
  outline: 0;
  padding: 0;
}
a {
  cursor: pointer;
  text-decoration: none;
}
br {
  clear: both;
}
input,
textarea,
select {
  outline: none;
}
html,
body {
  height: 100%;
  width: 100%;
}
body {
  background-color: #f5f5f5;
  color: #231f20;
  font-family: "Alegreya Sans", sans-serif;
  font-size: 16px;
}
strong,
b {
  font-weight: 700;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
button:focus {
  outline: none;
}
table,
th,
td {
  border: 1px solid #3c261e;
}
.container-fluid {
  padding: 0;
}
.container {
  max-width: 1385px;
}
.responsive {
  display: none;
}
hr {
  border: 0;
  height: 5px;
  background: #3c261e;
  background: -webkit-gradient(linear,left top,right top,color-stop(0%,rgba(0,0,0,0)),color-stop(50%,#3c261e),color-stop(100%,rgba(0,0,0,0)));
  background: -webkit-linear-gradient(left,rgba(0,0,0,0) 0%,#3c261e 50%,rgba(0,0,0,0) 100%);
  background: -moz-linear-gradient(left,rgba(0,0,0,0) 0%,#3c261e 50%,rgba(0,0,0,0) 100%);
  background: -ms-linear-gradient(left,rgba(0,0,0,0) 0%,#3c261e 50%,rgba(0,0,0,0) 100%);
  background: -o-linear-gradient(left,rgba(0,0,0,0) 0%,#3c261e 50%,rgba(0,0,0,0) 100%);
  background: linear-gradient(left,rgba(0,0,0,0) 0%,#3c261e 50%,rgba(0,0,0,0) 100%);
}
#home {
  background-image: url(../img/images/header-background.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
#home img {
  max-width: 100%;
}
#home .stamp {
  float: right;
  height: 440px;
}
#home .menu {
  margin-top: 65px;
  position: absolute;
  right: 0;
  width: 45vw;
}
#home .menu ul {
  list-style: none;
  margin-bottom: 0;
  line-height: 1;
}
#home .menu ul a li {
  background-color: #3c261e;
  color: #ffffff;
  margin-bottom: 20px;
  font-family: Roboto;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  padding: 22px;
  letter-spacing: 1.7px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#home .menu ul a li i {
  margin-right: 10px;
}
#home .menu ul a:hover {
  text-decoration: none;
}
#home .menu ul a:hover li {
  background-color: #1a100d;
  padding-left: 30px;
}
#main-infos {
  margin-top: -30px;
  text-align: center;
}
#main-infos .container-infos {
  display: grid;
  grid-template-columns: repeat(3,1fr);
}
#main-infos .container-infos .infos {
  height: 230px;
  margin: 0 auto;
}
#bottom #contact {
  background: #ffffff;
  margin-top: 110px;
  padding-bottom: 30px;
}
#bottom #contact .title {
  margin-bottom: 30px;
  margin-top: -47px;
  text-align: center;
}
#bottom #contact .title h5 {
  background-color: #3c261e;
  color: #fff;
  display: inline-block;
  margin-bottom: 0;
  padding: 11px 22px;
}
#bottom #contact .container {
  max-width: 1165px;
}
#bottom #contact .container .contact-form {
  padding-left: 0;
}
#bottom #contact .container .contact-form .send-contact .input-area {
  margin-bottom: 20px;
}
#bottom #contact .container .contact-form .send-contact .input-area input[type="text"],
#bottom #contact .container .contact-form .send-contact .input-area input[type="email"],
#bottom #contact .container .contact-form .send-contact .input-area select,
#bottom #contact .container .contact-form .send-contact .input-area textarea {
  background: #eaeaea;
  border: 1px solid #ffffff00;
  color: #000000;
  font-family: Roboto;
  font-size: 14px;
  min-height: 40px;
  padding: 8px 15px;
  width: 100%;
}
#bottom #contact .container .contact-form .send-contact .input-area textarea {
  min-height: 85px;
}
#bottom #contact .container .contact-form .send-contact input[type="submit"] {
  background-color: #3c261e;
  border: 1px solid #ffffff00;
  color: #ffffff;
  font-family: Roboto;
  font-size: 13px;
  font-weight: 500;
  margin-left: 15px;
  margin-right: 15px;
  padding: 12px;
  text-transform: uppercase;
  width: 225px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#bottom #contact .container .contact-form .send-contact input[type="submit"]:hover,
#bottom #contact .container .contact-form .send-contact input[type="submit"]:focus {
  background-color: #1a100d;
}
#bottom #contact .container .contact-form .phones {
  padding-top: 30px;
}
#bottom #contact .container .contact-form .phones h5 {
  font-family: Roboto;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}
#bottom #contact .container .contact-form .phones .phones-list ul {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-gap: 0 35px;
}
#bottom #contact .container .contact-form .phones .phones-list ul li {
  line-height: 30px;
}
#bottom #contact .container .contact-form .phones .phones-list ul li i {
  margin-right: 10px;
}
#bottom #contact .container .contact-form .phones .phones-list ul li a {
  color: #231f20;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 500;
}
#bottom #contact .container .contact-form .phones .phones-list ul li .name {
  font-size: 15px;
  font-style: italic;
  margin-left: 10px;
}
#bottom #contact .container .video {
  display: flex;
  flex-direction: column;
  padding-left: 30px;
  padding-right: 30px;
}
#bottom #contact .container .video iframe {
  height: 315px;
  margin: 0 auto;
  width: 100%;
}
#bottom #datas .container {
  align-items: center;
  display: flex;
  justify-content: space-around;
  padding-bottom: 45px;
  padding-top: 45px;
}
#bottom #datas .container .infos .phone {
  color: #3c261e;
  font-size: 19px;
  font-weight: 500;
  display: inline-flex;
  margin-right: 15px;
  align-items: center;
}
#bottom #datas .container .infos .phone i {
  margin-right: 10px;
}
#bottom #datas .container .infos .email {
  color: #231f20;
  display: block;
  font-size: 17px;
  line-height: 20px;
  margin-top: 8px;
}
#bottom #datas .container .payment-form {
  display: grid;
  grid-template-columns: 300px 255px;
}
#bottom #datas .container .payment-form .texts .obs {
  color: #3c261e;
  font-weight: 500;
}
#bottom #datas .container .payment-form .texts p {
  margin-bottom: 0;
  width: 175px;
}
#bottom #datas .container .payment-form .stamps-list {
  display: grid;
  grid-gap: 35px;
  grid-template-columns: repeat(3,1fr);
}
#bottom #datas .container .payment-form .stamps-list img {
  align-self: center;
  height: 100px;
}
#bottom #datas .container .organization {
  display: grid;
  grid-gap: 15px;
  grid-template-columns: 1fr 1fr;
}
#bottom #datas .container .organization .item {
  align-items: center;
  display: flex;
  flex-direction: column;
}
#bottom #datas .container .organization .item h5 {
  font-size: 17px;
}
#bottom #datas .container .organization .item:last-child img {
  margin-top: 12px;
}
#bottom #datas .container .organization .item .auctioneer {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(2,1fr);
  justify-content: center;
}
#bottom #datas .container .organization .item .auctioneer img {
  align-self: center;
  margin: 0 auto;
  max-height: 165px;
  max-width: 150px;
}
#bottom #datas .container .organization .auctioneer {
  max-height: 70px;
  max-width: 120px;
}
#bottom hr {
  margin: 0 auto;
  max-width: 1250px;
}
#bottom #sponsorship .container {
  align-items: center;
  display: flex;
  justify-content: space-around;
  padding-bottom: 30px;
  padding-top: 30px;
}
#bottom #sponsorship .container .item .sponsors-list {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(4,1fr);
  justify-content: center;
}
#bottom #sponsorship .container .item .sponsors-list img {
  align-self: center;
  margin: 0 auto;
  max-height: 165px;
  max-width: 150px;
}
#bottom #sponsorship .container .item .auction-list {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(2,1fr);
  justify-content: center;
}
#bottom #sponsorship .container .item .auction-list img {
  align-self: center;
  margin: 0 auto;
  max-height: 165px;
  max-width: 150px;
}
#bottom #sponsorship .container .item .supporters-list {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(2,1fr);
  justify-content: center;
}
#bottom #sponsorship .container .item .supporters-list img {
  align-self: center;
  margin: 0 auto;
  max-height: 165px;
  max-width: 150px;
}
#bottom #signature {
  padding-bottom: 20px;
  padding-top: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-x: hidden;
}
#bottom #signature .footer-img {
  max-height: 26vh;
}
.top-button {
  align-items: center;
  background-color: #3c261e;
  border-radius: 50px;
  bottom: 40px;
  box-shadow: 1px 2px 8px #33333361;
  color: #ffffff;
  display: flex;
  font-size: 30px;
  height: 60px;
  justify-content: center;
  position: fixed;
  right: 40px;
  text-align: center;
  width: 60px;
  z-index: 5;
}
.top-button:hover {
  background-color: #2b1b16;
  color: #ffffff;
  text-decoration: none;
}
.whatsapp-button {
  align-items: center;
  background-color: #25d366;
  border-radius: 50px;
  bottom: 40px;
  box-shadow: 1px 2px 8px #33333361;
  color: #ffffff;
  display: flex;
  font-size: 30px;
  height: 60px;
  left: 40px;
  justify-content: center;
  position: fixed;
  text-align: center;
  width: 60px;
  z-index: 5;
}
.whatsapp-button:hover {
  background-color: #21bd5c;
  color: #ffffff;
  text-decoration: none;
}
