/* ===================================
    About
====================================== */

/*
    Theme Name: MegaOne
    Theme URI:
    Author: Themes Industry
    Author URI:
    Description: One Page Parallax Template
    Tags: one page, multipurpose, parallax, creative, html5
 */

/* ===================================
    Table of Content
====================================== */

/*  - Fonts
    - General
    - Fonts
    - Social Icon Hover
    - Header And Navigation
    - Slider
    - About
    - Team
    - Portfolio
    - Price
    - Parallax
    - Testimonial
    - Client
    - Blog
    - Contact
    - Map
    - Footer
    - Loader
    - Media Queries   */


/* ===================================
    Google font
====================================== */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap');

/* ===================================
    Scrollbar
====================================== */

.breadcrumb-item.active {
    color: #ffffff;
}

/* ===================================
    General
====================================== */

body {font-family: 'Montserrat', sans-serif; font-size: 16px;color: #2b2b2b;font-weight:300;line-height:25px;width: 100%; overflow-x: hidden}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {line-height: 1.2; font-weight: 500; font-family: 'Poppins', sans-serif;margin-bottom: 0;}
a, *::before, *::after, img, span, input, button, .navbar, .fixedmenu, .tp-bullet, .owl-dot, .owl-prev, .owl-next {transition: ease-in-out 0.2s;-webkit-transition: ease-in-out 0.2s;-moz-transition: ease-in-out 0.2s;-ms-transition: ease-in-out 0.2s;-o-transition: ease-in-out 0.2s;}
section,.section-padding {position: relative;overflow: hidden;}
.section-top-margin{margin-top: 7.5rem;}
a {color:inherit;text-decoration: none;}
.rev_slider_wrapper{width: 100% !important;}
.btn.focus, .btn:focus{-webkit-box-shadow: none;box-shadow: none;}
p:last-child{margin-bottom: 0 !important;}
.fa, .far, .fas{display: inline;}
a:active, a:hover{color: #007fb3;}
blockquote {border-left: 2px solid;padding: 10px 15px 10px 35px;margin: 25px 0;font-size: 18px;line-height: 28px;margin-top: 32px;margin-bottom: 32px;}
blockquote > cite {font-weight: 400;font-size: 14px;display: block;}
.hidden{display: none;}

/* transition none */
.no-transition *{transition-timing-function:initial; -moz-transition-timing-function:initial; -webkit-transition-timing-function:initial; -o-transition-timing-function:initial; -ms-transition-timing-function:initial; transition-duration: 0s; -moz-transition-duration: 0s; -webkit-transition-duration: 0s; -o-transition-duration: 0s; -ms-transition-duration: 0s;}

/* overlay */
.bg-overlay{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}

/* opacity */
.opacity-full{opacity: 1;}
.opacity-3{opacity: .3;}
.opacity-4{opacity: .4;}
.opacity-5{opacity: .5;}
.opacity-6{opacity: .6;}
.opacity-7{opacity: .7;}
.opacity-8{opacity: .8;}
.opacity-9{opacity: .9;}

/*font-weight*/
.font-weight-100{font-weight: 100;}
.font-weight-300{font-weight: 300;}
.font-weight-500{font-weight: 500;}
.font-weight-600{font-weight: 600;}

/* button */
.btn {-webkit-appearance: initial; overflow: hidden;position: -webkit-sticky;position: sticky; z-index: 2; display:inline-block; font-size: 17px; border:2px solid transparent; letter-spacing: .5px; line-height: inherit; border-radius: 0; text-transform:capitalize; width: auto;font-family: 'Poppins', sans-serif; font-weight: 500; -webkit-transition: all .5s ease;-o-transition: all .5s ease !important;transition: all .5s ease !important;}
/* button size */
.btn.btn-small {font-size:12px; padding: 4px 1.8em;}
.btn.btn-medium {font-size:12px; padding: 6px 1.8em;}
.btn.btn-large {font-size:14px; padding: 9px 34px; line-height: 1.8em;}
.btn.btn-rounded {border-radius: 50px;}


.yellow-and-white-slider-btn{font-size: 14px;font-family: Montserrat, sans-serif;letter-spacing:3px;padding: 10px 25px;color:#ffffff;font-weight: 500;background-color:#007fb3;border:1px solid transparent;border-radius: 0px;-webkit-transition: .8s ease !important;-o-transition: .8s ease !important;transition: .8s ease !important;}
.yellow-and-white-slider-btn:hover{ color:#ffffff !important;background-color:#000000 !important; }

.black-and-white-slider-btn{font-size: 12px;font-family: 'Poppins', sans-serif;padding: 10px 25px;color:#ffffff;font-weight: 600;background-color:#000000;border:1px solid transparent;border-radius: 0px;-webkit-transition: .8s ease !important;-o-transition: .8s ease !important;transition: .8s ease !important;}
.black-and-white-slider-btn:hover{color: #000000 !important; ;background-color:#ffffff !important; }

.white-and-black-slider-btn{font-size: 12px;font-family: 'Poppins', sans-serif;padding: 10px 25px;color:#000000;font-weight: 600;background-color:#ffffff;border:1px solid transparent;border-radius: 0px;-webkit-transition: .8s ease !important;-o-transition: .8s ease !important;transition: .8s ease !important;}
.white-and-black-slider-btn:hover{color: #ffffff !important; ;background-color:#000000 !important; }

/* background color */
.bg-black{background: #000000;}
.bg-yellow {background-color: #007fb3;}

/* text-color */
.main-color{color: #007fb3;}

/*Max Width*/
.mx-570{
    max-width: 570px;
    display: inline-block;
}
.parallax-disable{
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
}

/* ===================================
   Social Icon Bg
====================================== */

.social-icon-bg a i.fa-facebook-f {background-color: #3B5998;}
.social-icon-bg a i.fa-twitter {background-color: #a07bf7;}
.social-icon-bg a i.fa-google-plus {background-color: #007fb3;}
.social-icon-bg a i.fa-linkedin-in {background-color: #0976B4;}
.social-icon-bg a i.fa-instagram {background-color: #c13584;}
.social-icon-bg a i.fa-youtube {background-color: #007fb3;}
.social-icon-bg a i.fa-pinterest-p {background-color: #B7242A;}
.social-icon-bg a i.fa-instagram {background-color: #e8715c;}
.social-icon-bg a i.fa-vimeo {background-color: #1ab7ea;}
.social-icon-bg a i.fa-vk {background-color: #4c75a3;}
.social-icon-bg a i.fa-youtube {background-color: #cd201f;}
.social-icon-bg a i.fa-pinterest {background-color: #bd081c;}
.social-icon-bg a i.fa-tumblr {background-color: #34465d;}
.social-icon-bg a i.fa-behance {background-color: #131418;}
.social-icon-bg a i.fa-dribbble {background-color: #ea4c89;}
.social-icon-bg a i.fa-google-plus {background-color: #007fb3;}
.social-icon-bg a i.fa-xing {background-color: #026466;}
.social-icon-bg a i.fa-yelp {background-color: #af0606;}
.social-icon-bg a i.fa-vine {background-color: #00b489;}

/* ===================================
   Social Icon Bg Hover
====================================== */

.social-icon-bg-hvr a:hover i.fa-facebook-f {background-color: #3B5998;}
.social-icon-bg-hvr a:hover i.fa-twitter {background-color: #a07bf7;}
.social-icon-bg-hvr a:hover i.fa-google-plus {background-color: #007fb3;}
.social-icon-bg-hvr a:hover i.fa-linkedin-in {background-color: #0976B4;}
.social-icon-bg-hvr a:hover i.fa-instagram {background-color: #c13584;}
.social-icon-bg-hvr a:hover i.fa-youtube {background-color: #007fb3;}
.social-icon-bg-hvr a:hover i.fa-pinterest-p {background-color: #B7242A;}
.social-icon-bg-hvr a:hover i.fa-instagram {background-color: #e8715c;}
.social-icon-bg-hvr a:hover i.fa-vimeo {background-color: #1ab7ea;}
.social-icon-bg-hvr a:hover i.fa-vk {background-color: #4c75a3;}
.social-icon-bg-hvr a:hover i.fa-youtube {background-color: #cd201f;}
.social-icon-bg-hvr a:hover i.fa-pinterest {background-color: #bd081c;}
.social-icon-bg-hvr a:hover i.fa-tumblr {background-color: #34465d;}
.social-icon-bg-hvr a:hover i.fa-behance {background-color: #131418;}
.social-icon-bg-hvr a:hover i.fa-dribbble {background-color: #ea4c89;}
.social-icon-bg-hvr a:hover i.fa-google-plus {background-color: #007fb3;}
.social-icon-bg-hvr a:hover i.fa-xing {background-color: #026466;}
.social-icon-bg-hvr a:hover i.fa-yelp {background-color: #af0606;}
.social-icon-bg-hvr a:hover i.fa-vine {background-color: #00b489;}

/* ===================================
   Social Icon Color
====================================== */

.social-icon-clr a i.fa-facebook-f {color: #3B5998;}
.social-icon-clr a i.fa-twitter {color: #0976B4;}
.social-icon-clr a i.fa-google-plus {color: #007fb3;}
.social-icon-clr a i.fa-linkedin-in {color: #0976B4;}
.social-icon-clr a i.fa-instagram {color: #c13584;}
.social-icon-clr a i.fa-youtube {color: #007fb3;}
.social-icon-clr a i.fa-pinterest-p {color: #B7242A;}
.social-icon-clr a i.fa-instagram {color: #e8715c;}
.social-icon-clr a i.fa-vimeo {color: #1ab7ea;}
.social-icon-clr a i.fa-vk {color: #4c75a3;}
.social-icon-clr a i.fa-youtube {color: #cd201f;}
.social-icon-clr a i.fa-pinterest {color: #bd081c;}
.social-icon-clr a i.fa-tumblr {color: #34465d;}
.social-icon-clr a i.fa-behance {color: #131418;}
.social-icon-clr a i.fa-dribbble {color: #ea4c89;}
.social-icon-clr a i.fa-google-plus {color: #007fb3;}
.social-icon-clr a i.fa-xing {color: #026466;}
.social-icon-clr a i.fa-yelp {color: #af0606;}
.social-icon-clr a i.fa-vine {color: #00b489;}

/* ===================================
   Social Icon Hover
====================================== */

.social-icon-clr-hvr a i:hover.fa-facebook-f {color: #3B5998;}
.social-icon-clr-hvr a i:hover.fa-twitter {color: #0976B4;}
.social-icon-clr-hvr a i:hover.fa-google-plus {color: #007fb3;}
.social-icon-clr-hvr a i:hover.fa-linkedin-in {color: #0976B4;}
.social-icon-clr-hvr a i:hover.fa-instagram {color: #c13584;}
.social-icon-clr-hvr a i:hover.fa-youtube {color: #007fb3;}
.social-icon-clr-hvr a i:hover.fa-pinterest-p {color: #B7242A;}
.social-icon-clr-hvr a i:hover.fa-instagram {color: #e8715c;}
.social-icon-clr-hvr a i:hover.fa-vimeo {color: #1ab7ea;}
.social-icon-clr-hvr a i:hover.fa-vk {color: #4c75a3;}
.social-icon-clr-hvr a i:hover.fa-youtube {color: #cd201f;}
.social-icon-clr-hvr a i:hover.fa-pinterest {color: #bd081c;}
.social-icon-clr-hvr a i:hover.fa-tumblr {color: #34465d;}
.social-icon-clr-hvr a i:hover.fa-behance {color: #131418;}
.social-icon-clr-hvr a i:hover.fa-dribbble {color: #ea4c89;}
.social-icon-clr-hvr a i:hover.fa-google-plus {color: #007fb3;}
.social-icon-clr-hvr a i:hover.fa-xing {color: #026466;}
.social-icon-clr-hvr a i:hover.fa-yelp {color: #af0606;}
.social-icon-clr-hvr a i:hover.fa-vine {color: #00b489;}

/* ===================================
        Header Info Nav
   ====================================== */

.upper-nav{
    background-color: rgb(0 127 179);
    padding-top: 10px;
    padding-bottom: 10px;
}

.upper-nav h4.top-text{
    font-size: 12px;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-weight:normal;
    margin-top: auto;
    margin-bottom: auto;
}
.upper-nav .top-detail{
    -webkit-margin-after: 0;
    margin-block-end: 0;
}
.upper-nav .top-detail li{
    list-style: none;
    display: inline-block;
    margin-right: 20px;
}
.upper-nav .top-detail li a{
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    font-weight: normal;
    text-decoration: none;
    font-size: 14px;
}

.upper-nav .top-detail li.c-links span i{
    font-size: 20px;
    margin-right: 5px;
    color: #ffffff;
    position: relative;
    top: 2px;
}
.upper-nav .top-detail li.social-links{
    margin-left: 15px;
    margin-right: 0;
}
.upper-nav .top-detail li.social-links span i{
    font-size: 14px;
    margin-right: 0;
    color: #ffffff;
    padding: 4px;
    position: relative;
    top: 0;
    border: solid 1px transparent;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
}
.upper-nav .top-detail li.social-links span i:hover{
    border-radius: 50%;
    border: solid 1px #FFFFFF;
}
/* ===================================
        Header
   ====================================== */

/* nav top default */

header a.logo {
    display: inline-block;
    padding-top: .4rem;
}
header a.logo img {
    max-width: 170px;
    vertical-align: sub;
}

header{
    position: absolute;
    top: 0;
    z-index: 99;
    overflow: visible !important;
    width: 100%;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    background-color: transparent;
    border-bottom: solid 1px rgba(255, 255, 255, 0.30);
}


/* Quando o header entra no modo "header-appear" (após scroll) */
.header-appear .navbar-nav .nav-link {
    color: #000 !important;
}

.header-appear .navbar-nav .nav-link:hover {
    color: #000 !important;
    opacity: 0.7;
}

/* Itens do dropdown */
.header-appear .dropdown-menu .dropdown-item {
    color: #333 !important;
}

/* Hover dos itens */
.header-appear .dropdown-menu .dropdown-item:hover {
    color: #000 !important;
}

/* Título "Internacionais" ou qualquer texto não clicável */
.header-appear .dropdown-menu .dropdown-item[style] {
    color: #333 !important;
}

/* Opcional: seta ▼ preta */
.header-appear .nav-item.dropdown > .nav-link::after {
    color: #000 !important;
}

.header-appear{
    /*height: 70px;*/
    position: fixed;
    z-index: 99;
    background: #ffffff;
    -webkit-animation-name: animationFade;
    animation-name: animationFade;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
    border-bottom: none;
}

.header-appear .upper-nav{
    display: none;
}
header .navbar-simple{
    padding: .8rem 1rem;
    overflow: visible !important;
}

/*Navbar Simple*/

.navbar-simple .navbar-nav .nav-link {
    font-size: 15px;
    color: #ffffff;
    font-weight: 400;
    text-align: center;
    padding: 0.4rem 1rem;
}
.navbar-simple .navbar-nav .nav-link:last-child{
    padding-right: 0;
}

.nav-box-round .navbar-nav .nav-link{
    border-radius: 20px;
}

/*nav line*/

.nav-line {
    overflow: visible !important;
}

.nav-line .navbar-nav .nav-link.active:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    visibility: visible;
    opacity: 1;
}

.nav-line .navbar-nav .nav-link:before {
    position: relative;
    content: '';
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    display: table;
    height: 3px;
    border-radius: 2px;
    bottom: -28px;
    -webkit-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    background: #ffffff;
    visibility: hidden;
    opacity: 0;
}

/* ===================================
    Side Menu
====================================== */


.side-menu {
    width: 40%;
    position: fixed;
    right: 0;
    top: 0;
    background: #007fb3;
    z-index: 1032;
    height: 100%;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    -o-transition: -o-transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease;
    -webkit-transition:transform .5s ease;
    overflow: hidden;
}
.side-menu.left {
    left: 0; right: auto;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
.side-menu.before-side {
    width: 280px;
}
.side-menu.side-menu-active,
.side-menu.before-side{
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.pul-menu .side-menu.side-menu-active {
    visibility: visible; opacity: 1;
}
.side-menu .navbar-brand {
    margin: 0 0 2.5rem 0;
}

/*Side overlay*/
#close_side_menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    -webkit-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    -o-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    display: none;
    z-index: 1031;
    opacity: 0.4;
}

/*side clode btn*/
.side-menu .btn-close {
    height: 33px;
    width: 33px;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 25px;
    right: 50px;
    cursor: pointer;
}
.side-menu.before-side .btn-close{
    display: none;
}
.side-menu .btn-close::before, .side-menu .btn-close::after {
    position: absolute;
    left: 16px;
    content: ' ';
    height: 24px;
    width: 2px;
    background: #fff;
    top: 5px;
}
.side-menu .btn-close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.side-menu .btn-close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/*side open btn*/

.sidemenu_btn {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    width: 36px;
    padding: 6px;
    /*margin-right: 1rem;*/
    margin-top: .4rem;
    position: absolute;
    /*right: 15px;*/
    right: 0;
    display: inline-block;
}
.sidemenu_btn span {
    height: 2px;
    width: 100%;
    background: #ffffff;
    display: block;
}

.sidemenu_btn span:nth-child(2) {
    margin: 4px 0;
}

.side-menu .inner-wrapper {
    padding: 3.5rem 5rem;
    height: 100%;
    position: relative;
    overflow-y: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.pul-menu.pushwrap .side-menu .inner-wrapper{
    padding: 3.5rem 2.5rem;
}
.side-menu .side-nav {
    margin-bottom: 30px;
    display: block;
}
.side-nav .navbar-nav .nav-item{
    display: block;
    margin: 10px 0; padding: 0 !important;
    opacity: 0;
    -webkit-transition: all 0.8s ease 500ms;
    -o-transition: all 0.8s ease 500ms;
    transition: all 0.8s ease 500ms;

    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
}
.side-nav .navbar-nav .nav-item:first-child {
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
}
.side-nav .navbar-nav .nav-item:nth-child(2){
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}
.side-nav .navbar-nav .nav-item:nth-child(3) {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}
.side-nav .navbar-nav .nav-item:nth-child(4) {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
}
.side-nav .navbar-nav .nav-item:nth-child(5) {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
}
.side-nav .navbar-nav .nav-item:nth-child(6) {
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s;
}
.side-nav .navbar-nav .nav-item:nth-child(7) {
    -webkit-transition-delay: .7s;
    -o-transition-delay: .7s;
    transition-delay: .7s;
}
.side-nav .navbar-nav .nav-item:nth-child(8) {
    -webkit-transition-delay: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s;
}
.side-nav .navbar-nav .nav-item:nth-child(9) {
    -webkit-transition-delay: .9s;
    -o-transition-delay: .9s;
    transition-delay: .9s;
}
.side-menu.side-menu-active .side-nav .navbar-nav .nav-item {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.side-nav .navbar-nav .nav-link {
    display: inline-table;
    color: #fff;
    padding: 2px 0 3px 0 !important;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: normal;
    position: relative;
    border-radius: 0;
}
.side-nav .navbar-nav .nav-link::after{
    content: "";
    position: absolute;
    background: #fff;
    display: inline-block;
    width: 0;
    height: 3px;
    bottom: 0; left: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
}

.side-nav .navbar-nav .nav-link:hover::after,
.side-nav .navbar-nav .nav-link:focus::after,
.side-nav .navbar-nav .nav-link.active::after {
    width: 100%;
}
.side-nav .navbar-nav .nav-link.active {
    background: transparent;
}
.side-menu p{
    margin-top: .5rem;
    margin-bottom: 0;
}

.social-icons-simple{
    margin-bottom: 0;
    margin-left: -10px;
}

.social-icons-simple li{
    display: inline-block;
}

.social-icons-simple li a {
    display: block;
    font-size: 16px;
    height: 36px;
    line-height: 38px;
    border: 1px solid transparent;
    text-align: center;
    width: 36px;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: background-color .5s ease;
    -o-transition: background-color .5s ease;
    transition: background-color .5s ease;
}
.social-icons-simple li a:hover{
    background-color:#FFFFFF;
}

.social-icons-simple li.animated-wrap a:hover{
    background-color: transparent;
    color: #ffffff;
}
@-webkit-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

/* ===================================
      Custom css
  ==================================== */
.heading-details{
    margin-bottom: 80px;
}
.heading-details .heading{
    font-family: 'Poppins',sans-serif;
    font-size: 50px;
    display: inline-block;
    /*-webkit-text-stroke: 1px rgb(0, 0, 0);*/
    /*-webkit-text-fill-color: transparent;*/
}
.heading-details .heading i{
    color: #007fb3;
    font-size: 40px;
}
.padding-bottom{
    padding-bottom:  80px;
}
.padding-top{
    padding-top: 80px;
}
.heading-details .top-des{
    font-family: Montserrat, sans-serif;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 1px;
}
/* ===================================
        Slider
   ====================================== */
.rev-slider .slider-overlay{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; 
    background-color: rgba(0, 0, 0, 0.6);
}


/* Wrapper */
.gold-silver-minimal {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 60px;
    width: 100%;
}


/* Cada bloco */
.metal-item {
    text-align: center;
    min-width: 260px;
}

/* Ícones */
.metal-icon {
    font-size: 42px;
    margin-bottom: 5px;
}

.metal-icon.gold { color: #bfa133; }
.metal-icon.silver { color: #7e7e7e; }

/* Preços */
.metal-item h3 {
    font-size: 32px;
    font-weight: 700;
    margin: 5px 0;
    color: #222;
}

/* Labels */
.metal-label {
    font-size: 17px;
    color: #555;
    margin-bottom: 10px;
    margin-top: -7px;
}

/* Variação */
.variation {
    margin-top: 5px;
    font-size: 15px;
    font-weight: 600;
	margin-top: 5px;
    margin-bottom: -5px;
}

.variation-note {
    font-size: 12px;
    color: #777;
}

/* ===================================
      counter cards css
  ==================================== */
.speaker-counter{
}
.speaker-counter .counter-div{
    background-color: #fff;
    padding: 10px 50px;
    position: absolute;
    left: 15px;
    right: 15px;
    transform: translateY(-100%);
    border-top: solid 10px #007fb3;
    z-index: 11;
    cursor: pointer;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.swal2-confirm{
    background: #007fb3 !important;
    color: white !important;
}

.speaker-counter .counter-div .counter-cards .counter-card{
    background-color: rgba(247, 247, 247, 1);
    border: solid 1px transparent;
    /*border-radius: 15px;*/
    padding: 15px;
    padding-top: 0;
    display: block;
}
.speaker-counter .counter-div .counter-cards .counter-card a{
    height: 80px;
    width: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: solid 1px #007fb3;
    background-color: #FFFFFF;
    margin-bottom: 10px;
    position: absolute;
    left: 50%;
    transition: .8s ease;
    transform: translate(-50%,-50%);
}
.speaker-counter .counter-div .counter-cards .counter-card:hover a{
    background-color: #007fb3;
}
.speaker-counter .counter-div .counter-cards .counter-card:hover a i{
    color: #FFFFFF;
}
.speaker-counter .counter-div .counter-cards .counter-card a i{
    font-size: 40px;
    display: block;
    color:#007fb3;
    /*transition: .8s ease;*/
}
.speaker-counter .counter-div .counter-cards .counter-card .counter-num{
    margin-top: 50px;
    font-size: 32px;
}
.speaker-counter .counter-div .counter-cards .counter-card .counter-text{
    font-size: 16px;
}
/* ===================================
                About Us
  ==================================== */

.about-sec{
    padding-top: 225px;
}
.heading-area .title{
    font-size: 40px;
    margin-bottom: 25px;
    font-family: 'Poppins', sans-serif;
}

.heading-area .sub-title{
    margin-bottom: 15px;
    font-weight: 400;
    color: #007fb3;
}

.about-list{
    padding: 0;
    padding-top: 10px;
    margin: 0;
    list-style: none;
}


.about-list li{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
}

.about-list li .a-icon{
    font-size: 25px;
    margin-right: 15px;
    color:#007fb3;
}
.about-sec .quote{
    font-weight: 400;
}

.about-sec .about-img-area .about-img{
    padding-right: 30px;
    padding-bottom: 30px;
    background-size: cover;
    /*background-color: #6479bf;*/
}
.about-sec .about-img-area .about-img img{
    width: 100%;
    /*margin-top: 30px;*/
    margin-top: 60px;
    margin-bottom: 30px;
    margin-left: -80px;
    position: relative;
    z-index: 1;
    box-shadow: 11px 11px 25px #594242;
}
.overlay-white{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.48);
}
.overlay-dark{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.58);
}
/* ===================================
        services section
====================================== */
.services-sec{
}
.services-sec .services-box{
    padding: 15px;
}

.services-sec .services-box i{
    font-size: 45px;
    height: 100px;
    transition: .5s ease;
    width: 100px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    color: #ffffff;
    background-color: #007fb3;
    margin-bottom: 20px;
}
.services-sec .services-box:hover i{
    transform: translateY(-10px);
    /*border: solid 20px #6479bf;*/
    -webkit-animation: itg_pulse_blue 1s infinite;
    -o-animation: itg_pulse_blue 1s infinite;
    animation: itg_pulse_blue 1s infinite;
    -webkit-box-shadow:0 0 0 0 rgb(100, 121, 191);
}


.services-sec .services-box .services-heading{
    /*text-transform: uppercase;*/
    font-family: 'Poppins',sans-serif;
    margin-bottom: 12px;
    font-size: 23px;
    transition: .5s ease;
}
.services-sec .services-box:hover .services-heading{
color: #007fb3;
}
.services-sec .services-box .services-des{
    font-family: Montserrat, sans-serif;
    font-weight: 300;
}

/* ===================================
            quote sec css
====================================== */
.quote-sec{
    background-color: #007fb3;
    overflow: visible;
}


.quote-sec .quote-detail-area{
    background-color: #007fb3;
    padding-left: 50px;
    padding-right: 50px;
    position: relative;
}
.quote-sec .quote-detail-area .quote-icon{
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    color: #FFFFFF;
    font-size: 50px;
}
.quote-sec .quote-writer{
    color: #FFFFFF;
    font-size: 20px;
}
.quote-sec .quote-text{
    color: #FFFFFF;
    font-size: 40px;
    font-family: 'Poppins',sans-serif;
    font-weight: 700;
    line-height: 1.3;
}

.quote-sec .quote-video-content .quote-inner-content{
    position: relative;
    z-index: 1;
}
.quote-sec .quote-video-content .quote-inner-content i.la-play{
    color: #FFFFFF;
    font-size: 30px;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    background-color: #007fb3;
    -webkit-animation: itg_pulse_blue 1s infinite;
    -o-animation: itg_pulse_blue 1s infinite;
    animation: itg_pulse_blue 1s infinite;
    -webkit-box-shadow:0 0 0 0 rgb(100, 121, 191);
    display: flex;
    justify-content: center;
    align-items: center;
    margin:20px auto;
    cursor: pointer;
}
.quote-sec .quote-video-content{
    min-height: 500px;
}
.quote-sec .quote-video-content .quote-inner-content span{
    display: block;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 18px;
}

/* ===================================
            Event sec css
====================================== */

.event-sec{
    background-color: #ffffff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='250' height='30' viewBox='0 0 1000 120'%3E%3Cg fill='none' stroke='%23d0c7c8' stroke-width='10' stroke-opacity='0.08'%3E%3Cpath d='M-500 75c0 0 125-30 250-30S0 75 0 75s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500 45c0 0 125-30 250-30S0 45 0 45s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500 105c0 0 125-30 250-30S0 105 0 105s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500 15c0 0 125-30 250-30S0 15 0 15s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500-15c0 0 125-30 250-30S0-15 0-15s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500 135c0 0 125-30 250-30S0 135 0 135s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3C/g%3E%3C/svg%3E");
}
.event-sec .heading-area{
    margin-bottom: 50px;
}
.event-sec .events-cards{
    padding-left: 0;
}
.event-sec .events-cards .card-li{
    list-style: none;
    margin-bottom: 10px;
}
.event-sec .events-cards .card-li .card-header{
    padding: 0 !important;
    background-color: #fff;

}
.event-sec .events-cards .event-card .event-date-area{
    /*border-right: solid 1px #000000;*/
    padding: 20px;
    background-color: #EEEEEE;
}
.event-sec .events-cards .event-card .event-date-area .event-date{
    font-family: 'Poppins',sans-serif;
    font-weight: 600;
    font-size: 35px;
    color: #007fb3;
}
.event-sec .events-cards .event-card .event-date-area .event-month{
    font-family: 'Poppins',sans-serif;
    font-weight: 500;
    font-size: 16px;
}
.event-sec .events-cards .event-card .event-des{
    padding: 20px;
}
.event-sec .events-cards .event-card .event-des .event-title{
    font-family: 'Poppins',sans-serif;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 3px;
}
.event-sec .events-cards .event-card .event-des .event-location{
    font-family: 'Poppins',sans-serif;
    font-weight: 300;
    font-size: 13px;
    margin-bottom: 5px;
    display: block;
}
.event-sec .events-cards .event-card .event-des .event-location i{
    margin-right: 5px;
    color: #007fb3;
}
.event-sec .events-cards .event-card .event-des .event-detail{
    font-family: 'Montserrat',sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #000000;
    opacity: .8;
}
.event-sec .card{
    background-color: transparent;
    border: none !important;
}
.event-sec  .c-btn{
    /*font-size: 20px;*/
    color: #000000;
    background-color: #FFFFFF;
    border: none;
    padding: 0;

}
.event-sec .e-counter-row{
    overflow: hidden;
    margin-top: 10px;
}
.event-sec .event-counter{
    background-color: #007fb3;
    padding: 20px 10px;
}
.event-sec .event-counter .count-card{
    display: inline-block;
    min-width: 130px;
    padding: 20px 10px;
    border: solid 1px #FFFFFF;
    color: #FFFFFF;
    font-size: 14px;
    margin-left: 15px;
}
.event-sec .event-counter .count-card span{
    color: #FFFFFF;
    display: block;
    font-size: 16px;
}
.event-sec .event-counter a.readbtn{
    display: inline-block;
    color: #FFFFFF;
    font-size: 12px;
    text-align: center;
    margin-left: 12px;
}
.event-sec .event-counter a.readbtn i{
    display: block;
}
/* ===================================
           event spaces sec css
====================================== */
.event-sec .img-space{
    position: relative;
}
.event-sec .img-space img{
    width: 100%;
}
.event-sec .img-space .overlay-spaces{
    position: absolute;
    background-color: rgba(0, 0, 0, 0.57);
    top: 0;
    left: 0;
    right: 0;
    bottom: 100%;
    transition: .8s ease;
    cursor: pointer;
}
.event-sec .img-space i{
    color: #FFFFFF;
    font-size: 60px;
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    transition: 1s ease;
    cursor: pointer;
}
.event-sec .img-space:hover .overlay-spaces{
    bottom: 0;
}
.event-sec .img-space:hover i{
    opacity: 1;
}
/* ===================================
        portfolio  sec css
====================================== */
.portfolio-sec .portfolio-heading{
    background-color: #007fb3;
}
.portfolio-sec .portfolio-heading .heading-details{
    margin-bottom: 0;
    padding-top: 30px;
    padding-bottom: 30px;
}
.portfolio-sec .portfolio-heading .heading-details .heading{
    color: #FFFFFF;
    -webkit-text-stroke: 1px rgb(255, 255, 255);
}
.portfolio-sec .portfolio-items .item .portfolio-overlay{
    position: absolute;
    background-color: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
    right: 0;
    bottom: 100%;
    transition: .8s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Poppins',sans-serif;
}
.portfolio-sec .portfolio-items .item:hover .portfolio-overlay{
    bottom: 0;
}
.portfolio-sec .portfolio-items .item .portfolio-overlay span{
    color: #FFFFFF;
    display: block;
    font-size: 18px;
}
.portfolio-sec .portfolio-items .item .portfolio-overlay .overlay-inner-content{
    opacity: 0;
}
.portfolio-sec .portfolio-items .item .portfolio-overlay i{
    color: #FFFFFF;
    font-size: 40px;
    margin-bottom: 10px;
    display: block;
    transition: .8s ease;
}
.portfolio-sec .portfolio-items .item:hover .portfolio-overlay .overlay-inner-content{
    opacity: 1;
}
/* ===================================
       News/blog section css
====================================== */
.blog-sec{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='250' height='30' viewBox='0 0 1000 120'%3E%3Cg fill='none' stroke='%23d0c7c8' stroke-width='10' stroke-opacity='0.08'%3E%3Cpath d='M-500 75c0 0 125-30 250-30S0 75 0 75s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500 45c0 0 125-30 250-30S0 45 0 45s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500 105c0 0 125-30 250-30S0 105 0 105s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500 15c0 0 125-30 250-30S0 15 0 15s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500-15c0 0 125-30 250-30S0-15 0-15s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500 135c0 0 125-30 250-30S0 135 0 135s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3C/g%3E%3C/svg%3E");
}
.blog-sec .latest-blogs{
    position: relative;
    padding: 80px 0;
}
.blog-sec .latest-blogs .inner-blog-content{}
.half-blue-overlay{
    position: absolute;
    left: 0;
    right: 55%;
    bottom: 0;
    top: 0;
    background-color: #007fb3;
    z-index: -1;
    border-radius: 5px;
}
.blog-sec .latest-blogs .inner-blog-content .blog-cards{}
.blog-sec .latest-blogs .inner-blog-content .blog-cards .news-card .news-img{
    overflow: hidden;
    position: relative;
}
.blog-sec .latest-blogs .inner-blog-content .blog-cards .news-card:hover .news-img img{
    transform: scale(1.1);
}
.blog-sec .latest-blogs .inner-blog-content .blog-cards .news-card:hover .news-carousal .owl-item.active  img{
    transform: scale(1.1);
}
.blog-sec .latest-blogs .inner-blog-content .blog-cards .news-card .news-carousal .owl-dots{
    position: absolute;
    left: 50%;
    bottom: 5px;
    transform: translateX(-50%);
}
.blog-sec .latest-blogs .inner-blog-content .blog-cards .news-card .news-carousal .owl-dots .owl-dot{
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: #FFFFFF;
    margin-right: 3px;
    border:solid 2px #fff;
}
.blog-sec .latest-blogs .inner-blog-content .blog-cards .news-card .news-carousal .owl-dots .owl-dot.active{
    background-color: transparent;
}
.blog-sec .latest-blogs .inner-blog-content .blog-cards .news-card .news-img img{
    width: 100%;
    height: 100%;
    transition: .5s ease;
}
.blog-sec .latest-blogs .inner-blog-content .blog-cards .news-card .news-img .news-video-btn{
    height: 50px;
    width: 50px;
    border-radius: 50%;
    border: solid 1px #007fb3;
    color: #FFFFFF;
    background-color: #007fb3;
    position: absolute;
    left: 50%;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translate(-50%,-50%);
    -webkit-animation: itg_pulse_blue 1s infinite;
    -o-animation: itg_pulse_blue 1s infinite;
    animation: itg_pulse_blue 1s infinite;
    -webkit-box-shadow:0 0 0 0 rgb(100, 121, 191);
}
.blog-sec .latest-blogs .inner-blog-content .blog-cards .news-card .news-content{
    background-color: #f8fafc;
    padding: 13px;
}
.blog-sec .latest-blogs .inner-blog-content .blog-cards .news-card .news-content .news-heading{
    font-size: 18px;
    margin-bottom: 3px;
    font-weight: 500;
}
.blog-sec .latest-blogs .inner-blog-content .blog-cards .news-card .news-content .news-text{
    font-size: 15px;
    margin-top: 10px;
    font-family: Montserrat , sans-serif;
}
.blog-sec .latest-blogs .inner-blog-content .blog-cards .news-card .news-content .news-btn i{
    margin-left: 5px;
}
.blog-sec .latest-blogs .inner-blog-content .blog-cards .news-card .news-content .news-btn{
    padding: 0;
    color: #000;
    font-size: 12px;
    border-radius: 0;
}
.blog-sec .latest-blogs .inner-blog-content .blog-cards .news-card .news-content .news-date{
    display: block;
    font-size: 12px;
    color: #000;
    font-weight: 300;
}
/* ===================================
    courses sec css
====================================== */
.courses-sec{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='250' height='30' viewBox='0 0 1000 120'%3E%3Cg fill='none' stroke='%23d0c7c8' stroke-width='10' stroke-opacity='0.08'%3E%3Cpath d='M-500 75c0 0 125-30 250-30S0 75 0 75s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500 45c0 0 125-30 250-30S0 45 0 45s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500 105c0 0 125-30 250-30S0 105 0 105s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500 15c0 0 125-30 250-30S0 15 0 15s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500-15c0 0 125-30 250-30S0-15 0-15s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500 135c0 0 125-30 250-30S0 135 0 135s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3C/g%3E%3C/svg%3E");
}
.courses-sec .half-blue-overlay{
    right: 0;
    left: 55%;
}
.courses-sec .latest-courses{
    position: relative;
    padding: 80px 0;
}
.courses-sec .latest-courses .inner-courses-content .course-cards{
    width: 77%;
}
.courses-sec .latest-courses .inner-courses-content .course-cards .course-card .course-img{
    overflow: hidden;
    position: relative;
}
.courses-sec .latest-courses .inner-courses-content .course-cards .course-card:hover .course-img img{
    transform: scale(1.1);
}

.courses-sec .latest-courses .inner-courses-content .course-cards .course-card .course-img img{
    width: 100%;
    height: 100%;
    transition: .5s ease;
}

.courses-sec .latest-courses .inner-courses-content .course-cards .course-card .course-content{
    background-color: #f8fafc;
    padding: 13px;
}

.news-p{
    display: block;
    font-size: 13px;
    color: #000;
    font-weight: 300;
    line-height: 16px;
    margin-top: 6px;
    margin-bottom: 5px;
}

.courses-sec .latest-courses .inner-courses-content .course-cards .course-card .course-content .course-heading{
    font-size: 18px;
    margin-bottom: 3px;
    font-weight: 500;
}
.courses-sec .latest-courses .inner-courses-content .course-cards .course-card .course-content .course-btn{
    padding: 0;
    color: #000;
    font-size: 12px;
    border-radius: 0;
}
.courses-sec .latest-courses .inner-courses-content .course-cards .course-card .course-content .course-btn i{
    margin-left: 5px;
}
.courses-sec .latest-courses .inner-courses-content .course-cards .course-card .course-content .course-date{
   display: block;
    font-size: 13px;
    color: #000;
    font-weight: 300;
    line-height: 16px;
    margin-top: 6px;
    margin-bottom: 5px;
}
/* ===================================
      testimonial section css
====================================== */
.testimonial-sec{

    position: relative;
}
.testimonial-sec .heading-details .heading{
    -webkit-text-stroke: 1px #FFFFFF;
    -webkit-text-fill-color: #fff;
}
.testimonial-sec .testimonial-review .review-detail .text-des{
    color: #FFFFFF;
    font-size: 16px;
}
.testimonial-sec .testimonial-review .review-detail ul.test-review{
    padding-left: 0;
}
.testimonial-sec .testimonial-review .review-detail ul.test-review li{
    list-style: none;
    display: inline-block;
}
.testimonial-sec .testimonial-review .review-detail ul.test-review li i{
    font-size: 20px;
    color: #FFF;
}
.testimonial-sec .testimonial-review{
    width: 80%;
    margin: auto;
    overflow: hidden;
}

.testimonial-sec .testimonial-review .client-info .client-name{
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 0;
}
.testimonial-sec .testimonial-review .client-info .client-designation{
    color: #FFFFFF;
}
.testimonial-sec .container{
    position: relative;
}
.testimonial-sec .test-btn{
    position: absolute;
    top: 43%;
    transform: translateY(-50%);
    color: #fff !important;
    font-size: 32px;
}
.testimonial-sec .test-btn#customNextBtn{
    right: -30px;
}
.testimonial-sec .test-btn#customPrevBtn{
    left: -30px;
}
/* ===================================
      brand  css
====================================== */
.brand-sec{
    padding-top: 120px;
}
.brand-sec .sponser-tags{
    padding-bottom: 120px;
    border-bottom: dashed 2px #e1e1e1;
}
.brand-sec .brand-img img{
    cursor: pointer;
    width: 60%;
}

/* ===================================
         contact us css
====================================== */

.contact-sec .contact-details{
    padding-top: 50px;
    padding-bottom: 50px;
}
.contact-sec .contact-form-box{
    box-shadow: 1px 1px 15px #f1f1f0cf;
    border-radius: 10px;
    padding: 30px;
}
.contact-sec .contact-details .contact-heading{
    color: #000000;
    font-size: 40px;
    font-family: 'Poppins',sans-serif;
    font-weight: 300;
    margin-bottom: 20px;
}
.contact-sec .contact-details .contact-address{
    font-size: 16px;
    color: #000000;
    opacity: .8;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    margin-bottom: 20px;
}
.contact-sec .contact-details .contact-list{
    padding-left: 0;
}
.contact-sec .contact-details .contact-list li{
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    list-style: none;
    color: #000000;
    font-size: 16px;
    opacity: .8;
}
.contact-sec .contact-details .contact-list li:nth-child(even){
    margin-bottom: 20px;
}
.contact-sec .contact-details .contact-list li:last-child{
    margin-bottom: 50px;
}
.contact-sec .contact-details .contact-s-media{
    padding-left: 0;
    margin-bottom: 0;
    right: auto;
    left: -10px;
}
.contact-sec .contact-details .contact-s-media li {
    list-style: none;
    margin-right: 10px;
    display: inline-block;
}
.contact-sec .contact-details .contact-s-media li:last-child {
    margin-right: 0;
}
.contact-sec .contact-details .contact-s-media li a{
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    padding-top: 2px;
    transition: .8s ease;
}
.contact-sec .contact-details .contact-s-media li:hover a{
    border-radius: 50%;
    color: #FFFFFF;
    background-color: #007fb3;
}

.contact-sec .contact-details .contact-s-media li a i{
    font-size: 18px;
    color: #000000;
}
.contact-sec .contact-details .contact-s-media li:hover a i{
    color: #FFFFFF;
}
.contact-sec .contact-details .page-footer{
    left: calc(50% - 125px);
}
.contact-sec{
    padding-bottom: 120px;
}
.contact-form {
    max-width: 100%;
    display: block;
    text-align: center;
    margin: 0 auto;
}

.contact-form .form-control {
    border: none;
    border-bottom:1px solid #e2e2e2;
    padding: 12px 0;
    background: #fff;
    letter-spacing: .7px;
    font-weight: 300;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 30px;
    font-size: 14px;
    position: relative;
    -webkit-transition: border .9s ease;
    -o-transition: border .9s ease;
    transition: border .9s ease;
}

.contact-form textarea {
    min-height: 65px;
    resize: none;
}

.contact-form .form-group {
    margin-bottom: 1.5rem;
}
/* ===================================
        map sec
====================================== */
.google-map{
    min-height: 400px;
    border-top: solid 15px #f9f9f9;
}

/* ===================================
   Partner
====================================== */


.partners-slider{
    margin: 4rem 0;
}

.partners-slider .logo-item{
    text-align: center;
}

.partners-slider .logo-item img{
    max-width: 170px;
    opacity: .5;
    display: inline-block;
}

/* ===================================
   Footer
====================================== */

.footer-style-1{
    padding: 5rem 0;
}

.footer-social ul{
    margin: 0;
    padding: 0;
}

.footer-social li{
    display: inline-block;
}

.footer-social a {
    display: block;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    border-radius: 50px;
    font-size: 17px;
    margin: 0 10px 0 0;
    border: 1px solid transparent;
    -webkit-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
}

.footer-social li:nth-last-child(1) a{
    margin-right: 0;
}

.footer-social li a:hover{
    background-color:#007fb3;
    color: #ffffff;
}

.company-about{
    font-size: 14px;
}


/* ===================================
   Scroll Top
====================================== */

.scroll-top-arrow, .scroll-top-arrow:focus {
    font-size: 23px;
    line-height: 47px;
    color: #fff;
    background-color: #007fb3;
    display: none;
    height: 45px;
    width: 45px;
    cursor: pointer;
    padding: 0;
    position: fixed;
    bottom: 70px;
    right: 20px;
    text-align: center;
    text-decoration: none;
    z-index: 9980;
    border-radius: 50px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.scroll-top-arrow:hover {
    background-color: #007fb3; }



/* ===================================
    Background images
====================================== */

[class*=bg-img]{
    position: relative;
    background-size: cover;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}


/* ===================================
        Preloader
   ====================================== */

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: #ffffff;
    z-index: 999;
}

.centrize {
    display: table;
    table-layout: fixed;
    height: 100%;
    position: relative;
}
.full-width {
    max-width: 100%;
    width: 100%;
}

.vertical-center {
    display: table-cell;
    vertical-align: middle;
}

.preloader .spinner {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
}

.preloader .spinner .double-bounce1,
.preloader .spinner .double-bounce2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #007fb3;
    opacity: 1;
    -webkit-animation: loader-bounce 2s infinite ease-in-out;
    animation: loader-bounce 2s infinite ease-in-out;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.preloader .spinner .double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
    opacity: 0.1;
}

@-webkit-keyframes loader-bounce {
    0%,
    100% {
        -webkit-transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
    }

}

@keyframes loader-bounce {
    0%,
    100% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }

    50% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }

}

/* ===================================
   Other Page
====================================== */
/* ===================================
     courses page css
====================================== */
.blog-content .main_content{
    display: inline-block;
}
.blog-content .main_content .course_block{
    width: 48%;
    float: left;
    padding: 20px;
    border: solid 1px #eee;
    margin-top: 50px;
}
.blog-content .main_content .course_block:nth-child(2){
    margin-top: 0;
}
.blog-content .main_content .course_block:nth-child(odd){
    margin-right: 2%;
}
.blog-content .main_content .course_block:last-child{
    border-bottom: solid 1px #eee;
}
.blog-content .nav-style2{
    display: block;
    margin-top: 80px;
    text-align: center;
}
.blog-content .nav-style2 nav{
    display: inline-block;
    margin-bottom: 0;
}
.blog-content .nav-style2 nav ul{
    margin-bottom: 0;
}
.blog-content nav ul li a {
    border-radius: 0;
    border: solid 1px #eee;
    font-size: 16px;
    margin-right: 0;
}
.blog-content nav ul li a.active {
    border-radius: 0;
}
.blog-content li:first-child a, .blog-content li:last-child a {
    border: solid 1px #eee;
}
/* ===================================
     courses detail page css
====================================== */
.course-detail{
    font-family: 'Poppins',sans-serif;
}
.course-detail .course-mini-detail{
    background-color: #007fb3;
}
.course-detail .course-mini-detail .mini-course-des{
    padding: 30px 15px;
}
.course-detail .course-mini-detail .course-detail-img img{
    width: 100%;
}
.course-detail .course-mini-detail .mini-course-des .course-heading{
    color: #fff;
    font-size: 24px;
    text-align: center;
    margin-bottom: 10px;
}
.course-detail .course-mini-detail .mini-course-des ul{
    padding-left: 0;
    text-align: center;
    border-bottom: solid 1px #fff;
    padding-bottom: 20px;
    padding-top: 10px;
}
.course-detail .course-mini-detail .mini-course-des ul li{
    list-style: none;
    display: inline-block;
}
.course-detail .course-mini-detail .mini-course-des ul li:last-child{
    display: block;
}

.course-detail .course-mini-detail .mini-course-des ul li i{
    color: #FFFFFF;
    font-size: 14px;
}
.course-detail .course-mini-detail .mini-course-des .sub-heading{
    color: #FFF;
    font-weight: 500;
    Font-size: 18px;
    padding-left: 3px;
}
.course-detail .course-mini-detail .mini-course-des .instructor{
    margin-bottom: 10px;
}
.course-detail .course-mini-detail .mini-course-des .instructor .ins-img{
    height: 50px;
    width: 50px;
    display: inline-block;
    margin-right: 10px;
}

.course-detail .course-mini-detail .mini-course-des .instructor .ins-name{
    font-size: 14px;
    color: #fff;
    display: inline-block;
}
.course-detail .course-mini-detail .mini-course-des .white-btn{
    padding: 5px 25px;
    color: #2b2b2b;
    background-color: #FFFFFF;
    border: solid 1px #fff;
    border-radius: 0;
    font-size: 14px;
    transition: .5s ease;
    margin-top: 30px;
}
.course-detail .course-mini-detail .mini-course-des .white-btn:hover{
    color: #fff;
    background-color: transparent;
}

.course-detail .course-detail-box{
    font-family: 'Poppins',sans-serif;
}
.course-detail .course-detail-box .sub-heading{
    color: #007fb3;
    font-weight: 500;
}
.course-detail .course-detail-box .main-heading-detail{
    color: #2b2b2b;
    margin-top: 10px;
}
.blue-color{
    color: #007fb3;
}
.course-detail .course-detail-box .text{
    color: #000000;
    opacity: .8;
    margin-top: 30px;
}
.course-detail .course-accordion{
    margin-top: 40px;
}
.course-detail .course-accordion .card-header{
    background-color: transparent;
    padding-left: 0;
    border-bottom: none;
}
.course-detail .course-accordion .card-header h2{
    font-size: 18px;
    color: #000;
    /*text-align: left;*/
    opacity: .8;
    transition: .5s ease;
}
.course-detail .course-accordion .btn-link{
    text-decoration: none;
}
.course-detail .course-accordion .btn-link:hover {
    text-decoration: none;
}
.course-detail .course-accordion .btn-link:hover h2{
    color: #007fb3;
}
.course-detail .course-accordion .card-body{
    border-top: solid 1px #eee;
}
/***********************************/
/********standalone page css********/
/***********************************/
.slider-sec {
    min-height:500px;
    position: relative;
}
.slider-sec .overlay{
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(20, 32, 34, 0.60);
}
.slider-sec .overlay h4{
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 38px;
    color: #FFFFFF;
    margin-top: 40%;
    margin-bottom: 10px;
}
.crumbs{
    position: relative;
}
.crumbs .breadcrumb-items{
    display: inline-block;
}
.crumbs .breadcrumb{
    margin-bottom: 0;
    border-radius: 0;
    padding: 15px 50px;
    background-color: transparent;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: #FFFFFF;
}
.crumbs .breadcrumb li a{
    color: #FFFFFF;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
}
.crumbs .breadcrumb li a:hover{
    color: #007fb3;
}
/*crumbs end*/

.standalone-row:not(:last-child) {
    margin-bottom: 3rem;
}
.standalone-row .stand-img-des{
    padding-left: 30px;
    text-align: center;
}
.standalone-row:nth-child(2) .stand-img-des{
    padding-left: 0;
    padding-right: 30px;
}
.standalone-detail .sub-heading{
    color: #007fb3;
    margin-bottom: 20px;
}
.standalone-area .sub-heading{
    color: #007fb3;
    margin-bottom: 8px;
}
.standalone-detail .heading{
    margin-bottom: 20px;
    font-size: 40px;
    color: #000000;
    font-weight: 500;
    font-family: Montserrat , sans-serif;
}

.standalone-detail .para_text{
    color: #000000;
    font-weight: 500;
    font-family: Montserrat , sans-serif;
    text-align: center;
    font-size: 15px;
    margin: 0 auto;
    opacity: .8;
    line-height: 2.1;
}

.standalone-area{
    padding-bottom: 120px;
}
.standalone-detail{
    /*padding-top: 120px;*/
    padding-bottom: 100px;
}
.standalone-area .gradient-text1{
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    margin-bottom: 12px;
}
.standalone-area .stand-img-des .para_text{
    font-family: 'Montserrat', sans-serif;
    color: #000000;
    font-weight: 300;
    opacity: .8;
}

/*======================
       keyframes
=======================*/
@-webkit-keyframes itg_pulse_blue {
    0% {
        -webkit-box-shadow: 0 0 0 5px rgba(221, 75, 57, 0.9);
        box-shadow: 0 0 0 5px rgba(221, 75, 57, 0.9);
    }
    25% {
        -webkit-box-shadow: 0 0 0 10px rgba(221, 75, 57, 0.6);
        box-shadow: 0 0 0 10px rgba(221, 75, 57, 0.6);
    }
    70% {
        -webkit-box-shadow: 0 0 0 15px rgba(221, 75, 57, 0.3);
        box-shadow: 0 0 0 15px rgba(221, 75, 57, 0.3);
    }
    100% {
        -webkit-box-shadow: 0 0 0 60px rgba(221, 75, 57, 0.1);
        box-shadow: 0 0 0 20px rgba(221, 75, 57, 0.1);
    }
}
@-o-keyframes itg_pulse_blue {
    0% {
        box-shadow: 0 0 0 5px rgba(0, 188, 212, 0.9);
    }
    25% {
        box-shadow: 0 0 0 10px rgba(0, 188, 212, 0.6);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(0, 188, 212, 0.3);
    }
    100% {
        box-shadow: 0 0 0 20px rgba(100, 48, 148, 0.1);
    }
}
@keyframes itg_pulse_blue {
    0% {
        -webkit-box-shadow: 0 0 0 5px rgba(100, 121, 191, 0.9);
        box-shadow: 0 0 0 5px rgba(100, 121, 191, 0.9);
    }
    25% {
        -webkit-box-shadow: 0 0 0 10px rgba(100, 121, 191, 0.6);
        box-shadow: 0 0 0 10px rgba(100, 121, 191, 0.6);
    }
    70% {
        -webkit-box-shadow: 0 0 0 15px rgba(100, 121, 191, 0.3);
        box-shadow: 0 0 0 15px rgba(100, 121, 191, 0.3);
    }
    100% {
        -webkit-box-shadow: 0 0 0 60px rgba(100, 121, 191, 0.1);
        box-shadow: 0 0 0 20px rgba(100, 121, 191, 0.1);
    }
}

/* ========================================
   MELHORIAS GERAIS DO NAVBAR
   ======================================== */

/* Espaçamento mais uniforme nos links */
.navbar-nav .nav-link {
    padding: 10px 18px !important;
    transition: color .2s ease;
}


/* Hover mais suave e moderno */
.navbar-nav .nav-link:hover {
    color: #fff !important;
    opacity: 0.85;
}

/* Dropdown alinhado e com melhor visual */
.navbar-nav .dropdown-menu {
    margin-top: 12px !important;
    padding: 8px 0;
    border-radius: 8px;
    border: none;
    box-shadow: 0px 6px 25px rgba(0,0,0,0.12) !important;
    background: #ffffff;
    min-width: 220px;
    animation: fadeIn .15s ease;
    /* Dropdown aparecer acima do fundo cinzento */
    position: absolute !important;
    z-index: 9999 !important;
    top: 100% !important;
}

/* Itens do dropdown */
.dropdown-menu .dropdown-item {
    padding: 10px 18px;
    font-size: 14px;
    color: #444;
    transition: background .15s ease, padding-left .15s ease;
}

/* Hover moderno */
.dropdown-menu .dropdown-item:hover {
    background: #f3f3f3;
    padding-left: 24px;
    color: #000;
}


/* Animação do dropdown */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-4px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/* ========================================
   FUNCIONALIDADE
   ======================================== */

/* Permitir que o dropdown saia para fora da barra */
.navbar,
.navbar-simple,
.nav-line,
header {
    overflow: visible !important;
}


/* Mostrar dropdown no hover apenas em desktop */
@media (min-width: 992px) {
    .nav-item.dropdown:hover > .dropdown-menu {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
}


/* ========================================
   LADO DOS PREÇOS COM IMAGEM + GRADIENTE
   ======================================== */

#precos-metais {
    padding: 0;
}

.metal-section {
    background: #ffffff;
    padding: 0;
}

.metal-left {
    position: relative;
    padding: 70px 40px;
    background: linear-gradient(to bottom right, rgb(0 0 0 / 0%), rgba(0, 0, 0, 0.75)), url(https://contenu.nyc3.digitaloceanspaces.com/journalist/c74a4907-f8a4-4e2a-82cc-552e84f11fe0/thumbnail.jpeg);
    background-size: cover;
    background-position: center;
    border-left: 6px solid #D4AF37;
}

/* Garantir que textos ficam por cima do gradiente */
.metal-left .metal-prices {
    position: relative;
    z-index: 2;
}

/* Fundo do lado esquerdo permanece o atual (azul institucional) */
.metal-right {
    background: #0166a6;
    color: #ffffff;
    padding: 70px 40px;
}

/* Title Area */
.metal-title {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #ffffff;
}

.metal-update {
    opacity: .85;
    font-size: 15px;
    margin-bottom: 20px;
    color: #d7ebff;
}

.metal-text {
    max-width: 380px;
    margin: 15px auto 25px;
    color: #e7f4ff;
}

/* Link */
.metal-link {
    font-size: 15px;
    text-decoration: underline;
    color: #ffffff;
    font-weight: 600;
}
.metal-link:hover {
    opacity: 0.85;
}

/* Main Cards */
.metal-prices {
    width: 80%;
    max-width: 380px;
}

/* Cards principais */
.metal-card {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 10px;
    padding: 18px 25px;
    margin-bottom: 18px;
    display: flex;
    justify-content: space-between;
    font-size: 17px;
    font-weight: 600;
    border: none;
    box-shadow: 0 4px 14px rgba(0,0,0,0.15);
}

.cot-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}

.cot-data {
    font-size: 14px;
    color: #333;
}

.cot-link {
    color: #00bcd4;
    font-weight: 600;
}

.cot-link:hover {
    text-decoration: underline;
}

.cotacoes-section canvas {
    max-width: 100%;
}

/* Nome do metal */
.metal-name {
    color: #333 !important;
}

/* Valores */
.metal-value {
    font-size: 18px;
}

.metal-value.gold {
    color: #c8a029 !important;
    font-weight: 700;
}
.metal-value.silver {
    color: #556b78 !important;
}

/* ROW secundária (Platina e Paládio) */
.metal-row {
    display: flex;
    gap: 15px;
    margin-top: 10px;
}

.metal-mini {
    flex: 1;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 10px;
    padding: 15px 12px;
    text-align: center;
    border: none;
    box-shadow: 0 4px 14px rgba(0,0,0,0.15);
}

.mini-name {
    display: block;
    font-size: 13px;
    color: #333 !important;
}

.mini-value {
    display: block;
    margin-top: 4px;
    font-size: 16px;
    font-weight: 700;
    color: #004b7c !important;
}

.la-braille:before {
    content: "\f2a1";
    margin-left: -3px;
    margin-right: -3px;
}

/* ===================================
    Media Queries
   ====================================== */
@media screen and (max-width: 1199.98px) {
    .navbar-simple .navbar-nav .nav-link {
        padding: 0.4rem .8rem;
    }
    .event-sec .event-counter .count-card {
        min-width: 120px;
        margin-left: 2px;
    }
    .testimonial-sec .test-btn#customPrevBtn {
        left: 0;
    }
    .testimonial-sec .test-btn#customNextBtn {
        right: 0;
    }
}

@media screen and (max-width:991px){
    .upper-nav {
        display: none;
    }
    .speaker-counter .counter-div {
        padding: 120px 50px;
        padding-bottom: 0;
        position: relative;
        left: 0;
        right: 0;
        transform: translateY(0%);
        border-top: solid 10px #6479bf00;
    }
    .speaker-counter .counter-div .counter-cards {
        margin-bottom: 80px;
    }
    .speaker-counter .counter-div .counter-cards:last-child {
        margin-bottom: 0;
    }
    .about-sec {
        padding-top: 120px;
    }
    .about-sec .about-img-area{
        margin-top: 50px;
    }
    .about-sec .about-img-area .about-img img {
        margin-left: 15px;
        margin-right: 15px;
    }
    .heading-details .heading {
        font-size: 35px;
    }
    .services-sec .services-box {
        margin-bottom: 30px;
    }
    .quote-sec .quote-text {
        font-size: 40px;
    }
    .quote-sec .quote-writer {
        font-size: 18px;
    }
    .heading-area .title {
        font-size: 32px;
        margin-bottom: 50px;
    }
    .event-sec .event-counter {
        padding: 20px 20px;
    }
    .event-sec .event-counter .count-card {
        margin-bottom: 0;
        margin-left:5px;
    }
    .event-sec .event-counter a.readbtn {
        display: inline-block;
        margin-left: 15px;
        margin-top: 0;
    }
    .event-sec .img-space {
        margin-top: 30px;
    }
    .half-blue-overlay {
        right: 40%;
    }
    .blog-sec .latest-blogs .inner-blog-content .blog-cards .news-card .news-content .news-heading {
        font-size: 22px;
    }
    .blog-sec .latest-blogs .inner-blog-content .blog-cards .news-card .news-content .news-date {
        font-size: 14px;
    }
    .blog-sec .latest-blogs .inner-blog-content .blog-cards .news-card .news-content .news-btn {
        margin-top: 5px;
        font-size: 16px;
    }
    .blog-sec .latest-blogs .inner-blog-content .blog-cards {
        width: 75%;
        margin: auto;
    }
    .testimonial-sec .testimonial-review {
        width: 90%;
    }
    .testimonial-sec .test-btn {
        display: none;
    }
    .courses-sec .latest-courses .inner-courses-content .course-cards {
        width: 75%;
        margin: auto;
    }
    .contact-sec .contact-form-box {
        box-shadow: none;
    }
    .contact-sec .contact-details {
        padding-bottom: 0;
    }
    .footer-social ul {
        margin-bottom: 20px;
    }
    .footer-social a {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
    /***********************************/
    /********Courses page css********/
    /***********************************/
    .blog-content .main_content .course_block{
        width: 100%;
    }
    .blog-content .main_content .course_block:nth-child(2){
        margin-top: 30px;
    }
    .blog-content .main_content .course_block:nth-child(odd){
        margin-right: 0;
    }
    /***********************************/
    /********standalone page css********/
    /***********************************/
    .standalone-row:not(:last-child) {
        margin-bottom: 8rem;
    }

    .standalone-area .sub-heading {
        margin-top: 20px;
    }

    .standalone-row:nth-child(2) .stand-img-des {
        padding-left: 18px;
        padding-right: 18px;
    }

    .standalone-row .stand-img-des {
        padding-left: 18px;
        padding-right: 18px;
    }

    /* Metal Section Mobile */
    .metal-left {
        border-left: none;
        border-top: 6px solid #D4AF37;
    }
    .metal-right,
    .metal-left {
        padding: 50px 25px;
        text-align: center;
    }
    .metal-row {
        flex-direction: column;
    }
}


@media screen and (max-width:767px){
    .side-menu {
        width: 100%;
    }
    .upper-nav {
        display: none;
    }
    .speaker-counter .counter-div {
        padding: 10px 0px !important;
        padding-bottom: 0;
        position: relative;
        left: 0;
        right: 0;
        transform: translateY(-35%);
        border-top: solid 10px #6479bf00;
    }
    .speaker-counter .counter-div .counter-cards {
        margin-bottom: 80px;
    }
    .speaker-counter .counter-div .counter-cards:last-child {
        margin-bottom: 0;
    }
    .about-sec {
        padding-top: 120px;
    }
    .about-sec .about-img-area{
        margin-top: 50px;
        display: none !important;
    }
    .about-sec .about-img-area .about-img img {
        margin-left: 15px;
        margin-right: 15px;
        display: none;
    }
    .heading-details .heading {
        font-size: 33px;
    }
    .heading-details .heading i {
        font-size: 28px;
    }
    .services-sec .services-box {
        margin-bottom: 30px;
    }
    .quote-sec .quote-text {
        font-size: 36px;
    }
    .quote-sec .quote-writer {
        font-size: 16px;
    }
    .heading-area .title {
        font-size: 26px !important;
        margin-bottom: 50px;
    }
    .event-sec .event-counter {
        padding: 20px 20px;
    }
    .event-sec .event-counter .count-card {
        margin-bottom: 10px;
    }
    .event-sec .event-counter a.readbtn {
        display: block;
        margin-left: 0;
        margin-top: 20px;
    }
    .event-sec .img-space {
        margin-top: 30px;
    }
    .half-blue-overlay {
        right: 50%;
    }
    .blog-sec .latest-blogs .inner-blog-content .blog-cards .news-card{
        margin-bottom: 30px !important;
    }
    .blog-sec .latest-blogs .inner-blog-content .blog-cards {
        width: 95%;
        margin: auto;
    }
    .blog-sec .latest-blogs .inner-blog-content .blog-cards .news-card .news-content .news-heading {
        font-size: 16px !important;
    }
    .blog-sec .latest-blogs .inner-blog-content .blog-cards .news-card .news-content .news-date {
        font-size: 12px !important;
        margin-bottom: 5px;
    }
    .testimonial-sec .test-btn {
        display: none;
    }
    .testimonial-sec .testimonial-review {
        width: 90%;
    }
    .courses-sec .latest-courses .inner-courses-content .course-cards {
        width: 90%;
        margin: auto;
    }
    .contact-sec .contact-details .contact-heading {
        font-size: 32px;
    }
    .footer-social ul {
        margin-bottom: 20px;
    }
    .footer-social a {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
    .img-not{
		height: 205px !important;
	}

    /***********************************/
    /********Courses detail page css********/
    /***********************************/
    .course-detail .course-detail-box {
        margin-top: 50px;
    }
    /***********************************/
    /********Courses page css********/
    /***********************************/
    .blog-content .main_content .course_block{
        width: 100%;
    }
    .blog-content .main_content .course_block:nth-child(2){
        margin-top: 30px;
    }
    .blog-content .main_content .course_block:nth-child(odd){
        margin-right: 0;
    }
    /***********************************/
    /********standalone page css********/
    /***********************************/
    .standalone-row:not(:last-child) {
        margin-bottom: 8rem;
    }
    .standalone-area .sub-heading{
        margin-top: 20px;
    }
    .standalone-row:nth-child(2) .stand-img-des {
        padding-left: 18px;
        padding-right: 18px;
    }
    .standalone-row .stand-img-des {
        padding-left: 18px;
        padding-right: 18px;
    }
    .standalone-area {
        /*padding-bottom: 0;*/
    }
    .project-sec .project-area .project-detail {
        left:0;
    }

}


.footer-info{
	text-align: center;
}
/* Redes Sociais */
.social-icons-simple {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
    display: flex;
    justify-content: center;
    gap: 15px; /* Espaço entre ícones */
}

.social-icons-simple li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 50%; /* Deixa redondo */
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-icons-simple li a:hover {
    background-color: #fff;
    color: #0077b6; /* Cor da APIO (ajuste se necessário) */
    border-color: #fff;
    transform: translateY(-3px); /* Efeito de subida leve */
}

/* Textos */
.footer-info p {
    margin: 0;
    line-height: 1.5;
}

.copy-text {
    font-size: 13px;
    font-weight: 500;
    color: rgba(255,255,255,0.9);
}

.copy-text .full-name {
    font-size: 11px;
    font-weight: 300;
    color: rgba(255,255,255,0.7);
    display: block;
    margin-top: 4px;
}

/* Separador pequeno */
.separator-line {
    width: 30px;
    height: 1px;
    background-color: rgba(255,255,255,0.2);
    margin: 15px auto;
}

/* Créditos Albinet */
.dev-credit {
    font-size: 11px;
    color: rgba(255,255,255,0.5);
}

.dev-credit a {
    color: rgba(255,255,255,0.8);
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s;
}

.dev-credit a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Top Bar */
.upper-nav {
    padding: 6px 0;
}

.social-icon {
    width: 34px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 50%;
    font-size: 14px;
    margin-left: 6px;
    transition: 0.3s ease-in-out;
}

.social-icon:hover {
    background: #ffffff;
    transform: translateY(-2px);   
    color: #007fb3 !important;
}

/* Botão Área de Sócios */
.btn-socio {
    padding: 7px 18px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
	background: #ffffff;
    color: #000000 !important;
    margin-left: 12px;
    transition: 0.3s;
    text-decoration: none !important;
    display: inline-block;
}

.btn-socio:hover {
    background: #005f8c;
	color:white !important;
}

/* Card */
.service-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    transition: .3s ease;
    box-shadow: 0 2px 10px rgba(0,0,0,.04);
    min-height: 200px;
}

.service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 28px rgba(0,0,0,.08);
    border-color: #bcd3e8;
}

/* Icones */
.icon-wrapper {
    width: 52px;
    height: 52px;
    border-radius: 5px;
    background: #eaf3ff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    transition: .3s ease;
}

.icon-wrapper i {
    font-size: 26px;
    color: #0079b8; /* Azul APIO */
}

.service-card:hover .icon-wrapper {
    background: #d8e9ff;
}

.service-card:hover .icon-wrapper i {
    color: #005f90;
}

/* Tipografia */
.service-title {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 12px;
    color: #1a1a1a;
}

.service-text {
    color: #555;
    font-size: 15px;
    line-height: 1.55;
}

.btn-primary {
    color: #fff;
    background-color: #007fb3 !important;
    border-color: #007fb3 !important;
}

.membro-card {
    background: #ffffff;
    border: 1px solid #007fb3;
    padding: 25px;
    border-radius: 12px;
        border: 1px solid #e2e8f0;
    transition: .3s 
ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .04);
}
.membro-card:hover {
    transform: translateY(-6px);
    box-shadow: 0px 10px 25px rgba(0,0,0,0.08);
}

.shadow-sm {
    /* box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important; */
    border: 1px solid #e2e8f0 !important;
    transition: .3s 
ease !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .04) !important;
}

.membro-foto {
    width: 110px;
    height: 110px;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid #007fb3;
}

.membro-nome {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 3px;
}

.membro-cargo {
    font-size: 14px;
    color: #616161;
    margin-bottom: 6px;
}

.membro-email {
    font-size: 14px;
    color: #007fb3;
    font-weight: 600;
    text-decoration: none;
}
.membro-email:hover {
    text-decoration: underline;
}

.relatorio-card {
    background: #ffffff;
    border: 1px solid #e6e9ee;
    padding: 18px 20px;
    transition: .25s ease;
    margin-bottom: 25px;
       border: 1px solid #e2e8f0 !important;
    transition: .3s 
ease !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .04) !important; 
}

.relatorio-card:hover {
    transform: translateY(-6px);
    box-shadow: 0px 10px 28px rgba(0,0,0,0.08);
}

.icon-pdf {
    background: #007fb3;
    color: #fff;
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    border-radius: 4px;
}

.relatorio-card p {
    font-size: 15px;
    font-weight: 600;
    margin: 0;
	margin-bottom: 0 !important;
    line-height: 10px;
}


.insc-btn {
    background:#0077c8 !important;
    padding:12px 28px;
    font-weight:600;
    font-size:18px;
    border:none;
    transition:0.25s ease;
}
.insc-btn:hover {
    transform:translateY(-4px);
    background:#005f9c !important;
}
.content-box {
    background:#ffffff;
    border-radius:4px;
    padding:35px;
    font-size:15px;
}
.content-box ul li {
    margin-bottom:8px;
}

 .contact-info h4 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
}

/* Fundo suave APIO */
.socio-sec {
    background: #f8f9fb;
}

/* Linha */
.socio-row {
    justify-content: center;
}

/* Bloco de cada vantagem */
.socio-box {
    text-align: center;
    margin-bottom: 30px;
}

.socio-inner {
    background: #fff;
    padding: 30px 25px;
    border: 1px solid #e5e5e5;
    transition: all .25s ease;
    height: 100%;
}

/* Hover */
.socio-inner:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 22px rgba(0,0,0,0.08);
}

/* Ícones */
.icon-box {
    font-size: 30px;
    margin: 0 auto 20px;
    width: 60px;
    height: 60px;
    border-radius: 5px;
    background: #eaf3ff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    transition: .3s ease;
    COLOR: #0079b8;
}

/* Títulos */
.socio-title {
    font-weight: 700;
    font-size: 20px;
    color: #222;
    margin-bottom: 10px;
}

/* Descrição */
.socio-text {
    font-size: 15px;
    color: #555;
    line-height: 1.5;
}

.chart-card {
		border-radius: 4px;
		padding: 22px 20px;
		background: #ffffff;
		transition: .25s ease;
	}
	.chart-card:hover {
		transform: translateY(-6px);
		box-shadow: 0px 10px 25px rgba(0,0,0,0.08);
	}
	.chart-card h4 {
		font-size: 18px;
		font-weight: 700;
		margin-bottom: 18px;
		color: #123047;
	}
	.chart-card i {
		color: #c79a29;
		margin-right: 6px;
	}

.form-control.is-invalid, .was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: none !important;
    background-repeat: no-repeat;
    background-position: center right calc(.375em + .1875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}


.relatorio-card a {
    color: #007fb3;
    font-size: 14px;
    text-decoration: none;
    font-weight: 600;
}

.relatorio-card a:hover {
    text-decoration: underline;
}

.news-date2{
    display: block;
    font-size: 12px;
    color: #000;
    font-weight: 300;
}

.news-heading2{
    font-size: 18px;
    margin-bottom: 3px;
    font-weight: 500;
}

.news-p2{
    display: block;
    font-size: 14px;
    color: #000;
    font-weight: 300;
    line-height: 16px;
    margin-top: 6px;
    margin-bottom: 5px;
}

.news-btn2{
    padding: 0;
    color: #000;
    font-size: 14px;
    border-radius: 0; 
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #007fb3;
    border-color: #007fb3;
}

.contact-info i {
    font-size: 22px;
    color: #007fb3;
    margin-right: 10px;
}

/* --- UNIFORMIZAÇÃO DE CABEÇALHO --- */
.apio-eyebrow {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    color: #c5a059;
    display: block;
    margin-bottom: 8px;
}
.apio-title {
    font-family: 'Playfair Display', serif;
    font-size: 44px;
    color: #0f172a;
    font-weight: 700;
    margin-bottom: 10px;
}
.apio-title .text-gold {
    color: #c5a059;
    /*font-style: italic;*/
    font-weight: 700;
}
.apio-btn-outline-top {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    color: #007fb3;
    border: 1px solid #007fb3;
    padding: 10px 22px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: 0.3s;
	border-radius: 5px;
}
.apio-btn-outline-top:hover {
    background: #007fb3;
    color: #fff;
}

/* --- DESIGN DOS CARDS (INTERIOR E EXTERIOR) --- */

.apio-refined-card {
    background: #ffffff;
    border-radius: 5px !important; /* Bordas levemente arredondadas */
    border: none !important;
    transition: all 0.4s ease;
    margin: 15px 10px;
    overflow: hidden;
}

.apio-refined-card:hover {
    transform: translateY(-8px);
}


/* Zoom na Imagem */
.img-zoom-container {
    overflow: hidden;
    position: relative;
    height: 190px;
}
.img-zoom-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s ease;
}
.apio-refined-card:hover .img-zoom-container img {
    transform: scale(1.1);
}

/* Tag sobre a imagem */
.card-label {
    position: absolute;
    top: 15px;
    right: 15px;
    background: rgba(15, 23, 42, 0.85);
    color: #fff;
    padding: 4px 12px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 4px;
}

/* Interior do Card */
.course-content {
    padding: 15px !important;
    text-align: left;
}

.apio-card-date {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    color: #c5a059; /* Dourado para destaque da data */
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 5px;
}

.apio-card-title {
    font-family: 'Playfair Display', serif !important;
    font-size: 17px !important;
    line-height: 1.2 !important;
    color: #0f172a !important;
    font-weight: 700 !important;
    margin-bottom: 12px !important;
    height: 43px; /* Mantém alinhamento fixo */
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.apio-card-text {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Link de ação minimalista e moderno */
.apio-card-link {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    color: #0f172a;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    letter-spacing: 0.5px;
    transition: 0.3s;
}

.apio-card-link span {
    width: 32px;
    height: 32px;
    background: #f1f5f9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #007fb3;
    transition: 0.3s;
}

.apio-card-link:hover {
    color: #007fb3;
}

.apio-card-link:hover span {
    background: #007fb3;
    color: #fff;
    transform: translateX(5px);
}


@media (max-width: 991px) {
    .apio-title { font-size: 32px; }
    .heading-area { text-align: center !important; }
}

/* --- CTA V4 PRESTIGE --- */
.apio-cta-v4 {
    padding: 60px 0;
    background: #ffffff; /* Fundo exterior limpo */
}

.cta-v4-inner {
    position: relative;
    background: #007fb3; /* Azul Institucional */
    border-radius: 4px; /* Menos arredondado = Mais corporativo */
    padding: 40px 50px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

/* Camada de Brilho Dinâmico */
.v4-gradient-glow {
    position: absolute;
    top: -50%;
    right: -20%;
    width: 80%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 70%);
    transform: rotate(-15deg);
    pointer-events: none;
}

/* Padrão de Fundo Subtil */
.v4-overlay-pattern {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255, 255, 255, 0.1) 1px, transparent 1px);
    background-size: 30px 30px;
    opacity: 0.5;
    z-index: 0;
}

/* TEXTOS */
.v4-content-box {
    position: relative;
    z-index: 2;
}

.v4-eyebrow-wrap {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
}

.v4-line {
    width: 30px;
    height: 1px;
    background: #c5a059;
}

.v4-eyebrow {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #c5a059;
}

.v4-title {
    font-family: 'Playfair Display', serif;
    font-size: 48px;
    line-height: 1.1;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 25px;
}

.v4-title span {
    color: #c5a059;
    font-weight: 700;
}

.v4-text {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    max-width: 550px;
    margin: 0;
}

/* BOTÃO PREMIUM */
.v4-action-area {
    position: relative;
    z-index: 2;
}

.btn-v4-premium {
    display: inline-flex;
    align-items: center;
    background: #0f172a;
    padding: 8px 8px 8px 30px;
    border-radius: 50px;
    color: #ffffff;
    text-decoration: none !important;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.btn-v4-icon {
    width: 45px;
    height: 45px;
	background: #c5a059;
    
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
    font-size: 18px;
    transition: all 0.4s ease;
}

.btn-v4-premium:hover {
	background: #ffffff;
	color: #007fb3;
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.2);
}

.btn-v4-premium:hover .btn-v4-icon {
    background: #007fb3;
    transform: translateX(5px);
}

.v4-trust-label {
    display: block;
    margin-top: 15px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 500;
}

/* WATERMARK DISCRETA */
.v4-watermark {
    position: absolute;
    bottom: 0px;
    right: 30px;
    font-family: 'Playfair Display', serif;
    font-size: 100px;
    font-weight: 900;
    color: rgba(255, 255, 255, 0.03);
    pointer-events: none;
    user-select: none;
}

/* RESPONSIVIDADE */
@media (max-width: 991px) {
    .cta-v4-inner {
        padding: 60px 30px;
        text-align: center;
    }
    
    .v4-eyebrow-wrap { justify-content: center; }
    
    .v4-title { font-size: 34px; }
    
    .v4-text { margin: 0 auto 40px; }
    
    .btn-v4-premium { width: 100%; justify-content: space-between; margin-top: 20px;}
    
    .v4-watermark { display: none; }
}

:root {
    --apio-gold: #c5a059;
    --apio-blue: #007fb3;
    --apio-dark: #0f172a;
    --apio-text: #475569;
}

.apio-benefits-editorial-v2 {
    padding: 80px 0;
    background-color: #ffffff;
    font-family: 'Inter', sans-serif;
    overflow: hidden;
}

/* --- Títulos Uniformizados --- */
.section-header-margin { margin-bottom: 50px; }

.apio-eyebrow {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: var(--apio-gold);
    display: block;
    margin-bottom: 15px;
}

.apio-title {
    font-family: 'Playfair Display', serif;
    font-size: 52px;
    line-height: 1.1;
    color: var(--apio-dark);
}

.text-gold { color: var(--apio-gold); /*font-style: italic;*/ }

.apio-header-lead-border {
    border-left: 3px solid var(--apio-blue);
    padding-left: 35px;
    height: 100%;
    display: flex;
    align-items: center;
}

.apio-header-lead-border p {
    font-size: 18px;
    color: var(--apio-text);
    margin: 0;
    line-height: 1.6;
}

/* --- Layout Editorial (O Novo Design) --- */
.editorial-benefit-item {
    position: relative;
    padding: 40px 20px;
    height: 100%;
    /* Transição suave de fundo ao passar o rato (opcional) */
    transition: all 0.4s ease;
}

/* O Número Grande no Canto Direito */
.editorial-number {
    position: absolute;
    top: 20px;
    right: 0;
    font-family: 'Playfair Display', serif;
    font-size: 80px; /* Grande e impactante */
    font-weight: 700;
    line-height: 1;
    color: #f1f5f9; /* Cor muito clara, quase marca de água */
    z-index: 1;
    transition: all 0.4s ease;
    user-select: none;
}

.editorial-content {
    position: relative;
    z-index: 2; /* Fica por cima do número */
}

.editorial-icon {
    font-size: 32px;
    color: var(--apio-blue);
    margin-bottom: 25px;
    transition: 0.3s ease;
}

.editorial-benefit-item h4 {
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    color: var(--apio-dark);
    margin-bottom: 15px;
    font-weight: 700;
}

.editorial-benefit-item p {
    font-size: 15px;
    line-height: 1.8;
    color: var(--apio-text);
    margin-bottom: 25px;
}

/* Linha Dourada que substitui a borda do quadrado */
.editorial-gold-line {
    width: 40px;
    height: 2px;
    background: var(--apio-gold);
    transition: width 0.4s ease;
}

/* --- Interações (Hover) --- */
.editorial-benefit-item:hover .editorial-number {
    color: rgba(197, 160, 89, 0.15); /* Ganha um tom dourado subtil */
    transform: translateX(-10px);
}

.editorial-benefit-item:hover .editorial-gold-line {
    width: 100%;
}

.editorial-benefit-item:hover .editorial-icon {
    transform: translateY(-5px);
    color: var(--apio-gold);
}

/* --- CTA Minimalista --- */
.editorial-cta {
    margin-top: 100px;
    position: relative;
}

.editorial-cta-line {
    width: 100%;
    height: 1px;
    background: #e2e8f0;
    margin-bottom: 60px;
}

.editorial-cta h3 {
    font-family: 'Playfair Display', serif;
    font-size: 32px;
    color: var(--apio-dark);
    margin-bottom: 10px;
}

.editorial-cta p {
    color: var(--apio-text);
    font-size: 18px;
}

.editorial-btn {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    background: var(--apio-dark);
    color: #fff;
    padding: 20px 45px;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 2px;
    transition: all 0.3s ease;
}

.editorial-btn:hover {
    background: var(--apio-gold);
    color: #fff;
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(197, 160, 89, 0.2);
}

/* --- Responsividade --- */
@media (max-width: 991px) {
    .apio-title { font-size: 38px; }
    .editorial-number { font-size: 60px; }
    .apio-header-lead-border { border-left: none; border-top: 3px solid var(--apio-blue); padding: 20px 0 0; margin-top: 20px; }
    .editorial-cta { text-align: center; }
    .editorial-btn { margin-top: 30px; width: 100%; justify-content: center; }
}

	/* --- CONFIGURAÇÃO DA SECÇÃO --- */
.apio-services-modern-v3 {
    padding: 80px 0;
    background-color: #ffffff; /* Fundo seda muito leve */
}

.header-subtitle-text {
    font-size: 16px;
    color: #64748b;
    border-right: 3px solid #c5a059;
    padding-right: 25px;
    line-height: 1.6;
}

/* --- DESIGN DOS CARTÕES --- */
.service-prestige-card {
	background: #f8fafc;
    padding: 15px 20px;
    height: 100%;
    position: relative;
    border-radius: 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    /* border: 1px solid #f1f5f9; */
    overflow: hidden;
    position: relative;
	border-radius: 5px;
}

/* Linha de acento que "sobe" no hover */
.card-accent-line {
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 40px; /* Começa pequena */
    background: #c5a059;
    transition: all 0.5s ease;
}

.card-icon-wrap {
    font-size: 40px;
    color: #007fb3;
    margin-bottom: 30px;
    transition: all 0.4s ease;
}

.card-body-content h4 {
    font-family: 'Playfair Display', serif;
    font-size: 21px;
    color: #0f172a;
    margin-bottom: 15px;
    line-height: 1.3;
}

.card-body-content p {
    font-size: 15px;
    color: #64748b;
    line-height: 1.7;
    margin-bottom: 25px;
}

.card-link {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #0f172a;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
	bottom: 10px;
    position: absolute;
}

.card-link i {
    font-size: 14px;
    transition: transform 0.3s ease;
	line-height: 25px;
}

/* --- INTERAÇÕES NO HOVER --- */
.service-prestige-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.07);
    border-color: #e2e8f0;
}

.service-prestige-card:hover .card-accent-line {
    height: 100%; /* A linha cresce para cobrir toda a lateral */
}

.service-prestige-card:hover .card-icon-wrap {
    color: #c5a059;
    transform: scale(1.1);
}

.service-prestige-card:hover .card-link {
    color: #007fb3;
}

.service-prestige-card:hover .card-link i {
    transform: translateX(5px);
}

/* --- FOOTER DA SECÇÃO --- */
.services-footer-divider {
    width: 60px;
    height: 2px;
    background: #c5a059;
    margin: 0 auto 30px;
}

.services-footer-text {
    font-size: 18px;
    color: #475569;
    margin-bottom: 25px;
}

.btn-minimal-gold {
    display: inline-block;
    padding: 15px 40px;
	border: 1px solid #007fb3;
    color: #007fb3;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-decoration: none;
    transition: all 0.3s ease;
	border-radius: 5px;
}

.btn-minimal-gold:hover {
    background: #007fb3;
    color: #fff;
}

/* --- RESPONSIVIDADE --- */
@media (max-width: 991px) {
    .header-subtitle-text {
        border-right: none;
        border-left: 3px solid #c5a059;
        padding-left: 20px;
        margin-top: 20px;
    }
}

:root {
    --apio-gold: #c5a059;
    --apio-gold-light: #dfc28d;
    --apio-blue: #007fb3;
    --apio-dark: #0f172a;
    --apio-text: #475569;
    --apio-bg-light: #f8fafc;
}

.apio-premium-about {
    padding: 100px 0;
    background-color: #ffffff;
    overflow: hidden;
	padding-bottom: 80px;
	margin-top: -1px;
}

/* --- Lado Esquerdo: Imagem --- */
.apio-image-wrapper {
    position: relative;
    padding: 20px;
}

.main-img {
    border-radius: 4px;
    box-shadow: 20px 20px 60px rgba(0,0,0,0.1);
    position: relative;
    z-index: 2;
    filter: grayscale(20%);
    transition: filter 0.5s ease;
}

.apio-image-wrapper:hover .main-img {
    filter: grayscale(0%);
}

.apio-image-border {
    position: absolute;
    top: 0;
    left: 0;
    width: 80%;
    height: 90%;
    border: 2px solid var(--apio-gold);
    z-index: 1;
    border-radius: 4px;
}

.apio-experience-badge {
    position: absolute;
    bottom: -20px;
    right: 0;
    background: var(--apio-dark);
    color: white;
    padding: 25px;
    border-radius: 4px;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 10px 10px 30px rgba(0,0,0,0.15);
}

.badge-year { font-size: 11px; text-transform: uppercase; letter-spacing: 2px; color: var(--apio-gold-light); }
.badge-val { font-size: 24px; font-weight: 700; font-family: 'Playfair Display'; }

/* --- Lado Direito: Conteúdo --- */
.apio-eyebrow {
    color: var(--apio-gold);
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 3px;
    display: block;
    margin-bottom: 15px;
}

.apio-title {
    font-family: 'Playfair Display', serif;
    font-size: 48px;
    color: var(--apio-dark);
    line-height: 1.1;
    margin-bottom: 30px;
}

.text-gold { color: #007fb3; }

.apio-lead {
    font-size: 20px;
    font-weight: 500;
    color: var(--apio-dark);
    line-height: 1.5;
    margin-bottom: 10px;
}

.apio-divider {
    width: 60px;
    height: 3px;
    background: var(--apio-blue);
    margin-bottom: 25px;
}

.apio-description {
    font-size: 17px;
    line-height: 1.8;
    color: var(--apio-text);
    margin-bottom: 40px;
}

/* Stats Grid */
.apio-stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 50px;
}

.stat-card {
    background: var(--apio-bg-light);
    padding: 15px 20px;
    border-radius: 8px;
    border-bottom: 2px solid transparent;
    transition: all 0.3s ease;
}

.stat-card:hover {
    background: #fff;
    border-bottom: 2px solid var(--apio-gold);
    box-shadow: 0 10px 20px rgba(0,0,0,0.05);
    transform: translateY(-5px);
}

.stat-label {
    display: block;
    font-size: 10px;
    text-transform: uppercase;
    color: #94a3b8;
    letter-spacing: 1px;
    margin-bottom: 4px;
}

.stat-value {
    font-weight: 700;
    color: var(--apio-dark);
    font-size: 16px;
}

/* Action Area */
.apio-action-area {
    display: flex;
    align-items: center;
    gap: 30px;
}

.btn-apio-primary {
	color: var(--apio-blue);
    padding: 16px 32px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    transition: all 0.3s ease;
    border: 1px solid var(--apio-blue);
}

.btn-apio-primary:hover {
    background: #007fb3;
    color: white;
    transform: translateY(-2px);
}

.apio-quote {
    font-style: italic;
    color: #94a3b8;
    font-size: 14px;
    margin: 0;
    max-width: 200px;
    line-height: 1.3;
}

/* Mobile */
@media (max-width: 991px) {
    .apio-premium-about { padding: 80px 0; }
    .apio-title { font-size: 36px; }
    .apio-stats-grid { grid-template-columns: 1fr; }
    .apio-action-area { flex-direction: column; align-items: flex-start; }
    .apio-image-wrapper { margin-bottom: 40px; }
}

.market-update-badge {
    display: inline-block;
    background: #fff;
    padding: 6px 15px;
    border-radius: 50px;
    font-size: 13px;
    color: #64748b;
    border: 1px solid #e2e8f0;
    margin-top: 10px;
}

/* CARDS DE PREÇO */
.price-stat-card {
	background: #f8fafc;
    padding: 25px 20px;
    border-radius: 8px;
    border-bottom: 3px solid #e2e8f0;
    transition: transform 0.3s ease;
}

.price-stat-card:hover { transform: translateY(-5px); }

.gold-stat { border-bottom-color: #c5a059; }
.silver-stat { border-bottom-color: #94a3b8; }

.stat-label {
    display: block;
    font-size: 14px;
    text-transform: capitalize;
    letter-spacing: 1px;
    color: #2b2b2b;
    font-weight: 700;
    margin-bottom: 10px;
    font-weight: 700;
    color: #6a6a6a;
}

.stat-value {
    font-size: 22px;
    font-weight: 700;
    color: #0f172a;
}
.stat-value small { font-size: 12px; color: #94a3b8; margin-left: 2px; }

.stat-trend {
    font-size: 13px;
    font-weight: 700;
    align-items: center;
    gap: 3px;
}
.stat-trend.positive { color: #10b981; }
.stat-trend.negative { color: #ef4444; }

/* GRÁFICOS */
.chart-wrapper {
    background: #f8fafc;
    border-radius: 12px;
    padding: 25px;
    height: 100%;
}

.chart-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.chart-header h4 {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    color: #0f172a;
}

.chart-header h4 i { color: #c5a059; margin-right: 8px; }

.chart-tabs span {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
    color: #c5a059;
    border: 1px solid #c5a059;
    padding: 4px 12px;
    border-radius: 20px;
}

.chart-container {
    position: relative;
    height: 300px;
    width: 100%;
}

.chart-footer {
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid #f1f5f9;
    font-size: 12px;
    color: #000000;
}

@media (max-width: 768px) {
    .stat-value { font-size: 18px; }
    .chart-container { height: 250px; }
}

/* 1. A BOX (Sombra mais profunda e profissional) */
.counter-div {
    background: #fff;
    padding: 50px 40px;
    border-top: 4px solid #007fb3; /* Cor institucional do logo */
    position: relative;
    z-index: 5;
}

.gold-silver-minimal {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

/* 2. ÍCONES (Adição de um círculo de fundo muito suave) */
.icon-container {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 5px;
}
.gold-bg { background: rgba(197, 160, 89, 0.1); }
.silver-bg { background: rgba(148, 163, 184, 0.1); }

.metal-icon { font-size: 24px; }
.metal-icon.gold { color: #c5a059; }
.metal-icon.silver { color: #94a3b8; }

/* 3. NÚMEROS (Mais legibilidade) */
.highlight-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 5px;
}

.highlight-row h3 {
    font-size: 34px; /* Tamanho ligeiramente reduzido para elegância */
    font-weight: 700;
    margin: 0;
    color: #1e293b;
    letter-spacing: -1px;
    font-family: sans-serif;
}

.unit {
    font-size: 14px;
    font-weight: 400;
    color: #94a3b8;
    margin-left: 3px;
}

/* 4. TENDÊNCIA (Estilo "Pill" / Pílula) */
.trend {
    font-size: 13px;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 3px;
}

.trend.positive { 
    color: #10b981; 
    background: #ecfdf5; /* Fundo verde clarinho */
}

.trend.negative { 
    color: #ef4444; 
    background: #fef2f2; /* Fundo vermelho clarinho */
}

/* 5. TEXTOS AUXILIARES */
.metal-label {
    font-size: 13px;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 600;
    margin-top: 0px;
}

.sep-line {
    width: 1px;
    height: 80px;
	border: 1px solid #f2f2f2;
}

/* 6. RESPONSIVIDADE */
@media (max-width: 768px) {
    /* Removida a linha 'flex-direction: column; gap: 40px;' para manter os itens lado a lado em mobile. */
    .sep-line { display: none; }
    .counter-div { padding: 40px 20px; }
	
	.highlight-row {
		display: block;
	}
	
	.metal-item {
		text-align: center;
		min-width: auto;
	}
	
	.trend {
		text-align: center;
		display: block;
	}
	
	.highlight-row h3 {
		font-size: 24px;
		margin-bottom: 5px;
	}
	
	.gold-silver-minimal {
		gap: 0px;
	}
	
	.apio-premium-about {
        padding: 0px 0 !important;
    }
	
	.v4-eyebrow-wrap {
        display: none;
    }
}

/* FIX PARA O STICKY */
        body, html { overflow: visible !important; height: auto !important; }

        /* Estilos Menu Desktop Search */
        .search-overlay {
            position: fixed; top: -150px; left: 0; width: 100%; height: 110px;
            background: #ffffff; z-index: 10000; box-shadow: 0 10px 30px rgba(0,0,0,0.1);
            transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
            display: flex; align-items: center;
        }
        .search-overlay.open { top: 0; }
        .search-form-header { width: 100%; position: relative; display: flex; align-items: center; }
        .search-form-header input {
            width: 100%; border: none; border-bottom: 2px solid #007fb3;
            padding: 10px 80px 10px 0; font-size: 24px; outline: none; color: #333;
        }
        .search-form-header button {
            background: transparent; border: none; font-size: 28px; color: #007fb3;
            cursor: pointer; position: absolute; right: 50px;
        }
        .close-search { font-size: 32px; color: #999; cursor: pointer; }

        /* Estilos Menu Mobile Search */
        .side-menu-search { padding: 60px 30px 20px; }
        .side-menu-search form { position: relative; border-bottom: 1px solid rgba(255,255,255,0.2); }
        .side-menu-search input { width: 100%; background: transparent; border: none; color: #fff; padding: 10px 35px 10px 0; outline: none; }
        .side-menu-search button { position: absolute; right: 0; top: 50%; transform: translateY(-50%); background: transparent; border: none; color: #fff; }

        /* Estilos Originais Mantidos */
        .side-menu .submenu a { font-size: 14px; color: #bcd4e2 !important; padding: 5px 0; display: block; text-decoration: none; }
        .side-menu .has-submenu > .nav-link { position: relative; padding-right: 40px; cursor: pointer; }
        
        @media (min-width: 992px) {
            .navbar-nav .nav-link { padding: 8px 20px !important; margin: 0 5px; border-radius: 50px; transition: all 0.3s ease; }
            .nav-item:hover > .nav-link { background-color: #f0f0f0; color: #007bff !important; }
            .nav-item.dropdown:hover > .dropdown-menu { display: block; opacity: 1; visibility: visible; margin-top: 0; }
        }
        .dropdown-menu { border: none; box-shadow: 0 10px 30px rgba(0,0,0,0.1); border-radius: 8px; }
        .dropdown-item { padding: 10px 20px; transition: all 0.2s; }
        .dropdown-item:hover { padding-left: 25px; }


        :root { 
        --gold-apio: #d4af37; 
        --dark-apio: #1a1a1a; 
        --light-gray: #f8f9fa; 
        --blue-apio: #0082b2; /* A cor que solicitou */
    }
    
    /* Ajuste do Banner */
    .feiras-banner { height: 350px; background-size: cover !important; background-position: center !important; }

    /* --- FEIRA EM DESTAQUE (NACIONAL) --- */
    .national-card-clean {
        background: #fff;
        border-radius: 12px;
        overflow: hidden;
        border: 1px solid #eee;
        display: flex;
        flex-wrap: wrap;
        box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    }
    .national-img-col {
        flex: 0 0 45%;
        background: white;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 20px;
    }
    .national-img-col img {
        max-width: 100%;
        max-height: 350px;
        object-fit: contain;
        border-radius: 8px;
    }
    .national-info-col {
        flex: 0 0 55%;
        padding: 25px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    @media (max-width: 991px) {
        .national-img-col, .national-info-col { flex: 0 0 100%; }
        .national-info-col { padding: 30px; }
    }

    /* --- CARDS INTERNACIONAIS --- */
    .int-card-modern {
        background: #fff;
        border-radius: 12px;
        border: 1px solid #eee;
        height: 100%;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        display: flex;
        flex-direction: column;
    }
    .int-card-modern:hover { transform: translateY(-8px); box-shadow: 0 15px 35px rgba(0,0,0,0.1); }
    
    .int-img-box {
        height: 220px;
        background: var(--light-gray);
        overflow: hidden;
        border-bottom: 1px solid #eee;
    }
    .int-img-box img { width: 100%; height: 100%; object-fit: cover; }

    .int-content { 
        padding: 25px; 
        flex-grow: 1; 
        display: flex;
        flex-direction: column;
    }
    
    .meta-item { display: flex; align-items: flex-start; margin-bottom: 8px; font-size: 0.9rem; color: #555; }
    .meta-item i { color: var(--gold-apio); width: 25px; margin-top: 4px; }
    .meta-item strong { color: #333; margin-right: 5px; }

    /* --- BOTOES COM A NOVA COR --- */
    .btn-apio {
        display: inline-block;
        padding: 10px 25px;
        border-radius: 50px;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 0.8rem;
        letter-spacing: 1px;
        transition: 0.3s;
        cursor: pointer;
        text-decoration: none !important;
        text-align: center;
    }

    /* Botão Principal (Sólido) */
    .btn-blue-solid { 
        background: var(--blue-apio); 
        color: #fff !important; 
        border: 2px solid var(--blue-apio);
    }
    .btn-blue-solid:hover { 
        background: var(--dark-apio); 
        border-color: var(--dark-apio);
        box-shadow: 0 5px 15px rgba(0, 130, 178, 0.3);
    }
    
    /* Botão Internacional (Outline) */
    .btn-blue-outline { 
        background: transparent; 
        color: var(--blue-apio) !important; 
        border: 1.5px solid var(--blue-apio);
        margin-top: auto; /* Alinhamento ao fundo */
    }
    .btn-blue-outline:hover { 
        background: var(--blue-apio); 
        color: #fff !important; 
    }

    .badge-pt { background: var(--gold-apio); color: #fff; padding: 4px 12px; border-radius: 4px; font-size: 0.7rem; font-weight: bold; margin-bottom: 15px; display: inline-block; }