/*
Theme Name: CCB
Author: Vox Digital
Author URI: https://www.voxdigital.com.br/
Description: Tema criado especificamente para CCB
*/

/*
    ##################
    ###### RESET #####
    ##################
 */

/* ALL TAGS */
*,
*:before,
*:after {
  outline: none;
}

/*TAGS*/
body {
  font-family: "Oxygen", sans-serif;
  background-color: #ffffff;
}

a {
  text-decoration: none;
  cursor: pointer;
}

a img {
  text-decoration: none;
  border: none;
}

img {
  max-width: 100%;
  vertical-align: middle;
  height: auto;
  margin: 0;
  border: none;
}

b,
strong {
  font-weight: 800;
}

embed,
video,
iframe,
iframe[style] {
  max-width: 100%;
  height: auto;
}

/*
    ####################
    ###### HELPERS #####
    ####################
 */

.ajax_load {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 4;
}

.ajax_load_box {
  margin: auto;
  text-align: center;
  color: #ffffff;
  font-weight: 800;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.ajax_load_box_circle {
  border: 16px solid #e3e3e3;
  border-top: 16px solid #981c17;
  border-radius: 50%;
  margin: auto;
  width: 80px;
  height: 80px;
  -webkit-animation: spin 1.2s linear infinite;
  -o-animation: spin 1.2s linear infinite;
  animation: spin 1.2s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.embed {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  margin: 0;
  vertical-align: middle;
  border: none;
  overflow: hidden;
  max-width: 100%;
}

.embed iframe,
.embed object,
.embed embed,
.embed .fb-page {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0px;
  padding: 0;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  border: none;
}

.htmlchars {
  display: block;
  width: 100%;
  font-family: "Oxygen", sans-serif;
  overflow: hidden;
  clear: both;
}

.htmlchars h1,
.htmlchars h2,
.htmlchars h3,
.htmlchars h4,
.htmlchars h5,
.htmlchars h6 {
  margin-bottom: 15px;
  font-weight: 700;
  color: #000000;
}

.htmlchars h1 {
  line-height: 32px;
  font-size: 28px;
  font-weight: 800;
}

.htmlchars h2 {
  line-height: 32px;
  font-size: 26px;
  font-weight: 700;
}

.htmlchars h3 {
  line-height: 30px;
  font-size: 25px;
  font-weight: 600;
}

.htmlchars h4 {
  line-height: 30px;
  font-size: 23px;
  font-weight: 400;
}

.htmlchars h5 {
  line-height: 28px;
  font-size: 21px;
  font-weight: 500;
}

.htmlchars h6 {
  line-height: 24px;
  font-size: 19px;
  font-weight: 400;
}

.htmlchars p {
  margin-bottom: 15px;
  line-height: 18.75px;
  font-size: 15px;
  font-weight: 400;
  color: #000000;
}

.htmlchars ul,
.htmlchars ol {
  padding-inline-start: 20px;
  margin: 20px 0;
}

.htmlchars ul {
  list-style: disc;
}

.htmlchars ol li,
.htmlchars ul li {
  margin-top: 5px;
  line-height: 24px;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
}

.htmlchars a {
  font-weight: 400;
  text-decoration: none;
  transition-duration: 0.5s;
}

.htmlchars a:hover {
  color: #09f;
  text-decoration: underline;
}

.htmlchars img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  margin: 0 0 15px 0;
}

.htmlchars pre {
  padding: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #eeeeee;
  margin: 20px 0;
  overflow-x: auto;
}

.htmlchars table {
  display: block;
  width: 100%;
  margin: 25px 0px;
  border: 1px solid #dee2e6;
  overflow-x: scroll;
}

.htmlchars table thead {
  display: block;
  width: 100%;
}

.htmlchars table thead tr {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
}

.htmlchars table thead tr td,
.htmlchars table thead tr th {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  padding: 15px 10px;
  border-width: 1px 1px 2px 1px;
  border-style: solid;
  border-color: #dee2e6;
  line-height: 18px;
  font-size: 16px;
  font-weight: 800;
  color: #333333;
}

.htmlchars table tbody {
  display: block;
  width: 100%;
}

.htmlchars table tbody tr {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
}

.htmlchars table tbody tr td,
.htmlchars table tbody tr th {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  padding: 15px 10px;
  border-width: 1px 1px 2px 1px;
  border-style: solid;
  border-color: #dee2e6;
  line-height: 16px;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
}

.htmlchars table tbody tr td p,
.htmlchars table tbody tr th p {
  margin: 0px;
  line-height: 16px;
  font-size: 14px;
}

/*
    ######################
    ###### BOOTSTRAP #####
    ######################
*/

.container {
  padding: 0px 25px;
}

/*
    ########################
    ###### MAIN-HEADER #####
    ########################
*/

.main-header {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  padding: 80px 0px;
  background-color: #ffffff;
  overflow: hidden;
  z-index: 99;
}

.main-header-logo {
  display: block;
  width: 186px;
  max-width: 100%;
  transition-duration: 0.8s;
  cursor: pointer;
}

.main-header-logo:hover {
  transform: scale(1.1);
}

.main-header-nav-mobile {
  display: block;
  width: 100%;
}

.main-header-nav-mobile > span {
  display: inline-block;
  outline: none;
  border: none;
  text-transform: uppercase;
  text-align: center;
  line-height: 32px;
  font-size: 32px;
  font-weight: 700;
  color: #e79830;
  transition-duration: 0.8s;
  overflow: hidden;
  cursor: pointer;
}

.main-header-nav-mobile > span:hover {
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  transform: scale(1.1);
}

.main-header-nav-mobile-menu {
  position: fixed;
  top: 0;
  left: -100%;
  display: none;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 40px 15px;
  background-color: #ffffff;
  z-index: 99;
  overflow-y: scroll;
}

.main-header-nav-mobile-menu span,
.main-header-nav-mobile-menu a {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: -0.38px;
  line-height: 24px;
  font-size: 15px;
  font-weight: 300;
  color: #000000;
  transition-duration: 0.8s;
  cursor: pointer;
}

.main-header-nav-mobile-menu span:hover,
.main-header-nav-mobile-menu a:hover {
  text-decoration: none;
  color: #394e94;
}

.main-header-nav-mobile-menu a:last-child {
  margin-bottom: 0;
}

.main-header-nav-mobile-menu > button {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 199px;
  height: 40px;
  max-width: 100%;
  padding: 5px;
  margin: 0 auto;
  outline: none;
  border: none;
  border-radius: 5px;
  background-image: url("../img/pictures/pictures-bar-blue.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  color: #ffffff;
  transition-duration: 0.8s;
  overflow: hidden;
}

.main-header-nav-mobile-menu > button:hover {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  transform: scale(1.1);
}

.main-header-nav {
  display: block;
  width: 100%;
}

.main-header-nav-contact {
  display: block;
  width: 100%;
  text-align: right;
}

.main-header-nav-contact a {
  display: block;
  width: 100%;
  text-decoration: none;
  line-height: 24px;
  font-size: 15px;
  font-weight: 700;
  color: #666664;
  transition-duration: 0.8s;
}


.main-header-nav-contact a:hover {
  text-decoration: none;
  color: #394e94;
}

.main-header-nav-line {
  display: block;
  width: 1122px;
  height: 1px;
  margin: 20px 0px 30px 0px;
  background-color: #e69c30;
}

.main-header-nav-menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.main-header-nav-menu span {
  display: inline-block;
  border-radius: 5px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: -0.38px;
  line-height: 14px;
  font-size: 14px;
  font-weight: 300;
  color: #5597db;
  transition-duration: 0.8s;
  cursor: pointer;
}

.main-header-nav-menu span.active {
  text-decoration: none;
  font-weight: 700;
  color: #394e94;
}

.main-header-nav-menu button {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 166px;
  height: 23px;
  max-width: 100%;
  padding: 5px;
  outline: none;
  border: none;
  background-image: url("../img/pictures/pictures-bar-blues-small.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-transform: uppercase;
  text-align: center;
  line-height: 14px;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  transition-duration: 0.8s;
}

.main-header-nav-menu button:hover {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  transform: scale(1.1);
}

#associateModal .modal-header {
  border: none;
}

#associateModal .modal-header .modal-title {
  display: block;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 700;
  color: #ffffff;
}

#associateModal .modal-content {
  padding: 40px;
  border-radius: 0 85px 0 85px;
  border: none;
  background-color: #0075c2;
}

