header{
    box-sizing: border-box;
    /*height: 300px;*/
    width: 100%;
}

header #linguagem{
    float: left;
}
header .bandeira{
    width: 50px;
    margin: 0 8px 0 0;
    float: left;
}
header #linguagem img{
    width: 80%;
    cursor: pointer;
    opacity: 0.8;
}
header #linguagem img:hover {
    opacity: 1;
}

.li-mobile {
    display: none;
}

.titulo-pagina{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    border-bottom: solid 2px #cccccc;
    padding-bottom: 3px;
    margin-bottom: 25px;
    margin-top: 20px;
}

.titulo-pagina h2{
    margin: 0;
    font-size: 20px;
    color: #385eb1;
}

.banner-topo{
    background-image: url("../imagens/bgtopo.jpg");
    background-repeat: repeat;
    background-position: center center;
    background-size: 100%;
}
#banner{
    box-sizing: border-box;
    width: 100%;
    height: 250px;
    clear: both;
}
#banner img{
    /*height: 250px;*/
}
.banner1,  .banner2, .banner3{
    display: none;
    width: 100%;
    clear: both;

}
header .mascara-bg{
    box-sizing: border-box;
    height: 250px;
    width: 100%;
    opacity: 0.9;
    margin-top: -236px;
}
header #topo{
    max-width: 941px;
    /*height: 236px;*/
    z-index: 501;
    margin: 0 auto;
    position: relative;
}
header #topo #topo-right{
    box-sizing: border-box;
    width: 300px;
    float: right;
    position: relative;
    padding-right: 15px;

}
header #topo #topo-right nav{
    width: 385px;
    height: 70px;
    float: right;
}
header #topo #topo-right nav ul{
    text-align: right;
}
header #topo #topo-right nav li{
    font-family: 'Roboto Condensed', sans-serif;
    display: inline;
    padding: 15px 15px 12px 4px;
    cursor: pointer;
    text-decoration: none;
    margin-left: -4px;
    color: #f7f7f7;
    opacity: 0.9;
    transition: 0.3s;
}
header #topo #topo-right nav li:hover {
    color: #f7f7f7;
    opacity: 1;
    transition: 0.3s;
}
header #topo #topo-right #telefone{
    box-sizing: border-box;
    padding: 9px 6px 20px 20px;
    width: 300px;
    height: 80px;
    margin-top: 4px;
    float: right;
    font-size: 25px;
    color: #FFFFFF;
    text-align: right;
    font-family: 'Roboto Condensed', sans-serif;
}
header #topo #logo{
    box-sizing: border-box;
    /*width: 400px;*/
    height: 150px;
}
header #topo #logo img{
    float: left;
    box-sizing: border-box;
    padding: 27px 30px 30px 28px;
    margin: 0 20px 0 0;
    background-color: #fff;
}
header #topo #logo #slogan{
    box-sizing: border-box;
    padding-top: 61px;
}
header #topo #logo #slogan h1{
    color: #fff;
    font-family: 'Hammersmith One', sans-serif;
    font-weight: normal;
    font-size: 35px;
    margin: 0;
}

.conteudo-menu-mobile{
    display: none;
}

.menu-fixo {
     width: 928px;
     z-index: 800;
     position: fixed;
     top: 0;
     box-shadow: 1px 2px 3px #939393;
     transition: 0.3s;
 }
.conteudo-menu{
}
.conteudo-menu nav{
    background-color: #f1f1f1;
    clear: both;
    margin-bottom: 30px;
    padding: 6px;
    z-index: 10;
}
.conteudo-menu li{
    font-family: 'Hammersmith One', sans-serif;
    color: #f6f6f6;
    display: inline;
    padding: 0 20px 0 30px;
    /*width: 150px;*/
    cursor: pointer;
    text-decoration: none;
}
.conteudo-menu li:hover{
    color: #3498db;
}
#corpo{
    box-sizing: border-box;
    margin: 0 auto;
    min-height: 400px;
    padding: 15px;
    /*margin-top: -23px;*/
    z-index: 500;
    position: relative;
}
#corpo .chamada-evento{
    float: left;
    position: relative;
    max-width: 400px;
    height: 430px;
    margin-bottom: 47px;
    margin-left: 47px;
    opacity: 0.9;
    transition: 0.5s;
    padding: 5px;
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
}
#corpo .chamada-evento:hover{
    background-color: #f7f7f7;
    border: 1px solid #d2d2d2;
    opacity: 1.0;
    transition: 0.5s;
}
#corpo .img-chamada-evento{
    width: 100%;
    height: 250px;
}

