/*
	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);
*/
/*
@include border-radius();

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

$text = $topo['titulo'];
echo str_replace(array('<p>','</p>'),'',$text);

*/
/* TRANSITIONS */
@font-face {
  font-family: "Votorantim Sans";
  src: url(https://pve.institutovotorantim.org.br/wp-content/themes/pve2025/assets/fonts/VotorantimSans-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Votorantim Sans medium";
  src: url(https://pve.institutovotorantim.org.br/wp-content/themes/pve2025/assets/fonts/VotorantimSans-Medium.ttf) format("truetype");
}
@font-face {
  font-family: "Votorantim Sans bold";
  src: url(https://pve.institutovotorantim.org.br/wp-content/themes/pve2025/assets/fonts/VotorantimSans-Bold.ttf) format("truetype");
}
@font-face {
  font-family: "Votorantim Sans black";
  src: url(https://pve.institutovotorantim.org.br/wp-content/themes/pve2025/assets/fonts/VotorantimSans-Black.ttf) format("truetype");
}
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Votorantim Sans medium";
  color: #292728;
}

body.noScroll,
html.noScroll {
  overflow: hidden;
}

.btnRD {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  padding: 15px 40px;
  font-family: "Votorantim Sans bold";
}
@media (min-width: 1024px) {
  .btnRD {
    font-size: 1.302vw;
    padding: 1vw 3vw;
  }
}

#bannerInsc {
  float: left;
  width: 100%;
  background: #403485;
  padding: 20px 5% 30px 5%;
}
#bannerInsc .txts h2 {
  font-family: "Votorantim Sans black";
  color: #FFF;
  font-size: 20px;
  line-height: 28px;
  margin: 0 0 20px 0;
}
#bannerInsc .txts h2 b {
  color: #fbde05;
}
#bannerInsc .txts p {
  color: #FFF;
  font-family: "Votorantim Sans medium";
  font-size: 15px;
  line-height: 23px;
  margin: 0 0 30px 0;
}
#bannerInsc .ctas a {
  color: #FFF;
  font-size: 14px;
  padding: 10px 0;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  width: 170px;
  display: inline-block;
  text-align: center;
  -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);
  */
}
#bannerInsc .ctas a:nth-child(1) {
  background: #ef6523;
  margin-right: 6px;
}
#bannerInsc .ctas a:nth-child(2) {
  background: #03a04a;
}
#bannerInsc .ctas a:hover {
  transform: scale(1.05);
}
@media (min-width: 1024px) {
  #bannerInsc {
    padding: 4.2vw 19.531vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #bannerInsc .txts {
    float: left;
    width: 37.5vw;
  }
  #bannerInsc .txts h2 {
    font-size: 2.083vw;
    line-height: 2.5vw;
    margin-bottom: 1.5vw;
  }
  #bannerInsc .txts p {
    font-size: 1.615vw;
    line-height: 2.1vw;
    margin-bottom: 0px;
  }
  #bannerInsc .ctas {
    float: right;
    width: 19.4vw;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
  }
  #bannerInsc .ctas a {
    font-size: 1.302vw;
    width: 19.271vw;
    float: right;
    padding: 1.302vw 0;
  }
  #bannerInsc .ctas a:nth-child(1) {
    margin: 10px 0 0 0;
  }
  #bannerInsc .ctas a:nth-child(2) {
    margin: 0 0 10px 0;
  }
}

body.home header#masthead .logo .home {
  display: block;
}
body.home header#masthead .logo .internas {
  display: none;
}

body:not(.home) header#masthead .logo .home {
  display: none;
}
body:not(.home) header#masthead .logo .internas {
  display: block;
}

header#masthead {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  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);
  */
}
header#masthead .logo {
  float: left;
  width: 250px;
  margin: 35px 0 0 25px;
}
header#masthead .openClose {
  position: absolute;
  top: 30px;
  right: 25px;
  height: 47px;
  width: 52px;
  z-index: 205;
  padding: 6px 0 0 13px;
  -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#masthead .openClose span {
  float: right;
  background: #2d2a2b;
  display: block;
  height: 4px;
  margin: 4px 0;
  transition: 0.4s;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
header#masthead .openClose .bar1 {
  width: 30px;
}
header#masthead .openClose .bar2 {
  width: 35px;
}
header#masthead .openClose .bar3 {
  width: 25px;
}
header#masthead .openClose.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-8px, 8px);
  transform: rotate(-45deg) translate(-8px, 8px);
  width: 35px;
}
header#masthead .openClose.change .bar2 {
  transform: translate(30px, 0);
  opacity: 0;
}
header#masthead .openClose.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
  width: 35px;
}
@media screen and (min-width: 1024px) {
  header#masthead .openClose {
    display: none;
  }
}
header#masthead .menuBlock {
  display: flex;
  flex-wrap: wrap;
  background: #FFF;
  position: fixed;
  top: 0;
  right: -110%;
  width: 100%;
  height: 100svh;
  z-index: 200;
  align-content: space-evenly;
  -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);
  */
  opacity: 0;
}
header#masthead .menuBlock.open {
  right: 0;
  opacity: 1;
}
header#masthead .menuBlock .logoMob {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin-top: 5vw;
}
header#masthead .menuBlock .logoMob img {
  width: 180px;
}
header#masthead .menuBlock nav {
  width: 100%;
  text-align: center;
  padding: 0 5%;
  margin-bottom: 5vw;
}
header#masthead .menuBlock nav ul li {
  border-top: 1px solid #b3b3b3;
  padding: 7vw 0;
}
header#masthead .menuBlock nav ul li:last-of-type {
  border-bottom: 1px solid #b3b3b3;
}
header#masthead .menuBlock nav ul li a {
  font-family: "Votorantim Sans bold";
  font-size: 30px;
  color: #333132;
  text-transform: uppercase;
  padding: 5px 7px 3px 7px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  background: #FFF;
  width: auto;
  display: inline-block;
  -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#masthead .menuBlock nav ul li.current_page_item a, header#masthead .menuBlock nav ul li.current-page-ancestor a, header#masthead .menuBlock nav ul li:hover a {
  background: #ef6523;
  color: #FFF;
  padding: 5px 7px 3px 7px;
}
header#masthead .menuBlock .links {
  width: 100%;
  padding: 0 5%;
  text-align: center;
  margin: 0 0 -15% 0;
}
header#masthead .menuBlock .links a {
  color: #2d2a2b;
  display: inline-block;
  font-size: 20px;
  -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#masthead .menuBlock .links a.desk {
  display: none;
}
header#masthead .menuBlock .links a.linkedin {
  margin: 0 0 40px 0;
}
header#masthead .menuBlock .links a.mob {
  opacity: 0.7;
}
header#masthead .menuBlock .links a svg {
  fill: #2d2a2b;
  width: 25px;
  -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#masthead .menuBlock .links a:hover {
  color: #ef6523;
}
header#masthead .menuBlock .links a:hover svg {
  fill: #ef6523;
}
header#masthead.hide {
  top: -250px;
}

@media (min-width: 1024px) {
  body.home header#masthead {
    padding: 4.167vw 15.625vw 0 15.625vw;
    position: absolute;
  }
  body.home header#masthead .logo {
    width: 24.419vw;
    margin: 0;
  }
  body.home header#masthead .menuBlock {
    position: initial;
    float: left;
    width: 100%;
    opacity: 1;
    background: none;
    display: block;
    height: auto;
    margin-top: 1.9vw;
  }
  body.home header#masthead .menuBlock .logoMob {
    display: none;
  }
  body.home header#masthead .menuBlock nav {
    width: auto;
    padding: 0;
    float: left;
    margin: 0 2vw 0 0;
  }
  body.home header#masthead .menuBlock nav ul li {
    float: left;
    padding: 0;
    border: none !important;
    margin: 0 2.344vw 0 0;
  }
  body.home header#masthead .menuBlock nav ul li a {
    font-size: 1vw;
  }
  body.home header#masthead .menuBlock .links {
    float: left;
    width: auto;
    padding: 0;
    margin: 1px 0 0 0;
  }
  body.home header#masthead .menuBlock .links br {
    display: none;
  }
  body.home header#masthead .menuBlock .links a {
    float: left;
  }
  body.home header#masthead .menuBlock .links a.desk {
    display: block;
    margin: 0.25vw 2vw 0 0;
    opacity: 0.75;
    font-size: 0.8vw;
  }
  body.home header#masthead .menuBlock .links a.mob {
    display: none;
  }
  body.home header#masthead .menuBlock .links a svg {
    width: 0.95vw;
  }
  body.home header#masthead .menuBlock .links a.linkedin {
    margin-bottom: "0;";
  }
}

