/*

- Generales
- Menu
- Home
- Sliders
- Categorias Productos
- Productos

- Media Queries

*/



/*
-webkit-transition: all 200ms linear;
-moz-transition: all 200ms linear;
-o-transition: all 200ms linear;
-ms-transition: all 200ms linear;
transition: all 200ms linear;
*/

/* FAVORITOS */
@import 'favoritos.css';

/* GENERALES */

body{
  background: #f4f4f4;
}

#principal{
  padding-bottom: 50px;
}
/* MENU */

.menu-medio{
  background: #0B499E;
  color: #fff;
}
.navbar-light .navbar-nav{
  margin-left: 20px;
}
.navbar-light .navbar-nav .nav-link{
  font-size: 13px;
  color: #999;
}

.virutex-nav{
  height: 130px;
  padding: 0;
}

.subheader{
  background: #0B499E;
  /*height: 55px;*/
}

.navbar-brand{
  padding: 25px 0;
}

.navbar-nav{
  padding: 40px 0;
  text-transform: uppercase;
  color: #999999;
  margin-left: 50px;
}

.navbar{
  margin: 0;
}
.slide-image {
    width: 100%;
}

.fav-nav{
  padding: 15px;
  font-size: 13px;
  margin-left: 100px;
}

a.fav{
  margin: 0 10px;
}

.single-item{
  border: 1px solid #dedede;
}

.fav-nav a:hover{
  text-decoration: none;
}


.carousel-holder {
    margin-bottom: 30px;
}

.carousel-control,
.item {
    border-radius: 4px;
}

.caption {
    height: 130px;
    overflow: hidden;
}

.caption h4 {
    white-space: nowrap;
}

.thumbnail img {
    width: 100%;
}

.ratings {
    padding-right: 10px;
    padding-left: 10px;
    color: #d17581;
}

.thumbnail {
    padding: 0;
    border-radius: 0;
    border: none;
}

.thumbnail .caption-full {
    padding: 9px;
    color: #333;
}

img.home-categoria{
  width:100%;
}

footer {
    color: #fff;
    /*height: 150px;*/
    padding: 40px;
    background: #0D4898;
}

.social{
  padding: 25px 0 0 15px;
}

.footer-direccion{
  font-size: 11px;
  padding: 25px 0 0 15px;
}
a.social-icon{
  color: #fff;
  margin: 0 5px;
}
ul.list-footer{
  padding: 25px 0 0 15px;
}

li.footer-nav{
  display: inline-block;
  margin: 0 10px;
}

li.footer-nav a{
  color: #fff;
  font-size: 14px;
  font-weight: normal;
}

a{
  color: #999999;
}

.breadcrumbs{
  margin: 25px 0;
  font-size: 12px;
}

#menu-menu-principal{
  list-style: none;
  padding: 15px 0 0 0;
  font-size: 13px;
}
#menu-menu-principal li{
  display: inline-block;
  margin-right: 15px;
}
#menu-menu-principal li.solo-mobile{
  display: none; 
}

#menu-menu-principal li a:hover{
  text-decoration: none;
}

.menu-menu-secundario-container{
  padding: 10px;
  text-align: center;
}
#menu-menu-secundario{
  list-style: none;
  font-size: 14px;
  padding: 0;
  margin-bottom: 0;
}
#menu-menu-secundario li{
  display: inline-block;
  padding: 0 5px;
  border-right: 1px solid #fff;
  font-size: 11px;
  text-transform: uppercase;
}
#menu-menu-secundario li.ultimo{
  border-right: none;
}
#menu-menu-secundario li a{
  color: #fff;
  text-decoration: none;
}

#menu-menu-secundario li a:hover,
#menu-menu-secundario li a.activo{
  color:#ffe241;
}


/* HOME */

.category-list{
  margin: 20px 0;
}

.category-item-left{
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 5px;
}

