@charset "utf-8";
/* CSS Document

  * CMA
  * 12/04/2021
  * Author: NoblindDz

*/
header,
section,
footer,
article,
figcaption,
hgroup,
figure,
details,
aside,
img,
nav,
time {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
input[type="search"],
input[type="submit"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  border-radius: 0;
  -webkit-border-radius: 0;
}
* {
  margin: 0;
  padding: 0;
  outline: none;
}
a:active,
a:selected,
a:visited {
  border: none;
  outline: none;
}
html > object {
  display: none;
}
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');
.row-height {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
  margin-left: -30px;
  margin-right: -30px;
}
.row-height .col-height {
  display: table-cell;
  float: none;
  height: 100%;
  position: relative;
  padding: 0 30px 0 30px;
}
.row-height .col-height:before {
  content: "";
  height: 70%;
  top: 35px;
  right: 0;
  background: #d6d6d6;
  width: 1px;
  display: block;
  position: absolute;
}
.row-height .col-height:last-child:before {
  display: none;
}
@keyframes appear {
  from {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  to {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
}
body {
  font-family: "Inter", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.active-form{
	display:block !important;
}
#form-contato{display:none;}
#form-comite{display:none;}
.sel_form{
	
}
.form-list{
	list-style: none;
    display: flex;
    flex-direction: row;
    gap: 1rem;
}
.form-list > li > button{
	border:none;
	background:#2699FB;
	color:white;
	width: 15rem;
    height: 4rem;
    text-align: center;
}

.page {
  overflow: hidden;
}
@media only screen and (max-width: 991px), only screen and (max-device-width: 991px) {
  div[class^="col"].no-padding-xs {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media only screen and (min-width: 992px) {
  div[class^="col"].no-padding-md {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
div[class^="col"].no-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
html.iframe {
  overflow: hidden;
  height: 100vh;
}
@media only screen and (max-width: 991px), only screen and (max-device-width: 991px) {
  html,
  body {
    overflow-x: hidden;
  }
}
#conteudo {
  min-height: 50vh;
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  /*background: rgba(255, 255, 255, 0.9);*/
  padding: 15px 0;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
#header .flexHeader {
  display: flex;
  justify-content: space-between;
}
#header .flexHeader .logo svg {
  width: 200px;
  height: 61.44px;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  fill: #2699FB;
}
#header.home {
  background: #FFFFFF;
  padding: 30px 0;
}
#header.home .flexHeader .logo svg {
  width: 298px;
  height: 91.55px;
  fill: #fff;
}
@media only screen and (min-width: 992px) {
  #header .flexHeader .hamburgerBtn {
    display: none;
  }
  #header .flexHeader #mainMenu {
    display: flex;
    align-items: center;
  }
  #header .flexHeader #mainMenu nav > ul {
    display: flex;
    list-style: none;
    margin: 0;
    justify-content: space-between;
  }
  #header .flexHeader #mainMenu nav > ul > li {
    position: relative;
  }
  #header .flexHeader #mainMenu nav > ul > li > a {
    padding: 0 15px;
    text-decoration: none;
  }
  #header .flexHeader #mainMenu nav > ul > li > a:link,
  #header .flexHeader #mainMenu nav > ul > li > a:visited {
    font-family: "Inter", sans-serif;
    font-weight: normal;
    font-size: 15px;
    color: #323dd9;
    -moz-transition: color 0.25s ease-in-out;
    -webkit-transition: color 0.25s ease-in-out;
    -o-transition: color 0.25s ease-in-out;
    transition: color 0.25s ease-in-out;
  }
  #header .flexHeader #mainMenu nav > ul > li > a:hover {
    color: #081572
;
  }
  #header .flexHeader #mainMenu nav > ul > li.search a:link:before,
  #header .flexHeader #mainMenu nav > ul > li.search a:visited:before {
    content: "\f002";
    font: normal normal normal 16px/1 FontAwesome;
    color: #323dd9;
    line-height: 16px;
    font-weight: 300;
    -moz-transition: color 0.25s ease-in-out;
    -webkit-transition: color 0.25s ease-in-out;
    -o-transition: color 0.25s ease-in-out;
    transition: color 0.25s ease-in-out;
  }
  #header .flexHeader #mainMenu nav > ul > li.search a:link span,
  #header .flexHeader #mainMenu nav > ul > li.search a:visited span {
    display: none;
  }
  #header .flexHeader #mainMenu nav > ul > li:last-child a {
    padding-right: 0;
  }
  #header .flexHeader #mainMenu nav > ul > li > ul {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    min-width: 190px;
    padding: 37px 0 0 0;
    list-style: none;
  }
  #header .flexHeader #mainMenu nav > ul > li > ul > li > a:link,
  #header .flexHeader #mainMenu nav > ul > li > ul > li > a:visited {
    display: block;
    background: #FFFFFF;
    padding: 7.5px 15px;
   font-family: "Inter", sans-serif;
    font-weight: normal;
    font-size: 15px;
    color: #323dd9;
    text-decoration: none;
  }
  #header .flexHeader #mainMenu nav > ul > li > ul > li > a:hover {
    color: #081572;
  }
  #header .flexHeader #mainMenu nav > ul > li:hover:before {
    content: "";
    width: calc(100% - 30px);
    height: 3px;
    background: #081572;
    position: absolute;
    top: calc(100% + 20px);
    left: 15px;
  }
  #header .flexHeader #mainMenu nav > ul > li:hover > ul {
    display: block;
  }
  #header .flexHeader #mainMenu nav > ul > li.active:before {
    content: "";
    width: calc(100% - 30px);
    height: 3px;
    background: #081572;
    position: absolute;
    top: calc(100% + 20px);
    left: 15px;
  }
  #header.home #mainMenu nav ul li a:link,
  #header.home #mainMenu nav ul li a:visited {
    font-family: "Inter", sans-serif;
    font-size: 17px;
    color: #323dd9;
  }
  #header.home #mainMenu nav ul li a:hover {
    color: #081572;
  }
  #header.home #mainMenu nav ul li.search a:link:before,
  #header.home #mainMenu nav ul li.search a:visited:before {
    font: normal normal normal 16px/1 FontAwesome;
    color: #323dd9;
    line-height: 15px;
    font-weight: 300;
  }
  #header.scrolled {
    background: #FFFFFF;
    padding: 15px 0;
    -webkit-box-shadow: 3px 2px 5px 0 #ccc;
    -moz-box-shadow: 3px 2px 5px 0 #ccc;
    box-shadow: 3px 2px 5px 0 #ccc;
  }
  #header.scrolled .flexHeader .logo svg {
    width: 200px;
    height: 61.44px;
    fill: #2699FB;
  }
  #header.scrolled .flexHeader #mainMenu nav ul li a:link,
  #header.scrolled .flexHeader #mainMenu nav ul li a:visited {
    color: #323dd9;
    -moz-transition: color 0.25s ease-in-out;
    -webkit-transition: color 0.25s ease-in-out;
    -o-transition: color 0.25s ease-in-out;
    transition: color 0.25s ease-in-out;
  }
  #header.scrolled .flexHeader #mainMenu nav ul li a:hover {
    color: #081572
