a {
    cursor: pointer;
    font-family: 'FFSanukWeb';
    text-decoration: none;
}

a:hover,
a:active,
a:focus {
    text-decoration: none;
}

a:hover .underline,
a:active .underline,
a:focus .underline {
    text-decoration: underline;
}

.font-24 {
  font-size: 24pt !important;
  font-weight: bold !important;
}

.shareaholic-canvas[data-app="mobile_anchor"] {
  display: none !important;
}

.date {
  color: #717271;
  font-size: 10pt;
  margin-bottom: 15px;
  text-transform: uppercase;
  display: inline-block;
}

.short-description {
    color: #293B66;
}

.uppercase {
    text-transform: uppercase;
}

.bold {
    font-weight: bold;
}

.icon {
    width: 45px;
    height: 45px;
    display: inline-block;
}

.icon:before {
    width: 45px;
    height: 45px;
    display: inline-block;
}

.icon.icon-plus:before {
    content: url('../images/plus.png');
}

.icon.icon-plus-blue:before {
    content: url('../images/plus-blue.png');
}

.icon.new-tab {
  content: url('../images/iconenovaaba.svg');
  vertical-align: middle;
  width: 16px;
  margin-bottom: 3px;
  margin-left: 9px;
}

.icon.new-tab-blue {
  content: url('../images/iconenovaaba-blue.svg');
  vertical-align: middle;
  width: 16px;
  margin-bottom: 3px;
  margin-left: 9px;
}

.bottom-left {
    position: absolute;
    left: 20px;
    bottom: 20px;
}

.submenu .list-unstyled.inline li {
    display: inline-block;
}

.more-about .icon.arrow-right-white {
    content: url('../images/icosaibamais.svg');
    vertical-align: middle;
    width: 16px;
    margin-bottom: 3px;
    margin-left: 9px;
}

.icon.arrow-right-white {
    content: url('../images/icosaibamais.svg');
    vertical-align: middle;
    width: 16px;
    margin-bottom: 3px;
    margin-left: 9px;
}

.more-about i.icon.arrow-right {
    content: url('../images/iconesaibamaisnoticia.svg');
    vertical-align: middle;
    width: 16px;
    margin-bottom: 3px;
    margin-left: 9px;
}

