﻿html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: TagusNormal-Medium, Arial, sans-serif;
    /*background: url("/images/fundo.jpg");*/
    /*background: white;*/
    background: #FFEC00;
    color: #481F5C;
}

.navbar > .container, .navbar > .container-fluid, .navbar > .container-lg, .navbar > .container-md, .navbar > .container-sm, .navbar > .container-xl, .navbar > .container-xxl {
    top: 0;
    position: fixed;
    z-index: 1;
}

.linksBlueText {
    color: #481F5C !important;
}

#sponsors {
    text-align: center;
    /*background: url("/images/fundo.jpg");*/
    background: white;
    padding: 20px 0;
}

.sponsors-column {
    /*display: block;*/
    /*margin: 0 auto;*/
    width: auto;
    
    display: flex;
    flex: 2;
    flex-direction: column;
}

.sponsors-container {
    /*max-width: 1200px;*/
    /*margin: 0 auto;*/
    /*display: block;*/
    grid-template-columns: 1fr 1fr 1fr; /* Tr�s colunas */
    grid-template-rows: auto auto; /* Duas linhas */
    /*gap: 20px;*/
    align-items: center; /* Centralizar verticalmente */
    /*margin-left: 20% !important;*/
    margin-top: 20px;
}

.sponsors-container.row {
    flex-wrap: unset;
}

.sponsor2Image {
    margin-top: 10px;
}

#sponsor-1 {
    grid-row: span 2; /* Ocupa duas linhas */
    grid-column: span 1; /* Ocupa uma coluna */
    display: flex;
    align-items: center;
    justify-content: center;
}

.sponsor {
    width: 45%;
    margin-top: -60px;
    /*margin-top: -40px !important;*/
    /*display: flex;*/
    /*align-items: center;
    justify-content: center;*/
}

.sponsor img {
    /* max-width: 100%; */
    height: 100px;
    display: block;
    width: auto;
}

ul li.ticketLi {
    font-size: 18px;
    line-height: 1.5;
    font-weight: bold;
}
ul p.ticketDescription {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 0.3rem;
}
ul p.ticketDescriptionPrice {
    font-size: 18px;
    line-height: 1.5;
    font-weight: bold;
}

ul p.ticketDescriptionPrice span {
    border: 1px solid lightgrey;
    padding: .3rem;
}

@media (max-width: 768px) {
    .sponsors-container {
        grid-template-columns: 1fr; /* Ajusta para duas colunas em telas menores */
        grid-template-rows: auto auto auto; /* Tr�s linhas para acomodar tudo */
    }

    #sponsor-1 {
        grid-row: span 1; /* Ajusta para ocupar uma linha */
    }
}
@media (max-width: 580px) {
    .imgEventConference {
        padding: 3rem 2rem;
    }

    .conference-info .imgEventConferenceLogos {
        padding: 0rem 2rem;
        margin-top: 0;
    }
}

/* Adjustments for mobile screens */
@media (max-width: 480px) {
    .sponsors-container {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(6, auto);
    }

    #sponsor-1 {
        grid-column: 1;
        grid-row: 1;
    }

    #sponsor-2 {
        grid-column: 1;
        grid-row: 2;
    }

    nav {
        background-color: #f8f8f8;
        padding: 10px 0;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
    }

    #sponsor-3 {
        grid-column: 1;
        grid-row: 3;
    }

    #sponsor-4 {
        grid-column: 1;
        grid-row: 4;
    }

    #sponsor-5 {
        grid-column: 1;
        grid-row: 5;
    }

    #sponsor-6 {
        grid-column: 1;
        grid-row: 6;
    }
}


.container {
    background-color: white;
    width: 100vw;
}

.dropdown-arrow {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 5px; /* Espa�amento entre o texto e a seta */
    vertical-align: middle;
    border-top: 5px solid #000; /* Tamanho e cor da seta */
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    content: "";
}

.container-fluid {
    /*background: url("/images/fundo.jpg");*/
    /*background: #FFEC00;*/
    height: 120px;
    /*border-bottom: 1px solid black;*/
    transition: 0.5s;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.container-fluid.bckColor {
    background: #FFEC00;
    height: 65px;
}


.header-content {
    /*    display: flex;
    justify-content: space-between;*/
    align-items: center;
    /*background: url('/images/fundo.jpg');*/
    background: #FFEC00;
    /*padding-left: 5%; voltar*/
    /*padding-right: 5%; voltar*/
    /*padding-top: 40px; voltar*/
    padding-bottom: 40px;
    background-repeat: no-repeat;
    background-size: cover;
    /*    position: relative;*/
    height: auto;
}

.conference-info {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    width: 100%;
    margin-top: -120px;
}

.imageHeaderSection {
    display: block;
    vertical-align: top;
    /*margin-left: 20px; voltar*/
    text-align: center;
}

.conference-info h1 {
    font-size: 30px;
    /*color: black;*/
    margin: 0;
    font-weight: 600;
    text-align: left;
}

.conference-info h2 {
    font-size: 23px;
    /*color: black;*/
    margin: 0;
    font-weight: 600;
    text-align: left;
}

.conference-info h6 {
    font-size: 23px;
    /*color: black;*/
    text-align: left;
    font-weight: 600;
}

.sign-in-btn {
    display: inline-block;
    margin-top: 40px;
    text-decoration: none;
    color: #fff;
    background-color: #481F5C;
    padding: 15px 65px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 30px;
}

.conference-title {
    margin-top: -20px;
    display: inline-block;
    vertical-align: top;
    margin: 0 20px;
}

.navbar-brand {
    font-size: 20px;
    margin-left: 135px;
    font-weight: 600;
    font-family: 'AT Apoc Dark', sans-serif;
}

.navbar-nav {
    /*font-size: 15px;*/
    font-size: 11px;
    font-weight: 600;
    /*margin-left: 270px !important;*/
    float: right;
    margin-right: 135px;
}

.iconLanguage {
    width: 22px;
    height: 22px;
    margin-top: 12px;
}

.menuLanguage {
    display: flex;
    align-items: center;
    margin-top: -15px;
}


.imgEventConference {
    border-radius: 10px;
    margin-top: 53px;
    /*width: 880px;*/
    width: 65rem;
    /*margin-right: 30px; voltar*/
    /*margin-top: 40px; voltar*/
}

.imgEventConferenceLogos {
    border-radius: 10px;
    margin-top: 53px;
    /*width: 880px;*/
    width: 40rem;
    margin-left: 135px;
}

.imgEvent {
    margin-top: 70px;
    border-radius: 10px;
    width: 100%;
}

.aboutTitle {
    /*font-size: 27px;*/
    color: #481F5C;
    font-weight: 600;
    text-align: left;
}

.aboutProgramTitle {
    /*font-size: 27px;*/
    /*color: black;*/
    font-weight: 600;
    text-align: left;
}

#schedule {
    align-items: center;
    /*background: url('/images/fundo.jpg');*/
    background: white;
    height: auto;
    margin-top: -5px;
}

