.seja-avicultor {
    padding: 3.53rem 0 0;
    background: url(../../assets/img/dirsbg1.svg) no-repeat top center;
    overflow: hidden;
}

.seja-avicultor .row>*:has(.sectitle) {
    display: flex;
    align-items: center;
}

.seja-avicultor .sectitle {
    text-transform: none;
    max-width: 504px;
    font-size: 45px;
    font-variation-settings: "wght" 600;
    line-height: 55px;
    padding-bottom: 27px;
    border-bottom: 1px dashed var(--line);
    margin-bottom: 0;
}

.seja-avicultor .sectitle::before {
    display: none;
}

.seja-avicultor .img {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 641px;
    aspect-ratio: 1/.66614;
}

.seja-avicultor .img::before,
.seja-avicultor .img::after {
    content: '';
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    aspect-ratio: 1/1;
}

.seja-avicultor .img::before {
    bottom: -17.31%;
    left: 1.87%;
    width: 57.41%;
    background-color: var(--main);
}

.seja-avicultor .img::after {
    width: 69.42%;
    right: -1.87%;
    bottom: -19.03%;
    background-color: #fbbc4380;
}

.seja-avicultor .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.requisitos {
    position: relative;
    padding: 3.6rem 0 3.73rem;
    background: url(../../assets/img/acertimg2.webp) no-repeat 0 -23.26rem;
    background-size: cover;
}

.requisitos::before,
.requisitos::after {
    content: '';
    position: absolute;
    z-index: 1;
    width: 100%;
    -webkit-mask-image: url(../../assets/img/vifx.svg);
    mask-image: url(../../assets/img/vifx.svg);
    background-size: cover !important;
}

.requisitos::before {
    height: 2rem;
    top: -2rem;
    background: url(../../assets/img/acertimg2.webp) no-repeat 0 -18.33rem;
    -webkit-mask-position: top;
    mask-position: top center;
}

.requisitos::after {
    height: 27px;
    bottom: -1vw;
    background: url(../../assets/img/acertimg2.webp) no-repeat 0 -43.73rem;
    background-size: cover;
    -webkit-mask-position: bottom center;
}

.requisitos .title {
    max-width: 458px;
    position: relative;
    text-transform: uppercase;
    text-align: center;
    color: var(--white);
    font-size: 28px;
    font-variation-settings: "wght" 700;
    line-height: 121.1%;
    margin: 0 auto 4rem;
}

.requisitos .title strong {
    color: var(--main);
}

.requisitos .title::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -26px;
    width: 178px;
    height: 6px;
    background-color: var(--main);
    border-radius: 50px;
    margin: 0 auto;
}

.requisitos .box {
    padding: 16px 53px;
    border-radius: 10px;
    background: #ffffffeb;
    backdrop-filter: blur(3.5px);
}

.requisitos .box .tit {
    color: var(--green);
    font-size: 18px;
    font-variation-settings: "wght" 800;
    line-height: 25px;
}

.passos {
    padding: 1rem 0 7.8rem;
    background: url(../../assets/img/chfeetleft.svg) no-repeat top left, url(../../assets/img/archrecban2.svg) no-repeat top right, url(../../assets/img/contfxbg.svg) no-repeat bottom center;
    background-size: 11%, auto, auto;
}

.passos>* {
    position: relative;
    padding: 3.86rem 0 7rem;
    overflow: hidden;
}

.passos>* .container {
    max-width: calc(980px + 140px);
}

.passos>*:not(:last-child) .l {
    position: absolute;
    bottom: 0;
    width: 100%;
    max-width: 980px;
    height: 1px;
    border-bottom: 1px dashed #C3C3C3;
}

.passos>*:not(:last-child) .l::before {
    content: '';
    position: absolute;
    left: -101px;
    bottom: 19px;
    width: 3px;
    height: 184px;
    background-color: #FDDDA1;
}

.passos>*:last-child {
    padding-bottom: 0;
}

.passos>*:has(select) {
    padding-bottom: 24px;
}

.passos>* .col-lg-3 {
    width: 30%;
}