@media (min-width: 1024px) {
  body:not(.home) header#masthead {
    padding: 4.167vw 15.625vw 0 15.625vw;
    position: absolute;
  }
  body:not(.home) header#masthead .logo {
    width: 24.219vw;
    margin: 0;
  }
  body:not(.home) header#masthead .menuBlock {
    position: initial;
    float: left;
    width: calc(100% - 24.219vw);
    opacity: 1;
    background: none;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    align-content: end;
    height: auto;
    margin-top: -1.2vw;
  }
  body:not(.home) header#masthead .menuBlock .logoMob {
    display: none;
  }
  body:not(.home) header#masthead .menuBlock nav {
    width: auto;
    padding: 0;
    float: left;
    margin: 0 0 0 8px;
  }
  body:not(.home) header#masthead .menuBlock nav ul {
    margin: 0 0 0 0;
  }
  body:not(.home) header#masthead .menuBlock nav ul li {
    float: left;
    padding: 0;
    border: none !important;
    margin: 0 0 0 2.344vw;
  }
  body:not(.home) header#masthead .menuBlock nav ul li a {
    font-size: 1vw;
  }
  body:not(.home) header#masthead .menuBlock .links {
    float: left;
    width: auto;
    padding: 0;
    margin: 1px 0 0 0;
    text-align: right;
  }
  body:not(.home) header#masthead .menuBlock .links br {
    display: none;
  }
  body:not(.home) header#masthead .menuBlock .links a {
    float: none;
  }
  body:not(.home) header#masthead .menuBlock .links a.desk {
    display: inline-block;
    margin: 0 2vw 0 2vw;
    opacity: 0.75;
    font-size: 0.8vw;
  }
  body:not(.home) header#masthead .menuBlock .links a.mob {
    display: none;
  }
  body:not(.home) header#masthead .menuBlock .links a svg {
    width: 0.95vw;
  }
  body:not(.home) header#masthead .menuBlock .links a.linkedin {
    margin-bottom: 1.2vw;
    margin-right: 10px;
  }
}

header#reduzido {
  display: none;
  position: fixed;
  top: -3.8vw;
  left: 0;
  width: 100%;
  background: #FFF;
  z-index: 100;
  height: 3.646vw;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.15);
  -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#reduzido.show {
  top: 0;
}
header#reduzido .menuBlock .logoMob {
  display: none;
}
@media (min-width: 1024px) {
  header#reduzido {
    display: block;
    padding: 0 5vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  header#reduzido .logo {
    float: left;
    width: 13.542vw;
  }
  header#reduzido #site-navigation {
    float: left;
    width: auto;
  }
  header#reduzido #site-navigation ul li {
    margin: 0 1vw;
  }
  header#reduzido #site-navigation ul li a {
    font-family: "Votorantim Sans bold";
    font-size: clamp(15px, 0.885vw, 20px);
    color: #333132;
    text-transform: uppercase;
    padding: 5px 7px 3px 7px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    background: #FFF;
    width: auto;
    display: inline-block;
    -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#reduzido #site-navigation ul li.current_page_item a, header#reduzido #site-navigation ul li.current-page-ancestor a, header#reduzido #site-navigation ul li:hover a {
    background: #ef6523;
    color: #FFF;
    padding: 5px 7px 3px 7px;
  }
  header#reduzido .links {
    float: left;
  }
  header#reduzido .links a {
    color: #2d2a2b;
    font-size: 14px;
    -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);
    */
    float: left;
  }
  header#reduzido .links a:hover {
    color: #ef6523;
  }
  header#reduzido .links a.desk {
    margin: 3px 15px 0 0;
  }
  header#reduzido .links svg {
    fill: #2d2a2b;
    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);
    */
  }
  header#reduzido .links svg:hover {
    fill: #ef6523;
  }
}