.callText {
    font-size: 18px;
    color: black;
    font-weight: 600;
}

.thematicCallText {
    font-size: 18px;
    width: 300px;
    color: black;
    font-weight: 600;
    margin-top: 20px;
}

.mude {
    /*background: #FFEC00;*/
}

.mude.text-color,
.mude.text-color a.nav-link {
    color: #481F5C;
}

.mude.text-color a.nav-link {
    position: relative;
}

.mude.text-color a.nav-link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 2px;
    background-color: #481F5C;
    transition: width 0.3s ease;
}

.mude.text-color a.nav-link.active {
    color: #481F5C;
}

.mude.text-color a.nav-link.active::after {
    width: 100%;
}

.containerSchedule {
    padding-left: 7%;
    padding-right: 7%;
    padding-top: 100px;
    padding-bottom: 100px;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    display: flex;
    justify-content: space-between;
}

.containerProgramSchedule {
    padding-left: 7%;
    padding-right: 7%;
    padding-top: 70px;
    padding-bottom: 40px;
    background: white;
    /* background-repeat: no-repeat;
    background-size: cover;*/
    height: auto;
    display: flex;
    justify-content: space-between;
    /*margin-top: 40px;*/
}

.aboutTitleProgram {
    font-size: 2.5em;
    color: #481F5C;
    font-weight: 600;
    text-align: left;
}

.programTitle {
    font-size: 27px;
    color: #481F5C;
    font-weight: 600;
    text-align: left;
    width: 340px;
}


.eventInfo {
    flex: 1;
    width: 400px !important;
    position: sticky;
    height: fit-content;
    top: 100px;
}

.aboutEventContainer {
    flex: 2.5;
    margin-left: -10px;
    margin-top: -10px;
    font-family: 'TagusNormal-Regular';
}

.scheduleTitle {
    font-size: 2em;
    color: #481F5C;
    margin-top: 50px;
    font-weight: 600;
    text-align: center;
}

.programDetails {
    /*    margin-left: 50px;
*/
    margin-top: 15px;
}

.thematicDetails {
    /*    margin-left: 50px;
*/
    margin-top: 15px;
}

.callDetails {
    /*    margin-left: 50px;
*/
    margin-top: 15px;
}

/*.programTitle {
    border: 1px solid grey;
    border-radius: 5px;
    font-size: 1.5em;
    color: #0033ff;
    margin-top: 50px;
    text-align: center;
    padding: 30px;
}*/

#about {
    /*background: url('/images/fundo.jpg');*/
    background: white;
    margin-top: -5px;
}

.aboutAllText {
    margin-left: 10px;
    font-size: 16px;
    color: black;
    margin-top: -10px;
}

.containerAbout {
    padding-left: 7%;
    padding-right: 7%;
    padding-top: 70px;
    padding-bottom: 40px;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    display: flex;
    justify-content: space-between;
    /*margin-top: 40px;*/
}

.aboutTitleColumn {
    flex: 1;
    position: sticky;
    top: 100px; /* Você pode ajustar isso conforme necessário */
    height: fit-content;
    z-index: 0;
}

.aboutTextColumn {
    flex: 3;
    font-family: 'TagusNormal-Regular';
}

.aboutEvent {
    padding: 10px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}


.eventDetails h6 {
    font-weight: bold;
    font-size: 18px;
    margin-top: 20px;
}

.eventDetails ul li {
    list-style: none;
    margin-bottom: 10px;
}

#speaker,
#scientificComission {
    text-align: center;
    background-color: #FFEC00;
    /*color: white;*/
    /*padding-left: 6.3%;*/
    /*padding-right: 8%;*/
    /*padding-top: 30px;*/
    /*padding-bottom: 40px;*/
}

.speakers-container,
.scientificComission-container {
    display: flex;
    align-items: flex-start;
    /*margin-top: 40px;*/
    padding-left: 7%;
    padding-right: 7%;
    padding-top: 70px;
    padding-bottom: 60px;
}

.title-column {
    flex: 1;
    /*margin-left: 10px; !* Espaço entre a coluna do título e a coluna dos speakers *!*/
    position: sticky;
    top: 100px;
    height: fit-content;
    max-width: 440px;
}

.speakers-column,
.scientificComission-column {
    flex: 2;
    display: flex;
    flex-direction: column;
    margin-top: -30px;
    /*margin-left: -110px;*/ /* Espaço entre a coluna do título e a coluna dos speakers */
}

.speakers-container h2,
.scientificComission-container h2 {
    /*font-size: 27px;*/
    margin-bottom: 10px;
    width: 300px;
}

