@media screen and (min-width:1920px) {

}

@media screen and (max-width:1600px) {

}

@media screen and (max-width:1440px) {

    .homeBanner {
        height: 820px;
    }
    
    .homeBanner .banner-1-txt-1 {
        width: 450px;
        top: 240px;
        left: calc(50% - 570px);
    }
    
    .homeBanner .banner-1-txt-2 {
        width: 444px;
        top: 490px;
        left: calc(50% - 530px);
    }
    
    .homeBanner .banner-1-txt-3 {
        width: 576px;
        top: 330px;
        left: calc(50% - 60px);
    }
    
    .homeBanner .banner-1-txt-4 {
        width: 526px;
        top: 510px;
        left: calc(50% + 40px);
    }

}

@media screen and (max-width:1199px) {

    header {
        height: 175px;
    }
    header .header {
        width: 960px;
        float: none;
        text-align: center;
    }
    header.headerBg {
        height: 170px;
    }
    header .container-xxl {
        width: 960px;   
        max-width: 100%;
        position: relative;
        margin-left: auto;
        margin-right: auto;
    }
    header .logoContainer {
        width: 100%;
        padding: 20px 0 0;
    }
    header .logo {
        width: 100%;
        text-align: center;
    }
    header .logoContainer .valign {
        display: block;
        text-align: center;
    }
    header .menu-container {
        margin-top: 10px;
        float: none;
        display: inline-block;
    }
    header .sticky .menu-container {
        margin-top: 10px;
    }

    .sf-menu li {
        border: none;
        margin-top: 0;
    }
    .sf-menu li:hover ul,
    .sf-menu li.sfHover ul {
        left: 7px
    }
    .sf-menu li:last-child:hover ul,
    .sf-menu li.sfHover:last-child ul {
        right: -66px
    }

    .homeBanner {
        height: 820px;
    }
    
    .homeBanner .banner-1-txt-1 {
        width: 400px;
        top: 240px;
        left: calc(50% - 460px);
    }
    
    .homeBanner .banner-1-txt-2 {
        width: 394px;
        top: 470px;
        left: calc(50% - 440px);
    }
    
    .homeBanner .banner-1-txt-3 {
        width: 496px;
        top: 350px;
        left: calc(50% - 20px);
    }
    
    .homeBanner .banner-1-txt-4 {
        width: 436px;
        top: 520px;
        left: calc(50% + 20px);
    }

}

@media screen and (max-width:991px) {

    header {
        height: 125px;
    }
    header .logoContainer {
        width: 80%;
        padding: 20px 0 0;
    }
    header #header {
        height: 130px;
    }
    header .header {
        width: 10%;
        float: right;
        padding-top: 45px;
    }
    header.headerBg {
        height: 113px;
    }
    header .container-xxl {
        width: 720px;
    }
    /*
    header .logo {
        width: 270px;
    }
    */
    header .logoContainer .valign {
        display: flex;
        align-items: center;
    }
    header .menu-container {
        margin-top: 62px;
        float: right;
    }

    .menu-container nav {
        padding-top: 0;
    }
    .mobile-menu-container {
        display: block;
        /*width: 250px;*/
        position: absolute;
        z-index: 1000;
        top: 110px;
        right: 0;
    }
    .sticky .mobile-menu-container {
        top: 80px;
    }
    .mobile-menu-container nav {
        float: none
    }
    .sf-menu {
        display: none;
    }
    .header .mobile-menu-switch {
        display: table-cell;
    }
    .header-container.sticky.move .menu-container {
        margin-top: 0;
    }
    .collapsible-mobile-submenus>li,
    .collapsible-mobile-submenus>li li {
        position: relative;
        text-align: center;
    }
    .collapsible-mobile-submenus>li:hover a {
        display: block;
        background-color: #c6c9e5;
    }
    .collapsible-mobile-submenus>li.respMidiaSocial {
        width: 31.33%;
        margin: 10px 1%;
        float: left;
    }
    .collapsible-mobile-submenus>li.respMenuAux {
        margin: 5px 5px 0;
    }
    .collapsible-mobile-submenus>li a.template-arrow-menu,
    .collapsible-mobile-submenus>li li a.template-arrow-menu {
        position: absolute;
        width: 48px;
        height: 48px;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .collapsible-mobile-submenus>li a.template-arrow-menu::before,
    .collapsible-mobile-submenus>li li a.template-arrow-menu::before {
        position: absolute;
        left: 17px;
        top: 16px;
    }
    .collapsible-mobile-submenus>li a.template-arrow-menu:hover,
    .collapsible-mobile-submenus>li li a.template-arrow-menu:hover {
        text-decoration: none;
    }
    .collapsible-mobile-submenus .template-arrow-menu+ul,
    .collapsible-mobile-submenus .template-arrow-menu+ul ul {
        display: none;
        background-color: #f3f3f3
    }
    .collapsible-mobile-submenus .template-arrow-menu+ul {
        display: none;
        background-color: #e6f2f3
    }
    .collapsible-mobile-submenus .template-arrow-menu+ul ul {
        display: none;
        background-color: #e6f2f3
    }
    .menu-container nav {
        width: 240px;
    }
    .sf-menu li {
        border: none;
        padding: 0;
        margin-top: 0;
    }
    .sf-arrows .sf-with-ul {
        padding-right: 1.9rem
    }
    br.resp {
        display: none;
    }

    .homeBanner {
        height: 820px;
    }
    
    .homeBanner .banner-1-txt-1 {
        width: 320px;
        top: 230px;
        left: calc(50% - 360px);
    }
    
    .homeBanner .banner-1-txt-2 {
        width: 320px;
        top: 420px;
        left: calc(50% - 360px);
    }
    
    .homeBanner .banner-1-txt-3 {
        width: 366px;
        top: 344px;
        left: calc(50% - 10px);
    }
    
    .homeBanner .banner-1-txt-4 {
        width: 336px;
        top: 465px;
        left: calc(50% + 10px);
    }
}

