﻿/*

Nome: Associados SBP

Name: Associados SBP

Description: Associados SBP

Author: Victor Brito 

Author URI: http://www.criativito.com.br

Version: 1.0License: GNU General Public License v2 or later

License URI: http://www.gnu.org/licenses/gpl-2.0.htmlText 

Domain: Criativito

*/

@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');
body {
    font-family: 'Open Sans', sans-serif;
    color: #444444;
}

p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

a, i, img, .versc, .verc {
    -webkit-transition: all 150ms ease-out;
    -moz-transition: all 150ms ease-out;
    -o-transition: all 150ms ease-out;
    -ms-transition: all 150ms ease-out;
    transition: all 150ms ease-out;
}

a:hover {
    text-decoration: none;
}

/*  area logos login  */

#logosLogin {
    padding: 10px 0;
}

#logosLogin img {
    width: 390px;
}

#login {
    text-align: center;
}

/*  /area logos login  */

/*  area navbar (alex)  */

legend {
    color: #153b6a!important;
    font-weight: bold!important;
    margin: 40px 0 15px 0!important;
    padding: 30px 0 2px 0!important;
    border-bottom: 2px solid #53b9ae!important;
    font-weight: bold!important;
}

.alinhaCentro {
    text-align: center;
}

.boxNavBar .navBar {
    height: 56px!important;
    border: none!important;
    margin: 0!important;
}

.boxNavBarXs .navBar {
    margin: 0!important;
}

.boxNavBar .areaLogo a {
    padding: 0!important;
}

.boxNavBar .areaLogo {
    display: inline-block;
    margin-right: 60px;
}

.boxNavBar .areaLogo a img {
    width: 325px;
    height: auto;
}

.boxNavBar ul li a {
    text-transform: uppercase;
    padding: 18px!important;
    background-color: #f8f8f8!important;
    transition: background-color 0.3s, color 0.3s;
    color: #545454;
}

.boxNavBar ul li a:hover {
    background-color: #2464ae!important;
    color: #f7f7f7!important;
}

/*  /area navbar (alex)  */

/*    barra do usuario (alex)    */

.barraUsuario {
    width: 100%;
    background-color: #e7e7e7;
}

.barraUsuario .bemVindoUsuario {
    font-size: 11px;
    margin: 0;
    padding: 5px 0 5px;
}

.barraUsuario h4 {
    color: #2464ae;
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    border: none;
}

.barraUsuario .menuUsuario ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.barraUsuario .menuUsuario ul li {
    float: left;
}

.barraUsuario .menuUsuario ul li a {
    padding: 15px 20px;
    text-align: center;
    display: block;
    color: #555;
    transition: background-color 0.3s, color 0.3s;
}

.barraUsuario .menuUsuario ul li a:hover {
    background-color: #2464ae;
    color: #f7f7f7;
    text-decoration: none;
}

.barraUsuario .menuUsuario select {
    display: none;
}

/*    /barra do usuario (alex)    */

/*   area banner interno (alex)  */

.bannerIntero {
    background: url("http://sbp.org.br/associado/novo/img/fundo.jpg") center center;
    background-size: cover;
    padding: 10px 0;
}

.bannerIntero a img {
    float: right;
    transition: opacity 0.5s;
}

.bannerIntero a img:hover {
    opacity: .75;
}

.bannerIntero h2 {
    text-align: left;
    color: #f7f7f7;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
}

/*   /area banner interno (alex)  */

/*   area conteudo (alex)*/

.conteudoPagina {
    padding-top: 30px;
}

.conteudoPagina h2, h3, h4, h5, h6, legend {
    color: #153b6a;
    font-weight: bold;
    margin: 40px 0 15px 0;
    padding: 0 0 7px 0;
    border-bottom: 2px solid #53b9ae;
    font-weight: bold;
}

.conteudoPagina p {
    font-size: 16px;
    line-height: 25px;
    margin: 0 0 30px 0;
}

fieldset {
    margin: 40px 0 15px 0;
}

tbody>tr>td {
    font-size: 12px;
}

/*   /area conteudo (alex)*/

/*  tabela (alex)   */

.tituloTabela th {
    vertical-align: top!important;
}

.diaTabela {
    width: 100%;
    background: #f9f9f9;
    padding: 15px;
    border: 1px solid #dddddd;
}

