.elementor-1338 .elementor-element.elementor-element-438bdcb5{--display:flex;--min-height:0px;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:flex-start;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;--z-index:9;}.elementor-1338 .elementor-element.elementor-element-438bdcb5:not(.elementor-motion-effects-element-type-background), .elementor-1338 .elementor-element.elementor-element-438bdcb5 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(180deg, #148C4400 0%, #60A96C00 100%);}.elementor-1338 .elementor-element.elementor-element-438bdcb5.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-1338 .elementor-element.elementor-element-c9ee7ca{width:var( --container-widget-width, 111.481% );max-width:111.481%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;--container-widget-width:111.481%;--container-widget-flex-grow:0;}.elementor-1338 .elementor-element.elementor-element-c9ee7ca.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-widget-theme-site-logo .widget-image-caption{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-1338 .elementor-element.elementor-element-33f389db{width:var( --container-widget-width, 10% );max-width:10%;margin:-8px -8px calc(var(--kit-widget-spacing, 0px) + -8px) -8px;padding:0px 0px 0px 0px;--container-widget-width:10%;--container-widget-flex-grow:0;}.elementor-1338 .elementor-element.elementor-element-33f389db img{width:70%;max-width:100%;}.elementor-1338 .elementor-element.elementor-element-a95bb34{width:var( --container-widget-width, 25% );max-width:25%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;--container-widget-width:25%;--container-widget-flex-grow:0;}.elementor-1338 .elementor-element.elementor-element-5399bd6{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:1024px) and (min-width:768px){.elementor-1338 .elementor-element.elementor-element-438bdcb5{--width:1120px;}}@media(max-width:1024px){.elementor-1338 .elementor-element.elementor-element-c9ee7ca{width:var( --container-widget-width, 1013.188px );max-width:1013.188px;--container-widget-width:1013.188px;--container-widget-flex-grow:0;}}@media(max-width:767px){.elementor-1338 .elementor-element.elementor-element-c9ee7ca{margin:-401px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-1338 .elementor-element.elementor-element-33f389db{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-1338 .elementor-element.elementor-element-5399bd6{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}}/* Start custom CSS for html, class: .elementor-element-c9ee7ca *//* Linha de contato */

.fa-whatsapp {
    color: #25d366
}

.fa-youtube {
    color: #FF0000
}

.fa-instagram {
    color: #E1306C
}

.fa-facebook {
    color: #1877F2
}

.fa-linkedin {
    color: #0077b5
}

.fa-tiktok {
    color: #fff;
    filter: drop-shadow(-1px -1px 0 #28FFFF) drop-shadow(1px 1px 0 #FE2D52);
    
}


.top-header {
  background-color: transparent; 
  color: #ddd; 
  padding: 20px 20px; 
  display: flex; 
  justify-content: space-between; 
  align-items: center; 
  position: relative;
  top: 50px;
  margin-bottom: 25px;
  margin-top: 20px;
  transition: all 0.7s ease;
}

.contact-info {
  display: flex; 
  align-items: center; 
}

.contact-info a {
  color: #ddd; 
  text-decoration: none; 
  margin-right: 20px; 
  display: flex; 
  align-items: center; 
}

.fa-envelope-open {
    position: relative;
    bottom: 2px;
    display: none !important;
}

.contact-info :hover {
    color: #fff;
}

.contact-info a:hover i {
    rotate: -10deg;
}

.contact-info a:hover .fa-envelope-open {
    display: block !important;
}

.contact-info a:hover .fa-envelope {
    display: none;
}


.contact-info a:last-child {
  margin-right: 0; 
}

.contact-info i {
  margin-right: 5px; 
  color: #fff; 
}

.social-icons {
  display: flex; 
  align-items: center; 
}

.social-icons a {
  color: #ddd; 
  text-decoration: none;
  margin-left: 15px; 
  font-size: 2em; 
  transition: all 0.5s ease; 
}

.social-icons a:hover {
  transform: scale(1.1); 
  rotate: 20deg;
  
}

.social-icons a:first-child {
  margin-left: 0; 
}

/* Responsividade para telas menores (opcional) */
@media (max-width: 768px) {
    
    .elementor-1338 .elementor-element.elementor-element-c9ee7ca {
        display: none;
    }
    
  .top-header {
      display: none;
      flex-direction: column;
      text-align: center; 
    
  }

  .contact-info {
      margin-bottom: 10px; 
      flex-direction: column;
  }
  .contact-info a {
      margin-right: 0; 
      margin-bottom: 5px;
  }
  .contact-info a:last-child {
      margin-bottom: 0; 
  }

  .social-icons {
      margin-top: 10px; 
      justify-content: center; 
  }
  .social-icons a {
      margin-left: 10px; 
  }
}/* End custom CSS */
/* Start custom CSS for theme-site-logo, class: .elementor-element-33f389db *//* Logo */
  .logo-header {
    top: 50px;
    right: auto;
    transition: all .7s;
    scale: 1.2;
  }
  
  .logo-header:hover {
    transform: scale(1.2);
  }/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-a95bb34 */.search {
    position: relative;
    left: 900px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    transition: all 0.5s ease;
}

.search:hover, 
.search:active {
box-shadow: 0 5px 7px rgba(5, 173, 70, 0.712);
}


.header.shrink .search:hover {
box-shadow: 0 5px 7px rgba(240, 144, 2, 0.712);
    
}


.is-search-icon {
    background-color: #c4aa5b;
    border: #D8BE63;
    transition: all 0.5s ease;
}

.is-search-icon:hover {
    background-color: #D8BE63;
    border: #c4aa5b;;
}

.is-search-icon:hover svg {
    transform: rotate(50deg);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5399bd6 *//* ====================================================
    DESKTOP MENU CONTAINER & MAIN MENU
==================================================== */
.menu-container {
    left: 120px;
    bottom: 35px;
    transition: all 0.5s ease;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}

.menu {
    font-size: 1.2em;
    font-weight: bold;
    font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Sans", Arial, Sans-Serif;
    width: 100%;
    transition: all 0.5s ease;
}

.menu-list,
.menu-mobile-list {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}


/* ====================================================
    DESKTOP MENU ITEMS & LINKS
==================================================== */
.menu-item,
.menu-mobile-item {
    position: relative;
    margin-left: 20px;
    line-height: 1.1em;
    padding-bottom: 0.315em;
    background: transparent;
    transition: all 0.5s ease;
}

.menu-item:first-child,
.menu-mobile-item:first-child {
    margin-left: 0;
}

.menu-item a,
.menu-mobile-item a {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: white;
    transition: color 0.5s ease;
}

.menu-item a:hover {
    color: #D8BE63;
}

/* Underline effect on hover */
.menu-item::after,
.menu-mobile-item::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0.15em;
    width: 0;
    background: #D8BE63;
    transition: width 0.5s ease;
}

.menu-item:hover::after,
.menu-mobile-item:hover::after {
    width: 100%;
}

.menu-item i,
.menu-mobile-item i {
    margin-left: 5px;
}


/* ====================================================
    DESKTOP ICON COLOR & HOVER STATES
==================================================== */
.menu-item .fab,
.menu-mobile-item .fab {
    color: #16254E !important;
    filter: none;
}

/* Instagram */
.I:hover a {
    color: #E1306C !important;
}

.I:hover i {
    color: #E1306C !important;
}

/* Facebook */
.F:hover a {
    color: #1877F2 !important;
}

.F:hover i {
    color: #1877F2 !important;
}

/* Twitter */
.T:hover a {
    color: #16254E !important;
    text-shadow: -1px -1px 0 #28FFFF, 1px 1px 0 #FE2D52;
}

/* LinkedIn */
.L:hover a {
    color: #0077b5 !important;
}

.L:hover i {
    color: #0077b5 !important;
}

/* YouTube */
.Y:hover a {
    color: #FF0000 !important;
}

.Y:hover i {
    color: #FF0000 !important;
}


/* ====================================================
    DESKTOP SUBMENU STYLES
==================================================== */
.submenu,
.submenu-mobile {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: white;
    list-style: none;
    padding: 0;
    margin: 0;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    display: none;
    min-width: auto !important;
    white-space: nowrap;
}

.submenu-2,
.submenu-mobile-2 {
    position: absolute;
    top: 0;
    left: 100%;
    background-color: white;
    list-style: none;
    padding: 0;
    margin: 0;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 1001;
    display: none;
    min-width: 200px;
    transition: left 0.3s ease, right 0.3s ease;
}

/* Position second-level submenu to the left */
.submenu-2.left-position,
.submenu-mobile-2.left-position {
    left: auto;
    right: 100%;
}

.submenu-item a,
.submenu-item-2 a {
    display: block;
    padding: 12px 20px;
    align-items: center;
    letter-spacing: 0.5px;
    text-decoration: none;
    color: #16254E;
    transition: background-color 0.3s ease;
}

.submenu-item a:hover,
.submenu-item-2 a:hover {
    background-color: #f0f0f0;
    letter-spacing: 0.7px;
    transition: all 0.3s ease;
    border-radius: 5px;
}

/* Reveal submenus on hover */
.menu-item:hover .submenu,
.submenu-item:hover .submenu-2 {
    display: block;
    transform: scale(1.02);
}


/* ====================================================
    DESKTOP ICONS (MOBILE TOGGLE BUTTONS) & ANIMATIONS
==================================================== */
.icons-mobile {
    display: flex;
    cursor: default;
}

.icons-mobile .open {
    transition: all 0.5s ease;
    color: white;
    transform: scale(1.5);
}

.icons-mobile .close {
    display: none;
    transition: all 0.5s ease;
    z-index: 2000;
    transform: scale(1.5);
    color: red;
}

.icons-mobile .return {
    display: none;
    transition: all 0.5s ease;
    z-index: 2000;
    position: absolute;
    right: 100px;
}

@keyframes openAnimation {
    0% {
        transform: scale(1) rotate(0deg);
        opacity: 0;
    }

    50% {
        transform: scale(1.5) rotate(15deg);
        opacity: 0.5;
    }

    100% {
        transform: scale(1.5) rotate(0deg);
        opacity: 1;
    }
}

@keyframes closeAnimation {
    0% {
        transform: scale(1.5) rotate(0deg);
        opacity: 1;
    }

    50% {
        transform: scale(1) rotate(-15deg);
        opacity: 0.5;
    }

    100% {
        transform: scale(1) rotate(0deg);
        opacity: 0;
    }
}




/* ====================================================
    MOBILE STYLES
==================================================== */
.menu-mobile {
    display: none;
    cursor: pointer;
    font-size: 1.5rem;
}

.menu-mobile-list.menu-mobile-list--show {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    right: 0;
    width: calc(100% - 50px);
    height: 100%;
    background-color: white;
    z-index: 1000;
    overflow-y: auto;
    padding-top: 60px;
    cursor: default;
    transform: translateX(100%);
    animation: slideIn 0.5s forwards;
}


@keyframes slideIn {
    from {
        transform: translateX(100%);
    }
    to {
        transform: translateX(0);
    }
}


.menu-mobile-list.menu-mobile-list--show .menu-mobile-item {
    margin: 0;
    border-bottom: 1px solid #ddd;
    padding: 15px;
}

.menu-mobile-item a.animar,
.submenu-mobile-item a.animar {
    color: #D8BE63 !important;
    border-radius: 10px;
}

.menu-mobile-item.animar {
    position: relative;
    margin-left: 20px;
    line-height: 1.1em;
    padding-bottom: 0.315em;
    background: transparent;
    transition: all 0.5s ease;
}

.menu-mobile .I a {
    color: #E1306C !important;
}

.menu-mobile .I i {
    color: #E1306C !important;
}

.menu-mobile .F a {
    color: #1877F2 !important;
}

.menu-mobile .F i {
    color: #1877F2 !important;
}

.menu-mobile .T a {
    color: #16254E !important;
    text-shadow: -1px -1px 0 #28FFFF, 1px 1px 0 #FE2D52;
}

.menu-mobile .L a {
    color: #0077b5 !important;
}

.menu-mobile .L i {
    color: #0077b5 !important;
}

.menu-mobile .Y a {
    color: #FF0000 !important;
}

.menu-mobile .Y i {
    color: #FF0000 !important;
}


/* ====================================================
    MOBILE ADJUSTMENTS (Media Query)
==================================================== */
@media (max-width: 768px) {

    .menu-mobile-list,
    .menu-list {
        display: none;
        cursor: default;
    }

    .menu-mobile {
        display: block;
        position: absolute;
        left: 10px;
        top: 10px;
        text-align: center;
    }

    .menu-mobile-item a {
        color: #16254E;
        cursor: default;
    }

    .submenu-mobile,
    .submenu-mobile-2 {
        position: static;
        display: none;
        box-shadow: none;
        border-radius: 0;
        min-width: 0;
        cursor: default;
        text-align: center;
    }

    .submenu-mobile-2 {
        background-color: #60a96c54;
        border-radius: 10px;
    }

    /* Top Header Adjustments */
    .top-header-mobile {
        display: block;
        flex-direction: column;
        text-align: center;
        font-size: 0.7em;
    }

    /* Contact Info Adjustments */
    .contact-info {
        margin-bottom: 10px;
        flex-direction: column;
    }

    .contact-info a {
        margin-right: 0;
        margin-bottom: 5px;
    }

    .contact-info a:last-child {
        margin-bottom: 0;
    }

    /* Social Icons Adjustments */
    .social-icons {
        margin-top: 10px;
        justify-content: center;
    }

    .social-icons a {
        margin-left: 10px;
    }

    /* ====================================================
    TOP HEADER  STYLES
==================================================== */
.mobile .top-header-mobile {
    background-color: transparent;
    color: #ddd;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    top: 50px;
    margin-top: 20px;
    margin-bottom: 25px;
    transition: all 0.7s ease;
}

/* Contact Info Styles */
.mobile .contact-info {
    display: flex;
    align-items: center;
}

.mobile .contact-info a {
    color: #16254E;
    ;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.mobile .contact-info i {
    margin-right: 5px;
    color: #16254E;
    ;
}

.mobile .fa-envelope-open {
    position: relative;
    bottom: 2px;
    display: none !important;
}

.mobile .contact-info :hover {
    color: #16254ec5;
}

.mobile .contact-info a:hover i {
    rotate: -10deg;
}

.mobile .contact-info a:hover .fa-envelope-open {
    display: block !important;
}

.mobile .contact-info a:hover .fa-envelope {
    display: none;
}

/* Social Icons Styles */
.mobile .social-icons {
    display: flex;
    align-items: center;
    transition: all 0.5s ease
}

.mobile .social-icons a {
    color: #ddd;
    text-decoration: none;
    margin-left: 15px;
    font-size: 2em;
    transition: all 0.5s ease;
}

.mobile .social-icons a:hover {
    transform: scale(1.1);
    rotate: 20deg;
}

/* Icon Color Definitions */
.fa-whatsapp {
    color: #25d366;
    transition: all 0.2s ease;
}

.fa-youtube {
    color: #FF0000;
    transition: all 0.2s ease;
}

.fa-instagram {
    color: #E1306C;
    transition: all 0.2s ease;
}

.fa-facebook {
    color: #1877F2;
    transition: all 0.2s ease;
}

.fa-linkedin {
    color: #0077b5;
    transition: all 0.2s ease-out;
}

.mobile .fa-tiktok {
    color: black;
    transition: all 0.2s ease;
    filter: drop-shadow(-2px -2px 0 #28FFFF) drop-shadow(2px 2px 0 #FE2D52);
}

/* Drop shadows Effect */

.mobile .fa-whatsapp:hover{
    filter: drop-shadow(-10px -10px 0 #25d366) drop-shadow(10px 10px 0 #25d36669) !important;
}

.mobile .fa-youtube:hover {
    filter: drop-shadow(-10px -10px 0 #c50303) drop-shadow(10px 10px 0 #ff000069) !important;
}

.mobile .fa-instagram:hover {
    filter: drop-shadow(-10px -10px 0 #E1306C) drop-shadow(10px 10px 0 #E1306C69) !important;
}

.mobile .fa-facebook:hover {
    filter: drop-shadow(-10px -10px 0 #176ddd) drop-shadow(10px 10px 0 #1877F269) !important;
}

.mobile .fa-linkedin:hover {
    filter: drop-shadow(-10px -10px 0 #036497) drop-shadow(10px 10px 0 #0077b569) !important;
}

.mobile .fa-tiktok:hover {
    filter: drop-shadow(-10px -10px 0 #28FFFF) drop-shadow(10px 10px 0 #FE2D52) !important;
}
}

/* ====================================================
    MOBILE ADJUSTMENTS (Media Query) 2
==================================================== */
@media (max-width: 768px) {

    .menu-mobile-list,
    .menu-list {
        display: none;
        cursor: default;
    }

    .menu-mobile {
        display: block;
        position: absolute;
        left: 10px;
        top: 10px;
        text-align: center;
    }

    .menu-mobile-item a {
        color: #16254E;
        cursor: default;
    }

    .submenu-mobile,
    .submenu-mobile-2 {
        position: static;
        display: none;
        box-shadow: none;
        border-radius: 0;
        min-width: 0;
        cursor: default;
        text-align: center;
    }

    .submenu-mobile-2 {
        background-color: #60a96c54;
        border-radius: 10px;
    }

    /* Top Header Adjustments */
    .top-header-mobile {
        display: block;
        flex-direction: column;
        text-align: center;
        font-size: 0.7em;
    }

    /* Contact Info Adjustments */
    .contact-info {
        margin-bottom: 10px;
        flex-direction: column;
    }

    .contact-info a {
        margin-right: 0;
        margin-bottom: 5px;
    }

    .contact-info a:last-child {
        margin-bottom: 0;
    }

    /* Social Icons Adjustments */
    .social-icons {
        margin-top: 10px;
        justify-content: center;
    }

    .social-icons a {
        margin-left: 10px;
    }

    /* ====================================================
    TOP HEADER  STYLES
==================================================== */
.mobile .top-header-mobile {
    background-color: transparent;
    color: #ddd;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    top: 50px;
    margin-top: 20px;
    margin-bottom: 25px;
    transition: all 0.7s ease;
}

/* Contact Info Styles */
.mobile .contact-info {
    display: flex;
    align-items: center;
}

.mobile .contact-info a {
    color: #16254E;
    ;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.mobile .contact-info i {
    margin-right: 5px;
    color: #16254E;
    ;
}

.mobile .fa-envelope-open {
    position: relative;
    bottom: 2px;
    display: none !important;
}

.mobile .contact-info :hover {
    color: #16254ec5;
}

.mobile .contact-info a:hover i {
    rotate: -10deg;
}

.mobile .contact-info a:hover .fa-envelope-open {
    display: block !important;
}

.mobile .contact-info a:hover .fa-envelope {
    display: none;
}

/* Social Icons Styles */
.mobile .social-icons {
    display: flex;
    align-items: center;
    transition: all 0.5s ease
}

.mobile .social-icons a {
    color: #ddd;
    text-decoration: none;
    margin-left: 15px;
    font-size: 2em;
    transition: all 0.5s ease;
}

.mobile .social-icons a:hover {
    transform: scale(1.1);
    rotate: 20deg;
}

/* Icon Color Definitions */
.fa-whatsapp {
    color: #25d366;
    transition: all 0.2s ease;
}

.fa-youtube {
    color: #FF0000;
    transition: all 0.2s ease;
}

.fa-instagram {
    color: #E1306C;
    transition: all 0.2s ease;
}

.fa-facebook {
    color: #1877F2;
    transition: all 0.2s ease;
}

.fa-linkedin {
    color: #0077b5;
    transition: all 0.2s ease-out;
}

.mobile .fa-tiktok {
    color: black;
    transition: all 0.2s ease;
    filter: drop-shadow(-2px -2px 0 #28FFFF) drop-shadow(2px 2px 0 #FE2D52);
}

/* Drop shadows Effect */

.mobile .fa-whatsapp:hover{
    filter: drop-shadow(-10px -10px 0 #25d366) drop-shadow(10px 10px 0 #25d36669) !important;
}

.mobile .fa-youtube:hover {
    filter: drop-shadow(-10px -10px 0 #c50303) drop-shadow(10px 10px 0 #ff000069) !important;
}

.mobile .fa-instagram:hover {
    filter: drop-shadow(-10px -10px 0 #E1306C) drop-shadow(10px 10px 0 #E1306C69) !important;
}

.mobile .fa-facebook:hover {
    filter: drop-shadow(-10px -10px 0 #176ddd) drop-shadow(10px 10px 0 #1877F269) !important;
}

.mobile .fa-linkedin:hover {
    filter: drop-shadow(-10px -10px 0 #036497) drop-shadow(10px 10px 0 #0077b569) !important;
}

.mobile .fa-tiktok:hover {
    filter: drop-shadow(-10px -10px 0 #28FFFF) drop-shadow(10px 10px 0 #FE2D52) !important;
}
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-438bdcb5 */.header {
  width: 100%;
  height: 150px; 
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  transition: all 0.9s ease;
  font-weight: bold;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Sans", Arial, Sans-Serif;
}

.header.shrink {
  height: 190px; 
  box-shadow: 0 5px 10px rgba(0,0,0,0.1);
  background: linear-gradient(to bottom, #148C44, #60A96C) !important;
    transition: all 0.5s ease;
}

.header.shrink .top-header {
    background-color: #D8BE63;
    top: 19px;
    margin-bottom: 0px;
    margin-top: 0px;
}

.header.shrink .social-icons a {
    font-size: 1.1em;
}

.header.shrink .social-icons i:hover {
    color: white;
}

.header.shrink .top-header .fa-whatsapp:hover {
 filter: drop-shadow(-2px -2px  #25d366);
}

.header.shrink .top-header .fa-youtube:hover {
 filter: drop-shadow(-2px -2px  #FF0000);
}

.header.shrink .top-header .fa-instagram:hover {
 filter: drop-shadow(-2px -2px  #E1306C);
}

.header.shrink .top-header .fa-facebook:hover {
 filter: drop-shadow(-2px -2px  #1877F2);
}

.header.shrink .top-header .fa-linkedin:hover {
 filter: drop-shadow(-2px -2px  #0077b5);
}

.header.shrink .top-header .fa-tiktok:hover {
 filter: drop-shadow(-2px -1px #28FFFF) drop-shadow(2px 1px #FE2D52);
}



.header.shrink .social-icons i {
    color: #ddd;
    filter: none;
}

.header.shrink .logo-header {
  transform: scale(1);
}

.header.shrink .logo-header:hover {
transform: scale(1); 
}

.menu-button {
transition: all 0.5s ease;
position: relative;
}

.header.shrink .menu-button {
transform: scale(0.9);
}

.header.shrink .menu-button:hover {
transform: scale(0.9) translateY(-2px);
}

.header.shrink .social-header {
  transform: scale(0.8);
}

.header.shrink .social-header:hover {
transform: scale(1.1);
}/* End custom CSS */
/* Start custom CSS *//* Telas menores */

@media (min-width: 0px) and (max-width: 780px) {

  .header {
    height: 80px !important;
    padding-bottom: 0px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    background: linear-gradient(to bottom, #148C44, #60A96C) !important;
    transition: all 0.5s ease;
  }

  .logo-header {
    margin-left: 50px !important;
    margin-top: -20px !important;
    position: absolute;
    transform: scale(2.5) !important;
  }


  .site-title {
    position: absolute;
    top: auto !important;
    left: auto !important;
    transform: scale(0.8);
  }

  .header .site-title {
    transform: scale(0.7) !important;
  }

  .menu-button {
    position: absolute !important;
    bottom: auto !important;
    left: auto !important;
    transform: scale(0.7) !important;
  }

  .menu-button:hover {
    transform: sacale(0.7) !important;
  }

  .header .menu-button {
    transform: scale(0.5) !important;
    bottom: auto !important;
  }

  .social-header {
    position: absolute;
    left: 10px;
    bottom: auto !important;
    transform: scale(0.6) !important;
    margin-top: 120px;
    margin-right: -100px;
  }

  .header .social-header {
    transform: scale(0.5) !important;
    display: none;
  }


}/* End custom CSS */