/*
Theme Name: Site Sindileq-PE 2024
Theme URI: https://sindileq-pe.org.br/
Author: Natanael Santos
Author URI: https://ijoin.com.br
Description: Theme dev
Requires at least: 5.6
Tested up to: 5.9
Requires PHP: 7.0
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Sindileq-PE
Tags: Sindicato, Associados, Máquinas, Equipamentos, Serviços
*/

@charset "UTF-8";
/*Fonte Menu*/
/*font-family: BebasNeue-Regular;*/
/* font-family: monospace; */
/*Barra Menu*/
/* Menu Item Level 2 */
/* Menu Item Level 3 */
/*footer*/
:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  /*--bs-primary: #0d6efd;*/
  --bs-primary: #b68634;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #6ea8fe;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #031633;
  --bs-secondary-bg-subtle: #161719;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #084298;
  --bs-secondary-border-subtle: #41464b;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #6ea8fe;
  --bs-link-hover-color: #8bb9fe;
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #664d03;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
}


.sindileq-btn-color{
  background: #ffaa0f;
  border: 1px solid #b68634;
  color: #000;
}

.sindileq-btn-color:hover{
  background: #af8100;
  border: 1px solid #b68634;
  color: #000;
}

.home_form_contato{

}

.home_form_contato .wpcf7-text{
  border: 1px solid #af8100;
}

.home_form_contato .wpcf7-textarea{
  border: 1px solid #af8100;
  height: 5rem;
}

.home_form_contato .wpcf7-submit{
  background: #ffaa0f;
  border: 1px solid #b68634;
  color: #000;
  width: 150px;
}

.home_form_contato .wpcf7-submit:hover{
  background: #af8100;
  border: 1px solid #b68634;
  color: #000;
}

.home_form_contato .contato__maps{
  border: 1px solid #e1e1e1;
  padding: .5rem;    
  border-radius: 5px;
}

.sec__cta{
   background: rgb(182,134,52);
  background: linear-gradient(119deg, rgba(182,134,52,1) 0%, rgba(225,147,0,1) 22%, rgba(100,100,98,1) 66%); 
}


.bg-1{
  background: #af8100;

}

.bg-2{
  background: #ececec;
  background: rgb(182,134,52);
  background: linear-gradient(119deg, rgba(182,134,52,1) 0%, rgba(225,147,0,1) 52%, rgba(255,177,31,1) 76%); 
}


.cad__resume_empresa{
  /*display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden;
  */
}

.cad__resume_empresa p{
  font-size: .95rem;
}

.breadcrumb-item a{
  color: #af8100;
}


.equipe{

}

.equipe .eq-box {
    float: none;
    margin: 0 auto;
}

.equipe .eq-box i{
  color: #060606;
  transition: all .3s;
}

.equipe .eq-box i:hover{
  color: #6a4e00;
  transition: all .3s;
}

.equipe .eq-img-bx{
    margin: 0;
}

.equipe .eq-box .eq-in-bx {
    background: #F2913D;
     background: rgb(182,134,52);
background: linear-gradient(119deg, rgba(182,134,52,1) 0%, rgba(225,147,0,1) 52%, rgba(255,177,31,1) 76%); 
    border-radius: 4px;
    text-align: center;
}

.equipe .eq-box .eq-nome {
    background: #af8100;
    color: #060606;    
    font-size: 1.1rem;
    font-weight: 600;
    padding: 0.5rem;
}

.equipe .eq-box .eq-funcao {
/* background: #0d44c1;*/
    border-bottom: 1px solid #CE813F;
    color: #060606;    
    font-size: 1rem;
    padding: 0.2rem;
}

.equipe .eq-box .eq-funcao a{
  color: #060606;
  letter-spacing: 0.3px;
  text-decoration: none;
  transition: .3s all;
}

.equipe .eq-box .eq-funcao a:hover{
  color: #6a4e00;
  text-decoration: underline;
  transition: .3s all;
}


.associados{

}

.associados .ass-item .card{
  border: 1px solid #f5f5f5;
}

.associados .ass-item .card-title{
  font-size: 1.1rem;
}

.associados .ass-item .card-title a{
  color: #525252;
  text-decoration: none;
  transition: all .3s;
}

.associados .ass-item .card-title a:hover{
  color: #bd7501;
  text-decoration: underline;
  transition: all .3s;
}

.associados .ass-item .card-text a{
  color: #525252;
  text-decoration: none;
  transition: all .3s;
}

.associados .ass-item .card-text a:hover{
  color: #bd7501;
  text-decoration: none;
  transition: all .3s;
}

.manuais .list-group a:hover{
  color: #e48d00;
}

.manuais .list-group-item{
  border: 1px solid #f5f5f5;
}



.fully__page main {
  min-height: 100vh;
}