;
  }
  #header.scrolled .flexHeader #mainMenu nav ul li.search a:link:before,
  #header.scrolled .flexHeader #mainMenu nav ul li.search a:visited:before {
    color: #6C6D70;
  }
  #header.scrolled .flexHeader #mainMenu nav ul li.search a:link span,
  #header.scrolled .flexHeader #mainMenu nav ul li.search a:visited span {
    display: none;
  }
}
@media only screen and (max-width: 991px), only screen and (max-device-width: 991px) {
  #header {
    padding: 0;
    height: 80px;
    position: relative;
  }
  #header header {
    background: #fff;
    padding: 10px 0;
    position: fixed;
    height: 80px;
    width: 100%;
    -webkit-box-shadow: 3px 2px 5px 0 #ccc;
    -moz-box-shadow: 3px 2px 5px 0 #ccc;
    box-shadow: 3px 2px 5px 0 #ccc;
    border-color: #fff;
    -moz-transition: border 0.25s ease-in-out;
    -webkit-transition: border 0.25s ease-in-out;
    -o-transition: border 0.25s ease-in-out;
    transition: border 0.25s ease-in-out;
  }
  #header header .flexHeader .logo svg {
    width: 179.04px;
    height: 55px;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    fill: #2699FB;
  }
  #header header .flexHeader #mainMenu {
    position: fixed;
    height: calc(100vh - 80px);
    width: 100%;
    left: 0;
    top: -100%;
    -moz-transition: opacity 0.25s ease-in-out;
    -webkit-transition: opacity 0.25s ease-in-out;
    -o-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  #header header .flexHeader #mainMenu nav {
    height: 100%;
  }
  #header header .flexHeader #mainMenu nav > ul {
    margin: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    list-style: none;
    background: #fff;
  }
  #header header .flexHeader #mainMenu nav > ul > li {
    width: 100%;
    border-color: #fff;
    -moz-transition: border 0.25s ease-in-out;
    -webkit-transition: border 0.25s ease-in-out;
    -o-transition: border 0.25s ease-in-out;
    transition: border 0.25s ease-in-out;
  }
  #header header .flexHeader #mainMenu nav > ul > li > a {
    display: block;
    border-bottom: 1px solid #f5efef;
    border-top: 1px solid #f1f1f1;
    background: -webkit-linear-gradient(to bottom, #ffffff, #f1f1f1);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(to bottom, #ffffff, #f1f1f1);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(to bottom, #ffffff, #f1f1f1);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom, #ffffff, #f1f1f1);
    /* Standard syntax */
    padding: 20px;
  }
  #header header .flexHeader #mainMenu nav > ul > li > a:link,
  #header header .flexHeader #mainMenu nav > ul > li > a:visited {
   font-family: "Inter", sans-serif;
    font-weight: normal;
    font-size: 18px;
    color: #073154;
    text-decoration: none;
    -moz-transition: background 0.25s ease-in-out;
    -webkit-transition: background 0.25s ease-in-out;
    -o-transition: background 0.25s ease-in-out;
    transition: background 0.25s ease-in-out;
  }
  #header header .flexHeader #mainMenu nav > ul > li.active > a {
    background: #0877BE;
    color: #fff;
  }
  #header header .flexHeader #mainMenu nav > ul > li > ul {
    list-style: none;
    height: 0;
    overflow: hidden;
    display: block;
    -moz-transition: height 0.25s ease-in-out;
    -webkit-transition: height 0.25s ease-in-out;
    -o-transition: height 0.25s ease-in-out;
    transition: height 0.25s ease-in-out;
  }
  #header header .flexHeader #mainMenu nav > ul > li > ul > li > a {
    display: block;
    border-bottom: 1px solid #f5efef;
    border-top: 1px solid #f1f1f1;
    background: -webkit-linear-gradient(to bottom, #ffffff, #f1f1f1);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(to bottom, #ffffff, #f1f1f1);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(to bottom, #ffffff, #f1f1f1);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom, #ffffff, #f1f1f1);
    /* Standard syntax */
    padding: 15px;
  }
  #header header .flexHeader #mainMenu nav > ul > li > ul > li > a:link,
  #header header .flexHeader #mainMenu nav > ul > li > ul > li > a:visited {
    font-family: "Inter", sans-serif;
    font-weight: normal;
    font-size: 16px;
    color: #1F3A59;
  }
  #header header .flexHeader #mainMenu nav > ul > li > ul.active {
    height: inherit;
  }
  #header header .flexHeader #mainMenu nav > ul.subActive > li {
    border-color: #0877BE !important;
  }
  #header header .flexHeader #mainMenu nav > ul.subActive > li:not(.active) {
    display: none;
  }
  #header header .flexHeader #mainMenu nav > ul.subActive > li.active > a {
    display: flex;
    justify-content: space-between;
    padding-left: 20px;
  }
  #header header .flexHeader #mainMenu nav > ul.subActive > li.active > a:after {
    display: 'block';
    content: "\f104";
    font: normal normal normal 35px/1 FontAwesome;
    color: #fff;
    line-height: 35px;
    line-height: 24px;
    padding: 0 18px;
  }
  #header header .flexHeader .hamburgerBtn {
    display: block;
    position: absolute;
    overflow: hidden;
    top: 10px;
    right: 20px;
    margin: 0;
    padding: 0;
    width: 40px;
    height: 40px;
    font-size: 0;
    text-indent: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    border: none;
    cursor: pointer;
    -moz-transition: background 0.25s ease-in-out;
    -webkit-transition: background 0.25s ease-in-out;
    -o-transition: background 0.25s ease-in-out;
    transition: background 0.25s ease-in-out;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  #header header .flexHeader .hamburgerBtn:focus {
    outline: none;
  }
  #header header .flexHeader .hamburgerBtn span {
    display: block;
    position: absolute;
    top: 18px;
    left: 8px;
    right: 8px;
    height: 3px;
    background: #2699FB;
  }
  #header header .flexHeader .hamburgerBtn span:before,
  #header header .flexHeader .hamburgerBtn span:after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #2699FB;
    content: "";
  }
  #header header .flexHeader .hamburgerBtn span:before {
    top: -10px;
  }
  #header header .flexHeader .hamburgerBtn span:after {
    bottom: -10px;
  }
  #header header .flexHeader .hamburgerBtn.hms {
    background: transparent;
  }
  #header header .flexHeader .hamburgerBtn.hms span {
    -webkit-transition: background 0s 0.3s;
    transition: background 0s 0.3s;
  }
  #header header .flexHeader .hamburgerBtn.hms span:before,
  #header header .flexHeader .hamburgerBtn.hms span:after {
    -webkit-transition-duration: 0.3s, 0.3s;
    transition-duration: 0.3s, 0.3s;
    -webkit-transition-delay: 0.3s, 0s;
    transition-delay: 0.3s, 0s;
  }
  #header header .flexHeader .hamburgerBtn.hms span:before {
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, transform;
  }
  #header header .flexHeader .hamburgerBtn.hms span:after {
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, transform;
  }
  #header header .flexHeader .hamburgerBtn.hms.active span {
    background: none;
  }
  #header header .flexHeader .hamburgerBtn.hms.active span:before {
    top: 0;
    -webkit-transform: rotate(45deg);
    /* Safari */
    -o-transform: rotate(45deg);
    /* Opera */
    -moz-transform: rotate(45deg);
    /* Firefox */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    /* Internet Explorer */
  }
  #header header .flexHeader .hamburgerBtn.hms.active span:after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    /* Safari */
    -o-transform: rotate(-45deg);
    /* Opera */
    -moz-transform: rotate(-45deg);
    /* Firefox */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    /* Internet Explorer */
  }
  #header header .flexHeader .hamburgerBtn.hms.active span:before,
  #header header .flexHeader .hamburgerBtn.hms.active span:after {
    -webkit-transition-delay: 0s, 0.3s;
    transition-delay: 0s, 0.3s;
  }
  #header.home {
    padding: 0;
  }
  #header.home header .flexHeader .logo svg {
    width: 179.04px;
    height: 55px;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    fill: #0877BE;
  }
}
@media only screen and (max-width: 991px), only screen and (max-device-width: 991px) {
  .activeMenu body {
    overflow: hidden;
    height: 100%;
    width: 100%;
  }
  .activeMenu #header header {
    border-left: 10px solid #2699FB;
  }
  .activeMenu #header header .flexHeader #mainMenu {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    top: 80px;
    -moz-transition: opacity 0.25s ease-in-out;
    -webkit-transition: opacity 0.25s ease-in-out;
    -o-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out;
  }
  .activeMenu #header header .flexHeader #mainMenu > nav > ul > li {
    border-left: 10px solid #2699FB;
  }
}
#footer {
  background: #000479;
  color: #fff;
  padding: 45px 0;
}
#footer p {
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  font-weight: 300;
}
#footer h4 {
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 18px;
  color: #fff;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 38px;
  position: relative;
}
#footer h4:before {
  content: "";
  width: 55px;
  height: 2px;
  background: #0877BE;
  display: block;
  position: absolute;
  bottom: -24px;
  left: 0;
}
#footer .logoFooter {
  margin-bottom: 60px;
  display: inline-block;
}
#footer address h5 {
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #0877BE;
  font-weight: 500;
  margin: 0 0 15px 0;
}
#footer address p {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #fff;
}
#footer address p a:link,
#footer address p a:visited {
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}
#footer address p a:hover {
  text-decoration: underline;
}
#footer ul {
  list-style: none;
  margin: 0;
}
#footer ul li {
  padding: 4.5px 0;
}
#footer ul li a:link,
#footer ul li a:visited {
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}
#footer ul li a:hover {
  text-decoration: underline;
}
#footer ul.social {
  display: flex;
  max-width: 80%;
  margin: 0;
}
#footer ul.social li {
  flex: 1 1 0;
}
#footer ul.social li a:link,
#footer ul.social li a:visited {
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}
#footer ul.social li a:link span,
#footer ul.social li a:visited span {
  display: none;
}
#footer ul.social li.facebook a:before {
  content: "\f09a";
  font: normal normal normal 22px/1 FontAwesome;
  color: #fff;
  line-height: 22px;
}
#footer ul.social li.instagram a:before {
  content: "\f16d";
  font: normal normal normal 22px/1 FontAwesome;
  color: #fff;
  line-height: 22px;
}
#footer ul.social li.youtube a:before {
  content: "\f16a";
  font: normal normal normal 22px/1 FontAwesome;
  color: #fff;
  line-height: 22px;
}
#footer ul.social li.linkedin a:before {
  content: "\f0e1";
  font: normal normal normal 22px/1 FontAwesome;
  color: #fff;
  line-height: 22px;
}
@media only screen and (max-width: 991px), only screen and (max-device-width: 991px) {
  #footer .logoFooter {
    margin-bottom: 30px;
  }
  #footer h4 {
    margin-top: 30px;
  }
  #footer ul.social {
    max-width: 50%;
  }
}
ul.socialNetwork {
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  max-width: 100%;
  margin: 0;
}
ul.socialNetwork li {
  flex: 1 1 0;
}
ul.socialNetwork li a {
  border: 1px solid #ccc;
  width: 74px;
  height: 74px;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
ul.socialNetwork li a:link,
ul.socialNetwork li a:visited {
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #293bde;
  text-decoration: none;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
ul.socialNetwork li a:link span,
ul.socialNetwork li a:visited span {
  display: none;
}
ul.socialNetwork li a:link:before,
ul.socialNetwork li a:visited:before {
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
ul.socialNetwork li a:hover {
  background: #293bde;
}
ul.socialNetwork li a:hover:before {
  color: #fff !important;
}
ul.socialNetwork li.facebook a:before {
  content: "\f09a";
  font: normal normal normal 22px/1 FontAwesome;
  color: #293bde;
  line-height: 22px;
}
ul.socialNetwork li.instagram a:before {
  content: "\f16d";
  font: normal normal normal 22px/1 FontAwesome;
  color: #293bde;
  line-height: 22px;
}
ul.socialNetwork li.youtube a:before {
  content: "\f16a";
  font: normal normal normal 22px/1 FontAwesome;
  color: #293bde;
  line-height: 22px;
}
ul.socialNetwork li.linkedin a:before {
  content: "\f0e1";
  font: normal normal normal 22px/1 FontAwesome;
  color: #293bde;
  line-height: 22px;
}
ul.listLink {
  list-style: none;
}
ul.listLink li {
  border-bottom: 1px solid #B0AFA8;
}
ul.listLink li a:link,
ul.listLink li a:visited {
  padding: 30px 60px 30px 0;
  display: block;
 font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 22px;
  color: #6C6D70;
  font-weight: 700;
  text-decoration: none;
  position: relative;
}
ul.listLink li a:link:before,
ul.listLink li a:visited:before {
  content: '\f105';
  font: normal normal normal 55px/1 FontAwesome;
  color: #6C6D70;
  line-height: 55px;
  display: block;
  position: absolute;
  top: calc(50% - 17px);
  right: 0;
  height: 34px;
  width: 20px;
  line-height: 34px;
  text-align: right;
}
ul.listLink.economySectors li a:link,
ul.listLink.economySectors li a:visited {
  color: #6B3065;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
ul.listLink.economySectors li a:link:before,
ul.listLink.economySectors li a:visited:before {
  color: #000c75;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media only screen and (min-width: 992px) {
  ul.listLink.economySectors li a:hover {
    padding-left: 30px;
    background: rgba(107, 48, 101, 0.1);
  }
  ul.listLink.economySectors li a:hover:before {
    right: 30px;
  }
}
ul.listLink.judicialArea li a:link,
ul.listLink.judicialArea li a:visited {
  color: #1F3A59;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
ul.listLink.judicialArea li a:link:before,
ul.listLink.judicialArea li a:visited:before {
  color: #1F3A59;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media only screen and (min-width: 992px) {
  ul.listLink.judicialArea li a:hover {
    padding-left: 30px;
    background: rgba(31, 58, 89, 0.1);
  }
  ul.listLink.judicialArea li a:hover:before {
    right: 30px;
  }
}
ul.opportunities {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0 75px;
}
ul.opportunities li {
  border-bottom: 1px solid #1F3A59;
  width: calc(50% - 37.5px);
  position: relative;
}
ul.opportunities li a {
  padding: 30px 0;
  display: block;
}
ul.opportunities li a:link:before,
ul.opportunities li a:visited:before {
  content: "";
  background: url("../images/arrow.svg") center left no-repeat;
  background-size: 60% 60%;
  margin-top: -34px;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  height: 68px;
  width: 68px;
  z-index: -1;
  -webkit-transform: rotate(180deg);
  /* Safari */
  -o-transform: rotate(180deg);
  /* Opera */
  -moz-transform: rotate(180deg);
  /* Firefox */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  /* Internet Explorer */
}
ul.opportunities li a:link h3,
ul.opportunities li a:visited h3 {
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 22px;
  color: #1F3A59;
  font-weight: 700;
  margin: 0 0 15px 0;
}
ul.opportunities li a:link p,
ul.opportunities li a:visited p {
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 18px;
  color: #6C6D70;
  font-weight: 700;
  margin: 0;
}
@media only screen and (max-width: 991px), only screen and (max-device-width: 991px) {
  ul.opportunities {
    gap: 0;
  }
  ul.opportunities li {
    width: 100%;
  }
  ul.opportunities li a {
    padding: 30px 50px 30px 0;
  }
  ul.opportunities li a:link h3,
  ul.opportunities li a:visited h3 {
    font-family: "Inter", sans-serif;
    font-weight: normal;
    font-size: 18px;
    color: #1F3A59;
    font-weight: 700;
  }
  ul.opportunities li a:link p,
  ul.opportunities li a:visited p {
   font-family: "Inter", sans-serif;
    font-weight: normal;
    font-size: 16px;
    color: #6C6D70;
    font-weight: 700;
  }
}
ul.searchResult {
  list-style: none;
  display: flex;
  flex-direction: column;
}
ul.searchResult li {
  border-bottom: 1px solid #1F3A59;
  width: 100%;
  position: relative;
}
ul.searchResult li a {
  padding: 30px 90px 30px 0;
  display: block;
}
ul.searchResult li a:link:before,
ul.searchResult li a:visited:before {
  content: "";
  background: url("../images/arrow.svg") center left no-repeat;
  background-size: 60% 60%;
  margin-top: -34px;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  height: 68px;
  width: 68px;
  z-index: -1;
  -webkit-transform: rotate(180deg);
  /* Safari */
  -o-transform: rotate(180deg);
  /* Opera */
  -moz-transform: rotate(180deg);
  /* Firefox */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  /* Internet Explorer */
}
ul.searchResult li a:link h3,
ul.searchResult li a:visited h3 {
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 22px;
  color: #1F3A59;
  font-weight: 700;
  margin: 0 0 15px 0;
}
ul.searchResult li a:link p,
ul.searchResult li a:visited p {
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #6C6D70;
  margin: 0;
}
@media only screen and (max-width: 991px), only screen and (max-device-width: 991px) {
  ul.searchResult {
    gap: 0;
  }
  ul.searchResult li {
    width: 100%;
  }
  ul.searchResult li a {
    padding: 30px 50px 30px 0;
  }
  ul.searchResult li a:link h3,
  ul.searchResult li a:visited h3 {
    font-family: "Inter", sans-serif;
    font-weight: normal;
    font-size: 18px;
    color: #1F3A59;
    font-weight: 700;
  }
  ul.searchResult li a:link p,
  ul.searchResult li a:visited p {
    font-family: "Inter", sans-serif;
    font-weight: normal;
    font-size: 16px;
    color: #6C6D70;
    font-weight: 700;
  }
}
.copy {
  padding: 20px;
  background: #1F3A59;
}
.copy .copyBox {
  display: flex;
  justify-content: space-between;
}
.copy p {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #fff;
}
.copy p a:link,
.copy p a:visited {
 font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}
.copy p a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 991px), only screen and (max-device-width: 991px) {
  .copy {
    padding: 20px 0;
  }
  .copy .copyBox {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .copy p {
    text-align: center;
  }
  .copy p.dev {
    margin-top: 15px;
  }
}
.banner .item {
  position: relative;
  background-size: cover;
  background-position: center;
  height: 500px; /* ajuste conforme o design */
  display: flex;
  align-items: center;
}

.banner .banner-content {
  color: #fff;
  max-width: 660px;
  margin-left: 7%;
}

.banner .categoria {
  display: inline-block;
  padding: 5px 10px;
  margin-bottom: 15px;
  font-size: 14px;
  border: 1px solid #FFFFFF;
}

.banner .banner-content h2 {
  font-size: 62px;
  line-height: 1.2;
  margin: 0 0 20px;
}
.banner .banner-content p {
  font-size: 31px;
}

.banner .btn-banner {
  display: inline-block;
  background: #3366ff;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 4px;
}

@media (max-width: 768px) {
  .banner .item {
    height: 300px;
  }
  .banner .banner-content h2 {
    font-size: 24px;
  }
}

@media only screen and (min-width: 992px) {
  .banner {
    max-height: 85vh;
    overflow: hidden;
    margin: 0;
    position: relative;
  }
  /*
  .banner:before {
    content: "Arraste para baixo";
    position: absolute;
    font-family: "Inter", sans-serif;
    font-weight: normal;
    font-size: 14px;
    color: #fff;
    bottom: 80px;
    left: 50%;
    font-weight: 300;
    margin-left: -64px;
    z-index: 8;
  }
  */
  .banner:after {
    content: "\f107";
    font: normal normal normal 50px/1 FontAwesome;
    color: #fff;
    line-height: 50px;
    position: absolute;
    bottom: 30px;
    left: 50%;
    font-weight: 400;
    margin-left: -15px;
  }
  .banner .item,
  .banner .owl-item {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 85vh;
    background-repeat: no-repeat;
    background-attachment: absolute;
    background-position: center center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
  }
  .banner .item .center,
  .banner .owl-item .center {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 13;
    width: 100%;
    padding: 15px;
    width: 600px;
  }
  .banner .item .center h2,
  .banner .owl-item .center h2 {
    font-family: "Inter", sans-serif;
    font-weight: normal;
    font-size: 52px;
    color: #fff;
    font-weight: 600;
    padding: 0;
    margin: 0;
  }
  .banner .item .center h2 strong,
  .banner .owl-item .center h2 strong {
    font-family: "Inter", sans-serif;
    font-weight: normal;
    font-size: 100px;
    color: #fff;
    line-height: 100px;
    text-transform: uppercase;
    font-weight: 600;
  }
  .banner .item .center p,
  .banner .owl-item .center p {
    font-family: "Inter", sans-serif;
    font-weight: normal;
    font-size: 30px;
    color: #fff;
    font-weight: 400;
    padding: 0;
    margin: 0 0 30px 0;
  }
  .banner .item .center a.linkButton,
  .banner .owl-item .center a.linkButton {
    display: inline-block;
    padding: 10px 50px;
    float: none;
    text-decoration: none;
    border: 1px solid #fff;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
  }
  .banner .item .center a.linkButton:link,
  .banner .owl-item .center a.linkButton:link,
  .banner .item .center a.linkButton:visited,
  .banner .owl-item .center a.linkButton:visited {
    font-family: "Inter", sans-serif;
    font-weight: normal;
    font-size: 14px;
    color: #fff;
    background: transparent;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .banner .item .center a.linkButton:hover,
  .banner .owl-item .center a.linkButton:hover {
    background: rgba(255, 255, 255, 0.1);
  }
  .banner .owl-controls .owl-dots {
    position: absolute;
    display: none !important;
    overflow: hidden;
    text-align: center;
    margin: 0;
    bottom: 40px;
    right: 150px;
    left: inherit;
  }
  .banner .owl-controls .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    background: #707070;
    display: inline-block;
    margin: 0 5px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
  }
  .banner .owl-controls .owl-dots .owl-dot.active {
    background: #fff;
  }
}
@media only screen and (max-width: 1920px), only screen and (max-device-width: 1920px) {
  .banner .owl-controls .owl-dots{
    bottom: 40px;
  }
}
@media only screen and (min-width: 1024px), only screen and (min-device-width: 1024px) {
  .banner .owl-controls .owl-dots{
    /*bottom: 350px;*/
    bottom: 40px;
  }
}
@media only screen and (min-width: 1440px), only screen and (min-device-width: 1440px) {
  .banner .owl-controls .owl-dots{
    bottom: 150px;
  }
}
@media only screen and (max-width: 1399px), only screen and (max-device-width: 1399px) {
  .banner .owl-stage-outer .owl-stage .item .center,
  .banner .owl-stage-outer .owl-stage .owl-item .center {
    width: 50%;
  }
  .banner .owl-stage-outer .owl-stage .item .center h2,
  .banner .owl-stage-outer .owl-stage .owl-item .center h2 {
    font-family: "Inter", sans-serif;
    font-weight: normal;
    font-size: 40px;
    color: #fff;
    font-weight: 600;
  }
  .banner .owl-stage-outer .owl-stage .item .center h2 strong,
  .banner .owl-stage-outer .owl-stage .owl-item .center h2 strong {
    font-family: "Inter", sans-serif;
    font-weight: normal;
    font-size: 80px;
    color: #fff;
    font-weight: 700;
  }
}
@media only screen and (max-width: 1199px), only screen and (max-device-width: 1199px) {
  .banner .owl-stage-outer .owl-stage .item .center h2,
  .banner .owl-stage-outer .owl-stage .owl-item .center h2 {
    font-family: "Inter", sans-serif;
    font-weight: normal;
    font-size: 30px;
    color: #fff;
    font-weight: 600;
  }
  .banner .owl-stage-outer .owl-stage .item .center h2 strong,
  .banner .owl-stage-outer .owl-stage .owl-item .center h2 strong {
    font-family: "Inter", sans-serif;
    font-weight: normal;
    font-size: 60px;
    color: #fff;
    line-height: 60px;
    font-weight: 700;
  }
  .banner .owl-stage-outer .owl-stage .item .center p,
  .banner .owl-stage-outer .owl-stage .owl-item .center p {
    font-family: "Inter", sans-serif;
    font-weight: normal;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
  }
}
@media only screen and (max-width: 991px), only screen and (max-device-width: 991px) {
  .banner {
    margin: 0;
    overflow: hidden;
    height: calc(100vh - 80px);
  }
  .banner .owl-stage-outer {
    height: 100%;
  }
  .banner .owl-stage-outer .owl-stage {
    height: 100%;
  }
  .banner .owl-stage-outer .owl-stage .item,
  .banner .owl-stage-outer .owl-stage .owl-item {
    height: 100%;
    position: relative;
    overflow: hidden;
  }
  .banner .owl-stage-outer .owl-stage .item img,
  .banner .owl-stage-outer .owl-stage .owl-item img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
  }
  .banner .owl-stage-outer .owl-stage .item .center,
  .banner .owl-stage-outer .owl-stage .owl-item .center {
    padding: 20px;
    position: relative;
    text-align: left;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    width: 100%;
  }
  .banner .owl-stage-outer .owl-stage .item .center h2,
  .banner .owl-stage-outer .owl-stage .owl-item .center h2 {
    font-family: "Inter", sans-serif;
    font-weight: normal;
    font-size: 30px;
    color: #fff;
    font-weight: 600;
    text-align: left;
    display: block;
    margin: 0 0 20px 0;
  }
  .banner .owl-stage-outer .owl-stage .item .center h2 strong,
  .banner .owl-stage-outer .owl-stage .owl-item .center h2 strong {
    font-family: "Inter", sans-serif;
    font-weight: normal;
    font-size: 46px;
    color: #fff;
    display: block;
    text-transform: uppercase;
    font-weight: 700;
  }
  .banner .owl-stage-outer .owl-stage .item .center p,
  .banner .owl-stage-outer .owl-stage .owl-item .center p {
    font-family: "Inter", sans-serif;
    font-weight: normal;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    padding: 0;
    margin: 0 0 30px 0;
  }
  .banner .owl-stage-outer .owl-stage .item .center a.linkButton,
  .banner .owl-stage-outer .owl-stage .owl-item .center a.linkButton {
    display: inline-block;
    padding: 10px 50px;
    float: none;
    text-decoration: none;
    border: 1px solid #fff;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
  }
  .banner .owl-stage-outer .owl-stage .item .center a.linkButton:link,
  .banner .owl-stage-outer .owl-stage .owl-item .center a.linkButton:link,
  .banner .owl-stage-outer .owl-stage .item .center a.linkButton:visited,
  .banner .owl-stage-outer .owl-stage .owl-item .center a.linkButton:visited {
    font-family: "Inter", sans-serif;
    font-weight: normal;
    font-size: 14px;
    color: #fff;
    background: transparent;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .banner .owl-stage-outer .owl-stage .item .center a.linkButton:hover,
  .banner .owl-stage-outer .owl-stage .owl-item .center a.linkButton:hover {
    background: rgba(255, 255, 255, 0.1);
  }
  .banner .owl-controls .owl-dots {
    position: absolute;
    display: block;
    overflow: hidden;
    text-align: center;
    margin: 0;
    bottom: 60px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .banner .owl-controls .owl-dots .owl-dot {
    width: 13px;
    height: 13px;
    background: #707070;
    display: inline-block;
    margin: 0 10px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
  }
  .banner .owl-controls .owl-dots .owl-dot.active {
    background: #fff;
  }
}
#conteudo {
  padding-top: 96.44px;
}
#conteudo section {
  padding: 100px;
}
#conteudo section h2 {
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 37px;
  color: #00086c;
}
#conteudo section h2 strong {
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 50px;
  color: #00086c;
  font-weight: 800;
  text-transform: uppercase;
}
#conteudo section p {
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 17px;
  color: #00086c;
}
#conteudo section p a:link,
#conteudo section p a:visited {
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 18px;
  color: #2699FB;
  text-decoration: underline;
  font-weight: 700;
}
@media only screen and (max-width: 991px), only screen and (max-device-width: 991px) {
  #conteudo section {
    padding: 60px 0;
  }
  #conteudo section h2 {
    font-family: "Inter", sans-serif;
    font-weight: normal;
    font-size: 30px;
    color: #00086c;
    font-weight: 600;
  }
  #conteudo section h2 strong {
    font-family: "Inter", sans-serif;
    font-weight: normal;
    font-size: 46px;
    color: #00086c;
    font-weight: 700;
  }
}
#conteudo .mainContent {
  padding-bottom: 75px;
}
@media only screen and (max-width: 991px), only screen and (max-device-width: 991px) {
  #conteudo {
    padding-top: 0;
  }
  #conteudo .mainContent {
    padding-bottom: 30px;
  }
}
.home #conteudo {
  padding-top: 0;
}
.pageTitle {
  padding: 45px 0;
}

