.flex {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.padding-section {
    padding: 60px 0
}

.m-b-30 {
    margin-bottom: 30px
}

body {
    background-color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #666
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Lato', sans-serif;
    font-weight: bold
}

.rs-title {
    margin-bottom: 30px;
    margin-top: 0
}

.rs-title-lg {
    font-size: 28px;
    text-transform: uppercase;
    font-weight: bold;
    color: #0088CC;
    border-bottom: 1px solid #dcdcdc;
    position: relative;
    padding-bottom: 15px;
    margin-top: 30px;
    margin-bottom: 45px
}

.rs-title-lg:after {
    display: block;
    position: absolute;
    width: 18%;
    height: 3px;
    bottom: -3px;
    left: 0;
    background-color: #0088CC;
    content: ''
}

.rs-title-detail {
    height: 20px;
    width: 27px;
    background-color: #0088CC;
    display: inline-block;
    margin-right: 13px
}

.btn {
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    border: none;
    border-radius: 30px;
    text-shadow: none;
    box-shadow: none;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out
}

.btn-lg {
    padding: 15px 25px;
    font-size: 16px
}

.btn-danger,
.btn-default,
.btn-info,
.btn-primary,
.btn-success,
.btn-warning {
    -webkit-box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.3)
}

.btn-danger:hover,
.btn-default:hover,
.btn-info:hover,
.btn-primary:hover,
.btn-success:hover,
.btn-warning:hover {
    -webkit-box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.3);
    border: none
}

