



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

main.home .conteudo{
    width: 980px;
    display: block;
    margin: 0 auto; 
    min-height: 500px;
    padding-top: 20px;
    position: relative;

}



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

} 
/*SECTION ESQ*/
main.home section.list{
  width: calc(100% - 300px);
  float: left;
  display: inline-block;
  padding-right: 30px;
  /* margin-bottom: 50px; */
  position: relative;
}


main.home span.tituloTop {
    font-family: 'robotolight';
    font-size: 30px;
    line-height: 30px;
    color: #010000;
    height: auto;
    width: 70%;
    position: relative;
    margin-top: 0px;
    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.home div.info {
    color: #898989;
    font-family: 'robotothin';
    font-size: 14px;
    line-height: 25px;
    width: 100%;
    margin-bottom: 30px;
    height: auto;
    display: block;
    float: left;
    text-align: justify;
    font-weight: 900;
}

main.home span.logo {
    width: 100%;
    max-width: 400px;
    height: 200px;
    display: block;
    text-align: center;
    margin: 10px auto;
    background: url(../images/icon/icon-logo.svg) center center no-repeat;
    background-size: 100%;
}

/* BOXES */
main.home .boxes {
  width: 100%;
  height: auto;
  display: inline-block;
  margin-bottom: 30px;
}
main.home .boxes a.boxSocial:hover i{
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
main.home .boxes a.boxSocial{
  border: 1px solid #898989;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;

  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);

  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;


  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
main.home .boxes a.boxSocial i{
  background: #313131;
  color: #fff;
  font-size: 55px;
  padding: 10px;
  width: 55px;
  text-align: center;
  border-radius: 15px;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
main.home .boxes a {
  width: calc(100% / 6 - 12px);
  height: 200px;
  border: 1px solid transparent;
  overflow: initial;
  margin: 5px;
  display: block;
  float: left;
}

main.home .boxes a figure{
  width: 100%;
  height: 100%;
  /* display: block; */
  padding: 0px;
  margin: 0px;
  margin-top: -1px;
  border: 1px solid #898989;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  overflow: hidden;
}
main.home .boxes a figure img{
  width: 100%;
  margin: 0 auto;
  display: block;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
main.home .boxes a:hover figure img{
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
/* FIM BOXES */



/* TIMELINE */
main.home .timeline {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-bottom: 30px;
    background: #000;
    padding-top: 40px;
    position: relative;
    z-index: 2;
}
main.home .timeline .owl-wrapper-outer {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 380px;
  float: left;
}
main.home .timeline:after{
  content: "";
  position: absolute;
  left: 50%;
  top: 0px;
  display: block;
  background: #000;
  width: 100%;
  height: 100%;
  z-index: -1;
}
main.home .timeline:before{
  content: "";
  position: absolute;
  right: 50%;
  top: 0px;
  display: block;
  background: #000;
  width: 100%;
  height: 100%;
  z-index: -1;
}
main.home .timeline .box{
  width: 100%;
  height: auto;
  border: 1px solid transparent;
  overflow: initial;
  margin: 5px;
  display: block;
  float: left;
  opacity: 0;
  position: relative;
  color: #fff;
  -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.home .timeline .owl-item .box{
  opacity: 1!important;
}
main.home .timeline .box .bottom:after{
  content: "";
  position: absolute;
  left: 50%;
  top: -40%;
  display: block;
  background: #fff;
  border-radius: 100%;
  width: 1px;
  height: 100px;
  z-index: 0;
}
main.home .timeline span.tituloInter{
  color: #fff;
}
main.home .timeline .box .top .dots:after{
  content: "";
  position: absolute;
  left: -10px;
  top: calc(50% - 10px);
  display: block;
  background: #fff;
  border-radius: 100%;
  width: 15px;
  height: 15px;
  z-index: 2;
}

main.home .timeline .box .top .dots:before{
  content: "";
  position: absolute;
  right: -10px;
  top: calc(50% - 10px);
  display: block;
  background: #fff;
  border-radius: 100%;
  width: 15px;
  height: 15px;
  z-index: 2;
}
main.home .timeline .box .top{
  width: 100px;
  height: auto;
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  -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.home .timeline .box .top:before{
  content: "";
  position: absolute;
  left: calc(50% - 4.4px);
  top: calc(100% - 4px);
  display: block;
  background: #fff;
  border-radius: 100%;
  width: 10px;
  height: 10px;
  z-index: 10;
}

main.home .timeline .box .top span.date:after{
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  border: 1px solid #fff;
  border-radius: 100%;
  width: 100%;
  height: 80px;
  z-index: -2;
}
main.home .timeline .box .top span.date:before{
  content: "";
  position: absolute;
  left: -10%;
  top: calc(-50% - -13px);
  display: block;
  /* border-radius: 100px; */
  width: 120%;
  height: 80px;
  background: #000;
  z-index: -1;
}
main.home .timeline .box .top span.date{
  font-family: 'robotolight';
  font-size: 24px;
  line-height: 24px;
  width: 100px;
  height: 80px;
  margin: 0 auto;
  text-align: center;
  border-radius: 100px;
  background: #000;
  /* border-bottom: 1px solid #fff; */

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;


  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;


  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

main.home .timeline .box .bottom:before{
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 25px;
  left: calc(50%);
}
main.home .timeline .box .bottom{
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  -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.home .timeline .box .bottom .icon:before{
  content: "";
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  border: 1px solid #fff;
  position: absolute;
  border-radius: 100%;
  top: -6px;
  left: -6px;

}
main.home .timeline .box .bottom .icon .dots,
main.home .timeline .box .top .dots{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
main.home .timeline .box .bottom .icon .dots:before{
  content: "";
  width: 8px;
  height: 8px;
  background: #fff;
  position: absolute;
  border-radius: 100%;
  top: calc(50% - 4px);
  left: -10px;
}
main.home .timeline .box .bottom .icon .dots:after{
  content: "";
  width: 8px;
  height: 8px;
  background: #fff;
  position: absolute;
  border-radius: 100%;
  top: calc(50% - 4px);
  right: -10px;
}
main.home .timeline .box .bottom .icon{
  font-family: 'robotolight';
  font-size: 24px;
  line-height: 24px;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  text-align: center;
  border-radius: 100px;
  position: relative;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;

  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;

  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;

  position: relative;
  z-index: 1;
  background: #fff;
  margin-top: 50px;
  margin-bottom: 20px;
}
main.home .timeline .box .bottom .icon img{
    width: auto;
}

main.home .timeline .box .bottom .txt{
    color: #fff;
    width: 100%;
    text-align: center;
    font-family: 'robotolight';
    display: inline-block;
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 15px;
    letter-spacing: 1px;
}
main.home .timeline .owl-item .box .bottom:before{
  content: none;
}
main.home .timeline .owl-item.active .box .bottom:before,
main.home .timeline .owl-item.active2 .box .bottom:before,
main.home .timeline .owl-item.active3 .box .bottom:before,
main.home .timeline .owl-item.active4 .box .bottom:before,
main.home .timeline .owl-item.active5 .box .bottom:before{
  content: "";
}
main.home .timeline .owl-item.active5 .box .bottom:before{
 content: none;
}

main.home .timeline .owl-item.active2 .box .top,
main.home .timeline .owl-item.active4 .box .top{
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    top: 20px;
}


main.home .timeline .owl-controls{
    width: 100%;
    position: absolute;
    right: 0px;
    top: 220px;
    display: inline-block;
    height: 40px;
}
main.home .timeline .owl-controls .owl-prev {
    right: initial;
    left: -20px;
    background-position: -8px -8px;
    background-size: 80px;
    height: 40px;
    width: 20px;
    top: 5px;
    background: url(../images/assets/seta-banner.png) -15px -64px no-repeat;
}
main.home .timeline .owl-controls .owl-next {
    left: initial;
    right: -20px;
    background-position: -8px -8px;
    background-size: 80px;
    height: 40px;
    width: 20px;
    top: 5px;
    background: url(../images/assets/seta-banner.png) -77px -64px no-repeat;
}
/* FIM TIMELINE */




/* TEMAS */
section.temas {
    width: 100%;
    height: auto;
    display: inline-block;
    position: relative;
    margin-bottom: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
}
section.temas div.box {
  width: calc(33% - 20px);
  float: left;
  height: auto;
  display: inline-block;
  margin: 0px 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
}
section.temas span.titulo {
    color: #010000;
    width: 100%;
    text-align: left;
    font-family: 'robotolight';
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 15px;
    letter-spacing: 1px;
}
section.temas span.desk {
    color: #010000;
    width: 100%;
    text-align: left;
    font-family: 'robotolight';
    display: inline-block;
    font-size: 24px;
    line-height: 24px;
    display: block;
    height: auto;
}
section.temas figure {
    width: calc(100% - 0px);
    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;
}
section.temas 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;
}
section.temas div.box: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);
}

section.temas.mini div.box {
  margin-bottom: 20px;
  padding-bottom: 10px;
}
section.temas.mini div.box figure{
  width: 40%;
  float: left;
  display: initial;
  margin-right: 15px;
  clear: both;
}
section.temas.mini div.box span.desk{
    width: calc(100% - 0px);
    text-align: left;
    font-family: 'robotolight';
    /* display: inline-block; */
    font-size: 18px;
    line-height: 18px;
    height: auto;
    /* float: left; */
}

main.home span.tituloInter {
    font-family: 'robotolight';
    font-size: 35px;
    line-height: 35px;
    color: #010000;
    height: auto;
    width: auto;
    position: relative;
    /* margin-top: 10px; */
    letter-spacing: 1px;
    width: 100%;
    clear: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    float: left;
    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;
    margin-bottom: 50px;
}
main.home a.carregar {
    font-family: 'robotolight';
    font-size: 24px;
    line-height: 30px;
    color: #010000;
    height: auto;
    width: auto;
    position: relative;
    /* margin-top: 10px; */
    letter-spacing: 1px;
    width: 100%;
    clear: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    float: left;
    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;
    margin-bottom: 50px;
}
/* FIM TEMAS */





/*FIM CONTEUDO*/


/*RESPONSIVO*/

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


@media only screen 
and (min-width : 0px) 
and (max-width : 900px) {
  
  main.home .timeline:before{
    right: 20px;
  }
  main.home .timeline:after{
    left: 20px; 
  }
  main.home .timeline .owl-controls .owl-next{
    top: 225px;
    right: -10px;
  }
  main.home .timeline .owl-controls .owl-prev{
    top: 225px;
    left: -10px;
  }
  main.home .timeline .owl-item .box .bottom:before{
    content: none!important;
  }
  main.home .timeline .box {
    width: 80%;
    margin: 0 10%;
  }


  main.home section.list {
    width: calc(100% - 0px);
    padding-right: 0px;
    margin-bottom: 50px;
  }
  main.home aside .agenda .slider .owl-controls {
    width: 80px!important;
    top: 30px!important;
  }
  main.home .banner .b250,
  main.home .banner .b250 img{
    width: 100%;
  }
  main.home .conteudo {
    width: calc(100% - 40px)!important;
    height: auto;
    margin: 0 20px!important;
    display: block;
    padding-top: 50px;
  }
  ul.breadcrumb{
    top: -5px;
  }
  main.home aside{
    width: 100%;
    display: inline-block;
  }
  main.home 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.home .mobile.sub-menu-inter{
    display: block;
    right: 10px;
  }
  main.home .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: 90%!important;
    margin: 0 5% 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;
  }


}


@media only screen 
and (min-width : 0px) 
and (max-width : 414px) {

  main.home .boxes a {
    width: calc(50% - 12px);
    height: 230px;
  }


  section.compre ul.lista-produtos .ed{
    text-align: center;
  }
  section.temas.mini div.box span.desk {
    width: calc(100% - 0px);
    padding-left: 0px;
  }
  section.temas.mini div.box figure {
    margin-bottom: 10px;
    width: 100%;
    float: left;
  }
  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);
  }
  section#banner .top .promo {
    width: 100%;
    float: left;
  }
  section.guias .guia,
  section.guias .guia:last-of-type {
    width: calc(100% - 25px);
    margin: 5px 0px 20px;
  }
  main.home .banner .b336 img,
  main.home .banner .b638 img{
    width: 100%;
  }
  main.home .banner .b638,
  main.home .banner .b336{
    width: 100%;
    margin: 0px;
  }
}



@media only screen 
and (min-width : 415px) 
and (max-width : 900px) {

  main.home .boxes a {
    width: calc(25% - 12px);
    height: 230px;
  }

  
  main.home .banner .b336 img,
  main.home .banner .b638 img{
    width: 100%;
  }
  main.home .banner .b638,
  main.home .banner .b336{
    width: calc(100% - 10px);
    margin: 0px;
    margin-right: 5px;
  }
  
  
}















