/*
Theme Name: SADEBR
Author: Aurimar Miranda
Author URI: https://sadebr.com.br
Description: Tema destinado a Página SADEBR
Version: 1.0
*/

body {
  overflow-x:hidden;
  font-family: 'Montserrat', sans-serif;
}

body#home {
  background-color: #DEDEDE;
}

p{
  font-size: 0.9rem;
  font-weight: 300;
}

b{
  font-weight: bold;
}

.no-padding{
  padding-left: 0px;
  padding-right: 0px;
}

.no-margin{
  margin-left: 0px;
  margin-right: 0px;
}

.margin-botton-none{
  margin-bottom: 0.8rem !important;
}

.btn-primary{
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  font-weight: 500;
}

.btn-secondary{
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  font-weight: 500;
}

.linha-ilustracao-titulo{
  height: 2px;
  width: 10%;
  background: #077afc;
  top: 50px;
  margin-bottom: 1rem;
}

.linha-ilustracao{
  width: 1px;
  height: 100px;
  background: #077afc;
  margin-left: 50%;
}

.linha-ilustracao-horizontal {
  height: 1px;
  width: 100%;
  background: #474747;
  position: relative;
  top: 12px;
}

.fone-vendas{
    bottom: 5%;
    right: -108px;
    position: fixed;
    z-index: 1030;
    font-size: 18px;
    background: #000;
    margin: 2px 0px;
    width: 145px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.fone-vendas a{
    color: #fff;
    text-decoration: unset;
    font-size: 14px;
    padding: 5px 5px;
    float: right;
}
.fone-vendas i{
    color: #24d8f9;
    padding: 5px;
    font-size: 18px;
}

/* video */

video#bgvid {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
    transition: 1s opacity;
}
#video{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    position: fixed;
    z-index: 1040;
    display: none;
}
#controlButtons{
    position: absolute;
    top: 50px;
    left: 20px;
}
#stopvideobt{
    cursor: pointer;
}

/* section-video-promocional*/
.section-video-promocional{
    padding: 8rem 0 8rem 0;
    background: no-repeat top center scroll;
    background-image: url("img/bg-video.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.section-video-promocional h2{
    color: #fff;
    transition: all .4s ease;
    text-transform: uppercase;
    margin-top: 1rem;
}

.section-video-promocional h2:hover{
    color: #a19eab;
    transition: all .4s ease;
}

.section-video-promocional a{
   text-decoration: none;
}

.linkassiste{
   text-decoration: none !important;
}

/* section-guia-sadebr */
.section-guia-sadebr{
    padding: 2rem 0 2rem 0;
}

.section-guia-sadebr h2{
    color: #1e4bf4;
    font-weight: 800;
}

.section-guia-sadebr .btn-primary{
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    font-size: 1.2rem;
    text-transform: uppercase;
    padding: 20px 24px;
    margin: 20px 0px 0px 0px;
    background: #e51c61;
    border-color: #e51c61;
    box-shadow: 10px 10px 5px -5px rgba(120,8,45,0.67);
    -webkit-box-shadow: 10px 10px 5px -5px rgba(120,8,45,0.67);
    -moz-box-shadow: 10px 10px 5px -5px rgba(120,8,45,0.67);
}

.section-guia-sadebr .text-guia{
    padding: 6rem 0 6rem 0;
}

/* mainnav */
#mainNav {
  min-height: 75px;
  position: fixed;
  transition: all .4s ease;
}

#mainNav.navbar-shrink {
  background-color: rgb(0,0,0);
  transition: all .4s ease;
}

#mainNav .navbar-toggler {
  font-size: 80%;
  padding: 0.75rem;
  color: #fff;
  border: 1px solid #fff;
}

#mainNav .navbar-nav .nav-link{
  color: #fff;
  padding: 1.5rem 1rem;
  font-size: 0.8rem;
}

#mainNav .navbar-nav .divider{
  color: #fff;
  height: 100%;
  margin: 22px;
}

#mainNav .nav-link:after {
  background: #077afc;
  content: '';
  display: block;
  height: 2px;
  left: -2px;
  position: relative;
  top: 0px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  width: 0px;
  border: unset;
}

#mainNav .nav-link:hover:after {
  width: 100%;
}

/* live */
.section-live{
    padding: 10rem 0 4rem 0;
    background: #1e2028;
}