.diaTabela p {
    margin: 0;
    font-size: 12px;
}

/*  /tabela (alex)   */

/*   barra lateral (alex)   */

.barraLateral img {
    width: 100%;
    margin-bottom: 35px;
}

thead.corFundo {
    background-color: #008d36;
    color: #fff;
}

/*   /barra lateral (alex)   */

/*    area dos dados cadastrados (alex)    */

.areaDadosCadastrais label {
    display: block;
}

.areaDadosCadastrais input, .areaDadosCadastrais textarea, .areaDadosCadastrais select {
    background: #f3f3f3;
    border: none;
    margin: 4px 0;
    width: 100%;
    padding: 11px;
    border: 1px solid #e4e4e4;
}

.areaDadosCadastrais input[type=radio] {
    width: auto;
    margin: 30px 15px;
}

.areaDadosCadastrais textarea {
    min-height: 300px;
    max-width: 100%;
}

/*    /area dos dados cadastrados (alex)    */

/*   area rodape   */

.rodape {
    background: url("http://sbp.org.br/associado/novo/img/ffoter.jpg");
    padding: 30px 0;
    margin-bottom: 0px;
    margin-top: 60px;
    border-top: 3px solid #1f5a92;
}

.rodape img {
    width: 200px;
    height: auto;
}

.rodape h5 {
    color: #cecece;
    font-weight: bold;
    font-size: 15px;
    margin: 0 0 15px 0;
    text-transform: uppercase;
    padding: 0 0 2px 0;
    border-bottom: 2px solid #cecece;
}

.rodFinal p {
    background: #0b1d2f;
    color: #a1a1a1;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    padding: 10px;
    margin: 0;
}

/*   /area rodape   */

.owl-carousel .owl-item img {
    height: auto!important;
}

.logorespMenu {
    width: auto;
    height: 43px;
}

.navbar-brand {
    padding: 5px 15px!important;
}

ol, ul {
    margin: 0px;
}

#BarraMenu {
    border-bottom: 1px solid #d9d9d9;
    position: absolute;
    width: 100%;
    background: url('../img/bgmenu.png') left top repeat-x;
    z-index: 9999;
}

.contint li {
    margin: 18px 0;
}

.contint ol, .contint ul {
    margin: 20px 0px;
}

.menuSite {
    padding: 0;
    float: left;
    font-family: 'Roboto', sans-serif;
}

.menuSite ul li {
    float: left;
    position: relative;
    list-style: none;
}

.menuSite ul li a {
    color: #f7f7f7;
    line-height: 56px;
    text-transform: uppercase;
    font-size: 13px;
    display: inline-block;
    padding: 0px 15px;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
}

.menuSite ul li a:hover {
    text-decoration: none;
    color: #f7f7f7;
    background: #2464ae;
}

.menuSite li:hover>ul {
    opacity: 1;
    display: block;
    width: 100%;
}

.menuSite ul li ul {
    display: none;
    padding: 0px;
    opacity: 0;
    position: absolute;
    width: 150px;
    left: 0px;
    top: 56px;
    z-index: 2;
    -webkit-transition: all 250ms ease-out;
    -moz-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    -ms-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
}

.menuSite li ul li {
    float: left;
    clear: both;
    font-size: 11px;
    text-align: center;
    width: 100%;
    line-height: 15px;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.menuSite li ul li a {
    color: #ffffff;
    width: 100%;
    font-size: 11px;
    text-align: center;
    display: inline-block;
    line-height: 15px;
    padding: 9px 5px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
    background: #2464ae;
    opacity: 0.75!important;
}

.menuSite li ul li a:hover {
    color: #ffffff!important;
    opacity: 1!important;
}

.menuSite li ul li:hover {
    color: #ffffff!important;
}

#tinynav1 {
    display: none;
}

.contint p {
    font-size: 16px;
    line-height: 25px;
    margin: 0 0 30px 0;
}

.contint a {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden;
    color: #2864ad;
    top: -1px;
    margin: 0 0px 0 5px;
}

.contatofinalPG a {
    color: #5d5d5d!important;
}

.contatofinalPG a:hover {
    color: #ff0000!important;
}

.contint a:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: #53b9ae;
    height: 2px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.contint a:hover:before, .contint a:focus:before, .contint a:active:before {
    left: 0;
    right: 0;
}

.panel-heading {
    padding: 7px 3px;
}

