/* Borde del carrusel */ 
.bordercarrusel {
  border: 3px solid;
}


/* Separador Cabecera según tamaños */
.row-height-1 {
    height: 14px;
}
.row-height-2 {
    height: 10px;
}
.row-height-3 {
    height: 7px;
}
.row-height-4 {
    height: 8px;
}

/* Centrar elementos en pantalla */
.centered {
  position: fixed;
  top: 50%;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
}

/* Customización inputs */
.border {
    -webkit-appearance: none;
    border-width:0px;
    border:none;
}
.focus {
    outline: none;
    text-align: center;
}


/* Estilos de letra*/
/* Forzado de tipografía */
body
{
    font-family: 'Oswald', sans-serif !important;
}


.style_Menu {
    font-family: 'Oswald', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 1.25em;
}

/* Estilos de letra en pie de página */
.style_textos_pie_lg-md {
    color: rgb(86, 86, 86);
    font-size: 1.1em;
    font-weight: normal;
    line-height: 20px;
}
.style_textos_pie_negrita_lg-md {
    color: rgb(178,34,34);
    font-size: 1.0em;
    font-weight: 600;
    line-height: 20px;
}
.style_textos_pie_pequeno_lg-md {
    color: rgb(86, 86, 86);
    font-size: 0.8em;
    font-weight: normal;
    line-height: 20px;
}

.style_textos_pie_sm {
    color: rgb(86, 86, 86);
    font-size: 0.86em;
    font-weight: normal;
    line-height: 20px;
}
.style_textos_pie_negrita_sm {
    color: rgb(178,34,34);
    font-size: 0.76em;
    font-weight: 600;
    line-height: 20px;
}
.style_textos_pie_pequeno_sm {
    color: rgb(86, 86, 86);
    font-size: 0.65em;
    font-weight: normal;
    line-height: 20px;
}

.style_textos_pie_xs {
    color: rgb(86, 86, 86);
    font-size: 0.9em;
    font-weight: normal;
    line-height: 20px;
}
.style_textos_pie_negrita_xs {
    color: rgb(178,34,34);
    font-size: 0.8em;
    font-weight: 600;
    line-height: 20px;
}
.style_textos_pie_pequeno_xs {
    color: rgb(86, 86, 86);
    font-size: 0.6em;
    font-weight: normal;
    line-height: 20px;
}

.style_textos_empresa {
    color: rgb(86, 86, 86);
    font-size: 1.3em;
    font-weight: normal;
    line-height: 25px;
}

.style_textos_contacto_titulo {
    color: rgb(86, 86, 86);
    font-size: 1.4em;
    font-weight: normal;
    line-height: 25px;
}

.style_textos_contacto {
    color: rgb(86, 86, 86);
    font-size: 1.3em;
    font-weight: normal;
    line-height: 25px;
}

.style_textos_contacto_campos {
    color: rgb(86, 86, 86);
    font-size: 1.3em;
    font-weight: normal;
    line-height: 25px;
}

.style_formulario_contacto {
    font-size: 1.3em;
    font-weight: normal;
}

.style_formulario_contacto_AVISO {
    color: red;
    font-size: 1.3em;
    font-weight: normal;
}

.style_formulario_contacto_enviado {
    color: green;
    font-size: 1.3em;
    font-weight: 400;
}

/* Estilos de letra en página 404 error */
.style_subtitulo_cabecera {
    font-size: 1.25em;
    font-weight: normal;
    line-height: 25px;
}

.style_subtitulo_cabecera1 {
    color: rgb(86, 86, 86);
    font-size: 0.9em;
    line-height: 25px;
}

.style_error {
    font-size: 1.8em;
    font-weight: normal;
}

.style_Label_categoria_1170 {
    color: rgb(255, 255, 255);
    font-size: 2.3em;
}

.style_Label_categoria_970 {
    color: rgb(255, 255, 255);
    font-size: 2.0em;
}

.style_Label_categoria_748 {
    color: rgb(255, 255, 255);
    font-size: 1.4em;
}


/* Ocultar encabezado */
.encabezado
{
    text-indent: -9999px;
    height: 0px;
    margin: 0;
    padding: 0;
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}


/* Tratamiento de imágenes */
img {
    border: none;
}



/* Customización del carousel */
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}


@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}

