/*
	HTML5 Reset :: style.css
	----------------------------------------------------------
	We have learned much from/been inspired by/taken code where offered from:

	Eric Meyer					:: http://meyerweb.com
	HTML5 Doctor				:: http://html5doctor.com
	and the HTML5 Boilerplate	:: http://html5boilerplate.com

-------------------------------------------------------------------------------*/
/* Let's default this puppy out
-------------------------------------------------------------------------------*/
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%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
  outline: none;
}

article, aside, figure, footer, header, nav, section, details, summary, img {
  display: block;
}

/* Handle box-sizing while better addressing child elements:
   http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

/* consider resetting the default cursor: https://gist.github.com/murtaugh/5247154 */
/* Responsive images and other embedded objects */
/* if you don't have full control over `img` tags (if you have to overcome attributes), consider adding height: auto */
img,
object,
embed {
  max-width: 100%;
}

/*
   Note: keeping IMG here will cause problems if you're using foreground images as sprites.
	In fact, it *will* cause problems with Google Maps' controls at small size.
	If this is the case for you, try uncommenting the following:

#map img {
		max-width: none;
}
*/
/* force a vertical scrollbar to prevent a jumpy page */
html {
  overflow-y: scroll;
}

/* we use a lot of ULs that aren't bulleted.
	you'll have to restore the bullets within content,
	which is fine because they're probably customized anyway */
ul {
  list-style: none;
}

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;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

/* tables still need cellspacing="0" in the markup */
table {
  border-collapse: separate;
  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; /* CSS2 */
  white-space: pre-wrap; /* CSS 2.1 */
  white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word; /* IE */
}

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-family: "Open Sans", sans-serif;
  font: 99%;
}

table {
  font-size: inherit;
  font: 100%;
}

small {
  font-size: 85%;
}

strong {
  font-weight: bold;
}

td, td img {
  vertical-align: top;
}

/* Make sure sup and sub don't mess with your line-heights http://gist.github.com/413930 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* standardize any monospaced elements */
pre, code, kbd, samp {
  font-family: monospace, sans-serif;
}

/* hand cursor on clickable elements */
.clickable,
label,
input[type=button],
input[type=submit],
input[type=file],
button {
  cursor: pointer;
}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {
  margin: 0;
}

/* make buttons play nice in IE */
button,
input[type=button] {
  width: auto;
  overflow: visible;
}

input[type=submit]:disabled,
input[type=button]:disabled {
  background: #CCC !important;
  opacity: 0.7 !important;
}

input[type=submit]:disabled:hover,
input[type=button]:disabled:hover {
  opacity: 0.7 !important;
}

*:focus {
  outline: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}

/* scale images in IE7 more attractively */
.ie7 img {
  -ms-interpolation-mode: bicubic;
}

/* prevent BG image flicker upon hover
   (commented out as usage is rare, and the filter syntax messes with some pre-processors)
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}
*/
/* let's clear some floats */
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

a {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*
@media (min-width: $tablet) {}
@media (min-width: $tabletPro) {}
@media (min-width: $desktop-md) {}
@media (min-width: $desktop-lg) {}
@media (min-width: $desktop-big) {}
@media (min-width: $desktop-gg) {}
*/
/*
@include transition($vast);
@include transition($mfast);
@include transition($fast);
@include transition($default);
@include transition($slow);
@include transition($vslow);


padding: 60px 0 60px 0;
padding: 80px 0 80px 0;
padding: 100px 0 100px 0;
padding: 120px 0 120px 0;


*/
/*
@include border-radius();

font-family: "Votorantim Sans";
font-family: "Votorantim Sans medium";
font-family: "Votorantim Sans bold";
font-family: "Votorantim Sans black";




*/
/* TRANSITIONS */
@font-face {
  font-family: "Votorantim Sans";
  src: url(../fonts/VotorantimSans-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Votorantim Sans medium";
  src: url(../fonts/VotorantimSans-Medium.ttf) format("truetype");
}
@font-face {
  font-family: "Votorantim Sans bold";
  src: url(../fonts/VotorantimSans-Bold.ttf) format("truetype");
}
@font-face {
  font-family: "Votorantim Sans black";
  src: url(../fonts/VotorantimSans-Black.ttf) format("truetype");
}
body {
  font-family: "Votorantim Sans";
  color: #585858;
  padding-top: 80px;
}
@media (min-width: 1280px) {
  body {
    padding-top: 120px;
  }
}
@media (min-width: 1600px) {
  body {
    padding-top: 160px;
  }
}

html {
  scroll-behavior: smooth;
}

ul {
  list-style-type: none;
  padding: 0;
}

section,
header,
footer {
  float: left;
  width: 100%;
  text-align: center;
}

.wrapper {
  text-align: left;
  display: inline-block;
  width: 100%;
  padding: 0 5%;
}
@media (min-width: 768px) {
  .wrapper {
    width: 700px;
    padding: 0%;
  }
}
@media (min-width: 1024px) {
  .wrapper {
    width: 1000px;
  }
}
@media (min-width: 1280px) {
  .wrapper {
    width: 1200px;
  }
}
@media (min-width: 1600px) {
  .wrapper {
    width: 1350px;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Votorantim Sans bold";
}

h3 {
  font-size: 25px;
  margin: 0 0 15px 0;
}
@media (min-width: 768px) {
  h3 {
    font-size: 30px;
  }
}
@media (min-width: 1280px) {
  h3 {
    margin: 0 0 20px 0;
  }
}
@media (min-width: 1600px) {
  h3 {
    font-size: 40px;
    margin: 0 0 25px 0;
  }
}

h4 {
  font-size: 21px;
}
@media (min-width: 1600px) {
  h4 {
    font-size: 25px;
  }
}

p {
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 13px 0;
  font-family: "Votorantim Sans medium";
}
p b {
  font-family: "Votorantim Sans bold";
}
@media (min-width: 1280px) {
  p {
    margin: 0 0 15px 0;
  }
}
@media (min-width: 1600px) {
  p {
    font-size: 17px;
    line-height: 25px;
    margin: 0 0 20px 0;
  }
}
p:last-child {
  margin: 0 0 0 0;
}

.btnRd {
  font-family: "Votorantim Sans bold";
  text-transform: uppercase;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  padding: 14px 18px;
}

#newsletter {
  display: none;
}
#newsletter .bg {
  background: #403485;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  padding: 30px 20px;
  float: left;
  width: 100%;
}
#newsletter .bg .txt {
  float: left;
  width: 100%;
}
#newsletter .bg .txt h3, #newsletter .bg .txt p {
  color: #FFF;
}
@media (min-width: 1600px) {
  #newsletter .bg {
    padding: 34px 32px;
  }
  #newsletter .bg .txt h3 {
    font-size: 26px;
    margin: 0 0 5px 0;
  }
}