.btn-default {
    background: #dedede;
    text-transform: uppercase;
    padding: 12px 20px;
    color: #4b4b4b
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover {
    background: #cfcfcf;
    outline: none
}

.btn-default i {
    color: #0088CC;
    margin-left: 8px;
    font-size: 19px
}

.btn-primary {
    background: #0088CC;
    text-transform: uppercase
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover {
    background: #86a934;
    outline: none
}

.btn-primary i {
    margin-left: 8px;
    font-size: 19px
}

.btn-secondary {
    background: #0088CC;
    text-transform: uppercase;
    padding: 15px 25px;
    color: #fff
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active.focus,
.btn-secondary.active:focus,
.btn-secondary.active:hover,
.btn-secondary:active.focus,
.btn-secondary:active:focus,
.btn-secondary:active:hover {
    color: #fff;
    background: #00845f;
    outline: none
}

.btn-secondary i {
    color: #fff;
    margin-left: 8px;
    font-size: 19px
}

.btn-access {
    background: rgba(0, 0, 0, 0.15);
    text-transform: uppercase;
    padding: 12px 30px;
    color: #fff
}

.btn-access:hover,
.btn-access:focus,
.btn-access:active,
.btn-access.active.focus,
.btn-access.active:focus,
.btn-access.active:hover,
.btn-access:active.focus,
.btn-access:active:focus,
.btn-access:active:hover {
    background: rgba(0, 0, 0, 0.25);
    text-transform: uppercase;
    color: #fff;
    outline: none
}

.btn-access i {
    margin-right: 8px;
    font-size: 15px
}

.navbar {
    background-color: #4f4f52;
    height: 70px;
    color: #fff;
    border-radius: 0;
    border: none;
    margin-bottom: 0;
    -webkit-box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.2)
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background: transparent
}

.navbar-info {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.navbar-header {
    width: 100%;
    padding: 10px 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center
}

.navbar-brand {
    width: 100%;
    padding: 12px 15px;
    height: auto;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease
}

.navbar-brand.right img {
    float: right
}

.navbar-brand:hover {
    text-shadow: none;
    color: #f2f2f2
}

.navbar-rs-header {
    width: 100%;
    height: 70px;
    display: -ms-flexbox;
    -ms-justify-content: space-between;
    -ms-align-items: center;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    -webkit-align-items: center;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.navbar-nav>li {
    margin: 0 6px
}

.navbar-nav>li .dropdown-menu {
    padding: 10px 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0;
    margin-top: 6px
}

.navbar-nav>li .dropdown-menu li>a {
    padding: 12px 15px;
    text-transform: uppercase;
    color: #444;
    font-weight: bold
}

.navbar-nav>li .dropdown-menu li>a:hover {
    color: #0088CC;
    background-color: transparent
}

.navbar-nav>li .dropdown-menu li>a:after {
    display: none
}

.navbar-nav>li.active:hover a:after {
    width: 30px
}

.navbar-nav>li a {
    color: #fff;
    text-shadow: none;
    margin-top: 3px;
    padding: 12px 12px;
    transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out
}

.navbar-nav>li a:after {
    content: '';
    display: block;
    background-color: transparent;
    width: 0;
    height: 3px;
    margin: 5px auto 0;
    transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out
}

.navbar-nav>li.active>a:after {
    width: 30px;
    background-color: rgba(0, 0, 0, 0.15)
}

.nav>li>a:focus:after,
.nav>li>a:hover:after {
    width: 30px;
    background-color: rgba(0, 0, 0, 0.15)
}

.nav>li>a:focus,
.nav>li>a:hover,
.navbar-nav>li.active>a {
    background-color: transparent
}

.rs-search-box {
    height: auto;
    background-color: rgba(0, 157, 114, 0.95)
}

.rs-search-box label {
    display: none
}

.rs-search-box .container {
    position: relative
}

.rs-search-box .container:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #fff;
    bottom: 22px;
    left: 0
}

.rs-search-box .container .rs-search-btn {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 30px;
    background: transparent;
    border: none;
    outline: none;
    border-radius: 50%;
    font-size: 24px;
    height: 45px;
    width: 45px;
    line-height: 42px;
    color: #fff
}

.rs-search-box .container .rs-search-btn:hover,
.rs-search-box .container .rs-search-btn:active,
.rs-search-box .container .rs-search-btn:focus {
    border: none;
    outline: none
}

.rs-search-box .rs-search-input {
    width: 100%;
    background-color: transparent;
    color: #fff;
    height: 101px;
    border: none;
    font-size: 20px;
    position: relative
}

.rs-search-box .rs-search-input:hover,
.rs-search-box .rs-search-input:active,
.rs-search-box .rs-search-input:focus {
    border: none;
    outline: none
}

.rs-search-box .rs-search-input::-webkit-input-placeholder {
    color: #fff;
    opacity: 1
}

.rs-search-box .rs-search-input:-moz-placeholder {
    color: #fff;
    opacity: 1
}

.rs-search-box .rs-search-input::-moz-placeholder {
    color: #fff;
    opacity: 1
}

.rs-search-box .rs-search-input:-ms-input-placeholder {
    color: #fff;
    opacity: 1
}

.rs-toggle-search {
    background: transparent;
    outline: none;
    border: none;
    border-radius: 50%;
    font-size: 24px;
    height: 45px;
    width: 45px;
    line-height: 42px
}

.rs-toggle-search.menu-active {
    background-color: rgba(0, 0, 0, 0.15)
}

.rs-banner {
    height: 500px
}

.rs-banner .rs-banner-item {
    position: relative;
    width: 100%;
    height: 500px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center
}

.rs-banner .rs-banner-item .rs-banner-img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    filter: contrast(130%) brightness(110%) grayscale(20%)
}

.rs-banner .rs-banner-item .rs-banner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative
}

.rs-banner .rs-banner-item .rs-banner-img:after {
    background-image: url('../img/bg-banner-overlay.png');
    background-blend-mode: color-dodge;
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    content: '';
    top: 0;
    left: 0;
    filter: contrast(130%)
}

.rs-banner .rs-banner-item .rs-banner-box {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 60px 30px
}

.rs-cta {
    background: url('../img/bg-cta.png') no-repeat bottom center;
    width: 100%;
    padding: 90px 0 40px
}

.rs-cta:after {
    display: block;
    width: 100%;
    height: 80px;
    position: absolute;
    content: '';
    left: 0;
    margin-top: 40px;
    background: url('../img/bg-cta-after.png') no-repeat top center;
    z-index: 2
}

.rs-cta .rs-title {
    font-weight: bold;
    margin-top: 0;
    text-transform: uppercase;
    color: #424245;
    font-size: 30px
}

.rs-cta .rs-subtitle {
    margin-bottom: 50px;
    line-height: 36px;
    font-size: 24px;
    font-weight: normal;
    color: #444444
}

.rs-steps-modal .modal-body {
    background: url('../img/bg-modal-header.png') no-repeat top center;
    border: none;
    padding: 125px 0 0
}

.rs-steps-modal .modal-body button.close {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #0088CC;
    opacity: 1;
    font-size: 28px
}

.rs-steps-modal .modal-content {
    overflow: hidden;
    border: none
}

.rs-steps-modal .modal-content h2 {
    color: #fff;
    font-size: 20px
}

.rs-steps-modal .wizard .steps li:nth-last-child(1) a:after {
    display: none
}

.rs-steps-modal .wizard .steps a {
    background-color: transparent;
    color: #c4c4c4
}

.rs-steps-modal .wizard .steps a .number {
    height: 35px;
    width: 35px;
    line-height: 32px;
    font-size: 17px;
    text-align: center;
    background-color: transparent;
    color: #c4c4c4;
    border: 2px solid #c4c4c4;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
    font-family: 'Lato', sans-serif;
    font-weight: bold
}

.rs-steps-modal .wizard .steps a:hover {
    background-color: transparent;
    color: #c4c4c4
}

.rs-steps-modal .wizard .steps a:after {
    display: block;
    position: absolute;
    width: 1px;
    height: 25px;
    background-color: #dedede;
    content: '';
    margin-left: 17px;
    margin-top: 8px
}

.rs-steps-modal .wizard .current a {
    background-color: transparent;
    font-weight: bold;
    color: #0088CC
}

.rs-steps-modal .wizard .current a .number {
    color: #fff;
    border: 2px solid transparent;
    background-color: #0088CC
}

.rs-steps-modal .wizard .current a:hover {
    background-color: transparent;
    color: #0088CC
}

.rs-steps-modal .wizard .content {
    background-color: transparent;
    min-height: 32em
}

.rs-steps-modal .wizard .content .body {
    height: 100%;
    padding: 0
}

.rs-steps-modal .wizard .content h4 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    color: #0088CC;
    border-bottom: 1px solid #dcdcdc;
    position: relative;
    padding-bottom: 15px;
    margin-top: 30px;
    margin-bottom: 30px
}

