
.section {
    padding: 40px 0;
    margin-bottom: 20px;
    background-position: center;
    background-size: cover;
}
body {
    background-image: none;
    background-color: #0e1721; 
}
.orario{
    height: 800px;
}
.au-container {
    background-color: #0e1721;
    width: 100%;
    margin: 0 auto;
    padding: 0px 20px;
    border-radius: 10px;
}
.au-container p {
    padding-top: 40px;
}
.au-container h2 {
    padding-top: 30px;
    margin-top: 170px;
    font-size: 32px;
    color: #f7f0ca;
    margin-bottom: 20px;
    animation: titlemove 3s;
}
@keyframes titlemove {
    from {
        margin-bottom: 0px;
        font-size: 15px;
    }
    to {
        margin-bottom: 20px;
        font-size: 32px;
    }
}

.au-container p {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    font-size: 16px;
    line-height: 1.8;
    color: #fff;
    animation: paragrafos 2s;
    width: 60%;
}
@keyframes paragrafos {
    from {
        margin-left: 200px;
        line-height: 3;
    }
}
.mathimata-img {
    padding-bottom: 20px;
    width: 60vh;
    padding-bottom: 20px;
    max-height: 230px;
    object-position: center;
    object-fit: cover;
    border-radius: 10px;
    margin-top: 20px;
    animation: ikona 3s;
}
@media only screen and (max-width: 650px) {
    .mathimata-img{
        width: 75%;
    }
    .au-container p {
        font-size: 14px;
        line-height: 1.4;
        color: #fff;
        animation: paragrafos 2s;
        width: 60%;
    }
}
@keyframes ikona {
    from {
        opacity: 0.3;
        visibility: hidden;
        margin-top: 700px;
    }
}
.stixia-xwrou {
    background-color: #17212c;
}
.stixia-xwrou h3{
    color: white;
    margin-top: 10px;
}
.mathimata-title{
    font-size: 30px;
    background-color: #f7f0ca;
    color: black;
    margin-top: 30px;
}
.mathimata-plh {
    font-size: 20px;
    background-color: #344f6ebe;
    color: gray;
}
