@import url("w2default.css");
@font-face {
  font-family: 'times_bold';
  src: url("../fonts/times_bold.eot");
  src: url("../fonts/times_bold.eot?#iefix") format("embedded-opentype"), url("../fonts/times_bold.woff2") format("woff2"), url("../fonts/times_bold.woff") format("woff"), url("../fonts/times_bold.ttf") format("truetype"), url("../fonts/times_bold.svg#times_bold") format("svg");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'times_roman';
  src: url("../fonts/times_roman.eot");
  src: url("../fonts/times_roman.eot?#iefix") format("embedded-opentype"), url("../fonts/times_roman.woff2") format("woff2"), url("../fonts/times_roman.woff") format("woff"), url("../fonts/times_roman.ttf") format("truetype"), url("../fonts/times_roman.svg#times_roman") format("svg");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'youngserifregular';
  src: url("../fonts/YoungSerif-Regular.eot");
  src: url("../fonts/YoungSerif-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/YoungSerif-Regular.woff2") format("woff2"), url("../fonts/YoungSerif-Regular.woff") format("woff"), url("../fonts/YoungSerif-Regular.ttf") format("truetype"), url("../fonts/YoungSerif-Regular.svg#youngserifregular") format("svg");
  font-weight: normal;
  font-style: normal; }
