﻿@font-face {
    font-family: 'museo300';
    src: url('fonts/museo300-regular-webfont.woff2') format('woff2'), url('fonts/museo300-regular-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'museo500';
    src: url('fonts/museo500-regular-webfont.woff2') format('woff2'), url('fonts/museo500-regular-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'museo700';
    src: url('fonts/museo700-regular-webfont.woff2') format('woff2'), url('fonts/museo700-regular-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

/* Primary Colours */
.color1 {
    color: #054970 !important;
}
/*azul normal*/
.color2 {
    color: #26a9e0 !important;
}
/*celeste*/
.color3 {
    color: #01263a !important;
}
/*azul oscuro*/
/* Secondary Colours  */
.color4 {
    color: #a63d99 !important;
}
/*Fuscia*/
.color5 {
    color: #ff6e00 !important;
}
/*naranja*/
.color6 {
    color: #07b59a !important;
}
/*verde agua*/
/* Important Colours */
.color-1-i, a.color-1-i {
    color: #054970 !important;
}

.color-2-i, a.color-2-i {
    color: #26a9e0 !important;
}

.color-3-i, a.color-3-i {
    color: #01263a !important;
}

.color-4-i, a.color-4-i {
    color: #a63d99 !important;
}

.color-5-i, a.color-5-i {
    color: #ff6e00 !important;
}

.color-6-i, a.color-6-i {
    color: #07b59a !important;
}
/*------------  Background Colors  --------------*/
.bg-1 {
    background-color: #054970;
}

.bg-2 {
    background-color: #26a9e0;
}

.bg-3 {
    background-color: #01263a;
}

.bg-4 {
    background-color: #a63d99;
}

.bg-5 {
    background-color: #ff6e00;
}

.bg-6 {
    background-color: #07b59a;
}
/*------------  Background Colors Important  --------------*/
.bg-1-i {
    background-color: #054970 !important;
}

.bg-2-i {
    background-color: #26a9e0 !important;
}

.bg-3-i {
    background-color: #01263a !important;
}

.bg-4-i {
    background-color: #a63d99 !important;
}

.bg-5-i {
    background-color: #ff6e00 !important;
}

.bg-6-i {
    background-color: #07b59a !important;
}
/*--------------------------------------------------------*/
.margin {
    margin: 15px !important;
}

.padding {
    padding: 15px !important;
}

.margin-l {
    margin-left: 15px !important;
}

.padding-l {
    padding-left: 15px !important;
}

.margin-r {
    margin-right: 15px !important;
}

.padding-r {
    padding-right: 15px !important;
}

.margin-t {
    margin-top: 15px !important;
}

.padding-t {
    padding-top: 15px !important;
}

.margin-b {
    margin-bottom: 15px !important;
}

.padding-b {
    padding-bottom: 15px !important;
}

.margin-tb {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

.padding-tb {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.margin-lr {
    margin-left: 15px !important;
    margin-right: 15px !important;
}

.padding-lr {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.margin-0 {
    margin: 0 !important;
}

.padding-0 {
    padding: 0 !important;
}

.FloatRight {
    float: right;
}

.FloatLeft {
    float: left;
}

.NoFloat {
    float: none !important;
    clear: both;
}
/* Important Colours */
.x4 {
    font-size: 36px !important;
}

.x3 {
    font-size: 32px !important;
}

.x2 {
    font-size: 24px !important;
}

.x1 {
    font-size: 18px !important;
}

body {
    padding: 60px 0 0 0;
    font-family: 'Lato', sans-serif;
}

h1, h2, h3 {
    font-family: 'museo700', 'Roboto Slab', serif !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'museo700', 'Roboto Slab', serif !important;
    font-weight: 500;
    line-height: 1.1;
}

.museo300 {
    font-family: 'museo300', 'Roboto Slab', serif !important;
}

.museo500 {
    font-family: 'museo700', 'Roboto Slab', serif !important;
}

.museo700 {
    font-family: 'museo700', 'Roboto Slab', serif !important;
}

h1, h2 {
    font-size: 24px;
}

h2 {
    color: #29abe2;
}

h4 {
    font-size: 14px;
    font-weight: 700;
}

h4, p {
    color: #5a5a5a;
}

label {
    font-weight: normal;
}

a {
    cursor: pointer;
}

textarea {
    resize: none;
}

.btn {
    border-radius: 0;
}

.btn-round {
    border-radius: 25px;
}

.btn-full {
    width: 100%;
    white-space: normal;
}

.dropdown-menu {
    border-radius: 0;
}

option {
    background-color: #f5f5f5;
    color: #333333;
}

.transparente {
    border: none;
    background-color: transparent;
}

.cuadro {
    border-style: solid;
    border-bottom-width: 4px;
    text-align: center;
    padding: 10px 20px 20px;
    margin-bottom: 40px;
    font-family: Roboto;
}

.gris {
    color: #D3D3D3;
    border-color: #E0E0E0;
}

.azul {
    color: #004b75;
    border-color: #004b75;
}

.blanco {
    color: #fff;
    border-color: #fff !important;
}

.final {
    background-color: #01263A;
}

.contenedor {
    overflow-x: auto;
}

.navbar-default, .footer {
    background: #5C8CDA;
    -webkit-box-shadow: 0 5px 7px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 5px 7px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 7px 2px rgba(0, 0, 0, 0.3);
    border: none;
}

.navbar-default {
    min-height: 57px;
    height: auto !important;
}

.navbar-nav img {
    max-width: 175px;
}

.navbar-header .logo {
    margin: 10px 0 0 10px;
}



.navbar-default .navbar-nav > li > a {
    color: #fff;
}

    .navbar-default .navbar-nav > li > a:hover {
        color: #fff;
        text-decoration: underline;
    }


.navbar-nav > li > a {
    margin-top: 30px;
    padding-bottom: 5px;
    padding-top: 0;
}

/*.navbar-nav li a {
    border-right: 1px solid #fff;
}*/



.navbar-nav li:last-child a {
    border: none;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-toggle {
    background-color: transparent;
    margin-bottom: 0;
    margin-right: 10px;
    margin-top: 10px;
}

.navbar-default .navbar-toggle {
    border: none;
    outline-color: #004b75;
}

    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        /*background-color: rgba(0,0,0,0.7);*/
        background-color: transparent !important;
    }

.nav-justified > li > a {
    padding: 10px 5px;
}

.nav-tabs.nav-justified > li {
    vertical-align: bottom;
}

input[type="text"], input[type="password"], input[type="email"] {
    max-width: 100%;
}

.admin-cuenta select {
    max-width: 100%;
}

.admin-cuenta section {
    display: block;
    float: left;
    width: 100%;
}

.search {
    margin-top: 15px;
}

    .search .input-group {
        width: 100%;
    }

    .search .form-control, .search .input-group-addon {
        border-radius: 0;
        height: 50px;
    }

    .search .input-group-addon {
        background-color: #29abe2;
        color: #fff;
        position: relative;
        top: -50px;
        right: -50px;
        float: right;
        width: 50px;
        margin-bottom: -50px;
        background-image: url("Images/lupa.png");
        background-position: center center;
        background-repeat: no-repeat;
    }

.header-news-counter {
    background-color: #F0B419;
    border-radius: 0;
    color: #ffffff;
    font-size: 14px;
    font-weight: 900;
    height: 20px;
    line-height: 20px;
    margin: inherit;
    padding: 0 5px;
    position: absolute;
    right: 28px;
    text-align: center;
    top: 17px;
    width: auto;
}

    .header-news-counter::after {
        border-bottom: 3px solid rgba(0, 0, 0, 0);
        border-left: 5px solid #F0B419;
        border-top: 3px solid rgba(0,0,0,0);
        content: "";
        height: 0;
        position: absolute;
        right: -5px;
        top: 6px;
    }


.breadcrumb {
    background-color: transparent;
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 13px;
}

.form-control, .modal-content {
    border-radius: 0;
}

.footer {
    color: #fff;
    min-height: 238px;
    height: auto;
    margin-bottom: -60px;
}

    .footer .redes a:hover, .footer .redes a:active {
        text-decoration: none !important;
    }

    .footer h4 {
        color: #fff;
        font-size: 18px;
        font-weight: 600;
    }


    .footer ul {
        margin: 0;
        padding: 0;
    }

    .footer li {
        list-style: none;
        color: #fff;
    }

1
.footer li .btn-link {
    color: #fff;
    padding: 0;
}


.footer small {
    padding: 17px 0 15px;
    float: none;
    display: inline-block;
}

.footer a {
    color: #fff;
}

    .footer a strong {
        color: #0094ff;
        font-weight: normal;
    }

.footer .store {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    padding-top: 20px;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.Partners img.img-responsive {
    margin: 20px auto;
}
/*Menú desplegable*/
.navbar-nav .user {
    float: left;
    font-size: 14px;
    max-width: 100%;
    overflow: hidden;
    padding-right: 25px;
    padding-top: 1px;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: calc(100% - 40px);
    color: #fff;
}

.dropdown {
    padding: 14px 0 10px;
    width: 300px;
}


    .dropdown .btn-dropdown {
        background-color: transparent;
        border: medium none;
        color: #fff;
        width: 100%;
        text-align: right;
        cursor: pointer;
    }

        .dropdown .btn-dropdown:hover, .dropdown .btn-dropdown:focus, .dropdown .btn-dropdown:active {
            color: #fff;
        }

        .dropdown .btn-dropdown .caret {
            border-bottom-color: #fff;
            border-top-color: #fff;
        }

        .dropdown .btn-dropdown:hover .caret, .dropdown .btn-dropdown:focus .caret, .dropdown .btn-dropdown:active caret {
            border-bottom-color: #fff;
            border-top-color: #fff;
        }


.dropdown-menu {
    /*background-color: #004B75;*/
    padding: 0;
    width: 250px;
}

    .dropdown-menu::before {
        border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #f2f2f2;
        border-style: solid;
        border-width: 10px;
        content: "";
        height: 20px;
        position: absolute;
        width: 15px;
        top: -20px;
        right: 12px;
        color: darkseagreen;
    }

    .dropdown-menu > li {
        background-color: #f2f2f2;
        border-bottom: solid 1px #999;
    }

        .dropdown-menu > li:last-child {
            border-bottom: none;
        }

        .dropdown-menu > li > a {
            color: #004B75;
            padding: 10px 20px;
        }

            .dropdown-menu > li > a i {
                margin-right: 10px;
            }

    .dropdown-menu .user {
        border-bottom: 1px solid #f5f5f5;
        color: #aaa;
        float: left;
        max-width: 200px;
        overflow: hidden;
        padding: 10px 20px;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 100%;
    }

    .dropdown-menu .company {
        border-bottom: 1px solid #f5f5f5;
        color: #fff;
        max-width: 100%;
        overflow: hidden;
        padding: 10px 20px;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 100%;
        background-color: #FFAE00;
    }

/*PESTAÑAS*/
.nav-tabs {
    border: 0px none;
}

    .nav-tabs > li {
        margin-bottom: 0px;
        border: 0px none;
    }

        .nav-tabs > li > a {
            border-radius: 0;
            border: 0px none;
            text-transform: uppercase;
        }

            .nav-tabs > li > a:hover {
                filter: alpha(opacity=90);
                opacity: 0.9;
            }

            .nav-tabs > li > a, .nav-tabs > li > a:focus, .nav-tabs > li > a:hover {
                background-color: #0172AD;
                color: #fff;
                border: 0px none;
            }

                .nav-tabs > li > a, .nav-tabs > li > a:focus, .nav-tabs > li > a:hover {
                    background-color: #0172AD;
                    color: #fff;
                    border: 0px none;
                }

        .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
            background-color: #054970;
            color: #fff;
            border: 0px none;
            filter: alpha(opacity=100);
            opacity: 1;
        }

    .nav-tabs.nav-justified > li > a {
        border-bottom: 0px none;
    }

.tab-content {
    padding: 15px 0;
}

    .tab-content select {
        background-color: #F5F5F5;
        background-image: none;
        margin: 0;
        font-size: 13px;
    }

    .tab-content .btn-default {
        background-color: #e0e0e0;
    }

    .tab-content .checkBox input {
        /*-moz-appearance: none;
        -webkit-appearance: none;*/
        height: 15px;
        margin: 10px 0;
        width: 15px;
    }

/*Detalle*/
.detalle {
    /*margin-bottom: 40px;*/
    padding: 10px 0;
}
    /*.detalle select {
        z-index:10;
    }*/
    .detalle p {
        color: #4c4c4c;
    }

    .detalle .info {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .detalle .btn-group {
        margin-top: 15px;
    }

    .detalle .btn-full {
        margin-top: -10px;
        padding-bottom: 2px;
        padding-top: 2px;
    }

    .detalle .btn-default {
        background-color: #fff;
        border-color: #ddd;
        color: #999;
    }

        .detalle .btn-default:hover {
            background-color: #29AAE3;
            border-color: #004B75;
            color: #fff;
        }

    .detalle i {
        margin-right: 5px;
    }

    .detalle .btn-default:hover i.glyphicon-heart, .detalle .btn-default.selected i.glyphicon-heart {
        color: #D10202;
    }

.star, .stars .glyphicon-heart {
    width: 20px;
    height: 16px;
    line-height: 16px;
    cursor: pointer;
    color: #c7c7c7;
    font-size: 16px;
}

    .star:hover {
        color: #FBB03B;
        cursor: pointer;
        /*color: #c7c7c7;*/
    }

.star-highlighted {
    color: #FBB03B;
}

.star.star-readonly {
    cursor: default;
}

    .star.star-readonly:hover {
        color: #c7c7c7;
        cursor: default;
    }

.star-selection-section {
    cursor: pointer;
}

.detalle .star:hover {
    cursor: default;
    color: #c7c7c7;
}

.fullStar, .stars .glyphicon-heart {
    color: #FBB03B;
}

.local hr {
    border-color: #e0e0e0;
    border-width: 1px 0 0;
    float: left;
    margin-bottom: 20px;
    margin-top: 0;
    width: 100%;
}

.local .borderLeft {
    border-left: 1px solid #E0E0E0;
    padding-bottom: 15px;
}



.detalle .star, .stars .glyphicon-heart {
    font-size: 19px;
    margin-bottom: 10px;
}

.detalle .stars p {
    font-size: 12px;
    margin-bottom: 10px;
}

.detalle .stars small {
    background-color: #f5f5f5;
    color: #999;
    display: block;
    margin-top: 0px;
    padding: 5px 0;
    text-align: center;
}

.detalle .progress {
    border-radius: 0px;
    margin-bottom: 0px;
    height: 15px;
}

.detalle .progress-bar {
    background-color: #fbb03b;
    box-shadow: none;
}

.detalle .label-default {
    color: #666;
    padding: 5px;
    position: relative;
    background-color: #e5e5e5;
    top: 4px;
}

.perfil .img-thumbnail {
    width: 100%;
    height: auto;
    max-width: 200px;
}

.img-thumbnail {
    /*max-width: 165px;
    max-height: 160px;*/
    max-width: 100%;
}

.perfil .solicitud {
    padding-bottom: 5px;
    padding-top: 5px;
    position: relative;
    right: 0;
    top: 15px;
}

.btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info.active[disabled], fieldset[disabled] .btn-info.active {
    background-color: #999;
    border-color: #e5e5e5;
    opacity: 0.5;
}

.perfil .btn-default {
    padding-bottom: 5px;
    padding-top: 5px;
    position: relative;
    right: 0;
    top: 15px;
}

.perfil .star, .perfil h5 {
    font-size: 14px;
    margin: 0;
}

.perfil h5 {
    color: #999;
    font-size: 12px;
}

@media (min-width: 768px) {
    .photo {
        display: block !important;
    }

    .photo2 {
        display: none !important;
    }

    .photo3 {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .photo {
      display: none !important;
/*        display: block !important;*/
    }

    .photo2 {
        display: block !important;
    }

    .photo3 {
        display: block !important;
    }
}

.photo2 {
    background-color: #f5f5f5;
    max-width: 100%;
}

p .photo2 {
    background-color: #f5f5f5;
    min-height: 150px;
    margin: 15px 0;
}

.photo {
    background-color: #f5f5f5;
    max-width: 100%;
}

p .photo {
    background-color: #f5f5f5;
    min-height: 150px;
    margin: 15px 0;
}

.tab-content .img-thumbnail {
    border: none;
    background-color: #f5f5f5;
}

.datos {
    border-right: solid 1px #eee;
    margin-top: 30px;
    margin-bottom: 30px;
    color: #999;
}

.rating {
    margin-top: 30px;
    margin-bottom: 30px;
    color: #999;
}

.comentarios .fecha {
    font-size: 11px;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: right;
}

.comentarios label {
    color: #999;
    font-size: 12px;
    background-color: #EBEBEB;
    padding: 2px 5px;
}

.datos h4 {
    margin: 0 auto;
    font-size: 14px;
    font-weight: 700;
}

.datos h5, .rating h5 {
    margin: 5px auto;
    font-size: 12px;
}

.datos small {
    margin: 0px auto;
    font-size: 10px;
}
/*Cheque Obsequio*/
.chequeObsequio {
    background-image: url("Images/bk_chequeObsequio.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    width: 600px;
    margin: 20px auto;
    height: 250px;
}

    .chequeObsequio .tipo {
        background-color: #29AAE3;
        color: #fff;
        font-size: 24px;
        padding: 10px 10px 10px 35px;
        position: absolute;
        top: 75px;
        font-family: 'museo700', 'Roboto Slab', serif !important;
        font-weight: 700;
        /*text-transform: uppercase;*/
        white-space: nowrap;
        width: auto;
        max-width: 310px;
    }

        .chequeObsequio .tipo::after {
            border-bottom: 28px solid transparent;
            border-left: 9px solid #29AAE3;
            border-top: 28px solid transparent;
            content: "";
            height: 55px;
            margin-left: 10px;
            position: absolute;
            top: 0;
        }

    .chequeObsequio .descuento {
        background-color: #004b75;
        color: #fff;
        font-family: 'museo700', 'Roboto Slab', serif !important;
        font-size: 32px;
        font-weight: 700;
        max-width: 215px;
        padding: 5px 10px 5px 35px;
        position: absolute;
        top: 140px;
        white-space: nowrap;
        width: auto;
    }

        .chequeObsequio .descuento::after {
            border-bottom: 28px solid transparent;
            border-left: 9px solid #004B75;
            border-top: 28px solid transparent;
            content: "";
            height: 55px;
            margin-left: 10px;
            position: absolute;
            top: 0;
        }

    .chequeObsequio .descripcion {
        padding-left: 230px;
        padding-right: 50px;
        position: absolute;
        text-align: left;
        top: 160px;
        width: 600px;
    }

    .chequeObsequio .condiciones {
        bottom: 60px;
        font-size: 11px;
        padding: 0 0 0 35px;
        position: absolute;
        max-width: 570px;
    }
/*Información*/
.informacion {
    min-height: 210px;
}

    .informacion h2 {
        color: #004b75;
        font-family: "Lato",sans-serif;
        height: 100px;
        max-width: 70%;
        overflow: hidden;
    }

    .informacion .txt-promocion {
        max-width: 70%;
        min-height: 100px;
    }

.stiker {
    background-position: center center;
    background-repeat: no-repeat;
    border: 5px solid #fff;
    border-radius: 50%;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
    height: 140px;
    margin-top: -50px;
    padding: 20px 0;
    position: absolute;
    top: 43px;
    width: 140px;
}

.naranja {
    background-image: url("Images/bk_stiker1.png");
}

.verde {
    background-image: url("Images/bk_stiker2.png");
}

.stiker p {
    color: #fff;
    float: left;
    font-size: 20px;
    font-weight: 900;
    line-height: 20px;
    text-align: center;
    width: 100%;
}
/*Retiro*/
.detalle .stars .precio p {
    font-size: 14px;
    margin-top: 40px;
}

.detalle .stars .precio strong {
    font-size: 18px;
    color: #333;
}

.detalle .stars .precio .solicitud {
    margin-top: 0px;
}
/*Pasos obtencion productos*/
.paso {
    background-color: #f2f2f2;
    padding: 60px 35px 0;
    border: 3px solid #fff;
    min-height: 395px;
    margin-bottom: 10px;
}

.lateral {
    background-color: transparent;
    background-image: url("Images/bordePaso.png");
    background-position: left top;
    background-repeat: no-repeat;
    height: 50px;
    position: absolute;
    right: -37px;
    top: 100px;
    width: 40px;
    z-index: 10;
}

.paso p {
    color: #333;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
}

.paso .img-circle {
    background-color: #004b75;
    height: 110px;
    padding: 15px;
}

.paso hr {
    border-color: #fff;
    border-width: 6px 0 0;
    margin-bottom: 20px;
    margin-top: 20px;
    width: 20%;
}

/*Pasos achicados para xs*/
.paso2 {
    background-color: #f2f2f2;
    padding: 60px 35px 0;
    border: 3px solid #fff;
    max-height: 150px;
    margin-bottom: 10px;
}

    .paso2 p {
        color: #333;
        text-align: center;
        font-size: 12px;
        font-weight: 600;
    }

    .paso2 .img-circle {
        background-color: #004b75;
        height: 110px;
        padding: 15px;
    }

    .paso2 hr {
        border-color: #fff;
        border-width: 6px 0 0;
        margin-bottom: 20px;
        margin-top: 20px;
        width: 20%;
    }

.solicitado {
    padding: 5px;
    border: solid 4px #fff;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
    font-size: 12px;
    /*text-transform: lowercase;*/
    margin-top: 30px;
    margin-bottom: 30px;
    white-space: pre-line;
}

.solicitud {
    padding: 10px 15px;
    /* border: solid 4px #fff; */
    box-shadow: 0px 0px 0px rgba(0,0,0,0.5);
    font-size: 17px;
    /* text-transform: capitalize; */
    margin-top: 30px;
    margin-bottom: 30px;
    white-space: pre-line;
}


    .solicitud:hover {
        background-color: #004B75;
    }


/*Listados*/
.listado h1 {
    margin-bottom: 40px;
    color: #004b75;
}

.listado .img-thumbnail {
    margin-right: 10px;
    float: left;
}

.ir-detalle {
    width: 100%;
}

.listado .detalle {
    margin-bottom: 0;
}

    .listado .detalle:hover {
        background-color: rgba(252, 255, 0, 0.15);
    }

.listado .stars {
    float: left;
}


.icon-rotate {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

i.glyphicon.glyphicon-heart {
    color: #A63D99 !important;
}
/*Administracion*/
.menu-administracion {
    float: left;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .menu-administracion i {
        margin-right: 10px;
    }

    .menu-administracion .nav-tabs > li > a {
        color: #999;
    }

    .menu-administracion .nav-tabs li {
        background-color: #F2F2F2;
        color: #999;
        border: 1px solid #999;
        border-bottom: none;
        margin: 0;
    }

    .menu-administracion .nav-tabs > li > a {
        border: none;
    }

    .menu-administracion .nav-tabs {
        border-bottom: 1px solid #999;
    }

        .menu-administracion .nav-tabs > li.active > a, .menu-administracion .nav-tabs > li.active > a:focus, .menu-administracion .nav-tabs > li.active > a:hover {
            background-color: #29abe2;
            color: #fff;
            width: 100%;
            border: none;
        }


        .menu-administracion .nav-tabs > li.active > .btn-switchUser, .menu-administracion .nav-tabs > li.active > .btn-switchUser:focus, .menu-administracion .nav-tabs > li.active > .btn-switchUser:hover {
            background-color: #ffae00;
            border: none;
            color: #fff;
            width: 100%;
            height: 40px;
        }

        .menu-administracion .nav-tabs > li > .btn-switchUser, .menu-administracion .nav-tabs > li > .btn-switchUser:focus, .menu-administracion .nav-tabs > li > .btn-switchUser:hover {
            background-color: #F2F2F2;
            border: none;
            color: #333;
            width: 100%;
            height: 40px;
        }

.admin-cuenta h5 {
    color: #29aae3;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.tab-content > .active, .pill-content > .active {
    float: left;
    width: 100%;
}

.modal-content textarea {
    margin: 0 0 10px;
}

.modal-content label {
    margin: 10px 5px 10px 0;
}

.fade.hello {
    background-color: rgba(0, 0, 0, 0.3);
    margin-right: -17px;
}

.hello .modal-body {
    /*background-image:  url("../Content/Images/PopUp_fondo.png");*/
    background-size: cover;
    border: 5px solid #064c75;
    height: 380px;
    padding: 0;
}

.hello p {
    color: #004b75;
    font-size: 16px;
    font-weight: bold;
    padding-top: 25px;
    font-family: 'museo700', 'Roboto Slab', serif !important;
}

.user-login {
    padding-top: 50px;
    padding-bottom: 200px;
}

/*
#MainContent_ModalRegisterSuccess {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}
*/

/*----------------------------------RESPONSIVOS----------------------------------------*/


@media (max-width:991px) {
    .paso {
        min-height: 271px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .dropdown {
        max-width: 230px;
    }
}

@media (min-width:767px) and (max-width:991px) {
    .navbar-nav > li > a {
        margin-top: 35px;
        padding: 0 10px;
    }

    .width-modal {
        width: 70%
    }

    .navbar-nav li.user a {
        max-width: 140px;
    }


    .borderLeft {
        border-left: 1px solid #E0E0E0;
    }
}

@media (max-width:965px) {

    .footer li {
        padding: 0;
        float: none;
        margin: 5px 0;
        border: none;
        color: #fff;
    }
}

@media (max-width:767px) {

    .breadcrumb {
        margin-top: 0px;
    }

    .width-modal {
        width: 90%
    }

    .navbar-nav > li > a {
        font-size: 14px !important;
        margin-top: 0;
        padding-bottom: 5px;
        padding-top: 5px;
    }

    .navbar-nav li a {
        border-right: none;
    }

    .tab-pane .nav-tabs li {
        /*width: 50%;*/
    }

    .header-news-counter {
        right: 15px;
        top: 3px;
    }

    .search {
        left: 50px;
        padding: 10px;
        position: absolute;
        right: 50px;
        top: -12px;
        width: auto;
    }

        .search .form-control {
            height: 30px;
        }

        .search .input-group-addon {
            height: 30px;
            width: 30px;
        }

        .search .input-group-addon {
            right: 0;
            top: -30px;
            background-size: 30px;
        }

    .cuadro {
        border-bottom-width: 4px;
        margin-bottom: 20px;
        padding: 10px 10px 20px;
        text-align: center;
    }

        .cuadro h1 {
            font-size: 16px;
        }

    /*Menu desplegable*/
    .navbar-nav {
        margin: 0 -15px;
    }

    .dropdown {
        padding: 0;
        width: 100%;
        max-width: 100% !important;
    }

    .navbar-nav .dropdown-menu {
        background-color: #ffffff;
        border: 0 none;
        box-shadow: none;
        float: none;
        margin-top: 0;
        position: static;
        width: auto;
        display: block !important;
    }


    .dropdown-menu::before {
        position: fixed;
        right: 34px;
        top: 31px;
        border-width: 7px;
    }


    .dropdown-menu .company {
        max-width: 100%;
    }

    .footer h5 {
        margin-bottom: 10px;
    }

    .footer .links, .footer .store {
        text-align: center;
    }

    .footer .redes {
        margin-bottom: 20px;
    }

    .footer .store {
        border: none;
        padding: 0;
        margin-bottom: 10px;
    }

    .footer ul {
        padding: 0 0 10px;
    }

    .footer .redes {
        padding: 10px 0 20px;
    }

    .detalle .btn-full {
        margin-top: 5px;
        margin-bottom: 5px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .stiker {
        display: none;
    }

    .informacion h2 {
        height: auto;
        max-width: 100%;
    }

    .txt-promocion {
        max-width: 100% !important;
    }

    .perfil {
        margin-bottom: 0 !important;
    }

        .perfil .solicitud {
            top: 0;
            width: 100%;
            margin: 10px 0;
        }

    .hello {
        margin-top: 80px;
    }

        .hello .modal-body {
            height: auto;
        }

    .fade.hello {
        background-color: rgba(0, 0, 0, 0.3);
        margin-right: 0px;
    }

    .user .solicitud {
        width: 100%;
    }

    .search .input-group {
        padding-left: 20%;
        padding-right: 20%;
    }

    .breadcrumb {
        padding: 8px 0px !important;
    }
}


@media screen and (max-width: 480px) and (min-width: 375px) {


    #MainContent_rowContactar p {
        margin-right: 25px;
    }
}

@media(max-width:479px) {
    .title-carrusel {
        text-align: center;
    }

    .search .input-group {
        padding-left: 0;
        padding-right: 0;
    }

    .cuadro h1 {
        font-size: 10px;
    }

    .cuadro {
        padding: 0 10px 10px;
    }

    .btn {
        padding: 6px 20px 6px 20px !important;
    }

    .nav-tabs > li > a {
        border-radius: 0;
        font-size: 10px;
        padding: 5px 3px;
    }

    a#SugerirRubro {
        width: 100%;
        margin-top: 15px;
    }
}

/*estilos para modales*/
.modal-footer {
    text-align: left;
}

.modal-content .solicitud {
    /*padding-top: 10px;
    padding-bottom: 10px;*/
    margin: 0;
}


#perfil p {
    margin-bottom: 5px;
    padding: 5px;
    width: 100%;
}

    #perfil p strong {
        background-color: #f5f5f5;
        float: left;
        text-align: right;
        width: 100%;
        padding: 5px;
        margin: 0 0 0 -5px;
    }

@media (min-width: 768px) {
    .modal-dialog {
        margin: 30px auto;
        width: 600px;
    }

    .modal-content {
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

@media (max-width:767px) {

    #perfil p strong {
        text-align: left;
    }
}


.lblObligatorio {
    color: #b94a48;
}

.loginStyle {
    padding-top: 45px;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-shadow: 0px 0px 21px -2px rgba(0,0,0,0.30);
    -moz-box-shadow: 0px 0px 21px -2px rgba(0,0,0,0.30);
    box-shadow: 0px 0px 21px -2px rgba(0,0,0,0.30);
}

.dropdown-menu > li > a i + i.glyphicon-search {
    margin: 0px -1px 0 0 !important;
    padding: 0 !important;
    font-size: 10px !important;
    position: relative;
    top: 2px;
}

.dropdown-menu > li > a i.glyphicon.glyphicon-heart {
    color: #004B75 !important;
}

.dropdown-menu > li > a:hover i.glyphicon.glyphicon-heart {
    color: #ffffff !important;
}


@media screen and (min-width: 480px) {

    .h3-popUp-registro {
        line-height: 35px !important;
    }
}

@media screen and (max-width: 480px) {
    .navbar-childs-custom {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .h3-popUp-registro {
        line-height: 25px !important;
        font-size: 16px !important;
    }

    .starResize {
        width: auto;
        padding-left: 15px;
    }
}

@media screen and (max-width: 480px) {
    #calificacionesRecomendaciones p {
        font-size: 18px !important;
    }

    .imgResize {
        width: 130px;
    }

    .starResize {
        width: 213px;
        padding-right: 0px;
        padding-left: 0px;
    }

    .iconRezise {
        /*width: 150px !important;*/
        padding-left: 0px;
    }

    .starResizeCheque {
        margin-left: 18px;
    }

    .resizeIcon {
        font-size: 11px;
    }

    .h3Xs {
        margin-bottom: 0px;
        font-size: 17px;
        margin-top: 0px;
    }

    .pXs {
        margin-bottom: 5px;
        font-size: 14px;
    }

    .pSmall {
        margin-bottom: 5px;
        font-size: 13px;
    }

    .detalle .star, .stars .glyphicon-heart {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .h1Xs {
        font-size: 20px !important;
    }

    .starXs {
        font-size: 11px !important;
    }

    .progressXs {
        height: 8px !important;
        margin-top: 5px !important;
    }

    .hrXs {
        border-width: 1px;
        margin-bottom: 5px;
        border-top: 1px solid transparent;
    }
}

@media screen and (max-width: 325px) {

    #a-mapa {
        display: inline-block;
    }

    .imgResize {
        width: 115px;
    }

    .starResize {
        width: 213px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .iconRezise {
        padding-left: 0px;
    }

    .starResizeCheque {
        margin-left: 18px;
    }

    .resizeIcon {
        font-size: 11px;
    }

    .progressXs {
        height: 8px !important;
        margin-top: 5px !important;
    }

    .hrXs {
        border-width: 1px;
        margin-bottom: 5px;
        border-top: 1px solid transparent;
    }
}



.h1Nosotros {
    font-family: 'museo700', 'Roboto Slab', serif !important;
    font-size: 25px;
    color: #005179;
    margin-top: 15px;
    font-weight: 800;
}

.h2Nosotros {
    font-family: 'museo700', 'Roboto Slab', serif !important;
    font-size: 15px;
    color: #005179;
    margin-top: 15px;
    font-weight: 800;
}

.h2NosotrosDescri {
    font-family: 'lato',Verdana, sans-serif !important;
    font-size: 15px;
    color: gray;
}

.pNosotros {
    font-family: 'lato',Verdana, sans-serif;
    font-size: 25px;
    line-height: 28px;
    color: #58595b;
    margin-left: 53px;
    margin-right: 15px;
}


/*.formSerParte {
    position: absolute;
    width:300px;
    left: 42%;
    display: inline-block;
    z-index: 10;
    top: 416px;
    background-color: #005179;
    padding: 18px;
    margin-top: 0px;
}*/

.btnIrCalificar {
    margin-top: 0px;
}

.form-control-fecha {
    display: block;
    width: 100%;
    height: 34px;
    padding: 1px 2px;
    font-size: 12px;
    line-height: 1;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.formSerParte {
    display: block;
    z-index: 10;
    background-color: #005179;
    padding: 18px;
    margin-top: 10px;
}

a.back-to-top {
    display: inline;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    position: fixed;
    z-index: 999;
    right: 20px;
    bottom: 20px;
    border-color: #545454;
    background: rgba(255, 255, 255, 0.25) url("Images/buttons/up-arrow.png") no-repeat center 43%;
    border-radius: 3px;
    border: 2px solid #cccccc;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

a.back-page {
    display: inline;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    position: fixed;
    z-index: 999;
    right: 140px;
    bottom: 20px;
    border-color: #545454;
    background: rgba(255, 255, 255, 0.25) url("Images/buttons/back-arrow.png") no-repeat center 43%;
    border-radius: 3px;
    border: 2px solid #cccccc;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
}

a.share-whatsapp {
    display: inline;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    position: fixed;
    z-index: 999;
    right: 60px;
    bottom: 20px;
    border-color: #545454;
    background: rgba(255, 255, 255, 0.25) url("Images/buttons/ico-wsp.png") no-repeat center 43%;
    border-radius: 3px;
    border: 2px solid #cccccc;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

a.share-facebook {
    display: inline;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    position: fixed;
    z-index: 999;
    right: 100px;
    bottom: 20px;
    border-color: #545454;
    background: rgba(255, 255, 255, 0.25) url("Images/buttons/ico-fb.png") no-repeat center 43%;
    border-radius: 3px;
    border: 2px solid #cccccc;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

@media (min-width: 768px) {
    .back-to-top {
        display: none !important;
    }

    .back-page {
        display: none !important;
    }

    .share-whatsapp {
        display: none !important;
    }

    .share-facebook {
        display: none !important;
    }
}

.social {
    position: fixed;
    left: -40px;
    top: 200px;
    z-index: 2000;
}

    .social ul {
        list-style: none;
    }

        .social ul li a {
            display: inline-block;
            color: #fff;
            background: #000;
            padding: 10px 15px;
            text-decoration: none;
            -webkit-transition: all 500ms ease;
            -o-transition: all 500ms ease;
            transition: all 500ms ease;
        }

        .social ul li .icon-facebook {
            background: #3b5998;
        }

        .social ul li .icon-twitter {
            background: #00abf0;
        }

        .social ul li .icon-instagram {
            background: #0b3d67;
        }

        .social ul li .icon-mail {
            background: #666666;
        }

        .social ul li a:hover {
            padding: 10px 30px;
            background: #0b3d67;
        }


.etiquetaCantidad {
    font-size: 15px;
    font-weight: 700;
}

.labelSolicitadoNuevo {
    padding: 4px;
    color: white;
    border-radius: 44px 44px 44px 44px;
    -moz-border-radius: 44px 44px 44px 44px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border: 0px solid #000000;
    font-size: 20px;
}

.img-container {
    /*width:150px;
	height:225px;*/
    position: relative;
    display: inline-block;
    margin: 10px 5px 5px;
}

.img-text {
    margin-top: -10px;
    margin-left: -10px;
    width: auto;
    height: auto;
    position: absolute;
    display: block;
}



footer.footer h4, footer.footer h5 {
    font-family: 'museo700', 'Roboto Slab', serif !important;
}

.appStore {
}

    .appStore h4 {
        margin: 5px 0 5px 3px;
    }

    .appStore img {
        max-width: 100px;
        float: left;
    }

    .appStore.Dispositivos img {
        max-width: 200px;
        float: none;
        width: 100%;
    }

    .appStore a {
        display: block;
        position: relative;
    }

        .appStore a img {
        }

.footer .redes {
    padding-top: 20px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    /*border-right: 1px solid #fff;*/
}

.RedesFooter h4 {
    margin: 5px 0 5px 3px;
    display: inline-block;
}

.RedesFooter img {
    max-width: 40px;
    display: inline-block;
    margin: 0 0 0 10px;
}

.RedesFooter a {
    position: relative;
    display: inline-block;
}

    .RedesFooter a img {
    }

.footer .BrandFooter {
    margin: 0;
}

    .footer .BrandFooter img {
        width: 160px;
        margin: 0 0 0 -5px;
    }

.ListaRubrosDestacados {
    text-align: center;
}

    .ListaRubrosDestacados span {
        text-align: center;
        padding: 14px;
        display: inline-block;
        font-size: 18px;
        line-height: 14px;
    }

    .ListaRubrosDestacados ul.breadcrumb {
        display: inline-block;
        margin: 0;
        padding: 13px 0 0 0;
    }

        .ListaRubrosDestacados ul.breadcrumb li {
            font-size: 18px;
            line-height: 14px;
            color: white;
        }

            .ListaRubrosDestacados ul.breadcrumb li a {
                font-size: 18px;
                line-height: 14px;
                color: white;
                font-weight: 700;
            }

.item-banner.item h4, .item-banner.item p {
    overflow: hidden;
    padding: 0 5%;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.item-banner.item h4 {
    margin: 10px 0 0px 0;
    font-family: Arial,'Lato', sans-serif !important;
}

.item-banner.item h5, .item-banner.item p {
    margin: 3px 0 3px 0;
    padding: 0 5px;
}

.item-banner h5 {
    height: 24px;
    font-size: 12px;
    font-family: 'lato', sans-serif !important;
}

.item-banner.item h6 {
    padding: 7px 10px 5px 10px;
    font-family: 'lato', sans-serif !important;
    height: 60px;
    margin: 0 0 4px 0;
}

    .item-banner.item h6.h6-barrio {
        line-height: 1;
        padding: 0 0 3px 0 !important;
        height: auto !important;
        margin: 0 !important;
    }

.item-banner.item .item-box {
    padding-bottom: 0px;
    margin-top: 7px;
}

.discount-tag {
    /*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;
}

.solicitation-button {
    background-image: url('../images/botonsolicitar.png');
    background-size: cover;
    float: left;
    height: 47px;
    width: 150px;
    color: white;
}

.solicitated-button {
    background-image: url('../images/solicitatedButton.png');
    background-size: cover;
    float: left;
    height: 47px;
    width: 150px;
    color: white;
}

.boxPersentageTag {
    /*background-image: url('../images/boxTag.png');*/
    background-size: cover;
    height: 40px;
    width: 101%;
    color: white;
    font-size: 23px;
    padding-right: 9px;
    font-weight: 500;
    line-height: 171%;
    display: table;
    text-align: right
}

/*.boxTextTag {
    background-image: url('../images/boxTag.png');
    background-size: cover;
    height: 40px;
    width: 101%;
    color: white;
    font-size: 18px;
    padding-right: 5px;
    font-weight: 500;
    line-height: 171%;
    display: table;
    text-align: right
}*/
.item-banner.item .item-box {
    padding-bottom: 0px;
    margin-top: 7px;
    position: relative;
    display: block;
    max-width: 100%;
    width: 100%;
    min-width: 100%;
    overflow: hidden;
}

.boxTextTag {
    background-color: #01263a !important;
    height: 40px;
    width: 100%;
    color: white !important;
    font-size: 18px;
    padding-right: 5px;
    font-weight: 500;
    line-height: 171%;
    display: table !important;
    text-align: right;
    position: relative;
    margin: 8px 0;
}

   .boxTextTag:before {
      background-color: #004b75;
      height: 40px;
      width: 44%;
      display: block;
      position: absolute;
      content: "CALIFICÁ \A y disfrutá";
      white-space: pre;
      /*text-transform: uppercase;*/
      /*font-family: 'museo700', 'Roboto Slab', serif !important;*/
      font-weight: 700;
      color: #FFFFFF;
      /*font-size: 14px;*/
      font-size: 13px;
      line-height: 1.1em;
      text-align: center;
      /*padding: 5px 0 0 3%;*/
      padding: 6px 0 0 3%;
   }

    .boxTextTag:after {
        width: 0;
        height: 0;
        border: 0 solid transparent;
        border-bottom-width: 20px;
        border-top-width: 20px;
        border-left: 15px solid #004b75;
        position: absolute;
        content: "";
        left: 43.9%;
    }

    .boxTextTag .oneLineDiv,
    .boxTextTag .twoLineDiv {
        transform: translateY(-2px);
        line-height: 1.0em;
        overflow: hidden;
        width: 95%;
        height: 100%;
        font-size: 16px;
        font-weight: 500;
        line-height: 1.1em;
        padding-top: 0;
        text-align: center;
        display: table-cell;
        vertical-align: middle;
        float: none;
        font-family: 'Roboto Slab', serif !important;
        font-weight: 700;
        color: #FFFFFF;
        position: relative;
        padding: 0 0 0 55%;
    }

.boxPersentageTag .oneLineDiv {
    text-align: center;
    font-size: 1.5em;
    transform: translateY(-5px);
}

.boxPersentageTag.DisableTag .oneLineDiv, .boxTextTag.DisableTag .twoLineDiv {
    font-size: 0.8em;
    padding-top: 6px;
}

.boxPersentageChequeTag .oneLineDiv {
    text-align: center;
    font-size: 1.5em;
    transform: translateY(-5px);
}

.boxPersentageChequeTag.DisableTag .oneLineDiv, .boxTextTag.DisableTag .twoLineDiv {
    font-size: 0.8em;
    padding-top: 6px;
}

.boxTextTag .twoLineDiv {
    line-height: 1.1em;
    font-size: 14px;
    font-weight: 700;
}

.boxTextTag small {
    font-size: 14px;
    font-weight: 500;
    display: block;
}

.boxFreeTag .twoLineDiv {
    font-size: 15px;
}

    .boxFreeTag .twoLineDiv small {
        font-size: 19px;
        font-weight: 700;
    }

.boxPersentageTag {
    background-color: #28abe3 !important;
}

.boxPersentageChequeTag {
    background-color: #ff6e00 !important;
}

.boxGiftTag {
    background-color: #28abe3 !important;
}

.boxFreeTag {
    background-color: #a63d99 !important;
}

.boxServiceTag {
    background-color: #f1b519 !important;
}

.boxProductTag {
    background-color: #ff6e00 !important;
}

.boxTestDriveTag {
    background-color: #07b59a !important;
}

.DisableTag {
    background-color: #b3b3b3 !important;
}


.btn.btn-round {
    border-radius: 0 !important;
    position: relative;
    border: 0 none !important;
    background: transparent url(Images/BotonLeftAngle.png) left center scroll no-repeat;
    background-size: cover;
    padding-left: 25px;
}

    .btn.btn-round:hover {
        border-radius: 0 !important;
        position: relative;
        border: 0 none !important;
        background: transparent url(Images/BotonLeftAngle.png) left center scroll no-repeat;
        background-size: cover;
        padding-left: 25px;
        filter: Alpha(Opacity=90);
        opacity: 0.9;
    }

.fa-heart:before,
.fa-heart-o:before {
    color: #a53d98 !important;
}

.btn, .btn-danger, .btn-default, .btn-info, .btn-link, .btn-round, .btn-dropdown {
    border-radius: 0 !important;
}

button.btn-link {
    color: white;
}

.btn-link {
    font-weight: normal;
    color: #5c8cda;
    cursor: pointer;
}

.ui-autocomplete-loading {
    background: white url(Images/ui-anim-spin-30x30.gif) right center no-repeat !important;
}

/*-------------------------------------------*/
.modal-content > button.close {
    margin: 6px 10px 0 0;
    font-family: arial, monospace;
}

.modal-content {
    border-radius: 0 !important;
}

#condiciones .modal-header {
    margin-bottom: -30px;
    z-index: 999;
    position: relative;
    border-bottom: 0px solid #e5e5e5;
}

.PopCondiciones {
}

    .PopCondiciones h2 {
        font-size: 36px;
        font-weight: 700;
        display: block;
        color: #3271A5 !important;
        font-family: 'museo700', 'Roboto Slab', serif !important;
        padding: 5px;
        margin: 0;
    }

    .PopCondiciones h5 {
        font-size: 17px;
        font-weight: 700;
        display: inline-block;
        color: #ffffff !important;
        font-family: 'Roboto Slab', serif !important;
        position: relative;
        padding: 5px 30px 5px 25px;
        margin: 0 0 0 -20px;
        background-color: #3271a5;
        height: 28px;
    }

        .PopCondiciones h5:after {
            content: "";
            position: absolute;
            width: 0;
            height: 0;
            border: 0 solid transparent;
            border-bottom-width: 14px;
            border-top-width: 14px;
            border-left: 10px solid #3271a5;
            right: -10px;
            top: 0;
        }

        .PopCondiciones h5 i {
            font-size: 30px;
            position: absolute;
            margin: -6px 0 0 -18px;
            font-style: normal;
        }

    .PopCondiciones .info {
        font-size: 14px;
        font-weight: 600;
        display: block;
        color: #807f7f;
        position: relative;
        padding: 10px 5px 10px 5px;
        margin: 10px 0 0 0;
        line-height: normal;
    }

    .PopCondiciones a {
        margin: 20px auto 0px auto !important;
        position: relative;
        text-align: center;
        display: table;
        width: auto !important;
        background: #074065 !important;
        border: 0 none;
        font-size: 18px;
        font-family: 'museo700', 'Roboto Slab', serif !important;
        padding: 5px 20px;
    }

        .PopCondiciones a:hover {
            background: #3271A5 !important;
        }

.ViewboxTextTag {
    background-color: transparent !important;
    width: 100%; /*max-width: 460px;*/
    color: #01263a !important;
    font-size: 18px;
    padding-right: 5px;
    font-weight: 500;
    display: block !important;
    text-align: right;
    position: relative;
    margin: 0 0 10px 0;
    text-align: center;
    float: none;
}

    .ViewboxTextTag .TextTitle {
        display: block;
        width: 160px;
        height: 50px;
        position: relative;
        background: transparent;
        line-height: 43px;
        padding: 0px 0px 0px 15px;
        font-family: 'Roboto Slab', serif;
        float: right;
        color: white;
        background: transparent url(Viewbox.svg) scroll right top no-repeat;
        right: -5px;
        clear: right;
        margin: 45px 0 15px 0;
        font-size: 27px;
        font-weight: 700;
    }

    .ViewboxTextTag.DisableTag .twoLineDiv {
        font-size: 0.8em;
        padding-top: 2px;
    }

    .ViewboxTextTag .twoLineDiv {
        line-height: 1;
        font-size: 19px;
        font-weight: 700;
        padding-top: 4px;
    }

    .ViewboxTextTag small {
        font-size: 14px;
        font-weight: 500;
        display: block;
        margin: 0;
        padding: 0;
    }

    .ViewboxTextTag > h2 {
        font-size: 23px;
        font-weight: 700;
        display: block;
        color: #0d3e67 !important;
        font-family: 'museo700', 'Roboto Slab', serif !important;
        padding: 5px;
        margin: 0;
    }

    .ViewboxTextTag > h5 {
        font-size: 13px;
        font-weight: 700;
        display: block;
        color: #fff !important;
        font-family: 'Roboto Slab', serif !important;
        position: relative;
        padding: 10px 150px 10px 9px;
        margin: 0;
        text-align: center;
    }

        .ViewboxTextTag > h5 > i {
            font-size: 30px;
            position: absolute;
            margin: -6px 0 0 -18px;
            font-style: normal;
        }

    .ViewboxTextTag > h6 {
        font-size: 17px;
        font-weight: 700;
        display: block;
        color: #01263a !important;
        font-family: 'Roboto Slab', serif;
        position: relative;
        padding: 10px;
        margin: 0;
    }

    .ViewboxTextTag .LeftInfo {
        font-size: 18px;
        font-weight: 500;
        display: block;
        color: #FFF !important;
        width: 46%;
        position: relative;
        float: left;
    }

        .ViewboxTextTag .LeftInfo h6 {
            font-size: 15px;
            font-weight: 500;
            display: table;
            position: relative;
            padding: 6px 0 6px 20px;
            margin: 0;
            font-family: 'Lato', sans-serif;
            min-height: 100px;
            vertical-align: middle;
        }

            .ViewboxTextTag .LeftInfo h6 span {
                font-size: 15px;
                font-weight: 500;
                display: table-cell;
                vertical-align: middle;
                font-family: 'Roboto Slab', serif !important;
            }

    /*.ViewboxTextTag .ViewInfoRule {
        font-size: 13px;
        font-weight: 500;
        display: block;
        color: #074065;
        width: 140px;
        height: 28px;
        position: relative;
        background: transparent url(Images/ViewInfoRule.svg) scroll right top no-repeat;
        line-height: 20px;
        padding: 0 5px 0 10px;
        font-family: 'Lato', sans-serif;
        right: -5px;
        float: right;
        margin: 20px 0 10px 0;
        background-size: contain;
        text-align: center;
        cursor: pointer;
    }*/
    .ViewboxTextTag .ViewInfoRule {
        font-size: 13px;
        font-weight: 500;
        display: block;
        color: #074065;
        width: 140px;
        height: 28px;
        position: absolute;
        background: transparent url(Images/ViewInfoRule.svg) scroll right top no-repeat;
        line-height: 20px;
        padding: 0 5px 0 10px;
        font-family: 'Lato', sans-serif;
        right: -5px;
        float: right;
        margin: 0px 0 10px 0;
        background-size: contain;
        text-align: center;
        cursor: pointer;
        top: -28px;
    }

.ViewBoxWrapper {
    background: #054970 none scroll 0 0;
    width: 100%;
    display: block;
    position: relative;
    /*min-height: 134px;*/
}

.TextTitle a, .TextTitle input, .TextTitle button {
    border: 0 none !important;
    background-color: transparent !important;
    background-image: none !important;
    color: white !important;
    width: 100% !important;
    text-decoration: none;
    font-weight: 700;
}

.ViewboxPersentageTag .TextTitle {
    background: transparent url(Images/ViewboxPersentageTag.svg) scroll right top no-repeat;
}

.ViewboxGiftTag .TextTitle {
    background: transparent url(Images/ViewboxGiftTag.svg) scroll right top no-repeat;
}

.ViewboxFreeTag .TextTitle {
    background: transparent url(Images/ViewboxFreeTag.svg) scroll right top no-repeat;
}

.ViewboxServiceTag .TextTitle {
    background: transparent url(Images/ViewboxServiceTag.svg) scroll right top no-repeat;
}

.ViewboxProductTag .TextTitle {
    background: transparent url(Images/ViewboxProductTag.svg) scroll right top no-repeat;
    cursor: pointer !important;
}

.ViewboxTestDriveTag .TextTitle {
    background: transparent url(Images/ViewboxTestDriveTag.svg) scroll right top no-repeat;
    cursor: pointer !important;
}

.ViewDisableTag .TextTitle {
    background: transparent url(Images/DisableTag.svg) scroll right top no-repeat;
}

.ViewboxPersentageTag .TextTitle polygon#Color {
    fill: #28abe3 !important;
    background-color: #28abe3 !important;
}

.ViewboxGiftTag .TextTitle polygon#Color {
    fill: #28abe3 !important;
    background-color: #28abe3 !important;
}

.ViewboxFreeTag .TextTitle polygon#Color {
    fill: #a63d99 !important;
    background-color: #a63d99 !important;
}

.ViewboxServiceTag .TextTitle polygon#Color {
    fill: #f1b519 !important;
    background-color: #f1b519 !important;
}

.ViewboxProductTag .TextTitle polygon#Color {
    fill: #ff6e00 !important;
    background-color: #ff6e00 !important;
}

.ViewboxPersentageTag .TextTitle polygon#Color {
    fill: #28abe3 !important;
    background-color: #28abe3 !important;
}

.ViewboxTestDriveTag .TextTitle polygon#Color {
    fill: #07b59a !important;
    background-color: #07b59a !important;
}

.ViewDisableTag .TextTitle polygon#Color {
    fill: #b3b3b3 !important;
    background-color: #b3b3b3 !important;
}

/*----------------------------------------------------------------*/
.PopCondiciones h5 {
    background-color: #3271a5;
}

.modal-content .info:after {
    content: "";
    height: 15px;
    position: relative;
    display: block;
    margin: 15px -25px 0 -25px;
}

.PopCondiciones h5:after {
    border-left-color: #3271a5;
}

.ViewboxPersentageTag h5 {
    background-color: #28abe3;
}

    .ViewboxPersentageTag h5:after {
        border-left-color: #3271a5;
    }

.ViewboxPersentageTag .modal-content {
    /*border-bottom: 10px solid #28abe3;*/
}

    .ViewboxPersentageTag .modal-content .info:after {
        border-bottom: 10px solid #28abe3;
    }

.ViewboxGiftTag h5 {
    background-color: #28abe3;
}

    .ViewboxGiftTag h5:after {
        border-left-color: #28abe3;
    }

.ViewboxGiftTag .modal-content {
    /*border-bottom: 10px solid #28abe3;*/
}

    .ViewboxGiftTag .modal-content .info:after {
        border-bottom: 10px solid #28abe3;
    }

.ViewboxServiceTag h5 {
    background-color: #f1b519;
}

    .ViewboxServiceTag h5:after {
        border-left-color: #f1b519;
    }

.ViewboxServiceTag .modal-content {
    /*border-bottom: 10px solid #f1b519;*/
}

    .ViewboxServiceTag .modal-content .info:after {
        border-bottom: 10px solid #f1b519;
    }

.ViewboxProductTag h5 {
    background-color: #ff6e00;
}

    .ViewboxProductTag h5:after {
        border-left-color: #ff6e00;
    }

.ViewboxProductTag .modal-content {
    /*border-bottom: 10px solid #ff6e00;*/
}

    .ViewboxProductTag .modal-content .info:after {
        border-bottom: 10px solid #ff6e00;
    }

.ViewboxFreeTag h5 {
    background-color: #a63d99;
}

    .ViewboxFreeTag h5:after {
        border-left-color: #a63d99;
    }

.ViewboxFreeTag .modal-content {
    /*border-bottom: 10px solid #a63d99;*/
}

    .ViewboxFreeTag .modal-content .info:after {
        border-bottom: 10px solid #a63d99;
    }

.ViewboxTestDriveTag h5 {
    background-color: #07b59a;
}

    .ViewboxTestDriveTag h5:after {
        border-left-color: #07b59a;
    }

.ViewboxTestDriveTag .modal-content {
    /*border-bottom: 10px solid #07b59a;*/
}

    .ViewboxTestDriveTag .modal-content .info:after {
        border-bottom: 10px solid #07b59a;
    }

/*----------------------------------------------------------------*/
.ViewDisableTag > h5 {
    background-color: #b3b3b3;
}

.ViewboxPersentageTag > h5 {
    background-color: #28abe3;
}

.ViewboxGiftTag > h5 {
    background-color: #28abe3;
}

.ViewboxFreeTag > h5 {
    background-color: #a63d99;
}

.ViewboxServiceTag > h5 {
    background-color: #f1b519;
}

.ViewboxProductTag > h5 {
    background-color: #ff6e00;
}

.ViewboxPersentageTag > h5 {
    background-color: #28abe3;
}

.ViewboxTestDriveTag > h5 {
    background-color: #07b59a;
}

div#TextoBotonParticipar.oneLineDiv {
    font-size: 20px;
}

.btnSolicitarEntregaDirecta:after {
    width: 0;
    height: 0;
    position: absolute;
    content: "";
}

.PopCondiciones h5 i {
    display: none;
}

.btnIrAProductoGratis {
}

div#informacion img.photo {
    width: 100%;
}

.btn-info {
    color: #fff;
    background-color: #054970 !important;
    border-color: #054970 !important;
}

    .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
        color: #fff;
        background-color: #0172ad !important;
        border-color: #0172ad !important;
    }

.elDetalle .detalle {
    margin-top: 60px;
    padding: 10px 0;
    /*font-size: 12px;*/
}

    .elDetalle .detalle .col-md-5 {
        margin-top: -37px;
    }

.elDetalle .inlineInfo {
    display: inline-block;
    position: relative;
    margin: 0px 0 5px 0;
    padding: 0;
    line-height: normal;
}

    .elDetalle .inlineInfo > span {
        margin: 0 7px 0 0;
    }

        .elDetalle .inlineInfo > span span {
            margin: 0;
            padding: 0;
        }

        .elDetalle .inlineInfo > span a {
            text-decoration: none;
        }

.elDetalle .StarWrapper {
    line-height: 20px;
    vertical-align: bottom;
    display: inline-block;
    padding: 5px 0 0px 0;
}

    .elDetalle .StarWrapper label {
        line-height: 18px;
        /*vertical-align: top;*/
    }

.elDetalle a {
    text-decoration: none;
}

#solicitado .modal-header {
    border: 0 none;
    height: 0;
    padding: 0;
}

    #solicitado .modal-header .close {
        margin: 5px 10px 0 0;
    }

.boxPersentageTag small.acumulable {
    font-size: 9px;
    position: absolute;
    bottom: -11px;
    font-family: arial;
    font-weight: 700;
    width: 46%;
    right: -3px;
}

.boxPersentageChequeTag small.acumulable {
    font-size: 9px;
    position: absolute;
    bottom: -11px;
    font-family: arial;
    font-weight: 700;
    width: 46%;
    right: -3px;
}

.ViewboxTextTag > h5 > i {
    display: none !important;
}

.bannerConTexto {
    overflow: hidden;
    position: relative;
    display: table;
    text-align: center;
    max-width: 100%;
    vertical-align: middle;
}

    .bannerConTexto:before, .bannerConTexto:after {
        clear: both;
        content: "";
    }

    .bannerConTexto h2 {
        position: absolute;
        z-index: 1;
        text-align: left;
        width: 100%;
        display: table-cell;
        vertical-align: middle;
        top: 40%;
        color: white;
        font-size: 3.6vw;
        text-shadow: 4px 3px 11px black;
        padding: 0 20%;
        margin: 0 auto;
    }

    .bannerConTexto img {
    }

.TituloLista h3 {
    margin: 5px 0 30px 0;
}

#ComoFuncionaPrimeraVez .info {
    background: #ffffff url(Images/arcoiris.png) no-repeat scroll bottom center;
    background-size: contain;
    padding-bottom: 30px;
    margin: -10px -20px -20px -20px;
}

#ComoFuncionaPrimeraVez img.img-responsive.brand {
    max-width: 250px;
    margin: 30px auto 30px auto;
}

#ComoFuncionaPrimeraVez img.img-responsive {
    width: 100%;
}

