@charset "UTF-8";
/* Importações ######################################################################### */
/*!
 * Framework SASS da Start Criativo - startcriativo.com
 * @version 4 - 24/01/2020
 * @autor Weliton Martins.
 *
 * Responsável pela estilização deste site
 * @autor   Weliton Martins
 * @Data    24 de janeiro de 2020
 * 
 */
@import url("https://fonts.googleapis.com/css?family=Dawning+of+a+New+Day|Lato:400,700|Roboto:300,400&display=swap");
@import url("https://use.fontawesome.com/releases/v5.9.0/css/all.css");
/* Reset do HTML */
html {
  scroll-behavior: smooth !important;
  -webkit-transition: .3s;
  transition: .3s;
}

a {
  text-decoration: none;
  color: #000;
  cursor: pointer;
}

ol,
ul {
  list-style: none;
}

html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
cite,
a,
em,
img,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
article,
footer,
header,
nav,
section,
main {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  color: unset;
  font-size: calc(40px + (60 - 40) * ((100vw - 320px) / (1920 - 320)));
  line-height: calc((40px + (60 - 40) * ((100vw - 320px) / (1920 - 320))) * 1.2);
}

p,
a,
ul {
  font-size: 1em;
  font-weight: normal;
  color: unset;
}

p, ul, li, figcaption {
  font-size: calc(12px + (16 - 12) * ((100vw - 320px) / (1920 - 320)));
  line-height: calc((12px + (16 - 12) * ((100vw - 320px) / (1920 - 320))) * 2);
  font-family: "Lato", sans-serif;
  color: #898686;
}

p:not(:only-child), li:not(:only-child) {
  margin-bottom: 1.2em;
}

p:not(:only-child):last-of-type, li:not(:only-child):last-of-type {
  margin-bottom: 0px;
}

ul, li {
  line-height: calc((12px + (16 - 12) * ((100vw - 320px) / (1920 - 320))) * 1.5);
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

button {
  background: none;
  border: none;
}

cite {
  font-style: normal;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-kerning: auto;
  font-kerning: auto;
  -webkit-text-size-adjust: 100%;
}

* {
  font-family: "Lato", sans-serif;
}

*::-moz-selection {
  background: #B7B7B7;
  color: #FFFFFF;
}

*::selection {
  background: #B7B7B7;
  color: #FFFFFF;
}

/* Fim > Reset do HTML */
/* #region -- Import Extends    */
.row_block_no_components .btn-primary, .row_block_warning_footer .btn-primary, .row_block_warning_footer .btn-danger, .row_block_warning_lightbox .wrap-button .btn {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.wrap-content li::before, .wrap-form .wpcf7 .wpcf7-form label .wpcf7-not-valid-tip::before, .wrap-form .wpcf7 .wpcf7-form .wrap-submit .ajax-loader::after, .wrap-form .wpcf7 .wpcf7-form .wpcf7-response-output::before, #header-block .nav-menu li.menu-item-has-children > a::after, .row_block_text .wrap-text li::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 24px;
  font-size: 24px;
}

/* #endregion -- Fim Import Extends  */
/* #region Slides  */
@-webkit-keyframes slidedown {
  from {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes slidedown {
  from {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
}

@-webkit-keyframes slideright {
  from {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
}

@keyframes slideright {
  from {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
}

@-webkit-keyframes slideup {
  from {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes slideup {
  from {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
}

/* #endregion  Slides */
/* #region -- Ícone de manutenção   */
@-webkit-keyframes fa-spin2 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  to {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes fa-spin2 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  to {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

/* #endregion -- Ícone de manutenção */
/* #region Ícone Scroll */
@-webkit-keyframes icon-scroll {
  0% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0;
  }
}
@keyframes icon-scroll {
  0% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0;
  }
}

/* #endregion  Ícone Scroll*/
@-webkit-keyframes scroll_line {
  0% {
    opacity: 0;
    height: 100px;
    -webkit-transform: translateY(-120px);
            transform: translateY(-120px);
  }
  50% {
    opacity: 1;
    height: 50px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  99% {
    height: 0px;
    -webkit-transform: translateY(120px);
            transform: translateY(120px);
  }
  100% {
    opacity: 0;
    height: 100px;
    -webkit-transform: translateY(-120px);
            transform: translateY(-120px);
  }
}
@keyframes scroll_line {
  0% {
    opacity: 0;
    height: 100px;
    -webkit-transform: translateY(-120px);
            transform: translateY(-120px);
  }
  50% {
    opacity: 1;
    height: 50px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  99% {
    height: 0px;
    -webkit-transform: translateY(120px);
            transform: translateY(120px);
  }
  100% {
    opacity: 0;
    height: 100px;
    -webkit-transform: translateY(-120px);
            transform: translateY(-120px);
  }
}

@-webkit-keyframes arrow_line {
  0% {
    max-width: 0px;
    left: 0px;
    opacity: 0;
  }
  50% {
    max-width: 100%;
    opacity: 1;
  }
  95% {
    max-width: 0px;
    left: unset;
    right: 0;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    right: unset;
    left: 0px;
  }
}

@keyframes arrow_line {
  0% {
    max-width: 0px;
    left: 0px;
    opacity: 0;
  }
  50% {
    max-width: 100%;
    opacity: 1;
  }
  95% {
    max-width: 0px;
    left: unset;
    right: 0;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    right: unset;
    left: 0px;
  }
}

@-webkit-keyframes arrow_triangle {
  0% {
    -webkit-transform: rotate(45deg) scale(1);
            transform: rotate(45deg) scale(1);
  }
  25% {
    -webkit-transform: rotate(45deg) scale(1);
            transform: rotate(45deg) scale(1);
  }
  50% {
    -webkit-transform: rotate(45deg) scale(1.2);
            transform: rotate(45deg) scale(1.2);
  }
  95% {
    -webkit-transform: rotate(45deg) scale(1);
            transform: rotate(45deg) scale(1);
  }
  100% {
    -webkit-transform: rotate(45deg) scale(1);
            transform: rotate(45deg) scale(1);
  }
}

@keyframes arrow_triangle {
  0% {
    -webkit-transform: rotate(45deg) scale(1);
            transform: rotate(45deg) scale(1);
  }
  25% {
    -webkit-transform: rotate(45deg) scale(1);
            transform: rotate(45deg) scale(1);
  }
  50% {
    -webkit-transform: rotate(45deg) scale(1.2);
            transform: rotate(45deg) scale(1.2);
  }
  95% {
    -webkit-transform: rotate(45deg) scale(1);
            transform: rotate(45deg) scale(1);
  }
  100% {
    -webkit-transform: rotate(45deg) scale(1);
            transform: rotate(45deg) scale(1);
  }
}

@-webkit-keyframes bg_gif {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1 !important;
  }
}

@keyframes bg_gif {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1 !important;
  }
}

@-webkit-keyframes scrollBrowser {
  10% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(calc(-50% + 230px));
            transform: translateY(calc(-50% + 230px));
  }
  100% {
    -webkit-transform: translateY(calc(-100% + 460px));
            transform: translateY(calc(-100% + 460px));
  }
}

@keyframes scrollBrowser {
  10% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(calc(-50% + 230px));
            transform: translateY(calc(-50% + 230px));
  }
  100% {
    -webkit-transform: translateY(calc(-100% + 460px));
            transform: translateY(calc(-100% + 460px));
  }
}

/* #region -- Import   Grid.scss */
.container, .line, .container-full, .block-item, .row {
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  position: relative;
  width: 100%;
  max-width: 100%;
}

.container, .line {
  max-width: 1200px;
}

@media screen and (max-width: 1299px) {
  .container, .line {
    max-width: 1040px;
  }
}

@media screen and (max-width: 991px) {
  .container, .line {
    max-width: 940px;
  }
}

@media screen and (max-width: 767px) {
  .container, .line {
    max-width: 640px;
  }
}

.no-gutter {
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.col-auto, #footer-block .social-menu, .row_block_newsletter .social-menu, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
  min-height: 1px;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (max-width: 767px) {
  .col-auto, #footer-block .social-menu, .row_block_newsletter .social-menu, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
    margin-left: auto;
    margin-right: auto;
    width: 100% !important;
  }
}

.col-auto {
  max-width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  min-width: 200px;
}

#footer-block .social-menu {
  width: 33.33333%;
}

.row_block_newsletter .social-menu {
  width: 100%;
}

.col-1 {
  width: calc(8.33333%);
}

.col-2 {
  width: calc(16.66667%);
}

.col-3 {
  width: calc(25%);
}

.col-4 {
  width: calc(33.33333%);
}

.col-5 {
  width: calc(41.66667%);
}

.col-6 {
  width: calc(50%);
}

.col-7 {
  width: calc(58.33333%);
}

.col-8 {
  width: calc(66.66667%);
}

.col-9 {
  width: calc(75%);
}

.col-10 {
  width: calc(83.33333%);
}

.col-11 {
  width: calc(91.66667%);
}

.col-12 {
  width: calc(100%);
}

/* #endregion -- Fim Import Grid.scss  */
/* ######################## Classes Gerais  ######################## */
.hidden {
  display: none !important;
}

/* ######################## Estilização de elementos  ######################## */
#page {
  position: relative;
  min-height: 100vh;
}

.block-item, .row {
  background: #FFFFFF;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}

.block-item::after, .block-item::before, .row::after, .row::before {
  content: '';
  display: table;
  clear: both;
}

#body-block .row[class*=" row_block_banner"] {
  margin-bottom: 48px;
}

#body-block .line:not(.line-banner) {
  padding-top: 96px;
  padding-bottom: 96px;
}

@media screen and (max-width: 575px) {
  #body-block .line:not(.line-banner) {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

#body-block .row.integration-top .line:first-of-type {
  padding-top: 32px;
}

@media screen and (max-width: 575px) {
  #body-block .row.integration-top .line:first-of-type {
    padding-top: 24px;
  }
}

#body-block .row.integration-bottom .line:last-of-type {
  padding-bottom: 32px;
}

@media screen and (max-width: 575px) {
  #body-block .row.integration-bottom .line:last-of-type {
    padding-bottom: 24px;
  }
}

#body-block .row.integration-both .line:first-of-type,
#body-block .row.integration-both .line:last-of-type {
  padding-top: 32px;
  padding-bottom: 32px;
}

