
/* ENLACES */
a {
    color: inherit;
    text-decoration: none;
}

a:focus, a:hover {
    color: inherit;
    text-decoration: none;
}

/* HEADER */

header .container_zona_usuario .buscador{
    background: #DDDDDD;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
header .container_zona_usuario .mod_reducir_buscador_en_mini_barra{
    margin-top: 10px;
    margin-bottom: -10px;
}
header .container_zona_usuario .class_max{
    right: 18px;
    top: 31px;
}
header .container_zona_usuario .class_mini{
    right: 18px;
    top: 21px;
}

@media only screen and (max-width : 1199px) {
    header .container_zona_usuario .class_max{
        right: 18px;
        top: 26px;
    }
    header .container_zona_usuario .class_mini{
        right: 18px;
        top: 16px;
    }
}

header .header_area_login {
background: #000;
color: #FFF;
/* font-weight: bold;
padding: 9px 0px; */
height: 29px;
}

header .header_area_login .container>div {
margin-top: 7px;
z-index: 10;
}

header .header_area_login .btn_carrito_items {
background-color: #ff0000;
border-radius: 50px;
color: white;
font-size: 16px;
width: 20px;
height: 20px;
text-align: center;
font-weight: bold;
float: left;
margin-left: 3px;
margin-top: -2px;
}

header .header_logo img {
display: block;
margin: auto;
}

header .header_web {
border-top: 1px solid #DDDDDD;
border-bottom: 1px solid #DDDDDD;
/*box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);*/
height: 80px;
}

header .header_web .busqueda {
border-right: 1px solid #DDDDDD;
border-left: 1px solid #DDDDDD;
height: 79px;
}

header .header_web .busqueda .txt_buscar {
width: 100%;
color: #444;
height: 50px;
margin-top: 15px;
font-size: 15px;
}

header .header_web .busqueda #btn_buscar_desktop {
position: absolute;
right: 26px;
top: 26px;
color: #444;
font-size: 18px;
}

header .header_web .busqueda .products_list {
position: absolute;
top: 80px;
left: -1px;
background: #fff;
padding: 0px;
display: none;
border: 1px solid #ccc;
border-top: 1px solid #f5f5f5;
z-index: 994;
height: 400px;
width: 600px;
overflow-y: scroll;
}

header .header_web .carrito {
border-right: 1px solid #DDDDDD;
border-left: 1px solid #DDDDDD;
background: #DDDDDD;
height: 79px;
}

header .header_web .carrito #abre_mini_carro {
font-size: 15px;
margin-top: 26px;
height: 100%;
cursor: pointer;
}

@media only screen and (max-width : 1199px) {
header .header_web .carrito #abre_mini_carro { margin-left: 52px; }
}

@media only screen and (min-width : 1200px) {
header .header_web .carrito #abre_mini_carro { margin-left: 80px; }
}

header .header_web .carrito .btn_carrito_items {
background-color: red;
border-radius: 50px;
color: white;
font-size: 14px;
width: 20px;
height: 20px;
text-align: center;
font-weight: bold;
float: left;
margin-left: 3px;
}

header .container_zona_usuario .txt_buscar {
width: 100%;
border: 1px solid #d3d3d3;
border-radius: inherit;
margin-top: 14px;
height: 32px;
border-color: #000;
padding-left: 6px;
border-style: solid;
height: 44px;
border-width: 2px;
border-radius: 4px;
}

header .container_zona_usuario .busqueda #btn_buscar_desktop {
position: absolute;
right: 26px;
top: 31px;
}

@media (min-width: 992px) and (max-width : 1199px) {
header .container_zona_usuario .txt_buscar {
margin-top: 9px;
}
header .container_zona_usuario .busqueda #btn_buscar_desktop {
top: 27px;
}

}

header nav#header_menu {
background: white;
}
header nav#header_menu ul {
list-style: none;
margin: 0;
padding: 0;
height: 40px;
}
header nav#header_menu li {
float: left;
text-align: center;
text-transform: uppercase;
font-weight: bold;
padding: 10px;
height: 40px;
cursor: pointer;
}

header nav#header_menu li.activo {
color: white;
background: black;
}

/* STICKY FOOTER */
/*@media only screen and (min-width : 992px) {

  * {
    margin: 0;
  }
  html, body {
    height: 100%;
  }
  .main {
    min-height: 100%;
    margin-bottom: -258px;
  }
  .main:after {
    content: "";
    display: block;
  }
  footer, .main:after {
    height: 258px;
  }
}*/
/* STICKY FOOTER - FIN */


