﻿
/*-------------------------------------------------------*/

@font-face {
    font-family: "Quicksand_Bold";
    src: url("../fonts/Quicksand_Bold.otf");
}

body {
    overflow-x: hidden;
}

.hotspot-wrapper {
    position: relative;
    overflow: hidden;
    margin-bottom: 2px;
}

.hotspot-text {
    width: 100%;
    height: 102px;
    position: absolute;
    bottom: -50px;
    transition: all .2s linear;
    background: rgba(0,0,0,0);
}

.hotspot-wrapper:hover .hotspot-text {
    bottom: 0;
}

.hotspot-wrapper img {
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    height: 200px;
}

.hotspot-wrapper:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}


.hotspot-wrapper div {
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    height: 200px;
}

.hotspot-wrapper:hover div {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.textTitle {
    font-size: 14.5px;
    font-weight: 600;
    height: 20px;
    line-height: 20px;
    margin-top: 8px;
    margin-bottom: 2px;
    padding: 5px;
    text-align: left;
    font-family: Quicksand_Bold,Neue,OpenSans,Helvetica Neue,Helvetica,Tahoma,Arial,FreeSans,sans-serif;
    overflow-wrap: break-word;
}

.textSubTitle {
    display: block;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 8px;
    max-height: 18px;
    vertical-align: baseline;
    text-align: left;
    color: #75787b;
    font-family: Quicksand_Bold,OpenSans,Helvetica Neue,Helvetica,Tahoma,Arial,FreeSans,sans-serif;
    overflow-wrap: break-word;
    padding: 5px;
}

.textPrice {
    font-size: 24px;
    color: #53a318 !important;
    vertical-align: text-top;
    text-align: right;
    font-family: Quicksand_Bold,Neue,OpenSans,Helvetica Neue,Helvetica,Tahoma,Arial,FreeSans,sans-serif;
    padding: 5px;
}

.deal-page-title {
    font-size: 2.4rem;
    letter-spacing: -1px;
    line-height: 42px;
    margin: 0 12px;
    font-family: Quicksand_Bold,Neue,OpenSans,Helvetica Neue,Helvetica,Tahoma,Arial,FreeSans,sans-serif;
}

.observaciones {
    color: #75787b;
    font-family: Quicksand_Bold,OpenSans,Helvetica Neue,Helvetica,Tahoma,Arial,FreeSans,sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5;
}

.observacionesBig {
    color: #75787b;
    font-family: Quicksand_Bold,OpenSans,Helvetica Neue,Helvetica,Tahoma,Arial,FreeSans,sans-serif;
    font-size: larger;
    font-weight: 600;
    line-height: 1.5;
}

img .navcarousel {
    width: 60px;
    height: auto;
}

.carousel .slide {
    min-height: 700px;
}

img .slidercarousel {
    width: 300px;
    height: auto;
}

.selected img {
    opacity: 0.5;
    height: 70px;
    width: 70px;
}

.carousel-control {
    padding-top: 200px;
}

.img-responsive {
    display: block;
    height: 100%;
    width: 100%;
    margin: 0 auto;
}

#myCarousel {
    height: 100%;
    /*margin-left:-20px;*/
}

#carousel-bounding-box {
    height: 100%
}

.item {
    padding: 5px;
    overflow: hidden;
    height: 100%;
}

.itemActive {
    padding: 5px;
    overflow: hidden;
    background-color: #959d9e;
}

.carousel-inner {
    height: auto;
    margin-bottom: 10px;
    height: 100%;
}

.nav > li > a {
    color: #999;
    font-weight: 100;
}

    .nav > li > a:hover {
        color: rgb(21, 1, 1);
        font-weight: bolder;
        background-color: transparent;
    }

.es-carousel ul li a img {
    display: block;
    border: none;
    width: 120px;
    height: auto;
}

.thumbnail {
    height: 100%;
    border: none;
    padding: 0px;
}

    .thumbnail > img, .thumbnail a > img {
        max-width: 100%;
        vertical-align: middle;
        border: 0;
    }

.textPres {
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 8px;
    max-height: 18px;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: baseline;
    text-align: left;
    color: #75787b;
    font-family: Quicksand_Bold,Neue,OpenSans,Helvetica Neue,Helvetica,Tahoma,Arial,FreeSans,sans-serif;
}

#menuTop {
    background-image: url("../Images/topbar.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    /*background-color: #FFAE00;*/
    font-family: Quicksand_Bold,Helvetica,Tahoma,Arial,FreeSans,sans-serif;
}

#menu_op_div {
    background-color: #00DEC5;
    font-family: Quicksand_Bold,Helvetica,Tahoma,Arial,FreeSans,sans-serif;
}

#btnSearch {
    width: 25%;
    margin-bottom: 0;
    background-color: gainsboro;
    vertical-align: middle;
    margin-top: 20px;
    margin-left: 20px;
}

.btn .btn-primary #btnImprimir {
    width: 100%;
    background-color: aqua;
    font-family: Quicksand_Bold,Helvetica,Tahoma,Arial,FreeSans,sans-serif;
}

.form-group {
    margin-bottom: 1px;
}

