/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */
@import url('https://fonts.googleapis.com/css2?family=Montserrat&family=Nunito:wght@400;600;700&display=swap');


/* montserrat-regular - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/montserrat-v25-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/montserrat-v25-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/montserrat-v25-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/montserrat-v25-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/montserrat-v25-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/montserrat-v25-latin-regular.svg#Montserrat') format('svg'); /* Legacy iOS */
}


body {
  color: #5a5a5a;
  background: #fafafa;
  font-family:  'Montserrat','Nunito', sans-serif;
}


h1,h2,h3,h4,h5,h6 {
  font-family: 'Montserrat', 'HelveticaLTStd',  Helvetica, Arial,  sans-serif;
}
/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: relative;
  z-index: 15;
}
.navbar-default .navbar-head-1 {
  font-family: 'Montserrat';
  display: inline-block;
  float:inherit;
  margin-bottom:-6px;
        font-size: 13px;
}
.navbar-default .navbar-head-1 li a {
    color:#555555;
    text-transform: capitalize;
    transition: all 0.2s ease 0s;
    font-weight: bold;

}
.navbar-default .navbar-head-1 li:hover a, .navbar-default .navbar-head-1 li a:focus{
    background:#f5f5f5;
    color:#555555;
    transition: all 0.2s ease 0s;
}
.navbar-default .navbar-head-1 li ul.submenu {
  margin:0;
  padding: 0;
  list-style: none;
  position:absolute;
  background: #f5f5f5;
  padding-bottom:4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
 @media (min-width: 768px) {
  .navbar-default .navbar-head-1 li ul.submenu {
    display:none;
  }
  .navbar-default .navbar-head-1 li:hover ul.submenu {
    display:block;
  }

}
.navbar-default .navbar-head-1 li ul.submenu li a {
  position: relative;
  display: block;
  padding: 10px 15px;
  white-space: nowrap;
  text-align: left;
  color:#524c50;
}
/* SELECCION DEL SUBMENU*/
.navbar-default .navbar-head-1 li ul.submenu li a:hover { 
  background:#131b52;
  text-decoration: none;
    color: #fff;
}
.navbar-default .navbar-head-1 > .open > a,
.navbar-default .navbar-head-1 > .open > a:hover,
.navbar-default .navbar-head-1 > .open > a:focus {
  color: #fff;
  background: #769bad;
}
@media (max-width: 767px) { 
  .dropdown-menu > li > a {
    border-bottom: 1px solid #131b52;
  }
  .navbar-default .navbar-head-1 li ul.submenu {
    width: 100%;
    position:static;
  }
  .navbar-default .navbar-head-1 li.open a {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
  .navbar-default .navbar-head-1 .open .dropdown-menu > li > a {
    color:#000;
    padding-left: 30px;
  }
  .navbar-default .navbar-head-1 .open .dropdown-menu > li > a:hover {
    background:#131b52;
    color:#fff;
  }
}
.navbar {
     background-color: #fafafa;
    border-bottom: 0px solid #fafafa;
    margin-bottom: 0px;
}
.navbar-brand {
  padding: 0px;
  position: relative;
  z-index: 9999;
  height: 80px;
  margin-left: 0px !important;
  margin-right: 20px;
}

.navbar .collapse-color {
  background-color: #fafafa;
  border-top:1px solid rgb(230, 230, 230);
  border-bottom:1px solid rgb(238, 238, 238);
  text-align: center;
}

.navbar .navbar-header {
  padding-top: 10px;
  padding-bottom: 10px;
  float:inherit !important;
}

  /* botones del carrito e inicio */
  .navbar-btn-v {
    text-align: center;
    margin-top: 15px;
    float: left;
    margin-left: 30px;
  }
  .navbar-btn-v li a {
    line-height: 30px;
  }
  .navbar-btn-v li a .glyphicon {
    font-size: 2em;
    color:#161D5C;
    display: block;
  }
  .navbar-btn-v li a {
    font-weight: normal;
  }
  .navbar-btn-v li:hover a .glyphicon{
    color:#5cb85c;
    transition: all 0.2s ease 0s;
  }
  .navbar-btn-v li:hover a {
    color:#5cb85c;
    transition: all 0.2s ease 0s;
  }
  .navbar-btn-v li .dropdown-menu li a   {
    color:#769bad;
    text-align: left;
    font-size: 14px;
  }
  .navbar-btn-v li .dropdown-menu li a .glyphicon  {
    font-size: 14px;
    display: inline;
  }
  @media (max-width: 767px) {
    .navbar-brand {
      padding: 5px;
      height: auto;
      margin: 0;
    }
    .navbar-btn-v {
      text-align: center;
      margin-top: 23px;
      float: right;
      padding: 0;
      margin: 0;

    }
    .navbar-btn-v li {
      float: left;
      padding-top:5px;
    }
    .navbar-btn-v li a {
      line-height: 30px;
      padding: 0px;
      font-size: 12px
    }
    .navbar-btn-v li a .glyphicon {
      font-size: 2em;
      color:#769bad;
      display: block;
    }
    .navbar-btn-v li a {
      font-weight: normal;
    }
    .navbar-btn-v li:hover a .glyphicon{
      color:#5cb85c;
      transition: all 0.2s ease 0s;
    }
    .navbar-btn-v li:hover a {
      color:#5cb85c;
      transition: all 0.2s ease 0s;
    }

  }
  /* menu movil */
  #search-movil {
    display: none;
  }
  @media (max-width: 767px) {
    .navbar .navbar-header {
      padding-top: 10px;
      padding-bottom: 0px;
    }
    .navbar .navbar-collapse {
      border: 0px;
      border-bottom: 5px solid #769bad
    }
    .movil-menu {
    display: block;
    background-color: #f5f5f5;
    height: 50px;
    padding: 5px;
    /* btn buscar movil */
  }
  .movil-menu .buscar-top {
    margin-top: -20px;
    float: left;
  }
  .movil-menu .buscar-top .btn {
    padding: 0px;
  }
  .movil-menu .buscar-top .form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 10px;
    font-size: 13px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    border: none;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -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;
  }
  .movil-menu .buscar-top .input-group-btn .btn {
    background: #ffffff;
    padding: 7px 10px;
    border: none;
    border-radius: 0px;
  }
  .movil-menu .buscar-top .input-group-btn .btn:hover {
    background: #eee;
  }
  .movil-menu #input-group-buscar {
    color: #769bad;
    border: 1px solid #eee;
    border-radius: 4px;

    width: 80%;
     margin-top: 0px;
  }
  .movil-menu #input-group-buscar .btn .glyphicon {
    color: #769bad;
  }
  .movil-menu .navbar-toggle {
    margin-top: 3px;
    border: 0px;
  }
  .movil-menu .navbar-toggle:hover {
    background-color: #000;
  }
  .movil-menu .navbar-toggle:focus {
    background-color: #000;
  }
  #search-movil {
    display: block;
    float: left;
  }
  }
  /* ================================================== --> */
/* destacados  INDEX*/
.destacados-index {
  background: url(../img/fnd-dest.jpg) repeat top;
}
.destacados-index .tit-2 h2 {
  color: #eee;
  font-weight: lighter;
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 0px;

}
@media (max-width: 767px) {
  .carousel {margin-top: 0px;}

}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: auto;
  background-color: #777;
}

.carousel-inner > .item > img {

  min-width: 100%;
  height: auto;
}

.bg-text {
    padding: 2px 5px;

      /* Fallback for web browsers that don't support RGBa */
    background-color: rgb(0, 0, 0);
    /* RGBa with 0.6 opacity */
    background-color: rgba(0, 0, 0, 0.6);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Pad the edges of the mobile views a bit */
.marketing {
  padding-left: 15px;
  padding-right: 15px;
}

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  text-align: center;
  margin-bottom: 20px;
}
.marketing h2 {
  font-weight: normal;
  
}
.marketing .col-md-3 h2 {
  font-size: 2em;
}
.marketing .col-md-3 {
  min-height:260px;
}
.marketing .col-lg-4 p {
  margin-left: 10px;
  margin-right: 10px;
}

