:root {
    --color-black       : #000;
    --color-white       : #fff;
    --color-dark        : #000000;
    --color-light       : #f8f8fc;
    --color-light-2     : #f5f5f7;
    --color-primary     : #3476f9;
    --color-primary-25  : #457eef;
    --color-danger      : #d7605c;
    --color-danger-25   : #df706c;
    --color-warning     : #e7a650;
    --color-warning-25  : #eaae60;
    --color-success     : #CC092F;
    --color-success-25  : #d63e5c;
    --color-red-petro   : #000;
    --color-red-petro2   : #CC092F;

    --color-yellow-petro: #FFCB00;
}

.text-dark{color: var(--color-dark) !important;}
.pt-5 {padding-top: 4.5rem !important;}
.pb-5 {padding-bottom: 4.5rem !important;}
.txt-primary {color: var(--color-primary) !important;}
.txt-dark {color: var(--color-dark) !important;}
.text-success {color: var(--color-success) !important;}
.border-success{border-color: var(--color-success) !important;}
.btn-primary{background-color: var(--color-primary);border-color: var(--color-primary);}
.btn-primary:hover{background-color: var(--color-primary-25);}
.bg-light {background-color: var(--color-light) !important;}
.pointer {cursor: pointer !important;}


.btn-warning{
    background-color: var(--color-warning);
    border-color: var(--color-warning);
    color: var(--color-white);
}

.btn-warning:hover{background-color: var(--color-warning-25) !important;color: var(--color-white);}

.btn-outline-warning{
    background-color: transparent !important;
    border-color: var(--color-warning) !important;
    color: var(--color-warning) !important;
}

.btn-outline-warning:hover{background-color: var(--color-warning-25);color: var(--color-white);}
.btn-success{background-color: var(--color-success);border-color: var(--color-success) !important; color: var(--color-white);}
.btn-success:hover{background-color: var(--color-success-25) !important;color: var(--color-white);}

.btn-outline-success{
    background-color: transparent !important;
    border-color: var(--color-success) !important;
    color: var(--color-success);
}

.btn-outline-success:hover{background-color: var(--color-success-25) !important; color: var(--color-white);}

.btn-danger{
    background-color: var(--color-danger) !important;
    border-color: var(--color-danger) !important;
    color: var(--color-white) !important;
}

.btn-danger:hover{
    background-color: var(--color-danger-25) !important;
    color: var(--color-white);
}

.btn-dia,
.btn-dia-oradores{border-color: var(--color-success);color: var(--color-success);}

.btn-dia:hover,
.btn-dia-oradores:hover{color: var(--color-success);}

.btn-dia.active,
.btn-dia-oradores.active{
    background-color: var(--color-success);
    border-color: var(--color-success);
    color: var(--color-white);
}

.btn-dia.active:hover,
.btn-dia-oradores.active:hover{
    background-color: var(--color-success-25);
    background-color: var(--color-success-25);
    color: var(--color-white);
}

.bg-success{background-color: var(--color-success) !important;}
.bg-dark{background-color: var(--color-dark) !important;}
.rounded-2{border-radius: .85rem !important;}
.rounded-3{border-radius: 1rem !important;}
.text-succcess{color: var(--color-success);}

.text-truncate-2{
    display: -webkit-box;
    -webkit-line-clamp: 2 ;
    -webkit-box-orient: vertical ;
    overflow: hidden ;
}

.text-truncate-3{
    display: -webkit-box;
    -webkit-line-clamp: 3 ;
    -webkit-box-orient: vertical ;
    overflow: hidden ;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    border-radius: 0 !important;
    font-family: "Sofia Sans", sans-serif;
}

html {scroll-behavior: smooth;}
html, body {height: 100%;margin: 0;}

body {
    display: flex;
    flex-direction: column;
    color: var(--color-dark);
}

footer {background: var(--color-yellow-petro); color: var(--color-red-petro2);}
a {text-decoration: none; color: var(--color-red-petro2);}
a:hover {color: var(--color-success-25);}
.text-muted {font-size: 0.95rem;}
p {font-size: 1.05rem;}
label {font-weight: 500;}
hr {background-color: var(--color-dark);}


.dropdown-item {
    display: flex;
    font-weight: 500;
    height: 50px;
    align-items: center;
    border-top: 2px solid var(--color-light-2);
}

.dropdown-item:active {color: var(--color-success);background-color: var(--color-light-2);}

#user-name {
    white-space: nowrap;        
    overflow: hidden;           
    text-overflow: ellipsis;    
    max-width: 225px;           
}