@media screen and (max-width: 575px) {
  #body-block .row.integration-both .line:first-of-type,
  #body-block .row.integration-both .line:last-of-type {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

.bg-light {
  background: #FFFFFF !important;
}

.bg-dark {
  background: #020202 !important;
}

.img-full,
.line-full {
  max-width: 100% !important;
}

.img-full .wrap-img {
  width: 100%;
}

.img-full .wrap-cover {
  position: absolute;
}

.row.bg-none .wrap-title-section .wrap-title {
  color: #FFFFFF;
}

.row.bg-none .wrap-title-section .wrap-subtitle {
  color: #898686;
}

.row.bg-light .line {
  padding-top: 96px !important;
  padding-bottom: 96px !important;
}

.row.bg-light .wrap-title-section .wrap-title {
  color: #020202;
}

.row.bg-light .wrap-title-section .wrap-subtitle {
  color: #898686;
}

.row.bg-dark .line {
  padding-top: 96px !important;
  padding-bottom: 96px !important;
}

.row.bg-dark .wrap-title-section .wrap-title {
  color: #FFFFFF;
}

.row.bg-dark .wrap-title-section .wrap-subtitle {
  color: #898686;
}

@media screen and (max-width: 767px) {
  .row.bg-light .line, .row.bg-dark .line {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
}

.line {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.text_first .item:nth-of-type(odd) .wrap-content {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.text_first .item:nth-of-type(even) .wrap-img {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.img_first .item:nth-of-type(even) .wrap-content {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.img_first .item:nth-of-type(odd) .wrap-img {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

@media screen and (max-width: 767px) {
  .text_first .item .wrap-content, .img_first .item .wrap-content {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .text_first .item .wrap-img, .img_first .item .wrap-img {
    margin-top: 24px;
    height: 200px;
  }
}

.wrap-img {
  display: block;
  position: relative;
}

.wrap-img > img {
  display: block;
  max-width: 100%;
  height: auto;
  position: relative;
}

.wrap-img .wrap-cover {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.wrap-img .wrap-cover img {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .wrap-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: calc(100%);
  }
}

.wrap-icon img {
  display: block;
  max-width: 100%;
  height: auto;
  position: relative;
}

.align-left {
  text-align: left;
}

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

.align-right {
  text-align: right;
}

@media screen and (max-width: 991px) {
  .wrap-title-section {
    text-align: center !important;
  }
}

.one-column {
  -webkit-column-count: 1;
     -moz-column-count: 1;
          column-count: 1;
  -webkit-column-gap: 0px;
     -moz-column-gap: 0px;
          column-gap: 0px;
}

.two-columns {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

@media screen and (max-width: 575px) {
  .two-columns {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
    -webkit-column-gap: 0px;
       -moz-column-gap: 0px;
            column-gap: 0px;
  }
}

.three-columns {
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

@media screen and (max-width: 991px) {
  .three-columns {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}

@media screen and (max-width: 575px) {
  .three-columns {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
    -webkit-column-gap: 0px;
       -moz-column-gap: 0px;
            column-gap: 0px;
  }
}

.wrap-title {
  display: block;
  position: relative;
  color: #FCBA63;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.19em;
}

.wrap-subtitle {
  font-weight: 700;
  font-size: calc(30px + (38 - 30) * ((100vw - 320px) / (1920 - 320)));
  line-height: calc((30px + (38 - 30) * ((100vw - 320px) / (1920 - 320))) * 1.5);
  font-family: "Dawning of a New Day", cursive;
  display: block;
  position: relative;
  color: #B7B7B7;
  margin: 0px;
}

.wrap-content li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 16px;
  position: relative;
}

.wrap-content li::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: calc(12px + (16 - 12) * ((100vw - 320px) / (1920 - 320)));
  line-height: calc((12px + (16 - 12) * ((100vw - 320px) / (1920 - 320))));
  width: 16px;
  height: 16px;
  content: '\f105';
  position: absolute;
  top: 3px;
  left: 0px;
  color: #020202;
}

.wrap-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.wrap-btn .btn {
  display: block;
  position: relative;
  color: #FFFFFF;
}

.wrap-btn .btn.no-link {
  cursor: default;
}

.wrap-btn .btn-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 16px;
  position: relative;
  width: 60px;
}

.wrap-btn .btn-arrow::before, .wrap-btn .btn-arrow::after {
  display: block;
  position: absolute;
  content: '';
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.wrap-btn .btn-arrow::before {
  padding-top: 7px;
  padding-bottom: 7px;
  width: 100%;
  height: 15px;
  background: #FFFFFF;
  background-clip: content-box !important;
  -webkit-animation: arrow_line 3s ease-in-out infinite;
          animation: arrow_line 3s ease-in-out infinite;
}

.wrap-btn .btn-arrow::after {
  -webkit-animation: arrow_triangle 3s ease-in-out infinite;
          animation: arrow_triangle 3s ease-in-out infinite;
  width: 15px;
  height: 15px;
  right: 0px;
  border-top: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
}

.wrap-form .wpcf7 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.wrap-form .wpcf7 .wpcf7-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.wrap-form .wpcf7 .wpcf7-form label {
  display: block;
  position: relative;
  margin-bottom: 32px;
  width: 100%;
}

.wrap-form .wpcf7 .wpcf7-form label [class*="checkbox-"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin-left: 0px;
  background: none !important;
}

.wrap-form .wpcf7 .wpcf7-form label [class*="checkbox-"] .wpcf7-checkbox {
  display: block;
  position: relative;
  width: 100%;
}

.wrap-form .wpcf7 .wpcf7-form label [class*="checkbox-"] .wpcf7-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 0px;
}

.wrap-form .wpcf7 .wpcf7-form label [class*="checkbox-"] .wpcf7-list-item input {
  display: block;
  position: relative;
  margin: 0px 10px 0px 0px;
  width: auto;
}

.wrap-form .wpcf7 .wpcf7-form label [class*="checkbox-"] .wpcf7-list-item .wpcf7-list-item-label {
  display: block;
  position: relative;
}

.wrap-form .wpcf7 .wpcf7-form label .legend {
  display: block;
  position: relative;
  margin-bottom: 8px;
  font-weight: 700;
  font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
  line-height: calc((14px + (16 - 14) * ((100vw - 320px) / (1920 - 320))) * 1.5);
  font-family: "Roboto", sans-serif;
  width: 100%;
  color: #FFFFFF;
}

.wrap-form .wpcf7 .wpcf7-form label .legend .name {
  color: #FCBA63;
}

.wrap-form .wpcf7 .wpcf7-form label .wpcf7-form-control-wrap {
  background: #f2f2f2;
  display: block;
  position: relative;
  width: 100%;
}

.wrap-form .wpcf7 .wpcf7-form label .wpcf7-not-valid-tip {
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  height: 30px !important;
  top: 6px;
  right: 5px;
  z-index: 50;
  overflow: hidden;
  text-indent: 999999px;
}

.wrap-form .wpcf7 .wpcf7-form label .wpcf7-not-valid-tip::before {
  width: 100%;
  height: 100%;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: calc(16px + (20 - 16) * ((100vw - 320px) / (1920 - 320)));
  line-height: calc((16px + (20 - 16) * ((100vw - 320px) / (1920 - 320))));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  content: '\f071';
  position: relative;
  color: #dc3545;
  text-indent: 0px;
}

.wrap-form .wpcf7 .wpcf7-form label.your-message .wpcf7-not-valid-tip {
  top: unset;
  bottom: 10px;
}

.wrap-form .wpcf7 .wpcf7-form label.half {
  max-width: 49%;
}

@media screen and (max-width: 767px) {
  .wrap-form .wpcf7 .wpcf7-form label.half {
    max-width: 100%;
  }
}

.wrap-form .wpcf7 .wpcf7-form label.full {
  max-width: 100%;
}

.wrap-form .wpcf7 .wpcf7-form label:focus {
  outline: 0;
  outline: none;
}

.wrap-form .wpcf7 .wpcf7-form .wrap-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0px;
  margin-bottom: 0px;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.wrap-form .wpcf7 .wpcf7-form .wrap-submit button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 16px;
  padding-bottom: 16px;
  background: #FCBA63;
  color: #FFFFFF;
  cursor: pointer;
}

.wrap-form .wpcf7 .wpcf7-form .wrap-submit button:focus {
  outline: 0;
  outline: none;
}

.wrap-form .wpcf7 .wpcf7-form .wrap-submit .ajax-loader {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  background: #B7B7B7;
  margin: 0px;
  background-image: none !important;
  border: none;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  z-index: 30;
}

.wrap-form .wpcf7 .wpcf7-form .wrap-submit .ajax-loader::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  content: "\f110";
  color: #FFFFFF;
  -webkit-animation: fa-spin 2s infinite linear;
          animation: fa-spin 2s infinite linear;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.wrap-form .wpcf7 .wpcf7-form .wrap-submit .ajax-loader.is-active {
  display: block;
}

.wrap-form .wpcf7 .wpcf7-form .wrap-submit .ajax-loader.is-active::after {
  color: #FFFFFF;
}

.wrap-form .wpcf7 .wpcf7-form input,
.wrap-form .wpcf7 .wpcf7-form textarea,
.wrap-form .wpcf7 .wpcf7-form select {
  display: block;
  position: relative;
  font-weight: 400;
  font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
  line-height: calc((14px + (16 - 14) * ((100vw - 320px) / (1920 - 320))) * 1.5);
  font-family: "Lato", sans-serif;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 8px;
  padding-bottom: 16px;
  border: none;
  color: #020202;
  width: 100%;
  resize: none;
  -webkit-transition: all ease-in .5s;
  transition: all ease-in .5s;
  background: none !important;
  border-bottom: 1px solid #FFFFFF;
  z-index: 2;
}

.wrap-form .wpcf7 .wpcf7-form input.inactive, .wrap-form .wpcf7 .wpcf7-form input:placeholder-shown,
.wrap-form .wpcf7 .wpcf7-form textarea.inactive,
.wrap-form .wpcf7 .wpcf7-form textarea:placeholder-shown,
.wrap-form .wpcf7 .wpcf7-form select.inactive,
.wrap-form .wpcf7 .wpcf7-form select:placeholder-shown {
  padding-left: 0px;
  padding-right: 0px;
  color: #FFFFFF;
  background: none;
  border-bottom: 1px solid #FFFFFF;
}

.wrap-form .wpcf7 .wpcf7-form input:focus,
.wrap-form .wpcf7 .wpcf7-form textarea:focus,
.wrap-form .wpcf7 .wpcf7-form select:focus {
  outline: 0;
  outline: none;
}

.wrap-form .wpcf7 .wpcf7-form input:-webkit-autofill, .wrap-form .wpcf7 .wpcf7-form input:-webkit-autofill:hover, .wrap-form .wpcf7 .wpcf7-form input:-webkit-autofill:focus,
.wrap-form .wpcf7 .wpcf7-form textarea:-webkit-autofill,
.wrap-form .wpcf7 .wpcf7-form textarea:-webkit-autofill:hover,
.wrap-form .wpcf7 .wpcf7-form textarea:-webkit-autofill:focus,
.wrap-form .wpcf7 .wpcf7-form select:-webkit-autofill,
.wrap-form .wpcf7 .wpcf7-form select:-webkit-autofill:hover,
.wrap-form .wpcf7 .wpcf7-form select:-webkit-autofill:focus {
  -webkit-text-fill-color: #020202;
  -webkit-box-shadow: 0 0 0px 1000px #FFFFFF inset;
          box-shadow: 0 0 0px 1000px #FFFFFF inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.wrap-form .wpcf7 .wpcf7-form input::-webkit-input-placeholder,
.wrap-form .wpcf7 .wpcf7-form textarea::-webkit-input-placeholder,
.wrap-form .wpcf7 .wpcf7-form select::-webkit-input-placeholder {
  color: #FFFFFF;
  opacity: .8;
}

.wrap-form .wpcf7 .wpcf7-form input::-moz-placeholder,
.wrap-form .wpcf7 .wpcf7-form textarea::-moz-placeholder,
.wrap-form .wpcf7 .wpcf7-form select::-moz-placeholder {
  color: #FFFFFF;
  opacity: .8;
}

.wrap-form .wpcf7 .wpcf7-form input:-ms-input-placeholder,
.wrap-form .wpcf7 .wpcf7-form textarea:-ms-input-placeholder,
.wrap-form .wpcf7 .wpcf7-form select:-ms-input-placeholder {
  color: #FFFFFF;
  opacity: .8;
}

.wrap-form .wpcf7 .wpcf7-form input::-ms-input-placeholder,
.wrap-form .wpcf7 .wpcf7-form textarea::-ms-input-placeholder,
.wrap-form .wpcf7 .wpcf7-form select::-ms-input-placeholder {
  color: #FFFFFF;
  opacity: .8;
}

.wrap-form .wpcf7 .wpcf7-form input::placeholder,
.wrap-form .wpcf7 .wpcf7-form textarea::placeholder,
.wrap-form .wpcf7 .wpcf7-form select::placeholder {
  color: #FFFFFF;
  opacity: .8;
}

.wrap-form .wpcf7 .wpcf7-form input.wpcf7-not-valid,
.wrap-form .wpcf7 .wpcf7-form textarea.wpcf7-not-valid,
.wrap-form .wpcf7 .wpcf7-form select.wpcf7-not-valid {
  border-color: #dc3545;
}

.wrap-form .wpcf7 .wpcf7-form textarea {
  max-height: 130px;
}

.wrap-form .wpcf7 .wpcf7-form select {
  color: rgba(2, 2, 2, 0.8);
}

.wrap-form .wpcf7 .wpcf7-form select option {
  color: rgba(2, 2, 2, 0.8);
  background: #FFFFFF;
}

.wrap-form .wpcf7 .wpcf7-form [class*="select-"]::after {
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  content: '';
  z-index: 0;
  top: calc(50% - 10px);
  right: 20px;
  border-top: 2px solid rgba(137, 134, 134, 0.8);
  border-right: 2px solid rgba(137, 134, 134, 0.8);
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.wrap-form .wpcf7 .wpcf7-form .wpcf7-response-output {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 400;
  font-size: calc(12px + (16 - 12) * ((100vw - 320px) / (1920 - 320)));
  line-height: calc((12px + (16 - 12) * ((100vw - 320px) / (1920 - 320))) * 1.5);
  font-family: "Lato", sans-serif;
  margin: 0px;
  margin-top: 16px;
  padding: 16px;
  display: none;
  width: 100%;
  color: #FFFFFF;
  border: none;
  border-radius: 4px;
}

.wrap-form .wpcf7 .wpcf7-form .wpcf7-response-output::before {
  margin-right: 16px;
  width: 20px;
  height: 20px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: calc(20px + (20 - 20) * ((100vw - 320px) / (1920 - 320)));
  line-height: calc((20px + (20 - 20) * ((100vw - 320px) / (1920 - 320))));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  content: '';
}

@media screen and (max-width: 767px) {
  .wrap-form .wpcf7 .wpcf7-form .wpcf7-response-output {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    text-align: center;
  }
  .wrap-form .wpcf7 .wpcf7-form .wpcf7-response-output::before {
    margin-right: 0px;
    margin-bottom: 10px;
  }
}

.wrap-form .wpcf7 .wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #dc3545;
}

.wrap-form .wpcf7 .wpcf7-form .wpcf7-response-output.wpcf7-validation-errors::before {
  content: '\f071';
}

.wrap-form .wpcf7 .wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #28a745;
}

.wrap-form .wpcf7 .wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok::before {
  content: '\f164';
}

@media screen and (max-width: 767px) {
  .wrap-form .wpcf7 .wpcf7-form {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#footer-block {
  padding-top: 16px;
  padding-bottom: 16px;
}

#footer-block #developer a {
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  background: url("../img/dev/start_criativo_transparent_black.png") no-repeat;
  background-size: cover;
}

#header-loader {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  height: 5px;
  background: #B7B7B7;
  width: 0;
  z-index: 100;
}

#header-loader.loading {
  width: 80%;
  -webkit-transition: width 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: width 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

#header-loader.loaded {
  width: 100%;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-transition: width 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.2s 0.3s;
  transition: width 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.2s 0.3s;
  transition: width 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.2s 0.3s;
  transition: width 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.2s 0.3s, -webkit-transform 0.2s 0.3s;
}

#menu-overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgba(2, 2, 2, 0.8);
  z-index: 9999;
}

.row_block_no_components .line {
  min-height: 85vh;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.row_block_no_components .wrap-content {
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 96px;
  padding-bottom: 96px;
  text-align: center;
  border: 1px dashed #B7B7B7;
}

.row_block_no_components .wrap-title {
  color: #FFFFFF;
}

.row_block_no_components .btn-primary {
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  color: #FFFFFF;
  background-color: #FCBA63;
  border-color: #FCBA63;
  padding: .5rem 1rem;
  font-size: 1.5rem;
  line-height: 1.5;
  border-radius: 0.3rem;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: calc(12px + (14 - 12) * ((100vw - 320px) / (1920 - 320)));
  line-height: calc((12px + (14 - 12) * ((100vw - 320px) / (1920 - 320))) * 1.5);
  background: #FCBA63;
  text-transform: uppercase;
  font-family: "Dawning of a New Day", cursive;
  border: none;
}

.row_block_no_components .btn-primary:hover {
  color: #FFFFFF;
  background-color: #fdd095;
}

.row_block_no_components .btn-primary:focus, .row_block_no_components .btn-primary:hover {
  text-decoration: none;
}

.row_block_no_components i {
  font-size: calc(20px + (30 - 20) * ((100vw - 320px) / (1920 - 320)));
  line-height: calc((20px + (30 - 20) * ((100vw - 320px) / (1920 - 320))));
}

.row_block_warning_footer {
  display: block;
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 20000;
  -webkit-box-shadow: 0 -2px 6px 1px rgba(0, 0, 0, 0.3);
          box-shadow: 0 -2px 6px 1px rgba(0, 0, 0, 0.3);
  background: #FFFFFF;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.row_block_warning_footer.closed {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.row_block_warning_footer .line {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
}

.row_block_warning_footer .wrap-title {
  font-size: calc(30px + (38 - 30) * ((100vw - 320px) / (1920 - 320)));
  line-height: calc((30px + (38 - 30) * ((100vw - 320px) / (1920 - 320))) * 1.5);
  margin: 0px;
}

.row_block_warning_footer .legend {
  display: none;
}

.row_block_warning_footer .wrap-content {
  text-align: center;
}

.row_block_warning_footer .wrap-button {
  display: block;
  position: relative;
  margin-top: 16px;
}

.row_block_warning_footer .btn {
  margin-left: 4px;
  margin-right: 4px;
  min-width: 100px;
}

.row_block_warning_footer .btn-primary {
  color: #FFFFFF;
  background-color: #020202;
  border-color: #020202;
  padding: .3rem .9rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
}

.row_block_warning_footer .btn-primary:hover {
  color: #FFFFFF;
  background-color: #1c1c1c;
}

.row_block_warning_footer .btn-primary:focus, .row_block_warning_footer .btn-primary:hover {
  text-decoration: none;
}

.row_block_warning_footer .btn-danger {
  color: #FFFFFF;
  background-color: #dc3545;
  border-color: #dc3545;
  padding: .3rem .9rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
}

.row_block_warning_footer .btn-danger:hover {
  color: #FFFFFF;
  background-color: #e4606d;
}

.row_block_warning_footer .btn-danger:focus, .row_block_warning_footer .btn-danger:hover {
  text-decoration: none;
}

.row_block_warning_lightbox {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(2, 2, 2, 0.9);
  top: 0px;
  left: 0px;
  z-index: 200000;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  opacity: 1;
}

.row_block_warning_lightbox .line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}

.row_block_warning_lightbox .wrap-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.3);
  position: relative;
  width: calc(100% - 60px) !important;
  max-height: 60vh;
  background: #FFFFFF;
  border-radius: 4px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  opacity: 1;
}

.row_block_warning_lightbox .wrap-content.mode-text {
  padding: 24px;
  max-width: 660px;
}

.row_block_warning_lightbox .wrap-content.mode-img {
  max-width: 600px;
}

@media screen and (max-width: 575px) {
  .row_block_warning_lightbox .wrap-content {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.row_block_warning_lightbox .wrap-message {
  height: 100%;
}

@media screen and (max-width: 991px) {
  .row_block_warning_lightbox .wrap-message {
    overflow-y: scroll;
  }
}

.row_block_warning_lightbox #close-warning-lightbox {
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  font-size: calc(18px + (22 - 18) * ((100vw - 320px) / (1920 - 320)));
  line-height: calc((18px + (22 - 18) * ((100vw - 320px) / (1920 - 320))));
  background: #dc3545;
  color: #FFFFFF;
  right: -20px;
  top: -20px;
  border-radius: 50%;
  z-index: 20;
  cursor: pointer;
}

.row_block_warning_lightbox .legend {
  display: none;
}

.row_block_warning_lightbox .wrap-title {
  font-size: calc(20px + (30 - 20) * ((100vw - 320px) / (1920 - 320)));
  line-height: calc((20px + (30 - 20) * ((100vw - 320px) / (1920 - 320))) * 1.5);
}

.row_block_warning_lightbox .wrap-button {
  display: block;
  position: relative;
  margin-top: 24px;
}

.row_block_warning_lightbox .wrap-button .btn {
  color: #FFFFFF;
  background-color: #020202;
  border-color: #020202;
  padding: .3rem .9rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
}

.row_block_warning_lightbox .wrap-button .btn:hover {
  color: #FFFFFF;
  background-color: #1c1c1c;
}

.row_block_warning_lightbox .wrap-button .btn:focus, .row_block_warning_lightbox .wrap-button .btn:hover {
  text-decoration: none;
}

.row_block_warning_lightbox.closed {
  opacity: 0;
  z-index: -10;
}

.row_block_warning_lightbox.closed .wrap-content {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0;
}

.row_block_erro_404 .line {
  min-height: 80vh;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.row_block_erro_404 .wrap-bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
  position: relative;
  cursor: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'  width='40' height='48' viewport='0 0 100 100' style='fill:black;font-size:24px;'><text y='50%'>😅</text></svg>") 16 0, auto;
}

.row_block_erro_404 .wrap-bg * {
  z-index: 10;
}

.row_block_erro_404 .wrap-bg::before {
  display: block;
  position: absolute;
  content: '';
  width: calc((80% ) - 40px);
  height: calc(100% + 40px);
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: var(--bg-404-gif);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 5;
  -webkit-animation: bg_gif .3s ease-in-out;
          animation: bg_gif .3s ease-in-out;
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
  opacity: .7;
  bottom: 0px;
}

@media screen and (max-width: 575px) {
  .row_block_erro_404 .wrap-bg::before {
    width: calc(90% - 40px);
  }
}

.row_block_erro_404 .wrap-error {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10;
}

.row_block_erro_404 .wrap-error .wrap-number {
  display: block;
  position: relative;
  font-weight: 700;
  font-size: calc(30px + (60 - 30) * ((100vw - 320px) / (1920 - 320)));
  line-height: calc((30px + (60 - 30) * ((100vw - 320px) / (1920 - 320))) * 1.5);
  font-family: "Roboto", sans-serif;
  text-align: center;
  color: transparent;
  opacity: .7;
  -webkit-text-stroke: 2px #FCBA63;
}

.row_block_erro_404 .wrap-error .wrap-title-section {
  display: block;
  position: relative;
  width: 100%;
}

.row_block_erro_404 .wrap-error .wrap-title-section .wrap-title {
  font-size: calc(30px + (60 - 30) * ((100vw - 320px) / (1920 - 320)));
  line-height: calc((30px + (60 - 30) * ((100vw - 320px) / (1920 - 320))) * 1.5);
  color: #020202;
  line-height: unset;
  text-align: center;
}

.row_block_erro_404 .wrap-error .wrap-title-section .wrap-title br {
  display: block !important;
}

.row_block_erro_404 .wrap-error .wrap-text {
  display: block;
  position: relative;
  margin-top: 24px;
}

.row_block_erro_404 .wrap-error .wrap-text p {
  text-align: center;
}

.row_block_erro_404 .wrap-error .wrap-text a {
  display: inline-block;
  position: relative;
  color: #FCBA63;
  cursor: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'  width='40' height='48' viewport='0 0 100 100' style='fill:black;font-size:24px;'><text y='50%'>😅</text></svg>") 16 0, auto;
}

.row_block_erro_404 .wrap-error .wrap-text a:hover {
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
}

/* Estilização padrão  ################################################################ */
#header-block {
  position: fixed;
  z-index: 10000;
  top: 0px;
}

#header-block.menu-mode {
  z-index: 10010;
}

#header-block.page-scroll {
  -webkit-box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.3);
}

