@media (min-width: 1360px) {
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1510px;
  }
}
@font-face {
  font-family: 'Myriad Pro';
  font-style: normal;
  font-weight: 500;
  src: local('Myriad Pro Regular'), url('../fonts/MYRIADPRO-REGULAR.woff') format('woff');
}
@font-face {
  font-family: 'Myriad Pro';
  font-style: normal;
  font-weight: 300;
  src: local('Myriad Pro Light'), url('../fonts/MyriadPro-Light.woff') format('woff');
}
@font-face {
  font-family: 'Myriad Pro';
  font-style: normal;
  font-weight: 600;
  src: local('Myriad Pro Semibold'), url('../fonts/MYRIADPRO-SEMIBOLD.woff') format('woff');
}
@font-face {
  font-family: 'Myriad Pro Bold';
  font-style: normal;
  font-weight: 700;
  src: local('Myriad Pro Bold'), url('../fonts/MYRIADPRO-BOLD.woff') format('woff');
}
body {
  font-family: 'Myriad Pro';
}
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 12;
  padding: 20px 0px 0px 0px;
}
header .search {
  position: relative;
  display: inline-block;
}
header .search button {
  color: white;
  border: 0px none;
  padding: 0px 5px;
  background: transparent;
}
header .search input {
  border: 1px solid white;
  background: transparent;
  top: 0px;
  right: 25px;
  position: absolute;
  display: none;
  color: white;
  padding: 0px 5px;
}
header .search input::placeholder {
  color: white;
}
header .search:hover input {
  display: block;
}
header ul#menu-contacto li {
  position: relative;
}
header ul#menu-contacto li.menu-item-has-children > a:after {
  content: "\2039";
  margin-left: 10px;
  transform: rotate(-90deg);
  display: inline-block;
}
header ul#menu-contacto li:hover ul {
  display: block;
}
header ul#menu-contacto li ul {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 35px;
  text-align: center;
  display: none;
}
header ul#menu-contacto li ul li {
  width: 100%;
}
header ul#menu-contacto li ul a {
  padding: 0px;
}
header .brand {
  text-align: center;
}
header a {
  color: white;
  padding: 15px 10px;
  display: inline-block;
  padding-bottom: 40px;
}
header a:hover {
  font-weight: bold;
  text-decoration: none;
  color: white;
}
header ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}
header ul li {
  display: inline-block;
}
header .actions {
  text-align: right;
}
nav {
  background: white;
  background: linear-gradient(to right, #EA0A8C 0%, #EA0A8C 25%, #EB108D 50%, #13AAE2 100%);
  position: absolute;
  top: 0px;
  padding: 190px 30px;
  width: 100%;
  z-index: 11;
  min-height: 600px;
  display: none;
}
nav .mh {
  display: none;
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav ul a {
  font-size: 30px;
  color: white;
  opacity: 0.7;
  font-weight: bold;
}
nav ul a:hover {
  text-decoration: none;
  opacity: 1;
  color: white;
}
nav ul li {
  position: relative;
  width: 100%;
  padding-left: 20px;
}
nav ul li ul {
  border-left: 1px solid rgba(255, 255, 255, 0.4);
}
nav ul li:hover > ul {
  display: block;
  z-index: 50;
}
nav ul .news {
  font-size: 18px;
}
nav ul .news li {
  position: relative;
  padding-left: 155px;
}
nav ul .news li img {
  position: absolute;
  top: 0;
  left: 0px;
  width: 136px;
  height: auto;
}
nav ul .news h3 {
  font-size: 20px;
}
nav ul .news p {
  font-size: 18px;
}
nav ul .news small {
  width: 100%;
  text-align: right;
  display: inline-block;
  color: white;
  font-size: 14px;
}
nav ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 400px;
  width: calc(100% - 500px);
  max-height: 340px;
  overflow: auto;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
nav ul ul::-webkit-scrollbar {
  width: 10px;
}
nav ul ul::-webkit-scrollbar-track {
  background: #fff;
}
nav ul ul::-webkit-scrollbar-thumb {
  background: #13AAE2;
}
nav ul ul::-webkit-scrollbar-thumb:hover {
  background: #EA0A8C;
}
nav ul ul a {
  font-size: 28px;
  font-weight: normal;
}
@media (max-width: 1024px) {
  nav {
    padding: 80px 0px;
  }
  nav .topnav {
    padding: 30px;
  }
  nav .topnav ul {
    text-align: center;
  }
  nav .topnav ul a {
    margin: 0px 15px;
    font-weight: normal;
    font-size: 18px;
  }
  nav .topnav ul a.active {
    font-weight: bold;
  }
  nav .topnav form {
    margin-top: 30px;
    border-bottom: 1px solid white;
  }
  nav .topnav form input {
    border: 0px none;
    background: none;
    width: calc(100% - 40px);
  }
  nav .topnav form button {
    border: 0px none;
    color: white;
    background-color: transparent;
  }
  nav ul ul {
    position: static;
    width: 100%;
    max-height: auto;
  }
}
.loading {
  background: linear-gradient(90deg, #13AAE2 0%, #13AAE2 100%);
  background-size: 300%;
}
@keyframes gradient {
  0% {
    background-position: 100% 0%;
  }
  100% {
    background-position: 0% 0%;
  }
}
.animate-gradient {
  background: linear-gradient(120deg, #EA0A8C 0%, #EB108D 19%, #13AAE2 100%);
  background-size: 300%;
  animation: gradient 1s forwards;
}
body.home .content {
  display: none;
}
.content {
  overflow: hidden;
}
.loading {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 20;
}
footer {
  background: #f9f9f9 url(../../img/footer-il.png) bottom 130px right no-repeat;
  padding: 40px 0px;
  font-size: 16px;
}
footer .copy {
  vertical-align: middle;
}
footer .copy img {
  margin-bottom: 0px;
}
footer img {
  margin-bottom: 30px;
}
footer h5 {
  font-size: 16px;
}
footer a {
  color: black;
  width: 100%;
  display: inline-block;
}
footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 10px;
}
footer ul li {
  display: inline-block;
  padding: 5px;
}
footer ul li a {
  width: auto;
  font-size: 18px;
}
footer ul.menu a {
  font-size: 12px;
  text-decoration: underline;
}
@media (max-width: 1024px) {
  footer {
    background-size: 320px;
  }
  footer .copy {
    margin-top: 180px;
  }
}
section.search a {
  color: #EA0A8C;
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
}
section.search a:hover {
  text-decoration: none;
}
section.search a:hover p {
  color: #EA0A8C;
}
section.search a p {
  color: black;
}
.owl-dots button:focus {
  outline: 0px none;
}

@keyframes animateIl {
  0% {
    width: 300px;
    height: 300px;
    filter: blur(150px);
  }
  100% {
    width: 400px;
    height: 40px;
    filter: blur(250px);
  }
}
#carreira section.banner {
  background-size: cover;
  height: 500px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1024px) {
  #carreira section.banner {
    height: 200px;
  }
}
#carreira section.intro {
  text-align: center;
  padding: 80px 0px 0px 0px;
  position: relative;
  overflow: hidden;
}
#carreira section.intro iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 110vw;
  height: 120vh;
  pointer-events: none;
  /* Desativa interação com o vídeo */
  z-index: -1;
}
#carreira section.intro .container {
  z-index: 2;
}
#carreira section.intro:after {
  width: 300px;
  height: 300px;
  left: -150px;
  top: -200px;
  background: #EA0A8C;
  border-radius: 300px;
  filter: blur(150px);
  content: '';
  position: absolute;
  animation: animateIl 3s infinite alternate;
}
#carreira section.intro .container {
  position: relative;
}
#carreira section.intro a {
  color: #EC008C;
  text-decoration: none;
  position: absolute;
  right: 0px;
  top: 20px;
}
#carreira section.intro h1 {
  font-size: 50px;
  color: #EC008C;
}
#carreira section.intro h3 {
  color: #EC008C;
  font-size: 24px;
}
#carreira section.intro i {
  color: #EA0A8C;
}
#carreira section.intro small {
  font-size: 20px;
}
#carreira section.intro .excerpt {
  max-width: 700px;
  position: relative;
  font-size: 40px;
  margin: 100px auto;
  color: #EC008C;
}
#carreira section.intro .excerpt:after {
  background: url(../../img/a1.png);
  width: 57px;
  height: 99px;
  position: absolute;
  content: '';
  left: -60px;
  bottom: -50px;
}
#carreira section.intro .excerpt:before {
  background: url(../../img/a2.png) no-repeat;
  width: 60px;
  height: 99px;
  position: absolute;
  content: '';
  right: -50px;
  top: -50px;
}
#carreira section.intro .editor {
  display: inline-block;
  width: 100%;
  margin: 50px 0px;
  text-align: left;
  padding: 0px 100px;
  font-size: 24px;
  line-height: 36px;
}
@media (max-width: 1024px) {
  #carreira section.intro h3 {
    font-size: 18px;
  }
  #carreira section.intro h1 {
    font-size: 30px;
  }
  #carreira section.intro .excerpt {
    font-size: 36px;
    line-height: 40px;
    max-width: 250px;
  }
}
#carreira section.cultura {
  text-align: center;
  margin-top: 80px;
  font-size: 20px;
  text-align: left;
}
#carreira section.cultura h2,
#carreira section.cultura h3,
#carreira section.cultura h4 {
  color: #EA0A8C;
  font-size: 40px;
  margin-top: 40px;
}
#carreira section.cultura img {
  max-width: 100%;
}
@media (max-width: 1024px) {
  #carreira section.cultura {
    font-size: 16px;
    margin-top: 0px;
  }
  #carreira section.cultura h3 {
    font-size: 30px;
  }
}
#carreira section.beneficios {
  margin-top: 80px;
  font-size: 20px;
  margin-bottom: 100px;
  text-align: left;
  text-align: center;
}
#carreira section.beneficios h2,
#carreira section.beneficios h3,
#carreira section.beneficios h4 {
  color: #EA0A8C;
  font-size: 40px;
  margin-top: 40px;
}
#carreira section.beneficios .item {
  margin: 50px 0px;
  padding: 20px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  font-size: 16px;
  min-height: 180px;
}
#carreira section.beneficios .item h2,
#carreira section.beneficios .item h3,
#carreira section.beneficios .item h4 {
  font-size: 20px;
  color: black;
  margin-top: 10px;
  margin-bottom: 0px;
}
#carreira section.beneficios img {
  display: inline-block;
  max-width: 100%;
  width: auto;
}
#carreira section.beneficios .owl-dots {
  width: 100%;
}
#carreira section.beneficios .owl-dots button {
  height: 8px;
  width: 8px;
  background-color: #ccc;
  margin: 0px 5px;
  border-radius: 10px;
}
#carreira section.beneficios .owl-dots button.active {
  background-color: #EA0A8C;
}
#carreira section.beneficios .owl-nav button:focus {
  outline: 0px none;
}
#carreira section.beneficios .owl-nav button {
  position: absolute;
  bottom: -10px;
  color: #EA0A8C;
  font-size: 40px;
}
#carreira section.beneficios .owl-nav button.owl-prev {
  left: 0px;
}
#carreira section.beneficios .owl-nav button.owl-next {
  right: 0px;
}
@media (max-width: 1024px) {
  #carreira section.beneficios {
    font-size: 16px;
    margin-top: 0px;
  }
  #carreira section.beneficios h2 {
    font-size: 30px;
  }
}
#carreira section.testemunhos {
  position: relative;
  text-align: center;
  padding-bottom: 50px;
}
#carreira section.testemunhos .owl-dots {
  width: 100%;
}
#carreira section.testemunhos .owl-dots button {
  height: 8px;
  width: 8px;
  background-color: #ccc;
  margin: 0px 5px;
  border-radius: 10px;
}
#carreira section.testemunhos .owl-dots button.active {
  background-color: #EA0A8C;
}
#carreira section.testemunhos .owl-nav button:focus {
  outline: 0px none;
}
#carreira section.testemunhos .owl-nav button {
  position: absolute;
  bottom: -10px;
  color: #EA0A8C;
  font-size: 40px;
}
#carreira section.testemunhos .owl-nav button.owl-prev {
  left: 0px;
}
#carreira section.testemunhos .owl-nav button.owl-next {
  right: 0px;
}
#carreira section.testemunhos:after {
  width: 300px;
  height: 300px;
  right: -150px;
  top: -100px;
  background: #EA0A8C;
  border-radius: 300px;
  filter: blur(150px);
  content: '';
  position: absolute;
  animation: animateIl 3s infinite alternate;
}
#carreira section.testemunhos h2 {
  color: #EC008C;
  font-size: 40px;
  margin-bottom: 0px;
  text-align: center;
}
#carreira section.testemunhos b {
  display: inline-block;
  width: 100%;
}
#carreira section.testemunhos .item {
  text-align: center;
  height: 313px;
}
#carreira section.testemunhos .align {
  position: relative;
  text-align: left;
  padding-left: 320px;
  max-width: 800px;
  margin: auto;
  padding-top: 60px;
}
#carreira section.testemunhos .align .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 296px;
  height: 313px;
  background-size: cover;
  background-position: center center;
}
#carreira section.testemunhos blockquote {
  font-size: 25px;
  color: black;
  position: relative;
  font-size: 20px;
}
#carreira section.testemunhos blockquote b {
  color: #EC008C;
}
#carreira section.testemunhos .container {
  position: relative;
  z-index: 2;
}
@media (max-width: 1024px) {
  #carreira section.testemunhos {
    margin-top: 50px;
    margin-bottom: 100px;
  }
  #carreira section.testemunhos .item {
    height: auto;
  }
  #carreira section.testemunhos .item .align {
    text-align: left;
    padding-left: 0px;
    padding-top: 320px;
  }
  #carreira section.testemunhos .item .align blockquote {
    color: #EA0A8C;
  }
  #carreira section.testemunhos .item .align .image {
    left: 50%;
    transform: translateX(-50%);
  }
}
#carreira section.vagas {
  margin-top: 80px;
  font-size: 20px;
  text-align: left;
  text-align: center;
  margin-bottom: 100px;
  margin-top: 100px;
}
#carreira section.vagas h2,
#carreira section.vagas h3,
#carreira section.vagas h4 {
  color: #EA0A8C;
  font-size: 40px;
  margin-bottom: 40px;
}
#carreira section.vagas .list {
  margin-top: 50px;
  max-width: 880px;
  margin: auto;
}
#carreira section.vagas .list .link {
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  color: black;
  font-size: 16px;
  text-align: left;
  padding: 20px;
}
#carreira section.vagas .list .link .head {
  cursor: pointer;
}
#carreira section.vagas .list .link:hover {
  text-decoration: none;
}
#carreira section.vagas .list .link .detail {
  width: 100%;
  padding-top: 20px;
  display: none;
  font-size: 14px;
}
#carreira section.vagas .list .link .detail p {
  width: 100%;
}
#carreira section.vagas .list .link .detail a {
  float: right;
  color: #EA0A8C;
}
#carreira section.vagas .list .link .detail a i {
  font-size: 16px;
  margin-left: 5px;
}
@media (max-width: 768px) {
  #carreira section.vagas .list .link .head h2 {
    width: 55%;
  }
  #carreira section.vagas .list .link .head p {
    vertical-align: top;
    width: 43%;
  }
  #carreira section.vagas .list .link .head p + p {
    margin-top: 10px;
    width: 100%;
    display: none;
  }
  #carreira section.vagas .list .link .head p + p + p {
    display: none;
    margin-top: 10px;
    width: 100%;
  }
  #carreira section.vagas .list .link .head.active p + p {
    display: block;
  }
  #carreira section.vagas .list .link .head.active p + p + p {
    display: block;
  }
}
#carreira section.vagas .list .link i {
  font-size: 20px;
  color: #EA0A8C;
}
#carreira section.vagas .list .link h2 {
  margin: 0px;
  font-size: 20px;
  font-weight: bold;
  color: black;
  display: inline-block;
  width: 35%;
}
#carreira section.vagas .list .link p {
  display: inline-block;
  margin-bottom: 0px;
  width: 20%;
}
@media (max-width: 1024px) {
  #carreira section.vagas {
    font-size: 16px;
  }
  #carreira section.vagas h3 {
    font-size: 30px;
  }
  #carreira section.vagas .list a {
    font-size: 14px;
  }
  #carreira section.vagas .list a h2 {
    font-size: 16px;
    width: 58%;
  }
  #carreira section.vagas .list a p {
    width: 40%;
  }
  #carreira section.vagas .list a p:nth-child(3) {
    display: none;
  }
  #carreira section.vagas .list a p:nth-child(4) {
    display: none;
  }
}
#carreira section.form {
  margin-top: 80px;
  font-size: 20px;
  text-align: left;
  text-align: center;
  margin-bottom: 100px;
  margin-top: 20px;
}
#carreira section.form h2,
#carreira section.form h3,
#carreira section.form h4 {
  color: #EA0A8C;
  font-size: 40px;
  margin-bottom: 40px;
}
#carreira section.form form {
  margin-top: 50px;
  max-width: 880px;
  margin: auto;
  text-align: left;
}
#carreira section.form form .btn-primary {
  background: #EA0A8C;
  border-color: #EA0A8C;
}
#carreira section.form form .btn-link {
  color: #EA0A8C;
}
#carreira section.form form label {
  font-size: 18px;
  width: 100%;
  color: #EA0A8C;
  padding-left: 10px;
}
#carreira section.form form .lblfile input {
  opacity: 0;
  display: none;
}
#carreira section.form form .form-group.check {
  position: relative;
}
#carreira section.form form .form-group.check input {
  vertical-align: middle;
  top: 5px;
}
#carreira section.form form .form-group.check label {
  padding-left: 0px;
}
#carreira section.form form .form-group {
  margin-top: 20px;
  text-align: left;
  margin-bottom: 30px!important;
}
#carreira section.form form .form-control {
  border: 0px none;
  border-bottom: 1px solid #B0B0B0;
  color: #ddd;
  font-size: 20px;
}
#carreira section.form form .form-control:hover,
#carreira section.form form .form-control:focus {
  border-bottom: 1px solid #EA0A8C;
  color: #EA0A8C;
  box-shadow: 0px none;
}
@media (max-width: 1024px) {
  #carreira section.form {
    font-size: 16px;
  }
  #carreira section.form h2 {
    font-size: 30px;
  }
}
#carreira section.certificados {
  margin-top: 120px;
}
#carreira section.certificados .owl-dots {
  width: 100%;
  text-align: center;
}
#carreira section.certificados .owl-dots button {
  height: 8px;
  width: 8px;
  background-color: #ccc;
  margin: 0px 5px;
  border-radius: 10px;
}
#carreira section.certificados .owl-dots button.active {
  background-color: #EA0A8C;
}
#carreira section.certificados .owl-nav button:focus {
  outline: 0px none;
}
#carreira section.certificados .owl-nav button {
  position: absolute;
  bottom: -10px;
  color: #EA0A8C;
  font-size: 40px;
}
#carreira section.certificados .owl-nav button.owl-prev {
  left: 0px;
}
#carreira section.certificados .owl-nav button.owl-next {
  right: 0px;
}
#carreira section.certificados .item {
  text-align: center;
}
#carreira section.certificados .item .align {
  text-align: left;
  margin: auto;
  height: 190px;
  position: relative;
  padding-left: 210px;
  padding-top: 50px;
  display: inline-block;
}
#carreira section.certificados .item .align img {
  width: 160px;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1024px) {
  #carreira section.certificados {
    margin-top: 50px;
    margin-bottom: 100px;
  }
  #carreira section.certificados .item .align {
    text-align: center;
    padding-left: 0px;
    padding-top: 180px;
  }
  #carreira section.certificados .item .align img {
    left: 50%;
    transform: translateX(-50%);
  }
}
#carreira .vaga-descricao {
  font-size: 18px;
}
#carreira .vaga-descricao .vaga-excerpt {
  font-weight: bold;
}
#carreira .vaga-descricao .btn {
  color: #EA0A8C;
  border: 1px solid #EA0A8C;
  padding: 5px 10px;
  margin-bottom: 50px;
}
#carreira section.frase {
  padding-bottom: 100px;
  position: relative;
}
#carreira section.frase:after {
  width: 300px;
  height: 300px;
  right: -250px;
  top: -100px;
  background: #EA0A8C;
  border-radius: 300px;
  filter: blur(150px);
  content: '';
  position: absolute;
  animation: animateIl 3s infinite alternate;
}
#carreira section.frase h3 {
  font-size: 5vw;
  background: linear-gradient(to right, #EA0A8C 0%, #EA0A8C 25%, #EB108D 50%, #13AAE2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}

@keyframes animateIl {
  0% {
    width: 300px;
    height: 300px;
    filter: blur(150px);
  }
  100% {
    width: 400px;
    height: 40px;
    filter: blur(250px);
  }
}
#contacto section.banner {
  background-size: cover;
  height: 500px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1024px) {
  #contacto section.banner {
    height: 200px;
  }
}
#contacto section.intro {
  text-align: center;
  padding: 80px 0px 0px 0px;
  position: relative;
}
#contacto section.intro:after {
  width: 300px;
  height: 300px;
  left: -150px;
  top: -200px;
  background: #EA0A8C;
  border-radius: 300px;
  filter: blur(150px);
  content: '';
  position: absolute;
  animation: animateIl 3s infinite alternate;
}
#contacto section.intro .container {
  position: relative;
}
#contacto section.intro a {
  color: #EC008C;
  text-decoration: none;
  position: absolute;
  right: 0px;
  top: 20px;
}
#contacto section.intro h1 {
  font-size: 50px;
}
#contacto section.intro h3 {
  color: #EC008C;
  font-size: 24px;
}
#contacto section.intro small {
  font-size: 20px;
}
#contacto section.formulario {
  text-align: center;
  padding: 50px 0px;
}
#contacto section.formulario h2 {
  color: #EA0A8C;
  font-size: 40px;
}
#contacto section.formulario form {
  text-align: left;
}
#contacto section.formulario label {
  font-size: 14px;
  width: 100%;
}
#contacto section.formulario .form-group {
  text-align: left;
  margin-bottom: 20px;
}
#contacto section.formulario .form-control {
  border: 0px none;
  border-bottom: 1px solid #B0B0B0;
  color: #ddd;
}
#contacto section.formulario .form-control:hover,
#contacto section.formulario .form-control:focus {
  border-bottom: 1px solid #EA0A8C;
  color: #EA0A8C;
  box-shadow: 0px none;
}
#contacto section.formulario .btn-primary {
  border-color: #EA0A8C;
  background: white;
  color: #EA0A8C;
}
#contacto section.lista {
  text-align: center;
  padding: 70px 0px;
}
#contacto section.lista h2 {
  color: #EA0A8C;
  font-size: 40px;
}
#contacto section.lista .imb {
  background-size: cover;
  width: 100%;
  display: inline-block;
  height: 450px;
}
#contacto section.lista a,
#contacto section.lista h3 {
  font-size: 24px;
}
#contacto section.lista p {
  font-size: 20px;
}
#contacto section.lista .row {
  font-size: 16px;
}
#contacto section.lista .row > div {
  background: white;
  padding: 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
