/************
Custom Bootstrap Styles
*************/

.row{
    margin-left: 0;
    margin-right: 0;
}


/************
Body Styles
*************/

* {
	font-family: "Open Sans";
}

body{
    font-family: "Open Sans";
    font-size: 12px;
    background-color: #fff;
}

/************
Menu Styles
*************/

.container-fluid{
    padding-left: 0;
    padding-right: 0
}

#menu{
    left: 0;
    right: 0;
    z-index: 10;
    font-family: "Open Sans";
    font-size: 12px;
    text-transform: capitalize;
    color: #402c01;
    margin-bottom: 0px;
    /*padding-bottom: 15px;*/
    /*background-color: rgba(255,255,255,0.75);*/
    position: fixed;
}

#menu.scroll {
    background-color: rgba(255,255,255,0.90);
}

#menu::before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffff;
    opacity: 0.75;
}


#menu .logo{
    position: relative;
    padding-top: 0;
    padding-left: 0;
}
#menu .navbar-header{
    width: 100%;
}
#menu .navbar-brand{
    position: relative;
    /*bottom: -16px;*/
}
#menu .navbar-brand span,
#menu .logado span{
    color: #ca0112;
    /*color: #8C785B;*/
    font-weight: 900;
    text-decoration: underline;
}
#menu .navbar-default{
    margin: 10px 0px;
    /*background-color: #f2f2f2!important;*/
    background-color: transparent!important;
    border: none;
}
#menu .navbar-brand{
    font-size: 12px;
}

#menu .logado{
    float: right;
    padding: 0;
    font-size: 14px;
}
.usuario-nome {
    display: inline-block;
    position: fixed;
    right: 0;
    top: 0;
    height: 85px;
    width: 120px;
    text-align: center;
}
#menu .usuario-nome .logado{
    display: inline;
    position: absolute;
    top: 47%;
    width: 100%;
    left: 0;
    margin: 0;
    -ms-transform: translateY(-50%); /* IE 9 */
    -webkit-transform: translateY(-50%); /* Chrome, Safari, Opera */
    transform: translateY(-50%);
}
#menu a{
    margin-left: 6px;
}

.menu-navbar {
    width: 100%;
}



.usuario-nome{
    cursor: pointer;
}

.usuario-opcoes{
    color: white;
    /*position: fixed;*/
    position: absolute;
    left: 67.8%;
    top: 85px;
    /*right: 100px;*/
    /*transform: translateX(-100%);*/
    background-color: #c8000e;
}


.usuario-opcoes ul li{
    border-bottom: 1px solid rgba(255,255,255,0.75);
    list-style-type: none;
    display: block;
    padding: 16px 10px;
    align-content: center;
}

.usuario-opcoes ul{
    padding: 0;
    margin: 0;
}

.logo_comissao_geral_portugal1,
.logo_aicep_portugal_global1,
.logo_visit_portugal1 {
	display: table-cell;
	width:33%;
	
}

	#apoio_endereco_mobile {
		display: none;
	}



@media(max-width: 1199px){
	
    .navbar-brand.logo{
        padding-right: 35px;
    }

    .navbar-brand:not(:first-child) {
        padding-left: 0;
        padding-right: 6.8%;
    }
    .navbar-brand.associado {
        display: none;
    }
    .navbar-brand:last-child{
        padding-right: 0;
        margin-right: 0;
    }

    .usuario-opcoes{
        left: 61%;
    }


}

@media(max-width: 989px){
    .navbar-brand img,
    .navbar-brand span{
        float:none;
        display: block;
        /*width: 100%;*/
    }
    .navbar-brand img {
        margin: 0 auto;
    }
    .navbar-brand.logo{
        /*padding-right: 25px;*/
        padding-right: 0;
    }
    .navbar-brand:not(:first-child){
        padding-right: 5%;
        -ms-transform: translateY(-10px); /* IE 9 */
        -webkit-transform: translateY(-10px); /* Chrome, Safari, Opera */
        transform: translateY(-10px);
    }
    .navbar-brand:last-child{
        padding-right: 0;
        margin-right: 0;
    }
	

	.footer-grid {
    width: 33%;
	}
	
	#apoio_endereco_desktop {
		display:none;
	}	

	#apoio_endereco_mobile {
		display: block;
	}
	
}

.associado{
    font-size: 17px!important;
    color: #391106!important;
}

#bt-login{
    border-radius: 10px;
    width: 86px;
    background-color: #ff2a00;
    color: #FFFFFF;
    border: none;
    padding: 8px 3px 5px 3px;
}

@media(max-width: 768px){
    /*#menu{
        position: relative;
    }*/
    .menu-space{
        display: block;
        height: 100px;
    }
    .usuario-opcoes{
        position: fixed;
        left: 0;
        width: 100%;
    }

    .usuario-opcoes ul li{
        padding-left: 30px;
    }

}

@media(max-width: 480px){
    .usuario-opcoes ul li{
        padding-top: 11px;
        padding-bottom: 11px;
    }
}

