* {
  font-family: 'Poppins', sans-serif !important;
}

html #header .header-body {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

html.sticky-header-active #header .header-body {
  background-color: #fff;
}

html.sticky-header-active body.internal #header .header-body {
  background-color: #0053ce;
}

body.home {
  background-color: #fff;
}

body.home #header .header-nav-main.header-nav-main-square nav > ul > li > a::before {
  background-color: #0053ce !important;
}

body.internal {
  background-color: #ededed;
}

body.internal #header .header-nav-main.header-nav-main-square nav > ul > li > a {
  color: #fff !important;
}

body.internal #header .header-nav-main.header-nav-main-square nav > ul > li > a::before {
  background-color: #0053ce !important;
}

body.disclaimer-page #header {
  background-color: #0053ce;
}

div.body {
  margin: 0;
  background-color: transparent;
}

h2 {
  color: #000000;
}

h2 p {
  line-height: 36px !important;
  color: #000000;
}

#header .header-logo {
  margin: 0;
}

#header .header-logo img {
  height: 60px;
}

#header .header-body {
  background-color: transparent;
}

.custom-section-svg {
  background-color: #0053ce;
}

@media (min-width: 1024px) {
  .custom-section-svg {
    background-color: initial;
  }
}

.custom-section-svg svg {
  display: none;
}

@media (min-width: 1024px) {
  .custom-section-svg svg {
    display: block;
  }
}

.custom-section-svg .container {
  position: relative;
  top: 0;
  left: 0;
  -webkit-transform: initial;
          transform: initial;
  padding: 20px;
}

@media (min-width: 1024px) {
  .custom-section-svg .container {
    position: absolute;
    top: 43%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
    padding: 0;
  }
}

.custom-text-banner h1 {
  font-weight: 600 !important;
}

.custom-text-banner h1 p {
  font-weight: 600;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.1;
}

@media (min-width: 1024px) {
  .custom-text-banner h1 p {
    font-size: 2.8rem;
  }
}

@media (min-width: 1440px) {
  .custom-text-banner h1 p {
    font-size: 3rem;
  }
}

@media (min-width: 1600px) {
  .custom-text-banner h1 p {
    font-size: 4rem;
  }
}

html .btn-outline.btn-secondary:active, html .btn-outline.btn-secondary.active {
  background-color: #f18606 !important;
  border-color: #f18606 !important;
}

html .btn-outline.btn-secondary:hover i::after, html .btn-outline.btn-secondary.hover i::after {
  border-color: #000;
}

html .btn-outline.btn-secondary:hover i::before, html .btn-outline.btn-secondary.hover i::before {
  border-color: #000;
}

html .btn-outline.btn-secondary {
  border-color: #f18606;
  color: #fff;
}

html .btn-outline.btn-secondary i::after {
  border-color: #fff;
}

html .btn-outline.btn-secondary i::before {
  border-color: #fff;
}

.container-title {
  max-width: 768px !important;
}

.custom-container-image-map img {
  max-width: 80%;
  margin: auto;
}

.custom-button-map {
  display: table;
  margin: auto;
}

.custom-button-map .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.custom-button-map .btn span, .custom-button-map .btn i {
  margin-top: auto;
  margin-bottom: auto;
  color: #0e58cb;
}

.custom-button-map .btn span {
  font-weight: bold;
  font-size: 1.6rem;
}

.custom-button-map .btn i::before {
  border-color: #0e58cb;
}

.custom-button-map .btn i::after {
  border-color: #0e58cb;
}

.custom-counter {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 200px 0 !important;
  position: relative;
}