.marketing .icon_bg .glyphicon {
  color: #f8f8f8; 
  font-size: 6em; 
  display:block; 
  padding: 20px;
  background-color: rgb(66, 139, 202); 
  text-shadow: 1px 1px 1px rgba(100, 100, 100, 0.86);
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.art-head  .col-md-3 h2 { font-size: 1.7em; color: #777 }

/* Featurettes
------------------------- */

.featurette-divider {
  margin: 20px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}
.featurette-heading .text-muted { font-size: 0.7em;}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {

  /* Remove the edge padding needed for mobile */
  .marketing {
    padding-left: 0;
    padding-right: 0;
  }

  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  /* The navbar becomes detached from the top, so we round the corners */


  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }

}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 0px;
  }
}

/* lk styles  ================================================== --> */
.txt-color-1 {
  color:#343589 !important;
}
.txt-color-2 {
  color:#557b8e !important;
}
.cleaner_h0 { clear: both; width: 100%; height: 0px; }
.cleaner_h1 { clear: both; width:100%; height: 10px; }
.cleaner_h2 { clear: both; width:100%; height: 20px; }
.cleaner_h3 { clear: both; width:100%; height: 30px; }
.cleaner_h4 { clear: both; width:100%; height: 40px; }
.cleaner_h5 { clear: both; width:100%; height: 50px; }
.cleaner_h6 { clear: both; width:100%; height: 60px; }

.padd-5 {padding: 5px;}
.padd-10 {padding: 10px;}
.padd-15 {padding: 15px;}
.padd-20 {padding: 20px;}
.padd-25 {padding: 25px;}

.marg-0 {margin: 0px;}
.marg-10 {margin: 10px;}
.marg-15 {margin: 15px;}
.marg-20 {margin: 20px;}
.marg-25 {margin: 25px;}

.dib {display: inline-block;}

.dis-l {
  display: block;
  float: left;
}

.icon_sis { font-size: 0.5em; border-radius:0px;}
.icon_sis .glyphicon {border-radius:0px !important;}

.line_down { border-bottom: 1px solid #ccc}

.fl-r { float: right;}
.fl-l {float: left}

.pos-abs { position: absolute;}
.relative {   position:relative; }

.inline {   display: inline-block; }

.ta-c {text-align: center !important}
.ta-r {text-align: right !important;}
.ta-l {text-align: left !important}

.line-separator-v {
  display: inline-block;
  height: 30px;
  width: 1px;
  margin: 0px 5px;
  border-right: 1px dotted #444;
}
.line-separator-1 {
  border-bottom: 1px dotted #199DBF;
  margin-bottom: 10px;
  clear: both;
}
.well-2 {  color: #ccc}
.green-cl { color: #F0AD4E }
.well-st-1 {
  background: #f8f8f8;
}
.negro-gris {
  background: #7d7e7d; /* Old browsers */
background: -moz-linear-gradient(top,  #7d7e7d 0%, #0e0e0e 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d7e7d), color-stop(100%,#0e0e0e)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* IE10+ */
background: linear-gradient(to bottom,  #7d7e7d 0%,#0e0e0e 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */

}


.btn .glyphicon {}

.top-space { clear: both; width:100%; height: 0px; }
@media (max-width: 767px) { 
  .top-space {
    height: 10px;
  }
}

.no-padd .col-xs-1,
.no-padd .col-xs-2,
.no-padd .col-xs-3,
.no-padd .col-xs-4,
.no-padd .col-xs-5,
.no-padd .col-xs-6,
.no-padd .col-xs-7,
.no-padd .col-xs-8,
.no-padd .col-xs-9,
.no-padd .col-xs-10,
.no-padd .col-xs-11,
.no-padd .col-xs-12,
.no-padd .col-sm-1,
.no-padd .col-sm-2,
.no-padd .col-sm-3,
.no-padd .col-sm-4,
.no-padd .col-sm-5,
.no-padd .col-sm-6,
.no-padd .col-sm-7,
.no-padd .col-sm-8,
.no-padd .col-sm-9,
.no-padd .col-sm-10,
.no-padd .col-sm-11,
.no-padd .col-sm-12,
.no-padd .col-md-1,
.no-padd .col-md-2,
.no-padd .col-md-3,
.no-padd .col-md-4,
.no-padd .col-md-5,
.no-padd .col-md-6,
.no-padd .col-md-7,
.no-padd .col-md-8,
.no-padd .col-md-9,
.no-padd .col-md-10,
.no-padd .col-md-11,
.no-padd .col-md-12 {
  padding-right: 0px;
  padding-left: 0px;
}

.btn-def1 {
  color: #ffffff;
  background-color: #343589;
  border-color: #87668A;
}

.btn-def1:hover,
.btn-def1:focus,
.btn-def1:active,
.btn-def1.active,
.open .dropdown-toggle.btn-def1 {
  color: #ffffff;
  background-color: #5B5B9F;
  border-color: #269abc;
}

.btn-def1:active,
.btn-def1.active,
.open .dropdown-toggle.btn-def1 {
  background-image: none;
}

.btn-def1.disabled,
.btn-def1[disabled],
fieldset[disabled] .btn-def1,
.btn-def1.disabled:hover,
.btn-def1[disabled]:hover,
fieldset[disabled] .btn-def1:hover,
.btn-def1.disabled:focus,
.btn-def1[disabled]:focus,
fieldset[disabled] .btn-def1:focus,
.btn-def1.disabled:active,
.btn-def1[disabled]:active,
fieldset[disabled] .btn-def1:active,
.btn-def1.disabled.active,
.btn-def1[disabled].active,
fieldset[disabled] .btn-def1.active {
  background-color: #5B5B9F;
  border-color: #46b8da;
}
.disabled {
  display: none;
}
.txt-shad {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
@media (min-width: 768px) { 
  .modal-800 {
    width: 800px !important;
  }
}
/*  ================================================== --> */



/* mapa   ================================================== --> */ 
.map_google iframe {
  width: 100%;
   height: 100%; 
   min-height: 300px; 
   overflow: hidden; 
   border: none;
}
/*  ================================================== --> */


/* FOOT  ================================================== --> */ 
/* Footer */

/*
.footer {
  background: #031025;
  color: #fff;
  border-top: 4px solid #B4B4B4;
  padding-top: 20px;
  padding-bottom: 20px;
}
.footer a.dis {
  color: #557b8e;
}
.footer a {
  color: #fff;
}
.foot-tit {
  background: #131b52;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
  font-size: 20px;
  margin-top: 30px;
}
.logo-credit {
  color: #F9B319;
  font-family: 'Sofachrome', italic;
}
.item-contact {
  font-size: 14px;
}
.item-contact .glyphicon {
  margin-right: 5px;
  color: #EF7E16;
  font-size: 16px;
}
.foot-sec {
  text-align: center;
}
.copyright {
  font-size: 12px;
}
.redesfoot {
  text-align: center;
}
ul.social-bg {
  display: inline-block;
  margin: 0;
  padding: 0;
  zoom: 1;
  margin-top: 5px;
  *display: inline;
  list-style: none;
}
ul.social-bg li {
  float: left;
  margin: 0px 5px;
}
ul.social-bg li a {
  background-image: url(../img/ico-social.png);
  background-repeat: no-repeat;
  display: block;
  width: 43px;
  height: 43px;
  opacity: 0.9;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -ms-transition: all .3s;
}
ul.social-bg li a:hover {
  opacity: 1;
}
ul.social-bg li a.fb {
  background-position: 0px 0px;
}
ul.social-bg li a.tw {
  background-position: -43px 0px;
}
ul.social-bg li a.in {
  background-position: -86px 0px;
}
ul.social-bg li a.yt {
  background-position: -129px 0px;
}
#suscribirse .btn-primary {
  background: #FD4835;
  border-color: #FD402B;
}
#suscribirse .btn-primary:hover {
  background: #F91B02;
}
.foot-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.foot-list .fa {
  color: #355869;
  background: #fff;
  font-size: 18px;
  width: 30px;
  padding: 3px;
  display: inline-block;
  text-align: center;
  margin-bottom: 3px;
}
.foot-list-2 {
  color: #fff;
  list-style-position: inside;
  font-size: 16px;
  margin: 0;
  padding: 0;
}
.foot-list-2 a {
  color: #fff;
}
.loading-design {
  display: block;
  font-size: 12px;
  text-align: right;
}
.logo-foot {
  margin-top: 30px;
} */
/*  ================================================== --> */


/*  WATSHAP FIJO ================================================== --> */


#chatwsp {
  position: fixed;
  bottom: 0px;
  right: 10px;
  background: #556ab8;
  color: #fff;
  padding: 0px 15px 0px 0px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  -webkit-box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.75); }
  #chatwsp .link {
    position: absolute;
    width: 100%;
    height: 100%; }
    #chatwsp .link span {
      display: none; }
  #chatwsp .text {
    display: inline-block;
    font-size: 14px;
    vertical-align: middle; }
  #chatwsp .img-wsp {
    max-width: 40px;
    display: inline-block;
    vertical-align: middle; }