.category-item-right{
  margin-bottom: 10px;
  padding-left: 5px;
  padding-right: 0;
}
/* SLIDERS */

.owl-theme .owl-nav{
  position: absolute;
  width:100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}

.owl-theme .owl-nav [class*=owl-]{
  width: 55px;
  height: 55px;
  overflow: hidden;
  text-indent: -9999px;
}
.owl-theme .owl-nav .owl-prev{
  float:left;
  margin-left:20px;
  background: url('../img/arrow_left.png') top left no-repeat;
}
.owl-theme .owl-nav .owl-next{
  float:right;
  margin-right: 20px;
  background: url('../img/arrow_right.png') top left no-repeat;
}
.owl-theme .owl-nav .owl-prev:hover{
  background: url('../img/arrow_left.png') bottom left no-repeat;
}
.owl-theme .owl-nav .owl-next:hover{
  background: url('../img/arrow_right.png') bottom left no-repeat;
}

.owl-theme .owl-dots{
  margin-top: -25px;
  position: relative;
}
.owl-theme .owl-dots .owl-dot span,
.owl-theme .owl-dots .owl-dot span{
  background: none;
  border: 1px solid #fff;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span{
  background: #ffffff;
  border: 1px solid #fff;
}

.owl-theme .owl-dots .owl-dot span{
  margin: 5px 2px;
}


/* CATEGORIAS PRODUCTO */

.informacion-portada{
  position: absolute;
    top: 0;
    margin: 30px;
    max-width: 40%;
    color: #fff;
}

.descripcion-categoria p{
  font-size: 13px;
}

.lista-minuatura{
  margin: 20px -15px 0;
}

.miniatura-sub{
  margin: 15px 0;
}

.miniatura-sub img{
  width: 100%;
}

.portada-categoria img{
  width: 100%;
  max-width: 825px;
}

h1.separator-title{
    margin: 20px 0px;
    font-size: 28px;
    color: #b5a28c;
    font-weight: 700;
    border-bottom: solid 2px;
    width: 80%;
}

span.separator-title{
  background: #f4f4f4;
    padding: 0 10px 1px 0;
}

span.titulo-subcategoria{
  max-width:150px;
  position: absolute;
  top: 10px;
  left: 25px;
  padding: 10px 5px;
  border: 1px solid #ddd;
  font-weight: bold;
  font-size: 13px;

  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
}

.miniatura-sub:hover span.titulo-subcategoria{
 /* top: 37%;
  left: 10%;*/
  margin: 0 auto;
}

.breadcrumbs{
  font-size: 14px;
  font-style: italic;
  color: #2c4a98;
}

/*SIDEBAR */

.sidebar{

}
.sidebar .box{
  background: #fff;
  border: 1px solid #ddd;
  padding: 0;
  margin-bottom: 10px;
}
.sidebar .categorias .titulo{
  background: url(../img/ico_hogar.png) 25px 14px no-repeat #2c4a98;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  padding: 14px 0;
  text-align: center;
}
.sidebar .categorias ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar .categorias ul li{
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  border-top: solid 1px #f5f5f5;
}
.sidebar .categorias ul li a{
  color: #999999;
  background: url(../img/ico_li_padre_off.png) left 14px no-repeat;
  padding: 10px 0 10px 38px;
  display: block;
  margin: 0 0 0 25px;
  font-size: 13px;
}

.sidebar .categorias ul li a:hover {
  color:#45b0e3;
}

.sidebar .categorias ul li.active a {
  background: url(../img/ico_li_padre_on.png) left 14px no-repeat;
  color: #45b0e3;
}

.sidebar .categorias ul li ul{
  display: none;
}