#ComoFuncionaPrimeraVez h2 {
    font-size: 1.6em;
}

#ComoFuncionaPrimeraVez .Trestipos {
    width: 97px;
    margin: 22px auto -22px;
}

.BreadcrumbComoFunciona {
    clear: unset;
    display: block;
    position: relative;
    float: none;
    background-color: white;
    /*margin: 26px -20px -180px -20px;
    padding: 0 0 90px 0; */
    text-align: center;
    /*padding-bottom: 40px;*/
}

    .BreadcrumbComoFunciona h2 {
        font-size: 2em;
    }

    .BreadcrumbComoFunciona .bread {
        margin: 0 -20px 0 -20px;
        padding: 5px;
    }

    .BreadcrumbComoFunciona img {
        float: left;
        margin: 0 -4% 0 0;
        width: 23%;
        cursor: pointer;
    }

.modal {
    overflow: auto;
    overflow-y: no-display !important;
}

.modal-header {
    min-height: initial;
    padding: 15px 15px 0 0;
    border-bottom: 0px none;
    z-index: 999;
    position: relative;
}

    .modal-header h4 {
        display: none;
    }

.modal.wrapperInfoModal .modal-content {
    border-left: 10px solid #F0B419;
    border-width: 0 0 0 15px;
}

.modal.wrapperInfoModal .modal-body {
    min-height: 110px;
    padding: 40px;
}

