/*
Theme Name: Intersaberes 2025
Author: Rafael Schutz (Limonada Marketing Digital), Carlos Augusto Martins do Carmo (Editora Intersaberes)
Version: 2.8.1
*/
/* config */
html,
body,
body div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
menu,
nav,
section,
time,
mark,
audio,
video,
details,
summary {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

article,
aside,
figure,
footer,
header,
nav,
section,
details,
summary {
  display: block;
}

img,
object,
embed {
  max-width: 100%;
}

ul {
  margin-left: 0px;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  font-weight: bold;
  vertical-align: bottom;
}

td {
  font-weight: normal;
  vertical-align: top;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  word-wrap: break-word;
}

input[type="radio"] {
  vertical-align: text-bottom;
}

input[type="checkbox"] {
  vertical-align: bottom;
}

.ie7 input[type="checkbox"] {
  vertical-align: baseline;
}

.ie6 input {
  vertical-align: text-bottom;
}

select,
input,
textarea {
  font: 99% sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

small {
  font-size: 85%;
}

strong {
  font-weight: bold;
}

td,
td img {
  vertical-align: top;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

pre,
code,
kbd,
samp {
  font-family: monospace, sans-serif;
}

.clickable,
label,
input[type=button],
input[type=submit],
input[type=file],
button {
  cursor: pointer;
}

button,
input,
select,
textarea {
  margin: 0;
}

button {
  width: auto;
  overflow: visible;
}

.ie7 img {
  -ms-interpolation-mode: bicubic;
}

.ie6 html {
  filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

.clearfix:before,
.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
  clear: both;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*sections*/
.section {
  position: relative;
  display: block;
  width: 100%;
}

/*rows*/
.row {
  position: relative;
  display: -ms-flex;
  /* IE 10 */
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  padding-right: 40px;
  padding-left: 40px;
  margin-bottom: 0px;
}

.row .row {
  margin-bottom: 0px;
  padding: 0px;
}

.row:last-of-type {
  margin-bottom: 0px;
}

.fluid {
  max-width: 100% !important;
  width: 100% !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.fluid .col:not(.padding-none) {
  padding: 4%;
}

/*columns*/
.col {
  position: relative;
  width: 100%;
  margin-right: 3%;
}

/*columns span*/
/*columns span*/
.span-1-2 {
  width: 48.5%;
  margin-right: 3%;
}

.fluid>.span-1-2 {
  width: 50%;
  margin-right: 0px;
}

.span-1-3 {
  width: 31.3333333333%;
  margin-right: 3%;
}

.fluid>.span-1-3 {
  width: 33.3333333333%;
  margin-right: 0px;
}

.span-1-4 {
  width: 22.75%;
  margin-right: 3%;
}

.fluid>.span-1-4 {
  width: 25%;
  margin-right: 0px;
}

.span-1-5 {
  width: 17.6%;
  margin-right: 3%;
}

.fluid>.span-1-5 {
  width: 20%;
  margin-right: 0px;
}

.span-1-6 {
  width: 14.1666666667%;
  margin-right: 3%;
}

.fluid>.span-1-6 {
  width: 16.6666666667%;
  margin-right: 0px;
}

.span-1-7 {
  width: 11.7142857143%;
  margin-right: 3%;
}

.fluid>.span-1-7 {
  width: 14.2857142857%;
  margin-right: 0px;
}

.span-1-8 {
  width: 9.875%;
  margin-right: 3%;
}

.fluid>.span-1-8 {
  width: 12.5%;
  margin-right: 0px;
}

.span-1-9 {
  width: 8.4444444444%;
  margin-right: 3%;
}

.fluid>.span-1-9 {
  width: 11.1111111111%;
  margin-right: 0px;
}

.span-1-10 {
  width: 7.3%;
  margin-right: 3%;
}

.fluid>.span-1-10 {
  width: 10%;
  margin-right: 0px;
}

.span-1-11 {
  width: 6.3636363636%;
  margin-right: 3%;
}

.fluid>.span-1-11 {
  width: 9.0909090909%;
  margin-right: 0px;
}

.span-1-12 {
  width: 5.5833333333%;
  margin-right: 3%;
}

.fluid>.span-1-12 {
  width: 8.3333333333%;
  margin-right: 0px;
}

.span-2-3 {
  width: 65.6666666667%;
  margin-right: 3%;
}

.fluid>.span-2-3 {
  width: 66.6666666667%;
  margin-right: 0px;
}

.span-2-4 {
  width: 48.5%;
  margin-right: 3%;
}

.fluid>.span-2-4 {
  width: 50%;
  margin-right: 0px;
}

.span-2-5 {
  width: 38.2%;
  margin-right: 3%;
}

.fluid>.span-2-5 {
  width: 40%;
  margin-right: 0px;
}

.span-2-6 {
  width: 31.3333333333%;
  margin-right: 3%;
}

.fluid>.span-2-6 {
  width: 33.3333333333%;
  margin-right: 0px;
}

.span-2-7 {
  width: 26.4285714286%;
  margin-right: 3%;
}

.fluid>.span-2-7 {
  width: 28.5714285714%;
  margin-right: 0px;
}

.span-2-8 {
  width: 22.75%;
  margin-right: 3%;
}

.fluid>.span-2-8 {
  width: 25%;
  margin-right: 0px;
}

.span-2-9 {
  width: 19.8888888889%;
  margin-right: 3%;
}

.fluid>.span-2-9 {
  width: 22.2222222222%;
  margin-right: 0px;
}

.span-2-10 {
  width: 17.6%;
  margin-right: 3%;
}

.fluid>.span-2-10 {
  width: 20%;
  margin-right: 0px;
}

.span-2-11 {
  width: 15.7272727273%;
  margin-right: 3%;
}

.fluid>.span-2-11 {
  width: 18.1818181818%;
  margin-right: 0px;
}

.span-2-12 {
  width: 14.1666666667%;
  margin-right: 3%;
}

.fluid>.span-2-12 {
  width: 16.6666666667%;
  margin-right: 0px;
}

.span-3-4 {
  width: 74.25%;
  margin-right: 3%;
}

.fluid>.span-3-4 {
  width: 75%;
  margin-right: 0px;
}

.span-3-5 {
  width: 58.8%;
  margin-right: 3%;
}

.fluid>.span-3-5 {
  width: 60%;
  margin-right: 0px;
}

.span-3-6 {
  width: 48.5%;
  margin-right: 3%;
}

.fluid>.span-3-6 {
  width: 50%;
  margin-right: 0px;
}

.span-3-7 {
  width: 41.1428571429%;
  margin-right: 3%;
}

.fluid>.span-3-7 {
  width: 42.8571428571%;
  margin-right: 0px;
}

.span-3-8 {
  width: 35.625%;
  margin-right: 3%;
}

.fluid>.span-3-8 {
  width: 37.5%;
  margin-right: 0px;
}

.span-3-9 {
  width: 31.3333333333%;
  margin-right: 3%;
}

.fluid>.span-3-9 {
  width: 33.3333333333%;
  margin-right: 0px;
}

.span-3-10 {
  width: 27.9%;
  margin-right: 3%;
}

.fluid>.span-3-10 {
  width: 30%;
  margin-right: 0px;
}

.span-3-11 {
  width: 25.0909090909%;
  margin-right: 3%;
}

.fluid>.span-3-11 {
  width: 27.2727272727%;
  margin-right: 0px;
}

.span-3-12 {
  width: 22.75%;
  margin-right: 3%;
}

.fluid>.span-3-12 {
  width: 25%;
  margin-right: 0px;
}

.span-4-5 {
  width: 79.4%;
  margin-right: 3%;
}

.fluid>.span-4-5 {
  width: 80%;
  margin-right: 0px;
}

.span-4-6 {
  width: 65.6666666667%;
  margin-right: 3%;
}

.fluid>.span-4-6 {
  width: 66.6666666667%;
  margin-right: 0px;
}

.span-4-7 {
  width: 55.8571428571%;
  margin-right: 3%;
}

.fluid>.span-4-7 {
  width: 57.1428571429%;
  margin-right: 0px;
}

.span-4-8 {
  width: 48.5%;
  margin-right: 3%;
}

.fluid>.span-4-8 {
  width: 50%;
  margin-right: 0px;
}

.span-4-9 {
  width: 42.7777777778%;
  margin-right: 3%;
}

.fluid>.span-4-9 {
  width: 44.4444444444%;
  margin-right: 0px;
}

.span-4-10 {
  width: 38.2%;
  margin-right: 3%;
}

.fluid>.span-4-10 {
  width: 40%;
  margin-right: 0px;
}

.span-4-11 {
  width: 34.4545454545%;
  margin-right: 3%;
}

.fluid>.span-4-11 {
  width: 36.3636363636%;
  margin-right: 0px;
}

.span-4-12 {
  width: 31.3333333333%;
  margin-right: 3%;
}

.fluid>.span-4-12 {
  width: 33.3333333333%;
  margin-right: 0px;
}

.span-5-6 {
  width: 82.8333333333%;
  margin-right: 3%;
}

.fluid>.span-5-6 {
  width: 83.3333333333%;
  margin-right: 0px;
}

.span-5-7 {
  width: 70.5714285714%;
  margin-right: 3%;
}

.fluid>.span-5-7 {
  width: 71.4285714286%;
  margin-right: 0px;
}

.span-5-8 {
  width: 61.375%;
  margin-right: 3%;
}

.fluid>.span-5-8 {
  width: 62.5%;
  margin-right: 0px;
}

.span-5-9 {
  width: 54.2222222222%;
  margin-right: 3%;
}

.fluid>.span-5-9 {
  width: 55.5555555556%;
  margin-right: 0px;
}

.span-5-10 {
  width: 48.5%;
  margin-right: 3%;
}

.fluid>.span-5-10 {
  width: 50%;
  margin-right: 0px;
}

.span-5-11 {
  width: 43.8181818182%;
  margin-right: 3%;
}

.fluid>.span-5-11 {
  width: 45.4545454545%;
  margin-right: 0px;
}

.span-5-12 {
  width: 39.9166666667%;
  margin-right: 3%;
}

.fluid>.span-5-12 {
  width: 41.6666666667%;
  margin-right: 0px;
}

.span-6-7 {
  width: 85.2857142857%;
  margin-right: 3%;
}

.fluid>.span-6-7 {
  width: 85.7142857143%;
  margin-right: 0px;
}

.span-6-8 {
  width: 74.25%;
  margin-right: 3%;
}

.fluid>.span-6-8 {
  width: 75%;
  margin-right: 0px;
}

.span-6-9 {
  width: 65.6666666667%;
  margin-right: 3%;
}

.fluid>.span-6-9 {
  width: 66.6666666667%;
  margin-right: 0px;
}

.span-6-10 {
  width: 58.8%;
  margin-right: 3%;
}

.fluid>.span-6-10 {
  width: 60%;
  margin-right: 0px;
}

.span-6-11 {
  width: 53.1818181818%;
  margin-right: 3%;
}

.fluid>.span-6-11 {
  width: 54.5454545455%;
  margin-right: 0px;
}

.span-6-12 {
  width: 48.5%;
  margin-right: 3%;
}

.fluid>.span-6-12 {
  width: 50%;
  margin-right: 0px;
}

.span-7-8 {
  width: 87.125%;
  margin-right: 3%;
}

.fluid>.span-7-8 {
  width: 87.5%;
  margin-right: 0px;
}

.span-7-9 {
  width: 77.1111111111%;
  margin-right: 3%;
}

.fluid>.span-7-9 {
  width: 77.7777777778%;
  margin-right: 0px;
}

.span-7-10 {
  width: 69.1%;
  margin-right: 3%;
}

.fluid>.span-7-10 {
  width: 70%;
  margin-right: 0px;
}

.span-7-11 {
  width: 62.5454545455%;
  margin-right: 3%;
}

.fluid>.span-7-11 {
  width: 63.6363636364%;
  margin-right: 0px;
}

.span-7-12 {
  width: 57.0833333333%;
  margin-right: 3%;
}

.fluid>.span-7-12 {
  width: 58.3333333333%;
  margin-right: 0px;
}

.span-8-9 {
  width: 88.5555555556%;
  margin-right: 3%;
}

.fluid>.span-8-9 {
  width: 88.8888888889%;
  margin-right: 0px;
}

.span-8-10 {
  width: 79.4%;
  margin-right: 3%;
}

.fluid>.span-8-10 {
  width: 80%;
  margin-right: 0px;
}

.span-8-11 {
  width: 71.9090909091%;
  margin-right: 3%;
}

.fluid>.span-8-11 {
  width: 72.7272727273%;
  margin-right: 0px;
}

.span-8-12 {
  width: 65.6666666667%;
  margin-right: 3%;
}

.fluid>.span-8-12 {
  width: 66.6666666667%;
  margin-right: 0px;
}

.span-9-10 {
  width: 89.7%;
  margin-right: 3%;
}

.fluid>.span-9-10 {
  width: 90%;
  margin-right: 0px;
}

.span-9-11 {
  width: 81.2727272727%;
  margin-right: 3%;
}

.fluid>.span-9-11 {
  width: 81.8181818182%;
  margin-right: 0px;
}

.span-9-12 {
  width: 74.25%;
  margin-right: 3%;
}

.fluid>.span-9-12 {
  width: 75%;
  margin-right: 0px;
}

.span-10-11 {
  width: 90.6363636364%;
  margin-right: 3%;
}

.fluid>.span-10-11 {
  width: 90.9090909091%;
  margin-right: 0px;
}

.span-10-12 {
  width: 82.8333333333%;
  margin-right: 3%;
}

.fluid>.span-10-12 {
  width: 83.3333333333%;
  margin-right: 0px;
}

.span-11-12 {
  width: 91.4166666667%;
  margin-right: 3%;
}

.fluid>.span-11-12 {
  width: 91.6666666667%;
  margin-right: 0px;
}

.col:last-of-type {
  margin-right: 0px !important;
}

/*phone*/
@media only screen and (max-width: 748px) {
  .row:not(.phone-row) {
    -ms-flex-direction: column;
    /* IE 10 */
    -webkit-flex-direction: column;
    /* Safari */
    flex-direction: column;
  }

  .col:not(.phone-col) {
    width: 100%;
    margin-right: 0px;
  }

  .s-1-2 {
    width: 48.5%;
    margin-right: 3%;
  }

  .s-1-3 {
    width: 31.3333333333%;
    margin-right: 3%;
  }

  .s-1-4 {
    width: 22.75%;
    margin-right: 3%;
  }

  .s-1-5 {
    width: 17.6%;
    margin-right: 3%;
  }

  .s-1-6 {
    width: 14.1666666667%;
    margin-right: 3%;
  }

  .s-1-7 {
    width: 11.7142857143%;
    margin-right: 3%;
  }

  .s-1-8 {
    width: 9.875%;
    margin-right: 3%;
  }

  .s-1-9 {
    width: 8.4444444444%;
    margin-right: 3%;
  }

  .s-1-10 {
    width: 7.3%;
    margin-right: 3%;
  }

  .s-1-11 {
    width: 6.3636363636%;
    margin-right: 3%;
  }

  .s-1-12 {
    width: 5.5833333333%;
    margin-right: 3%;
  }

  .s-2-3 {
    width: 65.6666666667%;
    margin-right: 3%;
  }

  .s-2-4 {
    width: 48.5%;
    margin-right: 3%;
  }

  .s-2-5 {
    width: 38.2%;
    margin-right: 3%;
  }

  .s-2-6 {
    width: 31.3333333333%;
    margin-right: 3%;
  }

  .s-2-7 {
    width: 26.4285714286%;
    margin-right: 3%;
  }

  .s-2-8 {
    width: 22.75%;
    margin-right: 3%;
  }

  .s-2-9 {
    width: 19.8888888889%;
    margin-right: 3%;
  }

  .s-2-10 {
    width: 17.6%;
    margin-right: 3%;
  }

  .s-2-11 {
    width: 15.7272727273%;
    margin-right: 3%;
  }

  .s-2-12 {
    width: 14.1666666667%;
    margin-right: 3%;
  }

  .s-3-4 {
    width: 74.25%;
    margin-right: 3%;
  }

  .s-3-5 {
    width: 58.8%;
    margin-right: 3%;
  }

  .s-3-6 {
    width: 48.5%;
    margin-right: 3%;
  }

  .s-3-7 {
    width: 41.1428571429%;
    margin-right: 3%;
  }

  .s-3-8 {
    width: 35.625%;
    margin-right: 3%;
  }

  .s-3-9 {
    width: 31.3333333333%;
    margin-right: 3%;
  }

  .s-3-10 {
    width: 27.9%;
    margin-right: 3%;
  }

  .s-3-11 {
    width: 25.0909090909%;
    margin-right: 3%;
  }

  .s-3-12 {
    width: 22.75%;
    margin-right: 3%;
  }

  .s-4-5 {
    width: 79.4%;
    margin-right: 3%;
  }

  .s-4-6 {
    width: 65.6666666667%;
    margin-right: 3%;
  }

  .s-4-7 {
    width: 55.8571428571%;
    margin-right: 3%;
  }

  .s-4-8 {
    width: 48.5%;
    margin-right: 3%;
  }

  .s-4-9 {
    width: 42.7777777778%;
    margin-right: 3%;
  }

  .s-4-10 {
    width: 38.2%;
    margin-right: 3%;
  }

  .s-4-11 {
    width: 34.4545454545%;
    margin-right: 3%;
  }

  .s-4-12 {
    width: 31.3333333333%;
    margin-right: 3%;
  }

  .s-5-6 {
    width: 82.8333333333%;
    margin-right: 3%;
  }

  .s-5-7 {
    width: 70.5714285714%;
    margin-right: 3%;
  }

  .s-5-8 {
    width: 61.375%;
    margin-right: 3%;
  }

  .s-5-9 {
    width: 54.2222222222%;
    margin-right: 3%;
  }

  .s-5-10 {
    width: 48.5%;
    margin-right: 3%;
  }

  .s-5-11 {
    width: 43.8181818182%;
    margin-right: 3%;
  }

  .s-5-12 {
    width: 39.9166666667%;
    margin-right: 3%;
  }

  .s-6-7 {
    width: 85.2857142857%;
    margin-right: 3%;
  }

  .s-6-8 {
    width: 74.25%;
    margin-right: 3%;
  }

  .s-6-9 {
    width: 65.6666666667%;
    margin-right: 3%;
  }

  .s-6-10 {
    width: 58.8%;
    margin-right: 3%;
  }

  .s-6-11 {
    width: 53.1818181818%;
    margin-right: 3%;
  }

  .s-6-12 {
    width: 48.5%;
    margin-right: 3%;
  }

  .s-7-8 {
    width: 87.125%;
    margin-right: 3%;
  }

  .s-7-9 {
    width: 77.1111111111%;
    margin-right: 3%;
  }

  .s-7-10 {
    width: 69.1%;
    margin-right: 3%;
  }

  .s-7-11 {
    width: 62.5454545455%;
    margin-right: 3%;
  }

  .s-7-12 {
    width: 57.0833333333%;
    margin-right: 3%;
  }

  .s-8-9 {
    width: 88.5555555556%;
    margin-right: 3%;
  }

  .s-8-10 {
    width: 79.4%;
    margin-right: 3%;
  }

  .s-8-11 {
    width: 71.9090909091%;
    margin-right: 3%;
  }

  .s-8-12 {
    width: 65.6666666667%;
    margin-right: 3%;
  }

  .s-9-10 {
    width: 89.7%;
    margin-right: 3%;
  }

  .s-9-11 {
    width: 81.2727272727%;
    margin-right: 3%;
  }

  .s-9-12 {
    width: 74.25%;
    margin-right: 3%;
  }

  .s-10-11 {
    width: 90.6363636364%;
    margin-right: 3%;
  }

  .s-10-12 {
    width: 82.8333333333%;
    margin-right: 3%;
  }

  .s-11-12 {
    width: 91.4166666667%;
    margin-right: 3%;
  }
}

/*margins*/
.margin-none {
  margin-left: 0px !important;
  margin-right: 0px !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.padding-none {
  padding: 0px !important;
}

.padding-top-l {
  padding-top: 100px !important;
}

/*paddings*/
.padding-vertical-l {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.padding-vertical-m {
  padding-top: 75px;
  padding-bottom: 75px;
}

.padding-vertical-s {
  padding-top: 45px;
  padding-bottom: 45px;
}

.padding-vertical-xl {
  padding-top: 150px !important;
  padding-bottom: 150px !important;
}

/*distribute*/
.distribute-vertical>* {
  margin-bottom: 30px;
}

.distribute-vertical>*:last-child {
  margin-bottom: 0px;
}

/*align*/
.align-center {
  text-align: center;
}

.align-center>* {
  text-align: center;
  margin: 0 auto;
  float: none;
}

.align-right,
.align-right>* {
  text-align: right;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.align-right div {
  float: right;
}

.align-left {
  text-align: left;
  float: left;
  width: 100%;
}

.align-middle {
  -webkit-align-items: center;
  /* Safari */
  align-items: center;
}

.display-hide * {
  display: none !important;
}

.image-full img {
  width: 100%;
  height: auto;
}

.margin-vertical>* {
  margin-bottom: 30px !important;
}

.margin-vertical>*:last-child {
  margin-bottom: 0px !important;
}

.margin-vertical-l>* {
  margin-bottom: 60px !important;
}

.margin-vertical-l>*:last-child {
  margin-bottom: 0px !important;
}

.margin-vertical-s>* {
  margin-bottom: 18px !important;
}

.margin-vertical-s>*:last-child {
  margin-bottom: 0px !important;
}

.margin-horizontal {
  margin-left: 60px !important;
  margin-right: 60px !important;
}

.phone-only-show {
  display: none;
}

/*medium*/
/*small*/
@media only screen and (max-width: 748px) {
  .phone-only-show {
    display: flex !important;
  }

  .phone-padding-vertical {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  /*align*/
  .align-center {
    text-align: center;
    margin: 0 auto;
    max-width: 100%;
  }

  .align-center * {
    text-align: center;
    margin: 0 auto;
    max-width: 100%;
  }

  .phone-align-left {
    text-align: left !important;
    float: left !important;
  }

  .phone-align-center {
    text-align: center;
    margin: 0 auto;
    float: none;
  }

  .phone-align-center>* {
    text-align: center;
    margin: 0 auto;
    float: none;
  }

  .phone-display-show {
    display: flex !important;
  }

  .phone-display-show * {
    display: flex !important;
  }

  .phone-display-hide * {
    display: none !important;
  }

  /*order*/
  .phone-order-reverse {
    -webkit-flex-direction: column-reverse !important;
    /* Safari */
    flex-direction: column-reverse !important;
  }

  /*distribute*/
  .distribute-vertical>* {
    margin-bottom: 30px;
  }

  .distribute-vertical>*:last-child {
    margin-bottom: 0px;
  }

  .phone-margin-vertical>* {
    margin-bottom: 30px !important;
  }

  .phone-margin-vertical>*:last-child {
    margin-bottom: 0px !important;
  }

  .phone-margin-vertical-s>* {
    margin-bottom: 10px !important;
  }

  .phone-margin-vertical-s>*:last-child {
    margin-bottom: 0px !important;
  }

  .phone-order-reverse.phone-margin-vertical>* {
    margin-bottom: 30px !important;
  }

  .phone-order-reverse.phone-margin-vertical>*:first-child {
    margin-bottom: 0px !important;
  }
}

* {
  font-feature-settings: 'tnum';
  -moz-font-feature-settings: 'tnum=1';
  -ms-font-feature-settings: 'tnum';
  -webkit-font-feature-settings: 'tnum';
  -o-font-feature-settings: 'tnum';
}

*,
p {
  font-family: proxima-nova, sans-serif;
  font-size: 20px;
  line-height: 20px;
  color: #4C4C4C;
  font-weight: normal;
}

.text-line-s {
  line-height: 0.9 !important;
}

.text-xxl {
  font-size: 60px;
}

.text-xl {
  font-size: 36px;
  line-height: 1;
}

.text-l {
  font-size: 24px;
  line-height: 1;
}

.text-m {
  font-size: 20px;
}

.text-s {
  font-size: 15px;
}

.text-xs {
  font-size: 12px;
}

.text-xxs {
  font-size: 5px;
}

.text-bold {
  font-weight: 700;
  font-style: normal;
}

.text-normal {
  font-weight: 400;
  font-style: normal;
}

.text-light {
  font-weight: 300;
  font-style: normal;
}

.text-uppercase {
  text-transform: uppercase;
}

.content-text-s * {
  font-size: 14px !important;
}

/* Slider */
/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px\9;
  /*lte IE 8*/
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "<";
}

[dir="rtl"] .slick-prev:before {
  content: ">";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: ">";
}

[dir="rtl"] .slick-next:before {
  content: "<";
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: 100px;
  list-style: none;
  display: block;
  text-align: left;
  padding: 0;
  width: 100%;
  left: -10px;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0px;
  background-color: #98B0D4;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  background-color: #F84935;
}

.slick-dots li.slick-active {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  z-index: 100;
}

.slick-dots li.slick-active button {
  background-color: #F84935;
}

.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  overflow-x: hidden;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
  margin: 0px !important;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

@-webkit-keyframes flash {

  0%,
  50%,
  100% {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {

  0%,
  50%,
  100% {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes shake {

  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}

@keyframes shake {

  0%,
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }

  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }

  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }

  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }

  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }

  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }

  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }

  100% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }

  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }

  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }

  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }

  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  25% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
}

@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  25% {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  100% {
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

.width-full {
  width: 100% !important;
  height: auto !important;
}

.padding-top-m {
  padding-top: 50px;
}

.bg-bluegreen {
  background-color: #00aa9d;
}

.text-bluegreen {
  color: #00aa9d;
}

.text-xxl-2 {
  font-size: 52px;
}

.line-height-s {
  line-height: 0.8;
}

.img-splash {
  position: absolute;
  top: 0px;
  left: 0px;
}

.text-ml-2 {
  font-size: 22px;
  line-height: 1;
  font-weight: 300;
}

.align-self-center {
  align-self: center;
}

.slider-clients {
  height: 100px;
}

.slider-cases {
  height: 500px;
}

.slider-cases .slide {
  padding: 5px;
}

.slider-cases .slick-dots,
.slider-clients .slick-dots {
  text-align: center;
  left: -10px;
  bottom: -20px;
}

.logo-1 {
  max-width: 200px;
}

.logo-2 {
  max-width: 140px;
}

.logo-3 {
  max-width: 210px;
}

.bg-1 {
  background-image: url("https://www.intersaberes.com/wp-content/themes/intersaberes23/assets/bg-23-05.png");
  background-size: cover;
  background-position: center center;
  height: 715px;
}

.bg-2 {
  background-image: url("https://www.intersaberes.com/wp-content/themes/intersaberes23/assets/bg-23-03.png");
  background-size: cover;
  background-position: center center;
  height: 715px;
}

.bg-assessoria {
  background-image: url("https://www.intersaberes.com/wp-content/themes/intersaberes23/assets/credencimento-23-01.png");
  background-size: cover;
  background-position: center center;
  height: 715px;
}

.bg-assessoria-2 {
  background-image: url("https://www.intersaberes.com/wp-content/themes/intersaberes23/assets/credencimento-23-02.png");
  background-size: cover;
  background-position: center center;
}

.bg-plataforma {
  background-image: url("https://www.intersaberes.com/wp-content/themes/intersaberes23/assets/bg-23-04.png");
  background-size: cover;
  background-position: center center;
  height: 715px;
}

.bg-plataforma-2 {
  background-image: url("https://www.intersaberes.com/wp-content/themes/intersaberes23/assets/2022/22-19.png");
  background-size: auto 100%;
  background-position: bottom right;
  background-repeat: no-repeat;
}

.bg-ftp {
  background-image: url("https://www.intersaberes.com/wp-content/themes/intersaberes23/assets/bg_ftp.jpg");
  background-size: cover;
  background-position: center center;
  height: 715px;
}

.bg-biblioteca {
  background-image: url("https://www.intersaberes.com/wp-content/themes/intersaberes23/assets/bg-23-01.png");
  background-size: cover;
  background-position: center center;
  height: 715px;
}

.bg-biblioteca-2 {
  background-image: url("https://www.intersaberes.com/wp-content/themes/intersaberes23/assets/2022/22-12.png");
  background-position: bottom center;
  background-size: auto 85%;
  background-repeat: no-repeat;
}

.bg-3 {
  background-image: url("https://www.intersaberes.com/wp-content/themes/intersaberes23/assets/img-05.png");
  background-size: cover;
  background-position: center center;
}

.bg-4 {
  background-color: #333333;
}

.bg-4 * {
  color: #ffffff !important;
}

.bg-4 li {
  list-style: none;
  margin-bottom: 10px;
}

.bg-4 ul li a {
  font-weight: 300;
  text-decoration: none;
  color: #afafaf !important;
}

.bg-5 {
  background-image: url("https://www.intersaberes.com/wp-content/themes/intersaberes23/assets/2022/22-11.png");
  background-position: bottom center;
  background-color: #6d4598;
  background-repeat: no-repeat;
  height: 600px !important;
  background-size: 100% auto;
}

.bg-container-6 {
  background-image: url("https://www.intersaberes.com/wp-content/themes/intersaberes23/assets/2022/22-07.png");
  background-position: bottom center;
  background-color: #00aa9d;
  background-repeat: no-repeat;
  height: 600px !important;
  background-size: 100% auto;
}

.bg-container-6-b {
  background-image: url("https://www.intersaberes.com/wp-content/themes/intersaberes23/assets/2022/22-26.png") !important;
  background-position: bottom right !important;
  background-size: 50% auto;
  height: 200px !important;
}

.bg-5-b {
  background-size: 50% auto;
  height: 200px !important;
  background-position: bottom right !important;
}

.bg-6 {
  background-image: url("https://www.intersaberes.com/wp-content/themes/intersaberes23/assets/2022/22-09.png");
  background-position: bottom right;
  background-color: #99cc33;
  background-repeat: no-repeat;
  height: 180px !important;
  margin-bottom: 30px !important;
  background-size: auto 100%;
}

.bg-6-b {
  background-size: 50% auto;
  height: 200px !important;
}

.bg-7 {
  background-image: url("https://www.intersaberes.com/wp-content/themes/intersaberes23/assets/2022/22-08.png");
  background-position: bottom right;
  background-color: #fe5830;
  background-repeat: no-repeat;
  height: 180px !important;
  margin-bottom: 30px !important;
  background-size: auto 100%;
}

.bg-7-b {
  background-size: 50% auto;
  height: 200px !important;
  background-position: bottom right !important;
}

.bg-container-8 {
  background-image: url("https://www.intersaberes.com/wp-content/themes/intersaberes23/assets/2022/22-10.png");
  background-position: bottom right;
  background-color: #034677;
  background-repeat: no-repeat;
  height: 180px !important;
  background-size: auto 100%;
}

.bg-container-8-b {
  background-size: 50% auto;
  height: 200px !important;
}

.bg-8 {
  background-color: #fe5830;
}

.bg-9 {
  background-image: url("https://www.intersaberes.com/wp-content/themes/intersaberes23/assets/img-02.png");
  background-size: cover;
  background-position: center center;
  height: 715px;
}

.bg-10 {
  background-image: url("https://www.intersaberes.com/wp-content/themes/intersaberes23/assets/bg-23-02.png");
  background-size: cover;
  background-position: center center;
  height: 715px;
}

.bg-11 {
  background-image: url("https://www.intersaberes.com/wp-content/themes/intersaberes23/assets/img-40.png");
  background-position: bottom right;
  background-color: #ff931e;
  background-repeat: no-repeat;
  height: 300px !important;
  background-size: auto 100%;
}

.bg-12 {
  align-content: center;
  background-image: url("https://www.intersaberes.com/wp-content/themes/intersaberes23/assets/img-bg-12.png");
  background-position: bottom right;
  background-color: #333333;
  background-repeat: no-repeat;
  height: 180px !important;
  background-size: 70%;
}

@media(max-width:767px) {
  .bg-12 {
    background-size: 50%;
  }
}

.bg-red {
  background-color: #fb593a;
}

.bg-home-ftp {
  background-image: url("https://www.intersaberes.com/wp-content/themes/intersaberes23/assets/2022/22-06.png");
  background-position: bottom right;
  background-color: #11BEFF;
  background-repeat: no-repeat;
  height: 300px !important;
  background-size: auto 100%;
}

.bg-submenu-1 {
  background: #6d4598 url("https://www.intersaberes.com/wp-content/themes/intersaberes23/assets/2022/22-23.svg") 5px 35px no-repeat !important;
  background-size: 35px 35px !important;
}

.bg-submenu-2 {
  background: #92bf3e url("https://www.intersaberes.com/wp-content/themes/intersaberes23/assets/2022/22-24.svg") 5px 35px no-repeat !important;
  background-size: 35px 35px !important;
}

.bg-submenu-3 {
  background: #fe5830 url("https://www.intersaberes.com/wp-content/themes/intersaberes23/assets/2022/22_2.svg") 5px 35px no-repeat !important;
  background-size: 35px 35px !important;
}

.bg-submenu-4 {
  background: #00aa9d url("https://www.intersaberes.com/wp-content/themes/intersaberes23/assets/2022/22-22.svg") 5px 35px no-repeat !important;
  background-size: 35px 35px !important;
}

.bg-submenu-5 {
  background: #034677 url("https://www.intersaberes.com/wp-content/themes/intersaberes23/assets/2022/22-26.svg") 5px 35px no-repeat !important;
  background-size: 35px 35px !important;
}

.bg-submenu-6 {
  background: #333333 url("https://www.intersaberes.com/wp-content/themes/intersaberes23/assets/2022/svg-submenu-6.svg") 5px 35px no-repeat !important;
  background-size: 35px 35px !important;
}

.bg-title {
  background-image: url("https://www.intersaberes.com/wp-content/themes/intersaberes23/assets/img-06.png");
  background-size: cover;
  background-position: center right;
  height: 130px;
}

.bg-lightgray {
  background-color: #f4f4f4;
}

.bg-purple {
  background-color: #6d4598;
}

.bg-green {
  background-color: #99cc33;
}

.bg-blue {
  background-color: #42b7b3;
}

.bg-lightblue {
  background-color: #35C0FC;
}

.text-white {
  color: #ffffff;
}

.text-red {
  color: #F64B3D;
}

.text-purple {
  color: #6d4598;
}

.text-green {
  color: #99cc33;
}

.text-darkgreen {
  color: #125F42;
}

.text-darkblue {
  color: #004579;
}

.text-darkerblue {
  color: #034677;
}

.text-mediumblue {
  color: #2277A7;
}

.text-red {
  color: #fe5830;
}

.text-orange {
  color: #F7931E;
}

.text-lp-title {
  font-size: 50px;
  line-height: 46px;
}

.text-lightblue {
  color: #35C0FC;
}

.text-gray {
  color: #afafaf !important;
}

.text-gray a {
  color: #afafaf !important;
}

.text-light {
  font-weight: 300;
}

.ul-white ul {
  color: #ffffff;
}

.ul-white li {
  color: #fe5830;
  font-weight: 300;
  margin-bottom: 18px;
}

.ul-white p {
  color: #ffffff;
  font-size: 20px;
  font-weight: 300;
}

.ul-red ul {
  color: #ffffff;
}

.ul-red li {
  color: #ffffff;
  font-weight: 300;
  margin-bottom: 18px;
}

.ul-red p {
  color: #ffffff;
  font-size: 20px;
  font-weight: 300;
}

.ul-height {
  height: 240px;
}

.custom-margin-top {
  margin-top: 130px;
}

.custom-margin-top-ftp {
  margin-top: 100px !important;
}

.header .menu {
  margin-left: 0px;
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-flex-wrap: nowrap;
  /* Safari */
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
  list-style: none;
}

.header .menu li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 18px;
  padding: 10px;
  display: inline-block;
  font-weight: 300;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
}

/* .header .menu li.current-menu-item a, */
.header .menu li a:hover {
  background-color: #ffffff !important;
  color: #fe5830 !important;
}

.header .menu li .current_page_item.menu-item a {
  padding: 10px !important;
  color: #fe5830 !important;
}

.header.contracted .menu li a,
.page-not-home .header .menu li a {
  color: #666666;
}

.header.contracted .menu li a:hover,
.page-not-home .header .menu li a:hover {
  background-color: #fe5830 !important;
  color: #ffffff !important;
}

.header.contracted .custom-menu-item-1 a {
  background: #fe5830 url("https://www.intersaberes.com/wp-content/themes/intersaberes23/assets/ico-arrow.svg") center right no-repeat !important;
  color: #ffffff !important;
}

.header.contracted .custom-menu-item-1 a:hover {
  background: url("https://www.intersaberes.com/wp-content/themes/intersaberes23/assets/ico-arrow.svg") center right no-repeat !important;
  opacity: 0.7;
}

.sub-menu {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  height: 0px;
  overflow: hidden;
  z-index: 100;
  -webkit-box-shadow: 0px 3px 2px -1px rgba(0, 0, 0, 0.36);
  -moz-box-shadow: 0px 3px 2px -1px rgba(0, 0, 0, 0.36);
  box-shadow: 0px 3px 2px -1px rgba(0, 0, 0, 0.36);
  background-color: #f4f4f4;
  width: 100%;
  position: absolute;
  margin-top: 15px;
  transition-timing-function: ease;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.sub-menu.active {
  height: auto;
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.sub-menu a {
  display: block;
  height: 100px;
  width: 100%;
  color: #ffffff;
  line-height: 0.85;
  text-decoration: none;
  font-weight: bold;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 8px;
  padding-left: 45px;
  transform: scale(1);
  transition-timing-function: ease;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 15px;
}

.sub-menu a:hover {
  transform: scale(1.05) !important;
  -webkit-box-shadow: 0px 0px 10px 1px rgba(63, 169, 245, 0.5);
  -moz-box-shadow: 0px 0px 10px 1px rgba(63, 169, 245, 0.5);
  box-shadow: 0px 0px 10px 1px rgba(63, 169, 245, 0.5);
  opacity: 0.7;
}

.submenu-button a {
  background: url("https://www.intersaberes.com/wp-content/themes/intersaberes23/assets/ico-arrowdown-white.svg") center right no-repeat;
  padding-right: 25px !important;
}

.submenu-button a:hover {
  background: url("https://www.intersaberes.com/wp-content/themes/intersaberes23/assets/ico-arrowdown-red.svg") center right no-repeat !important;
}

.header.contracted .submenu-button a {
  background: url("https://www.intersaberes.com/wp-content/themes/intersaberes23/assets/ico-arrowdown-gray.svg") center right no-repeat;
}

.header.contracted .submenu-button a:hover {
  background: url("https://www.intersaberes.com/wp-content/themes/intersaberes23/assets/ico-arrowdown-white.svg") center right no-repeat !important;
}

.header.contracted .submenu-button.active a {
  background: #fe5830 url("https://www.intersaberes.com/wp-content/themes/intersaberes23/assets/ico-arrowup.svg") center right no-repeat !important;
  padding-right: 25px !important;
  color: #ffffff !important;
}

.header.contracted .submenu-button.active a:hover {
  background: #fe5830 url("https://www.intersaberes.com/wp-content/themes/intersaberes23/assets/ico-arrowup.svg") center right no-repeat !important;
}

.shop-button a {
  background: url("https://www.intersaberes.com/wp-content/themes/intersaberes23/assets/ico-shop.svg") center right no-repeat;
  padding-right: 25px !important;
}

.shop-button a:hover {
  background: url("https://www.intersaberes.com/wp-content/themes/intersaberes23/assets/ico-shop-red.svg") center right no-repeat !important;
}

.header.contracted .shop-button a {
  background: url("https://www.intersaberes.com/wp-content/themes/intersaberes23/assets/ico-shop-gray.svg") center right no-repeat;
}

.header.contracted .shop-button a:hover {
  background: #fe5830 url("https://www.intersaberes.com/wp-content/themes/intersaberes23/assets/ico-shop.svg") center right no-repeat !important;
}

.button,
.custom-menu-item-1 a {
  padding: 10px;
  font-size: 18px !important;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  float: none !important;
  background: url("https://www.intersaberes.com/wp-content/themes/intersaberes23/assets/ico-arrow.svg") center right no-repeat;
  padding-right: 40px !important;
  padding-left: 20px !important;
  text-decoration: none;
  color: #ffffff !important;
  text-align: center;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  border: 2px solid #ffffff;
}

.button:hover,
.custom-menu-item-1 a:hover {
  color: #fe5830 !important;
  background: #ffffff url("https://www.intersaberes.com/wp-content/themes/intersaberes23/assets/ico-arrow-red.svg") center right no-repeat !important;
}

.button-2 {
  padding: 10px;
  font-size: 18px !important;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  float: none !important;
  background: #fe5830 url("https://www.intersaberes.com/wp-content/themes/intersaberes23/assets/ico-arrow.svg") center right no-repeat;
  padding-right: 40px !important;
  padding-left: 20px !important;
  text-decoration: none;
  color: #ffffff !important;
  text-align: center;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
}

.button-2:hover {
  background: #fe5830 url("https://www.intersaberes.com/wp-content/themes/intersaberes23/assets/ico-arrow.svg") center right no-repeat !important;
  opacity: 0.7;
}

.button-3 {
  padding: 10px;
  font-size: 18px !important;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  float: none !important;
  background: url("https://www.intersaberes.com/wp-content/themes/intersaberes23/assets/ico-arrow-lightgray.svg") center right no-repeat;
  padding-right: 40px !important;
  padding-left: 20px !important;
  text-decoration: none;
  color: #6B6B6B !important;
  text-align: center;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  border: 2px solid #6B6B6B;
}

.button-3:hover {
  color: #6B6B6B !important;
  background: url("https://www.intersaberes.com/wp-content/themes/intersaberes23/assets/ico-arrow-lightgray.svg") center right no-repeat !important;
}

.header {
  position: fixed !important;
  z-index: 999;
  padding-top: 0;
  height: auto;
  transition-timing-function: ease;
  -webkit-transition: 0.2s;
  transition: 0.2s;

  /*NOVO CSS*/
  background-color: rgba(67, 65, 66, 60%);
}

/* .header .col {
  padding-top: 5px !important;
} */

.header .logo-1 {
  display: block;
}

.header .logo-2 {
  display: none;
}

.header img {
  width: 280px;
  transition-timing-function: ease;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.header.contracted {
  background-color: #ffffff;
  -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.34);
  -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.34);
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.34);
  height: 70px;
  padding-top: 3px !important;
  padding-bottom: 3px !important;
}

.header.contracted .logo-1 {
  display: none;
}

.header.contracted .logo-2 {
  display: block;
}

.header.contracted img {
  width: 180px;
}

.ico-s {
  max-width: 45px;
}

.ico-xs {
  max-width: 30px;
}

.ico-l {
  max-width: 160px;
}

.ico-colored {
  width: 80px;
  height: auto;
}

.ico-ml {
  width: 60px;
  height: auto;
}

.ico-xl {
  width: 100%;
  max-width: 180px;
}

.ico-uninter {
  width: 100%;
  max-width: 325px;
}

.comments-area .comment-list .comment {
  background-color: #f4f4f4;
  padding: 30px;
  margin-bottom: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.comments-area .comment-list p {
  clear: both;
}

.comments-area .comment-author {
  display: inline;
  float: left;
}

.comments-area .comment-author * {
  display: inline;
  font-size: 14px;
  text-decoration: none;
  color: #848484 !important;
}

.comments-area .comment-meta a {
  float: right;
  display: inline;
  font-size: 14px;
  text-decoration: none;
  color: #848484 !important;
  margin-bottom: 20px;
}

.comments-area .comment-reply-title,
.comments-area .comments-title {
  margin-top: 40px !important;
  color: #fe5830;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 20px;
}

.comments-area .comment-notes {
  font-size: 16px;
  display: block;
  margin-bottom: 10px;
}

.comments-area .comment-form-cookies-consent {
  margin-bottom: 20px;
}

.comments-area #wp-comment-cookies-consent {
  margin-right: 10px;
}

.comments-area .form-submit input {
  border: 0px;
}

.sidebar * {
  font-size: 16px;
}

.sidebar .widget-title {
  font-size: 28px;
  font-weight: bold;
  color: #fe5830;
  margin-bottom: 20px;
}

.sidebar .widget-container {
  list-style: none !important;
  margin-bottom: 40px;
}

.sidebar ul li {
  margin-bottom: 20px;
  margin-left: 20px;
}

.sidebar ul li a {
  text-decoration: none;
}

.container {
  -webkit-box-shadow: 0px 0px 7px 1px rgba(128, 128, 128, 0.3);
  -moz-box-shadow: 0px 0px 7px 1px rgba(128, 128, 128, 0.3);
  box-shadow: 0px 0px 7px 1px rgba(128, 128, 128, 0.3);
  height: auto;
  padding: 60px;
}

a.container {
  transform: scale(1);
  transition-timing-function: ease;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

a.container:hover {
  transform: scale(1.05) !important;
  background: #def6ff;
  color: #ffffff !important;
  -webkit-box-shadow: 0px 0px 10px 1px rgba(63, 169, 245, 0.5);
  -moz-box-shadow: 0px 0px 10px 1px rgba(63, 169, 245, 0.5);
  box-shadow: 0px 0px 10px 1px rgba(63, 169, 245, 0.5);
  opacity: 0.7;
}

.btn-container {
  -webkit-box-shadow: 0px 0px 7px 1px rgba(128, 128, 128, 0.3);
  -moz-box-shadow: 0px 0px 7px 1px rgba(128, 128, 128, 0.3);
  box-shadow: 0px 0px 7px 1px rgba(128, 128, 128, 0.3);
  height: auto;
  padding: 40px;
  display: inline-block;
}

.btn-container p {
  font-size: 16px;
  line-height: 16px;
}

a.btn-container {
  text-decoration: none;
  transform: scale(1);
  transition-timing-function: ease;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

a.btn-container:hover {
  transform: scale(1.05) !important;
  color: #ffffff !important;
  -webkit-box-shadow: 0px 0px 10px 1px rgba(63, 169, 245, 0.5);
  -moz-box-shadow: 0px 0px 10px 1px rgba(63, 169, 245, 0.5);
  box-shadow: 0px 0px 10px 1px rgba(63, 169, 245, 0.5);
  opacity: 0.7;
}

.col-inline-block {
  display: inline-block;
}

.faq-item {
  -webkit-box-shadow: 0px 0px 7px 1px rgba(128, 128, 128, 0.3);
  -moz-box-shadow: 0px 0px 7px 1px rgba(128, 128, 128, 0.3);
  box-shadow: 0px 0px 7px 1px rgba(128, 128, 128, 0.3);
  height: auto;
  padding-right: 25px !important;
  padding: 40px !important;
  transform: scale(1);
  transition-timing-function: ease;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #ffffff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.faq-title {
  background: url("https://www.intersaberes.com/wp-content/themes/intersaberes23/assets/ico-arrowdown-faq.svg") center right no-repeat;
  background-size: 18px auto;
}

.faq-title h2 {
  padding-right: 20px;
}

.faq-content {
  height: 0px;
  transition-timing-function: ease;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
}

.faq-content * {
  font-size: 18px !important;
}

.faq-content table {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 2px solid #e1e1e1;
  width: 100%;
}

.faq-content table td {
  border: 2px solid #e1e1e1;
  padding: 10px;
}

.faq-item.active .faq-content {
  margin-top: 30px;
  height: auto;
}

.faq-item.active .faq-title {
  background: url("https://www.intersaberes.com/wp-content/themes/intersaberes23/assets/ico-arrowup-faq.svg") center right no-repeat;
  background-size: 18px auto;
}

.case-item {
  -webkit-box-shadow: 0px 0px 7px 1px rgba(128, 128, 128, 0.3);
  -moz-box-shadow: 0px 0px 7px 1px rgba(128, 128, 128, 0.3);
  box-shadow: 0px 0px 7px 1px rgba(128, 128, 128, 0.3);
  height: 450px;
  padding: 40px;
  padding-top: 60px !important;
  padding-bottom: 60px !important;
  transform: scale(1);
  transition-timing-function: ease;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #ffffff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-right: 10px;
  margin-left: 10px;
}

.quote p {
  margin-left: 40px;
  height: 100px;
  display: block;
}

.quote:before {
  position: absolute;
  content: url("https://www.intersaberes.com/wp-content/themes/intersaberes23/assets/ico-quote.svg");
  height: 30px !important;
  width: 30px !important;
  float: left;
  display: block;
}

.content p {
  font-weight: 300 !important;
  line-height: 1.2;
}

.content h1 {
  color: #fe5830 !important;
  font-size: 36px !important;
  line-height: 1;
  font-weight: bold;
  line-height: normal;
}

.content h2,
.content h2 * {
  color: #fe5830 !important;
  font-size: 28px !important;
  font-weight: bold;
  line-height: 28px;
}

.content h3,
.content h4,
.content h5,
.content h3 *,
.content h4 *,
.content h5 * {
  color: #fe5830 !important;
  font-size: 20px;
  font-weight: bold;
}

.content a {
  color: #6d4598;
}

.content li {
  font-size: 20px;
  font-weight: 300 !important;
  margin-bottom: 10px;
  line-height: 1.2;
}

.content ol {
  margin-left: 20px;
}

.content table {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 2px solid #e1e1e1;
  width: 100%;
}

.content table td {
  border: 2px solid #e1e1e1;
  padding: 10px;
  font-size: 20px;
}

.content .highlight-box {
  border: 1px solid red;
  padding: 30px;
  background-color: #FFD2D2;
}

.content .highlight-box>* {
  margin-bottom: 10px;
}

.blog-item {
  height: 320px;
  display: block;
  background-color: #ffffff;
  text-decoration: none;
  padding: 0px !important;
  margin: 0px !important;
  margin-bottom: 30px !important;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.blog-archive .blog-item {
  height: 530px;
}

.blog-archive .blog-item-image {
  height: 280px !important;
}

.blog-padding {
  padding-left: 0px !important;
}

.blog-item-image {
  background-size: cover;
  height: 120px;
  width: 100%;
  margin-bottom: 20px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.blog-item-text {
  padding-right: 10%;
  padding-left: 10%;
  padding-bottom: 20px;
  padding-top: 20px;
}

.blog-item-text a {
  text-decoration: none;
}

.blog-item-text p {
  color: #a3a3a3;
}

.blog-item-text h2 {
  font-weight: bold;
  line-height: 1;
}

.custom-bg-title {
  background: url("https://www.intersaberes.com/wp-content/themes/intersaberes23/assets/img-1.png") left center no-repeat;
  background-size: cover;
}

.custom-bg-cta {
  background: url("https://www.intersaberes.com/wp-content/themes/intersaberes23/assets/bg-05.png") left center no-repeat;
  background-size: cover;
}

/* .custom-spacer {
  height: 70px;
} */

.wpcf7 label,
.form label,
.comment-form label,
.sharpspring_form form label {
  color: #666666;
  margin-bottom: 10px !important;
  font-weight: 100 !important;
  font-size: 18px;
  font-family: proxima-nova, sans-serif;
}

.wpcf7 .checkbox-option,
.form .checkbox-option,
.comment-form .checkbox-option,
.sharpspring_form form .checkbox-option {
  margin-top: 10px;
  margin-bottom: 20px;
  display: block !important;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="password"],
.wpcf7 textarea,
.form input[type="text"],
.form input[type="email"],
.form input[type="tel"],
.form input[type="password"],
.form textarea,
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="tel"],
.comment-form input[type="password"],
.comment-form textarea,
.sharpspring_form form input[type="text"],
.sharpspring_form form input[type="email"],
.sharpspring_form form input[type="tel"],
.sharpspring_form form input[type="password"],
.sharpspring_form form textarea {
  margin-top: 5px;
  width: 100%;
  border: 1px solid #4C4C4C;
  padding: 10px;
  display: block;
  margin-bottom: 20px;
  color: #4C4C4C !important;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.wpcf7 input[type="submit"],
.wpcf7 #submit_button,
.form input[type="submit"],
.form #submit_button,
.comment-form input[type="submit"],
.comment-form #submit_button,
.sharpspring_form form input[type="submit"],
.sharpspring_form form #submit_button {
  text-shadow: none !important;
  padding: 10px;
  font-size: 18px !important;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  float: none !important;
  background: #fe5830 url("https://www.intersaberes.com/wp-content/themes/intersaberes23/assets/ico-arrow.svg") center right no-repeat;
  padding-right: 40px !important;
  padding-left: 20px !important;
  text-decoration: none;
  color: #ffffff !important;
  text-align: center;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  width: 100% !important;
}

.wpcf7 input[type="submit"]:hover,
.wpcf7 #submit_button:hover,
.form input[type="submit"]:hover,
.form #submit_button:hover,
.comment-form input[type="submit"]:hover,
.comment-form #submit_button:hover,
.sharpspring_form form input[type="submit"]:hover,
.sharpspring_form form #submit_button:hover {
  background: #fe5830 url("https://www.intersaberes.com/wp-content/themes/intersaberes23/assets/ico-arrow.svg") center right no-repeat !important;
}

.wpcf7 #field_3598674946 label,
.form #field_3598674946 label,
.comment-form #field_3598674946 label,
.sharpspring_form form #field_3598674946 label {
  font-size: 16px !important;
}

.wpcf7 .wpcf7-not-valid-tip,
.form .wpcf7-not-valid-tip,
.comment-form .wpcf7-not-valid-tip,
.sharpspring_form form .wpcf7-not-valid-tip {
  border: 1px solid red;
  padding: 15px;
  background-color: #FFD2D2;
  position: relative;
  top: -20px;
}

.wpcf7 .wpcf7-not-valid,
.form .wpcf7-not-valid,
.comment-form .wpcf7-not-valid,
.sharpspring_form form .wpcf7-not-valid {
  border: 1px solid red !important;
}

.wpcf7 .wpcf7-validation-errors,
.form .wpcf7-validation-errors,
.comment-form .wpcf7-validation-errors,
.sharpspring_form form .wpcf7-validation-errors {
  display: none !important;
}

.wpcf7 select,
.form select,
.comment-form select,
.sharpspring_form form select {
  width: 100% !important;
  display: block;
  margin-bottom: 20px;
  padding: 10px;
  height: 40px !important;
}

.wpcf7 textarea,
.form textarea,
.comment-form textarea,
.sharpspring_form form textarea {
  height: 300px;
}

.link-tree {
  width: 100% !important;
}

.link-tree .menu-menu-tree-container {
  width: 100% !important;
}

.link-tree li {
  list-style: none;
  margin-bottom: 20px;
  width: 100%;
}

.link-tree a {
  color: #ffffff;
  text-decoration: none;
  font-size: 18px;
  padding: 10px;
  display: inline-block;
  font-weight: 300;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  width: 100%;
  border: 1px solid #DDDDDD;
  text-align: center;
  color: #4C4C4C !important;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
}

.link-tree a:hover {
  color: #ffffff !important;
  background-color: #fe5830 !important;
}

@media only screen and (max-width: 748px) {
  .bg-1 {
    background-image: url("https://www.intersaberes.com/wp-content/themes/intersaberes23/assets/bg-phone-1.png");
    background-size: cover;
    background-position: center right;
    height: 715px;
  }

  .bg-10 {
    background-image: url("https://www.intersaberes.com/wp-content/themes/intersaberes23/assets/bg-phone-2.png");
    background-size: cover;
    background-position: center right;
    height: 715px;
  }

  .bg-5 {
    height: 550px !important;
    background-image: url("https://www.intersaberes.com/wp-content/themes/intersaberes23/assets/2022/22-25.png");
    background-position: bottom right !important;
    height: 300px !important;
    background-size: auto 75%;
  }

  .bg-container-6 {
    background-image: url("https://www.intersaberes.com/wp-content/themes/intersaberes23/assets/2022/22-26.png");
    background-size: auto 75%;
    background-position: bottom right !important;
    height: 300px !important;
  }

  .bg-assessoria {
    background-image: url("https://www.intersaberes.com/wp-content/themes/intersaberes23/assets/credenciamento-23-05.png");
    background-size: cover;
    background-position: left center;
    height: 715px;
  }

  .bg-assessoria-2 {
    background-image: url("https://www.intersaberes.com/wp-content/themes/intersaberes23/assets/credenciamento-23-04.png");
    background-size: cover;
    background-position: center center;
    height: 800px;
  }

  .bg-container-6-b {
    height: 200px !important;
  }

  .bg-5-b {
    height: 200px !important;
  }

  .bg-7-b {
    height: 200px !important;
  }

  .bg-plataforma {
    background-image: url("https://www.intersaberes.com/wp-content/themes/intersaberes23/assets/bg-phone-3.png");
    background-size: cover;
    background-position: center right;
    height: 715px;
  }

  .bg-plataforma-2 {
    background-image: none;
  }

  .bg-2 {
    background-image: url("https://www.intersaberes.com/wp-content/themes/intersaberes23/assets/bg-phone-4.png");
    background-size: cover;
    background-position: center center;
    height: 715px;
  }

  .bg-9 {
    background-image: url("https://www.intersaberes.com/wp-content/themes/intersaberes23/assets/img-39.png");
    background-size: cover;
    background-position: center right;
    height: 715px;
  }

  .bg-biblioteca {
    background-image: url("https://www.intersaberes.com/wp-content/themes/intersaberes23/assets/bg-phone-1.png");
    background-size: cover;
    background-position: center right;
    height: 715px;
  }

  .bg-ftp {
    background-image: url("https://www.intersaberes.com/wp-content/themes/intersaberes23/assets/bg_mobile_ftp.png");
    background-size: cover;
    background-position: center center;
    height: 715px;
  }

  .bg-11 {
    height: 550px !important;
    background-size: 100% auto;
  }

  .bg-home-ftp {
    height: 550px !important;
    background-size: 100% auto;
  }

  .header {
    background-color: #ffffff;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.34);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.34);
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.34);
    height: 80px;
    padding-top: 7px !important;
    padding-bottom: 7px !important;
  }

  /* .header .logo-1 {
    display: none;
  } */

  .header .logo-2 {
    display: block;
  }

  .header img {
    width: 180px;
  }

  .header.active {
    height: 100vh !important;
  }

  .menu-mobile {
    height: 0px;
    transition-timing-function: ease;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    transition-timing-function: ease;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }

  .menu-mobile * {
    display: none;
  }

  .menu-mobile.active {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .menu-mobile.active * {
    display: block;
  }

  .menu-button {
    height: 40px;
    width: 40px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: #6D6F71 solid 2px !important;
    background: url("https://www.intersaberes.com/wp-content/themes/intersaberes23/assets/ico-menu-01.svg") center center no-repeat;
    display: inline-block;
    text-align: right;
    text-decoration: none !important;
  }

  .menu-button.active {
    background: url("https://www.intersaberes.com/wp-content/themes/intersaberes23/assets/ico-menu-02.svg") center center no-repeat;
  }

  html.active {
    overflow: hidden;
  }

  .header.active {
    overflow-y: scroll;
  }

  .custom-bg-1 {
    background-position: center right;
  }

  .blog-padding {
    padding-left: 4% !important;
  }

  .menu>ul {
    display: block;
  }

  header .menu .menu-item {
    margin-bottom: 10px;
  }

  header .menu .menu-item a {
    width: 100%;
    border: 1px solid #DDDDDD;
    text-align: center;
    color: #fff !important;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
  }

  header .menu .menu-item a:hover {
    color: #ffffff !important;
    background-color: #fe5830 !important;
  }

  .custom-menu-item-1 a,
  .custom-menu-item-2 a {
    color: #ffffff !important;
  }

  .slider-clients .slick-dots {
    height: 100px;
  }

  .ul-height {
    height: auto !important;
    margin-bottom: 20px;
  }

  .shop-button a {
    background: #ffffff !important;
  }

  .shop-button a:hover {
    background: #fe5830 !important;
  }

  .header.contracted .shop-button a {
    background: #ffffff !important;
  }

  .header.contracted .shop-button a:hover {
    background: #fe5830 !important;
  }
}

body,
html {
  overflow-x: hidden !important;
}

.custom-lp-bg {
  background: url("https://www.intersaberes.com/wp-content/themes/intersaberes23/assets/lp-02.png") #6F4698;
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 400px auto;
}

.custom-lp-ftp {
  background: url("https://www.intersaberes.com/wp-content/themes/intersaberes23/assets/bg_ftp_lp.jpg") #6F4698;
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-color: #11BEFF;
}

.custom-lp-bg-2 {
  background-color: #f2f2f2;
}

.custom-lp-image {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 999;
}

.custom-lp-image-2 {
  width: 150% !important;
  max-width: 150% !important;
  position: relative;
  left: -150px;
}

.custom-lp-ftp-2 {
  width: 180% !important;
  max-width: 180% !important;
  position: relative;
  left: -200px;
}

.custom-ul {
  color: #ffffff;
}

@media only screen and (max-width: 748px) {
  .custom-lp-bg {
    background: #6F4698;
  }

  .custom-lp-image-2 {
    width: 150% !important;
    max-width: 150% !important;
    position: relative;
    left: -300px !important;
  }

  .custom-lp-ftp-2 {
    width: 150% !important;
    max-width: 150% !important;
    position: relative;
  }
}

.blog-button,
.blog-button-container a {
  font-size: 16px;
  border: 1px solid #B3B3B3;
  color: #3A3042;
  text-decoration: none;
  padding: 15px;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}

.blog-item {
  height: 310px;
  display: block;
  background-color: #ffffff;
  text-decoration: none;
  padding: 0px !important;
  margin: 0px !important;
  margin-bottom: 30px !important;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  transform: scale(1);
  transition-timing-function: ease;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: block !important;
  color: #3A3042;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.26);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.26);
}

.blog-item:hover {
  transform: scale(1.05) !important;
  background: #def6ff;
  -webkit-box-shadow: 0px 0px 10px 1px rgba(63, 169, 245, 0.5);
  -moz-box-shadow: 0px 0px 10px 1px rgba(63, 169, 245, 0.5);
  box-shadow: 0px 0px 10px 1px rgba(63, 169, 245, 0.5);
  opacity: 0.7;
}

.blog-item-horizontal {
  background-color: #ffffff;
  text-decoration: none;
  padding: 0px !important;
  margin: 0px !important;
  margin-bottom: 30px !important;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  transform: scale(1);
  transition-timing-function: ease;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #3A3042;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.26);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.26);
}

.blog-item-horizontal:hover {
  transform: scale(1.05) !important;
  background: #def6ff;
  -webkit-box-shadow: 0px 0px 10px 1px rgba(63, 169, 245, 0.5);
  -moz-box-shadow: 0px 0px 10px 1px rgba(63, 169, 245, 0.5);
  box-shadow: 0px 0px 10px 1px rgba(63, 169, 245, 0.5);
  opacity: 0.7;
}

.blog-item-l {
  height: 460px;
}

.blog-item-l .blog-item-image {
  height: 250px;
}

.blog-item-l .blog-item-text {
  padding-right: 5%;
  padding-left: 5%;
}

.blog-item-l .blog-item-text h2 {
  font-size: 28px;
}

.blog-archive .blog-item {
  height: 530px;
}

.blog-archive .blog-item-image {
  height: 280px !important;
}

.blog-padding {
  padding-left: 0px !important;
}

.blog-item-image {
  background-size: cover;
  height: 120px;
  width: 100%;
  margin-bottom: 20px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.blog-item-image-horizontal {
  background-size: cover;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.blog-item-text-horizontal {
  padding: 20px;
}

.blog-item-title-horizontal {
  height: 70px !important;
  color: #F64B3D !important;
}

.blog-item-title-horizontal h2 {
  color: #F64B3D !important;
  font-size: 16px;
  line-height: 1.1;
  font-weight: bold;
}

@media only screen and (max-width: 748px) {
  .blog-item-image-horizontal {
    height: 180px;
  }

  .blog-item-horizontal {
    height: 320px;
  }

  .blog-item-l {
    height: 320px;
  }

  .blog-item-l h2 {
    font-size: 15px !important;
  }

  .blog-item-l .blog-item-image {
    height: 180px;
  }

  .blog-item {
    height: 320px;
  }

  .blog-item .blog-item-image {
    height: 180px;
  }

  .bg-container-6 {
    height: 220px !important;
  }

  .bg-5 {
    height: 220px !important;
  }
}


/* NOVO CSS SITE */
.area-login {
  height: 51px;
  background: #000;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0 15px;
}

#loginHome {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-left: auto;
}

#loginHome input {
  width: 250px;
  max-width: 100%;
  height: 30px;
  border-radius: 4px;
  border: 1px solid #fff;
  color: #fff;
  background: #000;
  padding: 0 5px;
}

button.btn-login {
  display: block;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="%23fff"><path d="m242-200 200-280-200-280h98l200 280-200 280h-98Zm238 0 200-280-200-280h98l200 280-200 280h-98Z" /></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  padding: 0;
  border: none;
  background-color: #69914a;
  display: flex;
  align-items: center;
  justify-content: center;

  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

button.btn-login:hover,
button.btn-login:focus,
button.btn-login:active {
  -webkit-animation-name: hvr-icon-wobble-horizontal;
  animation-name: hvr-icon-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

nav.menu-intersaberes-2025 {
  height: 80px;
}

.box-para {
  gap: 30px;
}

.box-para-empresas,
.box-para-instituicoes,
.box-para-voce {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 15px;
  border: 1px solid #414141;
  padding: 15px;
  border-radius: 10px;
}

.box-para-empresas h2,
.box-para-instituicoes h2,
.box-para-voce h2 {
  font-size: 1.5em;
  font-weight: bold;
  flex: 1;
}

.box-para-empresas p,
.box-para-instituicoes p,
.box-para-voce p {
  font-size: 1.1em;
  font-weight: 400;
  flex: 1 1 auto;
  line-height: normal;
}

.box-para-empresas a,
.box-para-instituicoes a,
.box-para-voce a {
  text-decoration: none !important;
  font-size: 1.1em;
  font-weight: bold;
  color: #da4930;
  display: flex;
  gap: 15px;
  align-items: center;

  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.box-para-empresas a::after,
.box-para-instituicoes a::after,
.box-para-voce a::after {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="%23da4930"><path d="m600-200-57-56 184-184H80v-80h647L544-704l56-56 280 280-280 280Z"/></svg>');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;

  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.box-para-empresas a:hover::after,
.box-para-instituicoes a:hover::after,
.box-para-voce a:hover::after,
.box-para-empresas a:focus::after,
.box-para-instituicoes a:focus::after,
.box-para-voce a:focus::after,
.box-para-empresas a:active::after,
.box-para-instituicoes a:active::after,
.box-para-voce a:active::after {
  -webkit-animation-name: hvr-icon-wobble-horizontal;
  animation-name: hvr-icon-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

@-webkit-keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }

  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }

  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }

  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }

  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }

  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }

  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.bkg-verde-abstrato {
  background-color: #69914a;
}

.bkg-verde-cinza::before,
.bkg-verde-abstrato::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 25em;
  height: 25em;
  background-image: url('./assets/2025/bkg-verde-abstrato-1.png');
  background-position: top left;
  background-repeat: no-repeat;
  background-size: contain;
}

.bkg-verde-cinza::after,
.bkg-verde-abstrato::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 25em;
  height: 25em;
  background-image: url('./assets/2025/bkg-verde-abstrato-1.png');
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: contain;
}