.custom-counter::before {
  content: '';
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.custom-counter > div {
  z-index: 2;
}

.custom-counter strong {
  font-size: 3.5rem !important;
  margin-bottom: 35px;
}

.custom-counter label {
  font-size: 1.5rem !important;
}

.custom-demo-gratuita {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.custom-demo-gratuita > div {
  width: 100%;
  padding: 60px 0;
}

@media (min-width: 768px) {
  .custom-demo-gratuita > div {
    width: 50%;
  }
}

.custom-demo-gratuita > div:first-child {
  background-color: #0e58cb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 20px;
}

.custom-demo-gratuita > div:first-child > div {
  margin: auto;
  max-width: 590px;
}

.custom-demo-gratuita > div:first-child > div h4 {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

.custom-demo-gratuita > div:first-child > div h4 span {
  margin-top: auto;
  margin-bottom: auto;
  font-weight: 600;
}

.custom-demo-gratuita > div:first-child > div h4::before {
  content: "";
  display: table;
  height: 3px;
  background-color: #f18606;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 15px;
}

.custom-demo-gratuita > div:first-child > div h3 {
  color: #fff;
  line-height: 42px;
}

.custom-demo-gratuita > div:first-child > div > p {
  font-size: 1.9rem;
  line-height: 2rem;
  color: #fff;
  font-weight: 500;
}

.custom-demo-gratuita > div:first-child > div .grey p {
  font-size: 1.6rem;
  line-height: 1.7rem;
  color: #9e9e9e;
  font-weight: 500;
}

.custom-demo-gratuita > div:first-child > div .grey p a {
  color: #fff;
}

.custom-demo-gratuita > div:last-child {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.custom-acerca-de section .container {
  margin-bottom: 8rem !important;
}

.custom-acerca-de section .container .dashicons-arrow-right-alt {
  color: #0053ce !important;
}

.custom-vertical-slider {
  position: relative;
}

.custom-vertical-slider .slick-dots {
  position: absolute;
  right: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  display: none !important;
}

@media (min-width: 768px) {
  .custom-vertical-slider .slick-dots {
    display: block !important;
  }
}

.custom-vertical-slider .slick-dots li {
  margin: 17px 0;
}

.custom-vertical-slider .slick-dots li button {
  display: block;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: transparent;
  border: solid 2px #fff;
  color: transparent;
  text-indent: -100000000px;
}

.custom-vertical-slider .slick-dots li.slick-active button {
  background-color: #fff;
}

.custom-vertical-slider .slick-slide {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.custom-vertical-slider .slick-slide > div {
  min-height: 750px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 50px 0;
}

.custom-vertical-slider .slick-slide > div h3 {
  padding: 0 15px;
}

.custom-vertical-slider .slick-slide > div h3, .custom-vertical-slider .slick-slide > div h3 p {
  font-weight: 200;
  color: #fff;
  font-size: 2rem;
  line-height: 4rem;
  text-align: center;
  text-transform: initial;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 768px) {
  .custom-vertical-slider .slick-slide > div h3, .custom-vertical-slider .slick-slide > div h3 p {
    font-size: 4rem;
    line-height: 6rem;
  }
}

.internal-banner {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 139px;
  top: -139px;
  min-height: 139px;
}

.internal-banner .breadcrumb {
  color: #fff;
  font-weight: 300;
}

.internal-banner .breadcrumb a {
  font-weight: 500;
}

.internal-banner h1 {
  text-align: center;
  color: #fff;
  letter-spacing: 1px;
  font-weight: 300;
}

.internal-banner h1 p {
  letter-spacing: 1px;
  color: #fff;
  font-weight: 300;
}

.internal-banner h1 p strong {
  font-weight: 600;
}

.container-video {
  background-color: #ededed;
}

.zig-zag-item {
  color: #000;
}

.zig-zag-item ul {
  padding-left: 23px;
}

.zig-zag-item ul li {
  list-style-image: url("../images/check-solid.svg");
  margin-bottom: 10px;
}

.zig-zag-item ul li::marker {
  font-size: 1.6rem;
}

.zig-zag-item .btn {
  color: #0053ce !important;
}

.zig-zag-item .btn i::before, .zig-zag-item .btn i::after {
  border-color: #0053ce !important;
}

.two-columns-full .image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 350px;
}

@media (min-width: 768px) {
  .two-columns-full .image {
    min-height: 500px;
  }
}

.text-white p {
  color: #fff;
}

.banner-bottom {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 450px;
}

@media (min-width: 768px) {
  .banner-bottom {
    min-height: 650px;
  }
}

.banner-bottom h2 {
  line-height: 52px;
}

.fix-div {
  margin-top: -9rem;
}

.title-services-home {
  line-height: 50px;
  font-weight: 600;
}

.counters .counter {
  margin: auto;
  width: 90%;
}

.counters .counter strong {
  font-weight: 600 !important;
}

.counters .counter label {
  font-weight: 600 !important;
  line-height: 30px;
}

h4.custom-heading-bar {
  font-weight: 600;
}

h4.custom-heading-bar + p {
  font-weight: 600;
  color: #000;
  font-size: 1.2rem !important;
}

.custom-heading-bar::before {
  border-color: #f18606;
}

.custom-heading-bar a:hover {
  text-decoration: none;
}

.custom-arrow-icon::before {
  border-color: #0053ce;
}

.custom-arrow-icon::after {
  border-color: #0053ce;
}

html .btn-outline.btn-secondary:hover, html .btn-outline.btn-secondary.hover {
  background-color: #f18606;
  border-color: #f18606;
  color: #fff !important;
}

html .btn-outline.btn-secondary:hover i::after, html .btn-outline.btn-secondary.hover i::after {
  border-color: #fff !important;
}

html .btn-outline.btn-secondary:hover i::before, html .btn-outline.btn-secondary.hover i::before {
  border-color: #fff !important;
}

.spin-page #youtube-video {
  position: relative !important;
  left: initial !important;
  top: initial !important;
  max-width: 100% !important;
  height: 300px;
}

@media (min-width: 768px) {
  .spin-page #youtube-video {
    height: 500px;
  }
}

.carrousel-about .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-indent: -10000000000000000000px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 18px;
  height: 28px;
  z-index: 10;
}

.carrousel-about .slick-arrow.slick-prev {
  left: 0;
  background-image: url("../images/arrow-left.png");
}

.carrousel-about .slick-arrow.slick-next {
  right: 0;
  background-image: url("../images/arrow-left.png");
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.carrousel-about .slick-slide .image {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 203px;
  height: 105px;
  position: relative;
  margin: auto;
  background-color: #fff;
}

.carrousel-about .slick-slide .image a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.down-slider-about a, .down-slider-about p {
  font-weight: 600;
  color: #0053ce;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.down-slider-about a i, .down-slider-about p i {
  margin-top: auto;
  margin-bottom: auto;
}

.container-cards-about .shadow .image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 165px;
}

.container-cards-about .shadow h5 {
  font-weight: bold;
}

.container-cards-about .shadow .text {
  font-size: 0.9rem;
  color: #000;
}

.container-cards-about .shadow .text p {
  font-size: 0.9rem;
  color: #000;
}

.contact-page-map form {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .contact-page-map form {
    margin-bottom: 0;
  }
}

.contact-page-map h4 {
  font-weight: bold;
  font-size: 1.2rem;
}

.contact-page-map .text a {
  color: #0056a4 !important;
}

.contact-page-map .middle img {
  width: 100%;
  max-width: 100%;
}

.contact-page-map .middle .text strong {
  color: #0056a4;
}

.contact-page-map .middle .text p {
  margin-bottom: 10px;
}

.contact-section form {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .contact-section form {
    margin-bottom: 0;
  }
}

.contact-section form i {
  font-style: normal;
}

.contact-section h4 {
  font-weight: bold;
  font-size: 1.2rem;
}

.contact-section form label {
  width: 100%;
}

.contact-section form input[type="text"], .contact-section form input[type="email"], .contact-section form textarea {
  border-radius: 2px;
  border: solid 1px #eee;
  width: 100%;
  height: 42px;
}

.contact-section form textarea {
  height: 145px;
}

.contact-section form .wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 10px;
}

