img.alignright {
    float: right;
    margin: 0 0 1em 1em
}

img.alignleft {
    float: left;
    margin: 0 1em 1em 0
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

a img.alignright {
    float: right;
    margin: 0 0 1em 1em
}

a img.alignleft {
    float: left;
    margin: 0 1em 1em 0
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.hideme {
    opacity: 0;
}

.dynamic_css {
    border: none !important;
}

.wp-pagenavi {
    height: 28px;
    padding: 20px 0 0;
}

.wp-pagenavi span.pages,
.wp-pagenavi span.extend,
.wp-pagenavi a.last,
.wp-pagenavi a.first {
    display: none;
}

.wp-pagenavi a,
.wp-pagenavi span {
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff;
    background-color: #4381CB;
    margin-right: 5px;
    text-decoration: none;
}

.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink,
.wp-pagenavi span.current {
    background-color: #2E64A7;
}

.wp-pagenavi a:hover {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

@-webkit-keyframes uil-ring-anim {
    0% {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes uil-ring-anim {
    0% {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes uil-ring-anim {
    0% {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-keyframes uil-ring-anim {
    0% {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes uil-ring-anim {
    0% {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes uil-ring-anim {
    0% {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes uil-ring-anim {
    0% {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes uil-ring-anim {
    0% {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.uil-ring-css {
    background: none;
    position: relative;
    width: 200px;
    height: 200px;
}

.uil-ring-css>div {
    position: absolute;
    display: block;
    width: 160px;
    height: 160px;
    top: 20px;
    left: 20px;
    border-radius: 80px;
    box-shadow: 0 6px 0 0 #fa7305;
    -ms-animation: uil-ring-anim 1s linear infinite;
    -moz-animation: uil-ring-anim 1s linear infinite;
    -webkit-animation: uil-ring-anim 1s linear infinite;
    -o-animation: uil-ring-anim 1s linear infinite;
    animation: uil-ring-anim 1s linear infinite;
}

#noticia-box4 .col-sm-9 p {
    font-size: 1.1em;
    line-height: 1.6em;
    font-family: "Source Sans Pro";
    font-weight: 300;
    color: #666666;
}

#eucuido-banner img {
    width: 100%;
    height: auto
}

#relacionamento {
    margin-top: 80px;
}

#relacionamento img {
    width: 100%;
    height: auto;
}

#relacionamento figure {
    margin-top: 30px;
}







.service-buttons {
    padding: 40px 0;
  }
  
  .service-buttons .container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
  }
  
  .button-card {
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 8px;
    padding: 15px 20px;
    width: 250px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.05);
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 0.5px solid #5b96ca;
  }
  
  .button-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0,0,0,0.1);
  }
  
  .icon {
    margin-right: 15px;
    font-size: 24px;
    color: #1e73be;
    background-color: #f0f4f8;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
  }
  
  .button-card:hover .icon {
    background-color: #1e73be;
    color: white;
  }
  
  .button-content h3 {
    font-size: 14px;
    color: #333;
    font-weight: 600;
  }
  
  /* Responsive Styles */
  @media (max-width: 1000px) {
    .nav-item {
        padding: 15px 12px;
        font-size: 12px;
    }
    
    .consultation-btn {
        padding: 5px 15px;
        font-size: 12px;
    }
  }
  
  @media (max-width: 768px) {
    body {
        background-color: #fff;
    }
    
    .header-container {
        display: none; 
    }
    
    /* Main navigation styling for mobile */
    .main-nav {
        width: 100%;
        border-radius: 0;
        background-color: #1e73be;
        margin: 0;
        padding: 0;
        height: 60px;
    }
    
    /* Show white logo in main nav for mobile */
    .main-nav .logo-white {
        display: block;
    }
    
    /* Show hamburger menu button */
    .menu-toggle {
        display: block;
        background: none;
        border: none;
        color: white;
        font-size: 24px;
        cursor: pointer;
        padding: 10px 15px;
        margin-right: 5px;
    }
    
    .menu-toggle i {
        background-color: transparent;
        padding: 5px;
        border-radius: 3px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .main-nav, .sticky-nav {
        flex-direction: row;
        position: relative;
        justify-content: space-between; 
    }
    
    .main-nav .menu-items, .sticky-nav .menu-items {
        flex-direction: column;
        width: 100%;
        position: absolute;
        top: 60px;
        left: 0;
        background-color: #1e73be;
        display: none;
        overflow: hidden;
        box-shadow: 0 5px 10px rgba(0,0,0,0.1);
        z-index: 1000;
    }
    
    /* Show menu when active class is added via JavaScript */
    .menu-items.active {
        display: flex;
    }
    
    .nav-item {
        padding: 15px 20px;
        text-align: left;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        font-size: 14px;
    }
    
    .nav-item:hover {
        background-color: rgba(255, 255, 255, 0.2);
    }
    
    /* Hide the orange consultation button in mobile */
    .consultation-btn {
        display: none;
    }
    
    .sticky-nav {
        height: 60px;
        padding: 0; 
    }
    
    .sticky-nav .menu-items {
        margin-left: 0;
        width: 100%;
        top: 60px;
    }
    
    .sticky-nav .logo-white {
        display: block;
    }
    
    .service-buttons {
        padding: 20px 0;
    }
    
    .service-buttons .container {
        flex-direction: column;
        align-items: center;
        gap: 15px;
        width: 95%;
    }
    
    .button-card {
        width: 100%;
        padding: 15px;
        border-radius: 10px;
        box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    }
    
    .button-card:hover {
        transform: none;
    }
    
    .button-content h3 {
        font-size: 13px;
    }
    
    .icon {
        width: 40px;
        height: 40px;
    }
  }
  
  @media (max-width: 480px) {
    .main-nav .logo-white img,
    .sticky-nav .logo-white img {
        height: 30px;
    }
    
    .button-content h3 {
        font-size: 12px;
    }
  }

  

  /* Preloader */
.waviy {
    position: relative;
    -webkit-box-reflect: below -20px linear-gradient(transparent, rgba(0, 0, 0, 0.2));
  }
  
  .waviy span {
    position: relative;
    display: inline-block;
    font-size: 40px;
    color: #000;
    text-transform: uppercase;
    animation: waviy 1s infinite;
    animation-delay: calc(.1s * var(--i));
  }
  
  @keyframes waviy {
    0%, 40%, 100% {
      transform: translateY(0);
    }
    20% {
      transform: translateY(-20px);
    }
  }
  
  #preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    background-color: #fff;
  }
  
  .waviy span {
    color: rgb(65, 62, 224);
  }
  
  [data-theme-version="dark"] #preloader {
    background: #171622;
  }
  
  [data-theme-version="dark"] .waviy span {
    color: #fff;
  }
  
  