@charset "UTF-8";
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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

/*
  Centraliza
*/
/*
Calculo automatico da largura
*/
/*
Margins e paddins responsivos
*/
/*
Font size responsiva para titulos. De 33 a 999;
*/
/*
Font size responsiva para subtitulos. De 24 a 32;
*/
/*
Font size responsiva para paragrafo. De 18 a 24;
*/
/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.cf:after {
  clear: both;
}

/**
  * For IE 6/7 only
  * Include this rule to trigger hasLayout and contain floats.
  */
.cf {
  *zoom: 1;
}

@font-face {
  font-family: "avenir_next_lt_probold";
  src: url("../fonts/avenirnextltpro-bold-webfont.woff2") format("woff2"), url("../fonts/avenirnextltpro-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "avenir_next_lt_prodemi";
  src: url("../fonts/avenirnextltpro-demi-webfont.woff2") format("woff2"), url("../fonts/avenirnextltpro-demi-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "avenir_next_lt_proregular";
  src: url("../fonts/avenirnextltpro-regular-webfont.woff2") format("woff2"), url("../fonts/avenirnextltpro-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
* {
  box-sizing: border-box;
}

body {
  position: relative;
  font-family: "avenir_next_lt_proregular";
  font-size: 18px;
  color: #1b1918;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-optical-sizing: auto;
}
@media (max-width: 600px) {
  body {
    font-size: 16px;
  }
}

.inner-main,
.main {
  position: relative;
  display: block;
  padding-top: 202px;
}
@media (max-width: 1650px) {
  .inner-main,
  .main {
    padding-top: 185px;
  }
}
@media (max-width: 1250px) {
  .inner-main,
  .main {
    padding-top: 165px;
  }
}
@media (max-width: 800px) {
  .inner-main,
  .main {
    padding-top: 153px;
  }
}
@media (max-width: 650px) {
  .inner-main,
  .main {
    padding-top: 97px;
  }
}
@media (max-width: 450px) {
  .inner-main,
  .main {
    padding-top: 87px;
  }
}

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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

/*
  Centraliza
*/
/*
Calculo automatico da largura
*/
/*
Margins e paddins responsivos
*/
/*
Font size responsiva para titulos. De 33 a 999;
*/
/*
Font size responsiva para subtitulos. De 24 a 32;
*/
/*
Font size responsiva para paragrafo. De 18 a 24;
*/
.container {
  width: 100%;
  max-width: 1860px;
  padding: 0 120px;
  box-sizing: border-box;
  margin: 0 auto;
}
@media (max-width: 1366px) {
  .container {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (max-width: 1200px) {
  .container {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 1000px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 600px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 450px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 350px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.container-fluid {
  width: 100%;
  max-width: 1820px;
  padding-right: 120px;
  box-sizing: border-box;
}
@media (min-width: 1921px) {
  .container-fluid {
    margin: 0 auto;
  }
}
@media (max-width: 1366px) {
  .container-fluid {
    padding-right: 60px;
  }
}
@media (max-width: 1000px) {
  .container-fluid {
    padding-right: 40px;
  }
}
@media (max-width: 800px) {
  .container-fluid {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (max-width: 600px) {
  .container-fluid {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (max-width: 450px) {
  .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 350px) {
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.content {
  width: 100%;
  max-width: 1570px;
  margin: 0 auto;
}

.all {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "avenir_next_lt_probold";
  color: #00746f;
  line-height: normal;
  font-style: normal;
}

h1 {
  font-size: 62px;
  font-size: 62px;
  margin-bottom: 40px;
}
@media (max-width: 1366px) {
  h1 {
    font-size: calc(62px * 0.9);
  }
}
@media (max-width: 1100px) {
  h1 {
    font-size: calc(62px * 0.8);
  }
}
@media (max-width: 900px) {
  h1 {
    font-size: calc(62px * 0.7);
  }
}
@media (max-width: 600px) {
  h1 {
    font-size: calc(62px * 0.6);
  }
}
@media (max-width: 450px) {
  h1 {
    font-size: calc(62px * 0.55);
  }
}
@media (max-width: 650px) {
  h1 {
    margin-bottom: 20px;
  }
}

h2 {
  font-size: 48px;
  font-size: 48px;
  margin-bottom: 30px;
}
@media (max-width: 1366px) {
  h2 {
    font-size: calc(48px * 0.9);
  }
}
@media (max-width: 1100px) {
  h2 {
    font-size: calc(48px * 0.8);
  }
}
@media (max-width: 900px) {
  h2 {
    font-size: calc(48px * 0.7);
  }
}
@media (max-width: 600px) {
  h2 {
    font-size: calc(48px * 0.6);
  }
}
@media (max-width: 450px) {
  h2 {
    font-size: calc(48px * 0.55);
  }
}
@media (max-width: 650px) {
  h2 {
    margin-bottom: 20px;
  }
}

h3 {
  font-size: 36px;
  font-size: 36px;
  margin-bottom: 30px;
}
@media (max-width: 1366px) {
  h3 {
    font-size: calc(36px * 0.9);
  }
}
@media (max-width: 1100px) {
  h3 {
    font-size: calc(36px * 0.8);
  }
}
@media (max-width: 900px) {
  h3 {
    font-size: calc(36px * 0.7);
  }
}
@media (max-width: 600px) {
  h3 {
    font-size: calc(36px * 0.6);
  }
}
@media (max-width: 450px) {
  h3 {
    font-size: calc(36px * 0.55);
  }
}
@media (max-width: 650px) {
  h3 {
    margin-bottom: 20px;
  }
}

h4 {
  font-size: 28px;
  font-size: 28px;
  margin-bottom: 30px;
}
@media (max-width: 1366px) {
  h4 {
    font-size: calc(28px * 0.95);
  }
}
@media (max-width: 1100px) {
  h4 {
    font-size: calc(28px * 0.9);
  }
}
@media (max-width: 900px) {
  h4 {
    font-size: calc(28px * 0.85);
  }
}
@media (max-width: 600px) {
  h4 {
    font-size: calc(28px * 0.8);
  }
}
@media (max-width: 450px) {
  h4 {
    font-size: calc(28px * 0.75);
  }
}
@media (max-width: 650px) {
  h4 {
    margin-bottom: 20px;
  }
}

h5 {
  font-size: 22px;
  font-size: 22px;
}
@media (max-width: 1366px) {
  h5 {
    font-size: calc(22px * 0.95);
  }
}
@media (max-width: 1100px) {
  h5 {
    font-size: calc(22px * 0.9);
  }
}
@media (max-width: 900px) {
  h5 {
    font-size: calc(22px * 0.85);
  }
}
@media (max-width: 600px) {
  h5 {
    font-size: calc(22px * 0.8);
  }
}
@media (max-width: 450px) {
  h5 {
    font-size: calc(22px * 0.75);
  }
}
@media (max-width: 650px) {
  h5 {
    margin-bottom: 20px;
  }
}

p {
  color: #253a46;
  font-family: "avenir_next_lt_proregular";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: block;
  margin-bottom: 20px;
}
@media (max-width: 650px) {
  p {
    font-size: 16px;
    line-height: 140%;
  }
}
p strong {
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 1000px) {
  p strong {
    font-size: 18px;
  }
}
@media (max-width: 450px) {
  p strong {
    font-size: 16px;
  }
}

.no-padding {
  padding: 0 !important;
}

.no-padding-top {
  padding-top: 0 !important;
}

.no-padding-bottom {
  padding-bottom: 0 !important;
}

#footer-lgpd {
  position: fixed;
  z-index: 9999;
  max-width: 1230px;
  transition: 0.3s ease-in-out;
  background: #f0f3f4;
  bottom: 25px;
  left: 10px;
  right: 10px;
  padding: 20px;
  box-shadow: 0 0 10px #253a46;
  border-radius: 12px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translateY(300px);
  -ms-transform: translateY(300px);
  transform: translateY(300px);
  margin: 0 auto;
  opacity: 0.9;
}

#footer-lgpd p {
  padding: 0;
  margin: 0;
  border: 0;
  font-size: 16px;
  line-height: 22px;
  color: #1b1918;
  font-family: "avenir_next_lt_prodemi" !important;
  text-align: left;
  color: #253a46;
}

#footer-lgpd #lgpd-accept-link {
  white-space: nowrap;
  color: #253a46;
  text-decoration: underline;
}

#footer-lgpd #lgpd-accept {
  background: #00746f 0 0 no-repeat padding-box;
  color: #ffffff;
  background-color: #00746f;
  border-radius: 8px;
  border: none;
  text-align: center;
  font-size: 16px;
  padding: 12px 20px;
  letter-spacing: 0;
  margin-left: 15px;
  cursor: pointer;
  white-space: nowrap;
  font-family: "avenir_next_lt_probold" !important;
}

#footer-lgpd #lgpd-accept:hover {
  transition: 0.3s ease-in-out;
  opacity: 0.6;
}

#footer-lgpd.footer-lgpd-opened {
  transition: 0.5s ease-in-out;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}

@media (max-width: 600px) {
  #footer-lgpd {
    flex-flow: column;
  }
  #footer-lgpd p {
    text-align: center;
  }
  #footer-lgpd #lgpd-accept {
    margin-left: 0;
    margin-top: 20px;
  }
}
.grecaptcha-badge {
  visibility: hidden;
}

.pop-up {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
  padding: 30px;
  box-sizing: border-box;
}

.pop-up.atv {
  display: block;
}

.mask-pop-up {
  background-color: #1b1918;
  opacity: 0.6;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.pop-up-container {
  position: relative;
  z-index: 999;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  top: 50%;
  left: 50%;
  max-width: 800px;
}

.pop-up img {
  display: block;
  width: 100%;
  box-shadow: 0px 16px 50px -8px rgba(1, 46, 64, 0.1);
}

.pop-up .close-pop-up {
  background: url("../image/icons/close.svg");
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  cursor: pointer;
  background-size: 20px;
  width: 30px;
  height: 30px;
  position: fixed;
  top: -60px;
  right: -60px;
  text-indent: -9999px;
}

.pop-up.remove {
  display: none;
}

@media (max-width: 1000px) {
  .pop-up .close-pop-up {
    top: -40px;
    right: 0;
  }
}
@media (max-width: 500px) {
  .pop-up {
    padding: 10px;
  }
}
.whatsapp-fixo {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 999;
}

.whatsapp-fixo a {
  margin: 0;
}

.whatsapp-fixo svg {
  width: 45px;
  height: 46px;
  float: left;
}

.whatsapp-fixo .text-chamada {
  float: left;
  margin-left: 23px;
  padding: 0;
  position: relative;
  /* display: none; */
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

.whatsapp-fixo:hover .text-chamada {
  display: block !important;
}

.whatsapp-fixo .text-chamada p {
  background: #ae9675;
  padding: 11px 15px;
  border-radius: 5px;
  color: #fff;
  margin: 0;
  font-size: 17px;
}

.whatsapp-fixo .text-chamada:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 0;
  width: 0;
  height: 0;
  position: absolute;
  left: -10px;
  top: 50%;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #ae9675;
  -webkit-transform: translateX(0%) translateY(-50%);
  -moz-transform: translateX(0%) translateY(-50%);
  -ms-transform: translateX(0%) translateY(-50%);
  -o-transform: translateX(0%) translateY(-50%);
  transform: translateX(0%) translateY(-50%);
}

@media (max-width: 600px) {
  .whatsapp-fixo svg {
    width: 40px;
    height: 41px;
  }
  .whatsapp-fixo .text-chamada p {
    padding: 10px 15px;
  }
}
@media (max-width: 400px) {
  .whatsapp-fixo {
    bottom: 10px;
    right: 10px;
  }
  .whatsapp-fixo svg {
    width: 35px;
    height: 36px;
  }
  .whatsapp-fixo .text-chamada p {
    padding: 8px 10px;
    font-size: 15px;
  }
}
.grecaptcha-badge {
  visibility: hidden;
}

.social-media-list ul {
  display: flex;
  gap: 10px;
}
.social-media-list li {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.social-media-list li:hover {
  opacity: 0.6;
}

@keyframes headerAnimation {
  0% {
    top: -50px;
  }
  100% {
    top: 0;
  }
}
.hidden {
  opacity: 0;
  filter: blur(10px);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.hidden.to-left {
  -webkit-transform: translateX(5vw);
  -moz-transform: translateX(5vw);
  -ms-transform: translateX(5vw);
  -o-transform: translateX(5vw);
  transform: translateX(5vw);
}
.hidden.to-right {
  -webkit-transform: translateX(-5vw);
  -moz-transform: translateX(-5vw);
  -ms-transform: translateX(-5vw);
  -o-transform: translateX(-5vw);
  transform: translateX(-5vw);
}
.hidden.to-top {
  -webkit-transform: translateY(5vh);
  -moz-transform: translateY(5vh);
  -ms-transform: translateY(5vh);
  -o-transform: translateY(5vh);
  transform: translateY(5vh);
}
.hidden.to-bottom {
  -webkit-transform: translateY(-5vh);
  -moz-transform: translateY(-5vh);
  -ms-transform: translateY(-5vh);
  -o-transform: translateY(-5vh);
  transform: translateY(-5vh);
}

.show {
  opacity: 1;
  filter: blur(0);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translateX(0) translateY(0) !important;
  -moz-transform: translateX(0) translateY(0) !important;
  -ms-transform: translateX(0) translateY(0) !important;
  -o-transform: translateX(0) translateY(0) !important;
  transform: translateX(0) translateY(0) !important;
}

div.asl_r .results .item .asl_content h3,
div.asl_r .results .item .asl_content h3 a {
  font-family: "avenir_next_lt_probold" !important;
  font-size: 16px !important;
  color: #1b1918 !important;
  line-height: normal !important;
  font-weight: 300 !important;
  letter-spacing: 1.04px;
}

div.asl_r .results .item .asl_content .asl_desc,
div.asl_r .results .asl_nores {
  font-family: "avenir_next_lt_proregular" !important;
  font-size: 14px !important;
  color: #1b1918;
  position: relative;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.32px;
}

.results .asl_nores .asl_keyword {
  color: #1b1918;
}

div.asl_r .results .item .asl_content {
  background-color: #f0f3f4;
}

/*
  Centraliza
*/
/*
Calculo automatico da largura
*/
/*
Margins e paddins responsivos
*/
/*
Font size responsiva para titulos. De 33 a 999;
*/
/*
Font size responsiva para subtitulos. De 24 a 32;
*/
/*
Font size responsiva para paragrafo. De 18 a 24;
*/
.header {
  position: absolute;
  display: block;
  width: 100%;
  z-index: 99;
  background: transparent;
}
.header .sub-header {
  width: 100%;
  background-color: #253a46;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  z-index: 999;
  /* SUBMENU */
}
@media (max-width: 650px) {
  .header .sub-header {
    display: none;
  }
}
.header .sub-header .container {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  flex-flow: row wrap;
  gap: 80px;
}
@media (max-width: 1400px) {
  .header .sub-header .container {
    gap: 30px;
  }
}
@media (max-width: 1000px) {
  .header .sub-header .container {
    gap: 20px;
  }
}
.header .sub-header .sub-header-menu {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-flow: row wrap;
  gap: 60px;
}
@media (max-width: 1400px) {
  .header .sub-header .sub-header-menu {
    gap: 30px;
  }
}
@media (max-width: 1000px) {
  .header .sub-header .sub-header-menu {
    gap: 20px;
  }
}
@media (max-width: 800px) {
  .header .sub-header .social-media-list {
    display: none;
  }
}
.header .sub-header .social-media-list ul {
  gap: 10px;
}
.header .sub-header li {
  position: relative;
}
.header .sub-header li a {
  color: #fff;
  font-family: "avenir_next_lt_probold";
  font-size: 18px;
  text-align: left;
  color: #fff;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 1650px) {
  .header .sub-header li a {
    font-size: 16px;
  }
}
@media (max-width: 1000px) {
  .header .sub-header li a {
    font-size: 14px;
  }
}
.header .sub-header li a:hover {
  opacity: 0.6;
}
.header .sub-header .sub-header-nav {
  padding: 0;
}
.header .sub-header .sub-header-nav .menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.header .sub-header .sub-header-nav .menu > li {
  position: relative;
}
.header .sub-header .sub-header-nav .menu > li > a {
  display: block;
  padding: 15px 20px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}
.header .sub-header .submenu {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #253a46;
  min-width: 220px;
  display: none;
  flex-direction: column;
  z-index: 1000;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
}
.header .sub-header .submenu a {
  padding: 12px 20px;
  display: block;
  color: #fff;
  text-decoration: none;
}
.header .sub-header .has-submenu:hover .submenu {
  display: flex;
}
.header .main-menu {
  width: 100%;
  background-color: #fbf9f5;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 1200px) {
  .header .main-menu {
    padding: 20px 0;
  }
}
@media (max-width: 450px) {
  .header .main-menu {
    padding: 15px 0;
  }
}
.header .main-menu .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-flow: row wrap;
}
.header .logo-menu {
  display: flex;
  gap: 20px;
}
.header .logo-menu h1 {
  margin-bottom: 0;
  line-height: 0;
  display: block;
}
.header .logo-menu h1 a {
  display: block;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.header .logo-menu h1 a:hover {
  opacity: 0.6;
}
.header .logo-menu svg {
  width: 240px;
  height: auto !important;
}
@media (max-width: 1650px) {
  .header .logo-menu svg {
    max-width: 190px;
  }
}
@media (max-width: 1400px) {
  .header .logo-menu svg {
    max-width: 180px;
  }
}
@media (max-width: 1250px) {
  .header .logo-menu svg {
    max-width: 200px;
  }
}
@media (max-width: 400px) {
  .header .logo-menu svg {
    max-width: 160px;
  }
}
.header .logo-menu .selo-header {
  max-width: 60px;
}
@media (max-width: 1650px) {
  .header .logo-menu .selo-header {
    max-width: 48px;
  }
}
.header .logo-menu .selo-header img {
  display: block;
  max-width: 100%;
}
.header .content-menu ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-flow: row wrap;
  gap: 70px;
}
@media (max-width: 1890px) {
  .header .content-menu ul {
    gap: 40px;
  }
}
@media (max-width: 1650px) {
  .header .content-menu ul {
    gap: 25px;
  }
}
@media (max-width: 1400px) {
  .header .content-menu ul {
    gap: 20px;
  }
}
.header .content-menu li {
  position: relative;
}
.header .content-menu li a {
  color: #253a46;
  font-family: "avenir_next_lt_probold";
  font-size: 20px;
  text-align: left;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 1890px) {
  .header .content-menu li a {
    font-size: 18px;
  }
}
@media (max-width: 1650px) {
  .header .content-menu li a {
    font-size: 16px;
  }
}
@media (max-width: 1400px) {
  .header .content-menu li a {
    font-size: 15px;
  }
}
.header .content-menu li a:hover {
  opacity: 0.6;
}
.header .content-menu .asl_w_container {
  min-width: 240px;
}
@media (max-width: 1650px) {
  .header .content-menu .asl_w_container {
    min-width: 180px;
  }
}
.header .content-menu #ajaxsearchlite1 .probox,
.header .content-menu div.asl_w .probox {
  border: 2px solid #00746f !important;
  background: #fbf9f5 !important;
  color: #00746f !important;
}
.header .content-menu div.asl_w .probox .promagnifier {
  order: 1;
}
.header .content-menu #ajaxsearchlite1 .probox .proinput input,
.header .content-menu div.asl_w .probox .proinput input {
  font-family: "avenir_next_lt_prodemi";
  font-size: 16px;
  text-align: left;
  color: #00746f !important;
  font-style: normal;
  line-height: normal;
}
.header .content-menu #ajaxsearchlite1 .probox .proinput input::placeholder,
.header .content-menu div.asl_w .probox .proinput input::placeholder {
  font-size: 14px;
  font-family: "avenir_next_lt_prodemi";
  text-align: left;
  color: #00746f !important;
  font-style: normal;
  line-height: normal;
}
.header .content-menu #ajaxsearchlite1 .probox .proinput,
.header .content-menu div.asl_w .probox .proinput {
  margin-left: 0;
}
.header .content-menu div.asl_w .probox .promagnifier .innericon svg {
  fill: #00746f !important;
  border: none !important;
}
.header .content-menu div.asl_w .probox .promagnifier {
  border: none !important;
  box-shadow: none !important;
}

.social-media-floating {
  right: 0;
  top: 50%;
  -webkit-transform: translateX(0) translateY(-50%);
  -moz-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  -o-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
  position: absolute;
  position: fixed;
  z-index: 999;
  background-color: #fbf9f5;
  padding: 30px 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
@media (max-width: 1000px) {
  .social-media-floating {
    display: none;
  }
}
.social-media-floating ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.social-media-floating ul svg,
.social-media-floating ul a {
  display: block !important;
}

@media (max-width: 1250px) {
  .menu-icon {
    background: url("../images/svg/menu.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 30px;
    height: 30px;
    text-indent: -99999px;
    display: block;
    cursor: pointer;
  }
}
@media (max-width: 1250px) and (max-width: 350px) {
  .menu-icon {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 1250px) {
  .header .content-menu .responsive-menu {
    position: fixed;
    width: 300px;
    right: -300px;
    top: 0px;
    height: 100%;
    bottom: 0;
    background: #ffffff;
    z-index: 999;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 100px;
    box-sizing: border-box;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    text-align: left;
  }
}
@media (max-width: 1250px) and (max-width: 450px) {
  .header .content-menu .responsive-menu {
    width: 280px;
    right: -280px;
  }
}
@media (max-width: 1250px) {
  .header .content-menu nav ul {
    gap: 0;
  }
  .header .content-menu nav li {
    width: 100%;
    margin-top: 30px;
    line-height: 20px !important;
    margin-right: 0;
  }
}
@media (max-width: 1250px) and (max-width: 450px) {
  .header .content-menu nav li {
    margin-top: 20px;
  }
}
@media (max-width: 1250px) {
  .header .content-menu nav li a {
    font-size: 16px !important;
  }
  .header.open-menu .content-menu .menu-icon {
    background: url("../images/svg/close.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 25px;
    height: 25px;
    z-index: 9999;
    position: fixed;
    right: 60px;
    top: 60px;
  }
}
@media (max-width: 1250px) and (max-width: 1000px) {
  .header.open-menu .content-menu .menu-icon {
    right: 40px;
  }
}
@media (max-width: 1250px) and (max-width: 600px) {
  .header.open-menu .content-menu .menu-icon {
    right: 30px;
  }
}
@media (max-width: 1250px) and (max-width: 450px) {
  .header.open-menu .content-menu .menu-icon {
    right: 20px;
    top: 20px;
  }
}
@media (max-width: 1250px) and (max-width: 350px) {
  .header.open-menu .content-menu .menu-icon {
    right: 15px;
    top: 15px;
  }
}
@media (max-width: 1250px) {
  .header.open-menu .content-menu .responsive-menu {
    right: 0;
    opacity: 1;
  }
}
/*
  Centraliza
*/
/*
Calculo automatico da largura
*/
/*
Margins e paddins responsivos
*/
/*
Font size responsiva para titulos. De 33 a 999;
*/
/*
Font size responsiva para subtitulos. De 24 a 32;
*/
/*
Font size responsiva para paragrafo. De 18 a 24;
*/
.banner-home {
  position: relative;
  width: 100%;
  display: block;
}
.banner-home .banner-item {
  width: 100%;
}
.banner-home .banner-item .midia-banner picture {
  width: 100%;
  background-attachment: fixed !important;
  background-position: center !important;
}
.banner-home .banner-item .midia-banner picture img {
  display: block;
  width: 100%;
}
.banner-home .banner-item .midia-banner video {
  display: block;
  width: 100%;
  z-index: 1;
  pointer-events: none;
}

.slick-dots {
  text-align: center;
  position: absolute;
  border-radius: 8px;
  background: #00746f;
  padding: 8px 12px;
  left: 50%;
  bottom: 20px;
  -webkit-transform: translateX(-50%) translateY(0);
  -moz-transform: translateX(-50%) translateY(0);
  -ms-transform: translateX(-50%) translateY(0);
  -o-transform: translateX(-50%) translateY(0);
  transform: translateX(-50%) translateY(0);
  position: absolute;
}
@media (max-width: 600px) {
  .slick-dots {
    bottom: 10px;
    padding: 4px 6px;
  }
}
.slick-dots li {
  display: inline-table;
  margin-left: 3px;
  margin-right: 3px;
}
.slick-dots li button {
  border-radius: 8px;
  background: white;
  border: none !important;
  text-indent: -9999px;
  display: block;
  width: 12px;
  height: 12px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 600px) {
  .slick-dots li button {
    width: 10px;
    height: 10px;
  }
}
.slick-dots li button:hover {
  opacity: 0.6;
}
.slick-dots li.slick-active button {
  width: 25px;
}
@media (max-width: 600px) {
  .slick-dots li.slick-active button {
    width: 15px;
  }
}

.slider {
  width: 100%;
  position: relative;
}
.slider .slick-slide {
  width: 100%;
  position: relative;
}
.slider .slick-slide img {
  width: 100%;
}

.banner-nav {
  width: 100%;
  background-color: #fbf9f5;
  padding: 50px 0;
}
@media (max-width: 1200px) {
  .banner-nav {
    padding: 40px 0;
  }
}
.banner-nav .banner-nav-list ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  flex-flow: row wrap;
  gap: 30px;
}
@media (max-width: 1200px) {
  .banner-nav .banner-nav-list ul {
    gap: 15px;
  }
}
@media (max-width: 900px) {
  .banner-nav .banner-nav-list ul {
    flex-wrap: wrap;
  }
}
.banner-nav .banner-nav-list ul li {
  flex: 1;
  text-align: center;
}
@media (max-width: 900px) {
  .banner-nav .banner-nav-list ul li {
    width: calc(50% - 15px);
    flex: auto;
  }
}
@media (max-width: 450px) {
  .banner-nav .banner-nav-list ul li {
    width: 100% !important;
    flex: auto;
  }
}
.banner-nav .banner-nav-list ul li .triangulo {
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 30px solid #c05d24;
  position: absolute;
  right: 40px;
  bottom: 20px;
}
@media (max-width: 1200px) {
  .banner-nav .banner-nav-list ul li .triangulo {
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 20px solid #c05d24;
    position: absolute;
    right: 20px;
    bottom: 10px;
  }
}
.banner-nav .banner-nav-list ul li:nth-child(1) a {
  background-color: #253a46;
}
.banner-nav .banner-nav-list ul li:nth-child(1) a .triangulo {
  border-top: 30px solid #c05d24;
}
@media (max-width: 1200px) {
  .banner-nav .banner-nav-list ul li:nth-child(1) a .triangulo {
    border-top: 20px solid #c05d24;
  }
}
.banner-nav .banner-nav-list ul li:nth-child(2) a {
  background-color: #00746f;
}
.banner-nav .banner-nav-list ul li:nth-child(2) a .triangulo {
  border-top: 30px solid #f6c447;
}
@media (max-width: 1200px) {
  .banner-nav .banner-nav-list ul li:nth-child(2) a .triangulo {
    border-top: 20px solid #f6c447;
  }
}
.banner-nav .banner-nav-list ul li:nth-child(3) a {
  background-color: #c05d24;
}
.banner-nav .banner-nav-list ul li:nth-child(3) a .triangulo {
  border-top: 30px solid #253a46;
}
@media (max-width: 1200px) {
  .banner-nav .banner-nav-list ul li:nth-child(3) a .triangulo {
    border-top: 20px solid #253a46;
  }
}
.banner-nav .banner-nav-list ul li:nth-child(4) a {
  background-color: #f6c447;
  color: #253a46;
}
.banner-nav .banner-nav-list ul li:nth-child(4) a .triangulo {
  border-top: 30px solid #00746f;
}
@media (max-width: 1200px) {
  .banner-nav .banner-nav-list ul li:nth-child(4) a .triangulo {
    border-top: 20px solid #00746f;
  }
}
.banner-nav .banner-nav-list ul li a {
  font-family: "avenir_next_lt_probold";
  background-color: #253a46;
  font-size: 30px;
  font-size: 30px;
  text-align: center;
  color: #fbf9f5;
  padding: 60px 15px;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 1366px) {
  .banner-nav .banner-nav-list ul li a {
    font-size: calc(30px * 0.95);
  }
}
@media (max-width: 1100px) {
  .banner-nav .banner-nav-list ul li a {
    font-size: calc(30px * 0.9);
  }
}
@media (max-width: 900px) {
  .banner-nav .banner-nav-list ul li a {
    font-size: calc(30px * 0.85);
  }
}
@media (max-width: 600px) {
  .banner-nav .banner-nav-list ul li a {
    font-size: calc(30px * 0.8);
  }
}
@media (max-width: 450px) {
  .banner-nav .banner-nav-list ul li a {
    font-size: calc(30px * 0.75);
  }
}
@media (max-width: 1200px) {
  .banner-nav .banner-nav-list ul li a {
    font-size: 25px;
    padding: 45px 10px;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
  }
}
@media (max-width: 1200px) and (max-width: 1366px) {
  .banner-nav .banner-nav-list ul li a {
    font-size: calc(25px * 0.9);
  }
}
@media (max-width: 1200px) and (max-width: 1100px) {
  .banner-nav .banner-nav-list ul li a {
    font-size: calc(25px * 0.8);
  }
}
@media (max-width: 1200px) and (max-width: 900px) {
  .banner-nav .banner-nav-list ul li a {
    font-size: calc(25px * 0.7);
  }
}
@media (max-width: 1200px) and (max-width: 600px) {
  .banner-nav .banner-nav-list ul li a {
    font-size: calc(25px * 0.6);
  }
}
@media (max-width: 1200px) and (max-width: 450px) {
  .banner-nav .banner-nav-list ul li a {
    font-size: calc(25px * 0.55);
  }
}
@media (max-width: 450px) {
  .banner-nav .banner-nav-list ul li a {
    padding: 35px 10px;
  }
}

.hbsp-highlight {
  text-align: center;
  background-color: #253a46;
  padding: 60px 15px;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  width: 100%;
}
@media (max-width: 800px) {
  .hbsp-highlight {
    padding: 35px 10px;
  }
}
.hbsp-highlight h2 {
  font-family: "avenir_next_lt_probold";
  text-align: center;
  font-size: 72px;
  color: #fbf9f5;
  margin-bottom: 20px;
  font-size: 72px;
}
@media (max-width: 1366px) {
  .hbsp-highlight h2 {
    font-size: calc(72px * 0.9);
  }
}
@media (max-width: 1100px) {
  .hbsp-highlight h2 {
    font-size: calc(72px * 0.8);
  }
}
@media (max-width: 900px) {
  .hbsp-highlight h2 {
    font-size: calc(72px * 0.7);
  }
}
@media (max-width: 600px) {
  .hbsp-highlight h2 {
    font-size: calc(72px * 0.6);
  }
}
@media (max-width: 450px) {
  .hbsp-highlight h2 {
    font-size: calc(72px * 0.55);
  }
}
@media (max-width: 800px) {
  .hbsp-highlight h2 {
    font-size: 48px;
  }
}
@media (max-width: 800px) and (max-width: 1366px) {
  .hbsp-highlight h2 {
    font-size: calc(48px * 0.9);
  }
}
@media (max-width: 800px) and (max-width: 1100px) {
  .hbsp-highlight h2 {
    font-size: calc(48px * 0.8);
  }
}
@media (max-width: 800px) and (max-width: 900px) {
  .hbsp-highlight h2 {
    font-size: calc(48px * 0.7);
  }
}
@media (max-width: 800px) and (max-width: 600px) {
  .hbsp-highlight h2 {
    font-size: calc(48px * 0.6);
  }
}
@media (max-width: 800px) and (max-width: 450px) {
  .hbsp-highlight h2 {
    font-size: calc(48px * 0.55);
  }
}
.hbsp-highlight img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  /* Esconde o texto original */
  /* Triângulo para a esquerda */
  /* Triângulo para a direita */
  /* Ajusta posição se necessário */
}
.slick-slider .slick-prev,
.slick-slider .slick-next {
  background: transparent;
  border: none;
  font-size: 0;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
}
.slick-slider .slick-prev::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 15px solid #f6c447; /* cor da seta */
}
.slick-slider .slick-next::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #f6c447;
}
.slick-slider .slick-prev {
  left: -40px;
}
.slick-slider .slick-next {
  right: -40px;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*
  Centraliza
*/
/*
Calculo automatico da largura
*/
/*
Margins e paddins responsivos
*/
/*
Font size responsiva para titulos. De 33 a 999;
*/
/*
Font size responsiva para subtitulos. De 24 a 32;
*/
/*
Font size responsiva para paragrafo. De 18 a 24;
*/
.downloads {
  background-color: #ededed;
  padding-bottom: 100px;
  padding-bottom: 100px;
}
@media (max-width: 1366px) {
  .downloads {
    padding-bottom: 80px;
  }
}
@media (max-width: 1100px) {
  .downloads {
    padding-bottom: 64px;
  }
}
@media (max-width: 900px) {
  .downloads {
    padding-bottom: 51.2px;
  }
}
@media (max-width: 600px) {
  .downloads {
    padding-bottom: 40.96px;
  }
}
@media (max-width: 450px) {
  .downloads {
    padding-bottom: 28.672px;
  }
}
.downloads .header-page {
  padding-top: 100px;
  padding-top: 100px;
  margin-top: 0;
  margin-bottom: 60px;
  margin-bottom: 60px;
}
@media (max-width: 1366px) {
  .downloads .header-page {
    padding-top: 80px;
  }
}
@media (max-width: 1100px) {
  .downloads .header-page {
    padding-top: 64px;
  }
}
@media (max-width: 900px) {
  .downloads .header-page {
    padding-top: 51.2px;
  }
}
@media (max-width: 600px) {
  .downloads .header-page {
    padding-top: 40.96px;
  }
}
@media (max-width: 450px) {
  .downloads .header-page {
    padding-top: 28.672px;
  }
}
@media (max-width: 1366px) {
  .downloads .header-page {
    margin-bottom: 48px;
  }
}
@media (max-width: 1100px) {
  .downloads .header-page {
    margin-bottom: 38.4px;
  }
}
@media (max-width: 900px) {
  .downloads .header-page {
    margin-bottom: 30.72px;
  }
}
@media (max-width: 600px) {
  .downloads .header-page {
    margin-bottom: 24.576px;
  }
}
@media (max-width: 450px) {
  .downloads .header-page {
    margin-bottom: 17.2032px;
  }
}
.downloads .header-page .header-page-name {
  font-family: "avenir_next_lt_prodemi";
  font-size: 30px;
  font-size: 30px;
  text-align: left;
  color: #253a46;
  margin-bottom: 40px;
  display: block;
  position: relative;
  padding-left: 15px;
}
@media (max-width: 1366px) {
  .downloads .header-page .header-page-name {
    font-size: calc(30px * 0.95);
  }
}
@media (max-width: 1100px) {
  .downloads .header-page .header-page-name {
    font-size: calc(30px * 0.9);
  }
}
@media (max-width: 900px) {
  .downloads .header-page .header-page-name {
    font-size: calc(30px * 0.85);
  }
}
@media (max-width: 600px) {
  .downloads .header-page .header-page-name {
    font-size: calc(30px * 0.8);
  }
}
@media (max-width: 450px) {
  .downloads .header-page .header-page-name {
    font-size: calc(30px * 0.75);
  }
}
@media (max-width: 600px) {
  .downloads .header-page .header-page-name {
    margin-bottom: 30px;
  }
}
.downloads .header-page .header-page-name::after {
  content: "";
  display: block;
  height: 100%;
  width: 4px;
  background-color: #00746f;
  position: absolute;
  top: 0;
  left: 0;
}
.downloads .header-page h1 {
  font-family: "avenir_next_lt_probold";
  font-size: 48px;
  font-size: 48px;
  text-align: left;
  color: #00746f;
  margin-bottom: 30px;
}
@media (max-width: 1366px) {
  .downloads .header-page h1 {
    font-size: calc(48px * 0.9);
  }
}
@media (max-width: 1100px) {
  .downloads .header-page h1 {
    font-size: calc(48px * 0.8);
  }
}
@media (max-width: 900px) {
  .downloads .header-page h1 {
    font-size: calc(48px * 0.7);
  }
}
@media (max-width: 600px) {
  .downloads .header-page h1 {
    font-size: calc(48px * 0.6);
  }
}
@media (max-width: 450px) {
  .downloads .header-page h1 {
    font-size: calc(48px * 0.55);
  }
}
.downloads .header-page p {
  margin-bottom: 25px;
  font-family: "avenir_next_lt_prodemi";
  font-size: 27px;
  font-size: 27px;
  text-align: justify;
  line-height: 140%;
  text-align: left;
  color: #253a46;
}
@media (max-width: 1366px) {
  .downloads .header-page p {
    font-size: calc(27px * 0.95);
  }
}
@media (max-width: 1100px) {
  .downloads .header-page p {
    font-size: calc(27px * 0.9);
  }
}
@media (max-width: 900px) {
  .downloads .header-page p {
    font-size: calc(27px * 0.85);
  }
}
@media (max-width: 600px) {
  .downloads .header-page p {
    font-size: calc(27px * 0.8);
  }
}
@media (max-width: 450px) {
  .downloads .header-page p {
    font-size: calc(27px * 0.75);
  }
}
.downloads .download-table .download-table-header {
  overflow: scroll;
}
.downloads .download-table .download-table-header ul {
  display: flex;
  flex-wrap: nowrap;
}
.downloads .download-table .download-table-header ul li.atv a, .downloads .download-table .download-table-header ul li:hover a {
  background-color: #ffffff;
  border: 1px solid black;
  border-bottom: 0;
}
.downloads .download-table .download-table-header ul li a {
  font-family: "avenir_next_lt_probold";
  font-size: 24px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #00746f;
  padding: 20px 40px;
  display: block;
  background-color: #ededed;
  border: 1px solid transparent;
  border-bottom: 0;
}
@media (max-width: 1366px) {
  .downloads .download-table .download-table-header ul li a {
    font-size: calc(24px * 0.95);
  }
}
@media (max-width: 1100px) {
  .downloads .download-table .download-table-header ul li a {
    font-size: calc(24px * 0.9);
  }
}
@media (max-width: 900px) {
  .downloads .download-table .download-table-header ul li a {
    font-size: calc(24px * 0.85);
  }
}
@media (max-width: 600px) {
  .downloads .download-table .download-table-header ul li a {
    font-size: calc(24px * 0.8);
  }
}
@media (max-width: 450px) {
  .downloads .download-table .download-table-header ul li a {
    font-size: calc(24px * 0.75);
  }
}
@media (max-width: 1400px) {
  .downloads .download-table .download-table-header ul li a {
    font-size: 20px;
    padding: 15px 30px;
  }
}
@media (max-width: 1000px) {
  .downloads .download-table .download-table-header ul li a {
    font-size: 18px;
    padding: 10px 20px;
  }
}
@media (max-width: 600px) {
  .downloads .download-table .download-table-header ul li a {
    font-size: 16px;
    padding: 10px 10px;
  }
}
@media (max-width: 400px) {
  .downloads .download-table .download-table-header ul li a {
    font-size: 14px;
  }
}
.downloads .download-table .download-table-item {
  width: 100%;
  padding: 60px;
  background-color: #ffffff;
  display: none;
}
@media (max-width: 1400px) {
  .downloads .download-table .download-table-item {
    padding: 40px;
  }
}
@media (max-width: 600px) {
  .downloads .download-table .download-table-item {
    padding: 20px;
  }
}
.downloads .download-table .download-table-item.atv {
  display: block;
}
.downloads .download-table .download-table-item ul {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 20px;
}
.downloads .download-table .download-table-item ul li {
  width: calc((100% - 80px) / 5);
}
@media (max-width: 1200px) {
  .downloads .download-table .download-table-item ul li {
    width: calc((100% - 60px) / 4);
  }
}
@media (max-width: 800px) {
  .downloads .download-table .download-table-item ul li {
    width: calc((100% - 40px) / 3);
  }
}
@media (max-width: 550px) {
  .downloads .download-table .download-table-item ul li {
    width: calc((100% - 20px) / 2);
  }
}
.downloads .download-table .download-table-item ul li img {
  display: block;
  width: 100%;
}
.downloads .download-table .download-table-item ul li h3 {
  font-family: "avenir_next_lt_probold";
  font-size: 20px;
  font-size: 20px;
  line-height: normal;
  text-align: center;
  margin-bottom: 0;
  margin-top: 15px;
}
@media (max-width: 1366px) {
  .downloads .download-table .download-table-item ul li h3 {
    font-size: calc(20px * 0.95);
  }
}
@media (max-width: 1100px) {
  .downloads .download-table .download-table-item ul li h3 {
    font-size: calc(20px * 0.9);
  }
}
@media (max-width: 900px) {
  .downloads .download-table .download-table-item ul li h3 {
    font-size: calc(20px * 0.85);
  }
}
@media (max-width: 600px) {
  .downloads .download-table .download-table-item ul li h3 {
    font-size: calc(20px * 0.8);
  }
}
@media (max-width: 450px) {
  .downloads .download-table .download-table-item ul li h3 {
    font-size: calc(20px * 0.75);
  }
}

/*
  Centraliza
*/
/*
Calculo automatico da largura
*/
/*
Margins e paddins responsivos
*/
/*
Font size responsiva para titulos. De 33 a 999;
*/
/*
Font size responsiva para subtitulos. De 24 a 32;
*/
/*
Font size responsiva para paragrafo. De 18 a 24;
*/
.agreements-list {
  width: 100%;
  background-color: #fbf9f5;
  padding: 80px 0;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 1366px) {
  .agreements-list {
    padding-top: 64px;
  }
}
@media (max-width: 1100px) {
  .agreements-list {
    padding-top: 51.2px;
  }
}
@media (max-width: 900px) {
  .agreements-list {
    padding-top: 40.96px;
  }
}
@media (max-width: 600px) {
  .agreements-list {
    padding-top: 32.768px;
  }
}
@media (max-width: 450px) {
  .agreements-list {
    padding-top: 22.9376px;
  }
}
@media (max-width: 1366px) {
  .agreements-list {
    padding-bottom: 64px;
  }
}
@media (max-width: 1100px) {
  .agreements-list {
    padding-bottom: 51.2px;
  }
}
@media (max-width: 900px) {
  .agreements-list {
    padding-bottom: 40.96px;
  }
}
@media (max-width: 600px) {
  .agreements-list {
    padding-bottom: 32.768px;
  }
}
@media (max-width: 450px) {
  .agreements-list {
    padding-bottom: 22.9376px;
  }
}
.agreements-list h2 {
  font-family: "avenir_next_lt_probold";
  font-size: 36px;
  font-size: 36px;
  text-align: left;
  color: #253a46;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 1366px) {
  .agreements-list h2 {
    font-size: calc(36px * 0.9);
  }
}
@media (max-width: 1100px) {
  .agreements-list h2 {
    font-size: calc(36px * 0.8);
  }
}
@media (max-width: 900px) {
  .agreements-list h2 {
    font-size: calc(36px * 0.7);
  }
}
@media (max-width: 600px) {
  .agreements-list h2 {
    font-size: calc(36px * 0.6);
  }
}
@media (max-width: 450px) {
  .agreements-list h2 {
    font-size: calc(36px * 0.55);
  }
}
@media (max-width: 600px) {
  .agreements-list h2 {
    margin-bottom: 30px;
  }
}
.agreements-list ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-flow: row wrap;
  align-items: center;
  gap: 40px;
}
@media (max-width: 800px) {
  .agreements-list ul {
    gap: 20px;
  }
}
.agreements-list ul li {
  text-align: center;
  width: calc((100% - 160px) / 5);
}
@media (max-width: 1100px) {
  .agreements-list ul li {
    width: calc((100% - 120px) / 4);
  }
}
@media (max-width: 800px) {
  .agreements-list ul li {
    width: calc((100% - 40px) / 3);
  }
}
@media (max-width: 400px) {
  .agreements-list ul li {
    width: calc((100% - 20px) / 2);
  }
}
.agreements-list ul li picture {
  width: 100%;
  display: block;
}
.agreements-list ul li picture img {
  width: 100%;
  max-width: 300px;
}

.units {
  width: 100%;
  background-color: #c05d24;
  padding: 80px 0;
  border-top-left-radius: 90px;
  border-top-right-radius: 90px;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 1366px) {
  .units {
    padding-top: 64px;
  }
}
@media (max-width: 1100px) {
  .units {
    padding-top: 51.2px;
  }
}
@media (max-width: 900px) {
  .units {
    padding-top: 40.96px;
  }
}
@media (max-width: 600px) {
  .units {
    padding-top: 32.768px;
  }
}
@media (max-width: 450px) {
  .units {
    padding-top: 22.9376px;
  }
}
@media (max-width: 1366px) {
  .units {
    padding-bottom: 64px;
  }
}
@media (max-width: 1100px) {
  .units {
    padding-bottom: 51.2px;
  }
}
@media (max-width: 900px) {
  .units {
    padding-bottom: 40.96px;
  }
}
@media (max-width: 600px) {
  .units {
    padding-bottom: 32.768px;
  }
}
@media (max-width: 450px) {
  .units {
    padding-bottom: 22.9376px;
  }
}
.units h2 {
  font-family: "avenir_next_lt_probold";
  font-size: 36px;
  font-size: 36px;
  text-align: left;
  color: #fbf9f5;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 1366px) {
  .units h2 {
    font-size: calc(36px * 0.9);
  }
}
@media (max-width: 1100px) {
  .units h2 {
    font-size: calc(36px * 0.8);
  }
}
@media (max-width: 900px) {
  .units h2 {
    font-size: calc(36px * 0.7);
  }
}
@media (max-width: 600px) {
  .units h2 {
    font-size: calc(36px * 0.6);
  }
}
@media (max-width: 450px) {
  .units h2 {
    font-size: calc(36px * 0.55);
  }
}
@media (max-width: 600px) {
  .units h2 {
    margin-bottom: 30px;
  }
}
.units .units-list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-flow: row wrap;
  gap: 40px;
}
@media (max-width: 600px) {
  .units .units-list {
    gap: 20px;
  }
}
.units .units-list .unity-item {
  flex: 1 1 calc((100% - 80px) / 3);
  max-width: 33.33%;
  position: relative;
}
.units .units-list .unity-item:hover img {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}
@media (max-width: 800px) {
  .units .units-list .unity-item {
    flex: 1 1 calc((100% - 40px) / 2);
    max-width: 50%;
  }
}
@media (max-width: 550px) {
  .units .units-list .unity-item {
    flex: 1 1 100%;
    max-width: 100%;
    margin-right: 0 !important;
  }
}
.units .units-list .unity-item .unity-thumb {
  width: 100%;
  padding: 5px;
  border: 1px solid #f6c447;
  border-bottom-left-radius: 50px;
  border-top-right-radius: 50px;
}
.units .units-list .unity-item .unity-thumb picture {
  border-bottom-left-radius: 50px;
  border-top-right-radius: 50px;
  overflow: hidden;
}
.units .units-list .unity-item .unity-thumb picture,
.units .units-list .unity-item .unity-thumb img {
  width: 100%;
  max-width: 100%;
  display: block;
  height: 380px;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: center;
  -o-object-position: center;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 1400px) {
  .units .units-list .unity-item .unity-thumb picture,
  .units .units-list .unity-item .unity-thumb img {
    height: 300px;
  }
}
@media (max-width: 1200px) {
  .units .units-list .unity-item .unity-thumb picture,
  .units .units-list .unity-item .unity-thumb img {
    height: 260px;
  }
}
.units .units-list .unity-item .unity-body {
  width: 100%;
  padding: 20px 40px;
}
@media (max-width: 1200px) {
  .units .units-list .unity-item .unity-body {
    padding: 15px 20px;
  }
}
.units .units-list .unity-item .unity-body h3 {
  font-family: "avenir_next_lt_probold";
  font-size: 30px;
  font-size: 30px;
  text-align: left;
  color: #fff;
  margin-bottom: 50px;
}
@media (max-width: 1366px) {
  .units .units-list .unity-item .unity-body h3 {
    font-size: calc(30px * 0.95);
  }
}
@media (max-width: 1100px) {
  .units .units-list .unity-item .unity-body h3 {
    font-size: calc(30px * 0.9);
  }
}
@media (max-width: 900px) {
  .units .units-list .unity-item .unity-body h3 {
    font-size: calc(30px * 0.85);
  }
}
@media (max-width: 600px) {
  .units .units-list .unity-item .unity-body h3 {
    font-size: calc(30px * 0.8);
  }
}
@media (max-width: 450px) {
  .units .units-list .unity-item .unity-body h3 {
    font-size: calc(30px * 0.75);
  }
}
@media (max-width: 1200px) {
  .units .units-list .unity-item .unity-body h3 {
    margin-bottom: 30px;
  }
}
@media (max-width: 600px) {
  .units .units-list .unity-item .unity-body h3 {
    margin-bottom: 15px;
  }
}
.units .units-list .unity-item .unity-body p,
.units .units-list .unity-item .unity-body a {
  display: flex;
  align-items: baseline;
  font-family: "avenir_next_lt_proregular";
  font-size: 24px;
  font-size: 24px;
  text-align: left;
  color: #fff;
  margin-bottom: 0;
  margin-bottom: 5px;
  gap: 10px;
  max-width: 340px;
  line-height: normal;
}
@media (max-width: 1366px) {
  .units .units-list .unity-item .unity-body p,
  .units .units-list .unity-item .unity-body a {
    font-size: calc(24px * 0.95);
  }
}
@media (max-width: 1100px) {
  .units .units-list .unity-item .unity-body p,
  .units .units-list .unity-item .unity-body a {
    font-size: calc(24px * 0.9);
  }
}
@media (max-width: 900px) {
  .units .units-list .unity-item .unity-body p,
  .units .units-list .unity-item .unity-body a {
    font-size: calc(24px * 0.85);
  }
}
@media (max-width: 600px) {
  .units .units-list .unity-item .unity-body p,
  .units .units-list .unity-item .unity-body a {
    font-size: calc(24px * 0.8);
  }
}
@media (max-width: 450px) {
  .units .units-list .unity-item .unity-body p,
  .units .units-list .unity-item .unity-body a {
    font-size: calc(24px * 0.75);
  }
}
@media (max-width: 1200px) {
  .units .units-list .unity-item .unity-body p,
  .units .units-list .unity-item .unity-body a {
    font-size: 18px;
  }
}
@media (max-width: 900px) {
  .units .units-list .unity-item .unity-body p,
  .units .units-list .unity-item .unity-body a {
    font-size: 16px;
  }
}
.units .units-list .unity-item .unity-body p svg,
.units .units-list .unity-item .unity-body a svg {
  min-width: 22px;
}

.header-page {
  width: 100%;
  margin-top: 100px;
}
@media (max-width: 1366px) {
  .header-page {
    margin-top: 80px;
  }
}
@media (max-width: 1100px) {
  .header-page {
    margin-top: 64px;
  }
}
@media (max-width: 900px) {
  .header-page {
    margin-top: 51.2px;
  }
}
@media (max-width: 600px) {
  .header-page {
    margin-top: 40.96px;
  }
}
@media (max-width: 450px) {
  .header-page {
    margin-top: 28.672px;
  }
}

.about .header-page {
  margin-bottom: 60px;
}
@media (max-width: 600px) {
  .about .header-page {
    margin-bottom: 40px;
  }
}
.about .header-page .header-page-name {
  font-family: "avenir_next_lt_prodemi";
  font-size: 27px;
  font-size: 27px;
  text-align: left;
  color: #253a46;
  margin-bottom: 40px;
  display: block;
  position: relative;
  padding-left: 15px;
  text-transform: uppercase;
}
@media (max-width: 1366px) {
  .about .header-page .header-page-name {
    font-size: calc(27px * 0.95);
  }
}
@media (max-width: 1100px) {
  .about .header-page .header-page-name {
    font-size: calc(27px * 0.9);
  }
}
@media (max-width: 900px) {
  .about .header-page .header-page-name {
    font-size: calc(27px * 0.85);
  }
}
@media (max-width: 600px) {
  .about .header-page .header-page-name {
    font-size: calc(27px * 0.8);
  }
}
@media (max-width: 450px) {
  .about .header-page .header-page-name {
    font-size: calc(27px * 0.75);
  }
}
@media (max-width: 600px) {
  .about .header-page .header-page-name {
    margin-bottom: 30px;
  }
}
.about .header-page .header-page-name::after {
  content: "";
  display: block;
  height: 100%;
  width: 4px;
  background-color: #00746f;
  position: absolute;
  top: 0;
  left: 0;
}
.about .header-page h1 {
  font-family: "avenir_next_lt_probold";
  font-size: 48px;
  text-align: left;
  color: #00746f;
  margin-bottom: 30px;
  font-size: 48px;
}
@media (max-width: 1366px) {
  .about .header-page h1 {
    font-size: calc(48px * 0.9);
  }
}
@media (max-width: 1100px) {
  .about .header-page h1 {
    font-size: calc(48px * 0.8);
  }
}
@media (max-width: 900px) {
  .about .header-page h1 {
    font-size: calc(48px * 0.7);
  }
}
@media (max-width: 600px) {
  .about .header-page h1 {
    font-size: calc(48px * 0.6);
  }
}
@media (max-width: 450px) {
  .about .header-page h1 {
    font-size: calc(48px * 0.55);
  }
}
.about .header-page p {
  margin-bottom: 25px;
  font-family: "avenir_next_lt_prodemi";
  font-size: 27px;
  font-size: 27px;
  text-align: left;
  color: #253a46;
  text-align: justify;
  line-height: 140%;
}
@media (max-width: 1366px) {
  .about .header-page p {
    font-size: calc(27px * 0.95);
  }
}
@media (max-width: 1100px) {
  .about .header-page p {
    font-size: calc(27px * 0.9);
  }
}
@media (max-width: 900px) {
  .about .header-page p {
    font-size: calc(27px * 0.85);
  }
}
@media (max-width: 600px) {
  .about .header-page p {
    font-size: calc(27px * 0.8);
  }
}
@media (max-width: 450px) {
  .about .header-page p {
    font-size: calc(27px * 0.75);
  }
}

.our-values {
  width: 100%;
  background-color: #253a46;
  padding: 60px 0;
}
@media (max-width: 800px) {
  .our-values {
    padding: 40px 0;
  }
}
.our-values .our-values-body > ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  flex-flow: row wrap;
  gap: 30px;
}
.our-values .our-values-body > ul > li {
  flex: 1;
  padding: 60px 40px;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
}
.our-values .our-values-body > ul > li:nth-child(1) {
  background-color: #c05d24;
}
.our-values .our-values-body > ul > li:nth-child(2) {
  background-color: #00746f;
}
.our-values .our-values-body > ul > li:nth-child(3) {
  background-color: #f6c447;
}
.our-values .our-values-body > ul > li h2 {
  font-family: "avenir_next_lt_probold";
  font-size: 47px;
  font-size: 47px;
  text-align: left;
  color: #fff;
}
@media (max-width: 1366px) {
  .our-values .our-values-body > ul > li h2 {
    font-size: calc(47px * 0.9);
  }
}
@media (max-width: 1100px) {
  .our-values .our-values-body > ul > li h2 {
    font-size: calc(47px * 0.8);
  }
}
@media (max-width: 900px) {
  .our-values .our-values-body > ul > li h2 {
    font-size: calc(47px * 0.7);
  }
}
@media (max-width: 600px) {
  .our-values .our-values-body > ul > li h2 {
    font-size: calc(47px * 0.6);
  }
}
@media (max-width: 450px) {
  .our-values .our-values-body > ul > li h2 {
    font-size: calc(47px * 0.55);
  }
}
.our-values .our-values-body > ul > li p {
  font-family: "avenir_next_lt_probold";
  font-size: 34px;
  font-size: 34px;
  text-align: left;
  color: #fff;
}
@media (max-width: 1366px) {
  .our-values .our-values-body > ul > li p {
    font-size: calc(34px * 0.9);
  }
}
@media (max-width: 1100px) {
  .our-values .our-values-body > ul > li p {
    font-size: calc(34px * 0.8);
  }
}
@media (max-width: 900px) {
  .our-values .our-values-body > ul > li p {
    font-size: calc(34px * 0.7);
  }
}
@media (max-width: 600px) {
  .our-values .our-values-body > ul > li p {
    font-size: calc(34px * 0.6);
  }
}
@media (max-width: 450px) {
  .our-values .our-values-body > ul > li p {
    font-size: calc(34px * 0.55);
  }
}
.our-values .our-values-body > ul > li ul li {
  width: 100%;
  margin-bottom: 5px;
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.our-values .our-values-body > ul > li ul li .triangulo {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 20px solid #00746f;
  display: inline-block;
}
.our-values .our-values-body > ul > li ul li p {
  margin-bottom: 0;
  display: inline-block;
}

.scope {
  width: 100%;
  padding: 60px 0;
}
@media (max-width: 800px) {
  .scope {
    padding: 40px 0;
  }
}
.scope .scope-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
@media (max-width: 550px) {
  .scope .scope-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
}
.scope .scope-wrapper .text {
  width: 60%;
  max-width: 760px;
}
.scope .scope-wrapper .text h2 {
  font-family: "avenir_next_lt_probold";
  font-size: 48px;
  font-size: 48px;
  text-align: left;
  color: #00746f;
}
@media (max-width: 1366px) {
  .scope .scope-wrapper .text h2 {
    font-size: calc(48px * 0.9);
  }
}
@media (max-width: 1100px) {
  .scope .scope-wrapper .text h2 {
    font-size: calc(48px * 0.8);
  }
}
@media (max-width: 900px) {
  .scope .scope-wrapper .text h2 {
    font-size: calc(48px * 0.7);
  }
}
@media (max-width: 600px) {
  .scope .scope-wrapper .text h2 {
    font-size: calc(48px * 0.6);
  }
}
@media (max-width: 450px) {
  .scope .scope-wrapper .text h2 {
    font-size: calc(48px * 0.55);
  }
}
.scope .scope-wrapper .text p {
  font-family: "avenir_next_lt_prodemi";
  font-size: 27px;
  font-size: 27px;
  text-align: left;
  color: #253a46;
  text-align: justify;
  line-height: 140%;
}
@media (max-width: 1366px) {
  .scope .scope-wrapper .text p {
    font-size: calc(27px * 0.95);
  }
}
@media (max-width: 1100px) {
  .scope .scope-wrapper .text p {
    font-size: calc(27px * 0.9);
  }
}
@media (max-width: 900px) {
  .scope .scope-wrapper .text p {
    font-size: calc(27px * 0.85);
  }
}
@media (max-width: 600px) {
  .scope .scope-wrapper .text p {
    font-size: calc(27px * 0.8);
  }
}
@media (max-width: 450px) {
  .scope .scope-wrapper .text p {
    font-size: calc(27px * 0.75);
  }
}
.scope .scope-wrapper .midia {
  max-width: 600px;
}
.scope .scope-wrapper .midia picture,
.scope .scope-wrapper .midia img {
  display: block;
  width: 100%;
}

.commissions {
  width: 100%;
  background-color: #ededed;
  padding: 80px 0;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 1366px) {
  .commissions {
    padding-top: 64px;
  }
}
@media (max-width: 1100px) {
  .commissions {
    padding-top: 51.2px;
  }
}
@media (max-width: 900px) {
  .commissions {
    padding-top: 40.96px;
  }
}
@media (max-width: 600px) {
  .commissions {
    padding-top: 32.768px;
  }
}
@media (max-width: 450px) {
  .commissions {
    padding-top: 22.9376px;
  }
}
@media (max-width: 1366px) {
  .commissions {
    padding-bottom: 64px;
  }
}
@media (max-width: 1100px) {
  .commissions {
    padding-bottom: 51.2px;
  }
}
@media (max-width: 900px) {
  .commissions {
    padding-bottom: 40.96px;
  }
}
@media (max-width: 600px) {
  .commissions {
    padding-bottom: 32.768px;
  }
}
@media (max-width: 450px) {
  .commissions {
    padding-bottom: 22.9376px;
  }
}
.commissions h2 {
  font-family: "avenir_next_lt_probold";
  font-size: 48px;
  font-size: 48px;
  text-align: left;
  color: #00746f;
  margin-bottom: 40px;
}
@media (max-width: 1366px) {
  .commissions h2 {
    font-size: calc(48px * 0.9);
  }
}
@media (max-width: 1100px) {
  .commissions h2 {
    font-size: calc(48px * 0.8);
  }
}
@media (max-width: 900px) {
  .commissions h2 {
    font-size: calc(48px * 0.7);
  }
}
@media (max-width: 600px) {
  .commissions h2 {
    font-size: calc(48px * 0.6);
  }
}
@media (max-width: 450px) {
  .commissions h2 {
    font-size: calc(48px * 0.55);
  }
}
.commissions ul {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 20px 40px;
}
.commissions ul li {
  width: calc((100% - 40px) / 2);
}
@media (max-width: 550px) {
  .commissions ul li {
    flex: 1 1 100%;
    max-width: 100%;
    margin-right: 0 !important;
  }
}
.commissions ul a {
  font-family: "avenir_next_lt_prodemi";
  font-size: 27px;
  font-size: 27px;
  text-align: left;
  background-color: #253a46;
  color: #ffffff;
  padding: 30px 40px;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
@media (max-width: 1366px) {
  .commissions ul a {
    font-size: calc(27px * 0.95);
  }
}
@media (max-width: 1100px) {
  .commissions ul a {
    font-size: calc(27px * 0.9);
  }
}
@media (max-width: 900px) {
  .commissions ul a {
    font-size: calc(27px * 0.85);
  }
}
@media (max-width: 600px) {
  .commissions ul a {
    font-size: calc(27px * 0.8);
  }
}
@media (max-width: 450px) {
  .commissions ul a {
    font-size: calc(27px * 0.75);
  }
}

.board {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
.board picture,
.board img {
  width: 100%;
  display: block;
}

.management {
  width: 100%;
  padding: 80px 0;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 1366px) {
  .management {
    padding-top: 64px;
  }
}
@media (max-width: 1100px) {
  .management {
    padding-top: 51.2px;
  }
}
@media (max-width: 900px) {
  .management {
    padding-top: 40.96px;
  }
}
@media (max-width: 600px) {
  .management {
    padding-top: 32.768px;
  }
}
@media (max-width: 450px) {
  .management {
    padding-top: 22.9376px;
  }
}
@media (max-width: 1366px) {
  .management {
    padding-bottom: 64px;
  }
}
@media (max-width: 1100px) {
  .management {
    padding-bottom: 51.2px;
  }
}
@media (max-width: 900px) {
  .management {
    padding-bottom: 40.96px;
  }
}
@media (max-width: 600px) {
  .management {
    padding-bottom: 32.768px;
  }
}
@media (max-width: 450px) {
  .management {
    padding-bottom: 22.9376px;
  }
}
.management h2 {
  font-family: "avenir_next_lt_probold";
  font-size: 48px;
  font-size: 48px;
  text-align: left;
  color: #00746f;
  margin-bottom: 40px;
}
@media (max-width: 1366px) {
  .management h2 {
    font-size: calc(48px * 0.9);
  }
}
@media (max-width: 1100px) {
  .management h2 {
    font-size: calc(48px * 0.8);
  }
}
@media (max-width: 900px) {
  .management h2 {
    font-size: calc(48px * 0.7);
  }
}
@media (max-width: 600px) {
  .management h2 {
    font-size: calc(48px * 0.6);
  }
}
@media (max-width: 450px) {
  .management h2 {
    font-size: calc(48px * 0.55);
  }
}
.management p {
  font-family: "avenir_next_lt_prodemi";
  font-size: 27px;
  font-size: 27px;
  text-align: left;
  color: #253a46;
  text-align: justify;
  line-height: 140%;
}
@media (max-width: 1366px) {
  .management p {
    font-size: calc(27px * 0.95);
  }
}
@media (max-width: 1100px) {
  .management p {
    font-size: calc(27px * 0.9);
  }
}
@media (max-width: 900px) {
  .management p {
    font-size: calc(27px * 0.85);
  }
}
@media (max-width: 600px) {
  .management p {
    font-size: calc(27px * 0.8);
  }
}
@media (max-width: 450px) {
  .management p {
    font-size: calc(27px * 0.75);
  }
}
.management ul {
  margin-top: 50px;
}
.management ul li {
  width: 100%;
  max-width: 850px;
  margin-bottom: 20px;
}
.management ul h3 {
  font-family: "avenir_next_lt_probold";
  font-size: 30px;
  font-size: 30px;
  text-align: left;
  color: #253a46;
  border: 1px solid;
  padding: 30px 40px;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
@media (max-width: 1366px) {
  .management ul h3 {
    font-size: calc(30px * 0.95);
  }
}
@media (max-width: 1100px) {
  .management ul h3 {
    font-size: calc(30px * 0.9);
  }
}
@media (max-width: 900px) {
  .management ul h3 {
    font-size: calc(30px * 0.85);
  }
}
@media (max-width: 600px) {
  .management ul h3 {
    font-size: calc(30px * 0.8);
  }
}
@media (max-width: 450px) {
  .management ul h3 {
    font-size: calc(30px * 0.75);
  }
}

.board-of-directors {
  width: 100%;
  background-color: #ededed;
  padding: 80px 0;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 1366px) {
  .board-of-directors {
    padding-top: 64px;
  }
}
@media (max-width: 1100px) {
  .board-of-directors {
    padding-top: 51.2px;
  }
}
@media (max-width: 900px) {
  .board-of-directors {
    padding-top: 40.96px;
  }
}
@media (max-width: 600px) {
  .board-of-directors {
    padding-top: 32.768px;
  }
}
@media (max-width: 450px) {
  .board-of-directors {
    padding-top: 22.9376px;
  }
}
@media (max-width: 1366px) {
  .board-of-directors {
    padding-bottom: 64px;
  }
}
@media (max-width: 1100px) {
  .board-of-directors {
    padding-bottom: 51.2px;
  }
}
@media (max-width: 900px) {
  .board-of-directors {
    padding-bottom: 40.96px;
  }
}
@media (max-width: 600px) {
  .board-of-directors {
    padding-bottom: 32.768px;
  }
}
@media (max-width: 450px) {
  .board-of-directors {
    padding-bottom: 22.9376px;
  }
}
.board-of-directors .directors-item {
  width: 100%;
  margin-bottom: 80px;
}
.board-of-directors .directors-item:last-child {
  margin-bottom: 0;
}
.board-of-directors h2 {
  font-family: "avenir_next_lt_probold";
  font-size: 48px;
  font-size: 48px;
  text-align: left;
  color: #00746f;
  margin-bottom: 40px;
}
@media (max-width: 1366px) {
  .board-of-directors h2 {
    font-size: calc(48px * 0.9);
  }
}
@media (max-width: 1100px) {
  .board-of-directors h2 {
    font-size: calc(48px * 0.8);
  }
}
@media (max-width: 900px) {
  .board-of-directors h2 {
    font-size: calc(48px * 0.7);
  }
}
@media (max-width: 600px) {
  .board-of-directors h2 {
    font-size: calc(48px * 0.6);
  }
}
@media (max-width: 450px) {
  .board-of-directors h2 {
    font-size: calc(48px * 0.55);
  }
}
.board-of-directors ul {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 20px 40px;
}
.board-of-directors ul li {
  width: calc((100% - 40px) / 2);
  max-width: 1000px;
}
@media (max-width: 550px) {
  .board-of-directors ul li {
    flex: 1 1 100%;
    max-width: 100%;
    margin-right: 0 !important;
  }
}
.board-of-directors ul h3 {
  font-family: "avenir_next_lt_prodemi";
  font-size: 27px;
  font-size: 27px;
  text-align: left;
  background-color: #b4cabd;
  color: #253a46;
  padding: 30px 40px;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  margin-bottom: 0;
}
@media (max-width: 1366px) {
  .board-of-directors ul h3 {
    font-size: calc(27px * 0.95);
  }
}
@media (max-width: 1100px) {
  .board-of-directors ul h3 {
    font-size: calc(27px * 0.9);
  }
}
@media (max-width: 900px) {
  .board-of-directors ul h3 {
    font-size: calc(27px * 0.85);
  }
}
@media (max-width: 600px) {
  .board-of-directors ul h3 {
    font-size: calc(27px * 0.8);
  }
}
@media (max-width: 450px) {
  .board-of-directors ul h3 {
    font-size: calc(27px * 0.75);
  }
}

.clinical-staff {
  width: 100%;
  background-color: #ffffff;
  padding: 80px 0;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 1366px) {
  .clinical-staff {
    padding-top: 64px;
  }
}
@media (max-width: 1100px) {
  .clinical-staff {
    padding-top: 51.2px;
  }
}
@media (max-width: 900px) {
  .clinical-staff {
    padding-top: 40.96px;
  }
}
@media (max-width: 600px) {
  .clinical-staff {
    padding-top: 32.768px;
  }
}
@media (max-width: 450px) {
  .clinical-staff {
    padding-top: 22.9376px;
  }
}
@media (max-width: 1366px) {
  .clinical-staff {
    padding-bottom: 64px;
  }
}
@media (max-width: 1100px) {
  .clinical-staff {
    padding-bottom: 51.2px;
  }
}
@media (max-width: 900px) {
  .clinical-staff {
    padding-bottom: 40.96px;
  }
}
@media (max-width: 600px) {
  .clinical-staff {
    padding-bottom: 32.768px;
  }
}
@media (max-width: 450px) {
  .clinical-staff {
    padding-bottom: 22.9376px;
  }
}
.clinical-staff .directors-item {
  width: 100%;
  margin-bottom: 80px;
}
.clinical-staff h2 {
  font-family: "avenir_next_lt_probold";
  font-size: 48px;
  font-size: 48px;
  text-align: left;
  color: #00746f;
  margin-bottom: 40px;
}
@media (max-width: 1366px) {
  .clinical-staff h2 {
    font-size: calc(48px * 0.9);
  }
}
@media (max-width: 1100px) {
  .clinical-staff h2 {
    font-size: calc(48px * 0.8);
  }
}
@media (max-width: 900px) {
  .clinical-staff h2 {
    font-size: calc(48px * 0.7);
  }
}
@media (max-width: 600px) {
  .clinical-staff h2 {
    font-size: calc(48px * 0.6);
  }
}
@media (max-width: 450px) {
  .clinical-staff h2 {
    font-size: calc(48px * 0.55);
  }
}
.clinical-staff p {
  font-family: "avenir_next_lt_prodemi";
  font-size: 27px;
  font-size: 27px;
  text-align: left;
  color: #253a46;
}
@media (max-width: 1366px) {
  .clinical-staff p {
    font-size: calc(27px * 0.95);
  }
}
@media (max-width: 1100px) {
  .clinical-staff p {
    font-size: calc(27px * 0.9);
  }
}
@media (max-width: 900px) {
  .clinical-staff p {
    font-size: calc(27px * 0.85);
  }
}
@media (max-width: 600px) {
  .clinical-staff p {
    font-size: calc(27px * 0.8);
  }
}
@media (max-width: 450px) {
  .clinical-staff p {
    font-size: calc(27px * 0.75);
  }
}
.clinical-staff ul {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  margin-top: 50px;
  gap: 20px 40px;
}
.clinical-staff ul li {
  width: calc((100% - 80px) / 3);
}
@media (max-width: 1000px) {
  .clinical-staff ul li {
    width: calc((100% - 40px) / 2);
  }
}
@media (max-width: 600px) {
  .clinical-staff ul li {
    width: 100%;
    max-width: 100%;
    margin-right: 0 !important;
  }
}
.clinical-staff ul h3 {
  font-family: "avenir_next_lt_prodemi";
  font-size: 27px;
  font-size: 27px;
  text-align: left;
  color: #253a46;
  border: 1px solid;
  padding: 25px 40px;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  margin-bottom: 0;
}
@media (max-width: 1366px) {
  .clinical-staff ul h3 {
    font-size: calc(27px * 0.95);
  }
}
@media (max-width: 1100px) {
  .clinical-staff ul h3 {
    font-size: calc(27px * 0.9);
  }
}
@media (max-width: 900px) {
  .clinical-staff ul h3 {
    font-size: calc(27px * 0.85);
  }
}
@media (max-width: 600px) {
  .clinical-staff ul h3 {
    font-size: calc(27px * 0.8);
  }
}
@media (max-width: 450px) {
  .clinical-staff ul h3 {
    font-size: calc(27px * 0.75);
  }
}
.clinical-staff ul h3 p {
  margin-bottom: 0;
  margin-top: 5px;
  font-size: 16px;
  font-family: "avenir_next_lt_proregular";
}
.clinical-staff.green-bg ul h3 {
  background-color: #00746f;
  color: #ffffff;
}

.about.history .text-list-item {
  width: 100%;
  padding: 100px 0;
  background-color: #ededed;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 1366px) {
  .about.history .text-list-item {
    padding-top: 80px;
  }
}
@media (max-width: 1100px) {
  .about.history .text-list-item {
    padding-top: 64px;
  }
}
@media (max-width: 900px) {
  .about.history .text-list-item {
    padding-top: 51.2px;
  }
}
@media (max-width: 600px) {
  .about.history .text-list-item {
    padding-top: 40.96px;
  }
}
@media (max-width: 450px) {
  .about.history .text-list-item {
    padding-top: 28.672px;
  }
}
@media (max-width: 1366px) {
  .about.history .text-list-item {
    padding-bottom: 80px;
  }
}
@media (max-width: 1100px) {
  .about.history .text-list-item {
    padding-bottom: 64px;
  }
}
@media (max-width: 900px) {
  .about.history .text-list-item {
    padding-bottom: 51.2px;
  }
}
@media (max-width: 600px) {
  .about.history .text-list-item {
    padding-bottom: 40.96px;
  }
}
@media (max-width: 450px) {
  .about.history .text-list-item {
    padding-bottom: 28.672px;
  }
}
.about.history .text-list-item:nth-child(2n) {
  background-color: #ffffff;
}
.about.history .text-list-item .header-page-name {
  font-family: "avenir_next_lt_prodemi";
  font-size: 27px;
  font-size: 27px;
  text-align: left;
  color: #253a46;
  margin-bottom: 40px;
  display: block;
  position: relative;
  padding-left: 15px;
}
@media (max-width: 1366px) {
  .about.history .text-list-item .header-page-name {
    font-size: calc(27px * 0.95);
  }
}
@media (max-width: 1100px) {
  .about.history .text-list-item .header-page-name {
    font-size: calc(27px * 0.9);
  }
}
@media (max-width: 900px) {
  .about.history .text-list-item .header-page-name {
    font-size: calc(27px * 0.85);
  }
}
@media (max-width: 600px) {
  .about.history .text-list-item .header-page-name {
    font-size: calc(27px * 0.8);
  }
}
@media (max-width: 450px) {
  .about.history .text-list-item .header-page-name {
    font-size: calc(27px * 0.75);
  }
}
.about.history .text-list-item .header-page-name::after {
  content: "";
  display: block;
  height: 100%;
  width: 4px;
  background-color: #00746f;
  position: absolute;
  top: 0;
  left: 0;
}
.about.history .text-list-item h2 {
  font-family: "avenir_next_lt_probold";
  font-size: 48px;
  font-size: 48px;
  text-align: left;
  color: #00746f;
  margin-bottom: 40px;
}
@media (max-width: 1366px) {
  .about.history .text-list-item h2 {
    font-size: calc(48px * 0.9);
  }
}
@media (max-width: 1100px) {
  .about.history .text-list-item h2 {
    font-size: calc(48px * 0.8);
  }
}
@media (max-width: 900px) {
  .about.history .text-list-item h2 {
    font-size: calc(48px * 0.7);
  }
}
@media (max-width: 600px) {
  .about.history .text-list-item h2 {
    font-size: calc(48px * 0.6);
  }
}
@media (max-width: 450px) {
  .about.history .text-list-item h2 {
    font-size: calc(48px * 0.55);
  }
}
.about.history .text-list-item p {
  font-family: "avenir_next_lt_prodemi";
  font-size: 27px;
  font-size: 27px;
  text-align: left;
  color: #253a46;
  text-align: justify;
  line-height: 140%;
}
@media (max-width: 1366px) {
  .about.history .text-list-item p {
    font-size: calc(27px * 0.95);
  }
}
@media (max-width: 1100px) {
  .about.history .text-list-item p {
    font-size: calc(27px * 0.9);
  }
}
@media (max-width: 900px) {
  .about.history .text-list-item p {
    font-size: calc(27px * 0.85);
  }
}
@media (max-width: 600px) {
  .about.history .text-list-item p {
    font-size: calc(27px * 0.8);
  }
}
@media (max-width: 450px) {
  .about.history .text-list-item p {
    font-size: calc(27px * 0.75);
  }
}
.about.history .text-list-item ul {
  margin-top: 30px;
}
.about.history .text-list-item.image-item ul {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 800px) {
  .about.history .text-list-item.image-item ul {
    flex-direction: column;
  }
}
.about.history .text-list-item.image-item ul li {
  padding-right: 40px;
  width: 50%;
  margin-bottom: 40px;
}
.about.history .text-list-item.image-item ul li:nth-child(2n) {
  padding-right: 0;
  padding-left: 40px;
}
@media (max-width: 800px) {
  .about.history .text-list-item.image-item ul li {
    width: 100%;
    padding: 0 !important;
  }
}
.about.history .text-list-item.image-item ul picture,
.about.history .text-list-item.image-item ul img {
  display: block;
  width: 100%;
  max-width: 100%;
}

.unitys .unity-featured {
  width: 100%;
  margin-bottom: 60px;
}
.unitys .unity-featured ul {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 20px 40px;
}
.unitys .unity-featured ul li {
  width: calc((100% - 80px) / 3);
}
@media (max-width: 1000px) {
  .unitys .unity-featured ul li {
    width: calc((100% - 40px) / 2);
  }
}
@media (max-width: 600px) {
  .unitys .unity-featured ul li {
    width: 100%;
    max-width: 100%;
    margin-right: 0 !important;
  }
}
.unitys .unity-featured ul li h3 {
  background-color: #253a46;
}
.unitys .unity-featured ul li:nth-child(2n) h3 {
  background-color: #00746f;
}
.unitys .unity-featured ul li:nth-child(3n) h3 {
  background-color: #c05d24;
}
.unitys .unity-featured ul h3 {
  font-family: "avenir_next_lt_probold";
  font-size: 30px;
  font-size: 30px;
  line-height: normal;
  text-align: center;
  color: #ffffff;
  padding: 25px 30px;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  margin-bottom: 0;
}
@media (max-width: 1366px) {
  .unitys .unity-featured ul h3 {
    font-size: calc(30px * 0.95);
  }
}
@media (max-width: 1100px) {
  .unitys .unity-featured ul h3 {
    font-size: calc(30px * 0.9);
  }
}
@media (max-width: 900px) {
  .unitys .unity-featured ul h3 {
    font-size: calc(30px * 0.85);
  }
}
@media (max-width: 600px) {
  .unitys .unity-featured ul h3 {
    font-size: calc(30px * 0.8);
  }
}
@media (max-width: 450px) {
  .unitys .unity-featured ul h3 {
    font-size: calc(30px * 0.75);
  }
}
.unitys .unity-slider {
  width: 100%;
  padding-bottom: 60px;
}
.unitys .unity-slider .unity-slider-item {
  padding: 5px;
  border: 1px solid;
  position: relative;
}
.unitys .unity-slider .unity-slider-item .thumb {
  width: 100%;
  height: 550px;
  position: relative;
}
@media (max-width: 1400px) {
  .unitys .unity-slider .unity-slider-item .thumb {
    height: 450px;
  }
}
@media (max-width: 800px) {
  .unitys .unity-slider .unity-slider-item .thumb {
    height: 350px;
  }
}
.unitys .unity-slider .unity-slider-item .thumb picture {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-attachment: fixed !important;
  background-position: center !important;
}
.unitys .unity-slider .unity-slider-item .thumb picture img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: center;
  -o-object-position: center;
}
.unitys .unity-slider .unity-slider-item .thumb .mask {
  background-color: #00746f;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.unitys .unity-slider .unity-slider-item .body {
  position: absolute;
  width: 100%;
  padding: 0 20px;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  text-align: center;
}
.unitys .unity-slider .unity-slider-item .body h3 {
  margin-bottom: 0;
  font-size: 40px;
  font-size: 40px;
  color: #fff;
}
@media (max-width: 1366px) {
  .unitys .unity-slider .unity-slider-item .body h3 {
    font-size: calc(40px * 0.9);
  }
}
@media (max-width: 1100px) {
  .unitys .unity-slider .unity-slider-item .body h3 {
    font-size: calc(40px * 0.8);
  }
}
@media (max-width: 900px) {
  .unitys .unity-slider .unity-slider-item .body h3 {
    font-size: calc(40px * 0.7);
  }
}
@media (max-width: 600px) {
  .unitys .unity-slider .unity-slider-item .body h3 {
    font-size: calc(40px * 0.6);
  }
}
@media (max-width: 450px) {
  .unitys .unity-slider .unity-slider-item .body h3 {
    font-size: calc(40px * 0.55);
  }
}
.unitys .slick-slide {
  margin: 0 15px;
}
.unitys .slick-list {
  margin: 0 -15px;
}
.unitys .slick-dots {
  bottom: -50px;
}
.unitys .address-section {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 100px;
  margin-bottom: 100px;
}
@media (max-width: 1366px) {
  .unitys .address-section {
    margin-bottom: 80px;
  }
}
@media (max-width: 1100px) {
  .unitys .address-section {
    margin-bottom: 64px;
  }
}
@media (max-width: 900px) {
  .unitys .address-section {
    margin-bottom: 51.2px;
  }
}
@media (max-width: 600px) {
  .unitys .address-section {
    margin-bottom: 40.96px;
  }
}
@media (max-width: 450px) {
  .unitys .address-section {
    margin-bottom: 28.672px;
  }
}
.unitys .address-section .container {
  display: flex;
  gap: 30px;
  align-items: center;
}
@media (max-width: 900px) {
  .unitys .address-section .container {
    gap: 15px;
  }
}
.unitys .address-section .container img {
  max-width: 100%;
  display: block;
}
@media (max-width: 900px) {
  .unitys .address-section .container img {
    max-width: 60px;
  }
}
.unitys .address-section .container .adress-item h3,
.unitys .address-section .container .adress-item p,
.unitys .address-section .container .adress-item a {
  font-family: "avenir_next_lt_probold";
  font-size: 32px;
  font-size: 32px;
  color: #253a46;
  margin-bottom: 5px;
}
@media (max-width: 1366px) {
  .unitys .address-section .container .adress-item h3,
  .unitys .address-section .container .adress-item p,
  .unitys .address-section .container .adress-item a {
    font-size: calc(32px * 0.95);
  }
}
@media (max-width: 1100px) {
  .unitys .address-section .container .adress-item h3,
  .unitys .address-section .container .adress-item p,
  .unitys .address-section .container .adress-item a {
    font-size: calc(32px * 0.9);
  }
}
@media (max-width: 900px) {
  .unitys .address-section .container .adress-item h3,
  .unitys .address-section .container .adress-item p,
  .unitys .address-section .container .adress-item a {
    font-size: calc(32px * 0.85);
  }
}
@media (max-width: 600px) {
  .unitys .address-section .container .adress-item h3,
  .unitys .address-section .container .adress-item p,
  .unitys .address-section .container .adress-item a {
    font-size: calc(32px * 0.8);
  }
}
@media (max-width: 450px) {
  .unitys .address-section .container .adress-item h3,
  .unitys .address-section .container .adress-item p,
  .unitys .address-section .container .adress-item a {
    font-size: calc(32px * 0.75);
  }
}
.unitys .address-section .container .adress-item p,
.unitys .address-section .container .adress-item a {
  font-family: "avenir_next_lt_proregular";
  line-height: normal;
  display: table;
}
.unitys .unity-differentials {
  width: 100%;
  padding-bottom: 60px;
}
.unitys .unity-differentials ul {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 30px 30px;
}
.unitys .unity-differentials li {
  width: calc((100% - 30px) / 2);
}
@media (max-width: 550px) {
  .unitys .unity-differentials li {
    width: 100%;
    margin-right: 0 !important;
  }
}
.unitys .unity-differentials li {
  position: relative;
}
.unitys .unity-differentials li .thumb {
  width: 100%;
  height: 550px;
  position: relative;
}
@media (max-width: 1400px) {
  .unitys .unity-differentials li .thumb {
    height: 450px;
  }
}
@media (max-width: 800px) {
  .unitys .unity-differentials li .thumb {
    height: 350px;
  }
}
.unitys .unity-differentials li .thumb picture {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-attachment: fixed !important;
  background-position: center !important;
}
.unitys .unity-differentials li .thumb picture img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: center;
  -o-object-position: center;
}
.unitys .unity-differentials li .thumb .mask {
  background-color: #00746f;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.unitys .unity-differentials li .body {
  position: absolute;
  width: 100%;
  padding: 0 20px;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  text-align: center;
}
.unitys .unity-differentials li .body h3 {
  margin-bottom: 0;
  font-size: 40px;
  font-size: 40px;
  color: #fff;
}
@media (max-width: 1366px) {
  .unitys .unity-differentials li .body h3 {
    font-size: calc(40px * 0.9);
  }
}
@media (max-width: 1100px) {
  .unitys .unity-differentials li .body h3 {
    font-size: calc(40px * 0.8);
  }
}
@media (max-width: 900px) {
  .unitys .unity-differentials li .body h3 {
    font-size: calc(40px * 0.7);
  }
}
@media (max-width: 600px) {
  .unitys .unity-differentials li .body h3 {
    font-size: calc(40px * 0.6);
  }
}
@media (max-width: 450px) {
  .unitys .unity-differentials li .body h3 {
    font-size: calc(40px * 0.55);
  }
}

.specialties .specialty-featured {
  width: 100%;
  margin-bottom: 60px;
}
@media (max-width: 600px) {
  .specialties .specialty-featured {
    margin-bottom: 40px;
  }
}
.specialties .specialty-featured li {
  display: table;
  margin-bottom: 30px;
}
@media (max-width: 600px) {
  .specialties .specialty-featured li {
    margin-bottom: 20px;
  }
}
.specialties .specialty-featured li:last-child {
  margin-bottom: 0;
}
.specialties .specialty-featured li h3 {
  background-color: #00746f;
}
.specialties .specialty-featured li:nth-child(2n) h3 {
  background-color: #f6c447;
  color: #253a46;
}
.specialties .specialty-featured li:nth-child(3n) h3 {
  background-color: #253a46;
}
.specialties .specialty-featured li:nth-child(4n) h3 {
  background-color: #b4cabd;
  color: #253a46;
}
.specialties .specialty-featured li:nth-child(5n) h3 {
  background-color: #c05d24;
}
.specialties .specialty-featured h3 {
  font-family: "avenir_next_lt_probold";
  font-size: 30px;
  font-size: 30px;
  line-height: 30px;
  color: #ffffff;
  padding: 25px 40px;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  position: relative;
  margin-bottom: 0;
  text-transform: uppercase;
}
@media (max-width: 1366px) {
  .specialties .specialty-featured h3 {
    font-size: calc(30px * 0.95);
  }
}
@media (max-width: 1100px) {
  .specialties .specialty-featured h3 {
    font-size: calc(30px * 0.9);
  }
}
@media (max-width: 900px) {
  .specialties .specialty-featured h3 {
    font-size: calc(30px * 0.85);
  }
}
@media (max-width: 600px) {
  .specialties .specialty-featured h3 {
    font-size: calc(30px * 0.8);
  }
}
@media (max-width: 450px) {
  .specialties .specialty-featured h3 {
    font-size: calc(30px * 0.75);
  }
}
@media (max-width: 1000px) {
  .specialties .specialty-featured h3 {
    padding: 15px 20px;
  }
}
.specialties .address-section .container {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 900px) {
  .specialties .address-section .container {
    flex-wrap: wrap;
  }
}
.specialties .address-section .container .address-wrapper {
  display: flex;
  gap: 30px;
  align-items: center;
  width: 50%;
}
@media (max-width: 900px) {
  .specialties .address-section .container .address-wrapper {
    width: 100%;
  }
}
.specialties .address-section .container .adress-item h3,
.specialties .address-section .container .adress-item p,
.specialties .address-section .container .adress-item a {
  font-family: "avenir_next_lt_probold";
  font-size: 32px;
  font-size: 32px;
  color: #253a46;
  margin-bottom: 0;
  margin-bottom: 5px;
}
@media (max-width: 1366px) {
  .specialties .address-section .container .adress-item h3,
  .specialties .address-section .container .adress-item p,
  .specialties .address-section .container .adress-item a {
    font-size: calc(32px * 0.95);
  }
}
@media (max-width: 1100px) {
  .specialties .address-section .container .adress-item h3,
  .specialties .address-section .container .adress-item p,
  .specialties .address-section .container .adress-item a {
    font-size: calc(32px * 0.9);
  }
}
@media (max-width: 900px) {
  .specialties .address-section .container .adress-item h3,
  .specialties .address-section .container .adress-item p,
  .specialties .address-section .container .adress-item a {
    font-size: calc(32px * 0.85);
  }
}
@media (max-width: 600px) {
  .specialties .address-section .container .adress-item h3,
  .specialties .address-section .container .adress-item p,
  .specialties .address-section .container .adress-item a {
    font-size: calc(32px * 0.8);
  }
}
@media (max-width: 450px) {
  .specialties .address-section .container .adress-item h3,
  .specialties .address-section .container .adress-item p,
  .specialties .address-section .container .adress-item a {
    font-size: calc(32px * 0.75);
  }
}
.specialties .address-section .container .adress-item p,
.specialties .address-section .container .adress-item a {
  font-family: "avenir_next_lt_proregular";
  line-height: normal;
  display: table;
}
.specialties .specialties-itens {
  width: 100%;
  background-color: #ededed;
  padding: 80px 0;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 1366px) {
  .specialties .specialties-itens {
    padding-top: 64px;
  }
}
@media (max-width: 1100px) {
  .specialties .specialties-itens {
    padding-top: 51.2px;
  }
}
@media (max-width: 900px) {
  .specialties .specialties-itens {
    padding-top: 40.96px;
  }
}
@media (max-width: 600px) {
  .specialties .specialties-itens {
    padding-top: 32.768px;
  }
}
@media (max-width: 450px) {
  .specialties .specialties-itens {
    padding-top: 22.9376px;
  }
}
@media (max-width: 1366px) {
  .specialties .specialties-itens {
    padding-bottom: 64px;
  }
}
@media (max-width: 1100px) {
  .specialties .specialties-itens {
    padding-bottom: 51.2px;
  }
}
@media (max-width: 900px) {
  .specialties .specialties-itens {
    padding-bottom: 40.96px;
  }
}
@media (max-width: 600px) {
  .specialties .specialties-itens {
    padding-bottom: 32.768px;
  }
}
@media (max-width: 450px) {
  .specialties .specialties-itens {
    padding-bottom: 22.9376px;
  }
}
.specialties .specialties-itens:nth-child(2n) {
  background-color: #ffffff;
}
.specialties .specialties-itens h2 {
  font-family: "avenir_next_lt_probold";
  font-size: 48px;
  font-size: 48px;
  text-align: left;
  color: #00746f;
  margin-bottom: 40px;
}
@media (max-width: 1366px) {
  .specialties .specialties-itens h2 {
    font-size: calc(48px * 0.9);
  }
}
@media (max-width: 1100px) {
  .specialties .specialties-itens h2 {
    font-size: calc(48px * 0.8);
  }
}
@media (max-width: 900px) {
  .specialties .specialties-itens h2 {
    font-size: calc(48px * 0.7);
  }
}
@media (max-width: 600px) {
  .specialties .specialties-itens h2 {
    font-size: calc(48px * 0.6);
  }
}
@media (max-width: 450px) {
  .specialties .specialties-itens h2 {
    font-size: calc(48px * 0.55);
  }
}
.specialties .specialties-itens ul {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  margin-top: 50px;
  gap: 20px 40px;
}
@media (max-width: 600px) {
  .specialties .specialties-itens ul {
    margin-top: 30px;
  }
}
.specialties .specialties-itens ul li {
  width: calc((100% - 80px) / 3);
}
@media (max-width: 1000px) {
  .specialties .specialties-itens ul li {
    width: calc((100% - 40px) / 2);
  }
}
@media (max-width: 600px) {
  .specialties .specialties-itens ul li {
    width: 100%;
    max-width: 100%;
    margin-right: 0 !important;
  }
}
.specialties .specialties-itens ul h3 {
  font-family: "avenir_next_lt_prodemi";
  font-size: 30px;
  font-size: 30px;
  text-align: left;
  color: #253a46;
  border: 1px solid;
  padding: 20px 40px;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  margin-bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1366px) {
  .specialties .specialties-itens ul h3 {
    font-size: calc(30px * 0.95);
  }
}
@media (max-width: 1100px) {
  .specialties .specialties-itens ul h3 {
    font-size: calc(30px * 0.9);
  }
}
@media (max-width: 900px) {
  .specialties .specialties-itens ul h3 {
    font-size: calc(30px * 0.85);
  }
}
@media (max-width: 600px) {
  .specialties .specialties-itens ul h3 {
    font-size: calc(30px * 0.8);
  }
}
@media (max-width: 450px) {
  .specialties .specialties-itens ul h3 {
    font-size: calc(30px * 0.75);
  }
}
@media (max-width: 1500px) {
  .specialties .specialties-itens ul h3 {
    font-size: 26px;
  }
}
@media (max-width: 1500px) and (max-width: 1366px) {
  .specialties .specialties-itens ul h3 {
    font-size: calc(26px * 0.9);
  }
}
@media (max-width: 1500px) and (max-width: 1100px) {
  .specialties .specialties-itens ul h3 {
    font-size: calc(26px * 0.8);
  }
}
@media (max-width: 1500px) and (max-width: 900px) {
  .specialties .specialties-itens ul h3 {
    font-size: calc(26px * 0.7);
  }
}
@media (max-width: 1500px) and (max-width: 600px) {
  .specialties .specialties-itens ul h3 {
    font-size: calc(26px * 0.6);
  }
}
@media (max-width: 1500px) and (max-width: 450px) {
  .specialties .specialties-itens ul h3 {
    font-size: calc(26px * 0.55);
  }
}
@media (max-width: 1000px) {
  .specialties .specialties-itens ul h3 {
    font-size: 30px;
  }
}
@media (max-width: 1000px) and (max-width: 1366px) {
  .specialties .specialties-itens ul h3 {
    font-size: calc(30px * 0.95);
  }
}
@media (max-width: 1000px) and (max-width: 1100px) {
  .specialties .specialties-itens ul h3 {
    font-size: calc(30px * 0.9);
  }
}
@media (max-width: 1000px) and (max-width: 900px) {
  .specialties .specialties-itens ul h3 {
    font-size: calc(30px * 0.85);
  }
}
@media (max-width: 1000px) and (max-width: 600px) {
  .specialties .specialties-itens ul h3 {
    font-size: calc(30px * 0.8);
  }
}
@media (max-width: 1000px) and (max-width: 450px) {
  .specialties .specialties-itens ul h3 {
    font-size: calc(30px * 0.75);
  }
}
@media (max-width: 600px) {
  .specialties .specialties-itens ul h3 {
    padding: 10px 20px;
  }
}
.specialties .text-list-item {
  width: 100%;
  background-color: #ededed;
  padding: 80px 0;
  padding-top: 80px;
  padding-bottom: 80px;
  width: 100%;
  padding: 100px 0;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #ededed;
}
@media (max-width: 1366px) {
  .specialties .text-list-item {
    padding-top: 64px;
  }
}
@media (max-width: 1100px) {
  .specialties .text-list-item {
    padding-top: 51.2px;
  }
}
@media (max-width: 900px) {
  .specialties .text-list-item {
    padding-top: 40.96px;
  }
}
@media (max-width: 600px) {
  .specialties .text-list-item {
    padding-top: 32.768px;
  }
}
@media (max-width: 450px) {
  .specialties .text-list-item {
    padding-top: 22.9376px;
  }
}
@media (max-width: 1366px) {
  .specialties .text-list-item {
    padding-bottom: 64px;
  }
}
@media (max-width: 1100px) {
  .specialties .text-list-item {
    padding-bottom: 51.2px;
  }
}
@media (max-width: 900px) {
  .specialties .text-list-item {
    padding-bottom: 40.96px;
  }
}
@media (max-width: 600px) {
  .specialties .text-list-item {
    padding-bottom: 32.768px;
  }
}
@media (max-width: 450px) {
  .specialties .text-list-item {
    padding-bottom: 22.9376px;
  }
}
.specialties .text-list-item:nth-child(2n) {
  background-color: #ffffff;
}
@media (max-width: 1366px) {
  .specialties .text-list-item {
    padding-top: 80px;
  }
}
@media (max-width: 1100px) {
  .specialties .text-list-item {
    padding-top: 64px;
  }
}
@media (max-width: 900px) {
  .specialties .text-list-item {
    padding-top: 51.2px;
  }
}
@media (max-width: 600px) {
  .specialties .text-list-item {
    padding-top: 40.96px;
  }
}
@media (max-width: 450px) {
  .specialties .text-list-item {
    padding-top: 28.672px;
  }
}
@media (max-width: 1366px) {
  .specialties .text-list-item {
    padding-bottom: 80px;
  }
}
@media (max-width: 1100px) {
  .specialties .text-list-item {
    padding-bottom: 64px;
  }
}
@media (max-width: 900px) {
  .specialties .text-list-item {
    padding-bottom: 51.2px;
  }
}
@media (max-width: 600px) {
  .specialties .text-list-item {
    padding-bottom: 40.96px;
  }
}
@media (max-width: 450px) {
  .specialties .text-list-item {
    padding-bottom: 28.672px;
  }
}
.specialties .text-list-item:nth-child(2n) {
  background-color: #ffffff;
}
.specialties .text-list-item h2 {
  font-family: "avenir_next_lt_probold";
  font-size: 48px;
  font-size: 48px;
  text-align: left;
  color: #00746f;
  margin-bottom: 30px;
}
@media (max-width: 1366px) {
  .specialties .text-list-item h2 {
    font-size: calc(48px * 0.9);
  }
}
@media (max-width: 1100px) {
  .specialties .text-list-item h2 {
    font-size: calc(48px * 0.8);
  }
}
@media (max-width: 900px) {
  .specialties .text-list-item h2 {
    font-size: calc(48px * 0.7);
  }
}
@media (max-width: 600px) {
  .specialties .text-list-item h2 {
    font-size: calc(48px * 0.6);
  }
}
@media (max-width: 450px) {
  .specialties .text-list-item h2 {
    font-size: calc(48px * 0.55);
  }
}
.specialties .text-list-item p {
  font-family: "avenir_next_lt_prodemi";
  font-size: 27px;
  font-size: 27px;
  text-align: left;
  color: #253a46;
  margin-bottom: 25px;
  text-align: justify;
  line-height: 140%;
}
@media (max-width: 1366px) {
  .specialties .text-list-item p {
    font-size: calc(27px * 0.95);
  }
}
@media (max-width: 1100px) {
  .specialties .text-list-item p {
    font-size: calc(27px * 0.9);
  }
}
@media (max-width: 900px) {
  .specialties .text-list-item p {
    font-size: calc(27px * 0.85);
  }
}
@media (max-width: 600px) {
  .specialties .text-list-item p {
    font-size: calc(27px * 0.8);
  }
}
@media (max-width: 450px) {
  .specialties .text-list-item p {
    font-size: calc(27px * 0.75);
  }
}
.specialties .text-list-item p strong {
  font-family: "avenir_next_lt_probold";
  font-size: 27px;
  font-size: 27px;
  text-align: left;
  color: #253a46;
}
@media (max-width: 1366px) {
  .specialties .text-list-item p strong {
    font-size: calc(27px * 0.95);
  }
}
@media (max-width: 1100px) {
  .specialties .text-list-item p strong {
    font-size: calc(27px * 0.9);
  }
}
@media (max-width: 900px) {
  .specialties .text-list-item p strong {
    font-size: calc(27px * 0.85);
  }
}
@media (max-width: 600px) {
  .specialties .text-list-item p strong {
    font-size: calc(27px * 0.8);
  }
}
@media (max-width: 450px) {
  .specialties .text-list-item p strong {
    font-size: calc(27px * 0.75);
  }
}
.specialties .text-list-item .text-featured {
  font-family: "avenir_next_lt_probold";
  font-size: 30px;
  font-size: 30px;
  text-align: left;
  color: #ffffff;
  background-color: #00746f;
  text-transform: uppercase;
  border: 1px solid;
  padding: 20px 40px;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  display: table;
  margin-top: 20px;
}
@media (max-width: 1366px) {
  .specialties .text-list-item .text-featured {
    font-size: calc(30px * 0.95);
  }
}
@media (max-width: 1100px) {
  .specialties .text-list-item .text-featured {
    font-size: calc(30px * 0.9);
  }
}
@media (max-width: 900px) {
  .specialties .text-list-item .text-featured {
    font-size: calc(30px * 0.85);
  }
}
@media (max-width: 600px) {
  .specialties .text-list-item .text-featured {
    font-size: calc(30px * 0.8);
  }
}
@media (max-width: 450px) {
  .specialties .text-list-item .text-featured {
    font-size: calc(30px * 0.75);
  }
}

.faq {
  width: 100%;
}
.faq h1 {
  margin-bottom: 0 !important;
}
.faq .header-page {
  margin-bottom: 0;
}
.faq ul li {
  width: 100%;
  padding: 40px 0;
  background-color: #ffffff;
}
.faq ul li:nth-child(2n) {
  background-color: #e1eae5;
}
.faq ul li h3 {
  font-family: "avenir_next_lt_probold";
  font-size: 18px;
  font-size: 27px;
  text-align: left;
  color: #253a46;
  margin-bottom: 10px;
}
@media (max-width: 1366px) {
  .faq ul li h3 {
    font-size: calc(27px * 0.95);
  }
}
@media (max-width: 1100px) {
  .faq ul li h3 {
    font-size: calc(27px * 0.9);
  }
}
@media (max-width: 900px) {
  .faq ul li h3 {
    font-size: calc(27px * 0.85);
  }
}
@media (max-width: 600px) {
  .faq ul li h3 {
    font-size: calc(27px * 0.8);
  }
}
@media (max-width: 450px) {
  .faq ul li h3 {
    font-size: calc(27px * 0.75);
  }
}
.faq ul li p,
.faq ul li a {
  font-family: "avenir_next_lt_prodemi";
  font-size: 18px;
  line-height: normal;
  color: #253a46;
}
.faq ul li a {
  text-decoration: underline;
}
.faq ul li:last-child {
  margin-bottom: 0;
}

.emergency-room .text-fatured .text-fatured-box {
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
  display: table;
  padding: 30px 50px;
  font-size: 24px;
  background-color: #c05d24;
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.emergency-room .text-fatured .text-fatured-box h2 {
  font-family: "avenir_next_lt_probold";
  font-size: 30px;
  font-size: 30px;
  text-align: left;
  color: #ffffff;
  margin-bottom: 0;
}
@media (max-width: 1366px) {
  .emergency-room .text-fatured .text-fatured-box h2 {
    font-size: calc(30px * 0.95);
  }
}
@media (max-width: 1100px) {
  .emergency-room .text-fatured .text-fatured-box h2 {
    font-size: calc(30px * 0.9);
  }
}
@media (max-width: 900px) {
  .emergency-room .text-fatured .text-fatured-box h2 {
    font-size: calc(30px * 0.85);
  }
}
@media (max-width: 600px) {
  .emergency-room .text-fatured .text-fatured-box h2 {
    font-size: calc(30px * 0.8);
  }
}
@media (max-width: 450px) {
  .emergency-room .text-fatured .text-fatured-box h2 {
    font-size: calc(30px * 0.75);
  }
}

.waiting-time {
  width: 100%;
  margin-top: 40px;
}
.waiting-time ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.waiting-time li {
  display: table;
  color: #ffffff;
}
.waiting-time li.waiting-red p {
  background-color: #c1272d;
}
.waiting-time li.waiting-orange p {
  background-color: #c05d24;
}
.waiting-time li.waiting-yellow p {
  background-color: #f0b843;
}
.waiting-time li.waiting-green p {
  background-color: #009245;
}
.waiting-time li.waiting-blue p {
  background-color: #3fa9f5;
}
.waiting-time li.waiting-white p {
  background-color: #e6e6e6;
  color: #253a46 !important;
}
.waiting-time li p {
  margin-bottom: 0 !important;
  display: table !important;
  color: #ffffff !important;
  padding: 10px 20px;
}

.timeline-section {
  width: 100%;
  margin-bottom: 80px;
  /* slider */
  /* título/ano */
  /* ajustes slick */
  /* Triângulo para a direita */
}
@media (max-width: 1366px) {
  .timeline-section {
    margin-bottom: 64px;
  }
}
@media (max-width: 1100px) {
  .timeline-section {
    margin-bottom: 51.2px;
  }
}
@media (max-width: 900px) {
  .timeline-section {
    margin-bottom: 40.96px;
  }
}
@media (max-width: 600px) {
  .timeline-section {
    margin-bottom: 32.768px;
  }
}
@media (max-width: 450px) {
  .timeline-section {
    margin-bottom: 22.9376px;
  }
}
.timeline-section .timeline-slider {
  position: relative;
  z-index: 2;
  height: 100%;
  border-top: 2px solid #253a46;
}
.timeline-section .timeline-item {
  position: relative;
}
.timeline-section .timeline-content {
  margin: 0 15px;
  text-align: left;
  background: white;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
  position: relative;
  z-index: 3;
  margin-top: 40px;
  margin-bottom: 25px;
  width: 100%;
}
.timeline-section .timeline-content::after,
.timeline-section .timeline-content::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 40px;
  border-left: 3px dashed #00746f;
  z-index: 2;
  top: -40px;
}
.timeline-section .timeline-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #c05d24;
  position: absolute;
  z-index: 4;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -5px;
  display: block;
}
.timeline-section .timeline-content h3 {
  font-size: 20px;
  color: #0a6b6b;
  font-family: "avenir_next_lt_probold";
  margin-bottom: 15px;
}
.timeline-section .timeline-content p {
  margin: 0;
  color: #253a46;
  font-size: 16px;
  font-family: "avenir_next_lt_proregular";
  margin-bottom: 0;
  line-height: 160%;
}
.timeline-section .slick-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.timeline-section .slick-prev,
.timeline-section .slick-next {
  background: #f6c447;
  color: #ffffff;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0 !important;
}
@media (max-width: 1000px) {
  .timeline-section .slick-prev {
    left: 0 !important;
  }
}
@media (max-width: 1000px) {
  .timeline-section .slick-next {
    right: 0 !important;
  }
}
.timeline-section .slick-prev::before {
  border-right: 15px solid #ffffff;
}
.timeline-section .slick-next::before {
  border-left: 15px solid #ffffff;
}

/*
  Centraliza
*/
/*
Calculo automatico da largura
*/
/*
Margins e paddins responsivos
*/
/*
Font size responsiva para titulos. De 33 a 999;
*/
/*
Font size responsiva para subtitulos. De 24 a 32;
*/
/*
Font size responsiva para paragrafo. De 18 a 24;
*/
.post-list-home {
  width: 100%;
  background-color: #ffffff;
  padding: 80px 0;
  border-top-left-radius: 90px;
  border-top-right-radius: 90px;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 1366px) {
  .post-list-home {
    padding-top: 64px;
  }
}
@media (max-width: 1100px) {
  .post-list-home {
    padding-top: 51.2px;
  }
}
@media (max-width: 900px) {
  .post-list-home {
    padding-top: 40.96px;
  }
}
@media (max-width: 600px) {
  .post-list-home {
    padding-top: 32.768px;
  }
}
@media (max-width: 450px) {
  .post-list-home {
    padding-top: 22.9376px;
  }
}
@media (max-width: 1366px) {
  .post-list-home {
    padding-bottom: 64px;
  }
}
@media (max-width: 1100px) {
  .post-list-home {
    padding-bottom: 51.2px;
  }
}
@media (max-width: 900px) {
  .post-list-home {
    padding-bottom: 40.96px;
  }
}
@media (max-width: 600px) {
  .post-list-home {
    padding-bottom: 32.768px;
  }
}
@media (max-width: 450px) {
  .post-list-home {
    padding-bottom: 22.9376px;
  }
}
.post-list-home h2 {
  font-family: "avenir_next_lt_probold";
  font-size: 36px;
  font-size: 36px;
  text-align: left;
  color: #253a46;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 1366px) {
  .post-list-home h2 {
    font-size: calc(36px * 0.9);
  }
}
@media (max-width: 1100px) {
  .post-list-home h2 {
    font-size: calc(36px * 0.8);
  }
}
@media (max-width: 900px) {
  .post-list-home h2 {
    font-size: calc(36px * 0.7);
  }
}
@media (max-width: 600px) {
  .post-list-home h2 {
    font-size: calc(36px * 0.6);
  }
}
@media (max-width: 450px) {
  .post-list-home h2 {
    font-size: calc(36px * 0.55);
  }
}
.post-list-home .post-item {
  margin-bottom: 0 !important;
}

.posts-list {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 40px;
}
@media (max-width: 600px) {
  .posts-list {
    gap: 20px;
  }
}
.posts-list .post-item {
  flex: 1 1 calc((100% - 80px) / 3);
  max-width: 33.33%;
  margin-bottom: 60px;
  position: relative;
}
@media (max-width: 1366px) {
  .posts-list .post-item {
    margin-bottom: 48px;
  }
}
@media (max-width: 1100px) {
  .posts-list .post-item {
    margin-bottom: 38.4px;
  }
}
@media (max-width: 900px) {
  .posts-list .post-item {
    margin-bottom: 30.72px;
  }
}
@media (max-width: 600px) {
  .posts-list .post-item {
    margin-bottom: 24.576px;
  }
}
@media (max-width: 450px) {
  .posts-list .post-item {
    margin-bottom: 17.2032px;
  }
}
.posts-list .post-item:hover img {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}
@media (max-width: 800px) {
  .posts-list .post-item {
    flex: 1 1 calc((100% - 40px) / 2);
    max-width: 50%;
  }
}
@media (max-width: 550px) {
  .posts-list .post-item {
    flex: 1 1 100%;
    max-width: 100%;
    margin-right: 0 !important;
  }
}
.posts-list .post-item:nth-child(1n) .post-thumb {
  border: 1px solid #c05d24;
}
.posts-list .post-item:nth-child(2n) .post-thumb {
  border: 1px solid #f6c447;
}
.posts-list .post-item:nth-child(3n) .post-thumb {
  border: 1px solid #253a46;
}
.posts-list .post-thumb {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  padding: 5px;
  border-bottom-left-radius: 50px;
  border-top-right-radius: 50px;
}
@media (max-width: 550px) {
  .posts-list .post-thumb {
    margin-bottom: 10px;
  }
}
.posts-list .post-thumb picture {
  width: 100%;
  display: block;
  overflow: hidden;
  border-bottom-left-radius: 50px;
  border-top-right-radius: 50px;
  overflow: hidden;
}
.posts-list .post-thumb picture img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: center;
  -o-object-position: center;
  height: 395px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 1400px) {
  .posts-list .post-thumb picture img {
    height: 300px;
  }
}
@media (max-width: 1200px) {
  .posts-list .post-thumb picture img {
    height: 260px;
  }
}
.posts-list .post-body {
  width: 100%;
}
.posts-list .post-body h3 {
  font-family: "avenir_next_lt_probold";
  font-size: 30px;
  font-size: 30px;
  text-align: left;
  color: #253a46;
  margin-bottom: 0;
}
@media (max-width: 1366px) {
  .posts-list .post-body h3 {
    font-size: calc(30px * 0.95);
  }
}
@media (max-width: 1100px) {
  .posts-list .post-body h3 {
    font-size: calc(30px * 0.9);
  }
}
@media (max-width: 900px) {
  .posts-list .post-body h3 {
    font-size: calc(30px * 0.85);
  }
}
@media (max-width: 600px) {
  .posts-list .post-body h3 {
    font-size: calc(30px * 0.8);
  }
}
@media (max-width: 450px) {
  .posts-list .post-body h3 {
    font-size: calc(30px * 0.75);
  }
}

.pagination {
  width: auto;
  display: table;
  margin: 0 auto;
  clear: both;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
  margin-bottom: 60px;
}
@media (max-width: 1366px) {
  .pagination {
    margin-top: 48px;
  }
}
@media (max-width: 1100px) {
  .pagination {
    margin-top: 38.4px;
  }
}
@media (max-width: 900px) {
  .pagination {
    margin-top: 30.72px;
  }
}
@media (max-width: 600px) {
  .pagination {
    margin-top: 24.576px;
  }
}
@media (max-width: 450px) {
  .pagination {
    margin-top: 17.2032px;
  }
}
@media (max-width: 1366px) {
  .pagination {
    margin-bottom: 48px;
  }
}
@media (max-width: 1100px) {
  .pagination {
    margin-bottom: 38.4px;
  }
}
@media (max-width: 900px) {
  .pagination {
    margin-bottom: 30.72px;
  }
}
@media (max-width: 600px) {
  .pagination {
    margin-bottom: 24.576px;
  }
}
@media (max-width: 450px) {
  .pagination {
    margin-bottom: 17.2032px;
  }
}
.pagination a,
.pagination .current {
  color: #00746f;
  text-align: center;
  font-family: "avenir_next_lt_prodemi";
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
  letter-spacing: 2px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background: #ffffff;
  line-height: 50px;
  box-shadow: 0px 10px 30px 0px rgba(153, 144, 142, 0.5);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 500px) {
  .pagination a,
  .pagination .current {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
  }
}
.pagination a:hover,
.pagination .current:hover {
  background: #00746f;
  color: #ffffff;
}
.pagination .current {
  background: #00746f;
  color: #ffffff;
}

.blog-post .editor-content p {
  color: #253a46 !important;
  font-family: "avenir_next_lt_proregular" !important;
  font-size: 18px !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: normal;
  display: block;
  margin-bottom: 20px !important;
}
@media (max-width: 650px) {
  .blog-post .editor-content p {
    font-size: 16px !important;
  }
}
@media (max-width: 450px) {
  .blog-post .editor-content p {
    font-size: 14px !important;
  }
}
.blog-post .editor-content a {
  border-bottom: 2px solid;
  color: #00746f !important;
  font-family: "avenir_next_lt_probold" !important;
  font-size: 18px !important;
  font-style: normal;
}
@media (max-width: 650px) {
  .blog-post .editor-content a {
    font-size: 16px !important;
  }
}
@media (max-width: 450px) {
  .blog-post .editor-content a {
    font-size: 14px !important;
  }
}
.blog-post .editor-content a strong {
  font-weight: bold;
}
.blog-post .editor-content strong {
  color: #253a46 !important;
  font-family: "avenir_next_lt_probold" !important;
  font-size: 18px !important;
  font-style: normal;
  line-height: normal;
}
@media (max-width: 650px) {
  .blog-post .editor-content strong {
    font-size: 16px !important;
  }
}
@media (max-width: 450px) {
  .blog-post .editor-content strong {
    font-size: 14px !important;
  }
}
.blog-post .editor-content strong strong {
  font-weight: bold;
}
.blog-post .editor-content em {
  color: #253a46 !important;
  font-family: "avenir_next_lt_proregular" !important;
  font-size: 18px !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: normal;
  display: block;
  margin-bottom: 20px !important;
}
@media (max-width: 650px) {
  .blog-post .editor-content em {
    font-size: 16px !important;
  }
}
@media (max-width: 450px) {
  .blog-post .editor-content em {
    font-size: 14px !important;
  }
}
.blog-post .editor-content em strong {
  font-weight: bold;
}
.blog-post .editor-content h1,
.blog-post .editor-content h2,
.blog-post .editor-content h3,
.blog-post .editor-content h4,
.blog-post .editor-content h5,
.blog-post .editor-content h6 {
  color: #00746f !important;
  font-family: "avenir_next_lt_probold" !important;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.3px;
  font-style: normal;
  text-align: left;
  margin-bottom: 20px !important;
}
.blog-post .editor-content h1 {
  font-size: 46px;
}
@media (max-width: 1366px) {
  .blog-post .editor-content h1 {
    font-size: calc(46px * 0.95);
  }
}
@media (max-width: 1100px) {
  .blog-post .editor-content h1 {
    font-size: calc(46px * 0.9);
  }
}
@media (max-width: 900px) {
  .blog-post .editor-content h1 {
    font-size: calc(46px * 0.85);
  }
}
@media (max-width: 600px) {
  .blog-post .editor-content h1 {
    font-size: calc(46px * 0.8);
  }
}
@media (max-width: 450px) {
  .blog-post .editor-content h1 {
    font-size: calc(46px * 0.75);
  }
}
.blog-post .editor-content h2 {
  font-size: 36px;
}
@media (max-width: 1366px) {
  .blog-post .editor-content h2 {
    font-size: calc(36px * 0.95);
  }
}
@media (max-width: 1100px) {
  .blog-post .editor-content h2 {
    font-size: calc(36px * 0.9);
  }
}
@media (max-width: 900px) {
  .blog-post .editor-content h2 {
    font-size: calc(36px * 0.85);
  }
}
@media (max-width: 600px) {
  .blog-post .editor-content h2 {
    font-size: calc(36px * 0.8);
  }
}
@media (max-width: 450px) {
  .blog-post .editor-content h2 {
    font-size: calc(36px * 0.75);
  }
}
.blog-post .editor-content h3 {
  font-size: 30px;
}
@media (max-width: 1366px) {
  .blog-post .editor-content h3 {
    font-size: calc(30px * 0.95);
  }
}
@media (max-width: 1100px) {
  .blog-post .editor-content h3 {
    font-size: calc(30px * 0.9);
  }
}
@media (max-width: 900px) {
  .blog-post .editor-content h3 {
    font-size: calc(30px * 0.85);
  }
}
@media (max-width: 600px) {
  .blog-post .editor-content h3 {
    font-size: calc(30px * 0.8);
  }
}
@media (max-width: 450px) {
  .blog-post .editor-content h3 {
    font-size: calc(30px * 0.75);
  }
}
.blog-post .editor-content h4 {
  font-size: 24px;
}
@media (max-width: 1366px) {
  .blog-post .editor-content h4 {
    font-size: calc(24px * 0.95);
  }
}
@media (max-width: 1100px) {
  .blog-post .editor-content h4 {
    font-size: calc(24px * 0.9);
  }
}
@media (max-width: 900px) {
  .blog-post .editor-content h4 {
    font-size: calc(24px * 0.85);
  }
}
@media (max-width: 600px) {
  .blog-post .editor-content h4 {
    font-size: calc(24px * 0.8);
  }
}
@media (max-width: 450px) {
  .blog-post .editor-content h4 {
    font-size: calc(24px * 0.75);
  }
}
.blog-post .editor-content h5 {
  font-size: 20px;
}
@media (max-width: 1366px) {
  .blog-post .editor-content h5 {
    font-size: calc(20px * 0.95);
  }
}
@media (max-width: 1100px) {
  .blog-post .editor-content h5 {
    font-size: calc(20px * 0.9);
  }
}
@media (max-width: 900px) {
  .blog-post .editor-content h5 {
    font-size: calc(20px * 0.85);
  }
}
@media (max-width: 600px) {
  .blog-post .editor-content h5 {
    font-size: calc(20px * 0.8);
  }
}
@media (max-width: 450px) {
  .blog-post .editor-content h5 {
    font-size: calc(20px * 0.75);
  }
}
.blog-post .editor-content h6 {
  font-size: 18px;
}
@media (max-width: 1366px) {
  .blog-post .editor-content h6 {
    font-size: calc(18px * 0.95);
  }
}
@media (max-width: 1100px) {
  .blog-post .editor-content h6 {
    font-size: calc(18px * 0.9);
  }
}
@media (max-width: 900px) {
  .blog-post .editor-content h6 {
    font-size: calc(18px * 0.85);
  }
}
@media (max-width: 600px) {
  .blog-post .editor-content h6 {
    font-size: calc(18px * 0.8);
  }
}
@media (max-width: 450px) {
  .blog-post .editor-content h6 {
    font-size: calc(18px * 0.75);
  }
}
.blog-post .editor-content ul,
.blog-post .editor-content ol {
  list-style: disc !important;
  margin-bottom: 20px;
  display: block;
  list-style: disc;
  list-style-position: inside;
}
.blog-post .editor-content ul li,
.blog-post .editor-content ol li {
  width: 100%;
  margin-bottom: 5px !important;
  color: #253a46;
  color: #253a46 !important;
  font-family: "avenir_next_lt_proregular" !important;
  font-size: 18px !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: normal;
  display: block;
  display: block;
}
@media (max-width: 650px) {
  .blog-post .editor-content ul li,
  .blog-post .editor-content ol li {
    font-size: 16px !important;
  }
}
@media (max-width: 450px) {
  .blog-post .editor-content ul li,
  .blog-post .editor-content ol li {
    font-size: 14px !important;
  }
}
.blog-post .editor-content ul li strong,
.blog-post .editor-content ol li strong {
  font-weight: bold;
}
.blog-post .editor-content ul li p,
.blog-post .editor-content ol li p {
  color: #253a46 !important;
  font-family: "avenir_next_lt_proregular" !important;
  font-size: 18px !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: normal;
  display: block;
  margin-bottom: 20px !important;
  margin-bottom: 0;
}
@media (max-width: 650px) {
  .blog-post .editor-content ul li p,
  .blog-post .editor-content ol li p {
    font-size: 16px !important;
  }
}
@media (max-width: 450px) {
  .blog-post .editor-content ul li p,
  .blog-post .editor-content ol li p {
    font-size: 14px !important;
  }
}
.blog-post .editor-content ul li p strong,
.blog-post .editor-content ol li p strong {
  font-weight: bold;
}
.blog-post .editor-content blockquote {
  width: 100%;
  display: block;
  padding: 10px;
  margin-bottom: 0;
  box-sizing: border-box;
  border-left: 2px solid;
  color: #253a46 !important;
  font-family: "avenir_next_lt_proregular" !important;
  font-size: 18px !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: normal;
  display: block;
  margin-bottom: 20px !important;
}
@media (max-width: 650px) {
  .blog-post .editor-content blockquote {
    font-size: 16px !important;
  }
}
@media (max-width: 450px) {
  .blog-post .editor-content blockquote {
    font-size: 14px !important;
  }
}
.blog-post .editor-content blockquote strong {
  font-weight: bold;
}
.blog-post .editor-content blockquote p {
  color: #253a46 !important;
  font-family: "avenir_next_lt_proregular" !important;
  font-size: 18px !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: normal;
  display: block;
  margin-bottom: 20px !important;
}
@media (max-width: 650px) {
  .blog-post .editor-content blockquote p {
    font-size: 16px !important;
  }
}
@media (max-width: 450px) {
  .blog-post .editor-content blockquote p {
    font-size: 14px !important;
  }
}
@media (max-width: 650px) {
  .blog-post .editor-content blockquote p {
    font-size: 16px;
  }
}
@media (max-width: 450px) {
  .blog-post .editor-content blockquote p {
    font-size: 14px;
  }
}
.blog-post .editor-content blockquote p strong {
  font-weight: bold;
}
.blog-post .editor-content figure {
  max-width: 100%;
  position: relative;
  margin-bottom: 60px;
  display: block;
}
@media (max-width: 1366px) {
  .blog-post .editor-content figure {
    margin-bottom: 48px;
  }
}
@media (max-width: 1100px) {
  .blog-post .editor-content figure {
    margin-bottom: 38.4px;
  }
}
@media (max-width: 900px) {
  .blog-post .editor-content figure {
    margin-bottom: 30.72px;
  }
}
@media (max-width: 600px) {
  .blog-post .editor-content figure {
    margin-bottom: 24.576px;
  }
}
@media (max-width: 450px) {
  .blog-post .editor-content figure {
    margin-bottom: 17.2032px;
  }
}
.blog-post .editor-content figure img {
  max-width: 100%;
  height: auto !important;
  margin-bottom: 0;
  display: block;
}
.blog-post .editor-content figure figcaption {
  width: 100%;
  padding: 15px;
  color: #666;
  font-family: "avenir_next_lt_proregular" !important;
  font-size: 12px !important;
  text-align: center;
}
.blog-post .editor-content .wp-caption-text {
  width: 100%;
  padding: 15px;
  color: #00746f !important;
  font-family: "avenir_next_lt_proregular" !important;
  font-size: 14px !important;
  text-align: center;
}
.blog-post .editor-content .wp-caption.aligncenter {
  max-width: 100%;
  width: 100% !important;
}
.blog-post .editor-content .wp-caption-text {
  color: #253a46 !important;
  font-family: "avenir_next_lt_proregular" !important;
  font-size: 18px !important;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: block;
  margin-bottom: 0;
  padding: 10px 30px;
}
@media (max-width: 650px) {
  .blog-post .editor-content .wp-caption-text {
    font-size: 16px !important;
  }
}
@media (max-width: 450px) {
  .blog-post .editor-content .wp-caption-text {
    font-size: 14px !important;
  }
}
.blog-post .editor-content .wp-caption-text strong {
  font-weight: bold;
}
.blog-post .editor-content img {
  max-width: 100%;
  height: auto !important;
  margin-bottom: 0;
}

/*
  Centraliza
*/
/*
Calculo automatico da largura
*/
/*
Margins e paddins responsivos
*/
/*
Font size responsiva para titulos. De 33 a 999;
*/
/*
Font size responsiva para subtitulos. De 24 a 32;
*/
/*
Font size responsiva para paragrafo. De 18 a 24;
*/
.footer {
  background: #00746f;
  position: relative;
  width: 100%;
  display: table;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 1366px) {
  .footer {
    padding-top: 64px;
  }
}
@media (max-width: 1100px) {
  .footer {
    padding-top: 51.2px;
  }
}
@media (max-width: 900px) {
  .footer {
    padding-top: 40.96px;
  }
}
@media (max-width: 600px) {
  .footer {
    padding-top: 32.768px;
  }
}
@media (max-width: 450px) {
  .footer {
    padding-top: 22.9376px;
  }
}
@media (max-width: 1366px) {
  .footer {
    padding-bottom: 64px;
  }
}
@media (max-width: 1100px) {
  .footer {
    padding-bottom: 51.2px;
  }
}
@media (max-width: 900px) {
  .footer {
    padding-bottom: 40.96px;
  }
}
@media (max-width: 600px) {
  .footer {
    padding-bottom: 32.768px;
  }
}
@media (max-width: 450px) {
  .footer {
    padding-bottom: 22.9376px;
  }
}
.footer .container {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.footer .footer-nav {
  flex: 1;
}
.footer .footer-nav:nth-child(2) {
  flex: 2;
}
.footer .footer-nav:nth-child(2) .footer-nav-wrapper {
  display: flex;
}
@media (max-width: 1000px) {
  .footer .footer-nav {
    flex: auto;
    margin-bottom: 40px;
  }
  .footer .footer-nav:nth-child(1) {
    width: 50%;
    order: 1;
  }
  .footer .footer-nav:nth-child(2) {
    width: 100%;
    order: 3;
  }
  .footer .footer-nav:nth-child(3) {
    width: 50%;
    order: 2;
  }
}
@media (max-width: 500px) {
  .footer .footer-nav {
    width: 100% !important;
    margin-bottom: 30px;
  }
  .footer .footer-nav:nth-child(2) {
    flex: 2;
  }
  .footer .footer-nav:nth-child(2) .footer-nav-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
  .footer .footer-nav:nth-child(2) .footer-nav-wrapper div {
    width: 100%;
  }
}
.footer .footer-nav h3,
.footer .footer-nav h4,
.footer .footer-nav h4 a {
  font-family: "avenir_next_lt_prodemi";
  font-size: 22px;
  font-size: 22px;
  text-align: left;
  color: #fbf9f5;
  margin-bottom: 10px;
}
@media (max-width: 1366px) {
  .footer .footer-nav h3,
  .footer .footer-nav h4,
  .footer .footer-nav h4 a {
    font-size: calc(22px * 0.95);
  }
}
@media (max-width: 1100px) {
  .footer .footer-nav h3,
  .footer .footer-nav h4,
  .footer .footer-nav h4 a {
    font-size: calc(22px * 0.9);
  }
}
@media (max-width: 900px) {
  .footer .footer-nav h3,
  .footer .footer-nav h4,
  .footer .footer-nav h4 a {
    font-size: calc(22px * 0.85);
  }
}
@media (max-width: 600px) {
  .footer .footer-nav h3,
  .footer .footer-nav h4,
  .footer .footer-nav h4 a {
    font-size: calc(22px * 0.8);
  }
}
@media (max-width: 450px) {
  .footer .footer-nav h3,
  .footer .footer-nav h4,
  .footer .footer-nav h4 a {
    font-size: calc(22px * 0.75);
  }
}
@media (max-width: 1100px) {
  .footer .footer-nav h3,
  .footer .footer-nav h4,
  .footer .footer-nav h4 a {
    font-size: 18px;
    margin-bottom: 5px;
  }
}
.footer .footer-nav h3 {
  margin-bottom: 15px;
}
@media (max-width: 1100px) {
  .footer .footer-nav h3 {
    margin-bottom: 10px;
  }
}
.footer .footer-nav ul {
  padding-left: 25px;
}
@media (max-width: 1100px) {
  .footer .footer-nav ul {
    padding-left: 15px;
  }
}
.footer .footer-nav li {
  width: 100%;
  margin-bottom: 10px;
}
.footer .footer-nav a,
.footer .footer-nav p {
  font-family: "avenir_next_lt_proregular";
  font-size: 22px;
  font-size: 22px;
  text-align: left;
  color: #fbf9f5;
  margin-bottom: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 1366px) {
  .footer .footer-nav a,
  .footer .footer-nav p {
    font-size: calc(22px * 0.95);
  }
}
@media (max-width: 1100px) {
  .footer .footer-nav a,
  .footer .footer-nav p {
    font-size: calc(22px * 0.9);
  }
}
@media (max-width: 900px) {
  .footer .footer-nav a,
  .footer .footer-nav p {
    font-size: calc(22px * 0.85);
  }
}
@media (max-width: 600px) {
  .footer .footer-nav a,
  .footer .footer-nav p {
    font-size: calc(22px * 0.8);
  }
}
@media (max-width: 450px) {
  .footer .footer-nav a,
  .footer .footer-nav p {
    font-size: calc(22px * 0.75);
  }
}
@media (max-width: 1100px) {
  .footer .footer-nav a,
  .footer .footer-nav p {
    font-size: 18px;
    margin-bottom: 5px;
  }
}
.footer .footer-nav a:hover,
.footer .footer-nav p:hover {
  opacity: 0.6;
}
.footer .footer-nav .certification picture {
  margin-right: 20px;
  display: inline-block;
}
.footer .footer-nav .certification img {
  display: block;
  max-width: 100%;
}
.footer .footer-nav-item {
  width: 100%;
  margin-bottom: 30px;
}
.footer .developed-copyright {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
  padding-top: 30px;
  border-top: 1px solid #ffffff;
}
@media (max-width: 1366px) {
  .footer .developed-copyright {
    margin-top: 48px;
  }
}
@media (max-width: 1100px) {
  .footer .developed-copyright {
    margin-top: 38.4px;
  }
}
@media (max-width: 900px) {
  .footer .developed-copyright {
    margin-top: 30.72px;
  }
}
@media (max-width: 600px) {
  .footer .developed-copyright {
    margin-top: 24.576px;
  }
}
@media (max-width: 450px) {
  .footer .developed-copyright {
    margin-top: 17.2032px;
  }
}
@media (max-width: 700px) {
  .footer .developed-copyright {
    margin-top: 15px;
  }
}
@media (max-width: 800px) {
  .footer .developed-copyright {
    display: block;
    text-align: center;
  }
}
.footer .developed-copyright p,
.footer .developed-copyright a {
  color: #ffffff;
  font-family: "avenir_next_lt_proregular";
  font-size: 14px;
  font-style: normal;
  line-height: normal;
  margin-bottom: 0;
}
@media (max-width: 800px) {
  .footer .developed-copyright p,
  .footer .developed-copyright a {
    margin-bottom: 15px;
  }
}
.footer .developed-copyright a {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.footer .developed-copyright a:hover {
  opacity: 0.6;
}
.footer .developed {
  width: 100%;
  margin-top: 120px;
  margin-top: 120px;
  font-family: "avenir_next_lt_proregular";
  font-size: 20px;
  color: #fbf9f5;
  gap: 20px;
}
@media (max-width: 1366px) {
  .footer .developed {
    margin-top: 96px;
  }
}
@media (max-width: 1100px) {
  .footer .developed {
    margin-top: 76.8px;
  }
}
@media (max-width: 900px) {
  .footer .developed {
    margin-top: 61.44px;
  }
}
@media (max-width: 600px) {
  .footer .developed {
    margin-top: 49.152px;
  }
}
@media (max-width: 450px) {
  .footer .developed {
    margin-top: 34.4064px;
  }
}
@media (max-width: 1100px) {
  .footer .developed {
    font-size: 18px;
    margin-bottom: 5px;
  }
}
.footer .developed .container {
  text-align: center;
  justify-content: center;
  flex-wrap: wrap;
}
.footer .developed .copyright,
.footer .developed .dev-lucasm {
  width: 100%;
}
.footer .developed a,
.footer .developed p {
  font-family: "avenir_next_lt_proregular";
  font-size: 20px;
  color: #fbf9f5;
  margin-bottom: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 1100px) {
  .footer .developed a,
  .footer .developed p {
    font-size: 18px;
    margin-bottom: 5px;
  }
}
.footer .developed a:hover,
.footer .developed p:hover {
  opacity: 0.6;
}

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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

/*
  Centraliza
*/
/*
Calculo automatico da largura
*/
/*
Margins e paddins responsivos
*/
/*
Font size responsiva para titulos. De 33 a 999;
*/
/*
Font size responsiva para subtitulos. De 24 a 32;
*/
/*
Font size responsiva para paragrafo. De 18 a 24;
*/
.services.maternity .editor-content-service h2,
.services.maternity .text-list-item h2,
.surgical-center .editor-content-service h2,
.surgical-center .text-list-item h2,
.social-responsibility .editor-content-service h2,
.social-responsibility .text-list-item h2 {
  font-size: 32px;
  font-family: "avenir_next_lt_probold";
  margin-bottom: 30px;
  color: #253a46;
  font-size: 32px;
}
@media (max-width: 1366px) {
  .services.maternity .editor-content-service h2,
  .services.maternity .text-list-item h2,
  .surgical-center .editor-content-service h2,
  .surgical-center .text-list-item h2,
  .social-responsibility .editor-content-service h2,
  .social-responsibility .text-list-item h2 {
    font-size: calc(32px * 0.95);
  }
}
@media (max-width: 1100px) {
  .services.maternity .editor-content-service h2,
  .services.maternity .text-list-item h2,
  .surgical-center .editor-content-service h2,
  .surgical-center .text-list-item h2,
  .social-responsibility .editor-content-service h2,
  .social-responsibility .text-list-item h2 {
    font-size: calc(32px * 0.9);
  }
}
@media (max-width: 900px) {
  .services.maternity .editor-content-service h2,
  .services.maternity .text-list-item h2,
  .surgical-center .editor-content-service h2,
  .surgical-center .text-list-item h2,
  .social-responsibility .editor-content-service h2,
  .social-responsibility .text-list-item h2 {
    font-size: calc(32px * 0.85);
  }
}
@media (max-width: 600px) {
  .services.maternity .editor-content-service h2,
  .services.maternity .text-list-item h2,
  .surgical-center .editor-content-service h2,
  .surgical-center .text-list-item h2,
  .social-responsibility .editor-content-service h2,
  .social-responsibility .text-list-item h2 {
    font-size: calc(32px * 0.8);
  }
}
@media (max-width: 450px) {
  .services.maternity .editor-content-service h2,
  .services.maternity .text-list-item h2,
  .surgical-center .editor-content-service h2,
  .surgical-center .text-list-item h2,
  .social-responsibility .editor-content-service h2,
  .social-responsibility .text-list-item h2 {
    font-size: calc(32px * 0.75);
  }
}
.services.maternity .editor-content-service p,
.services.maternity .text-list-item p,
.surgical-center .editor-content-service p,
.surgical-center .text-list-item p,
.social-responsibility .editor-content-service p,
.social-responsibility .text-list-item p {
  font-family: "avenir_next_lt_prodemi";
  font-size: 27px;
  font-size: 27px;
  text-align: left;
  color: #253a46;
  margin-bottom: 30px;
  text-align: justify;
  line-height: 140%;
}
@media (max-width: 1366px) {
  .services.maternity .editor-content-service p,
  .services.maternity .text-list-item p,
  .surgical-center .editor-content-service p,
  .surgical-center .text-list-item p,
  .social-responsibility .editor-content-service p,
  .social-responsibility .text-list-item p {
    font-size: calc(27px * 0.95);
  }
}
@media (max-width: 1100px) {
  .services.maternity .editor-content-service p,
  .services.maternity .text-list-item p,
  .surgical-center .editor-content-service p,
  .surgical-center .text-list-item p,
  .social-responsibility .editor-content-service p,
  .social-responsibility .text-list-item p {
    font-size: calc(27px * 0.9);
  }
}
@media (max-width: 900px) {
  .services.maternity .editor-content-service p,
  .services.maternity .text-list-item p,
  .surgical-center .editor-content-service p,
  .surgical-center .text-list-item p,
  .social-responsibility .editor-content-service p,
  .social-responsibility .text-list-item p {
    font-size: calc(27px * 0.85);
  }
}
@media (max-width: 600px) {
  .services.maternity .editor-content-service p,
  .services.maternity .text-list-item p,
  .surgical-center .editor-content-service p,
  .surgical-center .text-list-item p,
  .social-responsibility .editor-content-service p,
  .social-responsibility .text-list-item p {
    font-size: calc(27px * 0.8);
  }
}
@media (max-width: 450px) {
  .services.maternity .editor-content-service p,
  .services.maternity .text-list-item p,
  .surgical-center .editor-content-service p,
  .surgical-center .text-list-item p,
  .social-responsibility .editor-content-service p,
  .social-responsibility .text-list-item p {
    font-size: calc(27px * 0.75);
  }
}
.services.maternity .editor-content-service p strong,
.services.maternity .text-list-item p strong,
.surgical-center .editor-content-service p strong,
.surgical-center .text-list-item p strong,
.social-responsibility .editor-content-service p strong,
.social-responsibility .text-list-item p strong {
  font-family: "avenir_next_lt_probold";
  font-size: 27px;
  font-size: 27px;
  text-align: left;
  color: #253a46;
}
@media (max-width: 1366px) {
  .services.maternity .editor-content-service p strong,
  .services.maternity .text-list-item p strong,
  .surgical-center .editor-content-service p strong,
  .surgical-center .text-list-item p strong,
  .social-responsibility .editor-content-service p strong,
  .social-responsibility .text-list-item p strong {
    font-size: calc(27px * 0.95);
  }
}
@media (max-width: 1100px) {
  .services.maternity .editor-content-service p strong,
  .services.maternity .text-list-item p strong,
  .surgical-center .editor-content-service p strong,
  .surgical-center .text-list-item p strong,
  .social-responsibility .editor-content-service p strong,
  .social-responsibility .text-list-item p strong {
    font-size: calc(27px * 0.9);
  }
}
@media (max-width: 900px) {
  .services.maternity .editor-content-service p strong,
  .services.maternity .text-list-item p strong,
  .surgical-center .editor-content-service p strong,
  .surgical-center .text-list-item p strong,
  .social-responsibility .editor-content-service p strong,
  .social-responsibility .text-list-item p strong {
    font-size: calc(27px * 0.85);
  }
}
@media (max-width: 600px) {
  .services.maternity .editor-content-service p strong,
  .services.maternity .text-list-item p strong,
  .surgical-center .editor-content-service p strong,
  .surgical-center .text-list-item p strong,
  .social-responsibility .editor-content-service p strong,
  .social-responsibility .text-list-item p strong {
    font-size: calc(27px * 0.8);
  }
}
@media (max-width: 450px) {
  .services.maternity .editor-content-service p strong,
  .services.maternity .text-list-item p strong,
  .surgical-center .editor-content-service p strong,
  .surgical-center .text-list-item p strong,
  .social-responsibility .editor-content-service p strong,
  .social-responsibility .text-list-item p strong {
    font-size: calc(27px * 0.75);
  }
}
.services.maternity .editor-content-service h4,
.services.maternity .text-list-item h4,
.surgical-center .editor-content-service h4,
.surgical-center .text-list-item h4,
.social-responsibility .editor-content-service h4,
.social-responsibility .text-list-item h4 {
  font-family: "avenir_next_lt_probold";
  font-size: 27px;
  font-size: 27px;
  text-align: left;
  color: #253a46;
  margin-bottom: 30px;
}
@media (max-width: 1366px) {
  .services.maternity .editor-content-service h4,
  .services.maternity .text-list-item h4,
  .surgical-center .editor-content-service h4,
  .surgical-center .text-list-item h4,
  .social-responsibility .editor-content-service h4,
  .social-responsibility .text-list-item h4 {
    font-size: calc(27px * 0.95);
  }
}
@media (max-width: 1100px) {
  .services.maternity .editor-content-service h4,
  .services.maternity .text-list-item h4,
  .surgical-center .editor-content-service h4,
  .surgical-center .text-list-item h4,
  .social-responsibility .editor-content-service h4,
  .social-responsibility .text-list-item h4 {
    font-size: calc(27px * 0.9);
  }
}
@media (max-width: 900px) {
  .services.maternity .editor-content-service h4,
  .services.maternity .text-list-item h4,
  .surgical-center .editor-content-service h4,
  .surgical-center .text-list-item h4,
  .social-responsibility .editor-content-service h4,
  .social-responsibility .text-list-item h4 {
    font-size: calc(27px * 0.85);
  }
}
@media (max-width: 600px) {
  .services.maternity .editor-content-service h4,
  .services.maternity .text-list-item h4,
  .surgical-center .editor-content-service h4,
  .surgical-center .text-list-item h4,
  .social-responsibility .editor-content-service h4,
  .social-responsibility .text-list-item h4 {
    font-size: calc(27px * 0.8);
  }
}
@media (max-width: 450px) {
  .services.maternity .editor-content-service h4,
  .services.maternity .text-list-item h4,
  .surgical-center .editor-content-service h4,
  .surgical-center .text-list-item h4,
  .social-responsibility .editor-content-service h4,
  .social-responsibility .text-list-item h4 {
    font-size: calc(27px * 0.75);
  }
}
.services.maternity .editor-content-service .text-featured,
.services.maternity .text-list-item .text-featured,
.surgical-center .editor-content-service .text-featured,
.surgical-center .text-list-item .text-featured,
.social-responsibility .editor-content-service .text-featured,
.social-responsibility .text-list-item .text-featured {
  font-family: "avenir_next_lt_probold";
  font-size: 37px;
  font-size: 37px;
  text-align: left;
  color: #00746f;
  background-color: #efd2c5;
  text-transform: uppercase;
  border: none;
  padding: 20px 40px;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  display: table;
  margin-top: 20px;
}
@media (max-width: 1366px) {
  .services.maternity .editor-content-service .text-featured,
  .services.maternity .text-list-item .text-featured,
  .surgical-center .editor-content-service .text-featured,
  .surgical-center .text-list-item .text-featured,
  .social-responsibility .editor-content-service .text-featured,
  .social-responsibility .text-list-item .text-featured {
    font-size: calc(37px * 0.9);
  }
}
@media (max-width: 1100px) {
  .services.maternity .editor-content-service .text-featured,
  .services.maternity .text-list-item .text-featured,
  .surgical-center .editor-content-service .text-featured,
  .surgical-center .text-list-item .text-featured,
  .social-responsibility .editor-content-service .text-featured,
  .social-responsibility .text-list-item .text-featured {
    font-size: calc(37px * 0.8);
  }
}
@media (max-width: 900px) {
  .services.maternity .editor-content-service .text-featured,
  .services.maternity .text-list-item .text-featured,
  .surgical-center .editor-content-service .text-featured,
  .surgical-center .text-list-item .text-featured,
  .social-responsibility .editor-content-service .text-featured,
  .social-responsibility .text-list-item .text-featured {
    font-size: calc(37px * 0.7);
  }
}
@media (max-width: 600px) {
  .services.maternity .editor-content-service .text-featured,
  .services.maternity .text-list-item .text-featured,
  .surgical-center .editor-content-service .text-featured,
  .surgical-center .text-list-item .text-featured,
  .social-responsibility .editor-content-service .text-featured,
  .social-responsibility .text-list-item .text-featured {
    font-size: calc(37px * 0.6);
  }
}
@media (max-width: 450px) {
  .services.maternity .editor-content-service .text-featured,
  .services.maternity .text-list-item .text-featured,
  .surgical-center .editor-content-service .text-featured,
  .surgical-center .text-list-item .text-featured,
  .social-responsibility .editor-content-service .text-featured,
  .social-responsibility .text-list-item .text-featured {
    font-size: calc(37px * 0.55);
  }
}
.services.maternity .editor-content-service .text-item,
.services.maternity .text-list-item .text-item,
.surgical-center .editor-content-service .text-item,
.surgical-center .text-list-item .text-item,
.social-responsibility .editor-content-service .text-item,
.social-responsibility .text-list-item .text-item {
  width: 100%;
  display: block;
  margin-bottom: 60px;
}
@media (max-width: 600px) {
  .services.maternity .editor-content-service .text-item,
  .services.maternity .text-list-item .text-item,
  .surgical-center .editor-content-service .text-item,
  .surgical-center .text-list-item .text-item,
  .social-responsibility .editor-content-service .text-item,
  .social-responsibility .text-list-item .text-item {
    margin-bottom: 40px;
  }
}
.services.maternity .structure-featured,
.surgical-center .structure-featured,
.social-responsibility .structure-featured {
  width: 100%;
  margin-bottom: 60px;
}
@media (max-width: 600px) {
  .services.maternity .structure-featured,
  .surgical-center .structure-featured,
  .social-responsibility .structure-featured {
    margin-bottom: 40px;
  }
}
.services.maternity .structure-featured li,
.surgical-center .structure-featured li,
.social-responsibility .structure-featured li {
  display: table;
  margin-bottom: 12px;
}
.services.maternity .structure-featured li:last-child,
.surgical-center .structure-featured li:last-child,
.social-responsibility .structure-featured li:last-child {
  margin-bottom: 0;
}
.services.maternity .structure-featured h3,
.surgical-center .structure-featured h3,
.social-responsibility .structure-featured h3 {
  font-family: "avenir_next_lt_probold";
  font-size: 30px;
  font-size: 30px;
  line-height: 30px;
  color: #00746f;
  border: 2px solid;
  padding: 25px 40px;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  position: relative;
  margin-bottom: 0;
}
@media (max-width: 1366px) {
  .services.maternity .structure-featured h3,
  .surgical-center .structure-featured h3,
  .social-responsibility .structure-featured h3 {
    font-size: calc(30px * 0.95);
  }
}
@media (max-width: 1100px) {
  .services.maternity .structure-featured h3,
  .surgical-center .structure-featured h3,
  .social-responsibility .structure-featured h3 {
    font-size: calc(30px * 0.9);
  }
}
@media (max-width: 900px) {
  .services.maternity .structure-featured h3,
  .surgical-center .structure-featured h3,
  .social-responsibility .structure-featured h3 {
    font-size: calc(30px * 0.85);
  }
}
@media (max-width: 600px) {
  .services.maternity .structure-featured h3,
  .surgical-center .structure-featured h3,
  .social-responsibility .structure-featured h3 {
    font-size: calc(30px * 0.8);
  }
}
@media (max-width: 450px) {
  .services.maternity .structure-featured h3,
  .surgical-center .structure-featured h3,
  .social-responsibility .structure-featured h3 {
    font-size: calc(30px * 0.75);
  }
}
@media (max-width: 1000px) {
  .services.maternity .structure-featured h3,
  .surgical-center .structure-featured h3,
  .social-responsibility .structure-featured h3 {
    padding: 15px 20px;
  }
}
.services.maternity .baby-album-list,
.surgical-center .baby-album-list,
.social-responsibility .baby-album-list {
  width: 100%;
  margin-bottom: 60px;
}
.services.maternity .baby-album-item,
.surgical-center .baby-album-item,
.social-responsibility .baby-album-item {
  position: relative;
  margin-top: 60px;
}
.services.maternity .baby-album-item::before,
.surgical-center .baby-album-item::before,
.social-responsibility .baby-album-item::before {
  content: "";
  display: block;
  position: absolute;
  top: -35px;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(0);
  -moz-transform: translateX(-50%) translateY(0);
  -ms-transform: translateX(-50%) translateY(0);
  -o-transform: translateX(-50%) translateY(0);
  transform: translateX(-50%) translateY(0);
  position: absolute;
  background: url("../images/static/baby-pattern.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 220px;
  height: 55px;
  z-index: 90;
}
.services.maternity .baby-album-item .baby-thumb,
.surgical-center .baby-album-item .baby-thumb,
.social-responsibility .baby-album-item .baby-thumb {
  width: 100%;
  height: 620px;
  position: relative;
  padding: 35px;
  background-color: #f8f3e4;
  margin-bottom: 15px;
}
@media (max-width: 1400px) {
  .services.maternity .baby-album-item .baby-thumb,
  .surgical-center .baby-album-item .baby-thumb,
  .social-responsibility .baby-album-item .baby-thumb {
    height: 450px;
  }
}
@media (max-width: 800px) {
  .services.maternity .baby-album-item .baby-thumb,
  .surgical-center .baby-album-item .baby-thumb,
  .social-responsibility .baby-album-item .baby-thumb {
    height: 350px;
  }
}
.services.maternity .baby-album-item .baby-thumb picture,
.surgical-center .baby-album-item .baby-thumb picture,
.social-responsibility .baby-album-item .baby-thumb picture {
  width: 100%;
  height: 100%;
}
.services.maternity .baby-album-item .baby-thumb picture img,
.surgical-center .baby-album-item .baby-thumb picture img,
.social-responsibility .baby-album-item .baby-thumb picture img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: center;
  -o-object-position: center;
}
.services.maternity .baby-album-item .baby-body,
.surgical-center .baby-album-item .baby-body,
.social-responsibility .baby-album-item .baby-body {
  padding: 25px 40px;
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
  background-color: #efd2c5;
}
.services.maternity .baby-album-item .baby-body h3,
.surgical-center .baby-album-item .baby-body h3,
.social-responsibility .baby-album-item .baby-body h3 {
  font-family: "avenir_next_lt_probold";
  font-size: 30px;
  font-size: 30px;
  line-height: 30px;
  color: #253a46;
  position: relative;
  margin-bottom: 0;
  text-transform: uppercase;
}
@media (max-width: 1366px) {
  .services.maternity .baby-album-item .baby-body h3,
  .surgical-center .baby-album-item .baby-body h3,
  .social-responsibility .baby-album-item .baby-body h3 {
    font-size: calc(30px * 0.95);
  }
}
@media (max-width: 1100px) {
  .services.maternity .baby-album-item .baby-body h3,
  .surgical-center .baby-album-item .baby-body h3,
  .social-responsibility .baby-album-item .baby-body h3 {
    font-size: calc(30px * 0.9);
  }
}
@media (max-width: 900px) {
  .services.maternity .baby-album-item .baby-body h3,
  .surgical-center .baby-album-item .baby-body h3,
  .social-responsibility .baby-album-item .baby-body h3 {
    font-size: calc(30px * 0.85);
  }
}
@media (max-width: 600px) {
  .services.maternity .baby-album-item .baby-body h3,
  .surgical-center .baby-album-item .baby-body h3,
  .social-responsibility .baby-album-item .baby-body h3 {
    font-size: calc(30px * 0.8);
  }
}
@media (max-width: 450px) {
  .services.maternity .baby-album-item .baby-body h3,
  .surgical-center .baby-album-item .baby-body h3,
  .social-responsibility .baby-album-item .baby-body h3 {
    font-size: calc(30px * 0.75);
  }
}
@media (max-width: 1000px) {
  .services.maternity .baby-album-item .baby-body h3,
  .surgical-center .baby-album-item .baby-body h3,
  .social-responsibility .baby-album-item .baby-body h3 {
    padding: 15px 20px;
  }
}
.services.maternity .gray-bg,
.surgical-center .gray-bg,
.social-responsibility .gray-bg {
  background-color: #ededed;
  padding: 40px 0;
}

.surgical-center .header-page.gray-bg {
  margin-bottom: 0;
}
.surgical-center .unity-slider .structure-featured {
  width: 100%;
  margin-top: 80px;
  margin-top: 80px;
}
@media (max-width: 1366px) {
  .surgical-center .unity-slider .structure-featured {
    margin-top: 64px;
  }
}
@media (max-width: 1100px) {
  .surgical-center .unity-slider .structure-featured {
    margin-top: 51.2px;
  }
}
@media (max-width: 900px) {
  .surgical-center .unity-slider .structure-featured {
    margin-top: 40.96px;
  }
}
@media (max-width: 600px) {
  .surgical-center .unity-slider .structure-featured {
    margin-top: 32.768px;
  }
}
@media (max-width: 450px) {
  .surgical-center .unity-slider .structure-featured {
    margin-top: 22.9376px;
  }
}
.surgical-center .unity-slider .structure-featured ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-flow: row wrap;
  align-items: center;
  gap: 15px 40px;
}
@media (max-width: 800px) {
  .surgical-center .unity-slider .structure-featured ul {
    gap: 20px;
  }
}
.surgical-center .unity-slider .structure-featured ul li {
  text-align: center;
  width: calc((100% - 80px) / 3);
  max-width: 525px;
  text-align: left;
}
@media (max-width: 900px) {
  .surgical-center .unity-slider .structure-featured ul li {
    flex: 1 1 calc((100% - 40px) / 2);
    max-width: 50%;
  }
}
@media (max-width: 550px) {
  .surgical-center .unity-slider .structure-featured ul li {
    flex: 1 1 100%;
    max-width: 100%;
    margin-right: 0 !important;
  }
}
@media (max-width: 1200px) {
  .surgical-center .unity-slider .structure-featured ul li h3 {
    font-size: 20px !important;
  }
}
.surgical-center .fisio-section {
  width: 100%;
  padding: 40px 0;
}
.surgical-center .btn {
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
  background-color: #00746f;
  display: table;
  text-align: center;
  padding: 20px 40px;
  border: none;
  cursor: pointer;
  max-width: 100%;
  margin: 0 auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 600px) {
  .surgical-center .btn {
    padding: 15px 40px;
  }
}
.surgical-center .btn strong {
  color: #ffffff;
  font-family: "avenir_next_lt_probold";
  font-size: 27px;
  font-size: 27px;
  text-align: center;
}
@media (max-width: 1366px) {
  .surgical-center .btn strong {
    font-size: calc(27px * 0.95);
  }
}
@media (max-width: 1100px) {
  .surgical-center .btn strong {
    font-size: calc(27px * 0.9);
  }
}
@media (max-width: 900px) {
  .surgical-center .btn strong {
    font-size: calc(27px * 0.85);
  }
}
@media (max-width: 600px) {
  .surgical-center .btn strong {
    font-size: calc(27px * 0.8);
  }
}
@media (max-width: 450px) {
  .surgical-center .btn strong {
    font-size: calc(27px * 0.75);
  }
}
@media (max-width: 650px) {
  .surgical-center .btn strong {
    letter-spacing: normal;
  }
}
.surgical-center .btn:hover {
  opacity: 0.6;
}
.surgical-center .uti-section {
  background-color: #ffffff;
}

.social-responsibility .text-image-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 800px) {
  .social-responsibility .text-image-wrapper {
    flex-direction: column;
    gap: 20px;
  }
}
.social-responsibility .text-image-wrapper .editor-content-service {
  width: 70%;
  padding-right: 40px;
}
@media (max-width: 800px) {
  .social-responsibility .text-image-wrapper .editor-content-service {
    width: 100%;
    padding: 0;
  }
}
.social-responsibility .text-image-wrapper .editor-content-service li p {
  margin-bottom: 5px;
}
.social-responsibility .text-image-wrapper .midia {
  width: 30%;
  position: relative;
  overflow: hidden;
  border: 1px solid #f6c447;
  padding: 5px;
  border-bottom-left-radius: 50px;
  border-top-right-radius: 50px;
}
@media (max-width: 550px) {
  .social-responsibility .text-image-wrapper .midia {
    margin-bottom: 10px;
  }
}
@media (max-width: 800px) {
  .social-responsibility .text-image-wrapper .midia {
    width: 100%;
    padding: 0;
    max-width: 420px;
  }
}
.social-responsibility .text-image-wrapper .midia picture {
  width: 100%;
  display: block;
  overflow: hidden;
  border-bottom-left-radius: 50px;
  border-top-right-radius: 50px;
  overflow: hidden;
}
.social-responsibility .text-image-wrapper .midia picture img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: center;
  -o-object-position: center;
  height: 395px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 1400px) {
  .social-responsibility .text-image-wrapper .midia picture img {
    height: 300px;
  }
}
@media (max-width: 1200px) {
  .social-responsibility .text-image-wrapper .midia picture img {
    height: 260px;
  }
}
.social-responsibility .text-list-item {
  background-color: #ffffff;
}

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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

/*
  Centraliza
*/
/*
Calculo automatico da largura
*/
/*
Margins e paddins responsivos
*/
/*
Font size responsiva para titulos. De 33 a 999;
*/
/*
Font size responsiva para subtitulos. De 24 a 32;
*/
/*
Font size responsiva para paragrafo. De 18 a 24;
*/
.portal .editor-content-about h2,
.portal .text-list-item h2 {
  font-size: 32px;
  font-size: 32px;
  font-family: "avenir_next_lt_probold";
  margin-bottom: 30px;
  color: #253a46;
}
@media (max-width: 1366px) {
  .portal .editor-content-about h2,
  .portal .text-list-item h2 {
    font-size: calc(32px * 0.95);
  }
}
@media (max-width: 1100px) {
  .portal .editor-content-about h2,
  .portal .text-list-item h2 {
    font-size: calc(32px * 0.9);
  }
}
@media (max-width: 900px) {
  .portal .editor-content-about h2,
  .portal .text-list-item h2 {
    font-size: calc(32px * 0.85);
  }
}
@media (max-width: 600px) {
  .portal .editor-content-about h2,
  .portal .text-list-item h2 {
    font-size: calc(32px * 0.8);
  }
}
@media (max-width: 450px) {
  .portal .editor-content-about h2,
  .portal .text-list-item h2 {
    font-size: calc(32px * 0.75);
  }
}
.portal .editor-content-about p,
.portal .text-list-item p {
  font-family: "avenir_next_lt_prodemi";
  font-size: 27px;
  font-size: 27px;
  text-align: left;
  color: #253a46;
  margin-bottom: 30px;
  text-align: justify;
  line-height: 140%;
}
@media (max-width: 1366px) {
  .portal .editor-content-about p,
  .portal .text-list-item p {
    font-size: calc(27px * 0.95);
  }
}
@media (max-width: 1100px) {
  .portal .editor-content-about p,
  .portal .text-list-item p {
    font-size: calc(27px * 0.9);
  }
}
@media (max-width: 900px) {
  .portal .editor-content-about p,
  .portal .text-list-item p {
    font-size: calc(27px * 0.85);
  }
}
@media (max-width: 600px) {
  .portal .editor-content-about p,
  .portal .text-list-item p {
    font-size: calc(27px * 0.8);
  }
}
@media (max-width: 450px) {
  .portal .editor-content-about p,
  .portal .text-list-item p {
    font-size: calc(27px * 0.75);
  }
}
.portal .editor-content-about p strong,
.portal .text-list-item p strong {
  font-family: "avenir_next_lt_probold";
  font-size: 27px;
  font-size: 27px;
  text-align: left;
  color: #253a46;
}
@media (max-width: 1366px) {
  .portal .editor-content-about p strong,
  .portal .text-list-item p strong {
    font-size: calc(27px * 0.95);
  }
}
@media (max-width: 1100px) {
  .portal .editor-content-about p strong,
  .portal .text-list-item p strong {
    font-size: calc(27px * 0.9);
  }
}
@media (max-width: 900px) {
  .portal .editor-content-about p strong,
  .portal .text-list-item p strong {
    font-size: calc(27px * 0.85);
  }
}
@media (max-width: 600px) {
  .portal .editor-content-about p strong,
  .portal .text-list-item p strong {
    font-size: calc(27px * 0.8);
  }
}
@media (max-width: 450px) {
  .portal .editor-content-about p strong,
  .portal .text-list-item p strong {
    font-size: calc(27px * 0.75);
  }
}
.portal .editor-content-about h4,
.portal .text-list-item h4 {
  font-family: "avenir_next_lt_probold";
  font-size: 27px;
  font-size: 27px;
  text-align: left;
  color: #253a46;
  margin-bottom: 30px;
}
@media (max-width: 1366px) {
  .portal .editor-content-about h4,
  .portal .text-list-item h4 {
    font-size: calc(27px * 0.95);
  }
}
@media (max-width: 1100px) {
  .portal .editor-content-about h4,
  .portal .text-list-item h4 {
    font-size: calc(27px * 0.9);
  }
}
@media (max-width: 900px) {
  .portal .editor-content-about h4,
  .portal .text-list-item h4 {
    font-size: calc(27px * 0.85);
  }
}
@media (max-width: 600px) {
  .portal .editor-content-about h4,
  .portal .text-list-item h4 {
    font-size: calc(27px * 0.8);
  }
}
@media (max-width: 450px) {
  .portal .editor-content-about h4,
  .portal .text-list-item h4 {
    font-size: calc(27px * 0.75);
  }
}
.portal .editor-content-about .text-item,
.portal .text-list-item .text-item {
  width: 100%;
  display: block;
  margin-bottom: 60px;
}
@media (max-width: 600px) {
  .portal .editor-content-about .text-item,
  .portal .text-list-item .text-item {
    margin-bottom: 40px;
  }
}
.portal .gray-bg {
  background-color: #ededed;
  padding: 40px 0;
}
.portal .btn {
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
  background-color: #c05d24;
  display: table;
  padding: 20px 40px;
  border: none;
  cursor: pointer;
  max-width: 100%;
  margin-bottom: 30px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 600px) {
  .portal .btn {
    padding: 15px 40px;
  }
}
.portal .btn strong {
  color: #253a46;
  font-family: "avenir_next_lt_probold";
  font-size: 27px;
  font-size: 27px;
  text-align: center;
}
@media (max-width: 1366px) {
  .portal .btn strong {
    font-size: calc(27px * 0.95);
  }
}
@media (max-width: 1100px) {
  .portal .btn strong {
    font-size: calc(27px * 0.9);
  }
}
@media (max-width: 900px) {
  .portal .btn strong {
    font-size: calc(27px * 0.85);
  }
}
@media (max-width: 600px) {
  .portal .btn strong {
    font-size: calc(27px * 0.8);
  }
}
@media (max-width: 450px) {
  .portal .btn strong {
    font-size: calc(27px * 0.75);
  }
}
@media (max-width: 650px) {
  .portal .btn strong {
    letter-spacing: normal;
  }
}
.portal .btn:hover {
  opacity: 0.6;
}
.portal .exams-info {
  width: 100%;
  background-color: #ededed;
  padding: 80px 0;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 1366px) {
  .portal .exams-info {
    padding-top: 64px;
  }
}
@media (max-width: 1100px) {
  .portal .exams-info {
    padding-top: 51.2px;
  }
}
@media (max-width: 900px) {
  .portal .exams-info {
    padding-top: 40.96px;
  }
}
@media (max-width: 600px) {
  .portal .exams-info {
    padding-top: 32.768px;
  }
}
@media (max-width: 450px) {
  .portal .exams-info {
    padding-top: 22.9376px;
  }
}
@media (max-width: 1366px) {
  .portal .exams-info {
    padding-bottom: 64px;
  }
}
@media (max-width: 1100px) {
  .portal .exams-info {
    padding-bottom: 51.2px;
  }
}
@media (max-width: 900px) {
  .portal .exams-info {
    padding-bottom: 40.96px;
  }
}
@media (max-width: 600px) {
  .portal .exams-info {
    padding-bottom: 32.768px;
  }
}
@media (max-width: 450px) {
  .portal .exams-info {
    padding-bottom: 22.9376px;
  }
}
.portal .exams-info h2 {
  font-size: 32px;
  font-family: "avenir_next_lt_probold";
  margin-bottom: 30px;
  color: #253a46;
  font-size: 32px;
}
@media (max-width: 1366px) {
  .portal .exams-info h2 {
    font-size: calc(32px * 0.95);
  }
}
@media (max-width: 1100px) {
  .portal .exams-info h2 {
    font-size: calc(32px * 0.9);
  }
}
@media (max-width: 900px) {
  .portal .exams-info h2 {
    font-size: calc(32px * 0.85);
  }
}
@media (max-width: 600px) {
  .portal .exams-info h2 {
    font-size: calc(32px * 0.8);
  }
}
@media (max-width: 450px) {
  .portal .exams-info h2 {
    font-size: calc(32px * 0.75);
  }
}
.portal .exams-info p {
  font-family: "avenir_next_lt_prodemi";
  font-size: 27px;
  font-size: 27px;
  text-align: left;
  color: #253a46;
  text-align: justify;
  line-height: 140%;
}
@media (max-width: 1366px) {
  .portal .exams-info p {
    font-size: calc(27px * 0.95);
  }
}
@media (max-width: 1100px) {
  .portal .exams-info p {
    font-size: calc(27px * 0.9);
  }
}
@media (max-width: 900px) {
  .portal .exams-info p {
    font-size: calc(27px * 0.85);
  }
}
@media (max-width: 600px) {
  .portal .exams-info p {
    font-size: calc(27px * 0.8);
  }
}
@media (max-width: 450px) {
  .portal .exams-info p {
    font-size: calc(27px * 0.75);
  }
}
.portal .exams-info p strong {
  font-family: "avenir_next_lt_probold";
  font-size: 27px;
  font-size: 27px;
  text-align: left;
  color: #253a46;
}
@media (max-width: 1366px) {
  .portal .exams-info p strong {
    font-size: calc(27px * 0.95);
  }
}
@media (max-width: 1100px) {
  .portal .exams-info p strong {
    font-size: calc(27px * 0.9);
  }
}
@media (max-width: 900px) {
  .portal .exams-info p strong {
    font-size: calc(27px * 0.85);
  }
}
@media (max-width: 600px) {
  .portal .exams-info p strong {
    font-size: calc(27px * 0.8);
  }
}
@media (max-width: 450px) {
  .portal .exams-info p strong {
    font-size: calc(27px * 0.75);
  }
}
.portal .exams-info ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 60px 120px;
  align-items: stretch;
}
@media (max-width: 1250px) {
  .portal .exams-info ul {
    gap: 60px 60px;
  }
}
@media (max-width: 1050px) {
  .portal .exams-info ul {
    gap: 40px;
  }
}
.portal .exams-info ul li {
  width: calc((100% - 120px) / 2);
  max-width: 730px;
  display: flex;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1250px) {
  .portal .exams-info ul li {
    width: calc((100% - 60px) / 2);
  }
}
@media (max-width: 1050px) {
  .portal .exams-info ul li {
    width: calc((100% - 40px) / 2);
  }
}
@media (max-width: 900px) {
  .portal .exams-info ul li {
    width: 100%;
    max-width: 100%;
    margin-right: 0 !important;
  }
}
.portal .exams-info ul li .exams-info-thumb {
  position: absolute;
  top: 0;
  left: 0;
}
.portal .exams-info ul li .exams-info-thumb img {
  display: block;
  max-width: 100%;
}
@media (max-width: 1250px) {
  .portal .exams-info ul li .exams-info-thumb {
    max-width: 120px;
  }
}
@media (max-width: 1050px) {
  .portal .exams-info ul li .exams-info-thumb {
    max-width: 90px;
  }
}
.portal .exams-info ul li .exams-info-body {
  margin-left: 50px;
  margin-top: 50px;
  padding: 30px 30px 30px 120px;
  background-color: #253a46;
  width: 100%;
  display: table;
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
}
@media (max-width: 1250px) {
  .portal .exams-info ul li .exams-info-body {
    margin-left: 30px;
    margin-top: 30px;
    padding: 20px 20px 20px 110px;
  }
}
@media (max-width: 1050px) {
  .portal .exams-info ul li .exams-info-body {
    margin-left: 20px;
    margin-top: 20px;
    padding: 20px 20px 20px 80px;
  }
}
.portal .exams-info ul li .exams-info-body h3 {
  font-size: 26px;
  font-size: 26px;
  font-family: "avenir_next_lt_probold";
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 1366px) {
  .portal .exams-info ul li .exams-info-body h3 {
    font-size: calc(26px * 0.95);
  }
}
@media (max-width: 1100px) {
  .portal .exams-info ul li .exams-info-body h3 {
    font-size: calc(26px * 0.9);
  }
}
@media (max-width: 900px) {
  .portal .exams-info ul li .exams-info-body h3 {
    font-size: calc(26px * 0.85);
  }
}
@media (max-width: 600px) {
  .portal .exams-info ul li .exams-info-body h3 {
    font-size: calc(26px * 0.8);
  }
}
@media (max-width: 450px) {
  .portal .exams-info ul li .exams-info-body h3 {
    font-size: calc(26px * 0.75);
  }
}
.portal .exams-info ul li .exams-info-body p,
.portal .exams-info ul li .exams-info-body a {
  font-family: "avenir_next_lt_prodemi";
  font-size: 20px;
  font-size: 20px;
  text-align: left;
  color: #ffffff;
  text-align: justify;
}
@media (max-width: 1366px) {
  .portal .exams-info ul li .exams-info-body p,
  .portal .exams-info ul li .exams-info-body a {
    font-size: calc(20px * 0.95);
  }
}
@media (max-width: 1100px) {
  .portal .exams-info ul li .exams-info-body p,
  .portal .exams-info ul li .exams-info-body a {
    font-size: calc(20px * 0.9);
  }
}
@media (max-width: 900px) {
  .portal .exams-info ul li .exams-info-body p,
  .portal .exams-info ul li .exams-info-body a {
    font-size: calc(20px * 0.85);
  }
}
@media (max-width: 600px) {
  .portal .exams-info ul li .exams-info-body p,
  .portal .exams-info ul li .exams-info-body a {
    font-size: calc(20px * 0.8);
  }
}
@media (max-width: 450px) {
  .portal .exams-info ul li .exams-info-body p,
  .portal .exams-info ul li .exams-info-body a {
    font-size: calc(20px * 0.75);
  }
}
.portal .exams-info ul li .exams-info-body p strong,
.portal .exams-info ul li .exams-info-body a strong {
  font-family: "avenir_next_lt_probold";
  font-size: 20px;
  font-size: 20px;
  text-align: left;
  color: #ffffff;
  text-align: justify;
}
@media (max-width: 1366px) {
  .portal .exams-info ul li .exams-info-body p strong,
  .portal .exams-info ul li .exams-info-body a strong {
    font-size: calc(20px * 0.95);
  }
}
@media (max-width: 1100px) {
  .portal .exams-info ul li .exams-info-body p strong,
  .portal .exams-info ul li .exams-info-body a strong {
    font-size: calc(20px * 0.9);
  }
}
@media (max-width: 900px) {
  .portal .exams-info ul li .exams-info-body p strong,
  .portal .exams-info ul li .exams-info-body a strong {
    font-size: calc(20px * 0.85);
  }
}
@media (max-width: 600px) {
  .portal .exams-info ul li .exams-info-body p strong,
  .portal .exams-info ul li .exams-info-body a strong {
    font-size: calc(20px * 0.8);
  }
}
@media (max-width: 450px) {
  .portal .exams-info ul li .exams-info-body p strong,
  .portal .exams-info ul li .exams-info-body a strong {
    font-size: calc(20px * 0.75);
  }
}
.portal .text-list-item {
  width: 100%;
  background-color: #ffffff;
  padding: 80px 0;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 1366px) {
  .portal .text-list-item {
    padding-top: 64px;
  }
}
@media (max-width: 1100px) {
  .portal .text-list-item {
    padding-top: 51.2px;
  }
}
@media (max-width: 900px) {
  .portal .text-list-item {
    padding-top: 40.96px;
  }
}
@media (max-width: 600px) {
  .portal .text-list-item {
    padding-top: 32.768px;
  }
}
@media (max-width: 450px) {
  .portal .text-list-item {
    padding-top: 22.9376px;
  }
}
@media (max-width: 1366px) {
  .portal .text-list-item {
    padding-bottom: 64px;
  }
}
@media (max-width: 1100px) {
  .portal .text-list-item {
    padding-bottom: 51.2px;
  }
}
@media (max-width: 900px) {
  .portal .text-list-item {
    padding-bottom: 40.96px;
  }
}
@media (max-width: 600px) {
  .portal .text-list-item {
    padding-bottom: 32.768px;
  }
}
@media (max-width: 450px) {
  .portal .text-list-item {
    padding-bottom: 22.9376px;
  }
}
.portal .text-list-item .btn {
  background-color: #f6c447;
}
.portal .text-list-item .text-item {
  margin-bottom: 0;
}
.portal .text-list-item .text-item p:last-child {
  margin-bottom: 0;
}

.portal.portal-time .warning {
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
  display: table;
  padding: 15px 20px;
  border: 2px solid #253a46;
  font-size: 24px;
}
@media (max-width: 1366px) {
  .portal.portal-time .warning {
    font-size: calc(24px * 0.95);
  }
}
@media (max-width: 1100px) {
  .portal.portal-time .warning {
    font-size: calc(24px * 0.9);
  }
}
@media (max-width: 900px) {
  .portal.portal-time .warning {
    font-size: calc(24px * 0.85);
  }
}
@media (max-width: 600px) {
  .portal.portal-time .warning {
    font-size: calc(24px * 0.8);
  }
}
@media (max-width: 450px) {
  .portal.portal-time .warning {
    font-size: calc(24px * 0.75);
  }
}
.portal.portal-time .text-fatured {
  margin-bottom: 30px;
}
.portal.portal-time .text-fatured .text-fatured-box {
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
  display: table;
  padding: 30px 50px;
  font-size: 24px;
}
@media (max-width: 1366px) {
  .portal.portal-time .text-fatured .text-fatured-box {
    font-size: calc(24px * 0.95);
  }
}
@media (max-width: 1100px) {
  .portal.portal-time .text-fatured .text-fatured-box {
    font-size: calc(24px * 0.9);
  }
}
@media (max-width: 900px) {
  .portal.portal-time .text-fatured .text-fatured-box {
    font-size: calc(24px * 0.85);
  }
}
@media (max-width: 600px) {
  .portal.portal-time .text-fatured .text-fatured-box {
    font-size: calc(24px * 0.8);
  }
}
@media (max-width: 450px) {
  .portal.portal-time .text-fatured .text-fatured-box {
    font-size: calc(24px * 0.75);
  }
}
.portal.portal-time .text-fatured .text-fatured-box.pink-bg {
  background-color: #efd2c5;
}
.portal.portal-time .text-fatured .text-fatured-box.blue-bg {
  background-color: #253a46;
}
.portal.portal-time .text-fatured .text-fatured-box.blue-bg p,
.portal.portal-time .text-fatured .text-fatured-box.blue-bg h2 {
  color: #ffffff;
}
.portal.portal-time .text-fatured .text-fatured-box.green-bg {
  background-color: #00746f;
}
.portal.portal-time .text-fatured .text-fatured-box.green-bg p,
.portal.portal-time .text-fatured .text-fatured-box.green-bg h2 {
  color: #ffffff;
}
.portal.portal-time .text-fatured .text-fatured-box.orange-bg {
  background-color: #c05d24;
}
.portal.portal-time .text-fatured .text-fatured-box.orange-bg p,
.portal.portal-time .text-fatured .text-fatured-box.orange-bg h2 {
  color: #ffffff;
}
.portal.portal-time .text-fatured .text-fatured-box.yellow-bg {
  background-color: #f6c447;
}
.portal.portal-time .text-fatured .text-fatured-box h2 {
  font-size: 32px;
  font-size: 32px;
  font-family: "avenir_next_lt_probold";
  margin-bottom: 5px;
  color: #253a46;
}
@media (max-width: 1366px) {
  .portal.portal-time .text-fatured .text-fatured-box h2 {
    font-size: calc(32px * 0.95);
  }
}
@media (max-width: 1100px) {
  .portal.portal-time .text-fatured .text-fatured-box h2 {
    font-size: calc(32px * 0.9);
  }
}
@media (max-width: 900px) {
  .portal.portal-time .text-fatured .text-fatured-box h2 {
    font-size: calc(32px * 0.85);
  }
}
@media (max-width: 600px) {
  .portal.portal-time .text-fatured .text-fatured-box h2 {
    font-size: calc(32px * 0.8);
  }
}
@media (max-width: 450px) {
  .portal.portal-time .text-fatured .text-fatured-box h2 {
    font-size: calc(32px * 0.75);
  }
}
.portal.portal-time .text-fatured .text-fatured-box p {
  font-family: "avenir_next_lt_prodemi";
  font-size: 27px;
  font-size: 27px;
  text-align: left;
  color: #253a46;
  margin-bottom: 0;
}
@media (max-width: 1366px) {
  .portal.portal-time .text-fatured .text-fatured-box p {
    font-size: calc(27px * 0.95);
  }
}
@media (max-width: 1100px) {
  .portal.portal-time .text-fatured .text-fatured-box p {
    font-size: calc(27px * 0.9);
  }
}
@media (max-width: 900px) {
  .portal.portal-time .text-fatured .text-fatured-box p {
    font-size: calc(27px * 0.85);
  }
}
@media (max-width: 600px) {
  .portal.portal-time .text-fatured .text-fatured-box p {
    font-size: calc(27px * 0.8);
  }
}
@media (max-width: 450px) {
  .portal.portal-time .text-fatured .text-fatured-box p {
    font-size: calc(27px * 0.75);
  }
}
.portal.portal-time .text-fatured .warning {
  margin-top: 20px;
}
.portal.portal-time .text-list-item {
  background-color: #ededed;
  margin-bottom: 0;
}
.portal.portal-time .text-list-item .text-featured-list {
  display: flex;
  gap: 120px;
}
@media (max-width: 1000px) {
  .portal.portal-time .text-list-item .text-featured-list {
    gap: 40px;
  }
}
@media (max-width: 600px) {
  .portal.portal-time .text-list-item .text-featured-list {
    flex-direction: column;
  }
}
.portal.portal-time .text-list-item .text-featured-list .text-fatured-box {
  flex: 1;
}
.portal.portal-time .not-permitted-list {
  margin: 0 auto;
  display: table;
  max-width: 100%;
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
  display: table;
  padding: 30px 50px;
  border: 2px solid #253a46;
}
@media (max-width: 800px) {
  .portal.portal-time .not-permitted-list {
    padding: 20px 30px;
  }
}
.portal.portal-time .not-permitted-list h2 {
  text-transform: uppercase;
  text-align: center;
}
.portal.portal-time .not-permitted-list ul {
  display: flex;
  gap: 40px;
}
@media (max-width: 1000px) {
  .portal.portal-time .not-permitted-list ul {
    gap: 20px;
  }
}
.portal.portal-time .not-permitted-list ul img {
  display: block;
  width: 100%;
  max-width: 110px;
}

.portal.portal-patient .patient-info {
  width: 100%;
  padding: 80px 0;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 1366px) {
  .portal.portal-patient .patient-info {
    padding-top: 32px;
  }
}
@media (max-width: 1100px) {
  .portal.portal-patient .patient-info {
    padding-top: 25.6px;
  }
}
@media (max-width: 900px) {
  .portal.portal-patient .patient-info {
    padding-top: 20.48px;
  }
}
@media (max-width: 600px) {
  .portal.portal-patient .patient-info {
    padding-top: 16.384px;
  }
}
@media (max-width: 450px) {
  .portal.portal-patient .patient-info {
    padding-top: 11.4688px;
  }
}
@media (max-width: 1366px) {
  .portal.portal-patient .patient-info {
    padding-bottom: 32px;
  }
}
@media (max-width: 1100px) {
  .portal.portal-patient .patient-info {
    padding-bottom: 25.6px;
  }
}
@media (max-width: 900px) {
  .portal.portal-patient .patient-info {
    padding-bottom: 20.48px;
  }
}
@media (max-width: 600px) {
  .portal.portal-patient .patient-info {
    padding-bottom: 16.384px;
  }
}
@media (max-width: 450px) {
  .portal.portal-patient .patient-info {
    padding-bottom: 11.4688px;
  }
}
.portal.portal-patient .patient-info h2 {
  font-size: 32px;
  font-size: 32px;
  font-family: "avenir_next_lt_probold";
  margin-bottom: 30px;
  color: #253a46;
}
@media (max-width: 1366px) {
  .portal.portal-patient .patient-info h2 {
    font-size: calc(32px * 0.95);
  }
}
@media (max-width: 1100px) {
  .portal.portal-patient .patient-info h2 {
    font-size: calc(32px * 0.9);
  }
}
@media (max-width: 900px) {
  .portal.portal-patient .patient-info h2 {
    font-size: calc(32px * 0.85);
  }
}
@media (max-width: 600px) {
  .portal.portal-patient .patient-info h2 {
    font-size: calc(32px * 0.8);
  }
}
@media (max-width: 450px) {
  .portal.portal-patient .patient-info h2 {
    font-size: calc(32px * 0.75);
  }
}
.portal.portal-patient .patient-info ul {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: stretch;
}
.portal.portal-patient .patient-info ul li {
  width: calc((100% - 80px) / 3);
  padding: 40px;
  border: 1px solid #f6c447;
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
}
@media (max-width: 800px) {
  .portal.portal-patient .patient-info ul li {
    flex: 1 1 calc((100% - 40px) / 2);
    max-width: 50%;
    padding: 20px;
  }
}
@media (max-width: 550px) {
  .portal.portal-patient .patient-info ul li {
    flex: 1 1 100%;
    max-width: 100%;
    margin-right: 0 !important;
  }
}
.portal.portal-patient .patient-info ul li .patient-info-thumb {
  max-width: 70px;
  margin: 0 auto;
  margin-bottom: 10px;
}
.portal.portal-patient .patient-info ul li .patient-info-thumb svg,
.portal.portal-patient .patient-info ul li .patient-info-thumb img {
  width: 100%;
  display: block;
}
.portal.portal-patient .patient-info ul li .patient-info-body h3 {
  font-size: 32px;
  font-size: 32px;
  font-family: "avenir_next_lt_probold";
  margin-bottom: 10px;
  color: #253a46;
}
@media (max-width: 1366px) {
  .portal.portal-patient .patient-info ul li .patient-info-body h3 {
    font-size: calc(32px * 0.95);
  }
}
@media (max-width: 1100px) {
  .portal.portal-patient .patient-info ul li .patient-info-body h3 {
    font-size: calc(32px * 0.9);
  }
}
@media (max-width: 900px) {
  .portal.portal-patient .patient-info ul li .patient-info-body h3 {
    font-size: calc(32px * 0.85);
  }
}
@media (max-width: 600px) {
  .portal.portal-patient .patient-info ul li .patient-info-body h3 {
    font-size: calc(32px * 0.8);
  }
}
@media (max-width: 450px) {
  .portal.portal-patient .patient-info ul li .patient-info-body h3 {
    font-size: calc(32px * 0.75);
  }
}
.portal.portal-patient .patient-info ul li .patient-info-body p,
.portal.portal-patient .patient-info ul li .patient-info-body a {
  font-family: "avenir_next_lt_prodemi";
  font-size: 20px;
  font-size: 20px;
  text-align: left;
  color: #253a46;
}
@media (max-width: 1366px) {
  .portal.portal-patient .patient-info ul li .patient-info-body p,
  .portal.portal-patient .patient-info ul li .patient-info-body a {
    font-size: calc(20px * 0.95);
  }
}
@media (max-width: 1100px) {
  .portal.portal-patient .patient-info ul li .patient-info-body p,
  .portal.portal-patient .patient-info ul li .patient-info-body a {
    font-size: calc(20px * 0.9);
  }
}
@media (max-width: 900px) {
  .portal.portal-patient .patient-info ul li .patient-info-body p,
  .portal.portal-patient .patient-info ul li .patient-info-body a {
    font-size: calc(20px * 0.85);
  }
}
@media (max-width: 600px) {
  .portal.portal-patient .patient-info ul li .patient-info-body p,
  .portal.portal-patient .patient-info ul li .patient-info-body a {
    font-size: calc(20px * 0.8);
  }
}
@media (max-width: 450px) {
  .portal.portal-patient .patient-info ul li .patient-info-body p,
  .portal.portal-patient .patient-info ul li .patient-info-body a {
    font-size: calc(20px * 0.75);
  }
}
.portal.portal-patient .patient-info ul li .patient-info-body p strong,
.portal.portal-patient .patient-info ul li .patient-info-body a strong {
  font-family: "avenir_next_lt_probold";
  font-size: 24px;
  font-size: 24px;
  text-align: left;
  color: #253a46;
}
@media (max-width: 1366px) {
  .portal.portal-patient .patient-info ul li .patient-info-body p strong,
  .portal.portal-patient .patient-info ul li .patient-info-body a strong {
    font-size: calc(24px * 0.95);
  }
}
@media (max-width: 1100px) {
  .portal.portal-patient .patient-info ul li .patient-info-body p strong,
  .portal.portal-patient .patient-info ul li .patient-info-body a strong {
    font-size: calc(24px * 0.9);
  }
}
@media (max-width: 900px) {
  .portal.portal-patient .patient-info ul li .patient-info-body p strong,
  .portal.portal-patient .patient-info ul li .patient-info-body a strong {
    font-size: calc(24px * 0.85);
  }
}
@media (max-width: 600px) {
  .portal.portal-patient .patient-info ul li .patient-info-body p strong,
  .portal.portal-patient .patient-info ul li .patient-info-body a strong {
    font-size: calc(24px * 0.8);
  }
}
@media (max-width: 450px) {
  .portal.portal-patient .patient-info ul li .patient-info-body p strong,
  .portal.portal-patient .patient-info ul li .patient-info-body a strong {
    font-size: calc(24px * 0.75);
  }
}

.portal.portal-alert .alert-info {
  width: 100%;
  padding: 80px 0;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 1366px) {
  .portal.portal-alert .alert-info {
    padding-top: 64px;
  }
}
@media (max-width: 1100px) {
  .portal.portal-alert .alert-info {
    padding-top: 51.2px;
  }
}
@media (max-width: 900px) {
  .portal.portal-alert .alert-info {
    padding-top: 40.96px;
  }
}
@media (max-width: 600px) {
  .portal.portal-alert .alert-info {
    padding-top: 32.768px;
  }
}
@media (max-width: 450px) {
  .portal.portal-alert .alert-info {
    padding-top: 22.9376px;
  }
}
@media (max-width: 1366px) {
  .portal.portal-alert .alert-info {
    padding-bottom: 64px;
  }
}
@media (max-width: 1100px) {
  .portal.portal-alert .alert-info {
    padding-bottom: 51.2px;
  }
}
@media (max-width: 900px) {
  .portal.portal-alert .alert-info {
    padding-bottom: 40.96px;
  }
}
@media (max-width: 600px) {
  .portal.portal-alert .alert-info {
    padding-bottom: 32.768px;
  }
}
@media (max-width: 450px) {
  .portal.portal-alert .alert-info {
    padding-bottom: 22.9376px;
  }
}
.portal.portal-alert .alert-info h2 {
  font-size: 32px;
  font-size: 32px;
  font-family: "avenir_next_lt_probold";
  margin-bottom: 30px;
  color: #253a46;
}
@media (max-width: 1366px) {
  .portal.portal-alert .alert-info h2 {
    font-size: calc(32px * 0.95);
  }
}
@media (max-width: 1100px) {
  .portal.portal-alert .alert-info h2 {
    font-size: calc(32px * 0.9);
  }
}
@media (max-width: 900px) {
  .portal.portal-alert .alert-info h2 {
    font-size: calc(32px * 0.85);
  }
}
@media (max-width: 600px) {
  .portal.portal-alert .alert-info h2 {
    font-size: calc(32px * 0.8);
  }
}
@media (max-width: 450px) {
  .portal.portal-alert .alert-info h2 {
    font-size: calc(32px * 0.75);
  }
}
.portal.portal-alert .alert-info ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px 90px;
  align-items: center;
}
.portal.portal-alert .alert-info ul li {
  width: calc((100% - 90px) / 2);
  height: 120px;
  position: relative;
  display: flex;
  align-items: stretch;
}
@media (max-width: 900px) {
  .portal.portal-alert .alert-info ul li {
    width: 100%;
    max-width: 100%;
    margin-right: 0 !important;
  }
}
.portal.portal-alert .alert-info ul li.alert-red .alert-info-body {
  background-color: #eb635e;
}
.portal.portal-alert .alert-info ul li.alert-purple .alert-info-body {
  background-color: #8355f3;
}
.portal.portal-alert .alert-info ul li.alert-yellow .alert-info-body {
  background-color: #f8dd4b;
}
.portal.portal-alert .alert-info ul li.alert-green .alert-info-body {
  background-color: #93d667;
}
.portal.portal-alert .alert-info ul li.alert-blue .alert-info-body {
  background-color: #60b2f8;
}
.portal.portal-alert .alert-info ul li.alert-brown .alert-info-body {
  background-color: #f7b866;
}
.portal.portal-alert .alert-info ul li .alert-info-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  height: 120px;
}
.portal.portal-alert .alert-info ul li .alert-info-thumb svg,
.portal.portal-alert .alert-info ul li .alert-info-thumb img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: center;
  -o-object-position: center;
}
.portal.portal-alert .alert-info ul li .alert-info-body {
  margin-left: 60px;
  width: 100%;
  display: flex;
  align-items: center;
  padding-left: 80px;
}
.portal.portal-alert .alert-info ul li .alert-info-body p,
.portal.portal-alert .alert-info ul li .alert-info-body a {
  font-family: "avenir_next_lt_prodemi";
  font-size: 24px;
  font-size: 24px;
  text-align: left;
  color: #ffffff;
}
@media (max-width: 1366px) {
  .portal.portal-alert .alert-info ul li .alert-info-body p,
  .portal.portal-alert .alert-info ul li .alert-info-body a {
    font-size: calc(24px * 0.95);
  }
}
@media (max-width: 1100px) {
  .portal.portal-alert .alert-info ul li .alert-info-body p,
  .portal.portal-alert .alert-info ul li .alert-info-body a {
    font-size: calc(24px * 0.9);
  }
}
@media (max-width: 900px) {
  .portal.portal-alert .alert-info ul li .alert-info-body p,
  .portal.portal-alert .alert-info ul li .alert-info-body a {
    font-size: calc(24px * 0.85);
  }
}
@media (max-width: 600px) {
  .portal.portal-alert .alert-info ul li .alert-info-body p,
  .portal.portal-alert .alert-info ul li .alert-info-body a {
    font-size: calc(24px * 0.8);
  }
}
@media (max-width: 450px) {
  .portal.portal-alert .alert-info ul li .alert-info-body p,
  .portal.portal-alert .alert-info ul li .alert-info-body a {
    font-size: calc(24px * 0.75);
  }
}
.portal.portal-alert .alert-info ul li .alert-info-body p strong,
.portal.portal-alert .alert-info ul li .alert-info-body a strong {
  font-family: "avenir_next_lt_probold";
  font-size: 24px;
  font-size: 24px;
  text-align: left;
  color: #253a46;
}
@media (max-width: 1366px) {
  .portal.portal-alert .alert-info ul li .alert-info-body p strong,
  .portal.portal-alert .alert-info ul li .alert-info-body a strong {
    font-size: calc(24px * 0.95);
  }
}
@media (max-width: 1100px) {
  .portal.portal-alert .alert-info ul li .alert-info-body p strong,
  .portal.portal-alert .alert-info ul li .alert-info-body a strong {
    font-size: calc(24px * 0.9);
  }
}
@media (max-width: 900px) {
  .portal.portal-alert .alert-info ul li .alert-info-body p strong,
  .portal.portal-alert .alert-info ul li .alert-info-body a strong {
    font-size: calc(24px * 0.85);
  }
}
@media (max-width: 600px) {
  .portal.portal-alert .alert-info ul li .alert-info-body p strong,
  .portal.portal-alert .alert-info ul li .alert-info-body a strong {
    font-size: calc(24px * 0.8);
  }
}
@media (max-width: 450px) {
  .portal.portal-alert .alert-info ul li .alert-info-body p strong,
  .portal.portal-alert .alert-info ul li .alert-info-body a strong {
    font-size: calc(24px * 0.75);
  }
}