#sepArc .desk {
  display: none;
}
@media (min-width: 1024px) {
  #sepArc .mobile {
    display: none;
  }
  #sepArc .desk {
    display: block;
  }
}
#sanfona .txt {
  float: left;
  width: 100%;
}
#sanfona .sanfona {
  float: left;
  width: 100%;
}
#sanfona .sanfona .item {
  position: relative;
  background: #FFF;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  -webkit-box-shadow: 36px 36px 60px 9px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 36px 36px 60px 9px rgba(0, 0, 0, 0.18);
  box-shadow: 36px 36px 60px 9px rgba(0, 0, 0, 0.18);
  margin: 0 0 15px 0;
  padding: 25px 25px 25px 60px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  /*
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1.0, 1.0);
  */
  cursor: pointer;
}
#sanfona .sanfona .item h4 {
  text-transform: uppercase;
  line-height: 21px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  /*
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1.0, 1.0);
  */
}
#sanfona .sanfona .item p {
  max-height: 1px;
  overflow: hidden;
  padding: 0 0 0 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  /*
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1.0, 1.0);
  */
}
#sanfona .sanfona .item.open p {
  opacity: 1;
  padding: 20px 0 5px 0;
  max-height: 1000px;
}
#sanfona .sanfona .item:hover {
  -webkit-box-shadow: 36px 36px 60px 9px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 36px 36px 60px 9px rgba(0, 0, 0, 0.3);
  box-shadow: 36px 36px 60px 9px rgba(0, 0, 0, 0.3);
}
@media (min-width: 768px) {
  #sanfona .sanfona {
    padding: 0 15%;
  }
}
@media (min-width: 1024px) {
  #sanfona .txt {
    width: 50%;
    padding: 0 10% 0 0;
  }
  #sanfona .sanfona {
    width: 50%;
    padding: 0px;
  }
}
@media (min-width: 1600px) {
  #sanfona .sanfona .item {
    padding: 30px 25px 30px 90px;
  }
  #sanfona .sanfona .item h4 {
    margin: 3px 0 0 0;
  }
}

header {
  background: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 10;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  /*
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1.0, 1.0);
  */
}
header.hide {
  top: -160px;
}
header.shadow {
  -webkit-box-shadow: 5px 7px 10px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 5px 7px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 5px 7px 10px 0px rgba(0, 0, 0, 0.15);
}
header .logos {
  float: left;
  margin: 22px 0 0 0;
}
header .logos img {
  width: 240px;
}
header nav {
  position: fixed;
  top: 80px;
  right: -100%;
  background: #FFF;
  width: 385px;
  padding: 35px 0 25px 20px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  /*
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1.0, 1.0);
  */
}
header nav ul {
  float: left;
  width: 100%;
  margin: 0 0 20px -5px;
  text-align: right;
  padding-right: 20px;
}
header nav ul li {
  float: left;
  margin: 0 0 20px 0;
  width: 100%;
}
header nav ul li a {
  font-family: "Votorantim Sans bold";
  color: #585858;
  text-transform: uppercase;
  padding: 5px 6px 3px 6px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  /*
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1.0, 1.0);
  */
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
header nav ul li a:hover, header nav ul li a.ativo {
  background: #ef6523;
  color: #FFF;
}
header nav .outros a, header nav .outros span {
  float: left;
  color: #585858;
  font-family: "Votorantim Sans medium";
}
header nav .outros a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  /*
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1.0, 1.0);
  */
}
header nav .outros a:hover {
  color: #ef6523;
}
header nav .outros span {
  margin: 0 12px;
}
header nav .outros .linkedin svg {
  width: 17px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  /*
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1.0, 1.0);
  */
  fill: #585858;
}
header nav .outros .linkedin:hover svg {
  fill: #ef6523;
}
header nav.change {
  right: 0;
}
@media (min-width: 1024px) {
  header nav {
    position: initial;
    float: right;
    width: 60%;
    padding: 0;
    margin: 35px 0 0 0;
  }
  header nav ul {
    width: auto;
    margin: 0;
  }
  header nav ul li {
    width: auto;
    margin: 0 10px 0 0;
  }
  header nav .outros {
    float: right;
  }
}
@media (min-width: 1280px) {
  header {
    height: 120px;
  }
  header .logos {
    margin: 41px 0 0 0;
  }
  header .logos img {
    width: 300px;
  }
  header nav {
    width: 50%;
    margin: 67px 0 0 0;
  }
  header nav ul {
    padding-right: 10px;
  }
  header nav ul li {
    margin: 0 20px 0 0;
  }
}
@media (min-width: 1600px) {
  header {
    height: 160px;
  }
  header .logos {
    margin: 58px 0 0 0;
  }
  header .logos img {
    width: 350px;
  }
  header nav {
    margin: 89px 0 0 0;
  }
  header nav ul {
    padding-right: 20px;
  }
  header nav ul li {
    margin: 0 25px 0 0;
  }
  header nav ul li a {
    font-size: 18px;
  }
}

