@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,400italic);
@import url('classes.css');
@import url('../fonts/icomoon/icomoon.css');
@import url('../fonts/font-awesome/font-awesome.min.css');

::selection {
    background: #3a9bb1;
    color: #FFF;
}

::-webkit-selection {
    background: #3a9bb1;
    color: #FFF;
}

::-moz-selection {
    background: #3a9bb1;
    color: #FFF;
}

::-o-selection {
    background: #3a9bb1;
    color: #FFF;
}

body,
html {
    height: 100%;
}

body {
    font-family: 'Open Sans', sans-serif;
    color: #5E5E5E;
    background: #FFF;
    font-size: 15px;
}

h1,
h2,
h3 {
    color: #3a9bb1;
    font-weight: bold;
}

img {
    max-width: 100%;
}

a:hover,
a:focus,
button:hover {
    color: #3a9bb1;
    -webkit-transition: 0.2s ease-in all;
    -moz-transition: 0.2s ease-in all;
    -ms-transition: 0.2s ease-in all;
    -o-transition: 0.2s ease-in all;
    transition: 0.2s ease-in all;
}

textarea {
    max-width: 100%;
}

.c_ribbon {
    margin-left: -45px;
    width: 45px;
    position: absolute;
}

.bg-lightgray {
    background: #f1f2f2;
}

.bg-lightgray2 {
    background: #e4e4e4;
}

.bg-lightgray3 {
    background: #e5e5e5;
}

.bg-gray {
    background: #9e9e9e;
}

.bg-footer {
	background-color: #6f6c6c;
}

#header .navbar-collapse {
    padding: 0;
}

#header .navbar {
    margin: 0;
    border-radius: 0;
    border: 0;
}

#header .navbar-default {
    background: none;
}

#header .navbar-nav > li > a {
    color: #7c8294;
    font-size: 14px;
    padding: 5px 6px;
    border-right: 2px solid #3a9bb1;
    position: relative;
}

#header .navbar-nav > li.item-318 > a {
    color: #e43470;
}

.bg-content {
    min-height: 570px;
    background: #005d66; /* Old browsers */
    background: -moz-linear-gradient(left,  #005d66 0%, #006e72 33%, #008893 66%, #008893 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #005d66 0%,#006e72 33%,#008893 66%,#008893 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #005d66 0%,#006e72 33%,#008893 66%,#008893 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005d66', endColorstr='#008893',GradientType=1); /* IE6-9 */
    /*background: url(../images/bg-content.jpg) no-repeat center right #008893;*/
}

.bg-content-body {
    margin-top: -570px;
}

.font-theorem {
    font-family: "TheoremW00-Regular";
}

.btn-back {
    background: #e63171;
    color: #FFF;
    border-radius: 0;
    border: 0;
    height: 90px;
    padding: 0 20px;
    font-size: 18px;
    width: 115px;
}

.btn-back:hover,
.btn-back:active,
.btn-back:focus,
.btn-more:hover,
.btn-more:active,
.btn-more:focus {
    background: #c8265f;
}

.btn-back span {
    width: 22px;
    height: 22px;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #FFF;
    margin-right: 5px;
}

.btn-back span i {
    position: relative;
    top: -2px;
}

.itemVideoEmbedded p,
.itemVideoEmbedded a {
    display: none;
}

.itemVideoEmbedded iframe {
    width: 100%;
}

.adsense * {
    margin: 0;
}

.adsense a,
.adsense img {
    display: block;
    float: right;
}

.content h1.itemTitle {
    position: relative;
    display: block;
}

.content h1.itemTitle:before {
    content: '';
    width: 6px;
    height: 28px;
    background: #e63171;
    position: absolute;
    left: -15px;
    top: 5px;
}

.content .itemImageBlock {
    float: left;
    margin: -30px 0 20px 0;
}

.title-block {
    height: 90px;
    border-left: 8px solid #e63171;
    border-right: 8px solid #3a9bb1;
    line-height: 25px;
    font-size: 25px;
    width: calc(100% - 768px - 115px);
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.title-block .left-c {
    position: relative;
    left: -5px;
}

.title-block .icon-female {
    position: relative;
    left: -10px;
    margin-right: -5px
}

.alert-notice{
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}
.alert-message{
/*
    border: 1px solid rgb(230, 49, 113);
    border-radius: 4px;
    color: white;
    background-color: #e63171;
    margin-top: 15px;
    */
}

#form-comment .form-control,
#contact-form .form-control,
.modal .form-control,
.form-control-mc {
    font-weight: bold;
    background: #FFF;
    border-color: #FFF;
    color: #3a9bb1;
    border-radius: 25px;
    padding-left: 15px;
    padding-right: 15px;
}

#form-comment input.form-control,
#contact-form input.form-control,
.modal input.form-control,
.form-control-mc {
    height: 40px;
}

#form-comment textarea.form-control,
#contact-form textarea.form-control {
    height: 210px;
    max-width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}

#form-comment .btn-primary,
#contact-form .btn-primary,
.box-pdfs .btn-default,
.modal .btn-primary,
.wizard-buttons .btn-primary,
.wizard-pane .btn-inline,
.wizard-buttons .btn-success,
#response .btn-success,
#response .btn-primary,
.content-login .btn-primary,
#response .btn-default{
    background: #018f9d;
    border-radius: 25px;
    font-weight: bold;
    padding: 10px 20px;
    border-color: #018f9d;
}

#enderecos .bloco:last-child{
    margin-bottom:0
}

.wizard-pane .btn-inline,
#response .btn-default {
    border-color: #5E5E5E;
    background: #5E5E5E;
    color: #FFF;
}

.wizard-buttons .btn-default{
    background: #e63171;
    color: #FFF;
    border-radius: 25px;
    font-weight: bold;
    padding: 10px 20px;
    border-color: #e63171;
}

.box-pdfs .btn-default {
    background: #FFF;
    border-color: #FFF;
    color: #2aafca;
    padding: 8px 12px;
}

.box-pdfs .btn-default:hover {
    background: #e7e7e7;
}

#content-article .item-page > h3:nth-child(1) {
    margin-top: 0
}

.modal-body {
    padding: 20px;
}

