/*
Theme Name: Peziolo Transportes
Author: Aosafe Soluções em TI
Author URI: https://www.aosafe.com.br/
Description: Tema criado especificamente para Peziolo Transportes
Version: 1.0
Text Domain: Peziolo Transportes
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/*
  ##################
  ###### RESET #####
  ##################
*/

/*TAGS*/
body {
  font-family: "Open Sans", sans-serif;
  background-color: #ffffff;
}

a {
  text-decoration: none;
  transition-duration: 0.8s;
}

a:hover {
  text-decoration: underline;
}

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;
}

/*
  ######################
  ###### KEYFRAMES #####
  ######################
*/

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*
  ######################
  ###### BOOTSTRAP #####
  ######################
*/

/*
  ####################
  ###### HELPERS #####
  ####################
*/

.ajax_load {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99;
}

.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 #4b4b4b;
  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;
}

.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: "Open Sans", sans-serif;
  overflow: hidden;
  clear: both;
}

.htmlchars h1,
.htmlchars h2,
.htmlchars h3,
.htmlchars h4,
.htmlchars h5,
.htmlchars h6 {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  font-weight: 400;
  color: #000000;
}

.htmlchars h1 {
  line-height: 36px;
  font-size: 32px;
}

.htmlchars h2 {
  line-height: 34px;
  font-size: 30px;
}

.htmlchars h3 {
  line-height: 32px;
  font-size: 28px;
}

.htmlchars h4 {
  line-height: 30px;
  font-size: 26px;
}

.htmlchars h5 {
  line-height: 28px;
  font-size: 24px;
}

.htmlchars h6 {
  line-height: 26px;
  font-size: 22px;
}

.htmlchars p {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  line-height: 24px;
  font-size: 16px;
  font-weight: 400;
  color: #333;
}

.htmlchars ul,
.htmlchars ol {
  display: list-item;
  padding-inline-start: 20px;
  margin: 20px 0;
  line-height: 30px;
  font-size: 16px;
  font-weight: 400;
  color: #333;
}

.htmlchars ul {
  list-style-image: url(assets/images/icons/icons-arrow-right.png);
}

.htmlchars ol li,
.htmlchars ul li {
  display: list-item;
  margin-top: 5px;
  line-height: 24px;
  font-size: 16px;
  font-weight: 400;
  color: #333;
}

.htmlchars a {
  text-decoration: none;
  transition-duration: 0.8s;
}

.htmlchars a:hover {
  color: #09f;
  text-decoration: underline;
}

.htmlchars img {
  display: block;
  max-width: 100%;
  height: auto;
}

.htmlchars .alignleft {
  float: left;
  margin: 0 20px 20px 0;
}

.htmlchars .aligncenter {
  margin: 20px auto;
}

.htmlchars .alignright {
  float: right;
  margin: 0 0 20px 20px;
  width: 30%;
}

.htmlchars pre {
  padding: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #eeeeee;
  margin: 20px 0;
  overflow-x: auto;
}

/*
    ######################
    ###### WORDPRESS #####
    ######################
 */

/*
    ####################
    ###### PLUGINS #####
    ####################
 */

/*WP-PAGENAVI*/

.wp-pagenavi {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 40px;
}

.wp-pagenavi .pages {
  display: inline-block;
  padding: 10px 15px;
  margin: 5px;
  border-radius: 0px;
  border: none;
  background-color: transparent;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 20px;
  font-size: 20px;
  font-weight: 800;
  color: #e82a2a;
}

.wp-pagenavi .first,
.wp-pagenavi .last {
  display: inline-block;
  padding: 10px 15px;
  margin: 5px;
  border-radius: 0px;
  border: none;
  background-color: transparent;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 20px;
  font-size: 20px;
  font-weight: 800;
  color: #e82a2a;
  transition-duration: 0.8s;
}

.wp-pagenavi .first:hover,
.wp-pagenavi .last:hover {
  text-decoration: none;
  color: #e82a2a;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  display: inline-block;
  padding: 10px 15px;
  margin: 5px;
  border-radius: 0px;
  border: none;
  background-color: transparent;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 20px;
  font-size: 20px;
  font-weight: 800;
  color: #e82a2a;
  transition-duration: 0.8s;
}

.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .nextpostslink:hover {
  text-decoration: none;
  color: #e82a2a;
}

.wp-pagenavi .previouspostslink i,
.wp-pagenavi .nextpostslink i {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 2px solid #e82a2a;
  line-height: 16px;
  font-size: 16px;
  font-weight: 800;
  transition-duration: 0.8s;
}

.wp-pagenavi .previouspostslink:hover i,
.wp-pagenavi .nextpostslink:hover i {
  border: 2px solid #e82a2a;
}

.wp-pagenavi .current,
.wp-pagenavi .page {
  display: inline-block;
  padding: 10px 15px;
  margin: 5px;
  border-radius: 0px;
  border: none;
  background-color: transparent;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 20px;
  font-size: 20px;
  font-weight: 800;
  color: #e82a2a;
  transition-duration: 0.8s;
}

.wp-pagenavi .current,
.wp-pagenavi .page:hover {
  text-decoration: none;
  color: #e82a2a;
}

.wp-pagenavi .extend {
  display: inline-block;
  padding: 10px 15px;
  margin: 5px;
  border-radius: 0px;
  border: none;
  background-color: transparent;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 20px;
  font-size: 20px;
  font-weight: 800;
  color: #e82a2a;
}

.grecaptcha-badge {
  display: none !important;
}

/*
    ###################
    ###### HEADER #####
    ###################
*/

.main-header {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  padding: 20px 0px;
  background-color: #ffffff;
  z-index: 92;
}

.main-header.fixed {
  position: fixed;
}

.single-services .main-header.fixed {
  position: absolute;
}

.main-header-logo {
  display: block;
  width: 220px;
  max-width: 100%;
  transition-duration: 0.8s;
}

.main-header.fixed .main-header-logo {
  width: 120px;
}

.main-header-logo:hover {
  text-decoration: none;
  transform: scale(1.024);
}

.main-header-nav {
  display: block;
  width: 100%;
}

.main-header-nav-contact {
  display: block;
  width: 100%;
}

.main-header.fixed .main-header-nav-contact {
  display: none;
}

.main-header-nav-contact .col-12 > a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  transition-duration: 0.8s;
}

.main-header-nav-contact .col-12 > a:hover {
  text-decoration: none;
  transform: scale(1.024);
}

.main-header-nav-contact .col-12 > a img {
  width: 148px;
}

.main-header-nav-contact .col-12 > a span {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin: 0 10px 0 0;
  border-radius: 50%;
  border: 1px solid #969696;
  line-height: 14px;
  font-size: 14px;
  font-weight: 900;
  color: #e82a2a;
}

.main-header-nav-contact .col-12 > a p {
  display: block;
  min-width: 102px;
  margin: 0;
  line-height: 16px;
  font-size: 12px;
  font-weight: 400;
  color: #969696;
}

.main-header-nav-contact .col-12 > a p b {
  color: #e82a2a;
}

.main-header-nav-contact ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-header-nav-contact ul li {
  display: inline-block;
  margin: 0 10px 0 0;
}