.pageTitle .boxTitle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.pageTitle h1 {
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 100px;
  color: #4262fe;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  height: 116px;
  max-width: 785px;
}
.pageTitle h1:before {
  content: "";
  height: 46px;
  width: 50%;
  display: block;
  background: #4262fe;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: calc(-50% - 15px);
}
.pageTitle h2 {
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 60px;
  color: #1F3A59;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
}
.pageTitle h2:before {
  content: "";
  height: 40px;
  width: 50%;
  display: block;
  background: #2699FB;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: calc(-50% - 15px);
}
@media only screen and (max-width: 1399px), only screen and (max-device-width: 1399px) {
  .pageTitle h1 {
    height: 96px;
    max-width: 630px;
  }
  .pageTitle h1,
  .pageTitle h2 {
    font-family: "Inter", sans-serif;
    font-weight: normal;
    font-size: 80px;
    color: #1F3A59;
    font-weight: 700;
  }
  .pageTitle h1:before,
  .pageTitle h2:before {
    height: 40px;
  }
}
@media only screen and (max-width: 1199px), only screen and (max-device-width: 1199px) {
  .pageTitle h1 {
    height: 78px;
    max-width: 510px;
  }
  .pageTitle h1,
  .pageTitle h2 {
    font-family: "Inter", sans-serif;
    font-weight: normal;
    font-size: 64px;
    color: #1F3A59;
    font-weight: 700;
  }
  .pageTitle h1:before,
  .pageTitle h2:before {
    height: 30px;
  }
}
@media only screen and (max-width: 991px), only screen and (max-device-width: 991px) {
  .pageTitle .boxTitle {
    flex-direction: column;
  }
  .pageTitle h1 {
    height: inherit;
    max-width: 100%;
  }
  .pageTitle h1 {
    font-family: "Inter", sans-serif;
    font-weight: normal;
    font-size: 48px;
    color: #1F3A59;
    font-weight: 700;
    width: 100%;
    margin-bottom: 15px;
  }
  .pageTitle h1:before {
    display: none;
  }
  .pageTitle h2 {
    font-family: "Inter", sans-serif;
    font-weight: normal;
    font-size: 35px;
    color: #1F3A59;
    font-weight: 700;
    width: 100%;
    margin-bottom: 15px;
  }
  .pageTitle h2:before {
    display: none;
  }
}
.pageIntro {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
}
.pageIntro h2 {
  margin-top: 67.5px;
}
.pageIntro p {
  max-width: 50%;
  margin-left: auto;
}
.pageIntro img {
  z-index: -1;
  width: 100%;
  height: auto;
}
.pageIntro .left {
  padding: 0 15px;
  width: 50%;
}
.pageIntro .right {
  width: 50%;
}
@media only screen and (max-width: 1399px), only screen and (max-device-width: 1399px) {
  .pageIntro p {
    max-width: 80%;
  }
}
@media only screen and (max-width: 991px), only screen and (max-device-width: 991px) {
  .pageIntro {
    flex-direction: column-reverse;
    padding: 0 15px !important;
  }
  .pageIntro img {
    margin-bottom: 15px;
  }
  .pageIntro .left,
  .pageIntro .right {
    width: 100%;
    padding: 0;
  }
  .pageIntro p {
    width: 100%;
    margin-left: 0;
    max-width: 100%;
    margin-bottom: 15px;
  }
}
ul.breadcrumb {
  list-style: none;
  display: flex;
  margin: 0;
}
ul.breadcrumb li {
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #1F3A59;
  font-weight: 500;
}
ul.breadcrumb li:after {
  content: "/";
  padding: 0 7.5px;
}
ul.breadcrumb li a:link,
ul.breadcrumb li a:visited {
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #1F3A59;
  font-weight: 500;
}
ul.breadcrumb li:last-child {
  text-decoration: underline;
}
ul.breadcrumb li:last-child:after {
  display: none;
}
@media only screen and (max-width: 991px), only screen and (max-device-width: 991px) {
  ul.breadcrumb {
    width: 100%;
  }
  ul.breadcrumb li {
    font-family: "Inter", sans-serif;
    font-weight: normal;
    font-size: 14px;
    color: #1F3A59;
    font-weight: 500;
  }
  ul.breadcrumb li a:link,
  ul.breadcrumb li a:visited {
    font-family: "Inter", sans-serif;
    font-weight: normal;
    font-size: 14px;
    color: #1F3A59;
    font-weight: 500;
  }
}
fieldset legend {
  display: none;
}
fieldset label {
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 18px;
  color: #1F3A59;
  font-weight: 600;
  display: block;
  margin: 0 0 10px 0;
}
fieldset input[type="text"],
fieldset input[type="email"] {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 18px;
  color: #1F3A59;
  padding: 12px;
  height: 60px;
  border: 1px solid #EEEEEE;
  -webkit-box-shadow: 0 0 0 0 #ccc;
  -moz-box-shadow: 0 0 0 0 #ccc;
  box-shadow: 0 0 0 0 #ccc;
}
fieldset select.form-control,
fieldset textarea.form-control {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 18px;
  color: #1F3A59;
  padding: 12px 30px;
  border: 1px solid #EEEEEE;
  -webkit-box-shadow: 0 0 0 0 #ccc;
  -moz-box-shadow: 0 0 0 0 #ccc;
  box-shadow: 0 0 0 0 #ccc;
}
fieldset select.form-control {
  height: 62px;
  border: 1px solid #EEEEEE;
}
fieldset textarea.form-control {
  height: 208px;
}
fieldset textarea.form-control.msgMin {
  height: 126px;
}
fieldset input[type="submit"] {
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 18px;
  color: #1F3A59;
  background: #1F3A59;
  border: none;
  padding: 10px;
}
fieldset input[type="submit"].right {
  float: right;
}
fieldset input[type="submit"].fullWidth {
  width: 100%;
}
fieldset button.btnSearch:before {
  content: "\f002";
  font: normal normal normal 18px/1 FontAwesome;
  color: #B0AFA8;
  line-height: 18px;
}
fieldset button.btnSearch span {
  display: none;
}
fieldset .form-group {
  padding: 0;
  position: relative;
}
fieldset .form-check {
  margin-bottom: 15px;
}
.filter {
  margin: 60px 0 60px 0;
}
.filter.nmp {
  margin-top: 0;
}
.filter fieldset .form-group {
  position: relative;
}
.filter fieldset .form-group.compound input {
  padding-right: 70px;
}
.filter fieldset .form-group.compound input + input[type="submit"] {
  position: absolute;
  bottom: 1px;
  right: 0;
  padding: 10px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.filter fieldset .form-group.compound input + input[type="submit"].btnSearch {
  background: transparent;
}
.filter fieldset .form-group.compound input + input[type="submit"].btnSearch:before {
  content: "\f002";
  font: normal normal normal 22px/1 FontAwesome;
  color: #1F3A59;
  line-height: 22px;
  padding: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.filter fieldset .form-group.compound input + input[type="submit"].btnSearch span {
  display: none;
}
.filter fieldset .form-group.compound input + input[type="submit"].btnSend {
  background: transparent;
}
.filter fieldset .form-group.compound input + input[type="submit"].btnSend:before {
  content: "\f1d9";
  font: normal normal normal 22px/1 FontAwesome;
  color: #1F3A59;
  line-height: 22px;
  padding: 0;
  width: 40px;
  height: 40px;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
}
.filter fieldset .form-group.compound input + input[type="submit"].btnSend span {
  display: none;
}
ul.recentPosts {
  list-style: none;
  margin: 0 0 20px 0;
  overflow: hidden;
}
ul.recentPosts li {
  margin: 0 0 30px 0;
}
ul.recentPosts li a {
  display: block;
  overflow: hidden;
}
ul.recentPosts li a span.img img {
  display: block;
  width: 100%;
  height: auto;
}
ul.recentPosts li a span.text h4 {
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #6C6D70;
  line-height: 24px;
  margin: 0;
  padding: 0;
}
ul.recentPosts li a span.text p {
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #6C6D70;
  margin: 5px 0 0 0;
  padding: 0;
}
ul.recentPosts li:first-child a span.text h4 {
  margin-top: 15px;
}
@media only screen and (max-width: 991px), only screen and (max-device-width: 991px) {
  ul.recentPosts li a span.img {
    margin-bottom: 15px;
  }
  ul.recentPosts li a span.text p {
    font-family: "Inter", sans-serif;
    font-weight: normal;
    font-size: 14px;
    color: #6C6D70;
  }
  ul.recentPosts li:first-child a span.text h4 {
    margin-top: 0;
  }
}
.sideBar h3 {
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 26px;
  color: #1F3A59;
  font-weight: 700;
  padding: 0;
}
.sideBar h3:not(:first-child) {
  margin: 60px 0 30px 0;
}
@media only screen and (max-width: 991px), only screen and (max-device-width: 991px) {
  .sideBar {
    margin-top: 40px;
  }
  .sideBar h3 {
    margin: 30px 0 15px 0;
  }
}
ul.tags {
  list-style: none;
  overflow: hidden;
  gap: 20px;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
ul.tags li a:link,
ul.tags li a:visited {
  background: #eeeeee;
  display: block;
  padding: 4px 8px;
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 18px;
  color: #1F3A59;
  font-weight: 600;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  text-decoration: none;
}
ul.tags li a:hover {
  background: #2699FB;
  color: #fff;
  border-color: #0877BE;
}
#plataformaGlobal h2 {
  margin-top: 67.5px;
}
#plataformaGlobal h2 strong {
  width: 700px;
}
#plataformaGlobal h2 span {
  display: block;
  color: #323dd9;
  font-size: 25px;
  margin: 20px 0 20px 0;
}
#plataformaGlobal p {
}
#plataformaGlobal img {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1600px), only screen and (max-device-width: 1600px) {
  #plataformaGlobal img {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1199px), only screen and (max-device-width: 1199px) {
  #plataformaGlobal img {
    margin-left: 0;
  }
}
@media only screen and (max-width: 991px), only screen and (max-device-width: 991px) {
  #plataformaGlobal h2 {
    margin: 0;
  }
  #plataformaGlobal img {
    margin: 15px 0;
    width: 100%;
  }
  #plataformaGlobal p {
    margin-left: 0;
    max-width: inherit;
  }
}
#numbersCMA {
  background: #FCFBF8;
}
#numbersCMA h2 {
  text-align: center;
  margin: 0 auto;
  max-width: inherit;
}
#numbersCMA .boxNumbers {
  display: flex;
  max-width: 80%;
  justify-content: center;
  margin: 0 auto;
}
#numbersCMA .boxNumbers .boxNumber {
  padding: 60px;
  flex-grow: 1;
}
#numbersCMA .boxNumbers .boxNumber p.number {
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 70px;
  color: #FFFFFF;
  line-height: 140px;
  height: 140px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 15px 0;
}
#numbersCMA .boxNumbers .boxNumber p.number span {
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 70px;
  color: #1F3A59;
  font-weight: bold;
}
#numbersCMA .boxNumbers .boxNumber p.text {
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 18px;
  color: #FFFFFF;
  text-align: center;
  max-width: 240px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
