@charset "UTF-8";
/*
Theme Name: Tema Rayes & Fagundes
Theme URI: https://www.rfaa.com.br/
Version: 1.0
Author: Agência Javali
Author URL: http://www.javalidigital.com.br
*/
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;700&family=Roboto:wght@300;400;500;700&display=swap");
/*COMEÇO RESET*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: "" "";
}

/*FIM RESET*/
::-moz-selection {
  /* Code for Firefox */
  color: white;
  background: #f36623;
}

::selection {
  color: white;
  background: #f36623;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  font-size: 16px;
  height: 100%;
  line-height: 1.1;
  width: 100%;
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
  position: relative;
}

img {
  outline: 1px solid transparent;
}

a {
  text-decoration: none !important;
}

p,
li {
  font-family: "Roboto", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
}

/* Extra small devices (phones, less than 480px - Ex: iPhone 4) */
/* No media query since this is the default in Bootstrap */
.up {
  position: fixed;
  display: block;
  bottom: 10px;
  right: 0;
  z-index: 1000;
  width: 30px;
  height: 30px;
  background-color: black;
  border-radius: 50px;
  padding: 5px;
  opacity: 0;
  visibility: hidden;
  transition: all 250ms ease-out;
}
.up:hover {
  background-color: #58595b;
}

#Menu {
  z-index: 2;
  width: 100%;
  background-color: white;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  transition: all 300ms ease;
}
#Menu .navbar-brand {
  padding: 0;
}
#Menu .navbar-brand img {
  height: 120px;
  width: auto;
  object-fit: contain;
  transition: none;
}
#Menu .navbar-toggler {
  border: 0;
  outline: 0;
  color: white !important;
}
#Menu .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(243, 102, 35, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
  width: 30px;
  height: 30px;
  background-color: white;
}
#Menu .navbar-collapse {
  padding-top: 30px;
}
#Menu .navbar-collapse ul {
  padding-left: 0;
}
#Menu .navbar-collapse ul li {
  list-style: none;
  position: relative;
  cursor: pointer;
}
#Menu .navbar-collapse ul li a {
  font-family: "Raleway", sans-serif;
  color: #58595b;
  padding: 5px;
  font-weight: 500;
  font-size: 20px;
}
#Menu .navbar-collapse ul li ul {
  width: 100%;
  position: relative;
  min-width: unset;
  border-radius: 0;
  padding: 0 0 5px 10px;
  border: 0;
  background-color: #F6F5F4;
}
#Menu .navbar-collapse ul li ul li {
  display: block !important;
  width: 100%;
  position: relative;
}
#Menu .navbar-collapse ul li ul li:before {
  content: url("images/bullet_menor_cor3.svg");
  position: absolute;
  left: -8px;
  top: 8px;
}
#Menu .navbar-collapse ul li ul li a {
  color: #58595b;
  padding: 5px 10px;
  font-size: 16px;
  white-space: break-spaces;
  background-color: white;
  font-weight: 500;
}
#Menu .navbar-collapse ul li ul li a br {
  display: none;
}
#Menu .navbar-collapse ul li ul li.active > a {
  color: #f36623;
}
#Menu .navbar-collapse ul li.active > a {
  color: #f36623;
}
#Menu .menu_social {
  border-top: 1px solid #706f6f;
  padding-top: 30px;
  margin-top: 30px;
  text-align: left;
}
#Menu .menu_social a:hover svg path {
  fill: #f36623;
}
#Menu .menu_social svg {
  width: 25px;
  height: 25px;
}
#Menu .menu_social svg path {
  transition: all 300ms ease;
}
#Menu .idiomas svg {
  display: none;
}
#Menu .idiomas .links_idiomas {
  display: inline-block;
  background-color: #F6F5F4;
  padding: 15px;
  margin-top: 20px;
  border-radius: 50px;
}
#Menu .idiomas .links_idiomas a {
  color: #58595b;
  font-family: "Roboto", sans-serif;
  padding: 10px;
  text-transform: uppercase;
}
#Menu .idiomas .links_idiomas a.active {
  color: #f36623;
}

#home {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  padding-top: 56px;
}

#carousel {
  width: 100%;
  height: 100%;
  z-index: 1;
}
#carousel .carousel-inner {
  height: 100%;
}
#carousel .carousel-inner .carousel-item1 {
  height: 100%;
  background-image: url("https://medina.adv.br/wp-content/uploads/2021/03/banner_testemunho.jpg");
  background-position: center;
  background-size: cover;
}
#carousel .carousel-inner .carousel-item1 .carousel_overlay {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}
#carousel .carousel-inner .carousel-item1 .carousel_overlay .carousel_alinha {
  height: 100%;
  display: flex;
  padding: 30px 13%;
}
#carousel .carousel-inner .carousel-item1 .carousel_overlay .carousel_alinha h1,
#carousel .carousel-inner .carousel-item1 .carousel_overlay .carousel_alinha h2,
#carousel .carousel-inner .carousel-item1 .carousel_overlay .carousel_alinha h3 {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.015em;
  margin-bottom: 0;
}
#carousel .carousel-inner .carousel-item1 .carousel_overlay .carousel_alinha h4,
#carousel .carousel-inner .carousel-item1 .carousel_overlay .carousel_alinha h5,
#carousel .carousel-inner .carousel-item1 .carousel_overlay .carousel_alinha h6 {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.015em;
  margin-bottom: 0;
}
#carousel .carousel-inner .carousel-item1 .carousel_overlay .carousel_alinha a {
  display: inline-block;
  margin-top: 20px;
  font-family: "Lato", sans-serif;
  font-style: normal;
  color: #6f2d2f;
  background-color: white;
  margin: 0 auto;
  border: 1px solid #6f2d2f;
  border-radius: 5px;
  padding: 5px 20px;
  transition: all 0.3s ease;
}
#carousel .carousel-inner .carousel-item1 .carousel_overlay .carousel_alinha a:hover {
  background-color: #f36623;
  color: white;
}
#carousel .carousel-inner .carousel-item1 .carousel_overlay .carousel_alinha img {
  width: 60%;
}
#carousel .carousel-inner .carousel-item1 .carousel_overlay .carousel_alinha p {
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #ffffff;
}
#carousel .carousel-inner .carousel-item1 .carousel_overlay .carousel_alinha br {
  display: none;
}
#carousel .carousel-inner .carousel-item2 {
  background-position: center right !important;
  text-align: center;
  background-size: auto 100% !important;
}
#carousel .carousel-inner .carousel-item2 .carousel_overlay .carousel_alinha {
  justify-content: center !important;
}
#carousel .carousel-inner .carousel-item2 a {
  border: 0 !important;
  background-color: transparent !important;
}
#carousel .carousel-inner .carousel-item2 h1 {
  font-family: "Raleway", sans-serif !important;
  font-style: normal !important;
  font-weight: bold !important;
  line-height: 110%;
  color: #F36623;
  margin-bottom: 20px !important;
  font-size: 32px !important;
}
#carousel .carousel-inner .carousel-item2 h3 {
  font-family: "Raleway", sans-serif !important;
  font-style: normal !important;
  font-weight: normal !important;
  line-height: 120%;
  color: #58595B;
}
#carousel .carousel-inner .carousel-item2 svg {
  margin-top: 30px;
}
#carousel .carousel-control-next,
#carousel .carousel-control-prev {
  top: 0;
  opacity: 1;
  width: 13%;
  z-index: 2;
}
#carousel .carousel-control-next svg,
#carousel .carousel-control-prev svg {
  width: 40px;
  height: 40px;
  text-align: center;
  padding: 10px;
  border-radius: 5px;
  transition: all 300ms ease;
}
#carousel .carousel-control-next svg:hover,
#carousel .carousel-control-prev svg:hover {
  opacity: 0.8;
}
#carousel .carousel-indicators {
  justify-content: flex-end !important;
}
#carousel .carousel-indicators li {
  height: 8px !important;
}

#carousel .carousel-inner .carousel-item2 .carousel_overlay .carousel_alinha {
  flex-direction: column !important;
}

#carousel .carousel-inner .carousel-item2 .carousel_overlay .carousel_alinha h1 br {
  display: block !important;
}

.diferentes {
  position: relative;
  z-index: 2;
  padding: 50px 15px;
  background-color: white;
}
.diferentes:before {
  content: "";
  position: absolute;
  left: 0;
  top: -50px;
  height: 50px;
  width: 100%;
}
.diferentes img {
  width: 100%;
}
.diferentes h2 {
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  margin-bottom: 10px;
  color: #58595b;
}
.diferentes h2 span {
  font-weight: 700;
  color: #f36623;
  font-size: 2.6rem;
}
.diferentes p {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  margin-bottom: 10px;
  color: #58595b;
}
.diferentes p b {
  font-weight: 700;
}
.diferentes p span {
  font-weight: 700;
  color: #f36623;
}
.diferentes a {
  margin-top: 20px;
  display: inline-block;
  border-radius: 5px;
  padding: 5px 20px;
  background-color: white;
  color: #58595b;
  font-size: 16px;
  border: 2px solid #58595b;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  cursor: pointer;
  transition: all 300ms ease;
}
.diferentes a:hover {
  border: 2px solid #f36623;
  background-color: #f36623;
  color: white;
}

.responsabilidade {
  padding: 50px 15px;
}
.responsabilidade .links_container {
  background-image: url("https://www.rfaa.com.br/wp-content/uploads/2021/07/fotos-resp-home.jpg");
  background-size: cover;
  background-position: center;
  border-radius: 10px;
}
.responsabilidade .links_container .links_hex {
  background-image: url("https://www.rfaa.com.br/wp-content/uploads/2021/07/hexagonos.png");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-wrap: wrap;
  border-radius: 10px;
  overflow: hidden;
}
.responsabilidade .links_container .links_hex .links {
  width: 50%;
  max-width: 50%;
  aspect-ratio: 1/1;
  background-color: rgba(255, 255, 255, 0.5);
  transition: all 300ms ease;
}
.responsabilidade .links_container .links_hex .links div {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  height: 100%;
}
.responsabilidade .links_container .links_hex .links h4 {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 130%;
  text-align: center;
  color: #58595B;
  margin: 0;
  transition: all 300ms ease;
}
.responsabilidade .links_container .links_hex .links:hover {
  background-color: rgba(243, 102, 35, 0.8);
}
.responsabilidade .links_container .links_hex .links:hover h4 {
  color: white;
}
.responsabilidade .links_container .links_hex > div:nth-of-type(1) {
  border-right: 2px solid white;
  border-bottom: 2px solid white;
}
.responsabilidade .links_container .links_hex > div:nth-of-type(2) {
  border-left: 2px solid white;
  border-bottom: 2px solid white;
}
.responsabilidade .links_container .links_hex > div:nth-of-type(3) {
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  border-top: 2px solid white;
}
.responsabilidade .links_container .links_hex > div:nth-of-type(4) {
  border-left: 2px solid white;
  border-bottom: 2px solid white;
  border-top: 2px solid white;
}
.responsabilidade .links_container .links_hex > div:nth-of-type(5) {
  border-right: 2px solid white;
  border-top: 2px solid white;
}
.responsabilidade .links_container .links_hex > div:nth-of-type(6) {
  border-left: 2px solid white;
  border-top: 2px solid white;
}

.atuacao {
  padding: 50px 15px;
  background-size: 100%;
  background-image: url("https://www.rfaa.com.br/wp-content/uploads/2021/05/background_atuacao_rfaa.jpg");
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
}
.atuacao h2 {
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  margin-bottom: 10px;
  color: #58595b;
  font-size: 2rem;
  margin-bottom: 30px;
}
.atuacao h2 span {
  display: block;
  font-weight: 700;
  color: #f36623;
  font-size: 2rem;
}
.atuacao a {
  margin-bottom: 15px;
  text-align: center;
  width: 100%;
  display: inline-block;
  padding: 30px 15px;
  color: #f36623;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  border-radius: 10px;
  border: 1px solid white;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease;
}
.atuacao a:hover {
  background-color: #fff4f0;
  color: #f36623;
  border: 1px solid #ffba9b;
}
.atuacao .segmentos {
  margin-top: 100px;
  position: relative;
  z-index: 2;
  background-color: rgba(212, 211, 209, 0.5);
}
.atuacao .segmentos h3 {
  position: relative;
  color: #f36623;
  margin: 50px 0 20px 0;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  text-align: center;
}
.atuacao .segmentos .segmentos_items {
  -moz-columns: 1;
       columns: 1;
  text-align: left;
}
.atuacao .segmentos .segmentos_items p {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 100%;
  color: #716e6d;
  margin-bottom: 10px;
}
.atuacao .segmentos .segmentos_items p svg {
  width: 30px;
  margin-right: 10px;
  min-height: 30px;
}

