/*@import url('https://fonts.googleapis.com/css?family=Berkshire+Swash');*/
@font-face {
    font-family: Aviano;
    src: url("../fonts/AVIANO.OTF") format("opentype");
}

@font-face {
    font-family: Aviano;
    font-weight: bold;
    src: url("../fonts/AVIANOBOLD.OTF") format("opentype");
}
#header {
    -webkit-box-shadow: 1px 6px 50px -17px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 6px 50px -17px rgba(0,0,0,0.75);
    box-shadow: 1px 6px 50px -17px rgba(0,0,0,0.75);
}
.fondo {
    background: url(../images/background-welcome.jpg) repeat;
}
section.bienvenidos-content {    
    float: left;
    width: 100%;
    padding-bottom: 40px;
}
.bienvenidos-content .logo {    
    text-align: center;
    margin-top: 20px;
}

.headerlogoleft {
    min-height: 90px;
    background-size: auto 74px !important;
    background: url(../images/logo.png) no-repeat left top;
}
.headerlogoleft h1 {
    /*font-family: 'Aviano';*/
    font-weight: bold;
    font-size: 22px;
    line-height: 86px;
    margin-top: 0;
    margin-bottom: 20px;
    text-align: center;
    color: #000;
}
.logo-centrado {
    display: none;
}
.logo-centrado img {
    width: auto !important; 
    height: 100px !important;
}
header nav {
    height: auto;
}
@media (max-width: 1200px){
    .headerlogoleft {
        min-height: 40px;
        background:none;
    } 
    .headerlogoleft h1 {
        line-height: 30px;
    }
    .logo-centrado {
        display: block;
    }
    #admin_login{
        width: 60%;
        margin-left: 20%;
    }
}
#admin_login{
    width: 60%;
    margin-left: 20%;
}
.grid-welcome {
    width: 90%;
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
    border: 2px solid #799900;
    background: #fff;
    padding: 40px 0 20px 0;
}
.grid-welcome .row-grid-welcome {
    margin-bottom: 10px;
}
.grid-welcome h1{
    /*font-family: 'Berkshire Swash', cursive;*/
    font-size: 28px;
    margin-top: 0px;
    margin-bottom: 20px;
}
.grid-welcome h2 {
    font-size: 14px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 80%;
    margin-left: 10%;
    line-height: 1.5;
}
.bienvenidos-content form {
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 20px;
}
.codigo-pasaporte {
    max-width: 800px;
    margin: 0 auto;
}
.button-validar {
    margin-top: 20px;
    margin-bottom: 20px;
}
.verde-binnakle {
    color: #799900;
}

.grid-welcome-bottom {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}
.grid-welcome-bottom-inner {
    width: 48%;
    float: left;
    background: #fff;
    padding: 0px 20px;
    /*margin-top: 4%;*/

}
.grid-welcome-bottom-inner.left {
    margin-right: 1%;
}
.grid-welcome-bottom-inner.right {
    margin-left: 1%;
}
.grid-welcome-bottom h3{
    font-size: 18px;
    font-weight: 700;
}
.grid-welcome-bottom h2{
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.button-ingresar {
    float: right;
    margin-top: 10px;
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .grid-welcome-bottom-inner {
        width: 100%;
    }
    #admin_login{
        width: 90%;
        margin-left: 5%;
    }
}

@media (min-width: 1200px) {
    .grid-welcome-bottom-inner.right {
        margin-left: 1%;
        margin-bottom: 18px;
    }
    #header .nav-wrapper{
        height: 80px !important;
    }
}