.header__main {
  background-color: var(--bs-gray-100);
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.header__logo a img {
  max-width: 155px;
}

.header__menu {
  width: auto;
}

.header__menu .menu {
  position: fixed;
  /*position: absolute;*/
  height: calc(100vh - 0.2rem);
  top: 0.2rem;
  left: 0;
  width: 100%;
  /*background: var(--bs-white);*/
  background: rgba(255, 255, 255, 0.95);
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  transform: translateX(100%);
  transition: 0.65s;
  /*font-family: BebasNeue-Regular;*/
  /*font-family: monospace; */
  /*font-family: "Poppins";*/  
  /*font-family: 'Montserrat';*/
}

.menu.active {
  /* left: 20%; */
  transform: translateX(20%);
}

.menu__nav .menu__label {
  background: rgba(230, 230, 230, 0.8);
  color: var(--bs-gray-800);
  font-size: 1.6rem;
  /*padding: 0.7rem 1rem;*/
  padding: 1.7rem 1rem 2rem 1.1rem;
}

.header__menu .menu__list {
  list-style: none;
  padding: 0;
  flex-direction: column;
  font-family: Menu-font;
}

.menu__list .menu-item {
  width: 100%;
  /* opacity: 0; */
  transform: translateY(15px);
  padding: 0.7rem 0.9rem;
  /* background: aqua;
  border: 1px solid; */
}

.menu__list .menu-item > a {
  color: var(--bs-gray-900);
  line-height: 1;
  text-decoration: none;
}

.menu__list .menu-item.menu-item-has-children a.active {
  font-weight: 600;
}

.menu__list .menu-item.menu-item-has-children a.active::before {
  content: "";
  background-color: var(--bs-primary);
  width: 0.4rem;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.menu__list .menu-item.menu-item-has-children > a::after {
  content: "\f284"; /* <i class="bi bi-chevron-left"></i> */
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  margin-left: 0.5rem;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  /*transform: rotate(270deg);*/
  transform: rotate(0);
  transition: transform 0.3s;
  z-index: 10;
}

.menu__list .menu-item-has-children > .sub-menu {
  cursor: pointer;
  transform: translateX(0.2rem);
  transform: translateY(1rem);
  z-index: 999;
  position: initial;
  top: initial;
  left: initial;
  transform: initial;
  /* opacity: 1; */
  pointer-events: auto;
  width: 100%;
  /* padding: 0; */
  /* background-color: #3183ac; */
}

.menu__list .menu-item-has-children > .sub-menu .arrow {
  top: 1rem;
  left: 1rem;
}

.menu__list .menu-item-has-children > a.arrow::after {
  transform: rotate(-90deg);
  transition: transform 0.3s;
}

.menu__list .menu-item-has-children a.show ~ .sub-menu {
  max-height: 100vh;
  /* margin-top: 1rem;     */
  opacity: 1;
  visibility: visible;
  transition: all 0.5s;
}

.menu-item .sub-menu {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  padding: 0;
}

.menu__list .menu-item .sub-menu .menu-item {
  background-color: var(--bs-gray-100);
  border-bottom: var(--bs-gray);
  display: block;
  /* margin: 0.1rem 0; */
  padding: 0.8rem;
  position: relative;
  /* opacity: 100%; */
}

.menu__list .menu-item .sub-menu .menu-item:nth-last-child(1) {
  border-bottom: none;
  margin-bottom: 1rem;
 /* text-align: center;*/
}

/* Media Query For Desktop */
/* Media Query XL >= 1200px */
@media only screen and (min-width: 992px) {
  /*header*/
  .header__main {
    background-color: #f7f7f7;
    box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.1);
  }
  .header__menu {
    margin: 0 auto;
    /* max-width: 100%; */
    padding: 0;
    position: relative;
  }
  .header__menu .header__logo .logo img {
    max-width: 10rem;
    margin: 0 1rem 0 0;
  }
  /* Menu Bar */
  .header__menu .hamburger {
    display: none;
  }
  .header__menu .menu {
    background: none;
    /* flex: 3;
    display: flex; */
    height: auto;
    top: 0;
    position: inherit;
    /* overflow-x: hidden;
    overflow-y: hidden; */
    transform: translateX(0%);
    display: flex;
    flex-direction: row;
  }
  .menu__nav {
    flex: 1;
  }
  .menu__nav .menu__label {
    display: none;
  }
  .header__menu .menu__list {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: -0.5rem;
  }
  .menu__list .menu-item {
    /* width: 100%;    
    transform: translateY(15px);
    padding: 0.7rem 0.9rem; */
    position: relative;
  }
  /*select 1º level menu*/
  .menu__list > .menu-item {
    background-color: rgba(255, 255, 255, 0.1);
    border-bottom: none;
    display: block;
    margin: 0.1rem 0;
    padding: 0.5rem;
    position: relative;
    transform: translateY(1px);
    width: auto;
  }
  .menu__list .menu-item > a {
    /* line-height: 0rem; */
    padding: 0 0.2rem;
    letter-spacing: .5px;
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    justify-content: center;
    transition: 0.5s;
  }
  .menu__list .menu-item > a:hover {
    color: var(--bs-primary);
    transition: 0.3s;
  }
  .menu__list .menu-item.menu-item-has-children .sub-menu {
    background: #f1f1f1;
    border: 1px solid #e8e8e8;
    display: inline-table;
    position: absolute;
    top: 0.5rem;
    left: 0;
    width: 10rem;
    transform: translateY(10px);
    opacity: 0;
    pointer-events: none;
    transition: 0.5s;
    box-shadow: 4px 4px 5px 0px rgba(176, 176, 176, 0.2);
  }
  .menu__list .menu-item.menu-item-has-children .sub-menu li:nth-child(1) {
    margin-top: -1rem;
    text-align: center;
    top: 0;
  }
  /* .menu__list .menu-item .sub-menu{        
      position: relative;     
  } */
  /*.menu__list > .menu-item > .sub-menu{        
      position: fixed;
  }*/
  /*.menu__list .menu-item-has-children a.show ~ .sub-menu {       
      margin-top: 2rem; 
  }*/
  /* Hover Menu Desktop */
  .menu__list .menu-item:hover {
    transition: 0.3s;
  }
  .menu__list .menu-item:hover > .sub-menu {
    transform: translate(0, 1.5rem);
    opacity: 1;
    visibility: inherit;
    pointer-events: auto;
  }
  .menu__list .menu-item.menu-item-has-children:hover > a::after {
    transform: rotate(-90deg);
  }
  .menu__list .sub-menu .menu-item-has-children > .sub-menu {
    position: absolute;
    /* left: 2rem; */
    transform: translateX(9.8rem);
    top: 0;
    width: inherit;
  }
  /*Menu Level 2 */
  .menu__list .menu-item-has-children .sub-menu .menu-item {
    background-color: rgb(244, 244, 244);
    border-bottom: 1px solid #ececec;
  }
  .menu__list .menu-item-has-children .sub-menu .menu-item:hover {
    background-color: rgba(230, 230, 230, 0.8);
  }
  /* Menu Level 3*/
  .menu__list .sub-menu .menu-item-has-children > .sub-menu .menu-item {
    background-color: rgb(244, 244, 244);
  }
  .menu__list .sub-menu .menu-item-has-children > .sub-menu .menu-item:hover {
    background-color: rgba(230, 230, 230, 0.8);
  }
  .log__sign {
    /* background-color: #27ae60; */
    flex: inherit;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0;
    justify-content: space-between;
    opacity: 1;
    transform: translateY(0);
  }
} /* Media Query LG >= 992px */
/* Media Query MD >= 768px */
/* Keyframes */
@keyframes hamburger_puls {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1.4);
  }
}
.hamburger__container {
  display: flex;
  float: inline-end;
}

.header__menu .hamburger {
  height: 60px;
  width: 60px;
  display: inline-block;
  /* border: 3px solid white; */
  border: 3px solid rgb(43, 43, 43);
  border-radius: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
  cursor: pointer;
  transform: scale(0.8);
  margin-right: 0;
  right: -30px !important;
}

.header__menu .hamburger:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  border-radius: 50%;
  border: 3px solid rgb(43, 43, 43);
  animation: hamburger_puls 2s ease infinite;
}

.header__menu .hamburger .bar {
  height: 2px;
  width: 30px;
  position: relative;
  background-color: rgb(43, 43, 43);
  z-index: -1;
}

.header__menu .hamburger .bar::after,
.header__menu .hamburger .bar::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  background-color: rgb(43, 43, 43);
  transition: 0.3s ease;
  transition-property: top, bottom;
}

.header__menu .hamburger .bar::after {
  top: 8px;
}

.header__menu .hamburger .bar::before {
  bottom: 8px;
}

.header__menu .hamburger.active .bar {
  background-color: #f7f7f7;
}

.header__menu .hamburger.active .bar::before {
  bottom: 0;
  transform: rotate(45deg);
}

.header__menu .hamburger.active .bar::after {
  top: 0;
  transform: rotate(130deg);
}

/* Media Query For Desktop */
/* Media Query XL >= 1200px */
@media only screen and (min-width: 992px) {
  .hamburger__container {
    display: none;
  }
} /* Media Query LG >= 992px */
/* Media Query MD >= 768px */
/* Carrinho de Compras no Header */
/* My account text*/
.header-cart {
  /*background-color: #c1c1c1;*/
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  height: 40px;
}

.header-cart .bi-bag-check {
  color: var(--bs-gray-dark);
  transition: 0.5s;
}

.header-cart .bi-bag-check:hover {
  color: var(--bs-primary);
  transition: 0.3s;
}

.header-cart .bi-cart3 {
  color: var(--bs-gray-dark);
  transition: 0.5s;
}

.header-cart .bi-cart3:hover {
  color: var(--bs-primary);
  transition: 0.3s;
}

.header-cart .checkout-icon:hover {
  fill: var(--bs-red);
  background-color: var(--bs-gray);
  color: #fff;
}

.header-cart .account-text {
  font-size: 0.9rem;
  padding: 10px;
}

.header-cart .account-btn {
  background: none;
  border: none;
  font-size: 1.7rem;
  cursor: pointer;
}

.header-cart .account-btn:focus {
  outline: none;
}

.header-cart .shopping-cart {
  margin-left: 5px;
  font-size: 1.7rem;
}

.header-cart .shopping-cart .sum-prices {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

#sum-prices {
  color: var(--bs-orange);
  padding-left: 5px;
}

.header-cart .sum-prices h6, .header-cart .sum-prices .h6 {
  font-size: 0.9rem;
}

.header-cart .shoppingCartButton {
  cursor: pointer;
}

.header-cart .shoppingCartButton:hover,
.account:hover * {
  color: var(--bs-green);
}