.passos>* .row>*:has(.tit) {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.passos>* .df,
.passos>* .num,
.passos>* .img,
.passos>* .tit,
.passos>* .icon,
.passos>* .row .df a {
    display: flex;
    align-items: center;
}

.passos>* .df:has(.num) {
    gap: 13px;
    margin-bottom: 1rem;
}

.passos>* .df:has(.icon) {
    gap: 9px;
}

.passos>* .num {
    justify-content: center;
    width: 50px;
    aspect-ratio: 1/1;
    color: var(--white);
    font-size: 28px;
    font-family: var(--mont);
    font-variation-settings: "wght" 500;
    line-height: 34px;
    border-radius: 50%;
    background-color: var(--main);
}

.passos>*:nth-child(even) .num {
    background-color: var(--green);
}

.passos>* .title {
    color: var(--dtext);
    font-size: 38px;
    font-family: var(--mont);
    font-variation-settings: "wght" 600;
    line-height: 46px;
}

.passos>* .img {
    position: relative;
    width: 100%;
    max-width: 276px;
    aspect-ratio: 1/.86956;
    background-color: var(--white);
    border: 1px solid var(--line);
    border-radius: 5px;
}

.passos>* .img::before,
.passos>* .img::after {
    content: '';
    position: absolute;
    z-index: -1;
}

.passos>* .img::before {
    left: -20px;
    width: 43px;
    aspect-ratio: 1/1;
    background-color: var(--main);
    border: 2px solid var(--grey);
    border-radius: 50%;
}

.passos>* .img::after {
    z-index: -2;
    top: calc(50% - 268px);
    left: -102px;
    width: 102px;
    aspect-ratio: 1/2.64705;
    border-bottom: 3px solid #FDDDA1;
    border-left: 3px solid #FDDDA1;
    border-bottom-left-radius: 36px;
}

.passos>*:not(:first-child) .img::after {
    top: calc(50% - 222px);
    aspect-ratio: 1/2.2;
}

.passos>* .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.passos>* .tit {
    max-width: 465px;
    gap: 1rem;
    color: var(--dtext);
    font-size: 24px;
    font-variation-settings: "wght" 700;
    line-height: 33px;
    padding-bottom: 19px;
    border-bottom: 1px dashed var(--line);
    margin-bottom: 17px;
}

.passos>*:has(select) .tit {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 13px;
}

.passos>* .subtitle,
.passos>* .text {
    color: var(--text);
    font-size: 16px;
    font-family: var(--roboto);
    font-variation-settings: "wght" 300;
    line-height: 23px;
}

.passos>* .subtitle {
    max-width: 465px;
    padding-bottom: 7px;
    border-bottom: 1px dashed var(--line);
    margin-bottom: 9px;
}

.passos>* .text,
.passos>*:has(select) select,
.passos>* .row .df {
    max-width: 580px;
}

.passos>*:has(select) .text {
    margin-bottom: 11px;
}

.passos>* select {
    width: 100%;
    height: 46px;
    color: var(--dtext);
    font-size: 16px;
    font-family: var(--roboto);
    font-variation-settings: "wght" 700;
    line-height: 23px;
    padding: 0 26px;
    background-color: var(--white);
    border-radius: 5px;
    border: 1px solid #22263c26;
    margin-bottom: 17px;
}

.passos>* .icon {
    justify-content: center;
    min-width: 29px;
    aspect-ratio: 1/1.93103;
    border-radius: 5px;
    background-color: var(--main);
}

.passos>* .row .df>*:last-child {
    display: flex;
    flex-direction: column;
    width: 100%;
    color: var(--text);
    font-size: 14px;
    font-family: var(--roboto);
    font-variation-settings: "wght" 400;
    line-height: 23px;
}

.passos>* .row .df a {
    width: 100%;
    height: 37px;
    color: var(--black);
    font-size: 14px;
    font-family: var(--roboto);
    font-variation-settings: "wght" 400;
    line-height: 23px;
    padding: 0 10px;
    border-radius: 5px;
    border: 1px solid #f6f6f680;
    background-color: var(--grey);
}

section.contato {
    position: relative;
    padding: 2.73rem 0 2.33rem;
    background: url(../../assets/img/contbg.svg) no-repeat bottom center;
    background-color: #EC9706;
    margin-top: 41px;
}

section.contato::before {
    content: '';
    position: absolute;
    z-index: 1;
    top: -55px;
    width: 100%;
    height: 76px;
    background: url(../../assets/img/contfx.svg) no-repeat center;
    background-size: cover;
}

.contato .uptitle {
    color: #ffffffbf;
    font-size: 18px;
    font-variation-settings: "wght" 400;
    line-height: 25px;
}

.contato .title {
    max-width: 382px;
    color: var(--white);
    font-size: 28px;
    font-variation-settings: "wght" 600;
    line-height: 38px;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--line);
    margin-bottom: 24px;
}