.center-block {
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.input-group .icon-addon .form-control {
    border-radius: 0;
}

.icon-addon {
    position: relative;
    color: #555;
    display: block;
}

    .icon-addon:after,
    .icon-addon:before {
        display: table;
        content: " ";
    }

    .icon-addon:after {
        clear: both;
    }

    .icon-addon.addon-md .glyphicon,
    .icon-addon .glyphicon,
    .icon-addon.addon-md .fa,
    .icon-addon .fa {
        position: absolute;
        z-index: 2;
        left: 10px;
        font-size: 14px;
        width: 20px;
        margin-left: -2.5px;
        text-align: center;
        padding: 10px 0;
        top: 1px
    }

    .icon-addon.addon-lg .form-control {
        line-height: 1.33;
        height: 46px;
        font-size: 18px;
        padding: 10px 16px 10px 40px;
    }

    .icon-addon.addon-sm .form-control {
        height: 30px;
        padding: 5px 10px 5px 28px;
        font-size: 12px;
        line-height: 1.5;
    }

    .icon-addon.addon-lg .fa,
    .icon-addon.addon-lg .glyphicon {
        font-size: 18px;
        margin-left: 0;
        left: 11px;
        top: 4px;
    }

    .icon-addon.addon-md .form-control,
    .icon-addon .form-control {
        padding-left: 30px;
        float: left;
        font-weight: normal;
    }

    .icon-addon.addon-sm .fa,
    .icon-addon.addon-sm .glyphicon {
        margin-left: 0;
        font-size: 12px;
        left: 5px;
        top: -1px
    }

    .icon-addon .form-control:focus + .glyphicon,
    .icon-addon:hover .glyphicon,
    .icon-addon .form-control:focus + .fa,
    .icon-addon:hover .fa {
        color: #2580db;
    }

#divShadow {
    width: 100px;
    height: 29px;
    margin: 5px;
    background-color: #CCCCCC;
}


.NotdivShadow {
    -moz-box-shadow: 3px 3px 4px #000;
    -webkit-box-shadow: 3px 3px 4px #000;
    box-shadow: 3px 3px 4px #000;
}

/*  Efecto sombra */

.fond {
    position: absolute;
    padding-top: 85px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.style_prevu_kit {
    display: inline-block;
    border: 0;
    position: relative;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);
    width: 100%;
    background-color: #efe9e9;
    margin-bottom: 25px;
    cursor: pointer;
}

    .style_prevu_kit:hover {
        box-shadow: 0px 0px 20px grey;
        z-index: 2;
        -webkit-transition: all 200ms ease-in;
        -webkit-transform: scale(1.1);
        -ms-transition: all 200ms ease-in;
        -ms-transform: scale(1.1);
        -moz-transition: all 200ms ease-in;
        -moz-transform: scale(1.1);
        transition: all 200ms ease-in;
        transform: scale(1.03);
        background-color: #efe9e9;
    }

.style_prevu_kit_movil {
    display: inline-block;
    border: 0;
    position: relative;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);
    width: 100%;
    background-color: #efe9e9;
    margin-bottom: 15px;
}

    .style_prevu_kit_movil:hover {
        box-shadow: 0px 0px 20px grey;
        z-index: 2;
        -webkit-transition: all 200ms ease-in;
        -webkit-transform: scale(1.1);
        -ms-transition: all 200ms ease-in;
        -ms-transform: scale(1.1);
        -moz-transition: all 200ms ease-in;
        -moz-transform: scale(1.1);
        transition: all 200ms ease-in;
        transform: scale(1.03);
        background-color: #efe9e9;
    }

.deudaTabla {
    font-family: Quicksand_Bold,Helvetica,Tahoma,Arial,FreeSans,sans-serif;
}

.deudaNombre {
    font-family: Quicksand_Bold,Helvetica,Tahoma,Arial,FreeSans,sans-serif;
    font-weight: 400;
    font-size: larger;
}

#buscar {
    width: 100%;
}

.toggle-custom {
    position: absolute !important;
    top: 0;
    margin-left: 10px;
}

    .toggle-custom[aria-expanded='true'] .glyphicon-plus:before {
        content: "\2212";
    }

#navCateg {
    padding-right: 55px;
    font-family: Quicksand_Bold,Helvetica,Tahoma,Arial,FreeSans,sans-serif;
}

#ulCateg {
}

.submenuCateg {
    padding-left: 25px;
    padding-top: 10px;
    font-family: Quicksand_Bold,Helvetica,Tahoma,Arial,FreeSans,sans-serif;
    font-size: 13px;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
    font-family: Quicksand_Bold,Helvetica,Tahoma,Arial,FreeSans,sans-serif;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    font-family: Quicksand_Bold,Helvetica,Tahoma,Arial,FreeSans,sans-serif;
}

.well-legend {
    display: block;
    font-size: 14px;
    font-weight: 600;
    width: auto;
    padding: 2px 7px 2px 5px;
    margin-bottom: 20px;
    line-height: inherit;
    color: #333;
    background: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    font-family: Quicksand_Bold,Helvetica,Tahoma,Arial,FreeSans,sans-serif;
}

