@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@300&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.2/font/bootstrap-icons.min.css");
@font-face {
  font-family: "Baron";
  src: url("../fonts/baron_neue/baron.otf");
}
@font-face {
  font-family: "Baron_Bold";
  src: url("../fonts/baron_neue/baron_bold.otf");
}
@font-face {
  font-family: "Myriad_Pro";
  src: url("../fonts/myriad-pro/MYRIADPRO-BOLD.woff");
}
body {
  font-family: "Raleway";
  font-size: calc(0.75rem + 0.5vw);
}
body #button_scroll_top {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  background-color: rgb(238, 149, 65);
  width: 2rem;
  height: 2rem;
  border-radius: 0.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 5;
  transition: all 0.4s ease-in-out;
  border: 1px solid rgb(238, 149, 65);
}
body #button_scroll_top:hover {
  background-color: #FFF;
}
body #button_scroll_top:hover svg {
  color: #E57B15;
}
body #button_scroll_top svg {
  font-size: 0.7em;
  color: #FFF;
}

* {
  font-family: "Arial", sans-serif;
}

html {
  scroll-padding-top: 5rem;
}

#conteudo_body {
  position: relative;
}
#conteudo_body .imgBg {
  background-image: url("../img/home/bg-home.png");
  position: absolute;
  background-size: contain;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
}
#conteudo_body header {
  position: sticky;
  top: 0;
  z-index: 5;
}
#conteudo_body header nav {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  position: relative;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  background-color: #FFF;
  border-radius: 0 0 0.5rem 0.5rem;
}
@media (max-width: 992px) {
  #conteudo_body header nav {
    display: block;
  }
}
#conteudo_body header nav #logo_header img {
  width: 8vw;
  min-width: 6.25rem;
}
#conteudo_body header nav #btn_toggle {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
}
@media (min-width: 992px) {
  #conteudo_body header nav #btn_toggle {
    display: none;
  }
}
#conteudo_body header nav #btn_toggle.active {
  top: 30px;
  right: 16px;
}
#conteudo_body header nav #btn_toggle.active div:nth-of-type(1) {
  transform: rotate(45deg) translate(0, 13px);
}
#conteudo_body header nav #btn_toggle.active div:nth-of-type(2) {
  opacity: 0;
}
#conteudo_body header nav #btn_toggle.active div:nth-of-type(3) {
  transform: rotate(-45deg) translate(0, -13px);
}
#conteudo_body header nav #btn_toggle div {
  margin: 6px 0;
  width: 30px;
  height: 3px;
  border-radius: 5px;
  transition: all 0.4s;
}
#conteudo_body header nav #button span {
  content: "";
  width: 1.35rem;
  height: 0.2rem;
  display: block;
  border-radius: 0.15rem;
}
#conteudo_body header nav #button span:not(:first-of-type) {
  margin-top: 0.25rem;
}
#conteudo_body header nav ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2rem;
  margin: 0;
  padding: 0;
}
@media (max-width: 992px) {
  #conteudo_body header nav ul {
    display: block;
  }
  #conteudo_body header nav ul li {
    margin: 0.5rem 0;
  }
}
#conteudo_body header nav ul li {
  list-style: none;
  position: relative;
}
#conteudo_body header nav ul li a {
  font-size: 0.8em;
  font-weight: 500;
  font-family: "Arial", sans-serif !important;
  white-space: nowrap;
}
#conteudo_body header nav ul li a.active {
  font-weight: 700;
}
#conteudo_body header nav ul li a:hover {
  font-weight: 700;
}
#conteudo_body header nav ul li ul {
  position: absolute;
  top: 100%;
  left: 1rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
  padding-block: 0.5rem;
  display: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