.equipe {
  position: relative;
  padding: 50px 15px 100px 15px;
  background-color: white;
}
.equipe h3 {
  position: relative;
  color: #f36623;
  margin: 0 0 30px 0;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
}
.equipe p {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 120%;
  color: #716e6d;
}
.equipe .letras {
  text-align: center;
  margin-top: 40px;
}
.equipe .letras a {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 170%;
  text-align: center;
  letter-spacing: 0.5em;
  color: #f36623;
  padding: 0 5px;
}
.equipe .letras a:hover {
  color: #716e6d;
}
.equipe .letras a.disable {
  color: #716e6d !important;
}

.equipepag .filtros {
  margin-bottom: 30px;
}
.equipepag .filtros h3 {
  position: relative;
  color: #f36623;
  margin: 0 0 30px 0;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
}
.equipepag .filtros p {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 120%;
  color: #716e6d;
}
.equipepag .filtros .letras {
  text-align: center;
  margin-top: 40px;
}
.equipepag .filtros .letras a {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 170%;
  text-align: center;
  letter-spacing: 0.5em;
  color: #f36623;
  padding: 0 5px;
}
.equipepag .filtros .letras a:hover {
  color: #716e6d;
}
.equipepag .filtros .letras a.disable {
  color: #716e6d !important;
}
.equipepag .equipe_conteudo {
  padding: 0 15px 100px 15px;
}
.equipepag .equipe_ind {
  margin-bottom: 20px;
}
.equipepag .equipe_ind .equipe_ind_alinha {
  padding: 15px;
  background-color: #F6F5F4;
  border-radius: 10px;
  display: flex;
  align-items: center;
}
.equipepag .equipe_ind .equipe_ind_alinha:hover {
  background-color: #fff0e8;
}
.equipepag .equipe_ind .equipe_ind_alinha:hover .retrato_hex svg path {
  fill: #fff0e8;
}
.equipepag .equipe_ind .equipe_ind_alinha:hover .equipe_ind_nome h6 {
  color: #f36623;
}
.equipepag .equipe_ind .equipe_ind_alinha .equipe_ind_nome {
  padding: 0 10px 0 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.equipepag .equipe_ind .equipe_ind_alinha .equipe_ind_nome h6 {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  color: #58595B;
  margin: 0 0 5px 0;
}
.equipepag .equipe_ind .equipe_ind_alinha .equipe_ind_nome p {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #939598;
  margin: 0;
}
.equipepag .equipe_ind .equipe_ind_alinha button {
  border: 0;
  padding: 0;
  background-color: transparent;
  margin-left: 15px;
}
.equipepag .equipe_ind .equipe_ind_alinha button svg path {
  transition: all 300ms ease;
}
.equipepag .equipe_ind .equipe_ind_alinha button:hover svg path {
  fill: #58595b;
}
.equipepag .equipe_ind .equipe_ind_alinha .retrato_hex {
  width: 70px;
  height: 70px;
  position: relative;
  margin-right: 10px;
}
.equipepag .equipe_ind .equipe_ind_alinha .retrato_hex svg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.equipepag .equipe_ind .equipe_ind_alinha .retrato_hex .retrato_foto {
  width: 100%;
  height: 100%;
  padding: 2px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.equipepag .equipe_ind .equipe_ind_alinha .areas_coord_ind_info {
  padding-left: 10px;
}
.equipepag .equipe_ind .equipe_ind_alinha .areas_coord_ind_info p {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 100%;
  color: #58595b;
  margin-bottom: 0;
}
.equipepag .equipe_ind .equipe_ind_alinha .areas_coord_ind_info p span {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #939598;
}

.publicacoeshome {
  position: relative;
  z-index: 2;
  padding: 0;
  background-color: #F6F5F4;
}
.publicacoeshome h3 {
  position: relative;
  color: #f36623;
  margin: -15px 0 20px 0;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
}
.publicacoeshome h5 {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  margin-bottom: 10px;
  color: #58595b;
}
.publicacoeshome h5 b {
  font-weight: 700;
}
.publicacoeshome h5 span {
  font-weight: 700;
  color: #f36623;
}
.publicacoeshome p {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  margin-bottom: 30px;
  color: #58595b;
}
.publicacoeshome p b {
  font-weight: 700;
}
.publicacoeshome p span {
  text-transform: capitalize;
}
.publicacoeshome .publicacoeshome_ind {
  display: flex;
  margin-bottom: 20px;
  flex-direction: column;
  text-align: center;
}
.publicacoeshome .publicacoeshome_ind img {
  width: 100%;
  margin: 20px auto;
}
.publicacoeshome .publicacoeshome_ind .publicacoeshome_ind_texto {
  text-align: left;
}
.publicacoeshome .publicacoeshome_ind h4 {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  margin-bottom: 0;
  color: #f36623;
  font-size: 18px;
}
.publicacoeshome .publicacoeshome_ind p {
  font-size: 14px;
  margin-bottom: 0;
}
.publicacoeshome .publicacoeshome_ind a {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  margin-bottom: 0;
  color: #58595b;
}

.rfaainformahome {
  margin-top: 50px;
  padding: 50px 15px;
  background-color: white;
}
.rfaainformahome .rfaainformahome_titulo {
  margin-top: -50px;
  text-align: center;
}
.rfaainformahome .rfaainformahome_titulo h4 {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  margin-bottom: 30px;
  color: #f36623;
}
.rfaainformahome .borda {
  border: 1px solid #cccccc;
  border-radius: 10px;
  overflow: hidden;
}
.rfaainformahome .borda div:last-child {
  border-bottom: 0;
}
.rfaainformahome .rfaainformahome_ind {
  padding: 15px;
  border-bottom: 1px solid #cccccc;
}
.rfaainformahome .rfaainformahome_ind h5 {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: 20px;
  color: #716E6D;
  font-size: 1rem;
}
.rfaainformahome .rfaainformahome_ind h5:hover {
  color: #f36623;
}
.rfaainformahome .rfaainformahome_ind h6 {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  margin-bottom: 0;
  color: #f36623;
  font-size: 14px;
}
.rfaainformahome .rfaainformahome_ind p {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  margin-bottom: 5px;
  color: #58595b;
  font-size: 14px;
}
.rfaainformahome .rfaainformahome_ind a {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  margin-bottom: 0;
  color: #58595b;
}

.reconhecimentos {
  position: relative;
  padding: 0 0 100px 0;
  background-color: white;
}
.reconhecimentos h3 {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 120%;
  text-align: center;
  color: #f36623;
  margin-bottom: 30px;
}
.reconhecimentos .owl-stage {
  display: flex !important;
  align-items: center !important;
}
.reconhecimentos .owl-nav {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
}
.reconhecimentos .owl-nav button span {
  font-size: 60px;
}
.reconhecimentos .owl-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.reconhecimentos .owl-item img {
  max-width: 100%;
  max-height: 100px;
  width: auto !important;
}

.perfil .perfil_conteudo {
  padding: 0 15px;
}
.perfil .perfil_conteudo .perfil_sidebar {
  padding: 0 15px 50px 15px;
  border-radius: 10px;
}
.perfil .perfil_conteudo .perfil_sidebar .retrato {
  margin-bottom: 30px;
}
.perfil .perfil_conteudo .perfil_sidebar .gradiente {
  padding: 15px;
  background: linear-gradient(180deg, rgba(246, 245, 244, 0) 0%, #f6f5f4 101.12%);
  border-radius: 10px;
}
.perfil .perfil_conteudo .perfil_sidebar .retrato_hex {
  width: 260px;
  aspect-ratio: 1/1;
  height: 260px;
  position: relative;
}
.perfil .perfil_conteudo .perfil_sidebar .retrato_hex .retrato_png {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.perfil .perfil_conteudo .perfil_sidebar .retrato_hex .retrato_foto {
  width: 100%;
  height: 100%;
  padding: 2px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.perfil .perfil_conteudo .perfil_sidebar .perfil_info {
  margin-bottom: 15px;
  font-family: "Roboto", sans-serif;
}
.perfil .perfil_conteudo .perfil_sidebar .perfil_info svg {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  margin-right: 5px;
}
.perfil .perfil_conteudo .perfil_sidebar .perfil_info button,
.perfil .perfil_conteudo .perfil_sidebar .perfil_info a,
.perfil .perfil_conteudo .perfil_sidebar .perfil_info p {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  border: 0;
  background-color: transparent;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-size: 15px;
  line-height: 24px;
  color: #58595b;
  margin: 0;
}
.perfil .perfil_conteudo .perfil_sidebar .perfil_info a svg {
  margin-top: -5px;
}
.perfil .perfil_conteudo .perfil_sidebar .perfil_info a:hover svg path {
  stroke: #58595b;
}
.perfil .perfil_conteudo .perfil_sidebar .perfil_info button:hover svg path {
  fill: #58595b;
}
.perfil .perfil_conteudo .perfil_sidebar .perfil_atuacao {
  margin-top: 40px;
}
.perfil .perfil_conteudo .perfil_sidebar .perfil_atuacao h5 {
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  font-size: 22px;
  line-height: 150%;
  color: #f36623;
}
.perfil .perfil_conteudo .perfil_sidebar .perfil_atuacao h5 svg {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  margin-right: 5px;
}
.perfil .perfil_conteudo .perfil_sidebar .perfil_atuacao ul {
  margin: 0;
}
.perfil .perfil_conteudo .perfil_sidebar .perfil_atuacao ul li a {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #58595b;
  margin: 0;
}
.perfil .perfil_conteudo .perfil_historico {
  margin-top: 50px;
}
.perfil .perfil_conteudo .perfil_historico h2 {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 120%;
  color: #f36623;
  margin-bottom: 0;
}
.perfil .perfil_conteudo .perfil_historico h3 {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
  color: #939598;
  margin: 0;
}
.perfil .perfil_conteudo .perfil_historico h5 {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  color: #f36623;
  margin: 30px 0 10px 0;
}
.perfil .perfil_conteudo .perfil_historico p {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  text-align: justify;
  color: #58595b;
  margin-bottom: 20px;
}
.perfil .perfil_conteudo .perfil_historico ul {
  padding-left: 20px;
  list-style: none;
}
.perfil .perfil_conteudo .perfil_historico ul li {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  text-align: justify;
  color: #58595b;
  margin-bottom: 10px;
  position: relative;
}
.perfil .perfil_conteudo .perfil_historico ul li:before {
  content: url("images/bullet_menor_laranja.svg");
  position: absolute;
  left: -20px;
  top: 2px;
}

.areas .areas_conteudo {
  padding: 0 15px;
}
.areas .areas_conteudo .areas_sidebar {
  padding: 0 15px 15px 15px;
  border-radius: 10px;
}
.areas .areas_conteudo .areas_sidebar .areas_atuacao {
  margin-top: 40px;
}
.areas .areas_conteudo .areas_sidebar .areas_atuacao h5 {
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  font-size: 22px;
  line-height: 150%;
  color: #f36623;
}
.areas .areas_conteudo .areas_sidebar .areas_atuacao h5 svg {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  margin-right: 5px;
}
.areas .areas_conteudo .areas_sidebar .areas_atuacao ul {
  margin: 0;
  padding-left: 1rem;
}
.areas .areas_conteudo .areas_sidebar .areas_atuacao ul li {
  position: relative;
  padding-bottom: 5px;
}
.areas .areas_conteudo .areas_sidebar .areas_atuacao ul li:before {
  content: url("images/bullet_menor_cor3.svg");
  position: absolute;
  left: -20px;
  top: 2px;
}
.areas .areas_conteudo .areas_sidebar .areas_atuacao ul li a {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #58595b;
  margin: 0;
  transition: all 300ms ease;
}
.areas .areas_conteudo .areas_sidebar .areas_atuacao ul li a:hover {
  color: #f36623;
}
.areas .areas_conteudo .areas_sidebar .areas_atuacao ul li.active a {
  color: #f36623;
}
.areas .areas_conteudo .areas_sidebar .areas_coord {
  margin-top: 40px;
}
.areas .areas_conteudo .areas_sidebar .areas_coord h5 {
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  font-size: 22px;
  line-height: 150%;
  color: #f36623;
  margin-bottom: 20px;
}
.areas .areas_conteudo .areas_sidebar .areas_coord h5 svg {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  margin-right: 5px;
}
.areas .areas_conteudo .areas_sidebar .areas_coord .areas_coord_ind {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.areas .areas_conteudo .areas_sidebar .areas_coord .areas_coord_ind .retrato_hex {
  width: 70px;
  height: 70px;
  position: relative;
}
.areas .areas_conteudo .areas_sidebar .areas_coord .areas_coord_ind .retrato_hex .retrato_png {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.areas .areas_conteudo .areas_sidebar .areas_coord .areas_coord_ind .retrato_hex .retrato_foto {
  width: 100%;
  height: 100%;
  padding: 2px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.areas .areas_conteudo .areas_sidebar .areas_coord .areas_coord_ind .areas_coord_ind_info {
  padding-left: 10px;
  width: 70%;
}
.areas .areas_conteudo .areas_sidebar .areas_coord .areas_coord_ind .areas_coord_ind_info p {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 100%;
  color: #58595b;
  margin-bottom: 0;
}
.areas .areas_conteudo .areas_sidebar .areas_coord .areas_coord_ind .areas_coord_ind_info p span {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #939598;
}
.areas .areas_conteudo .areas_texto h2 {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 120%;
  color: #f36623;
  margin-bottom: 30px;
}
.areas .areas_conteudo .areas_texto h4 {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  color: #939598;
  margin-bottom: 20px;
}
.areas .areas_conteudo .areas_texto p {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  text-align: justify;
  color: #58595b;
  margin-bottom: 20px;
}
.areas .areas_conteudo .areas_texto ul li {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  text-align: justify;
  color: #58595b;
  margin-bottom: 10px;
  position: relative;
}
.areas .areas_conteudo .areas_texto ul li:before {
  content: url("images/bullet_menor_cor3.svg");
  position: absolute;
  left: -20px;
  top: 2px;
}
.areas .areas_conteudo .areas_texto blockquote {
  padding: 15px;
  background-color: #F6F5F4;
  border-radius: 5px;
}
.areas .areas_conteudo .areas_texto blockquote p {
  margin: 0;
}
.areas .areas_conteudo .areas_texto blockquote strong {
  font-weight: bold;
  color: #808285;
}
.areas .areas_conteudo .areas_texto .accordion-item {
  border: 0;
}
.areas .areas_conteudo .areas_texto .accordion-button:not(.collapsed) {
  background-color: white;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0) !important;
}
.areas .areas_conteudo .areas_texto .accordion-button {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #808285;
  padding-left: 0;
  padding-right: 0;
}
.areas .areas_conteudo .areas_texto .accordion-header {
  margin: 0;
}
.areas .areas_conteudo .areas_texto .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgba(243, 102, 35, 1)'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}
.areas .areas_conteudo .areas_texto .accordion-button.collapsed::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgba(128,130,133, 1)'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(0);
}
.areas .areas_conteudo .areas_texto .accordion-body {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  text-align: justify;
  color: #58595b;
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
}

.contato .contato_conteudo {
  padding: 50px 15px;
  background-color: white;
}
.contato .contato_conteudo .contato_texto h3 {
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 120%;
  color: #F36623;
  margin-bottom: 10px;
}
.contato .contato_conteudo .contato_texto p {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 120%;
  color: #716E6D;
  margin-bottom: 20px;
}
.contato .contato_conteudo .contato_texto a {
  display: inline-block;
  margin: 0 0 30px 0;
  border: 1.5px solid #716E6D;
  border-radius: 5px;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  color: #716E6D;
  padding: 5px 20px;
  transition: all 300ms ease;
}
.contato .contato_conteudo .contato_texto a:hover {
  color: white;
  background-color: #f36623;
  border: 1.5px solid #f36623;
}
.contato .contato_conteudo .contato_texto h4 {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  color: #939598;
}
.contato .contato_conteudo .contato_texto .contato_social a {
  border: 0;
  padding: 0;
  margin-right: 5px;
}
.contato .contato_conteudo .contato_texto .contato_social a svg path {
  transition: all 300ms ease;
}
.contato .contato_conteudo .contato_texto .contato_social a:hover {
  background-color: transparent;
  border: 0;
}
.contato .contato_conteudo .contato_texto .contato_social a:hover svg path {
  fill: #58595b;
}
.contato .contato_conteudo .contato_form form {
  margin-top: 30px;
}
.contato .contato_conteudo .contato_form form p label {
  width: 100%;
  font-family: "Raleway", sans-serif;
  color: black;
  font-weight: 300;
}
.contato .contato_conteudo .contato_form form .wpcf7-file {
  font-size: 10px;
}
.contato .contato_conteudo .contato_form form input[type=text] {
  width: 100%;
  border-radius: 0;
  height: 35px;
  padding: 3px 3px 3px 0;
  border: 0;
  border-bottom: 1px solid #58595b;
  font-family: "Raleway", sans-serif;
  color: black;
  font-weight: 300;
  transition: all 300ms ease;
}
.contato .contato_conteudo .contato_form form input[type=text]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: black;
}
.contato .contato_conteudo .contato_form form input[type=text]::-moz-placeholder {
  /* Firefox 19+ */
  color: black;
}
.contato .contato_conteudo .contato_form form input[type=text]:-ms-input-placeholder {
  /* IE 10+ */
  color: black;
}
.contato .contato_conteudo .contato_form form input[type=text]:-moz-placeholder {
  /* Firefox 18- */
  color: black;
}
.contato .contato_conteudo .contato_form form input[type=email] {
  width: 100%;
  border-radius: 0;
  height: 35px;
  padding: 3px 3px 3px 0;
  border: 0;
  border-bottom: 1px solid #58595b;
  font-family: "Raleway", sans-serif;
  color: black;
  font-weight: 300;
  transition: all 300ms ease;
}
.contato .contato_conteudo .contato_form form input[type=email]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: black;
}
.contato .contato_conteudo .contato_form form input[type=email]::-moz-placeholder {
  /* Firefox 19+ */
  color: black;
}
.contato .contato_conteudo .contato_form form input[type=email]:-ms-input-placeholder {
  /* IE 10+ */
  color: black;
}
.contato .contato_conteudo .contato_form form input[type=email]:-moz-placeholder {
  /* Firefox 18- */
  color: black;
}
.contato .contato_conteudo .contato_form form input[type=tel] {
  width: 100%;
  border-radius: 0;
  height: 35px;
  padding: 3px 3px 3px 0;
  border: 0;
  border-bottom: 1px solid #58595b;
  font-family: "Raleway", sans-serif;
  color: black;
  font-weight: 300;
  transition: all 300ms ease;
}
.contato .contato_conteudo .contato_form form input[type=tel]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: black;
}
.contato .contato_conteudo .contato_form form input[type=tel]::-moz-placeholder {
  /* Firefox 19+ */
  color: black;
}
.contato .contato_conteudo .contato_form form input[type=tel]:-ms-input-placeholder {
  /* IE 10+ */
  color: black;
}
.contato .contato_conteudo .contato_form form input[type=tel]:-moz-placeholder {
  /* Firefox 18- */
  color: black;
}
.contato .contato_conteudo .contato_form form textarea {
  width: 100%;
  border-radius: 5px;
  height: 75px;
  padding: 3px 3px 3px 0;
  border: 1px solid #58595b;
  font-family: "Raleway", sans-serif;
  color: black;
  font-weight: 300;
  transition: all 300ms ease;
}
.contato .contato_conteudo .contato_form form textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: black;
}
.contato .contato_conteudo .contato_form form textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: black;
}
.contato .contato_conteudo .contato_form form textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: black;
}
.contato .contato_conteudo .contato_form form textarea:-moz-placeholder {
  /* Firefox 18- */
  color: black;
}
.contato .contato_conteudo .contato_form form .arquivo span {
  text-align: center;
  display: block;
  padding: 15px;
  width: 100%;
  background-color: #F6F5F4;
  overflow: hidden;
}
.contato .contato_conteudo .contato_form form input[type=submit] {
  float: right;
  height: 35px;
  border-radius: 3px;
  padding: 5px 15px;
  background-color: #f36623;
  color: white;
  font-size: 16px;
  border: 0;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  cursor: pointer;
  transition: all 300ms ease;
}
.contato .contato_conteudo .contato_form form input[type=submit]:hover {
  background-color: #58595b;
}
.contato .contato_conteudo .contato_form form .ajax-loader {
  position: absolute;
}
.contato .contato_conteudo .contato_form form .wpcf7-response-output {
  float: left;
  text-align: left;
  margin: 0;
  font-size: 12px;
  padding: 0.3em 1em 0.2em 1em;
  border: 0;
  font-family: "Raleway", sans-serif;
}
.contato .contato_conteudo .contato_form form .wpcf7-not-valid-tip {
  display: none !important;
}
.contato .contato_conteudo .contato_form form div.wpcf7-mail-sent-ok {
  color: green;
}
.contato .contato_conteudo .contato_form form div.wpcf7-mail-sent-ng {
  color: red;
}
.contato .contato_conteudo .contato_form form div.wpcf7-spam-blocked {
  color: red;
}
.contato .contato_conteudo .contato_form form div.wpcf7-validation-errors {
  color: red;
}
.contato .contato_conteudo .contato_form form .wpcf7-not-valid {
  border: 1px solid red !important;
}
.contato .contato_conteudo .contato_form form.sent .wpcf7-response-output {
  color: white;
  background-color: #58595b;
}
.contato .contato_conteudo .contato_form form.invalid .wpcf7-response-output {
  color: white;
  background-color: red;
}
.contato .contato_conteudo .contato_unidades_tit {
  margin-top: 50px;
  margin-bottom: 20px;
  text-align: center;
}
.contato .contato_conteudo .contato_unidades_tit h3 {
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  font-size: 30px;
  line-height: 120%;
  color: #F36623;
  margin-bottom: 10px;
}
.contato .contato_conteudo .contato_unidades_tit p {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 120%;
  color: #716E6D;
  margin-bottom: 0;
}
.contato .contato_conteudo .contato_unidades_ind {
  margin-bottom: 30px;
}
.contato .contato_conteudo .contato_unidades_ind .row {
  padding: 0 15px;
}
.contato .contato_conteudo .contato_unidades_ind .contato_unidades_interno {
  padding: 0;
  height: 100%;
  width: 100%;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  overflow: hidden;
}
.contato .contato_conteudo .contato_unidades_ind .contato_unidades_interno:hover p span {
  color: #f36623;
  text-decoration: underline !important;
}
.contato .contato_conteudo .contato_unidades_ind .contato_unidades_ind_foto {
  padding: 0;
}
.contato .contato_conteudo .contato_unidades_ind .contato_unidades_ind_foto img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contato .contato_conteudo .contato_unidades_ind .contato_unidades_ind_info {
  padding: 15px;
}
.contato .contato_conteudo .contato_unidades_ind .contato_unidades_ind_info h5 {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  color: #F36623;
  margin-bottom: 10px;
}
.contato .contato_conteudo .contato_unidades_ind .contato_unidades_ind_info p {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #716E6D;
  margin: 0;
}
.contato .contato_conteudo .contato_unidades_ind .contato_unidades_ind_info2 {
  text-align: right;
}