.speakers-title,
.scientificComission-title {
    font-weight: 600;
    margin-top: 20px;
    margin-left: 0px;
    text-align: left;
}

.line {
    display: inline-block;
    width: 7%;
    height: 1px;
    background-color: white;
    vertical-align: middle;
}

.custom-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    overflow: hidden;
}

.custom-modal-dialog {
    /*    background: url("/images/fundo.jpg");
*/
    background: white;
    width: 500px;
    max-width: 90%;
    max-height: 95vh;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    overflow: auto;
}

.custom-modal-header {
    background-color: #f5f5f5;
    padding: 10px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.1em;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
}

.custom-modal-header.titlePos{
    position: absolute;
    width: inherit;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

.custom-modal-header button {
    background: none;
    border: none;
    font-size: 1.5em;
    color: #333;
    cursor: pointer;
}

.custom-modal-header button:hover {
    color: red;
}

.custom-modal-body {
    padding: 15px;
    text-align: center;
}

.custom-modal-body img {
    max-width: 80%;
    height: auto;
    margin-bottom: 15px;
    border-radius: 8px;
}

.custom-modal-body h3 {
    font-size: 1.4em;
    margin: 10px 0;
}

.custom-modal-body p {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    color: #481F5C;
    font-size: 1.2em;
    line-height: 1.5;
    text-align: left;
}

.custom-modal-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    text-align: right;
    border-top: 1px solid #ddd;
}

.custom-close-footer-button {
    background: #007bff;
    color: white;
    border: none;
    padding: 8px 12px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 1em;
}

.custom-close-footer-button:hover {
    background: #0056b3;
}

.clickable-speaker,
.clickable-scientificComission{
    cursor: pointer;
}

.imgMicro {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: 0 10px;
    vertical-align: middle;
}

.speakers-list, .more-speakers,
.more-scientificComission {
    margin-top: 50px;
    display: flex;
    flex-wrap: inherit;
    /*    justify-content: center;*/
    /*justify-content: space-between;*/
    gap: 30px;
}

.scientificComission-list {
    margin-top: 25px;
    display: flex;
    flex-wrap: inherit;
    gap: 30px;
}

.speaker,
.scientificComission {
    /*width: calc(33.33% - 20px);*/
    width: 260px;
    height: 370px;
    text-align: center;
    margin-bottom: 20px;
    /*margin: 10px;*/
    max-width: 260px;
    flex: 1 1 30%;
    display: flex;
    flex-direction: column;
    /*    align-items: center;*/
}

.speaker img,
.scientificComission img{
    width: 260px;
    height: 370px;
    object-fit: cover;
}

.speaker h3,
.scientificComission h3{
    font-size: 22px;
    margin: 10px 0 5px;
    font-weight: 600;
    text-align: left;
}

.all-speakers,
.all-scientificComission {
    margin-top: 80px;
}

.all-speakers p,
.all-scientificComission p{
    /*font-size: 15px;*/
    /*color: white;*/
    cursor: pointer;
    font-weight: 600;
    text-align: center;
}

.more-speakers,
.more-scientificComission {
    display: none;
}

.more-speakers .row,
.more-scientificComission .row{
    margin-top: 50px;
    display: flex;
    flex-wrap: inherit;
    justify-content: center;
    gap: 30px;
}

.imgMicroSpeakers,
.imgMicroScientificComission{
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 10px;
    margin-top: -4px;
    vertical-align: middle;
}

.containerForm {
    max-width: 800px;
    margin: 40px auto;
    padding: 20px;
    text-align: center;
    margin-bottom: 70px;
}

#home {
    /*background: url("/images/fundo.jpg");*/
    background: #FFEC00;
}

.containerIndex {
    /*margin-top: -16px;*/
    margin-top: var(--margin-top-value);
}

.buttonForm {
    background-color: #481F5C;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
    font-size: 22px;
    margin-top: 20px;
}

.textForm {
    margin-top: 20px;
    color: lightgrey;
    font-size: 20px;
}

#formSignIn {
    background-color: white;
}


#contact {
    background-color: #FFEC00;
    color: black;
}

.containerContacts {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 2rem 0;
    padding-top: 55px;
    /*background-color: #481F5C;*/
    /*height: 500px;*/
    padding-left: 7%;
}

.h1Contact {
    font-size: 2rem;
    /*color: white;*/
    text-align: left;
    /*margin-top: -20px;*/
    font-family: 'AT Apoc Dark', sans-serif;
}

.textContact {
    font-size: 16px;
    text-align: left;
    /*color: white;*/
    /*margin-left: 10px*/
    font-family: 'TagusNormal-Regular', sans-serif;

}

.menuContact {
    display: inline-block;
    flex-direction: column;
    align-items: flex-end;
    margin-right: 140px;
}

.menuColumnLeft {
    margin-top: -20px;
    display: inline-block;
    vertical-align: top;
    margin: 0 20px;
}

.menuColumnRight {
    display: inline-block;
    vertical-align: top;
    margin: 0 20px;
    /*margin-top: 23px;*/
    /*margin-left: -115px;*/
    /*      margin-right: 140px;*/
}

.contactMenuText {
    font-weight: 600;
    font-size: 15px;
    color: white;
    font-size: 1.2rem;
}

.contactLink {
    color: black;
    text-decoration: none;
    transition: color 0.3s ease;
    display: block;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 800;
}

.contactLink:hover {
    color: #481F5C; /* Cinza claro para hover */
}

.speaker img,
.scientificComission img {
    width: 260px;
    height: 370px;
    object-fit: cover;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    width: 100% !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin-right: auto;
    margin-left: auto;
}

.footerHome {
    float: right;
    color: white;
    font-weight: 600;
    cursor: pointer;
    margin-right: 150px;
}