.panel-title>a:before {
    position: initial;
    height: auto;
    background: none;
    float: left !important;
    font-family: FontAwesome;
    content: "\f056";
    padding: 0px 9px 0 3px;
}

.panel-title>a.collapsed:before {
    float: left !important;
    content: "\f055";
}

.panel-title>a:hover, .panel-title>a:active, .panel-title>a:focus {
    text-decoration: none;
}

.contint h4 {
    font-size: 14px;
}

.contintpanel {}

.tablediasint {
    font-size: 12px;
}

.contintpanel p {
    font-size: 13px;
}

.diacord {
    background: #113b6b;
    color: #fefefe;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 24px;
    padding: 12px 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.salacord span {
    font-size: 10px;
    font-weight: normal;
    line-height: 16px;
}

.horariopal {
    background: #f3f3f3;
    margin: 0 12px 0 0;
    width: 99px;
    padding: 3px 11px;
    color: #113b6b;
    font-size: 11px;
    font-weight: bold;
}

.paragpal {
    margin: 0px 0 0px 0!important;
    line-height: 24px!important;
}

.toptabdias {
    background: #ddd;
    font-size: 14px;
}

.salacord {
    background: #2263b0;
    color: #fefefe;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 14px;
    padding: 5px 0 12px 0;
    margin: 4px 0 30px 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.panel-default>.panel-heading {
    color: #333;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dddddd+0,f5f5f5+39 */
    background: #dddddd;
    /* Old browsers */
    background: -moz-linear-gradient(left, #dddddd 0%, #f5f5f5 39%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #dddddd 0%, #f5f5f5 39%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #dddddd 0%, #f5f5f5 39%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#f5f5f5', GradientType=1);
    /* IE6-9 */
    border-color: #ddd;
}

.contint a:hover {
    color: #153b6a;
}

.contint strong {}

.contint ul {
    margin: -21px 0 30px 0;
}

.contint li {}

.contint h1, .contint h2, .contint h3, .contint h4, .contint h5, .contint h6 {
    color: #153b6a;
    font-weight: bold;
    margin: 40px 0 15px 0;
    padding: 0 0 7px 0;
    border-bottom: 2px solid #53b9ae;
}

.imgtopbl {
    position: relative;
    height: auto;
    width: auto;
    background: #000000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 12px;
    overflow: hidden;
    border-bottom: 2px solid #ff0000;
}

.imgtopbl img {
    width: 100%;
    height: auto;
    opacity: 0.4;
}

.sobreposica {
    position: absolute;
    top: 33%;
    left: 10%;
    font-size: 36px;
    width: 80%;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
}

.sobreposicaRel {
    position: absolute;
    top: 18%;
    left: 10%;
    font-size: 17px;
    width: 80%;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
}

.contint h1 {}

.contint h2 {}

.contint h3 {}

.contint h4 {}

.contint h5 {}

.contint h6 {}

.contint blockquote p {
    font-size: 22px;
    line-height: 30px;
}

.contint img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.alignleft {
    float: left;
    margin: 0 30px 15px 0;
}

.alignright {
    float: right;
    margin: 0 15px 0 30px;
}

.aligncenter {
    width: 100%!important;
    height: auto;
    margin: 15px auto;
}

.aligncenter img {
    width: 100%;
    height: auto;
}

.wp-caption-text {
    font-size: 12px!important;
    font-style: italic;
    text-align: center;
    margin: 0px!important;
}

section#single {
    padding: 30px 0 0 0;
    background-image: url('../img/bgint.jpg'), url('../img/bgintb.jpg');
    background-position: center top, center bottom;
    background-size: 100%, 100%;
    background-repeat: no-repeat;
}

.defpost {
    margin: 5px 0 30px 0;
}

article#artigo {
    margin-bottom: 60px;
    overflow: hidden;
}

aside#latsig {
    margin-bottom: 60px;
}

.tabsdiasoutra .nav-pills>li {
    float: left;
    width: 25%;
    text-align: center;
    font-weight: bold;
    margin: 25px 0 0 0!important;
}

.tabsdiasoutra h2 {
    background: #4fb9ad;
    color: #fefefe;
    padding: 7px 0 6px 9px;
    font-size: 14px;
    margin: 20px 0 0 0;
}

.tabsdiasoutra p {
    font-size: 13px!important;
    line-height: 21px!important;
    margin: 15px 0!important;
}

