/*
Theme Name: Euro Bank
Theme URI: http://www.agenciafante.com.br/
Author: Agência Fante
Author URI: http://www.agenciafante.com.br/
Description: Tema desenvolvido por Fante.
Version: 1.0
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

ol,
ul {
  list-style: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body,
html {
  width: 100%;
  margin: 0;
}

body {
  font-family: 'DM Sans', sans-serif;
  margin: 0;
  padding: 0;
  line-height: 1;
  overflow-x: hidden;
}

input,
textarea,
select,
button {
  font-family: 'DM Sans', sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

a[href^=tel] {
  color: inherit;
  text-decoration: none;
}

img,
svg {
  max-width: 100%;
  height: auto;
  border: none;
}

a {
  text-decoration: none;
}

::-moz-selection {
  color: #fff;
  background: #000;
}

::selection {
  color: #fff;
  background: #000;
}


/* Clearfix */

.clearfix::before,
.clearfix::after {
  content: '';
  display: table;
}

.clearfix::after {
  clear: both;
}


/* Preloader */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 100;
}

#status {
  position: relative;
  width: 40px;
  height: 40px;
  left: 50%;
  top: 50%;
  margin: 0;
  text-align: center;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

/* Cookie */

.cookies-container {
  color: #222;
  position: fixed;
  width: 100%;
  margin: 0;
  bottom: 2rem;
  z-index: 1000;
}

.cookies-content {
  background: #fff;
  max-width: 600px;
  width: 80%;
  padding: 20px;
  margin: 0 auto;
  display: block;
  position: relative;
  opacity: 0;
  -webkit-animation: slideUp 0.5s forwards;
  -moz-animation: slideUp 0.5s forwards;
  animation: slideUp 0.5s forwards;
  border: 1px solid rgba(0,0,0,.1);
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0,0,0,.15);
  -moz-box-shadow: 0px 0px 40px 0px rgba(0,0,0,.15);
  box-shadow: 0px 0px 40px 0px rgba(0,0,0,.15);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.cookies-content p {
  margin: 0;
  width: 60%;
  float: left;
  padding: 0;
  color: #222;
  font-size: 14px;
  line-height: 1.4;
  display: block;
}

.cookies-content a {
  display: inline-block;
  color: #222;
  font-weight: 700;
}

.cookies-content .btn {
  cursor: pointer;
  color: #fff;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  float: right;
}

.cookies-content a:hover {
  opacity: 1;
}

@keyframes slideUp {
  to {
    transform: initial;
    opacity: initial;
  }
}

.cookies-pref {
  display: none;
}


@media screen and (max-width:768px) {
.cookies-content {
  text-align: center;
}

.cookies-content p {
  width: 100%;
  float: none;
  margin: 0 0 20px;
}

.cookies-content .btn {
  color: #fff;
  position: relative;
  right: auto;
  top: auto;
  -webkit-transform: none;
  -moz-transform: none;
  transform: none;
  float: none;
}
}

/**/

.top {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 99;
  background: #1a1a1a;
}

.top-content {
  height: 30px;
  text-align: right;
}

.top-content a {
  display: inline-block;
  font-size: 11px;
  color: #fff;
  font-weight: 400;
  line-height: 28px;
  margin: 0 0 0 20px;
}


/* Header */

.header {
  width: 100%;
  height: auto;
  position: sticky;
  top: 0;
  z-index: 99;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  background: #fff;
}

.header-content {
  width: 90%;
  max-width: 1300px;
  height: 75px;
  position: relative;
  margin: 0 auto;
}


/* Logo */

.logo {
  display: block;
  width: 190px;
  float: left;
  margin: 12px 0 0;
}

.logo img {
  display: block;
  width: 100%;
  margin: 0;
}

.header .btn {
  float: right;
  height: 40px;
  line-height: 38px;
  margin: 17px 0 0 40px;
}

.header .nav .btn {
  display: none;
}

@media screen and (max-width:1068px) {
  .top {
    display: none;
  }
  .header-content {
    height: 70px;
  }
  .logo {
    display: block;
    width: 150px;
    float: left;
    margin: 15px 0 0;
  }
  .header .btn {
    display: none;
  }
  .header .nav .btn {
    display: block;
    float: left;
    width: calc(100% - 40px);
    margin: 30px 20px 0;
  }
}


/* Nav */

.nav {
  float: right;
  margin: 0;
}

