@font-face {
  font-family: ClearSans;
  font-style: normal;
  font-weight: 700;
  src: url(../font/ClearSans-Bold.ttf) format("truetype"); }

@font-face {
  font-family: ClearSans;
  font-style: italic;
  font-weight: 700;
  src: url(../font/ClearSans-BoldItalic.ttf) format("truetype"); }

@font-face {
  font-family: ClearSans;
  font-style: italic;
  font-weight: 400;
  src: url(../font/ClearSans-Italic.ttf) format("truetype"); }

@font-face {
  font-family: ClearSans;
  font-style: italic;
  font-weight: 300;
  src: url(../font/ClearSans-Light.ttf) format("truetype"); }

@font-face {
  font-family: ClearSans;
  font-style: normal;
  font-weight: 500;
  src: url(../font/ClearSans-Medium.ttf) format("truetype"); }

@font-face {
  font-family: ClearSans;
  font-style: italic;
  font-weight: 500;
  src: url(../font/ClearSans-MediumItalic.ttf) format("truetype"); }

@font-face {
  font-family: ClearSans;
  font-style: normal;
  font-weight: 400;
  src: url(../font/ClearSans-Regular.ttf) format("truetype"); }

@font-face {
  font-family: ClearSans;
  font-style: normal;
  font-weight: 100;
  src: url(../font/ClearSans-Thin.ttf) format("truetype"); }

/*
WP default aligns
*/
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignwide {
  margin: 32px calc(25% - 25vw);
  max-width: 1600px;
  padding-right: 10px;
  padding-left: 10px; }
  @media screen and (min-width: 768px) {
    .alignwide {
      padding-right: 25px;
      padding-left: 25px; } }

.alignfull {
  margin: 32px calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  text-align: center; }
  .wp-caption.alignnone {
    margin: 5px 20px 20px 0; }
  .wp-caption.alignleft {
    margin: 5px 20px 20px 0; }
  .wp-caption.alignright {
    margin: 5px 0 20px 20px; }
  .wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto; }
  .wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px; }

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
  .screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

a,
a:link {
  text-decoration: none;
  outline: none;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s; }

/**
Reset lists
 */
ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  ul li {
    margin: 0;
    padding: 0; }

body {
  font-family: ClearSans, sans-serif;
  font-size: 1rem;
  line-height: 1.8;
  overflow-x: hidden; }
  body.menu-open {
    overflow: hidden; }

input,
button,
select {
  font-family: ClearSans, sans-serif; }