/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
  * {
      padding:0;
      margin:0;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
    }

  body {
/* background:#FEFEFE;
    max-width: 1000px;
    margin: 0px auto;*/
    font-family: 'Noto Sans','Roboto',Helvetica,Arial,sans-serif;
    color: #000000;
    font-size: 13px;
  }

  .menu_bar {
    display:none;
  }

  /** ZONA USUARIO HEADER **/

  .container_zona_usuario {
    padding-top: 10px;
  }

  .container_zona_usuario>.row {
    margin: 5px 0px;
  }

  .container_zona_usuario .usuario{
    float: right;
  }

  .container_zona_usuario .usuario>div {
    color: #000000;
    font-size: 12px;
    float: left;
    margin-left: 10px;
  }

  .container_zona_usuario .usuario .btn_carrito_items {
    background-color: red;
    border-radius: 50px;
    color: white;
    font-size: 10px;
    width: 14px;
    height: 14px;
    text-align: center;
    font-weight: bold;
    float: right;
  }

  .container_zona_usuario #btn_buscar_desktop {
      font-size: 18px;
      color: #A1A1A1;
  }

 .container_zona_usuario .busqueda .products_list {
    position: absolute;
    top: 66px;
    right: 17px;
    background: #fff;
    padding: 0px;
    display: none;
    border: 1px solid #ccc;
    border-top: 1px solid #f5f5f5;
    z-index: 994;
    height: 400px;
    width: 450px;
    overflow-y: scroll;
 }

 .container_zona_usuario .busqueda .rowproduct {
    padding: 5px 0px;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
    margin-left: 0;
    margin-right: 0;
 }

 .container_zona_usuario .busqueda .rowproduct:hover {
    background: #DDDDDD;
 }

 .container_zona_usuario .busqueda .rowproduct .col-xs-7 {
    margin-top: 18px;
 }

 .container_zona_usuario .busqueda .rowproduct img {
    max-height: 50px;
    margin: 5px;
 }

 .container_zona_usuario .busqueda .rowproduct .real_price {
    font-size: 12px;
    text-decoration: line-through;
 }

 .container_zona_usuario .busqueda .rowproduct .price {
    font-size: 18px;
    color: #ec0000;
    font-weight: bold;
 }


 .mini_carrito {
    display: none;
    width: 350px;
    position: absolute;
    z-index: 400;
    right: -134px;
    top: 25px;

 }

 /*.mod_reducir .mini_carrito {
    top: 20px;
 }*/

.mini_carrito .row.info {
    /*height: 70px;*/
    background: white;
    color: #333;
    text-align: center;
    font-size: 13px;
    border-top: 1px solid #EAEAEA;
}
.mini_carrito .row.info .conseguido b {
    color: #ec0000;
}

.mini_carrito .row.info .objetivo b {
    color: #d70404;
}

.mini_carrito .row.info>div {
padding: 5px;
}


/* .mini_carrito .row.info span {
    color: #ec0000;
    color: #FF0000;
    font-weight: bold;
} */

.mini_carrito .container_mini_carrito {
    position: relative;
    border: 5px solid #EAEAEA;
    background: white;
}

.mini_carrito .btn_cerrar_minicarrito {
    height: 30px;
}

.mini_carrito .btn_cerrar_minicarrito>img,
.container_mini_favoritos .btn_cerrar_minifavoritos>img {
    position: absolute;
    color: #494949;
    background: #cccccc;
    z-index: 100000;
    right: 0;
    top: 0;
    font-size: 37px;
    cursor: pointer;
    padding-bottom: 3px;
    padding-left: 3px;
}

 .mini_carrito .row, .mini_favoritos .row {
    margin: 0;
 }

.mini_carrito .encabezado {
    border-top: 1px solid #EAEAEA;
    border-bottom: 1px solid #EAEAEA;
    background: white;
}

 .mini_carrito .encabezado div {
    color: #333;
    font-weight: bold;
    margin: 6px 0px;
    text-align: center;
    border-right: 1px solid #EAEAEA;
 }

.mini_carrito .encabezado div:last-of-type {
    border-right: none;
}