#numbersCMA .boxNumbers .boxNumber p.textAlt {
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 17px;
  color: #FFFFFF;
  text-align: center;
  margin: 0;
}
@media only screen and (max-width: 1399px), only screen and (max-device-width: 1399px) {
  #numbersCMA .boxNumbers .boxNumber {
    padding: 30px;
  }
  #numbersCMA .boxNumbers .boxNumber p.number {
    font-family: "Inter", sans-serif;
    font-weight: normal;
    font-size: 50px;
    color: #FFF;
    line-height: 140px;
    height: 150px;
    font-weight: 700;
  }
  #numbersCMA .boxNumbers .boxNumber p.number span {
    font-family: "Inter", sans-serif;
    font-weight: normal;
    font-size: 50px;
    color: #1F3A59;
    font-weight: bold;
  }
}
@media only screen and (max-width: 991px), only screen and (max-device-width: 991px) {
  #numbersCMA .boxNumbers {
    flex-direction: column;
  }
  #numbersCMA .boxNumbers .boxNumber {
    padding: 15px;
  }
  #numbersCMA .boxNumbers .boxNumber p {
    max-width: inherit !important;
    height: inherit !important;
  }
}
#areasDeAtuacao .boxAreas {
  display: flex;
}
#areasDeAtuacao .boxAreas .box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 100px;
}
#areasDeAtuacao .boxAreas .box h2 {
  max-width: inherit;
  margin-bottom: 15px;
}
#areasDeAtuacao .boxAreas .box h3 {
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 58px;
  color: #073154;
  font-weight: bold;
}
#areasDeAtuacao .boxAreas .box p {
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #00086c;
  width: 100%;
}
#areasDeAtuacao .boxAreas .box.purple {
  background: #4e69ff;
}
#areasDeAtuacao .boxAreas .box.blue {
  background: #000c75;
}
#areasDeAtuacao .boxAreas .box.purple h3,
#areasDeAtuacao .boxAreas .box.blue h3 {
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 50px;
  color: #fff;
  font-weight: 600;
  margin: 0 0 30px 0;
  text-align: center;
}
#areasDeAtuacao .boxAreas .box.purple p,
#areasDeAtuacao .boxAreas .box.blue p {
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  margin: 0;
  text-align: center;
  max-width: inherit;
  margin-left: 0;
}
@media only screen and (max-width: 1700px), only screen and (max-device-width: 1700px) {
  #areasDeAtuacao .boxAreas .box {
    width: 30%;
    padding: 30px;
  }
  #areasDeAtuacao .boxAreas .box:first-child {
    width: 40%;
  }
}
@media only screen and (max-width: 1399px), only screen and (max-device-width: 1399px) {
  #areasDeAtuacao .boxAreas .box h2 {
    font-size: 50px;
  }
  #areasDeAtuacao .boxAreas .box h2 strong {
    font-size: 50px;
  }
  #areasDeAtuacao .boxAreas .box p {
    font-family: "Inter", sans-serif;
    font-weight: normal;
    font-size: 16px;
    color: #00086c;
    width: 100%;
  }
}
@media only screen and (max-width: 1199px), only screen and (max-device-width: 1199px) {
  #areasDeAtuacao .boxAreas .box h3 {
    font-size: 48px !important;
  }
  #areasDeAtuacao .boxAreas .box p {
    max-width: 100%;
  }
}
@media only screen and (max-width: 991px), only screen and (max-device-width: 991px) {
  #areasDeAtuacao .boxAreas {
    display: flex;
    flex-direction: column;
  }
  #areasDeAtuacao .boxAreas .box {
    padding: 0;
    width: 100% !important;
  }
  #areasDeAtuacao .boxAreas .box h2 {
    width: 100%;
  }
  #areasDeAtuacao .boxAreas .box p {
    font-family: "Inter", sans-serif;
    font-weight: normal;
    font-size: 16px;
    color: #00086c;
    margin-left: 0;
    max-width: 100%;
  }
  #areasDeAtuacao .boxAreas .box.purple {
    margin-top: 15px;
  }
  #areasDeAtuacao .boxAreas .box.purple,
  #areasDeAtuacao .boxAreas .box.blue {
    padding: 60px 30px;
  }
  #areasDeAtuacao .boxAreas .box.purple h3,
  #areasDeAtuacao .boxAreas .box.blue h3 {
    font-family: "Inter", sans-serif;
    font-weight: normal;
    font-size: 30px;
    color: #fff;
  }
  #areasDeAtuacao .boxAreas .box.purple p,
  #areasDeAtuacao .boxAreas .box.blue p {
    font-family: "Inter", sans-serif;
    font-weight: normal;
    font-size: 16px;
    color: #fff;
  }
}
#excelenciaJuridica {
  background: #cecece;
  padding-bottom: 0;
}
#excelenciaJuridica h2 {
  text-align: center;
  margin: 0 auto 30px auto;
  max-width: inherit;
}
#excelenciaJuridica h2 + p,
#excelenciaJuridica h2 + p + p {
  max-width: 850px;
  margin: 0 auto 30px auto;
  text-align: center;
}
#excelenciaJuridica .mosaic {
  display: flex;
}
#excelenciaJuridica .mosaic .item {
  background: #2699FB;
  display: flex;
  flex-direction: column;
  width: 100%;
}
#excelenciaJuridica .mosaic .item .image {
  height: 50%;
  height: 360px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: rgba(25, 25, 25, 0.9);
}
#excelenciaJuridica .mosaic .item .text {
  height: 50%;
  height: 360px;
}
#excelenciaJuridica .mosaic .item .text a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#excelenciaJuridica .mosaic .item .text a:link,
#excelenciaJuridica .mosaic .item .text a:visited {
  color: #fff;
  -moz-transition: background 0.25s ease-in-out;
  -webkit-transition: background 0.25s ease-in-out;
  -o-transition: background 0.25s ease-in-out;
  transition: background 0.25s ease-in-out;
}
#excelenciaJuridica .mosaic .item .text a:link h3,
#excelenciaJuridica .mosaic .item .text a:visited h3 {
  margin: 0;
  width: 100%;
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 26px;
  color: #fff;
}
#excelenciaJuridica .mosaic .item .text a:link p,
#excelenciaJuridica .mosaic .item .text a:visited p {
  width: 100%;
  margin: 0 0 15px 0;
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
}
#excelenciaJuridica .mosaic .item .text a:hover {
  text-decoration: none;
  background: #1F3A59;
}
#excelenciaJuridica .mosaic .item.publication .text a p:before {
  content: "\f15c";
  font: normal normal normal 16px/1 FontAwesome;
  color: #fff;
  line-height: 16px;
  margin: 0 7.5px 0 0;
}
#excelenciaJuridica .mosaic .item.audio .text a p:before {
  content: "\f028";
  font: normal normal normal 16px/1 FontAwesome;
  color: #fff;
  line-height: 16px;
  margin: 0 7.5px 0 0;
}
#excelenciaJuridica .mosaic .item.video .text a p:before {
  content: "\f03d";
  font: normal normal normal 16px/1 FontAwesome;
  color: #fff;
  line-height: 16px;
  margin: 0 7.5px 0 0;
}
@media only screen and (max-width: 991px), only screen and (max-device-width: 991px) {
  #excelenciaJuridica .mosaic {
    flex-direction: column;
  }
  #excelenciaJuridica .mosaic .item {
    margin: 2px 0;
  }
  #excelenciaJuridica .mosaic .item .image {
    display: none;
  }
  #excelenciaJuridica .mosaic .item .text {
    height: inherit;
  }
  #excelenciaJuridica .mosaic .item .text a:link,
  #excelenciaJuridica .mosaic .item .text a:visited {
    padding: 50px 25px;
  }
  #excelenciaJuridica .mosaic .item .text a:link h3,
  #excelenciaJuridica .mosaic .item .text a:visited h3 {
    font-family: "Inter", sans-serif;
    font-weight: normal;
    font-size: 24px;
    color: #fff;
    line-height: 34px;
  }
}
#howIsWorking {
  background: #FCFBF8;
  padding-bottom: 0;
}
#howIsWorking h2 {
  text-align: center;
  margin: 0 auto 30px auto;
  max-width: inherit !important;
}
#howIsWorking h2 + p,
#howIsWorking h2 + p + p {
  max-width: 850px;
  margin: 0 auto 30px auto;
  text-align: center;
}
#howIsWorking .pictures {
  margin: 90px 0 0 0;
}
#howIsWorking .pictures .carouselPictures {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  list-style: none;
  gap: 15px;
}
#howIsWorking .pictures .carouselPictures .item {
  width: calc((100% - 60px) / 5);
}
#howIsWorking .pictures .carouselPictures .item img {
  display: block;
  width: 100%;
  height: 100%;
}
#howIsWorking .pictures .carouselPictures .owl-item .item {
  width: 100%;
}
@media only screen and (max-width: 991px), only screen and (max-device-width: 991px) {
  #howIsWorking .pictures {
    margin: 45px 0 0 0;
  }
  #howIsWorking .pictures .carouselPictures {
    gap: 0;
  }
  #howIsWorking .pictures .carouselPictures .item {
    width: 100%;
    padding: 7.5px 15px;
  }
  #howIsWorking .pictures .carouselPictures .owl-controls {
    width: 100%;
  }
  #howIsWorking .pictures .carouselPictures .owl-controls .owl-dots {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: calc(15px / 3);
    align-items: center;
    justify-content: center;
  }
  #howIsWorking .pictures .carouselPictures .owl-controls .owl-dots .owl-dot {
    width: 13px;
    height: 13px;
    background: #B0AFA8;
    margin: 0;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
  }
  #howIsWorking .pictures .carouselPictures .owl-controls .owl-dots .owl-dot.active {
    background: #1F3A59;
  }
}
#nossosEscritorios {
  position: relative;
}

#nossosEscritorios h2 + p {
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 1399px), only screen and (max-device-width: 1399px) {
  #nossosEscritorios h2 {
    max-width: inherit;
    margin-bottom: 30px;
  }
  #nossosEscritorios h2 strong {
    font-size: 70px !important;
  }
}
@media only screen and (max-width: 1199px), only screen and (max-device-width: 1199px) {
  #nossosEscritorios h2 strong {
    font-size: 60px !important;
  }
}
@media only screen and (max-width: 991px), only screen and (max-device-width: 991px) {
  #nossosEscritorios {
    padding-bottom: 15px;
  }

  #nossosEscritorios h2 {
    margin-bottom: 30px;
    max-width: inherit;
  }
  #nossosEscritorios h2 + p {
    margin-bottom: 30px;
    max-width: inherit;
  }
  #nossosEscritorios .row {
    display: flex;
    flex-direction: column;
  }
  #nossosEscritorios .row .mobile1 {
    order: 1;
  }
  #nossosEscritorios .row .mobile2 {
    order: 2;
  }
  #nossosEscritorios .row .mobile3 {
    order: 3;
  }
}
ul.accordion {
  list-style: none;
  margin: 0;
  border-top: 1px solid #073154;
}
ul.accordion li {
  border-bottom: 1px solid #073154;
}
ul.accordion li h4 {
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 26px;
  color: #073154;
  padding: 30px 0;
  margin: 0;
  cursor: pointer;
  position: relative;
}
ul.accordion li h4:before {
  content: "\f107";
  font: normal normal normal 30px/1 FontAwesome;
  color: #073154;
  line-height: 30px;
  position: absolute;
  top: calc(50% - 15px);
  right: 0;
}
ul.accordion li .boxInfo {
  display: none;
}
ul.accordion li .boxInfo p {
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #6C6D70;
}
ul.accordion li .boxInfo p:last-child {
  margin-bottom: 45px;
}
ul.accordion li .boxInfo p a:link,
ul.accordion li .boxInfo p a:visited {
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 18px;
  color: #6C6D70;
  font-weight: 700;
  text-decoration: none;
}
ul.accordion li .boxInfo p.phone {
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 18px;
  color: #6C6D70;
  font-weight: 700;
}
ul.accordion li .boxInfo p.phone:before {
  content: "\f095";
  font: normal normal normal 22px/1 FontAwesome;
  color: #2699FB;
  line-height: 22px;
  margin: 0 7.5px 0 0;
}
ul.accordion li .boxInfo p.fax {
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 18px;
  color: #6C6D70;
  font-weight: 700;
}
ul.accordion li .boxInfo p.fax:before {
  content: "\f1ac";
  font: normal normal normal 22px/1 FontAwesome;
  color: #2699FB;
  line-height: 22px;
  margin: 0 7.5px 0 0;
}
ul.accordion li:first-child .boxInfo {
  display: block;
}
ul.accordion li.active h4:before {
  content: "\f106";
}
@media only screen and (max-width: 991px), only screen and (max-device-width: 991px) {
  ul.accordion li h4 {
    font-family: "Inter", sans-serif;
    font-weight: normal;
    font-size: 20px;
    color: #073154;
    font-weight: 700;
  }
}
.divisor {
  display: block;
  width: 100%;
  height: 0;
  position: relative;
  z-index: 1;
}
.divisor:before {
  content: "";
  display: block;
  width: 210px;
  height: 10px;
  background: #C8D400;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: absolute;
  -webkit-transform: rotate(-55deg);
  /* Safari */
  -o-transform: rotate(-55deg);
  /* Opera */
  -moz-transform: rotate(-55deg);
  /* Firefox */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  /* Internet Explorer */
}
.divisor.right:before {
  right: calc(50% - 900px);
}
.divisor.left:before {
  left: calc(50% - 900px);
}
@media only screen and (max-width: 991px), only screen and (max-device-width: 991px) {
  .divisor {
    display: none;
  }
}
#map {
  height: 310px;
  width: 100%;
  margin: 45px 0 0 0;
}
#map iframe {
  height: 310px !important;
  width: 100%;
}
#map.faleConoscoVariant {
  height: 550px;
}
#map.faleConoscoVariant iframe {
  height: 550px !important;
}
@media only screen and (max-width: 991px), only screen and (max-device-width: 991px) {
  #map {
    margin: 15px 0 0 0;
  }
  #map.faleConoscoVariant {
    height: 310px;
  }
  #map.faleConoscoVariant iframe {
    height: 310px !important;
  }
}
.news ul {
  list-style: none;
  margin: 0;
}
.news ul li.new {
  padding: 40px 0;
}
.news ul li.new:first-child {
  padding-top: 0;
}
.news ul li.new article {
  display: flex;
}
.news ul li.new article .image {
  display: block;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #ccc;
  width: 340px;
  height: 340px;
}
.news ul li.new article .image a {
  display: block;
  width: 340px;
  height: 340px;
}
.news ul li.new article .image a img {
  width: 100%;
  height: 100%;
  display: block;
}
.news ul li.new article .newsInfo {
  padding: 0 15px 0 70px;
  -moz-transition: background 0.25s ease-in-out;
  -webkit-transition: background 0.25s ease-in-out;
  -o-transition: background 0.25s ease-in-out;
  transition: background 0.25s ease-in-out;
}
.news ul li.new article .newsInfo .top {
  display: flex;
  align-items: baseline;
  padding: 30px 0;
}
.news ul li.new article .newsInfo .top span {
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #B0AFA8;
}
.news ul li.new article .newsInfo .top span.author:before {
  content: "\f007";
  font: normal normal normal 16px/1 FontAwesome;
  color: #6B3065;
  line-height: 16px;
  margin-right: 15px;
}
.news ul li.new article .newsInfo .top span.date {
  padding: 0 15px;
}
.news ul li.new article .newsInfo a:link,
.news ul li.new article .newsInfo a:visited {
  text-decoration: none;
}
.news ul li.new article .newsInfo a:link h3,
.news ul li.new article .newsInfo a:visited h3 {
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 40px;
  color: #1F3A59;
  font-weight: 700;
  margin: 0 0 30px 0;
}
.news ul li.new article .newsInfo a:link p,
.news ul li.new article .newsInfo a:visited p {
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #6C6D70;
  line-height: 24px;
  height: 145px;
  overflow: hidden;
  margin: 0;
}
.news ul li.new article:hover .newsInfo {
  background: #efefef;
}
@media only screen and (max-width: 1699px), only screen and (max-device-width: 1699px) {
  .news ul li.new article .image {
    width: 280px;
    height: 280px;
  }
  .news ul li.new article .image a {
    width: 280px;
    height: 280px;
  }
  .news ul li.new article .newsInfo {
    padding: 0 15px 0 30px;
  }
  .news ul li.new article .newsInfo .top {
    padding: 15px 0;
  }
  .news ul li.new article .newsInfo a:link h3,
  .news ul li.new article .newsInfo a:visited h3 {
    margin: 0 0 15px 0;
  }
  .news ul li.new article .newsInfo a:link p,
  .news ul li.new article .newsInfo a:visited p {
    height: 120px;
  }
}
@media only screen and (max-width: 1399px), only screen and (max-device-width: 1399px) {
  .news ul li.new article .image {
    width: 200px;
    height: 200px;
  }
  .news ul li.new article .image a {
    width: 200px;
    height: 200px;
  }
  .news ul li.new article .newsInfo .top span {
    font-family: "Inter", sans-serif;
    font-weight: normal;
    font-size: 14px;
    color: #B0AFA8;
  }
  .news ul li.new article .newsInfo .top span.author:before {
    font: normal normal normal 14px/1 FontAwesome;
    color: #6B3065;
    line-height: 14px;
  }
  .news ul li.new article .newsInfo a:link h3,
  .news ul li.new article .newsInfo a:visited h3 {
    font-family: "Inter", sans-serif;
    font-weight: normal;
    font-size: 28px;
    color: #1F3A59;
    font-weight: 700;
  }
  .news ul li.new article .newsInfo a:link p,
  .news ul li.new article .newsInfo a:visited p {
    font-family: "Inter", sans-serif;
    font-weight: normal;
    font-size: 14px;
    color: #6C6D70;
    line-height: 20px;
    height: 60px;
  }
}
@media only screen and (max-width: 991px), only screen and (max-device-width: 991px) {
  .news ul li.new article {
    flex-direction: column;
  }
  .news ul li.new article .image {
    width: 100%;
    height: auto;
  }
  .news ul li.new article .image a {
    width: 100%;
    height: auto;
  }
  .news ul li.new article .newsInfo {
    padding: 0;
  }
  .news ul li.new article .newsInfo .top {
    flex-direction: column;
  }
  .news ul li.new article .newsInfo .top .authorDate {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 15px;
  }
  .news ul li.new article .newsInfo .top span {
    font-family: "Inter", sans-serif;
    font-weight: normal;
    font-size: 14px;
    color: #B0AFA8;
  }
  .news ul li.new article .newsInfo .top span.author:before {
    font: normal normal normal 14px/1 FontAwesome;
    color: #6B3065;
    line-height: 14px;
  }
  .news ul li.new article .newsInfo a:link p,
  .news ul li.new article .newsInfo a:visited p {
    height: auto;
  }
}
.newsDetail {
  display: block;
  width: 100%;
}
.newsDetail .postImage img {
  display: block;
  width: 100%;
  height: auto;
}
.newsDetail .post {
  padding: 0 60px;
}
.newsDetail .post .top {
  display: flex;
  align-items: baseline;
  padding: 30px 0;
}
.newsDetail .post .top .authorDate {
  display: flex;
}
.newsDetail .post .top .authorDate span {
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #B0AFA8;
}
.newsDetail .post .top .authorDate span.author {
  margin: 0;
}
.newsDetail .post .top .authorDate span.author:before {
  content: "\f007";
  font: normal normal normal 16px/1 FontAwesome;
  color: #6B3065;
  line-height: 16px;
  margin-right: 15px;
}
.newsDetail .post .top .authorDate span.date {
  padding: 0 15px;
}
.newsDetail .post .top .shareLikeButtons {
  margin-left: auto;
}
.newsDetail .post h1 {
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 42px;
  color: #1F3A59;
  font-weight: 700;
  margin: 0 0 30px 0;
}
.newsDetail .post h3 {
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 26px;
  color: #B0AFA8;
  line-height: 36px;
  margin: 0 0 30px 0;
}
.newsDetail .post p {
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #6C6D70;
  line-height: 24px;
  margin-bottom: 15px;
}
.newsDetail .post blockquote {
  background: #6B3065;
  padding: 45px;
  border: 0;
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 22px;
  color: #fff;
  font-style: italic;
}
.newsDetail .post blockquote p {
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 22px;
  color: #fff;
  font-style: italic;
  margin: 0;
}
.newsDetail .post .groupImages {
  display: flex;
  width: 100%;
  gap: 15px;
  margin-bottom: 15px;
}
.newsDetail .post .groupImages img {
  width: 100%;
}
.newsDetail .post .author {
  margin: 60px 0 0 0;
  display: flex;
}
.newsDetail .post .author .photo {
  width: 97px;
  height: 97px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}
