body, html {
    height: 100%;
}
body {
    font-family: 'Open Sans', sans-serif;
    background-color: #f9f9f9 !important;
}

body> .v-container > section {
    margin-bottom: 80px;
}

h1, h2, h3, h4, dt {
    font-weight: bold;
}

h1, h2, h3, h4, dt, #main-nav {
    text-transform: uppercase;
}

#main-nav .v-nav-item {
    height: 80px;
    line-height: 80px;
}

#main-nav .v-container,
#main-nav .v-navbar-left,
#main-nav .v-navbar-right {
    height: 80px;
}

#main-nav {
    position: relative;
}
#main-nav .sub-menu {
    position: absolute;
    margin: 0 0 0 1%;
    top: 0;
    width: 98%;
}

.section-items a {
    text-decoration: none;
}

.section-items .v-card, .section-posts .v-card {
    text-decoration: none;
    display: block;
    height: 445px;
    text-align: center;
}

.section-items .figure, .section-posts .figure {
    width: 100%;
    overflow: hidden;
    max-height: 205px;
}

.section-items .figure img, .section-posts .figure img {
    width: 100%;
}

.section-posts {
    padding-top: 15px;
    padding-bottom: 150px;
}

.section-items .content, .section-posts .content {
    padding: 20px 30px 30px;
}

.main-post {
    padding-top: 15px;
    padding-bottom: 50px;
}
.main-post .v-container {
    padding-top: 15px;
    padding-bottom: 45px;
    min-height: 600px;
}

#main-footer {
    background-color: #20232e;
    color: #fff;
}
#main-footer > .v-row {
    padding: 85px 15px !important;
}
#main-footer a {
    text-decoration: none;
    color: #ab9a9a;
}
#main-footer dl {
    padding-right: 35px !important;
    padding-left: 35px !important;
    margin: 0;
}
#main-footer dt {
    padding: 14px;
    font-size: 110%;
    margin: 0;
}
#main-footer dd {
    padding: 5px 5px 5px 20px;
    margin: 0;
}

.footer-wrap {
    background-color: #1b1d26;
    padding: 15px 0;
    text-align: center;
}
section.registration {
    background: url(../images/bg2.jpg);
    padding: 50px;
    border-radius: 5px !important;
}
section.registration .v-row h4 {
    padding: 0;
    margin: 0;
}
section.registration .v-row > div:first-child h4 {
    font-size: 32px;
}
section.registration .v-row > div:last-child {
    text-align: right;
}

.read-more {
  padding-top: 35px;
}

.section-items h2 {
    margin: 20px 6px 6px;
    height: 64px;
    line-height: 64px;
}

.video-texto {
    padding: 90px;
    text-align: center;
}

@media (min-width: 768px) {
    /*
    .section-items > :last-child {
        padding-left: 8px !important;
    }

    .section-items.primary > :last-child > div {
        height: 598px;
    }
    */

    .video-institucional [class^="v-col-"], .video-institucional [class*=" v-col-"] {
        min-height: 200px;
    }
}
.last-news {
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
    position: relative;
    top: -70px;
    height: 570px;
    overflow: hidden;
}
@media (max-width: 767px) {
    .last-news {
        top: 0;
        height: auto;
    }
    section.primary, .section-items .v-card {
        height: auto;
    }
    .hero-content {
        text-align: center;
    }
    .hero-content h2 {
        font-size: 24pt;
    }
    .hero-content h3 {
        font-size: 8pt;
    }
}
.last-news h2 {
    margin: 0;
    height: 64px;
    line-height: 64px;
    text-indent: 15px;
    text-align: center;
}
.last-news h3 {
    text-transform: capitalize;
    font-size: 11pt;
}

.last-news h3, .hero-content h3 {
    font-weight: normal;
}

.last-news .list {
    padding: 10px;
    border-bottom: 1px solid #c0c0c0;
    min-height: 100px;
}

[data-ry-video] {
    display: block;
}
#main-nav {
    background-color: #fff;
}
#main-nav .sup-nav {
    height: auto;
    border-bottom: 1px solid #f7f1f1;
}
#main-nav .sup-nav .v-navbar-left, #main-nav .sup-nav .v-navbar-right {
    height: auto;
}