#header-block .line {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  #header-block .line {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

#header-block #company-brand {
  max-width: 200px;
}

@media screen and (max-width: 991px) {
  #header-block #company-brand {
    width: calc(50%);
  }
}

@media screen and (max-width: 767px) {
  #header-block #company-brand {
    width: calc(75%) !important;
    margin: 0px;
  }
  #header-block #company-brand .wrap-img {
    margin-bottom: 0px;
  }
}

#header-block .toggle-menu {
  position: relative;
  height: 50px;
  width: 30px !important;
  right: 20px;
  border-radius: 4px;
  z-index: 10;
  cursor: pointer;
  margin-right: 0px !important;
}

#header-block .toggle-menu span {
  margin-top: 9px;
  margin-bottom: 9px;
  display: block;
  position: absolute;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 30px;
  height: 3px;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -1.5px;
  background-color: #FCBA63;
  color: #FCBA63;
  outline: 1px solid transparent;
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, -webkit-transform;
  transition-property: background-color, transform;
  transition-property: background-color, transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

#header-block .toggle-menu span::before, #header-block .toggle-menu span::after {
  display: block;
  position: absolute;
  content: '';
  width: 100%;
  height: 3px;
  background-color: currentColor;
  outline: 1px solid transparent;
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, -webkit-transform;
  transition-property: background-color, transform;
  transition-property: background-color, transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