@media screen and (max-width:767px) {
    /* Force table to not be like tables anymore */
    table.resp,
    table.resp thead,
    table.resp tbody,
    table.resp th,
    table.resp td,
    table.resp tr {
        display: block
    }
    /* Hide table headers (but not display: none;, for accessibility) */
    table.resp thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    table.resp tr {
        border: none
    }
    table.resp td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #CCC;
        position: relative;
        padding-left: 50%;
        text-align: left;
    }
    table.resp td:before {
        font-weight: bold;
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        /*top: 6px;*/
        left: 6px;
        width: 45%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    table.resp tr th {
        width: 100%;
    }

    /* Label the data */
    /*
    #infoTb td:nth-of-type(1):before {
        content: "info 1";
    }
    #infoTb td:nth-of-type(2):before {
        content: "info 2";
    }
    #infoTb td:nth-of-type(3):before {
        content: "info 3";
    }
    */

    /*
    header {
        height: 110px;
    }
    header .header {
        width: 50px;
        float: right;
        padding-top: 57px;
    }
    header .logoContainer {
        width: 220px;
        padding: 40px 0 0;
        float: left;
    }
    header .logo {
        width: 220px;
    }
    */

    .titleBox .cont {
        padding: 28px 60px;
        -webkit-border-radius: 60px;
        -moz-border-radius: 60px;
        border-radius: 60px;
        top: -45px;
    }
    .titleBox .cont h2 {
        font-size: 2.25rem;
    }

    #seminario,
    #palestrantes,
    #programacao,
    #inscricao,
    #local,
    #patrocinadores,
    #contato {
        padding: 0 0 100px;
    }
    
    #seminario .pt150,
    #palestrantes .pt150,
    #programacao .pt150,
    #inscricao .pt150,
    #patrocinadores .pt150,
    #contato .pt150 {
        padding-top: 100px;
    }

    p.txt-destaque-g {
        font-size: 1.5rem;
        font-weight: 300;
    }

    #palestrantes h3 {
        font-size: 2rem;
        margin-top: 10px;
    }
    #palestrantes h4 {
        font-size: 1.25rem;
    }

    #programacao .logo-evento-programacao {
        width: 70%;
    }
    #programacao table.programacao th, 
    #programacao table.programacao td {
        font-size: 1.5rem;
    }

    #programacao .programacao.mt100 {
        margin-top: 50px;
    }

    #local .pt200 {
        padding-top: 140px;
    }

    #local h3 {
        font-size: 2.25rem;
    }
    #local p {
        font-size: 2rem;
    }

    .homeBanner {
        height: 670px;
        background: linear-gradient(to top, rgba(50, 50, 50, 1) 0%, rgba(50, 50, 50, 0.4) 25%, rgba(50, 50, 51, 0.5) 85%, rgba(50, 50, 50, 1) 97%), url(../images/bg-banner-1.jpg);
        background-position: center, center;
        background-repeat: no-repeat, repeat;
        background-size: 100% 100%, cover;
    }
    .homeBanner .banner-1-txt-1 {
        width: 300px;
        top: 160px;
        left: calc(50% - 150px);
    }
    .homeBanner .banner-1-txt-2 {
        width: 320px;
        top: 340px;
        left: calc(50% - 160px);
    }
    .homeBanner .banner-1-txt-3 {
        width: 320px;
        top: 420px;
        left: calc(50% - 160px);
    }
    .homeBanner .banner-1-txt-4 {
        width: 330px;
        top: 530px;
        left: calc(50% - 165px);
    }

}

@media screen and (max-width:640px) {

    .nopadding {
        padding: 0 15px !important
    }
    .mobile-menu-container {
        right: 15px;
    }

    #programacao table .td1 {
        width: 30%;
    }
    
    #programacao table .td2 {
        width: 66%;
    }
    

}

@media screen and (max-width:575px) {
    
    #inscricao .tableInscricoes th, #inscricao .tableInscricoes tr, #inscricao .tableInscricoes td {
        font-size: 1rem;
    }

}

@media screen and (max-width:479px) {

    #patrocinadores .secao .logos {
        width: 100%;
        padding: 15px;
        display: inline-block;
    }

    .titleBox .cont {
        padding: 20px 30px;
        -webkit-border-radius: 60px;
        -moz-border-radius: 60px;
        border-radius: 60px;
        top: -40px;
    }
    .titleBox .cont h2 {
        font-size: 2rem;
    }

}

@media screen and (max-width:319px) {}

@media screen and (max-device-width: 320px) {
    body {
        -webkit-text-size-adjust: none;
    }
}