header {
  width: 100%;
  background-color: #d9d9d9;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0px 20px;
  height: 115px; }
  @media screen and (min-width: 992px) {
    header {
      padding: 0px 50px; } }
  header .main-header {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%; }
    header .main-header .button-menu {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: end;
      -moz-box-pack: end;
      -ms-flex-pack: end;
      -webkit-justify-content: end;
      justify-content: end;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      gap: 20px; }
      @media screen and (min-width: 992px) {
        header .main-header .button-menu {
          display: none; } }
      header .main-header .button-menu > a {
        display: none;
        color: #065031;
        font-size: 18px; }
        @media screen and (min-width: 992px) {
          header .main-header .button-menu > a {
            display: block; } }
  header #openmenu,
  header #closemenu {
    border: 0px;
    background: transparent;
    margin: 0px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    padding: 15px;
    aspect-ratio: 1/1;
    border-radius: 12px;
    width: 66px; }
    header #openmenu span,
    header #closemenu span {
      height: 4px;
      background: #e0b65b;
      display: block;
      margin: 4px auto;
      margin: 4px auto;
      width: 36px;
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
      position: relative; }
      header #openmenu span:before,
      header #closemenu span:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 0%;
        height: 100%;
        background-color: #ffffff4d;
        transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1); }
    header #openmenu:hover span:first-child,
    header #closemenu:hover span:first-child {
      transform: translateY(-2px); }
    header #openmenu:hover span:last-child,
    header #closemenu:hover span:last-child {
      transform: translateY(2px); }
    header #openmenu:hover span:before,
    header #closemenu:hover span:before {
      width: 100%; }
    header #openmenu.show span:first-child,
    header #closemenu.show span:first-child {
      transform: translateY(3px) rotate(135deg); }
    header #openmenu.show span:nth-child(2),
    header #closemenu.show span:nth-child(2) {
      display: none !important; }
    header #openmenu.show span:last-child,
    header #closemenu.show span:last-child {
      transform: translateY(-5px) rotate(-135deg); }
    @media screen and (min-width: 992px) {
      header #openmenu,
      header #closemenu {
        display: none; } }
  header .content-menu {
    width: 100%; }
  header .main-menu {
    background: #d9d9d9;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 9999999;
    padding: 30px 15px 130px;
    height: 100vh;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: end;
    align-items: end;
    -webkit-transition: all 0.5s cubic-bezier(0.56, 0.42, 0, 0.99), top 0.5s ease-in-out;
    -moz-transition: all 0.5s cubic-bezier(0.56, 0.42, 0, 0.99), top 0.5s ease-in-out;
    -ms-transition: all 0.5s cubic-bezier(0.56, 0.42, 0, 0.99), top 0.5s ease-in-out;
    -o-transition: all 0.5s cubic-bezier(0.56, 0.42, 0, 0.99), top 0.5s ease-in-out;
    transition: all 0.5s cubic-bezier(0.56, 0.42, 0, 0.99), top 0.5s ease-in-out;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: hidden;
    overflow-y: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media screen and (min-width: 992px) {
      header .main-menu {
        padding: 50px 70px;
        width: 20%;
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%);
        visibility: visible;
        position: relative;
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -moz-box-direction: normal;
        -moz-box-orient: horizontal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        height: initial;
        padding: initial;
        width: initial; } }
    header .main-menu.show {
      visibility: visible;
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0); }
      @media screen and (min-width: 768px) {
        header .main-menu.show {
          opacity: 1;
          right: 0%;
          -webkit-transform: translate(0%, 0%) scaleX(1);
          -moz-transform: translate(0%, 0%) scaleX(1);
          -ms-transform: translate(0%, 0%) scaleX(1);
          -o-transform: translate(0%, 0%) scaleX(1);
          transform: translate(0%, 0%) scaleX(1); } }
      @media screen and (min-width: 992px) {
        header .main-menu.show #closemenu {
          display: none; } }
      header .main-menu.show #closemenu span {
        background: #e0b65b; }
        header .main-menu.show #closemenu span:first-child {
          transform: translateY(3px) rotate(135deg); }
        header .main-menu.show #closemenu span:nth-child(2) {
          display: none !important; }
        header .main-menu.show #closemenu span:last-child {
          transform: translateY(-5px) rotate(-135deg); }
      header .main-menu.show #closemenu:hover {
        transform: rotate(360deg); }
        header .main-menu.show #closemenu:hover span {
          background: #ffffff; }
          header .main-menu.show #closemenu:hover span:before {
            background: #ffffff; }
    header .main-menu .content-menu {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -moz-box-direction: normal;
      -moz-box-orient: vertical;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: end;
      -moz-box-pack: end;
      -ms-flex-pack: end;
      -webkit-justify-content: flex-end;
      justify-content: flex-end;
      flex: 1 0; }
      header .main-menu .content-menu .menu {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -moz-box-direction: normal;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        flex: 1 0; }
        header .main-menu .content-menu .menu .menu-menu-1-container {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-box-pack: center;
          -moz-box-pack: center;
          -ms-flex-pack: center;
          -webkit-justify-content: center;
          justify-content: center; }
          header .main-menu .content-menu .menu .menu-menu-1-container .nav.nav-menu {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            width: 100%;
            -webkit-box-pack: center;
            -moz-box-pack: center;
            -ms-flex-pack: center;
            -webkit-justify-content: center;
            justify-content: center;
            -webkit-box-align: center;
            -moz-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
            -webkit-box-direction: normal;
            -webkit-box-orient: vertical;
            -moz-box-direction: normal;
            -moz-box-orient: vertical;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            overflow: hidden; }
            @media screen and (min-width: 992px) {
              header .main-menu .content-menu .menu .menu-menu-1-container .nav.nav-menu {
                -webkit-box-direction: normal;
                -webkit-box-orient: horizontal;
                -moz-box-direction: normal;
                -moz-box-orient: horizontal;
                -webkit-flex-direction: row;
                -ms-flex-direction: row;
                flex-direction: row;
                gap: 20px; } }
            header .main-menu .content-menu .menu .menu-menu-1-container .nav.nav-menu li {
              max-width: max-content; }
              header .main-menu .content-menu .menu .menu-menu-1-container .nav.nav-menu li.current_page_item {
                display: none; }
              header .main-menu .content-menu .menu .menu-menu-1-container .nav.nav-menu li a {
                font-weight: 700;
                font-size: 40px;
                line-height: 160%;
                color: #e0b65b;
                position: relative; }
                @media screen and (min-width: 992px) {
                  header .main-menu .content-menu .menu .menu-menu-1-container .nav.nav-menu li a {
                    font-size: 28px; }
                    header .main-menu .content-menu .menu .menu-menu-1-container .nav.nav-menu li a::before {
                      content: "";
                      width: 0%;
                      height: 5px;
                      position: absolute;
                      left: 0px;
                      bottom: -5px;
                      background-color: #e0b65b;
                      border-radius: 16px;
                      -webkit-transition: all 0.2s ease-in-out;
                      -moz-transition: all 0.2s ease-in-out;
                      -ms-transition: all 0.2s ease-in-out;
                      -o-transition: all 0.2s ease-in-out;
                      transition: all 0.2s ease-in-out; }
                    header .main-menu .content-menu .menu .menu-menu-1-container .nav.nav-menu li a:hover {
                      margin-left: 0px !important; }
                      header .main-menu .content-menu .menu .menu-menu-1-container .nav.nav-menu li a:hover::before {
                        width: 100%; } }
                header .main-menu .content-menu .menu .menu-menu-1-container .nav.nav-menu li a:hover {
                  margin-left: 15px; }
            header .main-menu .content-menu .menu .menu-menu-1-container .nav.nav-menu .sub-menu {
              display: -webkit-box;
              display: -moz-box;
              display: -ms-flexbox;
              display: -webkit-flex;
              display: flex;
              -webkit-box-pack: center;
              -moz-box-pack: center;
              -ms-flex-pack: center;
              -webkit-justify-content: center;
              justify-content: center;
              -webkit-box-align: center;
              -moz-box-align: center;
              -ms-flex-align: center;
              -webkit-align-items: center;
              align-items: center;
              -webkit-box-direction: normal;
              -webkit-box-orient: vertical;
              -moz-box-direction: normal;
              -moz-box-orient: vertical;
              -webkit-flex-direction: column;
              -ms-flex-direction: column;
              flex-direction: column;
              width: 100%; }
              header .main-menu .content-menu .menu .menu-menu-1-container .nav.nav-menu .sub-menu li {
                max-width: max-content; }
                header .main-menu .content-menu .menu .menu-menu-1-container .nav.nav-menu .sub-menu li a {
                  font-weight: 300;
                  font-size: 20px;
                  line-height: 160%;
                  color: #065031; }
                  @media screen and (min-width: 992px) {
                    header .main-menu .content-menu .menu .menu-menu-1-container .nav.nav-menu .sub-menu li a {
                      font-size: 30px; } }
      header .main-menu .content-menu .redes-sociais {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        gap: 20px; }
        header .main-menu .content-menu .redes-sociais a {
          font-family: Montserrat Alternates, sans-serif;
          font-size: 16px;
          line-height: 150%;
          font-weight: 400;
          letter-spacing: -1.25px;
          color: #ffffff; }
          @media screen and (min-width: 992px) {
            header .main-menu .content-menu .redes-sociais a {
              font-size: 25px; } }
          header .main-menu .content-menu .redes-sociais a:hover {
            transform: scale(1.1); }

/**
* Pages
 */
footer {
  background-color: #ececec;
  padding: 50px 0px; }
  footer .container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    gap: 20px; }
    @media screen and (min-width: 992px) {
      footer .container {
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -moz-box-direction: normal;
        -moz-box-orient: horizontal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        padding: 0px; } }
    footer .container .footer-texts {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -moz-box-direction: normal;
      -moz-box-orient: vertical;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: start;
      -moz-box-align: start;
      -ms-flex-align: start;
      -webkit-align-items: start;
      align-items: start;
      width: 100%; }
      @media screen and (min-width: 992px) {
        footer .container .footer-texts {
          width: 30%; } }
      footer .container .footer-texts h2 {
        width: 100%;
        color: #e0b65b;
        font-size: 35px;
        font-weight: 700;
        text-align: center;
        position: relative; }
        footer .container .footer-texts h2 > small {
          color: #e0b65b;
          font-size: 20px;
          position: relative;
          top: -15px;
          left: 5px; }
        @media screen and (min-width: 992px) {
          footer .container .footer-texts h2 {
            text-align: start; } }
      footer .container .footer-texts h4 {
        width: 100%;
        color: #000000;
        font-size: 25px;
        text-align: center; }
        @media screen and (min-width: 992px) {
          footer .container .footer-texts h4 {
            text-align: start; } }
      footer .container .footer-texts small {
        width: 100%;
        color: #808080;
        font-size: 15px;
        text-align: center; }
        @media screen and (min-width: 992px) {
          footer .container .footer-texts small {
            text-align: start; } }
    footer .container .footer-links {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -moz-box-direction: normal;
      -moz-box-orient: vertical;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      width: 100%; }
      @media screen and (min-width: 992px) {
        footer .container .footer-links {
          width: 60%; } }
      footer .container .footer-links .teste {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -moz-box-direction: normal;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: start;
        -moz-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: start;
        align-items: start;
        gap: 10px; }
        @media screen and (min-width: 992px) {
          footer .container .footer-links .teste {
            -webkit-box-direction: normal;
            -webkit-box-orient: horizontal;
            -moz-box-direction: normal;
            -moz-box-orient: horizontal;
            -webkit-flex-direction: row;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-pack: justify;
            -moz-box-pack: justify;
            -ms-flex-pack: justify;
            -webkit-justify-content: space-between;
            justify-content: space-between;
            gap: 20px;
            width: 100%; } }
        footer .container .footer-links .teste .link-item {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-box-pack: start;
          -moz-box-pack: start;
          -ms-flex-pack: start;
          -webkit-justify-content: start;
          justify-content: start;
          -webkit-box-align: center;
          -moz-box-align: center;
          -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center; }
          @media screen and (min-width: 992px) {
            footer .container .footer-links .teste .link-item {
              flex: 1; } }
          footer .container .footer-links .teste .link-item .link-image {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-box-pack: center;
            -moz-box-pack: center;
            -ms-flex-pack: center;
            -webkit-justify-content: center;
            justify-content: center;
            -webkit-box-align: center;
            -moz-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
            min-width: 50px;
            max-width: 50px;
            min-height: 50px;
            max-height: 50px;
            background-color: #e0b65b;
            border-radius: 100%;
            padding: 12px;
            margin-right: 10px; }
            footer .container .footer-links .teste .link-item .link-image img {
              width: 100%; }
          footer .container .footer-links .teste .link-item .link-text {
            margin: 0px;
            color: #403e40;
            font-size: 20px;
            line-height: 26px; }
            footer .container .footer-links .teste .link-item .link-text b {
              font-weight: bold; }

.coraz-footer {
  color: #5b2d8b;
  padding: 30px 0px;
  width: 100%;
  text-align: center; }
  .coraz-footer p {
    margin-bottom: 0px; }
  .coraz-footer a {
    color: #5b2d8b; }