.conteudos .conteudos_conteudo {
  background-color: white;
  padding: 0 15px;
}
.conteudos .conteudos_conteudo .conteudos_texto {
  overflow: hidden;
  margin-bottom: 30px;
}
.conteudos .conteudos_conteudo .conteudos_texto h1,
.conteudos .conteudos_conteudo .conteudos_texto h2,
.conteudos .conteudos_conteudo .conteudos_texto h3 {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #f36623;
}
.conteudos .conteudos_conteudo .conteudos_texto h4,
.conteudos .conteudos_conteudo .conteudos_texto h5,
.conteudos .conteudos_conteudo .conteudos_texto h6 {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #f36623;
}
.conteudos .conteudos_conteudo .conteudos_texto p {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  text-align: justify;
  color: #58595b;
  margin-bottom: 20px;
}
.conteudos .conteudos_conteudo .conteudos_texto a {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  text-align: justify;
  color: #f36623;
  text-decoration: underline !important;
}
.conteudos .conteudos_conteudo .conteudos_texto ul {
  padding-left: 20px;
}
.conteudos .conteudos_conteudo .conteudos_texto ul li {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  color: #58595b;
  position: relative;
  margin-bottom: 10px;
}
.conteudos .conteudos_conteudo .conteudos_texto ul li:before {
  content: url("images/bullet_menor_cor3.svg");
  position: absolute;
  left: -20px;
  top: 2px;
}
.conteudos .conteudos_conteudo .conteudos_texto ol {
  padding-left: 20px;
  list-style: decimal;
}
.conteudos .conteudos_conteudo .conteudos_texto ol li {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  color: #58595b;
  margin-bottom: 10px;
}
.conteudos .conteudos_conteudo .conteudos_texto p.wp-caption-text {
  margin-top: -20px;
  margin-bottom: 0;
  padding: 5px;
  color: black;
  font-size: 14px;
  background-color: #716e6d;
}
.conteudos .conteudos_conteudo .conteudos_texto > div {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  text-align: justify;
  color: #58595b;
}
.conteudos .conteudos_conteudo .conteudos_texto img.alignleft {
  width: 100%;
  height: auto;
  float: left;
  margin: 0 0 20px 0;
}
.conteudos .conteudos_conteudo .conteudos_texto img.alignright {
  width: 100%;
  height: auto;
  float: right;
  margin: 0 0 20px 0;
}
.conteudos .conteudos_conteudo .conteudos_texto img {
  width: 100%;
  height: auto;
  margin: 0 0 20px 0;
}
.conteudos .conteudos_conteudo .conteudos_texto div.alignleft {
  width: 100%;
  height: auto;
  float: left;
  margin: 0 0 20px 0;
}
.conteudos .conteudos_conteudo .conteudos_texto div.alignright {
  width: 100%;
  height: auto;
  float: right;
  margin: 0 0 20px 0;
}
.conteudos .conteudos_conteudo .conteudos_texto blockquote {
  margin: 20px 0;
  padding: 20px;
  font-family: "Roboto", sans-serif;
  background-color: #716e6d;
  clear: both;
}
.conteudos .conteudos_conteudo .conteudos_texto blockquote p {
  margin: 0;
}
.conteudos .conteudos_conteudo .conteudos_texto strong {
  font-weight: 500;
}
.conteudos .conteudos_conteudo .conteudos_texto table {
  margin-bottom: 20px;
}
.conteudos .conteudos_conteudo .conteudos_texto table tr td {
  padding: 5px;
  color: #58595b;
  font-family: "Roboto", sans-serif !important;
}
.conteudos .conteudos_conteudo .conteudos_texto em {
  font-style: italic !important;
}
.conteudos .conteudos_conteudo .conteudos_texto h3.conteudos_titulo {
  font-weight: 700;
  margin-bottom: 30px;
  margin-top: 30px;
}
.conteudos .conteudos_conteudo .conteudos_compartilhar {
  margin-top: 30px;
  margin-bottom: 100px;
}
.conteudos .conteudos_conteudo .conteudos_compartilhar p {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  text-align: justify;
  color: #f36623;
  margin-bottom: 5px;
}
.conteudos .conteudos_conteudo .conteudos_compartilhar svg {
  width: 25px;
  height: 25px;
  margin: 0 5px 0 0;
}
.conteudos .conteudos_conteudo .conteudos_compartilhar svg path {
  transition: all 300ms ease;
}
.conteudos .conteudos_conteudo .conteudos_compartilhar svg:hover path {
  fill: #f36623;
}