.openClose {
  position: absolute;
  top: 25px;
  right: 20px;
  height: 30px;
  width: 30px;
  z-index: 100;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  /*
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1.0, 1.0);
  */
}
.openClose span {
  display: block;
  width: 30px;
  height: 3px;
  background: #ef6523;
  margin: 5px 0;
  transition: 0.4s;
}
.openClose.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-6px, 5px);
  transform: rotate(-45deg) translate(-6px, 5px);
}
.openClose.change .bar2 {
  transform: translate(30px, 0);
  opacity: 0;
}
.openClose.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-6px, -6px);
}
@media screen and (min-width: 1280px) {
  .openClose {
    display: none;
  }
}
@media (min-width: 1024px) {
  .openClose {
    display: none;
  }
}
body.home header nav ul li:nth-child(1) a {
  background: #ef6523;
  color: #FFF;
}

body.page-id-12 header nav ul li:nth-child(2) a {
  background: #ef6523;
  color: #FFF;
}

footer {
  margin: 40px 0 0 0;
}
footer .box {
  border-top: 1px solid #c7c8ca;
  padding: 20px 0 0 0;
}
footer h5 {
  color: #9a9c9f;
  font-size: 13px;
  text-transform: uppercase;
}
footer ul {
  float: left;
  width: 100%;
  margin: 30px 0 20px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
footer ul li {
  margin: 0 15px 30px 15px;
  width: calc(33.3% - 30px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
footer ul li:nth-child(2) img {
  width: 90%;
}
footer ul li:nth-child(5) img {
  width: 50%;
}
footer ul li:nth-child(7) img {
  width: 80%;
}
footer ul li:nth-child(9) img {
  width: 90%;
}
@media (min-width: 768px) {
  footer ul li {
    width: calc(20% - 30px);
  }
}
@media (min-width: 1024px) {
  footer {
    margin: 50px 0 0 0;
  }
  footer ul li {
    width: calc(12% - 30px);
    margin: 0 40px 30px 0px;
  }
  footer ul li:nth-child(2) img, footer ul li:nth-child(5) img, footer ul li:nth-child(7) img, footer ul li:nth-child(9) img {
    width: 100%;
  }
  footer ul li:nth-child(2) {
    width: calc(9% - 30px);
  }
  footer ul li:nth-child(5) {
    width: calc(5.5% - 30px);
  }
  footer ul li:nth-child(7) {
    width: calc(7.5% - 30px);
  }
  footer ul li:nth-child(9) {
    width: calc(7.5% - 30px);
  }
  footer ul li:last-child {
    margin-right: 0;
  }
}
@media (min-width: 1280px) {
  footer ul li {
    width: calc(10.9% - 30px);
    margin: 0 40px 30px 0px;
  }
  footer ul li:last-child {
    margin-right: 0;
  }
}
@media (min-width: 1600px) {
  footer {
    margin: 60px 0 0 0;
  }
}

#carousel {
  height: calc(100svh - 80px);
  position: relative;
}
#carousel .slick-list,
#carousel .slick-track {
  height: 100%;
}
#carousel .slick-dots {
  position: absolute;
  bottom: 5vh;
  left: 20px;
  z-index: 5;
  display: none !important;
}
#carousel .slick-dots button {
  background: #d9d9d9;
  border: none;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  width: 15px;
  height: 15px;
  padding: 0;
  text-indent: -5000px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  /*
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1.0, 1.0);
  */
}
#carousel .slick-dots li {
  float: left;
  margin: 0 10px 0 0;
}
#carousel .slick-dots li.slick-active button {
  background: #ef6523;
}
#carousel .barra {
  float: left;
  width: 230px;
  height: 7px;
  background: url(../images/rainbow-bar.png) no-repeat left center;
  background-size: contain;
  position: relative;
  z-index: 2;
}
#carousel .imagens {
  height: 99.9%;
}
#carousel .imagens .item {
  height: 100%;
}
#carousel .imagens .item .img {
  width: 100%;
  height: 70vh;
  position: relative;
}
#carousel .imagens .item .img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#carousel .imagens .item .img .desktop {
  display: none;
}
#carousel .textos {
  width: 100%;
  height: 45vh;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../images/poligono-mob.svg) no-repeat;
  background-size: cover;
  text-align: left;
}
#carousel .textos .txt {
  float: left;
  width: 100%;
  padding: 40px 0 0 20px;
}
#carousel .textos .txt h2 {
  font-family: "Votorantim Sans black";
  color: #03a04a;
  text-transform: uppercase;
  font-size: 30px;
  margin: 45px 0 15px 0;
  padding: 0 30% 0 0;
  position: relative;
  z-index: 2;
  width: 100%;
}
#carousel .textos .txt p {
  padding: 0 20% 0 0;
  margin: 0 0 30px 0;
  position: relative;
  width: 100%;
  z-index: 2;
}
#carousel .textos .txt a {
  display: inline-block;
  background: #03a04a;
  color: #FFF;
  position: absolute;
  left: 20px;
  bottom: 8svh;
  z-index: 3;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  /*
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1.0, 1.0);
  */
}
#carousel .textos .txt a:hover {
  background: #ef6523;
}
@media (min-width: 768px) {
  #carousel .slick-dots {
    left: 60px;
  }
  #carousel .imagens .item .img {
    height: 85vh;
  }
  #carousel .textos {
    height: 45vh;
    background-size: cover;
  }
  #carousel .textos .txt {
    padding: 70px 150px 0 60px;
  }
  #carousel .textos .txt a {
    left: 60px;
  }
}
@media (min-width: 1024px) {
  #carousel .slick-dots {
    left: calc((100vw - 1000px) / 2);
  }
  #carousel .imagens .item .img {
    height: 100%;
  }
  #carousel .imagens .item .img .desktop {
    display: block;
  }
  #carousel .imagens .item .img .mobile {
    display: none;
  }
  #carousel .textos {
    background: url(../images/poligono-desk.svg) no-repeat bottom right;
    background-size: contain;
    height: 100%;
    width: 50vw;
  }
  #carousel .textos:before {
    content: "";
    position: absolute;
    background: #FFF;
    top: 0;
    left: 0;
    width: 100%;
    height: 60%;
    z-index: 0;
  }
  #carousel .textos .txt {
    height: 100%;
    padding: 0 0 17vh calc((100vw - 1000px) / 2);
    display: flex;
    flex-wrap: wrap;
    align-content: center;
  }
  #carousel .textos .txt a {
    bottom: 17svh;
    left: calc((100vw - 1000px) / 2);
  }
}
@media (min-width: 1280px) {
  #carousel {
    height: calc(100svh - 120px);
  }
  #carousel .barra {
    width: 270px;
    height: 8px;
  }
  #carousel .slick-dots {
    left: calc((100vw - 1200px) / 2);
  }
  #carousel .textos:before {
    height: 40%;
  }
  #carousel .textos .txt {
    padding: 0 0 17vh calc((100vw - 1200px) / 2);
  }
  #carousel .textos .txt h2 {
    font-size: 45px;
    padding-right: 40%;
  }
  #carousel .textos .txt p {
    font-size: 18px;
    line-height: 28px;
    padding-right: 33%;
  }
  #carousel .textos .txt a {
    font-size: 20px;
    left: calc((100vw - 1200px) / 2);
  }
}
@media (min-width: 1600px) {
  #carousel {
    height: calc(100svh - 160px);
  }
  #carousel .barra {
    width: 311px;
    height: 9px;
  }
  #carousel .slick-dots {
    left: calc((100vw - 1350px) / 2);
  }
  #carousel .textos .txt {
    padding: 0 0 20vh calc((100vw - 1350px) / 2);
  }
  #carousel .textos .txt h2 {
    font-size: 50px;
  }
  #carousel .textos .txt p {
    font-size: 20px;
    line-height: 30px;
  }
  #carousel .textos .txt a {
    font-size: 22px;
    left: calc((100vw - 1350px) / 2);
  }
}

