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: white;
}

.form-control.formInput:focus,
.form-control.formInput:active:focus{
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #FFEC00;
}

.btn.sign-in-btn:focus,
.btn.sign-in-btn:active:focus{
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #FFEC00;
}

/* Adjustments for mobile screens */
@media(max-width: 480px) {
    nav {
        background-color: #f8f8f8;
        padding: 10px 0;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
    }
}

/*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{
    font-size: 12px;
}
.page-link:hover {
    cursor: pointer;
}

.actionImg {
    padding: 3px;
    width: 22px !important;
    margin-bottom: 4px;
    cursor: pointer;
}

.actionImgPaging {
    padding: 3px;
    width: 13px !important;
    cursor: pointer;
}
.orderBy {
    color: black;
    font-size: 13px;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
}

.orderBy:hover {
    text-decoration: none;
    color: black;
    font-size: 12px;
}
.tdInformationTable {
    position: relative;
    font-size: 12px;
    white-space: nowrap;
}
.thInformationTable {
    font-size: 13px;
    position: relative;
    /*white-space: nowrap;*/
}

.thInformationTable span {
    vertical-align: middle;
}
.orderByTitle {
    margin-left: 10px;
    font-size: 15px;
}
.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
.listTitleContainer{
    margin-top: 30px;
}
/*---------------------------*/
.container-fluid {
    /*background: url("/images/fundo.jpg");*/
    background: #FFEC00;
    border-bottom: 1px solid black;
}

.containerBody.marginContainer {
    margin: 11rem 5rem 0 5rem;
}
@media (max-width: 1500px) {
    .containerBody.marginContainer {
        margin: 11rem 2rem 0 2rem;
    }
}


.header-content {
    align-items: center;
    /*background: url('/images/fundo.jpg');*/
    background: #FFEC00;
    padding-left: 8%;
    padding-right: 8%;
    padding-top: 40px;
    padding-bottom: 40px;
    background-repeat: no-repeat;
    background-size: cover;
    height: 1032px;
}

.imageHeaderSection {
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
    float:right;
}

.btn.sign-in-btn {
    /*display: inline-block;*/
    /*margin-top: 40px;*/
    text-decoration: none;
    color: black;
    background-color: #FFEC00;
    border: 0.5px solid lightgrey;
    /*padding: 15px 65px;*/
    /*border-radius: 5px;*/
    /*font-weight: bold;*/
    /*font-size: 30px;*/
}

.btn.sign-in-btn:hover {
    background-color: #ffd500;
}


.secundary-color {
    color: #481F5C;
}
.link-color {
    color: #481F5C;
    text-decoration: none;
}
.link-color:hover {}

.navbar-brand {
    padding-top:30px;
    padding-bottom:20px;
    font-size: 20px;
    margin-left: 135px;
    font-weight: 600;
    font-family: 'AT Apoc Dark', sans-serif;
}

.navbar-light .navbar-toggler {
    border-color: rgba(0, 0, 0, 0);
}
.navbar-nav {
    font-size: 11px;
    font-weight: 600;
    float: right;
    margin-right: 135px;

}


.navbar > .container-fluid {
    z-index: 1000;
}


.iconLanguage {
    width: 22px;
    height: 22px;
    margin-top: -5px;
}

.menuLanguage {
    display: flex;
    align-items: center;
}


#formSignIn{
    background-color: white;
}


#contact {
    background-color: #0033FF;
}

.containerContacts {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem 0;
    background-color: #0033FF;
    height: 500px;
}

.h1Contact {
    font-size: 2rem;
    color: blanchedalmond;
    text-align: left;
    margin-top: -20px;
    font-family: 'AT Apoc Dark', sans-serif;
}

.textContact {
    font-size: 1.3rem;
    text-align: left;
    color: white;
}

.menuContact {
    display: inline-block;
    flex-direction: column;
    align-items: flex-end;
}
.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;
}
.contactMenuText {
    font-weight: 600;
    font-size: 15px;
    color: white;
    font-size: 1.2rem;
}
.contactLink {
    color: white;
    text-decoration: none;
    transition: color 0.3s ease;
    display: block;
    margin-bottom: 10px;
    font-size: 1.2rem;
}

.contactLink:hover {
    color: #e9ecef; /* Cinza claro para hover */
}

