@font-face {
    font-family: 'WellingtonsMediun';
    src: url('../fonts/TT\ Wellingtons\ Trial\ Medium.otf');
}
html, body {
    position: relative;
    height: 100%;
}
body {
    background: #eee;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
}
.swiper {
    width: 92%;
    padding-top: 50px;
    padding-bottom: 50px;
}
.swiper-slide {
    background-position: center;
    background-size: cover;
    width: 450px;
    height: 300px;
    background-color: transparent
    
}
.swiper-slide img {
    display: block;
    width: 100%;
    border-radius: 50px;
}
.swiper-pagination-bullet-active{
    background-color: red;
}
/* Texto */
main{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
}
main > p{
    width: 90%;
    text-align: center;
    font-family: 'WellingtonsMediun', 'Times New Roman', Times, serif;
    font-size: 15pt;
    color: black;
}











