/* FORMULÁRIO */

.haste {
    background: url(../../assets/img/bannerbg1.png) no-repeat bottom right,url(../../assets/img/bannerbg2.png)no-repeat bottom right,url(../../assets/img/bannerbg3.png) no-repeat top left/clamp(1px,31.04166vw,596px),url(../../assets/img/bannerbg4.png) no-repeat bottom left,#E7E7EC;
    position: relative;
    min-height: 845px;
}

/* .haste::before {
    content: '';
    position: absolute;
    width: 52%;
    height: 100%;
    background-size: cover !important;
    z-index: 1;
} */

.haste .c1 {
    padding: 14rem calc(var(--bs-gutter-x) * .5) 2rem;
}

.haste .c2 {
    padding-top: 172px;
    padding-bottom: 155px;
    position: absolute;
    right: 120px;
    max-width: 628px;
    z-index: 2;
}

.haste>svg {
    display: none;
    display: -webkit-none;
    position: absolute;
    width: 52%;
    height: 100%;
    z-index: 0;
    mix-blend-mode: multiply;
    left: 0;
    top: 0;
}

.haste>svg>* {
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100%;
}

/* .haste::after {
    content: '';
    width: 52%;
    height: 250px;
    z-index: 1;
    position: absolute;
    bottom: -45px;
    left: 0;
    background-color: #F8F8F8;
} */

.haste .box>* {
    position: relative;
    z-index: 2;
}

.haste .title {
    width: fit-content;
    color: #404041;
    font-size: 76px;
    text-transform: uppercase;
    font-weight: 300;
    line-height: 69px;
    letter-spacing: -1px;
    margin-bottom: 21px;
}

.haste .title strong{
    color: #C8281E;
}

.haste .icon {
    position: absolute;
    top: -70px;
    right: 55px;
}

.haste .reg {
    color: #404041;
    font-size: 16px;
    font-weight: 200;
    letter-spacing: .7px;
    margin-bottom: 24.5px;
}

.haste .text {
    color: #404041;
    font-weight: 600;
    font-size: 40px;
    letter-spacing: -1px;
    line-height: 48px;
    margin-bottom: 20px;
}

.haste .reg strong {
    font-weight: 600;
}

.haste .img1 {
    position: absolute;
    width: 17vw;
    max-width: 314px;
    left: 50px;
    top: 0;
}

.haste .ftitle {
    color: #1D1D1D;
    font-size: 45px;
    font-weight: 600;
    letter-spacing: -1px;
    line-height: 50px;
    margin-bottom: 39px;
}

.haste .ipts {
    width: 100%;
    height: 58px;
    padding: 0 22px;
    color: #1D1D1D;
    border: none;
    border-radius: 0;
    margin-bottom: 19px;
    font-weight: 200;
    font-size: 14px;
    letter-spacing: .5px;
}

.haste .txta {
    width: 100%;
    height: 145px;
    padding: 24px 22px;
    color: #1D1D1D;
    border: none;
    border-radius: 0;
    margin-bottom: 19px;
    font-weight: 200;
    font-size: 14px;
    letter-spacing: .5px;
    resize: none;
}

.haste input[type="submit"] {
    margin-left: auto;
    display: block;
}


/* FORMULÁRIO ! */


/* DIFERENCIAIS */

.diferenciais {
    min-height: 510px;
    display: flex;
    align-items: center;
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: auto;
	margin-top: 6rem;
}

.diferenciais .container {
    max-width: 1250px;
}

.diferenciais .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 125px;
    margin-bottom: 41px;
}

.diferenciais .icon::before {
    content: '';
    position: absolute;
    width: 72px;
    height: 125px;
    background-color: transparent;
    border: 5px solid #C8281E;
    z-index: -1;
}

.diferenciais .owl-carousel .owl-item:nth-child(1) .icon img {
    margin-left: 63px;
    padding: 8px 0;
}

.diferenciais .owl-carousel .owl-item:nth-child(2) .icon img {
    padding: 0 13px;
}

.diferenciais .owl-carousel .owl-item:nth-child(2) .icon::before {
    width: 100px;
}

.diferenciais .owl-carousel .owl-item:nth-child(3) .icon img {
    margin-right: 63px;
    padding: 8px 0;
}

.diferenciais img {
    width: unset !important;
    background-color: #fff;
}

