html {
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
}

/**** Overrides Bootstrap ****/
@media (max-width: 767px) {
    #bs-example-navbar-collapse-2 {
        margin-top: 10px;
    }
}

.flex-parent {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
}

.flex-child {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.form-inline .form-group {
    vertical-align: baseline;
}

.navbar-inverse {
    background-color: #5C8CDA;
    border: none;
}

    .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
        background-color: #004b75;
        outline-color: transparent;
    }

    .navbar-inverse .navbar-toggle {
        border-color: #004b75;
    }

/**** Custom styles ****/


#title {
    /*font-size: 44pt;*/
    font-size: 32pt;
}

.body-home {
    color: white;
}

.navbar-childs-custom {
    margin-top: 10px;
    margin-bottom: 10px;
}

.header {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
}

.header-title {
    padding: 4%;
}

.header-overlay {
    background: rgba(40, 34, 30, 0.7);
    padding: 10px;
    padding-bottom: 8px;
}

#input-search {
    height: 48px;
}

#btn-search {
    border-radius: 0;
    border-color: transparent;
}

    #btn-search:hover {
        border-color: transparent;
    }


/*override infomarcas.css*/
h4, p {
    /*color: #ffffff;*/
}

h4 {
    font-size: 18px;
}

h1 {
    font-family: inherit;
}

h2 {
    color: black;
}

.form-control, .modal-content {
    border-radius: 6px;
}

.navbar-nav > li > a {
    margin-top: 0;
    padding-bottom: 0;
    padding-top: 15px;
    padding-bottom: 15px;
}

@media (min-width: 768px) {
    .navbar-fixed-top, .navbar-fixed-bottom {
        height: 70px;
    }

    .without-maxwidth {
        max-width: 100% !important;
    }
}

.btn-lg {
    border-radius: 0;
}

.navbar-inverse .navbar-nav > li > a {
    color: #dedddd;
}


/******** item styles ********/
.item-banner {
    width: 250px;
    color: black !important;
    float: left;
    position: relative;
    margin: 1.7%;
}

.badge-yellow {
    background-color: #FF9200;
}

/*
.boxTextTag .oneLineDiv {
    padding-top: 4px;
}

.boxTextTag .twoLineDiv {
    line-height: 1.0em;
    overflow: hidden; 
    width: 70px;
    height: 40px;
    float: right;
    font-size: 17px;
    font-weight: 500;
    padding-top: 3px;
    text-align: center;
}

.discount-tagCardLeft {
    background-image: url('../images/discountTag2.png');
    background-size: cover;
    float: left;
    height: 47px;
    width: 98px;
    color: white;
    font-size: 18px;
    padding-right: 11px;
    font-weight: 500;
    line-height: 90%;
    display: table;
}

.discount-tagCardRigth {
    background-image: url('../images/discountTagCard.png');
    background-size: cover;
    float: left;
    height: 48px;
    width: 150px;
    color: white;
}

.free-tagCard {
    background-image: url('../images/freeTag.png');
    background-size: contain;
    float: left;
    height: 48px;
    width: 98px;
    color: white;
    font-size: 17px;
    padding-right: 11px;
    font-weight: 500;
    line-height: 90%;
    display: table;
}

.free-tag
{
    background-image: url('../images/freeTag.png');
    background-size: contain;
    float: left;
    height: 48px;
    width: 98px;
    color: white;
    font-size: 18px;
    padding-right: 11px;
    font-weight: 500;
    line-height:90%;
    display:table;
}
*/
#item-banner-info {
    background-color: #3271a5;
    color: white;
    padding: 8px;
    margin: 0px 0px -10px 0px;
}

#item-banner-btn {
    margin-top: 11px;
    margin-bottom: 11px;
    float: right;
    font-size: 11px;
    border-radius: 5px 0 0 5px;
}

.star-full {
    color: #FF9200 !important;
}

.glyphicon-star-custom {
    color: #9d9d9d;
    vertical-align: text-top !important;
}

/*.owl-item {
    width: 280px!important;
}*/

.btn {
    border-radius: 4px;
}

.btn-round {
    border-radius: 25px;
}

.btn-danger {
    background-color: #004b75;
    border-color: #225775;
}

    .btn-danger:hover {
        background-color: #225775;
        border-color: #225775;
    }

    .btn-danger:active {
        background-color: #225775;
        border-color: #225775;
    }

    .btn-danger:visited {
        border-color: #225775;
        background-color: #225775;
    }

    .btn-danger:focus {
        border-color: #225775;
        background-color: #225775;
        outline-color: transparent
    }


@media(max-width: 480px) {
    .video-container, .video-container iframe {
        height: 205px !important;
    }
}

.video-container {
    position: relative;
    /*padding-top: 30px;*/
    height: 0;
    /*overflow: hidden;*/
    height: 454px;
}

    .video-container iframe, .video-container object, .video-container embed {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: 454px;
    }

.navbar-brand {
    height: 50px;
}

.item-banner {
    width: 100%;
    padding: 0 15px 0 15px;
    /*padding: 0 6px 0 6px;*/
    margin-left: auto;
    margin-right: auto;
}