.conteudo-contador {
  display: flex;
  flex-direction: column;
  gap: 45px;
}

.conteudo-contador h1 {
  text-align: center;
  font-size: 3em;
  color: #fff;
  font-weight: bold;
  line-height: normal;
}

.conteudo-contador p {
  text-align: center;
  font-size: 1.5em;
  color: #fff;
  font-weight: 400;
  line-height: normal;
}

.box-contador-intersaberes {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 12em;
  width: auto;
  gap: 30px;
  position: relative;
  margin: auto;
}

[class^='contador-'] {
  width: 10em;
  height: 10em;
  border-radius: 50%;
  background-color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  gap: 8px;
}

.circle-top {
  align-self: flex-start;
}

.circle-bottom {
  align-self: flex-end;
}

.txt-contador-numero {
  font-size: 1.8em;
  font-weight: bold;
  color: #608872;
  text-transform: uppercase;
}

.txt-contador-sobre {
  font-size: 1em;
  font-weight: 400;
  color: #608872;
  text-transform: uppercase;
}

.btn-contador-contato {
  color: #fff;
  padding: 10px 30px;
  border: 2px solid #fff;
  text-align: center;
  font-size: 1.5em;
  text-transform: uppercase;
  font-weight: bold;
  width: fit-content;
  display: block;
  align-self: center;
  border-radius: 100px;
  cursor: pointer;
  text-decoration: none !important;
}

