@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.3.0/font/bootstrap-icons.css");


* {
    font-family: 'Montserrat', sans-serif !important;
}

header button.active {
    background-color: unset;
}

p, ul, li {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 15px !important;
    line-height: 24px !important;
    font-weight: 300 !important;
    text-align: left !important;
    letter-spacing: 0 !important;
    opacity: 1 !important;
    margin: 5px 0 0 0 !important;
    color: #000000 !important;
}

strong {
    font-weight: 700 !important;
}

/* EFEITO APARECER */
.efeito-aparecer {
    opacity: 0;
    transform: translateY(80px);
    transition: opacity 4s, transform 2s;
}

.mostrar {
    opacity: 1;
    transform: translateY(0);
}

/* GERAL */
.fundo {
    background-color: #ffffff;
}

body {
    background-color: #ffffff;
}

.container-fluid {
    padding: 0;
    margin: 0;
}

.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 0 25px;
}

a {
    text-decoration: none;
}

footer {
    display: none;
}

.ilustracao-mobile-top {
    display: none;
}

/* RESPONSIVE */
@media (min-width: 1200px) {
    .container {
        max-width: 1156px;
    }
}

/* ---- mobile até 768px ---- */
@media (max-width: 768px) {
    .ilustracao-mobile-top {
        display: block;
        text-align: center;
        padding: 20px 0 20px 0;
        background-color: #ffffff;
    }
    
    .img-ilustracao-mobile {
        max-width: 100%;
        height: auto;
        width: 100%;
    }
    
    .top-row {
        background-image: none !important;
        background-position: none !important;
        background-size: auto !important;
        padding: 0 !important;
        margin: 0 !important;
    }
    
    .btns-row-topbanner {
        margin-top: 2rem !important;
    }
    
    .warning {
        margin-top: 0 !important;
    }
}

/* ---- tablet ---- */
@media (min-width: 769px) {
    .ilustracao-mobile-top {
        display: none !important;
    }
}

/* ---- tablet ---- */
@media (min-width: 769px) and (max-width: 991px) {
    .event-title {
        font-size: 34px !important;
        line-height: 32px !important;
    }
    .event-title-orange,
    .event-title-rose {
        font-size: 3rem !important;
        line-height: 2.8rem !important;
    }
    .event-title-gold {
        font-size: 2.4rem !important;
    }
    .event-date {
        font-size: 1.8rem !important;
        line-height: 2rem !important;
    }
    .event-date2 {
        font-size: 2.2rem !important;
        line-height: 2.4rem !important;
        padding: 0 !important;
    }
    .event-place {
        font-size: 1.1rem !important;
        padding-right: 0 !important;
    }
    .btns-row {
        margin-top: 2rem !important;
    }
    .top-row {
        background-size: 85% auto !important;
        background-position: center bottom !important;
        padding-bottom: 52vw !important;
    }
}

/* ---- mobile ---- */
@media (max-width: 600px) {
    .container {
        padding: 0 16px !important;
    }
    .event-title {
        font-size: 24px !important;
        line-height: 26px !important;
    }
    .event-title-orange,
    .event-title-rose {
        font-size: 2rem !important;
        line-height: 2.2rem !important;
    }
    .event-title-gold {
        font-size: 1.7rem !important;
    }
    .event-date {
        font-size: 1.3rem !important;
        line-height: 1.5rem !important;
    }
    .event-date2 {
        font-size: 1.6rem !important;
        line-height: 1.8rem !important;
        padding: 0 !important;
    }
    .event-place {
        font-size: 1rem !important;
        padding-right: 0 !important;
    }
    .btns-row {
        margin-top: 1.5rem !important;
    }
    .top-row {
        background-size: 100% auto !important;
        background-position: center bottom !important;
        padding-bottom: 65vw !important;
    }
    .event-title,
    .event-date,
    .event-date2,
    .event-place {
        text-align: center !important;
    }
    .btn-01 {
        width: 90% !important;
        font-size: 16px !important;
    }
    .btn-02 {
        width: 90% !important;
    }
    .logo-sponsor-top {
        width: 100px !important;
    }
    .logo-sponsor {
        width: 90px !important;
    }
    .sub-title,
    .sub-title1,
    .sub-title2,
    .sub-title3,
    .sub-title4 {
        font-size: 1.3rem !important;
        line-height: 1.6rem !important;
    }
}