#bullets {
  padding: 60px 0 60px 0;
}
#bullets .txt {
  float: left;
  width: 100%;
}
#bullets .txt h3 {
  color: #ef6523;
}
#bullets ul {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin: 50px 0 0 0;
}
#bullets ul li {
  background: #FFF;
  -webkit-box-shadow: 36px 36px 60px 9px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 36px 36px 60px 9px rgba(0, 0, 0, 0.18);
  box-shadow: 36px 36px 60px 9px rgba(0, 0, 0, 0.18);
  width: 200px;
  height: 200px;
  margin: 0 0 50px 0;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  /*
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1.0, 1.0);
  */
}
#bullets ul li:nth-child(1) {
  color: #34c1d6;
}
#bullets ul li:nth-child(2) {
  color: #f99d25;
}
#bullets ul li:nth-child(3) {
  color: #8363aa;
}
#bullets ul li:nth-child(4) {
  color: #ef6523;
}
#bullets ul li:nth-child(5) {
  color: #403485;
}
#bullets ul li:nth-child(6) {
  color: #03a04a;
}
#bullets ul li strong, #bullets ul li span {
  display: block;
  width: 100%;
  text-align: center;
  font-family: "Votorantim Sans bold";
}
#bullets ul li strong {
  font-size: 50px;
}
#bullets ul li span {
  padding: 0 15%;
}
#bullets ul li:hover {
  transform: scale(1.08);
  -webkit-box-shadow: 36px 36px 60px 9px rgba(0, 0, 0, 0.27);
  -moz-box-shadow: 36px 36px 60px 9px rgba(0, 0, 0, 0.27);
  box-shadow: 36px 36px 60px 9px rgba(0, 0, 0, 0.27);
}
@media (min-width: 768px) {
  #bullets ul {
    flex-direction: unset;
    padding: 0 50px;
  }
  #bullets ul li {
    margin: 0 25px 50px 25px;
    width: 240px;
    height: 240px;
  }
  #bullets ul li strong {
    font-size: 60px;
  }
}
@media (min-width: 1024px) {
  #bullets {
    padding: 80px 0 80px 0;
  }
  #bullets .txt {
    width: 40%;
  }
  #bullets ul {
    width: 60%;
    justify-content: end;
    margin: 0 0 0 0;
  }
  #bullets ul li {
    margin: 0 0 30px 0;
    width: 210px;
    height: 210px;
    margin: 0 15px 30px 15px;
  }
  #bullets ul li strong {
    font-size: 50px;
  }
}
@media (min-width: 1280px) {
  #bullets {
    padding: 100px 0 100px 0;
  }
  #bullets .txt {
    width: 35%;
  }
  #bullets ul {
    width: 65%;
  }
  #bullets ul li {
    width: 220px;
    height: 220px;
    margin: 0 0 40px 0;
    margin: 0 20px 40px 20px;
  }
}
@media (min-width: 1600px) {
  #bullets {
    padding: 120px 0 120px 0;
  }
  #bullets ul {
    padding: 0 100px;
  }
  #bullets ul li {
    width: 230px;
    height: 230px;
    margin: 0 0 50px 0;
    margin: 0 25px 50px 25px;
  }
  #bullets ul li strong {
    font-size: 56px;
  }
  #bullets ul li span {
    font-size: 17px;
  }
}