.diferenciais .title {
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 41px;
}

.diferenciais .text {
    color: #7E819F;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    margin: 0 -50px;
}

.diferenciais .owl-carousel .owl-nav>* {
    width: 40px;
    height: 40px;
    border: 1px solid #C8281E !important;
    background-color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    bottom: 165px;
    transition: .3s ease-in-out;
}

.diferenciais .owl-carousel .owl-nav>*:first-child {
    left: -30px;
}

.diferenciais .owl-carousel .owl-nav>*:last-child {
    transform: rotateZ(180deg);
    right: -30px;
}

.diferenciais .owl-carousel .owl-nav>* svg path {
    transition: .3s ease-in-out;
}

.diferenciais .owl-carousel .owl-nav>*:hover {
    background-color: #C8281E !important;
    transition: all .3s ease-in-out;
}

.diferenciais .owl-carousel .owl-nav>*:hover svg path {
    fill: #fff;
    transition: all .3s ease-in-out;
}

.diferenciais .owl-carousel .owl-nav>* span {
    display: none;
}


/* DIFERENCIAIS ! */


/* INOVAÇÃO QUE NOS MOVE */

.inovacao {
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: auto;
    position: relative;
}

.inovacao .row>* {
    display: flex;
}

.inovacao .c1 {
    align-items: flex-end;
}

.inovacao .c2 {
    align-items: center;
    position: relative;
}

.inovacao .c2::before {
    content: '';
    position: absolute;
    left: -168px;
    top: 63px;
    width: 206px;
    height: 635px;
    border: 5px solid #C8281E;
    z-index: 1;
    background-color: transparent;
}

.inovacao .img {
    width: 54vw;
    max-width: 1017px;
    position: absolute;
    top: 0;
    left: 0;
}

.inovacao .box {
    min-width: 680px;
    background-color: #fff;
    padding: 104px 0 131px 107px;
    margin: 89px 0 23px 0;
    position: relative;
    z-index: 2;
    left: -100px;
}

.inovacao .box .title {
    color: #1D1D1D;
    font-size: 33px;
    line-height: 40px;
    margin-bottom: 32px;
}

.inovacao .box .title strong {
    color: #C8281E;
    font-weight: 600;
}

.inovacao .text {
    color: #7E819F;
    font-size: 18px;
    font-weight: 300;
}


/* INOVAÇÃO QUE NOS MOVE ! */


/* PARTES DAS PRÓTESES */