/* Janela com os produtos adicionados ao carrinho */
.productsOnCart {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none;
  overflow: hidden;
  overflow-y: scroll;
  scroll-behavior: smooth;
  overscroll-behavior: contain;
  background-color: #fbfbfb;
  width: 300px;
  height: 500px;
  color: #333;
  z-index: 999;
  position: fixed;
  top: 70px;
  right: -450px;
  opacity: 0;
  text-align: center;
  animation: fade 2s;
  /*transition: right .3s;*/
  transition: all 0.3s;
}

.productsOnCart::-webkit-scrollbar {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/*@keyframes fade {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: none;
    }
}*/
.productsOnCart::-webkit-scrollbar {
  width: 0;
  background: transparent;
}

.move {
  /*display: none;*/
  /*visibility: none;
  opacity: 0;
  transition: all 0.30s ease-in-out;*/
  right: 0;
  opacity: 1;
  animation: fade 1s;
  /*transition: right .3s;*/
  transition: all 0.3s ease-in-out;
  z-index: 9999;
}

.productsOnCart ul {
  text-align: left;
  /*display: flex;*/
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  overflow-y: auto;
  height: 346px;
  /*border: 1px solid #ccc;*/
}

/*Customizando o ScrollBar*/
/* width */
.productsOnCart > ::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.productsOnCart > ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
.productsOnCart > ::-webkit-scrollbar-thumb {
  background: #333;
  border-radius: 10px;
}

/* Handle on hover */
.productsOnCart > ::-webkit-scrollbar-thumb:hover {
  background: #5f5f5f;
}

.productsOnCart .buyItem {
  border-bottom: #e3e3e3 1px solid;
  width: 98%;
  margin-top: 5px;
  padding: 10px;
  display: flex;
  transition: all 0.15s ease-in-out;
}

.productsOnCart .buyItem:hover {
  background-color: #f3f3f3;
  transition: all 0.15s ease-in-out;
}

.productsOnCart img {
  width: 25%;
  height: 100%;
  border-radius: 5px;
}

.productsOnCart .top {
  display: flex;
  background-color: #f3f3f3;
  text-align: center;
  padding: 10px 0;
  position: sticky;
  top: 0;
  width: 100%;
}

.top button {
  background: transparent;
  border: none;
  font-size: 1.5rem;
  margin-left: 10px;
  color: #c24c37;
  cursor: pointer;
}

.top button:hover {
  color: #e40505;
}

.top h3, .top .h3 {
  color: #333;
  font-size: 1.2rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0 auto;
}

.productsOnCart > .checkout {
  font-size: 0.9rem;
  margin: 10px auto;
  border: none;
  background-color: #ccc;
  padding: 10px 20px;
  color: #fff;
  cursor: pointer;
}

.productsOnCart > .checkout:hover {
  background-color: #57a9ff;
}

.overlay {
  visibility: hidden;
  opacity: 0;
  transition: all 0.15s ease-in-out;
}

.move > .overlay { /* desativado com os comentarios */
  /*visibility: visible;*/
  /* opacity: 100%;*/
  overflow: hidden;
  display: inline-block;
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease-in-out;
}

.stopScrolling {
  height: 100vh;
  overflow: hidden;
}

.buyItem .product-name {
  display: block;
  font-size: 0.8rem;
  margin-bottom: 10px;
}

.buyItem .product-price {
  display: block;
  font-size: 0.8rem;
}

.buyItem button {
  /*background: transparent;
  color: #fff;*/
  cursor: pointer;
  font-weight: 900;
  font-size: 1.2rem;
  padding: 0 6px;
  border: none;
}

.buyItem button:active {
  color: #96c8cc;
}

.buyItem > div {
  padding: 0 10px;
}

.productsOnCart .empty {
  font-size: 1rem;
  color: #ccc;
}

.hidden {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}

.productsOnCart .buyItem .btn-outline-secondary {
  color: #0d6efd !important;
  border-color: #0d6efd !important;
  background-color: none !important;
}

.productsOnCart .buyItem .btn-outline-secondary:hover {
  color: #fff !important;
  border-color: #0b5ed7 !important;
  background-color: #0a58ca !important;
}

.product__title {
  margin-bottom: 0;
  font-size: 1.1rem;
}

.product__title a {
  color: var(--bs-dark);
  text-decoration: none;
  transition: all 0.2s;
}

.product__title a:hover {
  color: var(--bs-primary);
  text-decoration: underline;
  transition: all 0.2s;
}

.product__info {
  font-size: 0.8rem;
  /*padding: 0 0.5rem 0.5rem 0.5rem;*/
  text-align: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  text-overflow: ellipsis;
  overflow: hidden;

}

.product__price {
  color: var(--bs-primary);
  font-size: 1rem;
  font-weight: 500;
}

.product__img {
  display: flex;
  justify-content: center;
  transition: 0.3s;
}

.product__img:hover {
  transform: scale(1.01);
  opacity: 0.8;
  transition: 0.3s;
}

.product__code {
  color: #a3a3a3;
  font-size: 0.8rem;
}

.product__btn {
  background-color: var(--bs-light);
  width: 100%;
}

.product__btn .btn {
  border: 1px solid var(--bs-gray-300);
  border-radius: 4px;
}

.category__unity {
  background: none;
}

.category__image {
  background: #f1f1f1;
}

.category__image img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}

.category__info {
  display: flex;
  justify-content: start;
  align-items: center;
  height: 100%;
}

.category__title {
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 0;
}

.category__title a {
  color: #333;
  text-decoration: none;
  transition: 0.3s all;
}

.category__title a:hover {
  color: var(--bs-primary);
  text-decoration: none;
  transition: 0.3s all;
}

@media only screen and (max-width: 576px) {
  .category__unity {
    background: none;
    width: 50%;
  }
  .category__title {
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 0;
    text-align: center;
  }
} /* Media Query SMALL >= 576px */
@media only screen and (min-width: 768px) {
  .cartory_card {
    display: flex;
  }
  .category__image {
    width: 40%;
  }
  .category__image img {
    width: 100px;
  }
  .category__info {
    width: 100%;
    background-color: #fff;
  }
  .category__title {
    text-align: left !important;
  }
} /* Media Query MD >= 768px */
/* Media Query LG >= 992px */
/* Media Query For Desktop */
/* Media Query XL >= 1200px */
.footer {
  background-color: #1d1719;
  padding: 40px 0;
}
.footer h4, .footer .h4 {
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 600;
}
.footer a, .footer i, .footer p {
  color: #F2F2F5;
  text-decoration: none;
  font-size: 12px;
  font-weight: 400;
}
.footer hr {
  color: #3D4043;
}
.footer h5, .footer .h5 {
  color: var(--bs-gray);
  font-size: 12px;
  font-weight: 400;
}
.footer a:hover, .footer i:hover {
  color: var(--bs-primary);
  transition: 0.3s;
}

.footer h5 .footer__ass--color{
   color: var(--bs-gray);
}

.footer h5 .footer__ass--color:hover{
  color: var(--bs-primary);
}



.checkout__title h1, .checkout__title .h1 {
  font-family: BebasNeue-Regular;
  /* font-family: Montserrat; */
  /* font-family: "Oswald", Sans-serif; */
  text-transform: uppercase;
  font-weight: 400;
  font-size: 2.5rem;
  letter-spacing: 3px;
  position: relative;
}

.checkout__nav ol .breadcrumb-item a {
  color: #fff;
  text-decoration: none;
}

.checkout__nav .breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, "/");
}

.checkout__list img {
  max-width: 160px;
}

.checkout__list h3.product-title, .checkout__list .product-title.h3 {
  /*font-family: Poppins;*/
  font-family: "Title-Regular";
  font-size: 1rem;
}

.checkout__list h3.product-title::before, .checkout__list .product-title.h3::before {
  content: "";
  border: solid 2px #0d6efd;
  border-right: none;
  padding-left: 4px;
}