.img-sobre-nos {
  max-width: 100%;
  display: block;
}

.bkg-sobre-nos {
  background-color: #f2f2f2;
  padding-top: 100px;
  position: relative;
}

.bkg-sobre-nos::before {
  content: '';
  display: block;
  width: 22em;
  height: 30em;
  position: absolute;
  top: 4em;
  left: 4em;
  background-image: url('./assets/2025/bkg-sobre-nos.png');
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
}

.box-sobre-nos-info {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-bottom: 30px;
}

.box-sobre-nos-info h1 {
  text-align: left;
  font-size: 3em;
  color: #83a74a;
  font-weight: bold;
  line-height: normal;
}

.box-sobre-nos-info p {
  text-align: left;
  font-size: 1.2em;
  font-weight: 400;
  line-height: normal;
}

.img-aplicativo-play {
  margin: 30px 0;
}

.box-aplicativo-play-info {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-bottom: 50px;
  padding-top: 50px;
}

.box-aplicativo-play-info h1 {
  text-align: center;
  font-size: 3em;
  color: #fff;
  line-height: normal;
  font-weight: bold;
}

.box-aplicativo-play-info p {
  text-align: center;
  font-size: 1.2em;
  color: #fff;
  font-weight: 400;
  line-height: normal;
}

.btn-aplicativo-play {
  display: block;
  width: 165px;
  height: 50px;
  margin: auto;
  background-image: url('./assets/2025/google-play-badge.png');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.box-contato-info {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-bottom: 30px;
  width: 80%;
}

.box-contato-info h1 {
  text-align: left;
  font-size: 3em;
  color: #fff;
  font-weight: bold;
  line-height: normal;
}

.box-contato-info p {
  text-align: left;
  font-size: 1.2em;
  color: #fff;
  font-weight: 400;
  line-height: normal;
}

.box-contato-form form {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.box-contato-form form#conversion-form-contato-intersaberes-com label {
  font-size: 11px !important;
  text-transform: uppercase !important;
  color: #fff !important;
  margin: 0 0 5px !important;
  font-weight: bold !important;
}


form#conversion-form-demonstracao label {
  color: #969696 !important;
}