/*
Menu responsive
*/

.menu-responsive,
.menu-responsive-box,
.responsive-search-bar{
    display: none;
}

.menu-responsive-box{
    z-index: 9;
    position: fixed;
    top: 85px;
    width: 100%;
    background-color: #c8000e;
    color: white;
    font-size: 13px;
    /*transform: translateX(-100%);*/
    left: -100%;
}

.menu-responsive-box ul {
    padding: 0;
    margin: 0;
}

.menu-responsive-box li{
    list-style-type: none;
    display: block;
    padding: 16px 0px;
    align-content: center;
}

.menu-responsive-box li:not(:last-child){
    border-bottom: 1px solid rgba(255,255,255,0.75);
}

/*.menu-responsive-box li{*/
    /*padding: 0;*/
/*}*/

/*.menu-responsive-box li a{*/
    /*padding: 16px 0px;*/
    /*display: block;*/
/*}*/

.menu-responsive-icon {
    height: 40px;
    min-width: 40px;
    float:left;
    margin-left: 20px;
    margin-right: 10px;
    position: relative;
}
.menu-responsive-icon img{
    max-width: 30px;
    max-height: 30px;
    position: absolute;
    left: 50%;
    -ms-transform: translateX(-50%); /* IE 9 */
    -webkit-transform: translateX(-50%); /* Chrome, Safari, Opera */
    transform: translateX(-50%);
}
.btn-login-responsive{
    display: none;
}

.icon-search {
    display: block;
    position: absolute;
    width: 46px;
    height: 46px;
    right: 0;
    top: 0;
}

.icon-search::after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #2c5a82 url('../images/recortes/menu_mobile/search.png') no-repeat center;
    cursor: pointer;
}

@media (min-width: 769px){
    .navbar-header {
        -ms-transform: translateX(0)!important; /* IE 9 */
        -webkit-transform: translateX(0)!important; /* Chrome, Safari, Opera */
        transform: translateX(0)!important;
    }
}

@media (max-width: 769px){
    #menu::before{
        opacity: 1;
        -webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,1);
        -moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,1);
        box-shadow: 0px 1px 2px 0px rgba(0,0,0,1);
    }
    .menu-responsive-box{
        display: block;
    }
    .menu-responsive,
    .responsive-search-bar{
        position: absolute;
        display: block;
    }

    .menu-responsive{
        cursor: pointer;
        left: 5px;
    }

    .btn-login-responsive{
        display: block;
        float: right;
        border: none;
        border-radius: 5px;
        background-color: #ca0112;
        font-family: "Rockwell Regular";
        text-decoration: underline;
        color: #ffffff;
        size: 18px;
        text-transform: uppercase;
        padding: 15px 20px;
    }

    .responsive-search-bar{
        top: 15px;
        width: 81%;
        left: -85%;
    }

    .responsive-search-bar .input-search{
        font-size: 16px;
        width: 100%;
        height: 46px;
    }

    .box-shadow-menu {
        position: relative;
        cursor: pointer;
        display: block;
        width: 48px;
        height: 72px;
    }

    .box-shadow-menu:before {
        cursor: pointer;
        content: "";
        position: absolute;
        left: 0;
        top: 20px;
        width: 46px;
        height: 6px;
        background: #ff2a00;
        box-shadow: 0 12px 0 0 #ff2a00, 0 24px 0 0 #ff2a00, 0 36px 0 0 #ff2a00;
        border-radius: 15px;
    }

    .navbar-brand:not(:first-child) {
        display: none;
    }
    #menu .navbar-brand:first-child{
        margin-left: 45px;
    }
    #menu img{
        width: 130px;
        -ms-transform: translateY(8px); /* IE 9 */
        -webkit-transform: translateY(8px); /* Chrome, Safari, Opera */
        transform: translateY(8px);
    }
}

@media (max-width: 540px){
    .responsive-search-bar{
        top: 15px;
        width: 75%;
        left: -81%;
    }
}
@media (max-width: 380px){
    #menu img{
        width: 110px;
    }

    .btn-login-responsive{
        padding: 11px 13px;
    }
}


@media (max-width: 320px) {

    .menu-responsive-icon {
        margin-top: -5px;
    }

    .menu-responsive-box{
        font-size: 11px;
    }

    .menu-responsive-box li:first-child{
        display: none;
    }

}
/************
Video/Banner Styles
*************/

.video {
    height: 535px;
    position: relative;
    overflow: hidden;
}

#block, #video-bg{
    width: 100%;
    height: 535px;
}

.poster{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    /**background-image: url('../video/poster.jpg');**/
    background-image: url('../video/poster2.jpg');
    background-repeat: no-repeat;
    background-position: 50%, 85%;
    background-color: #ffffff;
    background-size: cover;
    z-index: -2;
}

.video-banner{
    text-align: center;
    position: relative;
    overflow: hidden;
}