#map {
  margin: 0 0 30px 0;
  overflow: hidden;
}
#map .txt {
  float: right;
  width: 100%;
}
#map .txt h3 {
  color: #403485;
}
#map .mapa {
  float: right;
  width: 100%;
  margin: 40px 0 40px 0;
}
#map .mapa .box {
  background: #34c1d6;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  width: 100%;
  padding-bottom: 95%;
  position: relative;
  margin: 0 0 20px 0;
}
#map .mapa .box p {
  font-family: "Votorantim Sans";
  position: absolute;
  bottom: -25px;
  left: 25px;
  font-size: 14px;
}
#map .mapa .box img {
  position: absolute;
  top: -5%;
  left: -5%;
  max-width: initial;
  width: 120%;
  filter: drop-shadow(16px 16px 20px rgba(0, 0, 0, 0.18));
}
@media (min-width: 768px) {
  #map .mapa {
    padding: 0 20%;
  }
}
@media (min-width: 1024px) {
  #map .flex {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    align-items: center;
  }
  #map .txt {
    width: 50%;
    padding: 0 0 0 10%;
  }
  #map .mapa {
    width: 50%;
    padding: 0 5% 0 0;
  }
  #map .mapa .box img {
    left: -2%;
    top: -7%;
    width: 130%;
  }
}
@media (min-width: 1280px) {
  #map {
    margin: 0 0 70px 0;
  }
}
@media (min-width: 1600px) {
  #map {
    margin: 0 0 90px 0;
  }
}

.home #sepArc {
  margin: -10% 0 10% 0;
  overflow: hidden;
}
.home #sepArc img {
  max-width: initial;
}
@media (min-width: 768px) {
  .home #sepArc {
    margin: -5% 0 5% 0;
  }
}
@media (min-width: 1024px) {
  .home #sepArc {
    margin: -5% 0 3% 0;
  }
  .home #sepArc img {
    width: 160%;
    margin-left: -30%;
  }
}
.home #sanfona {
  margin: 0 0 40px 0;
}
.home #sanfona .txt h3 {
  color: #03a04a;
}
.home #sanfona .sanfona {
  margin: 40px 0 0 0;
}
.home #sanfona .sanfona .item > span {
  background: #03a04a;
  height: 22px;
  width: 22px;
  position: absolute;
  top: 25px;
  left: 24px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.home #sanfona .sanfona .item > span:before, .home #sanfona .sanfona .item > span:after {
  content: "";
  height: 2px;
  width: 12px;
  background: #FFF;
  position: absolute;
  left: 5px;
  top: 10px;
  transform: rotate(0);
}
.home #sanfona .sanfona .item > span:before {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  /*
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1.0, 1.0);
  */
}
.home #sanfona .sanfona .item > span:after {
  transform: rotate(270deg);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  /*
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1.0, 1.0);
  */
}
.home #sanfona .sanfona .item.open > span:after {
  transform: rotate(0);
}
.home #sanfona .sanfona .item.open > span:before {
  transform: rotate(180deg);
}
.home #sanfona .sanfona .item.open h4 {
  color: #03a04a;
}
@media (min-width: 1024px) {
  .home #sanfona {
    margin: 0 0 20px 0;
  }
  .home #sanfona .sanfona {
    margin: 0px;
  }
}
@media (min-width: 1280px) {
  .home #sanfona {
    margin: 0 0 40px 0;
  }
}
@media (min-width: 1600px) {
  .home #sanfona {
    margin: 0 0 60px 0;
  }
  .home #sanfona .sanfona .item > span {
    height: 28px;
    width: 28px;
    top: 29px;
    left: 43px;
  }
  .home #sanfona .sanfona .item > span:before, .home #sanfona .sanfona .item > span:after {
    height: 2px;
    width: 16px;
    left: 6px;
    top: 13px;
  }
}

#titColumn {
  position: relative;
  height: calc(85svh - 80px);
}
#titColumn .wrapper {
  height: 100%;
}
#titColumn .flex {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}
#titColumn h2 {
  font-family: "Votorantim Sans black";
  color: #ef6523;
  font-size: 33px;
  margin-bottom: 35px;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
}
#titColumn p {
  text-align: center;
}
#titColumn a {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border: 3px solid #ef6523;
  height: 40px;
  width: 40px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  background: #FFF;
  animation-name: todown;
  animation-duration: 2.5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