#contacto section.lista .row img {
  margin-bottom: 20px;
}
#contacto section.lista .row h3 {
  font-size: 20px;
  font-weight: bold;
}
#contacto section.lista .row p {
  font-size: 16px;
  margin-bottom: 0px;
}
#contacto section.lista .row a {
  color: black;
  font-size: 16px;
}
#contacto section.lista .row a:hover {
  color: #EA0A8C;
}
#contacto section.localidades {
  text-align: center;
  padding: 70px 0px;
}
#contacto section.localidades .box {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  padding: 25px 15px;
}
#contacto section.localidades h2 {
  color: #EA0A8C;
  font-size: 40px;
}
#contacto section.localidades .imb {
  background-size: cover;
  width: 100%;
  display: inline-block;
  height: 450px;
}
#contacto section.localidades a,
#contacto section.localidades h3 {
  font-size: 24px;
}
#contacto section.localidades p {
  font-size: 20px;
}
#contacto section.localidades .row {
  font-size: 16px;
}
#contacto section.localidades .row img {
  margin-bottom: 20px;
}
#contacto section.localidades .row h3 {
  font-size: 20px;
  font-weight: bold;
}
#contacto section.localidades .row p {
  font-size: 16px;
  margin-bottom: 0px;
}
#contacto section.localidades .row a {
  color: #EA0A8C;
  font-size: 16px;
}

