/*
* CSS usado en la vista pública de la nueva tienda.
*/


@font-face
{
    font-family: 'gobcl';
    src: url("fonts/gobcl_bold-webfont.eot");
    src: url("fonts/gobcl_bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/gobcl_bold-webfont.woff2") format("woff2"), url("fonts/gobcl_bold-webfont.woff") format("woff"), url("fonts/gobcl_bold-webfont.ttf") format("truetype"), url("fonts/gobcl_bold-webfont.svg#gobclbold") format("svg");
    font-weight: bold;
    font-style: normal;
}
@font-face
{
    font-family: 'gobcl';
    src: url("fonts/gobcl_heavy-webfont.eot");
    src: url("fonts/gobcl_heavy-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/gobcl_heavy-webfont.woff2") format("woff2"), url("fonts/gobcl_heavy-webfont.woff") format("woff"), url("fonts/gobcl_heavy-webfont.ttf") format("truetype"), url("fonts/gobcl_heavy-webfont.svg#gobclheavy") format("svg");
    font-weight: 800;
    font-style: normal;
}
@font-face
{
    font-family: 'gobcl';
    src: url("fonts/gobcl_light-webfont.eot");
    src: url("fonts/gobcl_light-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/gobcl_light-webfont.woff2") format("woff2"), url("fonts/gobcl_light-webfont.woff") format("woff"), url("fonts/gobcl_light-webfont.ttf") format("truetype"), url("fonts/gobcl_light-webfont.svg#gobcllight") format("svg");
    font-weight: lighter;
    font-style: normal;
}
@font-face
{
    font-family: 'gobcl';
    src: url("fonts/gobcl_regular-webfont.eot");
    src: url("fonts/gobcl_regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/gobcl_regular-webfont.woff2") format("woff2"), url("fonts/gobcl_regular-webfont.woff") format("woff"), url("fonts/gobcl_regular-webfont.ttf") format("truetype"), url("fonts/gobcl_regular-webfont.svg#gobclregular") format("svg");
    font-weight: normal;
    font-style: normal;
}
body
{
    font-family: 'gobcl';
    font-size: 14px;
}

h1, h2, h3, h4, h5, h6
{
    font-family: 'gobcl';
}

.row-fixed
{
    margin: 0 auto;
    width:1000px;
}

.row-no-rs
{
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    display: table;
}

.col-centered
{
    display: inline-block;
    float: none;
    margin-right: -4px;
}

.row-centered
{
    text-align: center;
}
.container
{
    max-width: 1280px;
    width: 100%;
}

.banner-principal
{
    position: relative;
  /*  max-width: 1280px;*/
    width: 100%;
    margin: 0 auto;
}
.banner-principal img
{
    width: 100%;
    overflow: hidden;
    height: auto;
    display: block;
}
.banner-principal:after
{
    width: 60%;
    height: 5px;
    content: "";
    background: #EB3A44;
    position: absolute;
    bottom: 0px;
    right: 0;
    display: block;
    z-index: 1;
}
.banner-principal:before
{
    width: 40%;
    height: 5px;
    content: "";
    background: #0667B4;
    position: absolute;
    bottom: 0px;
    left: 0;
    display: block;
    z-index: 1;
}

.acceso-provee
{
    text-align: center;
    background: #F2F2F2;
    margin-bottom: 30px;
}
.acceso-provee h3
{
    font-weight: bold;
}

.center-absolute
{
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
@media only screen and (max-width: 840px)
{
    .center-absolute
    {
        position: relative;
    }
}
@media only screen and (max-width: 1024px)
{
    .center-absolute .col-centered
    {
        width: 100%;
    }
    .info-home .busqueda-home h2 {
        margin-top: 5px;
    }
}

@media only screen and (max-width: 840px)
{
    .info-home
    {
        background: #f2f2f2;
    }
}

.text-home
{
    color: #fff;
    display: table;
    float: left;
    width: 30%;
    text-align: left;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.9);
}
@media only screen and (max-width: 840px)
{
    .text-home
    {
        width: 50%;
        padding: 10px;
    }
}
@media only screen and (max-width: 640px)
{
    .text-home
    {
        width: 100%;
    }
}
.text-home h2
{
    font-size: 36px;
    font-weight: bold;
}
.text-home p
{
    font-size: 16px;
    margin: 0;
}