#tarSelect {
    font-family: Quicksand_Bold,Helvetica,Tahoma,Arial,FreeSans,sans-serif;
    width: 50%;
}

.menuEncabezado {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-family: Quicksand_Bold,Helvetica,Tahoma,Arial,FreeSans,sans-serif;
}

    .menuEncabezado a {
        display: inline-block;
        text-transform: uppercase;
        font-size: .8em;
        padding: 10px;
        margin: 10px 0;
        font-family: Quicksand_Bold,Helvetica,Tahoma,Arial,FreeSans,sans-serif;
    }

.header-logo {
    background: url("../Images/Menu-BARRA-logo.png") no-repeat;
    overflow: hidden;
    text-indent: -9999em;
    height: 23px;
    width: 140px;
    margin: 15px 10px 11px;
    display: inline-block;
    background-size: 100%;
}

.search-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    vertical-align: middle;
}

.search {
    padding: 10px 10px 7px 0;
    height: 51px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.wrap-search {
    color: #a5a8ab;
    position: relative;
    font-weight: 400;
}

.example3 .navbar-brand {
    height: 10px;
}

.example3 .nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
}

.example3 .navbar-toggle {
    padding: 10px;
    margin: 25px 15px 25px 0;
}

.navbar-brand {
    padding: 0px;
}

    .navbar-brand > img {
        width: auto;
    }

.navbar-inverse {
    background-color: #FFAE00;
    border-color: #FFAE00;
}

.navbar {
    margin-bottom: 3px;
}

.container {
    /*padding-right: 1px; 
            padding-left: 10px;
            margin-right: 1px;
            margin-left: 10px;
            margin-top: 5px;
            width: 97%;*/
}

.logo {
    margin-top: 15px;
    margin-bottom: 15px;
}

.table-fixed thead {
    width: 100%;
}

.tableheight {
    height: auto;
}

.hidecolumn {
    display: none;
}

.classtb12 {
    height: 270px;
    overflow-y: auto;
    width: 100%;
}
/*.table-fixed tbody {
          height: 270px;
          overflow-y: auto;
          width: 100%;
        }*/

.table-fixed > thead > tr > th {
    background-color: #efe9e9;
}

.table-fixed input[type="checkbox"] {
    margin: 0px 0 0;
}

.table {
    min-width: 250px;
}

.containermovil {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: 0px;
    margin-left: 5px;
    margin-top: 5px;
    width: 97%;
}

.validaTotal {
    font-family: Quicksand_Bold,Helvetica,Tahoma,Arial,FreeSans,sans-serif;
    font-weight: 200;
    font-size: medium;
    color: red;
}

.categLi {
    padding-bottom: 20px;
}

.style__carouselControlArea--3wsyp {
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.style__carouselControl--2wvPB {
    opacity: 0;
    background-color: rgba(0,0,0,0.6);
    color: rgb(252,255,255);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 3em;
    margin: 1em;
    height: 5em;
    width: 5em;
    cursor: pointer;
    -webkit-transition: opacity 250ms;
    transition: opacity 250ms;
    -webkit-transition: background-color 250ms;
    transition: background-color 250ms;
    -webkit-transition: color 250ms;
    transition: color 250ms;
}

.style__carouselControl--2wvPB-movil {
    opacity: 0;
    background-color: rgba(0,0,0,0.6);
    color: rgb(252,255,255);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 3em;
    margin: 1em;
    height: 3em;
    width: 3em;
    cursor: pointer;
    -webkit-transition: opacity 250ms;
    transition: opacity 250ms;
    -webkit-transition: background-color 250ms;
    transition: background-color 250ms;
    -webkit-transition: color 250ms;
    transition: color 250ms;
}

.fa-fw {
    width: 1.28571429em;
    text-align: center;
}

.fa-2x {
    font-size: 2em;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: white;
    font-weight: bolder;
    font-size: larger;
}

.thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    height: 100%;
    width: 100%;
}

    .carousel-inner > .item > img #imgAdap {
        height: auto;
        width: auto;
        min-height: 230px;
        min-width: 287px;
    }

.preheader {
    display: inline-block;
    white-space: nowrap;
    width: 100%;
    text-align: center;
    vertical-align: central;
}

.modal {
    text-align: center;
    padding: 0 !important;
}

    .modal:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -4px;
    }

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.modal-dialog-wait {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -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);
    }
}

.style__share--tooVS {
    vertical-align: top;
    display: inline-block;
    margin-right: 5px;
    text-align: center;
    background: transparent;
    border: 1px solid #a5a8ab;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 #333, inset 0 0 1px #d5d8db;
    box-shadow: 0 0 0 #333, inset 0 0 1px #d5d8db;
}

.style__shareLabel--3T7kW {
    color: #75787b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 1em .1em;
}

[role=button] {
    cursor: pointer;
}

.style__shareBox--Iv-mi {
    padding: 0 1em;
    display: inline-block;
}

.style__description--1AHrG {
    font-size: 1em;
    text-align: center;
}

.fb_iframe_widget {
    display: inline-block;
    position: relative;
}

.style__alignIcon--1k9iw {
    vertical-align: -webkit-baseline-middle;
}