#item-banner-info > span {
    margin-bottom: 5px
}

.item-banner .h6-barrio {
    font-size: 15px;
    margin-bottom: 10px !important;
    margin-top: 10px !important;
    min-height: 5px !important;
}

.item-banner h5 {
    height: 24px;
    font-size: 13px;
}

.item-banner h4 {
    height: 24px;
}

.item-banner-image {
    width: 176px;
    height: 176px;
}

.item-box {
    padding-bottom: 20px;
    margin-top: 7px;
}

h3 {
    font-size: 19px;
}

.item-banner h3 {
    font-size: 15px;
}

.item-border {
    border: solid 1px;
    border-color: #ddd;
    /* padding-bottom: 20px; */
    border-radius: 5px 5px 5px 5px;
}

.item-banner .text-center {
    border: solid 1px;
    border-color: #ddd;
    border-radius: 5px 5px 5px 5px;
}

h6 {
    min-height: 49px;
}

/*@media(max-width:768px)
{
    .item-banner .text-center .form-inline{
        background-color: #5cb85c;
        height: 48px!important;
    }
    .discount-tag{
        background-color: #428bca;
        background-image: none;
        width: 60%;
    }
    .btn-success{
    }

    #item-banner-info {
        background-color: white;
        color:#3271a5;
    }

    .item-box .form-inline{
        background-color:white!important;
    }

    .item-box{
        padding-bottom:0;
    }

    #item-banner-btn
    {
        margin-top: 15px;
        margin-bottom: 15px;
        float: right;
        font-size: 15px;
        border:none;
        width:40%;
        padding: 0 !important;
    }
}*/

@media(max-width: 1280px) {
    #title {
        font-size: 30pt;
    }
}

@media(max-width: 1024px) {
    .header-title {
        padding-top: 0px;
    }

    #title {
        font-size: 25pt;
    }
}

@media (max-width: 768px) {
    .col-xs-offset-1 {
        margin-left: 8.33333333%;
    }

    #title {
        font-size: 20pt;
    }

    h4 {
        font-size: 12pt;
    }

    .item-banner {
        max-width: 225px;
        float: none;
    }

    .item-box {
        padding-bottom: 0;
    }

    .item-banner h5 {
        height: 24px;
        margin-bottom: 0;
    }

    .item-banner h4 {
        height: 24px;
    }

    h3 {
        font-size: 13pt;
    }

    h4, h5 {
        margin-top: 5px;
    }

    h6 {
        margin-top: 8px;
    }

    .input-group {
        display: initial;
    }

    .btn-lg {
        margin-top: 5px;
        width: 100%;
    }

    .form-control {
        border-top-right-radius: 5px !important;
        border-bottom-right-radius: 5px !important;
        text-align: center;
    }

    select.form-control {
        text-align-last: center;
    }

    .input-group-btn {
        text-align: center;
    }

    .header {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }
}

@media(max-width: 480px) {
    .navbar-inverse .navbar-nav > li > a {
        color: #004b75;
        background: #f2f2f2;
        padding-left: 30px;
    }

    .navbar-nav > li > a {
        padding-bottom: 15px;
    }

    .col-xs-offset-1 {
        margin-left: 8.33333333%;
    }

    .locales .row, .locales .col-xs-6, .locales .col-xs-12 {
        margin: 0px;
        padding: 0px;
    }

    .backgroundimage-banner1 {
        background-image: url('../images/banner1-mobile.jpg');
    }

    .backgroundimage-banner2 {
        background-image: url('../images/banner2-mobile.jpg');
    }

    .backgroundimage-banner3 {
        background-image: url('../images/banner3-mobile.jpg');
    }

    .backgroundimage-banner4 {
        background-image: url('../images/banner4-mobile.jpg');
    }
    /*.imgResize.fotito {
        width: 100%;
    }*/
    .centrado {
        text-align: center;
    }

    .col-xs-12.without-border {
        border-right: 0px !important;
        margin-top: 20px !important;
    }

    .no-margin-top-mobile {
        margin-top: 25px !important;
    }

    .min-height-mobile {
        min-height: 0px !important;
    }

    .font-mobile-11 {
        font-size: 11px;
    }

    .font-mobile-12 {
        font-size: 12px;
    }

    .font-mobile-20 {
        font-size: 20px;
    }

    .padding-info-mobile {
        padding: 5px
    }

    .width130 {
        width: 90px;
    }

    .small-font-mobile {
        font-size: 9px;
    }

    .margin-title-mobile {
        margin: 10px !important;
    }

    .float-rignt-mobile {
        float: right !important;
    }
}

.no-margin-top {
    margin-top: 0px;
}

.search-row .input-group {
    display: table;
}

    .search-row .input-group .form-control:first-child {
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
        border: 0px !important;
        text-align: center;
        height: 44px;
    }

.search-row .btn-lg {
    border: solid 1px #428bca;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
}

#siteBetaDiv {
    border: none;
    margin-top: 5px;
}

.ocultar-condiciones, .condiciones {
    display: none;
}

@media(min-width: 480px) {
    .contenedor-condiciones {
        min-height: 120px;
    }
}
