@import url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap);
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
figcaption,
figure,
main {
  display: block;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
b,
strong {
  font-weight: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
audio,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details,
menu {
  display: block;
}
summary {
  display: list-item;
}
canvas {
  display: inline-block;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
*,
*:after,
*:before {
  box-sizing: border-box;
}
::-moz-selection {
  background: #000;
  color: #fff;
}
::selection {
  background: #000;
  color: #fff;
}
::-moz-selection {
  background: #000;
  color: #fff;
}
a {
  text-decoration: none;
  color: inherit;
  transition: color 0.3s;
}
p {
  line-height: 1.5;
}
input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
a:focus,
a:visited,
a:active {
  outline: none;
}
* {
  -webkit-tap-highlight-color: transparent;
}
.center {
  width: 1300px;
  margin: 0 auto;
}
@media only screen and (max-width: 1199px) {
  .center {
    width: 90%;
  }
}
footer {
  position: relative;
  background-color: #2760a6;
}
footer .liner {
  position: absolute;
  height: 15px;
  width: 100%;
  background-color: #75aabd;
  top: -15px;
}
footer .center {
  max-width: 1210px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 40px;
  display: flex;
  -moz-column-gap: 60px;
  column-gap: 60px;
}
@media only screen and (max-width: 1229px) {
  footer .center {
    max-width: 80%;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
    row-gap: 25px;
  }
}
footer .center .box_1 {
  max-width: 280px;
}
footer .center .box_1 .logo {
  width: 100%;
  height: auto;
}
footer .center .box_1 .logo img {
  width: 100%;
  height: auto;
}
footer .center .box_2 {
  margin-top: 15px;
  width: 378px;
}
@media only screen and (max-width: 1229px) {
  footer .center .box_2 {
    display: flex;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
  }
}
footer .center .box_2 .tel1 {
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -moz-column-gap: 15px;
  column-gap: 15px;
  margin-bottom: 30px;
  transition: all 0.3s;
}
footer .center .box_2 .tel1:hover {
  transform: scale(1.02);
}
footer .center .box_2 .tel1:hover p {
  color: #fff;
}
footer .center .box_2 .tel1 .image {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #75aabd;
  display: flex;
  -ms-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}
footer .center .box_2 .tel1 .image img {
  width: auto;
  height: 16px;
}
footer .center .box_2 .tel1 p {
  margin: 0;
  color: #75aabd;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-weight: 600;
}
footer .center .box_2 .item {
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -moz-column-gap: 15px;
  column-gap: 15px;
}
footer .center .box_2 .item .image {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #75aabd;
  display: flex;
  -ms-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}
footer .center .box_2 .item .image img {
  width: auto;
  height: 16px;
}
footer .center .box_2 .item p {
  margin: 0;
  color: #75aabd;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-weight: 600;
}
@media only screen and (max-width: 759px) {
  footer .center .box_2 .item p {
    font-size: 14px;
  }
}
footer .center .box_3 {
  margin-top: 15px;
  max-width: 185px;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 1229px) {
  footer .center .box_3 {
    -ms-align-items: center;
    align-items: center;
  }
}
footer .center .box_3 .item {
  color: #75aabd;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 10px;
}
footer .center .box_3 .item:hover {
  transform: scale(1.03);
  color: #fff;
}
footer .center .box_3 .item_2 {
  color: #75aabd;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
  margin-top: 30px;
}
footer .center .box_3 .item_2:hover {
  transform: scale(1.03);
  color: #fff;
}
footer .center .box_4 {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
}
footer .center .box_4 .item {
  color: #75aabd;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 10px;
}
footer .center .box_4 .item:hover {
  transform: scale(1.03);
  color: #fff;
}
footer .downer {
  background-color: #001e68;
}
footer .downer .centre {
  max-width: 685px;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  -moz-column-gap: 15px;
  column-gap: 15px;
  height: 60px;
  -ms-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 759px) {
  footer .downer .centre {
    flex-direction: column;
    row-gap: 15px;
    height: auto;
    padding: 20px 0;
  }
}
footer .downer .centre .politica {
  margin: 0;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 400;
}
footer .downer .centre .ouvidoria {
  margin: 0;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 400;
}
footer .downer .centre .end {
  display: flex;
  -ms-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 459px) {
  footer .downer .centre .end {
    flex-direction: column;
  }
}
footer .downer .centre .end .dados {
  margin: 0;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 9px;
  font-weight: 400;
}
footer .downer .centre .end .link-trupe {
  margin: 0;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 9px;
  font-weight: 400;
}
header {
  position: absolute;
  top: 80px;
  width: 100%;
}
@media only screen and (max-width: 1289px) {
  header {
    width: 100%;
  }
}
header .center {
  max-width: 1225px;
  margin-left: 15%;
  margin-right: auto;
  display: flex;
  -moz-column-gap: 45px;
  column-gap: 45px;
}
@media only screen and (max-width: 1429px) {
  header .center {
    margin-left: 10%;
  }
}
@media only screen and (max-width: 1379px) {
  header .center {
    margin-left: 90px;
  }
}
@media only screen and (max-width: 1289px) {
  header .center {
    display: none;
  }
}
header .center .logo {
  width: 340px;
  height: auto;
}
header .center .logo img {
  width: 100%;
  max-height: 100%;
}
header .center .super_nav {
  display: flex;
  flex-direction: column;
  -ms-justify-content: space-between;
  justify-content: space-between;
  max-height: 80px;
}
header .center .super_nav .line_up {
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  -moz-column-gap: 25px;
  column-gap: 25px;
  margin-top: -10px;
}
header .center .super_nav .line_up .item {
  padding: 10px 15px;
  border-radius: 4px;
  color: #2760a6;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-weight: 700;
  transition: all 0.3s;
}
header .center .super_nav .line_up .item:hover {
  background-color: #75aabd;
}
header .center .super_nav .line_up .item_2 {
  padding: 10px 15px;
  border-radius: 4px;
  color: #2760a6;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-weight: 600;
  transition: all 0.3s;
}
header .center .super_nav .line_up .item_2:hover {
  background-color: #75aabd;
  color: #fff;
}
header .center .super_nav .line_up .active {
  background-color: #75aabd;
  color: #fff;
}
header .center .super_nav .line_up .socials {
  display: flex;
  -moz-column-gap: 15px;
  column-gap: 15px;
  height: 100%;
  -ms-align-items: center;
  align-items: center;
}
header .center .super_nav .line_up .socials .instagram {
  width: 20px;
  height: 20px;
  transition: all 0.3s;
}
header .center .super_nav .line_up .socials .instagram:hover {
  transform: scale(1.3);
}
header .center .super_nav .line_up .socials .instagram img {
  width: 100%;
  height: 100%;
}
header .center .super_nav .line_up .socials .whatsapp {
  width: 20px;
  height: 20px;
  transition: all 0.3s;
}
header .center .super_nav .line_up .socials .whatsapp:hover {
  transform: scale(1.3);
}
header .center .super_nav .line_up .socials .whatsapp img {
  width: 100%;
  height: 100%;
}
header .center .super_nav .line_up .s_home {
  margin-left: 305px;
}
header .center .super_nav .line_down {
  display: flex;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
header .center .super_nav .line_down .navs {
  background-color: #2760a6;
  border-radius: 6px;
  display: flex;
  height: 40px;
  -ms-align-items: center;
  align-items: center;
  padding: 0 10px;
}
header .center .super_nav .line_down .navs .unit {
  margin: 0;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 400;
  padding: 0 13px;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  border-radius: 4px;
  height: 100%;
  transition: all 0.3s;
}
header .center .super_nav .line_down .navs .unit:hover {
  background-color: #75aabd;
}
header .center .super_nav .line_down .navs .unit_on {
  background-color: #75aabd;
}
header .mobile {
  display: none;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  background-color: #2760a6;
  border-radius: 6px;
}
@media only screen and (max-width: 1289px) {
  header .mobile {
    display: flex;
    -ms-align-items: center;
    align-items: center;
  }
}
header .mobile .logo_mob {
  width: 200px;
  height: auto;
  padding-left: 20px;
}
@media only screen and (max-width: 559px) {
  header .mobile .logo_mob {
    width: 145px;
  }
}
header .mobile .logo_mob img {
  width: 100%;
  height: auto;
}
header .mobile #mobile-toggle {
  margin-right: 5%;
  display: block;
  background-color: transparent;
  border: 0;
  position: relative;
  height: 100%;
  width: 28px;
  outline: 0;
  padding: 0;
  cursor: pointer;
  margin-left: auto;
  margin-top: 30px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 1290px) {
  header .mobile #mobile-toggle {
    display: none;
  }
}
header .mobile #mobile-toggle .lines {
  display: block;
  width: 100%;
  height: 4px;
  background: #fff;
  position: relative;
  transition: 0.3s ease;
  border-radius: 3px;
  margin-top: 10px;
}
header .mobile #mobile-toggle .lines:before,
header .mobile #mobile-toggle .lines:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background: #fff;
  transition: 0.3s ease;
  border-radius: 3px;
}
header .mobile #mobile-toggle .lines:before {
  top: 7px;
}
header .mobile #mobile-toggle .lines:after {
  top: -7px;
}
header .mobile #mobile-toggle.close .lines {
  background: transparent;
}
header .mobile #mobile-toggle.close .lines:before,
header .mobile #mobile-toggle.close .lines:after {
  transform-origin: 50% 50%;
  top: 0;
}
header .mobile #mobile-toggle.close .lines:before {
  transform: rotate3d(0, 0, 1, 45deg);
}
header .mobile #mobile-toggle.close .lines:after {
  transform: rotate3d(0, 0, 1, -45deg);
}
.header_2 {
  position: static;
  height: 205px;
  padding-top: 70px;
}
nav#nav-mobile {
  background: #2760a6;
  box-shadow: 0 6px 6px rgba(0,0,0,0.1);
  height: auto;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 6px;
  margin-top: 5px;
  display: none;
  padding: 20px 20px;
  text-align: right;
  position: relative;
  z-index: 106;
}
@media only screen and (min-width: 1290px) {
  nav#nav-mobile {
    display: none !important;
  }
}
nav#nav-mobile a {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-weight: 600;
  color: #fff;
  padding: 10px 15px;
  border-radius: 4px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
