@import "https://fonts.googleapis.com/css?family=Crimson+Text:400,400i,600,600i,700,700i|Montserrat:400,700";

html, body {
  min-height: 100%;
  height: 100%; }

body {
  position: relative;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 1em;
  font-family: 'Montserrat', sans-serif !important;
  letter-spacing: 1px; }

section, header, div {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */ }


.box-slide {
    display: inline-block;
    margin-top: 25px;
}

.box-ver-noticias h3 {
    padding: 14px 0px 0 13px;
    font-family: 'Montserrat', sans-serif !important;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    text-transform: uppercase;
    font-size: 18px;
    color: #194780;
    margin-top: 10px;
    margin-bottom: 20px;
}

.box-ver-noticias p {
    margin: 4px 0px 0 13px;
    font-size: 13px;
    font-weight: normal;
    color: #484545;
    line-height: 21px;    
}

.imagem-noticia{
  width: 100%;
  height: 204px;
}

.box-noticias:hover{
  box-shadow: 0 6px 6px rgba(0,0,0,0.9)
  transition: 0.3s;
}
.box-noticias a:hover{
  text-decoration: none;
}


.box-noticias h3 {
    padding: 14px 0px 0 13px;
    font-family: 'Montserrat', sans-serif !important;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    text-transform: uppercase;
    font-size: 15px;
    color: #194780;
}

.box-noticias p {
    margin: 4px 0px 0 13px;
    font-size: 13px;
    font-weight: normal;
    color: #484545;
    line-height: 21px;    
}

.box-noticias {
    background: #fff;
    height: 350px;
    margin-bottom: 30px;
}

.imagem-ler-noticia{
  width: 100%;
  height: 404px;
}

#content-noticias{
  padding-top: 40px;
}

.article-body p{
  font-size: 13px;
}

#content-noticias .noticias-cont .article-title{
  font-size: 1.7em !important;
}


a.article:hover{
  text-decoration: none;
}

.titulo-noticias h2{
  margin-left: 10px;
  margin-bottom: 10px;
}

.bloconews{
  padding-bottom: 20px !important;
}



.imgs {
    width: 100%;
    display: flex;
    justify-content: center;
}
.imgs img {
    width: 100%;
    height: 100%;
    padding: 10px
}

@media (max-width: 1370px) {
    
.imgs {
    width: 35%;
    display: flex;
    justify-content: center;
}
.imgs img {
    width: 100%;
    height: 100%;
    padding: 10px;
}

}

button {
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    margin: 0 5px;
    margin-top: 20px;
    padding: 10px 20px;
    border-radius: 50px;
    background-color: #fff;
    color: #a81111;
    border: 2px solid #a81111;}
button:hover {
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    margin: 0 5px;
    margin-top: 20px;
    padding: 10px 20px;
    border-radius: 50px;
    background-color: #a81111;
    color: #fff;
    border: 2px solid #a81111;}

form {
    margin: 0px auto;
}
form input {
    padding: 15px 10px;
}
form textarea {
    padding: 15px 10px; }


#corpo {
  min-height: 100%;
  width: 100%;
  display: flex;
  flex-direction: row; }

h1, h2, h3, h4 {
  font-family: 'Crimson Text', serif;
  font-style: italic;
  font-weight: 700; }

h1 {
  font-size: 2.4em; }

h2 {
  font-size: 2em;
  color: #a81111; }

h4 {
  font-size: 1.4em; }

p {
  line-height: 1.3em;
  font-size: 0.9em; }

a {
  color: #184680;
  text-decoration: none; }

input {
  width: 100%;
  height: 30px;
  margin-bottom: 10px; }

textarea {
  width: 100%; }

.bold {
  font-weight: 700; }

.italic {
  font-style: italic; }

.c-azul {
  color: #184680; }

.mg-t-40 {
  margin-top: 40px; }

.conteinter-normal {
    margin: 0 auto;
  width: 90%;
  max-width: 1000px;
  align-self: center; }

.conteinter-normal .image {
    width: 100%;
    display: flex
}

.conteinter-normal .imgx  {
    width: 100%; 
    padding: 10px;
    display: flex;
    flex-flow:column nowrap;
}

.conteinter-normal .imgx text  {
    margin-top: -25px !important;
    font-size: 0.7em;
}

.conteinter-normal .imgx img {
     width: 100%; 
    }


/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
  #corpo {
    flex-direction: column; }
.imgs {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.imgs img {
   width: 100%;
    height: 100%;
        padding: 10px
}
    
    .conteinter-normal .image {
    width: 100%;
    display: flex;
        flex-direction: column;
    justify-content: center;
}

.conteinter-normal .imgx  {
    width: 100%; 
    display: flex;
    flex-flow:column nowrap;
}

.conteinter-normal .imgx text  {
    margin-top: -25px !important;
    font-size: 0.7em;
    padding-bottom: 30px;
}

.conteinter-normal .imgx img {
     width: 100%; 
    }
    
  .conteinter-normal {
    padding-left: 40px;
    padding-right: 40px; } }
/* Portrait phones and smaller */
#menu {
  padding: 20px;
  display: flex;
  flex-direction: column;
  width: 250px;
  background-color: #fff; }
#menu .logo {
    width: 200px;
    padding-bottom: 20px;
    border-bottom: 3px solid #184680;
    margin-bottom: 100px; }
#menu .logo img {
      width: 100%; }