.main-header-nav-contact ul li:last-of-type {
  margin: 0;
}

.main-header-nav-contact ul li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #969696;
  text-decoration: none;
  line-height: 14px;
  font-size: 14px;
  font-weight: 900;
  color: #e82a2a;
  transition-duration: 0.8s;
}

.main-header-nav-contact ul li a:hover {
  border: 1px solid #e82a2a;
  transform: scale(1.024);
}

.main-header-nav-menu {
  display: block;
  width: 100%;
}

.main-header-nav-menu > ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-header-nav-menu > ul > li {
  display: inline-block;
  margin: 0 20px 0 0;
}

.main-header-nav-menu > ul > li:last-of-type {
  margin: 0;
}

.main-header-nav-menu > ul > li > a {
  display: block;
  width: 100%;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 24px;
  font-size: 16px;
  font-weight: 400;
  color: #e82a2a;
  transition-duration: 0.8s;
}

.main-header-nav-menu > ul > li > a:hover {
  text-decoration: none;
  color: #e82a2a;
}

.main-header-nav-mobile {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

.main-header-nav-mobile > button {
  display: inline-block;
  padding: 15px 30px;
  border: none;
  outline: none;
  background-color: #e82a2a;
  line-height: 16px;
  font-size: 16px;
  font-weight: 800;
  color: #ffffff;
  text-transform: uppercase;
  transition-duration: 0.8s;
}

.main-header-nav-mobile > button:hover {
  background-color: #e82a2a;
  color: #ffffff;
  transform: scale(1.024);
}

.main-header-nav-mobile .offcanvas-body ul:first-of-type {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-header-nav-mobile .offcanvas-body ul:first-of-type li {
  display: block;
  width: 100%;
}

.main-header-nav-mobile .offcanvas-body ul:first-of-type li a {
  display: block;
  width: 100%;
  padding: 15px;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  line-height: 24px;
  font-size: 16px;
  font-weight: 400;
  color: #e82a2a;
  transition-duration: 0.8s;
}

.main-header-nav-mobile .offcanvas-body ul:first-of-type li a:hover {
  text-decoration: none;
  color: #e82a2a;
}

.main-header-nav-mobile .offcanvas-body > a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 15px 0;
  text-align: center;
  transition-duration: 0.8s;
}

.main-header-nav-mobile .offcanvas-body > a:hover {
  text-decoration: none;
  transform: scale(1.024);
}

.main-header-nav-mobile .offcanvas-body > a span {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin: 0 0 5px 0;
  border-radius: 50%;
  border: 1px solid #969696;
  line-height: 14px;
  font-size: 14px;
  font-weight: 900;
  color: #e82a2a;
}

.main-header-nav-mobile .offcanvas-body > a p {
  display: block;
  width: 100%;
  margin: 0;
  line-height: 16px;
  font-size: 12px;
  font-weight: 400;
  color: #969696;
}

.main-header-nav-mobile .offcanvas-body > a p b {
  color: #e82a2a;
}

.main-header-nav-mobile .offcanvas-body ul:last-of-type {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-header-nav-mobile .offcanvas-body ul:last-of-type li {
  display: inline-block;
  margin: 0 10px 0 0;
}

.main-header-nav-mobile .offcanvas-body ul:last-of-type li:last-of-type {
  margin: 0;
}

.main-header-nav-mobile .offcanvas-body ul:last-of-type li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #969696;
  text-decoration: none;
  line-height: 14px;
  font-size: 14px;
  font-weight: 900;
  color: #e82a2a;
  transition-duration: 0.8s;
}

.main-header-nav-mobile .offcanvas-body ul:last-of-type li a:hover {
  border: 1px solid #e82a2a;
  transform: scale(1.024);
}

/*
    ##################
    ###### PARTS #####
    ##################
*/

/*SECTION-HEADER*/
.section-header {
  display: block;
  width: 100%;
  padding: 30px 0px;
  background-color: #f5f5f5;
  border-top: 1px solid rgba(0, 0, 0, 0.025);
  border-bottom: 1px solid rgba(0, 0, 0, 0.025);
}

.section-header h1 {
  display: block;
  width: 100%;
  margin: 0 0 15px 0;
  text-transform: uppercase;
  line-height: 40px;
  font-size: 34px;
  font-weight: 700;
  color: #e82a2a;
}

.section-header p {
  display: block;
  width: 100%;
  margin: 0;
  line-height: 24px;
  font-size: 16px;
  font-weight: 300;
  color: #787878;
}

.section-header-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}

.section-header-breadcrumb > span {
  display: inline-block;
  margin: 0 15px 0 0;
  text-transform: uppercase;
  line-height: 24px;
  font-size: 12px;
  font-weight: 500;
  color: #484848;
}

.section-header-breadcrumb > span:last-of-type {
  margin: 0;
}

.section-header-breadcrumb > span a {
  text-decoration: none;
  color: #e82a2a;
}

.section-header-breadcrumb > span a:hover {
  text-decoration: none;
}