/* ###########################################  */
* {
  font-family: "youngserifregular", serif;
  color: #10543d; }

/*html {background:$green url(../images/bg.jpg) no-repeat center 0;}*/
html {
  background: #10543d url(../images/alt1-bg.jpg) no-repeat center 0; }

body {
  padding-top: 166px;
  position: relative; }

h1, h1 *, h2, h2 *, h3, h3 * {
  font-family: "youngserifregular", serif; }

h1, h1 * {
  font-size: 36px;
  line-height: 40px; }

h2, h2 * {
  font-size: 15px;
  line-height: 20px;
  color: #10543d;
  text-transform: inherit; }

h3 {
  padding-top: 20px; }

h3, h3 * {
  font-size: 14px;
  line-height: 17px;
  color: #10543d;
  text-transform: inherit; }

h4, h4 * {
  font-size: 18px;
  line-height: 21px; }

h5, h5 * {
  font-size: 14px;
  line-height: 17px; }

h6, h6 * {
  font-size: 12px;
  line-height: 15px; }

p {
  margin-bottom: 10px; }

input[type="email"], input[type="password"], input[type="text"], input[type="number"], textarea {
  font-size: 12px; }

input[type="submit"] {
  background-color: #cfe6bb;
  color: #10543d !important;
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
  white-space: nowrap;
  height: 38px;
  font-family: "youngserifregular", serif;
  transition: all 0.3s ease; }

input[type="submit"]:hover {
  background-color: #fff; }

.mobile {
  display: none; }

.wrapper.mainwrapper {
  background-color: #cfe6bb;
  padding: 0 200px 300px 200px; }

footer .wrapper {
  background: none; }

/*#backtop-container{background: url(../images/floating-bg-top.png) no-repeat center top; position: absolute; z-index: 1; top:0; left:0; display: flex; overflow: hidden; width: 100%; height:291px; pointer-events: none;}
#backbot-container {background: url(../images/floating-bg-bot.png) no-repeat center bottom; position: absolute; z-index: 1; bottom:0; left:0; display: flex; overflow: hidden; width: 100%; height:791px; pointer-events: none;}*/
#backtop-container {
  background: url(../images/alt1-a.png) no-repeat center top;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 1080px;
  pointer-events: none; }

#backbot-container {
  background: url(../images/alt1-b.png) no-repeat center bottom;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 1080px;
  pointer-events: none; }

.btn {
  background-color: #cfe6bb;
  color: #10543d !important;
  font-size: 15px;
  line-height: 15px;
  text-transform: uppercase;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  height: 28px;
  padding: 0 15px;
  font-family: "youngserifregular", serif; }

.db-content,
.db-content * {
  font-family: "youngserifregular", serif;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.4px; }

.db-content p:not(:last-child) {
  margin-bottom: 30px; }

.custom-check {
  display: flex;
  cursor: pointer; }

.custom-check input {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  flex-shrink: 0;
  opacity: 0;
  position: relative;
  z-index: 2;
  cursor: pointer; }

.custom-check > span {
  position: relative; }

.custom-check span span {
  background: #cfe6bb;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  pointer-events: none;
  cursor: pointer; }

.custom-check input:checked ~ span {
  background: #cfe6bb url(../images/check.png) no-repeat center center; }

/*############################################################################
								SHARES
#############################################################################*/
.jssocials-share a {
  background-color: transparent !important;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  transition: all 0.3s ease; }

.jssocials-share a:hover {
  border-color: #fff; }

.jssocials-share a * {
  font-size: 16px;
  line-height: 16px; }

/*############################################################################
								SWIPER
#############################################################################*/
.swiper-container {
  height: 100%; }

.swiper-slide {
  position: relative; }

/* ###########################################
              HEADER
################################################# */
header {
  min-height: 180px; }

header .wrapper {
  background-color: #cfe6bb; }

header .innerwrapper {
  position: relative;
  top: -45px; }

header .top {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: solid 6px #10543d; }

header .top .left {
  width: 50%; }

header .top .mid {
  background-color: #cfe6bb;
  width: 133px;
  height: 156px;
  border-radius: 132px;
  padding-top: 28px;
  position: relative;
  flex-shrink: 0;
  transition: all 0.3s ease; }

header .top .mid:before {
  content: "";
  display: block;
  position: absolute;
  width: 142px;
  height: 142px;
  border: solid 6px #cfe6bb;
  border-radius: 142px;
  left: -11px;
  top: -11px;
  transition: all 0.3s ease; }

.logo {
  width: 125px;
  margin: 0 auto;
  position: relative;
  transition: all 0.3s ease; }

header .top .right {
  display: flex;
  width: 50%;
  justify-content: flex-end;
  padding-top: 115px; }

header .top .right a {
  background: #10543d url(../images/icons.svg) no-repeat 0 0;
  background-size: 620px;
  width: 31px;
  height: 31px;
  border-radius: 31px;
  margin-left: 8px;
  opacity: 0.7;
  transition: all 0.3s ease; }

header .top .right a.website {
  background-position: 0 0; }

header .top .right a.facebook {
  background-position: -31px 0; }

header .top .right a.instagram {
  background-position: -62px 0; }

header .top .right a:hover {
  opacity: 1; }

header .bot nav {
  padding: 24px 0; }

header .bot nav ul {
  display: flex;
  justify-content: center; }

header .bot nav li {
  display: inline-flex; }

header .bot nav li:not(:last-child) {
  border-right: solid 3px #10543d;
  padding-right: 50px;
  margin-right: 50px; }

header .bot nav a {
  display: inline-flex;
  align-items: center;
  height: 22px;
  font-family: "youngserifregular", serif;
  font-size: 21px;
  letter-spacing: 1px; }

header .bot nav a.active {
  border-bottom: solid 1px #10543d;
  cursor: default; }

.alt-slogan h1 {
  font-size: 30px;
  line-height: 33px;
  font-family: "youngserifregular", serif;
  text-align: center;
  color: #10543d;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 20px; }

#mobile-menu-switch {
  background: url(../images/mobile-switch.png) no-repeat center center;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 180px;
  left: 30px;
  z-index: 11; }

#mobile-menu-switch.active {
  background: url(../images/mobile-switch-close.png) no-repeat center center;
  right: 30px;
  left: auto;
  top: 30px; }

#mobile-menu {
  background: #fff;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
  z-index: 10;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  top: -100%;
  transition: all 0.3s ease; }

#mobile-menu.active {
  top: 0; }

#mobile-menu ul {
  margin-bottom: 25px; }

#mobile-menu a {
  display: flex;
  height: 50px;
  align-items: center;
  justify-content: center;
  border-bottom: solid 1px #cfe6bb;
  padding: 0 50px; }

#mobile-menu .icons {
  display: flex;
  justify-content: center; }

#mobile-menu .icons a {
  background: #10543d url(../images/icons.svg) no-repeat 0 0;
  background-size: 620px;
  border: none;
  padding: 0;
  width: 31px;
  height: 31px;
  border-radius: 31px;
  margin-left: 8px;
  opacity: 0.7;
  transition: all 0.3s ease; }

#mobile-menu .icons a.website {
  background-position: 0 0; }

#mobile-menu .icons a.facebook {
  background-position: -31px 0; }

#mobile-menu .icons a.instagram {
  background-position: -62px 0; }

/* ###########################################
              RODAPE
################################################# */
footer {
  padding-bottom: 40px;
  position: relative;
  z-index: 2; }