footer {
  padding: 60px 5% 0 5%;
}
footer .links {
  width: 100%;
  border-bottom: 1px solid #c7c8ca;
  padding: 0 0 20px 0;
  float: left;
  text-align: center;
}
footer .links a {
  display: inline-block;
  color: #2d2a2b;
  margin: 0 20px 0 0;
  -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);
  */
}
footer .links a:hover {
  color: #ef6523;
}
footer .links a:hover svg {
  fill: #ef6523;
}
footer .links a svg {
  fill: #2d2a2b;
  width: 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);
  */
}
footer .logos {
  float: left;
  width: 100%;
  padding: 30px 0;
}
footer .logos .bloco {
  float: left;
  width: 100%;
  margin: 0 0 35px 0;
}
footer .logos .bloco h5 {
  font-family: "Votorantim Sans";
  font-size: 15px;
  color: #333132;
  margin: 0 0 15px 0;
  float: left;
  width: 100%;
}
footer .logos .bloco ul {
  list-style-type: none;
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
footer .logos .bloco ul li {
  width: 21vw;
  float: left;
  align-items: center;
  margin: 0 9vw 0 0;
}
footer .logos .bloco ul li a {
  float: left;
}
footer .logos .bloco ul li a img {
  float: left;
}
@media (min-width: 1024px) {
  footer {
    padding: 7vw 10vw;
  }
  footer .links {
    padding: 0 0 2vw 0;
  }
  footer .links a {
    float: left;
    font-size: 1.1vw;
  }
  footer .logos {
    padding: 2vw 0;
  }
  footer .logos .bloco:nth-of-type(1) {
    width: 65%;
  }
  footer .logos .bloco:nth-of-type(2) {
    width: 20%;
  }
  footer .logos .bloco:nth-of-type(3) {
    width: 10%;
  }
  footer .logos .bloco h5 {
    font-size: 1vw;
    margin-bottom: 1.2vw;
  }
  footer .logos .bloco ul li {
    width: 7vw;
    margin: 0 2vw 0 0;
  }
  footer .logos .bloco ul li:last-of-type {
    margin-right: 0;
  }
}

main.home #topo {
  position: relative;
  overflow: hidden;
  margin-bottom: 50px;
}
@media (min-width: 1024px) {
  main.home #topo {
    margin-bottom: 5.729vw;
  }
}
main.home #topo .carousel {
  height: calc(100svh - 45px);
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  padding: 0;
  position: relative;
  z-index: 5;
}
main.home #topo .carousel .item {
  padding: 0px 10% 20px 2.5%;
}
main.home #topo .carousel h2 {
  font-family: "Votorantim Sans bold";
  color: #292728;
  font-size: 32px;
  line-height: 38px;
  margin: 0 0 10px 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0.3s;
  -moz-transition: all 0.4s ease-in-out 0.3s;
  -ms-transition: all 0.4s ease-in-out 0.3s;
  -o-transition: all 0.4s ease-in-out 0.3s;
  transition: all 0.4s ease-in-out 0.3s;
  /*
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1.0, 1.0);
  */
}
main.home #topo .carousel p {
  font-size: 17px;
  line-height: 24px;
  margin: 0 0 50px 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0.4s;
  -moz-transition: all 0.4s ease-in-out 0.4s;
  -ms-transition: all 0.4s ease-in-out 0.4s;
  -o-transition: all 0.4s ease-in-out 0.4s;
  transition: all 0.4s ease-in-out 0.4s;
  /*
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1.0, 1.0);
  */
}
main.home #topo .carousel a {
  color: #FFF;
  background: #ef6523;
  margin: 0 0 20px 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0.5s;
  -moz-transition: all 0.4s ease-in-out 0.5s;
  -ms-transition: all 0.4s ease-in-out 0.5s;
  -o-transition: all 0.4s ease-in-out 0.5s;
  transition: all 0.4s ease-in-out 0.5s;
  /*
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1.0, 1.0);
  */
}
main.home #topo .carousel a:hover {
  background: #03a04a;
  -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);
  */
}
main.home #topo .carousel .slick-active h2, main.home #topo .carousel .slick-active p, main.home #topo .carousel .slick-active a {
  opacity: 1;
}
main.home #topo .carousel .slick-arrow {
  display: none !important;
}
main.home #topo .carousel .slick-dots {
  list-style-type: none;
  margin: 40px 0 0 5%;
}
main.home #topo .carousel .slick-dots li {
  float: left;
  margin-right: 10px;
}
main.home #topo .carousel .slick-dots li:only-child {
  display: none;
}
main.home #topo .carousel .slick-dots li button {
  background: #d9d9d9;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  height: 10px;
  width: 10px;
  text-indent: -5000px;
  padding: 0px;
  display: block;
  border: none;
  -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);
  */
}
main.home #topo .carousel .slick-dots li.slick-active button {
  background: #ef6523;
}
@media (min-width: 768px) {
  main.home #topo .carousel .item {
    padding: 0px 23% 20px 2.5%;
  }
  main.home #topo .carousel h2 {
    font-size: 29px;
    line-height: 35px;
    margin: 0 0 20px 0;
  }
  main.home #topo .carousel p {
    font-size: 18px;
    line-height: 25px;
    margin: 0 0 55px 0;
  }
}
@media (min-width: 1024px) {
  main.home #topo .carousel {
    height: calc(100svh - 75px);
  }
  main.home #topo .carousel .item {
    padding: 10vw 45.833vw 1.5vw 15.425vw;
  }
  main.home #topo .carousel h2 {
    font-size: 2.865vw;
    line-height: 3.3vw;
    margin: 0 0 1.4vw 0;
  }
  main.home #topo .carousel p {
    font-size: 1.146vw;
    line-height: 1.563vw;
    margin: 0 0 4.6vw 0;
  }
  main.home #topo .carousel .slick-dots {
    margin: 2vw 0 0 15.8vw;
  }
}
main.home #topo .separador {
  background-color: rgba(3, 160, 74, 0.95);
  background-image: url(https://pve.institutovotorantim.org.br/wp-content/themes/pve2025/assets/images/horizontal-full-bar-mob.svg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  position: relative;
  z-index: 5;
  padding: 70px 10% 50px 10%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
main.home #topo .separador .btn {
  background: #FFF;
  -moz-border-radius: 150px;
  -webkit-border-radius: 150px;
  -ms-border-radius: 150px;
  border-radius: 150px;
  height: 60px;
  width: 60px;
  position: absolute;
  top: -30px;
  left: 50%;
  -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);
  */
  transform: translateX(-50%);
  box-shadow: 3px 3px 26px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 3px 3px 26px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 3px 26px 0px rgba(0, 0, 0, 0.2);
}
main.home #topo .separador .btn:before, main.home #topo .separador .btn:after {
  content: "";
  background: #ef6523;
  height: 3px;
  width: 16px;
  position: absolute;
  top: 32px;
}
main.home #topo .separador .btn:before {
  transform: rotate(45deg);
  left: 17px;
}
main.home #topo .separador .btn:after {
  transform: rotate(-45deg);
  right: 17px;
}
main.home #topo .separador .btn:hover {
  background: #ef6523;
}
main.home #topo .separador .btn:hover:before, main.home #topo .separador .btn:hover:after {
  background: #FFF;
}
main.home #topo .separador h3 {
  font-family: "Votorantim Sans medium";
  text-align: center;
  font-size: 17px;
  line-height: 24px;
  margin: 0 0 30px 0;
}
main.home #topo .separador h3 b {
  color: #fbde05;
  font-family: "Votorantim Sans black";
  text-transform: uppercase;
}
main.home #topo .separador h3 {
  color: #FFF;
}
main.home #topo .separador .btnRD {
  background: #FFF;
  color: #03a04a;
  -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);
  */
}
main.home #topo .separador .btnRD:hover {
  background: #fbde05;
  color: #FFF;
}
@media (min-width: 1024px) {
  main.home #topo .separador {
    padding: 6.25vw 24.479vw 5.25vw 24.479vw;
    background-image: url(https://pve.institutovotorantim.org.br/wp-content/themes/pve2025/assets/images/horizontal-full-bar-desk.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
  }
  main.home #topo .separador .btn {
    height: 5.208vw;
    width: 5.208vw;
    top: -2.604vw;
  }
  main.home #topo .separador .btn:before, main.home #topo .separador .btn:after {
    height: 0.2vw;
    width: 1.4vw;
    top: 2.8vw;
  }
  main.home #topo .separador .btn:before {
    left: 1.45vw;
  }
  main.home #topo .separador .btn:after {
    right: 1.45vw;
  }
  main.home #topo .separador h3 {
    font-size: 1.563vw;
    line-height: 2.188vw;
    margin: 0 0 3vw 0;
  }
}
main.home #topo picture {
  position: absolute;
  z-index: 1;
  top: 0;
  right: -37%;
  height: 100%;
}
main.home #topo picture img {
  height: 100%;
  width: auto;
}
@media (min-width: 768px) {
  main.home #topo picture {
    right: 0%;
  }
}
@media (min-width: 1024px) {
  main.home #topo picture {
    right: 14vw;
  }
}
main.home #coringa {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 0 50px 0;
}
main.home #coringa .box {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  width: 90%;
  padding: 30px 20px 20px 20px;
  text-align: center;
}
main.home #coringa .box h3 {
  color: #FFF;
  text-transform: uppercase;
  font-family: "Votorantim Sans bold";
  margin: 0 0 20px 0;
  font-size: 22px;
  line-height: 29px;
}
main.home #coringa .box p {
  color: #FFF;
  margin: 0 0 20px 0;
  line-height: 23px;
}
main.home #coringa .box a {
  display: inline-block;
  background: #03a04a url(https://pve.institutovotorantim.org.br/wp-content/themes/pve2025/assets/images/arrow-branca.svg) no-repeat center center;
  background-size: 50%;
  height: 50px;
  width: 50px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  -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);
  */
}
main.home #coringa .box a:hover {
  background: #ef6523 url(https://pve.institutovotorantim.org.br/wp-content/themes/pve2025/assets/images/arrow-branca.svg) no-repeat center center;
  background-size: 50%;
}
@media (min-width: 1024px) {
  main.home #coringa {
    padding: 0 0 5.729vw 0;
  }
  main.home #coringa .box {
    width: 68.229vw;
    padding: 1.823vw 1.823vw 1.823vw 2.083vw;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  main.home #coringa .box h3 {
    float: left;
    width: 33%;
    font-size: 1.458vw;
    line-height: 1.8vw;
    text-align: left;
    margin: 0;
  }
  main.home #coringa .box p {
    float: left;
    width: 57%;
    font-size: 1.018vw;
    line-height: 1.354vw;
    text-align: left;
    margin: 0;
  }
  main.home #coringa .box a {
    float: left;
    height: 4.427vw;
    width: 4.427vw;
  }
}
main.home #cards {
  background: url(https://pve.institutovotorantim.org.br/wp-content/themes/pve2025/assets/images/home-horizontal-desk.png) no-repeat center center;
  background-size: contain;
}
main.home #cards .carousel {
  padding: 0 5%;
}
main.home #cards .item {
  background: #FFF;
  margin: 0 0 30px 0;
  padding: 20px 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -moz-border-radius: 13px;
  -webkit-border-radius: 13px;
  -ms-border-radius: 13px;
  border-radius: 13px;
  box-shadow: 3px 3px 36px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 3px 3px 36px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 3px 36px 0px rgba(0, 0, 0, 0.2);
  -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);
  */
}
main.home #cards .item:hover {
  box-shadow: 3px 3px 36px 0px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 3px 3px 36px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 3px 3px 36px 0px rgba(0, 0, 0, 0.35);
  transform: scale(1.03);
}
main.home #cards .item h3 {
  font-family: "Votorantim Sans black";
  text-transform: uppercase;
  font-size: 30px;
  margin: 0 0 20px 0;
}
main.home #cards .item h3:before {
  content: "";
  height: 60px;
  width: 100%;
  display: block;
  margin: 10px 0 15px 0;
  background-size: contain !important;
}
main.home #cards .item p {
  text-align: center;
  line-height: 22px;
}
main.home #cards .item a {
  font-family: "Votorantim Sans bold";
  margin: 25px 0 15px 0;
  line-height: 20px;
}
main.home #cards .item a span {
  height: 20px;
  width: 20px;
  float: left;
  margin: 0 10px 0 0;
  position: relative;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