.modal-header .close {
    margin-top: -2px;
    position: absolute;
    right: 20px;
    z-index: 9;
}

.modal-header .close:focus {
    outline: none
}


/*#header .navbar-nav > li.active > a::before {
    right: 15px;
}*/

#header .navbar-nav > li > a::before {
    content: '';
    display: block;
    position: absolute;
    top: -4px;
    height: 3px;
    background-color: #e63171;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    -webkit-transition-property: background-color, border-color, box-shadow, height, right;
    transition-property: background-color, border-color, box-shadow, height, right;
    left: 15px;
    right: calc(102% - 15px);
}

#header .dropdown-menu,
#noticias .dropdown-menu {
    background-color: #e63171;
    border: 0;
    padding: 0;
    /*max-width: 220px;*/
    /*text-align: center;*/
}

#header .navbar-default .navbar-nav > .active > a,
#header .navbar-default .navbar-nav > .active > a:hover,
#header .navbar-default .navbar-nav > .active > a:focus {
    background: none;
}

#header .dropdown-menu > li > a:hover,
#header .dropdown-menu > li > a:focus,
#header .dropdown-menu > .active > a,
#header .dropdown-menu > .active > a:hover,
#header .dropdown-menu > .active > a:focus,
#noticias .dropdown-menu > li > a:hover,
#noticias .dropdown-menu > li > a:focus,
#noticias .dropdown-menu > .active > a,
#noticias .dropdown-menu > .active > a:hover,
#noticias .dropdown-menu > .active > a:focus  {
    text-decoration: none;
    color: #FFF;
    background: #cc2b64;
}

#header .dropdown-menu > li > a {
    color: #FFF;
    line-height: 16px;
    /* white-space: normal;*/
}

#header .navbar-default .navbar-nav > li:hover > a::before,
#header .navbar-default .navbar-nav > .active > a::before {
    right: 15px;
}

#footer h3 {
    color: #FFF;
    font-size: 16px;
    margin: 0
}

#footer .navbar-nav > li {
    float: none;
}

#footer .navbar-nav > li > a {
    padding: 5px 0 0 0;
}

#footer .nav > li > a:hover,
#footer .nav > li > a:focus,
#footer a:hover,
#footer a:focus {
    background: none;
    color: #FFF;
    text-decoration: underline;
}

#footer .form-control {
    background: none;
    border: 0;
    box-shadow: none;
    border-bottom: 1px solid #FFF;
    border-radius: 0;
    padding: 0;
    color: #FFF;
    resize: none;
}

#system-message .alert{
    margin: 20px 0;
}

#system-message .alert.alert-error {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

#system-message .alert.alert-notice {
        color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

#system-message .alert.alert-message {
    background-color: #e73271;
    border-color: #e83271;
    color: #ffffff;
}

#footer .form-control::-webkit-input-placeholder {
    color: #FFF;
    -webkit-transition: 0.2s ease-in all;
    -moz-transition: 0.2s ease-in all;
    -o-transition: 0.2s ease-in all;
    -ms-transition: 0.2s ease-in all;
    transition: 0.2s ease-in all;
}

#footer .form-control:-moz-placeholder {
    color: #FFF;
    -webkit-transition: 0.2s ease-in all;
    -moz-transition: 0.2s ease-in all;
    -o-transition: 0.2s ease-in all;
    -ms-transition: 0.2s ease-in all;
    transition: 0.2s ease-in all;
}


/* FF 4-18 */

#footer .form-control::-moz-placeholder {
    color: #FFF;
    -webkit-transition: 0.2s ease-in all;
    -moz-transition: 0.2s ease-in all;
    -o-transition: 0.2s ease-in all;
    -ms-transition: 0.2s ease-in all;
    transition: 0.2s ease-in all;
}


/* FF 19+ */

#footer .form-control:-ms-input-placeholder {
    color: #FFF;
    -webkit-transition: 0.2s ease-in all;
    -moz-transition: 0.2s ease-in all;
    -o-transition: 0.2s ease-in all;
    -ms-transition: 0.2s ease-in all;
    transition: 0.2s ease-in all;
}


/* IE 10+ */

#footer .form-control:focus::-webkit-input-placeholder {
    color: transparent;
    -webkit-transition: 0.2s ease-in all;
    -moz-transition: 0.2s ease-in all;
    -o-transition: 0.2s ease-in all;
    -ms-transition: 0.2s ease-in all;
    transition: 0.2s ease-in all;
}

#footer .form-control:focus:-moz-placeholder {
    color: transparent;
    -webkit-transition: 0.2s ease-in all;
    -moz-transition: 0.2s ease-in all;
    -o-transition: 0.2s ease-in all;
    -ms-transition: 0.2s ease-in all;
    transition: 0.2s ease-in all;
}


/* FF 4-18 */

#footer .form-control:focus::-moz-placeholder {
    color: transparent;
    -webkit-transition: 0.2s ease-in all;
    -moz-transition: 0.2s ease-in all;
    -o-transition: 0.2s ease-in all;
    -ms-transition: 0.2s ease-in all;
    transition: 0.2s ease-in all;
}


/* FF 19+ */

#footer .form-control:focus:-ms-input-placeholder {
    color: transparent;
    -webkit-transition: 0.2s ease-in all;
    -moz-transition: 0.2s ease-in all;
    -o-transition: 0.2s ease-in all;
    -ms-transition: 0.2s ease-in all;
    transition: 0.2s ease-in all;
}


/* IE 10+ */

#footer .border {
    border-left: 1px solid #FFF;
    padding-left: 25px;
}