/*SECTION-STATISTICS*/
.section-statistics {
  display: block;
  width: 100%;
  padding: 60px 0px;
  background-image: url("assets/images/backgrounds/backgrounds-statistics.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.section-statistics .htmlchars h1,
.section-statistics .htmlchars h2,
.section-statistics .htmlchars h3,
.section-statistics .htmlchars h4,
.section-statistics .htmlchars h5,
.section-statistics .htmlchars h6,
.section-statistics .htmlchars ul li,
.section-statistics .htmlchars ol li,
.section-statistics .htmlchars p {
  color: #ffffff;
}

.section-statistics-header {
  display: block;
  width: 100%;
}

.section-statistics-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

.section-statistics-content .slick-statistics {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}

.section-statistics-content .slick-statistics .slick-prev,
.section-statistics-content .slick-statistics .slick-next {
  width: 36px;
  height: 36px;
  z-index: 90;
}

.section-statistics-content .slick-statistics .slick-prev {
  left: 5px;
}

.section-statistics-content .slick-statistics .slick-next {
  right: 5px;
}

.section-statistics-content .slick-statistics .slick-prev::before,
.section-statistics-content .slick-statistics .slick-next::before {
  content: "";
  font-family: "Font Awesome 6 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  border-radius: 50%;
  border: 2px solid #e82a2a;
  line-height: 20px;
  font-size: 20px;
  font-weight: 900;
  color: #e82a2a;
}

.section-statistics-content .slick-statistics .slick-prev::before {
  content: "\f104";
}

.section-statistics-content .slick-statistics .slick-next::before {
  content: "\f105";
}

.section-statistics-content article {
  display: block;
  width: 100%;
  text-align: center;
}

.section-statistics-content article h1 {
  display: block;
  width: 100%;
  line-height: 54px;
  font-size: 50px;
  font-weight: 800;
  color: #f04d1b;
}

.section-statistics-content article p {
  display: block;
  width: 100%;
  line-height: 34px;
  font-size: 30px;
  font-weight: 300;
  color: #ffffff;
}

.section-statistics-content-more {
  display: inline-block;
  padding: 15px 45px;
  border-radius: 0;
  text-decoration: none;
  background-color: #e82a2a;
  line-height: 24px;
  font-size: 16px;
  font-weight: 800;
  color: #ffffff;
  transition-duration: 0.8s;
}

.section-statistics-content-more:hover {
  background-color: #4b4b4b;
  text-decoration: none;
  transform: scale(1.024);
}

.section-statistics-footer {
  display: block;
  width: 100%;
}

/*SECTION-TESTIMONIALS*/
.section-testimonials {
  display: block;
  width: 100%;
  padding: 60px 0px;
  background-color: #4b4b4b;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.section-testimonials .htmlchars h1,
.section-testimonials .htmlchars h2,
.section-testimonials .htmlchars h3,
.section-testimonials .htmlchars h4,
.section-testimonials .htmlchars h5,
.section-testimonials .htmlchars h6,
.section-testimonials .htmlchars ul li,
.section-testimonials .htmlchars ol li,
.section-testimonials .htmlchars p {
  color: #ffffff;
}

.section-testimonials .htmlchars h1,
.section-testimonials .htmlchars h2,
.section-testimonials .htmlchars h3,
.section-testimonials .htmlchars h4,
.section-testimonials .htmlchars h5,
.section-testimonials .htmlchars h6 {
  line-height: 50px;
  font-size: 46px;
}

.section-testimonials .slick-testimonials {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}

.section-testimonials .slick-testimonials .slick-prev,
.section-testimonials .slick-testimonials .slick-next {
  width: 36px;
  height: 36px;
  z-index: 90;
}

.section-testimonials .slick-testimonials .slick-prev {
  left: -40px;
}

.section-testimonials .slick-testimonials .slick-next {
  right: -40px;
}

.section-testimonials .slick-testimonials .slick-prev::before,
.section-testimonials .slick-testimonials .slick-next::before {
  content: "";
  font-family: "Font Awesome 6 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  border-radius: 50%;
  border: 2px solid #ffffff;
  line-height: 20px;
  font-size: 20px;
  font-weight: 900;
  color: #ffffff;
}

.section-testimonials .slick-testimonials .slick-prev::before {
  content: "\f104";
}

.section-testimonials .slick-testimonials .slick-next::before {
  content: "\f105";
}

.section-testimonials article {
  position: relative;
  display: block;
  width: 100%;
  height: 300px;
  padding: 25px;
  background-color: rgba(255, 255, 255, 0.25);
}

.section-testimonials article p {
  display: block;
  width: 100%;
  margin: 0 0 20px 0;
  line-height: 20px;
  font-size: 16px;
  font-weight: 300;
  color: #ffffff;
}

.section-testimonials article header {
  position: absolute;
  bottom: 25px;
  left: 25px;
  right: 25px;
}

.section-testimonials article h1 {
  display: block;
  width: 100%;
  margin: 0;
  line-height: 24px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}

.section-testimonials article span {
  display: block;
  width: 100%;
  line-height: 24px;
  font-size: 16px;
  font-weight: 300;
  color: #ffffff;
}

/*SECTION-AWARDS*/
.section-awards {
  display: block;
  width: 100%;
  padding: 80px 0px;
  background-color: #ffffff;
}

.section-awards .slick-awards {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}

.section-awards .slick-awards .slick-prev,
.section-awards .slick-awards .slick-next {
  width: 36px;
  height: 36px;
  z-index: 90;
}

.section-awards .slick-awards .slick-prev {
  left: 15px;
}

.section-awards .slick-awards .slick-next {
  right: 15px;
}

.section-awards .slick-awards .slick-prev::before,
.section-awards .slick-awards .slick-next::before {
  content: "";
  font-family: "Font Awesome 6 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  border-radius: 50%;
  border: 2px solid #e82a2a;
  line-height: 20px;
  font-size: 20px;
  font-weight: 900;
  color: #e82a2a;
}

.section-awards .slick-awards .slick-prev::before {
  content: "\f104";
}

.section-awards .slick-awards .slick-next::before {
  content: "\f105";
}

.section-awards article {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}

.section-awards article .icon {
  display: block;
  flex: 0 0 auto;
  width: 46px;
  margin: 0 20px 0 0;
}

.section-awards article header {
  display: block;
  flex: 0 0 auto;
  width: calc(100% - 66px);
}

.section-awards article header p {
  display: block;
  width: 100%;
  margin: 0;
  line-height: 42px;
  font-size: 38px;
  font-weight: 700;
  color: #000000;
}

.section-awards article header h1 {
  display: block;
  width: 100%;
  margin: 0;
  line-height: 24px;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
}

/*
    ################
    ###### 404 #####
    ################
*/

.tpl-404 {
  display: block;
  width: 100%;
}

.tpl-404-content {
  display: block;
  width: 100%;
  padding: 60px 0px;
  background-color: #ffffff;
}

/*
    ###################
    ###### SEARCH #####
    ###################
*/

/*
    #####################
    ###### TAXONOMY #####
    #####################
*/

/*
    #################
    ###### PAGE #####
    #################
*/

.tpl-page {
  display: block;
  width: 100%;
}

.tpl-page-content {
  display: block;
  width: 100%;
  padding: 60px 0px;
  background-color: #ffffff;
}

/*
    ###################
    ###### SINGLE #####
    ###################
*/

.tpl-single {
  display: block;
  width: 100%;
}

.tpl-single-content {
  display: block;
  width: 100%;
  padding: 30px 0 20px 0;
}

.tpl-single-content .categories a {
  text-decoration: none;
  color: #969696;
}

.tpl-single-content .categories a:hover {
  text-decoration: none;
  color: #000000;
}

.tpl-single-footer {
  display: block;
  width: 100%;
  padding: 0 0 60px 0px;
}

.tpl-single-footer-tags {
  display: block;
  width: 100%;
  padding: 0 0 25px 0;
  margin: 0 0 25px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  line-height: 24px;
  font-size: 16px;
  font-weight: 400;
  color: #969696;
}

.tpl-single-footer-tags a {
  display: inline-block;
  text-decoration: none;
  font-weight: 700;
  color: #969696;
  transition-duration: 0.8s;
}

.tpl-single-footer-tags a:hover {
  text-decoration: none;
  color: #000000;
}

.tpl-single-footer-back-page {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 24px;
  font-size: 16px;
  font-weight: 800;
  color: #e82a2a;
  transition-duration: 0.8s;
}

.tpl-single-footer-back-page:hover {
  text-decoration: none;
  color: #025174;
}

.tpl-single-footer-back-page i {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid #e82a2a;
  line-height: 14px;
  font-size: 14px;
  font-weight: 800;
  transition-duration: 0.8s;
}

.tpl-single-footer-back-page:hover i {
  border: 1px solid #025174;
}

/*
    ###########################
    ###### PAGE-TEMPLATES #####
    ###########################
*/

/*TPL-HOME*/

.tpl-home {
  display: block;
  width: 100%;
}

.tpl-home-carousel {
  display: block;
  width: 100%;
}

.tpl-home-carousel .f-carousel {
  --f-button-width: 36px;
  --f-button-height: 36px;

  --f-button-svg-width: 36px;
  --f-button-svg-height: 36px;
  --f-button-svg-stroke-width: 3.5;

  --f-button-font-size: 36px;
  --f-button-color: #e82a2a;
}

.tpl-home-carousel .f-carousel .f-button {
  line-height: 36px;
  font-size: 36px;
  font-weight: 900;
}

.tpl-home-carousel .f-carousel .f-carousel__dots {
  bottom: 25px;
}

.tpl-home-carousel .f-carousel .f-carousel__dots li {
  margin: 0 10px;
  opacity: 1;
  transition: 0.15s ease-in-out;
}

.tpl-home-carousel .f-carousel .f-carousel__dots .f-carousel__dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #e82a2a;
  background-color: transparent;
}

.tpl-home-carousel .f-carousel .f-carousel__dots .is-current .f-carousel__dot {
  background-color: #e82a2a;
}

.tpl-home-carousel article {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.tpl-home-carousel article .container {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.tpl-home-carousel article .htmlchars h1,
.tpl-home-carousel article .htmlchars h2,
.tpl-home-carousel article .htmlchars h3,
.tpl-home-carousel article .htmlchars h4,
.tpl-home-carousel article .htmlchars h5,
.tpl-home-carousel article .htmlchars h6 {
  display: block;
  width: 100%;
  line-height: 46px;
  font-size: 42px;
  font-weight: 400;
  color: #ffffff;
}

.tpl-home-carousel article .content {
  display: block;
  width: auto;
}

.tpl-home-carousel article .content a {
  display: inline-block;
  padding: 15px 45px;
  border-radius: 0;
  text-decoration: none;
  background-color: #e82a2a;
  line-height: 24px;
  font-size: 16px;
  font-weight: 800;
  color: #ffffff;
  transition-duration: 0.8s;
}

.tpl-home-carousel article .content a:hover {
  background-color: #4b4b4b;
  text-decoration: none;
  transform: scale(1.024);
}

.tpl-home-services {
  display: block;
  width: 100%;
  padding: 20px 0px;
  background-image: url("assets/images/backgrounds/backgrounds-services.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.tpl-home-services-header {
  display: block;
  width: 100%;
  margin: 0;
}

.tpl-home-services-content {
  display: block;
  width: 100%;
}

.tpl-home-services-content article {
  position: relative;
  display: block;
  width: 100%;
  height: 256px;
  padding: 20px;
  border: 1px solid #4b4b4b;
  background-color: #ffffff;
  text-align: center;
  transition-duration: 0.8s;
}

.tpl-home-services-content article:hover {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.16);
  background-color: #4b4b4b;
}

.tpl-home-services-content article .icon {
  display: block;
  width: 100%;
}

.tpl-home-services-content article h1 {
  display: block;
  width: 100%;
  margin: 20px 0px;
  text-transform: uppercase;
  line-height: 24px;
  font-size: 16px;
  font-weight: 800;
  color: #000000;
}

.tpl-home-services-content article:hover h1 {
  color: #ffffff;
}

.tpl-home-services-content article p {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0;
  text-transform: uppercase;
  line-height: 16px;
  font-size: 12px;
  font-weight: 400;
  color: #969696;
  transition-duration: 0.8s;
}

.tpl-home-services-content article:hover p,
.tpl-home-services-content article p:hover {
  color: #ffffff;
  transform: scale(1.024);
}

.tpl-home-services-content article p span {
  display: block;
  width: 100%;
  margin: 0 0 10px 0;
}

.tpl-home-services-content article p i {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 2px solid #4b4b4b;
  line-height: 12px;
  font-size: 12px;
  font-weight: 800;
  color: #4b4b4b;
  transition-duration: 0.8s;
}

.tpl-home-services-content article:hover p i {
  border: 2px solid #e82a2a;
  background-color: #e82a2a;
  color: #ffffff;
}

.tpl-home-services-content article a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  z-index: 90;
  transition-duration: 0.8s;
}

.tpl-home-blog {
  display: block;
  width: 100%;
  padding: 60px 0px;
  background-color: #efefef;
}

.tpl-home-blog-header {
  display: block;
  width: 100%;
  margin: 0 0 20px 0;
}

.tpl-home-blog-header .htmlchars h1,
.tpl-home-blog-header .htmlchars h2,
.tpl-home-blog-header .htmlchars h3,
.tpl-home-blog-header .htmlchars h4,
.tpl-home-blog-header .htmlchars h5,
.tpl-home-blog-header .htmlchars h6 {
  line-height: 50px;
  font-size: 46px;
}

.tpl-home-blog-header-link {
  display: inline-block;
  padding: 15px 45px;
  border-radius: 0;
  text-decoration: none;
  background-color: #e82a2a;
  line-height: 24px;
  font-size: 16px;
  font-weight: 800;
  color: #ffffff;
  transition-duration: 0.8s;
}

.tpl-home-blog-header-link:hover {
  background-color: #4b4b4b;
  text-decoration: none;
  transform: scale(1.024);
}

.tpl-home-blog-content {
  display: block;
  width: 100%;
}

.tpl-home-blog-content article {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  transition-duration: 0.8s;
}

.tpl-home-blog-content article .thumbnail {
  position: relative;
  display: block;
  width: 100%;
  height: 256px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition-duration: 0.8s;
}

.tpl-home-blog-content article .thumbnail::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.tpl-home-blog-content article:hover .thumbnail::before {
  background-color: transparent;
}

.tpl-home-blog-content article header {
  position: absolute;
  padding: 20px 30px;
}

.tpl-home-blog-content article header h2 {
  display: block;
  width: 100%;
  line-height: 24px;
  font-size: 20px;
  font-weight: 800;
  color: #ffffff;
}

.tpl-home-blog-content article header p {
  display: block;
  width: 100%;
  line-height: 16px;
  font-size: 12px;
  font-weight: 300;
  color: #ffffff;
}

.tpl-home-blog-content article:hover header h2,
.tpl-home-blog-content article:hover header p {
  display: none;
}

.tpl-home-blog-content article header a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: 5px 5px 5px #000000;
  line-height: 10px;
  font-size: 14px;
  font-weight: 800;
  color: #e82a2a;
  transition-duration: 0.8s;
}

.tpl-home-blog-content article header a:hover {
  transform: scale(1.024);
}

.tpl-home-blog-content article header a i {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 2px solid #e82a2a;
  line-height: 12px;
  font-size: 12px;
  font-weight: 800;
  transition-duration: 0.8s;
}

/*TPL-ABOUT*/
.tpl-about {
  display: block;
  width: 100%;
}

.tpl-about-content {
  display: block;
  width: 100%;
  padding: 30px 0px;
  background-color: #ffffff;
}

.tpl-about-sections {
  display: block;
  width: 100%;
  padding: 60px 0px;
  background-color: #ffffff;
}

.tpl-about-sections article {
  display: block;
  width: 100%;
}

.tpl-about-sections article h1 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  margin: 0 0 30px 0;
  line-height: 30px;
  font-size: 24px;
  font-weight: 800;
  color: #000000;
}

.tpl-about-sections article h1 i {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 2px solid #e82a2a;
  line-height: 12px;
  font-size: 12px;
  font-weight: 800;
  color: #e82a2a;
}

.tpl-about-change {
  display: block;
  width: 100%;
  padding: 60px 0px;
  background-color: #efefef;
}

.tpl-about-change-header {
  display: block;
  width: 100%;
  margin-bottom: 40px;
}

.tpl-about-change-content {
  display: block;
  width: 100%;
}

.tpl-about-change-content article {
  display: block;
  width: 100%;
}

.tpl-about-change-content article:nth-of-type(2n + 0) .row {
  flex-direction: row-reverse;
}

.tpl-about-change-content article .thumbnail {
  display: block;
  width: 100%;
}

.tpl-about-change-content article .more {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0;
  margin: 0;
  box-shadow: none;
  border: none;
  background-color: transparent;
  line-height: 24px;
  font-size: 16px;
  font-weight: 800;
  color: #e82a2a;
}

.tpl-about-change-content article .more:hover {
  color: #4b4b4b;
}

.tpl-about-change-content article .more span {
  display: inline-block;
  flex: 0 0 auto;
  width: 112px;
}

.tpl-about-change-content article .more i {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 2px solid #e82a2a;
  line-height: 12px;
  font-size: 12px;
  font-weight: 800;
  color: #e82a2a;
  transition-duration: 0.8s;
}

.tpl-about-change-content article .more:hover i {
  border: 2px solid #4b4b4b;
  color: #4b4b4b;
}

.tpl-about-partners {
  display: block;
  width: 100%;
  padding: 60px 0px;
}

.tpl-about-partners-header {
  display: block;
  width: 100%;
  margin-bottom: 40px;
}

.tpl-about-partners-content {
  display: block;
  width: 100%;
}

.tpl-about-partners-content .slick-partners {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}

.tpl-about-partners-content .slick-partners .slick-prev,
.tpl-about-partners-content .slick-partners .slick-next {
  width: 36px;
  height: 36px;
  z-index: 90;
}

.tpl-about-partners-content .slick-partners .slick-prev {
  left: 25px;
}

.tpl-about-partners-content .slick-partners .slick-next {
  right: 25px;
}

.tpl-about-partners-content .slick-partners .slick-prev::before,
.tpl-about-partners-content .slick-partners .slick-next::before {
  content: "";
  font-family: "Font Awesome 6 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  border-radius: 50%;
  border: 2px solid #e82a2a;
  line-height: 20px;
  font-size: 20px;
  font-weight: 900;
  color: #e82a2a;
}

.tpl-about-partners-content .slick-partners .slick-prev::before {
  content: "\f104";
}

.tpl-about-partners-content .slick-partners .slick-next::before {
  content: "\f105";
}

.tpl-about-partners-content article {
  display: block;
  width: 100%;
  text-align: center;
}

.tpl-about-partners-content article .logo {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 132px;
  max-width: 100%;
  margin: 0 auto 30px auto;
}

/*TPL-FLEET*/
.tpl-fleet {
  display: block;
  width: 100%;
}

.tpl-fleet-content {
  display: block;
  width: 100%;
  padding: 30px 0px;
  background-color: #ffffff;
}

.tpl-fleet-content-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-decoration: none;
  transition-duration: 0.8s;
}