.vert-center
{
    display: table-cell;
    vertical-align: middle;
}

.col3fot > .well2
{
    overflow: hidden;
}

.buscador-home
{
    position: absolute;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    right: 0;
    top: 0;
    padding: 20px;
    width: 35%;
    text-align: left;
}
@media only screen and (max-width: 840px)
{
    .buscador-home
    {
        position: relative;
        float: left;
        width: 50%;
    }
}
@media only screen and (max-width: 640px)
{
    .buscador-home
    {
        width: 100%;
    }
}
.buscador-home .btn
{
    background: #0667B4;
    color: #fff;
    float: right;
    padding: 10px 30px;
}
.buscador-home h3
{
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    margin: 0 0 20px 0;
}
.buscador-home input[type="text"]
{
    width: 100%;
    border: none;
    padding: 10px;
    height: 40px;
    margin-bottom: 10px;
}
.buscador-home input[type="text"]::-webkit-input-placeholder
{
    font-style: italic;
}
.buscador-home input[type="text"]:-moz-placeholder
{
    /* Firefox 18- */
    font-style: italic;
}
.buscador-home input[type="text"]::-moz-placeholder
{
    /* Firefox 19+ */
    font-style: italic;
}
.buscador-home input[type="text"]:-ms-input-placeholder
{
    font-style: italic;
}
.buscador-home select
{
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
    font-size: 14px;
    padding: 0 10px;
}
.buscador-home select:last-child
{
    margin-bottom: 0;
}

.producto-inicio
{
    margin-bottom: 30px !important;
    overflow: hidden;
}
.producto-inicio h2
{
    margin: 0 0 30px 0;
}

.panel
{
    box-shadow: none;
}

.panel-primary
{
    border: none;
}

.panel-primary > .panel-heading
{
    background: none;
    padding: 0;
    float: left;
    width: 100%;
    border-bottom: 3px solid #0667B4;
}