@keyframes animateIl {
  0% {
    width: 300px;
    height: 300px;
    filter: blur(150px);
  }
  100% {
    width: 400px;
    height: 40px;
    filter: blur(250px);
  }
}
#empresa section.banner {
  background-size: cover;
  height: 500px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1024px) {
  #empresa section.banner {
    height: 200px;
  }
}
#empresa section.intro {
  text-align: center;
  padding: 80px 0px 0px 0px;
  position: relative;
}
#empresa section.intro:after {
  width: 300px;
  height: 300px;
  left: -150px;
  top: -200px;
  background: #EA0A8C;
  border-radius: 300px;
  filter: blur(150px);
  content: '';
  position: absolute;
  animation: animateIl 3s infinite alternate;
}
#empresa section.intro .container {
  position: relative;
}
#empresa section.intro a {
  color: #EC008C;
  text-decoration: none;
  position: absolute;
  right: 0px;
  top: 20px;
}
#empresa section.intro h1 {
  font-size: 50px;
  color: #EC008C;
}
#empresa section.intro h3 {
  color: #EC008C;
  font-size: 24px;
}
#empresa section.intro small {
  font-size: 20px;
}
#empresa section.intro .excerpt {
  max-width: 700px;
  position: relative;
  font-size: 40px;
  margin: 100px auto;
  color: #EC008C;
}
#empresa section.intro .excerpt:after {
  background: url(../../img/a1.png);
  width: 57px;
  height: 99px;
  position: absolute;
  content: '';
  left: -60px;
  bottom: -50px;
}
#empresa section.intro .excerpt:before {
  background: url(../../img/a2.png) no-repeat;
  width: 60px;
  height: 99px;
  position: absolute;
  content: '';
  right: -50px;
  top: -50px;
}
@media (max-width: 1024px) {
  #empresa section.intro .excerpt {
    width: 60%;
    margin: 80px;
  }
}
#empresa section.intro .editor {
  display: inline-block;
  width: 100%;
  margin: 50px 0px;
  text-align: left;
  padding: 0px 100px;
  font-size: 24px;
  line-height: 36px;
}
@media (max-width: 1024px) {
  #empresa section.intro h1 {
    font-size: 40px;
  }
  #empresa section.intro h3 {
    font-size: 20px;
  }
  #empresa section.intro small {
    font-size: 16px;
  }
  #empresa section.intro .editor {
    font-size: 18px;
    line-height: 28px;
    padding: 0px 15px;
    margin: 20px 0px;
    text-align: center;
  }
  #empresa section.intro .excerpt {
    font-size: 22px;
  }
}
#empresa section.grupo {
  text-align: center;
  margin-top: 80px;
  font-size: 24px;
}
#empresa section.grupo h2,
#empresa section.grupo h3,
#empresa section.grupo h4 {
  color: #EA0A8C;
  font-size: 40px;
  margin-bottom: 60px;
}
#empresa section.grupo img {
  max-width: 100%;
}
@media (max-width: 1024px) {
  #empresa section.grupo {
    text-align: center;
    font-size: 18px;
  }
  #empresa section.grupo h2,
  #empresa section.grupo h3,
  #empresa section.grupo h4 {
    font-size: 32px;
    margin-bottom: 20px;
  }
  #empresa section.grupo .text-left {
    text-align: center!important;
  }
}
#empresa section.visao {
  text-align: center;
  padding: 140px 0px 120px;
  position: relative;
  font-size: 24px;
}
#empresa section.visao b,
#empresa section.visao strong {
  color: #EA0A8C;
}
#empresa section.visao button {
  border: 0px none;
  font-size: 40px;
  background: none;
  color: #ddd;
}
#empresa section.visao button.active {
  color: #EA0A8C;
  position: relative;
}
#empresa section.visao button.active:after {
  width: 30px;
  height: 2px;
  background: #EA0A8C;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  position: absolute;
}
#empresa section.visao button:focus {
  outline: none;
}
#empresa section.visao ul {
  text-align: center;
  display: inline-block;
  width: 100%;
}
#empresa section.visao ul li {
  display: inline-block;
}
#empresa section.visao ul li:nth-child(2) button.active {
  color: #92278F;
}
#empresa section.visao ul li:nth-child(2) button.active:after {
  background-color: #92278f;
}
#empresa section.visao ul li:nth-child(3) button.active {
  color: #00AEEF;
}
#empresa section.visao ul li:nth-child(3) button.active:after {
  background-color: #00AEEF;
}
#empresa section.visao .tab-content {
  margin: 40px 0px;
  text-align: center;
}
#empresa section.visao .tab-pane {
  max-width: 850px;
  text-align: left;
  margin: auto;
}
#empresa section.visao .tab-pane:nth-child(2) b,
#empresa section.visao .tab-pane:nth-child(2) strong {
  color: #92278F;
}
#empresa section.visao .tab-pane:nth-child(3) b,
#empresa section.visao .tab-pane:nth-child(3) strong {
  color: #00AEEF;
}
#empresa section.visao:after {
  width: 300px;
  height: 300px;
  left: -150px;
  top: -50px;
  background: #EA0A8C;
  border-radius: 300px;
  filter: blur(150px);
  content: '';
  position: absolute;
  animation: animateIl 3s infinite alternate;
}
#empresa section.visao:before {
  width: 300px;
  height: 300px;
  right: -100px;
  top: 0px;
  background: #EA0A8C;
  border-radius: 300px;
  filter: blur(150px);
  content: '';
  position: absolute;
  animation: animateIl 3s infinite alternate;
}
@media (max-width: 1024px) {
  #empresa section.visao {
    text-align: center;
    padding-bottom: 0px;
    font-size: 18px;
  }
  #empresa section.visao p {
    text-align: center;
  }
  #empresa section.visao h2,
  #empresa section.visao h3,
  #empresa section.visao h4 {
    font-size: 32px;
    margin-bottom: 20px;
  }
  #empresa section.visao button {
    font-size: 30px;
    padding: 0px 10px;
  }
}
#empresa section.historia {
  text-align: center;
  margin-top: 80px;
  font-size: 24px;
}
#empresa section.historia .owl-nav button:focus {
  outline: 0px none;
}
#empresa section.historia .owl-nav button {
  position: absolute;
  bottom: -10px;
  color: #EA0A8C;
  font-size: 40px;
}
#empresa section.historia .owl-nav button.owl-prev {
  left: 0px;
}
#empresa section.historia .owl-nav button.owl-next {
  right: 0px;
}
#empresa section.historia h2,
#empresa section.historia h3,
#empresa section.historia h4 {
  color: #EA0A8C;
  font-size: 40px;
  margin-bottom: 60px;
}
#empresa section.historia img {
  max-width: 100%;
}
#empresa section.historia .owl-dots {
  width: 100%;
}
#empresa section.historia .owl-dots button {
  height: 8px;
  width: 8px;
  background-color: #ccc;
  margin: 0px 5px;
  border-radius: 10px;
}
#empresa section.historia .owl-dots button.active {
  background-color: #EA0A8C;
}
#empresa section.historia .item {
  background: url(../../img/bg-part.png);
  color: #EA0A8C;
  text-align: center;
  padding: 120px 30px 0px 30px;
  max-width: 310px;
  height: 363px;
}
#empresa section.historia .item h4 {
  display: none;
  font-size: 18px;
  color: #EA0A8C;
  font-weight: normal;
}
#empresa section.historia .item b {
  font-size: 40px;
}
#empresa section.historia .item:hover {
  background: url(../../img/bg-relatorio.png);
  color: white;
}
#empresa section.historia .item:hover h4 {
  color: white;
  display: block;
}
#empresa section.etica {
  text-align: center;
  margin-top: 150px;
  font-size: 24px;
  margin-bottom: 150px;
}
#empresa section.etica h2,
#empresa section.etica h3,
#empresa section.etica h4 {
  color: #EA0A8C;
  font-size: 40px;
  margin-bottom: 60px;
}
#empresa section.etica p {
  text-align: left;
}
#empresa section.etica a {
  border-radius: 3px;
  padding: 5px 30px;
  display: inline-block;
  color: #EA0A8C;
  font-size: 18px;
  border: 1px solid #EA0A8C;
  margin-top: 20px;
}
@media (max-width: 1024px) {
  #empresa section.etica {
    text-align: center;
    margin-top: 30px;
    font-size: 18px;
  }
  #empresa section.etica p {
    text-align: center;
  }
  #empresa section.etica h2,
  #empresa section.etica h3,
  #empresa section.etica h4 {
    font-size: 32px;
    margin-bottom: 20px;
  }
}
#empresa section.relatorios {
  text-align: center;
  margin-bottom: 100px;
}
#empresa section.relatorios .box {
  width: 310px;
  height: 363px;
  display: inline-block;
  color: white;
  padding: 150px 30px 0px 30px;
  background: url(../../img/bg-relatorio.png?v2);
}
#empresa section.relatorios .btn-secondary {
  border: 2px solid white;
  background: #EA0A8C;
  color: white;
}
#empresa section.mapa {
  text-align: center;
}
#empresa section.mapa svg {
  max-width: 100%;
  width: 940px;
}
#empresa section.mapa svg * {
  transition: all .5s;
}
#empresa section.mapa svg #Portugal *,
#empresa section.mapa svg #Guiné-Bissau *,
#empresa section.mapa svg #Índia *,
#empresa section.mapa svg #_Índia *,
#empresa section.mapa svg #Angola *,
#empresa section.mapa svg #Moçambique * {
  display: none;
  opacity: 0;
  //transform: translateY(50px);
  transition: all .5s;
}
#empresa section.mapa svg #Portugal path:first-child,
#empresa section.mapa svg #Guiné-Bissau path:first-child,
#empresa section.mapa svg #Índia path:first-child,
#empresa section.mapa svg #_Índia path:first-child,
#empresa section.mapa svg #Angola path:first-child,
#empresa section.mapa svg #Moçambique path:first-child {
  display: block;
  opacity: 1;
  transform: none;
}
#empresa section.mapa svg #Portugal:hover,
#empresa section.mapa svg #Guiné-Bissau:hover,
#empresa section.mapa svg #Índia:hover,
#empresa section.mapa svg #_Índia:hover,
#empresa section.mapa svg #Angola:hover,
#empresa section.mapa svg #Moçambique:hover {
  transform: scale(1.01);
  position: relative;
}
#empresa section.mapa svg #Portugal:hover:after,
#empresa section.mapa svg #Guiné-Bissau:hover:after,
#empresa section.mapa svg #Índia:hover:after,
#empresa section.mapa svg #_Índia:hover:after,
#empresa section.mapa svg #Angola:hover:after,
#empresa section.mapa svg #Moçambique:hover:after {
  content: 'Portugal';
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px;
  background: white;
  border-radius: 5px;
  box-shadow: 0px 0px 0px 10px rgba(0, 0, 0, 0.1);
}
#empresa section.mapa svg #Portugal:hover *,
#empresa section.mapa svg #Guiné-Bissau:hover *,
#empresa section.mapa svg #Índia:hover *,
#empresa section.mapa svg #_Índia:hover *,
#empresa section.mapa svg #Angola:hover *,
#empresa section.mapa svg #Moçambique:hover * {
  display: block;
  opacity: 1;
  // transform: translateY(0px);// 
}
#empresa section.certificados h2 {
  font-size: 80px;
  color: #EA0A8C;
  margin: 50px 0px;
  font-size: 5vw;
  font-weight: bold;
  background: linear-gradient(to right, #EA0A8C 0%, #EA0A8C 25%, #EB108D 50%, #13AAE2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@keyframes animateIl {
  0% {
    width: 300px;
    height: 300px;
    filter: blur(150px);
  }
  100% {
    width: 400px;
    height: 40px;
    filter: blur(250px);
  }
}
#page section.banner {
  background-size: cover;
  height: 500px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1024px) {
  #page section.banner {
    height: 200px;
  }
}
#page section.intro {
  text-align: center;
  padding: 80px 0px 0px 0px;
  position: relative;
}
#page section.intro:after {
  width: 300px;
  height: 300px;
  left: -150px;
  top: -200px;
  background: #EA0A8C;
  border-radius: 300px;
  filter: blur(150px);
  content: '';
  position: absolute;
  animation: animateIl 3s infinite alternate;
}
#page section.intro .container {
  position: relative;
}
#page section.intro h1 {
  font-size: 50px;
  color: #EC008C;
}
#page section.intro h3 {
  color: #EC008C;
  font-size: 24px;
}
#page section.intro small {
  font-size: 20px;
}
#page section.intro .excerpt {
  max-width: 700px;
  position: relative;
  font-size: 40px;
  margin: 100px auto;
  color: #EC008C;
}
#page section.intro .excerpt:after {
  background: url(../../img/a1.png);
  width: 57px;
  height: 99px;
  position: absolute;
  content: '';
  left: -60px;
  bottom: -50px;
}
#page section.intro .excerpt:before {
  background: url(../../img/a2.png) no-repeat;
  width: 60px;
  height: 99px;
  position: absolute;
  content: '';
  right: -50px;
  top: -50px;
}
@media (max-width: 1024px) {
  #page section.intro .excerpt {
    width: 60%;
    margin: 80px;
  }
}
#page section.intro .editor {
  display: inline-block;
  width: 100%;
  margin: 50px 0px;
  text-align: left;
  padding: 0px 100px;
  font-size: 24px;
  line-height: 36px;
}
@media (max-width: 1024px) {
  #page section.intro h1 {
    font-size: 40px;
  }
  #page section.intro h3 {
    font-size: 20px;
  }
  #page section.intro small {
    font-size: 16px;
  }
  #page section.intro .editor {
    font-size: 18px;
    line-height: 28px;
    padding: 0px 15px;
    margin: 20px 0px;
    text-align: center;
  }
  #page section.intro .excerpt {
    font-size: 22px;
  }
}