.namidia {
  padding: 0 15px;
}

.blog_cat {
  position: relative;
  padding-bottom: 20px;
}
.blog_cat h6 {
  position: relative;
  line-height: 30px;
  height: 35px;
  padding: 3px 3px 3px 0;
  border: 0;
  border-bottom: 1px solid #58595b;
  font-family: "Raleway", sans-serif;
  color: #58595b;
  margin: 0;
  font-weight: 500;
}
.blog_cat h6:after {
  content: url("images/cat.svg");
  position: absolute;
  right: 0;
}
.blog_cat .categorias {
  display: none;
  width: 100%;
  position: absolute;
  z-index: 10001;
  max-height: 0;
  background-color: #F6F5F4;
  padding: 15px;
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
  transition: all 300ms ease;
}
.blog_cat .categorias li {
  list-style: none;
  color: #58595b;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
}
.blog_cat .categorias li a {
  color: black;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
}
.blog_cat .categorias li a:hover {
  color: #f36623;
}

.blog_procura {
  padding-top: 20px;
  padding-bottom: 20px;
}
.blog_procura form {
  display: flex;
  justify-content: space-between;
}
.blog_procura form input[type=text] {
  font-weight: 500;
  width: calc(100% - 40px);
  border-radius: 0;
  height: 35px;
  padding: 3px 3px 3px 0;
  border: 0;
  border-bottom: 1px solid #58595b;
  font-family: "Raleway", sans-serif;
  color: #58595b;
  background-color: transparent;
  transition: all 300ms ease;
}
.blog_procura form input[type=text]::-webkit-input-placeholder {
  color: #58595b;
}
.blog_procura form input[type=text]::-moz-placeholder {
  color: #58595b;
}
.blog_procura form input[type=text]:-ms-input-placeholder {
  color: #58595b;
}
.blog_procura form input[type=text]:-moz-placeholder {
  color: #58595b;
}
.blog_procura form button[type=submit] {
  height: 35px;
  width: 35px;
  border-radius: 0;
  padding: 5px;
  background-color: transparent;
  color: white;
  font-size: 16px;
  border: 0;
  cursor: pointer;
}
.blog_procura form button[type=submit] svg {
  height: 20px;
  width: 20px;
}
.blog_procura form button[type=submit] svg path {
  transition: all 300ms ease;
}
.blog_procura form button[type=submit]:hover svg path, .blog_procura form button[type=submit]:focus svg path {
  fill: #f36623;
}

.blog_atuacoes {
  position: relative;
  padding-bottom: 20px;
}
.blog_atuacoes h6 {
  position: relative;
  line-height: 30px;
  height: 35px;
  padding: 3px 3px 3px 0;
  border: 0;
  border-bottom: 1px solid #58595b;
  font-family: "Raleway", sans-serif;
  color: #58595b;
  margin: 0;
  font-weight: 500;
}
.blog_atuacoes h6:after {
  content: url("images/cat.svg");
  position: absolute;
  right: 0;
}
.blog_atuacoes .atuacoes {
  display: none;
  width: 100%;
  position: absolute;
  z-index: 10001;
  max-height: 0;
  background-color: #F6F5F4;
  padding: 15px;
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
  transition: all 300ms ease;
}
.blog_atuacoes .atuacoes li {
  list-style: none;
  color: #58595b;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
}
.blog_atuacoes .atuacoes li a {
  color: black;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
}
.blog_atuacoes .atuacoes li a:hover {
  color: #f36623;
}

.categoriaspag .categorias_conteudo {
  background-color: white;
  padding: 0 15px;
}
.categoriaspag .categorias_conteudo .categorias_titulo h3 {
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 120%;
  color: #F36623;
  margin-bottom: 10px;
  margin-top: 30px;
}
.categoriaspag .categorias_conteudo .categorias_titulo p {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 120%;
  color: #716E6D;
  margin-bottom: 20px;
}
.categoriaspag .categorias_conteudo .categorias_bloco {
  margin: 50px 0 100px 0;
}
.categoriaspag .categorias_conteudo .categorias_bloco .categorias_publicacoes {
  display: flex;
  align-items: flex-end;
  margin-bottom: 30px;
}
.categoriaspag .categorias_conteudo .categorias_bloco .categorias_publicacoes img {
  width: 150px;
  margin-right: 10px;
  height: auto;
}
.categoriaspag .categorias_conteudo .categorias_bloco .categorias_publicacoes .categorias_publicacoes_info h5 {
  color: #f36623;
}
.categoriaspag .categorias_conteudo .categorias_bloco .categorias_publicacoes:hover h5 {
  color: #58595b;
}
.categoriaspag .categorias_conteudo .categorias_bloco .categorias_publicacoes:hover p span {
  color: #f36623;
}
.categoriaspag .categorias_conteudo .categorias_bloco .categorias_publicacoes:hover p span svg path {
  fill: #f36623;
}
.categoriaspag .categorias_conteudo .categorias_bloco .categorias_rfaa {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
}
.categoriaspag .categorias_conteudo .categorias_bloco .categorias_rfaa .categorias_publicacoes_info h5 {
  color: #58595b;
}
.categoriaspag .categorias_conteudo .categorias_bloco .categorias_rfaa .categorias_publicacoes_info:hover h5 {
  color: #f36623;
}
.categoriaspag .categorias_conteudo .categorias_bloco .categorias_publicacoes_data {
  padding: 10px;
  text-align: center;
  background-color: #F6F5F4;
  margin-right: 15px;
}
.categoriaspag .categorias_conteudo .categorias_bloco .categorias_publicacoes_data p {
  color: #58595b;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 80%;
  margin-bottom: 0;
}
.categoriaspag .categorias_conteudo .categorias_bloco .categorias_publicacoes_data p:first-child {
  font-size: 28px;
  margin-bottom: 5px;
}
.categoriaspag .categorias_conteudo .categorias_bloco .categorias_publicacoes_data p:last-child {
  font-size: 16px;
}
.categoriaspag .categorias_conteudo .categorias_bloco .categorias_publicacoes_info .pubcategorias a {
  display: inline-block;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 10px;
  line-height: 120%;
  color: #f36623;
}
.categoriaspag .categorias_conteudo .categorias_bloco .categorias_publicacoes_info h5 {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  margin: 0 0 10px 0;
}
.categoriaspag .categorias_conteudo .categorias_bloco .categorias_publicacoes_info h6 {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  margin: 0 0 5px 0;
  color: #58595b;
}
.categoriaspag .categorias_conteudo .categorias_bloco .categorias_publicacoes_info p {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 120%;
  color: #58595b;
  margin-bottom: 5px;
}
.categoriaspag .categorias_conteudo .categorias_bloco .categorias_publicacoes_info p span {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: #716E6D;
}
.categoriaspag .destaques {
  margin-top: 20px;
  margin-bottom: 50px;
}
.categoriaspag .destaques .borda {
  border: 0.5px solid #cccccc;
  border-radius: 10px;
  overflow: hidden;
}
.categoriaspag .destaques .borda div:last-child {
  border-right: 0;
}
.categoriaspag .destaques .rfaainformahome_ind {
  padding: 15px;
  border: 0.5px solid #cccccc;
}
.categoriaspag .destaques .rfaainformahome_ind h5 {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: 20px;
  color: #716E6D;
  font-size: 1rem;
}
.categoriaspag .destaques .rfaainformahome_ind h5:hover {
  color: #f36623;
}
.categoriaspag .destaques .rfaainformahome_ind h6 {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  margin-bottom: 0;
  color: #f36623;
  font-size: 18px;
}
.categoriaspag .destaques .rfaainformahome_ind p {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  margin-bottom: 5px;
  color: #58595b;
  font-size: 14px;
}
.categoriaspag .destaques .rfaainformahome_ind a {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  margin-bottom: 0;
  color: #58595b;
}
.categoriaspag .destaques .rfaainformahome_ind.namidia_ind h5 {
  color: #f36623;
}
.categoriaspag .destaques .rfaainformahome_ind.namidia_ind h5:hover {
  color: #716E6D;
}

