/**** ALLGEMEINE ****/
html {
    font-size: 100%;
}

body, .container {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

section {
    padding: 3rem 0;
}

a.btn {
    transition: background-color 0.5s ease;
}

h2, h3 {
    font-weight: 300;
}

/**** NAVBAR ****/
#mainNav{
    position:relative;
    margin:0;
}
.navbar-custom {
    background: #fff;
    text-transform: uppercase;
    font-weight: 700;
    border: none;
    border-bottom:1px solid #e0e0e0;
    box-shadow: 0 5px 3px -4px rgba(50,50,50,.5);
}
.navbar-custom .container{
    position: relative;
}
.navbar-custom a:focus, .navbar-custom .navbar-nav li a:hover {
    outline: none;
}
.navbar-custom .navbar-nav li:last-of-type a { padding-right:0;}

.navbar-custom .navbar-nav {
    letter-spacing: 1px;
}

.navbar-custom .navbar-toggle {
    text-transform: uppercase;
    font-size: 10px;
    z-index:99;
}

.navbar-custom .navbar-brand {
    max-width: 160px;
    min-height: 40px;
    min-width: 100px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background-position: 15px 0;
    background-repeat: no-repeat;
    background-size: contain;
}

.navbar-custom .navbar-brand img {
    max-height: 38px;
    max-width:180px;
   position:absolute;
    top:8px;
    left:4px;
}

@media (min-width: 768px) {
    #main-menu ul li a {
        padding-top: 24px;
        padding-bottom: 0;
    }

    .navbar-custom {
        padding: 25px 0;
        -webkit-transition: padding 0.3s;
        -moz-transition: padding 0.3s;
        transition: padding 0.3s;
    }

    .navbar-custom .navbar-brand {
        font-size: 2em;
        max-width: 320px;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

    .navbar-custom .navbar-brand img {
        top:-10px;
        left:0;
        max-height: 74px;
        max-width:300px;
    }

    .navbar-custom.affix {
        padding: 10px 0;
    }

    .navbar-custom.affix .navbar-brand {
        font-size: 1.5em;
    }
    .navbar-custom .navbar-nav li a{
        padding-left:8px;
        padding-right:8px;
    }
}

@media (min-width: 1120px) {
    .navbar-custom .navbar-brand {
        max-width: 420px;
    }
    .navbar-custom .navbar-nav li a{padding-left:15px; padding-right:15px;}
}

/**** CAROUSELS ****/
#mainCarousel .carousel-inner > .item {
    max-height: 600px;
    overflow: hidden;
}

#mainCarousel .carousel-inner > .item > img {
    min-height: 280px;
    max-width:100%;
    /* max-width: 200%; */
}
@media (min-width: 769px) and (max-width: 1420px){
    #mainCarousel .carousel-inner>.item>img{min-height:420px;}
}
/* 500px height max */
@media (max-width: 768px) {
    #mainCarousel .carousel-inner > .item > img {
        max-height: 360px;
        max-width: 200%;
    }
}

/* prodcarousel */
#prodsCarousel .carousel-inner.onebyone-carosel {
    margin: auto;
    width: 90%;
}

#prodsCarousel .carousel-control.left, #prodsCarousel .carousel-control.right {
    margin-left: 15px;
    background-image: none;
}

.onebyone-carosel .active.left {
    left: -50%;
}

.onebyone-carosel .next {
    left: 50%;
}

.onebyone-carosel .prev {
    left: -50%;
}

#prodsCarousel .item a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
    vertical-align: middle;
}

#prodsCarousel .item img {
    position: relative;
    vertical-align: bottom;
    display: block;
    max-height: 180px;
    max-width: 100%;
}

#prodsCarousel .item div[class^="col-"] {
    margin: 0 1rem;
    border: 1px solid #e0e0e0;
    width: calc(50% - 2rem);
}

#prodsCarousel .item .text-center {
    font-size: .8rem;
    font-weight: bold;
    padding: 1rem 0;
}

#prodsCarousel .item .text-center:after {
    content: "";
    left: 35%;
    position: absolute;
    width: 50px;
    top: 46px;
    height: 1px;
    background: #e0e0e0;
}

@media (min-width: 420px) {
    #prodsCarousel .item .text-center {
        font-size: 1rem;
    }
}

@media (min-width: 768px) {
    #prodsCarousel .item .text-center {
        font-size: 1.7rem;
    }

    #prodsCarousel .item .text-center:after {
        left: 40%;
        width: 100px;
        top: 66px;
    }

    #prodsCarousel .item img {
        height: auto !important;
        max-height: 280px;
    }
}