.mini_carrito .colapsar {
    height: 350px;
    overflow-y: scroll;
}

 .mini_carrito .producto {
    background: white;
    padding: 5px 0px;
    border-bottom: 1px solid #EAEAEA;
 }

 .mini_carrito .saldo {
    background: white;
    padding: 5px 0px;
 }

 .mini_carrito .saldo .nombre {
    text-align: center;
 }

 .mini_carrito .saldo .descuento {
    font-weight: bold;
    text-align: center;
 }

 .mini_carrito .imagen_prod img {
    height: 80px;
    width: 80px;
 }

 .mini_carrito .marca {
    margin: 0;
    font-weight: bold;
    font-size: 10px;
 }

 .mini_carrito .nombre {
    margin: 0;
    color: #ec0000;
    font-size: 10px;
    margin-bottom: 10px;
 }

 .mini_carrito .btnminus {
    background-color: white;
    color: #333;
    border: 1px solid #EAEAEA;
    font-size: 10px;
    height: 20px;
    width: 20px;

    padding: 2px 0px;
    line-height: 18px;

    vertical-align: bottom;
    cursor: pointer;
 }

 .mini_carrito .nunumber {
    height: 20px;
    line-height: 20px;
    width: 20px;
    text-align: center;
    border: none;
    background-color: #F0F0F0;
    color: black;
 }

 .mini_carrito .btnadd {
    /*border: 0;
    background-color: #ec0000;
    color: #fff;*/
    background-color: white;
    color: #333;
    border: 1px solid #EAEAEA;
    height: 20px;
    width: 20px;
    font-size: 10px;

    vertical-align: bottom;
    cursor: pointer;
 }

 .mini_carrito .encabezado div span {
    border: none;
    padding-left: 0;
 }

 .mini_carrito  .imgbola {
    position: absolute;
    bottom: 0px;
    left: 5px;
 }

 .mini_carrito .imgbola img {
    width: 30px;
    height: 30px;
 }

 .mini_carrito .imgbola .texto_precio_oferta_peq {
    font-family: BebasNeue;
    font-size: 11px;
    color: #000000;
    position: absolute;
    bottom: 7px;
    left: 6px;
 }

 .mini_carrito .row.producto .precio {
    font-size: 11px;
    font-weight: bold;
    color: black;
 }

 .mini_carrito .pie {
    background: #A1A1A1;
    padding: 5px;
    color: white;
    font-weight: bold;
    text-align: center;
 }

.mini_carrito .row.total {
    background: white;
}

.mini_carrito .row.total .linea {
    padding: 10px 0px;
    font-size: 13px;
    color: #333;
    text-align: right;
    padding-right: 10px;
    font-weight: bold;
}

.mini_carrito .row.total .precio {
    padding: 5px 0px;
    font-size: 13px;
    color: #333;
    font-weight: bold;
    padding: 10px 0px;
    text-align: center;
}

 .mini_carrito .ir_a_carrito {
    background: white;
    padding-bottom: 8px;
 }

 .mini_carrito .ir_a_carrito button {
    margin: auto;
    display: block;
    height: 30px;
    width: 200px;
 }

  .mini_favoritos {
    position: absolute;
    top: 25px;
    left: -132px;
    z-index: 500;
    width: 350px;
  }
 /** ZONA USUARIO HEADER - FIN **/

  header {
    width: 100%;
  }

  header nav#menuTop {
    background:#222;
    z-index:1000;
  }

  header nav#menuTop ul {
    list-style:none;
  }

  header nav#menuTop ul li {
    display:inline-block;
    position: relative;
  }

  header nav#menuTop ul li:hover {
    background:#181818;
    height: 40px;
  }

  header nav#menuTop ul li a {
    color:#fff;
    display:block;
    text-decoration:none;
  }

  header nav#menuTop ul li a span {
    margin-right:10px;
  }

  header nav#menuTop ul li .caret {
    position: relative;
    top:3px;
    margin-left:10px;
    margin-right:0px;
  }

  header .row.usuario a>i {
    color: #333;
  }

  header .fondo_menu {
    background: #222;
  }

  /** FIN SUPER SUBMENU **/

  .escritorio {
    display: block;
  }

  .movil {
    display: none!important;
  }
   .movil_mini{
      display: none;
    }

  .ripple {
    position:relative;
    overflow:hidden
  }

  .ripple:after {
    content:"";
    display:block;
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    pointer-events:none;
    background-image:radial-gradient(circle,#000 10%,transparent 10.01%);
    background-repeat:no-repeat;
    background-position:50%;
    transform:scale(10,10);
    opacity:0;
    transition:transform .5s,opacity 1s
  }

  .ripple:active:after{
    transform:scale(0,0);
    opacity:.2;transition:0s
  }

  .btn_ayuda {
    position: fixed;
    bottom: 0px;
    right: 0px;
    z-index: 10;
    background-color: #000000;
    padding-right: 10px;
    padding-bottom: 14px;
    padding-left: 16px;
    padding-top: 14px;
    font-size: 14px;
    color: #cc0000;
    border-top-left-radius: 4px;
  }
    .btn_whatsapp {
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 10;
    background-color: #1EBEA5;
    padding-right: 10px;
    padding-bottom: 14px;
    padding-left: 16px;
    padding-top: 14px;
    font-size: 14px;
    color: #FFFFFF;
    border-top-right-radius: 4px;
    cursor: pointer;
  }

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
  #menuTop ul.subMenuTop {
    position: absolute;
    z-index: 10000000;
    top: 19px;
    list-style: none;
    padding-top: 10px;
    width: 180px;
    margin-left: -16px !important;
    text-align: center;
    border: none !important;
    margin-top: 11px !important;
  }

  .container_zona_usuario .busqueda .products_list {
    top: 71px;
    right: 17px;
  }
}


