#section-banner {
    position: relative;
    z-index: 2;
}
#section-banner .background {
    height: 360px;
    background-size: cover;
    background-position: left bottom;
    background-repeat: no-repeat;
    position: relative;
    clip-path: ellipse(100% 100% at 50% 0);
    -webkit-clip-path: ellipse(100% 100% at 50% 0);
}
#section-banner .background::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url('/images/filtro-right.png');
    background-repeat: no-repeat;
    background-position: center center;
}
#section-banner .control-Height {
    height: 360px;
    width: 100%;
}
#section-banner .control-Height .text-1 {
    font-family: 'MontserratRegular', sans-serif;
    font-size: 36px;
    color: #ffffff;
    line-height: 38px;
}
#section-banner .control-Height .text-2 {
    font-family: 'MontserratBold', sans-serif;
    font-size: 36px;
    color: #ffffff;
    line-height: 38px;
}
#section-banner .control-Height .caminho {
    font-family: 'MontserratBold', sans-serif;
    font-size: 14px;
    color: #F166B7;
    line-height: 16px;
}

#section-2 .background {
    margin-top: 80px;
    margin-bottom: 80px;
    padding-top: 80px;
    padding-bottom: 80px;
    background-size: contain;
    background-position: 60% 50%;
    background-repeat: no-repeat;
}
#section-2 .section-Title::after {
    content: '';
    position: absolute;
    bottom: 7px;
    right: 253px;
    background-color: #71C1E9;
    width: 170px;
    height: 15px;
}

#section-info {
    padding: 80px 0;
    background-size: cover;
    background-position: left bottom;
    background-repeat: no-repeat;
    position: relative;
}
#section-info::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url('/images/filtro-right.png');
    background-repeat: no-repeat;
    background-position: center center;
}
#section-info .control-Height {
    height: auto;
    width: 100%;
}
#section-info .text-1 {
    font-family: 'MontserratRegular', sans-serif;
    font-size: 28px;
    color: #ffffff;
    line-height: 30px;
}
#section-info .text-2 {
    font-family: 'MontserratBold', sans-serif;
    font-size: 44px;
    color: #ffffff;
    line-height: 46px;
}

#section-4 {
    padding: 80px 0;
}
#section-4 .section-Title::after {
    content: '';
    position: absolute;
    bottom: 7px;
    right: 205px;
    background-color: #71C1E9;
    width: 170px;
    height: 15px;
}
#section-4 .text-background {
    margin-top: 30px;
    padding: 60px 0;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}
#section-4 .control-turista {
    position: absolute;
    left: 80px;
}

.btn-pink {
    text-transform: none;
}

/*Large devices (desktops, less than 1200px)*/
@media (max-width: 1199px) {
    #section-banner .background {
        height: 300px;
    }
    #section-banner .control-Height {
        height: 300px;
    }
}

/*Medium devices (tablets, less than 992px)*/
@media (max-width: 991px) {

    #section-2 .background {
        margin-top: 60px;
        margin-bottom: 60px;
        padding-top: 60px;
        padding-bottom: 60px;
    }
    #section-2 .section-Title {
        font-size: 34px;
        line-height: 36px;
    }
    #section-2 .section-Title::after {
        right: 155px;
        width: 135px;
    }

    #section-info {
        padding: 60px 0;
    }
    #section-info .text-1 {
        font-size: 24px;
        line-height: 26px;
    }
    #section-info .text-2 {
        font-size: 34px;
        line-height: 36px;
    }

    #section-4 {
        padding: 60px 0;
    }
    #section-4 .control-turista {
        position: absolute;
        left: 0px;
    }
    #section-4 .section-Title {
        font-size: 34px;
        line-height: 36px;
    }
    #section-4 .section-Title::after {
        right: 155px;
        width: 135px;
    }
    #section-4 .text-background {
        padding: 0;
        margin: 0;
    }

}

/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 767px) {

    #section-banner .background {
        height: 250px;
    }
    #section-banner .control-Height {
        height: 250px;
    }
    #section-banner .control-Height .text-1 {
        margin-top: 30px;
    }

    #section-2 .background {
        margin-top: 60px;
        margin-bottom: 60px;
        padding-top: 0px;
        padding-bottom: 0px;
        background-position: 50% 50%;
    }
    #section-2 .section-Title {
        margin-bottom: 10px;
    }
    #section-2 .section-Title::after {
        display: none;
    }
    #section-2 .background .texto-descritivo {
        text-align: justify;
    }
    #section-info .text-1 {
        text-align: center;
    }
    #section-info .text-2 {
        text-align: center;
    }

    #section-4 {
        padding: 60px 0;
    }
    #section-4 .section-Title {
        margin-bottom: 10px;
    }
    #section-4 .section-Title::after {
        display: none;
    }
}

/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575px) {
    #section-banner .background {
        height: 200px;
        clip-path: ellipse(100% 100% at 50% 0);
        -webkit-clip-path: ellipse(100% 100% at 50% 0);
    }
    #section-banner .control-Height {
        height: 200px;
        width: 100%;
    }
    #section-banner .control-Height .text-1 {
        margin-top: 30px;
        font-size: 28px;
        line-height: 30px;
    }
    #section-banner .control-Height .text-2 {
        font-size: 22px;
        line-height: 24px;
    }

}