.NosotrosComoFunciona {
}

    .NosotrosComoFunciona .row1 {
        /*border-bottom: 1px solid #004b75;
        display: block;*/
        padding: 60px 0px 25px 0px;
    }

    .NosotrosComoFunciona .row2 {
        /*border-bottom: 1px solid #004b75;
        display: block;*/
        padding: 0 0 30px 0;
    }

    .NosotrosComoFunciona .row3 {
        padding-top: 50px;
        padding-bottom: 50px
    }

        .NosotrosComoFunciona .row3 h2 {
            color: #074c75;
            text-align: center;
            margin-bottom: 25px;
            margin-top: -3px;
        }

    .NosotrosComoFunciona .video-container {
        margin: 50px 0px 0 0px;
        display: block;
        position: relative;
        max-width: 100%;
    }

.aUsrNombre {
    display: none;
}

.admin-cuenta .tab-pane#cuenta h4 {
    color: #054970 !important;
}

.loginErrorMessage {
    /*padding: 0 0 5px 27%;*/
    margin-bottom: 30px;
    text-align: center;
}

/*  star-rating-svg  */

.jq-stars {
    display: inline-block;
    line-height: 20px;
    vertical-align: middle;
}

.jq-rating-label {
    font-size: 14px;
    line-height: 20px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    font-family: helvetica, arial, verdana;
}