.responsabilidade-social {
  margin-bottom: 50px;
}
.responsabilidade-social .resp_conteudo {
  margin-top: 50px;
  padding: 0 15px;
}
.responsabilidade-social .resp_conteudo .resp_texto h3 {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 120%;
  color: #f36623;
  margin-bottom: 30px;
}
.responsabilidade-social .resp_conteudo .resp_texto > p {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  color: #58595b;
}
.responsabilidade-social .resp_conteudo .resp_foto img {
  width: 100%;
}
.responsabilidade-social .resp_conteudo .resp_destaques {
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
}
.responsabilidade-social .resp_conteudo .resp_destaques svg {
  height: 50px;
  margin-top: 30px;
}
.responsabilidade-social .resp_conteudo .resp_destaques h4 {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  color: #939598;
  margin-bottom: 30px;
}
.responsabilidade-social .resp_conteudo .resp_destaques h5 {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 130%;
  text-align: center;
  color: #716E6D;
  margin-top: 20px;
}
.responsabilidade-social .resp_conteudo .resp_destaques p {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  color: #58595b;
  margin-bottom: 0;
}
.responsabilidade-social .acoes_conteudo {
  padding-top: 50px;
  padding-bottom: 50px;
}
.responsabilidade-social .acoes_conteudo .acoes_texto h4 {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  color: #f36623;
  margin-bottom: 15px;
}
.responsabilidade-social .acoes_conteudo .acoes_texto > p {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  color: #58595b;
}
.responsabilidade-social .acoes_conteudo .acoes_texto > p span {
  font-weight: 700;
  font-style: italic;
  color: #f36623;
}
.responsabilidade-social .acoes_conteudo .acoes_texto > p b {
  font-weight: 700;
}
.responsabilidade-social .acoes_conteudo .acoes_texto ul {
  padding: 0 0 0 20px;
}
.responsabilidade-social .acoes_conteudo .acoes_texto ul li {
  position: relative;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  color: #58595b;
}
.responsabilidade-social .acoes_conteudo .acoes_texto ul li:before {
  content: url("images/bullet_menor_cor3.svg");
  position: absolute;
  left: -20px;
  top: 2px;
}
.responsabilidade-social .acoes_conteudo .acoes_texto a.acoessocials {
  display: inline-block;
  border-radius: 5px;
  padding: 5px 20px;
  background-color: #f36623;
  color: white;
  font-size: 16px;
  border: 2px solid #f36623;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  padding: 5px 10px;
  cursor: pointer;
  transition: all 300ms ease;
  margin-right: 10px;
  margin-bottom: 10px;
}
.responsabilidade-social .acoes_conteudo .acoes_texto a.acoessocials:hover {
  background-color: #58595b;
  border: 2px solid #58595b;
}
.responsabilidade-social .acoes_conteudo .acoes_texto a.calendario {
  display: inline-block;
  border-radius: 5px;
  padding: 5px 20px;
  background-color: white;
  color: #58595b;
  font-size: 16px;
  border: 2px solid #58595b;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  padding: 5px 10px;
  cursor: pointer;
  transition: all 300ms ease;
}
.responsabilidade-social .acoes_conteudo .acoes_texto a.calendario:hover {
  color: white;
  background-color: #58595b;
}
.responsabilidade-social .acoes_conteudo .acoes_foto img {
  width: 100%;
  margin: 20px auto;
}
.responsabilidade-social .break {
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
.responsabilidade-social .break .break_overlay {
  padding-top: 50vw;
  padding-bottom: 20px;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#b3000000", GradientType=0);
  /* IE6-9 */
}
.responsabilidade-social .break .break_overlay h4 {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 120%;
  color: #FFFFFF;
  margin: 0;
}

.escritorio {
  overflow-x: hidden;
}
.escritorio .escritorio_conteudo {
  padding: 50px 15px;
  background-color: white;
}
.escritorio .escritorio_conteudo .esc_texto h1,
.escritorio .escritorio_conteudo .esc_texto h2 {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  color: #f36623;
  font-weight: 600;
}
.escritorio .escritorio_conteudo .esc_texto h2 {
  font-size: 24px;
  font-weight: 600;
}
.escritorio .escritorio_conteudo .esc_texto h5,
.escritorio .escritorio_conteudo .esc_texto h6 {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #f36623;
}
.escritorio .escritorio_conteudo .esc_texto h3 {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  color: #f36623;
  margin-bottom: 30px;
}
.escritorio .escritorio_conteudo .esc_texto h4 {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  color: #939598;
}
.escritorio .escritorio_conteudo .esc_texto p {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  color: #58595b;
}
.escritorio .escritorio_conteudo .esc_texto p span {
  font-weight: 700;
  font-style: italic;
  color: #f36623;
}
.escritorio .escritorio_conteudo .esc_texto p b {
  font-weight: 700;
}
.escritorio .escritorio_conteudo .esc_texto ul {
  padding-left: 20px;
  list-style: none;
}
.escritorio .escritorio_conteudo .esc_texto ul li {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  text-align: justify;
  color: #58595b;
  margin-bottom: 15px;
  position: relative;
}
.escritorio .escritorio_conteudo .esc_texto ul li:before {
  content: url("images/bullet_menor_cor3.svg");
  position: absolute;
  left: -20px;
  top: 2px;
}
.escritorio .escritorio_conteudo .esc_texto ol {
  padding-left: 20px;
  list-style: decimal;
}
.escritorio .escritorio_conteudo .esc_texto ol li {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  text-align: justify;
  color: #58595b;
  margin-bottom: 15px;
  position: relative;
}
.escritorio .escritorio_conteudo .esc_foto img {
  width: 100%;
}
.escritorio .fotos-videos {
  margin-bottom: 50px;
}
.escritorio .fotos-videos img {
  width: 100%;
  height: 180px;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin-bottom: 30px;
}
.escritorio .fotos-videos .embed-video {
  margin-bottom: 0;
}

.timeline {
  overflow-x: scroll;
  margin-bottom: 50px;
}
.timeline .scroll {
  overflow-x: scroll;
  width: 1140px;
  background-image: url("https://www.rfaa.com.br/wp-content/uploads/2021/07/timeline.jpg");
  background-position: center;
  background-size: 100% 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  background-repeat: no-repeat;
}
.timeline .container-fluid hr {
  height: 3px;
  background-color: #f36623;
  border: 0;
  opacity: 1;
  margin: 0;
}
.timeline .timeline-top {
  width: 20%;
  transform: translateY(10px);
}
.timeline .timeline-top h5 {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 110%;
  color: #939598;
}
.timeline .timeline-top p {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 110%;
  color: #58595B;
}
.timeline .timeline-bottom {
  width: 20%;
  transform: translateY(-10px);
}
.timeline .timeline-bottom svg {
  margin-bottom: 10px;
}
.timeline .timeline-bottom h5 {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 110%;
  color: #939598;
}
.timeline .timeline-bottom p {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 110%;
  color: #58595B;
}

#Pag404 {
  text-align: center;
  padding: 100px 0;
  overflow: hidden;
}
#Pag404 h1 {
  font-family: "Raleway", sans-serif;
  margin: 0;
  color: black;
  font-weight: 900;
  font-size: 7.5rem;
  text-transform: uppercase;
}
#Pag404 p {
  font-family: "Raleway", sans-serif;
  color: #58595b;
  font-size: 16px;
  width: 100%;
  float: left;
}

#Newsletter {
  position: relative;
  z-index: 2;
  padding: 0 15px 50px 15px;
  background-color: #F6F5F4;
}
#Newsletter .news_ind {
  position: relative;
  text-align: center;
}
#Newsletter .news_ind p {
  font-family: "Raleway", sans-serif;
  color: white;
  font-size: 16px;
  line-height: 20px;
  margin: 0 0 10px 0;
}
#Newsletter .news_ind form.wpcf7-form {
  overflow: hidden;
}
#Newsletter .news_ind form.wpcf7-form p:nth-of-type(1) {
  float: left;
  width: 100%;
  margin: 0 0 10px 0;
}
#Newsletter .news_ind form.wpcf7-form p:nth-of-type(2) {
  float: left;
  width: 100%;
  margin: 0 0 10px 0;
}
#Newsletter .news_ind form.wpcf7-form p:nth-of-type(3) {
  float: right;
  width: 10%;
  margin: 0;
}
#Newsletter .news_ind form.wpcf7-form input[type=text] {
  width: 100%;
  border-radius: 0;
  height: 35px;
  padding: 3px 3px 3px 5px;
  border: 0;
  border-bottom: 1px solid #58595b;
  font-family: "Raleway", sans-serif;
  color: black;
  font-weight: 300;
  background-color: #F6F5F4;
  transition: all 300ms ease;
}
#Newsletter .news_ind form.wpcf7-form input[type=text]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #58595b;
}
#Newsletter .news_ind form.wpcf7-form input[type=text]::-moz-placeholder {
  /* Firefox 19+ */
  color: #58595b;
}
#Newsletter .news_ind form.wpcf7-form input[type=text]:-ms-input-placeholder {
  /* IE 10+ */
  color: #58595b;
}
#Newsletter .news_ind form.wpcf7-form input[type=text]:-moz-placeholder {
  /* Firefox 18- */
  color: #58595b;
}
#Newsletter .news_ind form.wpcf7-form input[type=email] {
  width: 100%;
  border-radius: 0;
  height: 35px;
  padding: 3px 3px 3px 5px;
  border: 0;
  border-bottom: 1px solid #58595b;
  font-family: "Raleway", sans-serif;
  color: black;
  font-weight: 300;
  background-color: #F6F5F4;
  transition: all 300ms ease;
}
#Newsletter .news_ind form.wpcf7-form input[type=email]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #58595b;
}
#Newsletter .news_ind form.wpcf7-form input[type=email]::-moz-placeholder {
  /* Firefox 19+ */
  color: #58595b;
}
#Newsletter .news_ind form.wpcf7-form input[type=email]:-ms-input-placeholder {
  /* IE 10+ */
  color: #58595b;
}
#Newsletter .news_ind form.wpcf7-form input[type=email]:-moz-placeholder {
  /* Firefox 18- */
  color: #58595b;
}
#Newsletter .news_ind form.wpcf7-form input[type=submit] {
  float: right;
  height: 35px;
  border-radius: 5px;
  padding: 5px 20px;
  background-color: #F6F5F4;
  color: #f36623;
  font-size: 16px;
  border: 2px solid #f36623;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  cursor: pointer;
  transition: all 300ms ease;
}
#Newsletter .news_ind form.wpcf7-form input[type=submit]:hover {
  background-color: #f36623;
  color: white;
}
#Newsletter .news_ind form.wpcf7-form .ajax-loader {
  position: absolute;
}
#Newsletter .news_ind form.wpcf7-form .wpcf7-response-output {
  float: left;
  text-align: left;
  width: 75%;
  margin: 0;
  font-size: 12px;
  padding: 0.3em 1em 0.2em 1em;
  border: 0;
  font-family: "Raleway", sans-serif;
  color: red;
}
#Newsletter .news_ind form.wpcf7-form .wpcf7-not-valid-tip {
  display: none !important;
}
#Newsletter .news_ind form.wpcf7-form div.wpcf7-mail-sent-ok {
  color: green;
}
#Newsletter .news_ind form.wpcf7-form div.wpcf7-mail-sent-ng {
  color: red;
}
#Newsletter .news_ind form.wpcf7-form div.wpcf7-spam-blocked {
  color: red;
}
#Newsletter .news_ind form.wpcf7-form div.wpcf7-validation-errors {
  color: red;
}
#Newsletter .news_ind form.wpcf7-form .wpcf7-not-valid {
  border: 1px solid red !important;
}
#Newsletter h3 {
  position: relative;
  color: #f36623;
  margin: -15px 0 20px 0;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
}
#Newsletter .news_texto {
  display: flex;
  align-items: center;
  text-align: left;
  margin-bottom: 30px;
}
#Newsletter .news_texto svg {
  margin-right: 10px;
}
#Newsletter .news_texto p {
  font-family: "Raleway", sans-serif;
  color: #58595b;
  font-weight: 400;
  margin: 0;
  font-size: 16px;
}
#Newsletter .news_texto p span {
  font-weight: 700;
  color: #f36623;
}
#Newsletter .news_texto p br {
  display: none;
}

footer {
  padding: 50px 15px 0 15px;
  background-color: #58595b;
}
footer .rodape_social svg {
  width: 30px;
  height: 30px;
  margin-right: 5px;
}
footer .rodape_social svg:hover path {
  fill: white;
}
footer .acesso_rapido ul {
  margin: 10px 0 0 0;
  padding: 0;
}
footer .acesso_rapido ul li a {
  display: inline-block;
  color: white;
  font-family: "Raleway", sans-serif;
  padding: 5px 0;
  font-weight: 500;
  font-size: 16px;
}
footer .acesso_rapido ul li a:hover {
  color: #f36623;
}
footer .menus h5 {
  font-family: "Raleway", sans-serif;
  color: #f36623;
  font-weight: 700;
  margin: 30px 0 20px 0;
}
footer .menus ul {
  margin: 10px 0 0 0;
  padding: 0;
}
footer .menus ul li:first-child a {
  font-weight: 500;
  font-size: 16px;
}
footer .menus ul li a {
  display: inline-block;
  color: white;
  font-family: "Raleway", sans-serif;
  padding: 2px 0;
  font-weight: 300;
  font-size: 16px;
}
footer .menus ul li a:hover {
  color: #f36623;
}
footer .menus2 {
  margin: 45px 0 0 0;
}
footer .unidades h5 {
  font-family: "Raleway", sans-serif;
  color: #f36623;
  font-weight: 700;
  margin: 30px 0 20px 0;
}
footer .unidades .unidades_ind {
  margin-bottom: 20px;
}
footer .unidades .unidades_ind h6 {
  color: white;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 16px;
  margin: 0 0 5px 0;
}
footer .unidades .unidades_ind p {
  color: white;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  font-size: 13px;
  margin: 0;
}
footer .unidades2 {
  margin: 45px 0 0 0;
}
footer .copyright {
  margin-top: 30px;
  text-align: center;
  padding: 10px 0;
  background-color: #464749;
}
footer .copyright p {
  margin: 0;
  color: white;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}
footer .copyright p span {
  color: white;
}
footer .copyright p a {
  text-decoration: underline !important;
  color: white;
}
footer .copyright p a img {
  height: 15px;
  margin-left: 5px;
}

#politica {
  margin: 90px 0 0 0;
  padding: 0 0 50px 0;
}
#politica p {
  font-family: "Raleway", sans-serif;
  color: #58595b;
  font-size: 16px;
  font-weight: 300;
}
#politica h2 {
  color: #f36623;
  margin: 20px 0 10px 0;
  font-family: "Raleway", sans-serif;
}
#politica h3 {
  color: black;
  margin: 10px 0 5px 0;
  font-family: "Raleway", sans-serif;
}
#politica ul li {
  color: #58595b;
  margin: 10px 0 5px 0;
  font-family: "Raleway", sans-serif;
}