.box-contato-form form input {
  height: 32px !important;
  border-radius: 4px !important;
  background: #fff !important;
  border: none !important;
  padding: 5px !important;
  color: #333333 !important;
  margin-bottom: 15px !important;
}


.box-contato-form button {
  color: #fff !important;
  padding: 10px 30px !important;
  border: 2px solid #fff !important;
  text-align: center !important;
  font-size: 1.5em !important;
  text-transform: uppercase !important;
  font-weight: bold !important;
  width: fit-content !important;
  display: block !important;
  align-self: center !important;
  border-radius: 100px !important;
  background: transparent !important;
  margin-top: 15px !important;
  height: auto !important;
  overflow: hidden !important;
}

.contato-whatsapp {
  display: flex;
  width: 250px;
  max-width: 100%;
  gap: 15px;
  align-items: center;
}

.contato-whatsapp a {
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0 10px;
  border: 2px solid #fff;
  color: #fff;
  text-decoration: none !important;
  border-radius: 8px;
  white-space: nowrap;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* CARROSSEL */
.carrossel-container {
  position: relative;
  width: 100%;
  height: 45em;
  margin: 0 auto;
  overflow: hidden;
  margin-top: 0;
  z-index: 2;
}

.carrossel-slides {
  position: relative;
  width: 100%;
  height: 100%;
}

.carrossel-slide {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.carrossel-slide.active {
  opacity: 1;
}

.carrossel-controles {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 10;
}

.carrossel-ponto {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s;
}

.carrossel-ponto.active {
  background-color: rgba(255, 255, 255, 1);
}

.media-box-3 div.section,
.media-box-2 div.section,
.media-box-1 div.section {
  z-index: 2;
  position: relative;
}

.media-box-3 h1,
.media-box-2 h1,
.media-box-1 h1 {
  font-size: 4em;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  margin: 0;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 35%);
}

.media-box-2 h1 {
  font-size: 2.5em;
  line-height: 1.2;
}

.media-box-3 h2,
.media-box-2 h2,
.media-box-1 h2 {
  font-size: 2.3em;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  margin: 0;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 35%);
}