.jq-star {
    width: 100px;
    height: 100px;
    display: inline-block;
    cursor: pointer;
}

.jq-star-svg {
    padding-left: 3px;
    width: 100%;
    height: 100%;
}

.jq-star:hover .fs-star-svg path {
}

.jq-star-svg path {
    stroke-linejoin: round;
}

.EstaticRatingList .jq-star,
.EstaticRating .jq-star {
    cursor: default;
}
/*----------------------------------------*/
.ComentariosUsr {
}

.scrollbarFX {
    margin-bottom: 25px;
    max-height: 100px;
    overflow-y: auto;
    line-height: normal;
    padding: 0 10px 0 0;
}

    .scrollbarFX::-webkit-scrollbar {
        width: 6px;
        height: 6px;
    }

    .scrollbarFX::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
        background-color: #b3b3b3;
    }

    .scrollbarFX::scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        border-radius: 10px;
        background-color: #F5F5F5;
    }


a#HistoryIOS {
    color: white;
    font-size: 50px;
    position: relative;
    display: inline-block;
    width: 45px;
    height: 50px;
    float: left;
    z-index: 99999;
    overflow: hidden;
    line-height: 40px;
    vertical-align: top;
    text-align: center;
    margin-right: -10px;
}

.formSerParte label {
    line-height: normal;
    margin: -17px 0 5px 0;
    padding: 0;
}





