@font-face {
    font-family: 'Raleway-Regular';
    src: url('../fonts/Raleway-Regular.otf');
    src: url('../fonts/Raleway-Regular.otf') format('opentype');
}

@font-face {
    font-family: 'Raleway-SemiBold';
    src: url('../fonts/Raleway-SemiBold.otf');
    src: url('../fonts/Raleway-SemiBold.otf') format('opentype');
}

@font-face {
    font-family: 'Raleway-Bold';
    src: url('../fonts/Raleway-Bold.otf');
    src: url('../fonts/Raleway-Bold.otf') format('opentype');
}

@font-face {
    font-family: 'SueEllenFrancisco';
    src: url('../fonts/SueEllenFrancisco.otf');
    src: url('../fonts/SueEllenFrancisco.otf') format('truetype');
}

/* ==========================================================================
Author's custom styles
========================================================================== */

html{
    position: relative;
    min-height: 100%;
}

body{
    font-family: Raleway-Regular;
    padding-top: 70px;
    width: 100%;
    /*margin-bottom: 40px;*/
}

body.home {

    background: url('../img/home/bg_onda.jpg') no-repeat center bottom 80px;
    background-size: 100%;

}

b, strong{
    font-family: 'Raleway-Bold';
}

.container {
    height:100%;
}

.clr {
    clear: both;
}

.referencias {
    font-size: 11px;
    padding-top: 40px;
}

.referencias p {
    padding: 0;
    margin: 0;
}

.center {
    text-align: center;
}

.logo_movicol{
    background: url(../img/logo_movicol.svg) no-repeat left top;
    background-size: 100%;
    width: 150px;
    height: 40px;
    margin: 5px 0 0 10px;
}


/* NAVEGAÇÃO */

.navbar {
    background: #FFF;
    /*border-bottom: 1px solid #333;*/
}

.home .navbar {
    background: #E7F5FB;
    /*border-bottom: 1px solid #333;*/
}

.navbar-inverse {
    border-color: #FFF;
    border: none;
}

.navbar-nav {
    margin: 0;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .active > a {
    background-image: none;
    background-repeat: repeat-x;
    box-shadow: none;
    background: #AFD135;
}

.navbar-inverse .navbar-nav > .open > a:after,
.navbar-inverse .navbar-nav > .active > a:after {
    content: '';
    background: url(../img/gota_menu_principal.png) no-repeat left top;
    position: absolute;
    bottom: -20px;
    left: 43%;
    width: 16px;
    height: 20px;
    display: block;
}



.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav > li > a {
    text-shadow: none;
}

.nav > ul {
    display: table;
    position: relative;
    height: 70px;
}

.nav > li {
    /*display: table-cell;*/
    position: relative;
    height: 70px;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    color: #AFD135;
    background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #AFD135;
}

.navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;
    overflow-x: visible;
    padding-left: 0;
    padding-right: 0;
}

/* /NAVEGAÇÃO */


#home {
    width: 100%;
}

#home .container {
    background: url('../img/home/bg_.png') no-repeat center top;
    background-size: 100%;
    /*border: 1px solid #333;*/
}

.logo_morada {
    min-height: 150px;
}

.footer_logo {
    float: right;
    margin: 0 0 0 15px;
}

.footer_logo_paginas {
    float: right;
    margin: 0 0 5px 15px;
}

#footer {
    /*background: #FFF url('../img/onda_footer.png') no-repeat center bottom;*/
    background: url('../img/fundo.jpg') center bottom;
    /*background-size: cover;*/
    color: #FFF;
}

.onda {
    background: url('../img/onda.png') no-repeat center bottom;
    /*background-size: cover;*/
}

ul.footer_menu {
    list-style: none;
}

ul.footer_menu li {
    float: left;
    padding: 10px 5px;
    color: #FFF;
}

ul.footer_menu li a {
    font-size: 11px;
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
}

.copyright{
    text-transform: uppercase;
    font-size: 11px;
}


@media screen and (max-width: 767px) {
    body {
        background: none;
        padding-top: 50px;
        font-size: 12px;
        font-size: 14px;
    }
    /*
    #home .container {
    background: url('../img/home/bg_home_mobile.png') no-repeat center 20px;
    background-size: 100%;
    height: 100vh;
}
    */

    .nav > li {
        /*display: table-cell;*/
        position: relative;
        height: 50px;
    }

    .navbar .container {
        height: 50px;
    }

    .hide_in_mobile {
        display: none;
    }

    .menu_mobile {
        display: block;
    }

    .navbar-inverse .navbar-nav > li > a {
        color: #00ADED;
        font-size: 15px;
        text-transform: uppercase;
        font-family: 'Raleway-Bold';
        width: 100%;
        background: #E7F5FB;
        background: #fff;
    }
    .navbar-nav > li > a {
        line-height: 15px;
        padding: 20px 10px;
        height: 50px;
    }
    .navbar-inverse .navbar-nav > li > a:hover {
        color: #00ADED;
        background: #E7F5FB;
        background: #fff;
    }
    .navbar-header button {
        background: #fff;
    }

    .navbar-inverse .navbar-toggle:hover,
    .navbar-inverse .navbar-toggle:focus {
        background-color: #fff;
    }
    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        border-color: #00ADED;
        border-bottom: 1px solid #00ADED;
    }
    .padding_top_mobile {
        padding-top: 30px;
    }

    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #00aeef;
    }

    .navbar-inverse .navbar-toggle {
        border-color: #fff;
    }
}