/**** FORMS ****/
.loginform {
    z-index: 20;
    padding: 1rem;
    color: #fff;
    background: rgba(0, 0, 0, .7);
}

.loginform h3 {
    font-size: 20px;
    margin-top: 0;
}

.loginform p {
    font-size: .9rem;
    line-height: 1.1rem;
    font-weight: 300;
    padding-bottom: 1rem;
}

.loginform .input-group-addon {
    background: #fff;
    color: #bbb;
    border-right: none;
    border-radius: 0;
}

.loginform .form-control {
    border-left: none;
    border-radius: 0;
}

.loginform .pull-right {
    float: none !important;
}

.loginform .btn-login {
    margin-right: 1.5rem;
    padding: .6rem 1.7rem;
    font-size: 1rem;
    border-radius: 6px !important;
}

.loginform .btn-newuser {
    font-size: .8rem;
}

.loginform .btn-newuser:hover {
    color: #fff;
}

#backend .container {
    position: relative;
    z-index: 9999;
}

a.backendlnk {
    position: fixed;
    top: 8px;
    right: 92px;
    color:#aaa;
    cursor:pointer;
    font-weight:300;
    font-size:.8rem;
    padding: 5px 8px;
    margin: 0;
    border:1px solid #aaa;
    border-radius:5px;
}
a.backendlnk:hover{
    color:#555;
    text-decoration:none;
}
a.backendlnk .fa{
    padding-right:4px;
}
#backlogin{
    margin:3rem 1rem;
}
#backlogin h2{
    margin:0;
    display:inline-block;
    font-size:1.2rem;
    color:#aaa;
}
#backlogin h5{
    font-weight: 300;
    color:#000;
    font-size:.7rem;
    margin:0 0 0 2rem;
}
#backlogin h4{
    font-size:.9rem;
}

.backform fieldset {
    margin: 0 auto;
    overflow: hidden;
    border: none;
    display: none;
}

.backform .form-group {
    margin: 0;
}

.backform .form-control {
    border: 1px solid #aaa;
    padding: 4px 8px;
    font-size: .8rem;
    color: #aaa;
}

.backform input, .backform .btn {
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.backform input[type="text"]:focus, .backform input[type="password"]:focus {
    outline: 0;
    background: #fff;
    border: 1px solid #555;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.backform .btn-next {
    margin-right:1.5rem;
    margin-top: .3rem;
    padding:.6rem 1.7rem;
    font-size:1rem;
    border-radius:6px !important;
    width:100%;
}

.backform .btn-previous{
    position:absolute;
    top:6px;
    left:18px;
    background:none;
    border:none;
    font-size:1.4rem;
    padding:0;
}

.backform .form-control::-webkit-input-placeholder {
    color: #aaa;
    opacity: 1;
}

.backform .form-control:-moz-placeholder {
    color: #aaa;
    opacity: 1;
}

.backform .form-control::-moz-placeholder {
    color: #aaa;
    opacity: 1;
}

.backform .form-control:-ms-input-placeholder {
    color: #aaa;
    opacity: 1;
}

.tip{
    display:inline-block;
    margin-left:2rem;
    margin-top:-5px;
    white-space:nowrap;
    opacity:0;
    -ms-transform: scale(.001); -webkit-transform: scale(.001); transform: scale(.001);
    -webkit-transition: all .5s ease; -moz-transition: all .5s ease; transition: all .5s ease;
    background:#009fe3;
    border-radius:3px;
    font-size:13px;
    padding:5px 12px;
    color:#fff;
}
.tip:before{
    border:solid;
    border-color:#009fe3 transparent;
    border-width:0 6px 6px 6px;
    top:-6px;
    content:"";
    display:block;
    left:15%;
    position:absolute;
    z-index:99;
}
.backform .tip.active {
    opacity:.5;
    -ms-transform: scale(1); -webkit-transform: scale(1);transform:scale(1);
    box-shadow:1px 1px 5px rgba(255,255,255,.8);
}
.backform .tip.loading{
    background:#eee;
    border:1px solid #ccc;
    color:#333;
}
.backform .tip.loading:before{
    display:none;
}
.backform .tip .wheel {display:none;}
.backform .tip.loading .wheel {
    display:block;
    float:left;
    background: url(/admin/bundles/admin/minisite/img/bx_loader.gif) 0 0 no-repeat;
    background-size:60%;
    width:18px;
    height:18px;
    padding-right: 24px;
}
.backform .tip.error{
    background:red;
}
.backform .tip.error:before{
    border-color: red transparent;
}
@media screen and (min-width: 420px){
    #backlogin h2{
        font-size:1.6rem;
    }
    #backlogin h4{
        font-size:1.2rem;
    }
    #backlogin h5{
        font-size:1rem;
    }
}