.checkout__list .text-accent {
  /*background: #8fcbff;*/
  padding-top: 0 !important;
}

.checkout__list .text-muted {
  /*background: #8fffc5;*/
  display: inline;
  font-family: "Title-Regular";
  font-size: 0.9rem;
  font-weight: 400;
  width: 100%;
}

.checkout__list .form-label {
  font-family: "Title-Regular";
  font-size: 0.8rem;
  border: 1px solid #e8e8e8;
  border-bottom: none;
  padding: 0 0.2rem 0 0.2rem;
}

.checkout__list input[type=number] {
  background-color: rgb(243, 243, 243);
  border: 1px solid #e8e8e8;
  width: 85px;
  text-align: center;
  padding: 0.2rem 0 0.3rem 0;
}

.checkout__list input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: auto !important;
  opacity: 1 !important;
  background: transparent !important;
  border-width: 0px;
  margin: 0;
  border-left: 1px solid #d8d8d8;
  height: 34px;
  width: 23px;
  cursor: pointer;
}

.checkout__list .btRemoverProduto {
  border-radius: 3px;
  font-size: 0.8rem;
  margin-top: 1rem;
  padding: 0.2rem 0.4rem 0.3rem 0.4rem;
  width: 85px;
}

/*
.checkout__list .btRemoverProduto{
    border: 1px solid #dc3545;
    border-radius: 3px;
    font-size: .8rem; 
    margin-top: 1rem;
    padding: 0;
    text-decoration: none;
    width: 85px;
    transition: all .3s;
}

.checkout__list .btRemoverProduto:hover{
    background-color: #ffbfc5;    
    transition: all .3s;
}
*/
.checkout__list .checkout__item:last-child {
  border-bottom: none !important;
}

.checkout__list .btRemoverProduto .bi-x-square {
  padding-left: 0;
}

.checkout__grid .checkout__btn {
  background: var(--bs-warning-border-subtle);
  border: 1px solid var(--bs-orange);
  color: var(--bs-orange);
  transition: all 0.3s;
}

.checkout__grid .checkout__btn:hover {
  background: var(--bs-yellow);
  border: 1px solid var(--bs-orange);
  color: var(--bs-black);
}

.checkout__sidebar .checkout__form .bg-info {
  color: #fff;
  font-size: 0.8rem;
  padding: 0.2rem 0.5rem 0.3rem 0.5rem;
  border-radius: 3px;
}

.checkout__sidebar .checkout__form p {
  margin-bottom: 0;
}

.checkout__sidebar .checkout__form p .form-label {
  font-weight: 600;
}

.checkout__sidebar .checkout__form input {
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  width: 100%;
}

.checkout__sidebar .checkout__form input:focus {
  background: #f1f1f1;
  border: 1px solid var(--bs-primary);
  outline: none;
}

.checkout__sidebar .checkout__form textarea {
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  width: 100%;
  height: 110px;
}

.checkout__sidebar .checkout__form textarea:focus {
  background: #f1f1f1;
  border: 1px solid var(--bs-primary);
  outline: none;
}

.checkout__sidebar .checkout__form .txt-aceite {
  /*background: #6c757d;*/
  margin: 0.5rem 0;
}

.checkout__sidebar .checkout__form .txt-aceite p {
  margin-left: 0;
  font-size: .8rem;
}

.checkout__sidebar .checkout__form .txt-aceite p span {
  margin-right: 2px;
  margin-left: 0;
}

.checkout__sidebar .checkout__form input[type=checkbox] {
  position: relative;
  cursor: pointer;
  width: auto;
}

.checkout__sidebar .checkout__form input[type=checkbox]:before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  border: 2px solid var(--bs-primary);
  border-radius: 3px;
  background-color: white;
}

.checkout__sidebar .checkout__form input[type=checkbox]:checked:after {
  content: "";
  display: block;
  width: 7px;
  height: 12px;
  border: solid black;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  position: absolute;
  top: 2px;
  left: 6px;
}

.checkout__whatsapp .btn-whatsapp-send {
  background: #1daa61;
  border-radius: 3px;
  transition: all 0.3s;
}

.checkout__whatsapp .btn-whatsapp-send:hover {
  background: #039a79;
  transition: all 0.3s;
}

/*
.checkout__pgto{
    background: #ccc;
}

.title-section--small{
    background: #d8d8d8;
}*/
.title-section--small h3, .title-section--small .h3 {
  color: #3e3e3e;
  font-size: 0.8rem;
}

.checkout__pgto .form-check {
  background: #f7f7f7;
  border: 1px solid #f1f1f1;
  box-shadow: 0px 4px 3px 0px rgba(0, 0, 0, 0.11);
  padding: 1rem;
}

.checkout__pgto .form-check img {
  width: 20px;
}

.checkout__pgto .form-check-label {
  font-weight: 600;
}

.checkout__pgto .form-check-label span {
  color: #727272;
  font-size: 0.8rem;
}

.checkout__pgto .form-check .form-check-input {
  border: 2px solid var(--bs-primary);
  margin: 0.3rem 1rem 0 1rem;
}

.pgto__pix {
  background: #f1f1f1;
}

.pgto__header {
  background: var(--bs-teal);
  height: 150px;
}

.pgto__header-blue {
  background: var(--bs-info);
  height: 150px;
}

.pgto__container {
  background: var(--bs-light-bg-subtle);
  border-radius: 3px;
  box-shadow: 0px 4px 3px 0px rgba(0, 0, 0, 0.11);
  margin-top: -2rem;
}

.pgto__container .wrapper .pgto__title {
  font-size: 1rem;
}

.pgto__qrcode img {
  display: block;
  width: 250px;
  margin: 0 auto;
}

.pgto__total h3, .pgto__total .h3 {
  color: #fff;
  font-size: 1.5rem;
  text-shadow: 1px 2px 3px #747474;
}

.pgto__produtos .item {
  border: 1px solid #dddddd;
  padding: 0.5rem;
  font-size: 0.85rem;
  margin-bottom: 0.2rem;
  display: flex;
  justify-content: start;
  align-items: center;
}

.pgto__produtos .item-img {
  width: 60px;
  margin-right: 0.5rem;
}

.pgto__produtos .total-pedido {
  font-weight: 600;
  padding: 0.5rem;
}

/* Media Query For Desktop */
@media only screen and (min-width: 1200px) {
  .checkout__list img {
    max-width: 90px;
  }
} /* Media Query XL >= 1200px */
/* Media Query LG >= 992px */
/* Media Query MD >= 768px */
/*
 * .entry-content children specific controls
 * - Adds special margin overrides for alignment utility classes
 */
.entry-content > *.alignleft,
.entry-content > *.alignright,
.entry-content > *.alignleft:first-child + *,
.entry-content > *.alignright:first-child + *,
.entry-content > *.alignfull.has-background {
  margin-top: 0;
}

.entry-content > *:last-child,
.entry-content > *.alignfull.has-background {
  margin-bottom: 0;
}

