/*==================================================================================
    Custom Stylesheet (Any custom styling you want to apply should be defined here).
====================================================================================*/

.well-come-sign {
    font-family: 'Angelface', 'sans-serif';
    font-weight: normal;
}

.about-us-text,
.about-us-text {
    padding-left: 15px !important;
}

.about-us-text > p {
    font-size: 18px;
    line-height: normal;
    margin-bottom: 15px;
}

.treatment > div {
    position: relative;
}

.treatment > div > img {
    max-width: none;
    width: 100%;
}

.treatment > div > .title {
    position: relative;
    bottom: 14%;
    text-align: center;
    width: 100%;
    background-color: #aa8087;
    padding-top: 0px;
}

.treatment > div > .title h5 {
    color: #ffff;
}

.media-body {
    line-height: normal;
    color: #a16f76;
}

.media {
    margin-bottom: 10px;
}

.media-body > h5 {
    text-transform: uppercase;
}

.bg-3 {
    background-color: #fffafb;
}

.bg-4 {
    background: rgba(245, 183, 191, 1);
    background: -moz-radial-gradient(center, ellipse cover, rgba(245, 183, 191, 1) 0%, rgba(222, 163, 171, 0.93) 27%, rgba(161, 111, 118, 0.93) 99%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(245, 183, 191, 1)), color-stop(27%, rgba(222, 163, 171, 0.93)), color-stop(99%, rgba(161, 111, 118, 0.93)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(245, 183, 191, 1) 0%, rgba(222, 163, 171, 0.93) 27%, rgba(161, 111, 118, 0.93) 99%);
    background: -o-radial-gradient(center, ellipse cover, rgba(245, 183, 191, 1) 0%, rgba(222, 163, 171, 0.93) 27%, rgba(161, 111, 118, 0.93) 99%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(245, 183, 191, 1) 0%, rgba(222, 163, 171, 0.93) 27%, rgba(161, 111, 118, 0.93) 99%);
    background: radial-gradient(ellipse at center, rgba(245, 183, 191, 1) 0%, rgba(222, 163, 171, 0.93) 27%, rgba(161, 111, 118, 0.93) 99%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5b7bf', endColorstr='#a16f76', GradientType=1);
}

.specialists h2,
.specialists h4,
.specialists p {
    color: #ffeff2;
}

#map {
    height: 700px;
}

.footer-widget input.theme-input-style {
    height: 50px;
}

.footer-widget p {
    font-size: 15px;
}

.widget-header h5 {
    font-weight: bold;
    color: #767676;
}

@media (max-width: 576px) {

    #contato, #map {
        /*width: 94%;*/
        margin-left: 5px;
    }

    .media {
        display: block;
        margin-bottom: 20px;
    }

    .media > .media-body > h5 {
        margin-top: 10px !important;
    }

    .footer-text .pull-right {
        float: left;
    }

    .logo img {
        max-width: initial;
    }
}

@media (max-width: 768px) {
    .banner-inner-area {
        padding: 123px 0 96px;
    }

    #contato {
       /*width: 94%;*/
        margin-left: 5px;
    }
}

@media (max-width: 1024px) {
    .header-menu > ul > li > a {
        padding: 21px 0 23px;
        font-size: 15px;
    }
    .d-md-block.d-none{
        margin-left: -25px;
    }
    #contato{
        overflow: hidden;
    }
}

.banner-inner-area {
    background: #e2e2e2;
}
#contato {
    overflow: hidden;
}