#footer textarea.form-control {
    background-image: -webkit-linear-gradient(#9e9e9e, #9e9e9e 30px, #FFF 30px, #FFF 31px, #9e9e9e 31px);
    background-image: -moz-linear-gradient(#9e9e9e, #9e9e9e 30px, #FFF 30px, #FFF 31px, #9e9e9e 31px);
    background-image: -ms-linear-gradient(#9e9e9e, #9e9e9e 30px, #FFF 30px, #FFF 31px, #9e9e9e 31px);
    background-image: -o-linear-gradient(#9e9e9e, #9e9e9e 30px, #FFF 30px, #FFF 31px, #9e9e9e 31px);
    background-image: linear-gradient(#9e9e9e, #9e9e9e 30px, #FFF 30px, #FFF 31px, #9e9e9e 31px);
    background-size: 100% 35px;
    border-radius: 0px;
    border: 0;
    line-height: 35px;
    height: 112px
}

#videos iframe {
    width: 100%;
    max-width: 100%;
    min-width: 100% !important;
}

#videos .box-image,
#videos .col-sm-5 .avVideo {
    height: 130px;
}

.btn-outline {
    background: none;
    border: 1px solid #FFF;
    text-transform: uppercase;
    border-radius: 0;
    padding: 6px 25px;
}

.btn-outline:hover,
.btn-outline:active,
.btn-outline:focus {
    color: #9e9e9e;
    background: #FFF;
}

.icon-box span {
    display: block;
    position: absolute;
    height: 40px;
    width: 40px;
    color: #fff;
    text-shadow: #3b9bb1 1px 1px, #3b9bb1 2px 2px, #3b9bb1 3px 3px, #3b9bb1 4px 4px, #3b9bb1 5px 5px, #3b9bb1 6px 6px, #3b9bb1 7px 7px, #3b9bb1 8px 8px, #3b9bb1 9px 9px, #3b9bb1 10px 10px, #3b9bb1 11px 11px, #3b9bb1 12px 12px, #3b9bb1 13px 13px, #3b9bb1 14px 14px, #3b9bb1 15px 15px, #3b9bb1 16px 16px, #3b9bb1 17px 17px, #3b9bb1 18px 18px, #3b9bb1 19px 19px, #3b9bb1 20px 20px, #3b9bb1 21px 21px, #3b9bb1 22px 22px, #3b9bb1 23px 23px, #3b9bb1 24px 24px, #3b9bb1 25px 25px, #3b9bb1 26px 26px, #3b9bb1 27px 27px, #3b9bb1 28px 28px, #3b9bb1 29px 29px, #3b9bb1 30px 30px, #3b9bb1 31px 31px, #3b9bb1 32px 32px, #3b9bb1 33px 33px, #3b9bb1 34px 34px, #3b9bb1 35px 35px, #3b9bb1 36px 36px, #3b9bb1 37px 37px, #3b9bb1 38px 38px, #3b9bb1 39px 39px, #3b9bb1 40px 40px, #3b9bb1 41px 41px, #3b9bb1 42px 42px, #3b9bb1 43px 43px, #3b9bb1 44px 44px, #3b9bb1 45px 45px, #3b9bb1 46px 46px, #3b9bb1 47px 47px, #3b9bb1 48px 48px, #3b9bb1 49px 49px, #3b9bb1 50px 50px, #3b9bb1 51px 51px, #3b9bb1 52px 52px, #3b9bb1 53px 53px, #3b9bb1 54px 54px, #3b9bb1 55px 55px, #3b9bb1 56px 56px, #3b9bb1 57px 57px, #3b9bb1 58px 58px, #3b9bb1 59px 59px, #3b9bb1 60px 60px, #3b9bb1 61px 61px, #3b9bb1 62px 62px, #3b9bb1 63px 63px, #3b9bb1 64px 64px, #3b9bb1 65px 65px, #3b9bb1 66px 66px, #3b9bb1 67px 67px, #3b9bb1 68px 68px, #3b9bb1 69px 69px, #3b9bb1 70px 70px, #3b9bb1 71px 71px, #3b9bb1 72px 72px, #3b9bb1 73px 73px, #3b9bb1 74px 74px, #3b9bb1 75px 75px, #3b9bb1 76px 76px, #3b9bb1 77px 77px, #3b9bb1 78px 78px, #3b9bb1 79px 79px, #3b9bb1 80px 80px, #3b9bb1 81px 81px, #3b9bb1 82px 82px, #3b9bb1 83px 83px, #3b9bb1 84px 84px, #3b9bb1 85px 85px, #3b9bb1 86px 86px, #3b9bb1 87px 87px, #3b9bb1 88px 88px, #3b9bb1 89px 89px, #3b9bb1 90px 90px, #3b9bb1 91px 91px, #3b9bb1 92px 92px, #3b9bb1 93px 93px, #3b9bb1 94px 94px, #3b9bb1 95px 95px, #3b9bb1 96px 96px, #3b9bb1 97px 97px, #3b9bb1 98px 98px, #3b9bb1 99px 99px, #3b9bb1 100px 100px, #3b9bb1 101px 101px, #3b9bb1 102px 102px, #3b9bb1 103px 103px, #3b9bb1 104px 104px, #3b9bb1 105px 105px, #3b9bb1 106px 106px, #3b9bb1 107px 107px, #3b9bb1 108px 108px, #3b9bb1 109px 109px, #3b9bb1 110px 110px, #3b9bb1 111px 111px, #3b9bb1 112px 112px, #3b9bb1 113px 113px, #3b9bb1 114px 114px, #3b9bb1 115px 115px, #3b9bb1 116px 116px, #3b9bb1 117px 117px, #3b9bb1 118px 118px, #3b9bb1 119px 119px, #3b9bb1 120px 120px, #3b9bb1 121px 121px, #3b9bb1 122px 122px, #3b9bb1 123px 123px, #3b9bb1 124px 124px, #3b9bb1 125px 125px, #3b9bb1 126px 126px, #3b9bb1 127px 127px, #3b9bb1 128px 128px, #3b9bb1 129px 129px, #3b9bb1 130px 130px, #3b9bb1 131px 131px, #3b9bb1 132px 132px, #3b9bb1 133px 133px, #3b9bb1 134px 134px, #3b9bb1 135px 135px, #3b9bb1 136px 136px, #3b9bb1 137px 137px, #3b9bb1 138px 138px, #3b9bb1 139px 139px, #3b9bb1 140px 140px, #3b9bb1 141px 141px, #3b9bb1 142px 142px, #3b9bb1 143px 143px, #3b9bb1 144px 144px, #3b9bb1 145px 145px, #3b9bb1 146px 146px, #3b9bb1 147px 147px, #3b9bb1 148px 148px, #3b9bb1 149px 149px, #3b9bb1 150px 150px;
}

.icon-box {
    position: relative;
    text-align: center;
    overflow: hidden;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 22px;
    background-color: #26b0ca;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.icon-box i {
    position: relative;
    top: -2px;
}

#footer .icon-box:hover,
#footer .icon-box:active {
    background: #1aaac5
}

#footer .border-right {
    border-right: 1px solid #FFF;
}