.banner_text{
    position: absolute;
    top: 160px;
    left: 50%;
    width: 630px;
    margin-left: -315px;
    color: #391106;
    color: #FFF;
    /* font-family: 'Open Sans', sans-serif; */
    font-weight: bolder;
    /*background-color: rgba(255,255,255, 0.5);*/
    line-height: 26px;
    padding: 20px 0;
    text-shadow: 2px 2px 4px rgba(150, 150, 150, 1);
    text-shadow: 1px 1px 0px rgba(150, 150, 150, 1);
}
.btn-semi-transparent{

    font-size: 16px;
    position: absolute;
    padding: 9px 27px;
    top: 310px;
    /*font-family: 'Open Sans', sans-serif;*/
    /*width: 120px;*/
    left: 50%;
    margin-left: -60px;


    display: inline-block;
    margin-bottom: 0;
    border-radius: 2px;
    border: 1px solid;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    line-height: 1.43;
    white-space: nowrap;
    cursor: pointer;

    border-color: #565a5c;
    border-bottom-color: #383b3c;
    background-color: #565a5c;
    color: #fff;

    background: rgba(255,255,255,0.5);
    border-style: none;
    text-transform: uppercase;
}
.btn-semi-transparent:hover {
    background-color: rgba(0,0,0,0.35);
}
.footer {
    height: 400px;
    background-color: #4B4B4B;
}

.barra-video{
    position: absolute;
    top: 452px;
    height: 85px;
    color: #8C785B;
    font-size: 14px;
    line-height: 13px;
    width: 100%;
    left: 0px;
    right: 0;
}

.barra-video::before {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #ffffff;
    opacity: 0.75;
    display: block;
}
@media (max-width: 1199px){
    .barra-video::before {
        -ms-transform: translateY(-15px); /* IE 9 */
        -webkit-transform: translateY(-15px); /* Chrome, Safari, Opera */
        transform: translateY(-15px);
    }
    .barra-video{
        /*padding-top: 2px;*/
    }
}

.barra-video img{
    margin-bottom: 7px;
}

.menu_pg-interna{
    margin-top: 85px;
    text-align: center;
    /*background-color: #00ABA8;*/
    padding: 0;
    height: 85px;
}

/*.menu_pg-interna .col-lg-2{
    width: 20%;
}*/

.menu_pg-interna {
    /*background-color: #00aba8;*/
    display: block;
    text-align: center;
}
.menu_pg-interna.amarelo{
    background-color: #E5E200;
}
.menu_pg-interna.verde{
    background-color: #009169;
}
.menu_pg-interna.azul{
    background-color: #004655;
}
.menu_pg-interna.vermelho{
    background-color: #FE3330;
}
.menu_pg-interna.cinza{
    /*    background-color: #00aba8;*/
    background-color: #f5f5f5;
    height: 60px;
}
.menu_pg-interna {
    position: relative;
}

.menu-item{
    position: relative;
    cursor: pointer;
    margin:0 -1px 0 -2px;
    height: 100%;
    display: inline-block;
    width: 20%;
}

.menu-item span{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 90%;
    -ms-transform: translate(-50%, -50%); /* IE 9 */
    -webkit-transform: translate(-50%, -50%); /* Chrome, Safari, Opera */
    transform: translate(-50%, -50%);
}
.menu_pg-interna .menu-item::before{
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.2;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

.menu_pg-interna .menu-item:hover::before {
    opacity: 0.6;
}

.menu_pg-interna .menu-item:nth-child(1)::before{
    /*background-color: blue;*/
    background-color: #009169;
}

.menu_pg-interna .menu-item:nth-child(2)::before{
    /*background-color: green;*/
    background-color: #E5E200;
}

.menu_pg-interna .menu-item:nth-child(3)::before{
    /*background-color: red;*/
    background-color: #004655;
}

.menu_pg-interna .menu-item:nth-child(4)::before{
    /*background-color: yellow;*/
    background-color: #E5E200;
}

.menu_pg-interna .menu-item:nth-child(5)::before{
    background-color: gray;
    background-color: #009169;
}


.menu_pg-interna a, .menu_pg-interna a:active, .menu_pg-interna a:hover, .menu_pg-interna a:visited,
.menu_video a, .menu_video a:active, .menu_video a:hover, .menu_video a:visited{
    text-decoration: none;
    color: #8C785B;
}
/*.menu_pg-interna .quem-somos,*/
.menu_video .quem-somos{
    padding-top: 10px;
}
/*.menu_pg-interna .negocios,*/
.menu_video .negocios{
    padding-top: 2px;
}
/*.menu_pg-interna .associados,*/
.menu_video .associados{
    padding-top: 4px;
}
/*.menu_pg-interna .eventos,*/
.menu_video .eventos{
    padding-top: 4px;
}
/*.menu_pg-interna .centro-negocios,*/
.menu_video .centro-negocios{
    padding-top: 8px;
}

.menu_video__item {
    position: relative;
    float:left;
    display: inline-block;
    top: 0;
    padding-top: 11px;
    width: 19%;
    height: 85px;
    text-decoration: none;
}


.menu_video__item--icon {
    height: 26px;
    margin: 0;
}

@media (max-width: 1199px){
    .menu_video__item{
        padding: 0;
    }
}


@media(max-width: 1199px){
    #block, #video-bg, #tubular-container{
        display: none;
    }
    .video-banner{
        background-image: url('../video/poster.jpg');
        background-repeat: no-repeat;
        background-position: 50% 0;
        height: 522px;
    }
}
@media(max-width: 991px){
    .menu_pg-interna .centros-medicao,
    .menu_video .centros-medicao{
        margin-top: -13px;
    }
    .menu_pg-interna .centro-negocios,
    .menu_video .centro-negocios{
        padding-top: 0;
    }
}
@media(max-width: 768px){
    .menu_pg-interna{
        display: none;
    }
    #row-video{
        display: none;
    }
}
/************
Search Styles
*************/