/* BUTTONS */
.btns-row {
    text-align: center;
    margin: 20px 0 0 0;
}

.btn-01 {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    text-transform: none;
    text-decoration: none;
    letter-spacing: 0;
    color: #ffffff;
    background-color: #0E97D3;
    opacity: 1;
    width: 300px;
    height: 55px;
    border: 3px solid #ffffff;
    border-radius: 50px;
    padding: 9px 0;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
}

.btn-01:hover {
    color: #FFFFFF;
    background-color: #FFB11A;
}

.btn-02 {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    text-transform: none;
    text-decoration: none;
    letter-spacing: 0;
    color: #FFB11A;
    background-color: #ffffff;
    opacity: 1;
    width: 260px;
    height: 55px;
    border: 3px solid #FFB11A;
    border-radius: 50px;
    padding: 13px 0;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
}

.btn-02:hover {
    color: #FFFFFF;
    background-color: #FFB11A;
}


/* INTRO */
.top-row {
   background-color: #ffffff;
    background-image: url(topBanner.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 67% auto;
    margin: 1rem 0 0 0;
    background-position-y: center;
}

.illustration {
    width: 100%;
    border: none;
    padding: 0;
    margin: 50px 0 0px 0;

}
.btns-row-topbanner {
    text-align: center;
    margin: 14rem 0 0 0;
}

.btns-row {
    text-align: center;
    margin: 3rem 0 0 0;
}
.warning {
    font-size: 2.5rem;
    color: #e95b16;
    margin-top: 10rem;
    font-weight: 600;}

.event-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 42px;
    line-height: 38px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2.1px;
    opacity: 1;
    
    padding: 0;
    color: inherit;
}

.event-title-line {
    display: block;
}

.small-cap {
    font-size: 1em;
    font-variant: small-caps;
    text-transform: none;
    line-height: inherit;
}

.lowercase-char {
    text-transform: none;
    font-size: 1em;
    line-height: inherit;
}

.event-title-blue {
    color: #467991;
    line-height: 3rem;
}

.event-title-grey {
    color: #6f6f6e;
}

.event-title-orange {
    color: #e95b16;   
    font-size: 4rem;
    line-height: 4rem;
}

.event-title-rose {
    color: #b9757f;
    font-size: 4rem;
    line-height: 4rem;
}

.event-title-gold {
    color: #e6940a;
    font-size: 3.3rem;
    line-height: 4rem;
}

.event-date {
    font-family: 'Montserrat', sans-serif;
        font-size: 2.5rem;
    line-height: 26px;
    
  
  
    letter-spacing: 1.3px;
    opacity: 1;
    margin: 20px 0 10px 0;
    padding: 0;
    color: #6f6f6e;
}
.event-date2 {
    font-size: 3rem;
    line-height: 3rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    opacity: 1;
    padding: 0;
    color: #6f6f6e;
}

.event-place {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.3rem;
    line-height: 1.5rem;
    font-weight: 600;
    text-transform: none;
    margin: 0;
    padding: 0;
    color: #6f6f6e;
}

@media (min-width: 601px) {
    .event-title,
    .event-date,
    .event-date2,
    .event-place {
        text-align: left !important;
    }
}

.sub-title {
      font-family: 'Montserrat', sans-serif;
    font-size: 3rem;
    line-height: 2.5rem;
    font-weight: 700;
    text-align: left;
    /* text-transform: uppercase; */
    letter-spacing: 1px;
    opacity: 1;
    margin: 15px 0 15px 0;
    padding: 0;
    color: #b9757f;
}