/* LOGO SECTION  ================================================== --> */
#logo-section {

  position: absolute;
  background: url(../img/fnd-blanco-80.png) repeat;
  min-height: 70px;
  margin-top: 20px;
  z-index: 14;
  width: 100%;
  padding:10px 0px;
  -webkit-box-shadow: 1px 1px 3px 0px rgba(50, 50, 50, 0.7);
  -moz-box-shadow:    1px 1px 3px 0px rgba(50, 50, 50, 0.7);
  box-shadow:         1px 1px 3px 0px rgba(50, 50, 50, 0.7);
}

.buscar-top {
  margin-top: 25px;
}
.buscar-top .btn {
  padding: 6px 12px 5px;
}
.buscar-top .form-control {
  display: block;
  width: 100%;
  height: 45px;
  padding:auto;
  font-family: 'Montserrat';
  font-size: 17px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  border: none;
  border-radius: 12px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -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;
}
.buscar-top .input-group-btn .btn {
  background: #fff;
  padding: 0px 10px;
  border: none;
  border-radius: 4px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  color: #131b52;
  font-size: 18px;
}
.buscar-top .input-group-btn .btn:hover {
  background: none;
  color: #FFFFFF;
}
#input-group-buscar {
  border: 1px solid #131b52;
  border-radius: 12px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 25px;
}
#input-group-buscar .ico-search {
  background: url(../img/ico_search.png) no-repeat center center;
  width: 31px;
  height: 31px;
  display: block;
  margin: 0 auto;
}
@media (max-width: 767px) { 
  #logo-section {
    margin-top: 45px;
  }

}
/*  ================================================== --> */


/* CAROUSEL  ================================================== --> */
.bx-viewport {
    -webkit-box-sizing: content-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing:content-box;    /* Firefox, other Gecko */
  box-sizing:content-box;         /* Opera/IE 8+ */

}
.slider4 > .slide {
  /*background: url(../img/fnd-marca.jpg);
  -webkit-box-shadow: 1px 1px 3px 0px rgba(50, 50, 50, 0.7);
  -moz-box-shadow:    1px 1px 3px 0px rgba(50, 50, 50, 0.7);
  box-shadow:         1px 1px 3px 0px rgba(50, 50, 50, 0.7);*/

}
.line-carousel{
  /*background: url(../img/line-carousel.png) center top repeat-x;
  margin-top: -50px;*/
  width: 100%;
}

.line-carousel .col-md-12 {
  padding-left: 10px;
  padding-right: 10px;
}
.slide-desktop {
  display: block !important;
}
.slide-mobile {
  display: none !important;
}
@media (max-width: 767px) {
  .line-carousel{
    /*background-image: url(../img/line-carousel.png);
    background-repeat: repeat-x;
    background-position: -50px -35px;
    margin-top: -20px;
    width: 100%;
    position: relative;*/

  }
  .slide-desktop {
  display: none !important;
  }
  .slide-mobile {
    display: block !important;
  }
}
/*  ===================== CONTENEDOR IMAGENES CON SOMMBRA ============================= --> */

 

.card-cover {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.card-cover .d-flex {
  flex-grow: 1; /* Esto permite que el contenido se expanda */
}

.card-cover .icons-foot {
  margin-top: auto; /* Esto empuja los íconos al fondo */
  padding: 10px;
  display: flex;
  justify-content: center;
  gap: 10px;
}


.card-cover::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: rgba(0, 0, 0, 0.3);
    transition: height 0.5s ease;
    z-index: 1;
}

.card-cover:hover::after {
    height: 100%;
}

.card-cover h3 {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    text-align: center;
    transition: all 0.5s ease;
    z-index: 2;
    color: white;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.7); /* << AÑADIDO */
}
.card-cover ico-foot {
    position: absolute;
    bottom: 5px;
}
.card-cover:hover h3 {
    top: 50%;
    bottom: auto;
    transform: translate(-50%, -50%);
}

/* PRODUCTOS ITEM /*  ================================================== --> */ 

/* grid  */
 .item {
  /*font-family: 'open_sans', sans-serif;*/
   position:relative;
   min-height: 400px;
  margin: 10px auto;
  padding: 20px 10px 10px 10px;
   background:#fff;
   border:1px solid #ddd;
   transition: box-shadow 0.3s ease-in-out;
   box-shadow: 0 0 5px rgba(33,33,33,.1);  
}
 .item:hover {
  box-shadow: 0 0 9px rgba(33,33,33,.5);  
   transition: box-shadow 0.2s ease-in-out;
}
.item-image{
  display: flex;
  justify-content: center;
  height: 250px;
}
.item-image img{
  position: absolute;
  padding: 5px 5px 5px 5px;
    top: 0;
    left :0;
  height: 250px;
    width: 100%;
  display: block;
  margin: 0 0 0 0;
}
.item-image img.img-hover{
  position: absolute;
  padding: 5px 5px 5px 5px;
    top: 0;
    left :0;
  height: 250px;
  width: 100%;
  display: block;
  margin: 0 0 0 0;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
}
.item-image:hover  img.img-hover{
  position: absolute;
  padding: 5px 5px 5px 5px;
  top: 0;
  left :0;
  height: 250px;
   width: 100%;
  display: block;
  margin: 0 0 0 0;
  visibility: inherit ;
  opacity: 1;
}
.item-detalle p {
  display: block;
  min-height: 60px;

}
.item-detalle .label { cursor: pointer;}
.item-detalle .label:hover { background-color: #111}
 .item-detalle h5{
  /*font-family: 'open_sans', sans-serif;*/
  text-align: center;
   font-weight:bold;
   font-size:16px;
   line-height:25px;

 }

 .item-detalle h5 a {
  color: #777;
}

 .item-detalle h5 a:hover{
   color:#555;
   border:0px;
}

 .item-detalle p {
  text-align: center;
   margin-bottom:10px;
   color:#777;
   font-size:13px;
   line-height:20px;
      max-height: 50px;
}
 .item-precio {
display: inline-block;
  border-radius: 5px;
  font-size: 15px;
  font-weight: bolder;
   color:#131b52;
   min-width:40px;
   text-align:center;
   padding: 6px 12px;
}
 .item-preciotarjeta {
display: inline-block;
  border-radius: 5px;
  font-size: 12px;
  font-weight: bolder;
   color:#131b52;
   min-width:40px;
   text-align:center;
   padding: 6px 12px;
}
.art-grid  hr {
  margin: 5px 0px;
}
 .btn-group-1 input { 
  width: 45px;
  text-align: right
}
 .btn-group-1 .input-group {width: 90px}
 .item .btn-success, #art_opciones .btn-success, .total-section .btn-success{
  background-color: #131b52;
  border-color:#131b52;
  border-width: 2px;
  font-family: 'Montserrat';

}
 .item .btn-success:hover, #art_opciones .btn-success:hover, .total-section .btn-success:hover {
  background: none;
  border-color: #131b52;
  color:#131b52;
  font-weight: bold;
  border-width: 2px;

}
 .item .btn-success1, #art_opciones .btn-success1, .total-section .btn-success1{
  border-width: 2px;
  font-family: 'Montserrat';

}
 .item .btn-success1:hover, #art_opciones .btn-success1:hover, .total-section .btn-success1:hover {
  font-weight: bold;
  border-width: 2px;
}
/* LIST  */
.art-list .item {
  
  max-height: 150px;
   background:#fff;
   border:1px solid #f2f2f2;
  border-right: 2px solid #e2e2e2;
   border-bottom:2px solid #e2e2e2;
   border-radius:7px;
   margin-bottom: 10px;

}
@media (max-width: 767px) {
   .item  {max-height: inherit; max-width: 220px; margin: 10px auto;}

    .col-xs-6 {
        width: 50%;
    }

  .art-grid {
    margin-left:-5px;
    margin-right:-5px;
     display: flex;
     flex-flow: wrap;
  }
   .item {
    min-height: 330px;
  }

  .item-image{
  display: flex;
  justify-content: center;
  height: 200px;
}
.item-image img{

  height: 200px;
}
.item-image img.img-hover{
  height: 200px;
}
.item-image:hover  img.img-hover{
  height: 200px;
}


   .art-cell {
    padding-left: 5px;
    padding-right: 5px;

  }
   .art-cell .pull-left, 
   .art-cell .pull-right {
    float: none !important;
    text-align: center;
    display: block;
  } 
       .art-cell .item-preciooff {
    float: none !important;
    text-align: center;
    display: block;
  } 

   .item-detalle p {
    margin-bottom: 5px;
  }
   .item .btn-success1, #art_opciones .btn-success1, .total-section .btn-success1{
    position:initial;
  }
   .item .btn-success1:hover, #art_opciones .btn-success1:hover, .total-section .btn-success1:hover {
      position: initial;

}
}
.art-list .item-image{
  margin-top:5px;
  max-height: 150px;
    background-color: #fff;
    border: 1px solid #ccc
}
.art-list .item-image img{
  padding: 5px 0px;
  height: 130px;

  width: auto;
  display: block;
  margin: 0 auto;
}
.art-list .item-detalle {
  height: 90px;
}
.art-list .item-detalle h5{
  /*font-family: 'open_sans', sans-serif;*/
  text-align: left;
   font-weight:bold;
   font-size:16px;
   line-height:25px;
   margin-bottom: 0px;
 }