.tpl-fleet-content-item:hover {
  text-decoration: none;
  transform: scale(1.024);
  box-shadow: 0 2px 2px rgb(179 179 179 / 30%);
}

.tpl-fleet-footer {
  display: block;
  width: 100%;
  padding: 60px 0px;
  background-color: #ffffff;
}

.tpl-fleet-footer a {
  display: inline-block;
  padding: 15px 45px;
  border-radius: 0;
  text-decoration: none;
  background-color: #e82a2a;
  line-height: 24px;
  font-size: 16px;
  font-weight: 800;
  color: #ffffff;
  transition-duration: 0.8s;
}

.tpl-fleet-footer a:hover {
  background-color: #4b4b4b;
  text-decoration: none;
  transform: scale(1.024);
}

/*TPL-SERVICES*/
.tpl-services {
  display: block;
  width: 100%;
}

.tpl-services-content {
  display: block;
  width: 100%;
  padding: 30px 0px;
  background-color: #ffffff;
}

.tpl-services-content article {
  position: relative;
  display: block;
  width: 100%;
  height: 256px;
  padding: 20px;
  border: 1px solid #4b4b4b;
  background-color: #f5f5f5;
  text-align: center;
  transition-duration: 0.8s;
}

.tpl-services-content article:hover {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.16);
  background-color: #4b4b4b;
}

