*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: sans-serif;
}

body{
    min-height: 100vh;
    background: #e3e3d8;
}

.title24-25{
    background: #ffffff;
    text-align: center;
    padding: 70px 0 0 0;
}

.title23-24{
    background: #e5e5f7;
    text-align: center;
    padding: 10px 0;
}

h1{
    font-size: 40px;
}

.periodo24-25{
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 60vh;
    background: #ffffff;
}

.periodo23-24{
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 60vh;
    background: #e5e5f7;
}

.card{
    position: relative;
    width: 250px;
    height: 350px;
    border-radius: 10px;
    box-shadow: 2px 3px 5px rgba(73, 69, 52, 0.4);
    margin: 40px;
}

.card .content{
    position: relative;
    z-index: 100;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    text-align: center;
    padding: 20px;
    background: #ffffff;
}

.card .content .img{
    height: 50%;
    margin-bottom: 20px;
}

.card .content .img img{
    position: relative;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}

.card .content span {
    position: absolute;
    width: 350px;
    height: 200px;
    background: #001a49;
   /* background: linear-gradient(to right, #001a49, #5b6b8b);*/
    transform: rotate(-35deg);
    top: -50px;
    left: -100px;
}

.card .content h4{
    font-size: 15px;
    color: #000000;
    margin-bottom: 5px;
}

.card .content h6{
    font-size: 13px;
    color: #000000;
}

.card .content p{
    font-size: 13px;
    color: #1a161f;
    margin-top: 10px;
}