#conteudo_body header nav ul li ul li:not(:nth-of-type(1)) {
  margin-top: 0;
}
#conteudo_body header nav ul li ul li a:active, #conteudo_body header nav ul li ul li a.active {
  background-color: transparent !important;
}
#conteudo_body header nav ul li ul.active {
  display: block;
}
#conteudo_body header nav #links_header.active {
  display: block;
}
@media (max-width: 992px) {
  #conteudo_body header nav #links_header {
    margin: 1rem 0 0.5rem;
    display: none;
  }
}
#conteudo_body header nav #links_header ul li a.active {
  font-weight: 600;
}
#conteudo_body header nav #btn_inscreva_se.active {
  display: block;
}
@media (max-width: 992px) {
  #conteudo_body header nav #btn_inscreva_se {
    display: none;
  }
}
#conteudo_body header nav #btn_inscreva_se ul li a {
  font-weight: 600;
  background-color: #E57B15;
  border-radius: 0.05rem;
  padding: 0.75rem;
  color: #FFF;
}
#conteudo_body #home-premio h1 {
  font-family: "Baron_Bold", sans-serif;
  color: #4B230C;
}
#conteudo_body #home-premio .titulo {
  position: relative;
  max-width: 100%;
}
#conteudo_body #home-premio .titulo h1 {
  margin-top: 5rem;
  width: -moz-max-content;
  width: max-content;
  position: relative;
}
#conteudo_body #home-premio .titulo h1::before {
  content: attr(value);
  position: absolute;
  opacity: 0.1;
  font-size: 1.9em;
  bottom: 1.5rem;
  white-space: nowrap;
}
@media (max-width: 1000px) {
  #conteudo_body #home-premio .titulo h1::before {
    font-size: 1.7em;
  }
}
@media (max-width: 800px) {
  #conteudo_body #home-premio .titulo h1::before {
    font-size: 1.5em;
  }
}
@media (max-width: 600px) {
  #conteudo_body #home-premio .titulo h1::before {
    font-size: 1.3em;
  }
}
@media (max-width: 400px) {
  #conteudo_body #home-premio .titulo h1::before {
    font-size: 1.1em;
  }
}
#conteudo_body #home-premio .titulo::after {
  content: "";
  width: 100%;
  height: 0.15rem;
  background-color: #E57B15;
  display: block;
  position: absolute;
  bottom: 0.25rem;
  opacity: 0.4;
  z-index: -1;
}
#conteudo_body #home-premio .btn {
  background-color: #E57B15;
  color: #FFF;
  border-radius: 0.2rem;
  padding: 0.3rem 2rem;
  font-size: 1em;
  opacity: 0.9;
  transition: all 0.35s ease-in-out;
}
#conteudo_body #home-premio .btn:hover {
  opacity: 1;
}
#conteudo_body #home-premio .linha-bege {
  height: 7px;
  width: 80%;
  background-color: #FCF1E5;
  margin: 3rem auto 0;
}
#conteudo_body #home-premio #inicio {
  position: relative;
  overflow: hidden;
}
#conteudo_body #home-premio #inicio .imgCarousel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/home/bgCarousel.png");
  background-size: contain;
  background-position: center;
  z-index: -1;
}
#conteudo_body #home-premio #inicio .carousel .carousel-control-prev,
#conteudo_body #home-premio #inicio .carousel .carousel-control-next {
  width: auto;
}
#conteudo_body #home-premio #inicio .carousel::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0.25rem;
  width: 100%;
  background-color: #E57B15;
}
@media (min-width: 1300px) {
  #conteudo_body #home-premio #inicio .carousel .carousel-control-prev {
    left: -2.5rem;
    transform: rotate(180deg);
    opacity: 1;
  }
  #conteudo_body #home-premio #inicio .carousel .carousel-control-prev-icon {
    background-image: url("../img/home/icons/seta-carousel-marrom.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1rem;
  }
  #conteudo_body #home-premio #inicio .carousel .carousel-control-next {
    right: -2.5rem;
    opacity: 1;
  }
  #conteudo_body #home-premio #inicio .carousel .carousel-control-next-icon {
    background-image: url("../img/home/icons/seta-carousel-marrom.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1rem;
  }
}
@media (min-width: 1100px) and (max-width: 1200px) {
  #conteudo_body #home-premio #inicio .carousel .carousel-control-prev {
    left: -2.5rem;
    transform: rotate(180deg);
    opacity: 1;
  }
  #conteudo_body #home-premio #inicio .carousel .carousel-control-prev-icon {
    background-image: url("../img/home/icons/seta-carousel-marrom.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1rem;
  }
  #conteudo_body #home-premio #inicio .carousel .carousel-control-next {
    right: -2.5rem;
    opacity: 1;
  }
  #conteudo_body #home-premio #inicio .carousel .carousel-control-next-icon {
    background-image: url("../img/home/icons/seta-carousel-marrom.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1rem;
  }
}
@media (min-width: 850px) and (max-width: 1000px) {
  #conteudo_body #home-premio #inicio .carousel .carousel-control-prev {
    left: -2.5rem;
    transform: rotate(180deg);
    opacity: 1;
  }
  #conteudo_body #home-premio #inicio .carousel .carousel-control-prev-icon {
    background-image: url("../img/home/icons/seta-carousel-marrom.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1rem;
  }
  #conteudo_body #home-premio #inicio .carousel .carousel-control-next {
    right: -2.5rem;
    opacity: 1;
  }
  #conteudo_body #home-premio #inicio .carousel .carousel-control-next-icon {
    background-image: url("../img/home/icons/seta-carousel-marrom.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1rem;
  }
}
@media (min-width: 650px) and (max-width: 768px) {
  #conteudo_body #home-premio #inicio .carousel .carousel-control-prev {
    left: -2.5rem;
    transform: rotate(180deg);
    opacity: 1;
  }
  #conteudo_body #home-premio #inicio .carousel .carousel-control-prev-icon {
    background-image: url("../img/home/icons/seta-carousel-marrom.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1rem;
  }
  #conteudo_body #home-premio #inicio .carousel .carousel-control-next {
    right: -2.5rem;
    opacity: 1;
  }
  #conteudo_body #home-premio #inicio .carousel .carousel-control-next-icon {
    background-image: url("../img/home/icons/seta-carousel-marrom.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1rem;
  }
}
#conteudo_body #home-premio #inscreva-se {
  position: relative;
}
#conteudo_body #home-premio #inscreva-se .bgInsc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/home/targ_insc.png");
  z-index: -1;
}
#conteudo_body #home-premio #inscreva-se .bloco_targeta {
  display: flex;
  gap: 2rem;
}
@media (min-width: 992px) {
  #conteudo_body #home-premio #inscreva-se .bloco_targeta {
    align-items: center;
  }
}
@media (max-width: 992px) {
  #conteudo_body #home-premio #inscreva-se .bloco_targeta {
    flex-direction: column;
  }
  #conteudo_body #home-premio #inscreva-se .bloco_targeta .btn {
    width: 100%;
  }
}
#conteudo_body #home-premio #inscreva-se .bloco_targeta #txt h4 {
  font-family: "Baron", sans-serif !important;
  color: #4B230C;
}
#conteudo_body #home-premio #inscreva-se .bloco_targeta #btn_insc .btn {
  padding: 0.75rem 1.25rem;
  background-color: #E57B15;
  white-space: nowrap;
  font-size: 1.3em;
  font-family: "Baron", sans-serif !important;
}
#conteudo_body #home-premio #sobre {
  position: relative;
  background-color: #FFF;
}
#conteudo_body #home-premio #sobre .titulo h1 {
  margin-top: 0;
}
#conteudo_body #home-premio #sobre #bloco_txt_img img {
  border-radius: 0.25rem;
}
#conteudo_body #home-premio #sobre button {
  color: #4B230C;
  border: none;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-inline: auto;
  outline: 0;
}
#conteudo_body #home-premio #sobre .bloco-praticas h4, #conteudo_body #home-premio #sobre .bloco-praticas span {
  font-family: "Myriad_Pro";
  color: #4B230C;
}
#conteudo_body #home-premio #sobre .bloco-praticas p {
  font-size: 0.9em;
  font-weight: 500;
  color: #4B230C;
}
#conteudo_body #home-premio #sobre .bloco-praticas img {
  width: 30vw;
  max-width: 10rem;
  margin-bottom: 1rem;
}
#conteudo_body #home-premio #linha-do-tempo {
  position: relative;
}
#conteudo_body #home-premio #linha-do-tempo .bgHistoria {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/home/bgLinhaTempo.png");
  background-size: cover;
  background-position: top right;
  z-index: -1;
}
@media (max-width: 1100px) {
  #conteudo_body #home-premio #linha-do-tempo .bgHistoria {
    background-position: top left;
  }
}
#conteudo_body #home-premio #linha-do-tempo .titulo h1 {
  background-color: #E57B15;
  color: #FFF;
}
#conteudo_body #home-premio #linha-do-tempo .titulo h1::before {
  left: 0;
}
#conteudo_body #home-premio #linha-do-tempo .titulo::after {
  background-color: #FFF;
}
#conteudo_body #home-premio #linha-do-tempo .slider-premio {
  cursor: pointer;
  position: relative;
  border-radius: 1rem 0 0 1rem;
  background-color: #FFF;
}
#conteudo_body #home-premio #linha-do-tempo .slider-premio .slick-list {
  padding-top: 3rem;
  padding-left: 1px;
}
#conteudo_body #home-premio #linha-do-tempo .slider-premio .slick-prev,
#conteudo_body #home-premio #linha-do-tempo .slider-premio .slick-next {
  max-width: 1rem;
  bottom: 50%;
  cursor: pointer;
  position: absolute;
}
#conteudo_body #home-premio #linha-do-tempo .slider-premio .slick-prev {
  transform: rotate(-270deg);
  left: -3rem;
  max-width: 2rem;
}
#conteudo_body #home-premio #linha-do-tempo .slider-premio .slick-next {
  transform: rotate(-180deg);
  right: 1rem;
}
#conteudo_body #home-premio #linha-do-tempo .slider-premio .slide {
  position: relative;
}
#conteudo_body #home-premio #linha-do-tempo .slider-premio .slide .border {
  width: 100%;
  height: 5px;
  background-color: #E57B15;
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
}
#conteudo_body #home-premio #linha-do-tempo .slider-premio .slide .circle {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #FFF;
  border: 1px solid #E57B15;
  position: absolute;
  top: 0;
  left: -1px;
  z-index: 5;
}
#conteudo_body #home-premio #linha-do-tempo .slider-premio .slide .circle span {
  position: absolute;
  top: -50px;
  color: #E57B15;
  font-weight: 600;
  font-size: 1.5em;
  font-family: "Baron_Bold", sans-serif;
}
#conteudo_body #home-premio #linha-do-tempo .slider-premio .slide img {
  max-width: 100%;
  margin-bottom: 1rem;
  border-radius: 5px;
}
@media (min-width: 600px) {
  #conteudo_body #home-premio #linha-do-tempo .slider-premio .slide img {
    float: left;
    max-width: 50%;
    margin-right: 1rem;
  }
}
#conteudo_body #home-premio #linha-do-tempo .slider-premio .slide h5 {
  font-weight: 600;
  font-size: 1.2rem;
  text-align: center;
}
@media (min-width: 600px) {
  #conteudo_body #home-premio #linha-do-tempo .slider-premio .slide h5 {
    text-align: right;
  }
}
#conteudo_body #home-premio #linha-do-tempo .slider-premio .slide p {
  font-weight: 400;
  font-size: 0.9em;
  text-align: center;
}
@media (min-width: 600px) {
  #conteudo_body #home-premio #linha-do-tempo .slider-premio .slide p {
    text-align: right;
  }
}
#conteudo_body #home-premio #linha-do-tempo .slider-premio .slide a {
  color: #E57B15;
  font-weight: 400;
  text-decoration: none;
  font-size: 0.8em;
}
#conteudo_body #home-premio #videos {
  position: relative;
}
#conteudo_body #home-premio #videos .bgVideos {
  position: absolute;
  top: -1rem;
  right: -1rem;
  bottom: -0.7rem;
  left: -1rem;
  background-image: url("../img/home/bgVideos.png");
  background-size: 100% 100%;
  z-index: -3;
}
@media (max-width: 992px) {
  #conteudo_body #home-premio #videos .bgVideos {
    right: -0.85rem;
    bottom: -0.65rem;
    left: -0.85rem;
  }
}
@media (max-width: 768px) {
  #conteudo_body #home-premio #videos .bgVideos {
    right: -0.5rem;
    bottom: -0.75rem;
    left: -0.5rem;
  }
}
@media (max-width: 576px) {
  #conteudo_body #home-premio #videos .bgVideos {
    right: 0;
    left: 0;
  }
}
#conteudo_body #home-premio #videos .titulo h1 {
  background-color: #F8E8B8;
  color: #E57B15;
}
#conteudo_body #home-premio #videos .titulo h1::before {
  right: 0;
}
#conteudo_body #home-premio #videos .linha_mais_videos {
  display: none;
}
#conteudo_body #home-premio #videos .cardVideos {
  position: relative;
  border-radius: 0.5rem;
  overflow: hidden;
  border: 5px solid #E57B15;
}
#conteudo_body #home-premio #videos .cardVideos::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2980392157);
  transition: all 0.35s ease-in-out;
}
#conteudo_body #home-premio #videos .cardVideos img:last-of-type {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10vw;
  min-width: 5rem;
  transition: all 0.35s ease-in-out;
  cursor: pointer;
  z-index: 2;
}
#conteudo_body #home-premio #videos .cardVideos img:last-of-type:hover {
  transform: translate(-50%, -50%) scale(1.2);
}
#conteudo_body #home-premio #videos .cardVideos:hover::after {
  background-color: transparent;
}
#conteudo_body #home-premio #videos h5 {
  text-decoration: underline;
  cursor: pointer;
  text-align: center;
  background-color: #E57B15;
  color: #FFF;
  font-size: 1em;
  padding: 1rem 1.25rem;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-inline: auto;
}
#conteudo_body #home-premio #praticas {
  position: relative;
}
#conteudo_body #home-premio #praticas .colorPraticas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #252940;
  z-index: -2;
}
#conteudo_body #home-premio #praticas .bgPraticas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/home/bgPraticas.png");
  background-size: cover;
  z-index: -1;
}
#conteudo_body #home-premio #praticas h1 {
  text-transform: uppercase;
  font-family: "Arial", sans-serif;
  font-weight: 600;
  color: #FFF;
  position: relative;
  z-index: 0;
}
#conteudo_body #home-premio #praticas a {
  text-decoration: none;
}
#conteudo_body #home-premio #praticas a #bloco_mapa_link {
  width: 100%;
  height: 15rem;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1rem;
  position: relative;
  border-radius: 0.15rem;
  overflow: hidden;
}
@media (min-width: 850px) {
  #conteudo_body #home-premio #praticas a #bloco_mapa_link {
    height: 45rem;
  }
}
@media (min-width: 650px) {
  #conteudo_body #home-premio #praticas a #bloco_mapa_link {
    height: 30rem;
  }
}
#conteudo_body #home-premio #praticas a #bloco_mapa_link .bgMapa {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/home/mapa_praticas.png");
  background-size: cover;
  background-position: center;
  z-index: -1;
}
#conteudo_body #home-premio #praticas a #bloco_mapa_link h3 {
  text-transform: uppercase;
  color: #FFF;
}
#conteudo_body #home-premio #praticas a #bloco_mapa_link h3 span {
  text-decoration: underline;
}
#conteudo_body #home-premio #praticas .container-iframe {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}
#conteudo_body #home-premio #praticas .container-iframe .responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
#conteudo_body #home-premio #duvidas {
  background-color: #FFF;
}
#conteudo_body #home-premio #duvidas .titulo h1 {
  background-color: #FFF;
  color: #E57B15;
  position: relative;
  z-index: 1;
}
@media (max-width: 450px) {
  #conteudo_body #home-premio #duvidas .titulo h1 {
    font-size: 1.6em;
  }
}
#conteudo_body #home-premio #duvidas .titulo h1::before {
  left: 0;
}
@media (max-width: 1200px) {
  #conteudo_body #home-premio #duvidas .titulo h1::before {
    font-size: 1.5em;
  }
}
@media (max-width: 1000px) {
  #conteudo_body #home-premio #duvidas .titulo h1::before {
    font-size: 1.3em;
  }
}
@media (max-width: 800px) {
  #conteudo_body #home-premio #duvidas .titulo h1::before {
    font-size: 1.1em;
  }
}
@media (max-width: 450px) {
  #conteudo_body #home-premio #duvidas .titulo h1::before {
    font-size: 0.85em;
  }
}
#conteudo_body #home-premio #duvidas .titulo::after {
  background-color: #E57B15;
  z-index: 0;
}
#conteudo_body #home-premio #duvidas .accordionBtn {
  border: 0;
  border-bottom: 3px solid rgba(229, 122, 21, 0.6823529412);
  width: 100%;
  padding-block: 1rem;
  background-color: #FFF;
}
#conteudo_body #home-premio #duvidas .accordionBtn h3 {
  font-family: "Baron_Bold", sans-serif;
  color: #E57B15;
}
#conteudo_body #home-premio #duvidas .accordionBtn.active + div {
  display: block;
}
#conteudo_body #home-premio #duvidas .accordionContent {
  display: none;
  padding-block: 1rem;
}
#conteudo_body #home-premio #duvidas .accordionContent p {
  font-size: 0.9em;
}
#conteudo_body #home-premio #duvidas .btn {
  text-align: center;
  background-color: #E57B15;
  color: #FFF;
  font-size: 1em;
  padding: 0.65rem;
  max-width: -moz-max-content;
  max-width: max-content;
  display: block;
  margin-inline: auto;
}
#conteudo_body #home-premio #contato {
  background-color: transparent;
}
#conteudo_body #home-premio #contato .titulo h1 {
  background-color: #FDF7F2;
  z-index: 1;
  color: #E57B15;
}
#conteudo_body #home-premio #contato .titulo h1::before {
  right: 0;
}
#conteudo_body #home-premio #contato .titulo::after {
  z-index: 0;
}
#conteudo_body #home-premio #contato label, #conteudo_body #home-premio #contato p {
  color: #E57B15;
  font-weight: 600;
  margin-bottom: 0.65rem;
  font-size: 0.9em;
}
#conteudo_body #home-premio #contato input, #conteudo_body #home-premio #contato textarea {
  border-color: #E57B15;
  border-radius: 0.2rem;
  line-height: 2.5rem;
  background-color: rgba(255, 255, 255, 0.5137254902);
}
#conteudo_body #home-premio #contato input:focus, #conteudo_body #home-premio #contato textarea:focus {
  box-shadow: none !important;
}
#conteudo_body #home-premio #contato #whats {
  display: flex;
  gap: 1.5rem;
}
#conteudo_body #home-premio #contato #whats #div_link_wpp {
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-basis: 0;
  flex-grow: 1;
}
#conteudo_body #home-premio #contato #whats #div_link_wpp a {
  padding: 0 1rem;
}
#conteudo_body #home-premio #contato #whats #div_link_wpp a i {
  color: #E57B15;
  font-size: 2em;
}
#conteudo_body #home-premio #contato #whats #div_txt_wpp {
  flex-basis: 0;
  flex-grow: 3;
}
#conteudo_body #home-premio #contato #whats #div_txt_wpp p {
  color: #B58364 !important;
  text-decoration: underline;
  text-decoration-color: rgba(0, 0, 0, 0.15);
  font-size: 0.7em;
}
@media (min-width: 400px) {
  #conteudo_body #home-premio #contato #whats #div_txt_wpp p {
    white-space: nowrap;
  }
}
#conteudo_body #home-premio #redes {
  background-color: #FFF;
}
#conteudo_body #home-premio #redes #redes-sociais a {
  color: #E57B15;
}
#conteudo_body #home-premio #redes h6 {
  color: #E57B15;
  font-weight: 600;
}
#conteudo_body #home-premio #redes img {
  width: 10vw;
  min-width: 6.5rem;
}
#conteudo_body footer {
  background-color: #E57B15;
}
#conteudo_body footer p {
  color: #FFF;
  font-family: "Raleway", sans-serif;
  font-size: 1em;
}/*# sourceMappingURL=main.css.map */