footer,
footer * {
  color: #fff;
  font-size: 16px;
  font-family: "times_bold", serif;
  letter-spacing: 2px; }

footer .innerwrapper {
  margin-top: 20px;
  border-top: solid 6px #cfe6bb;
  padding-top: 20px;
  text-align: center; }

/* ###########################################
              HOME
################################################# */
#home-banner {
  display: flex;
  height: 415px;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px; }

#home-banner .left {
  display: inline-flex;
  flex-shrink: 0;
  width: 738px;
  height: 100%;
  position: relative; }

#home-banner .left .item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s ease; }

#home-banner .left .item.active {
  visibility: visible;
  opacity: 1; }

#home-banner .left .item.active > div {
  background: #000;
  height: 100%;
  padding: 0 !important; }

#home-banner .right {
  background-color: #6f9d74;
  display: inline-flex;
  width: 400px;
  height: 100%; }

#home-banner .content {
  display: flex;
  flex-direction: column;
  padding: 45px 35px;
  justify-content: flex-end;
  align-items: flex-end;
  height: 100%; }

#home-banner .content * {
  color: #fff; }

#home-banner h2 {
  font-size: 48px;
  line-height: 51px;
  margin-bottom: 138px;
  text-align: right; }

#home-banner .content p {
  font-family: "youngserifregular", serif;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 18px;
  text-align: right;
  font-weight: normal;
  text-transform: uppercase; }

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  #home-banner .content {
    display: block; } }
#home-banner .swiper-pagination {
  text-align: right;
  border-bottom: 30px;
  padding-right: 30px;
  bottom: 25px; }

#home-banner .swiper-pagination-clickable .swiper-pagination-bullet {
  background-color: #cfe6bb;
  width: 8px;
  height: 8px;
  margin: 0 3px;
  opacity: 1; }

#home-banner .swiper-pagination-bullet-active {
  background: #fff !important; }

.home-others .item {
  display: flex;
  margin-bottom: 25px;
  border: solid 6px #10543d; }

.home-others .item:nth-child(odd) {
  flex-direction: row-reverse; }

.home-others .item .left {
  width: 50%;
  border-right: solid 6px #10543d;
  padding: 32px;
  display: flex;
  align-items: center; }

.home-others .item.onlytext .left {
  width: 100%;
  border: none !important; }

.home-others .item:nth-child(odd) .left {
  border-right: none;
  border-left: solid 6px #10543d; }

.home-others .item .left p {
  margin-bottom: 0; }

.home-others .item .right {
  background: #000;
  width: 50%;
  align-items: center; }

.home-others .item .right > div {
  padding: 0;
  height: 100%; }

.home-others .item.onlyvideo .right {
  width: 100%; }

.disclaimer {
  text-align: center;
  margin-bottom: 40px; }

.disclaimer p {
  font-family: "youngserifregular", serif;
  font-size: 10px;
  line-height: 14px;
  text-align: left; }

.disclaimer p br {
  display: none; }

/* ###########################################
             A ORIGEM
################################################# */
.general-page .innerwrapper {
  background: #10543d url(../images/bg.jpg) no-repeat center -370px;
  padding: 43px 150px 0; }

.general-page h1 {
  background-color: #10543d;
  color: #fff;
  text-align: center;
  font-size: 26px;
  line-height: 26px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  margin-bottom: 43px;
  font-family: "youngserifregular", serif;
  font-weight: normal; }

.general-description {
  background-color: #fff;
  border: solid 6px #cfe6bb;
  margin: 0 auto;
  padding: 50px;
  text-align: center; }

#aorigem-container .general-description {
  margin-bottom: 40px; }

#aorigem-container .db-content,
#aorigem-container .db-content * {
  font-family: "times_roman", serif; }

.general-description.two-columns {
  -webkit-columns-width: 50%;
  -moz-columns-width: 50%;
  columns-width: 50%;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 55px;
  -moz-column-gap: 55px;
  column-gap: 55px; }

.general-description.two-columns img {
  width: 100%;
  height: auto; }

/* ###########################################
              VIDEOS
################################################# */
#videos-container .innerwrapper {
  background: #cfe6bb;
  padding: 0; }

#videos-list .item {
  margin-bottom: 25px; }

/* ###########################################
              PARTICIPAR
################################################# */
#form-participar .top {
  display: flex;
  height: 365px;
  position: relative; }

#form-participar .top .left {
  width: 100%;
  height: 100%;
  border: solid 5px #10543d;
  border-bottom: none;
  position: relative; }

