/*
Theme Name: Tour Queirolo
Theme URI: la-agencia.pe
Author: Equipo de Desarrollo Web - La Agencia
Author URI: la-agencia.pe
Description: Tour Queirolo Landing Page
Version: 1.0
*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
/* line 6, dev/scss/_reset.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
/* line 27, dev/scss/_reset.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

/* line 31, dev/scss/_reset.scss */
body {
  line-height: 1; }

/* line 34, dev/scss/_reset.scss */
ol, ul {
  list-style: none; }

/* line 37, dev/scss/_reset.scss */
blockquote, q {
  quotes: none; }

/* line 40, dev/scss/_reset.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

/* line 45, dev/scss/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

@font-face {
  font-family: 'Gotham-Light';
  src: url("../fonts/Gotham-Light.eot?") format("eot"), url("../fonts/Gotham-Light.woff2") format("woff2"), url("../fonts/Gotham-Light.woff") format("woff"), url("../fonts/Gotham-Light.ttf") format("truetype"), url("../fonts/Gotham-Light.svg") format("svg"); }

@font-face {
  font-family: 'Gotham-Book';
  src: url("../fonts/Gotham-Book.eot?") format("eot"), url("../fonts/Gotham-Book.woff2") format("woff2"), url("../fonts/Gotham-Book.woff") format("woff"), url("../fonts/Gotham-Book.ttf") format("truetype"), url("../fonts/Gotham-Book.svg") format("svg"); }

@font-face {
  font-family: 'Gotham-Medium';
  src: url("../fonts/Gotham-Medium.eot?") format("eot"), url("../fonts/Gotham-Medium.woff2") format("woff2"), url("../fonts/Gotham-Medium.woff") format("woff"), url("../fonts/Gotham-Medium.ttf") format("truetype"), url("../fonts/Gotham-Medium.svg") format("svg"); }

@font-face {
  font-family: 'Gotham-Bold';
  src: url("../fonts/Gotham-Bold.eot?") format("eot"), url("../fonts/Gotham-Bold.woff2") format("woff2"), url("../fonts/Gotham-Bold.woff") format("woff"), url("../fonts/Gotham-Bold.ttf") format("truetype"), url("../fonts/Gotham-Bold.svg") format("svg"); }

/* line 10, dev/scss/_hamburguer.scss */
.menu-toogle {
  position: absolute;
  top: 2px;
  right: 25px;
  width: 50px;
  height: 36px;
  display: none;
  z-index: 10; }

/* line 19, dev/scss/_hamburguer.scss */
.hamburguer {
  display: block;
  height: 4px;
  background-color: #424143;
  margin: 6px 10px;
  position: relative;
  -webkit-transition: all .5s;
  transition: all .5s; }

