/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 18/10/2016, 13:49:41
    Author     : granhani
*/


.byWeb > #divMain .upage{
    background-color: transparent;
}
.byWeb > #divMain:not(.isFoot) .upage:not(.upageFull){
    min-height: 100px!important;
}
body.byWeb,
.byWeb > #divMain{
    background-color: #042756;
}
.byWeb:not(.byAdm) > #divMain{
    min-height: 100px;
}
.byWeb > #divMain{
    background: #042756 url(../../img/bg1920.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100%;
}

.byWeb > #divMain .mTopo{
    background-color: #0063a2;
}
.container.footer{
    margin-top: -1em;
}
#divMain.isFoot {
    min-height: min-content;
}
#divMain.isFoot > .upage > .ui-content {padding-bottom: 0px;}


header .sidebar-brand{
    display: block;
    padding: 0px 15px 10px;
    font-size: 16px;
    font-weight: 600;
    color: #1bbae1;
    text-shadow: none;
}
.ui-panel.mLeft header{
    border-bottom: 1px solid #777;
    margin: 0 -1em 1em;
}
.ui-panel.mLeft{
    background: url(../../img/menu1.jpg);
    background-position: center;
    background-size: cover;
}
.ui-panel.mLeft > .ui-panel-inner{
    background: rgba(0,0,0,0.3);
    background: linear-gradient(to bottom, rgba(0,0,0,0.3) 91%, rgba(0,0,0,0) 100%);
    min-height: 65vh;
}
.mLeft .setMenu > li > a > .show-lg{float: left;}
.mLeft .setMenu > li > a{
    line-height: 48px;
    padding: 0px 15px;
    display: block;
    color: #efefef;
    text-align: right;
    border-bottom: 2px solid #042756;
}
.mLeft .setMenu > li > a:hover,
.mLeft .setMenu > li > a:focus,
.mLeft .setMenu > li > a:active,
.mLeft .setMenu > li.active > a{
    color: #fff;
}
.mLeft .setMenu > li.active > a{border-bottom-color: #1bbae1;}
.mLeft .setMenu > li.active > a > i{
    color: #1bbae1;
}
@media(min-width: 768px){
    .byWeb > #divMain .mTopo{
        background-color: transparent;
        border-bottom-color: transparent;
        border-bottom-width: 0px;
        height: auto;
    }
    .byWeb .mTopo .logo-topo{
        float: none;
        max-width: 50%;
        height: auto;
        margin-top: 20px;
        z-index: 2;
        position: relative;
    } 
    .byWeb .mTopo .logo-topo > .img-resh{max-width: 100%;}

    .byWeb #menuTopo{
        background: url(../../img/menu.png) repeat-x;
        margin-top: 9px;
        border-bottom: none;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        padding: 16px 10px 0px;
    }
    .nav-tabs-mtop > li > a{
        padding: 6px 20px 14px;
        color: #fff;
        transition: all 400ms ease-in-out;
    }
    .nav-tabs-mtop > li.active > a{
        border-bottom-width: 2px;
    }
    .nav-tabs-mtop > li > a:hover,
    .nav-tabs-mtop > li > a:focus {
        color: #3498db;
        background-color: #fff;
        border-bottom-color: #1bbae1;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .nav-tabs-mtop > li.active > a:hover,
    .nav-tabs-mtop > li.active > a{}
    .nav-tabs-mtop > li {
        margin-bottom: -2px;
    }
    .nav-tabs-mtop > li.active > a,
    .nav-tabs-mtop > li.active > a:hover,
    .nav-tabs-mtop > li.active > a:focus {
        color: #555;
        border-color: #eee #eee #0986D8 #eee;
        border-bottom-width: 2px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}
@media(min-width: 1200px){
    .nav-tabs-mtop > li > a{
        padding-left: 15px;
        padding-right: 15px;
    }
}
.byWeb > #divMain > .upage > .ui-content{padding-top: 0px;}
.container.footer > .divContainer,
.byWeb > #divMain > .upage > .ui-content > .container>.divContainer{
    padding: 20px 15px;
    background-color: #fff;
    border-left: 3px solid #042756;
    border-right: 3px solid #042756;
}
.container.footer > .divContainer{
    background-color: #f9f9f9;
    border: 3px solid #042756;
    padding: 10px 15px 0px;
}