#form-participar .top .left .label {
  color: #10543d;
  position: absolute;
  top: 120px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 48px;
  line-height: 51px;
  pointer-events: none; }

#form-participar .top .left .message {
  background-color: #cfe6bb;
  color: #10543d;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding-top: 200px;
  text-align: center;
  font-size: 30px;
  line-height: 33px; }

#form-participar .top .right {
  width: 325px;
  flex-shrink: 0;
  height: 100%;
  position: relative;
  border-right: solid 5px #10543d; }

#form-participar .top .swiper-container {
  background-color: #10543d; }

#form-participar .top .swiper-slide {
  height: 180px;
  border-top: solid 5px #10543d; }

#form-participar .top .swiper-slide span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: solid 10px #cfe6bb;
  opacity: 0;
  transition: all 0.3s ease; }

#form-participar .top .swiper-slide:hover span {
  opacity: 1;
  cursor: pointer; }

#form-participar .top .swiper-slide.active span,
#form-participar .top .swiper-slide.active:hover span {
  opacity: 1;
  cursor: default; }

#form-participar .bot {
  background-color: #10543d;
  padding: 60px 95px;
  display: flex;
  flex-wrap: wrap; }

#form-participar .bot * {
  color: #cfe6bb; }

#form-participar .bot .innerleft {
  padding-top: 15px; }

#form-participar .bot .innerright {
  border-top: solid 5px #cfe6bb;
  padding-top: 10px; }

#form-participar .bot .box {
  margin-bottom: 10px; }

#form-participar .bot .label {
  font-size: 9px;
  line-height: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "youngserifregular", serif; }

#form-participar .bot input[type="text"],
#form-participar .bot input[type="email"] {
  background-color: transparent;
  border: none;
  border-bottom: solid 2px #cfe6bb;
  height: 35px;
  font-family: "times_roman", serif;
  font-size: 14px; }

input[type="text"]::-moz-placeholder {
  color: #cfe6bb; }

input[type="text"]::-webkit-input-placeholder {
  color: #cfe6bb; }

input[type="text"]:-ms-input-placeholder {
  color: #cfe6bb; }

input[type="text"]:-moz-input-placeholder {
  color: #cfe6bb; }

#form-participar .bot .box-name,
#form-participar .bot .box-email {
  width: 70%;
  padding-right: 15px; }

#form-participar .bot .box-birthdate,
#form-participar .bot .box-phone {
  width: 30%;
  padding-left: 15px; }

#form-participar .bot .box-address {
  width: 100%;
  margin-bottom: 40px; }

#form-participar .bot .box-rgpd {
  width: 100%;
  margin-bottom: 40px; }

#form-participar .bot .box-rgpd label {
  font-family: "times_roman", serif; }

#form-participar .bot .box-actions {
  width: 100%;
  display: flex;
  justify-content: space-between; }

/* ###########################################
              GALERIA
################################################# */
#galeria-list {
  display: flex;
  flex-wrap: wrap; }

#galeria-list .item {
  width: 50%;
  margin-bottom: 14px; }

#galeria-list .item:nth-child(1) {
  width: 100%;
  padding: 0 !important;
  margin-bottom: 30px; }

#galeria-list .item:nth-child(1) .item-content {
  height: 500px; }

#galeria-list .item:nth-child(even) {
  padding-right: 7px; }

#galeria-list .item:nth-child(odd) {
  padding-left: 7px; }

#galeria-list .item .item-content {
  background-color: #10543d;
  height: 319px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 40px; }

#galeria-list .item * {
  color: #cfe6bb; }

#galeria-list .item .title {
  font-size: 40px;
  line-height: 43px;
  margin-bottom: 30px; }

#galeria-list .item .title:before {
  content: "\2018"; }

#galeria-list .item .title:after {
  content: "\2019"; }

#galeria-list .item .subtitle {
  display: flex;
  justify-content: center; }

#galeria-list .item .subtitle span {
  display: inline-flex;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  padding-top: 10px;
  border-top: solid 4px #cfe6bb; }

#galeria-list .item:nth-child(1) .title {
  font-size: 74px;
  line-height: 77px;
  margin-bottom: 60px; }

#galeria-list .item:nth-child(1) .subtitle span {
  font-size: 28px;
  line-height: 31px; }

