#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-conteudo {
    padding: 80px 0;
}
#section-conteudo .section-Title {
    border-bottom: 15px solid #71C1E9;
    margin-bottom: 20px;
    padding-bottom: 5px;
    display: inline-block;
}


#section-conteudo input[type="text"] {
    font-family: 'MontserratRegular', sans-serif;
    font-size: 12px;
    color: #8E9093;
    background-color: transparent;
    padding: 15px;
    height: 50px;
    width: calc(100% - 60px);
    float: left;
    border: 1px solid #71C1E9;
    margin-bottom: 20px;
}
#section-conteudo input[type="text"]::-webkit-input-placeholder {
    color: #8E9093;
}
#section-conteudo input[type="text"]::-moz-placeholder {
    color: #8E9093;
}
#section-conteudo input[type="text"]::-ms-placeholder {
    color: #8E9093;
}
#section-conteudo input[type="text"]::placeholder {
    color: #8E9093;
}

#section-conteudo input[type="submit"] {
    padding: 15px;
    background-color: #082E4C;
    background-image: url('/images/seta-input.png');
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    height: 50px;
    width: 60px;
    float: left;
    border: 1px solid #082E4C;
    border-left: none;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
#section-conteudo input[type="submit"]:hover {
    background-color: #71C1E9;
    border: 1px solid #71C1E9;
    border-left: 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-conteudo {
        padding: 60px 0;
    }
    #section-conteudo .section-Title {
        font-size: 34px;
        line-height: 36px;
    }
}

/*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-conteudo {
        padding: 60px 0;
    }
}

/*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;
    }

}