/*COMEÇO BANNER*/
section#banner{
  width: 100%;
  float: left;
  height: auto;
  display: block;
    min-height: 300px;
    clear: both;
}
section#banner .conteudo {
    width: 980px;
    display: block;
    margin: 0 auto;
    /* min-height: 310px; */
    padding-top: 20px;
}
section#banner #banner_principal,
section#banner #banner_principal .owl-wrapper-outer{
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 380px;
    float: left;
    margin-right: 10px;
}
section#banner .top {
    display: block;
    float: left;
    height: auto;
    width: 340px;
}
section#banner .top .promo {
    height: 185px;
    margin-bottom: 10px;
}
section#banner .top .promo a:hover span.tags {
    background: #898989;
}
section#banner .top .promo a:hover strong {
    color: #f1592a;
}
section#banner .top .promo a {
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
    background-size: cover;
}
section#banner .top .promo a span.tags {
    font-family: 'robotolight';
    font-size: 14px;
    color: #fff;
    background: #000;
    height: auto;
    display: block;
    float: left;
    width: auto;
    text-align: left;
    position: relative;
    padding: 5px 10px;
    letter-spacing: 1px;
    margin-top: 40px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
section#banner .top .promo a span.titulo {
    font-family: 'robotolight';
    font-size: 22px;
    line-height: 36px;
    color: #000;
    background: rgba(255, 255, 255, 0.7);
    height: auto;
    width: auto;
    position: relative;
    padding: 10px;
    letter-spacing: 1px;
    max-width: 80%;
    clear: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    float: left;
    text-align: left;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
section#banner .top .promo a strong {
    font-family: 'montserratlight';
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    padding: 10px 20px;
    float: left;
    position: absolute;
    bottom: 0px;
    left: 0px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
section#banner #banner_principal .owl-stage{
    width: 100%!important;
  height: 365px;
  overflow: hidden;
}
section#banner #banner_principal .bannerList{
    display: block;
    width: 100%;
    height: auto;
    background-size: cover;
}
section#banner #banner_principal .bannerList{
  display: block;
  width: 100%!important;
  height: 380px;
  
}
section#banner #banner_principal .bannerList .owl-controls{
    width: 90%!important;
    height: 50%;
    top: 160px;
    /* background: red; */
}
section#banner #banner_principal .bannerList .owl-controls .owl-buttons {
    top: -30px;
    position: absolute;
    width: 100%;
}
section#banner #banner_principal .bannerList .owl-pagination {
    top: 70%;
    width: 100%;
    height: auto;
    position: absolute;
}
/*section#banner #banner_principal .bannerList .owl-item,
section#banner #banner_principal .bannerList .banner_item{
    height: 365px;
    display: block;
    width: 100%!important;
    background-position: center center;

}*/
section#banner #banner_principal div.banners_textos{
    width: 980px;
    height: auto;
    display: block;
    margin: 0px auto;
    padding-top: 130px;
    position: relative;
    z-index: 8;
}


section#banner #banner_principal div.banners_textos span.tags{
    font-family: 'robotolight';
    font-size: 38px;
    line-height: 35px;
    color: #000;
    background: rgba(255, 255, 255, 0.7);
    height: auto;
    display: block;
    float: left;
    width: auto;
    text-align: left;
    position: relative;
    padding: 20px 30px 0px;
    letter-spacing: 1px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
section#banner #banner_principal div.banners_textos span.titulo{
    font-family: 'robotothin';
    font-size: 90px;
    line-height: 90px;
    color: #000;
    background: rgba(255, 255, 255, 0.7);
    height: auto;
    width: auto;
    position: relative;
    padding: 20px;
    letter-spacing: 1px;
    max-width: 60%;
    clear: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    float: left;
    text-align: left;
        -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

section#banner #banner_principal div.banners_textos a{
    display: block;
}