.panel-body
{
    float: left;
    width: 100%;
    border-top: none;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.nav-tabs
{
    float: left;
    border-bottom: none;
}
.nav-tabs li
{
    border-bottom: none;
    margin-bottom: 0;
}
.nav-tabs li a
{
    border-radius: 0;
    color: #666;
    border: none;
    font-size: 14px;
    text-decoration: none;
    background: #E3E3E3;
    padding: 10px 20px;
}
.nav-tabs li.active a
{
    color: #fff;
    background: #0667B4;
    border: none;
    position: relative;
}
.nav-tabs li.active a:hover, .nav-tabs li.active a:focus
{
    background: #034C87;
    color: #fff;
    border: none;
}
.nav-tabs li.active a:hover:after, .nav-tabs li.active a:focus:after
{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #034C87;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
    
}
.nav-tabs li.active a:hover:focus, .nav-tabs li.active a:focus:focus
{
    background: #0667B4;
    color: #fff;
    border: none;
}
.nav-tabs li.active a:hover:focus:after, .nav-tabs li.active a:focus:focus:after
{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #0667B4;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
   
}
.nav-tabs li.active a:focus
{
    background: #0667B4;
    color: #fff;
    border: none;
}
.nav-tabs li.active a:focus
{
    outline: none;
}
.nav-tabs li.active a:after
{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #0667B4;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -8px;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
   
}

.bx-wrapper
{
    position: relative;
}

.bx-controls
{
    position: absolute;
    top: 50%;
    width: 100%;
}

.bx-controls-direction>*{
    border:none !important;
}

.bx-controls-direction a
{
    width: 24px;
    height: 44px;
    display: block;
    position: absolute;
    text-indent: -9999px;
    margin-top: -22px;
    border:none !important;
}
.bx-controls-direction a.bx-prev
{
    left: -30px;
    background: url(../img/prev.png) no-repeat center;
    width: 20px;
    height: auto;
    overflow: hidden;
    transform: scale(1.5);
    border:none !important;
}
.bx-controls-direction a.bx-next
{
    right: -30px;
    background: url(../img/next.png) no-repeat center;
    width: 20px;
    height: auto;
    overflow: hidden;
    transform: scale(1.5);
    border:none !important;
}

.bx-controls-direction a.bx-prev img
{
    border:none !important;    
}

.bx-controls-direction a.bx-next img
{
    border:none !important;    
}

.bx-wrapper, .bx-viewport
{
    height: 420px !important;
}

.product-slide
{
    width: 90%;
    display: table;
    margin: 20px auto;
    padding: 0;
    list-style: none;
}
.product-slide li
{
    width: 19%;
    float: left;
    border: 1px solid #D9D9D9;
    margin-right: 10px;
}
.product-slide li:last-child
{
    margin-right: 0;
}
.product-slide li .pro-img
{
    text-align: center;
}
.product-slide li h3
{
    color: #0667B4;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding: 0 10px;
}
.product-slide li .pro-precio
{
    display: block;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
}
.product-slide li .pro-precio-antes
{
    text-align: center;
    display: block;
    margin-bottom: 10px;
}
.product-slide li .pro-precio-antes span
{
    position: relative;
}
.product-slide li .pro-precio-antes span:before
{
    background: #666 none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 8px;
    width: 100%;
}
.product-slide li .pro-region
{
    width: 100%;
    background: #F5F5F5;
    padding: 10px;
    font-size: 10px;
    text-align: center;
    margin-bottom: 5px;
}
.product-slide li dl
{
    padding: 0 10px;
}
.product-slide li dl dt
{
    float: left;
}

footer
{
    overflow: hidden;
}

.panel-buscar
{
    background: #F0F0F0;
    margin: 20px auto;
    width: 100%;
    padding: 0;
}
.panel-buscar.buscar-home
{
    background: rgba(0, 0, 0, 0.6);
    z-index: 98;
    position: relative;
}
.panel-buscar h2
{
    background: #0667B4;
    margin: 0 0 5px;
    text-align: center;
    color: #fff;
    padding: 10px 25px;
    font-size: 16px;
    box-shadow: 0 5px 0 0 #034C87;
}
.panel-buscar .search-wrap
{
    padding: 15px 25px;
}

.panel-buscar .search-query
{
    width: 490px;
    height: 40px;
    border-radius: 3px;
    border: 1px solid #ddd;
    padding: 0 10px;
}
.panel-buscar .search-query:focus
{
    border: 1px solid #8AB7DC;
    box-shadow: 0 0 2px 0 #8AB7DC;
}

.panel-buscar .buscador-box .toggle-search {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    padding: 5px 40px 5px 30px;
    height: 40px;
    line-height: 200%;
    position: relative;
    float: left;
    margin: 0 20px 0 0;
    background: no-repeat right center #666;
    border: none;
    border-radius: 0;
}
    .panel-buscar .buscador-box .btn-default:hover {
        background-color: #666;
    }
    .panel-buscar .buscador-box .btn-default:active:hover {
        background-color: #d4d4d4;
    }
    .panel-buscar .toggle-search:after {
        background: url("../img/arrow-down.png") no-repeat scroll center center;
        content: "";
        height: 20px;
        position: absolute;
        right: 10px;
        top: 9px;
        width: 24px;
        -webkit-transition: all ease 300ms;
        -moz-transition: all ease 300ms;
        -ms-transition: all ease 300ms;
        -o-transition: all ease 300ms;
        transition: all ease 300ms;
    }
.panel-buscar .toggle-search:before {
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}
.panel-buscar .toggle-search.open:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid #666;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  transform: rotate(360deg);
 
  position: absolute;
  left: 50%;
  margin-left: -8px;
  bottom: -10px;
}
.panel-buscar .toggle-search.open:after {
  -webkit-transform: rotate(-30deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transform-origin: 50% 50% 0;
  -moz-transform-origin: 50% 50% 0;
  -ms-transform-origin: 50% 50% 0;
  -o-transform-origin: 50% 50% 0;
  transform-origin: 50% 50% 0;
}

.btn
{
    border-radius: 0;
    transition: all ease 100ms;
}

.btn-search {
    background: url(../img/ico-search.png) no-repeat center left 6% #0666B2 !important;
    padding: 5px 20px !important;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    position: relative !important;
    bottom: 0;
    /*width: 170px!important;*/
    font-size: 12px;
    height: 40px;
    float: right;
    /*margin-left: 20px;*/
}
.btn-search-box {
    width: 1%;
}
.btn-search:hover
{
    color: #fff;
    background: url(../img/ico-search.png) no-repeat center left 6% #034C87!important;
}
.btn-search:before
{
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background: transparent!important;
    display: block;
}

.categorias
{
    max-height: 0;
    overflow: hidden;
    width: 100%;
    transition: all ease 300ms;
}
.categorias.open-cat
{
    max-height: 300px;
}

ul.menu-cat {
    padding: 0;
    float: left;
    margin: 6px 0px;
    list-style: none;
    position: relative;
}
.menu-cat ul
{
    list-style: none;
}

.primer-nivel
{
    background: #0667B4;
    color: #fff;
    text-decoration: none;
    width: 200px;
    padding: 15px 10px;
    text-align: center;
    border-bottom: 1px solid #fff;
}
.primer-nivel:last-child
{
    border-bottom: none;
}
.primer-nivel a
{
    text-decoration: none;
    color: #fff;
}

.submenu
{
    float: left;
    margin: 20px 5px 0 0;
    position:relative;
}
.submenu.open
{
    display: block;
}

.submenu
{
    background: #fff;
    height: 203px;
    width: 230px;
}
.submenu ul
{
    list-style-position: inside;
    padding: 0 0 0 10px;
}
.submenu li, .submenu a
{
    color: #0667B4;
    line-height: 200%;
    padding: 0;
    text-align: left;
    font-size: 14px;

}

.submenu li:hover, .submenu a:hover
{
    text-decoration: underline;
}

.menu-wrap
{
    height: 200px;
    overflow-y: scroll;
    margin-top: 5px;
}

.panel
{
    box-shadow: none;
}

.panel-primary
{
    border: none;
}

.panel-primary > .panel-heading
{
    background: none;
    padding: 0;
    float: left;
    width: 100%;
    border-bottom: 3px solid #0667B4;
}

.panel-body
{
    float: left;
    width: 100%;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid #ddd;
}

.nav-tabs
{
    float: left;
    border-bottom: none;
}
.nav-tabs li
{
    border-bottom: none;
    margin-bottom: 0;
}
.nav-tabs li a
{
    border-radius: 0;
    color: #666;
    border: none;
    font-size: 14px;
    text-decoration: none;
    background: #E3E3E3;
    padding: 10px 20px;
}
.nav-tabs li.active a
{
    color: #fff;
    background: #0667B4;
    border: none;
    position: relative;
}
.nav-tabs li.active a:hover, .nav-tabs li.active a:focus
{
    background: #034C87;
    color: #fff;
    border: none;
}
.nav-tabs li.active a:hover:after, .nav-tabs li.active a:focus:after
{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #034C87;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);

}
.nav-tabs li.active a:hover:focus, .nav-tabs li.active a:focus:focus
{
    background: #0667B4;
    color: #fff;
    border: none;
}
.nav-tabs li.active a:hover:focus:after, .nav-tabs li.active a:focus:focus:after
{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #0667B4;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
    
}
.nav-tabs li.active a:focus
{
    background: #0667B4;
    color: #fff;
    border: none;
}
.nav-tabs li.active a:focus
{
    outline: none;
}
.nav-tabs li.active a:after
{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #0667B4;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -8px;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
    
}

.buscar-home .btn-search 
{
    float:right;
    margin:0;
}

@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotating {
  -webkit-animation: rotating 1s linear infinite;
  -moz-animation: rotating 1s linear infinite;
  -ms-animation: rotating 1s linear infinite;
  -o-animation: rotating 1s linear infinite;
  animation: rotating 1s linear infinite;
}

.submenuload
{
    position: absolute;
    top: 50%;
    left:50%;
    }
    
    .descripcion-tienda {
  float: left;
  padding: 20px 20px 20px 0;
  text-align: left;
  width: 60%; }
  .descripcion-tienda h3 {
    margin: 0; }
  .descripcion-tienda p {
    margin: 0; }
    
.provee-call {
  background: #999 none repeat scroll 0 0;
  color: #fff;
  float: left;
  padding: 15px 20px;
  /*position: absolute;*/ /*20160725*/
  right: 0;
  text-align: left;
  width: 40%; }
  .provee-call h3 {
    margin: 0; }
  .provee-call p {
    margin: 0; }
.info-bloq {
  border: 1px solid #0667B4;
  margin-bottom: 20px;
}

.info-bloq .info-bloq-head {
  background: #0667b4;
}
.info-bloq.busq-palabra .info-bloq-head {
  background: #1ABC9C;
  position:relative;
  padding-bottom:60px;
}
.info-bloq h3 {
  padding: 20px 20px;
  margin: 0;
  text-align: center;
  color: #fff;
  font-size: 16px;
}

.cont-bloq {
  padding: 10px 3px;
  text-align: center;
  font-size: 14px;
}
.cont-bloq p {
  margin: 5px 0;
}
.row-fixed {
  width: 100%;
  margin: 0 auto;
  min-width: 1000px;
}

.info-bloq-home
{
    width:32%;
    float:left;
    margin-right:2%;
    }
    
.info-bloq-home:last-child
{
    margin-right:0;
    }
    
.primernivel-active
{
	background-color:#034C87 !important;
	color:white;
}

::-webkit-scrollbar {
    -webkit-appearance: none;
   background-color:#F1F1F1;
    width:20px;}

::-webkit-scrollbar-thumb {
    background-color: #C1C1C1;
    border:3px solid #F1F1F1;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
    height: 20px;
    display: block;
}
    ::-webkit-scrollbar-button:vertical:decrement {
    background-image: url('../img/scrollbar.png');
    background-repeat: no-repeat, repeat-y;
    background-position: 0px 0px;
    }

    ::-webkit-scrollbar-button:vertical:decrement:hover {
        background-position: -20px 0px;
    background-color: #D2D2D2;}

    ::-webkit-scrollbar-button:vertical:decrement:active {
     background-position: -20px 0px;
     background-color:#666666;}


    ::-webkit-scrollbar-button:vertical:increment
{
    background-image: url('../img/scrollbar.png');
    background-repeat: no-repeat, repeat-y;
    background-position: -40px 0px;
}

    ::-webkit-scrollbar-button:vertical:increment:hover {
        background-position: -60px 0px;
        background-color:#D2D2D2;
    }

    ::-webkit-scrollbar-button:vertical:increment:active {
      background-position: -60px 0px;
      background-color:#666666;}
@media only screen and (max-width: 1200px)
{
    .center-absolute .col-centered
    {
        width: 100%;
    }
}
/*nuevo buscador*/
.panel-buscar.buscar-home #cajaBusqueda .search {
    background-color: white;
    height: 40px;
    border-radius: 0px;
    border: 1px solid #ddd;
    padding: 0 10px;
}
.panel-buscar .search-wrap form {
    display: block!important;
    margin: 0 auto;
}
.panel-buscar #btnBuscar {
    width: 100%;
    margin-right: 0;
}
.buscar-home .submenu {
    width: 33.3%;
}
.menu-cat {
    float: none !important;
    width: 100%;
}
.buscar-home .primer-nivel {
    border-bottom: 0;
    width: 24.2%;
    display: inline-block;
}
.buscar-home .submenu {
    margin: 0;
    width: 33.3%;
}
.panel-buscar .buscador-box {
    display: block;
}
.panel-buscar .buscador-box .btn{
    width:100%
}
/*#cajaBusqueda {
    float: left;
}*/
#cajaBusqueda > span.twitter-typeahead {
   /*display: block;*/
   vertical-align: middle;
    width: 100%;
}

.toggle-search {
    border: none;
}
.categorias .submenu ul li {
    padding-left: 10px;
    margin-left: 0px;
    list-style: none;
}
.categorias .submenu ul {
    margin-left: 0;
}
.categorias  .submenu ul li:nth-child(odd) {
    background: #EBF0F7;
}

.busqueda-home h2 {
    font-size: 30px;
    font-weight: bold;
    margin-top: 130px;
    color: #333333;
}
.buscar-home .primer-nivel:hover span {
    color: #ebf0f7;
}

@media only screen and (min-width: 680px) {
    .panel-buscar .buscador-box {
        display: table;
    }
    .btn-search-box {
        width: 18%;
    }
}

@media only screen and (min-width: 1024px) {
    .categorias.open-cat {
        margin-top: 15px;
    }

    .buscar-home .submenu {
        width: 27.3%;
    }

    ul.menu-cat {
        float: left !important;
        width: 18%;
        margin: 0px;
    }

    .buscar-home .primer-nivel {
        border-bottom: 1px solid #034c87;
        display: block;
        padding: 20.2px 0;
        width: 100%;
    }

}
@media only screen and (max-width: 580px) {
    .acceso-provee .descripcion-tienda, .acceso-provee .provee-call {
        width: 100%;
    }
}

/*termina nuevo buscador*/
/*Comienza header*/
.header img {
    width: 215px;
    height: 47px;
}

@media (min-width: 992px) {
    #encabezado .row .botonera-nav {
        display: inline-block !important;
    }
}