main.home #cards .item a span:before, main.home #cards .item a span:after {
  content: "";
  background: #FFF;
  height: 2px;
  width: 10px;
  position: absolute;
  left: 5px;
  -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);
  */
}
main.home #cards .item a span:before {
  top: 9px;
}
main.home #cards .item a span:after {
  transform: rotate(90deg);
  top: 9px;
}
main.home #cards .item a:hover span:before {
  transform: rotate(180deg);
}
main.home #cards .item a:hover span:after {
  transform: rotate(270deg);
}
main.home #cards .item:nth-child(1) h3 {
  color: #403485;
}
main.home #cards .item:nth-child(1) h3:before {
  background: url(https://pve.institutovotorantim.org.br/wp-content/themes/pve2025/assets/images/icon-premio-maior.png) no-repeat center center;
}
main.home #cards .item:nth-child(1) a {
  color: #403485;
}
main.home #cards .item:nth-child(1) span {
  background: #403485;
}
main.home #cards .item:nth-child(2) h3 {
  color: #00b1cb;
}
main.home #cards .item:nth-child(2) h3:before {
  background: url(https://pve.institutovotorantim.org.br/wp-content/themes/pve2025/assets/images/icon-premio-maior.png) no-repeat center center;
}
main.home #cards .item:nth-child(2) a {
  color: #00b1cb;
}
main.home #cards .item:nth-child(2) span {
  background: #00b1cb;
}
main.home #cards .item:nth-child(3) h3 {
  color: #f99d25;
}
main.home #cards .item:nth-child(3) h3:before {
  background: url(https://pve.institutovotorantim.org.br/wp-content/themes/pve2025/assets/images/icon-metodologia.png) no-repeat center center;
}
main.home #cards .item:nth-child(3) a {
  color: #f99d25;
}
main.home #cards .item:nth-child(3) span {
  background: #f99d25;
}
@media (min-width: 768px) {
  main.home #cards .item {
    padding: 25px 70px;
  }
}
@media (min-width: 1024px) {
  main.home #cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background: url(https://pve.institutovotorantim.org.br/wp-content/themes/pve2025/assets/images/home-horizontal-desk.png) no-repeat center center;
    background-size: contain;
  }
  main.home #cards .carousel {
    width: 68.229vw;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
  }
  main.home #cards .carousel .item {
    float: left;
    width: 100%;
    padding: 3vw 3vw 3vw 3vw;
    position: relative;
    display: block;
  }
  main.home #cards .carousel .item h3 {
    font-size: 2.8vw;
    line-height: 3.2vw;
    margin: 0 0 0 0;
    float: left;
    width: 40%;
  }
  main.home #cards .carousel .item h3:before {
    height: 4vw;
    margin: 1.2vw 1vw 0 0;
    float: left;
    width: 25%;
  }
  main.home #cards .carousel .item p {
    font-size: clamp(16px, 1vw, 25px);
    line-height: clamp(16px, 1.3vw, 25px);
    float: left;
    width: 60%;
    text-align: left;
    margin: 0 0 0.7vw 0;
  }
  main.home #cards .carousel .item a {
    margin: 0px;
    font-size: 1.146vw;
    text-wrap-mode: nowrap;
    float: left;
  }
}
main.home #cards {
  /*
  @media (min-width: $tabletPro) {
  	display: flex;
  	flex-wrap: wrap;
  	justify-content: center;
  	background: url(https://pve.institutovotorantim.org.br/wp-content/themes/pve2025/assets/images/home-horizontal-desk.png) no-repeat center center;
  	background-size: contain;

  	.carousel {
  		width: 68.229vw;
  		padding: 0;
  	    display: flex;
  		flex-wrap: wrap;
     		justify-content: space-between;

  		.item {
  			float: left;
  			width: 30%;
  			padding: 2.344vw 2.344vw 7vw 2.344vw;
  			align-content: flex-start;
  			position: relative;

  			h3 {
  				font-size: 1.719vw;
  				margin: 0 0 2vw 0;

  				&:before {
  					height: 3.385vw;
  					margin: 0 0 2vw 0;
  				}
  			}

  			p {
  				font-size: 1.042vw;
  				line-height: 1.406vw;
  			}

  			a {
  				position: absolute;
  				bottom: 3vw;
  				margin: 0px;
  				font-size: 1.146vw;
  				text-wrap-mode: nowrap;
  			}
  		}
  	}
  }
  */
}

main.sobre #topo {
  background: url(https://pve.institutovotorantim.org.br/wp-content/themes/pve2025/assets/images/sobre-horizontal-desk.png) no-repeat center 90%;
  height: 100svh;
  padding: 0 5%;
  display: flex;
  flex-wrap: wrap;
  align-content: start;
  background-size: contain;
}
main.sobre #topo h2 {
  font-family: "Votorantim Sans black";
  color: #03a04a;
  font-size: 32px;
  line-height: 40px;
  margin: 52vw 0 20% 0;
}
main.sobre #topo .box {
  background: rgba(255, 255, 255, 0.9);
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  box-shadow: 3px 3px 36px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 3px 3px 36px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 3px 36px 0px rgba(0, 0, 0, 0.2);
  padding: 10%;
  z-index: 10;
  -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);
  */
}
main.sobre #topo .box:hover {
  transform: scale(1.05);
  box-shadow: 3px 3px 36px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 3px 3px 36px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 3px 3px 36px 0px rgba(0, 0, 0, 0.3);
}
main.sobre #topo .box p {
  line-height: 25px;
  color: #292728;
  margin: 0 0 25px 0;
}
main.sobre #topo .box p b {
  font-family: "Votorantim Sans black";
  color: #03a04a;
}
main.sobre #topo .box p.hide {
  display: none;
}
main.sobre #topo .box a {
  font-family: "Votorantim Sans bold";
  color: #2d2a2b;
}
main.sobre #topo .box a span {
  height: 30px;
  width: 30px;
  border: 2px solid #03a04a;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: -3px 10px 0 0;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}