#home .banner {
  height: 100vh;
  min-height: 600px;
  background-size: cover;
  color: white;
  /*@media (max-width:768px){
            width: 350vw;
            left:-40%;
        }*/
}
#home .banner iframe,
#home .banner #video-bg,
#home .banner #video-container {
  position: absolute;
  top: -20%;
  left: -20%;
  width: 150vw;
  height: 140vh;
  pointer-events: none;
  /* Desativa interação com o vídeo */
  z-index: -1;
}
#home .banner .active iframe {
  z-index: 0;
}
#home .banner .owl-carousel,
#home .banner .bg,
#home .banner .owl-stage,
#home .banner .owl-stage-outer,
#home .banner .owl-item {
  height: 100%;
}
#home .banner .owl-carousel .owl-dots,
#home .banner .bg .owl-dots,
#home .banner .owl-stage .owl-dots,
#home .banner .owl-stage-outer .owl-dots,
#home .banner .owl-item .owl-dots {
  width: 100%;
  position: absolute;
  text-align: center;
  left: 0px;
  bottom: 50px;
}
#home .banner .owl-carousel .owl-dots button,
#home .banner .bg .owl-dots button,
#home .banner .owl-stage .owl-dots button,
#home .banner .owl-stage-outer .owl-dots button,
#home .banner .owl-item .owl-dots button {
  height: 8px;
  width: 8px;
  background-color: transparent;
  margin: 0px 5px;
  border: 1px solid white;
  border-radius: 10px;
}
#home .banner .owl-carousel .owl-dots button.active,
#home .banner .bg .owl-dots button.active,
#home .banner .owl-stage .owl-dots button.active,
#home .banner .owl-stage-outer .owl-dots button.active,
#home .banner .owl-item .owl-dots button.active {
  background: white;
  border-color: 1px solid white;
}
#home .banner .owl-carousel .owl-nav button:focus,
#home .banner .bg .owl-nav button:focus,
#home .banner .owl-stage .owl-nav button:focus,
#home .banner .owl-stage-outer .owl-nav button:focus,
#home .banner .owl-item .owl-nav button:focus {
  outline: 0px none;
}
#home .banner .owl-carousel .owl-nav button,
#home .banner .bg .owl-nav button,
#home .banner .owl-stage .owl-nav button,
#home .banner .owl-stage-outer .owl-nav button,
#home .banner .owl-item .owl-nav button {
  position: absolute;
  bottom: 0px;
  color: white;
  font-size: 40px;
}
#home .banner .owl-carousel .owl-nav button.owl-prev,
#home .banner .bg .owl-nav button.owl-prev,
#home .banner .owl-stage .owl-nav button.owl-prev,
#home .banner .owl-stage-outer .owl-nav button.owl-prev,
#home .banner .owl-item .owl-nav button.owl-prev {
  left: 0px;
}
#home .banner .owl-carousel .owl-nav button.owl-next,
#home .banner .bg .owl-nav button.owl-next,
#home .banner .owl-stage .owl-nav button.owl-next,
#home .banner .owl-stage-outer .owl-nav button.owl-next,
#home .banner .owl-item .owl-nav button.owl-next {
  right: 0px;
}
#home .banner .container {
  height: 100%;
  position: relative;
}
#home .banner .container .align {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  width: 100%;
}
#home .banner .container .align:after {
  position: absolute;
  top: -50px;
  left: -50px;
  content: '';
  width: 50%;
  margin-left: 8%;
  height: 80%;
  filter: blur(100px);
  background: linear-gradient(120deg, #EA0A8C 0%, #EB108D 19%, #13AAE2 100%);
}
@media (max-width: 1024px) {
  #home .banner .container .align:after {
    display: none;
  }
}
#home .banner .container .align h1 {
  font-weight: 500;
  font-size: 40px;
  position: relative;
  z-index: 2;
}
#home .banner .container .align p {
  font-size: 20px;
  line-height: 30px;
  position: relative;
  z-index: 2;
}
#home .banner .container .align a.btn-primary {
  border: 1px solid white;
  background: transparent;
  color: white;
  padding: 5px 20px;
}
#home .banner a.down {
  position: absolute;
  bottom: 50px;
  left: 8.3%;
  color: white;
  font-size: 40px;
  display: none;
}
@media (max-width: 1024px) {
  #home .banner .container .align {
    position: static;
    margin: 0;
    padding: 0;
    transform: none;
    padding-top: 180px;
  }
  #home .banner .container .align h1 {
    font-size: 40px;
    line-height: 45px;
  }
  #home .banner .container .align p {
    line-height: 22px;
    font-size: 16px;
  }
}
@keyframes animateIl {
  0% {
    width: 300px;
    height: 300px;
    filter: blur(150px);
  }
  100% {
    width: 400px;
    height: 40px;
    filter: blur(250px);
  }
}
@media (max-width: 1024px) {
  @keyframes animateIl {
    0% {
      width: 100px;
      height: 100px;
      filter: blur(150px);
    }
    100% {
      width: 150px;
      height: 20px;
      filter: blur(250px);
    }
  }
}
#home .solucoes {
  padding: 100px 0px;
  position: relative;
}
#home .solucoes .owl-nav button:focus {
  outline: 0px none;
}
#home .solucoes .owl-nav button {
  position: absolute;
  bottom: -10px;
  color: #EA0A8C;
  font-size: 40px;
}
#home .solucoes .owl-nav button.owl-prev {
  left: 0px;
}
#home .solucoes .owl-nav button.owl-next {
  right: 0px;
}
@media (max-width: 768px) {
  #home .solucoes .owl-nav button {
    margin: 10px;
  }
}
#home .solucoes:after {
  width: 300px;
  height: 300px;
  left: -150px;
  bottom: -100px;
  background: #EA0A8C;
  border-radius: 300px;
  filter: blur(150px);
  content: '';
  position: absolute;
  animation: animateIl 3s infinite alternate;
}
#home .solucoes h2 {
  color: #EC008C;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 30px;
}
#home .solucoes p {
  font-size: 24px;
}
#home .solucoes .item {
  padding-top: 30px;
}
#home .solucoes .item .image {
  height: 400px;
  width: 100%;
  display: inline-block;
  background-size: cover;
  background-position: center center;
}
#home .solucoes .item.item-image * {
  transition: all .5s;
}
#home .solucoes .item.item-image:hover img,
#home .solucoes .item.item-image:hover .image {
  margin-bottom: 60px;
  margin-top: -30px;
}
#home .solucoes .item.item-image:hover .info {
  opacity: 1;
  transform: translateY(0px);
}
#home .solucoes .item.item-image .info {
  background: white;
  padding: 10px;
  position: absolute;
  left: 0;
  bottom: 40px;
  width: 100%;
  opacity: 0;
  transform: translateY(30px);
}
#home .solucoes .item.item-image a {
  color: black;
}
#home .solucoes .item.item-image a:hover {
  text-decoration: none;
}
#home .solucoes .item.item-image a h3 {
  font-size: 24px;
  text-align: center;
  margin-top: 15px;
}
#home .solucoes .item.item-image a h5 {
  font-size: 14px;
  color: #EB108D;
  text-transform: uppercase;
}
#home .solucoes .item.item-image a h4 {
  font-size: 18px;
}
#home .solucoes .item.item-image a p {
  font-size: 14px;
}
@media (max-width: 1024px) {
  #home .solucoes h2 {
    font-size: 26px;
    padding: 0px 20px;
  }
  #home .solucoes .container {
    padding: 0px;
  }
}
#home .servicos {
  position: relative;
  padding: 60px 0px;
}
#home .servicos .owl-nav button:focus {
  outline: 0px none;
}
#home .servicos .owl-nav button {
  position: absolute;
  bottom: -20px;
  color: #EA0A8C;
  font-size: 40px;
}
#home .servicos .owl-nav button.owl-prev {
  left: 0px;
}
#home .servicos .owl-nav button.owl-next {
  right: 0px;
}
#home .servicos .container {
  position: relative;
  z-index: 2;
}
#home .servicos h2 {
  color: white;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 50px;
  transform: translateY(250px);
  z-index: 7;
  position: relative;
  transition: all .5s;
  transition-delay: 1s;
}
#home .servicos .animate {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  position: absolute;
  transition: all .5s;
}
#home .servicos .animate * {
  transition: all .5s;
}
#home .servicos .animate .bg {
  background: red;
  width: 100%;
  height: 100%;
  position: absolute;
  background-position: center center;
  background-size: cover;
  transform: translateX(-50%) translateY(-50%);
  transition-delay: 1.5s;
  top: 50%;
  left: 50%;
}
#home .servicos .animate .box2 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 622px;
  height: 622px;
  text-align: center;
  font-size: 40px;
  padding-top: 280px;
  background: url(../../img/moldura-animacao.png) center center no-repeat;
  transform: translateX(-50%) translateY(-50%) rotate(25deg);
  transition-delay: .5s;
}
#home .servicos.animated h2 {
  transform: translateY(0px);
  color: #EC008C;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 50px;
}
#home .servicos.animated .animate .bg {
  width: 500px;
  height: 500px;
  margin-top: 49px;
  margin-left: -6px;
}
#home .servicos.animated .animate .box2 {
  transform: translateX(-50%) translateY(-50%) rotate(0deg);
}
#home .servicos.animated.animated2 .animate .bg {
  opacity: 0;
}
#home .servicos.animated.animated2 .animate .box2 {
  transform: translateX(-50%) translateY(-50%) rotate(0deg) scale(0.6);
  opacity: 0;
}
#home .servicos .title {
  position: relative;
  width: 100%;
  height: 500px;
}
#home .servicos .title h3 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  background: white;
  text-align: center;
  font-size: 30px;
  width: 274px;
  height: 274px;
  left: 50%;
  opacity: 0.5;
  transition: all .5s;
}
#home .servicos .title h3 span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 240px;
  transform: translateX(-50%) translateY(-50%);
  padding: 10px;
}
#home .servicos .box {
  cursor: pointer;
}
#home .servicos .box p {
  font-size: 20px;
  padding: 20px;
  display: none;
  text-align: center;
}
#home .servicos .box:hover p,
#home .servicos .box.active p {
  display: block;
}
#home .servicos .box:hover .title,
#home .servicos .box.active .title {
  opacity: 1;
}
#home .servicos .box:hover .title h3,
#home .servicos .box.active .title h3 {
  background-image: url(../../img/box2.png);
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 1;
}
#home .servicos .cnt {
  position: relative;
  z-index: 2;
}
#home .servicos .il {
  background: red;
  width: 500px;
  height: 500px;
  position: absolute;
  transition: .5s all;
}
@media (min-width: 1024px) {
  #home .servicos .il {
    max-width: 34%;
  }
}
#home .servicos .il.pos1 {
  left: 0px;
}
#home .servicos .il.pos2 {
  left: 33%;
}
#home .servicos .il.pos3 {
  left: 66.6%;
}
@media (max-width: 1024px) {
  #home .servicos .animate {
    display: none;
  }
  #home .servicos h2 {
    transform: translateY(0px);
    color: #EC008C;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 50px;
  }
  #home .servicos .il {
    display: none;
  }
  #home .servicos .box:hover p,
  #home .servicos .box.active p {
    display: none;
  }
  #home .servicos h2 {
    font-size: 26px;
    padding: 0px 20px;
  }
}
#home .distribuicao {
  padding: 100px 0px;
}
#home .distribuicao .container {
  position: relative;
  max-width: 700px;
}
#home .distribuicao h2 {
  color: #EC008C;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 60px;
}
#home .distribuicao a {
  padding: 5px 20px;
  display: inline-block;
  border-color: #EA0A8C;
  color: #EA0A8C;
  background-color: white;
}
@media (max-width: 768px) {
  #home .distribuicao {
    font-size: 16px;
    line-height: 20px;
    padding: 50px 0px;
  }
  #home .distribuicao h2 {
    font-size: 26px;
    padding: 0px 20px;
    margin-bottom: 20px;
  }
}
#home .parcerias {
  padding: 100px 0px;
}
#home .parcerias .owl-nav button:focus {
  outline: 0px none;
}
#home .parcerias .owl-nav button {
  position: absolute;
  bottom: -10px;
  color: #EA0A8C;
  font-size: 40px;
}
#home .parcerias .owl-nav button.owl-prev {
  left: 0px;
}
#home .parcerias .owl-nav button.owl-next {
  right: 0px;
}
#home .parcerias .container {
  position: relative;
}
#home .parcerias h2 {
  color: #EC008C;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 0px;
}
#home .parcerias a {
  padding: 20px;
  display: inline-block;
}
#home .parcerias .owl-dots {
  width: 100%;
}
#home .parcerias .owl-dots button {
  height: 8px;
  width: 8px;
  background-color: #ccc;
  margin: 0px 5px;
  border-radius: 10px;
}
#home .parcerias .owl-dots button.active {
  background-color: #EA0A8C;
}
#home .clientes {
  position: relative;
  text-align: center;
  padding-bottom: 50px;
}
#home .clientes .owl-dots {
  width: 100%;
}
#home .clientes .owl-dots button {
  height: 8px;
  width: 8px;
  background-color: #ccc;
  margin: 0px 5px;
  border-radius: 10px;
}
#home .clientes .owl-dots button.active {
  background-color: #EA0A8C;
}
#home .clientes .owl-nav button:focus {
  outline: 0px none;
}
#home .clientes .owl-nav button {
  position: absolute;
  bottom: -10px;
  color: #EA0A8C;
  font-size: 40px;
}
#home .clientes .owl-nav button.owl-prev {
  left: 0px;
}
#home .clientes .owl-nav button.owl-next {
  right: 0px;
}
#home .clientes:after {
  width: 300px;
  height: 300px;
  right: -150px;
  top: -100px;
  background: #EA0A8C;
  border-radius: 300px;
  filter: blur(150px);
  content: '';
  position: absolute;
  animation: animateIl 3s infinite alternate;
}
#home .clientes h2 {
  color: #EC008C;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 0px;
  text-align: center;
}
#home .clientes b {
  display: inline-block;
  width: 100%;
}
#home .clientes blockquote {
  font-size: 25px;
  color: #EA0A8C;
  max-width: 700px;
  position: relative;
  font-size: 20px;
  margin: 100px auto;
  color: #EC008C;
}
#home .clientes blockquote:after {
  background: url(../../img/a1.png);
  width: 57px;
  height: 99px;
  position: absolute;
  content: '';
  left: -60px;
  bottom: -50px;
}
#home .clientes blockquote:before {
  background: url(../../img/a2.png) no-repeat;
  width: 60px;
  height: 99px;
  position: absolute;
  content: '';
  right: -50px;
  top: -50px;
}
#home .clientes .container {
  position: relative;
  z-index: 2;
}
@media (max-width: 1024px) {
  #home .clientes .container {
    padding: 0px;
  }
  #home .clientes .item {
    overflow: hidden;
  }
  #home .clientes .owl-dots {
    display: none;
  }
  #home .clientes .owl-nav button {
    margin: 10px;
  }
  #home .clientes blockquote {
    max-width: 250px;
  }
  #home .clientes blockquote:before {
    right: -30px;
  }
  #home .clientes blockquote:after {
    left: -30px;
  }
}
#home .noticias {
  padding: 100px 0px;
}
#home .noticias h4 {
  font-size: 24px;
  color: #EA0A8C;
}
#home .noticias h2 {
  font-size: 40px;
  margin-bottom: 30px;
}
#home .noticias .box-news {
  margin-bottom: 30px;
  position: relative;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
}
#home .noticias .box-news.image:hover .hover {
  opacity: 1;
}
#home .noticias .box-news.image .hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: white;
  background: rgba(234, 10, 140, 0.7);
  padding: 20px;
  opacity: 0;
  transition: all .5s;
}
#home .noticias .box-news.image .hover h3 {
  /* font-size: 36px; */
  font-size: 22px;
}
#home .noticias .box-news.image .hover small {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
#home .noticias .box-news.text {
  color: black;
  padding: 20px;
}
#home .noticias .box-news.text a:hover {
  text-decoration: none;
}
#home .noticias .box-news.text b {
  color: #EA0A8C;
  font-size: 14px;
}
#home .noticias .box-news.text small {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 14px;
  color: #ccc;
}
#home .noticias .box-news.text h4 {
  font-size: 18px;
  color: black;
  margin-top: 15px;
}
#home .noticias .box-news.text p {
  font-size: 14px;
  color: black;
}
#home .noticias .box-g {
  height: 380px;
  background-size: cover;
  background-position: center center;
}
#home .noticias .box-small {
  height: 175px;
  background-size: cover;
  background-position: center center;
}
#home .noticias .box-wide {
  height: 175px;
  background-size: cover;
  background-position: center center;
}
#home .noticias .btn-more {
  color: #EA0A8C;
  margin-top: 10px;
}
#home .certificacoes {
  padding: 100px 0px;
}
#home .certificacoes .owl-nav button:focus {
  outline: 0px none;
}
#home .certificacoes .owl-nav button {
  position: absolute;
  bottom: -10px;
  color: #EA0A8C;
  font-size: 40px;
}
#home .certificacoes .owl-nav button.owl-prev {
  left: 0px;
}
#home .certificacoes .owl-nav button.owl-next {
  right: 0px;
}
#home .certificacoes .container {
  position: relative;
}
#home .certificacoes .container {
  position: relative;
}
#home .certificacoes h2 {
  color: #EC008C;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 0px;
}
#home .certificacoes .certificacoes-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
#home .certificacoes .certificacoes-grid img {
  display: block;
  max-height: 200px;
  width: auto;
  object-fit: contain;
}
#home .certificacoes .certificacoes-carousel {
  display: none;
}
@media (max-width: 768px) {
  #home .certificacoes .certificacoes-grid {
    display: none;
  }
  #home .certificacoes .certificacoes-carousel {
    display: block;
  }
}
@media (min-width: 769px) {
  #home .certificacoes .certificacoes-carousel {
    display: none;
  }
}
#home .certificacoes a {
  padding: 20px;
  display: inline-block;
}
#home section.listNew {
  text-align: center;
  padding: 30px 0px;
}
#home section.listNew .owl-dots {
  width: 100%;
  position: absolute;
  text-align: center;
  left: 0px;
  bottom: 50px;
}
#home section.listNew .owl-dots button {
  height: 8px;
  width: 8px;
  background-color: transparent;
  margin: 0px 5px;
  border: 1px solid white;
  border-radius: 10px;
}
#home section.listNew .owl-dots button.active {
  background: white;
  border-color: 1px solid white;
}
#home section.listNew .owl-nav button:focus {
  outline: 0px none;
}
#home section.listNew .owl-nav button {
  position: absolute;
  bottom: 0px;
  color: #EA0A8C;
  font-size: 40px;
}
#home section.listNew .owl-nav button.owl-prev {
  left: 0px;
}
#home section.listNew .owl-nav button.owl-next {
  right: 0px;
}
#home section.listNew h2 {
  color: #EA0A8C;
  font-size: 40px;
}
#home section.listNew .categories-list {
  margin: 20px 0px 60px;
  list-style: none;
  padding: 0;
  margin-top: 30px;
}
#home section.listNew .categories-list li {
  display: inline-block;
  margin: 0px 10px;
  margin-bottom: 20px;
}
#home section.listNew .categories-list a {
  color: #EA0A8C;
  border: 1px solid #EA0A8C;
  padding: 5px 15px;
  display: inline-block;
  font-size: 16px;
}
#home section.listNew img {
  width: 100%;
}
#home section.listNew .item {
  position: relative;
  margin-bottom: 50px;
}
#home section.listNew .item .hover {
  text-align: left;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
  width: 100%;
  font-size: 24px;
  color: white;
  font-weight: bold;
}
#home section.listNew .item .hover p {
  margin: 0px;
}
#home section.listNew .item .hover ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 12px;
}