.section-search{
    margin-top: 23px;
    margin-bottom: 17px;
}

#frmSearch .btn-search{
    background-color: #2c5a82;
    width: 52px;
    height: 34px;
    background-image: url('../images/recortes/menu_video/search.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border: none;
}

#frmSearch .txPesquisar{
    background-color: #ededed;
    /*font-family: "Open Sans";*/
    color: #2c2c2c;
    font-size: 18px;
    height: 34px;
    padding-top: 10px;
    padding-bottom: 11px;
    padding-left: 20px;
    border-radius: 0;

}

@media(max-width: 768px){
    .section-search{
        display: none;
    }
}

/************
Noticia Styles
*************/

.noticia_box, .evento_box{
    /*width: 338px;*/
    /*font-family: "Open Sans";*/
    color: #464646;
}

.noticia_box,
.noticia_box .img-noticia,
.noticia_box .resumo-noticia,
.img-noticia img{
    width: 100%;
}

.noticia_box {
    margin: 0;
}

.noticia_box h3, .evento_box h3{
    font-size: 15px;
}

.noticia_box a, .noticia_box a:active, .noticia_box a:visited{
    color: #464646;
}

.header-sub-divisao{
    font-family: "Rockwell Regular";
    font-size: 18px;
    color: #391106;
}

.header-sub-divisao img{
    margin-right: 15px;
    /*float: left;*/
}

.header-sub-divisao hr{
    margin-top: 6px;
    background-image: url('../images/recortes/noticias_home/linha.jpg');
    border-color: transparent;
}

#destaques, #noticias, #eventos{
    margin-bottom: 15px;
}
#publicidade{
    margin-bottom: 50px;
}
.br-desktop{
    display: none;
}
#eventos-mobile{
    display: none;
}
@media(min-width: 1199px){
    /*.noticia_box{
        width: 338px;
    }*/
    .br-desktop{
        display: block;
    }
}

@media(max-width: 1199px){
    .noticia_box h3, .evento_box h3 {
        font-size: 13px;
    }
    .barra-video {
        font-size: 11px;
    }
}

@media(max-width: 767px){

    .noticia_box{
        display: flex;
        margin-bottom: 10px;
    }
    .img-noticia{
        width: 50%;
    }
    .resumo-noticia{
        width: 50%;
    }
    .resumo-noticia h3{
        margin-left: 15px;
    }
/*    #eventos{
        display: none;
    }*/
    #publicidade{
        display: none;
    }
    #eventos-mobile {
        display: block;
        margin-bottom: 10px;
    }
    .linha-evento{
        background-color: #2c5a82;
        margin-bottom: 10px;
    }
    .evento_box h3{
        color: #ffffff;
        font-size: 14.5px;
    }
    .evento_box a, .evento_box a:active, .evento_box a:visited{
        color: #ffffff;
        text-align: right;
        text-decoration: underline;
    }
    .data-evento{
        min-height: 75px;;
        font-family: "Rockwell Regular";
        font-size: 20px;
        color: #ffffff;
        text-align: center;
        line-height: 22px;
        background-color: #323232;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    #eventos-mobile .resumo-evento{
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
}

@media(max-width: 320px){
    .resumo-noticia h3{
        margin-top: 0;
    }
}

/************
Boletim mobile Styles
*************/

/*#boletim-mobile{
    display: none;
}*/

@media(max-width: 767px){
    #boletim-mobile{
        padding: 13px 13px 15px 13px;
        font-family: "Rockwell Regular";
        font-size: 20px;
        color: #ffffff;
        text-transform: uppercase;
        display: block;
        background-color: #ff2a00;
        margin-bottom: 10px;
        margin-top: -25px;
    }
	

}

@media(max-width: 330px){
    #boletim-mobile{
        padding: 13px 13px 15px 13px;
        font-size: 18px;
    }
}

/************
Footer Styles
*************/

#footer{
    padding: 30px 0;
    text-align: center;
}

#footer, .title-column{
    background-color: #4b4b4b;
    font-family: "Rockwell Regular";
    color: #FFFFFF;
    font-size: 11px;
    text-transform: capitalize;
}