.partes {
    background-image: linear-gradient(to bottom left, #fff, #F4F4F4);
    min-height: 598px;
    position: relative;
    display: flex;
    align-items: center;
}

.partes .bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 534px;
    height: 457px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.partes .container {
    max-width: 1150px;
    position: relative;
    z-index: 2;
}

/* .partes .row>* {
    display: flex;
    align-items: center;
} */

.partes .title {
    color: #1D1D1D;
    font-size: 33px;
    line-height: 40px;
}

.partes .title strong {
    color: #C8281E;
    font-weight: 600;
}

.partes .owl-carousel .owl-stage {
    margin-bottom: 3rem;
    display: flex;
}

.partes .owl-carousel {
    bottom: -3rem;
}

.partes .owl-carousel .owl-item:nth-child(2n) {
    bottom: -50px;
}

.partes .owl-item:nth-child(1) .item {
    padding: 1rem 0 0 1rem;
}

.partes .item {
    padding-top: 1rem;
}

.partes .box {
    width: 115px;
    height: 115px;
    /* background-color: #E1E1E1; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    margin-bottom: 25px;
}

.partes .owl-carousel .owl-item:first-child,
.partes .owl-carousel .owl-item:first-child .item {
    width: fit-content !important;
}

.partes .owl-carousel .owl-item:first-child .box {
    width: 200px;
    height: 200px;
}

.partes .owl-carousel .item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.partes .box::before,
.partes .box::after {
    content: '';
    position: absolute;
    z-index: 0;
}

.partes .box::before {
    left: -9px;
    top: -9px;
    width: 51px;
    height: 29px;
    background-color: transparent;
    border-left: 5px solid #C8281E;
    border-top: 5px solid #C8281E;
}

.partes .box::after {
    right: -9px;
    bottom: -9px;
    width: 52px;
    height: 52px;
    background-color: transparent;
    border-right: 5px solid #C8281E;
    border-bottom: 5px solid #C8281E;
}

.partes .tit {
    font-weight: 600;
    font-size: 20px;
    line-height: 23px;
}


/* PARTES DAS PRÓTESES ! */


/* HASTES ENDO-EXO */

.endoexo {
    position: relative;
    min-height: 652px;
	/* margin-top: 3rem; */
}

.endoexo .container,
.endoexo .row,
.endoexo .row>* {
    min-height: inherit;
}

.endoexo{
	background-color: #C8281E
}

.endoexo .row>*{
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.endoexo .row>*:first-child {
    display: flex;
    align-items: center;
}

.endoexo .c1 img {
    position: absolute;
    inset: 0 auto auto 0;
    width: 55vw;
    max-width: 1036px;
	height: 100%;
	object-fit: cover;
}

.endoexo .box {
    position: absolute;
    right: 0;
/*     background-color: #C8281E; */
    width: 46.1vw;
/*     height: 97%; */
/* 	height: 100%; */
/*     margin-top: 20px; */
    padding: 13px 0 55px 48px;
}

.endoexo .tbox {
    background-color: #fff;
    width: fit-content;
    height: 95px;
    display: flex;
    align-items: center;
    padding: 0 108px 0 35px;
    position: relative;
    left: -85px;
    margin-bottom: 34px;
}

.endoexo .title {
    font-size: 35px;
    font-weight: 500;
}

.endoexo .title strong {
    color: #C8281E;
}

.endoexo .text {
    color: #fff;
    font-weight: 200;
    font-size: 15px;
    line-height: 22.9px;
}


/* HASTES ENDO-EXO ! */


/* ETAPAS */

.etapas {
    position: relative;
    margin-top: 59px;
    padding-top: 13px;
}

.etapas::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 59px;
    top: -59px;
    left: 0;
    background-color: #F8F8F8;
}

.etapas .c3 .dado {
    flex-direction: row-reverse;
}

.etapas .c1>img,
.etapas .c3>img {
    position: absolute;
    top: 0;
    max-height: 951px;
}

.etapas .c1>img {
    left: 0;
}

.etapas .c3>img {
    right: 0;
}

.etapas .et {
    height: 53px;
    padding-right: 34px;
    background-color: #C8281E;
    color: #fff;
    text-transform: uppercase;
    font-size: 19px;
    display: flex;
    justify-content: end;
    align-items: center;
    width: 505px;
    position: absolute;
    left: 0;
}

.etapas .c3 .et {
    left: unset;
    right: 0;
    padding: 0 0 0 18px;
    justify-content: start;
}

.etapas .title {
    color: #C8281E;
    font-size: 30px;
    line-height: 37px;
    margin-top: 66px;
    margin-bottom: 22px;
}

.etapas .title strong {
    font-weight: 700;
}

.etapas .c3 .title {
    text-align: end;
}

.etapas .sub {
    text-align: end;
    color: #C8281E;
    font-weight: 600;
    margin-bottom: 74px;
}

.etapas .lightbox {
    width: fit-content;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    color: #C8281E;
    font-weight: 600;
    /* margin-top: 73px; */
    margin-left: 20px;
}

.etapas .lightbox>*:last-child {
    margin-top: 6px;
}

.etapas .lightbox a {
    width: 80px;
    height: 80px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #D7DADB;
    border: 4px solid #C8281E;
}

.etapas .lightbox a img {
    max-height: 100%;
    width: auto;
}

.etapas .c1 .sub {
    text-align: start;
}

.etapas .c1 .sub {
    text-align: start;
}

.etapas .dados {
    display: flex;
    flex-direction: column;
}

.etapas .dados .dado {
    display: flex;
    align-items: flex-start;
    padding-bottom: 44px;
    margin-bottom: 40px;
    border-bottom: 1px solid #706F6F;
}

.etapas .c3 .dados .dado {
    justify-content: end;
}

.etapas .dados .dado:last-child {
    border-bottom: none;
}

.etapas .dados .dado .icon {
    min-width: 70px;
    min-height: 70px;
    max-width: 70px;
    max-height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 11px;
    margin-right: 16px;
    border: 4px solid #F6F6F6;
    background-color: #D7DADB;
    position: relative;
}

.etapas .c3 .dados .dado .icon {
    margin-right: unset;
    margin-left: 32px;
}

.etapas .dados .dado .icon .bds svg {
    position: absolute;
    transform: rotate(-90deg);
    right: 6px;
    bottom: 20px;
}

.etapas .dados .dado .icon .bds {
    position: absolute;
    width: 76px;
    height: 76px;
    border-style: inset;
    border-left-color: transparent;
    border-bottom-color: #6D6F71;
    border-top-color: transparent;
    border-right-color: transparent;
    border-radius: 50% 50%;
    border-width: 5px;
    transform: rotate(90deg);
    right: -3px;
    bottom: -7px;
}

.etapas .dados .dado .icon .bds::before {
    content: '';
    position: absolute;
    width: 84px;
    height: 79px;
    border-style: inset;
    border-left-color: transparent;
    border-bottom-color: #C8281E;
    border-top-color: transparent;
    border-right-color: transparent;
    border-radius: 50% 50%;
    border-width: 5px;
    transform: rotate(12deg);
    right: -8px;
    bottom: -13px;
}

.etapas .dados .dado .text {
    color: #706F6F;
    font-size: 19px;
    font-weight: 300;
    white-space: nowrap;
}

.etapas .c3 .dados .dado .text {
    text-align: end;
}

.etapas .c2 {
    display: flex;
    align-items: center;
}


/* ETAPAS ! */


/* VIDEO INSTITUCIONAL */

#video.section{
    padding: 3rem 0;
}

/* #video.section .row>*{
    display: flex;
    display: -webkit-flex;
    align-items: center;
} */

#video.section .bxx{
    background-color: #F2F2F2;
    padding: 1.5rem;
}

