/* general */
.main-blue, a {
    color: #10328F
}
.block-30 {
    width: 100%;
    height: 30px
}
.no-list-style {
    list-style-type: none
}
.btn-primary:focus, .btn-primary.focus, 
.btn-primary:active, .btn-primary:visited {
    color: #ffffff;
    background-color: #2352fe !important;
    border-color: #1d01ba !important;
    outline: none !important
}
/* navbar */
.logotipo {
    width: 130px
}
.mobile-toggle-menu-button {
    border: 1px solid #777
}
i.toggle-menu-button-icon {
    top: 0px !important
}
.toggle-menu-button-icon span {
    background: #777 !important
}
@media (max-width: 991px) {
    .main-slider-1 .main-slider__subtitle {
        padding-top: 100px
    }
}
/* main slider */
.sp-image-container:after {
    background-color: rgba(0, 0, 0, 0.2)
}
.sp-horizontal .sp-previous-arrow:before {
    content: 'anterior'
}
.sp-horizontal .sp-next-arrow:before {
    content: 'próximo'
}
/* main section */
.main-icons {
    width: 60px;
    height: 60px
}
/* sections backgrounds */
.section-header-1 {
  background: url("../img/headers/header-1.jpg")
}
.section-header-2 {
  background: url("../img/headers/header-2.jpg")
}
.section-header-3 {
  background: url("../img/headers/header-3.jpg")
}
/* scroll to top */
.scrollup {
    width: 40px;
    height: 40px;
    display: none
}
.owl-item {
    width: 280px
}
/* forms */
.form-control {
    border-radius: 0px
}
/* intermissions */
.intermission-1 {
    background-image: url(../img/sections/banner1.jpg)
}
.intermission-2 {
    background-image: url(../img/sections/banner2.jpg)
}
.intermission-3 {
    background-image: url(../img/sections/banner3.jpg)
}
/* footer */
.footer-img {
    width: 234px
}
.footer-tops {
    margin-top: 122px
}
@media screen and (max-width: 768px) {
    .footer-img {
        width: 70%;
        margin: 0px auto
    }
}
/* alert notifications */
[data-notify="message"] {
    color: #888 !important
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}
.alert > p + p { 
    margin-top: 5px
}
.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}
.alert-info { 
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}
.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}
.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}
/* navbar */
.navbar {
    border-bottom: 0.5px solid #ddd
}
.navbar-default .navbar-collapse, 
.navbar-default .navbar-form {
    padding-top: 11px !important
}
.navbar-brand-img {
    width: 180px;
    padding-bottom: 10px;
    padding-top: 7px
}
.nav-link {
    color: #777 !important
}
.nav-link:hover {
    color: #10328F !important
}
.float-right {
    float: right !important
}
.navbar-toggle {
    padding: 9px 10px;
    margin-top: 19px !important;
    border-radius: 0px
}
@media (max-width: 767px) {
    .navbar-brand {
        height: 72px;
        padding: 6px 0 0 4px
    }
    .navbar-brand-img {
        padding-top: 0px
    }
}
.navbar .navbar-nav > li > a {
    padding: 6px 0px 10px 8px
}
