.init-img img{
    width: 100%;
    height: auto;
}

.titleHora{
    text-align: center;
    color: white;
    margin-top: 40px;
    margin-bottom: 20px;
}

.titleHora h1{
    font-size: 40px;
}

.titleEventos{
    text-align: center;
    color: white;
    margin-top: 40px;
    margin-bottom: 20px;
}

.titleEventos h1{
    font-size: 40px;
}

.box1{
    display: flex;
    justify-content: center;
}

.box-init{
    display: grid;
    max-width: 85%;
    grid-template-columns: auto auto;
    align-items: center;
    padding: 50px;


    color: white;
}

.texts{
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.texts h1{
    font-size: 35px;
}

.texts p{
    width:80%;
    font-size: 20px;
}

.texts-img{
    display: flex;
    gap: 8px;
}

.texts img{
    width: 50px;
}

.imgs img{
    width: 450px;
    border-radius: 25px;
}

/**/

.box2{
    display: flex;
    justify-content: center;
}

.box-hora{
    display: grid;
    grid-template-rows: auto auto auto;
    align-items: center;
    width: 40%;
    height: 80vh;
    background-color: #3D3D3D;
    border-radius: 20px;

    color: white;
}

.domingo{
    display: flex;
    flex-direction: column;
    text-align: center;
}

.domingo h2{
    font-size: 30px;
}

.domingo h3{
    font-size: 25px;
    font-weight: 550;
}

.quarta{
    display: flex;
    flex-direction: column;
    text-align: center;
}

.quarta h2{
    font-size: 30px;
}

.quarta h3{
    font-size: 25px;
    font-weight: 550;
}

.sabado{
    display: flex;
    flex-direction: column;
    text-align: center;
}

.sabado h2{
    font-size: 30px;
}

.sabado h3{
    font-size: 25px;
    font-weight: 550;
}

.line{
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.line div{
    width: 55%;
    border-bottom: #C90909 solid 3px;
}

/**/


.box3{
    display: flex;
    justify-content: center;
    gap: 60px;
    flex-wrap: wrap;
}

.card{
    width: 280px;
    height: 380px;
    background-color: #3D3D3D;
    border-radius: 15px;
    color: white;
}

.card img{
    width: 100%;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.titleCards{
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 8px;
    margin-top: 25px;
    margin-bottom: 15px;
}

.titleCards h1{
    font-size: 25px;
}

.cardbutton{
    display: flex;
    justify-content: center;
}

.cardbutton button{
    width: 160px;
    height: 45px;
    border-radius: 10px;
    background-color: #C95252;
    border: none;
    color: white;
    font-weight: 500;
}

/*RESPOSIVIDADE*/
/*box1*/

@media (max-width: 1100px){
    .box-init{
        display: flex;
        max-width: 75%;
        flex-direction: column;
        align-items: start;
        padding: 50px;
        gap: 30px;


        color: white;
    }

    .texts p{
        width: auto;
        font-size: 20px;
        text-align: justify;
    }
}

@media (max-width: 600px){
    .imgs img{
        width: 100%;
    }
}

/*box2*/

@media (max-width: 900px){
    .texts h1{
        font-size: 30px;
    }

    .texts-img img{
        width: 40px;
    }

    .box-hora{
        display: grid;
        grid-template-rows: auto auto auto;
        align-items: center;
        width: 80%;
        height: 80vh;
        background-color: #3D3D3D;
        border-radius: 20px;
        padding: 10px;

        color: white;
        
    }

}

@media (max-width: 430px){
    .domingo h2{
        font-size: 25px;
    }

    .domingo h3{
        font-size: 20px;
    }

    .quarta h2{
        font-size: 25px;
    }

    .quarta h3{
        font-size: 20px;
    }

    .sabado h2{
        font-size: 25px;
    }

    .sabado h3{
        font-size: 20px;
    }
}