#associateModal .modal-content form {
  display: block;
  width: 100%;
}

#associateModal .modal-content form label {
  display: block;
  width: 100%;
  margin-bottom: 5px;
  line-height: 24px;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
}

#associateModal .modal-content form .form-control {
  display: block;
  width: 100%;
  height: auto;
  padding: 15px;
  line-height: 24px;
  font-size: 16px;
  font-weight: 300;
  color: #333;
}

#associateModal .modal-content form button {
  display: block;
  width: 100%;
  padding: 20px 16px;
  outline: none;
  border: none;
  border-radius: 5px;
  background-image: url("../img/pictures/pictures-bar-orange.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-transform: uppercase;
  text-align: center;
  line-height: 16px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  transition-duration: 0.8s;
  overflow: hidden;
}

#associateModal .modal-content form button:hover {
  transform: scale(1.1);
}

#associateModal .modal-content form a {
  display: block;
  width: 100%;
  text-align: center;
  text-decoration: none;
  letter-spacing: 1.67px;
  line-height: 24px;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  transition-duration: 0.8s;
}

#associateModal .modal-content form a:hover {
  text-decoration: none;
  color: #e69b2f;
}

/*
    #########################
    ###### MAIN-CONTENT #####
    #########################
*/

.main-content {
  display: block;
  width: 100%;
  overflow: hidden;	
}