/* ###########################################
              RESPONSIVE
################################################# */
@media screen and (max-width: 1587px) {
  .wrapper {
    width: auto;
    margin: 0 20px; }

  .innerwrapper {
    width: auto;
    padding: 0 30px; }

  .wrapper.mainwrapper {
    padding: 0 100px 240px 100px; }

  #home-banner {
    width: auto; }

  #home-banner .left {
    width: 60%; }

  #home-banner .right {
    width: 40%; } }
@media screen and (max-width: 1260px) {
  #home-banner .right h2 {
    font-size: 32px;
    line-height: 35px; } }
@media screen and (max-width: 1160px) {
  .alt-slogan h1 {
    font-size: 22px;
    line-height: 27px; }

  #home-banner .content {
    padding: 45px 25px; }

  #home-banner .right h2 {
    font-size: 28px;
    line-height: 31px; }

  #home-banner .swiper-pagination {
    padding-right: 25px; }

  .general-page .innerwrapper {
    padding: 43px 80px; }

  #form-participar .top .left {
    width: 70%; }

  #form-participar .top .left .label {
    font-size: 38px; }

  #form-participar .top .right {
    width: 30%;
    flex-shrink: initial; } }
@media screen and (max-width: 960px) {
  .wrapper.mainwrapper {
    padding: 0 30px 40px 30px; }

  #backbot-container {
    display: none; }

  header {
    height: auto;
    margin-bottom: 0; }

  header .bot nav li:not(:last-child) {
    margin-right: 30px;
    padding-right: 30px; }

  header .bot nav a {
    font-size: 18px; }

  .alt-slogan h1 {
    font-size: 20px;
    line-height: 24px; }

  .alt-slogan img {
    width: 80%; }

  .home-others .item .left .db-content,
  .home-others .item .left .db-content * {
    font-size: 12px;
    line-height: 18px; }

  #form-participar .bot {
    padding: 60px 50px; } }
@media screen and (max-width: 768px) {
  .wrapper {
    width: 90%;
    margin: 0 auto; }

  header .innerwrapper {
    padding: 0;
    margin: 0 30px; }

  header .bot nav {
    display: none; }

  header .top .right {
    padding-top: 80px; }

  .alt-slogan h1 {
    /*font-size:24px; line-height: 28px;*/ }

  /*#mobile-menu-switch {display: block !important;top:195px; left:60px;}
  #mobile-menu{display: flex!important;}*/
  #home-banner {
    height: auto;
    flex-direction: column; }

  #home-banner .left,
  #home-banner .right {
    width: 100%; }

  #home-banner .left .item {
    position: relative;
    top: auto;
    left: auto;
    width: 0;
    height: 0; }

  #home-banner .left .item.active {
    width: 100%;
    height: 100%; }

  #home-banner .left .item.active > div {
    padding: 56.60% 0 0 0 !important; }

  #home-banner .right {
    height: auto; }

  #home-banner .content {
    padding: 45px 35px 60px 35px;
    text-align: center;
    justify-content: center;
    align-items: center; }

  #home-banner h2 {
    margin-bottom: 50px;
    text-align: center; }

  #home-banner .content p {
    text-align: center; }

  #home-banner .swiper-pagination {
    padding-right: 0;
    bottom: 25px;
    text-align: center; }

  .home-others .item {
    flex-direction: column-reverse !important; }

  .home-others .item .left {
    width: 100%;
    border-top: solid 6px #10543d;
    border-left: none !important;
    border-right: none !important; }

  .home-others .item .right {
    width: 100%; }

  .general-page .innerwrapper {
    padding: 43px 30px; }

  .general-description.two-columns {
    -webkit-columns-width: 100%;
    -moz-columns-width: 100%;
    columns-width: 100%;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0; }

  #form-participar .top {
    flex-direction: column;
    height: auto; }

  #form-participar .top .left {
    width: 100%; }

  #form-participar .top .left .label {
    font-size: 38px;
    top: 75px; }

  #form-participar .top .left .message {
    padding: 140px 10px 50px 10px; }

  #form-participar .top .right {
    width: 100%;
    border-left: solid 6px #10543d; }

  #form-participar .bot {
    padding: 60px 30px; }

  #form-participar .bot .label {
    font-size: 8px; }

  #form-participar .bot .box-name, #form-participar .bot .box-email {
    width: 60%; }

  #form-participar .bot .box-birthdate, #form-participar .bot .box-phone {
    width: 40%; }

  #form-participar .bot .box-actions a {
    margin-bottom: 2px; } }
