@import url('https://fonts.googleapis.com/css2?family=Questrial&display=swap');
body{
    font-family: 'Questrial', sans-serif;
}

.img-responsive {
    max-width: 100%;
}

header {
    position: relative;
    box-shadow: 0px 5px 4px 0px rgb(63 63 63 / 27%);
    width: 100%;
    background-color: #fff;
}
aside {
    min-height: 100vh;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #C2185B;
}

.btn-primary{
    background-color: #C2185B;
    border-color: #C2185B;
}

main.login {
    width: 400px;
}

section.full{
    width: 100%;
    min-height: 80vh;
    padding: 50px 0;
}

.modal{
    background-color: #fff;
    display: none;
    flex-direction: column;
    width: 570px;
    height: 550px;
    border-radius: 14px;
    padding: 10px;
    border: 5px solid #C2185B;
}

#formulario {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.itens-form {
    margin: 20px;
    width: 500px;
}



article.evento {
    width: 350px;
}

footer nav ul{
    list-style: none;
    display: flex;
}

footer nav ul li  {
    padding: 10px;
}

/*Banner página index*/

.banner {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0px 30px ;
    background-color: #C2185B;
}

.slide-box {
    box-shadow: 2px 2px 4px 4px #88113f;
    overflow: hidden;
    height: 450px;
    width: 1200px;
    
}

.slide-box .container-banner {
    display: flex;
    transition: transform 0.8s ease-in-out;
    transform: translateX(0);

}

img {
    object-fit: cover;
    

    
}

  