.art-list .item-detalle h5 a {
  color: #777;
}

.art-list .item-detalle h5 a:hover{
   color:#555;
   border:0px;
}

.art-list .item-detalle p {
  text-align: left;
   margin-bottom:10px;
   color:#888;
   font-size:13px;
   line-height:20px;
}

.botonera {margin-bottom: 5px; border-radius: 4px}

.botonera .btn-botonera {
  background:#ff5000;
  border:1px solid #d96502;
  color:#fff;
  opacity: 0.9 ;
}
.botonera .btn-botonera:hover {
  opacity: 1;
}
.botonera .btn-botonera:hover {
  box-shadow:  1px 1px 5px 2px rgba(50, 50, 50, 0.4);
}

.art-list .item-precio {
  display: inline-block;
  border-radius: 5px;
  font-size: 15px;
  font-weight: bolder;
   background:#16cbe6;
   color:#fff;
   min-width:40px;
   text-align:center;
   padding: 6px 12px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.art-list  hr {
  margin: 5px 0px;
}

.art-list  .btn{
   
}
.art-list .btn-group-1 {

  display: block;
  margin: 0px 5px;
  float: left;
}
.art-list .btn-group-1 .input-group {width: 100px}
.art-list .btn-group-1 input {
  width: 50px;
  margin: 0px;
  text-align: right;
}
.art-list .btn-info-1 {
  display: block;
  margin: 0px 0px;
  float: left
}

@media (max-width: 767px) {
  .art-list .btn-group-1, .art-list .btn-info-1, .art-list .item-precio {
    margin: 2px 0px;
    float: right !important;
  }
}
/*  ================================================== --> */


/* TITULOS  ================================================== --> */
.tit-1 { 
  margin-top: 10px;
  opacity: 0.9;
   border-bottom:  1px solid #ccc;
   text-align: center;
}
.tit-1 h1 { 
  font-size: 28px;
}
.tit-1 h3, .tit-1 h1 {
  color: #131b52;
  display: inline-block;
  font-size: 28px;
  margin: 0px;
  padding-right: 12px;
  padding-bottom: 1px
}
.tit-1 .glyphicon {
  background-color: #fafafa;
  border-top-left-radius: 5px;
  padding: 8px 10px 10px 10px;
  margin: 0px 10px 0px 0px;

}
@media (max-width:767px) {
  h3, .tit-1 h1 {
    font-size: 18px;
  }
}

.tit-2 {
  color: #F4136B;
  font-size: 26px;
  padding-left: 5px;
  font-weight: normal; 
}
.tit-2 h1, .tit-2 h2 {
  font-size: 28px;
  margin: 10px 0px -5px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.tit-3 {
    color: #557b8e;
  font-size: 26px;
  padding-left: 5px;
  font-weight: normal; 
}
.tit-3 h1, .tit-3 h2, .tit-3 h3 {
  font-size: 28px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
/* USER MENU */
.user-logg {
  padding: 10px 20px;
  width: 220px;
}

.usu-xs {
  display:none !important;
}
@media (max-width: 767px) {
  .usu-xs  { display: block !important;}
  .usu-sm { display: none !important; }
}
.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;left:auto ;margin-top:-6px;margin-left:-1px;-webkit-border-radius:6px 0px 6px 6px;-moz-border-radius:6px 0px 6px 6px;border-radius:6px 0px 6px 6px; right: 100%;}
.dropdown-submenu:hover>.dropdown-menu{display:block;}
.dropdown-submenu > a { padding-left: 30px !important;}
.dropdown-submenu>a:after{display:block;content:" ";float:left;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 5px 5px 5px;border-right-color:#cccccc;margin-top:5px;margin-left:-20px;}
.dropdown-submenu:hover>a:after{border-right-color:#ffffff;}
.dropdown-submenu.pull-left{float:none;}
.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 6px 6px 0px;-moz-border-radius:6px 6px 6px 0px;border-radius:6px 6px 6px 0px;}

/* LISTAS FILTROS */
.list-fil-1 { 
  /*font-family: 'open_sans', sans-serif;*/
  -webkit-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.4);
  -moz-box-shadow:    1px 1px 2px 0px rgba(50, 50, 50, 0.4);
  box-shadow:         1px 1px 2px 0px rgba(50, 50, 50, 0.4);

}
@media (max-width: 767px) {
  .list-fil-1  { max-width: 220px; margin: 10px auto;}

}

.list-fil-1 .list-group-item {
  padding: 5px 10px;
}
.list-fil-1 .item-tit {
  padding: 10px;
  color: #f8f8f8;
  border: 1px;
  background: #ae003a; /* Old browsers */
  background: -moz-linear-gradient(top, #ae003a 0%, #780018 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ae003a), color-stop(100%,#780018)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ae003a 0%,#780018 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ae003a 0%,#780018 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ae003a 0%,#780018 100%); /* IE10+ */
  background: linear-gradient(to bottom, #ae003a 0%,#780018 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ae003a', endColorstr='#780018',GradientType=0 ); /* IE6-9 */
}
.input-1 {
  padding: 5px 10px;
  width: 80px;
  display:inline;
}
.row-img-abs {

  display: none;

}
.row-stock:hover {
  background-color: #fff !important;
}
.row-stock:hover .row-img-abs {
  border: 1px solid #999;
    position: absolute;
    max-width:200px;
    max-height: 200px;
   display: block;
  top:20px;
    right:100%;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.4);
  -moz-box-shadow:    1px 1px 2px 0px rgba(50, 50, 50, 0.4);
  box-shadow:         1px 1px 2px 0px rgba(50, 50, 50, 0.4);
  z-index: 999999;


}
/* RUTA + ORDENAR */
.road-order {

  background-color: #fff;

}
.road-order .breadcrumb {  margin-top:5px;}
.show-order .form-control, .show-order .btn {
  padding: 3px 9px;
}
.show-order .form-control{
  height: auto;
}
.show-order .form-group {
  display: inline-block;
}
.show-order .form-group.orden_deta {
  max-width: 144px;
}
.show-order .form-group.orden_dire {
  max-width: 80px;
}
@media (min-width: 787px) {
  .show-order {
    text-align: right
  }
}

/* PANEL DEFAULT */
.panel-webdef {
  border-color: #ae003a;
  margin-top: 10px;
}

.panel-webdef > .panel-heading {
  color: #ffffff;
  background: #ae003a; /* Old browsers */
  background: -moz-linear-gradient(top, #ae003a 0%, #780018 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ae003a), color-stop(100%,#780018)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ae003a 0%,#780018 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ae003a 0%,#780018 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ae003a 0%,#780018 100%); /* IE10+ */
  background: linear-gradient(to bottom, #ae003a 0%,#780018 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ae003a', endColorstr='#780018',GradientType=0 ); /* IE6-9 */

  border-color: #ae003a;
}

.panel-webdef > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ae003a;
}

.panel-webdef > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ae003a;
}
.panel-webdef .panel-body {
background: rgb(186,186,186); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(186,186,186,1) 0%, rgba(202,202,202,1) 19%, rgba(202,202,202,1) 84%, rgba(186,186,186,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(186,186,186,1)), color-stop(19%,rgba(202,202,202,1)), color-stop(84%,rgba(202,202,202,1)), color-stop(100%,rgba(186,186,186,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(186,186,186,1) 0%,rgba(202,202,202,1) 19%,rgba(202,202,202,1) 84%,rgba(186,186,186,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(186,186,186,1) 0%,rgba(202,202,202,1) 19%,rgba(202,202,202,1) 84%,rgba(186,186,186,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(186,186,186,1) 0%,rgba(202,202,202,1) 19%,rgba(202,202,202,1) 84%,rgba(186,186,186,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(186,186,186,1) 0%,rgba(202,202,202,1) 19%,rgba(202,202,202,1) 84%,rgba(186,186,186,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bababa', endColorstr='#bababa',GradientType=0 ); /* IE6-9 */

}
.panel-webdef h2 {
  margin: 0px;
  font-size: 22px;
}
/* filtros listado */ 
.fil-table  .form-group{ padding: 0px 5px; }
.fil-table .control-label {
  color: #fff;
  text-shadow: 0px 1px 2px rgba(100, 100, 100, 0.9);
}
.fil-table  .form-control {
  border-color:#aaaaaa;
}
.fil-table  .form-control:focus {
  border-color:#000;
}
.fil-table .img-model {
  max-height: 130px;
}
.fil-table .row { margin-bottom: 10px;}

.color-btn1{background-color: #FFFF66; color: #999; border: 1px solid #999}
.color-btn2{background-color: #37D3F2; color: #fff; border: 1px solid #999}
.color-btn3{background-color: #EAB235; color: #fff; border: 1px solid #999}
.color-btn4{background-color: #FFFFCC; color: #888; border: 1px solid #999}
.color-btn5{background-color: #DB4632; color: #fff; border: 1px solid #999}
.color-btn6{background-color: #21D156; color: #fff;border: 1px solid #999}

.color-btn1:hover{background-color: #FFFC33; color: #999}
.color-btn2:hover{background-color: #37c3E2; color: #fff}
.color-btn3:hover{background-color: #EAA235; color: #fff}
.color-btn4:hover{background-color: #FFEFCC; color: #fff}
.color-btn5:hover{background-color: #DB2632; color: #fff}


/* Tabla consultas */
/* TABLA 1 */
.tabla-1 tr:first-child td:first-child {
    border-bottom-left-radius: 10px;
}

.tabla-1 tr:first-child td:last-child {
    border-bottom-right-radius: 10px;
}
/*.tabla-1 th:first-child{
  border-radius:10px 0 0 10px;
}

.tabla-1 th:last-child{
  border-radius:0 10px 10px 0;
}*/
.tabla-1{
    border-collapse: separate;
    border-spacing: 0;
    min-width: 350px;
    
}
.tabla-1 tr th,
.tabla-1 tr td {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 5px;
}
.tabla-1 tr th:first-child, .tabla-1 tr th:last-child{
border-top:solid 1px      #ccc;}
.tabla-1 tr th:first-child,
.tabla-1 tr td:first-child {
    border-left: 1px solid #ccc;
    
}
.tabla-1 tr th:first-child,
.tabla-1 tr td:first-child {
    border-left: 1px solid #ccc;
}
.tabla-1 tr th {
    background: #2A2558;
    /*text-align: left;*/
}

.tabla-1.Info tr th,
.tabla-1.Info tr:first-child td
{
    border-top: 1px solid #ccc;
}

/* top-left border-radius */
.tabla-1 tr:first-child th:first-child,
.tabla-1.Info tr:first-child td:first-child {
    border-top-left-radius: 6px;
}

/* top-right border-radius */
.tabla-1 tr:first-child th:last-child,
.tabla-1.Info tr:first-child td:last-child {
    border-top-right-radius: 6px;
}

/* bottom-left border-radius */
.tabla-1 tr:last-child td:first-child {
    border-bottom-left-radius: 6px;
}

/* bottom-right border-radius */
.tabla-1 tr:last-child td:last-child {
    border-bottom-right-radius: 6px;
}

.tabla-1 thead {
  color: #ffffff;
  background: none; /* Old browsers */

}
.tabla-1  thead th {
   font-weight: normal ;
   padding-top: 10px !important;
   border:none !important;
   text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
 }
 .tabla-1 td {
  font-size: 13px;
  vertical-align: middle !important;
 }
  .tabla-1 td.detalle {
    text-align: left !important
  }
.tabla-sm, .tabla-sm td, .tabla-sm th{ font-size: 12px;}
.tabla-1 tr { cursor: pointer; }

/* TABLA 2 */
.tabla-2 {}
.tabla-2 thead {
  color: #ffffff;
  background: #6B0003; 
}
.tabla-2  th {
   text-align: center;
   padding:15px !important;
   text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
 }
 .tabla-2 td  {
  font-weight: normal;
  background-color: #eee;
 }

 /* Tabla ABM */

 .tabla-abm td,  .tabla-abm th {
  width: auto;
  text-align: center;
  vertical-align: middle !important;
 }

 .tabla-abm tfoot {
  background: rgb(186,186,186); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(186,186,186,1) 0%, rgba(202,202,202,1) 19%, rgba(202,202,202,1) 84%, rgba(186,186,186,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(186,186,186,1)), color-stop(19%,rgba(202,202,202,1)), color-stop(84%,rgba(202,202,202,1)), color-stop(100%,rgba(186,186,186,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(186,186,186,1) 0%,rgba(202,202,202,1) 19%,rgba(202,202,202,1) 84%,rgba(186,186,186,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(186,186,186,1) 0%,rgba(202,202,202,1) 19%,rgba(202,202,202,1) 84%,rgba(186,186,186,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(186,186,186,1) 0%,rgba(202,202,202,1) 19%,rgba(202,202,202,1) 84%,rgba(186,186,186,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(186,186,186,1) 0%,rgba(202,202,202,1) 19%,rgba(202,202,202,1) 84%,rgba(186,186,186,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bababa', endColorstr='#bababa',GradientType=0 ); /* IE6-9 */
 }


 .tabla-abm   .form-control {
  border-color:#aaaaaa;
}
 .tabla-abm  .form-control:focus {
  border-color:#000;
}
 .tabla-abm  .form-group { margin-bottom: 0px }

 .tabla-abm .dsp-none {display: none;}


 #tabla-arts {
  height: 300px;
  overflow: auto;
 }
/* TABLA MIS COMPRAS */
.tabla-compras th table th {
  padding: 0px;
}
 /* input abm */
.input-numeric {
  width: 100px;
  text-align: right;
}
.input-codi {
  width: 200px;
  text-align: left;
  float: left
}

.input-deta {
  width: 340px;
  text-align: left;
  float: left
}
@media (min-width: 1200px) {
  .input-deta {
    width: 450px;
  }
}
 /* PRODUCTO SINGULAR */

 .producto-sing {
    /*font-family: 'open_sans', sans-serif;*/
   position:relative;
  margin: 0px 15px;
  padding: 10px;
   background:#fff;
   border:1px solid #f2f2f2;
   border-top: none
 }
.producto-sing h1 {
  color: #00185b;
  font-size: 30px;
  margin-top: 10px;
  margin-bottom:0px;


}
.producto-sing .marco-img  {
  float: right;
  /*width: -moz-calc(100% - 95px);
  width: -webkit-calc(100% - 95px);
  width: calc(100% - 95px);
  padding: 4px;*/
  /*line-height: 1.428571429;*/
  line-height: 400px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  text-align: center;
  min-height: 400px;
}
.producto-sing .marco-img img {
  max-height: 100%;
  max-width:100%;
  margin: 0 auto;
  vertical-align: middle;
  display: inline;
}
.producto-sing .img-responsive { display: inherit;}
.producto-sing  .item-precio { 
  margin: 5px 0px ;
  display: inline-block;
  border-radius: 5px;
  font-size: 25px;
  font-weight: normal;
   color:#131b52;
   min-width:50px;
   text-align:center;
}
.producto-sing  .item-preciotarjeta { 
  margin: 5px 0px ;
  display: inline-block;
  border-radius: 5px;
  font-size: 20px;
  font-weight: normal;
   color:#131b52;
   min-width:50px;
   text-align:center;
}
.producto-sing  .item-precio1 { 
  margin-top: -5px;
  font-size: 11px;
  font-weight: bold;
  display: inline;
}
.item-precioant { 
  font-style: italic;
  margin-top: -5px;
  font-size: 11px;
  font-weight: bold;
  display: inline;

}
.item-porcdesc { 
  position: absolute;
  font-style: italic;
  top: 0px;
  font-size: 11px;
  width: auto;
  font-weight: bold;
  display: inline;
      border-bottom-left-radius: 0;
      border-top-left-radius: 0;
      background: #ff5000;
    border: 1px solid #d96502;
    color: #fff;
    opacity: 0.9;
    z-index: 2;

}
.item-preciooff { 
  font-style: italic;
   text-decoration:line-through;
  top: -6px;
  font-size: 11px;
  width: auto;
  font-weight: bold;
  display: inline;
      border-bottom-left-radius: 0;
      border-top-left-radius: 0;
    color: #565555;
    opacity: 0.9;

}
.producto-sing .item-tit-data {
  font-weight: bold;
  font-style: italic;
  color: #757575;
}

.producto-sing #add-art-btn {
  font-weight: bold;
}

.producto-sing .thumb-img {
  display: inline-block;
  /*max-width: 90px;*/
  max-height: 500px;
  overflow-y: auto; 
  margin-top:20px;
}

.producto-sing .thumb-img ul {
  padding: 0;
  margin: 0;
}
.producto-sing .thumb-img ul li {
  list-style: none;
  margin-bottom:5px;
  display: inline-block;
}
.producto-sing .thumb-img ul li a {
  border: 1px solid #dddddd;
  display: block;
  padding: 5px;
  max-width: 90px;
}
.producto-sing .thumb-img ul li img {
  width: 100%;
}
.producto-sing .thumb-img ul li:hover a {
  border: 1px solid #0084E0;
}
.table-bordered{
    border: none;
}
.f-ita {
    font-size: 13px;
    font-style: italic;
    font-family: 'Montserrat';
    font-weight: bold;
    width: 30%;

}
.f-ita-deta {
    font-size: 10px;
    font-family: 'Montserrat';
    font-weight: normal;
    width: 70%;

}
@media (max-width: 767px) {
  .producto-sing h1 {
    font-size: 20px;
  }
  .producto-sing  .item-precio {
    font-size: 20px;
  }
  .producto-sing .thumb-img {
    /*max-width: 60px;*/
  }
  .producto-sing .marco-img  {

    /*width: -moz-calc(100% - 70px);
    width: -webkit-calc(100% - 70px);
    width: calc(100% -70px);
    */

  }
}
/* TAB PANELS */
.tab-pan-1 .tab-content {
  padding: 20px;
  background-color: #eee;
}
.tab-pan-1 .nav-tabs {
  margin-bottom: -1px;
}
.tab-pan-1 .nav-tabs li.active a {
  font-weight: normal;
  background: #f0f9ff; /* Old browsers */
background: -moz-linear-gradient(top,  #f0f9ff 26%, #cbebff 66%, #eeeeee 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(26%,#f0f9ff), color-stop(66%,#cbebff), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f0f9ff 26%,#cbebff 66%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f0f9ff 26%,#cbebff 66%,#eeeeee 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f0f9ff 26%,#cbebff 66%,#eeeeee 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f0f9ff 26%,#cbebff 66%,#eeeeee 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f9ff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */

}
/* ======================== */
/* = BOX ================== */
.box-1 {
  color: #444;
  padding: 10px 15px;
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 1px 1px 2px  rgba(50, 50, 50, 0.5);
  -moz-box-shadow:    1px 1px 2px rgba(50, 50, 50, 0.5);
  box-shadow:         1px 1px 2px  rgba(50, 50, 50, 0.5);
  margin-bottom: 15px;
  margin-top: 10px;
}

/* ======================== */
/* = PARRAFOS ================== */
.p-1 {
  color: #444
}
.p-1 b {
  color: #343589;
}
.p-1 li {
  list-style-position: inside;
}
/* ======================== */
/* = NOTICIAS ================== */
.nta-sec-1 h1,
.nta-sec-1 h2,
.nta-sec-1 h3,
.nta-sec-1 h4 {
  margin: 5px 0px 5px 0px;
  color: #6C4A71;
  text-shadow:0px -1px 1px #ccc;
}
.nta-sec-1 {
  background: #fbfbfb;
  margin-bottom: 10px;
  min-height: 370px;
  max-height: 370px;
  border-bottom: 1px solid #ccc;
  position: relative;
   overflow-y: hidden;
  }
@media (max-width: 768px) {
  .nta-sec-1,  .nta-sec-2, .nta-sec-3 {
    max-width: 370px;
    margin: 0 auto;
    margin-bottom: 20px
  }
}
.nta-sec-1 .nta-fecha {
  background: #343589;
  color: #f8f8f8;
  padding: 2px 3px;
  position: absolute;
  display: block;
  top: 10px;
  right:20px;
-webkit-border-top-left-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-bottomright: 5px;
border-top-left-radius: 5px;
border-bottom-right-radius: 5px;
}
.nta-sec-1 .nta-vol {
  background: #343589;
  color: #f8f8f8;
  padding: 2px 3px;
  position: absolute;
  display: block;

  left:0px;
  bottom:0%;
-webkit-border-top-left-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-bottomright: 5px;
border-top-left-radius: 5px;
border-bottom-right-radius: 5px;
}
.nta-sec-1 .nta-img {
  max-height: 170px;
  overflow: hidden
}
.nta-sec-1 .nta-img > img {
  width: 100%;
}

@media (max-width: 768px) {
  .nta-sec-1 .nta-img > img {
    width: 350px;
    max-height: 350px;
  }

}
@media (min-width: 768px) {
  .nta-sec-1 .nta-deta {
    max-height: 240px !important;
  }
}
.nta-btn-1 {
  position: absolute;
  bottom: 10px;
  right: 15px;
}

.nta-sec-2 {
  color: #444;
  padding: 10px 15px;
  background-color: #000;
  border-radius: 4px;
  -webkit-box-shadow: 1px 1px 2px  rgba(50, 50, 50, 0.5);
  -moz-box-shadow:    1px 1px 2px rgba(50, 50, 50, 0.5);
  box-shadow:         1px 1px 2px  rgba(50, 50, 50, 0.5);

  margin-top: 10px;
  min-height: 370px;
  max-height: 370px;
  position: relative;
}
@media (max-width: 768px) {
  .nta-sec-2 { 
    min-height: inherit;
    height: auto;
    max-height:inherit;
  }
}
.nta-sec-2 .nta-img {
  height: 350px;
  overflow: hidden;
  position: relative;
}
.nta-sec-2 .nta-img img {
  width: 100%;
}
.nta-sec-2 .nta-tit {
  color: #fff;
  position: absolute;
  z-index: 2;
  bottom: 0px;
  left: 5px
}
.nta-sec-2 .nta-tit h2 {
  font-size: 28px;
  text-shadow:1px 1px 2px #000;
  font-weight: bold;
  padding: 2px 5px;
  background-color: rgba(0, 0, 0, 0.5);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}
.nta-sec-2 .nta-deta p {
  color: #ccc;
  padding: 20px
}
.nta-sec-2 .nta-fecha {
  background: #343589;
  color: #f8f8f8;
  padding: 2px 3px;
  position: absolute;
  display: block;
  top: 10px;
  left:20px;
-webkit-border-top-left-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-bottomright: 5px;
border-top-left-radius: 5px;
border-bottom-right-radius: 5px;
z-index: 14;
 -webkit-box-shadow: 1px 1px 3px 0px rgba(50, 50, 50, 0.7);
  -moz-box-shadow:    1px 1px 3px 0px rgba(50, 50, 50, 0.7);
  box-shadow:         1px 1px 3px 0px rgba(50, 50, 50, 0.7);
}
.nta-sec-2 .nta-vol {
  background: #343589;
  color: #f8f8f8;
  padding: 2px 3px;

  display: inline-block;
  margin-left:10px;

-webkit-border-top-left-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-bottomright: 5px;
border-top-left-radius: 5px;
border-bottom-right-radius: 5px;
}


/* PIC SECTION  NTA_SEC-3 */
.nta-sec-3 {
  margin-top: 10px;
  background: #000;
  position: relative;
  -webkit-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.5);
     -moz-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.5);
          box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.5);
}
.nta-sec-3 .nta_date {
  background: #343589;
  color: #f8f8f8;
  padding: 2px 3px;
  position: absolute;
  display: block;
  top: 5px;
  right:5px;
-webkit-border-top-left-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-bottomright: 5px;
border-top-left-radius: 5px;
border-bottom-right-radius: 5px;
z-index: 14;
 -webkit-box-shadow: 1px 1px 3px 0px rgba(50, 50, 50, 0.7);
  -moz-box-shadow:    1px 1px 3px 0px rgba(50, 50, 50, 0.7);
  box-shadow:         1px 1px 3px 0px rgba(50, 50, 50, 0.7);
}
.nta-sec-3 .nta_img img {
  background: #000;
  opacity: 0.9;
  width: 100%;
  height:175px;
  overflow: none;
}
.nta-sec-3 .nta_caption {
  position: absolute;
  color: #f8f8f8;
  top: 0px;
  width: 100%;
  height: 100%
}
.nta-sec-3 .nta_caption h3 {
  position: absolute;
  font-weight: bold;
  text-shadow:1px 1px 2px rgba(0,0,0,0.7);
  padding:10px;
  bottom: 0px;
  width: 70%;
  text-align: left;
}
.nta-sec-3 .nta_caption h3 a { color: #ffffff;}
.nta-sec-3:hover .nta_img img { opacity: 0.5}
/* nta-dest*/
/* ======================== */

/* NOTICIA ================ */
#noticia .nta-tit {
  padding-top:10px;
}
#noticia .nta-tit h1, #noticia .nta-tit h2, #noticia .nta-tit h3 {
  margin-bottom:5px;
  color: #222;
  text-shadow:0px -1px 1px #ccc;
}
#noticia .nta-vol {
  background: #343589;
  color: #f8f8f8;
  padding: 2px 3px;
  position: absolute;
  display: block;
  left:0px;
  top:0px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
#noticia .nta-fecha {
  background: #343589;
  color: #f8f8f8;
  padding: 2px 3px;
  position: absolute;
  display: block;
  top: 0px;
  right:0px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
#noticia .nta-cue {
  color: #333 !important
}
#noticia .nta-cue p span {
  color: #333 !important
}
#noticia .nta-baj {
  color: #6C4A71;
  font-weight: bold;

}
#sliderThumbReal {
  background: #000;
  margin-top: -5px;
  margin-bottom: 10px;
}
.sec-otros1-1 {
  padding: 5px 0px;
}
.sec-otros1-1 .tit-deta {
  padding: 0px;
}
.sec-otros1-1:hover {
  border: 2px dotted #999;
}
/* =============================== */

#item_options { display: none;}
#selected-items { display: none; color: #f8f8f8;  text-shadow: 0px 1px 2px rgba(100, 100, 100, 0.9);}


/* VIDEOS */
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
    margin-bottom:20px;

}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* ==================================================  */

/* COMENTARIOS  */
#comentarios {
  background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* IE10+ */
background: linear-gradient(to bottom, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
}
#comentarios label {
  color: #557b8e ;
}
.cmt-sec-1 {

}
.cmt-sec-1 .cmt_deta {
  background: #fff;
  color: #555;
  padding: 10px;
  border-radius: 5px;
}
.cmt-sec-1 .cmt_nom {
  color: #343589;
}
.cmt-sec-1 .cmt_fecha {
  font-size: 11px;
}
.cmt-sec-1 .cmt_nom b {
  color: #557b8e
}
.cmt-sec-1 .cmt_deta .flecha-vin {
  position: absolute;
  width: 13px;
  height: 11px;
  background: url(../img/flecha-vin.png) no-repeat;
  top: 8px;
  left: -22px;
}
/* ==================================================  */

/* Contact Page  */
.contact_page .glyphicon {
  color: #fafafa;
  font-size: 20px;
  opacity: 0.9
}
.contact_page li {
  color: #557b8e;
  font-style: italic;
}
/* ==================================================  */

    /* DETALLES */ 
ul.talles {
  padding: 0px;
  margin:0px;

}
ul.talles li {
  display: inline;
  float: left;
  text-align: center;
  margin: 4px 2px;

}
ul.talles li a {
  background: #fff;
  display: block;
  padding: 5px;
  min-width: 30px;
  border: 1px solid #999;
  border-radius: 3px
}
ul.talles li.active a {
  background: #557b8e;
  border: 2px solid #557b8e;
  padding:4px;
  color: #fff;
}
  /* */
ul.colores {
  padding: 0px;
  margin:0px;

}
ul.colores li {
    border: 1px solid #ccc;
  padding: 2px;
  display: inline;
  float: left;
  text-align: center;
  margin: 3px 2px;
  border-radius: 2px;
}
ul.colores li a {
  display: block;
  padding: 2px;
  width: 35px;
  height: 35px;
  /*border-radius: 50%;*/

}
ul.colores li.active {
  border: 2px solid #557b8e;
  padding: 2px;

}
ul.colores li.active a {
      width:32px;
  height: 32px;
}

/* Carrito de compras */
.btn-cart-shop {
  font-weight: bold;
}
.btn-cart-shop .cart {
 font-size: 40px;
  color: #131b52 !important;
  padding: 5px;
  border: 2px solid;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.btn-cart-shop .cart .fa {
  display: inline-block;
 vertical-align: sub;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #f8f8f8;
    background-color: #557b8e;
}

.micarrito-menu {

}

.ico-circle-1 {
  color:#fff; 
  font-size:30px; 
  margin-right:20px; 
  margin-bottom:20px; 

  border-radius:50%; 
  padding:20px;
  background-color:#5cb85c
}
.ico-circle-2 {
  color:#131b52; 
  font-size:35px; 

  border-radius:50%; 
  padding:0px;
  background:none;
}
@media (max-width: 767px) {
  .ico-circle-1{
    display:block
  }
}
 /* CART STEP*/
 ul.cart-steps {
  padding: 0;
  margin: 0;
 }
 ul.cart-steps li {
  list-style: none;
  display: inline;
 }
 ul.cart-steps li .cart-step {
    display: inline-block;
    text-align: center;
    width: 100px;
    font-size: 15px;
    color:#2A2558;
    font-weight: 600;
    opacity: 0.4;
 }
 ul.cart-steps li .cart-step span {
    opacity: 0.8;
    background-color: #2A2558;
    color: #fff;
    display: block;
    font-size: 20px;
     width: 55px;
     margin: 0 auto;
    height: 55px;
    line-height: 55px;
    border: none;
    border-radius:50px;
    
 }
  /*ul.cart-steps li a span:hover,  ul.cart-steps li.active a span {
    opacity: 1;
    -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
  }*/
 ul.cart-steps li.active .cart-step {
  opacity: 1;
 }
 ul.cart-steps li.active .cart-step span {
    background-color: #131b52;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(100, 100, 100, 0.86);
 }

#cart-show-table .cantidad input {
  width: 50px;
  float: right;
  text-align: right
}
#cart-show-table .cantidad select {
  width: 60px;
  padding: 3px;
  float: right;
  text-align: right
}
#cart-show-table .eliminar {
  width:20px;
}

.tit-cart-shop {
  /*font-family: 'Nunito', sans-serif;*/
  color:#2A2558;
  line-height: 46px;
}
.tit-cart-shop .glyphicon {
  font-size: 40px;
  color:#131b52;
}
/* .......................................*/

 /* PRODUCTO VISTA RAPIDA -  */

/* .......................................*/

 /* Iniciar sesion  */
#loggin {
  max-width: 450px;
}
#loggin a.text-btn {
  text-decoration: underline;
}
.form-signin {
  max-width: 330px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {

  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.form-signin .error {
  color: red;
}
.form-signin .valid {
  color:green;
}

.form-signin .input-open {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin .input-middle {
  margin-bottom: -1px;
  border-radius: 0px;
}
.form-signin .input-close {

  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.form-signin .input-50 {
  width: 50%;
  float: left
}
.form-signin .input-l {
  border-top-right-radius: 0;
  margin-right: -1px;
  padding-right:1px;

}
.form-signin .input-r {
  border-top-left-radius: 0;
}

.form-signin .error, .form-signin .valid {
  display: block;
  padding: 10px;
} 

#loggin .error_logg {
  padding: 10px;
  background: #3a87ad;
  color: #ffffff;
  margin-bottom: 10px;
  display: none;
  border-radius: 4px;
}
/* .......................................*/

/* mercado envios */

#mercado_envios {
  background: url(../img/fnd_envios.jpg) no-repeat center top;
}

#mercado_envios .jumbotron { background-color: transparent;}

 /* PAGO -  */
#sec-pago {
  max-width: 100%;
  margin: 0 auto;
  border:1px solid orange;
  padding: 10px;
  border-radius: 4px;

  
}
#sec-pago .img-mp {
  max-width: 200px;
  display: inline-block;

}
#cart-step-3 .btn-opcion-pago {
  /*font-family: 'Nunito', sans-serif;*/
  font-size: 22px;
  padding:8px 15px;
  line-height: 60px;
}
#cart-step-3 .btn-opcion-pago:hover {
  font-weight: inherit;
}
#cart-step-3 .btn-opcion-pago .ico.ico-merca {
  background: url(../img/ico-btn-mercado.png) no-repeat;
  display:inline-block;
  width: 60px;
  height:42px;
  vertical-align: middle;
}

/* .......................................*/



/*  SEC PRECIO TOTAL */
#cart_total  {
  /*font-family: 'Nunito', sans-serif;*/
  width: 180px;
  padding: 10px 20px;
  background: #438AC9;
  color: #fff;
  float: right;
  border-radius: 4px;
}

#cart_total .cart_moneda {
  float: left;
  font-size: 25px;
}

#cart_total  #sec_total_final {
  float: right;
  font-size: 20px;
  text-align: right;
  font-weight: lighter;
  line-height: 35px;
}

#cart_total #sec_total_rec {
  float: right;
  font-size: 20px;
  text-align: right;
  font-weight: lighter;
  line-height: 35px;
}


#cart_total p {
  padding: 0px;
}

#sec_total_env {
  float: right;
  font-size: 20px;
  text-align: right;
  font-weight: lighter;
  line-height: 35px;
}

.cart-text-envio {
  font-size: 16px;
  color:#E5007E;
  padding:20px 0px;
}

/* USU BOX */
.usu-box {
  padding:20px;
}
.usu-box .glyphicon {
  color:#fff ;
  background: #5cb85c;
  font-size: 30px;
  padding: 20px;
  border-radius:50%;
}

.usu-box  h2 {
  color: #769bad
}
.usu-box .row-sec {
  padding: 20px;
}
.color-line-content {
 background-color: #557b8e
}
.usu-box .color-line-1 {
  background-color: #eee;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.usu-box .color-line-2 {
  background-color: #ddd;
}
.usu-box .color-line-3 {
  background-color: #ccc;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.usu-box .link-change {
  color: #428BCA;
}
.usu-box .link-change:hover {
  text-decoration: underline;
  font-weight: bold;
  cursor:pointer;
}

@media (max-width: 767px) {
  .usu-box {
  padding:20px;
  }
  .usu-box .glyphicon {
    font-size: 20px;
    padding: 10px;

  }

  .usu-box  h2 {
    color: #769bad;
    font-size: 16px
  }
}

.iradio {
    text-align: center
}
.iradio label {
  font-weight: normal;
  font-size: 21px;
  
}
.iradio:hover label { 
    cursor:pointer;
    color: #800080;
    text-decoration: underline;
}
#cart-show .panel-default {
  border:none;
}
#cart-show .panel-default .panel-heading{
  background: none;
  border:none;
  padding-top:20px;
}
#cart-show .ico.ico-cart {
  display: inline-block;
  background: url(../img/ico_cart.png) no-repeat;
  width:46px;
  height:39px;
  vertical-align: top;
}
#cart-show #cart-step-2 .jumbotron {
  border: solid 2px #ccc;
  background: #fff;
  padding:30px;
}
#cart-show #cart-step-2 .jumbotron p {
  font-size: 16px;
}
#cart-show #cart-step-2 .jumbotron hr {
  margin:10px 0px;
}
#cart-show #cart-step-2 .jumbotron .img-text {
  display: inline;
  float: left;
  margin-right: 10px;
}
#cart-show #cart-step-2 .jumbotron .iradio label {
  font-size: 16px;
}
#cart-show #cart-step-2 .jumbotron.active {
  border: solid 2px #00FF7F;
  background: #fff

}
#cart-show #cart-step-2 .jumbotron.active  .iradio label { 
    color: #800080;
    text-decoration: underline;
}
#cart-show #cart-step-2 .page-header {
  margin:0px 0px 10px;
  background: #131b52;
  padding: 12px;
  border-radius: 6px;
  color: #fff;

}
#cart-show #cart-step-2 .page-header h2, #cart-show #cart-step-2 .page-header h3 {
  margin:0px;
}
 #cart-show #cart-step-2 .page-header h3 {
  font-size:22px;
 }
