@charset "UTF-8";
    body {
        font-family: 'Lato', sans-serif;
        background-color: #FFF;
    }
    /*=== INICI NAVBAR I HEADER ===*/

    .navbar {
        min-height: 90px;
        margin-bottom: 0;
    }
    nav {
        position: absolute;
        bottom: 0;
        width: 100%;
        background: #fff;
        z-index: 5;
    }
    .navbar-default .navbar-nav>li>a {
        text-transform: uppercase;
        color: #093d79;
        font-size: 14px;
        padding: 33px 10px;
    }
    .navbar-default {
        background-color: transparent;
        border-radius: 0;
        border-bottom: 1px solid #093d79;
        border-top: 0;
        -webkit-transition: background-color 200ms linear;
        -moz-transition: background-color 200ms linear;
        -o-transition: background-color 200ms linear;
        -ms-transition: background-color 200ms linear;
        transition: background-color 200ms linear;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #093d79;
    }
    .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
        background: #093d79;
        color: #fff;
    }
    .aew-fixed-header {
        position: fixed;
        top: 0;
        height: 70px;
        z-index: 6;
        background-color: #fff;
        -webkit-transition: background-color 200ms linear;
        -moz-transition: background-color 200ms linear;
        -o-transition: background-color 200ms linear;
        -ms-transition: background-color 200ms linear;
        transition: background-color 200ms linear;
    }
    .dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        display: none;
        float: left;
        min-width: 90px;
        padding: 5px 0;
        margin: 2px 0 0;
        list-style: none;
        font-size: 14px;
        text-align: left;
        background-color: #fff;
        border: 1px solid #ccc;
        border: 1px solid rgba(0, 0, 0, 0.15);
        border-radius: 0px;
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
        background-clip: padding-box;
    }
    /*=== FI NAVBAR I HEADER ===*/
    /*===INICI SLIDER===*/

    .slider {
        margin-top: -90px;
        z-index: 0;
    }
    .slider .caption {
        position: absolute;
        z-index: 2;
        width: 50%;
        left: 50%;
        margin-left: -25%;
        margin-top: -175px;
        top: 50%;
    }
    .slider .caption img {
        width: 373px;
        margin: 0 auto;
    }
    .slider .caption h2 {
        font-weight: bold;
        font-size: 26px;
        color: #093d79;
    }
    .slider .caption h3 {
        font-weight: bold;
        font-size: 22px;
        color: #093d79;
    }
    .slider .owl-controls {
        position: relative;
        top: -40px;
    }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
        background: #093d79;
    }
    .owl-theme .owl-dots .owl-dot span {
        width: 10px;
        height: 10px;
        margin: 5px 7px;
        background: #455f7b;
        display: block;
        -webkit-backface-visibility: visible;
        -webkit-transition: opacity 200ms ease;
        -moz-transition: opacity 200ms ease;
        -ms-transition: opacity 200ms ease;
        -o-transition: opacity 200ms ease;
        transition: opacity 200ms ease;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
    }
    /*===FI SLIDER===*/
    /*===SECTION LOGOTOP===*/

    .logo-top .container {
        border-bottom: 1px solid #093d79;
    }
    /*===FI SECTION LOGOTOP===*/
    /*===SECTION SERVICES===*/

    .services-home {}
    .service-item img {
        display: inline-block;
    }
    .service-item span {
        padding-left: 20px;
        font-weight: normal;
        font-size: 14px;
        color: #093d79;
    }
    /*===FI SECTION SERVICES===*/
    /*===SECTION LIST HOME===*/

    .list-home {
        color: #093d79;
    }
    .list-home ul li {
        margin-bottom: 10px;
    }
    /*===FI SECTION LIST HOME===*/
    /*===SECTION OPINIONS===*/

    .opinions {
        height: 547px;
        background-image: url('../img/bg-opinions.jpg');
        background-position: center;
        font-family: 'Vollkorn', serif;
        color: #093d79;
        line-height: 48px !important;
    }
    .opinions h2 {
        font-size: 32px;
        line-height: 48px !important;
    }
    /*===FI SECTION OPINIONS===*/
    /*===SECTION BUTTONSHOME===*/

    .buttons-home-container {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .buttons-home-item {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .buttons-home-item p {
        font-size: 16px;
        font-weight: lighter;
        color: #093d79;
    }
    .btn-inneria {
        color: #fff;
        background-color: #093d79;
        border-color: #093d79;
    }
    .btn-inneria:hover {
        color: #ddd;
    }
    /*===FI SECTION BUTTONSHOME===*/
    /*===SECTION FOOTER===*/

    footer {
        background-color: #093d79;
        color: #fff;
    }
    legend h3 {
        font-family: 'Vollkorn', serif;
        color: #fff;
    }
    .border-bottom {
        border-bottom: 1px solid #5f7c9c;
    }
    .footer-2 {
        font-size: 12px;
        line-height: 10px;
    }
    .footer-2 a {
        color: #fff;
    }
    .menu-footer {
        height: 100px;
    }
    /*===FI SECTION FOOTER===*/
    /*===ONE PAGE PAGINATION====*/

    .onepage-pagination {
        position: fixed;
        top: 50%;
        right: 20px;
        display: inline-block;
        float: right;
        z-index: 4;
    }
    .onepage-pagination-ball div {
        height: 12px;
        width: 12px;
        background: #093d79;
        border: 1px solid #fff;
        border-radius: 6px;
        cursor: pointer;
        transition: all 0.1s ease;
        padding-bottom: 8px;
    }
    .onepage-pagination-ball.active div {
        height: 16px;
        width: 16px;
        border-radius: 8px;
        margin-left: -2px;
    }
    .onepage-pagination-ball div:hover {
        height: 16px;
        width: 16px;
        border-radius: 8px;
        margin-left: -2px;
    }
    #wrapper .nav>li>a:hover, .nav>li>a:focus {
        text-decoration: none;
        background-color: transparent;
    }
    .nav>li>a:hover, .nav>li>a:focus {
        text-decoration: none;
        background-color: transparent;
    }
    /*===ONE PAGE PAGINATION====*/
/*
.onepage-pagination .tooltip-inner {
    margin-top: 12px;
}*/

.nf-field-container, #ninja_forms_required_items {
    clear: none !important;
    position: initial !important;
    margin-bottom: 10px !important;
}

    /*=== INICI RESPONSIVE ===*/

    @media (max-width: 480px) {
        .slider {
            margin-top: 0px;
            z-index: 0;
        }
        .slider .caption h2 {
            font-weight: bold;
            font-size: 14px;
            color: #093d79;
            margin-top: 70%
        }
        .slider .caption h3 {
            display: none;
        }
    }
    @media (max-width: 768px) {
    .navbar-default .navbar-nav>li>a {
        padding: 10px;
    }

}
    @media (min-width: 992px) {}
    @media (min-width: 1200px) {}
    /*===ONE PAGE===*/

.navbar-default .navbar-collapse.in {
    background: white;
}

#header{
z-index:9999;
position:relative;
}



.page-404{
    padding-top: 150px;
    color: #093d79;
    margin-bottom:-45px;
    padding-bottom: 150px;
    background-size: cover;
    background-position: center;
}

.page-404 label span{
    display: none;
}
.page-404 label{
    float: none;
    display: block;
}

.page-404 input[type="search"]{
    border:1px solid #092f87;
    padding: 7px 10px;
    display: block;
    width:100%;
    color: black;
}

.page-404 h1.big-title{
    color:#093d79 !important;
}

.page-404 input[type="submit"]{
    border:1px solid #092f87;
    background-color: #092f87;
    color:white;
    padding: 7px 10px;
    display: block;
    width:100%;
}