.sub-title1 {
      font-family: 'Montserrat', sans-serif;
    font-size: 3rem;
    line-height: 2.5rem;
    font-weight: 700;
    text-align: left;
    /* text-transform: uppercase; */
    letter-spacing: 1px;
    opacity: 1;
    margin: 15px 0 15px 0;
    padding: 0;
    color: #6f6f6e;
}
.sub-title2 {
      font-family: 'Montserrat', sans-serif;
    font-size: 3rem;
    line-height: 2.5rem;
    font-weight: 700;
    text-align: left;
    /* text-transform: uppercase; */
    letter-spacing: 1px;
    opacity: 1;
    margin: 15px 0 15px 0;
    padding: 0;
    color: #467991;
}
.sub-title3 {
      font-family: 'Montserrat', sans-serif;
    font-size: 3rem;
    line-height: 2.5rem;
    font-weight: 700;
    text-align: left;
    /* text-transform: uppercase; */
    letter-spacing: 1px;
    opacity: 1;
    margin: 15px 0 15px 0;
    padding: 0;
    color: #e95b16;
}
.sub-title4 {
      font-family: 'Montserrat', sans-serif;
    font-size: 3rem;
    line-height: 2.5rem;
    font-weight: 700;
    text-align: left;
    /* text-transform: uppercase; */
    letter-spacing: 1px;
    opacity: 1;
    margin: 3rem 0 ;
    padding: 0;
    color: #e6940a;
}


/* ESTRUTURAL */
.box-00 {
    /* background-color: #FFB11A; */
    border-radius: 15px;
    margin: 60px 0 10px 0;
}

.box-01 {
    /* background-color: #ED5247; */
    border-radius: 15px;
    margin: 60px 0 10px 0;
}

.box-02 {
    /* background-color: #FFFFFF; */
    border-radius: 15px;
    padding: 40px 0;
}

/* CONCEPT */
.concept-text p {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    line-height: 24px;
    font-weight: 700;
    text-align: left;
    letter-spacing: 0;
    opacity: 1;
    margin: 5px 0 0 0;
    color: #000000;
}

.programme-date {
    font-family: 'Montserrat', sans-serif;
    font-size: 26px;
    line-height: 26px;
    font-weight: 700;
    text-align: left;
    letter-spacing: 0;
    opacity: 1;
    margin: 0px 0 20px 0;
    padding: 0;
    color: #b9757f;
}

.venue-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 26px;
    line-height: 26px;
    font-weight: 700;
    text-align: left;
    letter-spacing: 0;
    opacity: 1;
    margin: 0px 0 20px 0;
    padding: 0;
    color: #6f6f6e;
}

.venue-title-02 {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    line-height: 24px;
    font-weight: 700;
    text-align: left;
    letter-spacing: 0;
    opacity: 1;
    margin: 0;
    padding: 0;
    color: #6f6f6e;
}

.available-soon {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    font-style: italic;
    text-align: center;
    letter-spacing: 0;
    opacity: 1;
    text-transform: none;
    margin: 10px 0 20px 0;
    padding: 0;
    color: #ffffff;
}


/* SPEAKERS */
.speakers-section {
    position: relative;
}

.speakers-section::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 100vw;
    transform: translateX(-50%);
    background-color: #e6940a29;
    z-index: 0;
}

.speakers-section > * {
    position: relative;
    z-index: 1;
}

.speakers {
    margin: 40px 0 0 0;
    padding: 0;
}

.item {
    margin: 0 10px 0 0;
    padding: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* background-color: #FFFFFF; */
    border-radius: 15px;
}

.item-card {
    height: 160px;
}

.div-profile-circle {
    border: 4px solid #467991;
    border-radius: 50%;
}

.profile-circle {
    width: 150px;
    height:150px;
    border-radius: 50%;
    filter: grayscale(1);
    object-fit: cover;
}

.speaker-name {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0;
    color: #000000;
    opacity: 1;
    padding: 0;
    margin: 20px 0 20px 0;
}