@media only screen and (max-width: 992px) {
    .list-languages{
        position: absolute;
        top: 14px;
        right: 73px;
    }

    .container{padding-inline: 20px;}

    #login {margin-bottom: 20px;}

}

.scrollToTop {
    z-index: 999;
    position: fixed;
    bottom: 12px;
    right: 12px;
    color: var(--color-success);
    display: none;
    background-color: var(--color-light-2);
}

.scrollToTop:hover {color: var(--color-success-25);}
.scrollToTop i {font-size: 1.4rem !important;}

@media only screen and (max-width: 992px) {
    .menu-f,
    .contacts-f{display: block !important;}
}

.footer-link{color: var(--color-red-petro);}
.footer-link:hover{color: var(--color-light-2);}
.copyright a{color: var(--color-red-petro);}
.input-group-text{background-color: var(--color-light-2);color: var(--color-dark);}

.alert-success{
    border-color: var(--color-success);
    background-color: var(--color-success-25);
    color: var(--color-success);
}

.slick-slide {margin: 0 5px;}
.slick-list {margin: 0 -5px;}
.hero {color: var(--color-dark);padding: 42px 0 55px;}
#speakers{background: linear-gradient(rgba(255, 255, 255, 0.65), rgba(255, 255, 255, 0.7)), url('../img/doted_bg.png') no-repeat top center / cover !important;}
.hero h1 {font-size: 2.4rem;font-weight: 700;}
.hero p {font-size: 1.2rem;margin-top: 15px;}
.agenda .card {transition: transform .2s;}
.agenda .card:hover {transform: translateY(-5px);}
.speaker{cursor: pointer;}

.speaker-img {
    object-fit: cover;
    border: 1px solid rgb(203, 203, 203);
    border-radius: 6px !important;
}

.slick-dots{bottom: -45px !important;}

.speaker-img {
    width: 200px;
    height: 200px;
    object-fit: cover;
}

.speaker-info {
    text-align: left;
    min-width: 0;           
    flex: 1;                
    word-wrap: break-word;  
    overflow-wrap: break-word; 
}