#menu .logo img.resp {
        display: none; }
#menu .menu-items {
    display: inline-block;
     width: 160px;}
#menu .menu-items .item {
    font-size: 0.9em;
    color: #184680;
    margin-bottom: 15px; }
#menu .menu-items .item.active {
      font-weight: 600; }
#menu .amithiva {
    align-self: center;
    margin: auto 0 0 0;
    padding-bottom: 10px; }
#menu #nav-icon1, #menu #nav-icon2, #menu #nav-icon3, #menu #nav-icon4 {
    width: 60px;
    height: 45px;
    position: absolute;
    display: none;
    top: 30px;
    right: 5px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer; }
#menu #nav-icon1 span, #menu #nav-icon3 span, #menu #nav-icon4 span {
    display: block;
    position: absolute;
    height: 9px;
    width: 100%;
    background: #184680;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out; }
  #menu #nav-icon1 span:nth-child(1) {
    top: 0px; }
  #menu #nav-icon1 span:nth-child(2) {
    top: 18px; }
  #menu #nav-icon1 span:nth-child(3) {
    top: 36px; }
  #menu #nav-icon1.open span:nth-child(1) {
    top: 18px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg); }
  #menu #nav-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px; }
  #menu #nav-icon1.open span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg); }

.menu-items-resp {
  display: none; }

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
  #menu {
    width: 100%;
    flex-direction: row;
    padding-bottom: 20px;
    padding-top: 20px; }
    #menu #nav-icon1, #menu #nav-icon2, #menu #nav-icon3, #menu #nav-icon4 {
      display: block; }
    #menu .logo {
      width: 170px;
      padding-bottom: 0px;
      border-bottom: 0px solid #184680;
      margin-bottom: 0px; }
      #menu .logo img {
        width: 100%; }
        #menu .logo img.full {
          display: none; }
        #menu .logo img.resp {
          display: block; }
    #menu .menu-items {
      display: none; }
    #menu .amithiva {
      display: none; } }
.menu-items-resp {
  z-index: 99999;
  position: fixed;
  height: 100%;
  background-color: white;
  width: 100%; }
  .menu-items-resp .item {
    text-align: center;
    font-size: 1.3em;
    padding-top: 10px; }

/* Portrait phones and smaller */
.content-site, #content-index, #content-contato, #content-historia, #content-noticias, #content-responsabilidades, #content-sobre, #content-responsabilidade {
  display: flex;
  flex-direction: column;
  flex-grow: 1; }

#content-index {
  background-image: url("../../images/foto_home.jpg");
  background-size: cover;
  background-color: rgba(24, 70, 128, 0.8);
  background-blend-mode: multiply;
  justify-content: center; }
  #content-index .frase {
    align-self: center;
    color: #fff;
    align-self: center; }
    #content-index .frase h1 {
      text-align: center;
      font-size: 2em;
      font-style: italic; }

#content-contato {
  background-color: #edecec;
  justify-content: flex-end; }
  #content-contato .infos-cont {
    
    display: flex;
    flex-direction: row; }
    #content-contato .infos-cont .item {
      padding-right: 40px; }
      #content-contato .infos-cont .item.row {
        display: flex;
        justify-content: center; }
        #content-contato .infos-cont .item.row .infos {
          display: flex;
          align-self: center; }
          #content-contato .infos-cont .item.row .infos img, #content-contato .infos-cont .item.row .infos h4 {
            align-self: center; }
          #content-contato .infos-cont .item.row .infos h4 {
            margin-left: 20px; }
  #content-contato #mapa {
    margin-top: 50px;
    width: 100%;
    height: 50%; }

@media (max-width: 767px) {
  #content-contato {
    justify-content: flex-start; }
    #content-contato .infos-cont {
      flex-direction: column; }
      #content-contato .infos-cont .item {
        margin-bottom: 20px; }
    #content-contato #mapa {
      margin-top: 0px;
      width: 100%;
      height: 300px; } }