.contact-section form .wpcf7-radio > span {
  width: 50%;
  margin: 0 0 10px 0;
}

.contact-section form button {
  background-color: #0053ce;
  color: #fff;
  border: solid 2px #0053ce;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.533rem 1.5rem;
}

.contact-section form button i::before {
  border-color: #fff;
}

.contact-section form button i::after {
  border-color: #fff;
}

.contact-section form button:hover, .contact-section form button:focus, .contact-section form button:active {
  background-color: #fff;
  color: #0053ce !important;
  border: solid 2px #0053ce;
}

.contact-section form button:hover i::before, .contact-section form button:focus i::before, .contact-section form button:active i::before {
  border-color: #0053ce;
}

.contact-section form button:hover i::after, .contact-section form button:focus i::after, .contact-section form button:active i::after {
  border-color: #0053ce;
}

footer {
  text-align: center;
}

@media (min-width: 768px) {
  footer {
    text-align: left;
  }
}

footer .container-xl-custom {
  padding-left: 0;
  padding-right: 0;
}

footer .desktop {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 768px) {
  footer .desktop {
    margin-left: -60px;
    margin-right: -60px;
  }
}

footer .desktop > div {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  footer .desktop > div {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  footer .desktop > div:nth-child(2) {
    padding-right: 20px;
  }
}

@media (min-width: 768px) {
  footer .desktop > div:nth-child(3) {
    padding-left: 0;
    padding-right: 0;
  }
}

footer .desktop > div.social {
  margin-bottom: 0;
}

footer .desktop > div.social img {
  height: 25px;
  margin-right: 15px;
}

footer .desktop > div.social ul {
  display: table;
  margin: auto;
}

@media (min-width: 768px) {
  footer .desktop > div.social ul {
    display: block;
    margin: 0;
  }
}

@media (min-width: 768px) {
  footer .desktop > div {
    width: calc(100% / 4);
    padding-left: 60px;
    padding-right: 60px;
  }
}

footer h3 {
  font-size: 1.8rem;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  footer h3 {
    margin-bottom: 50px;
  }
}

footer .all-right {
  font-size: 0.9rem;
  color: #fff;
  font-weight: 200;
}

footer .disclaimer a {
  font-size: 0.9rem;
  color: #fff !important;
  font-weight: 200;
}

footer ul {
  padding: 0;
  margin: 0;
}

footer ul li {
  list-style: none;
  font-size: 1rem;
  font-weight: 300 !important;
  color: #fff !important;
  margin-bottom: 15px;
  line-height: 31px;
}

footer ul li a {
  font-weight: 300 !important;
  color: #fff !important;
}

footer ul li a:hover {
  opacity: 0.8;
}

footer ul li a.flex img {
  margin-top: auto;
  margin-bottom: auto;
}

footer .footer-copyright {
  padding: 0 15px;
}

@media (min-width: 1024px) {
  footer .footer-copyright {
    padding: 0;
  }
}

footer .footer-copyright p {
  text-align: left;
}

footer .footer-copyright .disclaimer {
  margin-top: 15px;
}

@media (min-width: 1024px) {
  footer .footer-copyright .disclaimer {
    margin-top: 0;
  }
}

.default-page .barra {
  background-color: #0e58cb;
  height: 150px;
}

.default-page h2 {
  font-size: 2.5rem;
  margin-bottom: 30px !important;
}

.default-page .post-content {
  font-size: 1rem;
}

.fa, .far, .fas {
  font-family: "Font Awesome 5 Free" !important;
}

#wpadminbar .ab-icon, #wpadminbar .ab-item:before, #wpadminbar > #wp-toolbar > #wp-admin-bar-root-default .ab-icon, .wp-admin-bar-arrow {
  font: normal 20px/1 dashicons !important;
}