.nav ul {
  margin: 0 auto;
  padding: 0;
  width: auto;
  font-size: 0;
}

.nav p {
  display: none;
}

.nav li {
  display: inline-block;
  float: left;
  line-height: 75px;
  position: relative;
}

.nav li a {
  display: block;
  font-size: 13.5px;
  text-align: center;
  font-weight: 400;
  color: #282828;
  padding: 0 18px;
  margin: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  text-transform: uppercase;
}

.nav li ul {
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  left: 0;
  height: auto;
  margin: 0;
  position: absolute;
  width: 300px;
  z-index: 9;
  border: 1px solid rgba(0, 0, 0, .1);
  padding: 10px;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.nav li ul li {
  display: block;
  float: none;
  line-height: 40px;
}

.nav li ul li a {
  padding: 0 20px;
  text-align: left;
  margin: 0;
  position: relative;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0);
}

.nav li ul li a.nav-back-link {
  display: none;
}

.nav li a.has-subnav {
  position: relative;
  padding: 0 20px 0 20px;
}

.nav li a.has-subnav::after,
.nav li ul li a.nav-back-link::after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  margin: -10px 0 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath d='M4.2 6.3C4.4 6.2 4.6 6.3 4.9 6.3 8.4 6.3 12 6.3 15.6 6.3 16.1 6.2 16.5 6.9 16.1 7.3 14.4 9.3 12.6 11.3 10.8 13.4 10.4 13.9 9.7 13.9 9.3 13.4 7.5 11.4 5.7 9.3 3.9 7.2 3.6 6.9 3.8 6.4 4.2 6.3ZM4.2 6.3' style=' stroke:none;fill:%23282828'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px auto;
}

.nav li:hover>ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.nav li a:hover {
  color: #005A66;
}

.nav li ul li:hover a {
  text-decoration: underline;
}


/* Input */

input#toggle-menu,
label.toggle-menu {
  display: none;
}