.portal.portal-experience ul li {
  max-width: 100%;
  display: table;
  margin-bottom: 15px;
  padding: 15px 30px;
  border: 1px solid #00746f;
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
}
@media (max-width: 600px) {
  .portal.portal-experience ul li {
    width: 100%;
    max-width: 100%;
    margin-right: 0 !important;
  }
}
.portal.portal-experience ul li p,
.portal.portal-experience ul li a {
  font-family: "avenir_next_lt_probold";
  font-size: 30px;
  font-size: 30px;
  text-align: left;
  color: #00746f;
  margin-bottom: 0;
}
@media (max-width: 1366px) {
  .portal.portal-experience ul li p,
  .portal.portal-experience ul li a {
    font-size: calc(30px * 0.95);
  }
}
@media (max-width: 1100px) {
  .portal.portal-experience ul li p,
  .portal.portal-experience ul li a {
    font-size: calc(30px * 0.9);
  }
}
@media (max-width: 900px) {
  .portal.portal-experience ul li p,
  .portal.portal-experience ul li a {
    font-size: calc(30px * 0.85);
  }
}
@media (max-width: 600px) {
  .portal.portal-experience ul li p,
  .portal.portal-experience ul li a {
    font-size: calc(30px * 0.8);
  }
}
@media (max-width: 450px) {
  .portal.portal-experience ul li p,
  .portal.portal-experience ul li a {
    font-size: calc(30px * 0.75);
  }
}