.rs-steps-modal .wizard .content h4:after {
    display: block;
    position: absolute;
    width: 40%;
    height: 3px;
    bottom: -3px;
    left: 0;
    background-color: #0088CC;
    content: ''
}

.rs-steps-modal .wizard .actions {
    background: url('../img/bg-modal-footer.png') no-repeat center center;
    height: 108px;
    width: 100%;
    border: none;
    padding: 45px 25px 0;
    margin: 0
}

.rs-steps-modal .wizard .actions a {
    background-color: #01584d;
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 35px;
    color: #fff;
    border-radius: 50%;
    padding: 0;
    -webkit-box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.3);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease
}

.rs-steps-modal .wizard .actions a:hover {
    background-color: #01675a
}

.rs-steps-modal .wizard .actions .disabled a {
    background-color: #f2f2f2;
    color: #0088CC
}

.rs-steps-modal .wizard .actions li:nth-last-child(1) a {
    background-color: #0088CC
}

.rs-steps {
    width: 100%;
    padding: 160px 0 60px;
    background-color: #0088CC;
    background: linear-gradient(to right, #0088CC, #007b82);
    background: -webkit-gradient(linear, left top, left bottom, from(#0088CC), to(#007b82));
    background: -webkit-linear-gradient(left, #0088CC, #007b82);
    background: -moz-linear-gradient(right, #0088CC, #007b82);
    background: -ms-linear-gradient(right, #0088CC, #007b82);
    background: -o-linear-gradient(right, #0088CC, #007b82);
    position: relative
}

.rs-steps .rs-title {
    color: #fff;
    margin-bottom: 60px
}

.rs-steps-items {
    color: #FFFFFF;
}

.rs-steps-items h3 {
    margin-top: 40px
}

.rs-steps-items figure {
    width: 130px;
    height: 130px;
    line-height: 135px;
    margin: auto;
    border: 3px solid #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 18px rgba(255, 255, 255, 0.15);
    -moz-box-shadow: 0 0 0 18px rgba(255, 255, 255, 0.15);
    box-shadow: 0 0 0 18px rgba(255, 255, 255, 0.15);
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 18px rgba(255, 255, 255, 0.15)
    }
    40% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.05)
    }
    100% {
        -webkit-box-shadow: 0 0 0 18px rgba(255, 255, 255, 0.15)
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 18px rgba(255, 255, 255, 0.15);
        box-shadow: 0 0 0 18px rgba(255, 255, 255, 0.15)
    }
    40% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.05);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.05);
        border-color: #95bd3a
    }
    100% {
        -moz-box-shadow: 0 0 0 18px rgba(255, 255, 255, 0.15);
        box-shadow: 0 0 0 18px rgba(255, 255, 255, 0.15)
    }
}

.rs-steps-items img,
.rs-steps-items p,
.rs-steps-items span {
    margin-bottom: 20px
}

.rs-comingsoon {
    background: rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    text-align: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -ms-align-items: center;
    -ms-flex-direction: column;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    -webkit-flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.rs-comingsoon h2 {
    width: 100%;
    color: #fff;
    font-size: 40px;
    margin-top: 40px
}

.rs-comingsoon p {
    width: 100%;
    color: #fff;
    font-size: 21px
}

.rs-comingsoon figure {
    width: 130px;
    height: 130px;
    line-height: 130px;
    border: 3px solid #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 18px rgba(255, 255, 255, 0.15);
    -moz-box-shadow: 0 0 0 18px rgba(255, 255, 255, 0.15);
    box-shadow: 0 0 0 18px rgba(255, 255, 255, 0.15);
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    animation: pulse 4s infinite;
    animation-timing-function: cubic-bezier(.21, .72, .44, .65)
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 18px rgba(255, 255, 255, 0.15)
    }
    40% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.05)
    }
    100% {
        -webkit-box-shadow: 0 0 0 18px rgba(255, 255, 255, 0.15)
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 18px rgba(255, 255, 255, 0.15);
        box-shadow: 0 0 0 18px rgba(255, 255, 255, 0.15)
    }
    40% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.05);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.05);
        border-color: #95bd3a
    }
    100% {
        -moz-box-shadow: 0 0 0 18px rgba(255, 255, 255, 0.15);
        box-shadow: 0 0 0 18px rgba(255, 255, 255, 0.15)
    }
}