.container.footer a{color: #555; display: block; line-height: 24px;}
.container.footer i{margin-right: 5px; color: #0986D8;} 
.footer .headline > small{
    float: right;
    display: inline-block;
    line-height: 24px;
    min-width: 86px;
}

a.lFone {padding-left: 10px;}
a.lFone > small{
    margin-left: 5px;
}
a.lFone > small:before{content: " | ";margin-right: 5px;}

.footer .bgBlue{
    background-color: #014F81;
    color: #eee;
}
.pCopyring{
    margin-bottom: 0px;
    line-height: 35px;
    margin-top: 5px;
    font-size: 90%;
}
.container.footer{margin-bottom: 20px;}
.mTopo .barcos{
    position: absolute;
    max-width: 50%;
    right: -100%;
    bottom: -10px;
    transform: scale(0);
    opacity: 0;
}

.footer .fanPage{
    width: 300px;
    margin: 0px auto;
}

@keyframes barcoIn{
    0%{
        right: -100%;
        bottom: -10px;
        transform: scale(0);
        opacity: 0;
    }
    100%{
        right: 0px;
        bottom: 59px;
        opacity: 1;
        transform: scale(1);
    }
}
.mTopo .barcos.in {
    animation-duration: 3s;
    animation-timing-function: ease-in-out;
    animation-name: barcoIn;
    right: 0px;
    bottom: 59px;
    opacity: 1;
    transform: scale(1);
}
@keyframes barcoOut{
    0%{
        right: 0px;
        bottom: 59px;
        opacity: 1;
        transform: scale(1);
    }
    100%{
        transform: scale(0);
        bottom: -10px;
        right: 100%;
        opacity: 0;
    }
}
.mTopo .barcos.out,
.mTopo .barcos.in.out {
    animation-name: barcoOut;
    right: 100%;
    bottom: -10px;
    opacity: 0;
    transform: scale(0);
}

@media(max-width: 992px){
    .byWeb .mTopo .logo-topo{margin-top: 0px;}
    .mTopo .barcos{display: none;}
}

@media(max-width: 1440px){
    .byWeb > #divMain{
        background-size: 100%;
    }
}
@media(max-width: 1200px){
    .byWeb > #divMain{
        background-size: auto 60%;
    }
}
@media(max-width: 992px){
    .byWeb > #divMain{
        background-size: auto 50%;
    }
}
@media(max-width: 768px){
    .byWeb > #divMain{
        background-size: auto 35%;
    }
    .container.footer > .divContainerr{
        margin: 0px 1em;
    }
    .logo-foot{max-width: 180px;}
    .byWeb > #divMain > .upage > .ui-content > .container{padding-left: 0px; padding-right: 0px;}
}
.fa-menu:before{
    content: "\f02e";
}
.fa-menu.fa-home:before {content: "\f015";}
.fa-sobre-nos:before {content: "\f0b1";}
.fa-hospedagens:before {content: "\f236";}
.fa-guarda-barco:before {content: "\f21a";}
.fa-galeria-de-fotos:before {content: "\f03e";}
.fa-parceiros:before {content: "\f0c0";}
.fa-contato:before {content: "\f086";}
#menuTopo .show-lg{padding-left: 5px;}
@media(max-width: 1200px){
    #menuTopo .show-lg{display: none;}
    #menuTopo li.active .show-lg{display: inline;}
    #menuTopo li:not(.active) a:hover .show-lg{
        position: absolute;
        background: #fff;
        display: block;
        left: 50%;
        top: -1px;
        padding: 10px;
        white-space: nowrap;
        transform: translateX(-50%);
        border: 1px solid #eee;
        border-radius: 4px 4px 0 0;
        border-bottom: 4px solid #1bbae1;
    }
    #menuTopo li:not(.active)  a:hover{
        z-index: 1;
    }
}