header .lang {
  position: relative;
  width: 120px;
}

header .lang .selected {
  color: #0e58cb;
}

header .lang .selected .center {
  margin: auto;
  display: table;
}

header .lang .selected span {
  padding: 0 5px;
  font-weight: 600;
}

header .lang .options {
  border: solid 1px #eee;
  border-radius: 2px;
  padding: 4px;
  width: 100%;
  position: absolute;
  background-color: #fff;
  display: none;
}

header .lang .options > div {
  border-bottom: solid 1px #eee;
  padding: 4px;
  text-align: left;
  text-indent: 5px;
}

header .lang .options > div:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

header .lang .options > div:first-child {
  padding-top: 0;
}

header .lang .options > div a {
  display: block;
}

header .lang .options > div a:hover {
  text-decoration: none;
}

header .lang:hover .options {
  display: block;
}

.single-container p {
  color: #000;
  line-height: 1.5rem;
}

.single-container h3 {
  font-weight: 700;
  color: #0053ce;
  font-size: 1.4rem;
  margin-bottom: 10px;
}

.single-container .columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #000;
}

.single-container .columns > div img {
  width: 100%;
}

.single-container .columns > div:first-child {
  width: 100%;
  max-width: 45%;
  padding-right: 10px;
}

.single-container .columns > div:last-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.single-container .columns:last-child > div:first-child {
  max-width: 60%;
}

