#buscamos {
    width: 100%;
    height: auto;
    background: #FFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto  ;
}

#buscamos h2.subtitle{
    width: 40%;
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 700;
    font-size: 45px;
    line-height: 45px;

    text-align: center;

    color: #012D3F;
    margin: 84px 0 50px;
}

#buscamos .buscamos_info_img{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    gap: 137px;
}

#buscamos .buscamos_info_img > img{
    width: 454px;
    height: auto;
}

#buscamos .buscamos_info_img.reverse{
    flex-direction: row-reverse;
    margin-top: 82px;
    margin-bottom: 117px;
}

#buscamos .buscamos_info_img .info_extra{
    width: 490px;
    display: flex;
    flex-direction: column;
    gap: 38px;
}

#buscamos .buscamos_info_img.reverse .info_extra.reverse{
    align-items: flex-end;
    text-align: end;
    width: 449px;
}

#buscamos .buscamos_info_img .info_extra .banco_publicos{
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 29px;

    color: #012D3F;
    letter-spacing: 1px;
    margin: 0;
}

#buscamos .buscamos_info_img .info_extra .icon_info > p{
    display: flex;
    align-items: center;
    gap: 10px;

    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;

    color: #012D3F;
    margin: 0;
}

.iframe_video_home  {
    overflow: hidden;
    position: relative;
    width: 64%;
    padding-bottom: 36%;
    margin-bottom: 50px;
    box-shadow: 2px 3px 23px 1px rgba(0, 0, 0, 0.75);
}



.iframe_video_home iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border:none;
    transform: scale(0.99999);
}
.iframe_video_home .iframe_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10; /* Certifique-se de que isso esteja acima do z-index do iframe */
    background: transparent;
    cursor: pointer; /* Para mostrar o cursor como um link */
}