@media screen and (max-width:1068px) {
  label.toggle-menu {
    display: block;
    z-index: 11;
    float: right;
    background-color: transparent;
    margin: 4px 0 0 0;
    padding: 0;
    height: 60px;
    width: 90px;
    outline: 0;
    border: 0;
    cursor: pointer;
    position: relative;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
  }
  label.toggle-menu h4,
  label.toggle-menu h5 {
    font-size: 10px;
    font-weight: 700;
    color: #282828;
    line-height: 1.4;
    margin: 0;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    left: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  label.toggle-menu h5 {
    display: none;
    color: #fff;
    left: 15px;
  }
  label.toggle-menu div {
    position: absolute;
    top: 20px;
    right: 30px;
  }
  label.toggle-menu span {
    display: block;
    height: 2pt;
    width: 24px;
    background-color: #282828;
    position: absolute;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  label.toggle-menu span:nth-child(1) {
    top: 0px;
  }
  label.toggle-menu span:nth-child(2) {
    top: 8px;
  }
  label.toggle-menu span:nth-child(3) {
    top: 16px;
  }
  input#toggle-menu:checked~label.toggle-menu span:nth-child(1) {
    top: 8px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  input#toggle-menu:checked~label.toggle-menu span:nth-child(2) {
    opacity: 0;
  }
  input#toggle-menu:checked~label.toggle-menu span:nth-child(3) {
    top: 8px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  input#toggle-menu:checked~label.toggle-menu h4 {
    display: none;
  }
  input#toggle-menu:checked~label.toggle-menu h5 {
    display: block;
  }
  input#toggle-menu:checked~label.toggle-menu span {
    background-color: #fff;
  }
  .nav {
    float: none;
    height: 100vh;
    width: calc(100% - 80px);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10;
    background-color: #282828;
    border-left: 1px solid rgba(255, 255, 255, .1);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    -webkit-box-shadow: 0 0 0 800px rgba(0, 0, 0, 0), 1px 0 7px 2px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 0 800px rgba(0, 0, 0, 0), 1px 0 7px 2px rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 800px rgba(0, 0, 0, 0), 1px 0 7px 2px rgba(0, 0, 0, 0);
    -webkit-transform: translateX(150%);
    -moz-transform: translateX(150%);
    transform: translateX(150%);
  }
  label.toggle-menu {
    display: block;
  }
  input#toggle-menu:checked~.nav {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
    -webkit-box-shadow: 0 0 0 800px rgba(0, 0, 0, 0.5), 1px 0 7px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 0 800px rgba(0, 0, 0, 0.5), 1px 0 7px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 0 800px rgba(0, 0, 0, 0.5), 1px 0 7px 2px rgba(0, 0, 0, 0.2);
  }
  .nav p {
    display: block;
    width: 100%;
    height: 70px;
    line-height: 70px;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    background-color: #000;
    padding: 0 10px 0 25px;
  }
  .nav ul {
    height: auto;
    width: 100%;
    line-height: 48px;
    padding: 0;
  }
  .nav li {
    position: initial;
    width: 100%;
    line-height: 48px;
  }
  .nav li a {
    font-size: 16px;
    color: #fff;
    text-transform: none;
    font-weight: 400;
    margin: 0;
    text-align: left;
    padding: 0 20px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    position: relative;
  }
  .nav li.menu--hide {
    display: block;
  }
  .nav li:hover a,
  .nav li ul li:hover a {
    background-color: transparent;
    color: #fff;
  }
  .nav li a.has-subnav {
    padding: 0 20px;
  }
  .nav li a.has-subnav::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath d='M4.2 6.3C4.4 6.2 4.6 6.3 4.9 6.3 8.4 6.3 12 6.3 15.6 6.3 16.1 6.2 16.5 6.9 16.1 7.3 14.4 9.3 12.6 11.3 10.8 13.4 10.4 13.9 9.7 13.9 9.3 13.4 7.5 11.4 5.7 9.3 3.9 7.2 3.6 6.9 3.8 6.4 4.2 6.3ZM4.2 6.3' style=' stroke:none;fill:rgb(255%25,255%25,255%25)'/%3E%3C/svg%3E");
    width: 18px;
    right: 20px;
    height: 18px;
    margin: -9px 0 0;
    background-size: 14px auto;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .nav li ul li a.nav-back-link::after {
    right: auto;
    left: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath d='M4.2 6.3C4.4 6.2 4.6 6.3 4.9 6.3 8.4 6.3 12 6.3 15.6 6.3 16.1 6.2 16.5 6.9 16.1 7.3 14.4 9.3 12.6 11.3 10.8 13.4 10.4 13.9 9.7 13.9 9.3 13.4 7.5 11.4 5.7 9.3 3.9 7.2 3.6 6.9 3.8 6.4 4.2 6.3ZM4.2 6.3' style=' stroke:none;fill:rgb(255%25,255%25,255%25)'/%3E%3C/svg%3E");
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 18px;
    height: 18px;
    margin: -9px 0 0;
    background-size: 13px auto;
  }
  .nav li ul li a {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0);
  }
  .nav li ul,
  .nav li:hover>ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    left: 100%;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    opacity: 0;
    padding: 0;
    background-color: #282828;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
  }
  .nav li.nav-expand.active ul {
    left: 0;
    opacity: 1;
  }
  .nav li ul li {
    line-height: 48px;
    position: relative;
  }
  .nav li ul li a {
    padding: 0 20px;
    margin: 0;
  }
  .nav li ul li a.nav-back-link {
    display: block;
    width: 100%;
    height: 70px;
    line-height: 70px;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    padding: 0 10px 0 50px;
    margin: 0;
    border: 0;
    background-color: #000;
  }
}


/* Grid */

.col-af {
  width: 100%;
  height: auto;
  position: relative;
  padding: 100px 0;
}

.col-af-content {
  width: 90%;
  max-width: 1300px;
  margin: 0 auto;
}


/* Button */

.btn {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  height: 52px;
  line-height: 48px;
  position: relative;
  color: #fff;
  border: 0;
  margin: 0 10px 10px 0;
  text-align: center;
  background-color: #005A66;
  padding: 0 35px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  border-radius: 3px;
}

.btn.btn--white {
 background-color: #fff;
 color: #282828;
}

.btn:hover,
.btn.btn--white:hover {
  background-color: #127a88;
  color: #fff;
  transform: scale(1.05);
}

.title-common {
  font-size: 42px;
  font-weight: 700;
  color: #282828;
  line-height: 1.05;
  margin: 0 0 40px;
  text-transform: uppercase;
}

.desc-common {
  font-size: 18px;
  font-weight: 400;
  color: #181818;
  line-height: 1.5;
  margin: 0;
  opacity: .9;
}

@media screen and (max-width:768px) {
  .col-af {
    padding: 60px 0;
  }
  .title-common {
    font-size: 34px;
  }
  .title-common br {
    display: none;
  }
  .desc-common {
    font-size: 16px;
  }
}