#header-block .toggle-menu span::before {
  top: -9px;
}

#header-block .toggle-menu span::after {
  top: 9px;
}

#header-block .toggle-menu.clicked span {
  background-color: transparent;
}

#header-block .toggle-menu.clicked span::before, #header-block .toggle-menu.clicked span::after {
  background-color: #FFFFFF;
}

#header-block .toggle-menu.clicked span::before {
  -webkit-transform: translateY(9px) rotate(45deg);
          transform: translateY(9px) rotate(45deg);
}

#header-block .toggle-menu.clicked span::after {
  -webkit-transform: translateY(-9px) rotate(-45deg);
          transform: translateY(-9px) rotate(-45deg);
}

@media screen and (max-width: 767px) {
  #header-block .toggle-menu {
    margin: 0px;
  }
}

#header-block .nav-menu #main-menu-content > li.current_page_parent > a,
#header-block .nav-menu #main-menu-content > li.current_page_item > a {
  color: #FCBA63;
}

#header-block .nav-menu #main-menu-content > li.last > a {
  padding-right: 0px;
}

#header-block .nav-menu li.menu-item-has-children > a::after {
  content: '\f105';
  display: block;
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: calc(16px + (16 - 16) * ((100vw - 320px) / (1920 - 320)));
  line-height: calc((16px + (16 - 16) * ((100vw - 320px) / (1920 - 320))));
  right: 20px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media only screen and (min-width: 992px) {
  #header-block .nav-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  #header-block .nav-menu .menu-mobile {
    display: none !important;
  }
  #header-block .nav-menu #main-menu-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #header-block li.main-menu-item {
    display: block;
    position: relative;
    margin-bottom: 0px;
  }
  #header-block li.main-menu-item:last-of-type > a {
    padding-right: 0px;
  }
  #header-block li.main-menu-item.current_page_parent a,
  #header-block li.main-menu-item.current_page_item a {
    color: #FCBA63;
  }
  #header-block li.main-menu-item.current_page_parent a::before,
  #header-block li.main-menu-item.current_page_item a::before {
    max-width: calc(100% + 20px);
  }
  #header-block li.main-menu-item.menu-item-has-children > a {
    padding-right: 30px;
  }
  #header-block li.main-menu-item.menu-item-has-children > a::after {
    right: 10px !important;
    top: calc(50% - 7px);
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  #header-block li.main-menu-item.menu-item-has-children > a::before {
    opacity: 0;
    visibility: hidden;
  }
  #header-block li.main-menu-item > a {
    padding: 16px;
    padding-top: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 400;
    font-size: calc(12px + (14 - 12) * ((100vw - 320px) / (1920 - 320)));
    line-height: calc((12px + (14 - 12) * ((100vw - 320px) / (1920 - 320))) * 1.5);
    font-family: "Roboto", sans-serif;
    position: relative;
    color: #898686;
    text-transform: uppercase;
    border-bottom: 1px solid #FFFFFF;
    cursor: pointer;
  }
  #header-block li.main-menu-item > a::before {
    content: '';
    display: block;
    position: relative;
    margin-bottom: 16px;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    top: 0px;
    width: 100%;
    max-width: 0px;
    height: 3px;
    border-radius: 4px;
    background: currentColor;
    -webkit-transition: max-width .6s ease;
    transition: max-width .6s ease;
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
  #header-block li.main-menu-item > a:hover::before {
    max-width: calc(100% + 16px);
  }
  #header-block li.main-menu-item > .sub-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: none;
    position: absolute;
    padding-top: 16px;
    padding-bottom: 16px;
    -webkit-box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.1);
            box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.3);
            box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.3);
    width: 300px;
    background: #FFFFFF;
    left: -100px;
    text-align: left;
    border-top: 1px solid #898686;
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 5;
  }
  #header-block li.main-menu-item > .sub-menu::before {
    display: block;
    position: absolute;
    width: 1rem;
    height: 1rem;
    content: "";
    top: -.5rem;
    left: calc(50% - .5rem);
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    background-color: #FFFFFF;
    border-top: 1px solid #898686;
    border-left: 1px solid #898686;
  }
  #header-block li.main-menu-item > .sub-menu li {
    display: block;
    position: relative;
    background: #FFFFFF;
    width: 100%;
    margin-bottom: 0px;
  }
  #header-block li.main-menu-item > .sub-menu li:last-of-type a {
    margin-bottom: 0px;
  }
  #header-block li.main-menu-item > .sub-menu li.current_page_item > a {
    background: #FCBA63 !important;
    color: #FFFFFF;
  }
  #header-block li.main-menu-item > .sub-menu li.current_page_item > a::after {
    color: currentColor !important;
  }
  #header-block li.main-menu-item > .sub-menu li:hover .sub-menu {
    -webkit-transform: translateX(100%) !important;
            transform: translateX(100%) !important;
  }
  #header-block li.main-menu-item > .sub-menu a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-bottom: 4px;
    position: relative;
    width: 100%;
    color: #333;
    text-transform: none;
    padding-left: 20px;
    padding-right: 60px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    border-left: 1px solid transparent;
    background: #FFFFFF;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
  }
  #header-block li.main-menu-item > .sub-menu a::after {
    color: #B7B7B7;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  #header-block li.main-menu-item > .sub-menu a:hover {
    background-color: #f1f1f1;
    border-left: 5px solid #FCBA63;
  }
  #header-block li.main-menu-item > .sub-menu a:hover::after {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  #header-block li.main-menu-item > .sub-menu .sub-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 16px;
    padding-bottom: 16px;
    -webkit-box-shadow: inset .4rem 0 .4rem -.2rem #ccc;
            box-shadow: inset .4rem 0 .4rem -.2rem #ccc;
    position: absolute;
    z-index: -1;
    left: 0px;
    top: 0;
    width: 100%;
    background: #f1f1f1;
    -webkit-transition: -webkit-transform .25s;
    transition: -webkit-transform .25s;
    transition: transform .25s;
    transition: transform .25s, -webkit-transform .25s;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  #header-block li.main-menu-item > .sub-menu .sub-menu li, #header-block li.main-menu-item > .sub-menu .sub-menu a {
    background: none;
  }
  #header-block li.main-menu-item:hover > .sub-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #header-block i {
    margin-right: 8px;
  }
}