.section-live h2{
    color: #077afc;
    font-weight: 800;
    font-size: 2.5rem;
    letter-spacing: 3px;
    padding-bottom: 22px;
}

.section-live p{
    color: #fff;
    font-size: 1.3em;
    letter-spacing: 1px;
}

.section-live .btn-primary{
    background: #fd024b;
    border-radius: 0;
    border: unset;
    margin: 2rem 0 0 0;
    box-shadow: 10px 10px 0px -2px rgba(114,110,106,0.75);
    -webkit-box-shadow: 10px 10px 0px -2px rgba(114,110,106,0.75);
    -moz-box-shadow: 10px 10px 0px -2px rgba(114,110,106,0.75);
    padding: 1rem 2rem;
    color: #fff;
    text-transform: uppercase;
}

/* masthead */
.masthead {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 30rem;
  padding: 10rem 0 6rem 0;
  background: url("img/bg-home.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}

#categoria .masthead{
  min-height: 24rem;
}

#single .masthead{
  min-height: 25rem;
}

.masthead .d-flex{
  display: grid !important;
}

.masthead h1 {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2rem;
}

#evento .masthead h1 {
  color: #fff;
  font-size: 4rem;
  font-weight: 600;
}

#categoria .masthead h1 {
  color: #fff;
  font-size: 4rem;
  font-weight: 600;
}
#single .masthead h1 {
  color: #fff;
  font-size: 4rem;
  font-weight: 600;
}

.masthead h2 {
  color: #fff;
  font-size: 2rem;
  font-weight: 400;
}

#evento .masthead h2 {
  font-size: 1.5rem;
  margin: 1.5rem 0;
}

#categoria .masthead h2 {
  font-size: 1.5rem;
  margin: 1.5rem 0;
}

#single .masthead h2 {
  font-size: 1.5rem;
  margin: 1.5rem 0;
}

.masthead h2 span{
  color: #fff;
  font-size: 2rem;
  font-weight: 200;
}

.masthead h5{
  font-size: 10rem;
  color: #077afc;
  font-family: 'Bebas Neue', cursive;
  margin: 0;
  padding: 0;
}

.masthead h6{
  color: #fff;
  font-size: 1.8rem;
  font-weight: 200;
  margin: 0;
  padding: 0;
  margin-top: -40px;
}

.masthead .box-info.color2 h3{
  color: #fff;
}

.masthead .box-info.color1{
  background: #f0f7ef;
}

.masthead .box-info.color2{
  background: #0faa75;
}

.masthead .box-info h3{
 padding: 20px 0 0 0;
  color: #444444;
  font-weight: 200;
  text-transform: uppercase;
  font-size: 1.2rem;
}

.masthead .contador{
  padding: 2rem 0;
}

.masthead .btn-primary{
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  font-size: 1.2rem;
  text-transform: uppercase;
  padding: 8px 24px;
  margin: 20px 0px;
}

/* informacao-section */
.informacao-section{
  padding: 0 0 2rem 0;
  background: #3d3d3d;
}

.informacao-section h2{
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
}

.informacao-section h3{
  font-size: 1.3rem;
  color: #fff;
}

.informacao-section p{
  color: #fff;
  font-weight: 300;
}