.entry-content > *.alignfull + .alignleft,
.entry-content > *.alignfull + .alignright {
  margin-top: 30px;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

/* Classic editor images */
.entry-content img {
  max-width: 100%;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object,
video {
  max-width: 100%;
}

/* Media captions */
figcaption,
.wp-caption,
.wp-caption-text,
.wp-block-embed figcaption {
  color: currentColor;
  font-size: var(--global--font-size-xs);
  line-height: var(--global--line-height-body);
  margin-top: calc(0.5 * var(--global--spacing-unit));
  margin-bottom: var(--global--spacing-unit);
  text-align: center;
}

.alignleft figcaption,
.alignright figcaption,
.alignleft .wp-caption,
.alignright .wp-caption,
.alignleft .wp-caption-text,
.alignright .wp-caption-text,
.alignleft .wp-block-embed figcaption,
.alignright .wp-block-embed figcaption {
  margin-bottom: 0;
}

/* WP Smiley */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* END PAGE CONFIGURATION */
.fully__page.blog main {
  background-color: #f2f2f2;
}

.header__wrapper {
  text-align: center;
  color: #fff;
  font-size: 18px;
  width: 100%;
  display: inline-block;
  position: relative;
}

.header__wrapper img {
  height: auto;
  max-width: 100%;
}

.header__img {
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 200px;
  position: relative;
  display: block;
  transition: 0.5s;
}

.header__text {
  position: absolute;
  top: 40%;
  text-align: center;
  width: 100%;
  transform: translate(0, -50%);
  font-size: 2.5rem;
  font-weight: 600;
  font-family: "Poppins";
  text-shadow: 2px 2px 4px rgba(10, 13, 23, 0.5);
}

.header__paragraph {
  font-size: 1rem;
  line-height: 140%;
  color: #fff;
  padding-top: 1rem;
}

.header__wrapper-title h2, .header__wrapper-title .h2 {
  font-family: var(--font-title);
  font-family: BebasNeue-Regular;
  /* font-family: Montserrat; */
  /* font-family: "Oswald", Sans-serif; */
  text-transform: uppercase;
  font-weight: 400;
  font-size: 2.5rem;
  letter-spacing: 3px;
  position: relative;
}

.header__wrapper-title h2:before, .header__wrapper-title .h2:before {
  content: "";
  border: solid 2px #0d6efd;
  border-right: none;
  width: 18px;
  position: absolute;
  height: calc(100% + 14px);
  left: -10px;
  top: -7px;
}

.blog__container {
  background-color: #f2f2f2;
}

/*
.blog__list{
    border: 1px solid #000;
}*/
.blog__unity {
  background: #fff;
  padding: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border: 0;
  border-radius: 3px;
}

.blog__content {
  background: #fff;
  height: 100%;
  position: relative;
}

.blog__img {
  display: flex;
  position: relative;
}

.blog__thumbnail {
  background-color: rgb(63, 63, 63);
  height: 240px;
  width: 100%;
}

.blog__thumbnail {
  background-color: rgb(63, 63, 63);
  height: 240px;
  width: 100%;
}

.blog__thumbnail-inner {
  background-color: #353535;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  height: 240px;
  width: 100%;
  position: relative;
  transition: 0.3s;
}

.blog__thumbnail-inner:hover {
  transform: scale(1.015);
  opacity: 0.8;
  transition: 0.3s;
}

.blog__category {
  position: absolute;
  padding: 0 0.2rem 0.25rem 0.2rem;
  z-index: 999;
}

.blog__category a {
  background-color: var(--bs-primary);
  border: 1px solid #0a93e9;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 400;
  padding: 0 0.2rem 0.2rem 0.2rem;
  margin: 0.2px 0.1px 2px 0.1px;
  text-decoration: none;
}

.blog__category .term__name {
  color: #fff;
  font-size: 0.9rem;
  font-family: "Nunito";
  padding: 0.2rem 0.2rem 0 0.2rem;
}

.blog__title {
  color: #333;
  text-decoration: none;
  transition: 0.3s;
}

.blog__title:hover {
  color: var(--bs-primary);
  transition: 0.3s;
}

.blog__title h2, .blog__title .h2 {
  color: #333;
}

.blog__date {
  display: inline-block;
}

.blog__author {
  display: inline-block;
}

.blog__author a {
  text-decoration: none;
  transition: all 0.3s;
}

.blog__author a:hover {
  text-decoration: underline;
  transition: all 0.3s;
}

.blog__footer {
  bottom: 0;
  position: absolute;
  width: 99%;
}

.blog__button {
  height: 35px;
  width: 92px;
  position: absolute;
  padding: 0.45rem 0.5rem 0.2rem 0.5rem;
  background: var(--bs-orange);
  color: #fff;
  font-weight: 400;
  font-size: 0.9rem;
  border-radius: 3px;
  font-family: lato, arial;
  right: 20px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.19);
  text-decoration: none;
  bottom: -22px;
  transition: all 0.3s;
}

.blog__button:hover {
  background: var(--bs-primary);
  transition: all 0.3s;
}

/* Sec Pagination
------------------------------------------------------------*/
.pagination {
  /* background-color: #ccc; */
  width: 100%;
  display: inline-block;
  padding: 0;
  height: auto;
  margin: 10px auto 20px auto;
}

.pagination .prev.page-numbers, .pagination .next.page-numbers {
  color: #333;
  font-size: 1rem !important;
  font-weight: bold !important;
  font-family: monospace;
}

.pagination a.page-numbers {
  background: #fff;
  padding: 10px 17px;
  transition: all 0.4s;
  font-size: 14px;
  color: var(--bs-primary);
  margin: 0 5px;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
  float: left;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  transition: 0.3s;
}

.pagination a.page-numbers:hover {
  background: #eaeaea;
  transition: 0.3s;
}

.pagination .page-numbers.current {
  padding: 10px 17px;
  transition: all 0.4s;
  font-weight: 600;
  font-size: 14px;
  color: var(--bs-primary);
  margin: 0 5px;
  text-decoration: none;
  display: inline-block;
  float: left;
  background: #fff;
  border-radius: 3px;
  opacity: 0.5;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/*Pagination Archive Page*/
.pagination .nav-links ul {
  list-style: none;
  display: flex;
  justify-content: center;
}

.pagination h2, .pagination .h2 {
  display: none;
}

/* Media Query */
/* Media Query SMALL >= 576px */
/* Media Query MD >= 768px */
@media only screen and (min-width: 992px) {
  .header__paragraph {
    width: 80%;
    margin: 0 auto;
  }
} /* Media Query LG >= 992px */
/* Media Query For Desktop */
/* Media Query XL >= 1200px */
/*
.blog__sidebar{    
    border: 1px solid red;    
}

.sec__sidebar{
    background: #8fa3ff;
}*/
.sec__sidebar .widget h2, .sec__sidebar .widget .h2 {
  /* font-family: var(--font-title);
  font-size: 1rem;
  color: #9e9e9e; 
  text-transform: uppercase;
  font-weight: 600;*/
  letter-spacing: 0.5px;
  margin-bottom: 0.5rem;
  padding: 1rem 0 0 0.3rem;
  /*color: var(--bs-primary-text-emphasis);*/
  color: var(--bs-primary);
  font-family: "Title-Regular";
  /*letter-spacing: 1.2px;*/
  font-size: 1.2rem;
  font-weight: 400;
}

.sidebar__input {
  height: 3rem;
}

.sidebar__btn {
  background-color: var(--bs-primary);
  border: 2px solid var(--bs-border-color);
  border-radius: 0;
  font-size: 14px;
  font-weight: bold;
  height: 100%;
  padding: 0px;
  width: 54px;
}

.widget ul {
  list-style: none;
  padding: 0;
  display: inline-block;
  float: left;
  width: 100%;
}

.widget ul li {
  background: #fff;
  margin: 0.5em 5px;
  padding: 10px 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  border: 0;
}

.widget ul li a {
  font-size: 1rem;
  color: #414141;
  /* text-transform: uppercase; */
  font-weight: 400;
  text-decoration: none;
  transition: 0.3s;
}

.widget ul li a:hover {
  font-size: 1rem;
  color: #003eff;
  text-decoration: underline;
  transition: 0.3s;
}

.styleOne__title h1, .styleOne__title .h1 {
  font-family: var(--bs-primary);
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  margin: 0 auto;
  position: relative;
}

.styleOne__title h1:before, .styleOne__title .h1:before {
  content: "";
  border: solid 2px var(--bs-primary);
  border-right: none;
  width: 18px;
  position: absolute;
  height: calc(100% + 14px);
  left: -10px;
  top: -5px;
}

.styleTwo__title h1, .styleTwo__title .h1 {
  font-family: var(--bs-primary);
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  margin: 0 auto;
  position: relative;
}

.styleTwo__title h1:before, .styleTwo__title .h1:before {
  content: "";
  border: solid 2px var(--bs-primary);
  border-right: none;
  width: 18px;
  position: absolute;
  height: calc(100% + 14px);
  left: -10px;
  top: -5px;
}

.styleTwo__title h1:after, .styleTwo__title .h1:after {
  content: "";
  border: solid 2px var(--bs-primary);
  border-left: none;
  width: 18px;
  position: absolute;
  height: calc(100% + 14px);
  right: -10px;
  top: -5px;
}

.styleThree__title h1, .styleThree__title .h1 {
  font-family: var(--bs-primary);
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  margin: 0 auto;
  position: relative;
}

.styleThree__title h1:before, .styleThree__title .h1:before {
  content: "";
  border: solid 4px var(--bs-primary);
  border-right: none;
  width: 1px;
  position: absolute;
  height: calc(100% + 14px);
  left: -10px;
  top: -5px;
}

.styleFour__title h1, .styleFour__title .h1 {
  font-family: var(--bs-primary);
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  margin: 0 auto;
  position: relative;
}

.styleFour__title h1:before, .styleFour__title .h1:before {
  content: "";
  border-bottom: solid 3px var(--bs-primary);
  width: 80px;
  position: absolute;
  height: calc(100% + 14px);
  left: 3px;
  top: -7px;
}

.styleFive__title h1, .styleFive__title .h1 {
  font-family: "Title-Regular";
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  margin: 0 auto;
  position: relative;
}

.styleFive__title h1:after, .styleFive__title .h1:after {
  content: "";
  background-color: var(--bs-primary);
  position: absolute;
  width: 100px;
  height: 3px;
  left: 50%;
  top: calc(100% + 10px);
  margin-left: -50px;
}

.sec__video {
  background: #ccc;
  height: 100vh;
  width: 100%;
  display: block;
}

.video__overview {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}

.video__wrapper {
  max-width: 100%;
  width: 100%;
  height: 100%;
}

.video__wrapper video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.video__wrapper-content {
  margin: 0 auto;
  width: 70%;
  z-index: 1;
}

.video__title {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 600;
  font-family: Home-Video-font;
  text-shadow: 2px 2px 4px rgba(10, 13, 23, 0.5);
}

.video__description {
  color: #fff;
  font-size: 1.2rem;
  font-family: Home-Video-font;
  text-shadow: 2px 2px 4px rgba(10, 13, 23, 0.5);
}

.slider__card {
  background: rgba(0, 0, 0, 0.5);
}

.slider__card a {
  text-decoration: none;
}

.slider__title {
  color: #ffb600 !important;
  font-family: Home-Slider-font;
  font-size: 4rem;
  font-weight: 600;
  padding: 0 1rem;
  text-align: center;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);

}

.slider__title--white {
  color: #fff;
}

.slider__text {
  font-family: Home-Slider-font-text;
  font-size: 1rem;
  padding: 0.5rem;
  margin-bottom: 0;
}

.slider__text--white {
  color: #fff;
}

.slider-item-ratio .slider-container a > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.slider__unity .link.btn {
  margin: 0 auto;
  font-family: Home-Video-font;
}

@media only screen and (min-width: 768px) {
  .slider__title {
    color: #ffb600;
    font-size: 1.3rem;
  }
  .slider__text {
    font-size: 1rem;
    padding: 1rem;
    margin-bottom: 1rem;
  }
} /* Media Query MD >= 768px */
@media only screen and (min-width: 992px) {
  .slider__title {
    font-size: 2.5rem;
  }
  .slider__text {
    font-size: 1.2rem;
    padding: 1rem;
    margin-bottom: 1rem;
  }
} /* Media Query LG >= 992px */
/* Media Query For Desktop */
@media only screen and (min-width: 1200px) {
  .slider__title {
    color: #ffb600;
    font-family: Home-Slider-font;
    font-size: 4rem;
    font-weight: 600;
    letter-spacing: 4px;

  }
  .slider__text {
    font-size: 1.2rem;
    padding: 2rem;
    margin-bottom: 1rem;
    width: 70%;
    margin: 0 auto;
  }
} /* Media Query XL >= 1200px */
.sec__about {
  /* background: #666; */
  background: linear-gradient(to bottom right, rgb(238, 238, 238), rgb(250, 250, 250));
}

.service__text p {
  padding: 2rem 0;
  margin-bottom: 0;
}

.service__text h3{
  font-family: "Title-Regular";
  font-size: 1.2rem;
}

.service__card {
  background: #fff;
  /*border: 0.1rem solid rgba(0, 0, 0, 0.2);*/
  border: 1px solid #f5f5f5;
  border-radius: 0.2rem;
  box-shadow: var(--box-shadow);
}

.service__img {
  border-radius: 0.2rem;
  transition: 0.3s;
  width: 100%;
}

.service__img:hover {
  /* -webkit-transform: scale(1.015);
  -moz-transform: scale(1.015);
  -ms-transform: scale(1.015);
  -o-transform: scale(1.015); */
  transform: scale(1.015);
  opacity: 0.8;
  transition: 0.3s;
}

.service__content {
  padding: 0.8rem;
}

.service__title h2, .service__title .h2 {
  font-size: 1.2rem;
  font-family: "Title-Regular";
  font-weight: 600;
}

.service__title h2 a, .service__title .h2 a {
  color: #333;
  text-decoration: none;
  transition: all 0.2s;
}

.service__title h2 a:hover, .service__title .h2 a:hover {
  color: #0d6efd;
  transition: all 0.3s;
}

.service__desc{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    text-overflow: ellipsis;
    overflow: hidden;
}

.sec__news {
  background-color: #fff;
  padding: 4rem 0;
}

.news__unity {
  background-color: transparent;
  margin: 0 auto;
  float: none;
  margin-bottom: 10px;
  padding: 0.4rem;
  transition: 0.5s;
}

.news__card {
  background: #fff;
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.1);
  height: 100%;
  transition: 0.5s;
}