@media screen and (max-width: 991px) {
  #header-block #company-brand {
    margin-left: 0px !important;
  }
  #header-block .toggle-menu {
    display: block !important;
  }
  #header-block .nav-menu {
    display: block;
    position: fixed;
    padding-top: 96px;
    padding-bottom: 96px;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    background-color: #FCBA63;
    overflow-x: hidden;
    z-index: 9;
    top: 0;
    right: 0;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: -webkit-transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }
  #header-block .nav-menu .content-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    list-style-type: none;
    z-index: 5;
  }
  #header-block .nav-menu .content-menu li {
    margin-bottom: 8px;
    padding-left: 48px;
    padding-right: 48px;
    margin-left: 40px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
    z-index: 5px;
  }
  #header-block .nav-menu .content-menu li:last-of-type {
    margin-bottom: 0px;
  }
  #header-block .nav-menu .content-menu li.current_page_parent > a,
  #header-block .nav-menu .content-menu li.current_page_item > a {
    color: #020202 !important;
  }
  #header-block .nav-menu .content-menu li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 700;
    font-size: calc(20px + (30 - 20) * ((100vw - 320px) / (1920 - 320)));
    line-height: calc((20px + (30 - 20) * ((100vw - 320px) / (1920 - 320))) * 1.5);
    font-family: "Roboto", sans-serif;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 60px;
    position: relative;
    color: #FFFFFF;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: 700;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #header-block .nav-menu .content-menu li a:hover {
    color: #020202;
  }
  #header-block .nav-menu .content-menu li .sub-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 80px;
    padding-bottom: 80px;
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 100;
    background: #B7B7B7;
    margin-left: 100%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
  }
  #header-block .nav-menu .content-menu li .sub-menu.sub-menu-active {
    margin-left: 0px;
    z-index: 10;
  }
  #header-block .nav-menu .content-menu li .sub-menu .menu-title a {
    margin-bottom: 16px;
    font-size: calc(18px + (24 - 18) * ((100vw - 320px) / (1920 - 320)));
    line-height: calc((18px + (24 - 18) * ((100vw - 320px) / (1920 - 320))) * 1.5);
    color: #FCBA63;
    border-bottom: 1px solid rgba(252, 186, 99, 0.3);
  }
  #header-block .nav-menu .content-menu li .sub-menu .menu-title a::before {
    margin-right: 8px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
  }
  #header-block .nav-menu .content-menu li.menu-item-has-children > a::after {
    font-size: calc(30px + (40 - 30) * ((100vw - 320px) / (1920 - 320)));
    line-height: calc((30px + (40 - 30) * ((100vw - 320px) / (1920 - 320))));
    right: 0px;
  }
  #header-block .nav-menu .content-menu .menu-item-has-children:hover {
    z-index: 10;
  }
  #header-block .nav-menu.show {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  #header-block .nav-menu.show .content-menu li {
    margin-left: 0px;
    opacity: 1;
  }
  #header-block .nav-menu.show .content-menu li:nth-child(1) {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  #header-block .nav-menu.show .content-menu li:nth-child(2) {
    -webkit-transition-delay: 0.45s;
            transition-delay: 0.45s;
  }
  #header-block .nav-menu.show .content-menu li:nth-child(3) {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
  #header-block .nav-menu.show .content-menu li:nth-child(4) {
    -webkit-transition-delay: 0.75s;
            transition-delay: 0.75s;
  }
  #header-block .nav-menu.show .content-menu li:nth-child(5) {
    -webkit-transition-delay: 0.9s;
            transition-delay: 0.9s;
  }
  #header-block .nav-menu.show .content-menu li:nth-child(6) {
    -webkit-transition-delay: 1.05s;
            transition-delay: 1.05s;
  }
  #header-block .nav-menu.show .content-menu li:nth-child(7) {
    -webkit-transition-delay: 1.20s;
            transition-delay: 1.20s;
  }
  #header-block .nav-menu.show .content-menu li:nth-child(8) {
    -webkit-transition-delay: 1.35s;
            transition-delay: 1.35s;
  }
  #header-block .nav-menu.show .content-menu li:nth-child(9) {
    -webkit-transition-delay: 1.5s;
            transition-delay: 1.5s;
  }
}