main.sobre #topo .box a span:before, main.sobre #topo .box a span:after {
  content: "";
  background: #03a04a;
  height: 2px;
  width: 12px;
  position: absolute;
  left: 7px;
  top: 12px;
}
main.sobre #topo .box a span:after {
  transform: rotate(90deg);
}
main.sobre #topo .box a.fechar span:after {
  display: none;
}
@media (min-width: 768px) {
  main.sobre #topo h2 {
    width: 45%;
    margin: 0 0 10% 0;
  }
  main.sobre #topo .box {
    float: right;
    width: 65%;
  }
  main.sobre #topo h2, main.sobre #topo .box {
    margin-top: 35vh;
  }
}
@media (min-width: 1024px) {
  main.sobre #topo {
    justify-content: space-between;
    padding: 0 15.625vw;
    background: url(https://pve.institutovotorantim.org.br/wp-content/themes/pve2025/assets/images/sobre-horizontal-desk.png) no-repeat center 85%;
    background-size: 100%;
  }
  main.sobre #topo h2 {
    font-size: 2.604vw;
    line-height: 3.3vw;
    width: 28vw;
    margin-bottom: 0px;
  }
  main.sobre #topo .box {
    width: 34.635vw;
    padding: 3.646vw;
  }
  main.sobre #topo .box p {
    font-size: 1.042vw;
    line-height: 1.6vw;
  }
}
main.sobre #atuacao .titulo {
  padding: 0 5%;
  text-align: center;
  margin: 0 0 40px 0;
}
main.sobre #atuacao .titulo p {
  line-height: 24px;
  margin: 0 0 30px 0;
}
main.sobre #atuacao .titulo p b {
  color: #03a04a;
}
main.sobre #atuacao .titulo h3 {
  font-family: "Votorantim Sans black";
  color: #03a04a;
  font-size: 20px;
}
main.sobre #atuacao .carousel {
  padding: 0 5%;
  margin: 0 0 70px 0;
}
main.sobre #atuacao .carousel .item {
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  box-shadow: 3px 3px 36px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 3px 3px 36px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 3px 36px 0px rgba(0, 0, 0, 0.2);
  padding: 10%;
  margin: 0 0 25px 0;
  -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);
  */
}
main.sobre #atuacao .carousel .item:hover {
  transform: scale(1.025);
  box-shadow: 3px 3px 36px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 3px 3px 36px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 3px 3px 36px 0px rgba(0, 0, 0, 0.3);
}
main.sobre #atuacao .carousel .item h4 {
  font-family: "Votorantim Sans bold";
  margin: 0 0 20px 0;
  font-size: 18px;
}
main.sobre #atuacao .carousel .item h4 b {
  color: #03a04a;
}
main.sobre #atuacao .carousel .item p {
  color: #292728;
  line-height: 23px;
}
@media (min-width: 768px) {
  main.sobre #atuacao {
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  main.sobre #atuacao .titulo {
    padding: 0 31.25vw;
    margin: 0 0 3.646vw 0;
  }
  main.sobre #atuacao .titulo p {
    font-size: 1.042vw;
    line-height: 1.563vw;
    margin: 0 0 2.083vw 0;
  }
  main.sobre #atuacao .titulo h3 {
    font-size: 1.563vw;
  }
  main.sobre #atuacao .carousel {
    display: flex;
    flex-wrap: wrap;
    padding: 0 15.625vw;
    justify-content: space-between;
    margin: 0 0 6.25vw 0;
  }
  main.sobre #atuacao .carousel .item {
    width: 21.615vw;
    margin-bottom: 0;
    padding: 3.646vw 2.083vw 3.646vw 2.083vw;
  }
  main.sobre #atuacao .carousel .item h4 {
    font-size: 1.302vw;
  }
  main.sobre #atuacao .carousel .item p {
    font-size: 0.938vw;
    line-height: 1.302vw;
  }
}
main.sobre #separador {
  margin: 0 0 70px 5%;
  width: 90%;
}
main.sobre #separador .box {
  background-image: url("https://pve.institutovotorantim.org.br/wp-content/themes/pve2025/assets/images/horizontal-half-bar-mob.svg"), url("https://pve.institutovotorantim.org.br/wp-content/themes/pve2025/assets/images/horizontal-half-bar-mob2.svg");
  background-position: top center, bottom center;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, contain;
  padding: 35px 1.8%;
}
main.sobre #separador .box h3 {
  font-family: "Votorantim Sans bold";
  font-size: 18px;
  line-height: 27px;
  margin: 0 0 20px 0;
}
main.sobre #separador .box h3 b {
  font-family: "Votorantim Sans black";
  color: #03a04a;
}
main.sobre #separador .box p {
  line-height: 22px;
}
main.sobre #separador .box p b {
  font-family: "Votorantim Sans black";
  color: #03a04a;
}
@media (min-width: 1024px) {
  main.sobre #separador {
    padding: 0 15.625vw;
    margin: 0 0 5.208vw 0;
    width: 100%;
  }
  main.sobre #separador .box {
    background-image: url("https://pve.institutovotorantim.org.br/wp-content/themes/pve2025/assets/images/horizontal-half-bar-desk.png"), url("https://pve.institutovotorantim.org.br/wp-content/themes/pve2025/assets/images/horizontal-half-bar-desk2.png");
    background-position: top center, bottom center;
    background-repeat: no-repeat, no-repeat;
    background-size: contain, contain;
    padding: 3.385vw 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  main.sobre #separador .box h3 {
    font-size: 1.406vw;
    line-height: 1.875vw;
    width: 27.083vw;
    margin: 0px;
    float: left;
  }
  main.sobre #separador .box p {
    font-size: 1.042vw;
    line-height: 1.563vw;
    width: 34.375vw;
    float: left;
  }
}
main.sobre #ondeEstamos,
main.sobre #impactos {
  margin: 0 0 0 0;
}
main.sobre #ondeEstamos .box,
main.sobre #impactos .box {
  padding: 0 5%;
  width: 100%;
  float: left;
  margin: 0 0 40px 0;
}
main.sobre #ondeEstamos .box .tit h3,
main.sobre #impactos .box .tit h3 {
  font-family: "Votorantim Sans black";
  font-size: 24px;
  margin: 0 0 30px 0;
}
main.sobre #ondeEstamos .box .tit p,
main.sobre #impactos .box .tit p {
  line-height: 22px;
  margin: 0 0 15px 0;
}
main.sobre #ondeEstamos .box .number,
main.sobre #impactos .box .number {
  font-size: 15px;
  float: left;
  width: 100%;
  margin: 0 0 20px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
main.sobre #ondeEstamos .box .number > span:nth-child(1),
main.sobre #impactos .box .number > span:nth-child(1) {
  font-family: "Votorantim Sans bold";
  width: 120px;
  font-size: 50px;
  float: left;
  text-align: right;
  padding: 0 15px 0 0;
}
main.sobre #ondeEstamos .box .number > span:nth-child(2),
main.sobre #impactos .box .number > span:nth-child(2) {
  float: left;
  width: calc(100% - 120px);
}
@media (min-width: 1024px) {
  main.sobre #ondeEstamos,
  main.sobre #impactos {
    padding: 0 15.625vw;
    margin: 0 0 7vw 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  main.sobre #ondeEstamos .box .tit h3,
  main.sobre #impactos .box .tit h3 {
    font-size: 2.083vw;
    margin: 0 0 2.5vw 0;
  }
  main.sobre #ondeEstamos .box .tit p,
  main.sobre #impactos .box .tit p {
    font-size: 1.042vw;
    line-height: 1.563vw;
  }
  main.sobre #ondeEstamos .box .number > span:nth-child(1),
  main.sobre #impactos .box .number > span:nth-child(1) {
    font-size: 5.99vw;
    width: 13vw;
    padding: 0 1.5vw 0 0;
  }
  main.sobre #ondeEstamos .box .number > span:nth-child(2),
  main.sobre #impactos .box .number > span:nth-child(2) {
    font-size: 1.302vw;
    line-height: 1.719vw;
    width: calc(100% - 13vw);
  }
}
main.sobre #ondeEstamos {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}
main.sobre #ondeEstamos .mapa {
  background: #34c1d6;
  width: 70%;
  padding-bottom: 72%;
  position: relative;
  margin: 0 0 65px 5%;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}
main.sobre #ondeEstamos .mapa img {
  position: absolute;
  top: -5%;
  left: 3%;
  max-width: initial;
  width: 115%;
  filter: drop-shadow(16px 16px 20px rgba(0, 0, 0, 0.24));
}
main.sobre #ondeEstamos .mapa p {
  font-family: "Votorantim Sans";
  position: absolute;
  bottom: -25px;
  left: 20px;
  font-size: 14px;
  color: #585858;
}
main.sobre #ondeEstamos .box > p span:nth-child(1) {
  color: #f99d25;
}
@media (min-width: 1024px) {
  main.sobre #ondeEstamos {
    flex-direction: row;
  }
  main.sobre #ondeEstamos .mapa {
    width: 26.042vw;
    padding-bottom: 36%;
    margin: 0;
  }
  main.sobre #ondeEstamos .box {
    width: 33.333vw;
    padding: 0px;
  }
}
main.sobre #impactos .box .tit {
  margin: 0 0 30px 0;
}
main.sobre #impactos .box .tit p b {
  color: #03a04a;
}
main.sobre #impactos .box .number > span:nth-child(1) {
  color: #03a04a;
}
main.sobre #impactos .box .number > span > span {
  display: inline-block;
  font-size: 24px;
  vertical-align: super;
}
@media (min-width: 1024px) {
  main.sobre #impactos .box {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0px;
  }
  main.sobre #impactos .box .tit {
    width: 26.823vw;
    float: left;
    margin-bottom: 0px;
  }
  main.sobre #impactos .box .txt {
    width: 33.333vw;
    padding: 0px;
    float: left;
  }
  main.sobre #impactos .box .number > span > span {
    font-size: 2.7vw;
  }
}
main.sobre .separaImg {
  margin: 0 0 50px 0;
  overflow: hidden;
}
main.sobre .separaImg img {
  width: 400%;
  max-width: max-content;
  margin: 0 0 0 -100%;
}
@media (min-width: 1024px) {
  main.sobre .separaImg {
    margin: 0 0 4vw 0;
    width: 100%;
  }
  main.sobre .separaImg img {
    width: 130%;
    margin: 0 0 0 -15%;
  }
}
main.sobre #transparencia {
  float: left;
  width: 100%;
  background: #f1f2f2;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 0 40px 0;
  padding: 40px 0;
}
main.sobre #transparencia .box {
  background: #FFF;
  width: 90%;
  border: 5px solid #03a04a;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  box-shadow: 3px 3px 36px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 3px 3px 36px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 3px 36px 0px rgba(0, 0, 0, 0.2);
  text-align: center;
  padding: 35px 20px;
}
main.sobre #transparencia .box h3 {
  font-family: "Votorantim Sans bold";
  font-size: 20px;
  margin: 0 0 20px 0;
}
main.sobre #transparencia .box p {
  line-height: 24px;
  margin: 0 0 30px 0;
}
main.sobre #transparencia .box p b {
  font-family: "Votorantim Sans black";
  color: #03a04a;
}
main.sobre #transparencia .box a {
  background: #03a04a;
  color: #FFF;
  display: inline-block;
  margin: 0 0 0px 0;
  -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);
  */
}
main.sobre #transparencia .box a:hover {
  transform: scale(1.05);
}
@media (min-width: 1024px) {
  main.sobre #transparencia {
    padding: 4.271vw 0;
  }
  main.sobre #transparencia .box {
    width: 67.708vw;
    padding: 4.167vw 13.2vw 4.167vw 13.2vw;
  }
  main.sobre #transparencia .box h3 {
    font-size: 2.083vw;
    margin: 0 0 1.5vw 0;
  }
  main.sobre #transparencia .box p {
    font-size: 1.042vw;
    line-height: 1.563vw;
    margin: 0 0 2vw 0;
  }
}