.title-column{
    margin-bottom: 10px;
}
#footer .logo-parceiro{
    text-align: center;
}
.vdivide{
    width: 100%;
    padding: 0 15px;
    margin: 0;
}
/*
.footer-grid {
    display: inline-block;
    float: left;
    padding: 0 6.2%;
    text-transform: uppercase;
    position: relative;
    min-height: 220px;
    min-width: 150px;
}

.footer-grid:not(:last-child):before{
    content: "";
    position: absolute;
    display: block;
    width: 1px;
    right: 0;
    top: 0;
    bottom: 0;
    background: #f2f2f2;
    opacity: 0.25;
}

.footer-grid:first-child {
    padding-left: 0;
}

.footer-grid:last-child {
    padding-right: 0;
}

@media (max-width: 1199px) and (min-width: 525px){
    .footer-grid{
        width: 33%;
        padding: 0;
        padding: 0 35px;
    }
    .footer-grid:nth-last-child(1),
    .footer-grid:nth-last-child(2){
        width: 50%;
        margin-top: 30px;
        min-height: 100px;
    }
    .footer-grid:nth-last-child(3):before{
        display: none;
    }
}

@media (max-width: 525px){
    .footer-grid:not(:last-child):before{
        top: 100%;
        bottom: 0;
        width: 100%;
        height: 1px;
    }
    .footer-grid{
        width: 100%;
        text-align: center;
        min-height: 0;
        padding: 15px 0 15px 0;
    }
}

@media(min-width: 768px){
    .row.vdivide [class*='col-']:not(:last-child):after {
        background: #e0e0e0;
        width: 1px;
        content: "";
        display:block;
        position: absolute;
        top:0;
        bottom: 0;
        right: 0;
        min-height: 215px;
    }
}*/
.footer-grid {
    width: 19%;
    display: inline-block;
    float: left;
    padding: 0;
    margin: 0 auto;
    min-height: 400px;
    position: relative;
}

.footer-grid:not(:last-child):after{
    content: "";
    position: absolute;
    display: block;
    width: 1px;
    right: 0;
    top: 0;
    bottom: 0;
    background: #f2f2f2;
    opacity: 0.25;
}

.footer-grid * {
    max-width: 90%;
}


@media (max-width: 580px){
    #footer{
        padding: 20px 0;
        padding-bottom: 0;
    }
    .footer-grid{
        min-height: 400px;
		width: 33%;
    }
	

}
@media (max-width: 525px){
    .footer-grid h4{
        font-size: 8px;
    }

    .footer-grid:not(:last-child):after{
        display: none;
    }
}

@media (max-width: 400px){
    .footer-grid h4{
        font-size: 6px;
    }

    .footer-grid:not(:last-child):after{
        display: none;
    }
}

@media (max-width: 320px){

    #footer{
        padding: 10px 0;
        padding-bottom: 0;
    }
    .footer-grid{
        min-height: 400px;
    }

}


/**
PAGINA INTERNA
**/

.section-inside__banner,
.section-inside__content{
    margin: 0 auto;
    width: 95%;
    padding: 30px 10px;
    padding-top: 0px;
}
.section-inside__banner{
    text-align: center;
}
.section-inside__banner a{
    color: #333;
}

.section-inside__banner h2{
    margin-top: 33px;
}

.textoDestacado {
    font-family: "Rockwell Regular";
}

.textoDestacado a{
    color: #333!important;
    text-decoration: none;
}

.section-inside__content{
    font-weight: normal;
    font-size: 18px;
    text-align: justify;
    word-break: break-word;
}

.section-inside__content h2{
    text-transform: uppercase;
    margin-bottom: 20px;
}

.section-inside__content h2 a{
    color: #333;
}

.introEventos{
    display: none;
}

.listagemEventos .section-inside__content{
    /*font-family: "Open Sans";*/
    font-size: 14px;
}
.eventos_agendados .evento{
    background-color: #00aba8;
    margin-bottom: 10px;
}
.eventos_agendados .data-evento,
.eventos_agendados .resumo-evento{
    height: 85px;
    color: #ffffff;
    font-weight: 700;
}
.eventos_agendados a{
    color: #333;
}
.content .section-inside__content a,
.content .section-inside__content a:active,
.content .section-inside__content a:visited{
    color: #391106;
}
.content .section-inside__content{
    /*font-family: "Open Sans";*/
    font-size: 14px;
}

@media(max-width: 640px){

    .section-inside__content{
        text-align: left!important;
    }

}

@media(max-width: 360px){
    .content .section-inside__content{
        font-size: 13px;
        padding-right: 0;
    }
}


/*Listagem de eventos*/


@media(max-width: 991px){

    #eventos .section-inside__banner,
    #eventos .section-inside__banner h2{
        margin-bottom: 0;
        padding-bottom: 0;
    }

    #eventos .section-inside__content h3{
        margin: 0;
    }

	
	.footer-grid {
    width: 33%;
	}	
}

/**
LISTAGEM DE FOTOS DO EVENTO
**/