#main-nav .sup-nav:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
}

#main-nav .sup-nav .v-navbar-left, #main-nav .sup-nav .v-navbar-right {
    font-size: 0;
}
#main-nav .sup-nav .v-navbar-right .tel {
    padding-top: 8px;
    padding-right: 8px;
    color: #15c51c;
}
#main-nav i {
    vertical-align: middle;
    font-size: 12pt;
}
#main-nav .icon i {
    color: #868685;
}
#main-nav .sup-nav a {
    text-decoration: none;
}
#main-nav .sup-nav a.icon {
    display: inline-block;
    padding: 8px 12px;
    border-right: 1px solid #f7f1f1;
    transition: .5s all;
}
#main-nav .sup-nav .v-navbar-right a.icon {
    border-right: none;
    border-left: 1px solid #f7f1f1;
}
#main-nav .sup-nav a.icon:hover {
    background-color: #dcdcdc !important;
}
#main-nav .fi-phone {
    margin-right: 8px;
}
#main-nav .sup-nav .v-navbar-right {
    font-size: 10pt;
}

#main-form .v-col-md-6:first-child {
    padding-right: 5px;
}

#main-form .v-col-md-6:last-child {
    padding-left: 5px;
}

#main-form label {
    display: block;
    padding: 5px;
}

#main-form textarea {
    min-height: 180px;
}

#main-form {
    padding: 15px 0 55px 0;
}

#main-form .confirm {
    padding: 7px 0;
    text-align: center;
}

#main-form .g-recaptcha {
    display: inline-block;
}

#main-form .confirm .v-btn {
    margin-top: 5px;
}

#main-form .v-row, #main-form .field {
    padding-top: 15px;
}

.stages {
    padding: 15px;
    margin-top: 25px;
    margin-bottom: 25px;
    min-height: 500px;
}

.stages p {
    margin-bottom: 20px;
}

.stages {
    padding: 15px;
    margin-top: 25px;
    margin-bottom: 25px;
    min-height: 500px;
}

.stages p {
    margin-bottom: 20px;
}

.sharebox {
    padding: 10px 0;
    text-align: center;
}

.sharebox .share-btn {
    display: inline-block;
    width: 38px;
    height: 38px;
    background: transparent;
    border-radius: 50%;
    transition: .3s all ease-out;
    vertical-align: middle;
    text-decoration: none;
    line-height: 38px;
    margin: 0 10px;
}

.sharebox .share-btn:hover {
    background-color: #144077;
    color: #fff;
}

.post-entry {
    padding: 0;
}
.post-entry > .v-card {
    padding: 45px 45px 65px 45px;
    position: relative;
    top: -40px;
    text-align: justify;
    text-justify: inter-word;
}
.post-entry > .v-container > h1 {
    margin-bottom: 60px;
    text-align: center;
}