.contact .text-image-wrapper {
  align-items: flex-start !important;
}
.contact ul li {
  margin-bottom: 20px;
}
.contact ul li p strong {
  font-size: 20px !important;
}
.contact ul li p {
  font-size: 18px !important;
  font-family: "avenir_next_lt_proregular" !important;
}
.contact ul li a {
  font-size: 18px !important;
  font-family: "avenir_next_lt_prodemi" !important;
  text-align: left;
  color: #253a46;
  line-height: 140%;
}
.contact ul li a:hover {
  opacity: 0.6;
}

.form {
  max-width: 60%;
}
@media (max-width: 800px) {
  .form {
    max-width: 100%;
  }
}
.form .contact-form {
  display: flex;
  flex-wrap: wrap;
}
.form .input-double {
  width: 48.5%;
  margin-right: 3%;
  margin-bottom: 20px;
}
.form .input-double:nth-of-type(2n + 1) {
  margin-right: 0;
}
@media (max-width: 600px) {
  .form .input-double {
    width: 100%;
    margin: 0;
    margin-bottom: 15px;
  }
}
.form .input-one {
  width: 100%;
  clear: both;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .form .input-one {
    width: 100%;
    margin: 0;
    margin-bottom: 15px;
  }
}
.form p {
  margin-bottom: 0 !important;
}
.form br {
  display: none !important;
}
.form label {
  color: #253a46;
  font-feature-settings: "liga" off, "clig" off;
  font-size: 18px;
  font-style: normal;
  line-height: normal;
  font-family: "avenir_next_lt_prodemi" !important;
  margin-bottom: 5px;
  display: block;
}
.form input[type=text],
.form input[type=email],
.form input[type=number],
.form input[type=tel],
.form input[type=file],
.form input[type=date],
.form textarea,
.form select {
  border: 2px solid #253a46;
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  background: #fff;
  width: 100%;
  height: 60px;
  padding: 15px 30px;
  color: #253a46;
  font-family: "avenir_next_lt_prodemi" !important;
  font-size: 18px;
  font-style: normal;
  line-height: 150%;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.form input[type=text]:focus, .form input[type=text]:hover,
.form input[type=email]:focus,
.form input[type=email]:hover,
.form input[type=number]:focus,
.form input[type=number]:hover,
.form input[type=tel]:focus,
.form input[type=tel]:hover,
.form input[type=file]:focus,
.form input[type=file]:hover,
.form input[type=date]:focus,
.form input[type=date]:hover,
.form textarea:focus,
.form textarea:hover,
.form select:focus,
.form select:hover {
  border: 2px solid #00746f;
  outline: none !important;
}
.form textarea {
  height: 120px;
  font-family: "avenir_next_lt_prodemi" !important;
  resize: none;
  padding: 20px 30px;
}
@media (max-width: 600px) {
  .form textarea {
    height: 100px;
  }
}
.form .termo-publicidade p,
.form .termo-publicidade span,
.form .termo-publicidade a,
.form .termo-aceite p,
.form .termo-aceite span,
.form .termo-aceite a {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  font-family: "avenir_next_lt_prodemi" !important;
  color: #253a46 !important;
}
.form .wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0;
}
.form input[type=checkbox] {
  background-color: #fff;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  accent-color: #00746f;
}
.form input[type=submit] {
  cursor: pointer;
  border: none;
  display: table;
  margin-top: 10px;
  color: #ffffff;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "avenir_next_lt_prodemi" !important;
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  background: #00746f;
  height: 60px;
  padding: 15px 30px;
  font-family: "avenir_next_lt_prodemi" !important;
  font-size: 20px !important;
  font-style: normal;
  line-height: 20px;
  width: 200px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.form input[type=submit]:hover {
  opacity: 0.6;
}
.form .wpcf7-response-output {
  margin: 0;
}
.form .wpcf7-spinner {
  display: none !important;
}

.wpcf7-not-valid-tip,
.wpcf7-not-valid-tip {
  color: #dc3545;
  opacity: 1;
}

.wpcf7-not-valid-tip,
.wpcf7-response-output.wpcf7-validation-errors,
.wpcf7-response-output.wpcf7-spam-blocked {
  margin: 10px 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.75px;
  opacity: 1;
  color: #dc3545 !important;
  font-size: 14px !important;
  font-weight: 400;
  font-family: "avenir_next_lt_prodemi" !important;
}

.wpcf7-response-output.wpcf7-validation-errors,
.wpcf7-response-output.wpcf7-spam-blocked,
.wpcf7-response-output.wpcf7-mail-sent-ok {
  clear: both;
  padding-top: 20px;
  font-size: 18px;
  line-height: 32px;
}
@media (max-width: 600px) {
  .wpcf7-response-output.wpcf7-validation-errors,
  .wpcf7-response-output.wpcf7-spam-blocked,
  .wpcf7-response-output.wpcf7-mail-sent-ok {
    font-size: 14px !important;
  }
}

.screen-reader-response {
  display: none;
}

.wpcf7-response-output.wpcf7-mail-sent-ok {
  color: green !important;
  margin: 10px 0;
  font-weight: 600;
  font-size: 14px !important;
  text-align: center;
  font-family: "avenir_next_lt_prodemi" !important;
  font-weight: 400;
}
@media (max-width: 600px) {
  .wpcf7-response-output.wpcf7-mail-sent-ok {
    font-size: 14px !important;
  }
}

.wpcf7-response-output {
  font-size: 18px !important;
  text-align: center;
  font-family: "avenir_next_lt_prodemi" !important;
}

.wpcf7 form .wpcf7-response-output {
  border-color: #253a46 !important;
}

.blog-list .wpcf7-not-valid-tip,
.form-container-simples .wpcf7-not-valid-tip {
  display: none;
}