#footer .form-group {
    margin-bottom: 5px;
}

.adsense-aside img {
    display: block;
    margin-bottom: 15px;
    width: 100%;
    height: auto;
}

.col-sm-agenda-11 {
    width: calc(100% - 200px);
    float: left;
    padding-left: 30px;
}

.col-sm-agenda-1 {
    width: 140px;
    float: left;
    margin-left: 30px;
}

#content-contacts .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

#content-contacts .panel-heading a {
    padding: 20px 0;
    display: block;
    border: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    text-transform: uppercase;
    color: #606f83;
    font-weight: 600;
}

#content-contacts .panel-default .panel-heading {
    padding: 0;
    background: none
}

#content-contacts .panel-body ul {
    padding-left: 20px;
}

#content-contacts .panel-body p {
    margin-bottom: 5px;
}


/*#content-contacts .panel-body a{
	color: #5E5E5E;
	text-decoration: underline;
}*/

.btn-more-events {
    display: block;
    max-width: 100%;
    overflow: hidden;
}

.btn-more-events i {
    font-size: 228px;
    margin-top: -30px;
    margin-bottom: -30px;
    margin-left: -50px;
    display: block;
}

.btn-more-events:hover,
.btn-more-events:focus,
.btn-more-events:active {
    box-shadow: none
}

.btn-more-events span {
    position: absolute;
    top: 46px;
    left: 26px;
    font-size: 18px;
    max-width: 72%;
    display: inline-block;
    white-space: normal;
    line-height: 20px;
}

#content-contacts .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #e6e6e6;
    background: #e6e6e6;
    padding: 20px 30px 30px 30px;
    margin: 20px 0;
}

#content-contacts .panel-group .panel-footer + .panel-collapse .panel-body,
#content-contacts .panel-group .panel-default .panel-heading {
    border-bottom: 1px solid #3a9bb1;
    border-top: 1px solid #3a9bb1;
}

#content-contacts .panel .panel-title span i {
    font-size: 1.4em;
    margin-top: -2px;
    padding-right: 15px;
    color: #606f83;
}

#content-contacts .panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
    margin-bottom: 20px;
    border: 0;
}

#content-contacts .panel-default {
	border: 0;
    border-top: 1px solid #3a9bb1;
    border-bottom: 0;
}
#content-contacts .panel-body h3{
	margin-top: 30px;
}
#content-contacts .panel-body h3:first-child{
	margin-top: 0
}
.badge {
    padding: 5px 12px;
    font-size: 10px;
    background-color: #7c7c7c;
    border-radius: 0;
    text-transform: uppercase;
}

.btn-more {
    color: #e63171;
    text-transform: uppercase;
    background: none;
}

.btn-more:hover,
.btn-more:active,
.btn-more:focus {
    background: none;
    color: #e63171;
    text-decoration: underline;
}

#header .form-search .form-control {
    background: none;
    border: 0;
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 40px;
}

#header .dropdown-menu,
#noticias .dropdown-menu {
    opacity: 0;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    transition: all 0.2s linear;
    display: block !important;
    -webkit-transition: all 0.2s linear;
}

#header .dropdown-menu .dropdown-menu {
    left: 100%;
    top: 0px;
}


#header .dropdown:hover > .dropdown-menu,
#header .open > .dropdown-menu,
#noticias .dropdown:hover > .dropdown-menu,
#noticias .open > .dropdown-menu {
    -webkit-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
}

#header .dropdown-menu > li > a {
    display: block;
    padding: 10px 15px;
}

#content-pdf .itemImageBlock img{
    width: 100%;
}

#header div.finder {
    border-right: 3px solid #3a9bb1;
    border-left: 3px solid #3a9bb1;
    position: relative;
}

#header .finder .btn {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    background: none;
    color: #3a9bb1;
    font-size: 32px;
    padding: 0 5px;
    border: 0;
    box-shadow: none;
}

#header .finder .btn:hover,
#header .finder .btn:active,
#header .finder .btn:focus {
    color: #e63171;
}

#header .finder .btn span.icon-white {
    position: relative;
    top: -4px;
}

.form-control::-webkit-input-placeholder {
    color: #82c7ce;
    -webkit-transition: 0.2s ease-in all;
    -moz-transition: 0.2s ease-in all;
    -o-transition: 0.2s ease-in all;
    -ms-transition: 0.2s ease-in all;
    transition: 0.2s ease-in all;
}

.form-control:-moz-placeholder {
    color: #82c7ce;
    -webkit-transition: 0.2s ease-in all;
    -moz-transition: 0.2s ease-in all;
    -o-transition: 0.2s ease-in all;
    -ms-transition: 0.2s ease-in all;
    transition: 0.2s ease-in all;
}


/* FF 4-18 */

.form-control::-moz-placeholder {
    color: #82c7ce;
    -webkit-transition: 0.2s ease-in all;
    -moz-transition: 0.2s ease-in all;
    -o-transition: 0.2s ease-in all;
    -ms-transition: 0.2s ease-in all;
    transition: 0.2s ease-in all;
}


/* FF 19+ */

.form-control:-ms-input-placeholder {
    color: #82c7ce;
    -webkit-transition: 0.2s ease-in all;
    -moz-transition: 0.2s ease-in all;
    -o-transition: 0.2s ease-in all;
    -ms-transition: 0.2s ease-in all;
    transition: 0.2s ease-in all;
}


/* IE 10+ */

.form-control:focus::-webkit-input-placeholder {
    color: transparent;
    -webkit-transition: 0.2s ease-in all;
    -moz-transition: 0.2s ease-in all;
    -o-transition: 0.2s ease-in all;
    -ms-transition: 0.2s ease-in all;
    transition: 0.2s ease-in all;
}