.descricao {
  display: -webkit-box;
  -webkit-line-clamp: 3;     
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media only screen and (max-width: 992px) {
    .speaker{margin: 0 !important;}
    .speaker-info{width: 100%;}

    .speaker > div{
        justify-content: center;
        text-align: center;
        flex-wrap: wrap !important;
    }

    .speaker-info {
        text-align: center;
        min-width: 100%;            
        flex: 1;                    
        word-wrap: break-word;      
        overflow-wrap: break-word;  
    }

    .countdown .card{width: 70px !important;padding: 10px 5px !important;}
    .countdown .small{font-size: 11px;}
}

@media only screen and (max-width: 768px) {
    .hero .img-cont{order: -1;}
    .hero{padding: 55px 0 55px;}
}

.slick-prev:before,
.slick-next:before {
    content: "";
    display: inline-block;
    width: 28px;
    height: 28px;
    background-color: var(--color-success);
    opacity: 1;
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    color: transparent !important;
}

.slick-prev:before {
    mask-image: url("../../../shared/icons_svg/left-chevron.svg");
    -webkit-mask-image: url("../../../shared/icons_svg/left-chevron.svg");
    transform: scale(2.2);
    transform-origin: center;
    margin-right: -5px;
}

.slick-next:before {
    mask-image: url("../../../shared/icons_svg/right-chevron.svg");
    -webkit-mask-image: url("../../../shared/icons_svg/right-chevron.svg");
    margin-left: -20px;
    transform: scale(2.2);
    transform-origin: center;
}

.timeline {padding-left: 30px;}

.timeline__line {
    content: "";
    position: absolute;
    top: 0;
    left: 7px;
    width: 2px;
    height: 100%;
    background: var(--color-success);
}

.timeline__item {position: relative;margin-bottom: 60px;}
.timeline__item:last-child{margin-bottom: 0;}
.timeline__item .info {position: relative;}

.timeline__item .dot {
    position: absolute;
    left: -30px;
    top: 0px;
    outline: 15px solid var(--color-white);
    background-color: var(--color-white);
    color: var(--color-success);
}

.timeline__item .time {
    font-weight: 700;
    color: var(--color-success);
    display: block;
    margin-bottom: 5px;
}

.timeline__item .title {font-size: 1.1rem;font-weight: 600;}
.form-select,
.form-control{height: 50px;}
.contador {color: var(--color-success);}
.slick-dots li.slick-active button:before {color:var(--color-success); }
.skiptranslate {display: none !important;}
.custom-select-wrapper {position: relative;display: inline-block;}

.custom-select {
    height: 42px;
    width: 42px;
    background: var(--color-light);
    border: 1px solid #ccc;
    border-radius: 6px !important;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    font-size: 1.2rem;
}

.custom-select:hover {border-color: #666;}

.custom-options {
    position: absolute;
    top: 110%;
    left: 0;
    width: 42px;
    background: var(--color-light);
    border: 1px solid #ccc;
    border-radius: 6px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    display: none;
    z-index: 1000;
    border-radius: 6px !important;
}

.custom-options .option {
    padding: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
}

.custom-options .option:hover {background: var(--color-light-2);}

@media (min-width: 1200px) {
    .modal-xl {
        --bs-modal-width: 85vw;
    }
}

section {
    margin-top: 50px;
}

section:first-of-type {
    padding-top: 65px !important;
}

section:last-of-type {
    margin-bottom: 25px;
}

.site_logo{
    height: 50px;
    width: auto;
    transition: .3s ease;
}
.home .site_logo{
    height:75px; 
}

body.no-scroll {
    overflow: hidden;
}

/* NAVBAR */
.navbar-wrapper {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    transition: transform .4s ease, background .3s ease;
}

.navbar-wrapper.hide {
    transform: translateY(-100%);
}

.navbar {
    width: 100%;
    background: rgba(20, 20, 20, 0.8);
    padding: 0;
}

body.home .navbar {
    background: transparent;
}

.navbar.scrolled {
    backdrop-filter: blur(20px) saturate(160%) !important;
    background: rgba(20, 20, 20, 0.8)!important;
}

/* LOGO */
.logo {
    color: white;
    font-weight: bold;
    text-decoration: none;
    font-size: 20px;
}

/* LINKS */
.nav-left {
    display: flex;
    align-items: center;
    gap: 40px;
    width: 100%;
}

.nav-links {
    list-style: none;
    display: flex;
    gap: 30px;
    margin: 0px;
    width: 100%;
}

.nav-links li {
    position: relative;
}

.nav-links a {
    color: white;
    text-decoration: none;
    padding-bottom: 5px;
    font-size: 17px;
}

.nav-links a:hover{
    color: var(--color-yellow-petro);
}

/* ACTIVE PAGE */
.pag-active > a {
    border-bottom: 2px solid white;
}

/* DROPDOWN DESKTOP */
.dropdown {
    padding: 5px;
    position: absolute;
    top: 100%;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    list-style: none;
    display: none;
    width: max-content;
}

.has-dropdown{
    padding-right: 5px;
}

.has-dropdown:before{
    content: url("../../../shared/icons_svg/left-chevron.svg");
    position: absolute;
    right: 0;
    top: 95%;
    transform: translateY(-50%) rotate(-90deg) scale(.027);
    width: 10px;
    height: 10px;
    filter: invert(1);
}
.lang-switcher:before{
    content: "";
}

.has-dropdown:hover .dropdown {
    display: block;
}

.dropdown li a {
    display: block;
    padding: 12px;
}

/* HAMBURGER */
.hamburger {
    display: none;
    flex-direction: column;
    gap: 6px;
    cursor: pointer;
}

.hamburger span {
    width: 28px;
    height: 2.5px;
    background: white;
}

/* MOBILE MENU */
.mobile-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 95vw;
    height: 100vh;
    backdrop-filter: blur(25px) saturate(160%);
    background: rgba(20, 20, 20, 0.7);
    transition: right .4s ease;
    z-index: 1000;
    display: flex;
    flex-direction: column;
}

.mobile-menu.active {
    right: 0;
}

.mobile-header {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    color: white;
}

.mobile-links {
    list-style: none;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mobile-links li a {
    display: block;
    text-align: right;
    padding: 15px 25px;
    color: white;
    text-decoration: none;
    font-size: 22px;
    width: fit-content;
}

.mobile-links .pag-active > a {
    border-bottom: 0;
    border: 1px solid white;
    border-radius: 6px !important;
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .nav-left {
        width: fit-content;
    }
    .nav-links {
        display: none;
    }

    .hamburger {
        display: flex;
    }

    .home .site_logo{
        height:70px; 
    }

    .has-dropdown:before{
        content: "";
    }
}


.skiptranslate {
    display: none !important;
}

body {
    top: 0 !important;
}