.speaker-company {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    line-height: 15px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0;
    color: #467991;
    opacity: 1;
    padding: 0;
    margin: 0;
}

.speaker-position {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    line-height: 15px;
    font-weight: 300;
    text-align: center;
    letter-spacing: 0;
    color: #6f6f6e;
    opacity: 1;
    padding: 0;
    margin: 0;
}

.see-more {
    font-family: 'Rubik', sans-serif !important;
    font-size: 15px !important;
    line-height: 18px !important;
    font-weight: 700 !important;
    font-style: italic !important;
    text-align: center !important;
    text-decoration: none !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
    color: #000000 !important;
    opacity: 1 !important;
    padding: 0 !important;
    margin: 0px 0 20px 0 !important;
    background-color: #ffffff !important;
    border: none !important;
}

.see-more:hover {
    color: #F77D0C !important;
    background-color: #ffffff !important;
}

.modal-header {
    border: none;
}

.modal-body {
    padding: 0 30px 20px 30px;
}

.modal-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    line-height: 18px;
    font-weight: 700;
    text-align: left;
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 1;
    padding: 0;
    margin: 0;
}

.modal-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    line-height: 18px;
    font-weight: 300;
    text-align: left;
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 1;
    padding: 0;
    margin: 5px 0 0 0;
}


/* LOCAL */
.place-adress {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    line-height: 24px;
    font-weight: 700;
    text-align: left;
    letter-spacing: 0px;
    opacity: 1;
    margin: 5px 0 20px 0;
    color: #000000;
}

.place-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    line-height: 24px;
    font-weight: 300;
    text-align: left;
    letter-spacing: 0px;
    opacity: 1;
    margin: 5px 0 20px 0;
    color: #000000;
}

.place-img {
    width: 100%;
    margin: 0;
    border-radius: 15px;
    border: 5px solid #FFB11A;
}


/* SPONSORS */
.bottom_sponsors {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    /* padding: 40px 0; */
}

.sponsor-row {
  padding: 2rem 0;
    background-color: #e6940a29;
}

.sponsor-category {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    line-height: 12px;
    font-weight: 400;
    text-align: left;
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 1;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    padding: 0;
    animation-name: text-animation;
    animation-duration: 8s;
    animation-iteration-count: infinite;
}

.sponsor-category-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    line-height: 12px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.7px;
    color: #000000;
    opacity: 1;
    text-transform: uppercase;
    margin: 10px 0 10px 0;
    padding: 0;
}

.conjunto-sponsor {
    margin: 0 5px 0 0;
    width: auto;
    padding: 0;
}

.tira-sponsors {
    padding: 0;
    text-align: center;
}

.logo-sponsor-top {
    width: 150px;
    border: none;
    padding: 0;
    margin: 0 10px 10px 0;
    border: 1px #467991 solid
}

.logo-sponsor {
    width: 130px;
    border: none;
    padding: 5px 10px;
    margin: 0 5px 10px 0;
    border-radius: 5px;
    background-color: #FFFFFF;
    border: 1px #467991 solid
}


/* ----------- AGENDA ----------- */
.btn-day {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.4px;
    color: #3AAF8A;
    background-color: #FFFFFF;
    opacity: 1;
    text-transform: uppercase;
    text-decoration: none;
    width: 180px;
    height: 52px;
    border-radius: 4px;
    border: 3px solid #3AAF8A;
    padding: 12px 0;
    margin: 5px;
    display: inline-block;
    vertical-align: middle;
}

.btn-day:hover {
    background-color: #3AAF8A;
    color: #FFFFFF;
}

button.active {
background-color: #3AAF8A !important;
    color: #FFFFFF !important;
}

.schedule {
    padding: 0 10px;
    margin: 60px 0 60px 0;
}

.schedule-intro-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 56px;
    line-height: 56px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0;
    color: #ffffff;
    opacity: 1;
    text-transform: uppercase;
    margin: 0 0 30px 0;
    padding: 0;
}