.contato .conts,
.contato .conts>*,
.contato .conts>* .icon {
    display: flex;
}

.contato .conts {
    flex-direction: column;
    gap: 27px;
}

.contato .conts>*,
.contato .conts>* .icon {
    align-items: center;
}

.contato .conts>* {
    gap: 14px;
}

.contato .conts>*>*:last-child {
    color: var(--white);
    font-size: 16.098px;
    font-variation-settings: "wght" 500;
    line-height: 22px;
}

.contato .conts>* .icon {
    justify-content: center;
    min-width: 79px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background-color: var(--white);
}

.contato .conts>* .telp,
.contato .conts>* .mailp {
    color: var(--white);
    font-size: 20px;
    font-variation-settings: "wght" 700;
    line-height: 27px;
}

.contato .box {
    background-color: var(--white);
    border-radius: 10px;
    box-shadow: 0px 4px 40px 0px #00000040;
}

.contato .box .ftitle {
    color: #334358;
    font-size: 28px;
    font-variation-settings: "wght" 600;
    padding: 16px 4rem 11px;
    border-bottom: 1px solid var(--line);
}

.contato .box .form {
    padding: 12px 4rem 2.2rem;
}

.contato .box .form .row {
    gap: 13px 0;
}

.contato .box .form .lb {
    color: #334358;
    font-size: 16px;
    font-variation-settings: "wght" 600;
    letter-spacing: 0.08px;
    margin-bottom: 5px;
}

.contato .box .form .ipts {
    width: 100%;
    height: 45px;
    padding: 0 16px;
    border: 1px solid #D4D3E4;
    border-radius: 10px;
    background-color: var(--white);
    color: var(--dtext);
    font-size: 14px;
    font-variation-settings: "wght" 600;
    letter-spacing: 0.07px;
}

.contato .box .form .txta {
    width: 100%;
    height: 139px;
    padding: 16px;
    border: 1px solid #D4D3E4;
    border-radius: 10px;
    background-color: var(--white);
    color: var(--dtext);
    font-size: 14px;
    font-variation-settings: "wght" 600;
    letter-spacing: .5px;
    resize: none;
}

.contato .box .form select {
    color: var(--dtext) !important;
    font-variation-settings: "wght" 700 !important;
}

.contato .box .form .ipts:focus-visible,
.contato .box .form .txta:focus-visible {
    outline: none;
}

.contato .box .form .ipts::placeholder,
.contato .box .form .txta::placeholder {
    color: #4e4e74a6;
    font-variation-settings: "wght" 400;
}

.contato .box .form .tlb {
    color: #475D79;
    font-size: 12px;
    font-variation-settings: "wght" 500;
    line-height: 16px;
    letter-spacing: 0.048px;
}

.contato .box .form .send {
    position: relative;
    display: flex;
    align-items: center;
}

.contato .box .form .send svg {
    position: absolute;
    right: 40px;
}

.contato .box .form .dbtn {
    border: none;
    width: 100%;
}

.contato .form .wpcf7-not-valid-tip {
    font-size: 14px;
    bottom: -21px;
    right: 0;
}


/* MEDIA QUERIES */

@media(max-width:1200px) {
    .passos>*:not(:last-child) .l {
        max-width: 83.14vw;
    }
    .requisitos {
        background-position: center !important;
    }
    .requisitos::after {
        background-position: bottom center !important;
    }
    .contato .box .ftitle {
        padding: 16px 2rem 11px;
    }
    .contato .box .form {
        padding: 2rem;
    }
}

@media(max-width:992px) {
    .seja-avicultor .row {
        gap: 2rem 0;
    }
    .requisitos .box {
        padding: 1rem;
    }
    .passos>* {
        padding: 2rem 0 !important;
    }
    .passos>* .row {
        gap: 2rem 0;
    }
    .passos>* .row .col-lg-3 {
        width: 100%;
    }
    .contato .row {
        gap: 2rem;
    }
}

@media(max-width:768px) {
    .requisitos .box {
        text-align: center;
    }
}

@media(max-width:575px) {
    .passos>* .df .icon {
        display: none;
    }
    .contato .conts>* {
        flex-direction: column;
        gap: .5rem;
    }
    .contato .title,
    .contato .box .ftitle,
    .contato .conts>*>*:last-child {
        text-align: center;
    }
    .contato .box .ftitle {
        padding: 16px 1rem 11px;
    }
    .contato .box .form {
        padding: 1rem;
    }
}


/* MEDIA QUERIES ! */