.eventos h2 {
    font-family: "Ropa Sans";
    font-size: 54px;
    margin-bottom: 32px;
    color: #474955;
}
.eventos_conteudo {
    float: right;
}
.eventos_form {
    width: 50%;
    background: #dddcdc;
}
.eventos_descricao {
    width: 50%;
    background: #f1f2f2;
}

.eventos_descricao-imagem img {
    width: 100%;
    height: auto;
}

.eventos_descricao-texto {
    padding: 48px;
}
.eventos_descricao-texto img {
    width: 100%;
    height: auto;
}

.eventos_form-cadastro {
    width: 600px;
    float: right;
    padding: 48px;
}
.eventos_form-cadastro input[type="text"] {
    padding: 8px;
    height: 48px;
}
.eventos_form-cadastro select {
    padding: 8px;
    height: 48px;
}

.eventos_sem-evento {
    padding-top: 72px;
    padding-bottom: 72px;
}



.eventos-galeria {
    padding-bottom: 54px;
    background: #f1f2f2;
}
.eventos-galeria-titulo {
    padding-top: 54px;
    padding-bottom: 54px;
}
.eventos-galeria-titulo h2 {
    margin-bottom: 32px;
    font-family: "Ropa Sans", sans-serif;
    font-size: 48px;
    font-weight: 800;
    color: #474955;
    line-height: 18px;
    text-transform: uppercase;
}
.eventos-galeria-titulo p {
    font-family: "Raleway", Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 24px;

}
.eventos-container {
    background-color: #fff;
    border-radius: 8px;
    height: 540px;
    margin-bottom: 24px;
    transition: 0.5s;
}
.eventos-container:hover {
    -webkit-box-shadow: 6px 6px 19px -7px rgba(0,0,0,0.25);
    -moz-box-shadow: 6px 6px 19px -7px rgba(0,0,0,0.25);
    box-shadow: 6px 6px 19px -7px rgba(0,0,0,0.25);
    transition: 0.5s;
}
.eventos-container img{
    width: 100%;
    height: auto;
    border-radius: 8px 8px 0 0;
}
.envetos-container-informacoes {
    padding: 18px;
}
.eventos-container a {
    text-decoration: none;
}
.eventos-container a h3 {
    margin: 0;
    margin-top: 12px;
    margin-bottom: 18px;
    padding: 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #aa2e2e;
    text-transform: uppercase;
}
.eventos-container a p {
    color: #333333;
    font-family: "Raleway", Arial, sans-serif;
}
.eventos-container-datas span {
    display: inline-block;
    margin-bottom: 8px;
    margin-right: 2px;
    padding: 3px;
    padding-left: 8px;
    padding-right: 8px;
    font-family: "Raleway", Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    background-color: #474955;
    border-radius: 5px;
    color: #fff;
    text-transform: lowercase;
}
.eventos-container-btn {
    position: absolute;
    width: 82%;
    bottom: 54px;
}
.eventos-container-btn span {
    display: inline-block;
    padding: 8px;
    padding-left: 16px;
    padding-right: 16px;
    border: 1px solid #aa2e2e;
    border-radius: 8px;
    color: #aa2e2e;
    transition: 0.5s;
}
.eventos-container-btn span:hover {
    background-color: #aa2e2e;
    color: #fff;
    transition: 0.5s;
}

.evento-btn {
    text-align: center;
    padding-top: 36px;
    padding-bottom: 36px;
}

.evento-btn a {
    display: inline-block;
    padding: 12px;
    padding-left: 24px;
    padding-right: 24px;

    background-color: #E44002;
    border: 1px solid #E44002;
    border-radius: 8px;

    color: #fff;

    text-decoration: none;
    font-family: "Raleway", Arial, sans-serif;
    font-size: 18px;
} 
.evento-btn a:hover {
    background-color: transparent;
    color: #aa2e2e;
}

.eventos_form-cadastro img {
    display: inline-block;
    width: 100%;
    height: auto;
    margin-bottom: 18px;
    margin-top: 18px;
}

@media (max-width: 1120px) {

    .eventos_form-cadastro {
        width: 540px;
    }
}

@media (max-width: 800px) {

    .eventos_conteudo {
        float: none;
    }
    .eventos_form {
        width: 100%;
    }
    .eventos_descricao {
        width: 100%;
    }

    .eventos_form-cadastro {
       float: none;
       width: 100%;
       padding: 24px;
    }

    .eventos_descricao-texto {
        padding: 24px;
    }

    .eventos-container {
        background-color: #fff;
        border-radius: 8px;
        height: auto;
        margin-bottom: 24px;
    }

    .eventos-container-btn {
        position: inherit;
        margin-top: 36px;
        width: 100%;
        bottom: 0;
    }
}

@media (max-width: 600px) {
    .eventos_conteudo h2 {
        font-size: 48px !important;
    }

    .eventos-container {
        background-color: #fff;
        border-radius: 8px;
        height: auto;
        margin-bottom: 24px;
    }

    .eventos-container-btn {
        position: inherit;
        margin-top: 36px;
        width: 100%;
        bottom: 0;
    }
}