@media screen and (max-width: 767px) {
  #header-block #company-brand {
    width: calc(75%) !important;
  }
}

@media screen and (max-width: 575px) {
  #header-block .nav-menu .menu-mobile,
  #header-block .nav-menu .content-menu li {
    padding-left: 24px;
    padding-right: 24px;
  }
  #header-block .nav-menu .menu-mobile .item {
    margin-left: 0px;
    margin-right: 0px;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

#footer-block .line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#footer-block .wrap-copyright {
  cursor: none;
}

#footer-block .wrap-copyright .wrap-item {
  margin-right: 4px;
}

#footer-block .wrap-copyright .wrap-item::last-of-type {
  margin-right: 0px;
}

#footer-block .social-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#footer-block .social-menu .legend {
  display: none;
}

#footer-block .social-menu a {
  margin-right: 16px;
  opacity: .7;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

#footer-block .social-menu a:hover {
  opacity: 1;
}

#footer-block .social-menu a:last-of-type {
  margin-right: 0px;
}

#footer-block .social-menu i {
  font-size: calc(16px + (16 - 16) * ((100vw - 320px) / (1920 - 320)));
  line-height: calc((16px + (16 - 16) * ((100vw - 320px) / (1920 - 320))));
  color: #898686;
}

@media screen and (max-width: 767px) {
  #footer-block .line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-bottom: 24px;
  }
  #footer-block .wrap-developer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 16px;
  }
  #footer-block .wrap-copyright {
    margin-bottom: 16px;
  }
  #footer-block .wrap-copyright .wrap-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #footer-block .wrap-copyright .wrap-info .separator {
    display: none;
  }
  #footer-block .wrap-copyright .wrap-item {
    margin: 0px;
  }
  #footer-block .wrap-content {
    text-align: center;
  }
  #footer-block .social-menu {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #footer-block .social-menu i {
    font-size: calc(20px + (20 - 20) * ((100vw - 320px) / (1920 - 320)));
    line-height: calc((20px + (20 - 20) * ((100vw - 320px) / (1920 - 320))));
  }
  #footer-block .wrap-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #footer-block .wrap-info .separator {
    display: none;
  }
  #footer-block .wrap-item {
    margin-right: 0px;
    margin-bottom: 4px;
  }
}