.news__card a {
  text-decoration: none;
}

.news__img {
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 250px;
  position: relative;
  display: block;
  transition: 0.5s;
}

.news__img:hover {
  transform: scale(1.015);
  opacity: 0.8;
  transition: 0.3s;
}

.news__date {
  display: inline-block;
  background: rgba(0, 0, 0, 0.6);
}

.news__date .day {
  font-weight: 700;
  font-size: 1.15rem;
  padding: 0 .5rem;
  letter-spacing: 1px;
  margin-bottom: -3px;
}

.news__date .mos, .news__date .yr {
  font-size: .9rem;
  padding: 0 .5rem;
  letter-spacing: 1px;
}

.news__date span {
  display: block;
  color: #fff;
  font-family: "BebasNeue-Regular";
}

.news__content {
  padding: 1rem;
}

.news__title {
  font-family: "Title-Regular";
  font-size: 1rem;
  font-weight: 600;
  font-style: normal;
  line-height: 20px;
  margin-bottom: 0.7rem;
  text-align: left;
}

.news__title a {
  color: #333;
  text-decoration: none;
  transition: 0.3s;
}

.news__title a:hover,
.news__title a:active,
.news__title a:focus {
  color: var(--bs-primary);
  transition: 0.3s;
}

.news__info{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  text-overflow: ellipsis;
  overflow: hidden;
}

.news__footer {
  width: 100%;
  margin: 0 auto;
  padding: 2rem 0;
}

.news__categories{
  position: absolute;
  z-index: 1;
}

.news__categories a{
  color: #fff;
  background: var(--bs-primary);
  text-decoration: none;
  border: 1px solid var(--bs-primary);
  padding: 2px 20px 2px 10px;
}