.rs-comingsoon figure img {
    width: 105px;
    padding-bottom: 10px
}

.rs-servicos {
    padding-top: 30px
}

.panel {
    border: none;
    box-shadow: none
}

.panel-heading {
    text-transform: uppercase;
    font-weight: 600
}

.panel-body {
    border: 1px solid #dddddd;
    border-top: 0;
    padding: 20px;
    min-height: 185px
}

.panel-body ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.panel-body ul>li>a {
    padding: 10px 0;
    color: #0088CC
}

.panel-body ul>li>a i {
    padding: 10px 0;
    color: #0088CC;
    margin-left: 10px
}

.panel-body input {
    margin-bottom: 30px
}

.panel-default .panel-heading {
    background: #0088CC;
    color: #fff;
    border: none
}

.panel-default .panel-heading h4 {
    color: #fff;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center
}

.panel-default .panel-heading h4:before {
    content: '';
    display: block;
    width: 12px;
    max-width: 12px;
    min-width: 12px;
    height: 14px;
    background: #fff;
    margin-right: 10px
}

.panel-primary {
    border: 1px solid #dddddd
}

.panel-primary .panel-heading {
    background: #fff
}

.panel-primary .panel-heading h4 {
    color: #444444;
    text-align: center;
    padding: 0;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center
}

.panel-primary .panel-heading h4:before {
    display: none
}

.panel-primary .panel-heading {
    border-bottom: 2px solid #bfbfbf;
    margin: 0 10px
}

.panel-primary .panel-body {
    border: none
}

.panel-primary .panel-body ul>li>a {
    width: 100%;
    display: block;
    padding: 15px 0;
    border-bottom: 1px solid #ddd
}

.panel-primary .panel-body ul>li:nth-last-child(1) a {
    border: none
}

.panel-primary .panel-body ul>li>a:hover {
    text-decoration: none
}

.panel-secondary {
    border: 1px solid #dddddd
}

.panel-secondary .panel-heading {
    background: #0088CC;
    color: #fff;
    border: none
}

.panel-secondary .panel-heading h4 {
    color: #fff;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center
}

.panel-secondary .panel-heading h4:before {
    content: '';
    display: block;
    width: 12px;
    max-width: 12px;
    min-width: 12px;
    height: 14px;
    background: #fff;
    margin-right: 10px
}

.panel-secondary .panel-body {
    border: none
}

.panel-secondary .panel-body ul>li>a {
    width: 100%;
    display: block;
    padding: 7.6px 0;
    border-bottom: 1px solid #ddd
}

