.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.sec-feriasnoseutempo {
  height: 1100px;
  padding-right: 12%;
  padding-left: 12%;
  background-image: url('../images/curva-branca.png'), url('../images/piscina2.jpg');
  background-position: 50% 100%, 50% 0%;
  background-size: contain, cover;
  background-repeat: no-repeat, no-repeat;
}

.div-cont-feriasnoseu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 110px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.h1-amarelo-extra {
  margin-bottom: 0px;
  font-family: 'Proxima nova', sans-serif;
  color: #f8c912;
  font-size: 80px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.heading {
  margin-top: -25px;
  margin-left: 90px;
  font-family: 'Photograph signature', sans-serif;
  color: #fff;
  font-size: 150px;
  line-height: 80px;
  font-weight: 400;
}

.txt-branco {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Proxima nova', sans-serif;
  color: #fff;
  font-size: 17px;
  font-weight: 300;
  text-align: center;
}

.button {
  width: 100%;
  margin-top: 20px;
  padding: 12px 25px;
  border-radius: 20px;
  background-color: #ff6300;
  font-family: 'Proxima nova', sans-serif;
  color: #fffefd;
  font-size: 19px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.button:hover {
  background-color: #ca5408;
}

.ses-seguran-a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 18% 186px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/curva-roxa.png');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.75fr minmax(0px, 0.25fr) 0.75fr;
  grid-template-columns: 0.75fr minmax(0px, 0.25fr) 0.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.button-seguran-a {
  margin-top: 20px;
  padding: 12px 25px;
  border-radius: 100px;
  background-color: #20b5d5;
  font-family: 'Proxima nova', sans-serif;
  color: #fffefd;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.button-seguran-a:hover {
  background-color: #1697b3;
}

.sec-beneficios-exclusivos {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 12% 90px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #662e8b;
}

.div-cont-beneficios {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.h3-amarelo-tt {
  margin-top: 0px;
  font-family: 'Proxima nova', sans-serif;
  color: #f8c912;
  font-size: 20px;
  text-align: left;
  text-transform: uppercase;
}

.div-grid-beneficios-esclusivos {
  display: -ms-grid;
  display: grid;
  width: 950px;
  margin-top: -50px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.sec-serra {
  height: auto;
  padding: 0px 12% 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/serra.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/serra.jpg');
  background-position: 0px 0px, 50% 40%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.sec-pacotes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding: 80px 12% 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/curva-azul-verde.png');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-grid-divirta-se {
  display: -ms-grid;
  display: grid;
  margin-top: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 44px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.5fr 0.5fr 0.75fr;
  grid-template-columns: 0.5fr 0.5fr 0.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.sec-divirta-se {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 12% 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #2554da;
}

.div-turquesa {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 280px;
  padding-top: 20px;
  padding-bottom: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #0bd9b7;
  text-align: center;
}

.sec-formulario {
  padding: 257px 12% 127px;
  background-color: transparent;
  background-image: url('../images/curva-azul-topo.png');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.sec-footer {
  padding: 0px 12%;
  background-color: #662e8b;
}

.div-block-4 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.link-block-social {
  margin-right: 5px;
}

.div-grid-pacotes {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-5 {
  display: -ms-grid;
  display: grid;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1.25fr 0.25fr 0.5fr;
  grid-template-columns: 1.25fr 0.25fr 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-cont-seguran-a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.h1-cinza-tt {
  margin-top: 0px;
  margin-bottom: 4px;
  font-family: 'Proxima nova', sans-serif;
  color: #484848;
  font-size: 50px;
  line-height: 45px;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.h1-azul-escuro--tt {
  margin-top: 0px;
  font-family: 'Proxima nova', sans-serif;
  color: #003074;
  font-size: 67px;
  line-height: 61px;
  font-weight: 700;
  text-transform: uppercase;
}

.txt-cinza {
  font-family: 'Proxima nova', sans-serif;
  font-size: 17px;
  font-weight: 300;
  text-align: justify;
}

.h1-branco-tt {
  margin-bottom: 0px;
  font-family: 'Proxima nova', sans-serif;
  color: #fff;
  font-size: 42px;
  font-weight: 100;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.div-block-6 {
  position: relative;
  text-align: center;
}

.h1-photigraphic-amarelo {
  margin-top: -43px;
  margin-left: 86px;
  padding-left: 8px;
  font-family: 'Photograph signature', sans-serif;
  color: #f8c912;
  font-size: 150px;
  line-height: 80px;
  font-weight: 400;
}

.div-title-ben-excl {
  position: relative;
  top: -104px;
  width: 950px;
  margin-bottom: 30px;
  padding-left: 28px;
}

.div-block-7 {
  display: -ms-grid;
  display: grid;
  height: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 0.75fr;
  grid-template-columns: 1fr 1fr 0.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -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;
}

.h1-branco-tt-bold {
  font-family: 'Proxima nova', sans-serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.h1-roxo-tt {
  margin-top: 0px;
  font-family: 'Proxima nova', sans-serif;
  color: #662e8b;
  font-size: 67px;
  line-height: 60px;
  font-weight: 900;
  text-transform: uppercase;
}

.div-img-beneficios {
  margin-bottom: 10px;
}

.image {
  margin-bottom: 0px;
}

.div-txt-beneficios {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-img-diarias {
  width: 250px;
  height: 250px;
  margin-bottom: 10px;
  border-radius: 10px;
  background-image: url('../images/img-diaria.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-8 {
  position: relative;
  top: -75px;
  text-align: center;
}

.h1-cinza-tt-copy {
  margin-bottom: 0px;
  font-family: 'Proxima nova', sans-serif;
  color: #484848;
  line-height: 40px;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.txt-verde {
  margin-bottom: 0px;
  font-family: 'Proxima nova', sans-serif;
  color: #138270;
  font-size: 16px;
}

.txt-branco-bold {
  margin-top: 0px;
  font-family: 'Proxima nova', sans-serif;
  color: #fff;
}

.div-logo-serramadre {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: right;
}

.div-redessociais {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.div-cont-selo {
  position: relative;
  top: -71px;
  text-align: center;
}

.div-block-9 {
  position: relative;
}

.field-label {
  margin-bottom: 2px;
  font-family: 'Proxima nova', sans-serif;
  color: #484848;
  font-weight: 600;
}

.button-form {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 7px;
  background-color: #662e8b;
  font-family: 'Proxima nova', sans-serif;
  font-weight: 300;
}

.button-form:hover {
  background-color: #532174;
}

.div-or-amento {
  position: relative;
  bottom: -53px;
  text-align: center;
}

.txt-amarelo-bold {
  margin-top: 0px;
  font-family: 'Proxima nova', sans-serif;
  color: #fff;
}

.txt-amarelo-tt {
  margin-top: 0px;
  font-family: 'Proxima nova', sans-serif;
  color: #f8c912;
  text-transform: uppercase;
}

.txt-branco-20 {
  margin-bottom: 0px;
  font-family: 'Proxima nova', sans-serif;
  color: #fff;
  font-size: 22px;
  font-weight: 300;
}

.div-seta-amarela {
  position: relative;
  top: -29px;
  margin-bottom: 40px;
  text-align: center;
}

.div-cont-seguran-a2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: left;
}

.div-block-10 {
  width: 15px;
}

.div-block-11 {
  padding-right: 65px;
}

.txt-branco-18 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Proxima nova', sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}

.div-block-12 {
  margin-top: 60px;
}

.txt-branco-just {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: 'Proxima nova', sans-serif;
  color: #fff;
  font-size: 16px;
  text-align: justify;
}

.h1-branco-tt-bold-dir {
  font-family: 'Proxima nova', sans-serif;
  color: #fff;
  font-weight: 700;
  text-align: right;
  text-transform: uppercase;
}

.div-block-13 {
  margin-top: 49px;
  padding-right: 0px;
}

.grid {
  -ms-grid-columns: 0.75fr 1fr;
  grid-template-columns: 0.75fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-14 {
  margin-top: 37px;
  padding-right: 50px;
  padding-bottom: 0px;
}

.div-img-fim-de-semana {
  width: 250px;
  height: 250px;
  margin-bottom: 10px;
  border-radius: 10px;
  background-image: url('../images/img-fim_de_semana.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-img-ferias {
  width: 250px;
  height: 250px;
  margin-bottom: 10px;
  border-radius: 10px;
  background-image: url('../images/img-ferias.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-15 {
  width: 950px;
}

.h1-photigraphic-amarelo-divir {
  margin-top: -20px;
  margin-left: 0px;
  padding-left: 8px;
  font-family: 'Photograph signature', sans-serif;
  color: #f8c912;
  font-size: 155px;
  line-height: 90px;
  font-weight: 400;
}

.div-block-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 900px;
  margin-top: 68px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.txt-branco-center {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Proxima nova', sans-serif;
  color: #fff;
  font-size: 17px;
  font-weight: 300;
  text-align: center;
}

.txt-amarelo-tt-copy {
  margin-top: 0px;
  font-family: 'Proxima nova', sans-serif;
  color: #f8c912;
  font-size: 20px;
  text-transform: uppercase;
}

.txt-bold {
  margin-left: 5px;
  font-family: 'Proxima nova', sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}

.div-cont-seguran-a2-mobile {
  display: none;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: left;
}

.div-block-4mobile {
  display: none;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-logo-serramadre-mob {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: right;
}

.columns {
  margin-bottom: 80px;
}

.columns-2 {
  margin-bottom: 60px;
}

.column-2 {
  height: 100%;
}

.txt-branco-copy {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Proxima nova', sans-serif;
  color: #fff;
  font-size: 17px;
  font-weight: 300;
  text-align: left;
}

.txt-branco-just-copy {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Proxima nova', sans-serif;
  color: #fff;
  font-size: 16px;
  text-align: justify;
}

.txt-cinza-track {
  font-family: 'Proxima nova', sans-serif;
  font-size: 17px;
  font-weight: 300;
  text-align: justify;
  letter-spacing: -0.5px;
}

.div-valores {
  margin-top: 20px;
}

.div-laranja {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 280px;
  padding-top: 20px;
  padding-bottom: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #ffac2c;
  text-align: center;
}

.div-rosa {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 280px;
  padding-top: 20px;
  padding-bottom: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #f95baf;
  text-align: center;
}

.txt-branco-16 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Proxima nova', sans-serif;
  color: #fff;
  font-size: 17px;
  font-weight: 300;
  text-align: center;
}

._63-turquesa {
  display: inline-block;
  float: none;
  font-family: 'Proxima nova', sans-serif;
  color: #0bd9b7;
  font-size: 110px;
  line-height: 85px;
  font-weight: 600;
  text-align: right;
}

.r-turquesa {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: 'Proxima nova', sans-serif;
  color: #0bd9b7;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  text-align: right;
}

.columns-3 {
  margin-top: 20px;
}

.txt-branco-16-tt {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Proxima nova', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

._3x {
  display: inline;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Proxima nova', sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 50px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.column-3 {
  padding-right: 0px;
  padding-left: 0px;
}

.col-contval {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: right;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid-2 {
  justify-items: center;
  grid-column-gap: 4px;
  -ms-grid-columns: 1fr 0.75fr;
  grid-template-columns: 1fr 0.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-25 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}

.r-laranja {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: inline;
  font-family: 'Proxima nova', sans-serif;
  color: #ffac2c;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  text-align: right;
}

._63-laranja {
  display: inline-block;
  float: none;
  font-family: 'Proxima nova', sans-serif;
  color: #ffac2c;
  font-size: 110px;
  line-height: 85px;
  font-weight: 600;
  text-align: right;
}

.r-rosa {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: inline;
  font-family: 'Proxima nova', sans-serif;
  color: #f95baf;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  text-align: right;
}

._63-rosa {
  display: inline-block;
  float: none;
  font-family: 'Proxima nova', sans-serif;
  color: #f95baf;
  font-size: 110px;
  line-height: 85px;
  font-weight: 600;
  text-align: right;
}

.div-align-dir {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}

.div-align-esq {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: right;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid-2-copy {
  justify-items: center;
  grid-column-gap: 4px;
  -ms-grid-columns: 1fr 0.75fr;
  grid-template-columns: 1fr 0.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-2-copy {
  justify-items: center;
  grid-column-gap: 4px;
  -ms-grid-columns: 1fr 0.75fr;
  grid-template-columns: 1fr 0.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-2-copy-copy {
  justify-items: center;
  grid-column-gap: 4px;
  -ms-grid-columns: 1fr 0.75fr;
  grid-template-columns: 1fr 0.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-26 {
  display: inline-block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.div-block-27 {
  display: inline-block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-28 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-29 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-cont-valores {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.r-orange {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: 'Proxima nova', sans-serif;
  color: #ffac2c;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  text-align: right;
}

.r-pink {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: 'Proxima nova', sans-serif;
  color: #f95baf;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  text-align: right;
}

.txt-branco-16-tt-a-partir {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Proxima nova', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.txt-branco-16-tt-3-diarias {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Proxima nova', sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

._3x-copy {
  display: inline;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Proxima nova', sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 50px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.txt-turquesa-bold {
  margin-top: 0px;
  font-family: 'Proxima nova', sans-serif;
  color: #fff;
}

@media screen and (max-width: 991px) {
  .sec-feriasnoseutempo {
    height: 800px;
  }
  .div-cont-feriasnoseu {
    padding-top: 54px;
  }
  .h1-amarelo-extra {
    font-size: 50px;
  }
  .heading {
    margin-left: 0px;
    font-size: 100px;
  }
  .txt-branco {
    text-align: center;
  }
  .ses-seguran-a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 146px;
  }
  .div-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .button-seguran-a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 12px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 16px;
  }
  .div-grid-beneficios-esclusivos {
    width: auto;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .sec-serra {
    background-position: 50% 50%;
  }
  .div-grid-divirta-se {
    -ms-grid-columns: 0.5fr;
    grid-template-columns: 0.5fr;
  }
  .sec-divirta-se {
    margin-top: -2px;
  }
  .div-turquesa {
    width: 380px;
  }
  .sec-formulario {
    padding-top: 192px;
  }
  .div-grid-pacotes {
    justify-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .div-block-5 {
    -ms-grid-columns: 1.25fr 0.25fr 0.25fr;
    grid-template-columns: 1.25fr 0.25fr 0.25fr;
  }
  .div-cont-seguran-a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-title-ben-excl {
    top: -51px;
    width: auto;
  }
  .div-block-7 {
    -ms-grid-columns: 1fr 0.25fr 1fr;
    grid-template-columns: 1fr 0.25fr 1fr;
  }
  .div-img-diarias {
    width: 350px;
  }
  .div-block-8 {
    top: -35px;
  }
  .div-or-amento {
    bottom: -53px;
  }
  .div-cont-seguran-a2 {
    display: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .div-block-10 {
    display: none;
  }
  .div-block-11 {
    padding-right: 0px;
    text-align: center;
  }
  .h1-branco-tt-bold-dir {
    font-size: 36px;
    text-align: left;
  }
  .div-block-13 {
    margin-top: 24px;
  }
  .grid {
    -ms-grid-columns: 0.75fr 0.25fr;
    grid-template-columns: 0.75fr 0.25fr;
  }
  .div-block-14 {
    padding-right: 0px;
  }
  .div-img-fim-de-semana {
    width: 350px;
  }
  .div-img-ferias {
    width: 350px;
  }
  .div-block-15 {
    width: auto;
  }
  .div-block-16 {
    width: auto;
  }
  .div-block-17 {
    text-align: center;
  }
  .div-cont-seguran-a2-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .div-block-18 {
    position: relative;
    top: -33px;
    width: 80%;
    height: 3px;
    margin-left: 140px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #662e8b;
    text-align: right;
  }
  .div-block-19 {
    text-align: center;
  }
  .div-linha_roxa {
    width: 80%;
    height: 2px;
    padding-bottom: 0px;
  }
  .txt-branco-copy {
    text-align: left;
  }
  .div-block-22 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .div-cont {
    margin-bottom: 10px;
  }
  .div-laranja {
    width: 380px;
  }
  .div-rosa {
    width: 380px;
  }
  .txt-branco-16 {
    text-align: center;
  }
  .txt-branco-16-tt {
    text-align: center;
  }
  ._3x {
    text-align: center;
  }
  .col-contval {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .grid-2 {
    -ms-grid-columns: 0.75fr 0.75fr minmax(0px, 0.25fr);
    grid-template-columns: 0.75fr 0.75fr minmax(0px, 0.25fr);
  }
  .div-cont-esq {
    text-align: center;
  }
  .grid-2-copy {
    -ms-grid-columns: 0.75fr 1fr;
    grid-template-columns: 0.75fr 1fr;
  }
  .grid-2-copy {
    -ms-grid-columns: 0.75fr 0.75fr minmax(0px, 0.25fr);
    grid-template-columns: 0.75fr 0.75fr minmax(0px, 0.25fr);
  }
  .div-cont-esq-c {
    text-align: center;
  }
  .grid-2-copy-copy {
    -ms-grid-columns: 0.75fr 1fr;
    grid-template-columns: 0.75fr 1fr;
  }
  .txt-branco-16-tt-a-partir {
    text-align: center;
  }
  .txt-branco-16-tt-3-diarias {
    text-align: center;
  }
  ._3x-copy {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .sec-feriasnoseutempo {
    height: 600px;
    padding-right: 10%;
    padding-left: 10%;
  }
  .txt-branco {
    text-align: justify;
  }
  .button {
    font-size: 17px;
  }
  .ses-seguran-a {
    padding-right: 10%;
    padding-bottom: 109px;
    padding-left: 10%;
  }
  .h3-amarelo-tt {
    font-size: 18px;
    text-align: center;
  }
  .sec-serra {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.48)), to(rgba(0, 0, 0, 0.48))), url('../images/serra.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.48), rgba(0, 0, 0, 0.48)), url('../images/serra.jpg');
    background-position: 0px 0px, 50% 50%;
  }
  .sec-pacotes {
    padding-bottom: 154px;
  }
  .sec-formulario {
    padding-top: 142px;
  }
  .div-block-5 {
    -ms-grid-columns: 1.25fr 0.25fr;
    grid-template-columns: 1.25fr 0.25fr;
  }
  .h1-cinza-tt {
    font-size: 35px;
    line-height: 38px;
  }
  .h1-azul-escuro--tt {
    font-size: 50px;
    line-height: 45px;
  }
  .h1-branco-tt {
    font-size: 35px;
  }
  .h1-photigraphic-amarelo {
    font-size: 100px;
  }
  .div-block-7 {
    -ms-grid-columns: 0.25fr 0.25fr 1fr;
    grid-template-columns: 0.25fr 0.25fr 1fr;
  }
  .h1-roxo-tt {
    font-size: 50px;
    line-height: 50px;
  }
  .div-redessociais {
    -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;
  }
  .div-block-11 {
    padding-right: 0px;
  }
  .h1-branco-tt-bold-dir {
    line-height: 40px;
    text-align: left;
  }
  .h1-photigraphic-amarelo-divir {
    font-size: 100px;
  }
  .div-block-16 {
    margin-top: 28px;
    padding-top: 0px;
  }
  .div-cont-seguran-a2-mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .txt-branco-copy {
    text-align: justify;
  }
  .div-block-22 {
    margin-bottom: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .div-block-23 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .txt-branco-16 {
    text-align: justify;
  }
  .txt-branco-16-tt {
    text-align: center;
  }
  ._3x {
    text-align: center;
  }
  .grid-2 {
    grid-column-gap: 11px;
    -ms-grid-columns: 0.75fr 1fr;
    grid-template-columns: 0.75fr 1fr;
  }
  .grid-2-copy {
    grid-column-gap: 11px;
    -ms-grid-columns: 0.75fr 1fr;
    grid-template-columns: 0.75fr 1fr;
  }
  .grid-2-copy {
    grid-column-gap: 11px;
    -ms-grid-columns: 0.5fr 1fr;
    grid-template-columns: 0.5fr 1fr;
  }
  .grid-2-copy-copy {
    grid-column-gap: 11px;
    -ms-grid-columns: 0.75fr 1fr;
    grid-template-columns: 0.75fr 1fr;
  }
  .txt-branco-16-tt-a-partir {
    text-align: center;
  }
  .txt-branco-16-tt-3-diarias {
    text-align: center;
  }
  ._3x-copy {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .sec-feriasnoseutempo {
    height: 600px;
    background-image: url('../images/curva-branca.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/piscina.jpg');
    background-image: url('../images/curva-branca.png'), linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/piscina.jpg');
    background-position: 50% 100%, 0px 0px, 50% 50%;
    background-size: contain, auto, cover;
    background-repeat: no-repeat, repeat, no-repeat;
  }
  .h1-amarelo-extra {
    font-size: 40px;
  }
  .heading {
    font-size: 80px;
  }
  .txt-branco {
    text-align: justify;
  }
  .button {
    font-size: 15px;
  }
  .h3-amarelo-tt {
    font-size: 15px;
    line-height: 20px;
    text-align: center;
  }
  .div-grid-beneficios-esclusivos {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .sec-serra {
    padding-bottom: 40px;
  }
  .sec-pacotes {
    padding-top: 40px;
    padding-bottom: 62px;
  }
  .div-turquesa {
    width: 250px;
  }
  .sec-formulario {
    padding-top: 87px;
    padding-bottom: 85px;
  }
  .sec-footer {
    margin-top: 12px;
    padding-top: 0px;
    padding-bottom: 38px;
  }
  .div-block-4 {
    display: none;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .div-block-5 {
    -ms-grid-columns: 1.25fr;
    grid-template-columns: 1.25fr;
  }
  .h1-cinza-tt {
    font-size: 30px;
    line-height: 32px;
  }
  .h1-azul-escuro--tt {
    font-size: 40px;
    line-height: 42px;
  }
  .h1-branco-tt {
    font-size: 20px;
    line-height: 35px;
  }
  .h1-photigraphic-amarelo {
    margin-left: 4px;
    font-size: 80px;
  }
  .div-title-ben-excl {
    top: -36px;
    padding-left: 0px;
  }
  .div-block-7 {
    -ms-grid-columns: 1.5fr;
    grid-template-columns: 1.5fr;
  }
  .h1-roxo-tt {
    font-size: 35px;
    line-height: 35px;
  }
  .div-img-diarias {
    width: 200px;
    height: 200px;
  }
  .div-block-8 {
    width: auto;
  }
  .div-redessociais {
    -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;
  }
  .div-cont-selo {
    top: 0px;
  }
  .div-or-amento {
    bottom: -14px;
  }
  .txt-branco-18 {
    font-size: 15px;
    line-height: 18px;
  }
  .div-block-12 {
    margin-top: 24px;
  }
  .h1-branco-tt-bold-dir {
    font-size: 30px;
    line-height: 30px;
  }
  .grid {
    -ms-grid-columns: 1.5fr;
    grid-template-columns: 1.5fr;
  }
  .div-img-fim-de-semana {
    width: 200px;
    height: 200px;
  }
  .div-img-ferias {
    width: 200px;
    height: 200px;
  }
  .h1-photigraphic-amarelo-divir {
    padding-left: 0px;
    font-size: 60px;
    line-height: 50px;
  }
  .txt-branco-center {
    text-align: justify;
  }
  .div-block-20 {
    display: none;
  }
  .div-block-21 {
    display: none;
  }
  .column {
    padding-right: 0px;
    padding-left: 0px;
  }
  .div-block-4mobile {
    display: block;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .image-2 {
    position: relative;
    top: -37px;
  }
  .div-logo-serramadre-mob {
    margin-top: -23px;
    margin-bottom: 19px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .txt-branco-copy {
    text-align: justify;
  }
  .div-block-24 {
    margin-bottom: 14px;
  }
  .div-laranja {
    width: 250px;
  }
  .div-rosa {
    width: 250px;
  }
  .txt-branco-16 {
    text-align: justify;
  }
  ._63-turquesa {
    font-size: 100px;
  }
  .txt-branco-16-tt {
    font-size: 16px;
    text-align: center;
  }
  ._3x {
    font-size: 54px;
    line-height: 42px;
    text-align: justify;
  }
  .grid-2 {
    grid-column-gap: 1px;
    -ms-grid-columns: 0.5fr 1fr;
    grid-template-columns: 0.5fr 1fr;
  }
  ._63-laranja {
    display: block;
    font-size: 105px;
    line-height: 80px;
  }
  ._63-rosa {
    font-size: 90px;
    line-height: 70px;
  }
  .grid-2-copy {
    grid-column-gap: 1px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .div-block-26 {
    margin-left: 5px;
  }
  .txt-branco-16-tt-a-partir {
    font-size: 15px;
    text-align: center;
  }
  .txt-branco-16-tt-3-diarias {
    font-size: 14px;
    text-align: center;
  }
  .div-block-30 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .div-block-31 {
    margin-left: 5px;
  }
  .div-block-32 {
    margin-left: 5px;
  }
  ._3x-copy {
    font-size: 50px;
    line-height: 37px;
    text-align: justify;
  }
}

@media screen and (max-width: 479px) {
  #w-node-09fbbeb35300-58ee595b {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }
  #w-node-83df7f50532a-58ee595b {
    -ms-grid-column-align: center;
    justify-self: center;
  }
  #w-node-7eb22432b377-58ee595b {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@font-face {
  font-family: 'Photograph signature';
  src: url('../fonts/Photograph-Signature.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima nova';
  src: url('../fonts/Proxima-Nova-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima nova';
  src: url('../fonts/proxima-nova-black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima nova';
  src: url('../fonts/proxima-nova-bold.otf') format('opentype'), url('../fonts/proxima-nova-extrabold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima nova';
  src: url('../fonts/proxima-nova-bold-italic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Proxima nova';
  src: url('../fonts/proxima-nova-semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima nova';
  src: url('../fonts/proxima-nova-light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}