@media screen and (max-width: 991px) {

  .escritorio {
    display: none!important;
  }

  .movil {
    display: block;
  }
   .movil_mini{
    display: none;
  }

  * {
    padding:0;
    margin:0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  body {
    /*background:#FEFEFE;*/
    background:#FFFFFF;
    font-family: 'Noto Sans','Roboto',Helvetica,Arial,sans-serif;
  }

  .menu_bar_movil {
    display:none;
  }

  header {
    width: 100%;
  }

  header nav {
    background:#000000;
    z-index:1000;
    max-width: 991px;
    width:95%;
    margin:20px auto;
  }

  header nav ul {
    list-style:none;
    background: #ec0000;
    height: 100%;
    /*width: 85%;*/
  }

  header nav ul li {
    display:inline-block;
    position: relative;
  }

  header nav ul li:hover {
    background: #cc0000;
  }

  header nav ul li a {
    color:#fff;
    display:block;
    text-decoration:none;
    padding: 20px;
  }

  header nav ul li a span {
    margin-right:10px;
  }

  header nav ul li.item {
    background-color: #ec0000;
  }

  header nav ul li:hover .children_movil {
    display:block;
  }

  header nav ul li .children_movil {
    display: none;
    background:#313131;
    position: absolute;
    width: 150%;
    z-index:1000;
  }

  header nav ul li .children_movil li {
    display:block;
    overflow: hidden;
    border-bottom: 1px solid rgba(255,255,255,.5);
    background:#313131;
    font-weight: normal;
    font-size: 14px;
  }

  header nav ul li .children_movil li a {
    display: block;
  }

  header nav ul li .children_movil li a span {
    float: right;
    position: relative;
    top:3px;
    margin-right:0;
    margin-left:10px;
  }

  header nav ul li .caret {
    position: relative;
    top:3px;
    margin-left:10px;
    margin-right:0px;
  }
  body {
    padding-top:60px;
  }

  .menu_bar_movil {
    display: block;
    width: 100%;
    position: fixed;
    top: 0;
    background: #000;
    z-index: 1001;
    -webkit-box-shadow: 0px 1px 0px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 1px 0px 1px rgba(0,0,0,0.75);
    box-shadow: 0px 1px 0px 1px rgba(0,0,0,0.75);
  }

  .menu_bar_movil .bt-menu {
    display: block;
    /*padding: 20px;*/
    color: #FFF;
    overflow: hidden;
    /*font-size: 25px;*/
    font-weight: bold;
    text-decoration: none;
  }

.menu_bar_movil span {
float: right;
font-size: 40px;
}

.menu_bar_movil .products_list span {
float: left;
font-size: 16px;
}

  header nav {
    width: 60%;
    height: calc(100% - 60px);/*estaba a -80px*/
    position: fixed;
    right: 100%;
    margin: 0px;
    margin-top: 0px;
    overflow: auto;
    /*overflow: hidden;*/
    max-width: 320px;

    background-repeat: no-repeat;
    background-image: url("/static/template/img/flechita-movil-menu-back.png");
    background-position: right center;
    background-size: 30px 30px;
  }

  header nav ul li {
    display: block;
    border-bottom:1px solid rgba(255,255,255,.5);
  }

  header nav ul li a {
    display: block;
  }

  header nav ul li:hover .children_movil {
    display: none;
  }

  header nav ul li .children_movil {
    width: 100%;
    position: relative;
  }

  header nav ul li .children_movil li a {
    margin-left:20px;
    color: #fff;
  }

  header nav ul li .caret {
    float: right;
  }

  /*.nav_back {
    position: fixed;
    width: 20%;
    height: 100%;
    left: 60%;
    top: 0;
    z-index: 1000;
    background-color: #000000;
    color: white;
  }*/

  .btn_menu_barra{
    float: left;
    font-size: 25px;
   /* padding-left: 20px; */
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .btn_secundario{
    float: right;
    font-size: 25px;
    /*padding-right: 15px;
    padding-left: 15px; */
    padding-right: 2px;
    padding-left: 2px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .bloqueador_menu{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.28);
    z-index: 999;
    top: 0px;
    display: none;
  }

  .txt_buscar{
    display: none;
    font-weight: normal!important;
    font-size: 20px;
    width: 90%;/*70%*/
    margin-right: 10px;
    margin-top: 14px;
    border: none;
    padding: 0px 0px;
    border-bottom: solid 1px #FFF;
    transition: all 0.3s cubic-bezier(.64,.09,.08,1);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 96%, #FFF 4%);
    background-position: -200px 0;
    background-size: 200px 100%;
    background-repeat: no-repeat;
    font-family: 'roboto', sans-serif;
    transition: all 0.3s ease-in-out;
    color: #FFF;
  }
  .txt_buscar:focus {
    outline: none;
    text-decoration: none;
  }

  .txt_buscar::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #FFF;
  }
  .txt_buscar::-moz-placeholder { /* Firefox 19+ */
    color: #FFF;
  }
  .txt_buscar:-ms-input-placeholder { /* IE 10+ */
    color: #FFF;
  }
  .txt_buscar:-moz-placeholder { /* Firefox 18- */
    color: #FFF;
  }

  /*a:focus, a:hover {
    color: #FFFFFF;
    text-decoration: none;
  }*/

/* BUSCADOR */
.movil .products_list {
  position: absolute;
  left: 4px;
  top: 62px;
  right: 4px;
  background: #fff;
  padding: 0px;
  display: none;
  border: 1px solid #ccc;
  border-top: 1px solid #f5f5f5;
  z-index: 994;
  height: 260px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
}

.movil .rowproduct {
  padding: 5px 0px;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
  margin-left: 0;
  margin-right: 0;
}

.movil .rowproduct img {
  max-height: 40px;
  margin: 5px;
}

.movil .rowproduct .real_price {
  font-size: 11px;
  text-decoration: line-through;
}

.movil .rowproduct .price {
  font-size: 15px;
  color: #ec0000;
  font-weight: bold;
}

.movil .btn_carrito_items {
    background-color: #ff0000;
    color: #FFF;
    border-radius: 50px;
    font-size: 10px;
    width: 14px;
    height: 14px;
    text-align: center;
    position: absolute;
    top: 10px;
    right: 10px;
}

.btn_ayuda{
      padding-left: 14px;
    position: fixed;
    right: -264px;
    bottom: 20%;
    background-color: #ec0000;
    opacity: 0.5;
    border-bottom-left-radius: 50px;
    border-top-left-radius: 50px;
    padding-right: 10px;/*10 y 245*/
    color: #FFF;
    font-size: 25px;
    z-index: 999;
}
.btn_whatsapp {
     padding-left: 14px;
    position: fixed;
    right: -218px;
    bottom: 10%;
    background-color: #1EBEA5;
    opacity: 0.8;
    border-bottom-left-radius: 50px;
    border-top-left-radius: 50px;
    padding-right: 10px;/*10 y 245*/
    color: #FFF;
    font-size: 25px;
    z-index: 999;
  }

.panel_ayuda{
    text-align: center;
    padding-left: 14px;
    position: fixed;
    right: 0px;
    bottom: 20%; /* se le restará su alto por js para que quede a la misma altura que el boton de ayuda*/
    background-color: #ec0000;
    border-bottom-left-radius: 5px;
    padding-right: 10px;
    color: #FFF;
    font-size: 25px;
    display: none;
    z-index: 999;
}

.panel_ayuda a {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 20px;
}
.panel_ayuda_telefono {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 20px;
}
.panel_ayuda_texto{
      /*margin: 4px 4px;
    left: 0px;
    top: 0px;
    position: absolute;*/
}
.panel_whatsapp_telefono {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 20px;
}
.panel_whatsapp_texto{
      /*margin: 4px 4px;
    left: 0px;
    top: 0px;
    position: absolute;*/
}

.img_logo{
    /*max-height: 40px;
    margin-top: 4px;
    padding-top: 8px;
    padding-bottom: 0px;*/
    max-height: 44px;
    margin-top: 2px;
    padding-top: 8px;
    padding-bottom: 0px;
}
.botonera_secundaria{
  display: block;
}
.botonera_secundaria_input{
  display: none;
}

/* FOOTER */

  .footer_content {
    background: #000000;
    margin-top: 26px;
    margin-left: 0;
    margin-right: 0;
  }

  .footer_element {
    padding: 10px;
  }


  .footer_content .footer_header {
    color: white;
  }

  .footer_content .footer_header i {
    margin-left: 10px;
    margin-right: 10px;
  }

  .footer_content .footer_submenu {
      /*list-style-type: none;*/
      display: none;
      list-style-position: inside;
      margin-bottom: 0;
      color: white;
  }

  .footer_content .footer_submenu li {
    padding: 10px;
    margin-left: 25px;
  }

  .footer_content .footer_submenu li a {
    color: white;
  }

  .footer_content .copyright {
    text-align: center;
    color: #ec0000;
    font-size: 11px;
    margin: 5px 0px;
  }
/* FIN FOOTER */

}

/* PREFOOTER */

.container_prefooter {
  margin-top: 80px;
}

.container_prefooter img {
  float: left;
}

.container_prefooter p {
  font-size: 12px;
}

.container_prefooter a {
  font-size: 10px;
}

.container_prefooter a:hover {
  color: #ec0000;
}

.container_prefooter .info {
  border-right: 1px solid #EAEAEA;
}

.container_prefooter .info:last-of-type {
  border-right: none;
}


/* FIN PREFOOTER */

@media screen and (max-width: 767px) {
  .movil_mini{
    display: block;
  }
  }

@media screen and (max-width: 360px) {
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 12px;
    padding-left: 12px;
}
}
 /* FIN PARTE MOVIL */

 /* OPINIONES */