.sidebar .categorias ul li.active ul {
    margin: 0 0 10px 38px;
    padding: 0;
    display: block;
}
.sidebar .categorias ul li ul li,
.sidebar .categorias ul li.active ul li {
    border-top: none;
    padding: 0 0 0 25px;
    text-transform: initial;
    font-size: 12px;
}
.sidebar .categorias ul li ul li a,
.sidebar .categorias ul li.active ul li a {
    background: url(../img/ico_li_off.jpg) left 8px no-repeat;
    padding: 0 0 0 7px;
    margin: 0;
    color: #999999;
}

.sidebar .categorias ul li ul li.active a,
.sidebar .categorias ul li.active ul li.active a {
    background: url(../img/ico_li.jpg) left 8px no-repeat;
    color: #45b0e3;
}

.sidebar .lineas .titulo{
  color: #5ebbe7;
  font-size: 12px;
  margin: 25px 25px 5px 25px;
  text-transform: uppercase;
  font-weight: bold;
}

.sidebar .lineas ul {
    padding-left: 40px;
    list-style: none;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.sidebar .lineas ul li{
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.sidebar .lineas ul li a{
  color: #999999;
  font-size: 13px;
}
/* PRODUCTO */
#ficha-producto .general-producto{
  background:#F3CB0B;
}

.informacion-producto{
  padding-bottom: 30px;
}

#ficha-producto .informacion-producto{
  border:1px solid #F3CB0B;
  background: #fff;
}

#ficha-producto .informacion-producto .titulo {
    color: #4b4b4b;
    margin: 10px 0;
    font-weight: bold;
    font-style: italic;
    font-size: 16px;
}
#ficha-producto .informacion-producto .detalle {
    border-top: 1px solid #cfcfcf;
}

.general-producto h1{
  font-size: 26px;
    padding: 30px 0 30px 20px;
    margin: 0;
    border-bottom: solid 1px #f9e585;
    text-transform: uppercase;
    font-weight: bold;
}

.codigos-producto{
  padding: 40px;
  font-size: 15px;
  border-right: 1px solid #F9E585;
}

.agregar-favorito{
  margin-top: 10px;
  border: none;
  border-radius: 0px;
}

.descripcion-producto{
  padding: 40px;
  font-size: 13px;
}

.info-detalle{
      border-bottom: 1px solid #CFCFCF;
    margin: 10px 10px;
    padding-bottom: 10px;
}

.caracteristicas-tecnicas{
  padding: 20px;
  font-size: 14px;
  border-right: 1px solid #CFCFCF;
}

.dimensiones-caja{
  padding: 20px;
  font-size: 14px;
}


/* slider */
#n2-ss-4 .subtitulo-amarillo{
  color: #ecf1ab;
}
#n2-ss-4 .parrafo-blanco{
  color: #ffffff;
}


@media (max-width: 767px) { 
  .navbar-brand{
    width: 240px;
    display: inline-block;
  }
  .navbar-light .navbar-toggler{
    top: 40px;
  }
  #ajaxsearchlite1 {
    display: none;
  }
  footer{
    text-align: center;
  }
  ul.list-footer{
    padding: 25px 0 0 0;
  }
  .social{
    padding: 10px 0 0 0;
  }
  .footer-direccion{
    padding: 10px 0 0 0; 
  }
  .titulo-categoria h3{
    font-size: 22px;
  }
  .descripcion-categoria{
    display: none;
  }
  .fav-nav{
    display: none;
  }

  .collapse.show{
    z-index: 999;
    background: #2b4c93;
    border: 1px solid #fff;
  }
  #menu-menu-principal li {
    display: block;
    margin-right: 15px;
    border-bottom: 1px solid #ffffff52;
    padding: 5px;
  }
  #menu-menu-principal li.solo-mobile{
    display: block;
  }
  #menu-menu-principal li a{
    color: #fff;
  }
  .navbar-nav {
    padding: 0;
  }
  .page-id-474 .et_builder_outer_content{
    padding: 0 15px;
  }
  .wpgmp_listing_grid .wpgmp_locations{
    width: 100% !important;
    margin-bottom: 15px !important;
  }
}