.tpl-services-content article .icon {
  display: block;
  width: 100%;
}

.tpl-services-content article h1 {
  display: block;
  width: 100%;
  margin: 20px 0px;
  text-transform: uppercase;
  line-height: 24px;
  font-size: 16px;
  font-weight: 800;
  color: #000000;
}

.tpl-services-content article:hover h1 {
  color: #ffffff;
}

.tpl-services-content article p {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0;
  text-transform: uppercase;
  line-height: 16px;
  font-size: 12px;
  font-weight: 400;
  color: #969696;
  transition-duration: 0.8s;
}

.tpl-services-content article:hover p,
.tpl-services-content article p:hover {
  color: #ffffff;
  transform: scale(1.024);
}

.tpl-services-content article p span {
  display: block;
  width: 100%;
  margin: 0 0 10px 0;
}

.tpl-services-content article p i {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 2px solid #4b4b4b;
  line-height: 12px;
  font-size: 12px;
  font-weight: 800;
  color: #4b4b4b;
  transition-duration: 0.8s;
}

.tpl-services-content article:hover p i {
  border: 2px solid #e82a2a;
  background-color: #e82a2a;
  color: #ffffff;
}

.tpl-services-content article a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  z-index: 90;
  transition-duration: 0.8s;
}

.tpl-services-content-more {
  display: inline-block;
  padding: 15px 45px;
  border-radius: 0;
  text-decoration: none;
  background-color: #e82a2a;
  line-height: 24px;
  font-size: 16px;
  font-weight: 800;
  color: #ffffff;
  transition-duration: 0.8s;
}

.tpl-services-content-more:hover {
  background-color: #4b4b4b;
  text-decoration: none;
  transform: scale(1.024);
}

/*SINGLE-SERVICES*/
.tpl-single-services {
  display: block;
  width: 100%;
}

.tpl-single-services-content {
  display: block;
  width: 100%;
  padding: 60px 0;
}

.tpl-single-services-content-services {
  display: block;
  width: 100%;
}

.tpl-single-services-content-services article {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}

.tpl-single-services-content-services article:last-of-type {
  margin-bottom: 0;
}

.tpl-single-services-content-services article h1 {
  display: block;
  width: 100%;
  margin: 0;
}

.tpl-single-services-content-services article h1 a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  padding: 15px;
  background-color: #f5f5f5;
  text-decoration: none;
  line-height: 24px;
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  transition-duration: 0.8s;
}

.tpl-single-services-content-services article h1 a.active,
.tpl-single-services-content-services article h1 a:hover {
  background-color: #e82a2a;
  text-decoration: none;
  color: #ffffff;
}