#titColumn a:before, #titColumn a:after {
  content: "";
  background: #ef6523;
  height: 4px;
  width: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#titColumn a:before {
  left: 5px;
  transform: rotate(45deg);
}
#titColumn a:after {
  right: 5px;
  transform: rotate(-45deg);
}
@keyframes todown {
  0% {
    bottom: 0px;
  }
  65% {
    bottom: -15px;
  }
  100% {
    bottom: 0px;
  }
}
@media (min-width: 768px) {
  #titColumn h2 {
    font-size: 35px;
    text-align: center;
  }
  #titColumn p {
    padding: 0 12%;
  }
}
@media (min-width: 1024px) {
  #titColumn {
    height: calc(85svh - 140px);
  }
  #titColumn p {
    padding: 0 22%;
  }
}
@media (min-width: 1280px) {
  #titColumn {
    height: calc(90svh - 160px);
  }
  #titColumn h2 {
    font-size: 45px;
  }
  #titColumn p {
    width: 100%;
    text-align: left;
    font-size: 18px;
    line-height: 27px;
    column-count: 2;
    column-gap: 60px;
    padding: 0 150px 0 150px;
  }
  #titColumn a {
    height: 50px;
    width: 50px;
    border: 4px solid #ef6523;
  }
  #titColumn a:before, #titColumn a:after {
    height: 5px;
    width: 18px;
  }
  #titColumn a:before {
    left: 7px;
  }
  #titColumn a:after {
    right: 7px;
  }
}
@media (min-width: 1600px) {
  #titColumn {
    height: calc(90svh - 210px);
  }
  #titColumn h2 {
    font-size: 55px;
  }
  #titColumn p {
    font-size: 19px;
    line-height: 28px;
    padding: 0 190px 0 190px;
  }
  #titColumn a {
    height: 60px;
    width: 60px;
    border: 5px solid #ef6523;
  }
  #titColumn a:before, #titColumn a:after {
    height: 6px;
    width: 22px;
  }
  #titColumn a:before {
    left: 8px;
  }
  #titColumn a:after {
    right: 8px;
  }
}

#apremiacao {
  position: relative;
}
#apremiacao #sepArc2 {
  margin: 0% 0 0 0;
  overflow: hidden;
  position: absolute;
  z-index: 0;
}
#apremiacao #sepArc2 .desk {
  display: none;
}
#apremiacao #sepArc2 img {
  max-width: initial;
  width: 200%;
  margin-left: -50%;
}
#apremiacao .wrapper {
  position: relative;
  z-index: 1;
}
#apremiacao .txt {
  float: left;
  width: 100%;
}
#apremiacao .txt h3 {
  color: #403485;
  text-align: center;
}
#apremiacao .txt p {
  text-align: center;
}
#apremiacao .features {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 70px 0 30px 0;
}
#apremiacao .features .item {
  position: relative;
  background: #FFF;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 36px 36px 60px 9px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 36px 36px 60px 9px rgba(0, 0, 0, 0.18);
  box-shadow: 36px 36px 60px 9px rgba(0, 0, 0, 0.18);
  padding: 60px 30px 60px 30px;
  margin: 0 0 60px 0;
  width: 330px;
}
#apremiacao .features .icon {
  background: #f99d25 url(../images/star-white.png) no-repeat center center;
  background-size: 50%;
  height: 50px;
  width: 50px;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
}
#apremiacao .features h4 {
  text-transform: uppercase;
  color: #403485;
  text-align: center;
  margin: 0 0 15px 0;
}
#apremiacao .features p {
  text-align: center;
  color: #403485;
}
#apremiacao .features .orna {
  position: absolute;
  bottom: 25px;
  left: 30px;
  width: calc(100% - 60px);
  background: url(../images/rainbow-bar.png) no-repeat;
  height: 7px;
  background-size: cover;
}
@media (min-width: 768px) {
  #apremiacao .txt {
    padding: 0 20%;
  }
  #apremiacao .features .item {
    width: 300px;
    margin: 0 20px 60px 20px;
  }
}
@media (min-width: 1024px) {
  #apremiacao {
    margin: 7% 0 0 0;
  }
  #apremiacao #sepArc2 {
    margin: -15% 0 0 0;
  }
  #apremiacao #sepArc2 img {
    max-width: initial;
    width: 140%;
    margin-left: -20%;
  }
  #apremiacao .txt {
    padding: 0 30%;
  }
  #apremiacao .features {
    justify-content: space-between;
    margin: 80px 0 120px 0;
  }
  #apremiacao .features .item {
    width: calc(33.3% - 15px);
    margin: 0 10px 0 10px;
  }
  #apremiacao .features .item:nth-child(1) {
    margin-left: 0;
  }
  #apremiacao .features .item:nth-child(3) {
    margin-right: 0;
  }
}
@media (min-width: 1280px) {
  #apremiacao {
    margin: 5% 0 5vw 0;
  }
  #apremiacao #sepArc2 {
    margin: -11% 0 0 0;
  }
  #apremiacao #sepArc2 img {
    max-width: initial;
    width: 100%;
    margin-left: 0%;
  }
  #apremiacao .txt {
    padding: 0 33%;
  }
}
@media (min-width: 1600px) {
  #apremiacao {
    margin: 5% 0 5vw 0;
  }
  #apremiacao #sepArc2 {
    margin: -10% 0 0 0;
  }
  #apremiacao #sepArc2 img {
    max-width: initial;
    width: 100%;
    margin-left: 0%;
  }
  #apremiacao .txt {
    padding: 0 33%;
  }
  #apremiacao .features .item {
    padding: 70px 30px 60px 30px;
    width: calc(33.3% - 30px);
    margin: 0 15px 0 15px;
  }
  #apremiacao .features .icon {
    height: 60px;
    width: 60px;
    top: -30px;
  }
}