section#banner .bannerList .owl-dots {
    bottom: 15px;
    position: absolute;
    height: 20px;
    width: 100%;
    text-align: center;
}
section#banner .bannerList .owl-dots .owl-dot{
  width: 10px;
  height: 10px;
  display: inline-block;
    margin: 0 15px;
}
section#banner .bannerList .owl-dots .owl-dot span{
    width: 8px;
    height: 8px;
    background: #cccbc4;
    border-radius: 50%;

    z-index: 2;
    cursor: pointer;
    display: inline-block;
}
section#banner .bannerList .owl-dots .owl-dot span:hover,
section#banner .bannerList .owl-dots .owl-dot.active span{
    width: 10px;
    height: 10px;
    background: #fff;
}

section#banner .owl-pagination .owl-page span:hover, section#banner .owl-pagination .owl-page.active span{
    background: #fff;
}

section#banner .owl-buttons .owl-prev{
  width: 56px;
  height: 56px;
    border-radius: 50px;
  background:#20663a;
  display: block;
  text-decoration: none;
  z-index: 2;
  position: absolute;
  cursor: pointer;
  text-indent: -9999px;   
  top: 0px;
  left: 0px;
   background: url(../images/assets/seta-banner.png) no-repeat bottom left;
}
section#banner .banner_item {
    background-size: cover;
    background-position: center;
}
section#banner .banner_item:hover span.tags,
section#banner .banner_item:hover span.titulo{
    background: #000!important;
    color: #fff!important;
}
section#banner .owl-buttons .owl-prev:hover{
  background: url(../images/assets/seta-banner.png) no-repeat top left;
}
section#banner .owl-buttons .owl-next:hover{
  background: url(../images/assets/seta-banner.png) no-repeat top right;
}
section#banner .owl-buttons .owl-next{
    width: 56px;
    height: 56px;
    border-radius: 50px;
    background:#20663a;
    display: block;
    text-decoration: none;
    z-index: 2;
    position: absolute;
    cursor: pointer;
    text-indent: -9999px;   
    top: 0px;
    right: 0px;
    background: url(../images/assets/seta-banner.png) no-repeat bottom right;
}

/*FIM BANNER*/


/*BUSCAR*/
main.guia div.busca{
  width: 100%;
  height: auto;
  display: inline-block;
  padding-top: 70px;
}

main.guia div.busca form{
  width: 100%;
  height: auto;
  display: inline-block;
}

main.guia form div.linha {
  width: calc(25% - 30px);
  height: auto;
  float: left;
  display: block;
  margin: 0px 15px 15px 0px;
  background: none;
}


main.guia form div.linha div.box-input {
  width: 100%;
  display: inline-block;
  position: relative;
}
main.guia form div.linha div.box-input input::placeholder,
main.guia form div.linha input::placeholder{
  color: #000!important;
}
main.guia form div.linha div.box-input input,
main.guia form div.linha input {
  width: calc(100% - 40px);
  font-family: 'robotoregular';
  font-size: 12px;
  height: 10px;
  display: block;
  line-height: 10px;
  color: #000;
  border: 1px solid #000;
  outline: none;
  padding: 15px 20px;
  background: none;
}
main.guia form div.linha div.box-select {
  width: 100%;
  display: inline-block;
  position: relative;
}
main.guia form div.linha div.box-select i {
  position: absolute;
  bottom: 33%;
  right: 10px;
  color: #000;
}
main.guia form div.linha div.box-select label {
  width: calc(100% - 40px);
  font-family: 'robotoregular';
  font-size: 12px;
  height: auto;
  display: block;
  line-height: 10px;
  color: #000;
  border: 1px solid #000;
  outline: none;
  padding: 15px 20px;
  font-weight: inherit;
}
main.guia form div.linha div.box-select select {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
  cursor: pointer;
}
main.guia form button.buscar {
  color: #fff;
  background: #000;
  padding: 10px 20px;
  text-align: center;
  font-family: 'robotomedium';
  font-size: 16px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  letter-spacing: 1px;
  border-radius: 0px;
  border: 0px;
  width: auto;
  height: auto;
  display: block;
  margin: 0px auto 15px;
  cursor: pointer;
  float: right;
  margin-left: 0px;
  cursor: pointer;
  outline: none;
  position: relative;
}
main.guia form button.buscar:hover {
  background: #000!important;
}