/* blog-section */
.blog-section{
  padding: 8rem 0;
  background-image: url(img/bg-blog.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  background-color: #DEDEDE;
  color: #fff;
}

.blog-section h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.blog-section p{
  font-size: 1.2rem;
}

.blog-section .btn-primary{
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  font-size: 1.2rem;
  text-transform: uppercase;
  padding: 8px 24px;
  margin: 20px 0px 0px 0px;
}

/* depoimentos-section */
.depoimentos-section{
  padding: 2rem 0 5rem 0;
  background: #DEDEDE;
}

.depoimentos-section h2{
  text-transform: uppercase;
  font-size: 0.9rem;
  color: #077afc;
  padding: 10px 0;
}

.depoimentos-section h3{
  font-weight: 700;
  font-size: 1.5rem;
}

.depoimentos-section h4{
  text-transform: uppercase;
  font-size: 1.2rem;
  color: #077afc;
  margin: 0;
  padding: 0;
}

.depoimentos-section h4 span{
  background: #F9FAFC;
  z-index: 2;
  position: relative;
  padding: 0px 20px;
}

.depoimentos-section h5{
  line-height: 25px;
  font-weight: 300;
  font-size: 1rem;
  min-height: 150px;
  color: #8a8a8a;
}

.depoimentos-section h6{
  font-size: 0.8rem;
}

.depoimentos-section .imagem-depoimento{
  background: linear-gradient(270deg, #102e67 30%, rgba(222,222,222,1) 30%);
  height: 320px;
}

.depoimentos-section .imagem-depoimento img{
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  padding: 1.6rem 0;
}

.depoimentos-section .texto-depoimento{
  background: #F9FAFC;
  color: #000;
  height: 320px;
}

/* estatisticas-section */
.estatisticas-section{
  background: #0679fb;
  padding: 4rem 0 4rem 0;
}

.estatisticas-section h2{
  font-size: 8rem;
  color: #fff;
  font-family: 'Bebas Neue', cursive;
  margin: 0;
  padding: 0;
}

.estatisticas-section h3{
  font-size: 1rem;
  color: #fff;
}

/* galeria-section */

.galeria-section{
  padding: 5rem 0;
  background: #181818;
  color: #fff;
}

.galeria-section h2{
  text-transform: uppercase;
  font-size: 0.9rem;
  color: #077afc;
  padding: 10px 0;
}

.galeria-section h3{
  font-weight: 700;
  font-size: 1.5rem;
}

.galeria-section h4{
  text-transform: uppercase;
  font-size: 1.2rem;
  color: #077afc;
  margin: 0;
  padding: 0;
}

.slide_galeria .slick-arrow.slick-nextNew{
  position: absolute;
  right: -10%;
  font-size: 2rem;
  top: 40%;
  cursor: pointer;
  z-index: 999;
}

.slide_galeria .slick-arrow.slick-prevNew{
  position: absolute;
  left: 10%;
  font-size: 2rem;
  top: 40%;
  cursor: pointer;
  z-index: 999;
}


.slide_galeria img{
  margin: 0rem 1rem;
}

 /* itinerante-section */
.itinerante-section{
    padding: 5rem 0;
}


.itinerante-section h2{
    text-transform: uppercase;
    font-size: 0.9rem;
    color: #077afc;
    padding: 10px 0;
}

.itinerante-section h3{
    font-weight: 700;
    font-size: 1.5rem;
    color: #434343;
}

.itinerante-section h4{
    text-transform: uppercase;
    font-size: 1.2rem;
    color: #077afc;
    margin: 0;
    padding: 0;
}

.itinerante-section .btn-secondary{
    background: #337cf7;
    border: unset;
}

.itinerante-section .slide_eventosatuais .slick-arrow.slick-prevNew {
    position: absolute;
    left: -2%;
    font-size: 2rem;
    top: 40%;
    cursor: pointer;
    z-index: 999;
}
.itinerante-section .slide_eventosatuais .slick-arrow.slick-nextNew {
    position: absolute;
    right: -2%;
    font-size: 2rem;
    top: 40%;
    cursor: pointer;
    z-index: 999;
}

  /* ingresso-section */
.ingresso-section{
  padding: 5rem 0;
  background: #181818;
  color: #fff;
}

.ingresso-section h2{
  text-transform: uppercase;
  font-size: 0.9rem;
  color: #077afc;
  padding: 10px 0;
}

.ingresso-section h3{
  font-weight: 700;
  font-size: 1.5rem;
}

.ingresso-section .card{
  color: #181818;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  padding: 2rem 0;
  margin: 1rem 0;
  min-height: 500px;
}

.ingresso-section .card.destacado{
  background: #0679fb;
  color: #fff;
}

.ingresso-section .card.inativo{
  background: #424242;
  color: #fff;
}

.ingresso-section .card .card-title{
  color: #666666;
  font-size: 1.2rem;
  font-weight: 700;
}

.ingresso-section .card.destacado .card-title {
  color: #fff;
}

.ingresso-section .card p{
  padding: 10px 0;
  margin: 0;
}

.ingresso-section .card.inativo p{
  color: #666666;
}

.ingresso-section .card h4{
  font-size: 3rem;
  font-weight: 600;
  color: #0679fb;
}

.ingresso-section .card.inativo h4{
  color: #666666;
}

.ingresso-section .card.destacado h4 {
  color: #fff;
}

.ingresso-section .card h4 span{
  font-size: 1.5rem;
  color: #4f5260;
  vertical-align: top;
}

.ingresso-section .card .card-subtitle{
  color: #666666;
}

.ingresso-section .card.inativo .card-subtitle{
  text-transform: uppercase;
}

.ingresso-section .btn-primary{
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  font-size: 1.2rem;
  text-transform: uppercase;
  padding: 8px 24px;
  margin: 20px 0px 0px 0px;
}

.ingresso-section .card.inativo .btn-primary{
  background-color: #666666;
  border-color: #666666;
}

.ingresso-section .card.destacado .btn-primary{
  background: #fff;
  color: #666666;
}


.ingresso-section .progress-bar{
  background-color: #5d5d5d;
}

/* imprensa-section */
.imprensa-section{
  padding: 5rem 0 2rem 0;;
  background: #3e3e3e;
  color: #fff;
}

.imprensa-section .imagem-noticia img{
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

.imprensa-section .texto-noticia{
  background: #232323;
  color: #fff;
  min-height: 224px;
}

.imprensa-section h2{
  text-transform: uppercase;
  font-size: 0.9rem;
  color: #077afc;
  padding: 10px 0;
}

.imprensa-section h3{
  font-weight: 700;
  font-size: 1.5rem;
}

.imprensa-section h4{
  font-weight: 700;
  font-size: 1.5rem;
  color: #fff;
}

.imprensa-section a{
  text-decoration: unset;
  font-size: 0.9rem;
}

.imprensa-section p{
    color: #fff;
}

.imprensa-section .slide_noticias .slick-arrow.slick-prevNew {
    position: absolute;
    left: 0;
    font-size: 2rem;
    top: 40%;
    cursor: pointer;
    z-index: 999;
}
.imprensa-section .slide_noticias .slick-arrow.slick-nextNew {
    position: absolute;
    right: 0;
    font-size: 2rem;
    top: 40%;
    cursor: pointer;
    z-index: 999;
}


/* newsletter-section */
.newsletter-section{
  padding: 5rem 0;
  background: url(img/bg-news.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  color: #fff;
}

.newsletter-section h2{
  text-transform: uppercase;
  font-size: 0.9rem;
  color: #077afc;
  padding: 10px 0;
}

.newsletter-section h3{
  font-weight: 700;
  font-size: 1.5rem;
}

.newsletter-section h4{
  text-transform: uppercase;
  font-size: 1.2rem;
  color: #077afc;
  margin: 0;
  padding: 0;
}

.newsletter-section form{
  background: #181818;
  padding: 3rem 2rem 2rem 2rem;
}

.newsletter-section form input{
  background: UNSET;
  border: unset;
  border-bottom: 1px solid #fff;
  color: #fff;
  width: 100%;
}

.newsletter-section form label{
  font-size: 0.6rem;
  color: #077afc;
  width: 100%;
}

.newsletter-section form button{
  margin: 1rem 0;
}

/* evento-section */
.evento-section{
  padding: 1rem 0 1.5rem 0;
  margin: 1rem 0 1.5rem 0;
}

.evento-section p{
  margin: 0px;
  padding: 0px;
  line-height: 2rem;
  color: #3e3e3e;
  font-weight: 500;
}

.evento-section .informacoes-inscricao{
  margin: 1rem 0;
}

.evento-section .img-ilustracao{
  margin-top: -50%;
  -webkit-border-radius: 30px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius: 30px;
  -moz-border-radius-topleft: 0;
  border-radius: 30px;
  border-top-left-radius: 0;
}

.evento-section .btn-primary {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  font-size: 1.2rem;
  padding: 8px 24px;
  margin: 20px 0px;
}

.evento-section .btn-success {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  font-size: 1.2rem;
  padding: 8px 24px;
  margin: 20px 0px;
}

.evento-section .btn-danger {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  font-size: 1.2rem;
  padding: 8px 24px;
  margin: 20px 0px;
}

/* programacao-section */
.programacao-section{
  padding: 2rem 0 3rem 0;
  margin-bottom: 3rem;
}

.programacao-section h3 {
  font-size: 1rem;
}

.programacao-section h4 {
  font-size: 1rem;
  text-transform: uppercase;
  color: #3e87fa;
}

.programacao-section .linha-programacao{
  margin: 2.5rem 0;
  border: 1px solid #e3e3e3;
  padding: 0.4rem 0;
  border-left: unset;
}

.programacao-section .linha-programacao .img-perfil{
  margin: -30px;
  padding: 0;
  position: relative;
  left: -30px;
}

.programacao-section .linha-programacao p{
  border-left: 1px solid #f0f0f0;
  padding-left: 20px;
  margin: 0;
}

.programacao-section .btn-primary {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  font-size: 1.2rem;
  padding: 8px 24px;
  margin: 20px 0px;
}

.programacao-section .btn-success {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  font-size: 1.2rem;
  padding: 8px 24px;
  margin: 20px 0px;
}

.programacao-section .btn-danger {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    font-size: 1.2rem;
    padding: 8px 24px;
    margin: 20px 0px;
}

/* palestrantes-section */
.palestrantes-section{
    padding: 3rem 0 3rem 0;
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    margin-bottom: 1rem;
}

.palestrantes-section h3 {
    font-size: 1rem;
}

.palestrantes-section h4 {
    font-size: 1rem;
    text-transform: uppercase;
    color: #3e87fa;
}

.palestrantes-section .linha-programacao{
    margin: 2.5rem 0;
    border: 1px solid #e3e3e3;
    padding: 0.4rem 0;
    border-left: unset;
}

.palestrantes-section .linha-programacao .img-perfil{
    margin: -30px;
    padding: 0;
    position: relative;
    left: -30px;
}

.palestrantes-section .linha-programacao .img-logo-palestrante{
    width: 80px;
}

.palestrantes-section .linha-programacao p{
    border-left: 1px solid #f0f0f0;
    padding-left: 20px;
    margin: 0;
}

.palestrantes-section .btn-primary {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    font-size: 1.2rem;
    padding: 8px 24px;
    margin: 20px 0px;
}

.palestrantes-section .btn-success {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    font-size: 1.2rem;
    padding: 8px 24px;
    margin: 20px 0px;
}

.palestrantes-section .btn-danger {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    font-size: 1.2rem;
    padding: 8px 24px;
    margin: 20px 0px;
}

/* patrocinio-section */
.patrocinio-section{
    padding: 2rem 0;
}

.patrocinio-section h2{
    font-weight: 500;
    font-size: 1.2rem;
    color: #2848fa;
    margin: 2rem 0 2rem 0;
}

/* section-inscricao */
.section-inscricao{
  margin-top: 2rem;
}

.section-inscricao p{
  margin: 0;
  padding: 0;
  line-height: 2rem;
  color: #3e3e3e;
  font-weight: 500;
}

.section-inscricao form{
 margin: 1rem 0;
}

.section-inscricao .btn-primary {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  font-size: 1.2rem;
  padding: 8px 24px;
  margin: 20px 0px;
  border:unset;
}

.section-inscricao .btn-primary.btn-destacado-formularios {
  background: #8194aa;
}

.section-inscricao .btn-success {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  font-size: 1.2rem;
  padding: 8px 24px;
  margin: 20px 0px;
  border:unset;
}

.section-inscricao .btn-success.btn-destacado-formularios {
  background: #8194aa;
}

.section-inscricao .btn-secondary.btn-senha {
    background: none;
    color: #000;
}

.section-inscricao .titulo-destacado{
  font-weight: 800;
}

.section-inscricao .border-right{
  border-right: 1px solid #0078ff!important;
}

.section-inscricao .arredondado{
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.section-inscricao .arredondadotop{
  -webkit-border-top-left-radius: 30px;
  -webkit-border-top-right-radius: 30px;
  -moz-border-radius-topleft: 30px;
  -moz-border-radius-topright: 30px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

.section-inscricao .arredondadobotton{
  -webkit-border-bottom-right-radius: 30px;
  -webkit-border-bottom-left-radius: 30px;
  -moz-border-radius-bottomright: 30px;
  -moz-border-radius-bottomleft: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
}

.section-inscricao .loading{
    height: 50px;
}

.section-inscricao .loading .img-loading{
    display: none;
}

.section-inscricao .loading .txt-loading{
    display: none;
}

/* noticias-section */
#noticias .noticia a{
    color: unset;
}

#noticias .noticia .tags {
    padding: 0 2rem;
}

#noticias .noticia .tag {
    background: unset;
    color: #333;
    border: 1px solid #959595;
    margin: 2px;
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 300;
    transition: all .5s;
}

#noticias .noticia .tag:hover {
    background: #959595;
    color: #fff;
    transition: all .5s;
}

#noticias .noticia img.size-large {
    width: 100%;
    height: auto;
}

#noticias .compartilhe i{
    margin: 0px 10px;
}