.newsDetail .post .author .photo img {
  width: 100%;
  height: 100%;
  display: block;
}
.newsDetail .post .author .info {
  width: calc(100% - 97px);
  padding-left: 45px;
}
.newsDetail .post .author .info .name {
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 26px;
  color: #1F3A59;
  font-weight: 700;
  margin: 0;
}
.newsDetail .post .author .info .bio {
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #6C6D70;
  line-height: 24px;
  margin: 0;
}
@media only screen and (max-width: 991px), only screen and (max-device-width: 991px) {
  .newsDetail .post {
    padding: 0;
  }
  .newsDetail .post h1 {
    font-size: 30px;
  }
  .newsDetail .post h3 {
    font-size: 20px;
    line-height: 26px;
  }
  .newsDetail .post blockquote {
    padding: 15px;
  }
  .newsDetail .post .groupImages {
    flex-direction: column;
  }
  .newsDetail .post .top {
    flex-direction: column;
  }
  .newsDetail .post .top > div {
    width: 100%;
  }
  .newsDetail .post .top > div.authorDate {
    display: flex;
  }
  .newsDetail .post .top > div.authorDate .author {
    margin: 0;
  }
  .newsDetail .post .top > div.authorDate .date {
    padding-right: 0;
    margin-left: auto;
  }
  .newsDetail .post .top > div.secTags {
    padding: 15px 0;
  }
  .newsDetail .post .author {
    margin: 45px 0 0 0;
    flex-direction: column;
  }
  .newsDetail .post .author .photo {
    margin: 0 auto 15px auto;
  }
  .newsDetail .post .author .info {
    width: 100%;
    padding-left: 0;
  }
  .newsDetail .post .author .info h3.name {
    margin-bottom: 15px;
  }
  .newsDetail .post .author .info h3,
  .newsDetail .post .author .info p {
    text-align: center;
  }
}
.pagination {
  width: 100%;
  padding: 30px 0;
}
.pagination ul.list {
  list-style: none;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination ul.list li a {
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination ul.list li a:link,
.pagination ul.list li a:visited {
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 26px;
  color: #B0AFA8;
  font-weight: 700;
  text-decoration: none;
}
.pagination ul.list li:not(.disabled) a:hover {
  background: #0877BE !important;
  color: #fff !important;
}
.pagination ul.list li.active a:link,
.pagination ul.list li.active a:visited {
  color: #1F3A59;
}
.pagination ul.list li.prev a:link,
.pagination ul.list li.next a:link,
.pagination ul.list li.prev a:visited,
.pagination ul.list li.next a:visited {
  background: #2699FB;
}
.pagination ul.list li.next a:before {
  content: "\f105";
  font: normal normal normal 40px/1 FontAwesome;
  color: #fff;
  line-height: 40px;
}
.pagination ul.list li.prev a:before {
  content: "\f104";
  font: normal normal normal 40px/1 FontAwesome;
  color: #fff;
  line-height: 40px;
}
.pagination ul.list li.disabled a {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  cursor: default;
}
@media only screen and (max-width: 991px), only screen and (max-device-width: 991px) {
  .pagination ul.list li a {
    height: 40px;
    width: 40px;
  }
}
#instagram {
  padding: 75px 15px;
  background: #FCFBF8;
}
#instagram h2 {
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 42px;
  color: #1F3A59;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 45px 0;
  text-align: center;
}
#instagram ul.list {
  display: flex;
  width: 100%;
  list-style: none;
  margin: 0;
}
#instagram ul.list li {
  width: 100%;
  padding: 15px;
}
#instagram ul.list li a img {
  display: block;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 991px), only screen and (max-device-width: 991px) {
  #instagram h2 {
    font-family: "Inter", sans-serif;
    font-weight: normal;
    font-size: 34px;
    color: #1F3A59;
    font-weight: bold;
  }
  #instagram ul.list {
    flex-direction: row;
    flex-wrap: wrap;
  }
  #instagram ul.list li {
    width: 50%;
  }
  #instagram ul.list li:nth-child(n + 7) {
    display: none;
  }
}
#relatedPosts {
  padding: 75px 0;
  background: #FCFBF8;
}
#relatedPosts h2 {
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 42px;
  color: #1F3A59;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 45px 0;
  text-align: center;
}
#relatedPosts .mosaic {
  display: flex;
}
#relatedPosts .mosaic .item {
  background: #2699FB;
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
}
#relatedPosts .mosaic .item .image {
  height: 100%;
  height: 360px;
  display: block;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: rgba(25, 25, 25, 0.9);
}
#relatedPosts .mosaic .item .text {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
#relatedPosts .mosaic .item .text a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
#relatedPosts .mosaic .item .text a:link,
#relatedPosts .mosaic .item .text a:visited {
  color: #fff;
}
#relatedPosts .mosaic .item .text a:link h3,
#relatedPosts .mosaic .item .text a:visited h3 {
  margin: 0;
  width: 100%;
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 26px;
  color: #fff;
}
#relatedPosts .mosaic .item .text a:link p,
#relatedPosts .mosaic .item .text a:visited p {
  width: 100%;
  margin: 0 0 15px 0;
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
}
#relatedPosts .mosaic .item .text a:hover {
  text-decoration: none;
  background: #1F3A59;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
#relatedPosts .mosaic .item.publication .text a p:before {
  content: "\f15c";
  font: normal normal normal 16px/1 FontAwesome;
  color: #fff;
  line-height: 16px;
  margin: 0 7.5px 0 0;
}
#relatedPosts .mosaic .item.audio .text a p:before {
  content: "\f028";
  font: normal normal normal 16px/1 FontAwesome;
  color: #fff;
  line-height: 16px;
  margin: 0 7.5px 0 0;
}
#relatedPosts .mosaic .item.video .text a p:before {
  content: "\f03d";
  font: normal normal normal 16px/1 FontAwesome;
  color: #fff;
  line-height: 16px;
  margin: 0 7.5px 0 0;
}
@media only screen and (max-width: 991px), only screen and (max-device-width: 991px) {
  #relatedPosts h2 {
    font-family: "Inter", sans-serif;
    font-weight: normal;
    font-size: 34px;
    color: #1F3A59;
    font-weight: bold;
  }
  #relatedPosts .mosaic {
    flex-direction: column;
  }
  #relatedPosts .mosaic .item {
    margin: 2px 0;
  }
  #relatedPosts .mosaic .item .image {
    display: none;
  }
  #relatedPosts .mosaic .item .text {
    height: inherit;
    position: relative;
    top: inherit;
    left: inherit;
  }
  #relatedPosts .mosaic .item .text a:link,
  #relatedPosts .mosaic .item .text a:visited {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    padding: 50px 25px;
  }
  #relatedPosts .mosaic .item .text a:link h3,
  #relatedPosts .mosaic .item .text a:visited h3 {
    font-family: "Inter", sans-serif;
    font-weight: normal;
    font-size: 24px;
    color: #fff;
    line-height: 34px;
  }
}
#comments {
  padding: 75px 0;
  margin-top: 75px;
  border-top: 1px solid #1F3A59;
}
#comments > h2 {
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 42px;
  color: #1F3A59;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
}
#comments .comments {
  display: flex;
  flex-direction: column;
}
#comments .comments .comment {
  display: flex;
  flex-direction: row;
  margin-top: 45px;
}
#comments .comments .comment .photo {
  width: 97px;
  height: 97px;
}
#comments .comments .comment .photo img {
  display: block;
  width: 100%;
  height: 100%;
}
#comments .comments .comment .text {
  width: calc(100% - 97px);
  padding-left: 45px;
}
#comments .comments .comment .text .border {
  border: 1px solid #eeeeee;
  padding: 45px;
}
#comments .comments .comment .text .border p.name {
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 18px;
  color: #1F3A59;
  line-height: 30px;
}
#comments .comments .comment .text .border p.date {
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #B0AFA8;
  line-height: 24px;
  margin-bottom: 30px;
}
#comments .comments .comment .text .border p.message {
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #6C6D70;
  line-height: 24px;
  margin-bottom: 30px;
}
#comments .comments .comment .text .border p.replyLink {
  text-align: right;
  margin: 0;
}
#comments .comments .comment .text .border p.replyLink a:link,
#comments .comments .comment .text .border p.replyLink a:visited {
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #1F3A59;
  font-weight: 700;
}
#comments .comments .comment.reply {
  padding-left: calc(97px + 45px);
}
@media only screen and (max-width: 1399px), only screen and (max-device-width: 1399px) {
  #comments .comments .comment {
    margin-top: 30px;
  }
  #comments .comments .comment .photo {
    width: 60px;
    height: 60px;
  }
  #comments .comments .comment .text {
    width: calc(100% - 60px);
    padding-left: 30px;
  }
  #comments .comments .comment .text .border {
    padding: 30px;
  }
  #comments .comments .comment.reply {
    padding-left: calc(60px + 30px);
  }
}
@media only screen and (max-width: 1199px), only screen and (max-device-width: 1199px) {
  #comments .comments .comment {
    margin-top: 15px;
  }
  #comments .comments .comment .photo {
    width: 60px;
    height: 60px;
  }
  #comments .comments .comment .text {
    padding-left: 15px;
  }
  #comments .comments .comment .text .border {
    padding: 15px;
  }
  #comments .comments .comment.reply {
    padding-left: calc(60px + 15px);
  }
}
@media only screen and (max-width: 991px), only screen and (max-device-width: 991px) {
  #comments {
    padding: 30px 0 0 0;
    margin-top: 30px;
  }
  #comments > h2 {
    font-family: "Inter", sans-serif;
    font-weight: normal;
    font-size: 32px;
    color: #1F3A59;
    font-weight: 700;
  }
  #comments .comments .comment {
    margin-top: 15px;
    flex-direction: column;
    position: relative;
  }
  #comments .comments .comment .photo {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 15px;
    right: 15px;
  }
  #comments .comments .comment .text {
    padding-left: 0;
    width: 100%;
  }
  #comments .comments .comment .text .border {
    padding: 15px;
  }
  #comments .comments .comment .text .border p.name {
    width: calc(100% - 75px);
  }
  #comments .comments .comment .text .border p.date {
    width: calc(100% - 75px);
  }
  #comments .comments .comment.reply {
    padding-left: 0;
    background: #eee;
  }
}
.form {
  padding: 75px 0;
  margin-top: 75px;
  border-top: 1px solid #1F3A59;
}
.form h2 {
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 42px;
  color: #1F3A59;
  text-transform: capitalize;
  font-weight: 700;
  margin: 0 0 45px 0;
}
@media only screen and (max-width: 991px), only screen and (max-device-width: 991px) {
  .form {
    padding: 15px 0 0 0;
    margin-top: 15px;
  }
  .form h2 {
    font-family: "Inter", sans-serif;
    font-weight: normal;
    font-size: 32px;
    color: #1F3A59;
    font-weight: 700;
    margin: 0 0 15px 0;
  }
}
form .form-group {
  margin-bottom: 30px;
}
form .form-group input[type="text"],
form .form-group input[type="email"],
form .form-group input[type="tel"],
form .form-group input[type="password"] {
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #1F3A59;
  padding: 30px;
}
form .form-group input[type="text"]::-webkit-input-placeholder,
form .form-group input[type="email"]::-webkit-input-placeholder,
form .form-group input[type="tel"]::-webkit-input-placeholder,
form .form-group input[type="password"]::-webkit-input-placeholder {
  /* Edge */
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 18px;
  color: #1F3A59;
}
form .form-group input[type="text"]:-ms-input-placeholder,
form .form-group input[type="email"]:-ms-input-placeholder,
form .form-group input[type="tel"]:-ms-input-placeholder,
form .form-group input[type="password"]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 18px;
  color: #1F3A59;
}
form .form-group input[type="text"]::placeholder,
form .form-group input[type="email"]::placeholder,
form .form-group input[type="tel"]::placeholder,
form .form-group input[type="password"]::placeholder {
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 18px;
  color: #1F3A59;
}
form .form-group textarea {
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #1F3A59;
  padding: 30px;
  max-width: 100%;
  min-width: 100%;
}
form .form-group textarea::-webkit-input-placeholder {
  /* Edge */
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 18px;
  color: #1F3A59;
}
form .form-group textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 18px;
  color: #1F3A59;
}
form .form-group textarea::placeholder {
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 18px;
  color: #1F3A59;
}
form input[type="submit"] {
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #fff;
  padding: 15px 45px;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  border: none;
  background: #0877BE !important;
}
form input[type="submit"]:hover {
  background: #0877BE;
}
form p.info {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-weight: normal !important;
  font-size: 13px !important;
  color: #B0AFA8 !important;
}
form p.info.center {
  margin: 15px 0 0 0;
  text-align: center;
}
form p.msgerro,
form p.msgErro {
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 12px;
  color: #ffffff;
  margin: 0;
  position: absolute;
  background: #ff0000;
  top: 50px;
  padding: 4px 10px;
  left: 0;
}
@media only screen and (max-width: 991px), only screen and (max-device-width: 991px) {
  form .form-group {
    margin-bottom: 15px;
  }
  form .form-group input[type="text"],
  form .form-group input[type="email"],
  form .form-group input[type="password"] {
    padding: 15px;
  }
  form .form-group textarea {
    padding: 15px;
  }
  form input[type="submit"] {
    margin: 0 auto;
    display: block;
  }
}
.shareLikeButtons {
  display: flex;
  gap: 15px;
}
.smallButton {
  width: 16;
  height: 16px;
  display: flex;
  background: transparent;
  border: 0;
  font-size: 0;
}
.smallButton span {
  display: none;
}
.smallButton:before {
  font: normal normal normal 16px/1 FontAwesome;
  color: #6B3065;
  line-height: 16px;
}
.smallButton.fav:before {
  content: "\f08a";
}
.smallButton.fav.active:before {
  content: "\f004";
}
.smallButton.share:before {
  content: "\f1e0";
}
.teamArea h2 {
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 42px;
  color: #1F3A59;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 45px 0;
}
@media only screen and (max-width: 991px), only screen and (max-device-width: 991px) {
  .teamArea h2 {
    font-family: "Inter", sans-serif;
    font-weight: normal;
    font-size: 34px;
    color: #1F3A59;
    font-weight: 700;
  }
}
.team .professional {
  margin-bottom: 45px;
}
.team .professional a:link,
.team .professional a:visited {
  text-decoration: none;
}
.team .professional a img {
  height: auto;
  display: block;
  margin-bottom: 45px;
  filter: grayscale(100%);
  -moz-transition: filter 0.25s ease-in-out;
  -webkit-transition: filter 0.25s ease-in-out;
  -o-transition: filter 0.25s ease-in-out;
  transition: filter 0.25s ease-in-out;
}
@media only screen and (max-width: 991px), only screen and (max-device-width: 991px) {
  .team .professional a img {
    filter: grayscale(0);
  }
}
.team .professional a h3 {
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 24px;
  color: #1F3A59;
  font-weight: 700;
  margin: 0 0 15px 0;
  text-align: center;
}
.team .professional a p {
  text-align: center;
}
.team .professional a p.job {
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #2699FB;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
}
.team .professional a p.area {
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #1F3A59;
  font-weight: 700;
  margin: 0 0 15px 0;
}
.team .professional a p.bio {
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #B0AFA8;
  margin: 0 0 15px 0;
}
.team .professional a p.mail {
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #1F3A59;
  margin: 0;
}
.team .professional a span.seeMore {
  text-align: center;
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #1F3A59;
  margin: 0;
  display: block;
  width: 100%;
}
.team .professional a:hover img {
  filter: grayscale(0);
}
.teamDetail .photo img {
  display: block;
  width: 100%;
  height: auto;
}
.teamDetail .bio {
  padding: 60px 60px;
  background: #2699FB;
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #fff;
  position: relative;
}
.teamDetail .bio:before {
  content: "";
  background: url('../images/quote.svg') bottom right no-repeat;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}
