body {
    font-family: 'Oswald';
    margin: 0;
    padding: 0;
    background-color: #15161bc4;
    background-position: center center;
    background-size: cover;
    background-image: url(../imagens/fundo-roxo.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
}

header {
    background-color: rgb(211 30 235);
    display: flex;
    justify-content: center;
}

.h2-header {
    margin: 1rem 0px 0px 0px;
}

.h4-header {
    text-align: center;
    margin: 0px;
    color: #fff;
    font-size: 14pt;
}

.p-header {
    text-align: center;
    margin: 0.50rem;
    color: #fff;
    font-size: 18pt;
}


.logo h2 {
    color: #fff;
    font-size: 30px;
}

.section-videos {
    display: flex;
    justify-content: center;
    margin-top: 100px;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
}

.section-1 {
    display: flex;
    justify-content: center;
    margin-top: 50px;
    flex-wrap: wrap;
    align-items: center;
}

.area-title h3 {
    color: #fff;
    font-weight: normal;
}

.area-title h1 {
    color: #fff;
    font-size: 50px;
    line-height: 50px;
    margin-top: -16px;
}

.area-title a {
    display: inline-block;
    background-color: rgb(211 30 235);
    padding: 15px 60px;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}

.btn-canal {
    display: inline-block;
    background-color: rgb(211 30 235);
    padding: 15px 60px;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}

.image1 img {
    width: 40rem;
    height: auto;
    margin-top: 20px;
    margin-left: 55px;
}


.section-1-1 {
    height: 342px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 100px;
}

.section-1-2 {
    height: 342px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 7rem 0 7rem 0;    
}

.section-3 {
    background-color: rgb(211 30 235);
    height: 342px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 100px;
}

.area-title-2 h1 {
    color: #fff;
    font-size: 35px;
}

.area-title-2 h3 {
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    margin-top: -26px;

}

.area-title-2 a {
    display: inline-block;
    background-color: #fff;
    padding: 20px 85px;
    font-size: 19px;
    font-weight: bold;
    cursor: pointer;
}

.image2 img {
    width: 20rem;
    height: auto;
    margin-top: 5px;
    margin-left: 100px;
}

.area-form {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 100px;
    flex-direction: column;
}

.area-form h2 {
    color: #fff;
    text-align: center;
}

.formulario form {
    display: flex;
    flex-direction: column;
    width: 400px;
    height: 300px;
}

.formulario input {
    margin-top: 20px;
    padding-left: 10px;
    height: 40px;
    border: none;
    outline: none;
    font-family: 'Oswald';
}

input::placeholder {
    color: #000;
    text-transform: uppercase;
}

input[type="submit"] {
    background-color: rgb(211 30 235);
    text-transform: uppercase;
    font-size: 20px;
    color: #fff;
    height: 55px;
    cursor: pointer;
}

footer {
    margin-top: 100px;
    background-color: rgb(211 30 235);
    height: 80px;
}

.d-flex-center-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}




.row {
    display: flex;
    justify-content: center;
    align-items: center;
}

.card {
    margin: 10px;
    width: 400px;
    transition: all 0.3s ease-out;
}

.card:hover {
    transform: translateY(-5px);
    cursor: pointer;
}

.card p {
    color: #a3a5ae;
    font-size: 16px;
}

.image {
    float: right;
    max-width: 64px;
    max-height: 64px;
}