#video .c1 {
    flex-direction: column;
}

#video .video {
    width: 100%;
    max-width: 750px;
    height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#video.section .video{
    width: fit-content;
    max-width: 100%;
    height: 551px;
}

#video video,
#video .video p,
#video .video p iframe {
    width: 100%;
    max-width: 750px;
    height: auto;
}

#video.section .video video{
    width: auto !important;
    height: 100%;
    aspect-ratio: 1/1.76664;
    max-width: 100%;
}

/* VIDEO INSTITUCIONAL ! */


/* PÁGINAS OBRIGADO E ERRO */

.thanks {
    padding: 3rem 0 2rem 0;
    background-color: #C8281E;
    min-height: 700px;
    display: flex;
    align-items: center;
}

.thanks .row>* {
    display: flex;
}

.thanks .row>*:first-child {
    flex-direction: column;
    justify-content: center;
}

.thanks .row>*:last-child {
    justify-content: center;
}

.thanks .row>*:last-child img {
    max-height: 620px;
    width: auto;
}

.thanks .title {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -1px;
    margin-bottom: 21px;
}

.thanks .title strong {
    display: block;
    font-size: 76px;
    margin-bottom: 35px;
}

.thanks .text {
    color: #fff;
    font-size: 16px;
    font-weight: 200;
    letter-spacing: .7px;
    margin-bottom: 25px;
}

.thanks .dbtn {
    background-color: #8F1E17 !important;
    display: flex;
    color: #fff !important;
    align-items: center;
}

.thanks .dbtn svg {
    margin-right: 14px;
}


/* PÁGINAS OBRIGADO E ERRO ! */

.fslightbox-absoluted {
    background-color: #fff;
}