.disclaimer {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  z-index: -1;
  bottom: -100%;
  left: 0;
  right: 0;
  margin: auto;
  padding: 20px 0;
  background-color: #f36623;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  text-align: center;
  transition: all 1000ms ease;
}
.disclaimer .fechar {
  position: absolute;
  right: 0;
  top: -40px;
  background-color: black;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.disclaimer .fechar:hover {
  background-color: #f36623;
}
.disclaimer p {
  font-family: "Raleway", sans-serif;
  margin: 0 0 20px 0;
  color: white;
  line-height: 18px;
  font-size: 14px;
}
.disclaimer a.link-politica {
  text-decoration: underline !important;
  font-weight: bold;
  color: white;
}
.disclaimer button.politica {
  cursor: pointer;
  border: 0;
  font-family: "Raleway", sans-serif;
  margin: 0;
  color: black !important;
  font-size: 16px;
  padding: 10px 15px;
  background-color: white;
  border-radius: 5px;
  transition: all 300ms ease;
}
.disclaimer button.politica:hover {
  color: white !important;
  background-color: black;
}

.titulo {
  background-position: left bottom;
  background-size: cover;
  height: 150px;
  margin-top: 56px;
  padding: 0 15px 30px 15px;
  display: flex;
  align-items: flex-end;
  position: relative;
}
.titulo .titulo-hex {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 25%;
}
.titulo .container {
  position: relative;
  z-index: 2;
}
.titulo h1 {
  font-family: "Raleway", sans-serif;
  color: #716E6D;
  margin-bottom: 0;
}
.titulo h2 {
  font-family: "Roboto", sans-serif;
  color: #f36623;
  margin-bottom: 0;
  font-weight: 700;
}

.espaco {
  height: 50px;
}

.qrcode {
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #F6F5F4;
  background: linear-gradient(135deg, #F6F5F4 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#F6F5F4", endColorstr="#ffffff", GradientType=1);
  transition: all 300ms ease;
}
.qrcode .qrcode_interno {
  background-image: url("https://www.rfaa.com.br/wp-content/uploads/2021/07/hexagonos-cut.png");
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: auto 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 0 15px;
  width: 100%;
  height: 100%;
}
.qrcode img.logo_qr {
  width: 100%;
  margin-bottom: 20px;
}
.qrcode img.qr {
  width: 160px;
}
.qrcode p {
  font-family: "Raleway", sans-serif;
  color: #58595b;
  font-weight: 400;
  margin-bottom: 50px;
}
.qrcode a {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  color: #58595b;
  text-decoration: underline !important;
}
.qrcode a:hover {
  color: #58595b;
  font-weight: 600;
}
.qrcode .fechar_qrcode {
  position: absolute;
  left: 20px;
  top: 20px;
  background-color: transparent;
  border: 0;
  cursor: pointer;
}
.qrcode .fechar_qrcode svg {
  width: 40px;
  height: 40px;
}
.qrcode .fechar_qrcode svg path {
  transition: all 300ms ease;
}
.qrcode .fechar_qrcode:hover svg path {
  fill: #f36623;
}

.veja {
  margin-top: -25px;
  margin-bottom: 100px;
  z-index: 5;
  position: relative;
}
.veja .tambem {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: flex-start;
  align-items: center;
}
.veja .tambem p {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 120%;
  color: #939598;
  margin-bottom: 20px;
}
.veja .tambem a {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  color: #939598;
  margin-bottom: 20px;
  border: 2px solid #939598;
  border-radius: 5px;
  display: inline-block;
  padding: 5px 10px;
  transition: all 300ms ease;
}
.veja .tambem a:hover {
  background-color: #939598;
  color: white;
}

.vcard {
  overflow: scroll;
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  position: fixed;
  left: 0;
  top: 0;
  padding: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: white;
  transition: all 300ms ease;
}
.vcard .vcard_interno {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 0;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  padding: 0;
  background-color: white;
}
.vcard .vcard_interno_topo {
  position: relative;
  width: 100%;
  padding: 15px;
  background-color: #f36623;
  text-align: center;
}
.vcard .vcard_interno_topo .fechar_vcard {
  position: absolute;
  left: 10px;
  top: 10px;
  background-color: transparent;
  border: 0;
  cursor: pointer;
}
.vcard .vcard_interno_topo .fechar_vcard svg {
  width: 40px;
  height: 40px;
}
.vcard .vcard_interno_topo .fechar_vcard svg path {
  transition: all 300ms ease;
}
.vcard .vcard_interno_topo .fechar_vcard:hover svg path {
  fill: #58595b;
}
.vcard .vcard_interno_topo .perfil_retrato {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  margin-bottom: 10px;
}
.vcard .vcard_interno_topo h1 {
  font-family: "Raleway", sans-serif;
  color: white;
  font-weight: 300;
  font-size: 22px;
  margin-bottom: 0;
}
.vcard .vcard_interno_topo h4 {
  font-family: "Raleway", sans-serif;
  color: white;
  font-weight: 300;
  font-size: 16px;
}
.vcard .info_vcard {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  background-color: #f36623;
  border-top: 1px solid #e6e6e6;
}
.vcard .info_vcard div {
  width: 33%;
  max-width: 33%;
  padding: 15px 10px 10px 10px;
  text-align: center;
}
.vcard .info_vcard div a {
  text-align: center;
  width: 100%;
  color: white;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.vcard .info_vcard div a svg {
  height: 25px;
  margin-bottom: 5px;
}
.vcard .info_vcard div:nth-of-type(2) {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}
.vcard .vcard_interno_info {
  width: 100%;
  padding: 15px;
  background-color: white;
}
.vcard .vcard_interno_info .sidebar_info {
  margin-bottom: 10px;
}
.vcard .vcard_interno_info .sidebar_info svg {
  width: 30px;
}
.vcard .vcard_interno_info p {
  display: inline-block;
  font-family: "Raleway", sans-serif;
  color: #58595b;
  margin-bottom: 0;
  font-size: 18px;
}
.vcard .vcard_interno_info p svg {
  width: 30px;
}
.vcard .vcard_interno_info p:empty {
  display: none;
}
.vcard .vcard_interno_info ul {
  display: inline-block;
  vertical-align: middle;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  -moz-columns: 2;
       columns: 2;
}
.vcard .vcard_interno_info ul li {
  font-family: "Raleway", sans-serif;
  color: #f36623;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 16px;
}
.vcard .vcard_interno_info ul li svg {
  width: 30px;
}
.vcard .vcard_interno_info a {
  font-family: "Raleway", sans-serif;
  color: #58595b;
  font-size: 18px;
}
.vcard .vcard_interno_info a svg {
  width: 30px;
}
.vcard .vcard_interno_info a:hover {
  color: #f36623;
  text-decoration: underline !important;
}
.vcard a.download {
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  background-color: #58595b;
  text-align: center;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  color: white;
  font-size: 16px;
  width: 100%;
  border-radius: 0;
  padding: 20px 0;
}
.vcard a.download:hover {
  background-color: #f36623;
}

.categoriaspag .categorias_conteudo .categorias_titulo h3 a {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 100%;
  text-align: right;
  color: #808285;
  margin-top: 10px;
}

.publicacoeshome h3 a {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 100%;
  text-align: right;
  color: #808285;
  margin-top: 10px;
}

img.video_thumb {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left center;
     object-position: left center;
  height: auto;
  aspect-ratio: 1/0.56;
  margin: 0;
}

.acoes_conteudo .acoes_texto .acoes_video {
  position: relative;
  margin-bottom: 50px;
}
.acoes_conteudo .acoes_texto .acoes_video svg {
  position: absolute;
  left: 30px;
  top: 15px;
  z-index: 1;
  width: 40px;
  height: 40px;
}
.acoes_conteudo .acoes_texto .acoes_video:hover svg circle {
  fill: #f36623;
}

a.vertudopub {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-size: 18px;
  line-height: 100%;
  text-align: right;
  color: #f36623;
}
a.vertudopub:hover {
  color: #808285;
}

.menu_lateral {
  display: none;
}

/* Small devices (smartphones, 480px ld or 320px pt and up) */
@media (max-width: 575px) and (orientation: landscape) {
  .vcard a.download {
    position: relative;
  }

  .vcard .vcard_interno {
    height: auto;
  }

  .publicacoeshome .publicacoeshome_ind {
    flex-direction: row;
    align-items: center;
  }

  .publicacoeshome .publicacoeshome_ind img {
    margin: 0;
  }

  .publicacoeshome .publicacoeshome_ind .publicacoeshome_ind_texto {
    text-align: left;
    padding-left: 10px;
  }

  #Newsletter .news_ind form.wpcf7-form p:nth-of-type(1) {
    float: left;
    width: 49%;
    margin: 0 5px 10px 0;
  }

  #Newsletter .news_ind form.wpcf7-form p:nth-of-type(2) {
    float: right;
    width: 49%;
    margin: 0 0 10px 5px;
  }

  .responsabilidade .links_container .links_hex .links {
    width: 33.3333334%;
    max-width: 33.3333334%;
  }

  .responsabilidade .links_container .links_hex > div:nth-of-type(1) {
    border-right: 2px solid white;
    border-bottom: 2px solid white;
  }

  .responsabilidade .links_container .links_hex > div:nth-of-type(2) {
    border-right: 2px solid white;
    border-left: 2px solid white;
    border-bottom: 2px solid white;
  }

  .responsabilidade .links_container .links_hex > div:nth-of-type(3) {
    border-left: 2px solid white;
    border-bottom: 2px solid white;
    border-top: 0;
    border-right: 0;
  }

  .responsabilidade .links_container .links_hex > div:nth-of-type(4) {
    border-right: 2px solid white;
    border-left: 0;
    border-bottom: 0;
    border-top: 2px solid white;
  }

  .responsabilidade .links_container .links_hex > div:nth-of-type(5) {
    border-right: 2px solid white;
    border-left: 2px solid white;
    border-top: 2px solid white;
  }

  .responsabilidade .links_container .links_hex > div:nth-of-type(6) {
    border-left: 2px solid white;
    border-bottom: 0;
  }

  .atuacao .segmentos .segmentos_items {
    -moz-columns: 2;
         columns: 2;
    padding-bottom: 20px;
  }

  .escritorio .fotos-videos img {
    height: 280px;
  }

  .qrcode img.logo_qr {
    width: 200px;
    margin-bottom: 10px;
  }

  .qrcode img.qr {
    width: 70px;
  }

  .qrcode p {
    margin-bottom: 15px;
  }
}
/* Small devices (smartphones, 480px ld or 320px pt and up) */
@media (min-width: 321px) and (orientation: portrait) {
  .vcard a.download {
    position: absolute;
  }

  .vcard .vcard_interno {
    height: 100%;
  }

  .publicacoeshome .publicacoeshome_ind {
    flex-direction: column;
    align-items: flex-start;
  }

  .publicacoeshome .publicacoeshome_ind img {
    margin: 20px 0;
  }

  .publicacoeshome .publicacoeshome_ind .publicacoeshome_ind_texto {
    text-align: left;
    padding-left: 0;
  }

  .perfil .perfil_conteudo .perfil_sidebar .retrato_hex {
    width: 264px;
    height: 264px;
    text-align: center;
    margin: 0 auto;
  }

  .equipepag .equipe_ind .equipe_ind_alinha .retrato_hex {
    width: 100px;
    height: 100px;
  }

  #carousel .carousel-inner .carousel-item1 .carousel_overlay .carousel_alinha h1,
#carousel .carousel-inner .carousel-item1 .carousel_overlay .carousel_alinha h2,
#carousel .carousel-inner .carousel-item1 .carousel_overlay .carousel_alinha h3 {
    font-size: 25px;
  }

  .escritorio .fotos-videos img {
    height: 210px;
  }
}
@media (min-width: 576px) and (orientation: landscape) {
  .vcard a.download {
    position: relative;
  }

  .vcard .vcard_interno {
    height: auto;
  }

  .publicacoeshome .publicacoeshome_ind {
    flex-direction: row;
    align-items: center;
  }

  .publicacoeshome .publicacoeshome_ind img {
    margin: 0;
  }

  .publicacoeshome .publicacoeshome_ind .publicacoeshome_ind_texto {
    text-align: left;
    padding-left: 10px;
  }

  #Newsletter .news_ind form.wpcf7-form p:nth-of-type(1) {
    float: left;
    width: 49%;
    margin: 0 5px 10px 0;
  }

  #Newsletter .news_ind form.wpcf7-form p:nth-of-type(2) {
    float: right;
    width: 49%;
    margin: 0 0 10px 5px;
  }

  .responsabilidade .links_container .links_hex .links {
    width: 33.3333334%;
    max-width: 33.3333334%;
  }

  .responsabilidade .links_container .links_hex > div:nth-of-type(1) {
    border-right: 2px solid white;
    border-bottom: 2px solid white;
  }

  .responsabilidade .links_container .links_hex > div:nth-of-type(2) {
    border-right: 2px solid white;
    border-left: 2px solid white;
    border-bottom: 2px solid white;
  }

  .responsabilidade .links_container .links_hex > div:nth-of-type(3) {
    border-left: 2px solid white;
    border-bottom: 2px solid white;
    border-top: 0;
    border-right: 0;
  }

  .responsabilidade .links_container .links_hex > div:nth-of-type(4) {
    border-right: 2px solid white;
    border-left: 0;
    border-bottom: 0;
    border-top: 2px solid white;
  }

  .responsabilidade .links_container .links_hex > div:nth-of-type(5) {
    border-right: 2px solid white;
    border-left: 2px solid white;
    border-top: 2px solid white;
  }

  .responsabilidade .links_container .links_hex > div:nth-of-type(6) {
    border-left: 2px solid white;
    border-bottom: 0;
  }

  .atuacao .segmentos .segmentos_items {
    -moz-columns: 2;
         columns: 2;
    padding-bottom: 20px;
  }

  .scroll .container {
    width: 1140px;
    max-width: 1140px;
  }

  .espaco {
    display: none;
  }

  .qrcode img.logo_qr {
    width: 200px;
    margin-bottom: 10px;
  }

  .qrcode img.qr {
    width: 160px;
  }

  .qrcode p {
    margin-bottom: 15px;
  }
}
/* Small devices (tablets pt, 768px and up) */
@media (min-width: 768px) {
  .acoes_conteudo .acoes_texto .acoes_video svg {
    left: 10px;
    top: 10px;
    width: 60px;
    height: 60px;
  }

  .vcard .vcard_interno {
    width: 320px;
    height: 620px;
  }

  .vcard a.download {
    position: absolute;
  }

  .publicacoeshome .publicacoeshome_ind img {
    width: 120px;
    margin-right: 10px;
  }

  .categoriaspag .categorias_conteudo .categorias_titulo h3 a {
    margin-right: 0;
    margin-top: 10px;
  }

  .publicacoeshome h3 a {
    margin-right: 0;
    margin-top: 10px;
  }

  .veja .tambem {
    flex-direction: row;
    text-align: center;
    justify-content: center;
    align-items: center;
  }
  .veja .tambem p {
    margin: 0 10px;
  }
  .veja .tambem a {
    margin: 0 10px;
  }

  .perfil .perfil_conteudo .perfil_sidebar .retrato_hex {
    width: 250px;
    height: 250px;
  }

  #home {
    height: 50%;
  }

  #carousel .carousel-control-next svg,