.tabsdiasoutra h3 {
    margin: 30px 0 10px 0!important;
    font-size: 14px!important;
}

.tamanhoHoras {
    width: 100px;
}

.tabsdiasoutra ul {
    margin: 0px 0 15px 0!important;
}

.topo {
    background: #c60000;
    display: block;
    width: 22px;
    height: 22px;
    position: fixed;
    right: 0px;
    bottom: 0px;
    color: #fefefe;
    text-align: center;
    padding: 3px 0 0 0;
    font-size: 13px;
    cursor: pointer;
    display: none;
    z-index: 10000;
}

.topo:hover {
    background: #960000;
}

.tituloEstilo {
    transform: skew(-15deg);
    -webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    -o-transform: skew(-15deg);
    -ms-transform: skew(-15deg);
    background: #c60000;
    display: inline-block;
    padding: 6px 22px 6px 12px;
    color: #fefefe;
    font-weight: bold;
    font-size: 13px;
    border-left: 2px solid #670000;
}

.lateralBlogWid {
    margin: 0 0 60px 0;
}

.tituloEstiloLateral {
    transform: skew(-15deg);
    -webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    -o-transform: skew(-15deg);
    -ms-transform: skew(-15deg);
    background: #c60000;
    display: inline-block;
    margin: 0px 0 11px 0;
    padding: 6px 22px 6px 12px;
    color: #fefefe;
    font-weight: bold;
    font-size: 13px;
    border-left: 2px solid #670000;
}

.tituloEstilo2 {
    transform: skew(-15deg);
    -webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    -o-transform: skew(-15deg);
    -ms-transform: skew(-15deg);
    background: #c60000;
    display: inline-block;
    padding: 6px 22px 6px 12px;
    color: #fefefe;
    font-weight: bold;
    font-size: 13px;
    border-left: 2px solid #670000;
}

.relpost p {
    margin: 20px 0 30px 0;
}

img.size-full {
    width: 100%;
    height: auto;
}

.wp-caption {
    height: auto;
}

.minharesp {
    width: 100%;
    height: auto;
}

.minharesp:hover {
    opacity: 0.7;
}

.clearfix2 {
    clear: both;
    margin: 120px 0;
}

.clearFix {
    clear: both;
}

/*<!---- //////////////////////////////////////////////////////////

////////////////////////////////////////////////////////////////////////////////////////

/////////////////////////////////////////////////////////////////////---> */

.patrocinadores2 h4 {
    font-size: 11px;
    color: #828282;
    font-weight: bold;
    padding: 8px;
    background: #f5f5f5;
}

.msgpreresp {
    padding: 60px 0;
}

.msgpreresp h2 {
    color: #fefefe!important;
    font-size: 24px!important;
    text-align: center;
    border-color: #fefefe!important;
}

.msgpreresp p {
    color: #fefefe;
    text-align: center;
    font-size: 14px!important;
}

a.btbr.btpreresp {
    margin: auto;
    display: block;
    width: 100px;
    text-align: center;
}

.programast .tab-content {
    background: none!important;
    border: none!important;
    padding: 0px!important;
}

.programast .tab-content p {
    font-size: 14px;
    line-height: 21px;
    margin: 15px 0;
}

.programast .contint h3 {
    margin: 0px 0 10px 0;
    font-size: 16px;
}

.programast .tab-content a {}

.tab-content a:hover {}

.programast ul#myTabs {
    margin: 0px 0 9px 0;
}

.programast a.btNavTab {
    border-radius: 0px!important;
    margin: 0px!important;
}

.programast .tit1 {
    background: #153C6A!important;
    color: #fefefe;
    text-transform: uppercase;
    text-align: center;
}

.programast .meioDestqS {
    background: #e4e4e4;
    text-align: center;
}

.programast .salas {
    background: #4fb9ad!important;
    color: #fefefe;
}

.programast .horas {
    background: #a7a7a7;
    color: #fefefe;
}

.programast .table {
    font-size: 12px;
}

.tabscong h3 {
    text-align: left!important;
    border-bottom: 1px solid #53b9ae!important;
}

.tabscong p {
    font-size: 13px!important;
    margin: 10px 0px!important;
}

.txtprecos p {
    font-size: 12px!important;
    margin: 5px 0!important;
}