.TarjetaCliente {
}

    .TarjetaCliente .Imagen {
    }

        .TarjetaCliente .Imagen img {
            height: 100%;
            margin: 0 10px 0 0;
            width: auto;
        }

    .TarjetaCliente .Datos {
        vertical-align: top;
    }

    .TarjetaCliente .Imagen, .TarjetaCliente .Datos {
        display: inline-block;
        height: 50px;
    }

        .TarjetaCliente .Datos b {
            padding-top: 5px;
        }

        .TarjetaCliente .Datos span {
        }

        .TarjetaCliente .Datos b, .TarjetaCliente .Datos span {
            display: inline-block;
            width: 100%;
            font-size: 16px;
            margin: 0px;
            padding: 0px 0;
        }

.TarjetaReportes {
    margin: 0 0 0 15px;
    /*max-width: 600px;*/
    margin: 0 auto;
}

    .TarjetaReportes .Imagen {
        /*width: 29%;*/
    }

        .TarjetaReportes .Imagen img {
            height: 100%;
            margin: 0 10px 0 0;
            width: auto;
        }

    .TarjetaReportes .Datos {
        vertical-align: top;
        width: 66%;
    }

    .TarjetaReportes .Imagen, .TarjetaReportes .Datos {
        display: inline-block;
        height: 80px;
    }

        .TarjetaReportes .Datos p {
            display: inline-block;
            width: 100%;
            font-size: 11px;
            margin: 0px;
            padding: 0px 0;
            color: black;
            font-weight: 700;
        }



.MisChances {
    text-align: center;
    margin: 0 auto;
    max-width: 600px;
}

    .MisChances .textoGradiente {
        background: blue url(Manager/gradiente1.png) scroll center center no-repeat;
        background-size: cover;
        padding: 15px 20px;
        color: white;
        font-size: 20px;
        font-family: 'Museo500';
        text-align: center;
        margin: 15px 0 0 0;
    }

    .MisChances h5 {
        color: #075aa9;
        font-size: 20px;
        padding: 25px;
        line-height: 30px;
    }

        .MisChances h5 span {
            background-color: #075aa9;
            padding: 3px 9px;
            border-radius: 5px;
            color: white;
        }



.GestionSolicList {
    display: block;
    width: 100%;
    float: left;
    padding: 10px;
    border-bottom: 1px solid #c4c3c3;
}

    .GestionSolicList .Info > * {
        display: inline-block;
        padding: 0 2% 0 0;
        border-right: 1px solid #dddddd;
        float: left;
        line-height: normal;
        margin: 0 2% 0 0;
        width: 18%;
    }

    .GestionSolicList .botones .btn {
        width: 100%;
        max-width: 140px;
        text-transform: uppercase;
        font-size: 12px;
        white-space: normal;
        line-height: normal;
        display: block;
    }

    .GestionSolicList .botones > .text-right {
        display: inline-block;
    }

    .GestionSolicList .botones .btn + .btn {
        margin: 10px 0 0 0;
    }


.admin-cuenta .btn.btn-habilitar {
    background-color: #2196F3;
    color: white;
}

.admin-cuenta .btn.btn-primary,
.admin-cuenta .btn.btn-default {
    color: #fff;
    background-color: #04496f;
    border-color: #04496f;
}


.admin-cuenta .btn.btn-success {
    color: #fff;
    background-color: #24b424;
    border-color: #24b424;
}

.admin-cuenta .btn:hover {
    opacity: 0.9;
    filter: Alpha(Opacity=90);
}


.admin-cuenta .btn-danger:visited {
    border-color: #d43f3a;
    background-color: #d43f3a;
}

.admin-cuenta .btn-danger {
    background-color: #d43f3a;
    border-color: #d43f3a;
}


.admin-cuenta .btn.btn-default[disabled], .admin-cuenta .btn.btn-default[disabled]:hover {
    color: #fff;
    background-color: #999999;
    border-color: #999999;
    opacity: 1;
    filter: Alpha(Opacity=100);
}

.TabAdministrador .nav-tabs.nav-justified > li {
    margin-bottom: 5px;
    display: table;
    width: 33.33333%;
    float: left;
    border-left: 1px solid white;
}

img.PremioCalif.img-responsive {
    margin: 10px auto;
    max-width: 100%;
}


.BgColorProductosPrueba {
    background-color: #ebebeb;
    padding: 3% 10% 5% 10%;
}

    #collapseModalodadPP p,
    .BgColorProductosPrueba p {
        font-size: 16px;
    }

    .BgColorProductosPrueba center img {
        width: 100px;
    }

.TabAdministrador .tab-content {
    margin: 0;
    padding: 0;
}

#collapseModalodadPP {
    background-color: #ffffff;
    padding: 5% 10% 5% 10%;
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: -50px;
}







#BigTabs .TabAdministrador > .nav-tabs {
    border-top: 2px solid #d5d5d5;
    border-bottom: 2px solid #d5d5d5;
}

/*#BigTabs .TabAdministrador > .nav-tabs li {
        width: 0%!important;
    }*/
#BigTabs .TabAdministrador.noDrive > .nav-tabs li {
    width: 33% !important;
}

#BigTabs .TabAdministrador > .nav-tabs li a {
    text-align: center;
    background: white;
    color: #97999c;
}

    #BigTabs .TabAdministrador > .nav-tabs li a img {
        display: block;
        margin: 0 auto;
        width: 30px;
    }

#BigTabs .TabAdministrador > .nav-tabs li.active {
    /* border-bottom: 8px solid #054970; */ border-left: 1px solid #d1d1d1;
    border-right: 1px solid #d1d1d1;
    margin-bottom: -2px;
}

ul#MainContent_tabSolicitudes {
    margin: 10px 0;
    padding-right: 0;
}

.SimilTableResponsiveWrapper {
    display: block;
    position: relative;
    float: none;
    max-width: 100%;
    padding: 20px 0 0 0;
}

.SimilTableResponsive {
    border-bottom: 1px solid #d2d2d2;
    padding: 10px 0 10px 0;
}

    .SimilTableResponsive > .datos,
    .SimilTableResponsive > .botones {
        margin: 0;
        padding: 0;
        display: table-cell;
        width: 1%;
    }

    .SimilTableResponsive .col {
        display: table-cell;
        width: 1%;
        padding: 15px;
    }

    .SimilTableResponsive .botones {
        text-align: center;
        width: 0.1%;
    }

        .SimilTableResponsive .botones .col {
            width: 100%;
            display: block;
            text-align: center;
            padding: 0 0 10px 0;
        }

        .SimilTableResponsive .botones .btn {
        }

        .SimilTableResponsive .botones .btn {
            white-space: normal;
            /* max-width: 100px; */
            display: table;
            padding: 10px 10px !important;
            border: 0 none !important;
            font-size: 12px;
            float: none;
            margin: 3px auto;
            white-space: nowrap;
        }

.SolicitudesDenegadas .SimilTableResponsive .datos .col {
    max-width: 100%;
}



.SolicitudesDenegadas .SimilTableResponsive .datos .col {
    max-width: 100%;
}

.SolicitudesDenegadas .SimilTableResponsive .col {
    display: table-cell;
    width: 14.5%;
    padding: 15px 20px 15px 0px;
}


.tab-pane > .nav {
    margin-bottom: 15px;
}

/* Colaboradores -- margin top entre boton verde y botones de arriba */
#verBigReportes {
    margin-top: 10px !important;
}

    #verBigReportes .TarjetaReportes {
        border-bottom: 1px solid #e9e9e9;
        padding: 10px 0;
    }


.listVerCalificadosItem {
    border-bottom: 1px solid #d0d0d0;
    padding-bottom: 10px;
    margin: 0 auto;
    max-width: 95%;
}

    .listVerCalificadosItem .DataGeneral {
        padding: 20px 0;
    }

    .listVerCalificadosItem b {
        font-weight: 900;
    }

        .listVerCalificadosItem b.date {
            font-weight: 700;
        }

    .listVerCalificadosItem .CalificacionesList {
    }

        .listVerCalificadosItem .CalificacionesList p {
            padding: 0;
            margin: 0;
        }

            .listVerCalificadosItem .CalificacionesList p span {
                width: 50%;
                display: inline-block;
                vertical-align: text-top;
                max-width: 250px;
            }

    .listVerCalificadosItem .Comentarios {
        padding: 12px 0 10px 0;
    }

#aprobadas ul.nav > li > a {
    background-color: #5cb85c;
}

#aprobadas ul.nav > li.active > a {
    background-color: #408040;
}

.table-responsive > .table > tbody > tr > td.boton .btn {
    white-space: normal;
    width: 100%;
    margin-bottom: 5px;
}

.FAQ {
    position: relative;
    display: block;
}

    .FAQ a {
        display: block;
        padding: 15px 30px 15px 30px;
        margin: 0;
        font-family: 'Museo500','Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: 20px;
        border-bottom: 1px solid #dedede;
        color: #004b75;
        text-decoration: none;
    }

div#CarrouselFAQAdministradorDesktop {
    display: block;
    position: relative;
    width: 100%;
}

    div#CarrouselFAQAdministradorDesktop img {
        width: 100%;
    }




.pannelAdminwrapp {
}

.tableBorderAdminPannel {
    width: 100%;
    border: 1px solid #666;
}

.AdministradorActual {
    margin: 20px auto;
    position: relative;
    display: block;
    max-width: 500px;
    background-color: #e6e6e6;
    border-radius: 5px;
    text-align: center;
    padding: 20px;
}

    .AdministradorActual input {
        width: 100%;
        font-size: 18px;
    }

.pannelAdminwrapp .form-group input, .ContentTabAdministradores .form-group select {
    width: 77%;
    float: right;
}

.pannelAdminwrapp .form-group label {
    width: 20%;
    float: left;
    text-align: right;
    padding: 1%;
}

.pannelAdminwrapp .form-group td label {
    margin-left: 15px !important;
    margin-right: 15px !important;
}

.pannelAdminwrapp .form-group {
    width: 90%;
    margin: 0 auto;
    display: inline-block;
}

.pannelAdminwrapp .editor-field {
    /*margin: 7px 0;*/
    max-width: 100%;
}

    .pannelAdminwrapp .editor-field input {
        max-width: 100%;
    }

.pannelAdminwrapp .editor-label {
    float: left;
    width: 30%;
    display: inline-block;
    padding-top: 9px;
}

.pannelAdminwrapp .editortabs {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    position: relative;
    display: inline-block;
}

    .pannelAdminwrapp .editortabs .btntab {
        width: 19%;
        margin: 0 0.2%;
        text-align: center;
        display: inline-block;
    }

#listEsperandoCalif {
}

    #listEsperandoCalif .ItemEsperandoCalif {
        display: block;
        border-bottom: 1px solid #bebebe;
        padding: 7px 10px;
    }

        #listEsperandoCalif .ItemEsperandoCalif:nth-child(even) {
            background-color: #f5f5f5;
        }

        #listEsperandoCalif .ItemEsperandoCalif div {
            width: 50%;
            display: table-cell;
            vertical-align: middle;
        }

.btn-wrap {
    white-space: normal !important;
    max-width: 100%;
}

#listEsperandoCalif .ItemEsperandoCalif .btn + .btn {
    margin: 0 0 0 5px;
}

#btn-colaboradores-container {
    text-align: center;
}

.modal-gestionar-gestores {
    padding: 0 30px;
}

/*MODAL GESTORES INPUTS*/
.modal-gestores-inputs {
    width: 100%;
}

/* BOTON ASIGNAR GESTOR CAMBIO COLOR */
#MainContent_AgregarAdmin {
    background-color: #004b75 !important;
}

/* BOTONES CONFIGURACION */
/*imagenes al lado del boton*/
#MainContent_Ul1 li a span:before {
    content: "";
    position: relative;
    display: inline-block;
    width: 35px;
    height: 35px;
    vertical-align: middle;
    margin-right: 5px;
}

/*tamaño imagenes*/
#MainContent_Ul1 li a span:before {
    height: 30px;
    width: 30px;
    margin-right: 15px;
}


/* imagenes en botones configuracion */
#productosPrueba span:before {
    background-image: url(Manager/Productos.png) !important;
    background-size: cover !important;
}

.testDriveNav span:before {
    background-image: url(Manager/TestDrive.png) !important;
    background-size: cover !important;
}

#pilotoAutomatico span:before {
    background-image: url(Manager/Piloto.png) !important;
    background-size: cover !important;
}

#MainContent_tabEditarSucursal span:before {
    background-image: url(Manager/EditarSucursal.png) !important;
    background-size: cover !important;
}


#MainContent_BigTabReportes span:before {
    background-image: url(Manager/Colaboradores.png) !important;
    background-size: cover !important;
}

/* cuando este activo*/
#MainContent_tabProductosPrueba.active span:before {
    background-image: url(Manager/Productos3.png) !important;
    background-size: cover !important;
}

#MainContent_tabTestDrive.active span:before {
    background-image: url(Manager/TestDrive2.png) !important;
    background-size: cover !important;
}

#MainContent_tabPilotoAutomatico.active span:before {
    background-image: url(Manager/Piloto2.png) !important;
    background-size: cover !important;
}

#MainContent_BigTabReportes.active span:before {
    background-image: url(Manager/Colaboradores2.png) !important;
    background-size: cover !important;
}
/* fondo azul cuando este activo  */
#MainContent_tabProductosPrueba.active a {
    background-color: #054970 !important;
    color: #fff !important;
}

#MainContent_tabTestDrive.active a {
    background-color: #054970 !important;
    color: #fff !important;
}

#MainContent_tabPilotoAutomatico.active a {
    background-color: #054970 !important;
    color: #fff !important;
}

#MainContent_BigTabReportes.active a {
    background-color: #054970 !important;
    color: #fff !important;
}


.GrupoAprobPend {
    padding: 0 35px;
    margin-top: 25px;
}

    .GrupoAprobPend button {
        width: 30.5%;
        margin-right: 3%;
        border-radius: 3px !important;
    }

    .GrupoAprobPend input {
        width: 62.5%;
        border-radius: 5px 0 0 5px;
    }

        .GrupoAprobPend input + input {
            width: 4% !important;
        }

    .GrupoAprobPend select {
        width: 30.5%;
        height: 34px;
        margin-right: 3%;
    }
/* botones configuracion */
#MainContent_Ul1 li {
    background-color: #FFF !important;
    border: 1px solid #D0D0D0;
    width: 20%;
}

    #MainContent_Ul1 li a {
        background-color: transparent !important;
        color: #97999c !important;
        line-height: 35px;
    }

.TabAdministrador .nav-tabs > li {
    margin: 0px;
    border-left: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
}
/* texto debjao de califica vos tambien */
span.infoFix {
    font-size: 12px;
    line-height: 12px !important;
    display: inline-block;
    margin-top: 15px;
}


/* botones buscar */
#MainContent_btnBuscador_Calificadas, #MainContent_btnBuscadorDenegadas {
    width: 4%;
}

.btnBuscarConLupa {
    position: relative;
    font-family: 'Glyphicons Halflings';
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: normal;
    text-indent: -999em;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512' viewBox='0 0 30.239 30.239'%3E%3Cpath d='M20.194 3.46c-4.613-4.613-12.12-4.613-16.734 0-4.612 4.614-4.612 12.12 0 16.735 4.108 4.107 10.506 4.547 15.116 1.34.097.46.32.897.676 1.254l6.718 6.716c.98.977 2.56.977 3.535 0 .978-.978.978-2.56 0-3.535l-6.718-6.72c-.355-.353-.794-.576-1.253-.673 3.21-4.61 2.77-11.008-1.34-15.118zm-2.12 14.614c-3.445 3.444-9.05 3.444-12.493 0-3.44-3.444-3.44-9.048 0-12.492 3.445-3.443 9.05-3.443 12.494 0 3.444 3.444 3.444 9.048 0 12.492z' fill='%23FFF'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px 20px !important;
}

#btn_calificadas_container {
    padding-right: 0 !important;
    display: inline-block !important;
}