/* line 27, dev/scss/_hamburguer.scss */
.open {
  background-color: #fff; }
  /* line 29, dev/scss/_hamburguer.scss */
  .open:first-child {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 10px; }
  /* line 34, dev/scss/_hamburguer.scss */
  .open:nth-child(2) {
    opacity: 0; }
  /* line 37, dev/scss/_hamburguer.scss */
  .open:last-child {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 10px; }

/* line 43, dev/scss/_hamburguer.scss */
.menu-switch {
  display: none; }

@media (max-width: 575px) {
  /* line 48, dev/scss/_hamburguer.scss */
  .menu-toogle {
    display: block; }
  /* line 51, dev/scss/_hamburguer.scss */
  .menu-switch:checked ~ .nav {
    right: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transition-delay: 0s;
            transition-delay: 0s; }
    /* line 55, dev/scss/_hamburguer.scss */
    .menu-switch:checked ~ .nav .nav__item {
      opacity: 1;
      padding: 20px 0;
      -webkit-transition: all 0.4s ease;
      transition: all 0.4s ease;
      -webkit-transition-delay: 0.4s;
              transition-delay: 0.4s; } }

@media (max-width: 425px) {
  /* line 65, dev/scss/_hamburguer.scss */
  .menu-toogle {
    top: -2px;
    right: 15px; } }

/* line 25, dev/scss/style.scss */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

/* line 29, dev/scss/style.scss */
*:focus {
  outline: none; }

/* line 33, dev/scss/style.scss */
body {
  font-family: Gotham-Light, sans-serif;
  line-height: 1.4;
  background-color: #fff; }

/* line 39, dev/scss/style.scss */
h1, h2, h3, h4, h5 {
  text-transform: uppercase;
  font-family: Gotham-Bold, sans-serif;
  color: #fff; }

/* line 45, dev/scss/style.scss */
p {
  font-family: Gotham-Light, sans-serif;
  color: #fff; }

/* line 50, dev/scss/style.scss */
strong {
  font-family: Gotham-Medium, sans-serif; }

/* line 54, dev/scss/style.scss */
a {
  text-decoration: none; }
  /* line 56, dev/scss/style.scss */
  a:hover, a:focus {
    text-decoration: none; }

/* line 62, dev/scss/style.scss */
li {
  color: #fff; }

/* line 66, dev/scss/style.scss */
img {
  max-width: 100%;
  vertical-align: top;
  height: auto; }

/* line 71, dev/scss/style.scss */
.hidden {
  display: none; }

/* line 75, dev/scss/style.scss */
.down-bottom {
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0); }
  /* line 80, dev/scss/style.scss */
  .down-bottom a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #000;
    color: #fff;
    font-size: 0.9em;
    height: 35px;
    width: 35px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    /* line 91, dev/scss/style.scss */
    .down-bottom a:hover {
      background-color: rgba(0, 0, 0, 0.75);
      color: rgba(255, 255, 255, 0.75); }

/* line 97, dev/scss/style.scss */
.bg-grey {
  background-color: #424143; }

/* line 100, dev/scss/style.scss */
.bg-black--opacity {
  background-color: rgba(0, 0, 0, 0.75); }

/* line 103, dev/scss/style.scss */
.box__cont-left {
  padding-left: 0; }

/* line 106, dev/scss/style.scss */
.box__cont-right {
  padding-right: 0; }

/* line 109, dev/scss/style.scss */
.box__cont-form {
  padding: 25px; }

/* line 114, dev/scss/style.scss */
header {
  width: 100%;
  position: absolute;
  top: 0;
  padding: 20px 0;
  z-index: 3; }

/* line 121, dev/scss/style.scss */
.logo {
  width: 36%; }

/* line 124, dev/scss/style.scss */
.logo__img {
  display: block; }

/* line 127, dev/scss/style.scss */
.nav {
  width: 64%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

/* line 131, dev/scss/style.scss */
.nav__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

/* line 136, dev/scss/style.scss */
.nav__item {
  padding: 3px 15px;
  border-right: 1px solid #424143; }
  /* line 139, dev/scss/style.scss */
  .nav__item:last-child {
    padding: 3px 0 3px 15px;
    border-right: none; }

/* line 144, dev/scss/style.scss */
.nav__link {
  color: #424143;
  text-transform: uppercase; }
  /* line 147, dev/scss/style.scss */
  .nav__link:hover, .nav__link:focus {
    color: #424143; }

/* line 152, dev/scss/style.scss */
.nav__text-sup,
.nav__text-sub {
  font-family: Gotham-Bold, sans-serif;
  color: #424143; }

/* line 157, dev/scss/style.scss */
.nav__text-sup {
  font-size: 0.625em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  /* line 161, dev/scss/style.scss */
  .nav__text-sup:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    margin-left: 0.7em;
    background-color: #424143; }

/* line 170, dev/scss/style.scss */
.nav__text-sub {
  font-size: 0.750em;
  line-height: 1; }

/* line 176, dev/scss/style.scss */
.legal {
  position: fixed;
  left: 0;
  z-index: 5;
  height: 100vh;
  background-color: #424143;
  opacity: 0.8; }

/* line 184, dev/scss/style.scss */
.legal__img {
  height: 100%;
  display: block; }

/* line 190, dev/scss/style.scss */
.section {
  height: 100vh;
  position: relative;
  min-height: 750px; }

/* line 195, dev/scss/style.scss */
.section__cont {
  height: calc(100vh - 60px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(760px - 60px); }

/* line 201, dev/scss/style.scss */
.section__box {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  /* line 206, dev/scss/style.scss */
  .section__box.section__box--1 {
    padding: 25px; }
  /* line 209, dev/scss/style.scss */
  .section__box.section__box--6 {
    padding: 20px 20px 20px 60px; }
  /* line 212, dev/scss/style.scss */
  .section__box.section__box--form {
    padding: 20px;
    background-color: #222225; }

/* line 217, dev/scss/style.scss */
.section__title-sup {
  font-size: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1; }
  /* line 222, dev/scss/style.scss */
  .section__title-sup:after {
    content: "";
    display: block;
    height: 2px;
    margin-left: 0.7em;
    background-color: #fff; }
  /* line 229, dev/scss/style.scss */
  .section__title-sup.vip:after {
    width: 44%; }
  /* line 232, dev/scss/style.scss */
  .section__title-sup.premium:after {
    width: 73%; }
  /* line 235, dev/scss/style.scss */
  .section__title-sup.gold:after {
    width: 56%; }
  /* line 238, dev/scss/style.scss */
  .section__title-sup.contact:after {
    width: 37%; }

/* line 242, dev/scss/style.scss */
.section__title {
  font-size: 2.58em;
  margin-bottom: 40px; }

/* line 246, dev/scss/style.scss */
.section__subtitle {
  font-size: 1.250em;
  font-family: Gotham-Medium, sans-serif;
  margin-bottom: 10px; }

/* line 251, dev/scss/style.scss */
.section__list {
  margin-bottom: 20px; }
  /* line 253, dev/scss/style.scss */
  .section__list:last-child {
    margin-bottom: 0; }

/* line 257, dev/scss/style.scss */
.section__link {
  color: #fff;
  line-height: 1.8; }
  /* line 260, dev/scss/style.scss */
  .section__link i {
    margin-right: 10px; }
  /* line 263, dev/scss/style.scss */
  .section__link:hover, .section__link:focus {
    color: #fff; }

/* line 268, dev/scss/style.scss */
.section__legal {
  font-size: 0.750em; }

/* line 271, dev/scss/style.scss */
#section1 {
  background-image: url(../images/section1-bg.jpg);
  background-position: center right;
  background-size: cover;
  background-attachment: fixed; }

/* line 277, dev/scss/style.scss */
.section1__box {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 60px 20px; }

/* line 283, dev/scss/style.scss */
.section1__title,
.section2__title {
  font-size: 2.188em; }
  /* line 286, dev/scss/style.scss */
  .section1__title span,
  .section2__title span {
    display: block;
    font-size: 0.71em;
    line-height: 1; }

/* line 293, dev/scss/style.scss */
.section1__title span {
  font-family: Gotham-Book, sans-serif; }

/* line 296, dev/scss/style.scss */
.section1__title:after {
  content: "";
  display: block;
  width: 55%;
  height: 3px;
  margin: 25px auto 12px;
  background-color: #fff; }

/* line 305, dev/scss/style.scss */
.section1__subtitle {
  font-size: 1.750em; }

/* line 308, dev/scss/style.scss */
#section2 {
  background-color: #f1f1f1; }

/* line 311, dev/scss/style.scss */
.section2__title {
  margin-bottom: 40px; }
  /* line 313, dev/scss/style.scss */
  .section2__title span {
    font-family: Gotham-Bold, sans-serif; }

/* line 317, dev/scss/style.scss */
#section3 {
  background-color: #424143; }

/* line 320, dev/scss/style.scss */
#section4 {
  background-color: #516058; }

/* line 323, dev/scss/style.scss */
#section5 {
  background-color: #878354; }

/* line 326, dev/scss/style.scss */
#section6 {
  background-image: url(../images/section6-bg.jpg);
  background-position: center bottom;
  background-size: cover;
  background-attachment: fixed; }

/* line 332, dev/scss/style.scss */
.wase__text {
  text-transform: uppercase;
  font-size: 0.813em;
  margin-top: 60px;
  margin-bottom: 5px;
  font-family: Gotham-Bold, sans-serif; }

/* line 339, dev/scss/style.scss */
.form__title {
  font-size: 1.563em;
  margin-top: 30px;
  margin-bottom: 15px; }

/* line 345, dev/scss/style.scss */
#form label {
  color: #fff;
  margin-bottom: 5px; }

/* line 349, dev/scss/style.scss */
#form input {
  border: none;
  border-radius: 0; }

/* line 353, dev/scss/style.scss */
#form .form__btn-cont {
  padding: 20px 0 35px; }

/* line 357, dev/scss/style.scss */
.form__btn {
  background-color: #a12330;
  color: #fff;
  border: none;
  border-radius: 0;
  text-transform: uppercase;
  font-family: Gotham-Bold, sans-serif;
  font-size: 1.250em;
  padding: 10px 20px;
  cursor: pointer; }
  /* line 367, dev/scss/style.scss */
  .form__btn:hover {
    background-color: #fff;
    color: #a12330; }

/* line 372, dev/scss/style.scss */
.list-unstyled {
  font-size: 0.9em; }
  /* line 374, dev/scss/style.scss */
  .list-unstyled li {
    color: #a12330;
    margin-top: 5px; }

/* line 379, dev/scss/style.scss */
.note-ok {
  font-size: 0.9em;
  margin-top: 10px; }

/* line 383, dev/scss/style.scss */
.note-error {
  font-size: 0.9em;
  margin-top: 10px;
  color: #a12330; }

/* line 389, dev/scss/style.scss */
footer {
  background-color: #222225;
  padding: 40px 0 30px; }

/* line 393, dev/scss/style.scss */
.footer__logo {
  width: 185px;
  margin-bottom: 30px; }

/* line 397, dev/scss/style.scss */
.footer__title {
  font-size: 0.875em;
  margin-bottom: 15px; }

/* line 401, dev/scss/style.scss */
.footer__list {
  font-size: 0.750em;
  line-height: 1.8;
  margin-bottom: 30px; }
  /* line 405, dev/scss/style.scss */
  .footer__list.m-b-0 {
    margin-bottom: 0; }

/* line 409, dev/scss/style.scss */
.footer__link {
  color: #fff; }
  /* line 411, dev/scss/style.scss */
  .footer__link:hover, .footer__link:focus {
    color: #fff; }
  /* line 415, dev/scss/style.scss */
  .footer__link span {
    display: inline-block;
    height: 22px;
    width: 22px;
    text-align: center;
    background-color: #fff;
    border-radius: 50%;
    margin-right: 10px;
    line-height: 22px;
    margin-bottom: 15px; }
    /* line 425, dev/scss/style.scss */
    .footer__link span i {
      color: #222225; }

@media (max-width: 1199px) {
  /* line 433, dev/scss/style.scss */
  .legal__img {
    max-width: 30px; }
  /* line 437, dev/scss/style.scss */
  .section__box.section__box--1 {
    padding: 0; }
  /* line 441, dev/scss/style.scss */
  .section__title-sup {
    font-size: 1.8em; }
    /* line 443, dev/scss/style.scss */
    .section__title-sup.vip:after {
      width: 42%; }
    /* line 446, dev/scss/style.scss */
    .section__title-sup.premium:after {
      width: 71%; }
    /* line 449, dev/scss/style.scss */
    .section__title-sup.gold:after {
      width: 53%; }
    /* line 452, dev/scss/style.scss */
    .section__title-sup.contact:after {
      width: 34%; }
  /* line 456, dev/scss/style.scss */
  .section__title {
    font-size: 2.15em; }
  /* line 459, dev/scss/style.scss */
  .section__text,
  .section__item {
    font-size: 0.9em; }
  /* line 463, dev/scss/style.scss */
  .section1__title,
  .section2__title {
    font-size: 1.8em; }
  /* line 467, dev/scss/style.scss */
  .section1__subtitle {
    font-size: 1.5em; }
  /* line 471, dev/scss/style.scss */
  #form label {
    font-size: 0.9em; } }

@media (max-width: 991px) {
  /* line 478, dev/scss/style.scss */
  .logo {
    width: 40%; }
  /* line 481, dev/scss/style.scss */
  .nav {
    width: 55%; }
  /* line 485, dev/scss/style.scss */
  .section__box.section__box--6 {
    padding: 20px 0 20px 40px; }
  /* line 489, dev/scss/style.scss */
  .section__title-sup {
    font-size: 1.6em; }
    /* line 491, dev/scss/style.scss */
    .section__title-sup.contact:after {
      width: 30%; }
  /* line 495, dev/scss/style.scss */
  .section__title {
    font-size: 1.9em;
    margin-bottom: 30px; }
  /* line 499, dev/scss/style.scss */
  .section__text,
  .section__item {
    font-size: 0.875em; }
  /* line 503, dev/scss/style.scss */
  .section__legal {
    font-size: 0.688em; }
  /* line 506, dev/scss/style.scss */
  #section1,
  #section6 {
    background-attachment: inherit; }
  /* line 510, dev/scss/style.scss */
  .section2__title {
    margin-bottom: 30px; } }

@media (max-width: 767px) {
  /* line 516, dev/scss/style.scss */
  .reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
  /* line 519, dev/scss/style.scss */
  .logo {
    width: 100%; }
  /* line 522, dev/scss/style.scss */
  .logo__img {
    width: 300px;
    margin: 0 auto;
    margin-bottom: 20px; }
  /* line 527, dev/scss/style.scss */
  .nav {
    width: 100%; }
  /* line 530, dev/scss/style.scss */
  .legal__img {
    max-width: 20px; }
  /* line 533, dev/scss/style.scss */
  .section__cont {
    height: auto;
    padding: 60px 0 120px; }
  /* line 538, dev/scss/style.scss */
  .section__box.section__box--1 {
    padding: 50px 20px; }
  /* line 541, dev/scss/style.scss */
  .section__box.section__box--6 {
    padding: 50px 25px; }
  /* line 545, dev/scss/style.scss */
  .box__cont-left {
    padding-right: 0; }
  /* line 548, dev/scss/style.scss */
  .box__cont-right {
    padding-left: 0; }
  /* line 553, dev/scss/style.scss */
  .section__list:last-child,
  .section__legal:last-child {
    margin-bottom: 50px; }
  /* line 557, dev/scss/style.scss */
  #section1 {
    height: 100vh; }
    /* line 559, dev/scss/style.scss */
    #section1 .section__cont {
      min-height: 100vh; }
  /* line 563, dev/scss/style.scss */
  .section {
    height: auto;
    min-height: 100vh; }
  /* line 567, dev/scss/style.scss */
  .footer__logo {
    display: block;
    margin: 0 auto 30px; } }

@media (max-width: 629px) {
  /* line 574, dev/scss/style.scss */
  .container {
    padding-left: 50px;
    padding-right: 50px; } }

@media (max-width: 575px) {
  /* line 581, dev/scss/style.scss */
  .logo__img {
    margin-left: 0; }
  /* line 584, dev/scss/style.scss */
  .nav {
    position: fixed;
    width: 100%;
    top: 0;
    right: -100%;
    height: 100vh;
    padding: 80px 35px 20px;
    background-color: rgba(0, 0, 0, 0.8);
    overflow: hidden;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  /* line 597, dev/scss/style.scss */
  .nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  /* line 600, dev/scss/style.scss */
  .nav__item {
    padding: 0;
    border-right: none;
    opacity: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transition-delay: 0s;
            transition-delay: 0s; }
    /* line 606, dev/scss/style.scss */
    .nav__item:last-child {
      padding: 0; }
  /* line 610, dev/scss/style.scss */
  .nav__text-sup,
  .nav__text-sub {
    font-family: Gotham-Bold, sans-serif;
    color: #fff; }
  /* line 615, dev/scss/style.scss */
  .nav__text-sup {
    font-size: 0.9em; }
    /* line 617, dev/scss/style.scss */
    .nav__text-sup:after {
      background-color: #fff; }
  /* line 621, dev/scss/style.scss */
  .nav__text-sub {
    font-size: 1.2em; }
  /* line 625, dev/scss/style.scss */
  .section__box.section__box--6 {
    padding: 50px 25px 20px; }
  /* line 629, dev/scss/style.scss */
  .section__title-sup {
    font-size: 1.4em; }
  /* line 632, dev/scss/style.scss */
  .section__title {
    font-size: 1.7em;
    margin-bottom: 25px; }
  /* line 636, dev/scss/style.scss */
  .section__subtitle {
    font-size: 1.1em; }
  /* line 640, dev/scss/style.scss */
  #section1 .container {
    padding-left: 35px;
    padding-right: 35px; }
  /* line 645, dev/scss/style.scss */
  .section1__title,
  .section2__title {
    font-size: 1.6em; }
  /* line 649, dev/scss/style.scss */
  .section1__subtitle {
    font-size: 1.3em; }
  /* line 652, dev/scss/style.scss */
  .form__title {
    font-size: 1.3em; }
  /* line 655, dev/scss/style.scss */
  .wase__text {
    margin-top: 20px; } }

@media (max-width: 425px) {
  /* line 661, dev/scss/style.scss */
  .container {
    padding-left: 40px;
    padding-right: 40px; }
  /* line 665, dev/scss/style.scss */
  .logo__img {
    width: 220px; }
  /* line 668, dev/scss/style.scss */
  .nav {
    padding: 80px 25px 20px; }
  /* line 671, dev/scss/style.scss */
  .section__cont {
    padding: 60px 0 100px; }
  /* line 675, dev/scss/style.scss */
  .section__box.section__box--1 {
    padding: 40px 15px; }
  /* line 678, dev/scss/style.scss */
  .section__box.section__box--6 {
    padding: 50px 20px 20px; }
  /* line 681, dev/scss/style.scss */
  .section__box.section__box--form {
    padding: 20px; }
  /* line 685, dev/scss/style.scss */
  .section__title-sup {
    font-size: 1.3em; }
  /* line 688, dev/scss/style.scss */
  .section__title {
    font-size: 1.55em; }
  /* line 691, dev/scss/style.scss */
  .section__subtitle {
    font-size: 1em; }
  /* line 695, dev/scss/style.scss */
  #section1 .container {
    padding-left: 25px;
    padding-right: 25px; }
  /* line 700, dev/scss/style.scss */
  .section1__box {
    padding: 40px 15px; }
  /* line 703, dev/scss/style.scss */
  .section1__title,
  .section2__title {
    font-size: 1.38em; }
  /* line 707, dev/scss/style.scss */
  .section1__subtitle {
    font-size: 1.2em; }
  /* line 710, dev/scss/style.scss */
  .section__text,
  .section__item {
    font-size: 0.813em; }
  /* line 714, dev/scss/style.scss */
  .box__cont-form {
    padding: 25px 0 0 0; }
  /* line 717, dev/scss/style.scss */
  .form__title {
    margin-top: 20px; } }