#corpo .chamada-evento p{
    font-family: 'Hammersmith One', sans-serif;
    color: #363636;
    line-height: 100%;
}
#corpo .chamada-evento aside{
    font-family: 'Roboto Condensed', sans-serif;
    color: #939393;
    line-height: 100%;
    font-size: 12px;
    margin-top: -8px;
}
.compartilhar-chamada{
    height: 48px;
    position: absolute;
    top: 202px;
    right: 0;
    cursor: pointer;
}
.compartilhar-chamada img{
    float: right;
    padding: 12px;
    text-align: center;
}
#corpo .bto-participar {
    font-family: 'Hammersmith One', sans-serif;
    width: 360px;
    padding: 15px;
    margin-top: 10px;
    color: #FFF;
    text-align: center;
    font-size: 17px;
    position: absolute;
    top: 360px;
    cursor: pointer;
}
#corpo .bto-participar:hover{
}
footer{
    clear: both;
    background-color: #f1f1f1;
    box-sizing: border-box;
    width: 100%;
    height: 260px;
    margin-bottom: -20px;
}
#nav-footer{
    margin: 0 auto;
    padding-top: 35px;
}
.footer-itens{
    float: left;
    width: 224px;
    height: 170px;
    margin-left: 15px;
}
.footer-itens-titulo{
    text-align: left;
    font-family: 'Hammersmith One', sans-serif;
    margin-left: 37px;

}
.conteudo-menu ul{
    max-width: 1000px;
    margin: 0 auto;
    padding: 15px;
}
.footer-itens li{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 12px;
    color: #686868;
    cursor: pointer;
    text-decoration: none;
    display: block;
}
.footer-itens li:hover{
    color: #3498db;
}
.direitos{
    box-sizing: border-box;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 12px;
    text-align: center;
    color: #fff;
    padding: 23px;
    width: 100%;
    margin-bottom: -20px;
}
/*  MOBILE */
.conteudo-menu-mobile{
    box-sizing: border-box;
    margin-top: 10px;
}
.img-logo-mobile {
    float: left;
}
.mobile-menu-alogan{
    font-size: 15px;
    float: left;
    font-family: 'Roboto Condensed', sans-serif;
    padding-top: 8px;
    padding-left: 12px;
    color: #363636;
}
.conteudo-menu-mobile li{
    display: inline;
}
#telefone-mobile, #menu-mobile, .ico-mobile{
    display: none;
}
.muda-link-1 a{
    color: #686868;
    text-transform: capitalize
}
.onde-estou{
    font-size: 11px;
    color: #999999;
    text-align: right;
    border-bottom: 1px solid #9d9d9d;
}

.ramal{
    font-size: 16px;
}