#btn_buscador_denegadas {
    padding: 0 !important;
    display: inline-block !important;
    width: 100% !important;
    text-align: center !important;
}

#MainContent_txbBuscador_Denegadas {
    max-width: 62.5% !important;
    display: inline-block !important;
}

#MainContent_btnBuscadorDenegadas {
    display: inline-block !important;
}
/* btn buscar en pendientes*/
#MainContent_txbBuscador {
    width: 62.5% !important;
    border-radius: 5px 0px 0px 5px !important;
}

#btn-pendientes-container {
    width: 100% !important;
    text-align: center;
}

#btn_calificadas_container {
    width: 100% !important;
    text-align: center;
}

#btn-esperandoCalificacion-container {
    width: 100% !important;
    text-align: center;
}

#MainContent_btnBuscador_Calificadas {
    display: inline-block;
}

#MainContent_txtBuscador_Calificadas {
    max-width: 60% !important;
}

#MainContent_btnBuscador_EsperandoCalificacion {
    width: 4%;
    display: inline-block;
}


#MainContent_txtBuscador_EsperandoCalificacion {
    display: inline-block;
    max-width: 60% !important;
}

#btn-esperandoVisita-container {
    width: 100% !important;
    text-align: center;
}

#MainContent_txbBuscador_EsperandoVisita {
    display: inline-block;
    max-width: 60% !important;
}

#MainContent_btnBuscador_EsperandoVisita {
    width: 4%;
    display: inline-block;
}

@media (min-width: 768px) {



    .GrupoAprobPend {
        padding: 0 35px;
    }

        .GrupoAprobPend .btn-Piloto {
        }

        .GrupoAprobPend #MainContent_txbBuscador {
            width: 62.3%;
        }

        .GrupoAprobPend .btn-buscar {
            width: 4%;
            position: relative;
            font-family: 'Glyphicons Halflings';
            -webkit-font-smoothing: antialiased;
            font-style: normal;
            font-weight: normal;
            text-indent: -999em;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512' viewBox='0 0 30.239 30.239'%3E%3Cpath d='M20.194 3.46c-4.613-4.613-12.12-4.613-16.734 0-4.612 4.614-4.612 12.12 0 16.735 4.108 4.107 10.506 4.547 15.116 1.34.097.46.32.897.676 1.254l6.718 6.716c.98.977 2.56.977 3.535 0 .978-.978.978-2.56 0-3.535l-6.718-6.72c-.355-.353-.794-.576-1.253-.673 3.21-4.61 2.77-11.008-1.34-15.118zm-2.12 14.614c-3.445 3.444-9.05 3.444-12.493 0-3.44-3.444-3.44-9.048 0-12.492 3.445-3.443 9.05-3.443 12.494 0 3.444 3.444 3.444 9.048 0 12.492z' fill='%23FFF'/%3E%3C/svg%3E");
            background-size: 50%;
            background-position: center;
            background-repeat: no-repeat;
            border-radius: 0px 5px 5px 0px !important;
            background-color: #428bca;
        }

        .GrupoAprobPend > * {
            display: table-cell !important;
            width: 33.3%;
            float: left !important;
        }

    .btn-colaboradores {
        width: 87.33333%;
    }
}

@media (max-width: 767px) {

    .btn-colaboradores {
        width: 100%;
    }

    /*.GrupoAprobPend .btn-Piloto {
            display: none !important;
        }*/

    .GrupoAprobPend #MainContent_txbBuscador {
        width: 90%;
    }

    .GrupoAprobPend .btn-buscar {
        width: 4%;
        position: relative;
        font-family: 'Glyphicons Halflings';
        -webkit-font-smoothing: antialiased;
        font-style: normal;
        font-weight: normal;
        text-indent: -999em;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512' viewBox='0 0 30.239 30.239'%3E%3Cpath d='M20.194 3.46c-4.613-4.613-12.12-4.613-16.734 0-4.612 4.614-4.612 12.12 0 16.735 4.108 4.107 10.506 4.547 15.116 1.34.097.46.32.897.676 1.254l6.718 6.716c.98.977 2.56.977 3.535 0 .978-.978.978-2.56 0-3.535l-6.718-6.72c-.355-.353-.794-.576-1.253-.673 3.21-4.61 2.77-11.008-1.34-15.118zm-2.12 14.614c-3.445 3.444-9.05 3.444-12.493 0-3.44-3.444-3.44-9.048 0-12.492 3.445-3.443 9.05-3.443 12.494 0 3.444 3.444 3.444 9.048 0 12.492z' fill='%23FFF'/%3E%3C/svg%3E");
        background-size: 50%;
        background-position: center;
        background-repeat: no-repeat;
        border-radius: 0px 5px 5px 0px !important;
    }

    .GrupoAprobPend > * {
        display: table-cell !important;
        width: 33.3%;
        float: left !important;
        border-radius: 0 !important;
    }
}


@media (max-width: 640px) {

    /*tamaño imagenes*/
    #MainContent_Ul1 li a span:before {
        height: 30px;
        width: 30px;
    }


    .pannelAdminwrapp .editor-field input {
        max-width: 100%;
        width: 100%;
    }

    .tabsAdmin input {
        width: 49%;
        margin: 0.4%;
    }

    .pannelAdminwrapp .editortabs .btntab {
        width: 49%;
        margin: 0 0.2% 4px 0.2%;
        text-align: center;
        padding: 5px 0 !important;
        display: inline-block;
    }

    #MainContent_tabFuncionario.nav-tabs.nav-justified > li a {
        text-align: center;
        line-height: 31px;
    }

    #listEsperandoCalif .ItemEsperandoCalif .btn + .btn {
        margin: 4px 0 0 0;
    }
}

@media (max-width: 375px) {
    #icon-user-chequeObsequio {
        margin-right: 0;
        margin-left: -6px;
    }

    #MainContent_txbBuscador_Denegadas {
        max-width: 88% !important;
        margin-left: 5px !important;
    }
}

@media (max-width: 767px) {
    .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tbody > tr > th {
        display: block;
        background: transparent;
        border: 0 none;
        text-align: left;
        white-space: normal;
        width: 50%;
        overflow: hidden;
        text-overflow: ellipsis;
    }


    .table-responsive thead {
        display: none;
    }

    .table-responsive > .table > tbody > tr {
        position: relative !important;
        display: block;
    }
}

@media (max-width: 768px) {
    #calificacionesRecomendaciones p {
        font-size: 20px !important;
    }

    #MainContent_ddlSucursales {
        width: 100% !important;
    }

    #MainContent_BoxTag {
        float: left !important;
    }

    #MainContent_divDireccion {
        padding-top: 10px;
    }
    /* boton buscar  denegado*/
    #MainContent_txbBuscador_Denegadas {
        max-width: 80% !important;
        margin-left: 5px !important;
    }



    #MainContent_txtBuscador_Calificadas {
        max-width: 80% !important;
        margin-left: 5px !important;
    }
    /**/
    #MainContent_Ul1 li {
        background-color: #FFF !important;
        border-bottom: 1px solid #D0D0D0;
        margin-bottom: 0;
    }

        #MainContent_Ul1 li a {
            background-color: transparent !important;
            color: #383838 !important;
            font-size: 11px;
        }

    /*margen test drive*/
    #tableTestDrive {
        margin: 25px !important;
    }
    /* botones en configuracion ancho 100 */
    .btn-configuracion {
        width: 100% !important;
    }


    /*posicionar link a la izq*/
    #MainContent_Ul1 li a {
        text-align: left;
    }

    .pannelAdminwrapp .form-group label {
        width: 25%;
    }

    .pannelAdminwrapp .form-group input, .ContentTabAdministradores .form-group select {
        width: 65%;
    }

    .pannelAdminwrapp .form-group {
        width: 98%;
    }





    .table-responsive > .table > tbody > tr > td.boton:last-child {
        width: 45%;
        right: 0;
        top: 5px;
        text-align: center;
        position: absolute;
    }

    .table-responsive > .table > tbody > tr > td.boton:last-child {
        /* PARA HACERLO VERTICAL TODO  USAR ESTE*/
        /* width: 45%; */
        right: 0;
        top: 5px;
        text-align: center;
        /* position: absolute; */
    }

    .table-responsive > .table > tbody > tr > td.boton {
        width: 30%;
        right: 0;
        position: absolute;
        top: 40px;
    }

    .table-responsive > .table > tbody > tr > td.boton {
        /* PARA HACERLO VERTICAL TODO  TODO  USAR ESTE*/
        /* width: 30%; */
        right: 0;
        /* position: absolute; */
        top: 40px;
    }

        .table-responsive > .table > tbody > tr > td.boton .btn {
            white-space: normal;
        }

            .table-responsive > .table > tbody > tr > td.boton .btn i {
                display: none;
            }

    .table-responsive > .table > tbody > tr > td p a {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        display: block;
    }
}


.divReporteAsesores tbody th h6 {
    display: none;
}

@media (min-width: 1200px) {
    .GestionSolicList .botones .btn + .btn {
        margin: 0;
    }

    .width-modal {
        width: 50%
    }

    .GestionSolicList .botones .btn {
        width: 45%;
        max-width: none;
        text-transform: uppercase;
        font-size: 12px;
        white-space: normal;
        line-height: normal;
        display: inline-block;
    }
}

@media (min-width: 1441px) {
    .width-modal {
        width: 40%
    }
}

@media (max-width: 767px) {
    .TarjetaReportes .Imagen {
        width: 29%;
    }

    .TarjetaReportes .Datos {
        width: 66%;
    }

    .GestionSolicList {
        padding: 10px 0 10px 0;
    }

        .GestionSolicList .botones .btn {
            width: 100%;
            max-width: 100%;
            white-space: normal;
        }

        .GestionSolicList .Info > * {
            display: block;
            padding: 0;
            border-right: none;
            float: none;
            line-height: normal;
            margin: 0;
            width: 100%;
        }

    body {
        padding: 70px 0 0 0;
        overflow-x: hidden;
    }

    .SimilTableResponsive {
        display: table;
        width: 100%;
    }
}


@media (min-width: 1024px) {
    .form-group {
        margin-bottom: 10px;
    }
}

@media (min-width: 767px) {
    a#HistoryIOS {
        display: none !important;
    }
}

@media (max-width: 1024px) {
    .SimilTableResponsive > .datos, .SimilTableResponsive > .botones {
        margin: 0;
        padding: 0;
        display: table-cell;
        width: 50%;
        border: 0 none;
    }

    .SimilTableResponsive .datos .col {
        display: block;
        padding: 0 0 0 20px;
        width: 100%;
    }

    .SimilTableResponsive .botones .btn + .btn {
        margin-top: 10px;
    }

    .ViewboxTextTag .LeftInfo {
        width: 50%;
    }

    .container-fluid {
        padding-bottom: 20px;
    }

    .container.admin-cuenta {
        margin-bottom: 0;
        padding: 0;
    }

    .Favoritos .detalle .label-default,
    .solicitudes .detalle .label-default {
        margin-bottom: 5px;
        display: inline-block;
    }

    .bannerConTexto h2 {
        top: 35%;
        font-size: 3.6vw !important;
        padding: 0 10%;
    }
}

@media (max-width: 767px) {
    /*.dropdown-menu::before {
         right: 20px; top: 20px; border-width: 12px;
    }*/



    .elDetalle .detalle .col-md-5 {
        margin-top: 10px;
    }

    .bannerConTexto h2 {
        top: 30%;
        font-size: 2em;
        padding: 0 10%;
    }

    .aUsrNombre {
        display: block;
        color: white;
        line-height: 12px;
        text-align: right;
        padding: 0;
        text-overflow: clip;
        white-space: nowrap;
        font-size: 14px;
        position: absolute;
        right: 40px;
        width: 160px;
        overflow: hidden;
    }

    .navbar-inverse .navbar-brand img {
        height: auto !important;
        width: 120px;
        margin: 3px 0 0 0;
    }

    img[src='/Content/Images/Magnify.svg'] {
        display: none;
    }

    select {
        -moz-appearance: none;
        border: none;
        background-image: url("Images/caret.png");
        background-repeat: no-repeat;
        background-position: right center;
        border: solid 1px #080808;
    }

    .tab-pane .nav-tabs li {
        width: 50%;
        float: left;
        margin-right: 0px;
        text-align: center;
        margin-bottom: 2px;
    }

    .admin-cuenta .form-inline {
        padding: 0 15px;
        margin: 0 15px;
    }

        .admin-cuenta .form-inline .form-group {
            margin: 0;
            padding: 0;
        }

    .admin-cuenta .table-responsive {
        padding: 0px 17px 0px 17px;
    }
}

img.MagnifyLoad {
    display: none !important;
}

.MobileOnly {
    display: none;
}

.MobileOnly2 {
    display: none;
}

.GrupoAprobPend .btn-buscar {
    background-color: #004b75;
}

@media (max-width: 1024px) and (min-width: 769px) {
    .miPerfil {
        font-size: 25px;
        margin-top: 25px;
        font-family: 'Lato', sans-serif !important;
        color: #686868;
    }
}

@media (max-width: 1440px) and (min-width: 1024px) {
    .miPerfil {
        font-size: 27px;
        margin-top: 25px;
        color: #686868;
        font-family: 'Lato', sans-serif !important;
    }
}

@media (min-width: 1441px) {
    .miPerfil {
        font-size: 29px;
        margin-top: 25px;
        color: #686868;
        font-family: 'Lato', sans-serif !important;
    }
}

@media (max-width: 768px) and (min-width: 481px) {
    .nav-tabs.nav-justified > li > a {
        height: 56px;
    }

    .miPerfil {
        font-size: 25px;
        margin-top: 25px;
        font-family: 'Lato', sans-serif !important;
        color: #686868;
    }
}

@media (max-width: 480px) {
    .btn-sm {
        font-size: 15px !important;
        padding: 0px !important;
    }
}

@media (max-width: 768px) and (min-width: 481px) {
    .btn-sm {
        font-size: 18px !important;
    }
}

@media (max-width: 1024px) and (min-width: 769px) {
    .btn-sm {
        font-size: 21px !important;
    }
}

@media (max-width: 1440px) and (min-width: 1024px) {
    .btn-sm {
        font-size: 21px !important;
    }
}

@media (min-width: 1441px) {
    .btn-sm {
        font-size: 21px !important;
    }
}

@media (max-width: 425px) {
    .datepicker-days .table-condensed tr {
        display: flex !important;
    }

    .datepicker {
        left: -15px !important;
    }
}

.hrPerfil {
    margin-top: 10px !important;
    margin-bottom: 40px !important;
    border: 0 !important;
    border-top: 2px solid #a2a2a2 !important;
    display: block !important;
    margin-left: -15px;
    margin-right: -15px;
}

.new-container {
    display: flex;
}

