body{
    background-color: #f5f5f5;
}

#post{
    margin: 50px 0 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.banner-post{
    padding: 0;
}

.info-post{
    background-color: #fff;
    padding: 20px;
}

.desc-evento{
    background-color: #fff;
    padding: 20px;
}

.desc-evento h2, h3 {
    color: #222;
}

.desc-evento h3{
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 1px;
}

.desc-evento p{
    font-size: 16px;
    color: #555555;
    letter-spacing: 1px;
    line-height: 25px;
    font-weight: 300;
}

.info-kits{
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 50px 50px;
    background-color: #fff;
    gap: 50px;
}

.card-kit{
    width: 200px;
    height: 200px;
    padding: 10px;
    border: solid 1px #15C5FF;
    background-color: #15C5FF;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.card-kit:hover{
    box-shadow: 1px 1px 5px #999999;
}

.card-kit span{
    color: #ececec;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 15px;
}

.card-kit button {
    padding: 8px 10px;
    border-radius: 5px;
    background-color: #ffffff;
}

.card-kit button:hover{
    background-color:#015672 ;
}

.card-kit button a {
    text-decoration: none;
    color: #555555;
}

.card-kit button a:hover{
    color: #fff;
}

.separator{
    width: 50px;
    border:  solid 1px #00C0FF;
    background: #00C0FF;
    margin-top: 10px;
    margin-bottom: 30px;
}


#inscricao{
    background-color: #fff;
    padding: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    
}

.line-cards{
    gap: 50px;
    display: flex;
    justify-content: center;
}

.card-subscribe{
    border: solid 1px #00C0FF;
    border-radius: 5px 5px 0px 0px;
    background-color: #fff;
    padding: 0;
    max-width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    
}

.card-head{
    background-color: #00C0FF;
    padding: 10px;
    font-size: 20px;
    line-height: 35px;
    letter-spacing: 1px;
    font-weight: 500;
    color: #fff;
    width: 100%;
    text-align: center;
}

.card-content{
    padding: 20px;
  
}

.card-content span{
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    
}

.card-content span ul {
    padding-top: 10px 0px 10px 0px;
}
.card-content ul li {
    font-size: 14px;
    line-height: 25px;
    color: #555555;
    font-weight: 300;
}

.card-content button {
    padding: 5px 10px;
    border: solid 1px #00C0FF;
    border-radius: 5px;
    font-size: 15px;
}

.indi{
    background-color: #00C0FF;
    margin-bottom: 10px;
}

.indi:hover{
    box-shadow: 1px 1px 5px #999999;
}

.indi a{
    color: #fff;
    text-decoration: none;
}

.grupo{
    background-color: #fff;
}

.grupo:hover{
    box-shadow: 1px 1px 5px #999999;
}

.grupo a {
    color: #00C0FF;
    text-decoration: none;
}

.type1{
    background-color: #00C0FF;
}
.type2{
    background-color: #008DBB;
}
.type3{
    background-color: #015672;
}

#mapa{
    padding: 0;
}

/* Responsivo */
@media (min-width: 320px) {

    #post{
        padding: 0px 15px;
    }

    .info-kits{
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: center;
    }


}