.form-control:focus:-moz-placeholder {
    color: transparent;
    -webkit-transition: 0.2s ease-in all;
    -moz-transition: 0.2s ease-in all;
    -o-transition: 0.2s ease-in all;
    -ms-transition: 0.2s ease-in all;
    transition: 0.2s ease-in all;
}


/* FF 4-18 */

.form-control:focus::-moz-placeholder {
    color: transparent;
    -webkit-transition: 0.2s ease-in all;
    -moz-transition: 0.2s ease-in all;
    -o-transition: 0.2s ease-in all;
    -ms-transition: 0.2s ease-in all;
    transition: 0.2s ease-in all;
}


/* FF 19+ */

.form-control:focus:-ms-input-placeholder {
    color: transparent;
    -webkit-transition: 0.2s ease-in all;
    -moz-transition: 0.2s ease-in all;
    -o-transition: 0.2s ease-in all;
    -ms-transition: 0.2s ease-in all;
    transition: 0.2s ease-in all;
}


/* IE 10+ */

#header .navbar-nav > li:last-child > a {
    border-right: 0;
}

#content-category .adsenses .custom {
    margin-bottom: 15px;
}

#content-pdf .itemImageBlock {
    border: 5px solid #51c6e1;
}

.itemTags {
    padding: 0;
    margin: 0;
}

.itemTags li {
    list-style: none;
    display: inline-block;
}

.itemTags li a {
    display: inline-block;
    margin-right: 10px;
    background: #3a9bb1;
    color: #FFF;
    padding: 8px 15px;
    font-size: 13px;
}

#videos .box-play,
.box-video .box-play {
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    color: #FFF;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border: 2px solid #FFF;
    -webkit-transition: 0.2s ease-in all;
    -moz-transition: 0.2s ease-in all;
    -o-transition: 0.2s ease-in all;
    transition: 0.2s ease-in all;
    z-index: 2;
}

#videos .box-play.large {
    width: 65px;
    height: 65px;
}

#videos .box-play.small,
.box-video .box-play {
    width: 45px;
    height: 45px;
}

#videos .box-play.large i {
    line-height: 65px;
    font-size: 30px;
    position: relative;
    top: -2px;
}

#videos .box-play.small i,
.box-video .box-play.small i {
    line-height: 45px;
    font-size: 20px;
    position: relative;
    top: -2px;
}

#videos .box:hover .box-play,
.box-video a.posr:hover .box-play {
    border: 2px solid #e63171;
    color: #e63171;
    -webkit-transition: 0.2s ease-in all;
    -moz-transition: 0.2s ease-in all;
    -o-transition: 0.2s ease-in all;
    transition: 0.2s ease-in all;
}

.icon {
    position: relative;
    bottom: -5px
}

#videos h2:before,
#noticias h2:before,
#agenda h2:before {
    content: '';
    width: 6px;
    position: absolute;
    top: 12px;
    bottom: 8px;
    left: 0;
    background: #e63171;
}

#agenda .cover{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
	height:100%;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    -moz-transition: 0.2s ease-in all;
    -ms-transition: 0.2s ease-in all;
    -o-transition: 0.2s ease-in all;
    transition: 0.2s ease-in all;
}

#agenda .grayscale:hover .cover,
#agenda .grayscale:active .cover,
#agenda .grayscale:focus .cover{
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    filter: blur(2px);
    -moz-transition: 0.2s ease-in all;
    -ms-transition: 0.2s ease-in all;
    -o-transition: 0.2s ease-in all;
    transition: 0.2s ease-in all;
}



#agenda .box{
    position: relative;
    z-index: 3;
}
#slideshow .item {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

#slideshow .box {
    position: absolute;
    top: auto;
    margin: auto;
    left: 60px;
    max-width: 45%;
}

#slideshow h2 {
    font-size: 40px;
    letter-spacing: 3px;
    font-weight: normal;
    line-height: 40px;
}

#module-aside .box {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

#module-aside a:hover,
#module-aside a:focus,
#module-aside a:active {
    color: #FFF;
}

.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
    background: #FFF;
}

#slideshow .owl-dots {
    position: absolute;
    bottom: 10px;
    left: 50px;
}

#header .aside .pull-right {
    max-width: 56%;
}

#header .aside .pull-left .btn-login {
    background: none;
    padding: 5px;
    position: relative;
    top: -5px;
    font-size: 12px;
}

#header .aside .pull-left .btn-login:active,
#header .aside .pull-left .btn-login:hover,
#header .aside .pull-left .btn-login:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: inset none;
    color: #e63171;
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.modal {
    z-index: 10000 !important;
    text-align: center;
    padding: 0 !important;
}
.contact label{
    color: #3a9bb1;
}

.contact .dropdown-menu > li > a {
    padding: 7px 20px;
}

.contact span.required{
        color: red;
    font-weight: bold;
    margin: 0 5px;
}

.contact .form-group{
    margin-bottom: 20px;
}
    

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.modal-content {
    border-radius: 0
}

.modal h4:before {
    content: '';
    width: 4px;
    position: absolute;
    top: 4px;
    bottom: 7px;
    left: 0;
    background: #e63171;
}

.modal .icon {
    bottom: -2px;
}

.modal-header {
    padding: 20px 20px 0 20px;
    border-bottom: 0;
}

#noticias .action{
    text-align: right;
}

#noticias .btn-small{
    background: none;
    color:#606f83;
    text-transform: uppercase;
    border-radius: 0;
    box-shadow: none;
    font-size: 11px;
    padding: 3px 10px;
    border-color:#3a9bb1;
}

#noticias .btn-modal{
    background: #e63171;
    border-color: #e63171;
    border-radius: 0;
    font-size: 11px;
    padding: 3px 10px;
    text-transform: uppercase;
    color: #FFF;
        font-size: 12px;
    padding: 6px 11px;
}
#noticias .btn-modal:hover,
#noticias .btn-modal:active,
#noticias .btn-modal:focus{
    background: #cc2b64;
    border-color: #cc2b64;
    outline: none;
}
    
#noticias .dropdown-menu{
    background-color: #e63171;
}

#noticias .dropdown-menu > li > a {
    padding: 6px 20px;
}

#noticias .dropdown-menu > li > a{
    font-size: 12px;
    text-transform: uppercase;
    color: #FFF;
}