@media (max-width: 480px) {
    .miPerfil {
        font-size: 22px;
        margin-top: 15px;
        font-family: 'Lato', sans-serif !important;
        color: #686868;
    }

    .divReporteAsesores thead {
        display: none;
    }

    .divReporteAsesores tbody th {
        display: inline-block !important;
        float: left;
        width: auto !important;
        padding: 5px 10px 0px 10px !important;
    }

        .divReporteAsesores tbody th.MailAsesores {
            display: block !important;
            float: left;
            width: 100% !important;
        }

        .divReporteAsesores tbody th p {
            padding: 0;
            margin: 0;
        }

        .divReporteAsesores tbody th .rol {
            padding: 0;
            margin: 0 0 5px 0;
        }

        .divReporteAsesores tbody th h6 {
            font-size: 8px;
            padding: 0;
            margin: 0;
            line-height: 10px;
            display: inline;
        }

    .MobileOnly {
        /*display: block;
        width: 100%;
        height: 20px;
        float: none;
        padding: 0;*/
    }

    .MobileOnly2 {
        display: block;
        width: 100%;
        height: 20px;
        float: none;
        padding: 0;
    }
    /* header margin bottom */
    header {
        margin-top: 0 !important;
    }

    .ViewboxTextTag > h2 {
        font-size: 18px;
    }

    /* boton piloto */
    .GrupoAprobPend .btn-Piloto {
        display: block !important;
        width: 100% !important;
    }

    .GrupoAprobPend {
        text-align: center;
        display: inline-block;
        width: 100%;
        padding: 0 10px;
        margin: 0;
    }

        .GrupoAprobPend > input {
            float: none !important;
        }

        .GrupoAprobPend select {
            width: 94%;
            height: 34px;
            margin-right: 0;
            margin-left: 7px;
            margin-bottom: 15px;
        }

    #MainContent_txbBuscador {
        width: 80% !important;
    }

    #MainContent_txtBuscador_Calificadas {
        max-width: 60% !important;
        display: inline-block;
    }


    #MainContent_txbBuscador {
        display: inline-block;
    }

    .SimilTableResponsive .botones .btn {
        white-space: normal;
        /* max-width: 100px; */
        display: table;
        padding: 10px 10px !important;
        border: 0 none !important;
        font-size: 12px;
        float: none;
        margin: 0 auto;
    }

    .SimilTableResponsive .datos .col {
        display: block;
        padding: 0 0 0 20px;
        width: 100%;
        font-size: 14px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        max-width: 240px;
    }

    .admin-cuenta table td, .admin-cuenta table td p {
        padding: 0px !important;
        line-height: 1 !important;
        margin: 3px;
    }

    .NosotrosComoFunciona .row1 {
        padding: 28px 0 10px 0;
    }

    .NosotrosComoFunciona .row2 {
        padding: 0 0 20px 0;
    }

    .NosotrosComoFunciona .row3 {
        padding-top: 50px;
        padding-bottom: 95px;
    }

    .NosotrosComoFunciona .video-container {
        margin: 15px 0px;
    }

    .modal-content .info:after {
        margin: 15px -25px 0 -40px;
    }

    #ComoFuncionaPrimeraVez h2 {
        font-size: 1.6em;
        padding: 22px;
    }

    #ComoFuncionaPrimeraVez .Trestipos {
        width: 50px;
    }

    .tab-pane .nav-tabs li {
        /*width: 33.33333%;*/
        width: 100%;
        float: left;
        margin-right: 0px;
        text-align: center;
        margin-bottom: 2px;
    }


    .divPerfil {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    .tab-pane .row {
        margin-bottom: 20px;
        padding-left: 15px;
        /*text-align: center;*/
        margin: 0 0 0 0;
    }

        .tab-pane .row select {
            width: 80%;
            margin: 0 0 0 10%;
        }

        .tab-pane .row input {
            width: 80%;
            margin: 0 0 0 10%;
        }

        .tab-pane .row .btn {
            text-align: center;
            /*width: 40%;*/
            margin: 10px 0 0 0;
        }



    .admin-cuenta .form-inline {
        padding: 0 15px;
        margin: 0 15px;
    }

        .admin-cuenta .form-inline .form-group {
            margin: 0;
            padding: 0;
        }

    .admin-cuenta .table-responsive {
        padding: 15px 17px 17px 15px;
    }

    #confirmados p.x2,
    #paraCalificar p.x2 {
        padding: 0 45px;
        margin: 0 -25px;
    }

    .tab-pane .nav-tabs li a {
        font-size: 9px;
        padding: 15px 2px;
        line-height: 1;
    }

    .BreadcrumbComoFunciona h2 {
        font-size: 1.2em;
        font-weight: 700;
    }

    .bannerConTexto img {
        width: 250% !important;
        max-width: none;
        transform: translateX(-15%);
    }

    .BreadcrumbComoFunciona .bread {
        margin: 0 -40px 0 -60px;
        padding: 5px;
        text-align: center !important;
        float: none;
        display: table;
    }

    .BreadcrumbComoFunciona img {
        float: none;
        margin: 0 -7% -3px -7px;
        width: 45%;
        display: inline-block;
    }

    .bannerConTexto h2 {
        top: 34%;
        font-size: 6.6vw !important;
        padding: 0 10%;
    }

    a.back-to-top {
        width: 30px;
        height: 30px;
        right: auto;
        bottom: 5px;
        border-radius: 15px;
        border: 2px solid #cccccc;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        left: 5px;
    }

    .footer {
        margin-bottom: -100px;
    }

    .ViewboxTextTag .LeftInfo h6 {
        padding: 20px 0 15px 12px;
    }

        .ViewboxTextTag .LeftInfo h6 span {
            font-size: 14px;
            font-family: arial, serif !important;
        }

    .ViewboxTextTag .ViewInfoRule {
        font-size: 15px;
        width: 145px;
        top: -29px;
    }

    .ViewboxGiftTag .ViewInfoRule {
        top: -37px;
    }

    .ViewboxTextTag .TextTitle {
        width: 130px;
        font-size: 18px;
        background-position: left center !important;
    }

    .ViewboxGiftTag .TextTitle {
        
    }

    .ViewboxTextTag small {
        font-size: 13px;
    }

    .ViewboxTextTag .TextTitle.twoLineDiv {
        font-size: 18px;
        padding-top: 9px;
        height: 54px;
    }

    .ViewboxTextTag.ViewboxFreeTag.ViewDisableTag .TextTitle a {
        font-size: 14px;
    }

    .ViewboxGiftTag .PopCondiciones h5 {
        font-size: 13px;
        white-space: nowrap;
        padding-top: 6px;
    }

    .locales .Producto {
        /*background-color: #efeeee;*/
        padding: 5px !important;
        border: 0 solid #dedede;
    }

    .Comercio {
        text-align: left;
        padding: 0 0 0 10px !important;
    }

    .elDetalle .detalle {
        margin-top: 15px;
        font-size: 12px;
        line-height: 12px;
    }

    .elDetalle .inlineInfo {
        font-size: 11px;
    }

        .elDetalle .inlineInfo > span {
            margin: 0 5px 0 0;
        }

    .detalle .inlineInfo i {
        margin-right: 2px;
    }

    .PopCondiciones .info {
        padding: 5px 5px 5px 20px;
        text-align: left;
    }

    h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
        /*font-family: 'Roboto Slab', serif !important;*/
    }

    .nav-tabs.nav-justified > li {
        margin-bottom: 5px;
    }

        .nav-tabs.nav-justified > li > a {
            /*padding: 10px 13px;
            height: 50px;
            vertical-align: middle;
            line-height: inherit;
            display: table-cell;
            float: initial;
            width: 100%;*/
            /* padding: 10px 13px; */
            height: 44px;
            vertical-align: middle;
            /* line-height: inherit; */
            /* display: table-cell; */
            float: initial;
            border-radius: 6px;
            width: 80%;
            text-align: center;
            margin: 0px 0px 4px 10%;
            font-size: 16px;
        }



    .ListaRubrosDestacados ul.breadcrumb li a {
        font-size: 11px;
    }

    .boxPersentageTag small.acumulable {
        font-size: 9px;
        bottom: -11px;
    }

    .appStore img {
        max-width: 160px;
        float: none;
        margin: 0 auto;
    }

    .btn-delete {
        font-size: 13px;
        padding: 5px 6px !important;
    }

    .solicitudes .detalle img.img-thumbnail.img-responsive {
        max-width: 100%;
    }

    .elDetalle .imgResize.fotito {
        width: 100%;
        margin-bottom: 20px;
        margin-left: -5px;
    }

    .elDetalle .nav-tabs > li {
        width: 50%;
    }

        .elDetalle .nav-tabs > li > a {
            border-radius: 0;
            font-size: 14px;
            padding: 9px 6px;
            text-align: center;
        }
    /*
    i.glyphicon-map-marker + a {
        display: block;
        padding: 12px;
        font-size: 1.5em;
    }
    */
    .ViewboxTextTag .LeftInfo {
        width: 60%;
    }

    .ViewboxTextTag > h5 {
        font-size: 16px;
        padding: 10px 145px 10px 9px;
        margin: 0;
        text-align: center;
    }

    .small-font-mobile {
        font-size: 14px;
    }

    .font-mobile-11 {
        font-size: 14px;
    }

    #PieDeLogueo .checkbox label, #PieDeLogueo .checkbox input[type="checkbox"] {
        margin-left: 0px;
        padding-left: 3px;
    }

    .ViewboxFreeTag small {
        font-size: 11px;
    }

    .ViewboxFreeTag .TextTitle.twoLineDiv {
        font-size: 15px !important;
    }

    .aUsrNombre {
        text-overflow: ellipsis;
        width: 88px;
    }

    .ViewDisableTag .TextTitle {
        font-size: 20px;
    }
}


.dropdown-menu::before {
    display: none;
}



@media (max-width: 360px) {
    .detalle p {
        font-size: 14px;
    }

    #MainContent_divTelefono p {
        margin-right: 55px !important;
    }

    #MainContent_rowContactar p {
        margin-right: 25px;
    }

    .SimilTableResponsive .datos .col {
        display: block;
        padding: 0 0 0 20px;
        width: 100%;
        font-size: 14px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        max-width: 190px;
    }

    .ViewboxTextTag .LeftInfo {
        width: 55%;
    }

    .ViewboxTextTag .TextTitle {
        width: 115px !important;
        font-size: 18px !important;
    }

    .ViewboxTextTag .LeftInfo h6 {
        padding: 15px 0 5px 5px;
    }

    .ViewboxTextTag > h5 {
        font-size: 12px;
        padding: 12px 135px 9px 5px;
    }
}

@media screen and (min-width: 368px) and (max-width: 376px) {
    .ViewboxFreeTag .ViewInfoRule,
    .ViewboxGiftTag .ViewInfoRule {
        top: -38px;
    }
}

@media screen and (max-width: 320px) {
    .ViewboxFreeTag .ViewInfoRule,
    .ViewboxGiftTag .ViewInfoRule {
        top: -34px;
    }
}

/*iPhone 5 & 5S in portrait & landscape*/
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) {
    .modal-header button.close {
        font-size: 35px;
        width: 40px;
        height: 40px;
        position: absolute;
        right: 0;
        top: 2px;
        background: white;
        opacity: 1;
    }
}

/*iPhone 6 in portrait & landscape*/
@media only screen and (min-device-width : 375px) and (max-device-width : 667px) {
    .modal-header button.close {
        font-size: 35px;
        width: 40px;
        height: 40px;
        position: absolute;
        right: 0;
        top: 2px;
        background: white;
        opacity: 1;
    }
}

/*IPAD*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    .ViewboxTextTag .LeftInfo {
        width: 43%;
    }

        .ViewboxTextTag .LeftInfo h6 span {
            font-size: 12px;
        }
}

/*IPAD Landscape*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    .ViewboxTextTag .ViewInfoRule {
        top: -35px;
    }

    .ViewboxTestDriveTag .ViewInfoRule {
        top: -28px;
    }

    .ViewboxServiceTag .ViewInfoRule {
        top: -28px;
    }

    .ViewboxProductTag .ViewInfoRule {
        top: -28px;
    }
}

/*IPAD Portail*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    .ViewboxGiftTag .ViewInfoRule {
        top: -35px;
    }
}


.jq-star-svg {
    width: 17px !important;
    height: 17px !important;
}


/* margin bottom entre botones solicitud/colaborador/configuracion */
#MainContent_Ul1 {
    margin-top: 20px;
    margin-bottom: 20px;
}

/*******************************************/
/* ajustes para el pop up asignar gestores */
.mailCrop p a {
    width: 100%;
    overflow: hidden;
    display: block;
    position: relative;
    text-overflow: ellipsis;
}

@media only screen and (min-width: 768px) {
    .mailCrop p {
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 170px;
        display: block;
        position: relative;
    }
}

@media only screen and (max-width: 767px) {
    .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tbody > tr > th {
        display: block;
        background: transparent;
        /*text-align: center;*/
        white-space: normal;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media only screen and (max-width: 768px) {
    .GrupoAprobPend #MainContent_txbBuscador {
        border-radius: 0;
        margin-right: -3px;
        padding-top: 1px;
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }



    #tblHabilitarCalificar tbody tr, #tblAprobacionesPendientes tbody tr, #tblEsperandoCalificacion, #tblSolicitudesDenegadas tbody tr {
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #e4dddd;
    }

        /* Tabla denegados */
        #tblSolicitudesDenegadas tbody tr td {
            text-align: center;
            margin: 0 auto;
            margin-bottom: 10px;
            margin-top: 10px;
        }

    /* boton denegados en tabla */
    #tdBtnDenegados {
        width: 100%;
    }

        #tdBtnDenegados #btnSolicitudesDenegado {
            width: 100%;
        }

    .btn-full {
        width: 30% !important;
    }

    .mailCrop p {
        margin: 0 auto;
    }

    .botonestest {
        width: 100%;
        margin: 0 !important;
        padding: 0 !important;
    }
}

@media only screen and (max-width: 480px) {
    .btn-full {
        width: 50% !important;
    }
}

@media only screen and (max-width: 320px) {
    .btn-full {
        width: 46% !important;
    }
}

/* En mi empresa */
/* Borde Inferior */
#BigTabs .TabAdministrador > .nav-tabs li.active:after {
    content: "";
    display: block;
    height: 5px;
    /* width:  100%; */
    background-color: #054970;
    position: relative;
    margin: 0 -15px;
}

/* Calificar */
.calificar-p {
    margin-top: 20px;
    font-size: 14px;
    font-weight: 400 !important;
}

/* Ajustes inputs buscar */
#MainContent_txtBuscador_Calificadas, #MainContent_txtBuscador_EsperandoCalificacion, #MainContent_txbBuscador_EsperandoVisita, #MainContent_txbBuscador_Denegadas {
    border-radius: 0;
    margin-right: -3px;
    padding-top: 1px;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

/* Buscador en solicitudes denegadas (arreglar scroll) */
#denegadas-container {
    margin: 0;
}


/************************/
/* tamaño en solicitado/participando en PRODUCTOS GRATIS */
.solicitado-size {
    padding-left: 100px !important;
    font-size: 0.8em !important;
}

body, html {
    height: 100%;
    min-height: 100%;
}
/*******************************************/
/* LANDING BENEFICIOS */
.tiposBeneficio {
    margin: 0;
}

.navbar-header {
    margin: 0 !important;
}

.h4-beneficios {
    color: #151515;
    font-family: 'Work Sans', sans-serif !important;
}

.p-beneficios {
    font-family: 'Work Sans', sans-serif !important;
    word-spacing: 2px;
}

/*******************************************/
/* AYUDA2 */
#btnBack {
    padding-top: 13px;
}

#icon-back-container {
    background-color: #004b75;
    height: 35px;
    width: 90px;
    text-align: center;
}

#volver-span {
    font-family: Arial, Helvetica, sans-serif;
    margin-left: 5px;
}

#icon-back {
    color: white;
    margin-top: 11px;
}

/************************/
/* LOADER */
.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 15px;
    height: 15px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* MENU LATERAL */
.a-empresa-nav-lateral:hover {
    text-decoration: none !important;
}

/* Fondo circular naranja detras del promedio general de cada empresa */
#lblPuntaje {
    border-radius: 15px !important;
}

.btnVolverAyuda2 {
    color: #004b75 !important;
    text-decoration: none !important;
}

    .btnVolverAyuda2:hover {
        text-decoration: none !important;
    }

/* ddl sucursales */
#MainContent_divSucursales {
    padding-left: 0 !important;
}

#MainContent_ddlSucursales {
    margin-bottom: 20px !important;
}

/* En cheque obsequio y todos los beneficios parte clonada */
.calificacionesRecomendadas-califica {
    margin-top: 30px;
}

.calificacionesRecomendaciones {
    margin-top: 35px;
    height: 100px;
    width: 100%;
    background-color: #004b75;
    clear: both;
}

    .calificacionesRecomendaciones p {
        font-size: 22px;
        font-weight: 500;
        padding-top: 20px;
        font-family: 'Roboto Slab', serif !important;
        color: white;
    }

.calificacionesRecomendacionesImages div {
    padding: 0px;
    padding-bottom: 10px;
    padding-right: 10px;
}

.calificaciones-container {
    /* padding-top: 50px; */
}

/*  Ajustes en cheque obsequio en los campos  */
#MainContent_divTelefono {
    display: inline-block !important;
    float: left;
}