.sec__team {
  padding: 4rem 0;
}

.team__img {
  display: flex;
  justify-content: center;
}

.team__name {
  font-size: 1.2rem;
  font-weight: 600;
  /*font-family: "Poppins";*/
}

.team__networks {
  display: flex;
  justify-content: space-around;
  
  border-top: none;
  font-size: 1.1rem;
}

.team__networks i{
  color: #000;
  transition: all .3s;
}

.team__networks i:hover{
  color: #6a4e00;
  transition: all .3s;
}

.sec__testimony {
  background-color: #eee;
  padding: 4rem 0;
}

.testimony__unity {
  background: #fffdfd;
  border: 1px solid #f1f1f1;
  border-radius: 4px;
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.1);
}

.testimony__unity .card-title {
  font-size: 1.5rem;
  color: var(--bs-primary);
}

.testimony__photo {
  border-radius: 4px;
  height: 100%;
}

.testimony__photo img {
  width: 100%;
}

.sec__customer {
  background-color: #eee;
}

.customer__grid {
  margin-bottom: 4rem;
  margin-top: 3rem;
}

.customer__unity img {
  padding: 1rem;
}

.sec__partner {
  background-color: #fff;
}

.partner__grid {
  margin-bottom: 4rem;
  margin-top: 4rem;
}

.partner__unity img {
  padding: 1rem;
}

.header__main.landing__page {
  background-color: transparent !important;
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.1);
  position: absolute;
}

.landing__container {
  /*background: #282828;
  color: red;
  height: 100vh;   */
  min-height: 100vh;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: #232323;
  overflow: hidden;
}

.landing__img {
  background-size: cover;
  background-position: center center;
  /* 
  background-position: center center;
  height: 100%;
  width: 100%; 
  */
  animation: banner-img 10s infinite;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  position: absolute;
}

.landing__inner {
  position: relative;
  flex: 1;
  z-index: 1;
}

.landing-content-modern h5, .landing-content-modern .h5 {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 1.2rem;
  margin-top: 40px;
}

.big-text {
  font-size: 5rem;
  font-family: "Poppins", sans-serif;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #ffffff;
  text-shadow: 0px 4px 12px rgba(0, 0, 0, 0.3);
}

.decorative-line {
  position: relative;
}

.decorative-line::before {
  content: "";
  position: absolute;
  bottom: -14px;
  left: calc(50% - 31px);
  width: 62px;
  height: 3px;
  background: #ffffff;
}


/* cadastros apresentados em lista
------------------------------------------------------------*/

.page__container .page__title{
    font-size: 1.2rem;
    font-family: "Title-Regular";
    font-weight: 600;
}

.cad__list{
 
}

.cad__unity{
  background: #fff;
  border: 0.1rem solid rgba(201 201 201 / 20%);
  border-radius: 0.2rem;
}

.cad__wrap-thumbnail{ 
  padding: 0;
}

.cad__thumbnail{
  height: 100%;  
}

.cad__img{
  display: flex;
  justify-content: center;
  height: 100%;  
}

.cad__wrap-thumbnail .cad__thumbnail img{
  width: 100%;
}

.cad__content{}

.cad__categories{
 /* background: var(--bs-primary);
  display: inline-block;
  padding: 2px 30px 2px 10px;
  width: fit-content;  */
  padding-top: 20px;
  width: 100%;
}

.cad__categories a{  
    color: #fff;
    background: var(--bs-primary);
    text-decoration: none;
    border: 1px solid var(--bs-primary);
    padding: 2px 20px 2px 10px;
}

.cad__author{}
.author-display-name{}

.cad__permalink{
  color: #333;
  display: block;
  margin-top: 1rem;
  text-decoration: none;
  transition: all .3s;
}

.cad__permalink:hover{
  color: var(--bs-primary);
  text-decoration: none;
  transition: all .3s;
}

.cad__title{  
  font-size: 1.2rem;
  font-family: "Title-Regular";
  font-weight: 600;
  padding-top: 2rem;
}

.cad__wrap-meta{
    display: flex;
    padding-bottom: .5rem;
    font-family: "Title-Regular";
    font-size: .8rem;
    gap: 12px;
    flex-wrap: wrap;
    row-gap: 8px;
}

.cad__wrap-meta .meta-item i{
  color: var(--bs-primary);
}

.cad__wrap-meta .meta-item a{
  color: #ccc;
  text-decoration: none;
  transition: all .3s;
}

.cad__wrap-meta .meta-item a:hover{
  color: var(--bs-primary);
  text-decoration: underline;
  transition: all .3s;
}

.cad__resume{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  text-overflow: ellipsis;
  overflow: hidden;
}

.cad__resume p{
  font-size: .9rem;
  line-height: 1.5rem;
}


/* Archive
------------------------------------------------------------*/

.breadcrumb_part {
  background: rgb(100,100,98);
  /*background: linear-gradient(323deg, rgba(125,197,255,1) 0%, rgba(0,84,193,0.9920343137254902) 100%);*/
  background: linear-gradient(119deg, rgba(182, 134, 52, 1) 0%, rgba(225, 147, 0, 1) 22%, rgba(100, 100, 98, 1) 66%);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: center;
  height: 250px;
}

.breadcrumb_part .breadcrumb_iner {
  text-align: center;
  margin-top: 0px;
}

.breadcrumb_part h1, .breadcrumb_part h2, .breadcrumb_part h3 {
  font-family: "Title-Regular";
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 11px;
  letter-spacing: 1px;
}

.breadcrumb_part .breadcrumb_iner_link {
    display: flex;
    justify-content: center;
    align-items: center;
}

.breadcrumb_part .breadcrumb_iner_link a, .breadcrumb_part .breadcrumb_iner_link span {
    font-size: 16px;
    color: #fff;
}

.breadcrumb_part .breadcrumb_iner_link i {
    margin: 0 15px;
    color: #fff;
}


.widget-title{  
    margin-bottom: 0.5rem;
    padding: 1rem 0 0 0.3rem;
    /*color: var(--bs-primary);*/
    color: #fa9e00;
    font-family: "Title-Regular";
    /* letter-spacing: 1.2px; */
    font-size: 1.2rem;
    font-weight: 400;
}


/* Single Page
------------------------------------------------------------*/
.single__bc{  
  border-bottom: 2px solid #f5ede9
}

.single__bc nav .breadcrumb-item{
  font-size: .8rem;
}
/*
.breadcrumb-item::before {
  color: red;
}*/

.single__bc nav .breadcrumb-item a{
  color: var(--bs-gray);  
  text-decoration: none;
  transition: all .3s;
}

.single__bc nav .breadcrumb-item a:hover{
  color: var(--bs-primary);
  transition: all .3s;
}

.single__title{
  font-size: 1.5rem;
  font-family: "Title-Regular";
  font-weight: 600;
}

.single__meta{
  color: var(--bs-gray-600);
  font-size: .8rem;
}

.single__autor{
  margin-right: .5rem;
}

.single__autor i, .single__date i{
  color: var(--bs-primary);
}

.single__autor a{
  color: var(--bs-gray-600);
  text-decoration: none;
  transition: all .3s;
}

.single__autor a:hover{
  color: var(--bs-primary);
  text-decoration: underline;
  transition: all .3s;
}

.single__date{}

.single__date:before {
  content: " | ";
  content: " | " / "";
}

.single__social-bar{    
  display: block;
  text-align: center;
}


.single__author{
  background-color: #f3f3f3;
  border: 1px solid #e9e9e9;
  border-radius: 10px;
}

.single__author__thumbnail img{
  border-radius: 15%;
  border: 2px solid var(--bs-primary);
  padding: 3px;
  max-width: 200px;
}

.single__author__content{}