.schedule-intro-btns {
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 0 0 80px 0;
}

.sessions-list01 {
    border-right: 3px solid #000000;
    padding: 0 20px;
}

.sessions-list02 {
    padding: 0 30px;
}

.schedule-detail-place {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 1px;
    color: #F77D0C;
    opacity: 1;
    text-transform: uppercase;
    margin: 0 0 30px 0;
    padding: 0;
}

.schedule-detail {
    margin: 0 0 80px 0;
}

.schedule-detail-hours {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0;
    color: #ffffff;
    opacity: 1;
    text-transform: uppercase;
    margin: 0 0 5px 0;
    padding: 0;
}

.schedule-detail-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 26px;
    line-height: 28px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0;
    color: #ffffff;
    opacity: 1;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    padding: 0;
}

.schedule-detail-sponsors {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 19px;
    font-weight: 300;
    text-align: center;
    letter-spacing: 0;
    color: #ffffff;
    opacity: 1;
    margin: 0 0 20px 0;
    padding: 0;
    text-transform: uppercase;
}

.schedule-intro-btn02 {
    margin: 0;
    padding: 0;
    text-align: center;
}

.btn02 {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    line-height: 15px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0;
    color: #ffffff;
    opacity: 1;
    text-transform: uppercase;
    margin: 5px auto;
    padding: 10px 25px;
    background-color: #FFFFFF;
    border: 2px solid #000000;
    display: inline-block;
    width: 150px;
}

.btn02:hover {
    color: #F77D0C;
    border: 2px solid #F77D0C;
}

.btn03 {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    line-height: 15px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0;
    color: #ffffff;
    opacity: 1;
    text-transform: uppercase;
    margin: 5px auto;
    padding: 10px 25px;
    background-color: #FFFFFF;
    border: 2px solid #000000;
    display: inline-block;
    width: 150px;
}

.btn03:hover {
    color: #F77D0C;
    border: 2px solid #F77D0C;
}

.session {
    padding: 0 10px;
}

.session-intro {
    margin: 60px 0 60px 0;
}

.session-intro-date-hour {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0;
    color: #ffffff;
    opacity: 1;
    text-transform: uppercase;
    margin: 0 0 5px 0;
    padding: 0;
}

.session-intro-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 56px;
    line-height: 56px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0;
    color: #ffffff;
    opacity: 1;
    text-transform: uppercase;
    margin: 0 0 30px 0;
    padding: 0;
}

.session-intro-category-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    line-height: 12px;
    font-weight: 300;
    text-align: center;
    letter-spacing: 0;
    color: #ffffff;
    opacity: 1;
    text-transform: uppercase;
    margin: 0 0 5px 0;
    padding: 0;
}

.session-intro-tira-sponsors {
    text-align: center;
    margin: 0 0 30px 0;
}

.session-logo-sponsor {
    border: 1px solid #a2a2a2;
    width: 120px;
    height: 80px;
    margin: 0 10px 10px 0;
}

.session-intro-btns {
    text-align: center;
}

.session-detail {
    margin: 0 0 60px 0;
}

.session-detail-left {
    margin: 0 0 20px 0;
    padding: 0 40px 0 0;
    border-right: 1px solid #000000;
}

.session-detail-right {
    margin: 0 0 20px 0;
    padding: 0 0 0 40px;
}

.session-detail-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    text-align: left;
    letter-spacing: 0px;
    color: #F77D0C;
    opacity: 1;
    text-transform: uppercase;
    margin: 0 0 15px 0;
    padding: 0;
}

.session-detail-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
    text-align: left;
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 1;
    margin: 0 0 5px 0;
    padding: 0;
}

.session-detail-sub-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    text-align: left;
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 1;
    margin: 0 0 5px 0;
    padding: 0;
}

.set-sponsor {
    margin: 0 5px 0 0;
    width: auto;
    padding: 0;
}
