
@import url('base.css');

main {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 50px;
}

.title {
    gap: 40px;
    display: flex;
    width: 60%;
}

h1{
    color: black;
    font-size: 42px;
    line-height: 40px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    margin-bottom: 40px;
}

h1 span{
    color: var(--laranja);
    font-size: 84px;

}

sl-carousel {
    padding: 16px;
    width: 50vw;
    padding-bottom: 130px;
}

img{
    border-radius: 30px;
}

.texto{
    text-align: center;
    width: 1187px;
    margin-top: -141px;
    padding: 53px;
    padding-bottom: 100px;
    font-size: 18px;
}

@media (max-width: 768px) {
    .texto {
        margin-left: 10px;
        margin-right: 10px;
        width: 100%;
        text-align: justify;
    }
   
    sl-carousel {
    padding: 16px;
    width: 100vw;
    padding-bottom: 130px;
}
    }