footer.escritorio .opiniones .texto {
  float: left;
  text-align: right;
  width: 38%;
  color: #FFF;
  font-size: 12px;
  margin-top: 6px;
}

footer.escritorio .opiniones .nota {
  float: right;
  width: 60%;
  /* text-align: right; */
  color: #FFF;
  font-size: 34px;
  font-weight: bold;
}

footer.escritorio .opiniones .ver_todas {
  font-size:11px;
  text-align: center;
  color: #FFF;
}

footer.escritorio .social .col-md-9, footer.escritorio .social .col-md-3 {
  padding: 0px 5px;
}
 /* FIN - OPINIONES */

 /* Botón go to TOP */

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #ec0000 url(/static/template/img/cd-top-arrow.svg) no-repeat center 50%;
/* background: #ec0000 */
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;

}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: 1;
}
.cd-top:hover {
  background-color: #ec0000;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    /*bottom: 30px;*/
    bottom: 60px;
  }
}

 /* FIN Botón go to TOP */

/* HOVER EFFECTS */

 /* efecto subrayado */
 /* Underline From Center */
.hvr-underline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #e80e8a;
  height: 2px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
  left: 0;
  right: 0;
}


  /* Radial Out */
.hvr-ra.minidial-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-radial-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-radial-out:hover, .hvr-radial-out:focus, .hvr-radial-out:active {
  color: white;
}
.hvr-radial-out:hover:before, .hvr-radial-out:focus:before, .hvr-radial-out:active:before {
  -webkit-transform: scale(2);
  transform: scale(2);
}

    /* FIN HOVER EFFECTS */