h4.panel-title {
    margin: 0 0 0px 0;
    padding: 0px 0 0px 0;
    border: none;
    color: #4c4c4c!important;
}

.txttablepre {
    font-size: 11px!important;
}

.agenciaTur span {
    font-size: 30px;
}

.agenciaTur {
    background: #d0d0d0;
    color: #717171;
    width: 90%;
    margin: auto;
    display: block;
    text-align: center;
    padding: 10px 0;
    text-transform: uppercase;
}

.agenciaTur:hover {
    background: #bababa;
}

.tab-content {
    background: #f3f3f3;
    border: 1px solid #e4e4e4;
    padding: 17px;
}

.tab-content p {
    font-size: 14px;
    line-height: 21px;
    margin: 15px 0;
}

.contint h3 {
    margin: 0px 0 10px 0;
    font-size: 16px;
}

.tab-content a {}

.tab-content a:hover {}

ul#myTabs {
    margin: 0px 0 9px 0;
}

a.btNavTab {
    border-radius: 0px!important;
    margin: 0px!important;
}

.login {
    width: 114px;
    height: 60px;
    position: absolute;
    right: 0px;
    top: -3px;
    opacity: 0.80;
    -webkit-transition: all 150ms ease-out;
    -moz-transition: all 150ms ease-out;
    -o-transition: all 150ms ease-out;
    -ms-transition: all 150ms ease-out;
    transition: all 150ms ease-out;
}

.login:hover {
    right: 0px;
    opacity: 1;
}

.sessao {
    margin: 60px 0;
}

.sessao p {
    font-size: 17px;
    margin: 20px 0;
}

.sessao h2 {
    color: #153b6a;
    font-weight: bold;
    font-size: 29px;
    margin: 0 0 15px 0;
    padding: 0 0 7px 0;
    border-bottom: 2px solid #53b9ae;
}

.sessao h3 {
    color: #153b6a;
    font-weight: bold;
    font-size: 15px;
    text-transform: uppercase;
    margin: 0 0 15px 0;
    padding: 0 0 5px 0;
    border-bottom: 2px solid #53b9ae;
    text-align: center;
}

.btbl {
    background: #53b9ae;
    padding: 8px 15px 8px 15px;
    color: #fefefe;
    font-size: 13px;
}

.btbl:hover {
    background: #2864ad;
    color: #fefefe;
}

.btbr {
    background: #fefefe;
    padding: 8px 15px 8px 15px;
    color: #2864ad;
    font-size: 13px;
}

.btbr:hover {
    background: #2864ad;
    color: #fefefe;
}

#palestrantes {
    background: url(../img/palestrantes.jpg) left top repeat-x;
    background-size: cover;
    padding: 90px 0;
    margin-top: 0px;
}

.MembrosP {
    position: relative;
}

.MembrosP h3 {
    position: absolute;
    width: 100%;
    bottom: 0px;
    color: #cecece;
    font-size: 13px;
    text-align: center;
    padding: 10px;
    background: rgba(0, 0, 0, 0.7);
    margin: 0px;
    line-height: 15px;
    border: none;
    font-weight: normal;
    text-transform: none;
}

#palestrantes h2 {
    border: none;
    text-align: center;
    color: #fefefe;
    margin: 0 0 30px 0;
    text-transform: uppercase;
}

#palestrantes .btbr {
    background: #fefefe;
    padding: 8px 15px 8px 15px;
    color: #2864ad;
    font-size: 13px;
    text-align: center;
    display: block;
    width: 133px;
    margin: 45px auto 0 auto;
}

#palestrantes .btbr:hover {
    background: #2864ad;
    color: #fefefe;
}

#realizacao {
    padding: 60px 0;
}

#realizacao img {
    margin: auto;
}

#boxes {
    padding: 60px 0;
}

#boxes img:hover {
    opacity: 0.7;
}

#lpf h2 {
    text-align: center;
    margin-bottom: 30px;
}

#rodape1 h4 {
    color: #153b6a;
    font-weight: bold;
    font-size: 15px;
    margin: 0 0 15px 0;
    text-transform: uppercase;
    padding: 0 0 2px 0;
    border-bottom: 2px solid #53b9ae;
}

.agrod img {
    margin: 15px 0;
    display: block;
    margin: auto;
}

#lpf, #rodape1 {
    padding: 60px 0;
}