@media screen and (min-width: 768px) {
    .loginform {
        position: absolute;
        top: 140px;
        right: 30px;
        width: 36%;
        max-width: 460px;
    }

    .loginform .pull-right {
        float: right !important;
    }
    a.backendlnk {
        border:none;
        /* position:relative;
        right:0;
        display:inline-block;
        float:right; */
        padding:0;
    }
    .backform {
        right: 0;
        top: 2px;
    }
}

@media screen and (min-width: 992px) {
    .loginform h3 {
        font-size: 24px;
    }

    .loginform p {
        font-size: 1rem;
        line-height: 1.2rem;
    }

    .loginform .btn-login {
        margin-right: 6vw;
        padding: .7rem 2rem;
    }

    .loginform .btn-newuser {
        font-size: 1rem;
    }
}

/**** INTRODUCING ****/
.introducing .row {
    font-size: 1rem;
    line-height: 1.4rem;
}

.introducing .row p {
    margin-bottom: 1rem;
}

/**** PROMOTIONS ****/
.promotions {
    background: #efefef;
}

.promotions .hidden-xs {
    overflow: hidden;
    position: relative;
}

.promotions .hidden-xs .slide-left {
    height: auto;
    max-width: 100%;
}

.promotions h3 {
    color: #6d6d6d;
    margin-bottom: 1rem;
}

.promotions p {
    font-size: 1rem;
    color: #6d6d6d;
}
.promotions p strong{
    color:#2d2d2d;
}
.promotions .btn {
    font-weight: 300 !important;
    font-size: 1.2rem;
    padding: 12px 18px;
    margin-top: 1rem;
    letter-spacing: 1px;
}

/**** RESPONSIVE FIXES ****/
@media screen and (max-width:767px){
    header#page-top{
        display: flex;
        flex-direction:column;
    }
    header#page-top #mainNav{order:1;}
    header#page-top .loginform{order:2;}
    header#page-top #mainCarousel{order:3;}

    .loginform .btn-login{margin-right:1rem;}
    .loginform .btn-group{display: flex; align-items:center; justify-content: space-between;}
    .loginform .btn-group a.recuperarPassword{margin-left:auto;}
    .loginform .btn-group a .btn{padding:6px; margin:0; font-size: 0.74rem !important;}

    .promotions h3{margin-top:0;}
}

/**** MAP ****/
#map {
    min-height: 300px;
}

/**** CONTACT ****/
.contactinfo .col-xs-12 {
    margin-bottom: 3rem;
}

.contactinfo h2, .contactinfo h3 {
    font-weight: bold;
    letter-spacing: 1px;
}

.contactinfo h2 {
    font-size: 1.3rem;
}

.contactinfo h3 {
    font-size: 1rem;
    margin-top: 2rem;
}

.contactinfo ul, .contactinfo li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.contactinfo .footlinks a {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, .4);
    width: 100%;
    padding: 8px 0;
    display: block;
}

.contactinfo .footlinks a:hover {
    text-decoration: none;
}

.contactinfo .btn-social {
    margin-right: 1rem;
    font-size: 2rem;
}

.contactinfo .ubic li {
    margin-bottom: 1rem;
    vertical-align: top;
}

.contactinfo .ubic i {
    width: 2rem;
    font-size: 1.3rem;
    display: inline-block;
}

.contactinfo .ubic span {
    display: inline-block;
}

.contactinfo .ubic .fa-map-marker {
    position: relative;
    top: -10px;
}

@media screen and (min-width: 768px) {
    .contactinfo .col-xs-12 {
        margin-bottom: 0;
    }

    .contactinfo .btn-social {
        font-size: 1.5rem;
    }
}

/**** FOOTER ****/
footer {
    padding: 1.4rem 0;
}

/**** SCROLL TOP ****/
.scroll-top {
    cursor: pointer;
    position: fixed;
    bottom: 24px;
    right: 20px;
    display: none;
}

.scroll-top a.btn {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, .5);
    color: #000;
    line-height: 50px;
    padding: 0;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px #888;
    box-shadow: 0 0 5px #888;
}