nav#nav-mobile a:hover,
nav#nav-mobile a.active {
  background-color: #75aabd;
}
nav#nav-mobile .center-header {
  display: flex;
  flex-direction: column;
  padding-right: 5%;
  row-gap: 20px;
}
.aviso-cookies {
  display: none;
  width: 100%;
  margin: 0;
  flex-direction: row;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -ms-justify-content: center;
  justify-content: center;
  bottom: 0;
  background-color: rgba(0,0,0,0.8);
  position: fixed;
  z-index: 650;
  padding: 25px 7%;
}
.aviso-cookies .frase-cookies {
  width: 80%;
  font-family: "Verdana";
  font-size: 14px;
  color: #fff;
  margin: 0;
}
.aviso-cookies .frase-cookies .link-politica {
  text-decoration: underline;
}
.aviso-cookies .frase-cookies .link-politica:hover,
.aviso-cookies .frase-cookies .link-politica:focus {
  font-weight: bold;
}
.aviso-cookies .aceitar-cookies {
  width: 20%;
  font-family: "Verdana";
  font-size: 14px;
  color: #fff;
  background-color: #01669c;
  border: none;
  border-radius: 5px;
  height: 40px;
  margin-left: 20px;
  z-index: 650;
  font-weight: 600;
  cursor: pointer;
  outline: none;
}
.aviso-cookies .aceitar-cookies:hover,
.aviso-cookies .aceitar-cookies:focus {
  background-color: #003d5d;
}
@media only screen and (max-width: 1199px) {
  .aviso-cookies .frase-cookies {
    font-size: 13px;
    z-index: 650;
  }
  .aviso-cookies .aceitar-cookies {
    font-size: 13px;
    z-index: 650;
  }
}
@media only screen and (max-width: 1199px) and (max-width: 767px) {
  .aviso-cookies {
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
    padding: 20px;
  }
}
@media only screen and (max-width: 1199px) and (max-width: 767px) {
  .aviso-cookies .frase-cookies {
    font-size: 11px;
    width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 1199px) and (max-width: 767px) {
  .aviso-cookies .aceitar-cookies {
    font-size: 12px;
    width: 100%;
    text-align: center;
    margin-left: 0;
    margin-top: 10px;
  }
}
html,
body {
  height: 100%;
}
html {
  overflow: hidden;
}
body {
  background-color: $bg;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  position: relative;
}
body main {
  width: 100%;
  height: auto;
  background-color: $bg;
  padding: 60px 0 100px 0;
  min-height: calc(100% - 100px - 150px);
}
@media only screen and (max-width: 1199px) {
  body main {
    min-height: calc(100% - 100px - 150px);
  }
}
@media only screen and (max-width: 767px) {
  body main {
    min-height: calc(100% - 100px - 150px);
  }
}
.aviso-cookies {
  display: flex;
  width: 100%;
  margin: 0;
  flex-direction: row;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  justify-content: center;
  bottom: 0;
  background-color: rgba(0,0,0,0.8);
  position: fixed;
  z-index: 999;
  padding: 30px;
}
@media only screen and (max-width: 767px) {
  .aviso-cookies {
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
    padding: 20px;
  }
}
.aviso-cookies .frase-cookies {
  width: 65%;
  color: #fff;
  margin: 0;
}
.aviso-cookies .frase-cookies .link-politica {
  text-decoration: underline;
}
.aviso-cookies .frase-cookies .link-politica:hover,
.aviso-cookies .frase-cookies .link-politica:focus {
  font-weight: bold;
}
@media only screen and (max-width: 1199px) {
  .aviso-cookies .frase-cookies {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .aviso-cookies .frase-cookies {
    width: 100%;
    text-align: center;
  }
}
.aviso-cookies .aceitar-cookies {
  width: 15%;
  height: 40px;
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 0;
  margin-left: 30px;
  cursor: pointer;
  outline: none;
}
.aviso-cookies .aceitar-cookies:hover {
  border: 1px solid $dourado;
  background-color: $dourado;
}
@media only screen and (max-width: 1199px) {
  .aviso-cookies .aceitar-cookies {
    font-size: 12px;
    height: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .aviso-cookies .aceitar-cookies {
    width: 100%;
    text-align: center;
    margin-left: 0;
    margin-top: 10px;
  }
}
.fancybox-overlay {
  background: rgba(0,0,0,0.8) !important;
}
.not-found {
  width: 100%;
  text-align: center;
  padding: 280px 0;
}
.not-found h1 {
  display: inline-block;
  padding: 15px 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 2px solid $vermelho;
  color: $vermelho;
  montserrat: 11 bold;
  line-height: 1;
}
.convenios_main {
  padding: 0;
}
.convenios_main .centre {
  max-width: 1125px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 70px;
  margin-bottom: 100px;
}
@media only screen and (max-width: 1199px) {
  .convenios_main .centre {
    max-width: 830px;
  }
}
@media only screen and (max-width: 859px) {
  .convenios_main .centre {
    max-width: 542px;
  }
}
@media only screen and (max-width: 579px) {
  .convenios_main .centre {
    max-width: 251px;
  }
}
.convenios_main .centre .title {
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  color: #001e68;
  font-weight: 700;
  margin-bottom: 30px;
}
.convenios_main .centre .items {
  margin-top: 90px;
  display: flex;
  -moz-column-gap: 40px;
  column-gap: 40px;
  row-gap: 60px;
  flex-wrap: wrap;
}
.convenios_main .centre .items p {
  color: #75aabd;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  padding: 10px 40px;
  border-bottom: 1px solid;
}
@media only screen and (max-width: 399px) {
  .convenios_main .centre .items p {
    padding: 10px 8px;
  }
}
.convenios_main .centre .items .item {
  width: 250px;
  height: 150px;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  justify-content: center;
}
.convenios_main .centre .items .item img {
  max-width: 215px;
  max-height: 88px;
}
.convenios_main .centre .right {
  width: 795px;
}
@media only screen and (max-width: 1264px) {
  .convenios_main .centre .right {
    width: 100%;
  }
}
.convenios_main .centre .right .title {
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  color: #001e68;
  font-weight: 700;
  margin-bottom: 40px;
}
.convenios_main .centre .right .items {
  display: flex;
  flex-direction: column;
  max-height: 995px;
  flex-wrap: wrap;
  -moz-column-gap: 90px;
  column-gap: 90px;
}
@media only screen and (max-width: 1264px) {
  .convenios_main .centre .right .items {
    width: 100%;
  }
}
@media only screen and (max-width: 899px) {
  .convenios_main .centre .right .items {
    max-height: none;
  }
}
.convenios_main .centre .right .items p {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  color: #000;
  font-weight: 600;
  margin-bottom: 20px;
}
.fale_main .centre {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
  display: flex;
  -moz-column-gap: 30px;
  column-gap: 30px;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (max-width: 1319px) {
  .fale_main .centre {
    max-width: 80%;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
    row-gap: 25px;
  }
}
.fale_main .centre .left {
  text-align: left;
}
@media only screen and (max-width: 1319px) {
  .fale_main .centre .left {
    text-align: center;
  }
}
.fale_main .centre .left .title {
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  font-weight: 400;
  margin: 0;
  color: #2760a6;
  font-weight: 700;
  margin-bottom: 35px;
}
.fale_main .centre .left .item {
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -moz-column-gap: 15px;
  column-gap: 15px;
  margin-bottom: 25px;
}
.fale_main .centre .left .item .image {
  width: 40px;
  height: 40px;
  min-height: 40px;
  min-width: 40px;
  border-radius: 100%;
  background-color: #2760a6;
  display: flex;
  -ms-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}
.fale_main .centre .left .item .image img {
  width: auto;
  height: 16px;
}
.fale_main .centre .left .item p {
  margin: 0;
  color: #2760a6;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-weight: 600;
}
@media only screen and (max-width: 589px) {
  .fale_main .centre .left .item p {
    font-size: 14px;
  }
}
.fale_main .centre .left a {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media only screen and (max-width: 1319px) {
  .fale_main .centre .left a {
    margin-left: auto;
    margin-right: auto;
  }
}
.fale_main .centre .left a .item_2 {
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -moz-column-gap: 15px;
  column-gap: 15px;
  transition: all 0.3s;
  margin-bottom: 35px;
  max-width: 235px;
}
.fale_main .centre .left a .item_2:hover {
  transform: scale(1.03);
  color: #fff;
}
.fale_main .centre .left a .item_2 .image {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #2760a6;
  display: flex;
  -ms-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}
.fale_main .centre .left a .item_2 .image img {
  width: auto;
  height: 16px;
}
.fale_main .centre .left a .item_2 p {
  margin: 0;
  color: #2760a6;
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  font-weight: 400;
  font-weight: 700;
}
@media only screen and (max-width: 589px) {
  .fale_main .centre .left a .item_2 p {
    font-size: 18px;
  }
}
.fale_main .centre .left .item_3 {
  display: flex;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -moz-column-gap: 15px;
  column-gap: 15px;
  margin-bottom: 25px;
}
.fale_main .centre .left .item_3 .image {
  width: 40px;
  height: 40px;
  min-height: 40px;
  min-width: 40px;
  border-radius: 100%;
  background-color: #2760a6;
  display: flex;
  -ms-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}
.fale_main .centre .left .item_3 .image img {
  width: auto;
  height: 16px;
}
.fale_main .centre .left .item_3 p {
  margin: 0;
  color: #2760a6;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-weight: 600;
}
@media only screen and (max-width: 589px) {
  .fale_main .centre .left .item_3 p {
    font-size: 12px;
  }
}
.fale_main .centre .left .item_3 a {
  text-decoration: underline;
}
.fale_main .centre .left .item_3 a:hover {
  color: #75aabd;
}
.fale_main .centre .right .formulario form {
  display: flex;
  -moz-column-gap: 5px;
  column-gap: 5px;
}
@media only screen and (max-width: 909px) {
  .fale_main .centre .right .formulario form {
    flex-direction: column;
    row-gap: 5px;
  }
}
.fale_main .centre .right .formulario form .box {
  width: 400px;
}
@media only screen and (max-width: 459px) {
  .fale_main .centre .right .formulario form .box {
    width: 100%;
  }
}
.fale_main .centre .right .formulario form .box input {
  width: 100%;
  height: 60px;
  padding: 0 20px;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #2760a6;
  border: 1px solid #75aabd;
  margin-bottom: 5px;
  border-radius: 10px;
}
.fale_main .centre .right .formulario form .box input::-moz-placeholder {
  color: #2760a6;
}
.fale_main .centre .right .formulario form .box input:-ms-input-placeholder {
  color: #2760a6;
}
.fale_main .centre .right .formulario form .box input::placeholder {
  color: #2760a6;
}
.fale_main .centre .right .formulario form .box textarea {
  width: 100%;
  height: 100%;
  padding: 20px;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #2760a6;
  border: 1px solid #75aabd;
  margin-bottom: 5px;
  border-radius: 10px;
}
.fale_main .centre .right .formulario form .box textarea::-moz-placeholder {
  color: #2760a6;
}
.fale_main .centre .right .formulario form .box textarea:-ms-input-placeholder {
  color: #2760a6;
}
.fale_main .centre .right .formulario form .box textarea::placeholder {
  color: #2760a6;
}
.fale_main .centre .right .formulario form .button .btn-enviar {
  cursor: pointer;
  display: flex;
  -ms-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  border-radius: 10px;
  border: 1px solid #75aabd;
  transition: all 0.3s;
  background-color: transparent;
  cursor: pointer;
  width: 60px;
  height: 100%;
}
.fale_main .centre .right .formulario form .button .btn-enviar:hover {
  transform: scale(1.03);
  background-color: #daeaf0;
}
@media only screen and (max-width: 909px) {
  .fale_main .centre .right .formulario form .button .btn-enviar {
    width: 100%;
    height: 60px;
  }
}
.fale_main .centre .right .formulario form .button .btn-enviar img {
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.fale_main .endereco-mapa .mapa {
  width: 100%;
  height: 690px;
}
.flash {
  max-width: 865px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding: 20px;
}
.flash-erro {
  background-color: #8b0000;
}
.flash-sucesso {
  background-color: #008000;
}
.home_main {
  overflow: hidden;
  padding: 0;
}
@media only screen and (max-width: 1199px) {
  .home_main {
    min-height: auto;
  }
}
.home_main .banner {
  width: 1920px;
  height: 970px;
}
@media only screen and (max-width: 1499px) {
  .home_main .banner {
    height: auto;
    width: 100%;
  }
}
@media only screen and (max-width: 979px) {
  .home_main .banner {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 579px) {
  .home_main .banner {
    margin-top: 165px;
  }
}
.home_main .banner img {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 1199px) {
  .home_main .banner img {
    margin-left: -10px;
  }
}
@media only screen and (max-width: 669px) {
  .home_main .banner img {
    margin-left: 0;
  }
}
.information .blue_banner {
  background-color: #75aabd;
  height: 150px;
  display: flex;
  -ms-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  -moz-column-gap: 25px;
  column-gap: 25px;
  margin: 20px 0;
  padding: 0 30px;
}
@media only screen and (max-width: 1319px) {
  .information .blue_banner {
    height: auto;
    padding: 30px;
  }
}
@media only screen and (max-width: 599px) {
  .information .blue_banner {
    padding: 15px;
  }
}
.information .blue_banner .centre {
  width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (max-width: 1319px) {
  .information .blue_banner .centre {
    width: 80%;
    flex-direction: column;
    row-gap: 25px;
    -ms-align-items: center;
    align-items: center;
  }
}
.information .blue_banner .centre a {
  display: block;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
}
.information .blue_banner .centre a .item {
  display: flex;
  -moz-column-gap: 15px;
  column-gap: 15px;
  -ms-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 1319px) {
  .information .blue_banner .centre a .item {
    width: 450px;
  }
}
@media only screen and (max-width: 599px) {
  .information .blue_banner .centre a .item {
    width: 100%;
  }
}
.information .blue_banner .centre a .item .image {
  height: 72px;
  width: 65px;
}
.information .blue_banner .centre a .item .image img {
  height: 100%;
  width: 100%;
}
.information .blue_banner .centre a .item .info .upper {
  margin: 0;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  font-weight: 400;
  font-style: italic;
}
@media only screen and (max-width: 559px) {
  .information .blue_banner .centre a .item .info .upper {
    font-size: 18px;
  }
}
.information .blue_banner .centre a .item .info .downer {
  margin: 0;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 32px;
  font-weight: 400;
  font-weight: 600;
  font-style: italic;
}
@media only screen and (max-width: 739px) {
  .information .blue_banner .centre a .item .info .downer {
    font-size: 20px;
  }
}
.information .blue_banner .centre .divider {
  width: 1px;
  height: 85px;
  background-color: #fff;
}
@media only screen and (max-width: 1319px) {
  .information .blue_banner .centre .divider {
    display: none;
  }
}
.information .external {
  max-width: 1305px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-bottom: 90px;
  display: flex;
  -moz-column-gap: 20px;
  column-gap: 20px;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (max-width: 1329px) {
  .information .external {
    flex-wrap: wrap;
    width: 779px;
    row-gap: 40px;
  }
}
@media only screen and (max-width: 939px) {
  .information .external {
    width: 410px;
  }
}
@media only screen and (max-width: 479px) {
  .information .external {
    width: 181px;
  }
}
.information .external .card {
  max-width: 180px;
  transition: all 0.3s;
  padding-bottom: 20px;
}
.information .external .card:hover {
  background-color: #75aabd;
  border-radius: 10px;
}
.information .external .card:hover .title_2 {
  color: #fff;
}
.information .external .card .image {
  width: 180px;
  height: 180px;
  border-radius: 10px;
  border: 1px solid #75aabd;
  display: flex;
  -ms-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}
.information .external .card .image img {
  width: 170px;
  height: 170px;
  border-radius: 10px;
}
.information .external .card .title_2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 400;
  margin-top: 20px;
  color: #001e68;
  font-weight: 700;
  text-align: center;
}
.information .who .centre {
  max-width: 1135px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1199px) {
  .information .who .centre {
    max-width: 80%;
  }
}
.information .who .centre .us {
  display: flex;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1199px) {
  .information .who .centre .us {
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
  }
}
.information .who .centre .us .image {
  width: 460px;
  height: 290px;
}
@media only screen and (max-width: 589px) {
  .information .who .centre .us .image {
    width: 100%;
    height: auto;
  }
}
.information .who .centre .us .image img {
  width: 100%;
  height: 100%;
}
.information .who .centre .us .text {
  max-width: 670px;
  background-color: #daeaf0;
  padding: 50px;
}
@media only screen and (max-width: 589px) {
  .information .who .centre .us .text {
    padding: 20px;
  }
}
.information .who .centre .us .text p {
  color: #2760a6;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}
@media only screen and (max-width: 589px) {
  .information .who .centre .us .text p {
    font-size: 14px;
  }
}
.information .who .centre .where {
  display: flex;
  margin-bottom: 90px;
}
@media only screen and (max-width: 1199px) {
  .information .who .centre .where {
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
  }
}
.information .who .centre .where .info {
  width: 460px;
  height: 290px;
  background-color: #daeaf0;
  padding: 50px;
}
@media only screen and (max-width: 589px) {
  .information .who .centre .where .info {
    width: 100%;
    padding: 20px;
  }
}
.information .who .centre .where .info .subtitle {
  font-family: 'Open Sans', sans-serif;
  font-size: 36px;
  font-weight: 400;
  font-weight: 300;
  color: #2760a6;
  margin: 0;
  margin-bottom: 30px;
}
@media only screen and (max-width: 589px) {
  .information .who .centre .where .info .subtitle {
    font-size: 24px;
  }
}
.information .who .centre .where .info .item {
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -moz-column-gap: 15px;
  column-gap: 15px;
  margin-bottom: 25px;
}
.information .who .centre .where .info .item .image {
  width: 40px;
  height: 40px;
  min-height: 40px;
  min-width: 40px;
  border-radius: 100%;
  background-color: #75aabd;
  display: flex;
  -ms-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}
.information .who .centre .where .info .item .image img {
  width: auto;
  height: 16px;
}
.information .who .centre .where .info .item p {
  margin: 0;
  color: #2760a6;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-weight: 600;
}
@media only screen and (max-width: 589px) {
  .information .who .centre .where .info .item p {
    font-size: 14px;
  }
}
.information .who .centre .where .info .item_2 {
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -moz-column-gap: 15px;
  column-gap: 15px;
  transition: all 0.3s;
}
.information .who .centre .where .info .item_2:hover {
  transform: scale(1.03);
  color: #fff;
}
.information .who .centre .where .info .item_2 .image {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #75aabd;
  display: flex;
  -ms-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}
.information .who .centre .where .info .item_2 .image img {
  width: auto;
  height: 16px;
}
.information .who .centre .where .info .item_2 p {
  margin: 0;
  color: #2760a6;
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  font-weight: 400;
  font-weight: 700;
}
@media only screen and (max-width: 589px) {
  .information .who .centre .where .info .item_2 p {
    font-size: 18px;
  }
}
.information .who .centre .where .map {
  width: 670px;
  height: 375px;
}
@media only screen and (max-width: 759px) {
  .information .who .centre .where .map {
    width: 100%;
  }
}
.hospital_main {
  padding: 0;
}
.hospital_main .centre {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1319px) {
  .hospital_main .centre {
    max-width: 80%;
  }
}
.hospital_main .centre .title {
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: #001e68;
  margin: 0;
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 55px;
}
.hospital_main .centre .explain {
  display: flex;
  -moz-column-gap: 75px;
  column-gap: 75px;
  margin-bottom: 70px;
}
@media only screen and (max-width: 1319px) {
  .hospital_main .centre .explain {
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
    row-gap: 40px;
  }
}
.hospital_main .centre .explain .images {
  display: block;
}
@media only screen and (max-width: 1319px) {
  .hospital_main .centre .explain .images {
    display: flex;
  }
}
@media only screen and (max-width: 929px) {
  .hospital_main .centre .explain .images {
    flex-direction: column;
  }
}
.hospital_main .centre .explain .images .image_1 {
  width: 350px;
  height: 235px;
}
@media only screen and (max-width: 479px) {
  .hospital_main .centre .explain .images .image_1 {
    width: 270px;
    height: auto;
  }
}
.hospital_main .centre .explain .images .image_1 img {
  width: 100%;
  height: 100%;
}
.hospital_main .centre .explain .images .image_2 {
  width: 350px;
  height: 235px;
}
@media only screen and (max-width: 479px) {
  .hospital_main .centre .explain .images .image_2 {
    width: 270px;
    height: auto;
  }
}
.hospital_main .centre .explain .images .image_2 img {
  width: 100%;
  height: 100%;
}
.hospital_main .centre .explain .texts {
  width: 100%;
}
.hospital_main .centre .explain .texts .text {
  max-width: 745px;
}
@media only screen and (max-width: 1319px) {
  .hospital_main .centre .explain .texts .text {
    max-width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 929px) {
  .hospital_main .centre .explain .texts .text {
    width: 100%;
  }
}
.hospital_main .centre .explain .texts .text p {
  margin: 0;
  color: #2760a6;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-weight: 600;
  margin-bottom: 40px;
}
.hospital_main .centre .explain .texts .father {
  display: flex;
  -moz-column-gap: 15px;
  column-gap: 15px;
}
@media only screen and (max-width: 1319px) {
  .hospital_main .centre .explain .texts .father {
    width: 890px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 1059px) {
  .hospital_main .centre .explain .texts .father {
    flex-direction: column;
    row-gap: 25px;
    -ms-align-items: center;
    align-items: center;
    width: 100%;
  }
}
.hospital_main .centre .explain .texts .father .card {
  background-color: #daeaf0;
  padding: 15px 20px;
  width: 285px;
  border-top-right-radius: 40px;
}
.hospital_main .centre .explain .texts .father .card .card_title {
  margin: 0;
  color: #2760a6;
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  font-weight: 400;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.hospital_main .centre .explain .texts .father .card .card_text p {
  margin: 0;
  color: #2760a6;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 400;
  max-width: 250px;
}
.hospital_main .centre .menu {
  display: flex;
  -moz-column-gap: 5px;
  column-gap: 5px;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (max-width: 1319px) {
  .hospital_main .centre .menu {
    flex-wrap: wrap;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    width: 651px;
    row-gap: 10px;
    margin-left: auto;
    margin-right: auto;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }
}
@media only screen and (max-width: 809px) {
  .hospital_main .centre .menu {
    width: 211px;
  }
}
.hospital_main .centre .menu .item {
  width: 210px;
  height: 60px;
  border: 1px solid #2760a6;
  border-radius: 10px;
  color: #2760a6;
  text-transform: uppercase;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-weight: 700;
  display: flex;
  -ms-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  padding: 0 15px;
  transition: all 0.2s;
}
.hospital_main .centre .menu .item:hover {
  background-color: #75aabd;
  color: #fff;
}
.hospital_main .centre .external {
  margin-top: 35px;
  margin-bottom: 100px;
  display: flex;
  -moz-column-gap: 10px;
  column-gap: 10px;
  row-gap: 10px;
  flex-wrap: wrap;
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1319px) {
  .hospital_main .centre .external {
    width: 813px;
  }
}
@media only screen and (max-width: 1069px) {
  .hospital_main .centre .external {
    width: 401px;
  }
}
@media only screen and (max-width: 519px) {
  .hospital_main .centre .external {
    width: 271px;
  }
}
.hospital_main .centre .external .image {
  width: 400px;
  height: 267px;
  transition: all 0.3s;
}
@media only screen and (max-width: 519px) {
  .hospital_main .centre .external .image {
    width: 270px;
    height: auto;
  }
}
.hospital_main .centre .external .image:hover {
  transform: scale(1.03);
}
.hospital_main .centre .external .image img {
  width: 100%;
  height: 100%;
}
.servicos_main {
  padding: 0;
}
.servicos_main .centre {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1319px) {
  .servicos_main .centre {
    max-width: 80%;
  }
}
.servicos_main .centre .title {
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: #001e68;
  margin: 0;
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 55px;
}
@media only screen and (max-width: 484px) {
  .servicos_main .centre .title {
    font-size: 18px;
  }
}
.servicos_main .centre .external {
  display: flex;
  -moz-column-gap: 75px;
  column-gap: 75px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 1149px) {
  .servicos_main .centre .external {
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
    row-gap: 50px;
  }
}
.servicos_main .centre .external .left {
  max-width: 365px;
}
.servicos_main .centre .external .left .first {
  margin: 0;
  color: #2760a6;
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  font-weight: 400;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 40px;
}
@media only screen and (max-width: 499px) {
  .servicos_main .centre .external .left .first {
    font-size: 20px;
  }
}
.servicos_main .centre .external .left .second p {
  margin: 0;
  color: #2760a6;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 400;
}
.servicos_main .centre .external .right h1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 26px;
  font-weight: 400;
  margin: 0;
  color: #001e68;
  font-weight: 600;
}
.servicos_main .centre .external .right h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  font-weight: 400;
  margin: 0;
  color: #001e68;
  font-weight: 600;
}
.servicos_main .centre .external .right h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 22px;
  font-weight: 400;
  margin: 0;
  color: #001e68;
}
.servicos_main .centre .external .right h4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  font-weight: 400;
  margin: 0;
  color: #001e68;
}
.servicos_main .centre .external .right h5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  color: #001e68;
}
.servicos_main .centre .external .right p {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  color: #001e68;
}
.servicos_main .centre .external .right li {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  color: #001e68;
  margin-bottom: 10px;
}
.paginas_main {
  padding: 0;
}
.paginas_main .centre {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1319px) {
  .paginas_main .centre {
    max-width: 80%;
  }
}
.paginas_main .centre .title {
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: #001e68;
  text-transform: uppercase;
  margin: 0;
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 55px;
}
.paginas_main .centre .info {
  display: flex;
  -moz-column-gap: 75px;
  column-gap: 75px;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1319px) {
  .paginas_main .centre .info {
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
    row-gap: 40px;
  }
}
.paginas_main .centre .info .image {
  width: 350px;
  height: 230px;
}
@media only screen and (max-width: 499px) {
  .paginas_main .centre .info .image {
    width: 270px;
    height: auto;
  }
}
.paginas_main .centre .info .image img {
  width: 100%;
  height: 100%;
}
.paginas_main .centre .info .right .btn_custom {
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  justify-content: center;
  width: 380px;
  height: 50px;
  background-color: #fff;
  color: #2760a6;
  border: 2px solid #2760a6;
  border-radius: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  font-weight: 400;
  font-weight: 700;
  transition: all 0.3s;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 45px;
}
.paginas_main .centre .info .right .btn_custom:hover {
  background-color: #2760a6;
  color: #fff;
}
.paginas_main .centre .info .right .text {
  max-width: 745px;
}
.paginas_main .centre .info .right .text p {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-weight: 400;
  color: #2760a6;
  margin: 0;
}
.paginas_main .centre .info .right .text ul li {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-weight: 400;
  color: #2760a6;
  margin: 0;
  margin-bottom: 10px;
}
.paginas_main .centre .external {
  margin-top: 35px;
  padding-bottom: 120px;
  display: flex;
  -moz-column-gap: 10px;
  column-gap: 10px;
  row-gap: 10px;
  flex-wrap: wrap;
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1319px) {
  .paginas_main .centre .external {
    width: 813px;
  }
}
@media only screen and (max-width: 1069px) {
  .paginas_main .centre .external {
    width: 401px;
  }
}
@media only screen and (max-width: 519px) {
  .paginas_main .centre .external {
    width: 100%;
  }
}
.paginas_main .centre .external .image {
  width: 400px;
  height: 267px;
  transition: all 0.3s;
}
@media only screen and (max-width: 519px) {
  .paginas_main .centre .external .image {
    width: 100%;
    height: auto;
  }
}
.paginas_main .centre .external .image:hover {
  transform: scale(1.03);
}
.paginas_main .centre .external .image img {
  width: 100%;
  height: 100%;
}