.menuSite2 ul {
    margin: 0px;
    padding: 0px;
}

.menuSite2 li {
    list-style: none;
    margin: 0 0 6px 0;
}

.menuSite2 a {
    color: #323232;
}

.menuSite2 a:hover {
    color: #2864ad;
}

.contato p {
    font-size: 14px;
    margin: 8px 0;
}

.contato img {
    margin-right: 10px;
}

.contato img:hover {
    opacity: 0.7;
}

#mapa {
    background: url(../img/mapa.jpg) center center no-repeat;
    background-size: cover;
}

.endMap {
    background: #fefefe;
    padding: 20px;
    margin: 60px 0;
}

.endMap p {
    text-align: center;
    font-size: 14px;
}

.sessaoFinal {
    background: #162640;
    color: #cecece;
    font-size: 11px;
    line-height: 28px;
    text-align: center;
}

#ContformPag input, #ContformPag textarea, #ContformPag select {
    background: #f3f3f3;
    border: none;
    margin: 4px 0;
    width: 100%;
    padding: 11px;
    border: 1px solid #e4e4e4;
}

.enviar {
    background: #53b9ae!important;
    color: #fefefe;
    border: 1px solid #53b9ae!important;
    -webkit-transition: all 150ms ease-out;
    -moz-transition: all 150ms ease-out;
    -o-transition: all 150ms ease-out;
    -ms-transition: all 150ms ease-out;
    transition: all 150ms ease-out;
}

.enviar:hover {
    background: #337ab7!important;
    border: 1px solid #337ab7!important;
}

.btpadrao {
    background: #53b9ae!important;
    color: #fefefe!important;
    border: 1px solid #53b9ae!important;
    padding: 10px;
    text-align: center;
    margin: 0px!important;
    display: block!important;
    -webkit-transition: all 150ms ease-out;
    -moz-transition: all 150ms ease-out;
    -o-transition: all 150ms ease-out;
    -ms-transition: all 150ms ease-out;
    transition: all 150ms ease-out;
}

.btpadrao:hover {
    background: #337ab7!important;
    border: 1px solid #337ab7!important;
}

#footer {
    background: url(../img/txt2.jpg) center center;
    padding: 30px 0;
    margin-bottom: 0px;
}

#footer h5 {
    color: #cecece;
    font-weight: bold;
    font-size: 15px;
    margin: 0 0 15px 0;
    text-transform: uppercase;
    padding: 0 0 2px 0;
    border-bottom: 2px solid #cecece;
}

.logosfinal img {
    display: block;
    float: left;
    margin-right: 20px;
}

#msgpre p {
    font-size: 16px;
}

.imgpreres {
    display: none;
}

#msgpre {
    background: url(../img/txt1.jpg) center center;
    margin: 0px;
}

.imgpres {
    height: 420px;
    background: url(../img/pres.jpg) center center;
    background-size: cover;
    width: 50%;
    float: left;
}

.imgpres img {
    width: 100%;
}

.imgprescc {
    background: url(../img/presCC.jpg) center center!important;
}

.imgpresbp {
    background: url(../img/presbp.jpg) center center!important;
}

.txtpres {
    width: 50%;
    float: left;
}

.msgpsbp {
    text-align: right;
    float: right;
    padding: 30px 30px 0 0!important;
}

.msgpre {
    margin-bottom: 0px;
}

.areamsgpres {
    width: 590px;
    padding: 30px 0 0 30px;
    color: #fefefe;
}

.areamsgpres h2 {
    color: #fefefe;
    border-bottom: 2px solid #fefefe;
}

.areamsgpres .btbr:hover {
    background: #53b9ae;
}

.contador {
    width: 550px;
    margin: auto;
    position: relative;
}

.conteudoCont {
    background: #3c3c3b;
    position: absolute;
    height: 110px;
    width: 100%;
    top: -57px;
}

#inicio {
    margin-top: 120px;
}

.tempo {
    float: left;
    color: #e3e3e3;
    text-align: center;
    padding: 10px 10px 0 30px;
    font-weight: bold;
}

.tempo span {
    font-size: 40px;
}

.conteudoCont a {
    background: #53b9ae;
    color: #fefefe;
    text-transform: uppercase;
    font-size: 16px;
    text-align: center;
    padding: 42px 24px 42px 26px;
    line-height: 110px;
    margin: 0 0 0 36px;
}