@media (min-width: 992px) {
    #encabezado .botonera-nav {
        float: right;
    }
}

#encabezado .row .botonera-nav {
    margin-right: 0 !important;
    width: inherit;
}

header .logo {
    margin: 0px 0 20px;
    float: left;
}

header .botonera-nav {
    float: right !important;
}

.header img {
    width: 215px;
    height: 47px;
}

header input {
    margin-right: 5px;
}

.btn.btn-xl {
    padding: 12px 38px;
}

.inicio-sesion .btn {
    margin-bottom: 7px;
    margin-right: 0;
}

.botonera-nav a, .botonera-nav input {
    font-size: 14px;
}
.btn-ghost {
    border: 1px solid #0667B4;
    background: none;
    color: #0667B4;
}
.btn-ghost:hover {
    color: #fff !Important;
    background: #0667B4;
}

.btn.btn-pri {
    background: #0667B4;
    color: White;
}
.btn {
    border-radius: 0px!Important;
}
#encabezado .btn {
    height: auto;
}

#encabezado .logo-seccion {
    margin-right: 0;
}

.logo.header img{
    background: white;
}

.logo.header {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#encabezado {
    padding-bottom: 10px;
}
a:hover {
    text-decoration: none !important;
    color: #044076 !Important;
}
.panel-primary > .panel-heading {
    background-color: white!important;
}
.panel.with-nav-tabs.panel-primary {
    border: none;
    box-shadow: none;
}
.panel.with-nav-tabs.panel-primary .panel-body {
    border: none;
}
.nav-tabs li a {
    border-radius: 0px !important;
}
.nav-tabs li.active a{
    background-color: #0667B4!important;
    color: white!important;
}
.nav-tabs li.active a:hover:focus, .nav-tabs li.active a:focus:focus, .nav-tabs li.active a:focus, .nav-tabs li a, .nav-tabs li a:hover, .nav-tabs li a:focus {
    padding: 11px 15px!important;
    height:44px;
}
.nav-tabs > li > a:focus {
    border: none;
}
.cont-bloq {
    height: auto!important;
}
#tabLoMasVisto .bx-wrapper {
    max-width:100%!important;
    width:100%!important;
}
@media (min-width: 768px) {
    .inline-block {
        display: inline-block;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}
@media (min-width: 768px) {
    .inicio-sesion {
        vertical-align: top;
    }
}
@media (min-width: 841px) {
    .busqueda-home h2 {
        color: #fff;
        text-shadow: 0px 3px 5px black;
    }
}
@media (max-width: 640px) {
    header .logo {
        margin-top: 30px !important;
    }
    .info-bloq-home {
        width: 100%!important;
    }
}
@media (max-width: 767px) {
    .botonera-nav .btn, .botonera-nav .inicio-sesion, .botonera-capsula {
        width: 100%!important;
        margin-left: 0;
    }
}

@media (max-width: 1024px) {
    body .container {
        max-width: 750px !important;
    }
}
/*Termina header*/
/*Modales*/
.modal-header {
    background: #0667B4;
    border-radius: 4px 4px 0 0;
    color: white;
    padding: 15px;
}
.modal-header .modal-title {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}
.modal button.close {
    background: #333;
    border-radius: 100%;
    color: #f1f1f1;
    height: 30px;
    opacity: 0.9;
    overflow: hidden;
    text-shadow: none;
    width: 30px;
    position: absolute;
    right: -15px;
    top: -12px;
}
select.form-control {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-image: url(../img/dropdown-form.png);
    background-repeat: no-repeat;
    background-position: right 16px bottom 12px;
    padding-right: 36px;
}
.modal-lg {
    width: 800px;
    margin-top: 20px !important;
}
.form-control {
    box-shadow: none !important;
    border: 1px solid #979797 !important;
    border-radius: 0 !important;
    padding-left: 12px !important;
}
/*Terminan modales*/