@keyframes animateIl {
  0% {
    width: 300px;
    height: 300px;
    filter: blur(150px);
  }
  100% {
    width: 400px;
    height: 40px;
    filter: blur(250px);
  }
}
#news section.banner {
  background-size: cover;
  height: 500px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1024px) {
  #news section.banner {
    height: 200px;
  }
}
#news section.intro {
  text-align: center;
  padding: 80px 0px 50px 0px;
  position: relative;
}
#news section.intro:after {
  width: 300px;
  height: 300px;
  left: -150px;
  top: -200px;
  background: #EA0A8C;
  border-radius: 300px;
  filter: blur(150px);
  content: '';
  position: absolute;
  animation: animateIl 3s infinite alternate;
}
@media (max-width: 768px) {
  #news section.intro:after {
    display: none;
  }
}
#news section.intro .container {
  position: relative;
}
#news section.intro a {
  color: #EC008C;
  text-decoration: none;
  position: absolute;
  right: 0px;
  top: 20px;
}
#news section.intro h1 {
  font-size: 50px;
  color: #EC008C;
}
#news section.intro h3 {
  color: #EC008C;
  font-size: 24px;
}
#news section.intro small {
  font-size: 20px;
}
#news section.intro .cats span {
  color: #EA0A8C;
  border: 1px solid #EA0A8C;
  padding: 5px 10px;
  border-radius: 2px;
  display: inline-block;
  margin: 5px;
}
#news section.feature {
  font-size: 20px;
}
#news section.feature .post-image-wrapper {
  background-size: cover;
  width: 550px;
  height: 600px;
}
#news section.feature .image-mask {
  background: url(../../img/mask-feature.png) center center no-repeat;
  background-size: 100%;
  top: 0;
  left: 0;
}
#news section.feature a {
  color: black;
}
#news section.feature a:hover {
  text-decoration: none;
}
#news section.feature h2 {
  font-size: 40px;
  margin-top: 120px;
}
#news section.feature .share-buttons a {
  display: inline-block;
  padding: 5px;
}
@media (max-width: 768px) {
  #news section.feature .post-image-wrapper {
    background-size: 100%;
    width: 300px;
    height: 250px;
    margin: auto;
  }
  #news section.feature .image-mask {
    background-size: 300px;
  }
  #news section.feature h2 {
    margin-top: 30px;
    font-size: 30px;
  }
}
#news section.feature .cats {
  margin: 20px 0px;
}
#news section.feature .cats span {
  color: #EA0A8C;
  border: 1px solid #EA0A8C;
  padding: 5px 15px;
  display: inline-block;
  margin-right: 5px;
}
#news section.list .row {
  justify-content: center;
}
#news section.list {
  text-align: center;
  padding: 70px 0px;
}
#news section.list .owl-dots {
  width: 100%;
  position: absolute;
  text-align: center;
  left: 0px;
  bottom: 50px;
}
#news section.list .owl-dots button {
  height: 8px;
  width: 8px;
  background-color: transparent;
  margin: 0px 5px;
  border: 1px solid white;
  border-radius: 10px;
}
#news section.list .owl-dots button.active {
  background: white;
  border-color: 1px solid white;
}
#news section.list .owl-nav button:focus {
  outline: 0px none;
}
#news section.list .owl-nav button {
  position: absolute;
  bottom: 0px;
  color: #EA0A8C;
  font-size: 40px;
}
#news section.list .owl-nav button.owl-prev {
  left: 0px;
}
#news section.list .owl-nav button.owl-next {
  right: 0px;
}
#news section.list h2 {
  color: #EA0A8C;
  font-size: 40px;
}
#news section.list .categories-list {
  margin: 20px 0px 60px;
  list-style: none;
  padding: 0;
  margin-top: 30px;
}
#news section.list .categories-list li {
  display: inline-block;
  margin: 0px 10px;
  margin-bottom: 20px;
}
#news section.list .categories-list a {
  color: #EA0A8C;
  border: 1px solid #EA0A8C;
  padding: 5px 15px;
  display: inline-block;
  font-size: 16px;
}
#news section.list img {
  width: 100%;
}
#news section.list .item {
  position: relative;
  margin-bottom: 50px;
}
#news section.list .item .hover {
  text-align: left;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
  width: 100%;
  font-size: 24px;
  color: white;
  font-weight: bold;
}
#news section.list .item .hover p {
  margin: 0px;
}
#news section.list .item .hover ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 12px;
}
#news .editor {
  padding: 0px 0px 50px 0px;
}
#news .editor .ed img {
  height: auto;
}
@media (max-width: 768px) {
  #news .editor {
    padding: 0px 20px 50px 20px;
  }
}
#news .editor blockquote {
  max-width: 700px;
  position: relative;
  font-size: 30px;
  margin: 100px auto;
  color: #EC008C;
}
#news .editor blockquote:after {
  background: url(../../img/a1.png);
  width: 57px;
  height: 99px;
  position: absolute;
  content: '';
  left: -60px;
  bottom: -50px;
}
#news .editor blockquote:before {
  background: url(../../img/a2.png) no-repeat;
  width: 60px;
  height: 99px;
  position: absolute;
  content: '';
  right: -50px;
  top: -50px;
}
@media (max-width: 768px) {
  #news .editor blockquote {
    font-size: 20px;
    max-width: 220px;
  }
  #news .editor blockquote:after {
    left: -30px;
  }
  #news .editor blockquote:before {
    right: -30px;
  }
}
#news .editor .share-buttons a {
  color: black;
  display: inline-block;
  padding: 10px;
  margin-top: 15px;
}
#news .prefooter a {
  color: black;
  font-size: 20px;
  margin: 0px 10px;
}
#news .related-list .item {
  height: 400px;
  background-size: cover;
  position: relative;
  background-position: center center;
}
#news .related-list .item:after {
  height: 50%;
  left: 0;
  width: 100%;
  bottom: 0px;
  opacity: 0.5;
  background: linear-gradient(transparent, black);
  content: '';
  position: absolute;
}
#news .related-list .item .hover {
  z-index: 3;
}

#news .product-solution-page .btn {
  color: #EA0A8C;
  border: 1px solid #EA0A8C;
  padding: 5px 10px;
  border-radius: 2px;
  display: inline-block;
  margin: 5px;
  background-color: transparent;
  
  margin: 20px auto;
}
#news .product-solution-page .btn:hover {
  background-color: #EA0A8C;
  color: #ffffff; 
}

#parceiros {
  position: relative;
}
#parceiros .owl-nav button:focus {
  outline: 0px none;
}
#parceiros .owl-nav button {
  position: absolute;
  bottom: -10px;
  color: #EA0A8C;
  font-size: 40px;
}
#parceiros .owl-nav button.owl-prev {
  left: 0px;
}
#parceiros .owl-nav button.owl-next {
  right: 10px;
}
@keyframes animateIl {
  0% {
    width: 300px;
    height: 300px;
    filter: blur(150px);
  }
  100% {
    width: 400px;
    height: 40px;
    filter: blur(250px);
  }
}
#parceiros:after {
  width: 300px;
  height: 300px;
  left: 40%;
  top: 25%;
  transform: translateX(-50%) translateY(-50%);
  background: #EA0A8C;
  border-radius: 300px;
  filter: blur(150px);
  content: '';
  position: absolute;
  animation: animateIl 3s infinite alternate;
}
#parceiros:before {
  width: 300px;
  height: 300px;
  left: 60%;
  top: 80%;
  transform: translateX(-50%) translateY(-50%);
  background: #13AAE2;
  border-radius: 300px;
  filter: blur(150px);
  content: '';
  position: absolute;
  animation: animateIl 5s infinite alternate;
}
#parceiros section.banner {
  background-size: cover;
  height: 500px;
}
@media (max-width: 768px) {
  #parceiros section.banner {
    height: 200px;
  }
}
#parceiros section.intro {
  text-align: center;
  padding: 50px 0px;
}
#parceiros section.intro .container {
  position: relative;
}
#parceiros section.intro a {
  color: #EC008C;
  text-decoration: none;
  position: absolute;
  right: 0px;
  top: 20px;
}
#parceiros section.intro h1 {
  font-size: 50px;
}
#parceiros section.intro h3 {
  color: #EC008C;
  font-size: 24px;
}
#parceiros section.intro small {
  font-size: 20px;
}
#parceiros section.list {
  position: relative;
  margin-bottom: 120px;
}
#parceiros section.list .container {
  max-width: 1250px;
}
@media (max-width: 768px) {
  #parceiros section.list .container {
    padding: 0px;
  }
  #parceiros section.list .container h3 {
    color: #EA0A8C;
    margin-bottom: 20px;
  }
  #parceiros section.list .container .solucao-bloco {
    padding-left: 15px;
    margin-top: 50px;
  }
}
#parceiros section.list .colunaP {
  margin-bottom: -60px;
}
#parceiros section.list:after {
  width: 300px;
  height: 300px;
  left: 40%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  background: #EA0A8C;
  border-radius: 300px;
  filter: blur(150px);
  content: '';
  position: absolute;
  animation: animateIl 3s infinite alternate;
}
#parceiros section.list:before {
  width: 300px;
  height: 300px;
  left: 60%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  background: #13AAE2;
  border-radius: 300px;
  filter: blur(150px);
  content: '';
  position: absolute;
  animation: animateIl 5s infinite alternate;
}
#parceiros section.list .item {
  width: 288px;
  height: 332px;
  background: url(../../img/bg-part.png) center center no-repeat;
  position: relative;
  z-index: 2;
}
#parceiros section.list .item:hover {
  background: url(../../img/hover-part.png) center center no-repeat;
}
#parceiros section.list .item:hover img {
  display: none;
}
#parceiros section.list .item:hover .hover {
  display: block;
}
#parceiros section.list .item img {
  max-width: 230px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
#parceiros section.list .item .hover {
  color: white;
  position: absolute;
  top: 100px;
  left: 30px;
  width: 230px;
  text-align: left;
  display: none;
}
#parceiros section.list .item .hover p {
  font-size: 14px;
  line-height: 18px;
}
#parceiros section.list .item .hover a {
  color: white;
  display: inline-block;
  width: 100%;
  text-align: center;
  font-weight: bold;
}