#carousel .carousel-control-prev svg {
    width: 60px;
    height: 60px;
  }

  .carousel-control-next,
.carousel-control-prev {
    width: 15%;
  }

  #carousel .carousel-inner .carousel-item4 .carousel_overlay .carousel_alinha {
    padding: 5% 15%;
  }

  #carousel .carousel-inner .carousel-item4 .carousel_overlay .carousel_alinha h1 {
    font-size: 2rem;
  }

  #carousel .carousel-inner .carousel-item4 .carousel_overlay .carousel_alinha h2 {
    font-size: 2rem;
  }

  #carousel .carousel-inner .carousel-item4 .carousel_overlay .carousel_alinha h3 {
    font-size: 1.8rem;
  }

  #carousel .carousel-inner .carousel-item4 .carousel_overlay .carousel_alinha h4 {
    font-size: 1.5rem;
  }

  #carousel .carousel-inner .carousel-item4 .carousel_overlay .carousel_alinha h5 {
    font-size: 1.25rem;
  }

  #carousel .carousel-inner .carousel-item4 .carousel_overlay .carousel_alinha h6 {
    font-size: 1rem;
  }

  #carousel .carousel-inner .carousel-item4 .carousel_overlay .carousel_alinha p br {
    display: block;
  }

  #carousel .carousel-inner .carousel-item1 .carousel_overlay .carousel_alinha br {
    display: block;
  }

  .diferentes {
    padding: 100px 15px;
  }

  .responsabilidade-social .resp_conteudo .resp_destaques h4 {
    font-size: 22px;
  }

  .responsabilidade-social .resp_conteudo .resp_destaques h5 {
    font-size: 20px;
  }

  .responsabilidade-social .resp_conteudo .resp_destaques svg {
    height: 85px;
    margin-top: 0;
  }

  .responsabilidade-social .break .break_overlay {
    padding-top: 20vw;
    padding-bottom: 20px;
  }

  .responsabilidade-social .acoes_conteudo .acoes_foto img {
    margin: 0;
  }

  .responsabilidade {
    padding: 50px 15px;
  }

  .responsabilidade .links_container .links_hex .links {
    width: 33.3333334%;
    max-width: 33.3333334%;
    aspect-ratio: 1/0.8;
  }

  .responsabilidade .links_container .links_hex > div:nth-of-type(1) {
    border-right: 2px solid white;
    border-bottom: 2px solid white;
  }

  .responsabilidade .links_container .links_hex > div:nth-of-type(2) {
    border-right: 2px solid white;
    border-left: 2px solid white;
    border-bottom: 2px solid white;
  }

  .responsabilidade .links_container .links_hex > div:nth-of-type(3) {
    border-left: 2px solid white;
    border-bottom: 2px solid white;
    border-top: 0;
    border-right: 0;
  }

  .responsabilidade .links_container .links_hex > div:nth-of-type(4) {
    border-right: 2px solid white;
    border-left: 0;
    border-bottom: 0;
    border-top: 2px solid white;
  }

  .responsabilidade .links_container .links_hex > div:nth-of-type(5) {
    border-right: 2px solid white;
    border-left: 2px solid white;
    border-top: 2px solid white;
  }

  .responsabilidade .links_container .links_hex > div:nth-of-type(6) {
    border-left: 2px solid white;
    border-bottom: 0;
  }

  .responsabilidade .links_container .links_hex .links h4 {
    font-size: 20px;
  }

  .atuacao a {
    margin-bottom: 30px;
  }

  .atuacao .segmentos .segmentos_items {
    -moz-columns: 3;
         columns: 3;
    padding-bottom: 0;
  }

  .atuacao .segmentos {
    padding: 0 0 50px 0;
  }

  .atuacao .segmentos h3 {
    margin: 50px 0;
  }

  .atuacao .segmentos .segmentos_items p svg {
    width: 22px;
    margin-right: 5px;
    min-height: 22px;
  }

  .atuacao .segmentos .segmentos_items p {
    margin-bottom: 1rem;
  }

  .equipe {
    padding: 50px 15px;
  }

  .equipe .letras a {
    font-size: 20px;
    line-height: 120%;
    padding: 0 7px;
  }

  .equipe .letras {
    margin-bottom: 30px;
  }

  .publicacoeshome {
    padding: 0;
  }

  .publicacoeshome h3 {
    margin: -20px 0 30px 0;
  }

  .publicacoeshome .publicacoeshome_ind {
    margin-bottom: 0;
  }

  .publicacoeshome .publicacoeshome_ind img {
    width: 150px;
  }

  .publicacoeshome .publicacoeshome_ind h4 {
    font-size: 1.3rem;
  }

  .publicacoeshome p {
    margin-bottom: 0;
  }

  .rfaainformahome {
    padding: 100px 15px;
  }

  .rfaainformahome .rfaainformahome_ind {
    padding: 30px;
  }

  .escritorio {
    overflow-x: unset;
  }

  .escritorio .escritorio_conteudo {
    padding: 50px 0;
  }

  .scroll .container {
    width: 1140px;
    max-width: 1140px;
  }

  .escritorio .fotos-videos img {
    height: 200px;
    margin-bottom: 0;
  }

  .escritorio .escritorio_conteudo .esc_texto h3 {
    font-size: 30px;
  }

  .escritorio .escritorio_conteudo .esc_texto h4 {
    font-size: 26px;
  }

  .espaco {
    display: block;
  }

  .equipepag .equipe_ind .equipe_ind_alinha .equipe_ind_nome h6 {
    font-size: 18px;
  }

  .equipepag .equipe_conteudo {
    padding: 0 0 100px 0;
  }

  .equipepag .equipe_ind .equipe_ind_alinha .hexagon1 {
    width: 150px;
    height: 75px;
    margin: 0 -15px 0 -35px;
  }

  .responsabilidade-social .resp_conteudo {
    margin-top: 0;
    padding: 0;
  }

  .perfil .perfil_conteudo {
    padding: 0;
  }

  .perfil .perfil_conteudo .perfil_sidebar {
    padding: 0 15px 15px 15px;
  }

  .perfil .perfil_conteudo .perfil_historico {
    margin-top: 0;
  }

  .perfil .perfil_conteudo .perfil_historico h2 {
    font-size: 28px;
  }

  .areas .areas_conteudo {
    padding: 0;
  }

  .areas .areas_conteudo .areas_texto h2 {
    font-size: 36px;
  }

  .areas .areas_conteudo .areas_texto blockquote {
    padding: 30px;
  }

  .areas .areas_conteudo .areas_texto .accordion-button {
    font-size: 20px;
  }

  .areas .areas_conteudo .areas_sidebar .areas_coord .areas_coord_ind .hexagon1 {
    width: 150px;
    height: 75px;
    margin: 0 -30px 0 -30px;
  }

  .areas .areas_conteudo .areas_sidebar .areas_coord .areas_coord_ind .areas_coord_ind_info p {
    font-size: 16px;
  }

  .categoriaspag .categorias_conteudo .categorias_titulo h3 {
    font-size: 30px;
    margin-top: 0;
  }

  .categoriaspag .categorias_conteudo .categorias_titulo p {
    font-size: 18px;
  }

  .categoriaspag .destaques .rfaainformahome_ind {
    padding: 30px;
  }

  .namidia {
    padding: 0;
  }

  .categoriaspag .categorias_conteudo {
    padding: 0;
  }

  .conteudos .conteudos_conteudo .conteudos_texto h3.conteudos_titulo {
    margin-top: 0;
  }

  .conteudos .conteudos_conteudo {
    padding: 0;
  }

  .conteudos .conteudos_conteudo .conteudos_texto {
    margin-bottom: 0;
  }

  .contato .contato_conteudo {
    padding: 50px 0 100px 0;
  }

  .contato .contato_conteudo .contato_texto h3 {
    font-size: 30px;
  }

  .contato .contato_conteudo .contato_texto h4 {
    font-size: 24px;
  }

  .contato .contato_conteudo .contato_texto p {
    font-size: 18px;
  }

  .contato .contato_conteudo .contato_unidades_ind .contato_unidades_interno {
    display: flex;
    align-items: center;
  }

  .contato .contato_conteudo .contato_unidades_ind .contato_unidades_ind_info {
    padding: 15px 50px;
  }

  .contato .contato_conteudo .contato_unidades_ind .contato_unidades_ind_info h5 {
    font-size: 24px;
  }

  .contato .contato_conteudo .contato_unidades_ind .contato_unidades_ind_info p {
    font-size: 18px;
  }

  .contato .contato_conteudo .contato_unidades_tit {
    margin-bottom: 50px;
    text-align: left;
  }

  .contato .contato_conteudo .contato_form form .wpcf7-file {
    font-size: 16px;
  }

  .blog_cat {
    padding-top: 30px;
    padding-bottom: 50px;
  }

  .blog_atuacoes {
    padding-top: 30px;
    padding-bottom: 50px;
  }

  .blog_procura {
    padding-top: 30px;
    padding-bottom: 50px;
  }

  #Newsletter {
    padding: 0 0 50px 0;
  }

  #Newsletter h3 {
    margin: -20px 0 30px 0;
  }

  #Newsletter .news_texto {
    margin-bottom: 0;
  }

  #Newsletter .news_ind form.wpcf7-form {
    margin-top: 0;
  }

  #Newsletter .news_ind form.wpcf7-form p:nth-of-type(1) {
    float: left;
    width: 40%;
    padding-right: 10px;
    margin-bottom: 0;
  }

  #Newsletter .news_ind form.wpcf7-form p:nth-of-type(2) {
    float: left;
    width: 40%;
    padding-right: 10px;
    margin-bottom: 0;
  }

  #Newsletter .news_ind form.wpcf7-form p:nth-of-type(3) {
    float: right;
    width: 15%;
    margin: 0;
  }

  #Newsletter .news_texto svg {
    display: none;
  }

  footer {
    padding: 50px 0 0 0;
  }

  footer .menus ul li a {
    font-size: 13px;
  }

  footer .unidades .unidades_ind p {
    font-size: 12px;
  }

  footer .menus h5 {
    margin: 0 0 20px 0;
  }

  footer .unidades h5 {
    margin: 0 0 20px 0;
  }

  .disclaimer {
    text-align: left;
  }

  .disclaimer p {
    margin: 0;
  }

  .qrcode .qrcode_interno {
    padding: 0 20%;
  }

  .qrcode img.logo_qr {
    width: 350px;
    margin-bottom: 20px;
  }

  .qrcode p {
    margin-bottom: 50px;
  }

  .titulo {
    height: 300px;
    margin-top: 56px;
    padding: 0 0 80px 0;
    background-position: center bottom;
  }
}
@media (min-width: 768px) and (orientation: landscape) {
  .vcard a.download {
    position: relative;
  }

  .vcard .vcard_interno {
    height: auto;
  }

  #home {
    height: 100%;
  }

  .qrcode .qrcode_interno {
    padding: 0 20%;
  }

  .qrcode img.logo_qr {
    width: 250px;
    margin-bottom: 20px;
  }

  .qrcode p {
    margin-bottom: 15px;
  }

  .qrcode img.qr {
    width: 80px;
  }
}
/* Medium devices (desktops and tablets ld, 992px and up) */
@media (min-width: 992px) {
  #carousel .carousel-inner .carousel-item2 .carousel_overlay .carousel_alinha {
    flex-direction: row !important;
    justify-content: space-between !important;
  }

  #carousel .carousel-inner .carousel-item2 h1 {
    font-size: 40px !important;
  }

  #carousel .carousel-inner .carousel-item2 {
    text-align: left;
    background-size: cover !important;
  }

  #carousel .carousel-inner .carousel-item2 svg {
    margin-right: 150px;
  }

  .vcard .vcard_interno {
    width: 320px;
    height: 620px;
  }

  .vcard a.download {
    position: absolute;
  }

  #Menu {
    width: 100%;
  }
  #Menu .container {
    align-items: center;
  }
  #Menu .navbar-brand {
    padding: 0;
    margin: 0;
  }
  #Menu .navbar-brand img {
  height: 120px;
  width: auto;
  object-fit: contain;
  transition: none;
}
  #Menu .navbar-collapse {
    justify-content: flex-end;
    flex-direction: row;
    align-items: center;
    padding-top: 0;
  }
  #Menu .navbar-collapse ul {
    justify-content: flex-end;
    flex-direction: row;
    align-items: center;
    margin: 0;
    padding-left: 30px;
  }
  #Menu .navbar-collapse ul li {
    display: inline-block;
    padding: 0;
    position: unset !important;
    padding: 0;
  }
  #Menu .navbar-collapse ul li ul {
    display: block;
    max-height: 0;
    width: auto;
    position: absolute;
    padding: 0;
    z-index: -1;
    top: 70% !important;
    left: unset;
    margin: 0 auto;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 5px 5px 5px -5px rgba(0, 0, 0, 0.5);
    transition: all 500ms ease;
  }
  #Menu .navbar-collapse ul li ul li {
    padding: 0 0 0 20px;
    position: relative !important;
    transition: all 300ms ease;
  }
  #Menu .navbar-collapse ul li ul li:before {
    left: 10px;
    top: 10px;
  }
  #Menu .navbar-collapse ul li ul li:hover, #Menu .navbar-collapse ul li ul li:focus {
    background-color: #E7E7E7;
  }
  #Menu .navbar-collapse ul li ul li a {
    font-weight: 400;
    color: #3e3e3e;
    white-space: break-spaces;
    font-size: 16px;
    padding: 8px 12px;
    background-color: transparent;
  }
  #Menu .navbar-collapse ul li ul li a br {
    display: block;
  }
  #Menu .navbar-collapse ul li ul li.active a {
    font-weight: 400;
  }
  #Menu .navbar-collapse ul li a {
    transition: all 500ms ease;
  }
  #Menu .navbar-collapse ul li a:hover {
    color: #f36623;
  }

  #Menu .navbar-collapse ul li a {
    padding: 5px 10px;
    font-size: 16px;
  }

  #Menu .menu_social {
    padding-left: 15px;
    margin-left: 5px;
    border-top: 0;
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 0;
  }

  #Menu .idiomas {
    padding-left: 15px;
    margin-left: 5px;
    border-top: 0;
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
  }
  #Menu .idiomas:hover svg circle {
    fill: #f36623;
  }
  #Menu .idiomas:hover svg path {
    fill: white;
  }
  #Menu .idiomas:hover .links_idiomas {
    max-height: 1000px;
    background-color: #F6F5F4;
  }
  #Menu .idiomas svg {
    display: block;
    z-index: 2;
    position: relative;
  }
  #Menu .idiomas svg:hover circle {
    fill: #f36623;
  }
  #Menu .idiomas svg:hover path {
    fill: white;
  }
  #Menu .idiomas .links_idiomas {
    display: flex;
    overflow: hidden;
    max-height: 0;
    padding: 40px 10px 5px 10px;
    position: absolute;
    left: 10px;
    top: -5px;
    flex-direction: column;
    z-index: 1;
    background-color: transparent;
    margin-top: 0;
    transition: all 100ms ease;
  }
  #Menu .idiomas .links_idiomas a {
    padding: 0 0 5px 0;
    transition: all 300ms ease;
  }
  #Menu .idiomas .links_idiomas a:hover {
    color: #f36623;
  }

  #Menu .navbar-collapse ul li:hover > ul.dropdown-menu {
    top: 70% !important;
    max-height: 1000px;
    z-index: 9998;
  }

  #Menu .navbar-collapse ul li:hover > ul.dropdown-menu {
    top: 70% !important;
    max-height: 1000px;
    z-index: 9998;
  }

  #home {
    height: 80vh;
    padding-top: 60px;
  }

  #carousel .carousel-inner .carousel-item4 .carousel_overlay .carousel_alinha h1 {
    font-size: 2.5rem;
  }

  .responsabilidade .links_container .links_hex .links h4 {
    font-size: 26px;
  }

  .atuacao {
    padding: 100px 0 0 0;
    text-align: left;
  }

  .atuacao h2 {
    font-size: 3rem;
  }

  .atuacao h2 span {
    margin-left: 50px;
    font-size: 3rem;
  }

  .atuacao .segmentos .segmentos_items {
    -moz-columns: 3;
         columns: 3;
  }

  .equipe .letras a {
    padding: 0 4px;
  }

  .rfaainformahome .rfaainformahome_ind {
    padding: 30px;
    border-right: 1px solid #cccccc;
    border-bottom: 0;
  }

  .escritorio .fotos-videos img {
    height: 260px;
  }

  .rfaainformahome .borda div:last-child {
    border-right: 0;
  }

  .perfil .perfil_titulo {
    margin-top: 60px;
  }

  .perfil .perfil_conteudo .perfil_sidebar .hexagon1 {
    width: 400px;
    height: 200px;
    margin: 0 -15px 0 -80px;
  }

  #Newsletter .news_texto svg {
    width: 120px;
    margin-right: 10px;
    display: block;
  }

  #Newsletter .news_ind form.wpcf7-form p:nth-of-type(1) {
    width: 40%;
  }

  #Newsletter .news_ind form.wpcf7-form p:nth-of-type(2) {
    width: 40%;
  }

  .titulo {
    margin-top: 61px;
    padding-bottom: 80px;
  }

  .qrcode img.logo_qr {
    width: 350px;
    margin-bottom: 20px;
  }

  .qrcode p {
    margin-bottom: 50px;
  }

  .qrcode img.qr {
    width: 160px;
  }
}
@media (min-width: 992px) and (orientation: portrait) {
  .vcard .vcard_interno {
    width: 320px;
    height: 620px;
  }

  .vcard a.download {
    position: absolute;
  }

  .publicacoeshome .publicacoeshome_ind {
    flex-direction: row;
    align-items: center;
  }

  .publicacoeshome .publicacoeshome_ind img {
    margin: 0;
  }

  .publicacoeshome .publicacoeshome_ind .publicacoeshome_ind_texto {
    text-align: left;
    padding-left: 10px;
  }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .menu_lateral {
    display: block;
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 10001;
    padding: 5px 30px 5px 5px;
    background-color: #fff;
    border-radius: 5px 0 0 5px;
  }
  .menu_lateral ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .menu_lateral ul li {
    width: 100%;
    list-style: none;
  }
  .menu_lateral a {
    display: block;
    width: 100%;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 110%;
    color: #939598;
    padding: 5px 0;
    position: relative;
  }
  .menu_lateral a:hover {
    color: #939598;
    font-weight: 700;
  }
  .menu_lateral a:after {
    content: "";
    position: absolute;
    right: -20px;
    top: 35%;
    width: 10px;
    height: 10px;
    border: 1px solid #f36623;
    background-color: transparent;
    border-radius: 200px;
  }
  .menu_lateral a.active {
    color: #939598;
    font-weight: 700;
  }
  .menu_lateral a.active:after {
    background-color: #f36623 !important;
  }

  .atuacao .segmentos .segmentos_items {
    padding-left: 60px;
  }

  .atuacao .segmentos h3 {
    margin: 50px 0 50px -75px;
  }

  .titulo .titulo-hex {
    width: 17%;
  }

  .publicacoeshome .publicacoeshome_ind {
    flex-direction: row;
    align-items: center;
  }

  .publicacoeshome .publicacoeshome_ind img {
    margin: 0;
  }

  .publicacoeshome .publicacoeshome_ind .publicacoeshome_ind_texto {
    text-align: left;
    padding-left: 10px;
  }

  .veja {
    margin-top: 0;
  }

  .veja .tambem a {
    font-size: 16px;
  }

  .equipepag .equipe_ind .equipe_ind_alinha {
    min-height: 100px;
  }

  .equipepag .equipe_ind .equipe_ind_alinha .retrato_hex {
    width: 70px;
    height: 70px;
  }

  .perfil .perfil_conteudo .perfil_sidebar .retrato_hex {
    width: 255px;
    height: 255px;
  }

  #home {
    height: 100vh;
    padding-top: 60px;
  }

  #carousel .carousel-control-next,