/* Estilização do site  ################################################################ */
.row_block_text_img .shape-item {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.row_block_text_img .shape-item:not(:last-of-type) {
  margin-bottom: 96px;
}

@media screen and (max-width: 767px) {
  .row_block_text_img .shape-item:not(:last-of-type) {
    margin-bottom: 32px;
  }
}

.row_block_text_img .shape-item .wrap-title {
  color: #FCBA63;
  line-height: unset;
}

.row_block_text_img .shape-item .wrap-content {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.row_block_text_img .shape-item .wrap-img {
  min-height: 300px;
}

.row_block_text_img .shape-item .wrap-img .wrap-cover {
  border: 2px solid #FCBA63;
  border-radius: 10px;
}

@media screen and (max-width: 991px) {
  .row_block_text_img .shape-item .wrap-img {
    width: calc(50%);
  }
}

@media screen and (max-width: 767px) {
  .row_block_text_img .shape-item .wrap-img {
    min-height: 200px;
  }
}

.row_block_title .line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.row_block_title .wrap-title-section .wrap-title {
  font-weight: 700;
  font-size: calc(40px + (60 - 40) * ((100vw - 320px) / (1920 - 320)));
  line-height: calc((40px + (60 - 40) * ((100vw - 320px) / (1920 - 320))) * 1.5);
  font-family: "Roboto", sans-serif;
}

.row_block_title .wrap-title-section .wrap-subtitle {
  font-weight: 400;
  font-size: calc(16px + (20 - 16) * ((100vw - 320px) / (1920 - 320)));
  line-height: calc((16px + (20 - 16) * ((100vw - 320px) / (1920 - 320))) * 1.5);
  font-family: "Lato", sans-serif;
  color: #898686;
  text-transform: unset;
}

.row_block_newsletter {
  background: #e59400;
}

.row_block_newsletter .wrap-content {
  margin-bottom: 24px;
  display: block;
  position: relative;
  text-align: center;
  color: #FFFFFF;
}

.row_block_newsletter .wrap-title {
  font-size: calc(30px + (38 - 30) * ((100vw - 320px) / (1920 - 320)));
  line-height: calc((30px + (38 - 30) * ((100vw - 320px) / (1920 - 320))) * 1.5);
}

.row_block_newsletter .wrap-title,
.row_block_newsletter .wrap-text p {
  color: #FFFFFF;
}

@media screen and (max-width: 767px) {
  .row_block_newsletter .wrap-title br,
  .row_block_newsletter .wrap-text p br {
    display: none;
  }
}

.row_block_newsletter .social-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.row_block_newsletter .social-menu .legend {
  display: none;
}

.row_block_newsletter .social-menu a {
  margin-right: 16px;
  opacity: .7;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.row_block_newsletter .social-menu a:hover {
  opacity: 1;
}

.row_block_newsletter .social-menu a:last-of-type {
  margin-right: 0px;
}

.row_block_newsletter .social-menu i {
  font-size: calc(24px + (24 - 24) * ((100vw - 320px) / (1920 - 320)));
  line-height: calc((24px + (24 - 24) * ((100vw - 320px) / (1920 - 320))));
  color: #FFFFFF;
}

.row_block_newsletter .wrap-form {
  margin-top: 24px;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  max-width: 600px;
}

.row_block_newsletter .wrap-form .wpcf7 .wpcf7-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.row_block_newsletter .wrap-form .wpcf7 .wpcf7-form input,
.row_block_newsletter .wrap-form .wpcf7 .wpcf7-form textarea,
.row_block_newsletter .wrap-form .wpcf7 .wpcf7-form select {
  border-color: #020202;
}

.row_block_newsletter .wrap-form .wpcf7 .wpcf7-form input:placeholder-shown,
.row_block_newsletter .wrap-form .wpcf7 .wpcf7-form textarea:placeholder-shown,
.row_block_newsletter .wrap-form .wpcf7 .wpcf7-form select:placeholder-shown {
  padding-left: 8px;
  padding-right: 8px;
  background: #FFFFFF;
  border-color: #898686;
  color: #898686;
}

.row_block_newsletter .wrap-form .wpcf7 .wpcf7-form input::-webkit-input-placeholder,
.row_block_newsletter .wrap-form .wpcf7 .wpcf7-form textarea::-webkit-input-placeholder,
.row_block_newsletter .wrap-form .wpcf7 .wpcf7-form select::-webkit-input-placeholder {
  color: #898686;
}

.row_block_newsletter .wrap-form .wpcf7 .wpcf7-form input::-moz-placeholder,
.row_block_newsletter .wrap-form .wpcf7 .wpcf7-form textarea::-moz-placeholder,
.row_block_newsletter .wrap-form .wpcf7 .wpcf7-form select::-moz-placeholder {
  color: #898686;
}

.row_block_newsletter .wrap-form .wpcf7 .wpcf7-form input:-ms-input-placeholder,
.row_block_newsletter .wrap-form .wpcf7 .wpcf7-form textarea:-ms-input-placeholder,
.row_block_newsletter .wrap-form .wpcf7 .wpcf7-form select:-ms-input-placeholder {
  color: #898686;
}

.row_block_newsletter .wrap-form .wpcf7 .wpcf7-form input::-ms-input-placeholder,
.row_block_newsletter .wrap-form .wpcf7 .wpcf7-form textarea::-ms-input-placeholder,
.row_block_newsletter .wrap-form .wpcf7 .wpcf7-form select::-ms-input-placeholder {
  color: #898686;
}

.row_block_newsletter .wrap-form .wpcf7 .wpcf7-form input::placeholder,
.row_block_newsletter .wrap-form .wpcf7 .wpcf7-form textarea::placeholder,
.row_block_newsletter .wrap-form .wpcf7 .wpcf7-form select::placeholder {
  color: #898686;
}

.row_block_newsletter .wrap-form .wpcf7 .wpcf7-form .legend {
  display: none;
}

.row_block_newsletter .wrap-form .wpcf7 .wpcf7-form label {
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 20px;
  width: auto;
}

.row_block_newsletter .wrap-form .wpcf7 .wpcf7-form .wpcf7-form-control-wrap {
  background: #FFFFFF;
}

.row_block_newsletter .wrap-form .wpcf7-submit {
  padding-left: 16px;
  padding-right: 16px;
  height: 100%;
  background: #020202 !important;
  color: #FFFFFF;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.row_block_newsletter .wrap-form .wrap-submit .ajax-loader {
  background: #e59400 !important;
}

@media screen and (max-width: 767px) {
  .row_block_newsletter .wrap-form form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
  }
  .row_block_newsletter .wrap-form form label {
    width: 100% !important;
  }
  .row_block_newsletter .wrap-form form input {
    text-align: center;
  }
  .row_block_newsletter .wrap-form form .wrap-submit {
    margin-top: 16px;
  }
  .row_block_newsletter .wrap-form form .wrap-submit .wpcf7-submit {
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
    margin-left: 0px;
  }
  .row_block_newsletter .wrap-form form .wpcf7-response-output {
    width: 100%;
  }
}

@media screen and (max-width: 575px) {
  .row_block_newsletter .wpcf7-response-output {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .row_block_newsletter .wpcf7-response-output::before {
    margin-right: 0px;
    margin-bottom: 8px;
  }
  .row_block_newsletter .social-menu {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .row_block_newsletter .social-menu a {
    margin-right: 16px;
  }
  .row_block_newsletter .social-menu a:last-of-type {
    margin-right: 0px;
  }
  .row_block_newsletter .social-menu a i {
    font-size: calc(16px + (24 - 16) * ((100vw - 320px) / (1920 - 320)));
    line-height: calc((16px + (24 - 16) * ((100vw - 320px) / (1920 - 320))));
    color: #FFFFFF;
  }
}

.row_block_text .wrap-title-section {
  margin-bottom: 24px;
}

.row_block_text .wrap-title {
  color: #FCBA63;
}

.row_block_text .wrap-text {
  margin-left: auto;
  margin-right: auto;
}

.row_block_text .wrap-text a {
  color: #FCBA63;
  text-decoration: underline;
}

.row_block_text .wrap-text a:hover {
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
}

.row_block_text .wrap-text li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 16px;
  position: relative;
}

.row_block_text .wrap-text li::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: calc(12px + (16 - 12) * ((100vw - 320px) / (1920 - 320)));
  line-height: calc((12px + (16 - 12) * ((100vw - 320px) / (1920 - 320))));
  width: 16px;
  height: 16px;
  content: '\f105';
  position: absolute;
  top: 5px;
  left: 0px;
  color: #020202;
}

.row_block_form .line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.row_block_form .wrap-form {
  display: block;
  position: relative;
}

.row_block_form .wrap-form .wpcf7 .wpcf7-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.row_block_form .wrap-form .wpcf7 .wpcf7-form label {
  padding-left: 4px;
  padding-right: 4px;
}

.row_block_form .wrap-form .wpcf7 .wpcf7-form .legend {
  display: block;
  color: #898686;
}

.row_block_form .wrap-form .wpcf7 .wpcf7-form input,
.row_block_form .wrap-form .wpcf7 .wpcf7-form textarea,
.row_block_form .wrap-form .wpcf7 .wpcf7-form select {
  border-bottom: 3px solid #FCBA63;
}

.row_block_form .wrap-form .wpcf7 .wpcf7-form input.inactive, .row_block_form .wrap-form .wpcf7 .wpcf7-form input:placeholder-shown,
.row_block_form .wrap-form .wpcf7 .wpcf7-form textarea.inactive,
.row_block_form .wrap-form .wpcf7 .wpcf7-form textarea:placeholder-shown,
.row_block_form .wrap-form .wpcf7 .wpcf7-form select.inactive,
.row_block_form .wrap-form .wpcf7 .wpcf7-form select:placeholder-shown {
  padding-left: 8px;
  padding-right: 8px;
  background: #FFFFFF;
  border-color: #898686;
  color: #898686;
}

.row_block_form .wrap-form .wpcf7 .wpcf7-form input::-webkit-input-placeholder,
.row_block_form .wrap-form .wpcf7 .wpcf7-form textarea::-webkit-input-placeholder,
.row_block_form .wrap-form .wpcf7 .wpcf7-form select::-webkit-input-placeholder {
  color: #898686;
}

.row_block_form .wrap-form .wpcf7 .wpcf7-form input::-moz-placeholder,
.row_block_form .wrap-form .wpcf7 .wpcf7-form textarea::-moz-placeholder,
.row_block_form .wrap-form .wpcf7 .wpcf7-form select::-moz-placeholder {
  color: #898686;
}

.row_block_form .wrap-form .wpcf7 .wpcf7-form input:-ms-input-placeholder,
.row_block_form .wrap-form .wpcf7 .wpcf7-form textarea:-ms-input-placeholder,
.row_block_form .wrap-form .wpcf7 .wpcf7-form select:-ms-input-placeholder {
  color: #898686;
}

.row_block_form .wrap-form .wpcf7 .wpcf7-form input::-ms-input-placeholder,
.row_block_form .wrap-form .wpcf7 .wpcf7-form textarea::-ms-input-placeholder,
.row_block_form .wrap-form .wpcf7 .wpcf7-form select::-ms-input-placeholder {
  color: #898686;
}

.row_block_form .wrap-form .wpcf7 .wpcf7-form input::placeholder,
.row_block_form .wrap-form .wpcf7 .wpcf7-form textarea::placeholder,
.row_block_form .wrap-form .wpcf7 .wpcf7-form select::placeholder {
  color: #898686;
}

.row_block_form .wrap-form .wpcf7-form-control-wrap {
  background: #f2f2f2;
}

.row_block_form .wrap-form select {
  background: none !important;
}

.row_block_form .wrap-form .wpcf7-response-output {
  margin: 0px 0px 16px 0px !important;
}

.row_block_form .wrap-form .wrap-submit {
  margin-top: 16px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.row_block_form .wrap-form .wrap-submit .wpcf7-submit {
  padding-top: 16px;
  padding-bottom: 16px;
  margin-left: 0px;
  font-size: calc(16px + (20 - 16) * ((100vw - 320px) / (1920 - 320)));
  line-height: calc((16px + (20 - 16) * ((100vw - 320px) / (1920 - 320))) * 1.5);
  font-weight: bold;
  line-height: unset;
}

.row_block_form .wrap-form .wrap-submit .wpcf7-submit:hover {
  background: #e59400 !important;
}

.row_block_form .wrap-form .wrap-submit .ajax-loader {
  background: #FFFFFF !important;
}

.row_block_form .wrap-form .wrap-submit .ajax-loader::after {
  color: #FCBA63 !important;
}

.row_block_banner_text {
  border: 10px solid #FCBA63;
}

.row_block_banner_text .wrap-img {
  width: 100%;
  height: 100%;
  position: absolute;
}

.row_block_banner_text .wrap-img .wrap-cover::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: linear-gradient(87.24deg, rgba(0, 0, 0, 0.79) 42.14%, rgba(0, 0, 0, 0) 66.56%);
  z-index: 5;
}

@media screen and (max-width: 991px) {
  .row_block_banner_text .wrap-img .wrap-cover::after {
    background: rgba(0, 0, 0, 0.4);
  }
}

.row_block_banner_text .wrap-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 600px;
  -ms-flex-line-pack: center;
      align-content: center;
  z-index: 10;
}

@media screen and (max-width: 991px) {
  .row_block_banner_text .wrap-content {
    width: calc(100%);
    min-height: 500px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media screen and (max-width: 767px) {
  .row_block_banner_text .wrap-content {
    width: calc(100%);
    min-height: 400px;
  }
}

@media screen and (max-width: 575px) {
  .row_block_banner_text .wrap-content {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

.row_block_banner_text .wrap-title-section {
  text-align: center;
}

.row_block_banner_text .wrap-title-section .wrap-title {
  font-size: calc(30px + (60 - 30) * ((100vw - 320px) / (1920 - 320)));
  line-height: calc((30px + (60 - 30) * ((100vw - 320px) / (1920 - 320))) * 1.5);
  color: #FFFFFF;
}

.row_block_banner_text .wrap-title-section .wrap-subtitle {
  margin: 0px;
}

.row_block_banner_text .wrap-button {
  display: block;
  position: relative;
  margin-top: 24px;
}

.row_block_banner_text .wrap-button a {
  display: block;
  position: relative;
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 8px;
  padding-bottom: 8px;
  border: 1px solid #FFFFFF;
  border-bottom: 3px solid #FFFFFF;
  text-transform: uppercase;
  color: #FFFFFF;
}

.row_block_banner_text .social-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 24px;
  opacity: .6;
}

.row_block_banner_text .social-menu .legend {
  display: none;
}

.row_block_banner_text .social-menu a {
  margin-left: 8px;
  margin-right: 8px;
}

.row_block_banner_text .social-menu i {
  margin: 0px;
  font-size: calc(15px + (20 - 15) * ((100vw - 320px) / (1920 - 320)));
  line-height: calc((15px + (20 - 15) * ((100vw - 320px) / (1920 - 320))));
  color: #FFFFFF;
}

.row_block_playlist .wrap-title-section {
  margin-bottom: 32px;
}

.row_block_playlist .wrap-title-section.align-center {
  margin-left: auto;
  margin-right: auto;
}

.row_block_playlist .wrap-title-section.align-right {
  margin-left: auto;
}

.row_block_playlist .wrap-title {
  font-size: calc(30px + (38 - 30) * ((100vw - 320px) / (1920 - 320)));
  line-height: calc((30px + (38 - 30) * ((100vw - 320px) / (1920 - 320))) * 1.5);
}

.row_block_playlist .wrap-content {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.row_block_playlist .wrap-img {
  height: 500px;
}

@media screen and (max-width: 991px) {
  .row_block_playlist .wrap-img {
    height: 350px;
    width: calc(50%);
  }
}

@media screen and (max-width: 767px) {
  .row_block_playlist .wrap-img {
    height: 300px;
  }
}

.row_block_playlist .wrap-cover {
  border: 5px solid #FCBA63;
}

@media screen and (max-width: 767px) {
  .row_block_playlist .wrap-cover {
    border: none;
  }
  .row_block_playlist .wrap-cover img {
    border: 5px solid #FCBA63;
  }
}

.row_block_playlist .wrap-embed {
  margin-left: -100px;
}

@media screen and (max-width: 767px) {
  .row_block_playlist .wrap-embed {
    margin-left: 0px;
  }
}

.row_block_playlist .wrap-embed iframe {
  border: 3px solid #FCBA63;
  -webkit-box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.3);
  width: 100% !important;
  max-height: 300px !important;
}

.row_block_video .wrap-title {
  font-size: calc(30px + (38 - 30) * ((100vw - 320px) / (1920 - 320)));
  line-height: calc((30px + (38 - 30) * ((100vw - 320px) / (1920 - 320))) * 1.5);
}

.row_block_video .wrap-title-section {
  margin-bottom: 32px;
}

.row_block_video iframe {
  width: 100%;
}

.row_block_video .wrap-videos-thumbs iframe {
  height: 250px;
}

.row_block_video .wrap-videos-full iframe {
  height: 550px;
}

@media screen and (max-width: 991px) {
  .row_block_video .wrap-videos-full iframe {
    height: 400px;
  }
}

@media screen and (max-width: 767px) {
  .row_block_video .wrap-videos-full iframe {
    height: 350px;
  }
}

@media screen and (max-width: 575px) {
  .row_block_video .wrap-videos-full iframe {
    height: 250px;
  }
}

.row_block_gallery .line,
.row_block_gallery .container {
  max-width: 100%;
}

.row_block_gallery .img-full {
  min-height: 400px;
}

@media screen and (max-width: 991px) {
  .row_block_gallery .img-full {
    min-height: 250px;
  }
}

.row_block_gallery .item {
  margin: 0px;
  height: 300px;
  -ms-flex-preferred-size: 16.6%;
      flex-basis: 16.6%;
}

@media screen and (max-width: 1299px) {
  .row_block_gallery .item {
    -ms-flex-preferred-size: 33.3%;
        flex-basis: 33.3%;
  }
}

@media screen and (max-width: 991px) {
  .row_block_gallery .item {
    height: 250px;
  }
}

@media screen and (max-width: 767px) {
  .row_block_gallery .item {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