.teamDetail .bio p {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #fff;
  position: relative;
  z-index: 1;
}
.teamDetail h1 {
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 42px;
  color: #1F3A59;
  font-weight: 700;
  margin: 0 0 0 0;
}
.teamDetail p {
  margin: 0;
}
.teamDetail p a:link,
.teamDetail p a:visited {
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 18px;
  color: #6C6D70;
  font-weight: 700;
  text-decoration: none;
}
.teamDetail p.job {
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 20px;
  color: #2699FB;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}
.teamDetail p.area {
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #1F3A59;
  margin: 0 0 30px 0;
}
.teamDetail p.linkedin {
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 18px;
  color: #6C6D70;
  font-weight: 700;
  margin: 0 0 10px 0;
}
.teamDetail p.linkedin:before {
  content: "\f0e1";
  font: normal normal normal 18px/1 FontAwesome;
  color: #2699FB;
  line-height: 18px;
  margin-right: 10px;
}
.teamDetail p.email {
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 18px;
  color: #6C6D70;
  font-weight: 700;
  margin: 0 0 10px 0;
}
.teamDetail p.email:before {
  content: "\f0e0";
  font: normal normal normal 18px/1 FontAwesome;
  color: #2699FB;
  line-height: 18px;
  margin-right: 10px;
}
.teamDetail p.city {
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 20px;
  color: #1F3A59;
  font-weight: 700;
  margin: 0 0 15px 0;
}
.teamDetail p.tel {
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 18px;
  color: #6C6D70;
  font-weight: 700;
}
.teamDetail p.tel a:link,
.teamDetail p.tel a:visited {
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 18px;
  color: #6C6D70;
  font-weight: 700;
}
.teamDetail p.tel a:link:before,
.teamDetail p.tel a:visited:before {
  content: "\f095";
  font: normal normal normal 18px/1 FontAwesome;
  color: #6B3065;
  line-height: 18px;
  margin-right: 10px;
}
.teamDetail .qrcode {
  border: 1px solid #eee;
  padding: 15px;
  display: inline-block;
  margin: 30px 0 0 0;
}
.teamDetail .phones {
  display: flex;
  margin: 30px 0 0 0;
  padding-bottom: 30px;
  border-bottom: 1px solid #6C6D70;
  gap: 30px;
}
.teamDetail .phones .phone {
  width: 100% / 3;
}
.teamDetail .info {
  padding: 30px 0;
  border-bottom: 1px solid #6C6D70;
}
.teamDetail .info:last-child {
  border-bottom: 0;
}
.teamDetail .info h3 {
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 20px;
  color: #1F3A59;
  font-weight: 700;
  margin: 0 0 15px 0;
}
.teamDetail .info p {
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #6C6D70;
}
.teamDetail .info ul {
  padding-left: 20px;
}
.teamDetail .info ul li {
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #6C6D70;
}
@media only screen and (max-width: 991px), only screen and (max-device-width: 991px) {
  .teamDetail .photo {
    height: 575px;
    overflow: hidden;
    position: relative;
  }
  .teamDetail .photo img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .teamDetail .bio {
    padding: 15px;
  }
  .teamDetail h1 {
    margin: 0 0 0 0;
  }
  .teamDetail .phones {
    flex-direction: column;
  }
}
.differentials .differential {
  padding: 45px;
  margin-bottom: 30px;
}
.differentials .differential .image {
  max-width: 214px;
  max-height: 214px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}
.differentials .differential .image img {
  display: block;
  width: 100%;
  height: 100%;
}
.differentials .differential h3 {
  text-align: center;
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 26px;
  color: #1F3A59;
  text-transform: uppercase;
  margin: 30px 0;
}
.differentials .differential p {
  text-align: center;
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 17px;
  color: #B0AFA8;
  margin: 0;
}
@media only screen and (max-width: 1699px), only screen and (max-device-width: 1699px) {
  .differentials .differential {
    padding: 15px;
  }
  .differentials .differential h3 {
    font-family: "Inter", sans-serif !important;
    font-weight: normal !important;
    font-size: 20px !important;
    color: #1F3A59 !important;
    text-transform: uppercase;
  }
  .differentials .differential p {
    text-align: center;
    font-family: "Inter", sans-serif;
    font-weight: normal;
    font-size: 14px;
    color: #B0AFA8;
    margin: 0;
  }
}
.vocationAndLegacyDiff {
  padding: 0 0 120px 0;
}
.vocationAndLegacyDiff .boxes {
  display: flex;
}
.vocationAndLegacyDiff .boxes .left,
.vocationAndLegacyDiff .boxes .right {
  width: 50%;
  padding: 105px;
}
.vocationAndLegacyDiff .boxes .left h2,
.vocationAndLegacyDiff .boxes .right h2 {
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 68px;
  color: #fff;
  margin: 0 0 30px 0;
  text-transform: uppercase;
}
.vocationAndLegacyDiff .boxes .left p,
.vocationAndLegacyDiff .boxes .right p {
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  margin: 0;
}
.vocationAndLegacyDiff .boxes .left {
  background: #1F3A59;
}
.vocationAndLegacyDiff .boxes .right {
  background: #6B3065;
}
@media only screen and (max-width: 1199px), only screen and (max-device-width: 1199px) {
  .vocationAndLegacyDiff .boxes .left,
  .vocationAndLegacyDiff .boxes .right {
    padding: 45px;
  }
}
@media only screen and (max-width: 991px), only screen and (max-device-width: 991px) {
  .vocationAndLegacyDiff {
    padding: 0 0 45px 0;
  }
  .vocationAndLegacyDiff .boxes {
    flex-direction: column;
  }
  .vocationAndLegacyDiff .boxes .left,
  .vocationAndLegacyDiff .boxes .right {
    width: 100%;
    padding: 15px;
  }
}
.vocationAndLegacy {
  position: relative;
}
.vocationAndLegacy.left:before {
  content: "";
  width: calc(50% - 200px);
  top: -30px;
  right: calc(50% + 200px);
  height: 60px;
  display: block;
  background: #1F3A59;
  position: absolute;
  z-index: 1;
}
.vocationAndLegacy.left .contentItem .image {
  width: 50%;
}
.vocationAndLegacy.left .contentItem .text {
  width: 50%;
  padding-left: 60px;
}
.vocationAndLegacy.left .contentItem .text h2 {
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 68px;
  color: #1F3A59;
  font-weight: 700;
}
.vocationAndLegacy.right {
  margin-bottom: 105px;
  margin-top: 105px;
}
.vocationAndLegacy.right:before {
  content: "";
  width: calc(50% - 200px);
  top: -30px;
  left: calc(50% + 200px);
  height: 60px;
  display: block;
  background: #6B3065;
  position: absolute;
  z-index: 1;
}
.vocationAndLegacy.right .contentItem .image {
  width: 45%;
}
.vocationAndLegacy.right .contentItem .text {
  width: 55%;
  padding-right: 60px;
}
.vocationAndLegacy.right .contentItem .text h2 {
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 68px;
  color: #6B3065;
  font-weight: 700;
}
.vocationAndLegacy .contentItem {
  display: flex;
  align-items: center;
}
.vocationAndLegacy .contentItem .text h2 {
  text-align: left;
  margin: 0 0 30px 0;
  text-transform: uppercase;
}
.vocationAndLegacy .contentItem .text p {
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #6C6D70;
}
.vocationAndLegacy .contentItem .image {
  width: 100%;
  height: 100%;
}
.vocationAndLegacy .contentItem .image img {
  display: block;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 1699px), only screen and (max-device-width: 1699px) {
  .vocationAndLegacy.left .contentItem .text h2,
  .vocationAndLegacy.right .contentItem .text h2 {
    font-size: 50px;
    margin: 0 0 15px 0;
  }
}
@media only screen and (max-width: 1199px), only screen and (max-device-width: 1199px) {
  .vocationAndLegacy.left .contentItem .image,
  .vocationAndLegacy.right .contentItem .image {
    align-self: flex-start;
  }
}
@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
  .vocationAndLegacy.left .contentItem,
  .vocationAndLegacy.right .contentItem {
    flex-direction: column;
  }
  .vocationAndLegacy.left .contentItem .image,
  .vocationAndLegacy.right .contentItem .image {
    width: 100%;
    order: 1;
    margin-bottom: 15px;
  }
  .vocationAndLegacy.left .contentItem .text,
  .vocationAndLegacy.right .contentItem .text {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    order: 2;
  }
  .vocationAndLegacy.left .contentItem .text h2,
  .vocationAndLegacy.right .contentItem .text h2,
  .vocationAndLegacy.left .contentItem .text p,
  .vocationAndLegacy.right .contentItem .text p {
    text-align: center;
  }
}
#ourCustomersSay {
  background: #FCFBF8;
}
#ourCustomersSay .boxClients .quotes {
  position: absolute;
  height: 100%;
  width: auto;
  top: 0;
  right: 0;
  z-index: 1;
  fill: #fff !important;
}
#ourCustomersSay .boxClients h2 {
  text-align: center;
  margin: 0 auto;
  max-width: inherit !important;
  position: relative;
  z-index: 1;
}
#ourCustomersSay .boxClients .carouselClients {
  position: relative;
}
#ourCustomersSay .boxClients .carouselClients .client {
  padding: 75px 0;
}
#ourCustomersSay .boxClients .carouselClients .client .photo {
  max-width: 214px;
  max-height: 214px;
  width: 100%;
  height: 100%;
  margin: 0 auto 30px auto;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}
#ourCustomersSay .boxClients .carouselClients .client .photo img {
  display: block;
  width: 100%;
  height: 100%;
}
#ourCustomersSay .boxClients .carouselClients .client p {
  text-align: center;
}
#ourCustomersSay .boxClients .carouselClients .client p.message {
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 20px;
  color: #6C6D70;
  margin: 0 0 30px 0;
}
#ourCustomersSay .boxClients .carouselClients .client p.name {
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #B0AFA8;
  text-transform: uppercase;
  margin: 0;
}
#ourCustomersSay .boxClients .carouselClients .owl-controls .owl-dots {
  display: block;
  overflow: hidden;
  text-align: center;
  margin: 0;
  left: inherit;
}
#ourCustomersSay .boxClients .carouselClients .owl-controls .owl-dots .owl-dot {
  width: 13px;
  height: 13px;
  background: #B0AFA8;
  display: inline-block;
  margin: 0 10px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