.blog-posts .post-image {
  width: 100%;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.blog-posts .post-image a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.blog-posts .post-image::after {
  content: '';
  display: block;
  padding-top: 80%;
}

.blog-posts .post-content h2 a {
  color: #0053ce !important;
}

.blog-posts .post-content p {
  color: #000 !important;
  font-size: 1rem !important;
  line-height: 1.4rem !important;
}

.blog-posts .post-content .post-meta {
  margin-top: 25px;
}

.blog-posts .post-content .post-meta span:first-child {
  color: #0053ce;
  font-weight: bold;
}

.blog-posts .post-content .post-meta span:first-child i {
  color: #9e9e9e;
  font-size: 1rem;
}

.blog-posts .post-content .post-meta .btn {
  background: #0053ce;
  color: #fff;
}

.blog-posts .post-content .post-meta .btn:hover {
  background: #0a469f;
}

.blog-posts .pagination span.current {
  padding: 5px 10px;
  background: #0053ce;
  border: solid 1px #0053ce;
  color: #fff;
}

.blog-posts .pagination a {
  padding: 5px 10px;
  background: #fff;
  border: solid 1px #eee;
  color: #555;
}

.blog-posts .pagination a:hover {
  text-decoration: none;
  color: #0053ce;
}

header .header-nav {
  position: relative;
}

header .header-nav .language {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
}

header .header-nav .language ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .header-nav .language ul li {
  margin: 5px;
  list-style: none;
}

header .header-nav .language ul li a {
  color: #0053ce;
  font-weight: bold;
}

header .header-nav .language ul li a.active {
  color: #444;
  cursor: default;
}

header .header-nav .language ul li a.active:hover {
  text-decoration: none;
}

body.internal header .header-nav {
  position: relative;
}

body.internal header .header-nav .language {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
}

body.internal header .header-nav .language ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body.internal header .header-nav .language ul li {
  margin: 5px;
  list-style: none;
}

body.internal header .header-nav .language ul li a {
  color: #a3a3a3;
  font-weight: bold;
}

body.internal header .header-nav .language ul li a.active {
  color: #fff;
  cursor: default;
}

body.internal header .header-nav .language ul li a.active:hover {
  text-decoration: none;
}

.logo-footer {
  display: none;
}

@media (min-width: 768px) {
  .logo-footer {
    display: block;
  }
}

#header .language-desktop {
  display: none;
}

@media (min-width: 1024px) {
  #header .language-desktop {
    display: block;
  }
}

#header .header-btn-collapse-nav {
  z-index: 10;
}

#header .header-nav-main {
  display: none;
}

@media (min-width: 1024px) {
  #header .header-nav-main {
    display: block;
  }
}

#header .header-nav-main-mobile {
  position: fixed;
  background: transparent;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  height: 100%;
  z-index: 5;
  display: none;
  -webkit-animation: fadeIn 0.2s;
          animation: fadeIn 0.2s;
}

#header .header-nav-main-mobile.show {
  display: block;
}

#header .header-nav-main-mobile nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  position: relative;
}

#header .header-nav-main-mobile nav ul.nav {
  margin: auto;
  max-width: 180px;
}

#header .header-nav-main-mobile nav ul.nav li {
  width: 100%;
  font-size: 1.5rem;
  margin: 10px 0;
}

#header .header-nav-main-mobile nav ul.nav li a {
  color: #0053ce;
}

#header .header-nav-main-mobile nav .language-mobile {
  top: calc(100% - 91px);
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

#header .header-nav-main-mobile nav .language-mobile ul li {
  margin: 0 10px;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*# sourceMappingURL=custom.css.map */