body {
    background-image: url("../img/experiencias/line.webp");
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
}
section.introduction {
    margin-bottom: 42px;
}
section.introduction h3{
    font-size: 33.33px;
    font-weight: 600;
    margin-bottom: 30px;
}
section.introduction p{
    max-width: 1030px;
    line-height: 1.5;
    font-size: 16.67px;
    font-weight: 500;
    margin-bottom: 15px;
}
section.introduction .wrapper{
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 76px;
}
section.midia {
    padding-bottom: 270px;
}
section.midia .wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
}
section.midia .wrapper .video{
    display: inline-flex;
    background-color: var(--azul);
    width: 1070px;
    height: 600px;
    margin-bottom: 47px;
}
section.midia .wrapper .video iframe{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: none;
    outline: none;
}
section.midia .wrapper .swiper{
    width: 1070px;
    height: 100%;
}
section.midia .wrapper .swiper .swiper-slide{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
section.midia .wrapper .swiper .swiper-slide .image{
    position: relative;
    display: inline-flex;
    width: 100%;
    height: 426px;
    background-color: var(--azul);
    -webkit-box-shadow: 0px 5px 20px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 5px 20px -5px rgba(0,0,0,0.75);
    box-shadow: 0px 5px 20px -5px rgba(0,0,0,0.75);
}
section.midia .wrapper .swiper .swiper-slide .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper-button-next::after{
    content: "❯" !important;
}
.swiper-button-prev::after{
    content: "❮" !important;
    
}
.swiper-button-next,
.swiper-button-prev{
    font-weight: 800 !important;
    color: var(--azul) !important;
}
section.lead{
    background-image: url("../img/leads/experiencias.webp");
}
@media(max-width: 1100px) {
    section.introduction p{
        max-width: 100%;
    }
    section.midia .wrapper .video{
        width: 100%;
        height: 300px;
    }
    section.midia .wrapper .swiper{
        width: 100%;
    }
}
@media(max-width: 468px) {
    body{
        background-size: 468px;
    }
    section.midia{
        padding-bottom: 60px;
    }
}