.media-box-2 h2 {
  font-size: 1.6em;
}

.media-box-3 p,
.media-box-2 p,
.media-box-1 p {
  font-size: 1.6em;
  line-height: 1.2;
  color: #fff;
  font-weight: 100;
  margin: 0;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 35%);
}

.media-box-1 a {
  border: 2px solid #fff;
  color: #fff;
  font-size: 1.5em;
  border-radius: 50px;
  background: transparent;
  padding: 10px 25px;
  text-decoration: none !important;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  width: fit-content;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 35%);
}

.media-box-2 a {
  border: none;
  color: #fff;
  font-size: 1.5em;
  border-radius: 50px;
  background: #83a74a;
  padding: 15px 25px;
  text-decoration: none !important;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  width: fit-content;
}

.media-box-3 a {
  border: none;
  color: #83a74a;
  font-size: 1.5em;
  border-radius: 50px;
  background: #fff;
  padding: 15px 25px;
  text-decoration: none !important;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  width: fit-content;
}

.media-box-1 {
  background-color: #478972;
}

.media-box-1::after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  margin: auto;
  background-image: url('./assets/2025/bkg-mediabox-1.png');
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
}

.media-box-2 {
  background-color: #608872;
}

.media-box-2::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 25em;
  height: 25em;
  background-image: url('./assets/2025/bkg-verde-abstrato-1.png');
  background-position: top left;
  background-repeat: no-repeat;
  background-size: contain;
}