.glyphicon.glyphicon-chevron-right{
   color: rgb(255, 255, 255) !important;
}

.glyphicon.glyphicon-chevron-left{
   color: rgb(255, 255, 255) !important;
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%) !important;
    background-image: -o-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%) !important;
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0)),to(rgba(0,0,0,0))) !important;
    background-image: linear-gradient(to right,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1) !important;
}

.carousel-control.right {
    background-image: -webkit-linear-gradient(right,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%) !important;
    background-image: -o-linear-gradient(right,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%) !important;
    background-image: -webkit-gradient(linear,right top,right top,from(rgba(0,0,0,0)),to(rgba(0,0,0,0))) !important;
    background-image: linear-gradient(to right,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1) !important;
}



/*Menú para móvil*/

.style_movil_inicio {
  list-style: none;
  color: #fff;
  font-size: 1.8em;
}

.style_movil_familias {
  list-style: none;
  color: #585858;
  font-size: 1.8em;
}

.style_movil_categorias {
  list-style: none;
  color: #00baff;
  font-size: 1.5em;
}

.style_textos_contacto_movil{
  color: rgb(86, 86, 86);
  text-decoration: none;
  font-size: 1.5em;
}

a[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}

a[href^="tel"] {
  color: inherit; /* Inherit text color of parent element. */
  text-decoration: none; /* Remove underline. */
  /* Additional css `propery: value;` pairs here */
}

.hovermenu:hover {
    color: black;
}

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

#wrapper.toggled {
    padding-left:190px;
}

#sidebar-wrapper {
    z-index: 1000;
    left: 220px;
    width: 0;
    height: 100%;
    margin-left: -220px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #1a1a1a;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

#sidebar-wrapper::-webkit-scrollbar {
  display: none;
}

#wrapper.toggled #sidebar-wrapper {
    width: 200px;
}

#page-content-wrapper {
    width: 100%;

}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -220px;
}

/*-------------------------------*/
/*     Sidebar nav styles        */
/*-------------------------------*/

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 220px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    position: relative; 
    line-height: 20px;
    display: inline-block;
    width: 100%;
}

.sidebar-nav li a {
    display: block;
    color: #ddd;
    text-decoration: none;
    padding: 10px 15px 10px 30px;    
}

.sidebar-nav .dropdown-menu {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: none;
    background-color: #0000;
    box-shadow: none;
}

/*-------------------------------*/
/*       Hamburger-Cross         */
/*-------------------------------*/

.hamburger {
  position: fixed;
  top: 20px;  
  z-index: 999;
  display: block;
  width: 32px;
  height: 32px;
  margin-left: 5px;
  background: transparent;
  border: none;
}
.hamburger:hover,
.hamburger:focus,
.hamburger:active {
  outline: none;
}
.hamburger.is-closed:before {
  content: '';
  display: block;
  width: 100px;
  font-size: 14px;
  color: red;
  line-height: 32px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate3d(0,0,0);
  -webkit-transition: all .0s ease-in-out;
}
.hamburger.is-closed:hover:before {
  opacity: 1;
  display: block;
  -webkit-transform: translate3d(-100px,0,0);
  -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom,
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
  position: absolute;
  left: 0;
  height: 4px;
  width: 100%;
}
.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom {
  background-color: red;
}
.hamburger.is-closed .hamb-top { 
  top: 5px; 
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed .hamb-middle {
  top: 50%;
  margin-top: -2px;
}
.hamburger.is-closed .hamb-bottom {
  bottom: 5px;  
  -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed:hover .hamb-top {
  top: 0;
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed:hover .hamb-bottom {
  bottom: 0;
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
  background-color: red;
}
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-bottom {
  top: 50%;
  margin-top: -2px;  
}
.hamburger.is-open .hamb-top { 
  -webkit-transform: rotate(45deg);
  -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
}
.hamburger.is-open .hamb-middle { display: none; }
.hamburger.is-open .hamb-bottom {
  -webkit-transform: rotate(-45deg);
  -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
}
.hamburger.is-open:before {
  content: '';
  display: block;
  width: 100px;
  font-size: 14px;
  color: red;
  line-height: 32px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate3d(0,0,0);
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-open:hover:before {
  opacity: 1;
  display: block;
  -webkit-transform: translate3d(-100px,0,0);
  -webkit-transition: all .35s ease-in-out;
}