main.premios {
  background: url(https://pve.institutovotorantim.org.br/wp-content/themes/pve2025/assets/images/bg-topo-premios-desktop.png) no-repeat center 60vw;
  background-size: 250%;
}
@media (min-width: 1024px) {
  main.premios {
    background: url(https://pve.institutovotorantim.org.br/wp-content/themes/pve2025/assets/images/bg-topo-premios-desktop.png) no-repeat center 13.5vw;
    background-size: 100%;
  }
}
main.premios #topo {
  height: 100svh;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  padding: 0 5%;
  text-align: center;
}
main.premios #topo h2, main.premios #topo h3, main.premios #topo p {
  width: 100%;
}
main.premios #topo h2 {
  color: #ef6523;
  font-family: "Votorantim Sans black";
  font-size: 20px;
  text-transform: Uppercase;
  margin: 40px 0 0 0;
}
main.premios #topo h3 {
  font-family: "Votorantim Sans bold";
  font-size: 28px;
  margin: 0 0 20px 0;
}
main.premios #topo > p {
  font-family: "Votorantim Sans bold";
  line-height: 22px;
}
main.premios #topo > p b {
  color: #ef6523;
}
main.premios #topo .box {
  background: rgba(255, 255, 255, 0.9);
  padding: 25px 25px 25px 25px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  box-shadow: 3px 3px 36px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 3px 3px 36px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 3px 36px 0px rgba(0, 0, 0, 0.2);
  margin: 40px 0 0 0;
}
main.premios #topo .box p {
  font-size: 15px;
  line-height: 21px;
  font-family: "Votorantim Sans medium";
}
main.premios #topo .btn {
  background: #FFF;
  -moz-border-radius: 150px;
  -webkit-border-radius: 150px;
  -ms-border-radius: 150px;
  border-radius: 150px;
  height: 60px;
  width: 60px;
  position: absolute;
  bottom: 10vw;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 3px 3px 26px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 3px 3px 26px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 3px 26px 0px rgba(0, 0, 0, 0.2);
}
main.premios #topo .btn:before, main.premios #topo .btn:after {
  content: "";
  background: #ef6523;
  height: 3px;
  width: 16px;
  position: absolute;
  top: 32px;
  -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);
  */
}
main.premios #topo .btn:before {
  transform: rotate(45deg);
  left: 17px;
}
main.premios #topo .btn:after {
  transform: rotate(-45deg);
  right: 17px;
}
main.premios #topo .btn:hover {
  background: #ef6523;
}
main.premios #topo .btn:hover:before, main.premios #topo .btn:hover:after {
  background: #FFF;
}
@media (min-width: 1024px) {
  main.premios #topo {
    padding: 0 23.125vw;
  }
  main.premios #topo h2 {
    font-size: 1.9vw;
  }
  main.premios #topo h3 {
    font-size: 3.8vw;
  }
  main.premios #topo > p {
    font-size: clamp(16px, 1.2vw, 25px);
    padding: 0 12%;
    line-height: 1.6vw;
  }
  main.premios #topo .box {
    padding: 3.385vw 4.688vw;
  }
  main.premios #topo .box p {
    text-align: left;
    font-size: clamp(14px, 1.042vw, 25px);
    line-height: 1.563vw;
  }
  main.premios #topo .btn {
    height: 5.208vw;
    width: 5.208vw;
    bottom: 5vh;
  }
  main.premios #topo .btn:before, main.premios #topo .btn:after {
    height: 0.2vw;
    width: 1.4vw;
    top: 2.8vw;
  }
  main.premios #topo .btn:before {
    left: 1.45vw;
  }
  main.premios #topo .btn:after {
    right: 1.45vw;
  }
}
main.premios #quemQuais {
  margin: 50px 0 50px 0;
  padding: 0 5%;
}
main.premios #quemQuais .topo {
  margin: 0 0 40px 0;
}
main.premios #quemQuais .topo h2 {
  font-family: "Votorantim Sans black";
  font-size: 20px;
  line-height: 28px;
  margin: 0 0 15px 0;
}
main.premios #quemQuais .topo p {
  font-family: "Votorantim Sans medium";
  line-height: 21px;
}
main.premios #quemQuais .box {
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  box-shadow: 3px 3px 36px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 3px 3px 36px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 3px 36px 0px rgba(0, 0, 0, 0.2);
  padding: 25px;
  margin-bottom: 30px;
}
main.premios #quemQuais .box h3 {
  font-family: "Votorantim Sans bold";
  font-size: 22px;
  margin: 0 0 25px 0;
}
main.premios #quemQuais .box ul {
  list-style-type: none;
}
main.premios #quemQuais .box ul li {
  margin: 0 0 20px 0;
}
main.premios #quemQuais .box ul li:last-of-type {
  margin-bottom: 0px;
}
main.premios #quemQuais .box ul li h4 {
  font-family: "Votorantim Sans bold";
  margin: 0 0 5px 0;
}
main.premios #quemQuais .box ul li p {
  font-family: "Votorantim Sans medium";
  font-size: 15px;
}
main.premios #quemQuais .box01 {
  background: #ef6523;
}
main.premios #quemQuais .box01 h3, main.premios #quemQuais .box01 h4 {
  color: #FFF;
}
main.premios #quemQuais .box02 {
  background: #03a04a;
  margin-bottom: 0;
}
main.premios #quemQuais .box02 p {
  color: #FFF;
}
@media (min-width: 1024px) {
  main.premios #quemQuais {
    padding: 0 15.625vw;
    margin: 18vw 0 7vw 0;
  }
  main.premios #quemQuais .topo {
    padding: 0 50% 0 0;
    margin: 0 0 3vw 0;
  }
  main.premios #quemQuais .topo h2 {
    font-size: 1.823vw;
    line-height: 2.2vw;
  }
  main.premios #quemQuais .topo p {
    font-size: 1.406vw;
    line-height: 1.8vw;
  }
  main.premios #quemQuais .box {
    padding: 2.604vw;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  main.premios #quemQuais .box h3 {
    font-size: 2.344vw;
    width: 16vw;
    margin: 0px;
  }
  main.premios #quemQuais .box ul {
    width: 45.313vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  main.premios #quemQuais .box ul li {
    width: 30%;
    float: left;
    margin: 0px;
  }
  main.premios #quemQuais .box ul li h4 {
    font-size: 1.302vw;
    margin: 0 0 0.5vw 0;
  }
  main.premios #quemQuais .box ul li p {
    font-size: 0.885vw;
    line-height: 1.2vw;
  }
}
main.premios #comoFoi {
  float: left;
  width: 90%;
  margin: 40px 0 50px 5%;
}
main.premios #comoFoi .bloco {
  background-image: url("https://pve.institutovotorantim.org.br/wp-content/themes/pve2025/assets/images/horizontal-half-bar-mob.svg"), url("https://pve.institutovotorantim.org.br/wp-content/themes/pve2025/assets/images/horizontal-half-bar-mob2.svg");
  background-position: top center, bottom center;
  background-repeat: no-repeat, no-repeat;
  background-size: 100%;
  padding: 30px 0;
}
main.premios #comoFoi .side h2 {
  font-family: "Votorantim Sans black";
  font-size: 25px;
  margin: 0 0 20px 0;
}
main.premios #comoFoi .side p {
  font-family: "Votorantim Sans medium";
  font-size: 15px;
  line-height: 21px;
}
main.premios #comoFoi .galeria {
  margin: 30px 0 30px 0;
  text-align: center;
}
main.premios #comoFoi .galeria img {
  max-height: 58vw;
  display: inline-block;
}
main.premios #comoFoi .galeria .slick-arrow {
  display: none !important;
}
main.premios #comoFoi .galeria .slick-dots {
  list-style-type: none;
  margin: 10px 0 0 0;
}
main.premios #comoFoi .galeria .slick-dots li {
  float: left;
  margin: 0 7px 0 0;
}
main.premios #comoFoi .galeria .slick-dots li button {
  padding: 0;
  margin: 0;
  height: 9px;
  width: 9px;
  text-indent: -5000px;
  border: none;
  -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);
  */
  background: #e5e5e5;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
}
main.premios #comoFoi .galeria .slick-dots li.slick-active button {
  background: #ef6523;
}
@media (min-width: 1024px) {
  main.premios #comoFoi {
    padding: 0 15.625vw;
    width: 100%;
    margin: 7.813vw 0;
  }
  main.premios #comoFoi .bloco {
    background-image: url("https://pve.institutovotorantim.org.br/wp-content/themes/pve2025/assets/images/horizontal-half-bar-desk.png"), url("https://pve.institutovotorantim.org.br/wp-content/themes/pve2025/assets/images/horizontal-half-bar-desk2.png");
    background-position: top center, bottom center;
    background-repeat: no-repeat, no-repeat;
    background-size: contain, contain;
    padding: 5.208vw 0 5.208vw 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  main.premios #comoFoi .side {
    float: left;
    width: 50%;
    padding: 0 10% 0 0;
  }
  main.premios #comoFoi .side h2 {
    font-size: 2.083vw;
    margin: 0 0 1.8vw 0;
  }
  main.premios #comoFoi .side p {
    font-size: 1.042vw;
    line-height: 1.4vw;
  }
  main.premios #comoFoi .galeria {
    width: 50%;
    float: left;
    margin: 0px;
  }
  main.premios #comoFoi .galeria .img {
    text-align: center;
  }
  main.premios #comoFoi .galeria .img img {
    max-height: 22vw;
    display: inline-block;
  }
  main.premios #comoFoi .galeria .slick-dots {
    margin: 20px 0 0 0;
  }
  main.premios #comoFoi .galeria .slick-dots li {
    margin: 0 10px 0 0;
  }
  main.premios #comoFoi .galeria .slick-dots li button {
    height: 11px;
    width: 11px;
  }
}