.cargando_pagina_movil{
 font-size: 20px;
    position: fixed;
    bottom: -60px;
    color: #FFF;
    text-align: center;
    width: 100%;
    background: #000;
    padding-top: 18px;
    padding-bottom: 18px;
}


/** HEADER COMPRIMIDO */


@media (min-width: 992px){
    .header_fijo{
    position: fixed;
    top: 0px;
    z-index: 100;
    background-color: #000000;
    color: #FFFFFF;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.25);
    opacity: .95;
}
.inicio_web{
    margin-top: 165px;
}

.mod_reducir{
padding-top: 0px!important;
padding-bottom: 0px!important;
}
.logo_comprimido_1{
height: 0px!important;
}
.logo_comprimido_2{
max-height: 58px!important;
/*margin-top: -8px;*/
}
.mod_barra_usuario{
/*margin-top: -16px;*/
margin-top: -10px;
}
.mod_lupa{
top: 22px!important;
/*top: 18px!important;*/
}

.mod_reloj_header{
padding-top: 12px!important;
}
.mod_texto_sup{
display:none;
}
.mod_texto_inf{
display:none;
}
}





/** Boton subir */
.btn_subir {
    text-align: center;
    background-color: #ec0000;
    color: #FFF;
    width: 60px;
    height: 60px;
    padding-top: 4px;
    font-size: 18px;
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 15;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
@media (max-width: 991px) {
    .btn_subir {
        width: 30px;
        height: 30px;
        bottom: 74px;
        right: 25px;
        font-size: 14px;
    }
}
.btn_subir_visible{
    display: block!important;
}
.btn_subir_invisible{
    display: none!important;
}


@media screen and (max-width: 991px){

    header nav ul li:hover {
        background: #cc0000;
        color: white;
        font-weight: bold;
    }
}

/* MEGAMENU STYLE
-------------------------------------------------- */
.megamenu .nav,
.megamenu .collapse,
.megamenu .dropup,
.megamenu .dropdown {
position: static;
float: inside!important;
}
@media (min-width: 768px) {
.navbar-nav>li>a {
padding-top: 8px;
}
}
.megamenu {
min-height: initial;
border: none;
color: #333;
background: #222;
}
.megamenu .container {
position: relative;
}
.megamenu .dropdown-menu {
left: auto;
}
.megamenu .megamenu-content {
padding: 15px;
}
.megamenu .megamenu-content h3{
margin-top: 0;
color: #428bca;
font-size: 18px;
}
.megamenu .dropdown.megamenu-fw .dropdown-menu {
left: 0;
right: 0;
}

.dropdown-menu ul{
list-style-type: none;
margin: 0;
padding: 0;
}

.megamenu .megamenu-col-2{
left: auto!important;
right:auto!important;
width: 585px;
}

.megamenu .megamenu-col-3{
left: auto!important;
right:auto!important;
width: 800px;
}

.megamenu .megamenu-col-2-invertido{
left: auto!important;
/*right:auto!important;*/
width: 585px;
}

.megamenu .megamenu-col-2-medio{
left: auto!important;
right:0px;
width: 585px;
}



.megamenu_dropdown_btn{
text-transform: uppercase;
font-weight: bold;
padding: 10px;
height: 40px;
cursor: pointer;
text-align: center;
color: #FFFFFF;
}

.dropdown-menu .destacado {
font-weight: bold;
}

.dropdown-menu .destacado2 {
font-weight: bold;
border-bottom: #2d2d2d 1px solid;
}

.megamenu-item{
/*margin: 10px!important;*/
margin:3px!important;
margin-left:25px!important;
padding:4px!important;
}



/*
.megamenu-item a{
color: #2d2d2d!important;
}

.megamenu-item a:hover{
color: #1b1b1b;
font-weight: bold;
}
*/
/*.megamenu-fw a{
color: #000000!important;
}*/
.megamenu-fw a:hover{
color: #1b1b1b;
font-weight: bold;
}

/*
.navbar-white{
-webkit-box-shadow:inset 0 3px 9px rgba(0,0,0,.075);
box-shadow:inset 0 3px 9px rgba(0,0,0,.075)
}
*/

.megamenu_tab.nav-tabs {
/*border-bottom: 0px!important;*/
}

.megamenu-fw {
/*border-bottom: 1px #ccc solid;*/
}

.dropdown-menu{
border-top:0px!important;
}

.megamenu-fw.open{

/*
border-right: 1px solid #b2b2b2!important;
border-top: 1px solid #b2b2b2!important;
border-left: 1px solid #b2b2b2!important;
border-bottom: 0 #FFFFFF!important;
*/
/* background-color: #FFFFFF!important; */
}

.megamenu-fw a{
margin-right: 0!important;
}
.megamenu-fw.open a{
border-color: #DDDDDD!important;
border-bottom: 0px!important;
}

.megamenu-fw.open a{
background-color: #FFFFFF!important;
border-color: #000000!important;
}

.megamenu-fw.open a:hover{
background: #FFF!important;
border-bottom: 0px!important;
border-color: #000000!important;
/*border:1px solid #000;
border-radius: 4px 4px 0px 0px;*/
}

.megamenu-fw .dropdown-menu{
/*-webkit-box-shadow:0 10px 12px rgba(0,0,0,.175);
box-shadow:0 10px 12px rgba(0,0,0,.175);*/
-webkit-box-shadow:0 10px 12px rgba(0,0,0,.3);
box-shadow:0 10px 12px rgba(0,0,0,.3);
}

.imagen400_absolute{
position: absolute;
right:0;
bottom:0;
}

.imagen400{
    margin:0px 0px 15px 0px!important;
    padding:0!important;
}



.megamenu .navbar-collapse{
padding-left:0;
padding-right:0;
}
.megamenu-content a:hover{
text-decoration: underline;
border-color: #000000!important;
}

.megamenu .nav-tabs{
border-color: #000;
background-color: #222;
}

.megamenu-fw .dropdown-menu{
border-color: #000000!important;
}

.megamenu-content .titular_submenu{
text-transform: uppercase;
color: #000000;
font-size: 25px;
margin-left:25px;
font-weight: bold;
}

/*
.megamenu-content .megamenu-columnas{
margin-left:15px;
}
*/
.megamenu-item{
margin-left: 15px;
}

#accordion .panel{
border:0;
box-shadow: unset;
}