#solucoes .owl-nav button:focus {
  outline: 0px none;
}
#solucoes .owl-nav button {
  position: absolute;
  bottom: -10px;
  color: #EA0A8C;
  font-size: 40px;
}
#solucoes .owl-nav button.owl-prev {
  left: 0px;
}
#solucoes .owl-nav button.owl-next {
  right: 0px;
}
@keyframes animateIl {
  0% {
    width: 300px;
    height: 300px;
    filter: blur(150px);
  }
  100% {
    width: 400px;
    height: 40px;
    filter: blur(250px);
  }
}
#solucoes section.banner {
  background-size: cover;
  height: 500px;
}
@media (max-width: 1024px) {
  #solucoes section.banner {
    height: 200px;
  }
}
#solucoes section.intro {
  text-align: center;
  padding: 50px 0px;
  position: relative;
  overflow: hidden;
}
#solucoes section.intro:after {
  width: 300px;
  height: 300px;
  left: -150px;
  top: -100px;
  background: #EA0A8C;
  border-radius: 300px;
  filter: blur(150px);
  content: '';
  position: absolute;
  animation: animateIl 3s infinite alternate;
}
#solucoes section.intro .container {
  position: relative;
}
#solucoes section.intro a {
  color: #EC008C;
  text-decoration: none;
  position: absolute;
  right: 0px;
  top: 20px;
}
#solucoes section.intro h1 {
  font-size: 50px;
  color: #EC008C;
}
#solucoes section.intro h3 {
  color: #EC008C;
  font-size: 24px;
}
#solucoes section.intro small {
  font-size: 20px;
  color: #EC008C;
}
#solucoes section.intro .editor2 {
  font-size: 24px;
  max-width: 780px;
  position: relative;
  margin: auto;
  margin: 20px auto 50px;
  text-align: left;
}
#solucoes section.intro .editor {
  max-width: 700px;
  position: relative;
  font-size: 20px;
  margin: 100px auto;
  color: #EC008C;
}
#solucoes section.intro .editor:after {
  background: url(../../img/a1.png);
  width: 57px;
  height: 99px;
  position: absolute;
  content: '';
  left: -60px;
  bottom: -50px;
}
#solucoes section.intro .editor:before {
  background: url(../../img/a2.png) no-repeat;
  width: 60px;
  height: 99px;
  position: absolute;
  content: '';
  right: -50px;
  top: -50px;
}
#solucoes section.diferenca {
  text-align: center;
  font-size: 24px;
  margin-top: 80px;
  font-size: 18px;
}
#solucoes section.diferenca h2,
#solucoes section.diferenca h3 {
  color: #EA0A8C;
  font-size: 40px;
}
#solucoes section.diferenca h2 {
  margin-bottom: 80px;
}
#solucoes section.diferenca h3 {
  font-size: 30px;
  margin: 90px 0px 20px;
}
#solucoes section.diferenca .row {
  margin-bottom: 80px;
}
#solucoes section.diferenca .col-lg-8 {
  text-align: left;
}
#solucoes section.diferenca a {
  color: #EA0A8C;
  font-size: 16px;
  margin-top: 20px;
}
#solucoes section.diferenca img {
  max-width: 100%;
}
#solucoes section.parceiros {
  text-align: center;
  padding: 40px 0px;
}
#solucoes section.parceiros .owl-stage-outer {
  text-align: center;
}
#solucoes section.parceiros .owl-stage-outer .owl-stage {
  margin: auto;
}
#solucoes section.parceiros .owl-item {
  flex: 0 0 auto;
  /* Evita que os itens expandam */
}
#solucoes section.parceiros h2,
#solucoes section.parceiros h3 {
  color: #EA0A8C;
  font-size: 40px;
}
#solucoes section.parceiros h4 {
  color: #EA0A8C;
  font-size: 40px;
}
#solucoes section.distincoes {
  margin-top: 80px;
  font-size: 20px;
  text-align: left;
  text-align: center;
}
#solucoes section.distincoes h2,
#solucoes section.distincoes h3,
#solucoes section.distincoes h4 {
  color: #EA0A8C;
  font-size: 40px;
  margin-top: 40px;
}
#solucoes section.distincoes .item {
  margin: 50px 0px;
  padding: 40px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  font-size: 16px;
}
#solucoes section.distincoes .item h2,
#solucoes section.distincoes .item h3,
#solucoes section.distincoes .item h4 {
  font-size: 20px;
  color: black;
  margin-top: 10px;
  margin-bottom: 0px;
}
#solucoes section.distincoes img {
  display: inline-block;
  max-width: 100%;
  width: auto;
}
#solucoes section.servicos {
  text-align: center;
  padding: 70px 0px;
}
#solucoes section.servicos h2 {
  color: #EA0A8C;
  font-size: 40px;
}
#solucoes section.servicos .imb {
  background-size: cover;
  width: 100%;
  display: inline-block;
  height: 450px;
}
#solucoes section.servicos a,
#solucoes section.servicos h3 {
  font-size: 24px;
}
#solucoes section.servicos p {
  font-size: 20px;
}
#solucoes section.outros {
  text-align: center;
  padding: 70px 0px;
}
#solucoes section.outros h2 {
  color: #EA0A8C;
  font-size: 40px;
}
#solucoes section.outros a {
  color: #EA0A8C;
  font-size: 18px;
  margin-top: 20px;
}
#solucoes section.produtos {
  text-align: center;
  padding: 70px 0px;
  position: relative;
}
#solucoes section.produtos .owl-stage-outer {
  text-align: center;
}
#solucoes section.produtos .owl-stage-outer .owl-stage {
  margin: auto;
}
#solucoes section.produtos:after {
  width: 300px;
  height: 300px;
  right: -150px;
  top: -100px;
  background: #EA0A8C;
  border-radius: 300px;
  filter: blur(150px);
  content: '';
  position: absolute;
  animation: animateIl 3s infinite alternate;
}
#solucoes section.produtos h2 {
  color: #EA0A8C;
  font-size: 40px;
}
#solucoes section.produtos p {
  font-size: 20px;
}
#solucoes section.produtos .owl-dots {
  width: 100%;
}
#solucoes section.produtos .owl-dots button {
  height: 8px;
  width: 8px;
  background-color: #ccc;
  margin: 0px 5px;
  border-radius: 10px;
}
#solucoes section.produtos .owl-dots button.active {
  background-color: #EA0A8C;
}
#solucoes section.produtos .owl-nav button:focus {
  outline: 0px none;
}
#solucoes section.produtos .owl-nav button {
  position: absolute;
  bottom: -10px;
  color: #EA0A8C;
  font-size: 40px;
}
#solucoes section.produtos .owl-nav button.owl-prev {
  left: 0px;
}
#solucoes section.produtos .owl-nav button.owl-next {
  right: 0px;
}
#solucoes section.produtos .imb {
  background-size: cover;
  width: 100%;
  display: inline-block;
  position: relative;
  background-color: white;
}
#solucoes section.produtos .imb .hv {
  background: rgba(234, 10, 140, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px;
  color: white;
  opacity: 0;
  transition: all 0.5s;
}
#solucoes section.produtos .imb:hover .hv {
  opacity: 1;
}
#solucoes section.produtos h3 {
  font-size: 18px;
}
#solucoes section.produtos small {
  font-size: 14px;
}
#solucoes .prefooter {
  padding: 30px 0px;
}
#solucoes .prefooter a {
  color: #EA0A8C;
  margin-left: 20px;
}
#solucoes .prefooter .btn-primary {
  border-color: #EA0A8C;
  background: white;
}
#solucoes .aviso {
  font-size: 11px;
  margin: 50px 0px;
}

@keyframes animateIl {
  0% {
    width: 300px;
    height: 300px;
    filter: blur(150px);
  }
  100% {
    width: 400px;
    height: 40px;
    filter: blur(250px);
  }
}
#sustentabilidade section.banner {
  background-size: cover;
  height: 500px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1024px) {
  #sustentabilidade section.banner {
    height: 200px;
  }
}
#sustentabilidade section.intro {
  text-align: center;
  padding: 80px 0px 0px 0px;
  position: relative;
}
#sustentabilidade section.intro:after {
  width: 300px;
  height: 300px;
  left: -150px;
  top: -200px;
  background: #EA0A8C;
  border-radius: 300px;
  filter: blur(150px);
  content: '';
  position: absolute;
  animation: animateIl 3s infinite alternate;
}
#sustentabilidade section.intro .container {
  position: relative;
}
#sustentabilidade section.intro a {
  color: #EC008C;
  text-decoration: none;
  position: absolute;
  right: 0px;
  top: 20px;
}
#sustentabilidade section.intro h1 {
  font-size: 50px;
  color: #EC008C;
}
#sustentabilidade section.intro h3 {
  color: #EC008C;
  font-size: 24px;
}
#sustentabilidade section.intro small {
  font-size: 20px;
}
#sustentabilidade section.intro .excerpt {
  max-width: 700px;
  position: relative;
  font-size: 30px;
  margin: 100px auto;
  color: #EC008C;
}
#sustentabilidade section.intro .excerpt:after {
  background: url(../../img/a1.png);
  width: 57px;
  height: 99px;
  position: absolute;
  content: '';
  left: -60px;
  bottom: -50px;
}
#sustentabilidade section.intro .excerpt:before {
  background: url(../../img/a2.png) no-repeat;
  width: 60px;
  height: 99px;
  position: absolute;
  content: '';
  right: -50px;
  top: -50px;
}
@media (max-width: 768px) {
  #sustentabilidade section.intro .excerpt {
    text-align: left;
  }
}
#sustentabilidade section.intro .editor {
  display: inline-block;
  width: 100%;
  margin: 50px 0px;
  text-align: left;
  padding: 0px 100px;
  font-size: 24px;
  line-height: 36px;
}
@media (max-width: 1024px) {
  #sustentabilidade section.intro h1 {
    font-size: 40px;
  }
  #sustentabilidade section.intro h3 {
    font-size: 20px;
  }
  #sustentabilidade section.intro small {
    font-size: 16px;
  }
  #sustentabilidade section.intro .editor {
    font-size: 18px;
    line-height: 28px;
    padding: 0px 15px;
    margin: 20px 0px;
  }
  #sustentabilidade section.intro .excerpt {
    font-size: 20px;
    width: 70%;
    margin: 80px 15%;
  }
}
#sustentabilidade section.objetivos {
  text-align: center;
  color: #EA0A8C;
  margin-top: 20px;
}
#sustentabilidade section.objetivos .owl-nav button:focus {
  outline: 0px none;
}
#sustentabilidade section.objetivos .owl-nav button {
  position: absolute;
  bottom: 10px;
  color: white;
  font-size: 40px;
  margin: 10px;
}
#sustentabilidade section.objetivos .owl-nav button.owl-prev {
  left: 0px;
}
#sustentabilidade section.objetivos .owl-nav button.owl-next {
  right: 0px;
}
#sustentabilidade section.objetivos h2,
#sustentabilidade section.objetivos h3 {
  font-size: 40px;
  margin-bottom: 60px;
}
#sustentabilidade section.objetivos img {
  max-width: 100%;
}
#sustentabilidade section.objetivos svg > g {
  transition: all .5s;
}
#sustentabilidade section.objetivos svg > g:hover {
  transform: scale(1.02) translateY(-200px);
}
#sustentabilidade section.objetivos svg > g:hover#base {
  transform: translateY(-200px);
}
@media (max-width: 1024px) {
  #sustentabilidade section.objetivos h2,
  #sustentabilidade section.objetivos h3 {
    font-size: 26px;
  }
}
#sustentabilidade section.numeros {
  text-align: center;
  color: #EA0A8C;
  padding: 140px 0px 120px;
  font-size: 24px;
}
#sustentabilidade section.numeros p {
  font-size: 40px;
  color: #EA0A8C;
  line-height: 40px;
  margin-bottom: 0px;
}
#sustentabilidade section.numeros p b {
  font-size: 115px;
}
#sustentabilidade section.numeros small {
  font-size: 24px;
  color: black;
}
#sustentabilidade section.numeros h2,
#sustentabilidade section.numeros h3 {
  font-size: 40px;
  margin-bottom: 100px;
}
#sustentabilidade section.numeros img {
  max-width: 100%;
}
@media (max-width: 1024px) {
  #sustentabilidade section.numeros h2,
  #sustentabilidade section.numeros h3 {
    font-size: 26px;
  }
  #sustentabilidade section.numeros .row > div {
    margin-bottom: 50px;
  }
}
#sustentabilidade section.link {
  text-align: center;
  font-size: 24px;
  line-height: 36px;
  padding: 0px 0px 150px;
}
#sustentabilidade section.link .owl-nav button:focus {
  outline: 0px none;
}
#sustentabilidade section.link .owl-nav button {
  position: absolute;
  bottom: 0px;
  color: #EA0A8C;
  font-size: 40px;
}
#sustentabilidade section.link .owl-nav button.owl-prev {
  left: 0px;
}
#sustentabilidade section.link .owl-nav button.owl-next {
  right: 0px;
}
#sustentabilidade section.link img.title {
  margin-bottom: 50px;
}
#sustentabilidade section.link p {
  text-align: left;
}
#sustentabilidade section.link h2,
#sustentabilidade section.link h3 {
  font-size: 40px;
  color: #EA0A8C;
  margin: 60px 0px;
}
#sustentabilidade section.link .item {
  height: 100%;
  padding: 10px 30px;
  text-align: center;
  font-size: 18px;
  line-height: 20px;
}
#sustentabilidade section.link .item .boxshadow {
  height: 200px;
  padding: 30px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
#sustentabilidade section.link .item p {
  text-align: center;
  margin-bottom: 0px;
  margin-top: 15px;
}
#sustentabilidade section.link .item img {
  width: auto;
  display: inline-block;
}
@media (max-width: 1024px) {
  #sustentabilidade section.link {
    padding-bottom: 60px;
    font-size: 18px;
    line-height: 24px;
  }
  #sustentabilidade section.link img {
    max-width: 100%;
  }
}
#sustentabilidade section.diferenca {
  text-align: center;
  font-size: 18px;
  margin-top: 80px;
}
#sustentabilidade section.diferenca h2,
#sustentabilidade section.diferenca h3 {
  color: #EA0A8C;
  font-size: 24px;
}
#sustentabilidade section.diferenca h2 {
  margin-bottom: 80px;
}
#sustentabilidade section.diferenca h3 {
  font-size: 30px;
  margin: 90px 0px 20px;
}
#sustentabilidade section.diferenca .row {
  margin-bottom: 80px;
}
#sustentabilidade section.diferenca .col-lg-8 {
  text-align: left;
}
#sustentabilidade section.diferenca a {
  color: #EA0A8C;
  font-size: 16px;
  margin-top: 20px;
}
#sustentabilidade section.diferenca img {
  max-width: 100%;
}
@media (max-width: 1024px) {
  #sustentabilidade section.diferenca {
    font-size: 18px;
  }
  #sustentabilidade section.diferenca h2 {
    margin-bottom: 40px;
  }
  #sustentabilidade section.diferenca h3 {
    font-size: 32px;
  }
}
#sustentabilidade section.relatorios {
  text-align: center;
  margin-bottom: 150px;
}
#sustentabilidade section.relatorios h2,
#sustentabilidade section.relatorios h3 {
  color: #EA0A8C;
  font-size: 24px;
}
#sustentabilidade section.relatorios .box {
  width: 310px;
  height: 363px;
  display: inline-block;
  color: white;
  padding: 150px 30px 0px 30px;
  background: url(../../img/bg-relatorio.png?v2);
}
#sustentabilidade section.relatorios .btn-secondary {
  border: 2px solid white;
  background: #EA0A8C;
  color: white;
}