.page-template-page-premios-interna {
  background: url(https://pve.institutovotorantim.org.br/wp-content/themes/pve2025/assets/images/bg-topo-premios-desktop.png) no-repeat center 60vw;
  background-size: 250%;
}
@media (min-width: 1024px) {
  .page-template-page-premios-interna {
    background: url(https://pve.institutovotorantim.org.br/wp-content/themes/pve2025/assets/images/bg-topo-premios-desktop.png) no-repeat center 15vw;
    background-size: 100%;
  }
}
.page-template-page-premios-interna main {
  padding: 140px 5% 0 5%;
}
.page-template-page-premios-interna main article {
  background: rgba(255, 255, 255, 0.9);
  padding: 25px 25px 25px 25px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  box-shadow: 3px 3px 36px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 3px 3px 36px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 3px 36px 0px rgba(0, 0, 0, 0.2);
  margin: 40px 0 0 0;
}
.page-template-page-premios-interna main article footer {
  display: none;
}
.page-template-page-premios-interna main .icon {
  margin: 0 20px 0 0;
  width: 45px;
}
.page-template-page-premios-interna main .top {
  margin: 0 0 40px 0;
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.page-template-page-premios-interna main .categoria {
  font-family: "Votorantim Sans black";
}
.page-template-page-premios-interna main .categoria span {
  font-family: "Votorantim Sans bold";
  display: block;
  width: 100%;
  font-size: 15px;
  margin: 6px 0 5px 0;
}
.page-template-page-premios-interna main .entry-title {
  font-family: "Votorantim Sans black";
  text-align: center;
  font-size: 32px;
  margin: 0 0 10px 0;
}
.page-template-page-premios-interna main .subtitulo {
  font-family: "Votorantim Sans bold";
  text-align: center;
  line-height: 21px;
  line-height: 21px;
  margin: 0 0 40px 0;
}
.page-template-page-premios-interna main .entry-content p:not(.subtitulo) {
  font-family: "Votorantim Sans medium";
  font-size: 15px;
  line-height: 21px;
  margin: 0 0 20px 0;
}
@media (min-width: 1024px) {
  .page-template-page-premios-interna main {
    padding: 12vw 15.625vw 0 15.625vw;
  }
  .page-template-page-premios-interna main article {
    padding: 4.5vw 4.688vw;
  }
  .page-template-page-premios-interna main .icon {
    width: 5.729vw;
    margin: 0 2.604vw 0 0;
  }
  .page-template-page-premios-interna main .top {
    justify-content: flex-start;
    margin-bottom: -3.45vw;
  }
  .page-template-page-premios-interna main .categoria {
    font-size: 1.563vw;
  }
  .page-template-page-premios-interna main .categoria span {
    font-size: 0.938vw;
    margin-top: 0px;
  }
  .page-template-page-premios-interna main .entry-title {
    text-align: left;
    font-size: 3.385vw;
    margin: 0 0 1vw 0;
  }
  .page-template-page-premios-interna main .subtitulo {
    text-align: left;
    font-size: 1.25vw;
    line-height: 1.7vw;
    margin-bottom: 4.167vw;
  }
  .page-template-page-premios-interna main .entry-content {
    padding: 0 8.333vw 0 8.333vw;
  }
  .page-template-page-premios-interna main .entry-content p:not(.subtitulo) {
    font-size: clamp(16px, 1.042vw, 25px);
    line-height: 1.563vw;
  }
}

main.boas-praticas #topo {
  height: 100svh;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  padding: 0 5%;
  background: url(https://pve.institutovotorantim.org.br/wp-content/themes/pve2025/assets/images/bg-topo-boas-praticas-desktop.png) no-repeat bottom center;
}
main.boas-praticas #topo h2 {
  color: #403485;
  font-family: "Votorantim Sans black";
  text-align: center;
  font-size: 28px;
  line-height: 36px;
}
main.boas-praticas #topo h2 b {
  color: #ef6523;
}
@media (min-width: 1024px) {
  main.boas-praticas #topo {
    padding: 0 15.625vw;
    background-size: 100%;
  }
  main.boas-praticas #topo h2 {
    font-size: 2.604vw;
    line-height: 3.1vw;
    padding: 0 11vw;
    margin-bottom: 6vw;
  }
}
main.boas-praticas #categorias {
  margin: -6vw 0 0 0;
}
main.boas-praticas #categorias .item {
  float: left;
  padding: 30px 5%;
  width: 100%;
}
main.boas-praticas #categorias .item:nth-child(1), main.boas-praticas #categorias .item:nth-child(3) {
  background: #f1f2f2;
}
main.boas-praticas #categorias .item .bloco {
  float: left;
  width: 100%;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  padding: 0 0 20px 0;
}
main.boas-praticas #categorias .item .bloco .icon {
  float: left;
  width: 40px;
  margin-right: 20px;
}
main.boas-praticas #categorias .item .bloco span, main.boas-praticas #categorias .item .bloco h3 {
  clear: none;
  float: left;
  width: calc(100% - 60px);
}
main.boas-praticas #categorias .item .bloco span {
  font-family: "Votorantim Sans bold";
  text-transform: uppercase;
  margin: 4px 0 3px 0;
}
main.boas-praticas #categorias .item .bloco h3 {
  font-family: "Votorantim Sans black";
  font-size: 20px;
}
main.boas-praticas #categorias .item .bloco p {
  font-family: "Votorantim Sans medium";
  font-size: 15px;
  line-height: 21px;
  margin: 0 0 20px 0;
}
main.boas-praticas #categorias .item .bloco a {
  margin: 0 0 5px 0;
  font-size: 15px;
}
main.boas-praticas #categorias .item .bloco a span {
  height: 20px;
  width: 20px;
  float: left;
  margin: 0 10px 0 0;
  position: relative;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