.fotos-Evento ul{
    padding-left: 0;
}
.fotos-Evento li{
    display: inline-table;
    width: 24.6%;
}
/*.eventos_agendados .eventos{
    display: none;
}*/
.fotos-Evento img{
    max-width: 100%;
    width: 100%;
}
.gallery-cell.is-selected{
    width: 100%;
}
#modalEvento .modal-body{
    padding: 0;
}
#modalEvento img{
    width: 100%;
}

#modalEvento .options{
    position: absolute;
    bottom: 5px;
    left: 73%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

.section-inside__banner img{
    width: 100%;
}

.modal-header{
    font-family: "Rockwell Regular";
    font-size: 22px;
    text-align: center;
    text-transform: uppercase;
}

.addtocalendar{
    display: flex;
}

@media (max-width: 1199px ){
    .eventos_agendados .evento{
        font-size: 13px;
    }
}

@media (max-width: 991px ){
    .fotos-Evento li{
        display: inline-table;
        width: 23.6%;
    }
    .eventos_agendados .resumo-evento span{
        -ms-transform: translateY(10%); /* IE 9 */
        -webkit-transform: translateY(10%); /* Chrome, Safari, Opera */
        transform: translateY(10%);
    }
}

@media (max-width: 767px ){
    .fotos-Evento .gallery-cell li{
        display: inline-table;
        width: 48%;
    }
    .eventos_agendados .data-evento{
        padding: 0;
        font-size: 14px;
        background: none;
        display: initial;
        text-align: initial;
    }
    .eventos_agendados .evento_box a, .eventos_agendados .evento_box a:active, .eventos_agendados .evento_box a:visited{
        text-decoration: none;
    }
}

@media (max-width: 540px ){
    .section-inside__banner,
    .section-inside__content{
        width: 100%;
        font-size: 12px;
    }
    #modalEvento .options{
        left: 66%;
        padding-bottom: 15px;
    }
}

@media (max-width: 440px ){
    #modalEvento .options{
        left: 60%;
    }
}

@media (max-width: 390px ){
    #modalEvento .options{
        left: 55%;
    }
}

