.elementor-kit-5{--e-global-color-primary:#222222;--e-global-color-secondary:#54595F;--e-global-color-text:#222222;--e-global-color-accent:#006FB7;--e-global-color-68efbfd:#009FE3;--e-global-typography-primary-font-family:"Titillium Web";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Titillium Web";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Open Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Titillium Web";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{background-color:#009FE3;font-size:18px;color:#FFFFFF;border-radius:5px 5px 5px 5px;padding:10px 20px 10px 20px;}.elementor-kit-5 button:hover,.elementor-kit-5 button:focus,.elementor-kit-5 input[type="button"]:hover,.elementor-kit-5 input[type="button"]:focus,.elementor-kit-5 input[type="submit"]:hover,.elementor-kit-5 input[type="submit"]:focus,.elementor-kit-5 .elementor-button:hover,.elementor-kit-5 .elementor-button:focus{background-color:#1464AE;color:#FFFFFF;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 a{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-kit-5 h1{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-5 h2{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-5 h3{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-kit-5 h4{font-family:"Titillium Web", Sans-serif;font-size:21px;font-weight:400;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */h1, h2, h3, h4, h5, h6 {
    margin-top:0;
    margin-bottom: 0;
}

ul.menu-externo {
    padding: 5px;
    list-style: none;
    display: flex;
}
ul.menu-externo li{
    padding-right: 15px;
}


ul.menu-externo li a{
    color:#000;
    font-size: 14px;
    display: flex;
    align-items: center;
}
ul.menu-externo li a img{
    align-self: center;
    margin-left:10px; 
}

.fila-marcas {
    height: 80px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.fila-marcas.uno .swap-on-hover {
  position: relative;
  margin:  0 auto;
  width: 200px;
  height: 50px;
}

.fila-marcas.dos .swap-on-hover {
  position: relative;
  margin:  0 auto;
  width: 1200px;
  height: 52px;
}
 .swap-on-hover img {
  position: absolute;
  top:0;
  left:0;
  overflow: hidden;
    width: auto;
    max-height: 100%;
}
.swap-on-hover__back-image {
  opacity:0;
}
 
.swap-on-hover .swap-on-hover__front-image {
  z-index: 99;
  transition: opacity .5s linear;
  cursor: pointer;
 
}

 .swap-on-hover:hover > .swap-on-hover__front-image{
  opacity: 0;
}/* End custom CSS */


 .swap-on-hover:hover > .swap-on-hover__back-image {
  opacity: 1;
}/* End custom CSS */

.bg-divide {
    background: rgb(245,245,245);
background: linear-gradient(90deg, rgba(245,245,245,1) 0%, rgba(245,245,245,1) 70%, rgba(255,255,255,1) 70%);
}


li.pen a:before,
li.book a:before{

font-size: 14px;
width: 1.25em;
font-family: "Font Awesome 5 Free";
font-weight: 900;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1;
position: absolute;
left: 0; 
opacity: 1!important;
}
li.pen a:before {
   content: "\f303"; 
}
li.book a:before {
    content: "\f02d";
}

[type=button], [type=submit], button { border:0;}/* End custom CSS */