/******       *******/
/****** REV2  *******/
/******       *******/

body.home .content {
  display: block;
}


.btn.btn-pink {
  border-color: #EA0A8C;
  color: #EA0A8C;
  background: white;
}
.btn.btn-pink:hover {
 color: #ffffff;
 background-color: #EA0A8C;
}

.loading {
  position: fixed; 
}


body.home .banner {
  background-color: #000000;
}

body.home .banner .image-mob {
  height: 100%;
  width: 100%;
  z-index: 0;
  position: absolute;
  overflow: hidden;
  inset: 0px;
  pointer-events: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  
  display: none;
}


@media (max-width: 767px) {
  .loading {
    display: none;
  }
  
  body.home .banner .image-mob {
    display: block;
  }
}


i.fab.black {color: #000000;}

header .brand img {
  width: 170px;
}

nav .container {
  padding-left: 0;
  padding-right: 0;
}

nav .mh-mais .news ul {
  padding: 0 20px;
}

.btn-mob {
  padding-top: 23px;
}
.btn-mob i {
  font-size: 24px;
}

.topnav {
  display: none;
}

ul.menu .lang-item.current-lang a {
  font-weight: bolder;
}

@media (min-width: 1200px) and (max-width: 1369px) {
  header form.search input {
    position: absolute;
    top: 25px;
    right: initial;
    left: 15px;
    transform: translate(-50%,0);
    text-align: center;
  }
}

@media (max-width: 1199px) {
  
  .mg-desktop {
    display: none;
  }
  
  .topnav {
    display: block;
  }
  nav {
    padding: 80px 0px;
  }
  nav .topnav {
    padding: 30px;
  }
  nav .topnav ul {
    text-align: center;
  }
  nav .topnav ul a {
    margin: 0px 15px;
    font-weight: normal;
    font-size: 18px;
  }
  nav .topnav ul a.active {
    font-weight: bold;
  }
  nav .topnav form {
    margin-top: 30px;
    border-bottom: 1px solid white;
  }
  nav .topnav form input {
    border: 0px none;
    background: none;
    width: calc(100% - 40px);
  }
  nav .topnav form button {
    border: 0px none;
    color: white;
    background-color: transparent;
  }
  nav ul ul {
    position: static;
    width: 100%;
    max-height: auto;
  }

  .topnav ul li {
    padding-left: 0;
  }
  
  .topnav ul.menu {
    margin: 40px 0;
  }
  
  .topnav ul.menu li.lang-item {
    display: inline-block;
    width: initial;
    margin: 20px 0;
  }
  
  nav .topnav form {
    text-align: right;
  }
  nav .topnav form input {
    width: calc(100% - 50px);
    color: #ffffff;
    text-align: center;
  }
  
  nav .topnav form input:focus {
    border: none;
    outline: none;
  }
  
  nav .topnav .mh ul li{
    margin: 10px 0;
  }
  
  nav .topnav .mh ul li a {
    font-size: 22px;
  }
  
  nav .topnav ul.sub-menu {
    margin-bottom: 20px;
  }
  
}

@media (max-width: 991px) {
  header a {
    padding: 15px 5px;  
  }
  
  header .brand {
    text-align: left;
  }
}

@media (max-width: 767px) {
  nav .topnav .mh li#menu-item-1921 .sub-menu {
    display: block;
    margin-bottom: 10px;
  }
}

section.solucoes .owl-nav button.owl-prev,
section.parcerias .owl-nav button.owl-prev {
  left: -30px !important;
}

section.solucoes .owl-nav button.owl-next,
section.parcerias .owl-nav button.owl-next {
  right: -30px !important;
}

#home section.listNew .owl-nav button.owl-prev {
  left: -40px;
}
#home section.listNew .owl-nav button.owl-prev {
  right: -40px;
}

#home .clientes .owl-dots {
  display: initial;
}

#news section.list .owl-nav button.owl-prev {
  left: -30px;
}
#news section.list .owl-nav button.owl-next {
  right: -30px;
}

#news section.list .owl-dots {
 bottom: 10px;
}

#news .editor blockquote {
  font-weight: 300;
}

#news .editor blockquote strong {
  font-weight: 700;
}


section.parcerias .owl-nav button.owl-next,
#home .certificacoes .owl-nav button.owl-next,
#home .servicos .owl-nav button.owl-next {
  right: -20px !important;
}
section.parcerias .owl-nav button.owl-prev,
#home .certificacoes .owl-nav button.owl-prev,
#home .servicos .owl-nav button.owl-prev {
  left: -20px !important;
}

#home section.listNew .owl-dots {
  bottom: 10px;
}

#home .noticias .text-right {
  padding-top: 10px;
}


#home .servicos .box {
  background-size: cover;
}

@media (max-width: 1280px) {
  #home .servicos .box p {
    /* display: none !important; */
    display: block !important;
    background-color: #ffffff;
  }
}

@media (max-width: 767px) {
  
  nav .topnav .mh ul li a {
    font-size: 18px;
  }
  
  
  #home .solucoes .item.item-image .image {
    margin-bottom: 60px;
    margin-top: -30px;
  }
  #home .solucoes .item.item-image .info {
    opacity: 1;
    transform: translateY(0px);
  }
  
  
  
  section.solucoes .owl-nav button.owl-prev,
  section.parcerias .owl-nav button.owl-prev {
    left: 0px !important;
  }
  
  section.solucoes .owl-nav button.owl-next,
  section.parcerias .owl-nav button.owl-next {
    right: 0px !important;
  }
  
  .owl-nav button {
    margin: 20px;
    padding: 15px !important;
    /* border-radius: 50%;
    background-color: rgba(255,255,255,0.4); */
  }
  .owl-nav button span {
    font-size: 60px;
  }
  
  
  #home .parcerias .owl-nav button,
  #home .certificacoes .owl-nav button,
  #home .servicos .owl-nav button {
    bottom: -60px;
  }
  
  section.parcerias .owl-nav button.owl-next,
  #home .certificacoes .owl-nav button.owl-next,
  #home .servicos .owl-nav button.owl-next {
    right: -20px !important;
  }
  section.parcerias .owl-nav button.owl-prev,
  #home .certificacoes .owl-nav button.owl-prev,
  #home .servicos .owl-nav button.owl-prev {
    left: -20px !important;
  }
  
  
  /* #home .servicos .box p {
    display: block;
  }
  #home .servicos .box .title {
    opacity: 1;
  } */
  
  #home .servicos .box:hover .title h3 {
    /* pointer-events: none;
    
    background-image: inherit;
    background-position: inherit;
    background-repeat: inherit;
    opacity: inherit; */
  }
  
  #home .servicos .box .title h3 {
    background-image: url(../../img/box2.png);
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 1;
  }
  
}

@media (max-width: 550px) {
  nav ul .news li {
    padding-left: 80px;
  }
  
  nav ul .news li img {
    width: 70px;
  }
  nav ul .news h4 {
    font-size: 20px;
  }
  nav ul .news p {
    font-size: 14px;
  }
  
  #home .solucoes .item.item-image a h3 {
    font-size: 20px;
  }
  
  
  #home .solucoes {
    padding: 80px 0 40px;
  }
  
  #home .noticias {
    padding: 10px 0 20px;
  }
  
  #home .parcerias {
    padding: 60px 0;
  }
  
  #home section.listNew {
    padding: 10px 0 0;
  }
  
  #home .certificacoes {
    padding: 50px 0;
  }
  
  #home .parcerias h2,
  #home .clientes h2,
  #home .certificacoes h2 {
    font-size: 28px;
    padding: 0 15px;
  }
  
  #home .noticias h2 {
    font-size: 28px;
    /* padding: 0 15px; */
  }
  
  #home .noticias .text-right {
    text-align: center !important;
  }
  
  #home .servicos .box .title {
    height: 350px !important;
  }
  
  #home .servicos .box .title h3 {
    /* background-color: rgba(255,255,255,0.8); */
  }
  
  #home .servicos .box p {
    font-size: 18px;
    line-height: 22px;
  }
  
  
  #empresa section.visao p,
  #empresa section.etica p {
    text-align: left !important;
  }
  
}


#empresa section.intro .editor {
  text-align: left;
}
#empresa section.grupo .text-left{
  text-align: left !important;
}
#empresa section.grupo a {
  margin: 40px 0 60px;
}

#sustentabilidade section.link {
  padding: 0px 0px 100px;
}

#sustentabilidade section.diferenca {
  margin-top: 20px;
}

#sustentabilidade section.diferenca h3 {
  font-size: 40px;
  margin: 60px 0px 80px;
}

#sustentabilidade section.relatorios h2, #sustentabilidade section.relatorios h3 {
  font-size: 40px;
}

#empresa section.relatorios .box,
#sustentabilidade section.relatorios .box {
  position: relative;
  margin: 10px;
  background-size: contain;
  background-repeat: no-repeat;
}

#empresa section.relatorios .box:first-child {
  z-index: 1;
}

#empresa section.relatorios .box .box-content,
#sustentabilidade section.relatorios .box .box-content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translate(0, -50%);
  padding: 0 30px;
}

#empresa section.relatorios .container:nth-child(2) {
  margin-top: -100px;
}


#empresa section.intro .excerpt {
  margin: 140px auto;
  /* font-size: 53px; */
  font-weight: 600;
  line-height: 118%;
}


#empresa section.numeros {
  text-align: center;
  color: #EA0A8C;
  padding: 140px 0px 120px;
  font-size: 24px;
}
#empresa section.numeros p {
  font-size: 40px;
  color: #EA0A8C;
  line-height: 40px;
  margin-bottom: 0px;
}
#empresa section.numeros p b {
  font-size: 115px;
}
#empresa section.numeros small {
  font-size: 24px;
  color: black;
}
#empresa section.numeros h2,
#empresa section.numeros h3 {
  font-size: 40px;
  margin-bottom: 100px;
}
#empresa section.numeros img {
  max-width: 100%;
}
@media (max-width: 1199px) {
  #sustentabilidade section.numeros,
  #empresa section.numeros {
    padding-bottom: 0px;
  }
  
  #sustentabilidade section.numeros h2,
  #sustentabilidade section.numeros h3,
  #empresa section.numeros h2,
  #empresa section.numeros h3 {
    font-size: 26px;
  }
  #sustentabilidade section.numeros .row > div,
  #empresa section.numeros .row > div {
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  #empresa section.numeros p b,
  #sustentabilidade section.numeros p b {
      font-size: 74px;
  }
  #empresa section.numeros small,
  #sustentabilidade section.numeros small {
    font-size: 20px; 
  }
  
  #sustentabilidade section.numeros .row > div,
  #empresa section.numeros .row > div {
    margin-bottom: 50px;
  }
}


@media (max-width: 767px) {
  #empresa section.relatorios .container:nth-child(2) {
    margin-top: inherit;
  }
}


#sustentabilidade section.intro .excerpt {
  font-weight: 300;
}

#sustentabilidade section.intro .excerpt strong {
  font-weight: 700;
}

/* #sustentabilidade section.intro .editor {
  margin: 80px 0;
} */




.owl-carousel .owl-stage {
  display: flex;
}

section .item .boxshadow {
  height: 100% !important;
}


#carreira section.beneficios .owl-carousel,
#solucoes section.distincoes .owl-carousel {
  margin: 50px 0;
}

#solucoes section.distincoes .owl-carousel {
  max-width: 1100px;
  margin: 50px auto;
}

#carreira section.beneficios .item,
#solucoes section.distincoes .item  {
  height: 100%;
  padding: 10px 30px;
  text-align: center;
  font-size: 18px;
  line-height: 20px;
  box-shadow: none;
  margin: 0;
}

#carreira section.beneficios .item .boxshadow,
#solucoes section.distincoes .item .boxshadow {
  height: 200px;
  padding: 30px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

#carreira section.certificados .owl-dots {
  
}

#carreira section.certificados .owl-nav button.owl-prev,
#carreira section.testemunhos .owl-nav button.owl-prev {
  left: -20px !important;
}
#carreira section.certificados .owl-nav button.owl-next,
#carreira section.testemunhos .owl-nav button.owl-next {
  right: -20px !important;
}

#carreira section.testemunhos .item {
  padding: 0 5px;
}


#carreira section.vagas .list .link .head{
  position: relative;
}

#carreira section.vagas .list .link h2 {vertical-align: middle;}

#carreira section.vagas .list .link .expand-icon {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0,-50%);
}
#carreira section.vagas .list .link .head.active .expand-icon{
  transform: rotate(180deg);
  top: calc(50% - 20px);
}

#carreira section.vagas .list .link .detail a {
  padding-top: 10px;
}

#carreira section.intro a {
  top: 0px;
}

#carreira form label.form-check-label {
  color: #000000 !important;
}

#carreira form label.form-check-label a{
  color: #EA0A8C;
}

#carreira section.form form label.lblfile {
  cursor: pointer;
}

#carreira section.form form .lblfile input {
  display: block;
  height: 1px;
}


#carreira section.form form input.form-control-file::-webkit-file-upload-button,
#carreira section.form form input.form-control-file::file-selector-button {
  display: none;
}

#empresa section.etica {
  margin-bottom: 0px;
}


@media (max-width: 991px) {
  #empresa section.etica {
    margin-bottom: 80px;
  }
}

@media (max-width: 767px) {
  
  #empresa section.historia h2 {
    margin-bottom: 40px;
  }
  
  #empresa section.historia .item {
    background: url(../../img/bg-relatorio.png);
    color: white;
  } 
  #empresa section.historia .item h4 {
    color: white;
    display: block;
  }
  
  #carreira section.vagas .list .link .expand-icon {
    top: initial;
    bottom: 0;
    left: 50%;
    transform: translate(0, 20px);
  }
  
  #carreira section.vagas .list .link .head.active .expand-icon{
    transform: rotate(180deg);
    top: initial;
    /* top: calc(50% - 20px); */
  }
  
  #carreira section.intro a {
    position: relative;
    top: -40px;
  }
  
  #carreira section.intro {
    padding-top: 80px !important;
  }
  
}