/**/
.speakersToBe,
.scientificComissionToBe {
    font-weight: 600;
    font-size: 25px;
    color: black;
    text-align: left;
    margin-left: 20px;
    margin-top: 50px;
}

#conference {
    align-items: center;
    background: url('/images/fundo.jpg');
    height: auto;
    margin-top: -5px;
}

.containerConference {
    padding-left: 7%;
    padding-right: 7%;
    padding-top: 100px;
    padding-bottom: 40px;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.leftConferenceColumn {
    flex: 1;
    position: sticky;
    top: 100px; /* Você pode ajustar isso conforme necessário */
    height: fit-content;
    z-index: 0;
}

.rightConferenceColumn {
    flex: 2.5;
}

.conferenceTitle {
    font-size: 27px;
    color: #481F5C;
    font-weight: 600;
    text-align: left;
}

.conferenceBoldText {
    font-size: 18px;
    color: black;
    font-weight: 700;
    width: 200px;
}

.conferenceDescription {
    font-size: 18px;
    line-height: 1.5;
    color: black;
}

.conferenceLittle {
    font-size: 14px;
    color: black;
    line-height: 1.3;
}

#scientificComission {
    align-items: center;
    background-color: #FFEC00;
    height: auto;
    /*margin-top: -5px;*/
}

.containerScientificComission {
    padding-left: 7%;
    padding-right: 7%;
    padding-top: 90px;
    padding-bottom: 40px;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    display: flex;
    justify-content: space-between;
    /*margin-top: 40px;*/
}

.leftScientificComissionColumn {
    flex: 1;
    position: sticky;
    top: 100px;
    height: fit-content;
}

.rightScientificComissionColumn {
    flex: 2.5;
}

.scientificComissionTitle {
    font-size: 27px;
    color: #481F5C;
    font-weight: 600;
    text-align: left;
    width: 300px;
}

.scientificComissionText {
    font-size: 18px;
    line-height: 1.5;
}

.scientificTechnicalComissionText {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 600;
    font-size: 25px;
    margin-top: -3px;
}

.sponsorContainer {
    /*width: 80%;*/
    padding-left: 7%;
    padding-right: 7%;
    padding-top: 70px;
    padding-bottom: 40px;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    display: flex;
    justify-content: space-between;
}

.sponsors-title {
    /*font-size: 27px;*/
    color: #481F5C;
    font-weight: 600;
    text-align: left;
}

.sponsor1Image {
    margin-top: 8px;
}

.sponsor2Image {
    margin-top: 8px;
}

.sponsor3Image {
    margin-top: 8px;
}

.sponsor4Image {
    margin-top: 25px;
}


.logoMenu {
    width: auto;
    height: 90px;
}

.logoMenuSmall {
    width: auto;
    height: 20px;
}

.logoContacts {
    width: auto;
    height: 90px;
}

/*PdfReader*/
.modal {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
    background-color: #fefefe;
    margin: 5% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

.close {
    color: red;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: red;
    text-decoration: none;
    cursor: pointer;
}

/*PRESENTATIONLIST*/
.page-link:hover {
    cursor: pointer;
}

.actionImg {
    padding: 3px;
    width: 25px !important;
    margin-bottom: 4px;
    cursor: pointer;
}

.actionImgPaging {
    padding: 3px;
    width: 15px !important;
    cursor: pointer;
}

.leftSponsorsColumn {
    position: sticky;
    z-index: 0;
    top: 100px;
    height: fit-content;
    
    flex: 1;
    max-width: 440px;
}

/*----------------MIN--------------------*/

@media (min-width: 1600px) {
    /*.header-content {*/
    /*    display: block;*/
    /*}*/
    /*.imgEventConference {*/
    /*    border-radius: 10px;*/
    /*    max-width: 45rem;*/
    /*}*/
    
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 100% !important;
    }
}

@media (min-width: 1200px) {
    /*.navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto !important;
    }

    .navbar-expand-sm .navbar-toggler {
        display: none !important;
    }*/
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 100% !important;
    }
}

@media (min-width: 992px) {
    /* .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 2rem;
        padding-left: 2rem;
    }
*/
    .navbar-expand-lg .navbar-collapse {
        /*margin-top: 20px;*/
    }

    .container, .container-lg, .container-md, .container-sm {
        max-width: 100% !important;
    }
}

@media (min-width: 768px) {
    .container, .container-md, .container-sm {
        max-width: 100% !important;
    }
}

@media (min-width: 576px) {
    .container, .container-sm {
        max-width: 100% !important;
    }
}

/*----------------MAX--------------------*/

@media (max-width: 1800px) {

    .navbar-expand-lg .navbar-collapse {
        /*display: flex !important;*/
        /*margin-left: -150px;*/
        /*flex-basis: auto;*/
    }

    .navbar-nav {
        margin-right: 35px;
    }

    .speakers-list, .more-speakers,
    .scientificComission-list, .more-scientificComission {
        /*margin-left: 100px;*/
        /*margin-right: 70px;*/
        /*margin-right: 20px;*/
        flex-wrap: inherit;
    }

    .imgEventConference {
        border-radius: 10px;
        max-width: 55rem;
    }

    .sponsor {
        width: 50%;
    }
}

@media (max-width: 1700px) {

    .navbar-expand-lg .navbar-collapse {
        /*display: flex !important;*/
        /*margin-left: -230px;*/
        /*flex-basis: auto;*/
    }

    .speakers-list, .more-speakers,
    .scientificComission-list, .more-scientificComission {
        /*        margin-left: 100px;
                margin-right: 70px;*/
        flex-wrap: inherit;
    }

    .sponsor {
        width: 55%;
    }
}