.main-content-carousel {
  display: block;
  width: 100%;
}

.main-content-carousel .slick-carousel {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;	
}

.main-content-carousel .slick-carousel .slick-prev,
.main-content-carousel .slick-carousel .slick-next {
  width: 32px;
  height: 32px;
  z-index: 90;
}

.main-content-carousel .slick-carousel .slick-prev {
  left: 25px;
}

.main-content-carousel .slick-carousel .slick-next {
  right: 25px;
}

.main-content-carousel .slick-carousel .slick-prev::before,
.main-content-carousel .slick-carousel .slick-next::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  text-rendering: auto;
  font-variant: normal;
  font-family: "Font Awesome 5 Free";
  line-height: 32px;
  font-size: 32px;
  font-weight: 900;
  color: #e79830;
}

.main-content-carousel .slick-carousel .slick-prev::before {
  content: "\f104";
}

.main-content-carousel .slick-carousel .slick-next::before {
  content: "\f105";
}

.main-content-carousel .slick-carousel .slick-dots {
  bottom: 25px;
}

.main-content-carousel .slick-carousel .slick-dots li button:before {
  font-size: 12px;
  color: #ffffff;
}

.main-content-carousel
  .slick-carousel
  .slick-dots
  li.slick-active
  button:before {
  font-size: 20px;
  color: #e79830;
}

.main-content-carousel article {
  position: relative;
  display: block;
  width: 100%;	
}

.main-content-carousel article a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  transition-duration: 0.8s;
}


.main-content-about {
  display: block;
  width: 100%;
  padding: 80px 0px;
  background-color: #ffffff;
}

.main-content-about .container {
  max-width: 809px;
}

.main-content-about .htmlchars h1,
.main-content-about .htmlchars h2,
.main-content-about .htmlchars h3,
.main-content-about .htmlchars h4,
.main-content-about .htmlchars h5,
.main-content-about .htmlchars h6 {
  margin-bottom: 0;
  color: #d8813b;
}

.main-content-about .htmlchars img {
  margin: 15px 0px;
}