.noticias-section .noticia{
  margin: 2rem 0;
}

.noticias-section .noticia .imagem-noticia img{
  -webkit-border-bottom-right-radius: 30px;
  -moz-border-radius-bottomright: 30px;
  border-bottom-right-radius: 30px;
}

/* footer */
footer{
  padding: 3rem 0 1.5rem 0;
  background: #232323;
}

footer p{
  color: #fff;
  font-size: 0.7rem;
}

footer .redes-sociais{
  margin: 2rem 0;
}

footer .copy{
  margin: 2rem 0;
}

footer .redes-sociais a{
  text-align: center;
  font-size: 0.7rem;
}

footer .redes-sociais .ico-color{
  width: 25px;
  height: 25px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #fff;
  padding: 7px 0;
  color: #232323;
  transition: all .4s ease;
}

footer .redes-sociais .ico-color:hover{
  background: #928a8a;
  transition: all .4s ease;
}

footer .navbar-nav {
  display: inline-block;
}

footer .navbar-nav li{
  margin: 0px 10px;;
}

footer .navbar-nav li a{
  color: #fff;
  font-size: 0.7rem;
}

footer .navbar-nav li a:hover{
  color: #0679fb;
}

/* media queries */
@media (max-width: 768px) {
  .linha-ilustracao {
    height: 50px;
  }
  #mainNav{
    background-color: rgb(0,0,0,0.4);
  }
  .masthead{
    min-height: unset;
  }
  .masthead h5 {
    font-size: 4rem;
  }
  .masthead h6 {
    color: #fff;
    font-size: 1rem;
    margin-top: 0px;
  }
  .informacao-section h2 {
    font-size: 1.2rem;
  }
  .informacao-section h3 {
   font-size: 0.8rem;
 }
  .blog-section{
    padding: 3rem 0;
    background: #000;
  }
  .estatisticas-section h2 {
    font-size: 3rem;
  }
  .estatisticas-section h3 {
    font-size: 0.8rem;
  }
  .depoimentos-section {
    padding: 0;
  }
  footer {
    padding: 3rem 0;
  }
  .depoimentos-section h5{
      min-height: 320px;.depoimentos-section .imagem-depoimento
    }
  .depoimentos-section .img-logomarca{
      margin-left: 12%;
    }
  .depoimentos-section .texto-depoimento{
    height: 605px;
  }
  .slide_galeria .slick-arrow.slick-nextNew{
      display: none !important;
  }
  #mainNav .navbar-nav .divider {
      display: none;
   }
   #mainNav {
      background-color: rgb(0,0,0,0.9);
    }
   #evento .masthead h1 {
      font-size: 2rem;
   }
   #evento .masthead h2 {
      font-size: 1rem;
   }
   #categoria .masthead h1{
      font-size: 2rem;
   }
   #categoria .masthead h2{
      font-size: 1rem;
   }
    .evento-section .img-ilustracao {
     margin-top: unset;
    }
    .programacao-section .linha-programacao .img-perfil{
        margin: 0px;
        left: 0px;
    }
    .section-inscricao p{
        line-height: unset;
    }
    footer .redes-sociais{
        margin: unset;
    }
    footer .copy {
        margin: 1rem 0 0rem 0;
    }
    #noticias .noticia .tags {
        padding: 0;
    }
    .section-live {
        padding: 5rem 0 4rem 0;
    }
    .section-live h2{
        font-size: 1.5rem;
        padding-bottom: 5px;
        letter-spacing: 2px;
        line-height: 32px;
    }
    .section-live p {
        font-size: 0.8em;
    }
    .palestrantes-section .linha-programacao .img-perfil{
        left: unset;
        margin: -16px;
    }
    .depoimentos-section .imagem-depoimento {
        background: unset;
        height: unset;
    }
    .palestrantes-section .linha-programacao p{
        padding-left: unset;
        text-align: center;
    }
    .section-guia-sadebr .text-guia{
        padding: 2rem 0 2rem 0;
    }

}

@media (min-width: 768px) and (max-width: 1400px) {

}

@media (min-width: 1401px) and (max-width: 1600px) {
.blog-section {
    padding: 8rem 0;
}
}

@media (min-width: 1601px) and (max-width: 1900px) {
.blog-section {
    padding: 10rem 0;
}
}

@media (min-width: 1901px){
.blog-section {
    padding: 14rem 0;
}
}