@media (max-width: 1600px) {

    /*    .navbar-expand-lg .navbar-collapse {*/
    /*        !*display: flex !important;*!*/
    /*        margin-left: -100px;*/
    /*        !*flex-basis: auto;*!*/
    /*    }*/
    /*    .navbar-brand {*/
    /*        margin-left: 15px;*/
    /*    }*/
    /*.header-content {*/
    /*    !*height: auto;*!*/
    /*    display: block;*/
    /*}*/
    .imgEventConference {
        max-width: 40rem;
        padding-top: 5rem;
    }

    .imageHeaderSection {
        /*float: none;*/
        /*        display: ruby-text;
*/
        width: 100%;
    }

    /*    .conference-info h1 {*/
    /*        text-align: left;*/
    /*        font-size: 30px;*/
    /*        padding-right: 12% !important;*/
    /*        margin-top: 620px !important;*/
    /*    }*/
    /*    .conference-info h2 {*/
    /*        text-align: left;*/
    /*        font-size: 23px;*/
    /*        padding-right: 12% !important;*/
    /*    }*/
    /*    .conference-info h6 {*/
    /*        color: black;*/
    /*        text-align: left !important;*/
    /*        font-size: 23px;*/
    /*        padding-right: 12% !important;*/
    /*    }*/
    .conference-info {
        vertical-align: initial;
    }

    .sponsor {
        width: 60%;
    }

    /*    .sponsors-container {*/
    /*!*        margin-left: 180px;*/
    /**!        margin-top: 20px;*/
    /*    }*/
}


@media (max-width: 1500px) {

    .navbar-nav {
        margin-left: 150px !important;
    }

    .conference-info h1 {
        text-align: left;
        font-size: 30px;
        padding-right: 12% !important;
        margin-top: 620px !important;
    }

    .conference-info h2 {
        text-align: left;
        font-size: 23px;
        padding-right: 12% !important;
    }

    .conference-info h6 {
        color: black;
        text-align: left;
        font-size: 23px;
        padding-right: 12% !important;
    }

    .sponsor1Image {
        margin-top: 30px;
    }

    .sponsor2Image {
        margin-top: 30px;
    }

    .sponsor3Image {
        margin-top: 30px;
    }

    .sponsor4Image {
        margin-top: 40px;
    }

}

@media (max-width: 1400px) {


    .sponsors-container {
        /*        margin-left: 100px !important;
        */
        margin-top: 20px;
    }

    .speaker img,
    .scientificComission img{
        width: 210px;
        height: 305px;
    }

    .speaker,
    .scientificComission {
        width: 210px;
    }

    .sponsor img {
        height: 80px;
    }
    
    .sponsor1Image {
        margin-top: 30px;
    }

    .sponsor2Image {
        margin-top: 30px;
    }

    .sponsor3Image {
        margin-top: 30px;
    }

    .sponsor4Image {
        margin-top: 40px;
    }

}