.media-box-2::after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  margin: auto;
  background-image: url('./assets/2025/bkg-mediabox-2.png');
  background-position: right bottom;
  background-size: contain;
  background-repeat: no-repeat;
}

.media-box-3 {
  position: relative;
  background-color: #000;
}

.media-box-3::after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  margin: auto;
  background-image: url('./assets/2025/bkg-mediabox-3.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.media-box-1-info,
.media-box-2-info,
.media-box-3-info {
  display: flex;
  width: 100%;
  height: 100%;
  gap: 30px;
  flex-direction: column;
}

.media-box-2-info .box-contador-intersaberes {
  height: 10em;
}

.media-box-2-info [class^='contador-'] {
  width: 8.5em;
  height: 8.5em;
  gap: 0;
}

.media-box-2-info .txt-contador-numero {
  font-size: 1.4em;
  line-height: 1;
}

.media-box-2-info .txt-contador-sobre {
  font-size: .8em;
  line-height: 1;
}

.media-box-3 .plano-media-box {
  display: flex;
  gap: 30px;
  align-items: center;
}

.media-box-3 .plano-media-box .preco-plano-media-box {
  display: flex;
  flex-direction: column;
}

.texto-plano-media-box-1,
.texto-plano-media-box-3 {
  color: #da4930;
  text-transform: uppercase;
  font-size: 2em;
  font-weight: bold;
  line-height: normal;
  display: block;
}

.texto-plano-media-box-2 {
  font-size: 5em;
  color: #fff;
  line-height: .95;
  display: block;
  font-weight: bold;
}

.texto-plano-media-box-2 span {
  font-size: .5em;
  font-weight: 100;
  color: #fff;
}

.texto-plano-media-box-3 {
  margin-left: auto;
}

.texto-plano-media-box-4 {
  text-align: right;
  color: #fff;
  font-size: .8em;
}

.media-box-3-info [class^='contador-'] {
  width: 8.5em;
  height: 8.5em;
  background: #da4930;
  color: #fff;
}

.media-box-3-info .txt-contador-numero {
  font-size: 1.4em;
  line-height: 1;
  color: #fff;
}

.media-box-3-info .txt-contador-sobre {
  font-size: .8em;
  line-height: 1;
  color: #fff;
}

.destaque-mediabox-1 {
  background: #3c664a;
  padding: 0 5px;
  color: #fff;
  font-weight: bold;
}

.destaque-mediabox-3 {
  background: #da4930;
  padding: 0 5px;
  color: #fff;
  font-weight: bold;
}

.box-perguntas-frequentes {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 20px;
}

.box-perguntas-frequentes h1 {
  text-align: center;
  font-size: 3em;
  font-weight: bold;
  line-height: normal;
  margin-bottom: 30px;
  line-height: normal;
}

.faq-content p {
  margin-bottom: 15px;
}

.faq-content p:last-child {
  margin-bottom: 0;
}

.faq-title h2 {
  line-height: normal;
  cursor: pointer;
}

.faq-item {
  cursor: pointer;
}

/*ALTERACOES*/
.bg-title {
  height: 230px;
}

.bg-title .row {
  height: 100%;
}

.bg-title .col.span-1-1 {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  padding-bottom: 30px;
}

.btn-consulte-faq {
  color: #4C4C4C;
  padding: 10px 30px;
  border: 2px solid #4C4C4C;
  text-align: center;
  font-size: 1.5em;
  text-transform: uppercase;
  font-weight: bold;
  width: fit-content;
  display: block;
  align-self: center;
  border-radius: 100px;
  cursor: pointer;
  text-decoration: none !important;
}

/* Modal */
.modal-login-play>a {
  cursor: pointer !important;
}

.modal-login {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  justify-content: center;
  align-items: center;
}

.modal-content {
  background: white;
  padding: 20px;
  border-radius: 8px;
  width: 450px;
  max-width: 90%;
  position: relative;
}

.modal-content h3 {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 30px;
}

.close-modal {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  cursor: pointer;
}

/* Formulário */
.form-group {
  margin-bottom: 15px;
}

.form-group label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

.form-group input {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

#btnModalLogin {
  border: none;
  color: #fff;
  font-size: 1.5em;
  border-radius: 50px;
  background: #83a74a;
  padding: 15px 25px;
  text-decoration: none !important;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  width: fit-content;
  margin: 30px auto 0;
}

.error-message {
  color: red;
  margin-top: 10px;
  text-align: center;
}

.faq-content ul {
  margin: 15px 0 15px 30px;
}

.faq-content li {
  margin-bottom: 15px;
}

.faq-content li:last-child {
  margin-bottom: 0;
}

/*PARA VOCE*/
.banner-para-voce {
  position: relative;
  width: 100%;
  height: 45em;
  margin: 0 auto;
  overflow: hidden;
  background-image: url('./assets/2025/bkg-para-voce.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}

.banner-para-voce-info h1 {
  font-size: 4em;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  margin: 0;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 35%);
  width: 50%;
}

.para-empresas-titulo,
.para-voce-titulo {
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  height: 100%;
  width: 100%;
  padding: 100px 0;
  align-items: center;
  justify-content: center;
}

.para-empresas-titulo::after,
.para-voce-titulo::after {
  content: '';
  width: 10em;
  height: 10em;
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: url('./assets/2025/bkg-bottom-titulo.png');
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
}

.para-empresas-titulo::before,
.para-voce-titulo::before {
  content: '';
  width: 12em;
  height: 12em;
  position: absolute;
  top: 0;
  left: -8em;
  background-image: url('./assets/2025/bkg-top-titulo.png');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.para-empresas-titulo h1,
.para-voce-titulo h1 {
  text-align: left;
  font-size: 2.5em;
  color: #83a74a;
  font-weight: bold;
  line-height: normal;
  z-index: 2;
}

.para-empresas-texto,
.para-voce-texto {
  height: 100%;
  padding: 100px 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.para-empresas-texto p,
.para-voce-texto p {
  text-align: left;
  font-size: 1.1em;
  font-weight: 400;
  line-height: normal;
}

.para-voce-texto a {
  margin: auto;
}

.btn-quero-assinar {
  color: #83a74a;
  padding: 10px 30px;
  border: 2px solid #83a74a;
  text-align: center;
  font-size: 1.5em;
  text-transform: uppercase;
  font-weight: bold;
  width: fit-content;
  display: block;
  align-self: center;
  border-radius: 100px;
  cursor: pointer;
  text-decoration: none !important;
}

.para-empresas-sona,
.para-voce-sona {
  display: flex;
  flex-direction: column;
  gap: 45px;
}

p.txt-conteudo-contador-1,
.para-empresas-sona p.txt-para-empresas-sona-1,
.para-empresas-sona h1,
.para-voce-sona p.txt-para-voce-sona-1,
.para-voce-sona h1 {
  text-align: center;
  font-size: 2.5em;
  color: #fff;
  font-weight: bold;
  line-height: normal;
}

.para-empresas-sona p,
.para-voce-sona p {
  text-align: center;
  font-size: 1.5em;
  color: #fff;
  font-weight: 400;
  line-height: normal;
}

p.txt-conteudo-contador-2,
.para-empresas-sona p.txt-para-empresas-sona-2,
.para-voce-sona p.txt-para-voce-sona-2 {
  text-align: center;
  font-size: 1.8em;
  color: #fff;
  font-weight: 100;
  line-height: normal;
}

.bkg-verde-cinza {
  background-color: #434142;
}

.box-para-voce-sona-plano {
  display: flex;
  margin: auto;
  flex-direction: column;
  gap: 8px;
}

.box-para-voce-sona-plano p.txt-para-voce-sona-plano-1 {
  color: #da4930;
  text-transform: uppercase;
  font-size: 2em;
  font-weight: bold;
  line-height: normal;
  display: block;
}

.box-para-voce-sona-plano p.txt-para-voce-sona-plano-2 {
  font-size: 4em;
  color: #fff;
  line-height: .95;
  display: block;
  font-weight: bold;
}

.box-para-voce-sona-plano p.txt-para-voce-sona-plano-2 span {
  font-size: .5em;
  font-weight: 100;
  color: #fff;
}

.box-para-voce-sona-plano p.txt-para-voce-sona-plano-3 {
  color: #da4930;
  text-transform: uppercase;
  font-size: 1.7em;
  font-weight: bold;
  line-height: normal;
  display: block;
  margin-left: auto;
}

.box-para-voce-sona-plano p.txt-para-voce-sona-plano-4 {
  color: #fff;
  font-size: 1em;
}

.box-para-voce-prontoacesso {
  position: relative;
  background: #69914a;
}

.box-para-voce-prontoacesso::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url('./assets/2025/bkg-para-voce-3.png');
  background-position: right center;
  background-size: 15em;
  background-repeat: no-repeat;
}

.para-voce-prontoacesso {
  position: relative;
  display: flex;
  gap: 30px;
  flex-direction: column;
}

.para-voce-prontoacesso h1 {
  text-align: left;
  font-size: 2.5em;
  color: #fff;
  font-weight: bold;
  line-height: normal;
}

.para-voce-prontoacesso p {
  text-align: left;
  font-size: 1.5em;
  color: #fff;
  font-weight: 400;
  line-height: normal;
}

.para-voce-prontoacesso .btn-quero-assinar {
  color: #fff;
  border-color: #fff;
  margin-right: auto;
}

/*PARA INSTITUICOES*/
.color-para-instituicoes {
  color: #f84935 !important;
}

.banner-para-instituicoes {
  position: relative;
  width: 100%;
  height: 45em;
  margin: 0 auto;
  overflow: hidden;
  background: url('./assets/2025/bkg-para-instituicoes.png'), #f84935;
  background-position: right 15% bottom;
  background-size: contain;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}

.banner-para-instituicoes-info h1 {
  font-size: 4em;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  margin: 0;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 35%);
  width: 50%;
}

.para-instituicoes-titulo {
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  height: 100%;
  width: 100%;
  padding: 100px 0;
  align-items: center;
  justify-content: center;
}

.para-instituicoes-titulo::after {
  content: '';
  width: 10em;
  height: 10em;
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: url('./assets/2025/bkg-bottom-titulo-2.png');
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
}

.para-instituicoes-titulo::before {
  content: '';
  width: 17em;
  height: 100%;
  position: absolute;
  top: 0;
  left: -12em;
  background-image: url('./assets/2025/bkg-top-titulo-2.png');
  background-position: top;
  background-size: contain;
  background-repeat: no-repeat;
}

.para-instituicoes-titulo h1 {
  text-align: left;
  font-size: 2.5em;
  color: #f84935;
  font-weight: bold;
  line-height: normal;
  z-index: 2;
}

.para-instituicoes-texto {
  height: 100%;
  padding: 100px 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.para-instituicoes-texto p {
  text-align: left;
  font-size: 1.1em;
  font-weight: 400;
  line-height: normal;
}

.para-instituicoes-texto a {
  margin: auto;
  border-color: #f84935;
  color: #f84935;
}

.bkg-roxo-abstrato {
  background: #654894;
  position: relative;
}

.bkg-roxo-abstrato::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 25em;
  height: 25em;
  background-image: url('./assets/2025/bkg-para-instituicoes-2-1.png');
  background-position: top left;
  background-repeat: no-repeat;
  background-size: contain;
}

.bkg-roxo-abstrato::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 25em;
  height: 25em;
  background-image: url('./assets/2025/bkg-para-instituicoes-2-2.png');
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: contain;
}

.para-instituicoes-oferece h2,
.para-instituicoes-oferece h1 {
  text-align: left;
  font-size: 2.5em;
  color: #fff;
  font-weight: bold;
  line-height: normal;
}

.para-instituicoes-oferece p {
  text-align: left;
  font-size: 1em;
  color: #fff;
  font-weight: 400;
  line-height: normal;
}

.list-para-instituicoes-oferece {
  list-style: disc;
  margin: 30px 0;
  padding-left: 1.3em;
}

.list-para-instituicoes-oferece li {
  font-size: 1em;
  margin-bottom: 8px;
  color: #fff;
}

.list-para-instituicoes-oferece li:last-child {
  margin-bottom: 0;
}

.box-nossos-diferenciais {
  padding: 15px;
  border-radius: 8px;
  border: 1px solid #fff;
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 5px;
  margin: 30px 0;
}

.box-nossos-diferenciais p {
  text-align: left;
  font-size: 1em;
  color: #fff;
  font-weight: 400;
  line-height: normal;
}

.box-nossos-diferenciais p strong {
  color: #fff;
}

.premio-intersaberes {
  display: flex;
  width: 100%;
  gap: 30px;
  justify-content: center;
  align-items: center;
}

.premio-intersaberes img {
  width: 8em;
  height: 8em;
}

.bkg-sobre-nos.bkg-sobre-nos-para-instituicoes::before {
  background-image: url('./assets/2025/bkg-sobre-nos-para-instituicoes.png');
  bottom: 0;
  top: auto;
  background-position: bottom left;
  height: 100%;
  width: 40%;
}

/*PARA EMPRESA*/
.color-verde-bold {
  color: #3c664a;
  font-weight: bold !important;
}

.banner-para-empresas {
  position: relative;
  width: 100%;
  height: 45em;
  margin: 0 auto;
  overflow: hidden;
  background: url('./assets/2025/bkg-para-empresa.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}

.banner-para-empresas-info h1 {
  font-size: 4em;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  margin: 0;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 35%);
  width: 50%;
}

.para-empresas-texto ul {
  list-style: disc;
  margin: 0;
  padding-left: 1.3em;
}

.para-empresas-texto ul li {
  font-size: 1.1em;
  margin-bottom: 8px;
  line-height: normal;
}

.para-empresas-texto ul li:last-child {
  margin-bottom: 0;
}


.box-para-empresas-prontoacesso {
  position: relative;
  background: #da4930;
}

.box-para-empresas-prontoacesso::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url('./assets/2025/bkg-para-voce-3.png');
  background-position: right center;
  background-size: 15em;
  background-repeat: no-repeat;
}

.para-empresas-prontoacesso {
  position: relative;
  display: flex;
  gap: 30px;
  flex-direction: column;
}

.para-empresas-prontoacesso h1 {
  text-align: left;
  font-size: 2.5em;
  color: #fff;
  font-weight: bold;
  line-height: normal;
}

.para-empresas-prontoacesso p {
  text-align: left;
  font-size: 1.5em;
  color: #fff;
  font-weight: 400;
  line-height: normal;
}

/*APP LOGIN*/
.logo-login {
  margin: 0 auto 30px;
  display: block;
}

.box-baixar-app {
  display: flex;
  margin: 30px auto 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.box-baixar-app p {
  margin: 0;
  text-align: center;
  font-size: 1em;
}

.btn-link-aplicativo {
  display: block;
  width: 150px;
  height: 45px;
  margin: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('./assets/2025/google-play-badge.png');
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.btn-link-aplicativo:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}

.btn-link-aplicativo:hover,
.btn-link-aplicativo:focus,
.btn-link-aplicativo:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.btn-link-aplicativo:hover:before,
.btn-link-aplicativo:focus:before,
.btn-link-aplicativo:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

/*PLUGIN WPFORM*/
.wpforms-container .wpforms-field,
.wp-core-ui div.wpforms-container .wpforms-field {
  padding: 5px 0 !important;
}

div.wpforms-container-full .wpforms-confirmation-container-full p,
div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message) p {
  color: #333333 !important;
}

/*RDSTATIUM*/
div#bricks-component-BnK4DBqP_zv3Yny_IVCeTg {
  width: 100%;
}