#boxIncricao {
  background: url(../images/grafismo-recorte.svg) no-repeat center center;
  margin: 0 0 70px 0;
}
#boxIncricao .bg {
  background: #03a04a;
  padding: 40px 30px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  float: left;
  width: 100%;
  -webkit-box-shadow: 36px 36px 60px 9px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 36px 36px 60px 9px rgba(0, 0, 0, 0.18);
  box-shadow: 36px 36px 60px 9px rgba(0, 0, 0, 0.18);
}
#boxIncricao h3 {
  color: #FFFFFF;
  text-align: center;
}
#boxIncricao p {
  text-align: center;
  color: #FFF;
}
#boxIncricao .ctas {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 40px 0 0 0;
}
#boxIncricao .ctas a {
  position: relative;
  color: #FFF;
  font-family: "Votorantim Sans bold";
  border: 3px solid #FFF;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  width: calc(50% - 10px);
  float: left;
  padding: 45px 30px 10px 15px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  /*
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1.0, 1.0);
  */
}
#boxIncricao .ctas a span {
  position: absolute;
  top: 15px;
  left: 15px;
  height: 10px;
  width: 30px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  /*
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1.0, 1.0);
  */
}
#boxIncricao .ctas a span svg {
  fill: #FFF;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  /*
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1.0, 1.0);
  */
}
#boxIncricao .ctas a:hover {
  background: #FFF;
  color: #03a04a;
}
#boxIncricao .ctas a:hover span svg {
  fill: #03a04a;
}
@media (min-width: 768px) {
  #boxIncricao {
    background: url(../images/grafismo-completo.svg) no-repeat center center;
    background-size: contain;
  }
  #boxIncricao .bg {
    padding: 40px 30px;
  }
  #boxIncricao .txt {
    padding: 0 10%;
  }
  #boxIncricao .ctas {
    padding: 0 15%;
  }
}
@media (min-width: 1024px) {
  #boxIncricao {
    margin: 0 0 100px 0;
  }
  #boxIncricao .bg {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  #boxIncricao .txt {
    width: 65%;
    padding: 0;
    float: left;
  }
  #boxIncricao .txt h3 {
    text-align: left;
  }
  #boxIncricao .txt p {
    text-align: left;
  }
  #boxIncricao .ctas {
    float: left;
    width: 35%;
    padding: 0 0 0 0;
    margin: 0px;
  }
  #boxIncricao .ctas a {
    padding: 55px 0px 15px 20px;
    font-size: 20px;
    width: calc(70% - 15px);
  }
  #boxIncricao .ctas a span {
    top: 20px;
    left: 20px;
    width: 35px;
  }
}
@media (min-width: 1280px) {
  #boxIncricao {
    margin: 0 0 120px 0;
  }
  #boxIncricao .bg {
    padding: 50px 60px;
  }
  #boxIncricao .txt {
    padding: 0 5% 0 0;
  }
}
@media (min-width: 1600px) {
  #boxIncricao {
    margin: 0 0 150px 0;
  }
  #boxIncricao .bg {
    padding: 60px 70px;
  }
  #boxIncricao .ctas {
    padding: 0 3% 0 4%;
  }
  #boxIncricao .ctas a {
    font-size: 27px;
    padding: 60px 0px 15px 20px;
  }
  #boxIncricao .ctas a span {
    top: 24px;
    width: 42px;
  }
}

#edicaoAnt {
  margin: 20px 0 80px 0;
}
#edicaoAnt .txt {
  float: left;
  width: 100;
}
#edicaoAnt .txt h3 {
  color: #f99d25;
}
#edicaoAnt .txt p {
  margin: 0 0 30px 0;
}
#edicaoAnt .txt a {
  color: #403485;
  font-family: "Votorantim Sans bold";
  padding: 0 0 0 10px;
}
#edicaoAnt .txt a span {
  background: #403485;
  height: 20px;
  width: 20px;
  float: left;
  position: relative;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
#edicaoAnt .txt a span:before, #edicaoAnt .txt a span:after {
  content: "";
  background: #FFF;
  height: 2px;
  width: 10px;
  position: absolute;
  left: 5px;
}
#edicaoAnt .txt a span:after {
  transform: rotate(90deg);
  top: 9px;
}
#edicaoAnt .txt a span:before {
  top: 9px;
}
#edicaoAnt .video {
  float: left;
  width: 100%;
  margin: 60px 0 0 0;
}
#edicaoAnt .video a {
  cursor: default;
}
@media (min-width: 1024px) {
  #edicaoAnt .flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  #edicaoAnt .txt {
    width: 50%;
    padding: 0 10% 0 0;
  }
  #edicaoAnt .txt h3 {
    padding: 0 10% 0 0;
  }
  #edicaoAnt .video {
    margin: 0;
    width: 50%;
  }
  #edicaoAnt .video img {
    float: right;
  }
}
@media (min-width: 1600px) {
  #edicaoAnt {
    margin: 20px 0 100px 0;
  }
}