#cart-show span.numero-ticket {
  background-color: #557b8e;
  color: #f8f8f8;
  padding: 10px;
  text-shadow: 1px 1px 1px rgba(100, 100, 100, 0.86);
  display: block;
  margin: 0 auto;
  border-radius:10px;
  max-width: 300px;
  margin-top: 10px;
}

.msj-cart-fin .tit {
  color:#131b52;
  margin-top:10px;
  margin-bottom:20px;
}
.text-operacion {
  color:#2A2558;
}
.text-redes {
  color:#2A2558;
  font-size: 15px;
  text-align: center
}
.estado-operacion {
  color:#131b52;
}
/* datos personas */
#datos-personales .form-control {
  border-width:2px;
  padding:0 12px;
  font-size: 16px;
  height: 44px;
}
.jumbotron.cart-fin {
  padding-left:30px;
  padding-right:30px;
}
/* pagos index */
.pagos-online {
  background: #fff;
  padding: 40px 0px;
}
.pagos-online .po {
  text-align: center;
  padding: 15px 15px;
  margin-left: -1px;
  color: #333;
}
.pagos-online .po .ico {
  background-image: url(../img/row_compra_online.png);
  display: inline-block;
  width: 66px;
  height: 52px;
  margin-right: 15px;
  vertical-align: middle;
}
.pagos-online .po .ico.ico-envios {
  background-position: 0px 0px;
}
.pagos-online .po .ico.ico-sucursal {
  background-position: -66px 0px;
}
.pagos-online .po .ico.ico-mercadopago {
  background-position: -137px 0px;
  width: 75px;
}
.pagos-online .po .po-text {
  color: #2A2558;
  /*font-family: 'Nunito', sans-serif;*/
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
.pagos-online .po.border-r {
  border-right: 1px solid #ccc;
}
.pagos-online .po.envios .po-text {
  width: 120px;
}

@media (max-width: 450px) {
  .pagos-online .po {
    text-align: left;

  }
  .pagos-online .po.mercado {
    /*max-width: 300px*/

  }
  .pagos-online .po .po-text {
    font-size: 15px;
  }

}
/* Top Line header */
#top-line {
  background: #131b52;
  color:#fafafa;
  height: 30px;
}
/* Menu informativo */
.menu-info {
  margin-top: 5px;
}
.menu-info li a {
  /*border-right: 1px solid #cdcdcd;*/
  color: #fafafa;
  font-size: 13px;
  line-height: 20px;
  padding: 0px 10px;
  font-weight: normal;
}
.menu-info li a img {
  margin-top:-2px;
}
.menu-info li a img:hover {
  opacity: 0.7;
}
.menu-info li a:hover {
  background: none;
  color: #222;
}
.menu-info li a.no-b {
  border-right: 0px;
}

#top-line-movil {
  display:none;
  border-top:1px solid #ccc;
  padding-top:10px;
}

@media (max-width: 767px) { 
  #top-line {
    display: none;
  }
  #top-line-movil {
    display:block;
  }
  #top-line-movil .ico-red {
    background:none;
  }
  #top-line-movil .ico-red:hover {
    background: black
  }

  .btn-cart-shop .cart {
   font-size: 26px;
    padding: 0px;
    width: 45px;
    height: 45px;

  }

}
#voucher-sec {
  text-align: center;
}
#voucher-sec .code {
  border: 2px dotted #ccc;
  border-radius: 5px;
  font-size: 35px;
  display: inline-block;
  margin-bottom: 20px;
  padding: 20px;
}

#voucher-sec .code .barcode {
  font-family: 'Codefont';
  font-size: 70px;
}
.map-contact {
  height: 300px;
  width: 100%;
}