*{
    margin: 0;
    padding: 0;
    font-family: "Ubuntu",sans-serif;
}

a{
    text-decoration: none;
}

body{
    display: flex;
    flex-direction: column;
}

.container-processo .title{
    font-size: 30px;
    color: #2b7a70;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}
.texto-inicial{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
}
.container-processo p{
    width: 87vw;
    text-align: center;
    color: #6b6b6b;
    font-size: 20px;
}
.container-processo{
    width: 100vw;
}
.container-processo .presentation{
    margin-top: 20px;
    color: #2b7a70;
    font-size: 30px;
    text-align: center;
}

.container-calls{
    display: flex;
    margin-top: 20px;
    justify-content: space-around;
}

.container-call-img{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.btn-inform{
    background: #64be6e;
    width: 152px;
    color: white;
    padding: 8px;
    text-align: center;
    border-radius: 4px;
    margin: 10px 0;
}

.container-info-cursos{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.chamada-info{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
}

.chamada-info .info-title{
    background-color:#64be6e;
    font-size: 30px;
    color: white;
    padding: 20px;
    text-align: center;
    margin-top: 40px;
}

.info-title{
    width: 87vw;
}


.info-subtitle{
    font-size: 24px;
}

.container-periodo-inscricao{
    margin:30px 0;
    text-align: center;
}

.table-polos{
    width: 360px;
}

.head-table{
    background-color:#64be6e;
}

.aviso-importante{
    color: #6b6b6b;
    margin: 30px;
}
.cronograma{
    margin-top: 30px;
}
.table-cronograma th{
    background-color: #64be6e;
    color: white;
}
/*Efeito zebrado*/
.table-cronograma tr:nth-child(odd){
    background-color: #ebebeb;
}
.table-cronograma tr:nth-child(even){
    background-color: #fff;
}
.edital-errata tr:nth-child(odd){
    background-color: #ebebeb;
}
.edital-errata  tr:nth-child(even){
    background-color: #fff;
}
/**/
.table-cronograma{
    width: 87vw;
}
.table-cronograma td{
    padding: 10px;
}
.coluna-center{
    text-align: center;
}
.container-duvidas{
    display: flex;
    margin-top: 60px;
    justify-content: space-around;
    align-items: center;
    background-color: #3b3b3b;
    padding: 20px;
    color: #fff;
}
.col-info{
    box-sizing: border-box;
    margin:20px 0;
}
.edital-errata-btn{
    margin: 20px 0;
}
.edital-errata-data{
    margin: 0 10px;
}
.col-padding10{
    padding: 0 10px ;
}
/*Responsividade*/
@media(max-width: 1024px){
    .container-calls{
        display: flex;
        flex-direction: column;
        margin-top: 20px;
        justify-content: space-around;
    }
}