/*!*hero*!*/
.metodo #hero {
    background-size: cover;
    height: 585px;
    align-items: center;
    display: flex;
}

.metodo #hero > div {
    display: flex;
    justify-content: center;
}

.metodo #hero h1{
    font-size: 2.6rem;
    
}

.metodo .mobile {
    display: none;
}

.metodo .desktop {
    display: block;
}

/*section-two*/
.section-two{
    padding: 0 0 4rem;
    padding-top: 50px;
    padding-bottom: 150px;
    min-height: auto;
    background: #E4E1DF;
}

.section-two::after{
    all: unset;
}

/*section-three*/
.section-three{
    background: #C4B8A4;
    border-top-left-radius: 6.125rem;
    border-top-right-radius: 6.125rem;
    min-height: unset;
    padding-bottom: 190px;
    padding-top: 120px;
    margin-top: -89px;
    position: relative;
}

.section-three .container-images{
    width: 100%;
}

.bg-metodo{
    position: absolute;
    bottom: -200px;

    
}

.metodo .section-three .methods .method-description h4{
    font-weight: 500;
    margin-bottom: 30px;
}

.metodo .section-four .methods .method-description h4{
    margin-bottom: 30px;
}

.metodo .section-four .methods .btn-scheduling{
    font-family: Lexend, sans-serif;
    font-size: 15px;
    font-weight: 500;
}

.section-three .container-images img{
    width: 100%;
    border-radius: 20px;
}

.metodo .section-two h3.title{
    color: #2F2F2F;
}

.section-three .methods{
    display: flex;
    align-items: center;
    gap: 1rem;
}

.section-three .method-number {
    color: #ECECEC;
    font-size: 12.5rem;
    font-weight: bold;
}

.section-three  .methods .method-description h4{
    color:#1C1411;

    font-weight: bold;
}

@media (max-width: 768px) {

    .metodo #hero {
        height: 285px;
        background-size: cover;
        align-items: center;
    }

    .metodo #hero>div {
        display: flex;
        justify-content: center;
        width: 100%;
        height: 100%;
        align-items: center;

    }

    .metodo #hero h1 {
        text-align: center;
        width: 100%;
        margin-top: 40px;
    }

    .metodo .mobile {
        display: block!important;
    }
    
    .metodo .desktop {
        display: none!important;
    }

    .section-three{
        border-top-left-radius: 3.125rem;
        border-top-right-radius: 3.125rem;
        padding: 2rem 0;
    }

    .section-three .container-images{
        flex-direction: column;
        align-items: center;
        width: 100%;
        height: 100%;
    }

    .section-three .title-method{
        display: flex !important;
        align-items: center;
        width: 100%;
        justify-content: center;
    }

    .section-three .method-number{
        font-size: 6.25rem;

    }

    .section-two{
        padding: 46px 1rem 70px 1rem;
    }

    .section-three{
        padding: 30px 1rem 104px 1rem;
    }

    .section-two .description, .section-two h3.title{  
        text-align: start !important;
        font-size: 23px;
    }

    .section-two .description{
        font-weight: 400;
        margin-bottom: 50px;
    }

    .section-two h3.title{
        color: #413C3A;
        font-weight: 500;
    }

    .bg-metodo{
        position: absolute;
        bottom: -45px;
        height: 130px;
    }
}

.section-two .description{
    font-size: 15px !important;
}

/*section-four*/
.section-four{
    background: #A6826E;
    min-height: unset;
    padding-top: 294px;
    padding-bottom: 250px;
}

.section-four .container-images{
    width: 100%;
}

.row-desktop{
    padding-top: 136px;
}

.section-four .container-images img{
    width: 100%;
    border-radius: 20px;
}

.section-four .methods{
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.section-four .method-number {
    color: #ECECEC;
    font-size: 12.5rem;
    font-weight: bold;
}

.section-four  .methods .method-description h4{
    color:#C4B8A4;
    font-weight: 500;
}
.section-three .description, .section-four  .description{
    font-size: 15px !important;
}

.section-four .description{
    color:#FFF;
}

.section-four .methods .btn-scheduling{
    margin-top: 1rem;
    background: #C4B8A4;
    border: 0;
    border-radius: 0.43rem;
    color: #454545;
    font-size: 0.875rem;
    font-weight: 500;
    padding: 16px 24px;
    text-decoration: none;
}

@media (max-width: 768px) {
    .section-four .container-images{
        flex-direction: column;
        align-items: center;
        width: 100%;
        height: 100%;
    }

    .section-four{
        padding: 90px 1rem 104px 1rem;
    }

    .row-desktop{
        padding-top: 0;
    }


    .section-four .title-method{
        display: flex !important;
        align-items: center;
        width: 100%;
        justify-content: center;
    }

    .section-four .title-method h4{
        color:#C4B8A4;
    }

    .section-four .method-number{
        font-size: 6.25rem;
    }

    .section-four .container-btn-scheduling{
        display: flex;
        width: 100%;
        justify-content: center;
    }

    .section-four .container-btn-scheduling .btn-scheduling{
        text-decoration: none;
        font-size: 15px;
        font-weight: 600;
        display: flex;
        align-items: center;
        height: 50px;
    }

}

@media (min-width: 769px) and (max-width: 1024px) and (orientation: portrait) {
    .metodo #hero{
        height: 500px;
    }
    
    .section-five{
       padding: 4rem 0;
    }

    .metodo .desktop{
        display: none!important;
    }

    .metodo .mobile{
        display: block!important;
    }

    .section-three{
        border-top-left-radius: 3.125rem;
        border-top-right-radius: 3.125rem;
        padding: 2rem 0;
    }

    .section-three .container-images{
        flex-direction: column;
        align-items: center;
        width: 60%;
        height: 100%;
        margin: 0 auto;
    }

    .section-three .title-method{
        display: flex !important;
        align-items: center;
        width: 100%;
        justify-content: center;
    }

    .section-three .method-number{
        font-size: 6.25rem;

    }

    .section-two{
        padding: 46px 1rem 70px 1rem;
    }

    .section-three{
        padding: 30px 1rem 104px 1rem;
    }

    .section-two .description, .section-two h3.title{  

        font-size: 23px;
    }

    .section-two .description{
        font-weight: 400;
        margin-bottom: 50px;
    }

    .section-two h3.title{
        color: #413C3A;
        font-weight: 500;
    }

    .bg-metodo{
        position: absolute;
        bottom: -45px;
        height: 130px;
    }

    .section-four .container-images{
        flex-direction: column;
        align-items: center;
        width: 60%;
        height: 100%;
        margin: 0 auto;
    }

    .section-four{
        padding: 90px 1rem 104px 1rem;
    }

    .row-desktop{
        padding-top: 0;
    }


    .section-four .title-method{
        display: flex !important;
        align-items: center;
        width: 100%;
        justify-content: center;
    }

    .section-four .title-method h4{
        color:#C4B8A4;
    }

    .section-four .method-number{
        font-size: 6.25rem;
    }

    .section-four .container-btn-scheduling{
        display: flex;
        width: 100%;
        justify-content: center;
    }

    .section-four .container-btn-scheduling .btn-scheduling{
        text-decoration: none;
        font-size: 15px;
        font-weight: 600;
        display: flex;
        align-items: center;
        height: 50px;
    }
}