@media (min-width: 768px) {
    .modal-sm {
        width: 450px;
    }
}

.k2FormLogError {
    margin: 0 0 20px 0;
    display: block;
    font-weight: bold;
}

.align {
    height: 100%;
    min-height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.pdf .box {
    padding: 15px;
    border: 0.5px solid #c9c9c9;
    min-height: 410px;
}

.btn-more-pdf {
    background: #878787;
    color: #FFF;
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    -webkit-transition: 0.2s ease-in all;
    -moz-transition: 0.2s ease-in all;
    -ms-transition: 0.2s ease-in all;
    -o-transition: 0.2s ease-in all;
    transition: 0.2s ease-in all;
    margin-top: 15px
}

.btn-more-pdf i {
    line-height: 30px
}

.btn-more-pdf:hover,
.btn-more-pdf:active,
.btn-more-pdf:focus {
    background: #e63171;
    color: #FFF;
    -webkit-transition: 0.2s ease-in all;
    -moz-transition: 0.2s ease-in all;
    -ms-transition: 0.2s ease-in all;
    -o-transition: 0.2s ease-in all;
    transition: 0.2s ease-in all;
}

.min-150 {
    min-height: 150px;
}

.img-box {
    min-height: 190px;
}

.k2Pagination {
    background: #e4e4e4;
    padding: 10px;
    text-align: center;
}

.k2Pagination ul,
.k2Pagination li {
    margin: 0;
    padding: 0;
    display: inline-block;
    list-style: none;
    font-weight: 400;
    font-size: 15px;
    color: #939393;
}

.k2Pagination li span {
    color: #e63171;
}

.k2Pagination a,
.k2Pagination span {
    color: #939393;
    padding: 10px 10px;
}

.k2Pagination a:hover {
    color: #e63171;
}

.k2Pagination i {
    color: #939393;
    font-size: 16px
}

.box728x90,
.box428x90 {
    float: left;
    padding: 0 15px;
}

.box728x90 *,
.box428x90 * {
    margin: 0;
}

.box728x90 {
    width: 728px;
}

.box428x90 {
    width: 428px;
    padding-right: 0;
}

#noticias .icon {
    bottom: -7px
}

#agenda .item:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
    width: 100%;
}

#noticias .overlay,
.box-video .overlay,
#videos .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}
.box-pdfs .overlay {
    z-index: 1;
    position: absolute;
    top: 30%;
    bottom: 0;
    left: 0;
    right: 0;
    background: -moz-linear-gradient(top, rgba(0, 156, 179, 0.01) 0%, rgba(0, 156, 179, 0.02) 5%, rgba(0, 156, 179, 0.08) 10%, rgba(0, 156, 179, 0.13) 13%, rgba(0, 156, 179, 0.49) 29%, rgba(0, 156, 179, 0.59) 36%, rgba(0, 156, 179, 0.65) 42%, rgba(0, 156, 179, 0.7) 56%, rgba(0, 156, 179, 0.7) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 156, 179, 0.01) 0%, rgba(0, 156, 179, 0.02) 5%, rgba(0, 156, 179, 0.08) 10%, rgba(0, 156, 179, 0.13) 13%, rgba(0, 156, 179, 0.49) 29%, rgba(0, 156, 179, 0.59) 36%, rgba(0, 156, 179, 0.65) 42%, rgba(0, 156, 179, 0.7) 56%, rgba(0, 156, 179, 0.7) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 156, 179, 0.01) 0%, rgba(0, 156, 179, 0.02) 5%, rgba(0, 156, 179, 0.08) 10%, rgba(0, 156, 179, 0.13) 13%, rgba(0, 156, 179, 0.49) 29%, rgba(0, 156, 179, 0.59) 36%, rgba(0, 156, 179, 0.65) 42%, rgba(0, 156, 179, 0.7) 56%, rgba(0, 156, 179, 0.7) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#03009cb3', endColorstr='#b3009cb3', GradientType=0);
    /* IE6-9 */
}

.box-pdfs .item {
    z-index: 9;
    position: relative;
}

.box-pdfs .absolute {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
}

.height iframe {
    max-width: 100% !important;
    height: auto !important;
}

#noticias .absolute {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
}

#agenda p{
    text-shadow: 1px 2px 1px rgba(150, 150, 150, 0.5);
}

#agenda .owl-nav .owl-prev,
#agenda .owl-nav .owl-next {
    position: absolute;
    bottom: -5px;
    top: -5px;
    width: 30px;
    background-color: #bdbdbd;
    text-align: center;
    font-size: 28px;
    border-radius: 0;
    -webkit-transition: 0.2s ease-in all;
    -moz-transition: 0.2s ease-in all;
    -ms-transition: 0.2s ease-in all;
    -o-transition: 0.2s ease-in all;
    transition: 0.2s ease-in all;
}

#agenda .owl-nav .owl-prev i,
#agenda .owl-nav .owl-next i {
    line-height: 190px;
}

#agenda .owl-nav .owl-prev:hover,
#agenda .owl-nav .owl-next:hover {
    background-color: #a7a7a7;
    -webkit-transition: 0.2s ease-in all;
    -moz-transition: 0.2s ease-in all;
    -ms-transition: 0.2s ease-in all;
    -o-transition: 0.2s ease-in all;
    transition: 0.2s ease-in all;
}

#agenda .owl-nav .owl-prev {
    left: -35px;
}

#agenda .owl-nav .owl-next {
    right: -35px;
}

#agenda .grayscale {
    -webkit-transition: 0.2s ease-in all;
    -moz-transition: 0.2s ease-in all;
    -ms-transition: 0.2s ease-in all;
    -o-transition: 0.2s ease-in all;
    transition: 0.2s ease-in all;
}
#agenda .grayscale:hover,
#agenda .grayscale{
    cursor: pointer;
}
#agenda .grayscale .date,
#agenda .grayscale .white {
    -moz-transition: 0.2s ease-in all;
    -ms-transition: 0.2s ease-in all;
    -o-transition: 0.2s ease-in all;
    transition: 0.2s ease-in all;
}