.tpl-single-services-content-services article h1 a i {
  display: none;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  line-height: 10px;
  font-size: 10px;
  font-weight: 800;
  color: #ffffff;
  transition-duration: 0.8s;
}

.tpl-single-services-content-services article h1 a.active i,
.tpl-single-services-content-services article h1 a:hover i {
  display: flex;
}

.tpl-single-services-content-buttons {
  display: block;
  width: 100%;
}

.tpl-single-services-content-buttons a {
  display: block;
  width: 100%;
  padding: 15px;
  margin: 0 0 15px 0;
  border-radius: 0;
  text-decoration: none;
  text-align: center;
  background-color: #f5f5f5;
  line-height: 18px;
  font-size: 14px;
  font-weight: 800;
  color: #ffffff;
  transition-duration: 0.8s;
}

.tpl-single-services-content-buttons a:first-of-type {
  background-color: #e82a2a;
}

.tpl-single-services-content-buttons a:last-of-type {
  background-color: #e82a2a;
}

.tpl-single-services-content-buttons a:hover {
  text-decoration: none;
  color: #ffffff;
  transform: scale(1.024);
}

.tpl-single-services-content-sections article {
  display: block;
  width: 100%;
}

.tpl-single-services-content-sections article header {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}

.tpl-single-services-content-sections article header h1 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  margin: 0;
  line-height: 24px;
  font-size: 18px;
  font-weight: 800;
  color: #e82a2a;
}

.tpl-single-services-content-sections article header h1 i {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 2px solid #e82a2a;
  line-height: 12px;
  font-size: 12px;
  font-weight: 800;
  color: #e82a2a;
}

.tpl-single-services-content-sections article .gallery {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tpl-single-services-content-sections article .gallery li {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 20px 0;
}

.tpl-single-services-content-sections article .gallery li:last-of-type {
  margin: 0;
}

.tpl-single-services-content-sections article .more {
  display: block;
  width: 100%;
  padding: 15px;
  border-radius: 0;
  text-decoration: none;
  text-align: center;
  background-color: #e82a2a;
  line-height: 24px;
  font-size: 16px;
  font-weight: 800;
  color: #ffffff;
  transition-duration: 0.8s;
}

.tpl-single-services-content-sections article .more:hover {
  background-color: #4b4b4b;
  text-decoration: none;
  transform: scale(1.024);
}

/*TPL-CLIENTS*/
.tpl-clients {
  display: block;
  width: 100%;
}

.tpl-clients-content {
  display: block;
  width: 100%;
  padding: 30px 0px;
  background-color: #ffffff;
}

.tpl-clients-clts {
  display: block;
  width: 100%;
}

.tpl-clients-clts .slick-partners {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}

.tpl-clients-clts .slick-partners .slick-prev,
.tpl-clients-clts .slick-partners .slick-next {
  width: 36px;
  height: 36px;
  z-index: 90;
}

.tpl-clients-clts .slick-partners .slick-prev {
  left: 5px;
}

.tpl-clients-clts .slick-partners .slick-next {
  right: 5px;
}

.tpl-clients-clts .slick-partners .slick-prev::before,
.tpl-clients-clts .slick-partners .slick-next::before {
  content: "";
  font-family: "Font Awesome 6 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  border-radius: 50%;
  border: 2px solid #e82a2a;
  line-height: 20px;
  font-size: 20px;
  font-weight: 900;
  color: #e82a2a;
}

.tpl-clients-clts .slick-partners .slick-prev::before {
  content: "\f104";
}

.tpl-clients-clts .slick-partners .slick-next::before {
  content: "\f105";
}

.tpl-clients-clts-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 200px;
  padding: 10px;
  background-color: #f5f5f5;
  text-decoration: none;
  transition-duration: 0.8s;
}

.tpl-clients-clts-item div {
  display: block;
  width: 220px;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
}

.tpl-clients-clts-item:hover {
  text-decoration: none;
  transform: scale(1.024);
  box-shadow: 0 2px 2px rgb(179 179 179 / 30%);
}

.tpl-clients-footer {
  display: block;
  width: 100%;
  padding: 60px 0px;
  background-color: #ffffff;
}

.tpl-clients-footer a {
  display: inline-block;
  padding: 15px 45px;
  border-radius: 0;
  text-decoration: none;
  background-color: #e82a2a;
  line-height: 24px;
  font-size: 16px;
  font-weight: 800;
  color: #ffffff;
  transition-duration: 0.8s;
}

.tpl-clients-footer a:hover {
  background-color: #4b4b4b;
  text-decoration: none;
  transform: scale(1.024);
}

/*TPL-TIPS*/
.tpl-tips {
  display: block;
  width: 100%;
}

.tpl-tips-content {
  display: block;
  width: 100%;
  padding: 30px 0px;
  background-color: #ffffff;
}

.tpl-tips-content article {
  display: block;
  width: 100%;
}

.tpl-tips-content article header {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}

.tpl-tips-content article header h1 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  margin: 0;
  line-height: 24px;
  font-size: 18px;
  font-weight: 800;
  color: #e82a2a;
}

.tpl-tips-content article header h1 i {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 2px solid #e82a2a;
  line-height: 12px;
  font-size: 12px;
  font-weight: 800;
  color: #e82a2a;
}

.tpl-tips-content article .gallery {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tpl-tips-content article .gallery li {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 20px 0;
}

.tpl-tips-content article .gallery li:last-of-type {
  margin: 0;
}

.tpl-tips-content article .more {
  display: block;
  width: 100%;
  padding: 15px;
  border-radius: 0;
  text-decoration: none;
  text-align: center;
  background-color: #e82a2a;
  line-height: 24px;
  font-size: 16px;
  font-weight: 800;
  color: #ffffff;
  transition-duration: 0.8s;
}

.tpl-tips-content article .more:hover {
  background-color: #4b4b4b;
  text-decoration: none;
  transform: scale(1.024);
}

/*TPL-BLOG*/
.tpl-blog {
  display: block;
  width: 100%;
}

.tpl-blog-content {
  display: block;
  width: 100%;
  padding: 30px 0px;
  background-color: #ffffff;
}

.tpl-blog-content article {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  transition-duration: 0.8s;
}

.tpl-blog-content article .thumbnail {
  position: relative;
  display: block;
  width: 100%;
  height: 256px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition-duration: 0.8s;
}

.tpl-blog-content article .thumbnail::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.tpl-blog-content article:hover .thumbnail::before {
  background-color: transparent;
}

.tpl-blog-content article header {
  position: absolute;
  padding: 20px 30px;
}

.tpl-blog-content article header h2 {
  display: block;
  width: 100%;
  line-height: 24px;
  font-size: 20px;
  font-weight: 800;
  color: #ffffff;
}

.tpl-blog-content article header p {
  display: block;
  width: 100%;
  line-height: 16px;
  font-size: 12px;
  font-weight: 300;
  color: #ffffff;
}

.tpl-blog-content article:hover header h2,
.tpl-blog-content article:hover header p {
  display: none;
}

.tpl-blog-content article header a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: 5px 5px 5px #000000;
  line-height: 10px;
  font-size: 14px;
  font-weight: 800;
  color: #e82a2a;
  transition-duration: 0.8s;
}