.partes.sv{
	background-image: linear-gradient(to right, #F4F4F4, #F9F9F9);
    padding: 3rem 0;
}

.partes.sv .row{
    grid-gap: 2rem 0;
}

.partes.sv .row>*:first-child{
	align-items:center;
}
.partes.sv .row>*:last-child{
	align-items:start;
}

.partes.sv .video{
    width: 750px !important;
    max-width: 100% !important;
    height: fit-content !important;
}

.partes.sv h1,
.partes.sv h2,
.partes.sv h3,
.partes.sv h4,
.partes.sv h5,
.partes.sv h6{
    margin: 0;
}

.partes.sv .title{
    font-size: 25px;
    margin-top: 2rem;
}

section{
    min-height: 82vh !important;
}

/* MEDIA QUERIES */

@media(max-width: 1680px) {
    .haste .img1 {
        width: 12vw;
        top: 6vh;
        left: 0;
    }
    .etapas .c1>img,
    .etapas .c3>img {
        display: none;
    }
}

@media(max-width: 1400px) {
    .etapas .title {
        width: fit-content;
    }
    .etapas .lightbox {
        display: flex;
    }
    .haste .img1,
    .etapas .text br {
        display: none;
    }
    .diferenciais .owl-carousel .owl-nav>* {
        bottom: 286px;
    }
    .diferenciais .owl-carousel .owl-nav>*:first-child {
        left: 0;
    }
    .diferenciais .owl-carousel .owl-nav>*:last-child {
        right: 0;
    }
    .endoexo .c2 {
        order: 1;
        padding: 0;
    }
    .endoexo .c1 {
        order: 2;
        display: flex;
        justify-content: center;
        padding: 0;
    }
    .endoexo .text {
        text-align: center;
    }
    .endoexo .container {
        max-width: 100%;
        padding: 0;
    }
    .endoexo .row {
        width: 100%;
        margin: 0;
    }
    .endoexo .row>* {
        min-height: fit-content;
    }
    .endoexo .c2 .box {
        position: relative;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 1rem calc(var(--bs-gutter-x) * .5);
        margin: 0;
    }
    .endoexo .c1 img {
        position: initial;
        width: unset;
        max-width: 100%;
    }
    .endoexo .tbox {
        left: 0;
        background-color: transparent;
        width: 100%;
        height: fit-content;
        padding: 0;
        justify-content: center;
    }
    .endoexo .title {
        color: #fff;
        display: flex;
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
    }
    .endoexo .title strong {
        color: #fff;
        display: block;
    }
    .etapas .c2 {
        display: flex;
        justify-content: center;
        margin-bottom: 50px;
    }
    .etapas .et {
        max-width: 100%;
    }
    .etapas .c3 .et {
        left: 0;
        right: unset;
        padding: 0 34px 0 0;
        justify-content: end;
    }
    .etapas .dado .text {
        white-space: normal !important;
    }
    .etapas .c3 .title,
    .etapas .c3 .text {
        text-align: start !important;
    }
    .etapas .c3 .title,
    .etapas .dado {
        height: fit-content !important;
    }
    .etapas .sub {
        margin-bottom: 35px;
    }
    .etapas .c3 .sub {
        text-align: start;
    }
    .etapas .dado {
        align-items: center !important;
    }
    .etapas .c3 .dado {
        justify-content: start !important;
        flex-direction: row-reverse;
    }
    .etapas .icon {
        margin-left: 16px !important;
        margin-right: 16px !important;
    }
    .etapas .lightbox {
        margin-top: 73px;
    }
}

@media(max-width: 1200px) {
    /* .partes .owl-carousel .owl-stage {
        display: initial;
    } */
    .haste .img1 {
        display: block;
        top: -7vh;
        width: 18vw;
    }
    .haste {
        /* background-color: #C8281E; */
        padding-bottom: 2rem;
    }
    .haste::before,
    .haste::after,
    .haste svg,
    .haste .ftitle br,
    .inovacao .c2::before,
    .inovacao .title br,
    .inovacao .text br {
        display: none;
    }
    .haste .c1 {
        padding-top: 110px;
        margin-bottom: 3rem;
    }
    .haste .title {
        margin: 0 auto 21px auto;
    }
    .haste .reg,
    .inovacao .title,
    .inovacao .text {
        text-align: center;
    }
    .haste .text {
        width: fit-content;
        margin: 0 auto 53px auto;
    }
    .haste .img2 {
        margin: 0 auto;
    }
    .haste .c2 {
        position: initial;
        max-width: 100%;
        padding: 0 calc(var(--bs-gutter-x) * .5) !important;
    }
    .haste .ftitle {
        text-align: center;
        color: #fff;
    }
    .haste input[type="submit"] {
        background-color: #8F1E17 !important;
    }
    .inovacao {
        padding: 2rem 0;
    }
    .inovacao .c1,
    .endoexo .c1 {
        order: 2;
    }
    .inovacao .c2 {
        order: 1;
        margin-bottom: 50px;
    }
    .inovacao .img {
        position: initial;
        width: 100%;
        max-width: 100%;
        display: flex;
        justify-content: center;
    }
    .inovacao .box {
        min-width: unset;
        padding: 0;
        margin: 0;
        position: initial;
    }
    .partes {
        padding: 2rem 0 3rem 0;
        min-height: fit-content;
    }
    .partes .title {
        margin: 0 auto;
        text-align: center;
    }
    /* .partes .owl-carousel .item {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .partes .owl-carousel .owl-item:nth-child(2n) {
        bottom: unset;
    } */
    .diferenciais .owl-carousel .owl-nav {
        width: 100%;
        display: flex;
        justify-content: space-between;
        position: absolute;
        bottom: -40px;
    }
    #video .video {
        height: fit-content;
    }
    #video .row>*:last-child {
        justify-content: center;
    }
    #video .title {
        margin-bottom: 10px;
    }
    #video .dbtn {
        margin: 0 auto 50px auto;
    }
	.partes.sv .row>*:first-child{
		order: 2;
		justify-content: center;
	}
	.partes.sv .row>*:last-child{
		order: 1;
		margin-bottom: 2rem;
	}
	#video.sv .dbtn{
		margin: 0 auto;
	}
	.endoexo{
		background-color: transparent;
	}
	.endoexo .box{
		background-color: #C8281E;
	}
}

