.atrfm-capaHome {
    height: 1000px;
    width: 100%;
}
.atrfm-capaHome > .headset {
    position: absolute;
    top: -260px;
    left: 50%;
    transform: translateX(-50%);
    width: 1400px;
    height: auto;
    z-index: -1;
}

.atrfm-capaHome > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 80px;
    font-size: 80px;
    line-height: 105px;
    color: #FFFFFF;
    text-align: center;
    padding-top: 31px;
}
.atrfm-capaHome > div > .atrfm-capaHome-titles {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.atrfm-capaHome > div > .atrfm-capaHome-titles > h1 {
    font-family: "RedHatDisplay-Regular", sans-serif;
    font-size: 80px;
    line-height: 82px;
    color: #fff;
}

.atrfm-capaHome > div > .atrfm-capaHome-titles > h2 {
    font-family: "RedHatDisplay-Bold", sans-serif;
    font-size: 80px;
    line-height: 82px;
    color: #fff;
    padding: 20px 30px;
    width: 736px;
    background: transparent linear-gradient(270deg, #009640 0%, #00673D 100%) 0% 0% no-repeat padding-box;
    border-radius: 58px;
}

@media (min-width: 1400px) and (max-width: 1600px) {
    .atrfm-capaHome > .headset {
        width: 1200px;
    }
}

@media (min-width: 1200px) and (max-width: 1400px) {
    .atrfm-capaHome > .headset {
        width: 1000px;
    }
}

@media (max-width: 1200px) {
    .atrfm-capaHome > .headset {
        position: absolute;
        top: 350px;
        width: 700px;
    }
    
    .atrfm-capaHome > div {
        font-size: 34px;
        line-height: 45px;
        padding-top: 51px;
    }
    
    .atrfm-capaHome > div > .atrfm-capaHome-titles > h1 {
        font-size: 34px;
        line-height: 36px;
    }
    
    .atrfm-capaHome > div > .atrfm-capaHome-titles > h2 {
        font-size: 34px;
        line-height: 36px;
        padding: 12px 16px;
        width: 100%;
        background: transparent linear-gradient(270deg, #009640 0%, #00673D 100%) 0% 0% no-repeat padding-box;
        border-radius: 58px;
    }
}

@media (max-width: 768px) {
    .atrfm-capaHome {
        height: 850px;
    }

    .atrfm-capaHome > .headset {
        top: 310px;
        width: 360px;
    }
    .transmissao-live > iframe {
        height: 180px!important;
    }
}