.premio #sepArc {
  margin: 10% 0 10% 0;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .premio #sepArc img {
    max-width: initial;
    width: 130%;
    margin-left: -15%;
  }
}
@media (min-width: 1280px) {
  .premio #sepArc {
    margin: 25px 0 6% 0;
  }
}
@media (min-width: 1600px) {
  .premio #sepArc {
    margin: 35px 0 8% 0;
  }
}
.premio #sanfona {
  margin: 0 0 60px 0;
}
.premio #sanfona .txt h3 {
  color: #403485;
}
.premio #sanfona .sanfona {
  margin: 40px 0 0 0;
}
.premio #sanfona .sanfona .item > span {
  height: 22px;
  width: 22px;
  position: absolute;
  top: 25px;
  right: 24px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.premio #sanfona .sanfona .item > span:before, .premio #sanfona .sanfona .item > span:after {
  content: "";
  height: 3px;
  width: 12px;
  background: #ef6523;
  position: absolute;
  left: 5px;
  top: 10px;
  transform: rotate(0);
}
.premio #sanfona .sanfona .item > span:before {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  /*
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1.0, 1.0);
  */
}
.premio #sanfona .sanfona .item > span:after {
  transform: rotate(270deg);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  /*
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1.0, 1.0);
  */
}
.premio #sanfona .sanfona .item h4 {
  position: relative;
  color: #403485;
  font-family: "Votorantim Sans black";
}
.premio #sanfona .sanfona .item h4 > span {
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  position: absolute;
  background: #403485;
  left: -40px;
  top: -2px;
  height: 26px;
  width: 26px;
}
.premio #sanfona .sanfona .item h4 > span:before, .premio #sanfona .sanfona .item h4 > span:after {
  content: "";
  background: #FFF;
  height: 3px;
  position: absolute;
}
.premio #sanfona .sanfona .item h4 > span:before {
  width: 8px;
  top: 14px;
  left: 6px;
  transform: rotate(45deg);
}
.premio #sanfona .sanfona .item h4 > span:after {
  width: 11px;
  top: 12px;
  right: 5px;
  transform: rotate(-45deg);
}
.premio #sanfona .sanfona .item.open > span:after {
  transform: rotate(0);
}
.premio #sanfona .sanfona .item.open > span:before {
  transform: rotate(180deg);
}
.premio #sanfona .sanfona .item.open h4 {
  color: #03a04a;
}
.premio #sanfona .sanfona .item.open h4 span {
  background: #03a04a;
}
@media (min-width: 768px) {
  .premio #sanfona {
    margin: 0 0 80px 0;
  }
  .premio #sanfona .sanfona {
    margin: 50px 0 0 0;
  }
}
@media (min-width: 1024px) {
  .premio #sanfona .sanfona {
    margin: 0;
  }
}
@media (min-width: 1280px) {
  .premio #sanfona {
    margin: 0 0 100px 0;
  }
}
@media (min-width: 1600px) {
  .premio #sanfona {
    margin: 0 0 120px 0;
  }
  .premio #sanfona .sanfona .item > span {
    height: 28px;
    width: 28px;
    top: 29px;
    right: 43px;
  }
  .premio #sanfona .sanfona .item > span:before, .premio #sanfona .sanfona .item > span:after {
    height: 3px;
    width: 16px;
    left: 6px;
    top: 13px;
  }
  .premio #sanfona .sanfona .item h4 > span {
    height: 34px;
    width: 34px;
    left: -52px;
    top: -7px;
  }
  .premio #sanfona .sanfona .item h4 > span:before {
    width: 11px;
    top: 18px;
    left: 7px;
  }
  .premio #sanfona .sanfona .item h4 > span:after {
    width: 14px;
    top: 16px;
    right: 7px;
  }
}

.overlayVideo,
.overlayGaleria {
  display: none;
  background: rgba(0, 0, 0, 0.95);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.overlayVideo .boxVideo,
.overlayGaleria .boxVideo {
  position: absolute;
  padding-bottom: 56.25%;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.overlayVideo .boxVideo iframe,
.overlayGaleria .boxVideo iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.overlayVideo .boxImg,
.overlayGaleria .boxImg {
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  height: calc(100vh - 80px);
  overflow-y: scroll;
}
.overlayVideo .boxImg img,
.overlayGaleria .boxImg img {
  float: left;
  margin: 0 0 20px 0;
}
.overlayVideo a,
.overlayGaleria a {
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  position: absolute;
  height: 40px;
  width: 40px;
  top: 20px;
  right: 20px;
  border: 2px solid #FFF;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  /*
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1.0, 1.0);
  */
  z-index: 5;
}
.overlayVideo a:before, .overlayVideo a:after,
.overlayGaleria a:before,
.overlayGaleria a:after {
  content: "";
  position: absolute;
  width: 25px;
  height: 2px;
  background: #FFF;
  left: 6px;
  top: 17px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  /*
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1.0, 1.0);
  */
}
.overlayVideo a:before,
.overlayGaleria a:before {
  transform: rotate(45deg);
}
.overlayVideo a:after,
.overlayGaleria a:after {
  transform: rotate(-45deg);
}
.overlayVideo a:hover,
.overlayGaleria a:hover {
  border: 2px solid #ef6523;
}
.overlayVideo a:hover:before, .overlayVideo a:hover:after,
.overlayGaleria a:hover:before,
.overlayGaleria a:hover:after {
  background: #ef6523;
}
@media (min-width: 768px) {
  .overlayVideo .boxImg,
  .overlayGaleria .boxImg {
    padding: 30px 15%;
    top: 0;
    height: 100%;
  }
}
@media (min-width: 1024px) {
  .overlayVideo .boxVideo,
  .overlayGaleria .boxVideo {
    width: 80%;
    left: 10%;
    padding-bottom: 45.25%;
  }
  .overlayVideo .boxImg,
  .overlayGaleria .boxImg {
    padding: 30px calc((100vw - 600px) / 2);
  }
  .overlayVideo a,
  .overlayGaleria a {
    top: 30px;
    right: 30px;
  }
}
@media (min-width: 1280px) {
  .overlayVideo .boxVideo,
  .overlayGaleria .boxVideo {
    width: 60%;
    left: 20%;
    padding-bottom: 33.25%;
  }
}
@media (min-width: 1600px) {
  .overlayVideo .boxImg,
  .overlayGaleria .boxImg {
    padding: 30px calc((100vw - 800px) / 2);
  }
}