/* Hero */

.hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.hero-image img,
.hero-image video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero {
  width: 100%;
  height: calc(100vh - 105px);
  position: relative;
  background-color: #000;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin: 0;
  padding: 0;
}

.home .hero {
  background-image: url(images/hero.jpg);
}

.home .hero::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
    background: rgb(0, 0, 0);
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.7) 70%);
}

.hero.hero-page {
  height: 400px;
}

.hero.hero-page:after {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-blend-mode: color;
  z-index: 1;
  background: rgba(0, 0, 0, .8);
}

.hero.hero-page .hero-content {
  text-align: left;
  max-width: 1300px;
}

.hero-content {
  width: 90%;
  max-width: 1300px;
  text-align: left;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.home .hero-content  div {
  max-width: 600px;
}

.hero-content .title-common,
.hero-content .desc-common {
  color: #fff;
}

.home .hero-content .desc-common {
  margin: 0 0 40px;
}


/* Destaques */

.destaques {
  background-color: #f5f3f2;
}

.destaques-content {
  display: flex;
}

.destaques-content div {
  float: left;
  width: calc(25% - 30px);
  margin: 15px;
  padding: 30px;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
}

.destaques-content div span {
  display: block;
  width: 70px;
  height: 70px;
  position: relative;
  margin: 0 auto;
  background-color: #282828;
  border-radius: 50%;
}

.destaques-content div span img {
  display: block;
  width: 30px;
  position: absolute;
  top: 20px;
  left: 20px;
}

.destaques-content div .title-common {
  color: #282828;
  font-size: 20px;
  margin: 25px 0;
}

.destaques-content div .desc-common,
.destaques-content div p {
  font-size: 16px;
  margin: 0;
      font-weight: 400;
    color: #181818;
    line-height: 1.5;
    opacity: .9;
}

.destaques-content div .btn {
  margin: 20px 0 0;
}

@media screen and (max-width:768px) {

  .destaques-content {
  display: block;
}
  .destaques-content div {
    width: 100%;
    padding: 20px;
    margin: 15px 0;
  }
  .destaques-content div span {
    width: 80px;
    height: 80px;
  }
  .destaques-content div span img {
    width: 40px;
    top: 20px;
    left: 20px;
  }
}


/* Serviços */

.servicos-info {
  float: left;
  width: 50%;
  padding: 0 100px 0 0;
}

.servicos:nth-of-type(odd) .servicos-info {
  float: right;
  padding: 0 0 0 100px;
}

.servicos-info p {
  font-size: 16px;
  font-weight: 400;
  color: #181818;
  line-height: 1.5;
  margin: 30px 0;
  opacity: .8;
}

.servicos-image {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  right: 0;
  background-color: #fff;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.servicos:nth-of-type(odd) .servicos-image {
  left: 0;
  right: auto;
}

.sub-servicos {
  background-color: #f5f3f2;
}

.sub-servicos ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}

