body {
    font-size: 14px;
}
nav.navbar.bootsnav ul.nav > li > a {
    font-size:16px;
    padding:35px 15px;
    letter-spacing: 0;
}
.social-media {
    display: flex;
    justify-content: flex-end;
}
.social-media li a {
    font-size: 18px;
    line-height: 18px;
    padding: 35px 15px;
    display: block;
    color:#000;
}
.about-area.icon-shape::after {
    background:url(../img/psychology.png);
    background-repeat: no-repeat;
}
.area-cta {
    background-color:#7fb4ce;
}
.area-cta .title {
    color:#fff;
    text-align:center;
    font-weight:600;
}
.about-area.icon-shape.icon-shape-light::after {
    background-color:#194f69;
    background-image:url(../img/psychology.png);
    background-attachment: fixed;
    filter: invert(1);
    background-repeat: no-repeat;
    background-position: right top;
    opacity: .1;
}
.about-area.icon-shape.icon-shape-light-outline::after {
    background-color:#194f69;
    background-image:url(../img/psychology-outline.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: right top;
    opacity: .03;
}
.bg-secondary {
    background:#5ca2c3 none repeat scroll 0 0;
}
.site-heading .devider.light::before,
.site-heading .devider.light::after {
    border-color:#efefef;
}
.contagion-items .owl-item .item:hover {
    background-color:#266b8c;
}
.contagion-items .item {
    min-height:410px;
}
.breadcrumb-area {
    padding-bottom: 70px;
    padding-top: 100px;
}
.about-area .border-img img {
    border: 5px solid #ffffff;
}
.f-items {
    padding-top: 50px;
    padding-bottom: 50px;
}
.f-items .item:not(:first-child, :last-child) {
    margin-top:50px;
}
.tratamento h3 {
    font-style: italic;
}
.tratamento p {
    font-size:16px;
}
.font-weight-500 {
    font-weight:500!important
} 
.font-weight-600 {
    font-weight:600!important
} 
.bg-contact {
    background-image: url('../img/contato.jpg');
    background-size:cover;
    width: 100%;
    height: 100%;
    min-height: 600px;
}
.navbar-toggle {
    margin-top: 25px!important;
    margin-right: 0!important;
    margin-left: 20px;
}
.navbar-toggle i {
    color:#000;
}
#robbu-whatsapp-button {
    z-index:20;
}
.breadcrumb-area {
    background-position: right center;
}
.header-sticky-fixed {
    position: fixed;
    width: 100%;
    background-color: #fff;
    top: 0;
    box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.04);
    -webkit-box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.04);
    -o-box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.04);
}
.banner-area, .banner-area div {
    height:872px;
}
.banner-area.top-padding .content {
    padding-top:0;
}
@media (min-width:768px) {
    .f-items .item:not(:first-child) {
        margin-top:50px;
    }
}
@media (min-width:1440px) {
    .banner-area, .banner-area div {
        height:1200px;
    }
    .breadcrumb-area {
        background-position: center 264%;
    }
}