@media screen and (max-width: 600px) {
  body {
    min-height: 0; }

  .innerwrapper {
    padding: 0 30px; }

  header .top {
    border-bottom-width: 3px; }

  .alt-slogan h1 {
    font-size: 16px;
    line-height: 20px; }

  .alt-slogan img {
    width: 80%;
    margin-top: 10px; }

  footer .innerwrapper {
    border-top-width: 3px; }

  .video .desktop {
    display: none; }

  .video .mobile {
    display: inherit; }

  #form-participar .bot {
    padding: 30px; }

  #form-participar .bot .box-name, #form-participar .bot .box-email {
    width: 100%;
    padding: 0; }

  #form-participar .bot .box-birthdate, #form-participar .bot .box-phone {
    width: 100%;
    padding: 0; }

  #form-participar .bot .box {
    margin-bottom: 25px; }

  #form-participar .bot input[type="text"], #form-participar .bot input[type="email"] {
    background-color: #cfe6bb;
    border: none;
    color: #10543d; }

  #form-participar input[type="text"]::-moz-placeholder {
    color: #10543d; }

  #form-participar input[type="text"]::-webkit-input-placeholder {
    color: #10543d; }

  #form-participar input[type="text"]:-ms-input-placeholder {
    color: #10543d; }

  #form-participar input[type="text"]:-moz-input-placeholder {
    color: #10543d; }

  #form-participar .bot .box-actions {
    flex-direction: column;
    align-content: center; }

  #form-participar .bot .box-actions .innerleft {
    text-align: center;
    margin-bottom: 25px; }

  #galeria-list .item:nth-child(1) .item-content {
    height: 300px; }

  #galeria-list .item:nth-child(1) .title {
    font-size: 40px;
    line-height: 43px;
    margin-bottom: 0; }

  #galeria-list .item .title {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px; }

  #galeria-list .item .item-content {
    height: 200px; }

  #galeria-list .item .subtitle span {
    font-size: 12px;
    line-height: 16px; } }
@media screen and (max-width: 480px) {
  .wrapper {
    width: 90%; }

  .wrapper.mainwrapper {
    padding: 0 0 40px 0; }

  #mobile-menu-switch {
    top: 180px;
    left: 30px; }

  header {
    height: auto;
    margin-bottom: -10px; }

  header .innerwrapper {
    margin: 0;
    padding: 0; }

  header .innerwrapper .top {
    flex-direction: column;
    align-items: center;
    margin: 0; }

  header .innerwrapper .right {
    /*display: none;*/
    padding-top: 20px;
    justify-content: center; }

  header .top .mid {
    width: 98px;
    height: 110px;
    padding-top: 15px; }

  header .top .mid:before {
    width: 108px;
    height: 108px; }

  .logo {
    width: 90px; }

  .alt-slogan {
    padding: 0 30px; }

  .alt-slogan h1 {
    font-size: 18px;
    line-height: 24px; }

  #home-banner .right h2 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 10px; }

  #home-banner .content p {
    font-size: 10px;
    line-height: 16px; }

  .home-others .item .left {
    padding: 20px; }

  .disclaimer {
    padding: 0; }

  .general-page .innerwrapper {
    background: none;
    padding: 20px 0; }

  .general-description {
    padding: 20px;
    border: none; }

  #videos-container .mainwrapper,
  #aorigem-container .mainwrapper {
    padding: 0 30px 40px 30px; }

  .general-page h1 {
    margin-bottom: 20px;
    font-size: 20px;
    padding: 10px; }

  #form-participar .top .left .label {
    font-size: 20px;
    top: 50px; }

  #form-participar .top .left .message {
    font-size: 20px;
    padding: 90px 10px 50px 10px; }

  #form-participar .top .swiper-slide {
    height: 100px; }

  #form-participar .bot {
    padding: 15px; }

  #form-participar .bot .box {
    margin-bottom: 15px; }

  #galeria-list .item:nth-child(1) .item-content {
    height: 250px; }

  #galeria-list .item:nth-child(1) .item-content .title {
    font-size: 30px; }

  #galeria-list .item {
    width: 100%;
    padding: 0 !important;
    margin: 0 0 14px 0; }

  #galeria-list .item .item-content {
    height: 150px; }

  .disclaimer p {
    font-size: 8px;
    line-height: 12px; }

  footer .innerwrapper {
    font-size: 10px; } }
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #backbot-container {
    display: none; } }