.go-back {
    display: block;
    width: 35px;
    height: 30px;
    /*margin: 0 0 20px 90%;*/
    cursor: pointer;
    background-image: url('../images/icons/left-arrow.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 96%;
    opacity: 0.5;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    float: right;
    margin-top: -27px;
    margin-right: -15px;
}

.go-back:hover{
    opacity: 0.8;
}

.section-inside__list--inline{
    display: block;
    position: relative;
    list-style: none;
    width: 100%;
    padding: 0;
    margin: 35px 0;
    text-align: center;
    font-weight: bold;
}
.section-inside__list--inline li{
    display: inline-block;
}
.section-inside__list--inline.three li{
    width: 31%;
}

@media (max-width: 991px) {
    .section-inside__list--inline.three li{
        display: block;
        width: 100%;
        padding: 10px 0;
        text-align: left;
    }

    .section-inside__list--inline.three li{
        display: inline-block;
        width: 31%;
        text-align: center;
    }

    .titulo-foto h3{
        font-family: "Rockwell Regular";
        font-size: 20px;
        color: #333;
        text-align: center;
        margin-bottom: 20px;
        font-weight: bold;
    }

    .section-inside__list--inline.three{
        margin: 10px 0;
    }
}

@media (max-width: 767px) {

    .quem_somos .section-inside__list--inline.three li:first-child{
        text-align: left;
    }

    .quem_somos .section-inside__list--inline.three li:last-child{
        text-align: right;
    }

}

@media (max-width: 540px) {

    .quem_somos .col-lg-12{
        padding: 0;
    }

}

@media (max-width: 360px) {

    .section-inside__list--inline.three li:last-child{
        padding-right: 18px;
    }

    .go-back.distante {
        margin-top: -10px;
    }

}

@media (max-width: 320px) {

    .section-inside__list--inline.three li{
        font-size: 11px;
    }

}

.form-step{
    pointer-events:visible;
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
    word-wrap: break-word;
}

@media (min-width: 990px) {
    .form-step{
        overflow: hidden;
    }
}

.form-header{
    display: inline-block;
    padding: 18px 28px;
    background-color: #00aba8;
    border-radius: 15px;
    margin-right: 15px;
    opacity: 0.6;
}

.form-header.valid{
    cursor: pointer;
    opacity: 1;
}

@media (max-width: 500px) {
    .form-header{
        display: none;
    }
}

.form-content{
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    padding: 20px;
    margin: 25px 0px 0 0;
    border-radius: 15px;
    background-color: #00aba8;
    transition: all 0.5s ease;
}

.form-content:not([data-step="1"]),
.form-content.next{
    -ms-transform: translateX(+120%); /* IE 9 */
    -webkit-transform: translateX(+120%); /* Chrome, Safari, Opera */
    transform: translateX(+120%);
}

.form-content.previous{
    -ms-transform: translateX(-120%); /* IE 9 */
    -webkit-transform: translateX(-120%); /* Chrome, Safari, Opera */
    transform: translateX(-120%);
}

.form-content.current{
    -ms-transform: translateX(0); /* IE 9 */
    -webkit-transform: translateX(0); /* Chrome, Safari, Opera */
    transform: translateX(0);
}

.form-btn__next,
.form-btn__previous{
    border: none;
    padding: 10px 10px;
    border-radius: 15px;
    background-color: #00aba8;
}
.form-btn__next{
    float: right;
}

.form-btn__next:disabled,
.form-btn__previous:disabled{
    opacity: 0.6;
}

.form-group__one,
.form-group__two,
.form-group__three,
.form-group__four,
.form-group__one--radio{
    width: 100%;
    padding: 5px 0;
    text-align: left;
}
.form-group__one--radio input[type="radio"]{
    -ms-transform: translateY(2px); /* IE 9 */
    -webkit-transform: translateY(2px); /* Chrome, Safari, Opera */
    transform: translateY(2px);
    margin-left: 10px;
}

.form-group__one label{
    width: 20%;
}

.form-group__one input,
.form-group__one select{
    width: 79%;
}

.form-group__two label{
    width: 15%;
}

.form-group__two input,
.form-group__two select{
    width: 34%;
}

.form-group__three label{
    width: 10%;
    text-align: center;
}

.form-group__three input,
.form-group__three select{
    width: 22.3%;
}

/* OVERRIDE CHOSEN PLUGGIN*/
.form-group__one .chosen-container{
    width: 79% !important;
}

/* OVERRIDE CHOSEN PLUGGIN*/
.form-group__two .chosen-container{
    width: 34% !important;
}

/* OVERRIDE CHOSEN PLUGGIN*/
.form-group__three .chosen-container{
    width: 22.3% !important;
}

@media (max-width: 1199px) {
    .form-group__three label{
        width: 20%;
        text-align: left;
        margin: 5px 0;
    }

    .form-group__two input,
    .form-group__two select {
        width: 32%;
    }

    .form-group__three input,
    .form-group__three select {
        width: 79%;
        margin-bottom: 10px
    }

    /* OVERRIDE CHOSEN PLUGGIN*/
    .form-group__three .chosen-container{
        width: 79% !important;
        margin-bottom: 10px
    }

    /* OVERRIDE CHOSEN PLUGGIN*/
    .form-group__two .chosen-container{
        width: 32% !important;
    }
}

@media (max-width: 990px){
    .form-group__three label{
        width: 20%;
        text-align: left;
        margin: 5px 0;
    }

    /* OVERRIDE CHOSEN PLUGGIN*/
    .form-group__three .chosen-container,
    .form-group__one .chosen-container,
    .form-group__two .chosen-container{
        width: 75% !important;
    }

    .form-group__three input,
    .form-group__three select
    .form-group__three .chosen-container,
    .form-group__two input,
    .form-group__two select,
    .form-group__two .chosen-container{
        margin-bottom: 10px;
    }

    .form-group__two label,
    .form-group__three label{
        width: 20%;
    }

    .form-group__three input,
    .form-group__three select,
    .form-group__one input,
    .form-group__one select,
    .form-group__two input,
    .form-group__two select{
        width: 75%;
    }

}
@media (max-width: 769px){

    .form-group__three input,
    .form-group__three select,
    .form-group__one input,
    .form-group__one select,
    .form-group__two input,
    .form-group__two select{
        width: 100%;
    }

    .form-group__one label,
    .form-group__two label,
    .form-group__three label{
        width: 70%;
    }
    /* OVERRIDE CHOSEN PLUGGIN*/
    .form-group__three .chosen-container,
    .form-group__one .chosen-container,
    .form-group__two .chosen-container{
        width: 100% !important;
    }
}
.form-step input[type="text"],
.form-step input[type="email"],
.form-step input[type="password"],
.form-step input[type="number"],
.form-step input[type="search"],
.form-step select{
    /*border: 1px solid black;*/
    border-radius: 1px;
    padding: 5px;
    margin-right: 2px;
}

/**
MODAL DE LOGIN
**/

#modalNews .modal-content {
	
	    background-color: #32bbb9;
    border: none;
	
}


#modalFaleConosco .modal-content, #modalLogin .modal-content  {
    /*background-color: #4cc4c2;*/
    background-color: #32bbb9;
    border: none;
}
#modalFaleConosco .btn-default, #modalLogin .btn-default, #modalNews .btn-default {
    background-color: #2c5a82;
    color: #fff;
    font-weight: 700;
    border: none;
}
#modalFaleConosco .btn-default, #modalLogin .modal-body, #modalNews .modal-body {
    font-family: "Open Sans";
    font-size: 13px;
}

#modalFaleConosco .modal-body a, #modalLogin .modal-body a, #modalNews .modal-body a,
#modalFaleConosco .modal-body a, #modalLogin .modal-body a:active, #modalNews .modal-body a:active,
#modalFaleConosco .modal-body a, #modalLogin .modal-body a:visited, #modalNews .modal-body a:visited {
    color: #000;
}