main.guia form div.linha.top {
  width: calc(100% - 0px);
  height: auto;
  display: block;
  margin: 0px auto 15px;
  background: none;
}
main.guia form div.linha.top div.box-select i{
  color: #fff
}
main.guia form div.linha.top div.box-select label{
  color: #fff;
  background: #000;
  border: 1px solid #000;
}
/*FIM BUSCAR*/

/*COMEÇO CONTEUDO*/
main.guia{
    width: 100%;
    height: auto;
    background: #fff;
    display: inline-block;
    padding-bottom: 100px;
    overflow-x: hidden;
}
main.guia .mobile.sub-menu-inter{
  display: none;
}



/*COMEÇO CONTEUDO*/
main.guia{
    width: 100%;
    height: auto;
    background: #fff;
    display: inline-block;
    padding-bottom: 40px;
    overflow-x: hidden;
    /* margin-top: 20px; */
}
main.guia .conteudo{
    width: 980px;
    display: block;
    margin: 0 auto;
    /* min-height: 500px; */
    padding-top: 50px;
    position: relative;

} 
/*SECTION ESQ*/
main.guia section.list{
  width: calc(100% - 0px);
  float: left;
  display: inline-block;
  padding-right: 0px;
  position: relative;
}
main.guia span.topo {
    font-family: 'robotolight';
    font-size: 30px;
    line-height: 30px;
    color: #010000;
    height: auto;
    width: 70%;
    position: relative;
    margin-top: -30px;
    margin-bottom: 20px;
    letter-spacing: 1px;
    clear: left;
    display: block;
    float: left;
    text-align: left;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
main.guia section.list div.info {
    color: #898989;
    font-family: 'robotothin';
    font-size: 14px;
    line-height: 25px;
    width: 100%;
    margin-bottom: 30px;
    height: 75px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    float: left;
    text-align: justify;
    word-wrap: unset;
    font-weight: 900;
}

main.guia section.list article{
    display: inline-block;
    width: calc(100% - 0px);
    height: auto;
    padding-right: 0px;
    margin-bottom: 20px;
    border: 1px solid #000;
    position: relative;
    overflow: hidden;
}


main.guia section.list article span.tags{
    font-weight: 900;
    font-family: 'robotolight';
    font-size: 14px;
    color: #fff;
    background: #898989;
    height: auto;
    display: block;
    float: left;
    width: auto;
    text-align: left;
    position: relative;
    padding: 10px;
    letter-spacing: 1px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
main.guia section.list article:hover h2.titulo{
  /* color: #898989; */
}
main.guia section.list article:hover span.tags{
  background: #010000;
}
main.guia section.list article h2.titulo{
  font-family: 'robotolight';
  font-size: 18px;
  line-height: 18px;
  color: #010000;
  height: auto;
  width: auto;
  position: relative;
  letter-spacing: 1px;
  width: 100%;
  clear: left;
  margin-top: 50px;
  margin-bottom: 10px;
  display: block;
  
  float: left;
  text-align: left;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
main.guia section.list article span.setor{
  color: #fff;
  background: #000;
  font-family: 'robotoregular';
  font-size: 12px;
  line-height: 12px;
  display: inline-block;
  padding: 10px;
  width: auto;
  letter-spacing: 1px;
  position: absolute;
  text-transform: capitalize;
  top: -30px;
  left: -30px;
}
main.guia section.list article span.date span.avatar {
  display: block;
  float: left;
  margin-right: 10px;
  margin-top: -2px;
  height: 30px;
  width: 30px;
  overflow: hidden;
}
main.guia section.list article .dir {
  width: calc(60% - 60px);
  float: right;
  height: auto;
  position: relative;
  margin: 30px;
  margin-bottom: -4px;
}
main.guia section.list article .dir span.avatar {
  width: 75px;
  float: right;
  height: 75px;
  position: absolute;
  top: 0px;
  right: 0px;
}
main.guia section.list article .dir span.avatar img{
  width: 100%;
}

main.guia section.list article figure {
  width: calc(40% - 0px);
  float: left;
  height: auto;
  margin: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  position: relative;
  margin-bottom: -4px;
}

main.guia section.list article figure img {
  width: 100%;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  z-index: 1;
  position: relative;

  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
main.guia section.list article:hover figure img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);

}

main.guia section.list article .desk {
  color: #000;
  font-family: 'robotothin';
  font-size: 13px;
  line-height: 30px;
  width: 100%;
  margin: 15px 0px -3px;
  height: 150px;
  overflow: auto;
  /* text-overflow: ellipsis; */
  display: -webkit-box;
  /* -webkit-line-clamp: 3; */
  -webkit-box-orient: vertical;
  float: left;
  text-align: justify;
  word-wrap: unset;
  font-weight: 900;
}
main.guia section.list article .desk a:hover{
  border-bottom: 1px solid #000;
}
main.guia section.list article .desk a{
  color: #000;
/*   margin-right: 10px;
  margin-left: 10px; */
}
main.guia section.list article .desk span.sep{
  margin-right: 10px;
  margin-left: 10px;
}
main.guia section.list article .social {
  width: auto;
  height: auto;
  display: block;
  color: #000;
  float: right;
}
main.guia section.list article .social a:hover{
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  color: #898989;
}

main.guia section.list article .social a{
  width: 20px;
  height: auto;
  display: block;
  font-size: 15px;
  color: #000;
  line-height: 36px;
  float: left;
  padding: 0px 7px 0;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
main.guia section.list article .social a.whats{
  display: none;
}

main.guia section.list article span.leia:hover {
  color: #fff;
  background: #010000;
}
main.guia section.list article span.leia {
  font-weight: 900;
  font-family: 'robotothin';
  font-size: 15px;
  color: #010000;
  height: auto;
  display: block;
  float: left;
  width: auto;
  text-align: left;
  position: relative;
  text-transform: capitalize;
  padding: 7px 15px;
  margin-left: -15px;
  margin-top: 10px;
  margin-bottom: -10px;
  /* padding-left: 0px; */
  letter-spacing: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* FIM SECTION ESQ*/

/*FIM CONTEUDO*/
/* BOX FORMULARIO */

div.boxFormulario.active {
    z-index: 1001;
    height: 100vh;
    opacity: 1;
}
div.boxFormulario {
    display: inline-block;
    height: 0%;
    width: 100vw;
    z-index: -1;
    position: fixed;
    top: 0px;
    left: 0px;
    opacity: 0;
    background: rgba(255, 255, 255, 0.78);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
div.boxFormulario div.fecha {
    width: 100vw;
    height: 100vh;
    display: inline-block;
    cursor: pointer;
    z-index: 9950;
}
div.boxFormulario.active div.cont {
    opacity: 1;
    /* min-height: 80vh; */
    max-height: 80vh;
}
div.boxFormulario div.cont:before {
  content: "";
  position: absolute;
  right: -40px;
  bottom: 0px;
  width: 455px;
  height: 520px;
  display: block;
  background: url('../images/assets/fundo-form.png') center no-repeat;
}
div.boxFormulario div.cont {
    opacity: 0;
    width: 800px;
    min-height: 0px;
    max-height: 0px;
    position: fixed;
    top: 10%;
    left: calc(50% - 400px);
    background: #fff;
    z-index: 10000;
    /* overflow: hidden; */
    border: 1px solid #bdbdbd;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    /* overflow-y: auto; */
}

div.boxFormulario i.fecha {
    width: 30px;
    height: 30px;
    right: 10px;
    top: 10px;
    background: #fff;
    z-index: 10005;
    display: block;
    color: #960505;
    float: right;
    position: absolute;
    text-align: center;
    font-size: 29px;
    border: 3px solid #960505;
    border-radius: 20px;
    cursor: pointer;
}
div.boxFormulario h2.titulo {
  font-family: 'robotolight';
  font-size: 18px;
  line-height: 18px;
  color: #010000;
  height: auto;
  width: auto;
  position: relative;
  letter-spacing: 1px;
  width: calc(100% - 100px);
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 25px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  float: right;
  text-align: left;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
div.boxFormulario span.avatar {
  width: 75px;
  float: left;
  height: auto;
  position: relative;
}
div.boxFormulario span.avatar img{
    width: 100%;
}

div.boxFormulario .cont span.tituloTop {
    width: calc(100% - 140px);
    font-family: 'Source Code Pro Medium';
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 5px;
    display: inline-block;
    color: #464646;
    padding: 70px 90px 10px;
    text-align: left;
}
div.boxFormulario div.cont .baixo a.fancybox img {
    width: 100%;
    float: inherit;
    margin: 0px;
}
div.boxFormulario div.cont .baixo .imgs {
    width: 100%;
    display: inline-block;
    height: auto;
    max-height: calc(60vh - 90px);
    overflow-y: auto;
}
div.boxFormulario div.cont .baixo a.fancybox {
  width: calc(25% - 20px);
  margin: 0px 25px 20px 0px;
  float: left;
  display: block;
  position: relative;
}
div.boxFormulario div.cont .baixo a.fancybox:nth-child(4n) {
  margin-right: 0px;
}
div.boxFormulario div.cont .top {
    width: calc(100% - 60px);
    height: auto;
    display: inline-block;
    float: left;
    padding: 30px;
    /* padding-top: 0px; */
    padding-bottom: 0px;
}
div.boxFormulario div.cont .baixo {
    width: calc(100% - 60px);
    height: auto;
    display: inline-block;
    float: left;
    padding: 30px;
    padding-top: 0px;
    padding-bottom: 30px;
}

div.boxFormulario div.cont .baixo .desk {
    color: #000;
    font-family: 'robotothin';
    font-size: 13px;
    line-height: 30px;
    width: 100%;
    margin: 15px 0px;
    height: auto;
    overflow: auto;
    /* text-overflow: ellipsis; */
    display: -webkit-box;
    /* -webkit-line-clamp: 3; */
    -webkit-box-orient: vertical;
    float: left;
    text-align: justify;
    word-wrap: unset;
    font-weight: 900;
    margin-top: 0px;
}

div.boxFormulario div.cont .baixo .linha {
    width: calc(100% - 0px);
    float: left;
    margin-bottom: 5px;
    position: relative;
    overflow: hidden;
}
div.boxFormulario div.cont form#formForm {
    width: calc(70% - 200px);
    font-family: robotoblack;
    font-size: 30px;
    margin-bottom: 5px;
    display: inline-block;
    color: #132b4c;
    padding: 0px 30px 0px 60px;
    text-align: center;
}
div.boxFormulario div.cont .baixo .linha div.box-select {
    width: 100%;
    display: inline-block;
    position: relative;
}
div.boxFormulario div.cont .baixo .linha div.box-select i {
    content: "";
    width: 13px;
    height: 18px;
    display: block;
    right: 8px;
    top: calc(50% - 6px);
    position: absolute;
    background: url(../images/assets/sprite.png) -47px 0px no-repeat;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

div.boxFormulario div.cont .baixo .linha div.box-select label {
width: calc(100% - 42px);
    font-family: 'Source Code Pro Regular';
    font-size: 14px;
    height: auto;
    display: inline-block;
    line-height: 20px;
    color: #7a7a7a;
    border: 1px solid #d7d7d7;
    outline: none;
    padding: 10px 20px;
    background: #fff;
    border-radius: 10px;
    text-align: left;
}
div.boxFormulario div.cont .baixo .linha div.box-select select {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
    cursor: pointer;
}
div.boxFormulario div.cont .baixo .linha input {
width: calc(100% - 42px);
    font-family: 'Source Code Pro Regular';
    font-size: 14px;
    height: auto;
    display: inline-block;
    line-height: 20px;
    color: #7a7a7a;
    border: 1px solid #d7d7d7;
    outline: none;
    padding: 10px 20px;
    background: #fff;
    border-radius: 10px;
}
div.boxFormulario div.cont .baixo button.confirmar {
    color: #fff;
    background: #8417c0;
    font-size: 16px;
    line-height: 16px;
    font-family: 'Source Code Pro Medium';
    padding: 10px 50px;
    display: inline-block;
    width: auto;
    float: left;
    text-align: center;
    border-radius: 15px;
    border: 1px solid #8417c0;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    outline: none;
    margin-top: 10px;
}
div.boxFormulario div.cont .baixo button.confirmar:hover {
  background: #4a096d;
  color: #fff;
  border: 1px solid #4a096d;
}
/* FIM BOX FORMULARIO */

/*RESPONSIVO*/

/* Smartphones (portrait and landscape) ----------- */


@media only screen 
and (min-width : 0px) 
and (max-width : 768px) {
  
  div.boxFormulario.active div.cont {
    opacity: 1;
    min-height: 100%!important;
    max-height: 100%!important;
    top: 0px;
    border-radius: 0px!important;
    width: 100%;
    margin: 0px;
    left: 0px;
    overflow-y: auto;
  }



  main.guia section.list {
    width: calc(100% - 0px);
    padding-right: 0px;
    margin-bottom: 50px;
  }
  main.guia aside .agenda .slider .owl-controls {
    width: 80px!important;
    top: 30px!important;
  }
  main.guia .banner .b250,
  main.guia .banner .b250 img{
    width: 100%;
  }
  main.guia .conteudo {
    width: calc(100% - 40px)!important;
    height: auto;
    margin: 0 20px!important;
    display: block;
  }
  main.guia aside{
    display: none;
  }
  main.guia aside.is-active {
    position: fixed;
    top: 0px;
    left: 0px;
    display: block;
    background: #ffff;
    width: calc(100vw - 60px);
    height: calc(100vh - 100px);
    z-index: 999;
    padding: 30px;
    padding-top: 70px;
    margin: 0px;
    overflow-y: auto;
  }
  main.guia .mobile.sub-menu-inter{
    display: block;
    right: 10px;
  }
  main.guia .mobile.sub-menu-inter.is-active {
    position: fixed;
    top: 10px;
    right: 0px;
    display: block!important;
    z-index: 9999;
  }
  section.compre ul.lista-produtos .owl-prev, 
  section.compre ul.lista-produtos .owl-next {
      top: -10px;
  }
  section.compre ul.lista-produtos .produ-nome,
  section.compre ul.lista-produtos .desk{
    text-align: center;
  }
  section.compre ul.lista-produtos .owl-controls{
    left: 0px;
  }
  div#banner_principal {
    width: 100%!important;
    margin: 0 auto 20px;
  }
  section#banner #banner_principal .owl-wrapper-outer{
    width: 100%;
  }

  section.home .como-funciona-lista .owl-prev{
    background: url(../images/assets/seta-banner-laranja.png) no-repeat 0px 0px !important;
  }
  section.home .como-funciona-lista .owl-next{
    background: url(../images/assets/seta-banner-laranja.png) no-repeat -56px 0px !important;
  }

  section#banner #banner_principal div.banners_textos span.titulo{
    max-width: calc(80% - 20px);
  }
  
  section#banner .top .promo {
    width: 50%;
    float: left;
  }

  main.guia section.list .agenda .slider .owl-controls {
    width: calc(100% + 30px)!important;
    right: -15px!important;
  }


}


@media only screen 
and (min-width : 0px) 
and (max-width : 414px) {
  div.boxFormulario div.cont .top span.avatar {
    border: 10px solid #fff;
    width: auto!important;
    box-shadow: 0px 2px 18px -7px #000;
    height: auto!important;
    margin-top: 0px;
    top: initial;
    bottom: calc(100% - 110px);
  }
  div.boxFormulario div.cont .top img {
    max-width: 70px;
    max-height: 70px;
    float: left;
    width: auto;
  }
  main.guia section.list article .dir span.avatar {
    width: 75px;
    float: right;
    height: auto;
    position: absolute;
    top: initial;
    bottom: calc(100% - 15px);
    right: 0px;
    z-index: 3;
    border: 10px solid #fff;
    box-shadow: 0px 2px 18px -7px #000;
  }
  main.guia form div.linha {
    width: calc(100% - 0px);
    margin: 0px 0px 15px 0px;
  }
  main.guia form button.buscar{
    width: 100%;
  }
  main.guia section.list article figure {
    width: calc(100% - 0px);
  }
  main.guia section.list article .dir {
    width: calc(100% - 60px);
  }
  section#banner #banner_principal div.banners_textos span.tags{
    font-size: 22px;
    line-height: 22px;
  }
  main.guia section.list article{
    width: calc(100% - 0px);
    padding: 0px;
  }

  div.socialBox {
    width: calc(100% - 20px) !important;
    margin-bottom: 30px !important;
  }
  div.socialBox iframe {
    margin: 20px;
    width: calc(100% - 40px);
  }

  section.temas div.box {
    width: calc(100% - 20px);
  }
  section#banner #banner_principal div.banners_textos span.titulo{
    max-width: calc(100% - 20px);
    font-size: 50px;
    line-height: 50px;
  }
  section#banner .top .promo {
    width: 100%;
    float: left;
  }
  main.guia .banner .b336 img,
  main.guia .banner .b638 img{
    width: 100%;
  }
  main.guia .banner .b638,
  main.guia .banner .b336{
    width: 100%;
    margin: 0px;
  }
}



