body{
    overflow-x: hidden !important;
}
section.introduction {
    background-image: url("../img/agencia/line.webp");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    padding-bottom: 80px;
}
section.introduction h3{
    font-size: 33.33px;
    font-weight: 600;
    margin-bottom: 30px;
}
section.introduction .wrapper{
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 76px;
}
section.introduction .wrapper .swiper{
    width: 553px;
    height: auto;
}
section.introduction .wrapper .swiper-slide{
    display: flex;
    align-items: center;
    justify-content: center;
}
section.introduction .wrapper .swiper-wrapper{
    padding-bottom: 50px;
}
section.introduction .swiper-pagination-bullet {
	padding: 2px 10px;
	border-radius: 0;
	width: 30px;
	height: 1px;
	text-align: center;
	line-height: 30px;
	font-size: 12px;
	color:#000;
	opacity: 1;
	background: #2a4c7bcd;
}
section.introduction .swiper-pagination-bullet-active {
	color:#fff;
	background: var(--azul);
}
section.introduction .wrapper .image{
    display: inline-flex;
    width: 553px;
    height: 443px;
    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.introduction .wrapper .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
section.introduction .wrapper .text{
    width: 550px;
}
section.introduction .wrapper .text h4{
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 44px;
    transform: translateX(5px);
}
section.introduction .wrapper .text p{
    line-height: 1.5;
    font-size: 16.67px;
    font-weight: 500;
}
section.introduction .wrapper .text p a{
    text-decoration: underline;
    font-weight: 500;
}
section.introduction .wrapper:nth-child(3){
    flex-direction: row-reverse;
    text-align: right;
}
section.diferenciais {
    padding-top: 15px;
    padding-bottom: 100px;
}
section.diferenciais h3{
    font-size: 33.33px;
    font-weight: 600;
    margin-bottom: 27px;
}
section.diferenciais .wrapper{
    display: flex;
    flex-wrap: wrap;
    /* gap: 10px; */
    justify-content: space-between;
}
section.diferenciais .wrapper .item{
    flex-basis: 22%;
    overflow: hidden;
    width: 100%;
}
section.diferenciais .wrapper .item .image{
    display: inline-flex;
    width: 100%;
    height: 307px;
    background-color: var(--azul);
}
section.diferenciais .wrapper .item:nth-child(even) .image{
    height: 600px;
}
section.diferenciais .wrapper .item .text .title{
    display: flex;
    min-height: 95px;
}
section.diferenciais .wrapper .item .text .title h4{
    margin-top: 10px;
    /* text-wrap: nowrap; */
    font-size: 25px;
    font-weight: 600;
}
section.lead{
    background-image: url("../img/leads/agencia.webp");
}
@media(max-width: 1100px){
    section.introduction .wrapper{
        flex-direction: column;
    }
    section.introduction .wrapper .swiper,
    section.introduction .wrapper .image{
        width: 100%;
    }
    section.introduction .wrapper .text{
        width: 100%;
    }
    section.introduction .wrapper:nth-child(3){
        flex-direction: column;
        text-align: left;
    }
    section.diferenciais .wrapper {
        gap: 30px;
        justify-content: center;
    }
}
@media(max-width: 468px){
    section.introduction{
        padding-bottom: 10px;
    }
    section.diferenciais .wrapper .item{
        flex-basis: 100%;
    }
    section.diferenciais .wrapper .item .image{
        height: auto !important;
    }
}