@media (max-width: 550px) {
  #empresa section.etica {
    margin-bottom: 20px;
  }
  
  #empresa section.relatorios .box,
  #sustentabilidade section.relatorios .box {
    width: 290px;
    height: 342px;
  }
}


#solucoes section.intro .editor {
  font-size: 30px;
  font-weight: 300;
  text-align: left;
  
  max-width: 600px;
  margin: 100px auto 140px;
}

#solucoes section.intro .editor:after {
  left: -80px;
}

#solucoes section.intro .editor strong {
  font-weight: 700;
}

#solucoes section.produtos h2 {
  margin-bottom: 40px;
}

#solucoes section.produtos h2 lc {
  text-transform: lowercase;
}


#solucoes section.produtos p {
  font-size: 17px;
}

#solucoes section.produtos .owl-nav button.owl-prev {
  left: -30px;
}
#solucoes section.produtos .owl-nav button.owl-next {
  right: -30px;
}

@media (max-width: 1599px) {
  #solucoes section.produtos p {
    font-size: 16px;
  }
}

@media (max-width: 1024px) {
  #solucoes section.intro .btn-prod {
    position: relative;
  }
  
  #solucoes section.intro .editor {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  #solucoes section.intro .editor:after {
    left: -50px;
  }
}

.owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
}
.owl-nav button.disabled {
  display: none;
}
.owl-item .item {
  position: relative;
  margin: 0 auto;
}


.owl-dots {
  width: 100%;
  text-align: center;
}
.owl-dots button {
  height: 8px;
  width: 8px;
  background-color: #ccc !important;
  margin: 0px 5px;
  border-radius: 10px;
}
.owl-dots button.active {
  background-color: #EA0A8C !important;
}



#home .banner .bg {
  background-position: center;
}

#home .banner .owl-carousel .owl-nav button.owl-next {
  right: 30px;
}

#home .banner .owl-carousel .owl-nav button.owl-prev {
  left: 30px;
}

#home .clientes blockquote {
  font-size: 24px;
  font-weight: 300;
}

#home .clientes blockquote strong {
  font-weight: 700;
}


.item-image .image-info-container {
  position: relative;
}

.item-image .image-info-container .info {
  bottom: 0px !important;
}


@media (max-width: 1024px) {
  #home .clientes blockquote {
    max-width: 80%;
  }
}

@media (max-width: 767px) {
  #solucoes .owl-nav button {
    bottom: -55px;
  }
  
  #home .clientes blockquote {
    font-size: 18px;
    max-width: 75%;
  }
}


/* #parceiros section.list .item,
#parceiros section.list .item.wow:hover {
  background: url(../../img/hover-part.png) center center no-repeat;
}
#parceiros section.list .item.wow {  
  background: url(../../img/bg-part.png) center center no-repeat;
} */

/* #parceiros section.list .container .colunaP:last-child .linhaP:last-child  .item {
  background: url(../../img/hover-part.png) center center no-repeat;
} */

#parceiros section.list .container .item.empty {
  background: url(../../img/hover-part.png) center center no-repeat;
}


#parceiros section.list .item .hover {
  top: 50%;
  transform: translate(0,-50%);
  padding-top: 20px;
}


#parceiros .solucao-bloco {
  display: none;
}

#parceiros section.list .container .solucao-bloco {
  padding-left: 15px;
  margin-top: 50px;
}

#parceiros .solucao-bloco .item .hover p {
  text-align: center;
  font-size: 22px !important;
  padding-bottom: 21px;
}

#parceiros .solucao-bloco h3 {
  color: #EA0A8C;
  margin-bottom: 20px;
}


#news section.intro:after {
  background: none;
}

#news section.intro a {
  top: 0px;
}

#news section.feature .post-image-wrapper {
  max-width: 550px;
  width: 100%;
  height: initial;
}

#news section.list .container > p {
  margin-bottom: 60px;
}

#news .editor .ed img {
  width: 100%;
}

#news section.feature .cats span {
  margin-bottom: 10px;
}

#solucoes section.intro h1 {
  font-size: 40px;
}


#solucoes .partner-highlight-social {
  position: relative;
  text-align: center;
  margin-bottom: 40px;
  
  /* display: none; */
}
#solucoes .partner-highlight-social b {
  color: #EA0A8C;
}
#solucoes .partner-highlight-social i,
#solucoes .parceiros i {
  color: #000000;
  margin: 8px;
  font-size: 24px;
}

#solucoes section.diferenca h2 {
  margin-bottom: 40px;
}

#solucoes .diferenca .prefooter {
  padding: 0px 0px 80px;
}
#solucoes .diferenca .prefooter a {
  margin-left: 0px;
}

#solucoes .produtos .mob-touch-tooltip {
  display: none;
  text-align: center;
  padding: 3px 0 10px;
  font-size: 14px;
  color: #6b6b6b;
}

@media (max-width: 1199px) {
  #parceiros section.list .container .colunaP {
    display: none;
  }
  #parceiros .solucao-bloco {
    display: block;
  }
}

@media (max-width: 1024px) {
  
  #solucoes section.intro .editor {
    /* width: calc(100% - 80px); */
    width: 65%;
  }
  
  #solucoes section.intro .editor p {
    font-size: 20 px !important; 
  }
  
  #solucoes section.intro .editor2 {
      font-size: 18px;
      line-height: 28px;
      padding: 0px 15px;
      margin: 20px 0px;
      /* text-align: center; */
  }
  
  #solucoes section h2 {
    font-size: 32px !important;
  }
}

@media (max-width: 767px) {
  #news section.intro a {
    position: relative;
    top: -40px;
  }
  
  #news section.intro h1 {
    font-size: 32px;
    line-height: 36px;
  }
  
  #news section.list h2 {
    font-size: 32px;
    line-height: 32px;
  }
  
  #news section.intro {
    padding-bottom: 20px;
  }
  
  #solucoes .produtos .item .hv {
    /* display: none; */
  }
  
  #solucoes .produtos .mob-touch-tooltip {
    display: block;
  }
}

@media (max-width: 550px) {
  #solucoes .partner-highlight-social h4 {
    margin-bottom: 20px;
  }
  #solucoes .partner-highlight-social i {
    margin: 10px;
    font-size: 26px;
  }
}



#contacto section.lista {
  /* padding-left: 25px;
  padding-right: 25px; */
}

#contacto section.lista .row > div,
#contacto section.localidades .row > div {
  background: transparent;
  padding: 20px 15px;
  box-shadow: none;
}

#contacto section.lista .box,
#contacto section.localidades .box {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  padding: 40px 15px;
  
  min-height: 260px;
}

#contacto section.formulario {
  /* text-align: center; */
  padding: 50px 10px;
}

@media (max-width: 1199px) {
  #contacto section.lista .box,
  #contacto section.localidades .box { 
    min-height: initial;
  }
}

@media (max-width: 550px) {
  #contacto section.lista,
  #contacto section.localidades {
    padding: 50px 10px;
  }
  
  #contacto section.formulario {
    /* text-align: center; */
    padding: 20px 10px;
  }
}

#empresa section.map-mobile {
  display: none;
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}

#empresa section.map-mobile img { 
  width: initial;
  display: inline-block;
  /* height: 80px */
}

#empresa section.map-mobile .owl-item {
  /* background-color: #ffffff;  */
}

#empresa section.map-mobile .map-slide .map img {
  width: 100%;
}

#empresa section.map-mobile .map-slide .corpo {
  text-align: center;
  padding-bottom: 20px;
  padding-top: 20px;
}

#empresa section.map-mobile .map-slide .corpo img {
  transform: scale(.5);
}


#empresa section.map-mobile .map-slide .pais {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  font-weight: bolder;
  padding: 20px 10px;
}



#empresa section.map-mobile .map-slide .box {
  /* padding: 40px 15px; */
  padding: 0;
}

@media (max-width: 550px) {
  #empresa section.mapa {
    display: none;
  }
  
  #empresa section.map-mobile {
    display: block;
  }
}


@media (max-width: 991px) {
  #sustentabilidade section.diferenca h3 {
    margin-top: 40px;
  }
}

@media (max-width: 550px) {
  #sustentabilidade section.diferenca .row {
    margin-bottom: 50px;
  }
  #sustentabilidade section.diferenca h3 {
    margin-top: 20px;
  }
  #sustentabilidade section.diferenca img {
      max-width: 80%;
  }
}


footer#footer {
  background: initial;
  background-image: url(https://dev.appy.place/quilaban/wp-content/themes/quilaban/assets/img/footer-il.png);
  background-size: 460px;
  background-position: right;
  background-repeat: no-repeat;
  background-color: #F9F9F9;
}

@media (max-width: 550px) {
  footer#footer {
    background-size: 300px;
    background-position: bottom right;
  }
}


#contacto section.intro h1 {
  color: #EA0A8C;
  font-size: 40px;
}

#contacto section.intro h1 p {
  margin-bottom: 0;
}

.contacto_v2 .box {
  padding: 40px 30px !important;
  min-height: 235px !important;
}

.contacto_v2 h3 {
  font-weight: initial !important;
}

.contacto_v2 .box .descricao-2 {
  font-size: 12px; 
  padding-top: 20px;
}


.contacto_v2 .contactos-directos {
  padding: 0px !important;
}

.contacto_v2 .contactos-directos h2.title {
  margin: 60px 0;
}

.contacto_v2 .contactos-directos h5 {
  margin-bottom: 40px;
}

#contacto section.localidades .row a {
  color: initial;
}

.contacto_v2 .contactos-directos .descricao-2 {
  margin-top: 10px;
  color: #EA0A8C;
  font-size: 14px;
}

.contacto_v2 .contactos-directos .solucoes-links {
  margin-top: 10px;
}

.contacto_v2 .contactos-directos .solucoes-links a,
.contacto_v2 .contactos-directos .solucoes-links sep {
  color: #EA0A8C !important;
  font-size: 14px !important;
}

.contacto_v2 .contactos-directos .solucoes-links sep {
  margin: 0 2px;
}
.contacto_v2 .contactos-directos .solucoes-links sep:last-child {
  display: none;
}

/* .contacto_v2 .contactos-directos .solucoes-links a::after {
  content: "/";
  margin:0 5px; 
}
.contacto_v2 .contactos-directos .solucoes-links a:last-child::after {
  content: none;
} */


.contacto_v2 .contactos_outros a {
  color: #000000 !important;
  /* cursor: pointer; */
}

.contacto_v2 .contactos_outros .descricao-2 {
  font-size: 15px;
  padding-top: 5px;
  color: #909090;
}

.contacto_v2 .contactos_outros .legal-info-container {
  /* line-height: 18px; */
  margin-bottom: 0px;
  color: #909090;
  /* font-size: 18px; */
  
  text-align: left;
}
.contacto_v2 .contactos_outros .legal-info-container p {
  font-size: 10px !important;
  line-height: 16px !important;
}

.contacto_v2 section.localidades {
  padding-bottom: 0px !important;
}


.contacto_v2 .formulario .container {
  max-width: 1100px;
}

.contacto_v2 .formulario .cbl a {
  color: #EA0A8C;
}

#contacto section.formulario .form-control {
  color: #000000;
}

.formulario .output-container {
  display: none;
  padding: 40px 0;
}
.formulario .output-container p {
  text-align: center;
}
.formulario .output-container.active {
  display: block;
}


.contacto_v2 section.formulario .form-control:hover, #contacto section.formulario .form-control:focus {
  /* border-bottom: initial; */
  color: initial;
}

#contacto section.formulario .form-control:hover, #contacto section.formulario .form-control:focus {
  color: initial;
}

.contacto_v2 section.formulario label {
  margin: 30px 0;
}



@media (max-width: 1199px) {
  .contacto_v2 .box {
    min-height: initial !important;
  }
}

@media (max-width: 767px) {
  .contacto_v2 section.contactos_gerais,
  .contacto_v2 section.contactos_outros{
    padding-top: 20px !important;
  }
  
  
  #contacto section.intro h1 {
    font-size: 35px;
  }
  #contacto section.localidades h2 {
    font-size: 30px;
  }
}


#empresa section.mapa svg text {
  /* font-weight: 100; */
}

#empresa section.mapa svg #Portugal:hover > path:first-child,
#empresa section.mapa svg #Guiné-Bissau:hover > path:first-child,
#empresa section.mapa svg #Índia:hover > path:first-child,
#empresa section.mapa svg #_Índia:hover > path:first-child,
#empresa section.mapa svg #Angola:hover > path:first-child,
#empresa section.mapa svg #Moçambique:hover > path:first-child {
  filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.604));
  z-index: 2;
}

#empresa section.mapa svg #Portugal:hover > rect,
#empresa section.mapa svg #Guiné-Bissau:hover > rect,
#empresa section.mapa svg #Índia:hover > rect,
#empresa section.mapa svg #_Índia:hover > rect,
#empresa section.mapa svg #Angola:hover > rect,
#empresa section.mapa svg #Moçambique:hover > rect {
  filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.2));
  z-index: 9;
}

#empresa section.mapa svg #Portugal:hover,
#empresa section.mapa svg #Guiné-Bissau:hover,
#empresa section.mapa svg #Índia:hover ,
#empresa section.mapa svg #_Índia:hover ,
#empresa section.mapa svg #Angola:hover ,
#empresa section.mapa svg #Moçambique:hover  {

  z-index: 9;
}

#sustentabilidade section.objetivos svg > * {
  transform:translateY(-200px);
}

footer {
  position: relative;
}

.goto-top {
  /* position: absolute;
  top: 0px;
  right: 10px; */
  position: relative;
  margin: 10px auto;
  width: 60px;
  /* height: 20px; */
  padding: 20px 0;
  text-align: center;
  /* border: 2px solid #ed319c; */
  cursor: pointer;
  display: none;
  
  font-size: 30px;
  color: #EA0A8C;
}
/* .goto-top:hover {
  background-color: #ed319c;
} */
/* .goto-top:hover svg path {
  stroke: #ffffff;
} */

@media (max-width: 767px) {
  .goto-top {
    display: block;
  }
}