@media (max-width: 1200px) {
    .navbar-expand-lg .navbar-collapse {
        margin-left: -100px !important;
    }

    .navbar-brand {
        margin-left: 25px;
        padding-top: 1.0125rem;
    }

    .conference-info {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin-top: 0;
    }

    .imgEventConferenceLogos {
        margin-left: 0;
        max-width: 100%;
        height: auto;
    }

    /*/*CONFERENCE*/
    .containerConference {
        flex-direction: column;
        align-content: center;
        margin-top: 60px;
    }

    .conferenceTitle {
        text-align: center;
        padding-bottom: 0px;
    }

    .leftConferenceColumn {
        position: inherit;
        text-align: left;
        margin-bottom: 50px;
    }

    .rightConferenceColumn {
        width: 100%;
    }

    .conferenceBoldText {
        color: black;
        width: 100% !important;
        font-weight: 600;
        font-size: 18px;
    }

    /*ABOUT*/
    .containerAbout {
        flex-direction: column;
    }

    .aboutTitle {
        text-align: center;
    }

    .aboutProgramTitle {
        text-align: center;
    }

    .aboutTitleColumn {
        text-align: center;
        margin-bottom: 50px;
        position: inherit;
    }

    .aboutAllText {
        margin-left: -30px;
    }

    .aboutTextColumn {
        width: 100%;
    }

    /*SCHEDULE*/
    .callDetails {
        /*    margin-left: 50px;
*/
        margin-top: 30px;
    }

    .containerSchedule {
        flex-direction: column;
    }

    .containerProgramSchedule {
        flex-direction: column;
    }

    .eventInfo {
        width: 100% !important;
        text-align: center;
        position: inherit;
        margin-bottom: 30px;
    }


    .programTitle {
        text-align: center;
    }

    .programDetails {
        text-align: left;
    }

    .thematicDetails {
        /*        margin-left: -75px;*/
        margin-left: -115px;
        /**/
    }

    .eventDetails {
        margin-left: 120px;
    }

    .thematicCallText {
        text-align: left;
        font-size: 18px;
        color: black;
        font-weight: 600;
        width: 100%;
        margin-top: 10px;
        margin-bottom: 40px;
        /*        margin-left: 30px;
*/
    }

    .callText {
        text-align: left;
        font-size: 18px;
    }

    /*SPEAKERS*/
    .speakers-container h2,
    .scientificComission-container h2 {
        width: 100%;
    }

    .speakers-container,
    .scientificComission-container {
        flex-direction: column;
        align-items: center;
        padding-buttom: 0;
    }

    .title-column {
        margin-top: -40px;
        margin-bottom: 20px;
        text-align: center;
        margin-left: 0px;
        position: inherit;
    }

    .speakers-list, .more-speakers,
    .scientificComission-list, .more-scientificComission {
        margin-left: auto;
        margin-right: auto;
        display: grid;
        place-items: center;
    }

    .speakers-column,
    .scientificComission-column {
        align-content: center;
    }

    .speaker,
    .scientificComission {
        flex: 1 1 5%; /* Ocupa toda a largura da tela */
        margin-right: 0; /* Remove o espaçamento lateral */
        align-content: center;
        width: 260px;
        height: auto;
    }

    .speaker img,
    .scientificComission img {
        width: 260px;
        height: 370px;
        margin-left: auto;
        margin-right: auto;
    }

    .row {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    /*#speakers {*/
    /*    padding-left: 8%;*/
    /*}*/
    .speakersToBe,
    .scientificComissionToBe {
        /*margin-left: 150px;*/
        margin-top: 15px;
    }

    /*SCIENTIFIC COMISSION*/
    .containerScientificComission {
        flex-direction: column;
        align-items: center;
        padding-top: 50px;
    }

    .leftScientificComissionColumn {
        text-align: center;
        margin-bottom: 20px;
        position: inherit;
    }

    .rightScientificComissionColumn {
        width: 100%;
    }

    .scientificTechnicalComissionText {
        text-align: center;
        margin-top: -20px;
    }

    .scientificComissionTitle {
        width: 100%;
    }

    /*SPONSORS*/
    .sponsorContainer {
        flex-direction: column;
        align-items: center;
    }

    .sponsors-column {
        width: 100%;
    }

    .leftSponsorsColumn {
        text-align: center;
        /*margin-bottom: 50px;*/
        /*        margin-right: -200px;
        */
        position: inherit;
    }

    .sponsors-column {
        margin-top: -20px
    }

    .sponsor {
        /*width: 600px;*/
        margin-top: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 1rem;
    }

    .sponsor a {
        display: block;
        width: 100%;
    }

    .sponsor img {
        max-width: 100%;
        display: inline-block;
        height: 80px;
    }
    
    .sponsors-container {
        margin-left: 0;
        margin-top: 0;
    }


    
    #sponsors {
        padding: 0;
    }

    .conference-info h1 {
        text-align: left;
        font-size: 30px;
        padding-right: 12% !important;
        margin-top: 620px !important;
    }

    .conference-info h2 {
        text-align: left;
        font-size: 23px;
        padding-right: 12% !important;
    }

    .conference-info h6 {
        color: black;
        text-align: center;
        font-size: 23px;
        padding-right: 12% !important;
    }

    .sponsors-title {
        text-align: center !important;
    }


    .container-fluid {
        align-items: normal !important;
    }


    .spaceMenuMobile {
        margin-top: 200px;
    }

    .navbar-light .navbar-nav .nav-link {
        margin-right: 20px;
    }

    .navbar-nav .nav-link {
    }

    .navbar-expand-custom {
        flex-direction: column;
        background-color: #f8f9fa !important;
    }

    .navbar-expand-custom .navbar-nav {
        flex-direction: column;
        /*width: 100%;*/
        background: #FFEC00;
        width: 200px;
        padding-bottom: 20px;
        margin-right: 0px;
        margin-top: 5px;
    }

    .navbar-expand-custom .navbar-expand-custom .navbar-collapse {
        display: none;
    }

    .navbar-expand-custom .navbar-toggler {
        width: 40px;
        height: 40px;
        display: block;
        margin-right: 18px;
    }

    .navbar-expand-custom {
        margin-top: 25px;
    }

    .navbar-expand-custom .show {
        text-align: right;
    }

    .navbar-collapse {
        /*background: url(/images/fundo.jpg);*/
        background: #FFEC00;
        flex-basis: 100%;
        flex-grow: 0 !important;
        align-items: center;
    }

    .iconLanguage {
        width: 22px;
        height: 22px;
    }

    .menuLanguage {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: flex-end;
    }

    .languageDivider {
        padding-left: 10px;
        padding-right: 10px;
    }

    .collapsing {
        display: none;
        transition: none !important;
    }

    /*.navbar-brand {*/
    /*    padding-top: 30px;*/
    /*}*/
    .navbar-expand-custom .navbar-light .navbar-toggler {
        border-color: rgba(0, 0, 0, .1, 0) !important;
    }

    .header-content {
        margin-bottom: 50px;
    }
    .sponsor {
        margin-top:0
    }

    .sponsor1Image {
        margin-top: 0;
    }
    
    .sponsor2Image {
        margin-top: 0;
    }
    
    .sponsor3Image {
        margin-top: 0;
    }
    
    .sponsor4Image {
        margin-top: 0;
    }
}

@media (max-width: 1100px) {
    /*.sponsor1Image {*/
    /*    !*margin-top: -10px;*!*/
    /*}*/
    
    /*.sponsor2Image {*/
    /*    !*margin-top: -35px;*!*/
    /*}*/
    
    /*.sponsor3Image {*/
    /*    !*margin-top: 12px;*!*/
    /*}*/
    
    /*.sponsor4Image {*/
    /*    !*margin-top: 40px;*!*/
    /*}*/
}

@media (max-width: 1000px) {


    .imgEventConference {
        border-radius: 10px;
        width: 100%;
    }

    .conference-info h1 {
        text-align: left;
        font-size: 30px;
        padding-right: 12% !important;
        margin-top: 620px !important;
    }

    .conference-info h6 {
        color: black;
        text-align: left;
        padding-right: 12% !important;
    }

    .header-content {
        height: auto;
    }

    .aboutEvent {
        /*        display: ruby-text;
*/
    }

    .eventDetails {
        padding-top: 50px;
        padding-left: 0px;
    }

    /*RODAPÉ*/
    /*.containerContacts {
        flex-direction: column;
        height: auto;
        margin-left: -360px;
    }

    .h1Contact {
        margin-top: 30px;
        margin-left: -40px;
    }

    .textContact {
        margin-left: -30px;
    }*/
    /*.menuContact {
        margin-bottom: 40px;
        margin-left: 350px;
        text-align: right;
    }*/
    /*.sponsor1Image {*/
    /*    margin-top: 10px;*/
    /*}*/
    
    /*.sponsor2Image {*/
    /*    margin-top: -12px !important;*/
    /*}*/
    
    /*.sponsor3Image {*/
    /*    margin-top: 20px;*/
    /*}*/
    
    /*.sponsor4Image {*/
    /*    margin-top: 42px;*/
    /*}*/

}