.container-fluid {
    padding: 0;
    border: none;
}
/*.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;
}

.logoMenu {
    width: auto;
    height: 80px;
}
/*MODAL INVITE SPEAKER*/
.modalInvite {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.modal-contentInvite {
    background-color: #fefefe;
    margin: 19% auto; /* 15% from the top and centered */
    padding: 25px;
    border: 1px solid #888;
    width: 50%; /* Could be more or less, depending on screen size */
}

.closeInvite {
    color: red;
    float: right;
    font-size: 28px;
    font-weight: bold;
    margin-top: -20px;
}

    .closeInvite:hover,
    .closeInvite:focus {
        color: red;
        text-decoration: none;
        cursor: pointer;
    }

.navbar > .container, .navbar > .container-fluid, .navbar > .container-lg, .navbar > .container-md, .navbar > .container-sm, .navbar > .container-xl, .navbar > .container-xxl {
    top: 0;
    position: fixed;
}

.container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    /*margin-top: 170px;
    padding-bottom: 170px;*/
}


.container.containerBody {
    margin-top: 170px;
    padding-bottom: 170px;
}

.scheduleList {
    font-family: TagusNormal-Regural, Arial, sans-serif;
    line-height: 2rem;
    margin: 1rem;
}

.fontRegular p{
    font-family: TagusNormal-Regural, Arial, sans-serif;
}

@media (max-width: 1919px) {
    .imageHeaderSection {
        float: right;
    }        
}

@media (max-width: 1850px) {

    .imageHeaderSection {
        float: right;
    }

}


@media (max-width: 1800px) {

    .navbar-expand-lg .navbar-collapse {
        /*display: flex !important;*/
        margin-left: -100px;
        /*flex-basis: auto;*/
    }
    .imageHeaderSection {
        float: right;
    }

    .header-content {
        height: 800px;
    }
}

@media (max-width: 1700px) {

    .navbar-expand-lg .navbar-collapse {
        /*display: flex !important;*/
        margin-left: -200px;
        /*flex-basis: auto;*/
    }
    .imageHeaderSection {
        float: right;
    }
}


@media (max-width: 1600px) {

    .navbar-expand-lg .navbar-collapse {
        /*display: flex !important;*/
        margin-left: -100px;
        /*flex-basis: auto;*/
    }

    .header-content {
        height: 1450px;
    }


    .imageHeaderSection {
        float: none;
        display: ruby-text;
    }
}

@media (max-width: 1500px) {
    .navbar-nav {
        margin-left: 150px !important;
    }

}


@media (max-width: 1350px) {

    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        float: right
        
    }
}



@media (max-width: 1000px) {
    .header-content {
        height: 1250px;
    }
}

@media (max-width: 700px) {
    .navbar-brand {
        margin-left: 35px;
    }
       

    .header-content {
        height: 1050px;
    }    
}

@media (min-width: 576px) {
    /*.container, .container-sm {
        max-width: 100% !important;
    }*/
}

.formBO{
    padding-bottom:60px;
}

.userPresentationInfo{
    margin-bottom: 60px;
}

/*@media (max-width: 1200px) {
    .navbar-expand-lg .navbar-collapse {
        margin-left: -100px !important;
    }
}*/

@media (max-width: 1350px) {
    .navbar-expand-lg .navbar-toggler {
         display: none; 
    }
}

@media (max-width: 1100px) {


    .navbar-brand {
        margin-left: 15px;
    }

    .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: url(/images/fundo.jpg);*/
        width: 200px;
        /*padding-bottom: 20px;*/
        margin-right: 0px;
        margin-top: 0px;
    }

    .navbar-expand-custom .navbar-expand-custom .navbar-collapse {
        display: none;
    }

    .navbar-expand-custom .navbar-toggler {
        width: 40px;
        /*height: 40px;*/
        height: auto;
        /*margin-top: 25px;*/
        display: block;
        margin-right: 18px;
    }

    .navbar-expand-custom .show {
        text-align: right;
    }

    .navbar-collapse {
        /*background: url(/images/fundo.jpg);*/
        background-color: #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;
        padding-bottom:20px;
    }

    .navbar-expand-custom .navbar-light .navbar-toggler {
        border-color: rgba(0, 0, 0, .1, 0) !important;
    }

}


.navbar-light .navbar-toggler {
    box-shadow: none;
}

.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;
}