.post-entry > .post-image {
    background-color: #b5b3b3;
    height: 300px;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.post-entry > .v-container > .post-content {
    min-height: 400px;
    font-size: 12pt;
}
.post-entry > .v-container > .post-content > p {
    padding: 10px 0;
}

.v-container  > .brc-not-challenge{
    text-align: center;
    margin:0 auto;
    margin-top: 50px;
    margin-bottom: 50px;
    color: #1e6aa0;
}

.v-container  > .brc-protocol{
    text-align: center;
    margin:0 auto;
    margin-top: 50px;
    margin-bottom: 50px;
    color: #1e6aa0;
}

.v-container  > .brc-protocol h3{
    color: #08a800;
}

/* BUTTOM ADD NOTICE */

.brc-container {
  z-index: 9999;
  margin: 1em;
  position: fixed;
  bottom: 0;
  right: 0;  
}

.brc-button-online{
  text-align: center;
  font-weight: bold;
  line-height: 55px;
  text-decoration: none !important;
}

.brc-container:hover .brc-buttons:not(:last-of-type) {
  width: 40px;
  height: 40px;
  margin: 15px auto 0;
  opacity: 1;
}
.brc-container:hover .brc-rotate {
  background-image: #1e87f0 url("/../images/add.png");
  transform: rotate(0deg);
}

.brc-buttons {
  display: block;
  width: 35px;
  height: 35px;
  margin: 20px auto 0;
  text-decoration: none;
  position: relative;
  border-radius: 50%;
  box-shadow: 0px 5px 11px -2px rgba(0, 0, 0, 0.18), 0px 4px 12px -7px rgba(0, 0, 0, 0.15);
  opacity: 0;
  transition: .2s;
}

.brc-buttons:nth-last-of-type(2) {
  transition-delay: 20ms;
}

.brc-buttons:nth-last-of-type(3) {
  transition-delay: 40ms;
}

.brc-buttons:nth-last-of-type(4) {
  transition-delay: 60ms;
}

.brc-buttons:nth-last-of-type(5) {
  transition-delay: 80ms;
}

.brc-:nth-last-of-type(6) {
  transition-delay: 100ms;
}

.brc-buttons:nth-last-of-type(1) {
  width: 56px;
  height: 56px;
  opacity: 1;
}

.brc-buttons:nth-last-of-type(2) {
  background: #00a1ff url("/../images/all/calendario.png") center no-repeat;
}

.brc-buttons:nth-last-of-type(3) {
  background: #FF6600 url("/../images/all/relatorio.png") center no-repeat;
}

.brc-buttons:nth-last-of-type(4) {
  background-image: url("https://goo.gl/OEKh8Y");
  background-size: contain;
}

.brc-buttons:nth-last-of-type(5) {
  background-image: url("https://goo.gl/SrERjY");
  background-size: contain;
}

.brc-buttons:nth-last-of-type(6) {
  background-image: url("https://goo.gl/c5kspt");
  background-size: contain;
}

.brc-buttons:hover {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
}

 span.brc-fab-button {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

 span.brc-rotate {
  background: #1e87f0 url("/../images/all/add.png") center no-repeat;
  position: absolute;
  transform: rotate(90deg);
  transition: .3s;
}

.brc-pagination {
    padding: 10px 0;
}

.brc-pagination ul {
    padding: 0;
    margin: 0;
}

.brc-pagination a {
    color: inherit;
    text-decoration: none;
}

/*-----------------------------------------------*/


#edit-post .v-col-md-6 {
    padding: 4px;
}


.label--checkbox {
  position: relative;
  margin: .5rem;
  font-family: Arial, sans-serif;
  line-height: 135%;
  cursor: pointer;
  display: block;
  font-size: 14pt;
}

.checkbox {
  position: relative;
  margin: 0 1rem 0 0;
  cursor: pointer;
}

.checkbox:before {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  width: 1rem;
  height: 1rem;
  border: medium solid #007bff;
}

.checkbox:checked:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  height: .5rem;
  border-color: #007bff;
  border-top-style: none;
  border-right-style: none;
}
.checkbox:after {
  content: "";
  position: absolute;
  top: -0.125rem;
  left: 0;
  width: 1.1rem;
  height: 1.1rem;
  background: #fff;
  cursor: pointer;
}

.v-slide {
  background: transparent;
  min-height: 1px !important;
}
.hero {
  background: #eff3f6;
}

.hero .v-slide-item img {
  display: block;
  width: 100%;
  max-height:563px;
  margin: 0 auto;
}

.hero .v-slide-item img {
  max-width: 1600px;
}

/*.v-multiline-truncate:after {
    content: "...";
    position: absolute;
    bottom: 0;
    right: 30px;
    background: #fff;
    padding: 0 0 0 10px;
}*/

.v-slide-btn-back, .v-slide-btn-next {
  font-size: 64pt !important;
  text-shadow: 1px 1px 0 rgba(0,0,0,.5);
}


/*.v-multiline-truncate {
  display: inline-block;
  position: relative;
  max-height: 165px;
  overflow: hidden;
}*/

.section-items .v-card img, .section-posts .v-card img {
    transition: .2s transform ease-out;
}

.section-items .v-card:hover img, .section-posts .v-card:hover img {
    transform: scale(1.2, 1.2);
}