.back-to-top {
  text-transform: uppercase;
  position: fixed;
  right: 8%;
  bottom: 200px;
  color: #0085ca;
  font-family: 'FFSanukWebMedium';
  font-size: 12pt;
  transform: rotateZ(90deg) rotateY(180deg) rotateX(180deg);
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.back-to-top.active {
  opacity: 1;
}

.back-to-top i.icon.arrow-right {
    content: url('../images/iconesaibamaisnoticia.svg');
    vertical-align: middle;
    width: 16px;
    margin-bottom: 3px;
    margin-left: 9px;
}

i.icon.download {
    content: url('../images/bt_download.svg');
    vertical-align: middle;
    width: 16px;
    margin-bottom: 3px;
    margin-left: 9px;
}

i.icon.download-white {
    content: url('../images/bt_download-white.svg');
    vertical-align: middle;
    width: 16px;
    margin-bottom: 3px;
    margin-left: 9px;
}

.center-block {
    float: none;
    margin: 0 auto;
}

.cover-full-parent {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.menu-top-collapsed .search-box {
    height: 300px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.menu-top-collapsed .search-wrapper .searchform,
.menu-top-collapsed .search-wrapper {
    width: 80%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #a0a1a2;
}

.menu-top-collapsed .search-wrapper .searchform {
    width: 100%;
}

.menu-top-collapsed .search-wrapper .screen-reader-text {
    display: none;
}

.menu-top-collapsed .search-wrapper input[type=text] {
    flex-basis: 80%;
    background: none;
    border: none;
    font-size: 24pt;
    color: #717271;
    height: 52px;
    margin-bottom: 10px;
    margin-right: 10px;
  }

.menu-top-collapsed .search-wrapper input[type=submit] {
    flex-basis: 80%;
    background: none;
    border: 2px solid #717271;
    font-size: 13pt;
    font-family: 'FFSanukWeb';
    margin-bottom: 10px;
    color: #717271;
    text-transform: uppercase;
    height: 52px;
    line-height: 52px;
    max-width: 200px;
}

.t-l-border {
    position: absolute;
    left: 0;
    width: 20%;
    height: 2px;
    top: 0;
    background: #fff;
}

.t-r-border {
    position: absolute;
    right: 0;
    width: 64%;
    height: 2px;
    top: 0;
    background: #fff;
}

.b-l-border {
    position: absolute;
    left: 0;
    width: 55%;
    height: 2px;
    bottom: 0;
    background: #fff;
}

.b-r-border {
    position: absolute;
    right: 0;
    width: 29%;
    height: 2px;
    bottom: 0;
    background: #fff;
}

p {
    font-size: 14pt;
}

.internal-page ul li {
  margin-bottom: 20px;
}

.internal-page .fast-access ul li,
.internal-page .submenu ul li {
  margin-bottom: 0px;
}

.paging {
    background-color: #2c3a65;
    color: #fff;
    text-align: center;
    min-height: 700px;
    display: flex;
}

.paging .half {
    background: #2c3a65;
    position: relative;
    flex:1 50%;
}

.paging .half .bg-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.paging .half .bg-gradient {
    background-image: -webkit-linear-gradient(rgba(44,58, 101, 0), #2c3a65 80%);
    background-image: -o-linear-gradient(rgba(44,58, 101, 0), #2c3a65 80%);
    background-image: linear-gradient(rgba(44,58, 101, 0), #2c3a65 80%);
}

.paging .box {
  box-sizing: border-box;
  margin-top: 40%;
  position: relative;
}

.paging h2 {
  font-family: 'FFSanukWeb';
  font-weight: bold;
}

.paging .box p {
  color: #fff;
  margin-bottom: 50px;
  width: 80%;
  margin: 0 auto 50px;
  text-transform: initial;
}

.paging a {
  color: #fff;
  text-transform: uppercase;
  font-size: 10pt;
  font-weight: bold;
  margin-bottom: 50px;
  display: inline-block;
}

.margin-bottom {
    margin-bottom: 20px;
}

.galery .carousel-inner,
.galery .carousel-inner .item {
    height: 500px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 100%;
}

.internal-page p span {
  font-family: 'FFSanukWeb';
  font-size: 14pt !important;
  color: #293B66;
  margin-bottom: 26px;
  font-weight: 100;
}

.post-list {
    margin-top: 20px;
}

.highlight-bg-gradient {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.el1 .highlight-bg-gradient {
    background-image: -webkit-linear-gradient(rgba(44,58, 101, 0), #2a3a66 75%);
    background-image: -o-linear-gradient(rgba(44,58, 101, 0), #2a3a66 75%);
    background-image: linear-gradient(rgba(44,58, 101, 0), #2a3a66 75%);
}

.el2 .highlight-bg-gradient {
    background-image: -webkit-linear-gradient(rgba(44,58, 101, 0), #5aaa46 75%);
    background-image: -o-linear-gradient(rgba(44,58, 101, 0), #5aaa46 75%);
    background-image: linear-gradient(rgba(44,58, 101, 0), #5aaa46 75%);
}

.el3 .highlight-bg-gradient {
    background-image: -webkit-linear-gradient(rgba(44,58, 101, 0), #008090 75%);
    background-image: -o-linear-gradient(rgba(44,58, 101, 0), #008090 75%);
    background-image: linear-gradient(rgba(44,58, 101, 0), #008090 75%);
}

.el4 .highlight-bg-gradient {
    background-image: -webkit-linear-gradient(rgba(44,58, 101, 0), #005b94 75%);
    background-image: -o-linear-gradient(rgba(44,58, 101, 0), #005b94 75%);
    background-image: linear-gradient(rgba(44,58, 101, 0), #005b94 75%);
}

.back-to-top {
  width: 40px;
  height: 40px;
  background: #6dcff6;
  right: 0;
}

.back-to-top i.icon {
  background: url('../images/arrow-blue-2.svg');
  background-position: center center;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  background-size: 70%;
}

.prev.page-numbers,
.next.page-numbers {
  background: url('../images/arrow-blue-3.svg');
  background-position: center center;
  background-repeat: no-repeat;
  vertical-align: middle;
  background-size: 60%;
  width: 40px;
  height: 40px;
}

.prev.page-numbers {
    transform: rotate(180deg);
}

.pagination {
  margin: 0px 0px 50px;
  float: right;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.padding-top-35 {
    padding-top: 35px;
}

#opt_1 {
    height: 350px;
}

input.btn.btn-primary {
  width: 100%;
  background: #1485c7;
  border: none;
  border-radius: 0;
  height: 45px;
  font-family: sans-serif;
}

.clear-none {
    clear: none !important;
}

.bold-blue-link {
    color: #0085ca;
}

.success-message {
  font-family: 'FFSanukWeb';
  font-size: 14pt;
  color: #293B66;
  margin-bottom: 26px;
  font-weight: 100;
}

.img-thumb-list img {
  width: 100%;
  height: auto;
}

@media (min-width: 1900px) {
    p {
        font-size: 16pt;
    }
}

@media (max-width: 768px) {
    p {
        font-size: 14pt;
    }

    .paging {
        flex-direction: column;
    }
}

@media (max-width: 425px) {
    p {
        font-size: 12pt;
    }

    .menu-top-collapsed .search-wrapper .searchform,
    .menu-top-collapsed .search-wrapper {
        width: 100%;
        flex-direction: column;
        border-bottom: none;
    }

    .menu-top-collapsed .search-wrapper input[type=text] {
        font-size: 20pt;
        border-bottom: 1px solid #a0a1a2;
        margin-right: 0px;
        width: 100%;
    }

    .menu-top-collapsed .search-wrapper input[type=submit] {
      font-size: 12pt;
      max-width: 100%;
      width: 70%;
    }
}

@media (max-width: 1000px) {
    .back-to-top {
        display: none;
    }
}