#carousel .carousel-control-prev {
    width: 5%;
  }

  .responsabilidade {
    padding: 100px 15px;
  }

  .responsabilidade .links_container .links_hex .links h4 {
    font-size: 28px;
  }

  .responsabilidade .links_container .links_hex .links {
    min-height: 343px;
  }

  .atuacao a {
    font-size: 19px;
    min-height: 84px;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .diferentes {
    padding: 100px 0 0 0;
  }

  .equipe .letras a {
    padding: 0 7px;
  }

  .escritorio .fotos-videos img {
    height: 310px;
  }

  .timeline {
    overflow-x: hidden;
    position: relative;
    z-index: -1;
    margin-bottom: 0;
  }

  .timeline .scroll {
    overflow-x: hidden;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .escritorio .fotos-videos {
    margin-top: -100px;
    margin-bottom: 50px;
  }

  #Newsletter .news_texto svg {
    width: 100px;
    height: 50px;
    margin-right: 20px;
  }

  #Newsletter .news_ind form.wpcf7-form p:nth-of-type(1) {
    width: 40%;
  }

  #Newsletter .news_ind form.wpcf7-form p:nth-of-type(2) {
    width: 40%;
  }

  .titulo {
    margin-top: 61px;
    padding-bottom: 80px;
  }

  .qrcode {
    padding: 0 !important;
  }

  .qrcode .qrcode_interno {
    padding: 0 15%;
  }
}
@media (min-width: 1440px) {
  #carousel .carousel-inner .carousel-item2 {
    justify-content: space-evenly;
  }

  .equipepag .equipe_ind .equipe_ind_alinha {
    min-height: 115px;
  }

  .perfil .perfil_conteudo .perfil_sidebar .retrato_hex {
    width: 300px;
    height: 300px;
  }

  .equipepag .equipe_ind .equipe_ind_alinha .retrato_hex {
    width: 85px;
    height: 85px;
  }

  .escritorio .fotos-videos img {
    height: 360px;
  }
}
.embed-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin: 0 0 40px 0;
  border-radius: 10px;
}
.embed-video iframe,
.embed-video object,
.embed-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.navigation {
  margin-top: 50px !important;
  text-align: center;
}
.navigation ul {
  padding: 0;
}

.navigation li {
  display: inline;
}

.navigation li a {
  border-radius: 8px;
  color: #A7A9AC;
  cursor: pointer;
  padding: 5px 10px;
  text-decoration: none;
  display: inline-block;
  margin-top: 5px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}

.navigation li.anterior a,
.navigation li.proxima a {
  color: #716e6d;
  font-size: 18px;
}

.navigation li a:hover,
.navigation li.active a {
  color: #f36623;
}/*# sourceMappingURL=style.css.map */