.conteudoCont a:hover {
    background: #2464ae;
}

.internamenu {
    position: relative!important;
}

.internaTit {
    background: url(../img/interna.jpg) center center;
    background-size: cover;
    padding: 40px 0;
}

.internaTit h2 {
    font-size: 25px;
    text-align: center;
    color: #fefefe;
    text-transform: uppercase;
    font-weight: bold;
}

.menintern ul li a {
    color: #545454!important;
}

.menintern ul li ul li a {
    color: #fefefe!important;
}

.menintern ul li a:hover {
    color: #ffffff!important;
}

#tinynav2 {
    width: 100%;
    margin: 10px 0 0 0;
    background: #153b6a;
    color: #c3c3c3;
    padding: 2px 4px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#menu-congresso-pato {
    display: none;
}

#BarraMenuResponsivo {
    padding: 14px 0 16px 0;
}

.logmenubt {
    background: #2864ad;
    padding: 5px 15px 6px 15px;
    color: #fefefe;
    font-size: 11px;
    display: block;
    text-align: center;
    margin: 11px auto 0 auto;
}

.logmenubt span {
    margin: 0 3px 0 0;
}

.logmenubt:hover {
    background: #53b9ae;
    color: #fefefe;
    text-decoration: none;
}

.logocongrmob img {
    display: block;
    margin: auto;
    width: 70%;
    height: auto;
}

#BarraMenuResponsivo {
    display: none;
}

.ideo {
    width: 100%;
    height: 850px;
    border: 0px;
}

.menbrosPInt img {
    width: 100%;
    height: auto;
}

.menbrosPInt {
    margin: 0 0 30px 0;
}

.fotopal {
    float: left;
    margin: 0 20px 20px 0px;
}

.boxdesc {
    display: block;
    background: #337ab7;
    float: left;
    margin: 0px 7px 7px 0;
    width: auto;
    color: #fefefe;
    padding: 5px 15px 5px 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.boxdesc i {
    margin: 0 7px 0 0;
}

.fver {
    background: #53b9ae;
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
    .barraUsuario .menuUsuario ul li a {
        padding: 15px 17px;
    }
}

@media screen and (max-width: 991px) and (min-width: 767px) {
    .barraUsuario {
        padding-bottom: 20px;
    }
    .barraUsuario .menuUsuario select {
        display: block;
        padding: 5px;
        width: 100%;
        margin-top: 12px;
    }
    .barraUsuario .bemVindoUsuario {
        text-align: center;
    }
    .barraUsuario h4 {
        text-align: center;
    }
    .bannerIntero h2 {
        text-align: center;
        font-size: 18px;
        padding-top: 4px;
    }
}

@media screen and (max-width: 768px) and (min-width: 300px) {
    #logosLogin img {
        width: 290px;
    }
    /*  area navbar (alex)  */
    .boxNavBar {
        height: 50px;
    }
    .boxNavBar .navBar {
        height: 65px!important;
        border: none!important;
        padding-top: 8px;
    }
    .boxNavBar .navBar ul {
        margin-top: 0;
    }
    .boxNavBar .areaLogo {
        margin-right: 0;
    }
    .boxNavBar .areaLogo a {
        padding: 0!important;
    }
    .boxNavBar .areaLogo a img {
        width: 215px;
        height: auto;
        padding: 5px 0;
        margin-left: 15px;
    }
    .boxNavBar ul li a {
        text-transform: uppercase;
        padding: 20px!important;
        background-color: #f8f8f8!important;
        transition: background-color 0.3s, color 0.3s;
        color: #545454;
    }
    .boxNavBar ul li a:hover {
        background-color: #2464ae!important;
        color: #f7f7f7!important;
    }
    .barraUsuario {
        padding-bottom: 20px;
    }
    .barraUsuario .menuUsuario select {
        display: block;
        padding: 5px;
        width: 100%;
        margin-top: 12px;
    }
    .barraUsuario .bemVindoUsuario {
        text-align: center;
    }
    .barraUsuario h4 {
        text-align: center;
    }
    /*  /area navbar (alex)  */
    /*    area banner interno   */
    .bannerIntero {
        padding: 20px 0;
    }
    .bannerIntero h2 {
        text-align: center;
        font-size: 18px;
        padding-top: 4px;
    }
    /*  /area banner interno  */
}