@media (max-width: 900px) {
    /*.containerContacts {
        flex-direction: column;
        height: auto;
        margin-left: -270px;
    }*/
    .menuContact {
        margin-top: 20px;
        /*margin-right: 150px;
        text-align: right;*/
    }

    .conference-info h1 {
        text-align: left;
        font-size: 30px;
        padding-right: 12% !important;
    }

    .conference-info h2 {
        text-align: left;
        font-size: 23px;
        padding-right: 12% !important;
    }

    .conference-info span {
        text-align: left;
        font-size: 23px;
        padding-right: 12% !important;
    }

    /*.sponsor1Image {*/
    /*    margin-top: 10px;*/
    /*}*/
    
    /*.sponsor2Image {*/
    /*    margin-top: -12px !important;*/
    /*}*/
    
    /*.sponsor3Image {*/
    /*    margin-top: 20px;*/
    /*}*/
    
    /*.sponsor4Image {*/
    /*    margin-top: 40px;*/
    /*}*/
}

@media (max-width: 800px) {
    /*.containerContacts {
            flex-direction: column;
            height: auto;
            margin-left: -180px;
        }*/
    /*.menuContact {
            margin-top: 20px;*/
    /*margin-right: 220px;
            text-align: right;*/
    /*}*/
    .menuColumnLeft,
    .menuColumnRight {
        flex-basis: auto;
        width: 100%;
    }

    .imgEventConference {
        width: 100%;
        /*        margin-left: -20px;
*/
    }

    .header-content {
        height: auto;
    }

    .eventDetails {
        padding-top: 30px;
        padding-left: 0px;
    }

    .conference-info h1 {
        margin-top: 620px !important;
        color: black;
        margin: 0;
        font-weight: 600;
        text-align: left;
        font-size: 30px;
        padding-right: 12% !important;
    }

    .conference-info h2 {
        color: black;
        margin: 0;
        font-weight: 600;
        text-align: left;
        font-size: 23px;
        padding-right: 12% !important;
    }

    .conference-info h6 {
        color: black;
        text-align: left;
        font-size: 23px;
        padding-right: 12% !important;
    }

    /*.sponsor {*/
    /*    width: 500px;*/
    /*}*/

    .containerConference {
        flex-direction: column;
        align-content: center;
    }

    /*
        .sponsors-container {
            margin-left: 0px !important;
        }*/
    /*.sponsor1Image {*/
    /*    margin-top: 10px;*/
    /*}*/
    
    /*.sponsor2Image {*/
    /*    margin-top: -12px !important;*/
    /*}*/
    
    /*.sponsor3Image {*/
    /*    margin-top: 20px;*/
    /*}*/
    
    /*.sponsor4Image {*/
    /*    margin-top: 50px;*/
    /*}*/
}

@media (max-width: 700px) {
    /*.navbar-brand {*/
    /*    margin-left: 25px;*/
    /*}*/
    .imgEventConference {
        width: 100%;
        /*        margin-left: -20px;
*/
        margin-top: 20px;
    }

    .header-content {
        height: auto;
        margin-top: 30px;
    }

    .eventDetails {
        padding-top: 30px;
        padding-left: 0px;
    }

    .containerContacts {
        flex-direction: column;
        height: auto;
        /*margin-left: -150px;*/
        width: 100%;
        padding-left: 0;
    }

    .conference-info h6 {
        color: black;
        text-align: left;
        font-size: 23px;
        padding-right: 12% !important;
    }

    .conference-info h1 {
        font-size: 30px;
        padding-right: 12% !important;
    }

    .conference-info h2 {
        font-size: 23px;
        padding-right: 12% !important;
    }

    .sponsor {
        width: auto;
        /*padding: 15px;*/
        /*margin-left: -30px;*/
    }

    .sponsor img {
        height: 80px; 
    }


    .containerConference {
        flex-direction: column;
        align-content: center;
    }

    .menuContact {
        margin-bottom: 40px;
        /*margin-right: -160px;*/
        margin-right: 0;
        text-align: center;
    }

    .menuColumnRight {
        margin: 0;
    }

    .textContact {
        text-align: center;
    }

    .sponsors-container {
        margin-left: 0px !important;
    }

    /*.sponsor1Image {*/
    /*    margin-top: 0px;*/
    /*}*/
    
    /*.sponsor2Image {*/
    /*    margin-top: -12px !important;*/
    /*}*/
    
    /*.sponsor3Image {*/
    /*    margin-top: 8px;*/
    /*}*/
    
    /*.sponsor4Image {*/
    /*    margin-top: 30px;*/
    /*}*/
}