#ourCustomersSay .boxClients .carouselClients .owl-controls .owl-dots .owl-dot.active {
  background: #1F3A59;
}
#ourCustomersSay .boxClients .carouselClients .owl-controls .owl-nav .owl-prev {
  position: absolute;
  top: calc(50% - 80px);
  left: -100px;
  display: block;
  height: 68px;
  width: 68px;
}
#ourCustomersSay .boxClients .carouselClients .owl-controls .owl-nav .owl-prev:before {
  content: "";
  background: url("../images/arrow.svg") center left no-repeat;
  display: block;
  position: absolute;
  margin-top: -34px;
  top: 50%;
  left: 0;
  height: 68px;
  width: 68px;
}
#ourCustomersSay .boxClients .carouselClients .owl-controls .owl-nav .owl-next {
  position: absolute;
  top: calc(50% - 80px);
  right: -100px;
  display: block;
  height: 68px;
  width: 68px;
  -webkit-transform: rotate(180deg);
  /* Safari */
  -o-transform: rotate(180deg);
  /* Opera */
  -moz-transform: rotate(180deg);
  /* Firefox */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  /* Internet Explorer */
}
#ourCustomersSay .boxClients .carouselClients .owl-controls .owl-nav .owl-next:before {
  content: "";
  background: url("../images/arrow.svg") center left no-repeat;
  display: block;
  position: absolute;
  margin-top: -32px;
  top: 50%;
  right: 0;
  height: 65px;
  width: 33px;
}
@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
  #ourCustomersSay .boxClients .quotes {
    display: none;
  }
  #ourCustomersSay .boxClients .carouselClients .client {
    padding: 30px 0;
  }
  #ourCustomersSay .boxClients .carouselClients .client .photo {
    max-width: 150px;
    max-height: 150px;
  }
  #ourCustomersSay .boxClients .carouselClients .client p.message {
    font-size: 16px;
  }
  #ourCustomersSay .boxClients .carouselClients .client p.name {
    font-size: 14px;
  }
}
#acknowledgments {
  padding: 75px 15px;
}
#acknowledgments h2 {
  max-width: 100% !important;
  text-align: center;
  margin: 0 0 45px 0;
}
#acknowledgments h2.default strong {
  font-size: 42px !important;
}
#acknowledgments h4 {
  max-width: 710px;
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 20px;
  color: #1F3A59;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  margin: 45px auto;
}
#acknowledgments h4 + p {
  max-width: 1008px;
  margin: 0 auto;
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #6C6D70;
  text-align: center;
}
#acknowledgments ul.list {
  display: flex;
  width: 100%;
  list-style: none;
  margin: 45px 0 0 0;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
}
#acknowledgments ul.list li {
  padding: 10px;
}
#acknowledgments ul.list li a img {
  display: block;
}
@media only screen and (max-width: 991px), only screen and (max-device-width: 991px) {
  #acknowledgments h2 {
    margin-bottom: 30px !important;
  }
  #acknowledgments h2 strong {
    font-family: "Inter", sans-serif !important;
    font-weight: normal !important;
    font-size: 28px !important;
    color: #1F3A59 !important;
    font-weight: 700 !important;
  }
  #acknowledgments h2.default strong {
    font-family: "Inter", sans-serif !important;
    font-weight: normal !important;
    font-size: 28px !important;
    color: #1F3A59 !important;
    font-weight: 700 !important;
  }
  #acknowledgments p {
    text-align: center;
  }
  #acknowledgments ul.list {
    flex-direction: row;
    flex-wrap: wrap;
  }
  #acknowledgments ul.list li {
    width: 100% !important;
  }
  #acknowledgments ul.list li img {
    margin: 0 auto;
  }
}
#corporateGovernance h2 {
  margin-top: 0;
  text-align: left;
  max-width: 100% !important;
  width: 100%;
  float: inherit;
}
#corporateGovernance h2 strong {
  float: right;
}
#corporateGovernance p {
  text-align: left;
  margin: 0 auto 15px auto;
  clear: both;
}
#corporateGovernance img {
  margin-left: -10%;
  position: relative;
  z-index: -1;
  max-width: 145%;
}
@media only screen and (max-width: 1399px), only screen and (max-device-width: 1399px) {
  #corporateGovernance h2 {
    font-size: 38px !important;
  }
  #corporateGovernance h2 strong {
    font-size: 70px !important;
  }
  #corporateGovernance img {
    margin-left: -10%;
  }
}
@media only screen and (max-width: 1199px), only screen and (max-device-width: 1199px) {
  #corporateGovernance p {
    max-width: 100%;
  }
  #corporateGovernance img {
    margin-left: 0;
    max-width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 991px), only screen and (max-device-width: 991px) {
  #corporateGovernance h2 {
    margin: 0 0 30px 0 !important;
    max-width: 100% !important;
    text-align: center !important;
    width: 100%;
  }
  #corporateGovernance h2 strong {
    float: none;
  }
  #corporateGovernance img {
    margin: 15px 0;
    width: 100%;
  }
  #corporateGovernance p {
    margin-right: 0;
    max-width: inherit;
  }
}
.timeline {
  padding: 75px 0;
}
.timeline h2 {
  text-align: center;
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 100px;
  color: #1F3A59;
  margin: 0 0 30px 0;
  text-transform: uppercase;
}
.timeline p.intro {
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #6C6D70;
  margin: 0;
  text-align: center;
}
.timeline .timelineCarousel {
  padding: 60px 0;
  position: relative;
}
.timeline .timelineCarousel .owl-stage-outer {
  overflow: inherit;
}
.timeline .timelineCarousel .owl-stage-outer:before,
.timeline .timelineCarousel .owl-stage-outer:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  z-index: 10;
}
.timeline .timelineCarousel .owl-stage-outer:after {
  right: 100%;
  background: -webkit-linear-gradient(90deg, #fff 5%, rgba(255, 255, 255, 0.1));
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(90deg, #fff 5%, rgba(255, 255, 255, 0.1));
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(90deg, #fff 5%, rgba(255, 255, 255, 0.1));
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(90deg, #fff 5%, rgba(255, 255, 255, 0.1));
  /* Standard syntax */
}
.timeline .timelineCarousel .owl-stage-outer:before {
  left: 100%;
  background: -webkit-linear-gradient(-90deg, #fff 5%, rgba(255, 255, 255, 0.1));
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(-90deg, #fff 5%, rgba(255, 255, 255, 0.1));
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(-90deg, #fff 5%, rgba(255, 255, 255, 0.1));
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(-90deg, #fff 5%, rgba(255, 255, 255, 0.1));
  /* Standard syntax */
}
.timeline .timelineCarousel .item {
  padding: 45px 0;
  text-align: center;
}
.timeline .timelineCarousel .item p {
  text-align: center;
}
.timeline .timelineCarousel .item p.year {
  background: #1F3A59;
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 42px;
  color: #fff;
  font-weight: 700;
  line-height: 42px;
  padding: 5px 15px;
  display: inline-block;
  margin: 0;
}
.timeline .timelineCarousel .item p.text {
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #6C6D70;
  margin: 0;
}
.timeline .timelineCarousel .item p.title {
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #2699FB;
  font-weight: 700;
  margin: 30px 0;
}
.timeline .timelineCarousel .owl-controls {
  padding: 30px 0;
}
.timeline .timelineCarousel .owl-controls .owl-dots {
  display: block;
  overflow: hidden;
  text-align: center;
  margin: 0;
  left: inherit;
}
.timeline .timelineCarousel .owl-controls .owl-dots .owl-dot {
  width: 13px;
  height: 13px;
  background: #B0AFA8;
  display: inline-block;
  margin: 0 10px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.timeline .timelineCarousel .owl-controls .owl-dots .owl-dot.active {
  background: #1F3A59;
}
.timeline .timelineCarousel .owl-controls .owl-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.timeline .timelineCarousel .owl-controls .owl-nav .owl-prev {
  position: relative;
  display: block;
  height: 53px;
  width: 53px;
  background: #2699FB;
}
.timeline .timelineCarousel .owl-controls .owl-nav .owl-prev:before {
  content: "";
  background: url("../images/arrow-white.svg") center center no-repeat;
  display: block;
  height: 53px;
  width: 53px;
  background-size: 70% 70%;
}
.timeline .timelineCarousel .owl-controls .owl-nav .owl-next {
  position: relative;
  height: 53px;
  width: 53px;
  -webkit-transform: rotate(180deg);
  /* Safari */
  -o-transform: rotate(180deg);
  /* Opera */
  -moz-transform: rotate(180deg);
  /* Firefox */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  /* Internet Explorer */
  background: #2699FB;
}
.timeline .timelineCarousel .owl-controls .owl-nav .owl-next:before {
  content: "";
  background: url("../images/arrow-white.svg") center center no-repeat;
  background-size: 70% 70%;
  display: block;
  height: 53px;
  width: 53px;
}
@media only screen and (max-width: 1399px), only screen and (max-device-width: 1399px) {
  .timeline h2 {
    font-family: "Inter", sans-serif;
    font-weight: normal;
    font-size: 68px;
    color: #1F3A59;
  }
}
@media only screen and (max-width: 991px), only screen and (max-device-width: 991px) {
  .timeline h2 {
    font-family: "Inter", sans-serif;
    font-weight: normal;
    font-size: 38px;
    color: #1F3A59;
  }
  .timeline .timelineCarousel {
    padding: 30px 0;
  }
}
.videoBox {
  width: 100%;
  height: auto;
  margin: 150px 0 0 0;
}
.videoBox video {
  display: block;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 991px), only screen and (max-device-width: 991px) {
  .videoBox {
    margin: 15px 0 0 0;
  }
}
.video .videoPlayer .totalTime.half,
.video .audioPlayer .totalTime.half {
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 12px;
  color: #fff;
  position: absolute;
  top: 28px;
  right: 20px;
}
.video .videoPlayer .totalTime.full,
.video .audioPlayer .totalTime.full {
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 12px;
  color: #fff;
  position: absolute;
  top: 14px;
  right: 20px;
}
.video .videoPlayer .audio .barraProgresso,
.video .audioPlayer .audio .barraProgresso,
.video .videoPlayer .video .barraProgresso,
.video .audioPlayer .video .barraProgresso {
  margin: 0 0 0 0;
  background: #fff;
  height: 4px;
  width: 100%;
  margin: 20px 0;
  padding: 0;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
.video .videoPlayer .audio .barraProgresso:before,
.video .audioPlayer .audio .barraProgresso:before,
.video .videoPlayer .video .barraProgresso:before,
.video .audioPlayer .video .barraProgresso:before {
  content: "";
  background: #fff;
  display: block;
  width: 100%;
  height: 4px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden;
}
.video .videoPlayer .audio .barraProgresso .progresso,
.video .audioPlayer .audio .barraProgresso .progresso,
.video .videoPlayer .video .barraProgresso .progresso,
.video .audioPlayer .video .barraProgresso .progresso {
  display: block;
  background: #1F3A59;
  height: 4px;
  margin-top: -4px;
  width: 0;
  -moz-border-radius: 20px 0 0 20px;
  -webkit-border-radius: 20px 0 0 20px;
  border-radius: 20px 0 0 20px;
}
.video .videoPlayer .audio .barraProgresso .progresso:after,
.video .audioPlayer .audio .barraProgresso .progresso:after,
.video .videoPlayer .video .barraProgresso .progresso:after,
.video .audioPlayer .video .barraProgresso .progresso:after {
  content: "";
  background: #073154;
  width: 16px;
  height: 16px;
  display: block;
  float: right;
  margin-top: -6px;
  margin-right: -8px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.video .videoPlayer .audio a.playPause,
.video .audioPlayer .audio a.playPause,
.video .videoPlayer .video a.playPause,
.video .audioPlayer .video a.playPause {
  height: 20px;
  width: 20px;
  display: block;
  position: absolute;
  left: 20px;
  top: 12px;
  text-decoration: none;
  line-height: 50px;
  text-align: center;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.video .videoPlayer .audio a.playPause span,
.video .audioPlayer .audio a.playPause span,
.video .videoPlayer .video a.playPause span,
.video .audioPlayer .video a.playPause span {
  display: none;
}
.video .videoPlayer .audio a.pausar:before,
.video .audioPlayer .audio a.pausar:before,
.video .videoPlayer .video a.pausar:before,
.video .audioPlayer .video a.pausar:before {
  content: "\f04c";
  font: normal normal normal 18px/1 FontAwesome;
  color: #fff;
  line-height: 18px;
  line-height: 20px;
  display: block;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.video .videoPlayer .audio a.tocar:before,
.video .audioPlayer .audio a.tocar:before,
.video .videoPlayer .video a.tocar:before,
.video .audioPlayer .video a.tocar:before {
  content: "\f04b";
  font: normal normal normal 18px/1 FontAwesome;
  color: #fff;
  line-height: 18px;
  line-height: 20px;
  display: block;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.video .videoPlayer .audio a.volume,
.video .audioPlayer .audio a.volume,
.video .videoPlayer .video a.volume,
.video .audioPlayer .video a.volume {
  width: 20px;
  height: 20px;
  bottom: 13px;
  right: 53px;
  display: block;
  position: absolute;
  cursor: pointer;
  text-decoration: none;
}
.video .videoPlayer .audio a.volume span,
.video .audioPlayer .audio a.volume span,
.video .videoPlayer .video a.volume span,
.video .audioPlayer .video a.volume span {
  display: none;
}
.video .videoPlayer .audio a.volume:before,
.video .audioPlayer .audio a.volume:before,
.video .videoPlayer .video a.volume:before,
.video .audioPlayer .video a.volume:before {
  font: normal normal normal 18px/1 FontAwesome;
  color: #fff;
  line-height: 18px;
  line-height: 20px;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  text-align: center;
  display: block;
  width: 20px;
}
.video .videoPlayer .audio a.volume.mute:before,
.video .audioPlayer .audio a.volume.mute:before,
.video .videoPlayer .video a.volume.mute:before,
.video .audioPlayer .video a.volume.mute:before {
  content: "\f028";
  font: normal normal normal 18px/1 FontAwesome;
  color: #fff;
  line-height: 18px;
  line-height: 20px;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.video .videoPlayer .audio a.volume.mute:after,
.video .audioPlayer .audio a.volume.mute:after,
.video .videoPlayer .video a.volume.mute:after,
.video .audioPlayer .video a.volume.mute:after {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: 28px;
  background: #073154;
  top: -3px;
  right: 8px;
  -webkit-transform: rotate(-45deg);
  /* Safari */
  -o-transform: rotate(-45deg);
  /* Opera */
  -moz-transform: rotate(-45deg);
  /* Firefox */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  /* Internet Explorer */
  border: 1px solid #1F3A59;
}
.video .videoPlayer .audio a.volume.min:before,
.video .audioPlayer .audio a.volume.min:before,
.video .videoPlayer .video a.volume.min:before,
.video .audioPlayer .video a.volume.min:before {
  content: "\f026";
  font: normal normal normal 18px/1 FontAwesome;
  color: #fff;
  line-height: 18px;
  line-height: 20px;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.video .videoPlayer .audio a.volume.med:before,
.video .audioPlayer .audio a.volume.med:before,
.video .videoPlayer .video a.volume.med:before,
.video .audioPlayer .video a.volume.med:before {
  content: "\f027";
  font: normal normal normal 18px/1 FontAwesome;
  color: #fff;
  line-height: 18px;
  line-height: 20px;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.video .videoPlayer .audio a.volume.max:before,
.video .audioPlayer .audio a.volume.max:before,
.video .videoPlayer .video a.volume.max:before,
.video .audioPlayer .video a.volume.max:before {
  content: "\f028";
  font: normal normal normal 18px/1 FontAwesome;
  color: #fff;
  line-height: 18px;
  line-height: 20px;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.video .videoPlayer {
  overflow: hidden;
  background: #ccc;
  padding: 0;
  position: relative;
  width: 100%;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.video .videoPlayer .video {
  background: #ccc;
  padding: 0;
  position: relative;
  width: 100%;
}
.video .videoPlayer .video:before {
  content: "";
  background: #0877BE;
  height: 46px;
  width: 100%;
  display: block;
  bottom: 0;
  left: 0;
  position: absolute;
}
.video .videoPlayer .video .playPauseBig {
  height: calc( 100% - 46px);
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  text-decoration: none;
  cursor: pointer;
}
.video .videoPlayer .video .playPauseBig span {
  display: none;
}
.video .videoPlayer .video .playPauseBig:before {
  width: 130px;
  height: 130px;
  border: 3px solid #fff;
  display: block;
  top: calc(50% - 65px);
  left: calc(50% - 65px);
  position: absolute;
  text-align: center;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
@media only screen and (max-width: 991px), only screen and (max-device-width: 991px) {
  .video .videoPlayer .video .playPauseBig:before {
    width: 80px;
    height: 80px;
    top: calc(50% - 40px);
    left: calc(50% - 40px);
  }
}
.video .videoPlayer .video .playPauseBig.pausar:before {
  content: "\f04c";
  font: normal normal normal 40px/1 FontAwesome;
  color: #fff;
  line-height: 40px;
  line-height: 120px;
}
@media only screen and (max-width: 991px), only screen and (max-device-width: 991px) {
  .video .videoPlayer .video .playPauseBig.pausar:before {
    line-height: 70px;
  }
}
.video .videoPlayer .video .playPauseBig.tocar:before {
  content: "\f04b";
  font: normal normal normal 30px/1 FontAwesome;
  color: #fff;
  line-height: 30px;
  line-height: 120px;
}
@media only screen and (max-width: 991px), only screen and (max-device-width: 991px) {
  .video .videoPlayer .video .playPauseBig.tocar:before {
    line-height: 70px;
  }
}
.video .videoPlayer .video a.fullScreen {
  width: 20px;
  height: 20px;
  bottom: 13px;
  right: 13px;
  display: block;
  position: absolute;
  cursor: pointer;
}
.video .videoPlayer .video a.fullScreen span {
  display: none;
}
.video .videoPlayer .video a.fullScreen:before {
  content: "\f065";
  font: normal normal normal 18px/1 FontAwesome;
  color: #fff;
  line-height: 18px;
  line-height: 20px;
}
.video .videoPlayer .video video {
  display: block;
  width: 100%;
  height: auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: rgba(25, 25, 25, 0.9);
}
.video .videoPlayer .video .controleAudio {
  width: 70px;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 46px;
}
.video .videoPlayer .video .controleAudio .playPause.tocar {
  top: auto;
  bottom: 12px;
}
.video .videoPlayer .video .controleAudio .playPause.pausar {
  top: auto;
  bottom: 12px;
}
.video .videoPlayer .video .barraProgresso {
  width: calc(100% - 260px);
  left: 70px;
  bottom: 0;
  position: absolute;
}
.video .videoPlayer .video .totalTime.full {
  bottom: 14px;
  top: auto;
  right: 90px;
}
.video .videoPlayer .video:not(.loadedVideo):before {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
.video .videoPlayer .video:not(.loadedVideo) .playPauseBig {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
.video .videoPlayer .video:not(.loadedVideo) .volume {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
.video .videoPlayer .video:not(.loadedVideo) .fullScreen {
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.video .videoPlayer .video:not(.loadedVideo) .controleAudio {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
.video .videoPlayer .video:not(.loadedVideo) .barraProgresso {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
.video .videoPlayer .video:not(.loadedVideo) .totalTime {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
.video .videoPlayer .video.virgin:before {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.video .videoPlayer .video.virgin a.fullScreen {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.video .videoPlayer .video.virgin a.volume {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.video .videoPlayer .video.virgin .totalTime.full {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.video .videoPlayer .video.virgin .barraProgresso {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.video .videoPlayer .video.virgin .controleAudio {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.video .videoPlayer:hover .video:before {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.video .videoPlayer:hover .video .playPauseBig.tocar {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.video .videoPlayer:hover .video .playPauseBig.tocar:before {
  color: #0877BE;
  border-color: #0877BE;
  text-shadow: 3px 3px #073154;
  box-shadow: 3px 3px #073154;
  -webkit-box-shadow: 3px 3px #073154;
  -moz-box-shadow: 3px 3px #073154;
}
.video .videoPlayer:hover .video a.fullScreen {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.video .videoPlayer:hover .video a.volume {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.video .videoPlayer:hover .video .totalTime.full {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.video .videoPlayer:hover .video .barraProgresso {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.video .videoPlayer:hover .video .controleAudio {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.video .videoPlayer.fullScreen {
  width: 100%;
  height: 100%;
  position: fixed;
  border: 0;
  top: 0;
  left: 0;
  display: block;
  z-index: 999999;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.video .videoPlayer.fullScreen .video {
  height: 100%;
  width: 100%;
  background: #000000;
}
.video .videoPlayer.fullScreen .video video {
  height: 100%;
  width: auto;
  margin: 0 auto;
}
.video .videoPlayer.fullScreen .video a.fullScreen:before {
  content: "\f066";
}
.video .videoPlayer.fullScreen .video .legend span[class^="msg"] {
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 22px;
  color: #fff;
  line-height: 26px;
}
.video .videoPlayer.autohide .video .playPauseBig {
  cursor: none;
}
.video .videoPlayer.autohide .video:not(.loadedVideo):before {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.video .videoPlayer.autohide .video:not(.loadedVideo) .playPauseBig {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.video .videoPlayer.autohide .video:not(.loadedVideo) a.fullScreen {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.video .videoPlayer.autohide .video:not(.loadedVideo) a.volume {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.video .videoPlayer.autohide .video:not(.loadedVideo) .totalTime.full {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.video .videoPlayer.autohide .video:not(.loadedVideo) .barraProgresso {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.video .videoPlayer.autohide .video:not(.loadedVideo) .controleAudio {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.video .audioPlayer {
  padding: 0;
  overflow: hidden;
  height: 46px;
  border: 1px solid #0877BE;
  background: #0877BE;
  padding: 0 100px 0 90px;
  position: relative;
}
.video .audioPlayer.bigSpace {
  padding: 0 150px 0 70px;
}
.video .audioPlayer.smallSpace {
  padding: 0 130px 0 70px;
}
.video .audioPlayer .audio {
  background: #6B3065;
  padding: 0;
  height: 4px;
}
.video .audioPlayer .audio audio {
  display: none;
}
.video .audioPlayer .audio a.volume {
  right: 13px;
}
.video .audioPlayer .audio .totalTime.full {
  right: 50px;
}
.video .audioPlayer .audio .totalTime.half {
  right: 50px;
}
.video .poster {
  display: block;
  width: 100%;
  height: auto;
}
.video .poster img {
  display: block;
  width: 100%;
}
@media (orientation: portrait) {
  .video .videoPlayer.fullScreen .video {
    height: 100%;
    width: 100%;
  }
  .video .videoPlayer.fullScreen .video video {
    width: 100%;
    height: auto;
    margin: 0;
    position: absolute;
    top: calc(50% - 23px);
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.accordionColor ul.accordion li {
  border: none;
}
.accordionColor ul.accordion li:nth-child(1) {
  background: #003054;
}
.accordionColor ul.accordion li:nth-child(2) {
  background: #045694;
}
.accordionColor ul.accordion li:nth-child(3) {
  background: #0064AF;
}
.accordionColor ul.accordion li:nth-child(4) {
  background: #0079D5;
}
.accordionColor ul.accordion li:nth-child(5) {
  background: #2699FB;
}
.accordionColor ul.accordion li h4 {
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 42px;
  color: #fff;
  font-weight: 700;
  margin: 0;
  padding-left: 120px;
  padding-right: 120px;
}
.accordionColor ul.accordion li h4:before {
  right: 60px;
  color: #fff;
}
.accordionColor ul.accordion li .boxInfo {
  padding-bottom: 30px;
  padding-left: 120px;
  padding-right: 30px;
}
.accordionColor ul.accordion li .boxInfo p {
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 17px;
  color: #fff;
  line-height: 26px;
  margin: 0 0 15px 0;
}
.accordionColor ul.accordion li .boxInfo p:last-child {
  margin: 0;
}
@media only screen and (max-width: 1199px), only screen and (max-device-width: 1199px) {
  .accordionColor ul.accordion li h4 {
    padding-left: 30px;
    padding-right: 75px;
    font-family: "Inter", sans-serif;
    font-weight: normal;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
  }
  .accordionColor ul.accordion li h4:before {
    right: 30px;
    color: #fff;
  }
  .accordionColor ul.accordion li .boxInfo {
    padding-left: 30px;
  }
  .accordionColor ul.accordion li .boxInfo p {
    font-family: "Inter", sans-serif;
    font-weight: normal;
    font-size: 14px;
    color: #fff;
    line-height: 22px;
  }
}
.singleContent {
  padding: 120px 0 0 0;
}
.singleContent p {
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #6C6D70;
  line-height: 24px;
}
.singleContent ul {
  padding: 15px 0;
  margin: 0;
  list-style: none;
}
.singleContent ul li {
  position: relative;
  padding: 15px 0 15px 30px;
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #6C6D70;
  line-height: 24px;
}
.singleContent ul li:before {
  content: "";
  width: 9px;
  height: 9px;
  display: block;
  position: absolute;
  top: 21px;
  left: 0;
  background: #073154;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.singleContent ol {
  padding: 15px 0;
  margin: 0;
  list-style: none;
  counter-reset: muffins;
}
.singleContent ol li {
  position: relative;
  padding: 15px 0 15px 30px;
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #6C6D70;
  line-height: 24px;
  counter-increment: muffins;
}
.singleContent ol li:before {
  content: counter(muffins) ". ";
  display: block;
  position: absolute;
  top: 15px;
  left: 0;
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #1F3A59;
  font-weight: 700;
}
@media only screen and (max-width: 991px), only screen and (max-device-width: 991px) {
  .singleContent {
    padding: 0;
  }
}
.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.formContactUs {
  padding-top: 120px;
}
.formContactUs .intro {
  max-width: 400px;
  margin-left: auto;
  margin-bottom: 90px;
}
.formContactUs .intro p {
  margin: 0;
}
@media only screen and (max-width: 991px), only screen and (max-device-width: 991px) {
  .formContactUs {
    padding-top: 0;
  }
  .formContactUs .intro {
    margin-bottom: 30px;
  }
  .formContactUs .contactUs {
    margin-bottom: 45px;
  }
  .formContactUs .contactUs .flex {
    flex-direction: column;
  }
  .formContactUs .contactUs .flex .info {
    margin-top: 15px;
  }
}
.info .professionalBox {
  border-bottom: 1px solid #073154;
  border-top: 1px solid #073154;
  padding: 30px 0;
  margin: 30px 0;
  max-width: 50%;
  margin-left: auto;
}
.info .professionalBox h2 {
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 26px;
  color: #073154;
  font-weight: 700;
  padding: 0;
  margin: 0;
  position: relative;
  margin-left: auto;
  max-width: 100% !important;
  margin-bottom: 30px;
}
.info .professionalBox p {
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 18px;
  color: #6C6D70;
  max-width: 100%;
}
.info .professionalBox p a:link,
.info .professionalBox p a:visited {
  font-family: "Inter", sans-serif !important;
  font-weight: normal !important;
  font-size: 18px !important;
  color: #6C6D70 !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}
.info .professionalBox p.phone {
  font-family: "Inter", sans-serif !important;
  font-weight: normal !important;
  font-size: 18px !important;
  color: #6C6D70 !important;
  font-weight: 700;
}
.info .professionalBox p.phone:before {
  content: "\f095";
  font: normal normal normal 22px/1 FontAwesome;
  color: #2699FB;
  line-height: 22px;
  margin: 0 7.5px 0 0;
}
.info .professionalBox p.mail {
  font-family: "Inter", sans-serif !important;
  font-weight: normal !important;
  font-size: 18px !important;
  color: #6C6D70 !important;
  font-weight: 700;
}
.info .professionalBox p.mail:before {
  content: "\f1ac";
  font: normal normal normal 22px/1 FontAwesome;
  color: #2699FB;
  line-height: 22px;
  margin: 0 7.5px 0 0;
}
@media only screen and (max-width: 1399px), only screen and (max-device-width: 1399px) {
  .info .professionalBox {
    max-width: 80%;
  }
}
@media only screen and (max-width: 991px), only screen and (max-device-width: 991px) {
  .info .professionalBox {
    max-width: 100%;
  }
}
@media only screen and (max-width: 1399px), only screen and (max-device-width: 1399px) {
  .info {
    margin-top: 45px;
  }
}
#sectorsAndAreas img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 1400px;
  margin: 40px auto 0;
  position: relative;
  z-index: 1;
}
#sectorsAndAreas .boxAreaBanner:before,
#sectorsAndAreas .boxAreaBanner:after {
  content: "";
  display: block;
  height: 80px;
  width: 50%;
  top: 0;
  position: absolute;
}
#sectorsAndAreas .boxAreaBanner:before {
  left: 50%;
  background: #4e69ff;
}
#sectorsAndAreas .boxAreaBanner:after {
  right: 50%;
  background: #4e69ff;
}
#sectorsAndAreas h2 {
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 42px;
  color: #6C6D70;
  font-weight: 700;
  padding: 45px 0;
}
#sectorsAndAreas h2.title.economySectors {
  color: #6B3065;
}
#sectorsAndAreas h2.title.judicialArea {
  color: #1F3A59;
}
#sectorsAndAreas p {
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #6C6D70;
}
#sectorsAndAreas.noBanner .borderTop {
  position: relative;
}
#sectorsAndAreas.noBanner .borderTop:before,
#sectorsAndAreas.noBanner .borderTop:after {
  content: "";
  display: block;
  height: 21px;
  width: 50%;
  top: 0;
  position: absolute;
}
#sectorsAndAreas.noBanner .borderTop:before {
  left: 0;
  background: #1F3A59;
}
#sectorsAndAreas.noBanner .borderTop:after {
  right: 0;
  background: #6B3065;
}
@media only screen and (max-width: 991px), only screen and (max-device-width: 991px) {
  #sectorsAndAreas.noBanner .borderTop:before,
  #sectorsAndAreas.noBanner .borderTop:after {
    display: none;
  }
}
#areasOfExpertise {
  padding-top: 0 !important;
}
#areasOfExpertise .imageBanner {
  width: 100%;
  height: auto;
  margin: 0 0 90px 0;
}
#areasOfExpertise .imageBanner img {
  display: block;
  width: 100%;
  height: 100%;
}
#areasOfExpertise .intro p.category {
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 18px;
  color: #2699FB;
  font-weight: 700;
  margin: 0 0 15px 0;
}
#areasOfExpertise .intro p.download {
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #1F3A59;
  margin: 0 0 45px 0;
}
#areasOfExpertise .intro p.download:before {
  content: '\f019';
  font: normal normal normal 22px/1 FontAwesome;
  color: #6B3065;
  line-height: 22px;
  margin-right: 15px;
}
#areasOfExpertise .intro h2 {
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 42px;
  color: #1F3A59;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 30px 0;
}
#areasOfExpertise .intro .boxText {
  /*-moz-column-width: 50%;
  -moz-column-count: 2;
  -moz-column-gap: 75px;
  -webkit-column-width: 50%;
  -webkit-column-count: 2;
  -webkit-column-gap: 75px;*/
}
#areasOfExpertise .intro .boxText p {
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #6C6D70;
}
@media only screen and (max-width: 991px), only screen and (max-device-width: 991px) {
  #areasOfExpertise .imageBanner {
    margin: 0 0 15px 0;
  }
  #areasOfExpertise .intro h2 {
    font-family: "Inter", sans-serif;
    font-weight: normal;
    font-size: 28px;
    color: #1F3A59;
    font-weight: 700;
  }
  #areasOfExpertise .intro .boxText {
    -moz-column-width: 100%;
    -moz-column-count: 1;
    -moz-column-gap: 0;
    -webkit-column-width: 100%;
    -webkit-column-count: 1;
    -webkit-column-gap: 0;
  }
}
.fileBox {
  position: relative;
}
.fileBox input[type="file"] {
  display: none;
}
.fileBox p.maxSize {
  position: absolute;
  top: 4px;
  right: 0;
  font-family: "Inter", sans-serif;
  line-height: 12px;
  font-weight: normal;
  font-size: 12px;
  color: #5b5b5b;
}
.fileBox p.msgErro {
  font-family: "Inter", sans-serif;
  line-height: 11px;
  font-weight: normal;
  font-size: 11px;
  color: #a94442;
  margin: 5px 0;
}
.fileBox .file {
  height: 62px;
  border: 1px solid #EEEEEE;
  width: 100%;
  outline: none;
  max-width: 100%;
  display: block;
  position: relative;
}
.fileBox .file > p {
  padding: 20px 127px 18px 30px;
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #1F3A59;
  font-weight: 400;
  margin: 0;
  display: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fileBox .file > p.active {
  display: block;
}
.fileBox .file a.fileEvent:link,
.fileBox .file a.fileEvent:visited {
  background: none;
  position: absolute;
  top: -1px;
  left: -1px;
  display: block;
  padding: 17px 25px 17px 30px;
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 18px;
  color: #1F3A59;
  font-weight: 600;
  width: calc(100% + 2px);
  text-decoration: none;
}
.fileBox .file a.fileEvent:link:before,
.fileBox .file a.fileEvent:visited:before {
  content: '\f0c6';
  font: normal normal normal 20px/1 FontAwesome;
  color: #6B3065;
  line-height: 20px;
  margin-right: 10px;
}
.fileBox .file a.removeFile {
  display: none;
  background: #ff0000;
  position: absolute;
  top: -1px;
  right: -1px;
  padding: 20px 15px;
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
}
.fileBox .file a.removeFile.active {
  display: block;
}
#opportunityDetail {
  padding-top: 0 !important;
}
#opportunityDetail h2 {
  max-width: 100% !important;
  margin: 0 0 30px 0;
}
#opportunityDetail .boxText {
  -moz-column-width: 50%;
  -moz-column-count: 2;
  -moz-column-gap: 75px;
  -webkit-column-width: 50%;
  -webkit-column-count: 2;
  -webkit-column-gap: 75px;
}
#opportunityDetail .boxText p {
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #6C6D70;
}
@media only screen and (max-width: 991px), only screen and (max-device-width: 991px) {
  #opportunityDetail .boxText {
    -moz-column-width: 100%;
    -moz-column-count: 1;
    -moz-column-gap: 0;
    -webkit-column-width: 100%;
    -webkit-column-count: 1;
    -webkit-column-gap: 0;
  }
}
#formOpportunity h2 {
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 26px;
  color: #1F3A59;
  font-weight: 700;
  margin: 0 0 90px 0;
}
@media only screen and (max-width: 991px), only screen and (max-device-width: 991px) {
  #formOpportunity h2 {
    margin: 0 0 45px 0;
  }
}
#otherOpportunities,
#allOpportunities,
#searchResultPage {
  padding: 0 0 120px 0;
}
#otherOpportunities h2,
#allOpportunities h2,
#searchResultPage h2 {
  margin: 0 0 75px 0;
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 42px;
  color: #1F3A59;
  font-weight: 700;
}
@media only screen and (max-width: 991px), only screen and (max-device-width: 991px) {
  #otherOpportunities h2,
  #allOpportunities h2,
  #searchResultPage h2 {
    margin: 0 0 45px 0;
    font-size: 35px;
    text-align: center;
  }
}
#allOpportunities h2 {
  text-align: center;
}
@media only screen and (max-width: 991px), only screen and (max-device-width: 991px) {
  #searchResultPage h2 {
    font-size: 26px;
    text-align: left;
  }
}
#managePeople h2 {
  margin: 0;
}
#managePeople p {
  max-width: 80%;
  margin-left: auto;
}
#managePeople img {
  right: 16%;
  position: relative;
  z-index: -1;
  width: 100%;
  height: auto;
  display: block;
}
@media only screen and (max-width: 1600px), only screen and (max-device-width: 1600px) {
  #managePeople img {
    right: 14%;
  }
}
@media only screen and (max-width: 1199px), only screen and (max-device-width: 1199px) {
  #managePeople img {
    right: 0;
  }
}
@media only screen and (max-width: 991px), only screen and (max-device-width: 991px) {
  #managePeople h2 {
    margin: 15px 0;
  }
  #managePeople img {
    margin: 15px 0;
    width: 100%;
  }
  #managePeople p {
    margin-left: 0;
    max-width: inherit;
  }
}
#search {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: #f5f5f5;
  z-index: 99999;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  overflow: hidden;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}
#search .searchBox {
  width: 80%;
  position: relative;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
#search .searchBox .form-group {
  margin: 0;
}
#search .searchBox .form-group.compound input {
  padding-right: 100px;
  background: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
#search .searchBox .form-group.compound input + button[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
}
#search .searchBox .form-group.compound input + button[type="submit"].btnSearchPage {
  background: transparent;
}
#search .searchBox .form-group.compound input + button[type="submit"].btnSearchPage:before {
  content: "\f002";
  font: normal normal normal 22px/1 FontAwesome;
  color: #fff;
  line-height: 22px;
  background: #1F3A59;
  padding: 0;
  width: 62px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#search .searchBox .form-group.compound input + button[type="submit"].btnSearchPage span {
  display: none;
}
#search .searchBox a.closeSearch:link,
#search .searchBox a.closeSearch:visited {
  display: block;
  position: absolute;
  top: -100px;
  right: -65px;
  width: 62px;
  height: 62px;
}
#search .searchBox a.closeSearch:link:before,
#search .searchBox a.closeSearch:visited:before,
#search .searchBox a.closeSearch:link:after,
#search .searchBox a.closeSearch:visited:after {
  content: "";
  width: 1px;
  height: 100%;
  background: #1F3A59;
  display: block;
  position: absolute;
  top: 0;
}
#search .searchBox a.closeSearch:link:before,
#search .searchBox a.closeSearch:visited:before {
  left: 31px;
  -webkit-transform: rotate(45deg);
  /* Safari */
  -o-transform: rotate(45deg);
  /* Opera */
  -moz-transform: rotate(45deg);
  /* Firefox */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  /* Internet Explorer */
}
#search .searchBox a.closeSearch:link:after,
#search .searchBox a.closeSearch:visited:after {
  right: 31px;
  -webkit-transform: rotate(-45deg);
  /* Safari */
  -o-transform: rotate(-45deg);
  /* Opera */
  -moz-transform: rotate(-45deg);
  /* Firefox */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  /* Internet Explorer */
}
#search .searchBox a.closeSearch:link span,
#search .searchBox a.closeSearch:visited span {
  display: none;
}
#search.open {
  width: 100%;
  height: 100%;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