/**
OPORTUNIDADES
**/

.tblDescricao{
    background-color: #f5f5f5;
    width: 100%;
}

.tblDescricao td{
    height: 35px;
    padding-left: 10px;
}


/*.table,*/
.table tr,
.table td{
    border: 1px solid #BBB !important;
}

.table{
    margin: 40px auto;
}

.table.table-responsive.table-bordered:first-child{
    margin-top: 0;
}

.section-inside__images{
    min-width: 30%;
    display: inline-block;
    text-align: center;
    margin: 25px auto;
}

@media (max-width: 769px){

    .section-inside__images{
        min-width: 49%;
    }

    .tblDescricao td{
        display: block;
        width: 100%;
        margin-top: 20px;
    }

}

@media (max-width: 500px){
    .section-inside__images{
        min-width: 100%;
        margin: 10px auto;
    }
}

/************
    Convite
*************/

.section-invite {
    max-width: 960px;
    margin: 0 auto;
    background: #fff;
}

.section-invite > .banner,
.section-invite > .bottom,
.section-invite > .header{
    max-width: 100%;
    display: block;
}
.section-invite > .header{
    padding: 15px;
}

.section-invite > .banner img,
.section-invite > .bottom img {
    display: block;
    width: 100%;

}

.section-invite > .wrap {
    width: 100%;
    display: flex;
}

.section-invite > .wrap > .content {
    display: inline-block;
    padding: 20px;
    margin: 0;
    width: 60%;
    text-align: center;
    box-sizing: border-box;
    border: none;
}

.section-invite > .wrap > .aside {
    display: inline-block;
    padding: 20px;
    margin: 0;
    width: 40%;
    background-color: #e0e0e0;
    text-align: center;
    border: none;
}
.section-invite p {
    margin: 25px 0;
}
.section-invite .invite {
    font-size: 20px;
    width: 75%;
    color: #fff;
    background: #6E8852;
    font-weight: bold;
}

@media (max-width: 600px) {
    .section-invite > .wrap {
        flex-direction: column;
    }

    .section-invite > .wrap > .content {
        width: 100%;
    }

    .section-invite > .wrap > .aside {
        width: 100%;
    }
}

/** Cadastro pessoa jurídica **/

.form-default{
    width: 80%;
    margin: auto;
}

@media (max-width: 480px) {
    .form-default{
        width: 100%;
    }
}

/*Centro de medição e arbitragem*/

#conteudo_inicio{
    margin-top: 25px;
}


/*Corpo de árbitros*/

.container-table{
    width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.container-table .col-lg-6{
    padding-left: 50px;
}


@media(max-width: 680px){
    .container-table{
        width: 100%;
        overflow-x: scroll;
    }

    .container-table .col-lg-6{
        padding-left: 15px;
    }

    .container-table table{
        width: 680px;
    }
}


/**
Conselho
**/

.table tr[class='colspan'],
.table td[colspan='2']{
    border: 0!important;
}

@media(max-width: 767px){
    .table-responsive{
        border: 0;
    }
}


/**
Links úteis
**/

.table-td tr,
.table-td td{
    word-break: break-word;
}


/**
Lista de associados
**/

.pager li>a{
    margin-top: 5px;
    padding: 5px 12px;
}

.row-filtros{
    max-width: 450px;
    margin: auto;
    margin-top: 25px;
    margin-bottom: 15px;
}

.row-letras{
    margin-bottom: 15px;
}

.resultado .sem-resultados{
    margin-top: 35px;
    text-align: center;
}

.resultado table td{
    word-break: break-word;
}

@media(max-width: 991px){
    .row-filtros .filtro:last-child{
        margin-top: 15px;
    }
}

/**
Panorama geral
**/

.container-table-panorama{
    text-align: center;
}

@media(max-width: 670px){
    .container-table-panorama{
        max-width: 556px;
        overflow: auto;
    }

    .container-table-panorama::-webkit-scrollbar {
        -webkit-appearance: none;
    }

    .container-table-panorama::-webkit-scrollbar:vertical {
        width: 12px;
    }

    .container-table-panorama::-webkit-scrollbar:horizontal {
        height: 12px;
    }

    .container-table-panorama::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, .5);
        border-radius: 10px;
        border: 2px solid #ffffff;
    }

    .container-table-panorama::-webkit-scrollbar-track {
        border-radius: 10px;
        background-color: #ffffff;
    }

}

@media(max-width: 480px){

    .panorama_geral img{
        float: none!important;
        display:block;
        margin: 10px auto!important;
    }

}


/*Centro + Negócios*/

.parceirias{
    font-size: 18px;
}

@media(max-width: 911px){

    .parceirias{
        font-weight: bold;
    }

}

/**

Notícias fora da home

**/

.icons-share a{
    margin-right: 15px;
    text-decoration: none;
}


.div_beneficios {
	
	display: inline;
	
}