@media (max-width: 600px) {

    /*    .leftSponsorsColumn {
            margin-right: -90px;
        }*/
    /*.imgEventConference {*/
    /*    width: 100%;*/
    /*    text-align: center;*/
    /*}*/
    
    /*.conference-info h1 {*/
    /*    margin-top: 620px !important;*/
    /*    font-size: 30px;*/
    /*    color: black;*/
    /*    margin: 0;*/
    /*    font-weight: 600;*/
    /*    text-align: left;*/
    /*    padding-right: 12% !important;*/
    /*}*/
    
    /*.conference-info h2 {*/
    /*    font-size: 23px;*/
    /*    color: black;*/
    /*    margin: 0;*/
    /*    font-weight: 600;*/
    /*    text-align: left;*/
    /*    padding-right: 12% !important;*/
    /*}*/
    
    /*.conference-info h6 {*/
    /*    padding-right: 12% !important;*/
    /*    font-size: 23px;*/
    /*}*/
    
    /*.containerContacts {*/
    /*    flex-direction: column;*/
    /*    height: auto;*/
    /*    margin-left: -30px;*/
    /*}*/
    
    /*.containerConference {*/
    /*    flex-direction: column;*/
    /*    align-content: center;*/
    /*}*/

    /*.menuContact {*/
    /*    text-align: right;*/
    /*    margin-right: -160px;*/
    /*}*/

    /*.sponsors-container {*/
    /*    margin-left: 0px !important;*/
    /*}*/

    .sponsor img {
        max-width: 100%;
        height: 50px;
    }

    /*.sponsor1Image {*/
    /*    margin-top: 0px;*/
    /*}*/
    
    /*.sponsor2Image {*/
    /*    margin-top: -10px !important;*/
    /*}*/
    
    /*.sponsor3Image {*/
    /*    margin-top: 8px;*/
    /*}*/

}

/*@media (max-width: 500px) {*/
/*    .thematicCallText {*/
/*        width: 100%;*/
/*    }*/

/*    .scientificComissionTitle {*/
/*        text-align: center;*/
/*    }*/

/*    .imgEventConference {*/
/*        width: 100%;*/
/*        text-align: center;*/
/*    }*/

/*    .conference-info h1 {*/
/*        margin-top: 620px !important;*/
/*        font-size: 30px;*/
/*        color: black;*/
/*        font-weight: 600;*/
/*        text-align: left;*/
/*        padding-right: 12% !important;*/
/*    }*/

/*    .conference-info h2 {*/
/*        font-size: 23px;*/
/*        color: black;*/
/*        font-weight: 600;*/
/*        text-align: left;*/
/*        padding-right: 12% !important;*/
/*    }*/

/*    .conference-info h6 {*/
/*        padding-right: 12% !important;*/
/*        font-size: 23px;*/
/*    }*/

/*    .containerConference {*/
/*        flex-direction: column;*/
/*        align-content: center;*/
/*        !*margin-top: -260px;*!*/
/*    }*/

/*    .speakers-title {*/
/*        text-align: center;*/
/*    }*/

/*    .speakersToBe {*/
/*        font-weight: 600;*/
/*        font-size: 25px;*/
/*        color: black;*/
/*        text-align: center;*/
/*        margin-left: 10px;*/
/*    }*/

/*    .sponsor img {*/
/*        width: 350px;*/
/*        !*        height: 100px;*!*/
/*        padding: 15px;*/
/*    }*/

/*    .sponsors-container {*/
/*        margin-left: 0px !important;*/
/*    }*/

/*    !*.sponsor1Image {*!*/
/*    !*    margin-top: 0px;*!*/
/*    !*}*!*/
/*    */
/*    !*.sponsor2Image {*!*/
/*    !*    margin-top: -12px !important;*!*/
/*    !*}*!*/
/*    */
/*    !*.sponsor3Image {*!*/
/*    !*    margin-top: 8px;*!*/
/*    !*}*!*/
/*    */
/*    !*.sponsor4Image {*!*/
/*    !*    margin-top: -5px;*!*/
/*    !*}*!*/

/*    .footerHome {*/
/*        margin-right: 40px;*/
/*    }*/

/*    .h1Contact {*/
/*        font-size: 20px;*/
/*    }*/

/*    .speakers-column {*/
/*        width: 100%;*/
/*        margin-left: 0px;*/
/*    }*/

/*    .programDetails {*/
/*        margin-left: 5px;*/
/*    }*/

/*    .sponsorMobile {*/
/*        margin-top: -30px;*/
/*        margin-bottom: -30px;*/
/*    }*/

/*    !*.sponsor-especial {*/
/*       display: inline-block !important;*/
/*    }*!*/
/*    .menuContact {*/
/*        text-align: right;*/
/*        margin-right: -160px;*/
/*    }*/

/*    .leftSponsorsColumn {*/
/*        margin-right: -60px;*/
/*    }*/
/*}*/

/*@media (max-width: 400px) {*/
/*    .imgEventConference {*/
/*        width: 100%;*/
/*        text-align: center;*/
/*    }*/
/*}*/

/*sobrepor bootstrap*/
.navbar-light .navbar-toggler {
    border: none;
}

@media (min-width: 576px) {
    .container, .container-sm {
        max-width: 100% !important;
    }
}

.userInfo {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.userPresentationInfo {
    margin-top: 20px;
}

.card-custom {
    margin-top: 20px;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.btn-custom {
    background-color: #007bff;
    border-color: #007bff;
    color: white;
}


#scrollToTopBtn {
    position: fixed;
    bottom: 35px;
    right: 20px;
    opacity: 0;
    background-color: #481F5C;
    color: white;
    border: none;
    border-radius: 50%;
    padding: 10px 17.5px;
    cursor: pointer;
    font-size: 24px;
    transition: opacity 0.5s;
}

#scrollToTopBtn.show {
    opacity: 0.6;
}

#scrollToTopBtn:hover {
    background-color: #0056b3;
}

.navbar-light .navbar-toggler {
    box-shadow: none;
}

.navbar-light .navbar-toggler {
    height: auto;
}

.navbar-toggler-icon-custom {
    display: none;
}

.navbar-toggler.collapsed .navbar-toggler-icon-custom {
    display: none;
}

.navbar-toggler.collapsed .navbar-toggler-icon {
    display: inline-block;
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon {
    display: none;
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon-custom {
    display: inline-block;
}