.panel-secondary .panel-body ul>li>a:hover {
    text-decoration: none
}

.panel-secondary .panel-body ul>li:nth-last-child(1) a {
    border: none
}

.rs-noticias {
    width: 100%;
    padding-bottom: 60px;
    background-color: #fff
}

.rs-noticias-items {
    margin-bottom: 30px
}

.rs-noticias-items img {
    margin: 0;
    width: 100%;
    height: 100%;
    max-height: 200px;
    object-fit: cover;
    border-top: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc
}

.rs-noticias-data {
    padding: 20px 25px;
    background-color: #FFFFFF;
    height: auto;
    min-height: 280px;
    border-bottom: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc
}

.rs-noticias-data h4 {
    text-transform: uppercase;
    color: #0088CC;
    height: 37px;
    overflow: hidden;
    text-overflow: ellipsis
}

.rs-noticias-data small {
    font-size: 13px
}

.rs-noticias-data a {
    color: #118b65;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none
}

.rs-noticias-readmore {
    padding-top: 20px;
    margin-bottom: 0
}

.rs-noticias-archive {
    padding: 60px 0;
    min-height: 75vh
}

.rs-contato {
    padding: 60px 0;
    min-height: 75vh
}

.rs-contato i {
    color: #0088CC;
    width: 40px;
    height: 40px;
    line-height: 38px;
    font-size: 18px;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #c4c4c4;
    margin-right: 15px
}

.rs-contato i:hover {
    border: 2px solid #0088CC
}

.rs-contato p {
    margin: 0 0 5px;
    font-weight: bold;
    color: #0088CC;
    text-transform: uppercase
}

.rs-contato a {
    color: #666
}

.rs-contato a:hover {
    text-decoration: none;
    color: #0088CC
}

.rs-contato .rs-info {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 30px
}

.rs-contato small {
    margin-bottom: 30px;
    display: block
}

.rs-contato address {
    margin: 0
}

.rs-parceiros {
    background-color: #f0f0f0;
    width: 100%;
    padding: 60px 0
}

.rs-parceiros h2 {
    font-weight: bold;
    margin-top: 50px;
    margin-bottom: 30px
}

.slick-slide img {
    margin: auto
}

#rs-parceiros .slick-prev {
    width: 40px;
    height: 60px;
    z-index: 1;
    left: -35px
}

#rs-parceiros .slick-next {
    width: 40px;
    height: 60px;
    z-index: 1;
    right: -35px
}

#rs-parceiros .slick-prev:before,
#rs-parceiros .slick-next:before {
    font-family: FontAwesome;
    font-size: 30px;
    color: #0088CC
}

#rs-parceiros .slick-next:before {
    content: "\f054"
}

#rs-parceiros .slick-prev:before {
    content: "\f053"
}

.rs-footer {
    background: #0088CC;
    color: #fff;
    padding: 24px 0;
    font-size: 13px;
    font-weight: bold
}

.rs-footer p {
    margin: 0
}

@media only screen and (max-width:1199px) {
    .navbar-nav>li a {
        padding: 12px 2px
    }
    .btn-access {
        padding: 12px 14px
    }
}