.scroll-top a.btn:hover {
    background: rgba(255, 255, 255, 1);
}

.scroll-top .fa {
    font-size: 1.2rem;
}

/**** ANIMATIONS ****/
/* animation element */
.animation-element {
    opacity: 0;
    position: relative;
}

/* slide left */
.animation-element.slide-left {
    opacity: 0;
    -moz-transition: all 500ms linear;
    -webkit-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear;
    -moz-transform: translate3d(-100px, 0px, 0px);
    -webkit-transform: translate3d(-100px, 0px, 0px);
    -o-transform: translate(-100px, 0px);
    -ms-transform: translate(-100px, 0px);
    transform: translate3d(-100px, 0px, 0px);
}

.animation-element.slide-left.in-view {
    opacity: 1;
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}

/**** COLOR SCHEME ****/
/** Blue is the warmest color **/

/* main-menu */
.coporatecolor {
    olor: #00a5f1;
}

.navbar-custom .navbar-brand {
    color: #00a5f1;
}

.navbar-custom .navbar-brand:hover, .navbar-custom .navbar-brand:focus,
.navbar-custom .navbar-brand:active, .navbar-custom .navbar-brand.active {
    color: #00a5f1;
}

.navbar-custom .navbar-nav li a {
    color: #00a5f1;
}

.navbar-custom .navbar-nav li a:hover {
    color: #006ee5;
}

.navbar-custom .navbar-nav li a:focus, .navbar-custom .navbar-nav li a:active {
    color: #00a5f1;
}

.navbar-custom .navbar-toggle {
    color: #00a5f1;
    border-color: #00a5f1;
    background:#fff;
}

.navbar-custom .navbar-toggle:hover, .navbar-custom .navbar-toggle:focus {
    background-color: #00a5f1;
    color: #fff;
    border-color: #fff;
}

/* loginform */
.loginform .btn-login, .backform .btn-next {
    color: #fff;
    background: #00a5f1;
}

.loginform .btn-login:hover {
    background: #006ee5;
}

.loginform .btn-newuser, .backform .btn-previous {
    color: #00a5f1;
}

/* introducing */
.introducing {
    background: #00a5f1;
    color: #fff;
}
.introducing .row p{
    margin-bottom:1rem;
    font-weight: 300;
}
/* prods */
#prodsCarousel .item .text-center {
    color: #00a5f1;
}

/* promotions */
.promotions .btn {
    background: #00a5f1;
    border-color: #00a5f1;
    color: #fff;
}

.promotions .btn:hover {
    background: #006ee5;
    border-color: #006ee5;
}

/* contact */
.contactinfo {
    background: #00a5f1;
    color: #fff;
}

.contactinfo a {
    color: #fff;
}

.contactinfo .footlinks a {
    color: rgba(255, 255, 255, .7);
    border-color: rgba(255, 255, 255, .4);
}

.contactinfo .footlinks a:hover {
    color: rgba(255, 255, 255, 1);
    border-color: rgba(255, 255, 255, 1);
}

.contactinfo .btn-social:hover {
    color: #000;
}

/* footer */
footer {
    background: #000;
    color: #fff;
}

footer a {
    color: #00a5f1;
}

#username.input-error {
    border: red 2px solid;
}

/* representadas */
.bx-wrapper .bx-viewport {
    border: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* BANNER APP */
.smartbanner.js_smartbanner {
    z-index: 10000;
}

/* VARIS */
.modal-dialog.legales h1 {
    font-size: 20px;
}

.modal-dialog.legales .modal-header h2 {
    font-size: 28px;
    font-weight: bold;
    display: inline-block;
}

.modal-dialog.legales h2 {
    font-size: 17px;
}

.modal-dialog.legales h3 {
    font-size: 14px;
}
.modal-dialog.legales h4{
    font-size: 22px;
    margin-top: 1em;
    margin-bottom: .6em;
}
.modal-dialog.legales p,
.modal-dialog.legales li,
.modal-dialog.legales dd{
    font-size: 15px;
}
.modal-dialog.legales dd{
    margin-bottom:6px;
}
.modal-dialog.legales dt{
    font-size:16px;
}

.modal-header .close {
    line-height: 40px;
    vertical-align: text-bottom;
}

a.recuperarPassword {
    float: right;
    margin: 0px;
    padding: 0px;
}

a.recuperarPassword div {
    font-size: 12px !important;
    float: right;
    margin: 4px 0px 0px 0px;
    padding: 0px;
}