.tpl-blog-content article header a:hover {
  transform: scale(1.024);
}

.tpl-blog-content article header a i {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 2px solid #e82a2a;
  line-height: 12px;
  font-size: 12px;
  font-weight: 800;
  transition-duration: 0.8s;
}

/*TPL-CONTACT*/
.tpl-contact {
  display: block;
  width: 100%;
}

.tpl-contact-content {
  display: block;
  width: 100%;
  padding: 30px 0px;
}

.tpl-contact-content-sidebar {
  display: block;
  width: 100%;
  padding: 40px 25px;
  box-shadow: 0 6px 20px 8px rgb(0 0 0 / 15%);
  -webkit-box-shadow: 0 6px 20px 8px rgb(0 0 0 / 15%);
}

.tpl-contact-content-sidebar a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  margin: 0 0 30px 0;
  transition-duration: 0.8s;
}

.tpl-contact-content-sidebar a:last-of-type {
  margin: 0;
}

.tpl-contact-content-sidebar a:hover {
  text-decoration: none;
  transform: scale(1.024);
}

.tpl-contact-content-sidebar a span {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin: 0 10px 0 0;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  line-height: 14px;
  font-size: 14px;
  font-weight: 900;
  color: #e82a2a;
}

.tpl-contact-content-sidebar a p {
  display: block;
  width: calc(100% - 46px);
  margin: 0;
  line-height: 24px;
  font-size: 15px;
  font-weight: 400;
  color: #000000;
}

.tpl-contact-content-sidebar a p b {
  text-transform: uppercase;
}

.tpl-contact-content-complain {
  display: block;
  width: 100%;
  text-decoration: none;
}

.tpl-contact-content-complain:hover {
  text-decoration: none;
  transform: scale(1.024);
  box-shadow: 3px 3px 20px rgb(0 0 0 / 25%);
}

.tpl-contact-content-form {
  display: block;
  width: 100%;
}

.tpl-contact-content-form h2 {
  display: block;
  width: 100%;
  margin: 0;
  line-height: 30px;
  font-size: 24px;
  font-weight: 800;
  color: #000000;
}

.tpl-contact-content-form .form-control {
  display: block;
  width: 100%;
  padding: 20px;
  border-radius: 0;
  outline: none;
  border: none;
  background-color: #f5f5f5;
  line-height: 24px;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
}

.tpl-contact-content-form .form-control::placeholder {
  line-height: 24px;
  font-size: 16px;
  font-weight: 400;
  color: #969696;
}

.tpl-contact-content-form button {
  display: inline-block;
  padding: 20px 45px;
  border-radius: 0;
  outline: none;
  border: none;
  text-transform: uppercase;
  background-color: #e82a2a;
  line-height: 24px;
  font-size: 16px;
  font-weight: 800;
  color: #ffffff;
  transition-duration: 0.8s;
}

.tpl-contact-content-form button:hover {
  background-color: #4b4b4b;
  transform: scale(1.024);
}

.tpl-contact-content-banner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}

.tpl-contact-content-banner .container {
  position: absolute;
  width: auto;
  max-width: 100%;
  padding: 0 120px;
}

.tpl-contact-content-banner .container > a {
  display: inline-block;
  padding: 15px 45px;
  border-radius: 0;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #e82a2a;
  line-height: 24px;
  font-size: 16px;
  font-weight: 800;
  color: #ffffff;
  transition-duration: 0.8s;
}

.tpl-contact-content-banner .container > a:hover {
  background-color: #4b4b4b;
  text-decoration: none;
  transform: scale(1.024);
}

/*TPL-BUDGET*/
.tpl-budget {
  display: block;
  width: 100%;
}

.tpl-budget-content {
  display: block;
  width: 100%;
  padding: 60px 0px;
}

.tpl-budget-content .htmlchars h3 {
  display: block;
  width: 100%;
  margin: 0;
  text-align: center;
  line-height: 30px;
  font-size: 24px;
  font-weight: bold;
  color: #010101;
}

.tpl-budget-content label {
  display: block;
  width: 100%;
  margin-bottom: 5px;
  line-height: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #e82a2a;
}

.tpl-budget-content .form-control {
  display: block;
  width: 100%;
  padding: 20px;
  border-radius: 0;
  outline: none;
  border: none;
  background-color: #f5f5f5;
  line-height: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
}

.tpl-budget-content .form-control::placeholder {
  line-height: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #969696;
}

.tpl-budget-content select.form-control {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #f5f5f5 url("assets/images/icons/icons-arrow-select.png") right
    15px center no-repeat;
}

.tpl-budget-content .nav.nav-tabs {
  border: none;
  margin: 0;
  justify-content: center;
}

.tpl-budget-content .nav.nav-tabs .nav-item {
  border: none;
  margin: 0;
}

.tpl-budget-content .nav.nav-tabs .nav-item .nav-link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 15px 30px;
  border: none;
  margin: 0;
  line-height: 24px;
  font-size: 16px;
  font-weight: 800;
  color: #969696;
  transition-duration: 0.8s;
}

.tpl-budget-content .nav.nav-tabs .nav-item .nav-link.active,
.tpl-budget-content .nav.nav-tabs .nav-item .nav-link:hover {
  color: #e82a2a;
}

.tpl-budget-content .nav.nav-tabs .nav-item .nav-link i {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 2px solid #969696;
  line-height: 12px;
  font-size: 12px;
  font-weight: 800;
  color: #969696;
  transition-duration: 0.8s;
}

.tpl-budget-content .nav.nav-tabs .nav-item .nav-link.active i,
.tpl-budget-content .nav.nav-tabs .nav-item .nav-link:hover i {
  border: 2px solid #e82a2a;
  color: #e82a2a;
}

.tpl-budget-content .tab-pane {
  padding: 40px 0 0 0;
}

.tpl-budget-content .tab-pane label {
  color: #000000;
}

.tpl-budget-content .tab-pane .form-control {
  display: block;
  width: 100%;
  padding: 15px;
  border-radius: 5px;
  outline: none;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  line-height: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
}

.tpl-budget-content .tab-pane .form-control::placeholder {
  line-height: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #969696;
}

.tpl-budget-content a {
  display: block;
  width: 100%;
  padding: 15px;
  border-radius: 0;
  text-decoration: none;
  text-align: center;
  background-color: #4b4b4b;
  line-height: 24px;
  font-size: 16px;
  font-weight: 800;
  color: #ffffff;
  transition-duration: 0.8s;
}

.tpl-budget-content a:hover {
  background-color: #e82a2a;
  text-decoration: none;
  transform: scale(1.024);
}

.tpl-budget-content .badge {
  cursor: pointer;
}

.tpl-budget-content button[type="submit"] {
  display: inline-block;
  padding: 15px 45px;
  border-radius: 0;
  outline: none;
  border: none;
  text-transform: uppercase;
  background-color: #e82a2a;
  line-height: 24px;
  font-size: 16px;
  font-weight: 800;
  color: #ffffff;
  transition-duration: 0.8s;
}