@media (min-width: 768px) { 
    #home .carro {
        margin-top: 250px;
        margin-left: 30px;
    }
    #home .container {
        min-height: 420px;
    }
    .navbar-inverse .navbar-nav > li > a {
        color: #00ADED;
        font-size: 10px;
        text-transform: uppercase;
        font-family: Raleway-Bold;
    }
    .navbar-nav > li > a {
        line-height: 15px;
        padding: 20px 10px;
        height: 70px;
    }
    .only_show_in_mobile {
        display: none !important;
    }
    .padding_top_mobile {
        padding-top: 30px;
    }
}

@media (min-width: 992px) { 
    #home .carro {
        margin-top: 320px;
        margin-left: 30px;
    }
    #home .container {
        min-height: 530px;
    }
    .navbar-inverse .navbar-nav > li > a {
        color: #00ADED;
        font-size: 14px;
        text-transform: uppercase;
        font-family: Raleway-Bold;
    }
    .navbar-nav > li > a {
        line-height: 15px;
        padding: 20px 10px;
        height: 70px;
    }
}

@media (min-width: 1200px) { 
    #home .carro {
        margin-top: 380px;
        margin-left: 30px;
    }
    #home .container {
        min-height: 700px;
    }
    .navbar-inverse .navbar-nav > li > a {
        color: #00ADED;
        font-size: 14px;
        text-transform: uppercase;
        font-family: Raleway-Bold;
    }
    .navbar-nav > li > a {
        line-height: 15px;
        padding: 20px 20px;
        height: 70px;
    }
}


.home #footer_home {
    display: block;
    clear: both;
    margin: 30px 0;
}



@media screen and (max-width: 991px) {

    .home #footer_home {
        display: block;
        clear: both;
        margin: 30px 0 20px;
        position: absolute;
        bottom: 10px;
        left: 0;
        right: 0;
    }
    .home .footer_logo{
        float: none;
        display: block;
        margin: 50px auto 10px;
    }

    .home .morada_home {
        float: none !important;
        display: block;
        text-align: center;
        margin: 10px 0;
    }
}



.underline{
    text-decoration: underline;
}

#footer_home{
    margin: 30px 0 0 0;
}

.morada{
    text-align: right;
    font-size: 10px;
    height: 200px;
}

@media screen and (max-width: 991px) {
    .morada{
        float: none !important;
        display: block;
        text-align: center;
        margin: 10px 0 80px;
    }
    .footer_logo_paginas {
        float: none;
        display: block;
        margin: 10px auto 10px auto;
    }
}

.morada_home{
    text-align: right;
    font-size: 10px;
}

.politicas p{
    text-align: justify;
}

/*.footer_termos ul{
    list-style: none;
    margin: 0px auto 8px;
}
.footer_termos ul li{
    display: inline-block;
    color: #00ADEF;
    font-size: 12px;
}*/



/* FOOTER */

.footer_termos{
    padding: 10px;
    min-height: 100px;
    box-sizing: border-box;
    /*position: absolute;
    bottom: 0px;*/
    text-align: center;
    width: 100%;
    /*background: #FFF;*/
    background: url('../img/fundo.jpg') center bottom;
}

.footer_termos ul{
    list-style: none;
    margin: 0px auto;
}
.footer_termos ul li{
    display: inline-block;
    color: #FFF;
}

.footer_termos ul li a{
    font-size: 12px;
    /*color: #00ADEF;*/
    color: #FFF;
}

.footer_termos p {
    /*color: #00ADEF;*/
    color: #FFF;
    font-size: 11px;
    text-align: center;
}


.div_cookies{
    position: fixed;
    top: 0;
    left: 0;
    height: 75px;
    width: 100%;
    background: rgba(0,0,0,.80);
    color: #fff;
    z-index: 999999 !important;
    display: block;
    padding: 20px;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    display: none;
}

.div_cookies p,
.div_cookies a,
.div_cookies .btn{
    display: inline-block;
    margin-right: 10px;
}

.div_cookies a{
    color: #5ea6e5;
}

.bot_ok_cookies{
    border: 1px solid #fff;
    background: #B0D236;
}

.bot_ok_cookies:hover,
.bot_ok_cookies:active,
.bot_ok_cookies:focus{
     background: #90a83b;
    color: #fff;
}

.title {
    margin-top:10px !important;
    padding-bottom: 20px !important;
}

div.title {
    margin-top:5px !important;
    padding-bottom: 10px !important;
}