@media only screen and (max-width:991px) {
    .rs-header .rs-search-box .rs-search-input {
        height: 96px;
        font-size: 18px
    }
    .rs-header .rs-search-box .container .rs-search-btn {
        margin-top: 20px;
        margin-right: 30px
    }
    .rs-header .rs-search-box .container:after {
        bottom: 10px;
        width: 95%;
        margin: 0 2.5%
    }
    .rs-header .navbar-header {
        width: auto;
        height: 96px
    }
    .rs-header .navbar {
        padding: 0 15px;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-align-items: center;
        -webkit-align-items: center;
        align-items: center;
        justify-content: flex-end;
        -ms-justify-content: flex-end;
        -webkit-justify-content: flex-end
    }
    .rs-header .navbar-brand {
        padding: 10px 15px
    }
    .rs-header .navbar-brand img {
        height: auto;
        max-height: 100%;
        width: auto;
        max-width: 100%
    }
    .rs-header .navbar-brand.right {
        width: 60%
    }
    .rs-header .rs-menu-mobile {
        border: 2px solid #fff;
        color: #fff;
        padding: 10px 12px;
        background-color: transparent;
        -webkit-transition: all 400ms ease;
        -moz-transition: all 400ms ease;
        -ms-transition: all 400ms ease;
        -o-transition: all 400ms ease;
        cursor: pointer
    }
    .rs-header .rs-menu-mobile:hover,
    .rs-header .rs-menu-mobile:active,
    .rs-header .rs-menu-mobile:focus {
        text-decoration: none;
        background: rgba(0, 0, 0, 0.1)
    }
    .rs-header .navbar-mobile {
        background-color: #0088CC;
        background: linear-gradient(to right, #0088CC, #007b82);
        background: -webkit-gradient(linear, left top, left bottom, from(#0088CC), to(#007b82));
        background: -webkit-linear-gradient(left, #0088CC, #007b82);
        background: -moz-linear-gradient(right, #0088CC, #007b82);
        background: -ms-linear-gradient(right, #0088CC, #007b82);
        background: -o-linear-gradient(right, #0088CC, #007b82)
    }
    .rs-header .navbar-mobile::-webkit-scrollbar-track {
        background-color: rgba(0, 0, 0, 0.3)
    }
    .rs-header .navbar-mobile::-webkit-scrollbar {
        width: 8px;
        background-color: #069480
    }
    .rs-header .navbar-mobile::-webkit-scrollbar-thumb {
        border-radius: 15px;
        background-color: #044c45
    }
    .rs-header .navbar-mobile ul {
        list-style: none;
        padding: 0
    }
    .rs-header .navbar-mobile ul li .dropdown-menu {
        padding: 0;
        display: block;
        box-shadow: none;
        width: 100%;
        position: static;
        margin-top: 0;
        border: none;
        background-color: transparent;
        float: none
    }
    .rs-header .navbar-mobile ul li .dropdown-menu a {
        background-color: rgba(0, 0, 0, 0.1);
        color: #fff;
        padding: 15px 20px
    }
    .rs-header .navbar-mobile ul li>a {
        border-bottom: 1px solid #0088CC;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease
    }
    .rs-header .navbar-mobile ul li>a:hover,
    .rs-header .navbar-mobile ul li>a:active,
    .rs-header .navbar-mobile ul li>a:focus {
        text-decoration: none;
        background: rgba(0, 0, 0, 0.05);
        color: #fff
    }
    .rs-header .navbar-mobile ul li>a.btn-access {
        border: none;
        border-radius: 0;
        text-align: left;
        font-size: 16px
    }
    .rs-header .rs-toggle-search {
        margin-right: 15px
    }
}

@media only screen and (max-width:767px) {
    .padding-section {
        padding: 30px 0
    }
    .rs-cta {
        height: auto;
        background-size: cover;
        padding: 40px 0
    }
    .rs-cta:after {
        margin-top: 39px
    }
    .rs-comingsoon h2 {
        font-size: 32px
    }
    .rs-comingsoon p {
        font-size: 18px;
        width: 85%
    }
    .rs-steps {
        padding: 100px 0 30px
    }
    .rs-steps .rs-comingsoon {
        background: transparent;
        position: relative
    }
    .rs-steps-modal .modal-body {
        padding: 60px 0 0;
        background-position-x: right
    }
    .rs-steps-modal .wizard .content {
        width: 75%;
        min-height: 37em
    }
    .rs-steps-modal .wizard .content img {
        max-height: 115px
    }
    .rs-steps-modal .wizard .content .body p {
        font-size: 15px
    }
    .rs-steps-modal .wizard .steps {
        width: 20%;
        margin-top: 30%
    }
    .rs-steps-modal .wizard .rs-steps-title {
        display: none
    }
    .rs-noticias .rs-noticias-items {
        margin-top: 15px
    }
    .rs-noticias .btn {
        margin-top: 15px
    }
    .rs-parceiros h2 {
        margin-top: 0
    }
    .rs-parceiros .slick-prev {
        left: -10px
    }
    .rs-parceiros .slick-next {
        right: -10px
    }
    .rs-contato .rs-map {
        margin-top: 30px
    }
}

@media only screen and (max-width:575px) {
    .rs-header .rs-search-box .rs-search-input {
        height: 85px;
        font-size: 18px
    }
    .rs-header .navbar-header {
        width: auto;
        height: 85px
    }
    .rs-parceiros .slick-prev {
        left: -10px
    }
    .rs-parceiros .slick-next {
        right: -10px
    }
}