.main-content-about-more {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 136px;
  height: 29px;
  max-width: 100%;
  padding: 2px;
  border-radius: 5px;
  background-image: url("../img/pictures/pictures-bar-orange.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-transform: uppercase;
  text-align: center;
  line-height: 17px;
  font-size: 17px;
  font-weight: 700;
  color: #ffffff;
  transition-duration: 0.8s;
}

.main-content-about-more:hover {
  box-shadow: 1px 1px 3px rgb(0 0 0 / 30%);
  transform: scale(1.1);
  color: #ffffff;
}

.main-content-about-thumbnail {
  display: block;
  width: 100%;
}

.main-content-about .embed iframe,
.main-content-about .embed video {
  border-radius: 10px;
}

.main-content-network {
  display: block;
  width: 100%;
  padding: 80px 0px;
  background-color: #ffffff;
  background-image: url("../img/backgrounds/backgrounds-network.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.main-content-network .container {
  max-width: 809px;
}

.main-content-network .htmlchars h1,
.main-content-network .htmlchars h2,
.main-content-network .htmlchars h3,
.main-content-network .htmlchars h4,
.main-content-network .htmlchars h5,
.main-content-network .htmlchars h6 {
  margin-bottom: 0;
  color: #002180;
}

.main-content-network .htmlchars ul li,
.main-content-network .htmlchars ol li,
.main-content-network .htmlchars p {
  color: #ffffff;
}

.main-content-network .htmlchars img {
  margin: 15px 0;
}

.main-content-network-more {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 135px;
  height: 29px;
  max-width: 100%;
  padding: 2px;
  border-radius: 5px;
  background-image: url("../img/pictures/pictures-bar-blue.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-transform: uppercase;
  text-align: center;
  line-height: 17px;
  font-size: 17px;
  font-weight: 700;
  color: #ffffff;
  transition-duration: 0.8s;
}

.main-content-network-more:hover {
  box-shadow: 1px 1px 3px rgb(0 0 0 / 30%);
  transform: scale(1.1);
  color: #ffffff;
}

.main-content-network-thumbnail {
  display: block;
  width: 100%;
}

.main-content-associates {
  display: block;
  width: 100%;
  padding: 80px 0px;
  background-color: #ffffff;
}

.main-content-associates-header {
  display: block;
  width: 100%;
  margin-bottom: 40px;
  text-align: center;
}

.main-content-associates-header .htmlchars h1,
.main-content-associates-header .htmlchars h2,
.main-content-associates-header .htmlchars h3,
.main-content-associates-header .htmlchars h4,
.main-content-associates-header .htmlchars h5,
.main-content-associates-header .htmlchars h6 {
  color: #e0a543;
}

.main-content-associates-content {
  display: block;
  width: 100%;
}

.main-content-carousel .slick-carousel {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
}

.main-content-associates-content .slick-associates .slick-prev,
.main-content-associates-content .slick-associates .slick-next {
  width: 32px;
  height: 32px;
  z-index: 90;
}

.main-content-associates-content .slick-associates .slick-prev::before,
.main-content-associates-content .slick-associates .slick-next::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  text-rendering: auto;
  font-variant: normal;
  font-family: "Font Awesome 5 Free";
  line-height: 32px;
  font-size: 32px;
  font-weight: 900;
  color: #003c93;
}

.main-content-associates-content .slick-associates .slick-prev::before {
  content: "\f104";
}

.main-content-associates-content .slick-associates .slick-next::before {
  content: "\f105";
}

.main-content-associates-content-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  height: 99px;
  margin: 0 auto;
  text-decoration: none;
  transition-duration: 0.8s;
  cursor: pointer;
}

.main-content-associates-content-item:hover {
  text-decoration: none;
}

.main-content-associates-more {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 137px;
  height: 30px;
  max-width: 100%;
  padding: 2px;
  margin: 40px auto 0 auto;
  border-radius: 5px;
  background-image: url("../img/pictures/pictures-bar-orange.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-transform: uppercase;
  text-align: center;
  line-height: 17px;
  font-size: 17px;
  font-weight: 700;
  color: #ffffff;
  transition-duration: 0.8s;
  cursor: pointer;
}

.main-content-associates-more:hover {
  box-shadow: 1px 1px 3px rgb(0 0 0 / 30%);
  transform: scale(1.1);
  color: #ffffff;
}

.main-content-services {
  display: block;
  width: 100%;
  padding: 80px 0px;
  background-color: #ffffff;
  background-image: url("../img/backgrounds/backgrounds-services.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.main-content-services-header {
  display: block;
  width: 100%;
  margin-bottom: 40px;
  text-align: center;
}

.main-content-services-header .htmlchars h1,
.main-content-services-header .htmlchars h2,
.main-content-services-header .htmlchars h3,
.main-content-services-header .htmlchars h4,
.main-content-services-header .htmlchars h5,
.main-content-services-header .htmlchars h6 {
  color: #ffffff;
}

.main-content-services-header .htmlchars ul li,
.main-content-services-header .htmlchars ol li,
.main-content-services-header .htmlchars p {
  color: #ffffff;
}

.main-content-services-content {
  display: block;
  width: 100%;
}

.main-content-services-content article {
  display: block;
  width: 100%;
}

/*
.main-content-services-content article .icon {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 59px;
  max-width: 100%;
  height: 89px;
}
*/

.main-content-services-content article .services-icon {
  color: #fff;
  font-size: 75px;
}

.main-content-services-content article h2 {
  display: block;
  width: 100%;
  margin: 10px 0px 10px 0px;
  line-height: 26px;
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
}

.main-content-services-content article p {
  display: block;
  width: 100%;
  margin-bottom: 0;
  line-height: 30px;
  font-size: 14px;
  font-weight: 300;
  color: #ffffff;
}



.main-content-testemonials {
  display: block;
  width: 100%;
  padding: 80px 0px;
  background-color: #f6f6f6;
}

.main-content-testemonials-content .slick-testemonials .slick-prev,
.main-content-testemonials-content .slick-testemonials .slick-next {
  width: 32px;
  height: 32px;
  z-index: 90;
}

.main-content-testemonials-content .slick-testemonials .slick-prev::before,
.main-content-testemonials-content .slick-testemonials .slick-next::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  text-rendering: auto;
  font-variant: normal;
  font-family: "Font Awesome 5 Free";
  line-height: 32px;
  font-size: 32px;
  font-weight: 900;
  color: #003c93;
}

.main-content-testemonials-content .slick-testemonials .slick-prev::before {
  content: "\f104";
}

.main-content-testemonials-content .slick-testemonials .slick-next::before {
  content: "\f105";
}


.main-content-testemonials-header {
  display: block;
  width: 100%;
  margin: 0 0 40px 0;
}

.main-content-testemonials-header .htmlchars h1,
.main-content-testemonials-header .htmlchars h2,
.main-content-testemonials-header .htmlchars h3,
.main-content-testemonials-header .htmlchars h4,
.main-content-testemonials-header .htmlchars h5,
.main-content-testemonials-header .htmlchars h6 {
  color: #e0a543;
}

.main-content-testemonials-content {
  display: block;
  width: 100%;
}

.main-content-testemonials-content .slick-testemonials .slick-dots {
  bottom: -45px;
}

.main-content-testemonials-content .slick-testemonials .slick-dots li button:before {
  font-size: 14px;
}

.main-content-testemonials-content article {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  /*align-items: center;*/
  width: 100%;
  height: 530px;
  padding: 15px;
  background-color: #ffffff;
  border-radius: 10px;
}

.main-content-testemonials-content article .video {
  position: relative;
  margin: 0 auto;
  border-radius: 2px;
}

.main-content-testemonials-content article .texto {
  position: relative;
  font-style: italic;
}

.main-content-testemonials-content article::before {
  content: "";
  position: absolute;
  bottom: -5px;
  display: block;
  width: 90%;
  height: 5px;
  border-radius: 0 0 10px 10px;
  background-color: #e0a543;
}

/*
.main-content-testemonials-content article header {
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  width: 100%;
}
*/


.main-content-testemonials-content article p {
  display: block;
  width: 100%;
  margin: 0;
  line-height: 1.4;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
}

.main-content-testemonials-content article h4 {
  display: block;
  width: 100%;
  margin: 0 0 5px 0;
  line-height: 1.2;
  font-size: 20px;
  font-weight: 700;
  color: #e0a543;
}




.main-content-contact {
  display: block;
  width: 100%;
  padding: 80px 0px;
  background-color: #ffffff;
}

.main-content-contact .container {
  max-width: 748px;
}

.main-content-contact-header {
  display: block;
  width: 100%;
}

.main-content-contact-header .htmlchars h1,
.main-content-contact-header .htmlchars h2,
.main-content-contact-header .htmlchars h3,
.main-content-contact-header .htmlchars h4,
.main-content-contact-header .htmlchars h5,
.main-content-contact-header .htmlchars h6 {
  margin-bottom: 0;
  color: #002180;
}

.main-content-contact-header .htmlchars img {
  margin: 15px 0 35px 0;
}

.main-content-contact-channels {
  display: block;
  width: 100%;
}

.main-content-contact-channels .htmlchars p {
  margin-bottom: 10px;
}

.main-content-contact-channels .htmlchars p i {
  color: #5597db;
}

.main-content-contact-channels .htmlchars p a {
  color: #000000;
  transition-duration: 0.8s;
}

.main-content-contact-channels .htmlchars p a:hover {
  text-decoration: none;
  color: #003c93;
}

.main-content-contact-warnning {
  display: block;
  width: 100%;
}
.main-content-contact-warnning .htmlchars p i {
  color: #5597db;
}

.main-content-contact-warnning .htmlchars h1,
.main-content-contact-warnning .htmlchars h2,
.main-content-contact-warnning .htmlchars h3,
.main-content-contact-warnning .htmlchars h4,
.main-content-contact-warnning .htmlchars h5,
.main-content-contact-warnning .htmlchars h6 {
  color: #002180;
}

.main-content-contact-warnning .htmlchars p {
  margin-bottom: 10px;
}

.main-content-contact-warnning .htmlchars p a {
  color: #000000;
  transition-duration: 0.8s;
}

.main-content-contact-warnning .htmlchars p a:hover {
  text-decoration: none;
  color: #003c93;
}

.main-content-contact form {
  display: block;
  width: 100%;
}

.main-content-contact form .form-control {
  display: block;
  width: 100%;
  height: auto;
  padding: 5px 10px;
  border-radius: 10px;
  border: 1px solid #002180;
  line-height: 24px;
  font-size: 14px;
  font-weight: 300;
  color: #646464;
}

.main-content-contact form .form-control::placeholder {
  display: block;
  width: 100%;
  line-height: 24px;
  font-size: 14px;
  font-weight: 300;
  color: #333;
}

.main-content-contact form button {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 135px;
  height: 29px;
  padding: 2px;
  margin: 0 auto;
  outline: none;
  border: none;
  border-radius: 5px;
  background-image: url("../img/pictures/pictures-bar-blue.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-transform: uppercase;
  text-align: center;
  line-height: 16px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  transition-duration: 0.8s;
  overflow: hidden;
}

.main-content-contact form button:hover {
  transform: scale(1.1);
}

/*
    ########################
    ###### MAIN-FOOTER #####
    ########################
*/
.main-footer {
  display: block;
  width: 100%;
  background-image: url("../img/backgrounds/backgrounds-footer.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.main-footer .container {
  max-width: 820px;
}

.main-footer-copyright {
  display: block;
  width: 100%;
  padding: 20px 0px;
  text-align: center;
}

.main-footer-copyright-logos {
  display: block;
  width: 118px;
  max-width: 100%;
  text-align: center;
  text-decoration: none;
  transition-duration: 0.8s;
  cursor: pointer;
}

.main-footer-copyright-logos img {
  transition-duration: 0.8s;
}

.main-footer-copyright-logos img:hover {
  transform: scale(1.1);
}

.main-footer-copyright .htmlchars p {
  font-size: 12px;
  margin: 0;
}

.main-footer-copyright .htmlchars a {
  text-decoration: none;
  font-weight: 700;
  color: #000000;
  transition-duration: 0.8s;
}

.main-footer-copyright .htmlchars a:hover {
  text-decoration: none;
  color: #394e94;
}

.main-footer-linkedin {
  position: fixed;
  bottom: 84px;
  right: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  box-shadow: 0 4px 10px 0 rgb(23 23 23 / 10%);
  border-radius: 50%;
  background-color: #0e76a8;
  text-decoration: none;
  line-height: 24px;
  font-size: 24px;
  color: #fff;
  z-index: 99;
  transition-duration: 0.8s;
}

.main-footer-linkedin:hover {
  text-decoration: none;
  color: #fff;
  transform: scale(1.1);
}

.main-footer-whatsapp {
  position: fixed;
  bottom: 204px;
  right: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  box-shadow: 0 4px 10px 0 rgb(23 23 23 / 10%);
  border-radius: 50%;
  background-color: #00d45e;
  text-decoration: none;
  line-height: 24px;
  font-size: 24px;
  color: #fff;
  z-index: 99;
  transition-duration: 0.8s;
}

.main-footer-whatsapp:hover {
  text-decoration: none;
  color: #fff;
  transform: scale(1.1);
}

.main-footer-teams {
  position: fixed;
  bottom: 144px;
  right: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  box-shadow: 0 4px 10px 0 rgb(23 23 23 / 10%);
  border-radius: 50%;
  background-color: #464EB8;
  text-decoration: none;
  line-height: 24px;
  font-size: 24px;
  color: #fff;
  z-index: 99;
  transition-duration: 0.8s;
}

.main-footer-teams:hover {
  text-decoration: none;
  color: #fff;
  transform: scale(1.1);
}

.main-footer-backtop {
  position: fixed;
  bottom: 24px;
  right: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  box-shadow: 0 4px 10px 0 rgb(23 23 23 / 10%);
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
  line-height: 24px;
  font-size: 24px;
  color: #fff;
  z-index: 99;
  transition-duration: 0.8s;
  cursor: pointer;
}

.main-footer-backtop:hover {
  text-decoration: none;
  color: #fff;
  transform: scale(1.1);
}

.g-recaptcha {
	width: 302px;
	margin: auto;
}

.iconfale {
  text-decoration: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  width: 48px;
  height: 48px;
  box-shadow: 0 4px 10px 0 rgb(23 23 23 / 10%);
  border-radius: 50%;
  font-size: 24px;
  color: #fff;
  border-radius: 50%;
  background-color: #000;
  transition-duration: 0.8s;
}

.iconfale:hover {
	text-decoration: none;
	color: #fff;
	transition-duration: 0.8s;
	transform: scale(1.1);
}

.whats {
	background-color: #00d45e;
}

.teams {
	background-color: #464EB8;
}

.mail {
	background-color: #e69b2f;
}

.phone {
	background-color: #5597db;
}

.efale {
	padding-bottom: 15px;
}

/*
    ##########################
    ###### MEDIA QUERIES #####
    ##########################
 */

/*1366*/
@media (max-width: 85.375em) {
}

/*1200px*/
@media (max-width: 75em) {
  /*HELPERS*/
  .htmlchars table thead {
    display: block;
    width: 1366px;
  }

  .htmlchars table tbody {
    display: block;
    width: 1366px;
  }
}

/*1024px*/
@media (max-width: 64em) {
  /* HELPERS */
  .htmlchars h1 {
    line-height: 30px;
    font-size: 26px;
  }

  .htmlchars h2 {
    line-height: 30px;
    font-size: 24px;
  }

  .htmlchars h3 {
    line-height: 30px;
    font-size: 22px;
  }

  .htmlchars h4 {
    line-height: 30px;
    font-size: 20px;
  }

  .htmlchars h5 {
    line-height: 30px;
    font-size: 18px;
  }

  .htmlchars h6 {
    line-height: 30px;
    font-size: 18px;
  }

  /* MAIN-HEADER */
  .main-header {
    position: initial;
    padding: 15px 0px;
  }

  .main-header-logo {
    width: 136px;
  }

  .main-header .modal-content {
    padding: 40px 20px;
  }

  /* MAIN-CONTENT */
  .main-content-associates-content .slick-associates .slick-prev {
    left: 25px;
  }

  .main-content-associates-content .slick-associates .slick-next {
    right: 25px;
  }

  .main-content-contact form {
    padding: 40px 30px;
  }
}

/*768px*/
@media (max-width: 48em) {
}

/*512px*/
@media (max-width: 32em) {
}