#agenda .grayscale:hover .date,
#agenda .grayscale:active .date,
#agenda .grayscale:focus .date {
    color: #e63171;
    -moz-transition: 0.2s ease-in all;
    -ms-transition: 0.2s ease-in all;
    -o-transition: 0.2s ease-in all;
    transition: 0.2s ease-in all;
}

.container-hd {
    background: #ffffff;
}


.docs-section {
    margin-top: 0px !important;
}

.page-header {
    padding-bottom: 0px;
    margin: 0 0 0px;
    border-bottom: none;
}

ul.ja-login {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline;
}

ul.ja-login li {
    display: inline-block;
    height: 36px;
    padding-top: 12px;
    padding-right: 12px;
    padding-left: 12px;
    position: relative;
    border-left: 1px solid #e6eaf0;
    border-right: 1px solid #e6eaf0;
}

.text-info {
    color: #3a87ad;
}

.no-btn {
    background: none;
    border: none;
}

.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
}

.radio .cr {
    border-radius: 50%;
}

.radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%;
}

.radio .cr .cr-icon {
    margin-left: 0.04em;
}

.radio label input[type="radio"] {
    display: none;
}

.radio label input[type="radio"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    -ms-transform: scale(3) rotateZ(-20deg);
    -o-transform: scale(3) rotateZ(-20deg);
    -moz-transform: scale(3) rotateZ(-20deg);
    -webkit-transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}

.radio label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    -ms-transform: scale(1) rotateZ(0deg);
    -moz-transform: scale(1) rotateZ(0deg);
    -o-transform: scale(1) rotateZ(0deg);
    -webkit-transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
}

.radio label{
    padding-left: 0
}

.link-a a {
    color: #fff;
    text-decoration: none;
}

.link-a a:hover {
    color: #3a9bb1;
    text-decoration: none;
}

#modalLogin{
    z-index: 10001 !important;
}

.itemAttachmentsBlock a.btn{
    margin-bottom: 10px;
}

.itemAttachmentsBlock li:last-child a.btn{
    margin-bottom: 0;
}

div.itemToolbar {padding:0px; margin:0px 0px 10px 0px; }
div.itemToolbar ul {text-align:right;list-style:none;padding:0;margin:0; margin-bottom: 10px;} 
div.itemToolbar ul li {display:inline;list-style:none; padding:0px 0px 0px 0px; margin:0;border-left:1px solid #ccc;text-align:center;background:none;font-size:12px;}
div.itemToolbar ul > li:first-child {border:none;} /* remove the first CSS border from the left of the toolbar */
div.itemToolbar ul li a {font-size:12px;font-weight:normal;}
div.itemToolbar ul li a:hover {}
div.itemToolbar ul li a span {}
div.itemToolbar ul li a.itemPrintLink {}
div.itemToolbar ul li a.itemPrintLink span {}
div.itemToolbar ul li a.itemEmailLink {}
div.itemToolbar ul li a.itemEmailLink span {}
div.itemToolbar ul li a.itemVideoLink {}
div.itemToolbar ul li a.itemVideoLink span {}
div.itemToolbar ul li a.itemImageGalleryLink {}
div.itemToolbar ul li a.itemImageGalleryLink span {}
div.itemToolbar ul li a.itemCommentsLink {}
div.itemToolbar ul li a.itemCommentsLink span {}
div.itemToolbar ul li a img {vertical-align:middle;}
div.itemToolbar ul li span.itemTextResizerTitle {}
div.itemToolbar ul li a#fontDecrease {margin:0 0 0 2px;}
div.itemToolbar ul li a#fontDecrease img {width:13px;height:13px;font-size:13px;}
div.itemToolbar ul li a#fontIncrease {margin:0 0 0 2px;}
div.itemToolbar ul li a#fontIncrease img {width:13px;height:13px;font-size:13px;}
div.itemToolbar ul li a#fontDecrease span,
div.itemToolbar ul li a#fontIncrease span {display:none;}


.mfp-close {
    right: 0px !important;
    top: -50px !important;
    width: 60px !important;
    height: 30px !important;
    line-height: 30px !important;
    padding: 7px 40px 35px 18px !important;
    background-color: gray !important;
    font-size: 40px !important;
}

.mfp-close-btn-in .mfp-close {
    color: #FFF !important;
}

.mfp-ajax-holder .mfp-content, 
.mfp-inline-holder .mfp-content {
    width: auto !important;
}


#page-263 .pos-subtitle{
    display: none;
}

#page-356 .pergunta,
#page-355 .pergunta,
#page-348 .pergunta,
#page-318 .pergunta,
#page-324 .pergunta{
    cursor: pointer;
}

#page-356 .pergunta,
#page-355 .pergunta,
#page-348 .pergunta,
#page-318 .pergunta,
#page-324 .pergunta,
#page-348 .resposta,
#page-356 .resposta,
#page-355 .resposta,
#page-318 .resposta,
#page-324 .resposta{
    font-size: 10pt;
}

#page-356 .pergunta .fa-sort-down,
#page-355 .pergunta .fa-sort-down,
#page-348 .pergunta .fa-sort-down,
#page-318 .pergunta .fa-sort-down,
#page-324 .pergunta .fa-sort-down{
    margin-left: 5px;
    font-size: 25px;
    display: inline-block;
    vertical-align: text-bottom;
}

#page-356 .resposta,
#page-355 .resposta,
#page-348 .resposta,
#page-318 .resposta,
#page-324 .resposta{
    display: none;
}

#page-356 .resposta.active,
#page-355 .resposta.active,
#page-348 .resposta.active,
#page-318 .resposta.active,
#page-324 .resposta.active{
    display: initial;
}

#page-356 .pergunta .fa-sort-down,
#page-355 .pergunta .fa-sort-down{
    right: 10px;
    position: absolute;
    top: 2px;    
}

#page-356 .pergunta,
#page-355 .pergunta{
    background: #33adc8;
    color: #FFF;
    width: 100%;
    padding: 20px 10px 20px;
    border-radius: 8px;
    display: block;    
}

#page-356 .pergunta#pergunta-0{
    background: #00e3d3;
}

#page-356 .pergunta#pergunta-1{
    background: #05d5c6;
}

