body {
  background: #fff;
  cursor: default;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: 400;
  font-family: 'Raleway',sans-serif;
}


a {
  font-size: 11px;
  text-decoration: none;
  color: #222;
  font-family: 'Raleway', sans-serif;
}

a:hover{
    font-weight: bold;
}
a:link{
    text-decoration:none;
}
a:visited{
    text-decoration:none;
}

h1 {
  color: #111111;
  font-weight: 600;
  font-size: 22px;
  margin-top: 4px;
  font-family: 'Raleway', sans-serif;
}

h3 {
  color: #333333;
  font-weight: normal;
  font-size: 16px;
  font-family: 'Raleway', sans-serif;
}

h6{
    color:#777777; 
    font-weight:normal; 
    font-size:10px; 
    font-family: 'Raleway', sans-serif;
}

p {
  color: #666666;
  font-size: 11px;
  font-family: 'Raleway', sans-serif;
}

legenda{ 
    font-size:10px; 
    font-family:Georgia;
}


.bold {
    font-weight:600;
}

.site {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  margin-top: 2%;
}

.lateralesq {
  width: 95%;
  height: 625px;
  display: block;
}

.lateraldir {
  width: 5%;
  height: 615px;
  border-bottom: 1px solid #CCCCCC;
}

.esq-header,
.content {
  display: flex;
  width: 100%;
}

.content {
  margin-top: 10px;
}


.lp {
  width: 135px;
  height: 80px;
}

.titulo {
  width: calc(100% - 135px);
  height: 80px;
  border-right: 1px solid #CCCCCC;
}

#menu {
  width: 135px;
  display: block;
}

.conteudo {
  margin-top: 10px;
  width: calc(100% - 135px);
  height: 535px;
  text-align: justify;
}

#menu a {
  margin-bottom: 22px;
  display: block;
}


.imagem {
  width: 100%;
  height: 100%;
  background-color: #fff;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}


.seguinte{
    width:13px;
    height:24px;
    background:#eee url(/img/setas.svg)no-repeat;
    background-size:auto 48px;
    background-position:-13px -24px;
}
.anterior{
    width:13px;
    height:24px;
    background:#eee url(/img/setas.svg)no-repeat;
    background-size:auto 48px;
    background-position:0 -24px;
}

.clp {
  margin-top: 10px;
}


.textbox {
  border: 1px solid #CCCCCC;
  text-align: justify;
  height: 20px;
  font-size: 12px;
  font-family: 'Raleway', sans-serif;
}

.textarea {
  border: 1px solid #CCCCCC;
  text-align: justify;
  font-size: 12px;
  font-family: 'Raleway', sans-serif;
}

.msg {
    font-size:12px; 
    color:#C32A25; 
    font-weight:bold;
}


.botaolink {
  background-color: #FFFFFF;
  text-transform: uppercase;
  font-size: 11px;
  font-family: 'Raleway', sans-serif;
}

.botaolink:hover {
    font-weight: bold;
}

#redondo {
    border:none; 
    background-color:#4ca5fe; 
    color:#fff; 
    font-weight:900; 
    margin-top:12px; 
    padding:4px; 
    border-radius:6px; 
    cursor:pointer;
}


.titulo-mobile {
  display: none;
  margin-bottom: 20px;
}

.video {
    width: 100%;
    height: 300px;
    /*overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;*/
}

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-tit{
    width:100%;
    height:27px;
    line-height:27px;
    overflow:hidden;
    background:#fff;
    font-family: 'Raleway', sans-serif;
}


.swiper-button-next, 
.swiper-button-prev {
    display: none;
}


@media (max-width: 991px){
  .conteudo {
    max-height: 435px;
    width: 85%;
  }

  #menu { 
    width: 15%;
    margin-bottom: 20px;
  }

  .lateraldir {
    display: none;
  }

  .lateralesq {
    width: 100%;
  }
}


@media (max-width: 766px){
  #menu {
    width: 100%;
  }
  
  .content {
    display: block;
  }

  .conteudo {
    width: 100%;
  }

  #menu a {
    margin-bottom: 0px;
    display: inline;
    margin-right: 10px;
  }

  .nano {
    margin-top: 20px;
  }

  .titulo-mobile {
    display: block;
  }

  .titulo h3{
    display: none;
  }

  .clp {
    margin-top: 65px;
  }

}

@media (max-width: 575px){ 
  .site{
    width: calc(100% - 20px);
  }

  .lateralesq {
    width: 100%;
  }

  .no-w-mobile {
    width: 0%;
  }

}



@media (min-width: 576px){
  .site {
     max-width: 540px;
  }
}

@media (min-width: 768px){
  .site {
    max-width: 720px;
  }
}

@media (min-width: 992px){
  .site {
    max-width: 960px;
  }
}

@media (min-width: 1200px){
  .site {
    max-width: 1020px;
  }

  .lateralesq {
    width: 92%;
  }

  .lateraldir {
    width: 8%;
    height: 635px;
  }
}