.sub-servicos ul li {
  display: block;
  width: calc(50% - 40px);
  float: left;
  padding: 50px;
  margin: 20px;
  text-align: center;
  background-color: #fff;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

.sub-servicos ul li span {
  display: block;
  width: 100px;
  height: 100px;
  position: relative;
  margin: 0 auto 30px;
  background-color: #282828;
  border-radius: 50%;
}

.sub-servicos ul li span img {
  display: block;
  width: 40px;
  position: absolute;
  top: 30px;
  left: 30px;
}

.sub-servicos ul li .title-common {
  color: #282828;
  font-size: 22px;
  margin: 0 0 30px;
}

@media screen and (max-width:768px) {
  .servicos-info,
  .servicos:nth-of-type(odd) .servicos-info {
    width: 100%;
    padding: 0 0 310px;
  }
  .servicos-image,
  .servicos:nth-of-type(odd) .servicos-image {
    width: 100%;
    height: 300px;
    top: auto;
    bottom: 0;
  }
  .sub-servicos ul li {
    width: 100%;
    padding: 30px 20px;
    margin: 15px 0;
  }
}


/* Destaques */

.beneficiarios {
  background-color: #fff;
  text-align: center;
  border-top: 1px solid rgba(0, 0, 0, .1);
}

.beneficiarios-content .title-common {
  margin: 0 0 50px;
}

.beneficiarios-content img {
  float: left;
  display: block;
  width: 60%;
  margin: 0 20%;
  padding: 0;
  opacity: 1;
}

.beneficiarios-content .btn {
  margin: 60px 0 0;
}


/* PDF */

.pdf-hero {
  background-color: #f5f3f2;
  background-image: url(images/pdf.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
}

.pdf-hero-content {
  max-width: 900px;
}

.pdf-hero-content .title-common {
  margin: 0;
}

.pdf-hero-content .desc-common {
  margin: 30px 0;
}


/* Filosofia */

.filosofia {
  background-color: #282828;
  /*border-bottom: 1px solid rgba(255, 255, 255, .1);*/
}

.filosofia-content {
  display: flex;
}

.filosofia-content div {
  float: left;
  margin: 15px;
  width: calc(33.3333333% - 30px);
  text-align: center;
  padding: 50px 30px;
  text-align: center;
  background-color: rgba(255, 255, 255, .1);
  border-radius: 10px;
}

.filosofia-content div .title-common {
  font-size: 26px;
  margin: 0 0 20px;
  color: #fff;
}

.filosofia-content div .desc-common {
  color: #fff;
  margin: 0;
  font-size: 15px;
}

@media screen and (max-width:768px) {

  .filosofia-content {
  display: block;
}

  .filosofia-content div {
    width: 100%;
    padding: 40px 20px;
    margin: 15px 0;
  }
}


/**/


/* Busca */

.search-box {
  float: right;
  width: 100%;
  margin: 22px 0 0 20px;
}

.search-box label {
  display: none;
}

.search-box form {
  display: block;
  position: relative;
}

.search-box input[type=text] {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background-color: #fff;
  border: 2px solid rgba(0, 0, 0, .1);
  outline: 0;
  padding: 0 30px;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  color: #181818;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.search-box input[type=text]:focus {
  border: 2px solid rgba(0, 0, 0, .4);
  outline: 0;
}

.search-box input[type=text]::-webkit-input-placeholder {
  color: #d6d6d6;
}

.search-box input[type=text]::-moz-placeholder {
  color: #d6d6d6;
}

.search-box input[type=text]:-ms-input-placeholder {
  color: #d6d6d6;
}

.search-box input[type=text]:-moz-placeholder {
  color: #d6d6d6;
}

.search-box input[type=submit] {
  position: absolute;
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  right: 0px;
  top: 0px;
  width: auto;
  height: 50px;
  line-height: 50px;
  background-color: #61c5ca;
  border-radius: 0;
  overflow: hidden;
  border: 0;
  outline: 0;
  margin: 0;
  padding: 0 40px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.search-box input[type=submit]:disabled {
  opacity: 0;
}


/***/

.blog-list {
  width: 100%;
  padding: 0;
  margin: 0;
  display: block;
  list-style: none;
}

.blog-list li {
  width: 100%;
  padding: 0;
  margin: 0;
  display: block;
  list-style: none;
}

.blog-list li a {
  width: 100%;
  padding: 30px 90px 30px 30px;
  margin: 0;
  display: block;
  list-style: none;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, .02);
  background-size: 30px auto;
  background-repeat: no-repeat;
  background-position: right 50px center;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3Csvg viewBox='0 0 96 96' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle/%3E%3Cg%3E%3Cpath d='M90,54a5.9966,5.9966,0,0,0-6,6V78H12V60A6,6,0,0,0,0,60V84a5.9966,5.9966,0,0,0,6,6H90a5.9966,5.9966,0,0,0,6-6V60A5.9966,5.9966,0,0,0,90,54Z'/%3E%3Cpath d='M43.7578,64.2422a5.9979,5.9979,0,0,0,8.4844,0l18-18a5.9994,5.9994,0,0,0-8.4844-8.4844L54,45.5156V12a6,6,0,0,0-12,0V45.5156l-7.7578-7.7578a5.9994,5.9994,0,0,0-8.4844,8.4844Z'/%3E%3C/g%3E%3C/svg%3E");
  border: 1px solid rgba(0, 0, 0, .1);
}

.blog-list li h2 {
  font-size: 28px;
  font-weight: 700;
  color: #181818;
  line-height: 1.2;
  margin: 0;
}

@media screen and (max-width:768px) {
  .blog-list li h2 {
    font-size: 20px;
  }
}

/* CTA */

.cta {
  background-color: #1a1a1a;
}

.cta-content div {
  float: left;
  width: 50%;
}

.cta-content div .title-common,
.cta-content div .desc-common {
  color: #fff;
  margin: 0;
  padding: 0 50px 0 0;
}

.cta-content div .desc-common {
  margin: 0 0 30px;
}

@media screen and (max-width:768px) {
  .cta-content div {
    width: 100%;
    padding: 10px 0;
  }

  .cta-content div .title-common,
.cta-content div .desc-common {
 
  padding: 0;
}

}


/* Footer */

.footer {
  background-color: #282828;
  /*border-top: 1px solid rgba(255, 255, 255, .1);*/
}

.footer-content div:nth-of-type(1) {
  width: 50%;
  padding: 0 100px 0 0;
}

.footer-content div {
  float: left;
  width: 25%;
  padding: 0 40px 0 0;
}

.footer-content div img {
  display: block;
  width: 100px;
  margin: 0 0 30px;
}

.footer-content div h4 {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
  margin: 0 0 30px;
}

.footer-content div p,
.footer-content div a {
  display: block;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  line-height: 1.5;
  margin: 15px 0;
  opacity: .9;
}

.footer-content div a:hover {
  opacity: 1;
  color: #DAA520;
}

.footer-content div a svg {
  display: inline-block;
  width: 13px;
  margin: 1px 0 0 5px;
}

.footer-content div a svg path {
  fill: #fff;
}

.footer-content div a.social-btn {
  display: inline-block;
  width: 22px;
  margin: 0 10px 0 0;
  opacity: 1;
}

.footer-content div a.social-btn img {
  display: block;
  width: 100%;
}

@media screen and (max-width:768px) {
  .footer-content div,
  .footer-content div:nth-of-type(1) {
    width: 100%;
    padding: 10px 0;
  }
}


/* WhatsApp */

.wp--btn {
  display: block;
  height: 50px;
  width: 50px;
  position: fixed;
  z-index: 9;
  bottom: 20px;
  right: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #3ad956;
}

.wp--btn svg {
  display: block;
  height: auto;
  width: 22px;
  margin: 14px 0 0 14px;
}

.wp--btn svg path {
  fill: #fff;
}


/* Copyright */

.end {
  padding: 0;
  background-color: #282828;
  border-top: 1px solid rgba(255, 255, 255, .1);
}

.end .col-af-content div {
  width: 50%;
  float: left;
  text-align: left;
}

.end .col-af-content div:nth-child(2) {
  text-align: right;
}

.end div p {
  display: inline-block;
  font-size: 10px;
  font-weight: 400;
  line-height: 65px;
  color: #fff;
  text-transform: uppercase;
  margin: 0 10px 0 0;
}

.end div a {
  display: inline-block;
  margin: 0;
  font-size: 10px;
  font-weight: 400;
  line-height: 65px;
  color: #fff;
  text-transform: uppercase;
}

.end img {
  display: block;
  width: 90px;
  max-width: 90px;
  margin: 0 0 -7px;
}

@media screen and (max-width:768px) {
  .end {
    padding: 20px 0;
  }
  .end .col-af-content div,
  .end .col-af-content div:nth-child(2) {
    width: 100%;
    text-align: center;
  }
  .end div p {
    line-height: 1.5;
    margin: 10px 10px 10px 0;
  }
}


/* OWL */

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  display: none;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-nav {
  display: block;
  width: 100%;
  max-width: 1300px;
  bottom: 0;
  z-index: 10;
}

.owl-nav button {
  z-index: 10;
  display: inline-block;
  position: absolute;
  cursor: pointer;
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  width: 45px;
  height: 45px;
  background-color: rgba(255, 255, 255, 1);
  -webkit-transition: all .3s;
  transition: all .3s;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}

.owl-nav button.owl-prev {
  float: left;
  left: 2%;
  margin: 0;
}

.owl-nav button.owl-next {
  float: right;
  right: 2%;
  margin: 0;
}

.owl-nav button svg {
  z-index: 10;
  display: block;
  width: 16px;
  height: auto;
  margin: 0 0 0 14px;
}

.owl-nav button svg path {
  fill: #af1c24;
}

.owl-nav button:hover {
  opacity: 1;
}

.owl-nav button.disabled {
  opacity: 0;
}

.owl-dots {
  display: inline-block;
  width: 100%;
  position: relative;
  bottom: -30px;
  text-align: center;
  width: 100%;
}

.owl-hero .owl-dots {
  bottom: 50px;
}

.owl-parceiros .owl-dots {
  bottom: 0px;
}

.owl-dots .owl-dot {
  display: inline-block;
  border: 0;
  width: 20px;
  height: 8px;
  border-radius: 10px;
  padding: 0;
  margin: 6px;
  outline: 0;
  background-color: #282828;
  opacity: .4;
}

.owl-hero .owl-dots .owl-dot {
  background-color: #fff;
}

.owl-dots .owl-dot:hover {
  opacity: .8;
}

.owl-dots .owl-dot.active {
  opacity: 1;
}

.no-js .owl-carousel {
  display: block;
}


/* Inputs */

.contato .col-af-content {
  max-width: 800px;
}

.form-af {
  display: block;
  margin: 0;
  position: relative;
}

.form-af input[type=text].naoexibir,
.form-af input[type=url].naoexibir {
  height: 0;
  width: 0;
  border: 0!important;
  outline: 0;
  padding: 0!important;
  background: transparent;
}

.form-af div {
  width: 50%;
  padding: 10px;
  margin: 0;
  float: left;
  position: relative;
}

.form-af div.full {
  width: 100%;
}

.form-af label {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #181818;
  line-height: 1.4;
  margin: 0 0 10px;
}

.form-af select,
.form-af input[type=text],
.form-af input[type=email],
.form-af input[type=tel],
.form-af textarea {
  display: block;
  font-size: 17px;
  font-weight: 400;
  color: #282828;
  width: 100%;
  height: 55px;
  line-height: 55px;
  margin: 0;
  outline: 0;
  border: 1.5pt solid rgba(0, 0, 0, .3);
  background-color: rgba(0, 0, 0, .15);
  resize: none;
  -webkit-appearance: none;
  padding: 0 10px 0 20px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.form-af select {
  background-size: 11px auto;
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGhlaWdodD0iNTEycHgiIGlkPSJMYXllcl8xIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgd2lkdGg9IjUxMnB4IiB4bWw6c3BhY2U9InByZXNlcnZlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48cGF0aCBkPSJNOTguOSwxODQuN2wxLjgsMi4xbDEzNiwxNTYuNWM0LjYsNS4zLDExLjUsOC42LDE5LjIsOC42YzcuNywwLDE0LjYtMy40LDE5LjItOC42TDQxMSwxODcuMWwyLjMtMi42ICBjMS43LTIuNSwyLjctNS41LDIuNy04LjdjMC04LjctNy40LTE1LjgtMTYuNi0xNS44djBIMTEyLjZ2MGMtOS4yLDAtMTYuNiw3LjEtMTYuNiwxNS44Qzk2LDE3OS4xLDk3LjEsMTgyLjIsOTguOSwxODQuN3oiLz48L3N2Zz4=);
}

.form-af textarea {
  height: 110px;
  line-height: 1.5;
  resize: none;
  padding: 20px 20px;
}

.form-af select:required:invalid {
  color: #282828;
}

.form-af select option[value=""][disabled] {
  display: none;
}

.form-af select option {
  color: #282828;
}

.form-af select:focus,
.form-af input[type=text]:focus,
.form-af input[type=email]:focus,
.form-af input[type=tel]:focus,
.form-af textarea:focus {
  border: 1.5pt solid rgba(0, 0, 0, .6);
}

.form-af input.invalidPattern {
  border: 1.5pt solid #e50202;
}

.form-af input::-webkit-input-placeholder {
  color: #282828;
}

.form-af input::-moz-placeholder {
  color: #282828;
}

.form-af input:-moz-placeholder {
  color: #282828;
}

.form-af input:-ms-input-placeholder {
  color: #282828;
}

.form-af input::placeholder {
  color: #282828;
}

.form-af textarea::-webkit-input-placeholder {
  color: #282828;
}

.form-af textarea::-moz-placeholder {
  color: #282828;
}

.form-af textarea:-moz-placeholder {
  color: #282828;
}

.form-af textarea:-ms-input-placeholder {
  color: #282828;
}

.form-af textarea::placeholder {
  color: #282828;
}

.form-af input[type=submit] {
  cursor: pointer;
  border: 0;
  outline: 0;
  font-size: 15px;
  font-weight: 700;
  padding: 0 35px;
  width: 100%;
  height: 55px;
  line-height: 55px;
  margin: 0;
  color: #fff;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-appearance: none;
  background-color: #005A66;
}

.form-af input[type=submit]:hover {
  background-color: #127a88;
  color: #fff;
}


/* Enviado */

.pedido-enviado .col-af-content {
  max-width: 600px;
  text-align: center;
  padding: 50px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.pedido-enviado .col-af-content a.btn {
  margin: 50px 0 0;
}

._form-thank-you {
  text-align: center;
  padding: 10px 10px 10px;
}

._form-thank-you p {
  margin: 0;
}

._form-thank-you span {
  display: block;
}

@keyframes scaleAnimation {
  0% {
    opacity: 0;
    transform: scale(1.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes drawCircle {
  0% {
    stroke-dashoffset: 151px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes drawCheck {
  0% {
    stroke-dashoffset: 36px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#successAnimationCircle {
  stroke-dasharray: 151px 151px;
  stroke: #16a085;
}

#successAnimationCheck {
  stroke-dasharray: 36px 36px;
  stroke: #fff;
}

#successAnimationResult {
  fill: #282828;
  opacity: 0;
}

.anime-start #successAnimation.animated {
  animation: 1s ease-out 0s 1 both scaleAnimation;
}

.anime-start #successAnimation.animated #successAnimationCircle {
  animation: 1s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 both drawCircle, 0.3s linear 0.9s 1 both fadeOut;
}

.anime-start #successAnimation.animated #successAnimationCheck {
  animation: 1s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 both drawCheck, 0.3s linear 0.9s 1 both fadeOut;
}

.anime-start #successAnimation.animated #successAnimationResult {
  animation: 0.3s linear 0.9s both fadeIn;
}


/* One column */

.one-column #content {
  margin: 0 auto;
  max-width: 1300px;
  width: 90%;
  position: relative;
  padding: 80px 0;
}

.single-attachment #content {
  margin: 0 auto;
  max-width: 1000px;
  width: 90%;
}


/* Styles */

.screen-reader-text {
  position: absolute;
  left: -9000px;
}


/* Content */

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5 {
  font-weight: 700;
  color: #181818;
  margin: 25px 0;
  line-height: 1.6;
}

.entry-content h1 {
  font-size: 36px;
}

.entry-content h2 {
  font-size: 24px;
}

.entry-content h3,
.entry-content h4,
.entry-content h5 {
  font-size: 20px;
}

.entry-content p {
  font-size: 17px;
  font-weight: 400;
  color: #181818;
  margin: 25px 0;
  line-height: 1.6;
}

.entry-content ul {
  display: block;
  list-style: circle;
  padding: 0 0 0 30px;
}

.entry-content li {
  display: list-item;
  list-style: circle;
  line-height: 1.6;
  padding: 0 0 0 15px;
  color: #787878;
  margin: 25px 0;
}


/* Imagens */

img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
figure {
  max-width: 700px;
  width: 100%;
  height: auto;
}

.alignleft,
img.alignleft,
.alignright,
img.alignright,
.aligncenter,
img.aligncenter {
  clear: both;
  display: block;
  margin: 30px auto;
}

img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 12px;
}