/* RESPONSIVIDADE */
@media screen and (min-width: 1200px) {
    #corpo, #nav-footer {
        width: 1200px;
    }
}
@media screen and (min-width: 1200px) {
    #corpo, #nav-footer  {
        width: 1170px;
    }
}
@media screen and (min-width: 992px) {
    #corpo, #nav-footer  {
        width: 970px;
    }

    .linguagem-mobile{
        display: none;
    }

}
@media screen and (min-width: 100px) and (max-width: 925px) {

    img{
        max-width: 100%!important;
    }

    #drop-programacao, #drop-organizador, #drop-investimento, #drop-subTrabalho, #drop-informacoes, #drop-patrocinadores{
        display: none;
    }
    
    .menu-painel-usuario{
        padding: 20px;
    }

    .li-mobile {
        display: block;
    }

    .titulo-carrinho {
        display: none;
    }

    #cartoes {
        padding: 10px;
    }

    #cartoes img {
        width: 23px;
        margin-top: 15px;
        padding-top: 39px;
    }

    .carrinho .item {
        box-sizing: border-box;
        height: 50px;
        color: #3c3b3d;
        font-size: 18px;
        text-align: center;
        padding: 12px;
    }

    .carrinho .item .evento img {
        max-width: inherit;
    }

    .evento {
        width: 100% !important;
    }

    .carrinho .item .comfirmacao {
        height: inherit;
        margin-top: 10px;
        margin-bottom: 20px;
        float: left;
    }

    .carrinho .item .valores .total {
        /*float: inherit;*/
        width: 100%;
        height: auto;
        padding-bottom: 20px;
    }

    .carrinho .item .valores .cupom {
        box-sizing: border-box;
        float: left;
        width: 350px;
        height: inherit;
        padding: 20px;
        text-align: left;
    }

    .carrinho .cabecalho {
        display: none;
    }

    #banner {
        display: none;
    }

    .conteudo-menu, #banner {
        margin-top: 20px;
    }

    .conteudo-menu ul {
        max-width: 1000px;
        margin: 0 auto;
        padding: 15px;
        display: none;
    }

    #telefone-mobile {
        display: block;
        font-size: 15px;
    }

    header {
        box-sizing: border-box;
        width: 100%;
        height: 126px;
    }

    header #topo {
        height: inherit !important;
    }

    #corpo {
        box-sizing: border-box;
        margin: 0 auto;
        min-height: 600px;
        padding: 15px;
        margin-top: 1px;
        z-index: 500;
        position: relative;
    }

    /* MENU MOBILE */
    .ico-mobile {
        display: block;
        position: fixed;
        top: 8px;
        right: 8px;
        z-index: 800;
    }

    .ico-mobile img {
        background-color: #7a7a7a !important;
        padding: 5px;
        position: fixed;
        /* margin-right: 20px; */
        right: 12px;
        border-radius: 5px;
        box-shadow: 3px 3px 7px #2f368e;
    }

    #menu-mobile {
        display: none;
        clear: both;
        height: auto;
        margin-top: -20px;
        font-family: 'Roboto Condensed', sans-serif;
        z-index: 900;
    }

    #menu-mobile ul {
        display: block;
        list-style-type: none;
        padding: inherit;
        clear: both;
    }

    #menu-mobile li {
        box-sizing: border-box;
        display: block;
        width: 100%;
        background-color: #3498db !important;
        float: left;
        padding: 20px;
        border-bottom: #41b3ff 1px solid !important;
    }

    .link1 {
        color: #ffffff !important;
        text-decoration: none;
    }

    .banner-topo {
        background-image: none;
    }

    header #topo, header #topo #logo #slogan, header #topo #logo {
        width: inherit;
    }

    header #topo #logo #slogan {
        float: initial;
        padding-top: 30px;
        background-color: #3498db !important;
        height: 126px;
        margin-top: -4px;
    }

    header #topo #logo img {
        float: left;
        box-sizing: border-box;
        padding-top: 10px;
        padding-left: 10px;
        width: 100px;
        height: 100px;
    }

    header #topo #logo {
        box-sizing: border-box;
        /*width: 400px;*/
        height: 126px;
        padding-top: 4px;
    }

    header #topo #topo-right, header .mascara-bg {
        display: none
    }

    .conteudo-menu nav {
        margin-bottom: 45px;
    }

    .conteudo-menu-mobile {
        display: block
    }

    #corpo {
        padding: inherit
    }

    #corpo .chamada-evento {
        box-sizing: border-box;
        float: inherit;
        position: relative;
        max-width: 400px;
        height: 427px;
        margin: 0 auto;
        margin-bottom: 6px;
        /*margin-left: 40px;
        opacity: 0.9;
        transition: 0.5s7px;*/
        padding: 5px;
    }

    .compartilhar-chamada, .bto-participar {
        box-sizing: border-box;
        padding-right: 5px;

    }

    #corpo .bto-participar {
        width: 97%;
    }

    footer {
        display: none
    }

    .titulo-pagina {
        box-sizing: border-box;
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 20px;
        border-bottom: solid 2px #cccccc;
        padding-bottom: 3px;
        margin-bottom: 25px;
        /*width: 370px;*/
        margin: 0 auto;
        margin-top: 10px;
        padding-left: 5px;
    }
    .abas-evento{
        display: none;
    }
    #mostra-local, #mostra-hospedagem, #mostra-descricao, #mostra-comite-organizador, #mostra-informacoes, #mostra-apoio, #mostra-programa{
        display: block;
    }

    .linguagem-mobile{
        float: right !important;
        margin-left: 15px;
        z-index: 1000;
    }

    .separador{
        width: 100%;
        height: 19px;
    }
}

@media screen and (min-width: 818px) and (max-width: 925px) {
    iframe{
        display: none;
    }
    #corpo .chamada-evento {
        /*width: 95%;*/
        /*margin-left: 25%*/
    }

    .linguagem-mobile{
        display: none;
    }

    #corpo .chamada-evento {
        box-sizing: border-box;
        float: inherit;
        position: relative;
        max-width: 400px;
        height: 400px;
        margin: 0 auto;
        margin-bottom: 60px;
        /*margin-left: 47px;*/
        opacity: 0.9;
        transition: 0.5s;
    }

    .compartilhar-chamada, .bto-participar {
        padding-right: 5px;
    }

    #corpo .bto-participar {
        width: 97%;
    }
}                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          