#page-356 .pergunta#pergunta-2{
    background: #04ccbe;
}

#page-356 .pergunta#pergunta-3{
    background: #03b6aa;
}

#page-356 .pergunta#pergunta-4{
    background: #00a99e;
}

#page-356 .content .itemImageBlock{
    float: none;
}

#content-article .tab-pane{
  display: none;
}

#content-article .tab-pane.active{
  display: block;
}

#content-article .nav{
border-bottom: 2px solid #c8265f;
padding-bottom: 8px;
}

#content-article .nav li{
  display: inline-block;
  width: 120px;
}

#content-article .nav li span{
  cursor: pointer;
  padding: 10px 15px;
  font-size: 18px;
} 

#content-article .nav li span.active{
  background: #c8265f;
  color: #FFF;
}

#content-article .nav{
  margin-top: 50px;
}

.item-dest{
    display: inline-block;
    width: 250px;
    margin-right: 5px;
    text-align: center;
    margin-top: 80px;
    color: #FFF;
    font-weight: bold;
    border: 1px solid;
    padding: 15px 3px 3px;
    background: #00a99e;
    font-size: 18px;    
}

.item-dest img{
    display: block;
    padding-top: 10px;
    width: 100%;
}

@media (max-width:  569px) {
    .title-block {
        width: 50% !important;
        float: left !important;
    }
}

@media(max-width: 1199px){
    .title-block {
        height: 88px;
        border-left: 8px solid #e63171;
        border-right: 8px solid #3a9bb1;
        line-height: 20px;
        font-size: 25px;
        width: 75%;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        float: right !important;
    }

    .rvs-container.rvs-xs.rvs-sm.rvs-md {
        height: 467px;
        padding-right: 240px;
    }

    .adsense {
        padding-top: 100px;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        max-width: 768px;
    }

    #header .navbar-nav > li > a {
        font-size: 15px;
        padding: 5px 8px;
    }
    #header .dropdown-menu > li > a{
        font-size: 14px;
    }
    .box728x90 {
        width: 610px;
    }
    .box428x90 {
        width: 360px;
    }
    #slideshow h2{
        font-size: 28px;
    }
    #header .aside .pull-left .btn-login{
        font-size: 14px;
    }
    #header .aside .pull-left .btn-login {
        padding: 5px 5px 5px 0;
    }
}


@media (max-width: 991px) {
    .rvs-container.rvs-xs.rvs-sm{
        padding-right: 0;
    }
    #featured .mgt40{
        margin-top: 0;
    }

    .rvs-item-container{
        height: 335px !important;
    }

    .rvs-nav-container{
        position: static;
    }

    .rvs-animate .rvs-nav-item span{
        display: block;
        width: 150px;
        float: left;
    }

    .content .itemImageBlock {
        float: left;
        margin: -20px -20px 20px -20px;
    }
    .content .bg-white{
        padding: 20px;
    }

    #featured .adsense{
        padding-top: 0
    }

    #featured .mgt65{
        margin-top: 0;
    }
    .box728x90 {
        width: 460px;
    }
    .box428x90 {
        width: 285px;
    }

    #videos .box-image, #videos .col-sm-5 .avVideo {
        height: 170px;
    }
    #featured .adsense{
        padding: 0;
    }
    #featured .adsense .custom{
        float: left;
        padding: 0 15px;
        width: 50%;
    }
    .custom{
        background: no-repeat;
    }
    #featured .adsense .custom:first-child{
        padding-right: 0;
    }

    #featured .adsense a, #featured .adsense img{
        width: 100%;
    }

    #header .navbar-header {
        float: none !important;
    }

    #header .navbar-toggle{
        float: left;
        background: #e63171;
        border-color: #e63171;
        margin-top: 0;
        padding: 8px 8px;
    }

    #header .navbar-default .navbar-toggle .icon-bar{
        background: #FFF;
        
    }

    #header .navbar-default{
        height: 50px;
    }

    #header .navbar-left, #header .navbar-right {
        float: none;
    }

    #header .navbar-toggle {
        display: block;
    }

    #header .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
        background: #f1f2f2;
        position: relative;
        z-index: 999;
    }

    #header .navbar-nav > li > a{
        border-right: 0;
        /*border-bottom: 2px solid #e63171*/
    }
    #header .navbar-nav > li > a::before{
        display: none;
    }

    #header .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    #header .navbar-collapse.collapse {
        display: none !important;
    }

    #header .navbar-nav {
        float: none;
        margin-top: 7.5px;
    }

    #header .navbar-nav>li {
        float: none;
    }

    #header .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    #header .collapse.in{
        display:block  !important;
        padding-top: 10px;

    }
}

@media (max-width: 767px) {

    #slideshow .owl-dots {
        display: none !important;
    }

    .owl-nav {
        display: none !important;
    }

    .pdl0 {
        text-align: center;
        margin-top: 30px;
        padding-left: 15px !important;
    }

    .col-sm-agenda-11 {
        width: 100%;
        float: left;
        padding-right: 30px;
    }
    #footer{
        text-align: center;
    }
    #footer img{
        display: block;
        margin: auto;
    }
    #footer h3 {
        margin: 20px 0 0 0 !important;
    }
    #footer .navbar-nav {
        margin: 0;
    }

    #footer .col-sm-5 {
        margin-top: 0 !important;
    }

    #header .pdl0{
        padding-left: 15px !important;
    }
    .title-block{
        font-size: 18px;
    }
    .title-block .f50{
        font-size: 30px;
    }

    .col-sm-agenda-1 {
        width: 140px;
        float: none;
        margin: 20px auto 0 auto;
    }

    #featured .pdl0{
        padding-left: 15px !important;
    }

    #featured .pdr0{
        padding-right: 15px !important;
    }
    .box728x90{
        width: 100%;
    }
    .box428x90{
        width: 100%;
    }
    .logotipo img{
        max-width: 80%
    }

    #page-356 .pergunta, 
    #page-355 .pergunta{
        line-height: 15px;
        padding: 20px 20px 20px 10px;
    }

    #page-356 .pergunta .fa-sort-down, 
    #page-355 .pergunta .fa-sort-down{
        top: 10px;
    }
}