.tpl-budget-content button[type="submit"]:hover {
  background-color: #4b4b4b;
  transform: scale(1.024);
}

/*
    ###################
    ###### FOOTER #####
    ###################
*/

.main-footer {
  display: block;
  width: 100%;
}

.main-footer-contact {
  display: block;
  width: 100%;
  padding: 60px 0px;
  background-color: #4b4b4b;
}

.main-footer-contact a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  transition-duration: 0.8s;
}

.main-footer-contact a:hover {
  text-decoration: none;
  transform: scale(1.024);
}

.main-footer-contact a span {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin: 0 10px 0 0;
  border-radius: 50%;
  border: 1px solid #ffffff;
  line-height: 16px;
  font-size: 16px;
  font-weight: 900;
  color: #ffffff;
}

.main-footer-contact a p {
  display: block;
  width: calc(100% - 58px);
  margin: 0;
  line-height: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
}

.main-footer-contact a p b {
  color: #eb4a4a;
}

.main-footer-nav {
  display: block;
  width: 100%;
  padding: 40px 0px;
  background-color: #ffffff;
}

.main-footer-nav-menu > ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  margin: 0 0 30px 0;
  padding: 0;
  list-style: none;
}

.main-footer-nav-menu > ul > li {
  display: inline-block;
  margin: 0 20px 0 0;
}

.main-footer-nav-menu > ul > li:last-of-type {
  margin: 0;
}

.main-footer-nav-menu > ul > li > a {
  display: block;
  width: 100%;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 24px;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  transition-duration: 0.8s;
}

.main-footer-nav-menu > ul > li > a:hover {
  text-decoration: none;
  color: #e82a2a;
}

.main-footer-nav-menu > ul > li > ul {
  display: none;
}

.main-footer-nav .htmlchars a {
  text-decoration: none;
  color: #000000;
}

.main-footer-nav .htmlchars a:hover {
  color: #e82a2a;
}

.main-footer-logo {
  display: block;
  width: 200px;
  max-width: 100%;
  transition-duration: 0.8s;
}

.main-footer-logo:hover {
  text-decoration: none;
  transform: scale(1.024);
}

.main-footer-buttons {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 90;
}

.main-footer-buttons a {
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 0 10px 0;
  border-radius: 50%;
  transition-duration: 0.8s;
}

.main-footer-buttons a:last-of-type {
  margin: 0;
}

.main-footer-buttons a:hover {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  text-decoration: none;
  transform: scale(1.024);
}

/*
    ##########################
    ###### MEDIA QUERIES #####
    ##########################
 */

/*1366px*/
@media (max-width: 85.375em) {
}

/*1200px*/
@media (max-width: 75em) {
  /* MAIN-HEADER */
  .main-header .container {
    max-width: 1180px;
  }

  .main-header-nav-contact .col-12 > a img {
    width: 108px;
  }
}

/*1024px*/
@media (max-width: 64em) {
  /*HELPERS*/
  .htmlchars br {
    display: none;
  }

  .htmlchars .alignleft,
  .htmlchars .alignright {
    float: none;
    margin: 0 auto;
  }

  /*SECTION-TESTIMONIALS*/
  .section-testimonials .slick-testimonials .slick-prev {
    left: 10px;
  }

  .section-testimonials .slick-testimonials .slick-next {
    right: 10px;
  }

  .section-awards article .icon {
    margin: 0 auto 10px auto;
  }

  .section-awards article header {
    width: 100%;
    text-align: center;
  }

  /*MAIN-HEADER*/
  .main-header {
    padding: 15px 0;
  }

  /* TPL-HOME */
  .tpl-home-carousel article .htmlchars h1,
  .tpl-home-carousel article .htmlchars h1 span,
  .tpl-home-carousel article .htmlchars h2,
  .tpl-home-carousel article .htmlchars h2 span,
  .tpl-home-carousel article .htmlchars h3,
  .tpl-home-carousel article .htmlchars h3 span,
  .tpl-home-carousel article .htmlchars h4,
  .tpl-home-carousel article .htmlchars h4 span,
  .tpl-home-carousel article .htmlchars h5,
  .tpl-home-carousel article .htmlchars h5 span,
  .tpl-home-carousel article .htmlchars h6,
  .tpl-home-carousel article .htmlchars h6 span {
    line-height: 30px !important;
    font-size: 26px !important;
  }

  /*TPL-ABOUT*/
  .tpl-about-partners-content .slick-partners .slick-prev {
    left: 0px;
  }

  .tpl-about-partners-content .slick-partners .slick-next {
    right: 0px;
  }

  .tpl-about-change-header .htmlchars h1,
  .tpl-about-change-header .htmlchars h2,
  .tpl-about-change-header .htmlchars h3,
  .tpl-about-change-header .htmlchars h4,
  .tpl-about-change-header .htmlchars h5,
  .tpl-about-change-header .htmlchars h6,
  .tpl-about-change-header .htmlchars ul li,
  .tpl-about-change-header .htmlchars ol li,
  .tpl-about-change-header .htmlchars p {
    text-align: center !important;
  }

  .tpl-about-change-content article .row,
  .tpl-about-change-content article:nth-of-type(2n + 0) .row {
    flex-direction: column-reverse;
  }

  /*MAIN-FOOTER*/
  .main-footer-contact a {
    justify-content: center;
  }

  .main-footer-contact a span {
    margin: 0 0 5px 0;
  }

  .main-footer-contact a p {
    width: 100%;
  }

  .main-footer-nav-menu > ul {
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
  }

  .main-footer-nav-menu > ul > li {
    display: block;
    width: 100%;
  }

  .main-footer-nav-menu > ul > li a {
    display: block;
    width: 100%;
    padding: 15px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
    color: #e82a2a;
    transition-duration: 0.8s;
  }

  .main-footer-nav-menu > ul > li a:hover {
    text-decoration: none;
    color: #e82a2a;
  }
}

/*768px*/
@media (max-width: 48em) {
}

/*576px*/
@media (max-width: 36em) {
}


/* Estilo do fundo do pop-up (overlay) */
.popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

/* Estilo da caixa do pop-up */
.popup {
  background-color: white;
  padding: 30px;
  border-radius: 10px;
  max-width: 400px;
  width: 90%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

/* Estilo do título */
.popup h2 {
  color: #e82a2a;
  font-size: 24px;
  margin-bottom: 10px;
}

/* Estilo do texto */
.popup p {
  font-size: 16px;
  color: #333;
  margin-bottom: 20px;
}

/* Estilo do input de e-mail */
.popup input[type="email"] {
  padding: 10px;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-bottom: 10px;
  font-size: 14px;
}

/* Estilo do botão */
.popup button {
  padding: 10px 20px;
  background-color: #e82a2a;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}

/* Estilo do checkbox */
.popup label {
  font-size: 12px;
  color: #333;
}

/* Estilo do botão de fechar (X) */
.popup .close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  font-size: 18px;
  color: #333;
}

/* Exibir o pop-up */
.show-popup .popup-overlay {
  display: block;
}