main.boas-praticas #categorias .item .bloco a span:before, main.boas-praticas #categorias .item .bloco a span:after {
  content: "";
  background: #FFF;
  height: 2px;
  width: 10px;
  position: absolute;
  left: 5px;
  -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);
  */
}
main.boas-praticas #categorias .item .bloco a span:before {
  top: 9px;
}
main.boas-praticas #categorias .item .bloco a span:after {
  transform: rotate(90deg);
  top: 9px;
}
main.boas-praticas #categorias .item .bloco a:hover span:before {
  transform: rotate(180deg);
}
main.boas-praticas #categorias .item .bloco a:hover span:after {
  transform: rotate(270deg);
}
main.boas-praticas #categorias .item .bloco:nth-child(3) {
  padding: 20px 0;
}
main.boas-praticas #categorias .item .bloco:nth-child(4) {
  padding: 20px 0 0 0;
  border-bottom: none;
}
@media (min-width: 1024px) {
  main.boas-praticas #categorias .item {
    padding: 3.125vw 15.625vw;
    display: flex;
    flex-wrap: wrap;
  }
  main.boas-praticas #categorias .item .bloco {
    border-bottom: none;
    border-right-width: 2px;
    border-right-style: solid;
  }
  main.boas-praticas #categorias .item .bloco:nth-child(2) {
    width: 36%;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    padding-bottom: 0px;
  }
  main.boas-praticas #categorias .item .bloco:nth-child(2) .icon {
    width: 48px;
    margin: -1.3vw 0 1.3vw 0;
  }
  main.boas-praticas #categorias .item .bloco:nth-child(2) span {
    width: 100%;
    font-size: 1.042vw;
  }
  main.boas-praticas #categorias .item .bloco:nth-child(2) h3 {
    font-size: 2.3vw;
    width: 100%;
  }
  main.boas-praticas #categorias .item .bloco:nth-child(3) {
    width: 32%;
    padding: 0 1.563vw;
  }
  main.boas-praticas #categorias .item .bloco:nth-child(4) {
    width: 32%;
    padding: 0 0 0 1.563vw;
    border-right: none;
  }
  main.boas-praticas #categorias .item .bloco p {
    font-size: 0.99vw;
    line-height: 1.3vw;
    margin-bottom: 1.7vw;
  }
  main.boas-praticas #categorias .item .bloco a {
    font-size: 0.99vw;
  }
}
main.boas-praticas #anuncio {
  float: left;
  width: 90%;
  margin: 50px 0 50px 5%;
}
main.boas-praticas #anuncio .bloco {
  background-image: url("https://pve.institutovotorantim.org.br/wp-content/themes/pve2025/assets/images/horizontal-half-bar-mob.svg"), url("https://pve.institutovotorantim.org.br/wp-content/themes/pve2025/assets/images/horizontal-half-bar-mob2.svg");
  background-position: top center, bottom center;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, contain;
  padding: 30px 0;
}
main.boas-praticas #anuncio .topo {
  margin: 0 0 30px 0;
}
main.boas-praticas #anuncio .topo h2 {
  font-family: "Votorantim Sans black";
  font-size: 18px;
  line-height: 25px;
  margin: 0 0 20px 0;
}
main.boas-praticas #anuncio .topo h2 b {
  color: #ef6523;
}
main.boas-praticas #anuncio .topo p {
  font-family: "Votorantim Sans medium";
  line-height: 22px;
}
main.boas-praticas #anuncio .box {
  padding: 25px 25px 55px 25px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  box-shadow: 3px 3px 36px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 3px 3px 36px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 3px 36px 0px rgba(0, 0, 0, 0.2);
  background: url(https://pve.institutovotorantim.org.br/wp-content/themes/pve2025/assets/images/bg-box-futuro-desktop.png) no-repeat bottom center;
  background-size: 150%;
}
main.boas-praticas #anuncio .box .side {
  margin: 0 0 40px 0;
}
main.boas-praticas #anuncio .box .side h2 {
  font-family: "Votorantim Sans black";
  font-size: 23px;
  margin: 0 0 20px 0;
}
main.boas-praticas #anuncio .box .side p {
  font-family: "Votorantim Sans medium";
  line-height: 22px;
  margin: 0 0 20px 0;
}
main.boas-praticas #anuncio .box .side a {
  color: #ef6523;
}
main.boas-praticas #anuncio .box .side a span {
  height: 20px;
  width: 20px;
  float: left;
  margin: 0 10px 0 0;
  position: relative;
  background: #ef6523;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
main.boas-praticas #anuncio .box .side a span:before, main.boas-praticas #anuncio .box .side a span:after {
  content: "";
  background: #FFF;
  height: 2px;
  width: 10px;
  position: absolute;
  left: 5px;
  -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);
  */
}
main.boas-praticas #anuncio .box .side a span:before {
  top: 9px;
}
main.boas-praticas #anuncio .box .side a span:after {
  transform: rotate(90deg);
  top: 9px;
}
main.boas-praticas #anuncio .box .txt p {
  margin: 0 0 20px 0;
  line-height: 22px;
}
main.boas-praticas #anuncio .box .txt p:last-of-type {
  margin-bottom: 0px;
}
main.boas-praticas #anuncio .box .txt p b {
  color: #ef6523;
}
@media (min-width: 1024px) {
  main.boas-praticas #anuncio {
    padding: 0 15.625vw;
    margin: 5.729vw 0 5.208vw 0;
    width: 100%;
  }
  main.boas-praticas #anuncio .bloco {
    background-image: url("https://pve.institutovotorantim.org.br/wp-content/themes/pve2025/assets/images/horizontal-half-bar-desk.png"), url("https://pve.institutovotorantim.org.br/wp-content/themes/pve2025/assets/images/horizontal-half-bar-desk2.png");
    background-position: top center, bottom center;
    background-repeat: no-repeat, no-repeat;
    background-size: contain, contain;
    padding: 3.646vw 0 4.5vw 0;
  }
  main.boas-praticas #anuncio .topo {
    float: left;
    width: 100%;
    margin: 0 0 3.125vw 0;
  }
  main.boas-praticas #anuncio .topo h2 {
    font-size: 1.406vw;
    line-height: 1.8vw;
    width: 28.906vw;
    float: left;
    margin-bottom: 0px;
  }
  main.boas-praticas #anuncio .topo p {
    float: right;
    font-size: 1.042vw;
    line-height: 1.563vw;
    width: 33.854vw;
  }
  main.boas-praticas #anuncio .box {
    float: left;
    padding: 3.906vw 3.385vw;
    background-size: 100%;
  }
  main.boas-praticas #anuncio .box .side {
    float: left;
    width: 40%;
  }
  main.boas-praticas #anuncio .box .side h2 {
    font-size: 1.823vw;
    margin: 0 0 2vw 0;
  }
  main.boas-praticas #anuncio .box .side p {
    font-size: 1.042vw;
    line-height: 1.563vw;
    margin-bottom: 2vw;
  }
  main.boas-praticas #anuncio .box .side a {
    font-size: 1.146vw;
  }
  main.boas-praticas #anuncio .box .side a span {
    margin: 0.2vw 10px 0 0;
  }
  main.boas-praticas #anuncio .box .side a:hover span:before {
    transform: rotate(180deg);
  }
  main.boas-praticas #anuncio .box .side a:hover span:after {
    transform: rotate(270deg);
  }
  main.boas-praticas #anuncio .box .txt {
    float: right;
    width: 49%;
  }
  main.boas-praticas #anuncio .box .txt p {
    font-size: 1.042vw;
    line-height: 1.563vw;
    margin-bottom: 2vw;
  }
}