section#rd-section-lqf6xson {
  background: transparent !important;
}

input#rd-checkbox_field-maqtis00 {
  position: absolute;
  top: -9px;
  left: 15px;
}

#rdstation-bricks-embeddable-form-bricks-component-BnK4DBqP_zv3Yny_IVCeTg .bricks-form__field__option label.bricks-form__label {
  padding-left: 2.33em;
}

/*HOVER*/
button#rd-button-lqf6xsox,
.hvr-sweep-to-right {
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

button#rd-button-lqf6xsox:before,
.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #da4930;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

button#rd-button-lqf6xsox:hover,
.hvr-sweep-to-right:hover,
.hvr-sweep-to-right:focus,
.hvr-sweep-to-right:active {
  color: white !important;
  border-color: #da4930 !important;
}

button#rd-button-lqf6xsox:hover:before,
.hvr-sweep-to-right:hover:before,
.hvr-sweep-to-right:focus:before,
.hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.hvr-float-shadow {
  display: block;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}

.hvr-float-shadow:hover,
.hvr-float-shadow:focus,
.hvr-float-shadow:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  /* move the element up by 5px */
}

.hvr-float-shadow:hover:before,
.hvr-float-shadow:focus:before,
.hvr-float-shadow:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}

@media(max-width:767px) {
  .header {
    background-color: #000;
    width: 100%;
    height: auto;
  }

  nav.menu-intersaberes-2025 {
    height: auto;
  }

  .area-login {
    display: none;
  }

  .img-sobre-nos {
    display: none;
  }

  .row {
    padding-right: 15px;
    padding-left: 15px;
  }

  .img-aplicativo-play {
    margin: 30px auto;
    width: 70%;
    display: block;
  }

  .bkg-verde-cinza::before,
  .bkg-verde-cinza::after,
  .bkg-verde-abstrato::before,
  .bkg-verde-abstrato::after {
    opacity: .2;
  }

  .faq-item {
    padding: 15px;
  }

  /* .media-box-2-info .box-contador-intersaberes, */
  .box-contador-intersaberes {
    height: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    width: 100%;
  }

  .media-box-2-info .box-contador-intersaberes {
    display: none !important;
  }

  /*CARROSSEL*/
  .carrossel-container {
    height: 40em;
    margin-top: 51px;
  }

  .carrossel-slide .custom-margin-top {
    margin-top: 30px;
  }

  .media-box-3 h1,
  .media-box-1 h1 {
    font-size: 2.5em;
  }

  .media-box-2 h1 {
    font-size: 1.8em;
  }

  .media-box-3 h2,
  .media-box-2 h2,
  .media-box-1 h2 {
    font-size: 1.6em;
  }

  .media-box-3 p,
  .media-box-2 p,
  .media-box-1 p {
    font-size: 1.3em;
  }

  .media-box-3 .plano-media-box {
    gap: 15px;
  }

  .media-box-3-info [class^='contador-'] {
    display: none !important;
  }

  .texto-plano-media-box-1,
  .texto-plano-media-box-3 {
    font-size: 1.3em;
  }

  .texto-plano-media-box-2 {
    font-size: 2em;
  }

  .box-contato-info {
    width: 100%;
  }

  .box-contato-form {
    margin-top: 30px;
  }

  .contato-whatsapp {
    margin-bottom: 30px;
  }

  .para-empresas-titulo::after,
  .para-voce-titulo::after {
    display: none;
  }

  /*NOVAS ALTERACOES*/

  .para-empresas-titulo,
  .para-instituicoes-titulo,
  .para-voce-titulo {
    padding-bottom: 30px;
  }

  .para-empresas-texto,
  .para-voce-texto,
  .para-instituicoes-texto {
    padding-top: 0;
  }

  .box-para-voce-prontoacesso::after,
  .para-empresas-titulo::before,
  .para-voce-titulo::before,
  .bkg-sobre-nos.bkg-sobre-nos-para-instituicoes::before,
  .bkg-roxo-abstrato::after,
  .bkg-roxo-abstrato::before,
  .para-instituicoes-titulo::before,
  .para-instituicoes-titulo::after,
  .box-para-empresas-prontoacesso::after,
  .bkg-sobre-nos::before {
    display: none !important
  }

  .bkg-sobre-nos {
    padding-bottom: 100px;
  }

}

/*# sourceMappingURL=style.css.map */