@media only screen 
and (min-width : 415px) 
and (max-width : 768px) {
  main.guia section.list article h2.titulo{
    width: calc(100% - 90px);
  }
  main.guia section.list article .dir span.avatar img {
    max-width: 70px;
    max-height: 80px;
    float: right;
    width: auto;
  }
  main.guia section.list article .dir span.avatar {
    border: 10px solid #fff;
    width: auto;
    box-shadow: 0px 2px 18px -7px #000;
    height: auto;
    margin-top: -20px;
  }
  div.boxFormulario div.cont .top span.avatar {
    border: 10px solid #fff;
    width: auto!important;
    box-shadow: 0px 2px 18px -7px #000;
    height: auto!important;
    margin-top: 0px;
    top: initial;
    bottom: calc(100% - 110px);
  }
  div.boxFormulario div.cont .top img {
    max-width: 70px;
    max-height: 80px;
    float: left;
    width: auto;
  }
  main.guia .banner .b336 img,
  main.guia .banner .b638 img{
    width: 100%;
  }
  main.guia .banner .b638,
  main.guia .banner .b336{
    width: calc(100% - 10px);
    margin: 0px;
    margin-right: 5px;
  }
  div.socialBox.youtube {
    width: calc(100% - 300px);
  }
  div.socialBox.youtube iframe {
    margin: 20px;
    width: calc(100% - 40px);
  }
  div.socialBox.facebook {
    width: calc(330px - 40px);
    margin-top: 30px;
  }
}