#MainContent_rowContactar {
    display: inline-block !important;
    float: left;
}

#MainContent_divDireccion {
    clear: both;
}

.divBarrio-servicioPrueba {
    clear: both;
    float: left;
    margin-top: 10px;
}


.divDireccion-margin {
    /*margin-left: 21px;*/
    margin-bottom: 7px;
}

/*#MainContent_divMapa {
    display: inline-block;
}*/

.detalle a.MasSucursales {
    background-color: #054970;
    color: white;
    font-size: 14px;
    line-height: 1;
    margin-top: 10px;
    border: 0 none;
}

    .detalle a.MasSucursales small {
        font-size: 8px;
        display: block;
        line-height: normal;
    }

.PopConcesionarios .locales > div > .row {
    border-top: 1px solid #dfdfdf;
    margin-bottom: 10px;
    padding-top: 15px;
}

    .PopConcesionarios .locales > div > .row:first-child {
        border-top: 0 none;
        padding-top: 0;
    }

.PopConcesionarios .Comercio {
    font-size: 13px;
}

    .PopConcesionarios .Comercio h4,
    .PopConcesionarios .Comercio h5,
    .PopConcesionarios .Comercio a,
    .PopConcesionarios .Comercio p {
        margin: 0 !important;
        padding: 0 !important;
        line-height: normal;
    }

    .PopConcesionarios .Comercio h4 {
    }

    .PopConcesionarios .Comercio h3 {
    }

    .PopConcesionarios .Comercio p {
    }

.PopConcesionarios .btnSolicitar {
}

.PopConcesionarios .btnSolicitado {
}

.PopConcesionarios .Comercio .star {
    font-size: 12px;
    margin-bottom: 5px;
}

.PopConcesionarios > h4#MainContent_egTitle {
    margin: -15px 0 15px 0px !important;
    display: block;
    position: relative;
}

a.VerCalificacionesLink {
    padding: 0 0 0 5px;
}

@media only screen and (min-width: 417px) and (max-width: 767px) {
    a.VerCalificacionesLink {
        font-size: 20px;
    }
}

@media only screen and (min-width: 358px) and (max-width: 416px) {
    a.VerCalificacionesLink {
        font-size: 19px;
    }
}

.AccionesComentar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40px;
    background-color: #054970;
    z-index: 9999;
    line-height: 40px;
    text-align: center;
    /*padding: 0 0 0 11%;*/
    padding: 0 0 0 0;
    margin: 0;
    color: white;
}

    .AccionesComentar a {
        color: white;
        width: 50%;
        text-align: center;
        display: inline-block;
        float: left;
        position: relative;
        text-decoration: none;
    }

        .AccionesComentar a i {
            margin-right: 5px;
            font-size: 20px;
            vertical-align: middle;
        }

            .AccionesComentar a i.fa-gift:before {
                background-image: url(/Content/Landing/Obsequios2.svg);
                background-size: contain;
                content: "";
                width: 25px;
                height: 25px;
                display: block;
                position: relative;
                background-position: center;
                background-attachment: scroll;
                background-repeat: no-repeat;
                margin-top: -2px;
            }


        .AccionesComentar a:first-child:before {
            background-color: #487992;
            content: "";
            height: 40px;
            display: block;
            position: absolute;
            left: 0;
            top: 0;
            width: 2px;
        }

        .AccionesComentar a:first-child:after {
            background-color: #487992;
            content: "";
            height: 40px;
            display: block;
            position: absolute;
            right: 0;
            top: 0;
            width: 2px;
        }

.TarjetaReportes .Datos p {
    display: inline-block;
    width: 24%;
    vertical-align: inherit;
}

.TarjetaReportes .Datos {
    /*width: 100%;
    padding: 0 10%;*/
    height: auto;
    max-width: none;
}

    .TarjetaReportes .Datos span {
        display: inline-block;
        width: 100%;
        font-size: 11px;
        margin: 0px;
        padding: 0px 0;
        color: black;
        font-weight: 700;
    }




#datos {
    width: auto;
}

.tab-paneBigReportes div#btn-colaboradores-container {
    margin-bottom: 30px;
}

.TarjetaReportes .Datos p:first-child {
    font-size: 13px;
}

    .TarjetaReportes .Datos p:first-child small {
        color: gray;
        display: block;
        font-size: 10px;
    }



@media only screen and (min-width: 1024px) {
    #MainContent_rowContactar {
        display: inline-block;
        float: left;
    }

    #MainContent_rowWeb {
        float: left;
        margin-right: 10px;
    }

    #a-mapa i {
        display: inline;
    }
}

@media only screen and (min-width: 768px) {
    #p-contactar-servicioPrueba {
        margin-left: 3px !important;
    }
}

.SumaEmpresa {
    padding-top: 70px;
}

    .SumaEmpresa h3 {
        font-size: 33px;
    }

    .SumaEmpresa h2 {
        font-size: 26px;
    }


@media only screen and (max-width: 480px) {
    .tiposBeneficio img.MobileOnly.img-responsive {
        margin: -5%;
        max-width: 110%;
    }

    .width-modal {
        width: 90%
    }

    .SumaEmpresa {
        padding-top: 5px !important;
        padding-bottom: 30px !important;
    }

        .SumaEmpresa h3 {
            font-size: 28px;
        }

        .SumaEmpresa h2 {
            font-size: 24px;
        }

    .calificacionesRecomendaciones p {
        font-size: 16px;
    }

    div#MainContent_divTelefono p {
        margin-right: 5px !important
    }


    div#MainContent_rowContactar p {
        margin-right: 0px !important;
        margin-left: 0 !important;
    }

    div#MainContent_rowContactar i.fa.fa-envelope {
        margin-right: 0 !important;
    }

    .detalle a.MasSucursales {
        margin: -10px -5px 10px -5px !important;
        padding: 5px 0 !important;
    }

        .detalle a.MasSucursales small {
            font-size: 8px;
        }

    .PopConcesionarios .Comercio h4 {
        font-size: 13px;
    }

    .PopConcesionarios .Comercio h3 {
        font-size: 13px;
    }

    .PopConcesionarios .Comercio p {
        font-size: 11px;
    }

    .PopConcesionarios .btnSolicitar {
        font-size: 10px;
    }

    .PopConcesionarios .btnSolicitado {
        font-size: 10px;
    }
}

@media only screen and (max-width: 768px) {
    .calificacionesRecomendaciones p {
        font-size: 18px;
    }

    #MainContent_rowWeb {
        float: left !important;
    }

    #MainContent_divDireccion {
        padding-top: 0;
    }

    .detalle a.MasSucursales {
        font-size: 12px;
    }

    .subTitleHome {
        font-size: 17px !important;
    }

    .TituloLista .subTitleHome {
        font-size: 17px !important;
    }
}

.TituloLista hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 2px solid #c1cbd1;
}

div#MainContent_BoxTag .TextTitle {
    transition: all 0.5s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

div#MainContent_BoxTag.flash .TextTitle {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1) translateX(0) translateY(0);
        transform: scale3d(1, 1, 1) translateX(0) translateY(0);
    }

    50% {
        -webkit-transform: scale3d(1.4, 1.4, 1.4) translateX(-15px) translateY(-7px);
        transform: scale3d(1.4, 1.4, 1.4) translateX(-15px) translateY(-7px);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1) translateX(0) translateY(0);
        transform: scale3d(1, 1, 1) translateX(0) translateY(0);
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1) translateX(0) translateY(0);
        transform: scale3d(1, 1, 1) translateX(0) translateY(0);
    }

    50% {
        -webkit-transform: scale3d(1.4, 1.4, 1.4) translateX(-15px) translateY(-7px);
        transform: scale3d(1.4, 1.4, 1.4) translateX(-15px) translateY(-7px);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1) translateX(0) translateY(0);
        transform: scale3d(1, 1, 1) translateX(0) translateY(0);
    }
}


.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

.margin-b25 {
    margin-bottom: 25px !important;
}

.sectionLogin {
    width: 330px;
    margin: 0 auto;
    min-width: 330px;
}

    .sectionLogin .form-horizontal .form-group {
        padding: 0 !important;
        margin-bottom: 10px;
        margin-top: 0px !important;
    }

        .sectionLogin .form-horizontal .form-group > div.col-lg-9 {
            width: 100% !important;
            height: auto;
            padding-bottom: 0;
            padding-top: 0;
            margin-top: 0;
            margin-bottom: 0;
        }

    .sectionLogin .form-horizontal .control-label {
        display: none !important;
    }

    .sectionLogin .form-horizontal .form-group > div.col-lg-9 input {
        margin: 0 0 0 0 !important;
    }

    .sectionLogin .form-horizontal .form-group .Validator {
        height: 10px;
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
    }

.form-group.half {
    width: 170px !important;
    float: left !important;
    margin: 0 0px 0 -15px;
}

    .form-group.half + .form-group.half {
        width: 170px !important;
        float: right !important;
        margin: 0 -15px 0 -15px;
    }

@media (max-width: 375px) {
    .detalle .StarWrapper .EstaticRating {
        padding-right: 10px !important;
    }

    .detalle .StarWrapper .jq-star {
        width: 15px !important;
        height: 15px !important;
        display: inline-block;
    }

    .elDetalle .inlineInfo {
        font-size: 10px;
    }

    .elDetalle .detalle {
        margin-top: 15px;
        font-size: 10px;
        line-height: 10px;
    }

    .detalle p {
        font-size: 12px;
    }

    .sectionLogin {
        width: 300px;
        margin: 0 auto;
        min-width: 300px;
    }
}

@media (max-width: 330px) {
    .sectionLogin {
        width: 260px;
        margin: 0 auto;
        min-width: 260px;
    }
}

.mis-calificaciones-title {
    margin-top: 10px;
}

.shadow-button {
    border-radius: 11px;
}

@media (max-width: 480px) {
    .tab-pane .nav-tabs li .shadow-button {
        font-size: 13px;
        box-shadow: 1px 1.2px #464646;
        padding: 12px 0px;
        line-height: 1.3;
    }
}

.border-radius-25 {
    border-radius: 25px !important;
}


.total-califications {
    color: #6b6b6b;
}

.rating-avg-number {
    font-size: xx-large;
}

.large-star {
    font-size: 17px;
}

@media (max-width: 769px) {
    .large-star {
        font-size: 23px !important;
    }
}

@media (min-width: 992px) {
    .calification-tile {
        border: 1px solid #c7c7c7;
        border-radius: 5px;
        max-width: 300px;
        padding: 15px 45px 20px 45px;
        text-align: center;
        float: right;
    }
}

@media (max-width: 991px) {
    .extra-margin-top {
        margin-top: 25px;
    }
}

/* ADMIN COLABORADORES */

@media (max-width: 475px) {
    .mi-historial {
        color: #004b75;
        font-weight: bold;
        font-size: 19px;
        margin: auto;
        text-align: center;
    }

    .parent {
        display: flex;
        flex-direction: column;
        padding: 30px 15px 0px 15px;
        max-width: 90%;
    }

    .colaborador-name {
        font-size: 17px;
    }

    .template-div {
        width: 83%;
    }

    .repeater-div {
        display: flex;
        flex-direction: column;
        width: 100%;
        align-items: center;
    }

    .div-item {
        display: flex;
        margin: 10px 0px;
    }

    .name {
        font-size: 18px;
        align-self: flex-end;
    }

    .level {
        font-size: 14px;
        align-self: flex-end;
        margin-left: 5px;
        color: #848484;
    }

    .edit {
        align-self: center;
        margin-left: auto;
        align-self: center;
    }

    .delete {
        align-self: center;
    }
}

@media (max-width:768px) and (min-width: 476px) {
    .mi-historial {
        color: #004b75;
        font-weight: bold;
        font-size: 21px;
        text-align: center;
    }

    .parent {
        display: flex;
        flex-direction: column;
        padding: 60px 15px 0px 15px;
        max-width: 90%;
    }

    .colaborador-name {
        font-size: 16px;
    }

    .template-div {
        width: 66%;
    }

    .repeater-div {
        display: flex;
        flex-direction: column;
        width: 100%;
        align-items: center;
    }

    .div-item {
        display: flex;
        margin: 10px 0px;
    }

    .name {
        font-size: 18px;
        align-self: flex-end;
    }

    .level {
        font-size: 14px;
        align-self: flex-end;
        margin-left: 5px;
        color: #848484;
    }

    .edit {
        align-self: center;
        margin-left: auto;
        align-self: center;
    }

    .delete {
        align-self: center;
    }
}

@media (max-width:991px) and (min-width: 769px) {
    .mi-historial {
        color: #004b75;
        font-weight: bold;
        font-size: 22px;
        text-align: center;
    }

    .parent {
        display: flex;
        flex-direction: column;
        padding: 60px 15px 0px 15px;
        max-width: 90%;
    }

    .colaborador-name {
        font-size: 16px;
    }

    .template-div {
        width: 55%;
    }

    .repeater-div {
        display: flex;
        flex-direction: column;
        width: 100%;
        align-items: center;
    }

    .div-item {
        display: flex;
        margin: 10px 0px;
    }

    .name {
        font-size: 18px;
        align-self: flex-end;
    }

    .level {
        font-size: 14px;
        align-self: flex-end;
        margin-left: 5px;
        color: #848484;
    }

    .edit {
        align-self: center;
        margin-left: auto;
        align-self: center;
    }

    .delete {
        align-self: center;
    }
}

@media (max-width:1199px) and (min-width: 992px) {
    .mi-historial {
        color: #004b75;
        font-weight: bold;
        font-size: 22px;
        text-align: center;
    }

    .parent {
        display: flex;
        flex-direction: column;
        padding: 60px 15px 0px 15px;
        max-width: 60%;
    }

    .colaborador-name {
        font-size: 16px;
    }

    .template-div {
        width: 40%;
    }

    .repeater-div {
        display: flex;
        flex-direction: row;
        width: 100%;
        justify-content: space-evenly;
        flex-wrap: wrap;
    }

    .div-item {
        display: flex;
        margin: 10px 0px;
    }

    .name {
        font-size: 18px;
        align-self: flex-end;
    }

    .level {
        font-size: 14px;
        align-self: flex-end;
        margin-left: 5px;
        color: #848484;
    }

    .edit {
        align-self: center;
        margin-left: auto;
        align-self: center;
    }

    .delete {
        align-self: center;
    }
}

@media (min-width: 1200px) {
    .mi-historial {
        color: #004b75;
        font-weight: bold;
        font-size: 24px;
        text-align: center;
    }

    .parent {
        display: flex;
        flex-direction: column;
        padding: 60px 15px 0px 15px;
        max-width: 50%;
    }

    .colaborador-name {
        font-size: 16px;
    }

    .template-div {
        width: 40%;
    }

    .repeater-div {
        display: flex;
        flex-direction: row;
        width: 100%;
        justify-content: space-evenly;
        flex-wrap: wrap;
    }

    .div-item {
        display: flex;
        margin: 10px 0px;
    }

    .name {
        font-size: 18px;
        align-self: flex-end;
    }

    .level {
        font-size: 14px;
        align-self: flex-end;
        margin-left: 5px;
        color: #848484;
    }

    .edit {
        align-self: center;
        margin-left: auto;
        align-self: center;
    }

    .delete {
        align-self: center;
    }
}

.flex-div {
    display: flex;
    flex-direction: column;
}

.items-center {
    align-items: center;
}

.jq-star-svg {
    width: 20px !important;
    height: 20px !important;
}

.select-sucursales {
    background-color: #cccccc;
    color: #767676;
    padding: 6px 25px;
    border-radius: 6px;
    border: 0px;
}


.form-inline-custom {
    padding: 0px !important;
    margin: 0px !important;
    min-width: 195px !important;
}

@media(max-width:480px) {
    .no-margin-no-padding {
        padding: 0px !important;
        margin: 0px !important;
        width: initial !important;
    }

    .img-mobile {
        max-width: 75px !important;
    }
}

@media (min-width: 769px) {
    #MainContent_btnCargarMas {
        position: relative;
        top: 20px;
    }
}