.single__author__content p {
  margin-bottom: 0;
  color: #7d7d7d;
  font-family: "Title-Regular";
  font-size: 0.9rem;
  font-weight: 600;
}

.single__author__content p a{
  color: #7d7d7d;
  text-decoration: none;
  transition: all .3s;
}

.single__author__content p a:hover{
  color: var(--bs-primary);
  text-decoration: underline;
  transition: all .3s;
}

.single__author__content p.au-name{
  color: var(--bs-primary);
  font-size: 1.5rem;    
  font-family: "Title-Regular";
  letter-spacing: 2px;
  font-weight: 600;
  border-bottom: 1px solid #ffe9e9;
}


.single__author__posts h4{
  color: var(--bs-primary);
  font-size: 1.2rem;    
  font-family: "Title-Regular";
  letter-spacing: 0px;
  font-weight: 600;
  border-bottom: 1px solid #ffe9e9;

}

.single__author__posts .col{
  border: 1px solid #eaeaea;
  padding: 10px 5px;
}


.single__author__posts .col a{
  color: #333;
  text-decoration: none;
  transition: all .3s;
}

.single__author__posts .col a:hover{
  color: var(--bs-primary);
  text-decoration: none;
  transition: all .3s;
}

.single__author__posts .au-post-img img{
  border-radius: 5px;
  width: 100px;
}

.single__author__posts .au-post-title{
  font-size: .8rem;
}


/* Pagina Contato
------------------------------------------------------------*/

.contato__content h2{
  color: var(--bs-primary);
}

.contato__info{
  border: 1px solid #e1e1e1;
  border-radius: 5px;
}

.contato__unity{
  background: #f7f7f7;
}

.contato_ico{
  background: var(--bs-primary);
  border-radius: 5px;
  width: 35px;
  height: 35px;
}

.contato_ico i{
  color: #fff;
}

.contato__unity h5{
  color: var(--bs-primary);
  font-family: "Title-Regular";
  font-size: 1rem;
  margin-bottom: .1rem;
}

.contato__unity p{
  word-break: break-word;
  color: #333;
  font-family: "Title-Regular";
  font-size: .9rem;
  margin-bottom: .1rem;
}


.contato__unity p a{
  color: #333;
  text-decoration: none;
  transition: all .3s;
}

.contato__unity p a:hover{
  color: var(--bs-primary);
  text-decoration: none;
  transition: all .3s;
}


.contato__maps .google-maps{
    width: 100%;
    height: 300px;
}

.contato__maps iframe{
    width: 100%;
    height: 300px;
    box-shadow: 0 2px 4px rgba(0,0,0,.1);
    border: 2px solid ##f7f7f7;
}


/* CONTACT FORM7 */

.contato__form ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  /*color: red !important;*/
  opacity: 1; /* Firefox */
}

.contato__form ::placeholder:focus { /* Chrome, Firefox, Opera, Safari 10.1+ */
  /*color: red !important;*/
  opacity: 1; /* Firefox */
}

.contato__form .wpcf7 p{
    margin-top: 0;
    margin-bottom: 0.5rem;
}

.contato__form .wpcf7-text{   
    width: 100%;
    line-height: 24px;
    height: 55px;
    font-size: 16px;
    box-shadow: none;
    border: 1px solid #f4f4f4;
    padding: 12px 15px;
    background: #f1f1e9;
    border-radius: 0px;
}

.contato__form .wpcf7-text:focus{ 
    border: 2px solid var(--bs-primary);   
    background-color: #fffbea;
}

.contato__form .wpcf7-textarea{
    width: 100%;
    line-height: 24px;
    height: 155px;
    font-size: 16px;
    box-shadow: none;
    border: 1px solid #f4f4f4;
    padding: 12px 15px;
    background: #f1f1e9;
    border-radius: 0px;
}

.contato__form .wpcf7-textarea:focus{
    border: 2px solid var(--bs-primary);   
    background-color: #fffbea;
}

.contato__form .wpcf7-file{
    border: 1px solid #ccc;
}

.contato__form .wpcf7-select{
    border: 1px solid #f4f4f4;
    background-color: #f1f1e9 !important;
    display: block;
    width: 290px;
    height: 55px;
    padding: 12px 15px;
    font-size: 1rem;
    line-height: 1.25;
    color: #4d4d4d;
    font-weight: bold;  
    background-image: none;
    background-clip: padding-box;   
    border-radius: .25rem;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.contato__form .frm-select{
    border: 2px solid #af8100;
    background-color: #1a1a19;
    display: block;
    width: 100% !important;
    padding: .4rem .55rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #495057;
    
    background-image: none;
    background-clip: padding-box;   
    border-radius: .25rem;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.contato__form .btn-contato{
    width: 120px;
    height: 50px;
    font-size: 1.1rem;
}

.contato__form .btn-primary {
    color: #fff;
    font-weight: 600;
    background-color: #0f8fdc;
    border-color: #00a7db;
    width: 140px;
    height: 45px;
    letter-spacing: 1px;
}

.contato__form .btn-primary:hover {
    color: #fff;
    background-color: #001781;
    border-color: #090a0e;
}


.single-produtos .single__bc nav .breadcrumb-item {
    font-size: .8rem; 
    display: flex;
}

.single-produtos .product__single-status{
  color: #b8b8b8;
  font-size: .8rem;
  padding: 1rem 0 .5rem 0;
}

.single-produtos .product__single-code {
  color: #b8b8b8;
  font-size: .8rem;
  padding: 1rem 0 .5rem 0;
}

.single-produtos .product__single-title {
    flex: auto;
    font-size: 1.5rem;
    font-family: "Title-Regular";
}


/* Sec Footer menu
------------------------------------------------------------*/
.footer__menu{
    /* background: #ccc; */
    border-bottom: 1px solid #222;
    margin-bottom: 2.5rem;
    padding-bottom: 2.2rem;
}

.footer__menu-list{
    text-align: center;
}

.footer__menu-list ul{
    background: transparent;
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer__menu-list ul li{
    display: inline;
    margin: 0;
}

.footer__menu-list ul li a{
    color: #b7b7b7;
    font-size: 0.8em;
    padding: 0 8px;
    text-decoration: none;   
    margin-top: 1rem; 
    letter-spacing: 1.5px;
}

.footer__menu-list ul li a:hover{
    color: #b68634;
    text-decoration: underline;
}

.footer__main h4.widget-title{
  color: #fa9e00;
  font-size: 1.1rem;
}


@keyframes banner-img {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(1deg) scale(1.05);
  }
  100% {
    transform: rotate(0deg);
  }
}/*# sourceMappingURL=style.css.map */



/* `xs` returns only a ruleset and no media query 
@media (max-width: 575.98px) { ... }*/

/* Media Query For mobile XS */
@media only screen and (max-width: 575.98px) {

  .slider__unity .slider__title {   
    font-size: 2rem;    
  }
  
  .breadcrumb_part{
    height: 140px;
  }

}/* end max-width: 575.98px */


/* Media Query For mobile  SM */
@media only screen and (min-width: 576px) and (max-width: 767.98px) {

  .breadcrumb_part{
    height: 170px;
  }
  
}/* end max-width: 767.98px */

/* Media Query For mobile  MD */
@media only screen and (min-width: 768px) and (max-width: 992px) {
  
  .breadcrumb_part{
    height: 190px;
  }
}/* end max-width: 992px */


/* Media Query For Desktop LG */
@media only screen and (min-width: 1201px) {

   .menu__list .menu-item .sub-menu .menu-item:nth-last-child(1) {
    border-bottom: none;
    margin-bottom: 1rem;
    text-align: center;
  }

  .single__img{
    /* background: red;*/
    /* padding: 5rem;*/
  }

  .single__img img{
    border-radius: 10px;
    max-width: 60%;

  }


  .single__author-container{

  }

}/* end min-width: 1200px */