/* Portrait phones and smaller */
#content-historia {
  background-color: #edecec;
  padding-top: 100px; }
  #content-historia .cd-horizontal-timeline {
    margin: 0px; }
  #content-historia .cd-horizontal-timeline .timeline, #content-historia .cd-horizontal-timeline .events-content li > * {
    max-width: none; }
  #content-historia .cd-horizontal-timeline .events-wrapper::before {
    left: 0;
    background-image: -webkit-linear-gradient(left, #edecec, rgba(248, 248, 248, 0));
    background-image: linear-gradient(to right, #edecec, rgba(248, 248, 248, 0)); }
  #content-historia .cd-horizontal-timeline .events-wrapper::after {
    right: 0;
    background-image: -webkit-linear-gradient(right, #edecec, rgba(248, 248, 248, 0));
    background-image: linear-gradient(to left, #edecec, rgba(248, 248, 248, 0)); }
  #content-historia .cd-horizontal-timeline .events a {
    font-size: 0.8em; }

#content-noticias {
  background-color: #edecec;
}
  #content-noticias .noticias-cont {
    overflow-y: auto; }
    #content-noticias .noticias-cont div, #content-noticias .noticias-cont h2, #content-noticias .noticias-cont p, #content-noticias .noticias-cont figure {
      margin: 0;
      padding: 0; }
    #content-noticias .noticias-cont h2 {
      margin-bottom: 10px; }
    #content-noticias .noticias-cont .main {
      margin: 0 auto;
      max-width: 1000px; }
    #content-noticias .noticias-cont .columns {
      display: flex; }
    #content-noticias .noticias-cont .column {
      display: flex;
      flex: 1;
      flex-direction: column; }
    #content-noticias .noticias-cont .main-column {
      flex: 2; }
    #content-noticias .noticias-cont .article {
      background: white;
      color: #666;
      display: flex;
      flex: 1;
      flex-direction: column;
      flex-basis: auto;
      margin: 10px; }
    #content-noticias .noticias-cont .article-image {
      background: #eee;
      display: block;
      padding-top: 0;
      position: relative;
      width: 100%; }
    #content-noticias .noticias-cont .article-image img {
      display: block;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%; }
    #content-noticias .noticias-cont .article-image.is-3by2 {
      padding-top: 66.6666%; }
    #content-noticias .noticias-cont .article-image.is-16by9 {
      padding-top: 56.25%; }
    #content-noticias .noticias-cont .article-body {
      display: flex;
      flex: 1;
      flex-direction: column;
      padding: 20px; }
    #content-noticias .noticias-cont .article-title {
      color: #333;
      flex-shrink: 0;
      font-size: 1.4em;
      font-weight: bold;
      font-weight: 700;
      line-height: 1.2; }
    #content-noticias .noticias-cont .article-content {
      flex: 1;
      margin-top: 5px; }
    #content-noticias .noticias-cont .article-info {
      display: flex;
      font-size: 0.85em;
      justify-content: space-between;
      margin-top: 20px; }

#content-responsabilidades {
  background-color: #edecec;
  justify-content: center; }
  #content-responsabilidades .icones {
    display: flex;
    justify-content: center;
    align-self: center; }
    #content-responsabilidades .icones div {
      padding: 40px; }

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
  #content-responsabilidades .icones {
    text-align: center;
    flex-direction: column; } }
/* Portrait phones and smaller */
#content-sobre {
  background-color: #edecec;
  justify-content: flex-end;
  background-image: url("../../images/carioba1.png");
  background-size: cover;
  padding-bottom: 100px; }
  #content-sobre .cont-sob {
    padding-right: 50px;
    width: 50%;
    align-self: flex-end;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    text-align: right; }
    #content-sobre .cont-sob h2, #content-sobre .cont-sob p {
      align-self: flex-end;
      color: #fff; }
    #content-sobre .cont-sob p {
      padding-top: 8px;
      padding-bottom: 8px; }

@media (max-width: 767px) {
  #content-sobre {
    justify-content: flex-start; }
    #content-sobre .cont-sob {
      width: 100%;
      text-align: left;
      padding-top: 40px; }
      #content-sobre .cont-sob h2, #content-sobre .cont-sob p {
        align-self: flex-start;
        padding-left: 20px;
        color: #fff; } }
/* Portrait phones and smaller */
#content-responsabilidade {
  background-color: #edecec;
  justify-content: center;
  background-size: cover;
  padding-bottom: 100px; }
  #content-responsabilidade img {
    margin-bottom: 40px; }

/*# sourceMappingURL=style.css.map */