.subpadre{
font-weight: bold;
}


.subhijos{
margin-left: 5px;
font-weight: normal;
margin-left:10px!important;
}


.megamenu_tab>li>a:after{
content:'';
width:0%;
transition:all 0.3s ease;
left:50%;
}

.megamenu_tab>li>a:before{
content:'';
width:0%;
transition:all 0.3s ease;
left:50%;
}

.megamenu_tab>li>a:hover:after{
content:'';
position:absolute;
bottom:-1px;
left:50%;
background:#ec0000;
height:1px;
width:52%;
}

.megamenu_tab>li>a:hover:before{
content:'';
position:absolute;
bottom:-1px;
left:0px;
background:#ec0000;
height:1px;
width:52%;
}

.reloj_header {
    color: #FFFFFF;
}

.reloj_header .texto_med {
    color: #ec0000;
}

.reloj_header .texto_inf {
    color: #FFFFFF;
}

/******** MENU horizontaldropdownmenu ********/
#horizontaldropdownmenu_wrapper {
background: #222;
}

#horizontaldropdownmenu.container {
box-shadow: none !important ;
opacity: 1;
}

#horizontaldropdownmenu .submenuheaders {
    display: block;
    margin: auto;
    margin-top: 1em;
}

#horizontaldropdownmenu .submenuheaders a {
font-weight: bold;
}

