@charset "UTF-8";
/*link vermás*/
@import url("https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:wght@300;400;500;600;700;800;900&display=swap");
.bannerhome__content {
  width: calc(100% - 2.2rem);
  max-width: 1274px;
  margin: 0 auto;
  padding: 100px 0 0 0;
}
@media (min-width: 992px) {
  .bannerhome__content {
    padding: 120px 0 0 0;
  }
}
.bannerhome__content .bannerone {
  width: 100%;
  height: 100%;
  position: relative;
}
@media (min-width: 768px) {
  .bannerhome__content .bannerone {
    min-height: 574px;
    height: 574px !important;
  }
}
@media (min-width: 992px) {
  .bannerhome__content .bannerone {
    height: 774px;
  }
}
.bannerhome__content .bannerone-content {
  flex: 1;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 4px;
}
@media (min-width: 992px) {
  .bannerhome__content .bannerone-content {
    flex-direction: row;
  }
}
.bannerhome__content .bannerone-content-left {
  flex: 1;
}
.bannerhome__content .bannerone-content-right {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (min-width: 992px) {
  .bannerhome__content .bannerone-content-right {
    width: 55%;
  }
}
.bannerhome__content .bannerone-content-bar {
  height: 27px;
  background-color: #E4DED0;
  width: 100%;
}
@media (min-width: 992px) {
  .bannerhome__content .bannerone-content-bar {
    height: 40px;
  }
}
.bannerhome__content .bannerone-title {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 400;
  font-size: 3rem;
  line-height: 2.5625rem;
  letter-spacing: 0;
  vertical-align: middle;
  color: #585657;
  margin: 3rem 0 2rem;
}
@media (min-width: 992px) {
  .bannerhome__content .bannerone-title {
    font-size: 4rem;
    line-height: 3.5625rem;
  }
}
.bannerhome__content .bannerone-title strong {
  font-weight: 800;
}
.bannerhome__content .bannerone-subtitle {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.75rem;
  letter-spacing: 0;
  vertical-align: middle;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.75rem;
  letter-spacing: 1;
  color: #827D80;
  margin: 2rem 0 2rem;
}
.bannerhome__content .bannerone-subtitle strong {
  color: #E94E1C;
}
.bannerhome__content .bannerone p {
  color: #585657;
  margin: 2rem 0 1rem;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 400; /* Regular */
  font-size: 1.125rem;
  line-height: 1.6875rem;
  letter-spacing: 0;
  vertical-align: middle;
}
.bannerhome__content .bannerone p strong {
  color: #585657;
}
.bannerhome__content .bannerone-logo {
  display: flex;
  margin: 20px 0;
}
.bannerhome__content .bannerone-logo a:last-child {
  margin-left: 10px;
}
.bannerhome__content .bannerone-logo a:last-child img {
  height: 30px;
}
.bannerhome__content .bannerone-logo img {
  height: 26px;
  margin-right: 10px;
}
.bannerhome__content .bannerone-logo a {
  position: relative;
}
.bannerhome__content .bannerone-logo a.sep::after {
  content: "";
  position: absolute;
  top: 15%;
  bottom: 15%;
  right: 0;
  width: 1px;
  background-color: #C5CCCE;
}
.bannerhome__content .bannerone .icon_slide {
  position: absolute;
  top: 50%;
  left: 58%;
  transform: translate(0%, -50%);
  width: 60px;
  height: 60px;
  z-index: 1;
}
@media (min-width: 768px) and (max-width: 991px) {
  .bannerhome__content .bannerone .icon_slide {
    top: 48%;
    left: 52%;
  }
}
.bannerhome__content .bannerone__img {
  display: block;
  position: relative;
  min-height: 320px;
  width: 100%;
  overflow: hidden;
  max-width: 400px;
  margin: 0 auto;
}
@media (min-width: 425px) {
  .bannerhome__content .bannerone__img {
    max-width: 370px;
  }
}
@media (min-width: 768px) {
  .bannerhome__content .bannerone__img {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .bannerhome__content .bannerone__img {
    height: 550px !important;
    max-width: 600px;
  }
}
.bannerhome__content .bannerone__img img {
  display: inline-block;
  height: auto;
  width: 100%;
  height: 100%;
  min-width: auto;
  min-height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transform: none;
  transform: none;
  position: static;
}
.bannerhome__content .bannerone__video {
  position: relative;
  min-height: 320px;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  max-width: 400px;
  margin: 0 auto;
}
@media (min-width: 425px) {
  .bannerhome__content .bannerone__video {
    max-width: 370px;
  }
}
@media (min-width: 768px) {
  .bannerhome__content .bannerone__video {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .bannerhome__content .bannerone__video {
    height: 550px !important;
    max-width: 600px;
  }
}
.bannerhome__content .bannerone__video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  object-fit: contain;
}
.bannerhome__content .bannerone__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}/*# sourceMappingURL=banner-home.css.map */