h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 42px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
  text-transform: none;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
}

h4 {
  position: absolute;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 76px;
  line-height: 100px;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  line-height: 22px;
  font-weight: 500;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  max-width: 1200px;
  min-width: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.section {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 32px;
  padding-bottom: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider {
  position: relative;
  overflow: hidden;
  min-height: 350px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 1200px;
  background-color: transparent;
}

.card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 328px;
  min-height: 254px;
  min-width: 328px;
  margin-right: 16px;
  margin-left: 16px;
  padding: 16px 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 24px;
  background-color: #fff;
}

.card-shadow {
  position: absolute;
  z-index: -999;
  min-height: 254px;
  min-width: 328px;
  margin-right: 16px;
  margin-left: 16px;
  border-radius: 24px;
  background-color: rgba(0, 0, 0, 0.28);
  -webkit-filter: blur(16px);
  filter: blur(16px);
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.txt-center {
  text-align: center;
}

.background_slider {
  position: absolute;
  top: 0px;
  bottom: auto;
  z-index: -1000;
  width: 100vw;
  height: 320px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#eee));
  background-image: linear-gradient(180deg, #eee, #eee);
}

.container-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  max-width: 1200px;
  min-width: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.container-slider {
  position: absolute;
  top: 338px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  max-width: 1200px;
  min-width: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.btn {
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 16px 40px;
  border-radius: 120px;
  background-color: #f47275;
  background-image: -webkit-gradient(linear, left top, right top, from(#fba834), to(#f47275));
  background-image: linear-gradient(90deg, #fba834, #f47275);
  -webkit-transition: opacity 100ms ease, padding 200ms ease;
  transition: opacity 100ms ease, padding 200ms ease;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.btn:hover {
  padding-right: 80px;
  padding-left: 80px;
}

.btn:active {
  background-image: -webkit-gradient(linear, left top, right top, from(#fba834), to(#f47275));
  background-image: linear-gradient(90deg, #fba834, #f47275);
  opacity: 0.6;
}

.heading {
  font-size: 75px;
  line-height: 80px;
}

.heading-copy {
  font-size: 75px;
  line-height: 80px;
}

.heading-2 {
  top: 242px;
}

.slider-titulo {
  top: 250px;
  display: block;
  margin-top: 10px;
  font-size: 120px;
  text-transform: uppercase;
}

.header {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hide {
  display: none;
}

.slider-color {
  position: absolute;
  z-index: -100;
  min-height: 100%;
  min-width: 100%;
  background-color: #f47275;
  background-image: linear-gradient(223deg, #fba834, #f47275);
  opacity: 0.8;
}

.slider-color.white {
  z-index: -800;
  background-color: #fff;
  background-image: none;
  opacity: 1;
}

.preloader {
  position: absolute;
  z-index: 2000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  min-width: 100vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