#horizontaldropdownmenu #cbp-hrmenu>ul {
margin: 0;
width: 100%;
}

#horizontaldropdownmenu #cbp-hrmenu>ul>li>a {
width: 143px;
text-align: center;
color: #FFFFFF;
text-transform: uppercase;
}

#horizontaldropdownmenu #cbp-hrmenu>ul>li>a:hover,
#horizontaldropdownmenu #cbp-hrmenu>ul>li.cbp-hropen>a {
color: #000;
}

#horizontaldropdownmenu #cbp-hrmenu>ul>li>a:hover{
background-color: #FFFFFF!important;
border-color:#EAEAEA!important;
}

#horizontaldropdownmenu #cbp-hrmenu ul.una_columna>li {
text-transform: uppercase;
/*line-height: 3em;*/
margin-top: 15px;
}

#horizontaldropdownmenu .columnassubmenu {
min-height: 330px;
border-color: #EAEAEA;
}

#horizontaldropdownmenu .columnassubmenu .destacado {
font-weight: bold;
}

#horizontaldropdownmenu .columnassubmenu a:hover,
#horizontaldropdownmenu .submenuheaders a:hover {
color: #ec0000;
}

@media (min-width: 992px) and (max-width : 1199px) {
    #horizontaldropdownmenu #cbp-hrmenu>ul>li>a {
        width: 115px;
        font-size: 12px;
        padding: 1em 1em;
    }

    #horizontaldropdownmenu .submenuheaders {
        max-width: 970px !important;
    }

    #horizontaldropdownmenu .contenedorcolumnas {
        max-width: 970px;
    }
}


/******** MENU horizontaldropdownmenu ********/