#search.open .searchBox {
  animation: appear 1.4s ease-in-out 0.24s forwards;
}
#cooperation h2 {
  margin-top: 67.5px;
  text-align: right;
  max-width: 100% !important;
  float: inherit;
  text-align: left;
}
#cooperation h2 strong {
  float: right;
}
#cooperation p {
  max-width: 80%;
  text-align: left;
  margin-left: auto;
  clear: both;
}
#cooperation img {
  margin-left: -10%;
  position: relative;
  z-index: -1;
  max-width: 145%;
}
@media only screen and (max-width: 1699px), only screen and (max-device-width: 1699px) {
  #cooperation img {
    margin-left: -35%;
  }
}
@media only screen and (max-width: 1399px), only screen and (max-device-width: 1399px) {
  #cooperation img {
    margin-left: -50%;
  }
  #cooperation h2 strong {
    font-size: 70px !important;
  }
}
@media only screen and (max-width: 991px), only screen and (max-device-width: 991px) {
  #cooperation h2 {
    margin: 0 0 30px 0 !important;
    max-width: 100% !important;
    text-align: center !important;
    width: 100%;
  }
  #cooperation h2 strong {
    float: none;
  }
  #cooperation img {
    margin: 15px 0;
    width: 100%;
  }
  #cooperation p {
    margin-right: 0;
    max-width: inherit;
  }
}
.sixDifferentials ul {
  list-style: none;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  gap: 100px;
}
.sixDifferentials ul li {
  width: calc((100% - 200px) / 3);
  position: relative;
}
.sixDifferentials ul li:before {
  content: "";
  display: block;
  width: 100px;
  height: 5px;
  position: absolute;
  top: -12px;
  left: 0;
  background: #ccc;
}
.sixDifferentials ul li h2 {
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 42px;
  color: #1F3A59;
  margin: 0 0 30px 0;
}
.sixDifferentials ul li p {
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #6C6D70;
  margin: 0;
}
.sixDifferentials ul li:nth-child(1):before {
  background: #1F3A59;
}
.sixDifferentials ul li:nth-child(2):before {
  background: #6B3065;
}
.sixDifferentials ul li:nth-child(3):before {
  background: #6B3065;
}
.sixDifferentials ul li:nth-child(4):before {
  background: #C8D400;
}
.sixDifferentials ul li:nth-child(5):before {
  background: #707070;
}
.sixDifferentials ul li:nth-child(6):before {
  background: #EEEEEE;
}
@media only screen and (max-width: 1199px), only screen and (max-device-width: 1199px) {
  .sixDifferentials ul li {
    width: calc((100% - 100px) / 2);
  }
}
@media only screen and (max-width: 991px), only screen and (max-device-width: 991px) {
  .sixDifferentials ul {
    gap: 0;
  }
  .sixDifferentials ul li {
    width: 100%;
    margin: 0 0 60px 0;
  }
}
/*# sourceMappingURL=./style.css.map */

/* Deixa as setas na lateral e visíveis */
.owl-nav {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 10;
  pointer-events: none; /* Só os botões recebem clique */
}
.owl-prev, .owl-next {
  background: rgba(0,0,0,0.5);
  color: #fff !important;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto; /* Permite clicar nas setas */
  transition: background 0.2s;
  cursor: pointer;
  border: none;
  margin: 0 8px;
  opacity: 1 !important;
  visibility: visible !important;
}

/* Troca o texto "prev"/"next" por setas */
.owl-prev:before { content: '‹'; font-size: 2.2rem; }
.owl-next:before { content: '›'; font-size: 2.2rem; }
.owl-prev, .owl-next { font-size: 0; } /* Esconde o texto 'prev' e 'next' */

/* Responsivo opcional: esconde setas no mobile, se quiser */
@media (max-width: 767px) {
  .owl-nav { display: none !important; }
}