@media(max-width: 992px) {
    .footer .row>* {
        align-items: center;
    }
    .footer .row .c3 {
        flex-direction: row;
    }
    .etapa {
        overflow: hidden;
    }
    .etapas .et {
        position: relative;
        left: -13px !important;
    }
    .etapas .title,
    .etapas .lightbox {
        margin-top: 15px;
    }
    .partes .owl-carousel .owl-nav {
        width: 100%;
        height: 0;
        display: flex;
        justify-content: space-between;
        position: absolute;
        bottom: 184px;
    }
    .partes .owl-carousel .owl-nav>* {
        width: 40px;
        height: 40px;
        border: 1px solid #C8281E !important;
        background-color: #fff !important;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        /* bottom: 184px; */
        transition: .3s ease-in-out;
    }
    .partes .owl-carousel .owl-nav>*:first-child {
        left: 0;
    }
    .partes .owl-carousel .owl-nav>*:last-child {
        transform: rotateZ(180deg);
        right: 0;
    }
    .partes .owl-carousel .owl-nav>* svg path {
        transition: .3s ease-in-out;
    }
    .partes .owl-carousel .owl-nav>*:hover {
        background-color: #C8281E !important;
        transition: all .3s ease-in-out;
    }
    .partes .owl-carousel .owl-nav>*:hover svg path {
        fill: #fff;
        transition: all .3s ease-in-out;
    }
    .partes .owl-carousel .owl-nav>* span {
        display: none;
    }
    #video .bg {
        height: 100%;
    }
}

@media(max-width:768px) {
    .haste {
        overflow: hidden;
    }
    .haste .img1 {
        display: none;
    }
    .etapas .dados .dado {
        flex-direction: column;
    }
    .etapas .icon {
        margin: 0 auto 20px auto;
    }
    .etapas .c3 .title,
    .etapas .title,
    .etapas .c3 .text,
    .etapas .text {
        text-align: center !important;
    }
    .etapas .dados .dado:last-child {
        margin-bottom: 0;
    }
    .etapas .row>*>.d-flex {
        justify-content: center;
        flex-wrap: wrap;
    }
}

@media(max-width: 475px) {
    .haste .c1 {
        padding-top: 2rem;
    }
    .haste .title {
        font-size: 60px;
        text-align: center;
        width: 100%;
    }
    .haste .title strong {
        font-size: 50px;
    }
    .haste .title .icon {
        position: initial;
        display: flex;
        justify-content: center;
        max-width: 100%;
        margin-bottom: 15px;
    }
    .haste .text {
        text-align: center;
    }
    .haste .text::before {
        font-size: 68px !important;
        word-break: break-all;
        left: 0 !important;
        text-align: center;
        right: 0;
        margin: 0 auto;
    }
    .etapas .et {
        justify-content: center !important;
        padding: 0 !important;
    }
    .etapas {
        overflow: hidden;
    }
    .etapas .et {
        width: 109%;
        max-width: 109%;
    }
    .etapas .c3 .sub {
        text-align: center;
    }
    .etapas .title {
        margin-bottom: 5px;
    }
    .etapas .row>*>.d-flex {
        align-items: center;
        flex-direction: column;
        margin-bottom: 15px;
    }
    .etapas .lightbox {
        margin-left: 0;
    }
}


/* MEDIA QUERIES ! */