.wrapper-timeline{

    margin-top: 2vw;
    margin-bottom: 1vw;

}

.texto-2{
    height: 5.7vw;
}

.slickdots1{
    position: relative;
    height:6.3em;
    margin-top: 2em;


    background: linear-gradient(90deg, rgba(0,0,0,1) 20%, rgba(0,0,0,1) 20%);
    background-size: 91% 2%;
    background-repeat: no-repeat;
    background-position:left center;
    
}

.bolinha{
    width: 2em;
    height: 2em;
    border-radius: 30em;
    background-color: black;
    float: left;
    margin:2em 4em 2em -1.5em;
}

ul.slick-dots{

    position: absolute;
    bottom: 1.55em;
    cursor: pointer;

}

.slick-dots li {
    font-size:1em;
}

.slick-dots > li > i {
    font-size: 1.1em;
}

.slick-dots{
    width: 100%;
    list-style-type: none;
    display: flex !important;
}

.slick-dots li{
    margin: 0.15em 5em 0em 5em;
    width: 22px;
    height:22px;
    text-align: center;

}

li.slick-active{
    border-radius: 18em;
    border: 2px solid green;
    background-repeat: no-repeat;
    background-position:center;
}

.subtxt{
    margin: 0em 5.15em 0em 4.15em;
    list-style-type: none;
}

.slickdots1 > ul:nth-child(1){
    display: none;
}


#faixa5 > div > div > div.slickdots1 > ul > li:nth-child(1){
    margin: 0.15em 5em 0em -0.3em;    

}

.subindex0{
    margin: 0em 5em 0em 0em;
}

.linha-article{
    display: grid;
    grid-template:'a1 a2';
    grid-template-columns: 30% 30%;
    grid-column-gap: 2%;
}

.verde-wrapper, .title-1, .title-2, .title-3, .title-4{
    text-align: center !important;
    text-align: -webkit-center !important;  
}

.bola-verde{
    width: 18em;
    height: 18em;
    border-radius: 30em;
    background: rgb(76,175,112);
    background: linear-gradient(90deg, rgba(76,175,112,1) 0%, rgba(69,125,18,1) 100%);
   
}

.bola-verde2{
    width: 18em;
    height: 18em;
    border-radius: 30em;
    overflow: hidden;
}

.congresso-img{
    width: 19.3em;
    border-radius: 30em; 
}

.linha-cat-title{
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0px;
    color: #C1C1C1;
    opacity: 1;
}

.linha-title{
    text-align: left;
    grid-area:a2;
    text-align: left;
}


.title-1{
    font-size: 4.5em;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 0 !important;
    text-align: left;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0px;
    color: #181C13;
    opacity: 1;
    margin-top: 0.5em;
}

.title-2, .title-3, .title-4{
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0px;
    color: #707070;
    opacity: 1;
    margin:0;
    width: 100%;
}

.title-4{
    margin-bottom: 2em;
}


.dot-sub{
    margin-top: -2em;
    display:flex;
    margin-bottom: 10em;;
}

.buttons{
    text-align: center;
}

.buttons button{
    background: transparent linear-gradient(90deg, #4CAF70 0%, #457D12 100%) 0% 0% no-repeat padding-box;
box-shadow: 5px 5px 10px #457D124D;
border-radius: 23px;
opacity: 1;
text-align: center;
font-family: 'Roboto', sans-serif;
letter-spacing: 0px;
color: #FFFFFF;
opacity: 1;
padding: 0.5em;
width: 10em;
margin: 0.3em;
transition: all 0.5s;
}


.cong-ant{
    width: 18em; 
    transition: all 0.5s;

}

.cong-ant:hover{
    transform: scale(1.1);
transition: all 0.5s;
}

.buttons.cong-btn {
    text-align: center;
}

button.cong-ant{
    width:18em;
}


/* Animação */


.confira-btn:hover{
transform: scale(1.1);
transition: all 0.5s;
}


#faixa5 > div > div > div.slickdots1 > ul > li:nth-child(1).slick-active ~ #faixa5 > div > div > div.slickdots1 > ul > li:last-child:after {
    left: 0;
  }
  #faixa5 > div > div > div.slickdots1 > ul > li:nth-child(2).slick-active ~ #faixa5 > div > div > div.slickdots1 > ul > li:last-child:after {
    left: 20%;
  }
  #faixa5 > div > div > div.slickdots1 > ul > li:nth-child(3).slick-active ~ #faixa5 > div > div > div.slickdots1 > ul > li:last-child:after {
    left: 40%;
  }
  #faixa5 > div > div > div.slickdots1 > ul > li:nth-child(4).slick-active:after {
    left: 60%;
  }
  #faixa5 > div > div > div.slickdots1 > ul > li:nth-child(5).slick-active:after {
    left: 80%;
  }


/* botão fo formulário */

.rsform-submit-button{
transition: all 0.5s;
}


.rsform-submit-button:hover{
    transform: scale(1.1);
    transition: all 0.5s;
}

.fa-facebook-f{

    transition: all 0.5s;

}

.fa-facebook-f:hover{

    transform: scale(1.1);
    transition: all 0.5s;
    color:white;
    
}
.title-2, .title-3, .title-4 {
    text-shadow: 0px 0px 0px #ffffff;
}