.wp-caption {
  max-width: 700px;
  width: 100%;
  background: #fff;
  line-height: 18px;
  margin-bottom: 20px;
  padding: 0;
  text-align: center;
}

.wp-caption img {
  margin: 0;
}

.wp-caption p.wp-caption-text {
  color: #888;
  font-size: 12px;
  margin: 5px;
  text-align: center;
}

.wp-smiley {
  margin: 0;
}

.gallery {
  margin: 0 auto;
}

.gallery::after {
  content: '';
  display: table;
  clear: both;
}

.gallery .gallery-item {
  float: left;
  margin-top: 0;
  text-align: center;
  padding: 15px;
}

.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery-columns-3 .gallery-item {
  width: 33.3333333%;
}

.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery-columns-5 .gallery-item {
  width: 20%;
}

.gallery img {
  width: 100%;
  max-width: 100%;
  display: block;
  margin: 0;
}

.gallery .gallery-caption {
  color: #888;
  font-size: 12px;
  margin: 0 0 12px;
}

.gallery dl {
  margin: 0;
}

.gallery br {
  display: none;
}

@media screen and (max-width: 768px) {
  .gallery-item,
  .gallery-columns-2 .gallery-item,
  .gallery-columns-3 .gallery-item,
  .gallery-columns-4 .gallery-item,
  .gallery-columns-5 .gallery-item {
    width: 50%;
  }
}