@charset "UTF-8";

/* @override 
    http://localhost/wp-content/themes/vive-tu-casa/style.css
    http://seba.local/wp-content/themes/vive-tu-casa/style.css
    http://sodimac.dev.ida.cl/wp-content/themes/vive-tu-casa/style.css */


@font-face {
    font-family:'hand_of_seanregular';
    src: url('../fonts/handsean-webfont.eot');
    src: url('../fonts/handsean-webfont.eot?#iefix')  format('embedded-opentype'),
         url('../fonts/handsean-webfont.woff2') format('woff2'),
         url('../fonts/handsean-webfont.woff') format('woff'),
         url('../fonts/handsean-webfont.ttf') format('truetype'),
         url('../fonts/handsean-webfont.svg#hand_of_seanregular') format('svg');
        font-weight: normal;
        font-style: normal;
}

/*-- IMPORTAR FUENTE MISO PARA USO EN TITULOS (H1-H2-H3-H4-H5-H6) --*/
@font-face {
    font-family: 'misoregular';
    src: url('../fonts/miso-regular-webfont.eot');
    src: url('../fonts/miso-regular-webfont.eot?#iefix')  format('embedded-opentype'),
         url('../fonts/miso-regular-webfont.woff2') format('woff2'),
         url('../fonts/miso-regular-webfont.woff') format('woff'),
         url('../fonts/miso-regular-webfont.ttf') format('truetype'),
         url('../fonts/miso-regular-webfont.svg#misoregular') format('svg');
        font-weight: normal;
        font-style: normal;
}

#guia-de-compra *{ font-family: Arial, Helvetica, sans-serif; font-style: normal; -webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;}


    
#guia-de-compra img{
    display: block;
    max-width: 100%;
    height: auto;
}

#guia-de-compra .no-resp{
    max-width: inherit;
}
    
#guia-de-compra a{
    -moz-transition:all .2s linear;
    -webkit-transition:all .2s linear;
    -o-transition:all .2s linear;
    -ms-transition:all .2s linear;
    transition:all .2s linear;
    cursor: pointer;
}

    
#guia-de-compra strong{
    font-weight: bold;
}   

#guia-de-compra a, a:visited {
    text-decoration: none;
    } 
    
#guia-de-compra a:hover {
    text-decoration: underline;
}

#guia-de-compra .t-right{
    text-align: right;
}

#guia-de-compra .t-center{
    text-align: center;
}

#guia-de-compra .subtit {
	color:#000;
    font-size: 35px;
    margin: 15px 0;
	font-weight:bold;
}

#guia-de-compra a .subtit {
	color:#0072ce;
    font-size: 35px;
    margin: 15px 0;
}

#guia-de-compra #especial{
    max-width: 1280px;
    margin: 0 auto;
}

#guia-de-compra #especial-main.container{
    background: #fff;
    max-width: 970px;
}

/* @group Reglas responsive */

#guia-de-compra  .img-movil, #btn_menu_movil{
    display: none;
}

#guia-de-compra ul li:before{
    content: url(/static/contenido/guiasdecompra/images/icons/circle-list.png);
     position: absolute;
    left: 15px;
	list-style-type:none;
}

#guia-de-compra ul{
	margin-left:10px;
}



/* @end */


/* @group Breadcrumbs */

#guia-de-compra #breadcrumbs{
    padding: 5px 0 10px;    
    background: #fff;
}

#guia-de-compra #breadcrumbs a{
    color: #0072CE;
    text-decoration: underline;
}

#guia-de-compra #breadcrumbs span{
    color: #0072ce;
}


/* @end */

/* @group Home */



#guia-de-compra .caja-dest{
    position: absolute;
    bottom: 40px;
    right: 60px;
    background: #fff;
    color: #666;
    width: 390px;
    padding: 20px 0 30px 30px;
}


#guia-de-compra #destacado .caja-dest:before {
  content: "";
  right: -35px;
  top: 0;
  bottom: 0px;
  position: absolute;
  border-top: 50px solid transparent;
  border-left: 35px solid #fff;
}


#guia-de-compra .caja-dest .vivecat{
    font-size: 17px;
    display: block; 
    margin-bottom: 10px;
}

#guia-de-compra .caja-dest h3{
    color: #F0991E;
    font-size: 37px;
    font-family: 'hand_of_seanregular', sans-serif;
}


#guia-de-compra .caja-dest hr{
    border: none;
    margin: 15px 70px;
    border-bottom: 1px dashed #F0991E;  
}

#guia-de-compra .caja-dest .btn{
    background: #F0991E;
    text-align: center;
    padding: 10px;
    color: #fff;
    font-size: 16px;
    display: block;
    margin: 0 10px -40px;
    border-radius: 5px;
}

#guia-de-compra .caja-dest .btn:hover{
    text-decoration: none;
}

#guia-de-compra .block-posts{
    margin-bottom: 20px;
}


#guia-de-compra  .btn_borderb:before{
    content: '';
    position: absolute;
    right: 1px;
    left: 1px;
    top: 1px;
    bottom: 1px;
    border: 2px solid #fff;
}

#guia-de-compra  .btn_borderb{
    background: #DD0021;
    display: block;
    position: relative;
    padding: 15px;
    text-align: center;
    color: #fff;
    margin: 10px 0;
    /*min-height: 52px;*/
}

/*.btn_borderb span{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 40px;
    width: 300px;
}*/

#guia-de-compra  .btn_borderb:hover{
    text-decoration: none;
    background: #BF001D;
}

#guia-de-compra  .btn_anchor.btn_borderb{
    background-image: url(/static/contenido/guiasdecompra/images/icons/next.png);
    background-position: 91% center;
    background-repeat: no-repeat;
    display: block;
    width: 180px;
    margin: 50px auto 10px;
    padding: 13px 50px 13px 10px;
    font-size: 16px;
}



#guia-de-compra  .btn_anchor{
    clear: both;
    text-transform: uppercase;
}

#guia-de-compra  .block-posts .texto{
    height: 200px;
    padding: 10px 15px;
    border: 1px solid #CACACA;
    font-size: 14px;
    text-align: left;
    border-bottom: 3px solid #53AEF7;
}

#pagination{
    text-align: center;
}
 
#pagination a{
    color: #0072CE;
    font-size: 14px;
    font-weight: bold;
    margin: 0 2px;
}

#pagination .num{
    display: inline-block;
    background: #0072CE;
    border: 2px solid #0072CE;  
    color: #fff;
    padding: 5px 9px;
}

#pagination .num.acti{
    background: #005AA4;
    border-color: #005AA4;  
}

#pagination .num:hover{
    background: #fff;
    color: #0072CE;
}


/* @end */

/* @group Sidebar */

aside h3{
    color: #0072CE;
    font-size: 18px;
    border-bottom: 1px solid #0072CE;
    padding-bottom: 10px;
}

aside p{
    font-size: 14px;
    margin: 10px 0;
}

aside .fb-page{
    margin-bottom: 10px;
}


/* @end */

/* @group Flexslider */

.carrusel .slide{
 margin-right: 18px;
}

.carrusel .slide img{
    width: 100%;
}

.carrusel .flex-disabled{
    display: none;
}

.carrusel .flex-direction-nav{
    height: 0px;
    list-style-type: none;
}
.flex-direction-nav a{
    opacity: 1;
}

.carrusel .flex-control-nav{
    display: none;
}

@media (max-width: 999px){
    .carrusel { width: calc( 100% - 30px ); }
}

@media (max-width: 600px) {
   .carrusel > * {clear:both; width: 100%; margin: 5px 0 !important;}
}



/* @end */

/* @group Especiales */

#navesector{
    background: #fff;
}

#especial-nav{
    background: #0072CE;
    color: #fff;
    text-align: center;
    position: relative;
}

#especial-nav .container{
    background: #0072CE;
    font-size: 0;
}

#especial-nav li{
    display: inline-block;
}

#especial-nav li .children{
     display: none;
     position: absolute;
     top: 44px;
     left: 0;
     z-index: 5;
     right: 0;
     background: #015090;
}

#especial-nav .page_item_has_children:hover{
    background: #015090;
}

#especial-nav a{
    display: block;
    color: #fff;
    float: left;
    padding: 15px 17px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
}

#especial-nav li.current_page_item li a{
    background: none;
}

#especial-nav li.current_page_item a, #especial-nav a:hover{
    background: #53AEF7;
    text-decoration: none;
}

#especial #destacado{
    background: none;
    position: relative;
}

#especial #destacado h3{
    font-size: 35px;
    line-height: 1;
    margin-bottom: 15px;
}

#especial #destacado img{
    margin: 0;
    padding: 0 10px;
    width: 100%;
}

#especial .img{
    height: 100%;
    background-size: cover;
}

#destacado .caja-dest{
    bottom: -40px;
    left: 34%;
    z-index: 5;
    text-align: center;
}



#especial .caja-dest h3{
    font-size: 24px;
}

img{
    display: block;
}

#especial-main .row{
    margin-bottom: 20px;
    position: relative;
}




/* @end */

/* @group Grid */

#especial-main{
    padding-top: 20px;
    margin-top: 0!important;
}

.guia-de-compra #especial-main{
    /* padding-top: 50px; */
}

#especial-main .item {
  margin-bottom: 20px;
  position: relative;
  height: 400px;
  overflow: hidden;
}

#especial-main .item img{
    width:100%;
}

#especial-main{
    margin-top: 20px;
}

#especial-main .caja-dest{
    top: inherit;
    left: inherit;
    bottom: 10px;
    right: 20px;
    padding: 15px;
    max-width: 100%;
}

#especial-main .caja_imagen_sep .caja-dest{
    left: 10px;
    width: auto;
    right: 10px;
    bottom: 0;
    padding: 15px;
}


#especial-main .caja-dest a{
    text-align: center;
    padding: 10px;
    color: #fff;
    font-size: 16px;
    display: block;
    margin: 10px 0 0;
    border-radius: 5px; 
}

#especial-main .caja-dest a:hover{
    text-decoration: none;
}

#especial-main .dest-blok .caja-dest{
    left: 10px;
    right: 10px;
    bottom: 0;
    width: auto;
    border: 1px solid #333;
}

#especial-main .caja-dest p{
    margin-top: 10px;
}

/* @end */

/* @group Tips */

.tips-blok{
    background: #ECECEC;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 20px;
}

.tips-blok h2{
    color: #0072ce;
    font-size: 32px;
    font-weight: bold;
    padding: 0 15px;
}

.tips{
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    margin: 0 15px;
}

.tips h3{
    color: #0072ce;
    font-size: 16px;
    padding: 7px 10px;
    font-weight: bold;
    cursor: pointer;
    border-top: 1px solid #eee;
}

.tips li:first-child h3{
    border-top: none;
}

.tips .acti h3{
    background: #0072ce;
    color: #fff;
    border-top: none;
    cursor: pointer;
}

.tips .text{
    background: #f1f1f1;
    padding: 12px 8px;
    margin: 0 4px 4px;
    line-height: 1.3;
    display: none;
}

.tips a{
    color: #DD0021;
    font-weight: bold;
}
.tips a:before{
    content: '»';
}


.tips :last-child .text{
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

#especial .tips-blok .btn_anchor{
    margin-bottom: -70px;
}


/* @end */

/* @group Imagen con tooltips */

.tooltips-blok{
    position: relative;
    margin-bottom: 20px;
}

.tooltips-blok h3{
    display: inline-block;
    position: absolute;
    bottom: 20px;
    background: #fff;
    padding: 15px 50px;
    font-size: 35px;
    font-family: 'hand_of_seanregular', sans-serif;
}

.tooltips-blok .img-tooltips{
    width: 100%;
    height: auto;
}

.tooltips li{
    position: absolute;
}

.tooltips a{
    background: url(/static/contenido/guiasdecompra/images/icons/tooltip.png) -40px center;
    display: block;
    width: 40px;
    height: 40px;
    position: relative;
    z-index: 555;
    -moz-transition:none;
    -webkit-transition:none;
    -o-transition:none;
    -ms-transition:none;
    transition:none;
}

.tooltips a.acti{
    background: url(/static/contenido/guiasdecompra/images/icons/tooltip.png) 1px center;
    -moz-transition:none;
    -webkit-transition:none;
    -o-transition:none;
    -ms-transition:none;
    transition:none;
    
}

.tooltips .tipinfo{
    background: #fff;
    padding: 10px;
    font-size: 12px;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 240px;
    z-index: 444;
    display: none;
}

.tooltips .tipinfo .imgplace img{
    width: 100%;
    height: auto;
}

.tooltips .tipinfo .imgplace{
    width: 70px;
    float: left;
    min-height: 80px;
    margin: 0 10px 0px 0;
}

.tooltips .tipinfo strong{
    color: #0072ce;
    font-size: 16px;
    display: block;
    padding: 5px 0;
}



/* @end */

/* @group Caja con destacado e imagen separada */


 #especial-main .left_caja_dest .caja-dest{
    right: inherit;
    left: 20px;
 }


/* @end */

/* @group Bloques con info */


#bloques-tam-2{
    width: 440px;
    margin: 0 auto;
}


#bloques-tam-3{
    width: 668px;
    margin: 0 auto;
}

.bloques_de_info .subtit{
    text-align: center;
    font-size: 32px;
    margin: 0 0 20px;
}

.bloques_de_info .block-posts .texto{
    border-bottom: 1px solid #eee;
    margin-top: 10px;
}

.bloques_de_info .block-posts .texto h2{
    font-size: 16px;
    font-weight: bold;
    color: #0072CD;
    padding: 0 0 10px;
}

.bloques_de_info .block-posts{
    margin-bottom: 0;
    display: inline-block;
    float: none;    
    vertical-align: bottom;
}

.bloques_de_info{
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

.bloques_de_info .bajada{
    padding: 0 0 30px;
    max-width: 630px;
    margin: 0 auto;
}

#bajada {
    font-size: 18px;
    line-height: 1.4;
	padding: 10px 0px 25px 0px;
	}

/* @end */

/* @group Guia de compra */

#destacado-guia{
    background: #666;
    color: #fff;
}

#destacado-guia .destext{
    padding: 10px;
}

#destacado-guia h1{
    font-size: 42px;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 1;
    font-family: 'misoregular', sans-serif;
    margin: 20px 0;
}

#destacado-guia p{
    line-height: 1.4;
    font-size: 15px;
    margin-bottom: 10px;
}


#guia-de-compra .subtit{
    font-size: 21px;
    margin-top: 15px;
    display: block;
}



#guia-de-compra #breadcrumbs{
    background: #EDEDED;
    border-bottom: 1px solid #eee;
    margin-bottom: 50px;
}

.caja-dest-guia{
    position: absolute;
    bottom: 50px;
    right: 50px;
    width: 350px;
    background: #fff;
    color: #666;
    padding: 20px;
}


.caja-dest-guia strong{
    color: #0072ce;
    font-size: 21px;
}

.caja-dest-guia h3{
    font-family: 'misoregular', sans-serif;
    color: #000;
    font-size: 36px;
}

.caja-dest-guia .btn{
    background: #0072ce;
    color: #fff;
    padding: 14px 40px;
    display: inline-block;
    position: absolute;
    left: 29%;
}

#filtrar{
    background: #0072ce;
    color: #fff;
    padding: 20px 0;
    margin: 30px 0;
}




   
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}
th {
  text-align: left;
}
.bloque_tabs .table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  border: 1px solid #eee;
}
.bloque_tabs .table > thead > tr > th,
.bloque_tabs .table > tbody > tr > th,
.bloque_tabs .table > tfoot > tr > th,
.bloque_tabs .table > thead > tr > td,
.bloque_tabs .table > tbody > tr > td,
.bloque_tabs .table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #eee;
}
.bloque_tabs .table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #eee;
}
.bloque_tabs .table > caption + thead > tr:first-child > th,
.bloque_tabs .table > colgroup + thead > tr:first-child > th,
.bloque_tabs .table > thead:first-child > tr:first-child > th,
.bloque_tabs .table > caption + thead > tr:first-child > td,
.bloque_tabs .table > colgroup + thead > tr:first-child > td,
.bloque_tabs .table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.bloque_tabs .table > tbody + tbody {
  border-top: 2px solid #eee;
}


.bloque_tabs .table > thead {
	color:#fff;
	background-color: #0072ce;
}
.bloque_tabs .table .bloque_tabs .table {
  background-color: #fff;
}
.bloque_tabs .table-condensed > thead > tr > th,
.bloque_tabs .table-condensed > tbody > tr > th,
.bloque_tabs .table-condensed > tfoot > tr > th,
.bloque_tabs .table-condensed > thead > tr > td,
.bloque_tabs .table-condensed > tbody > tr > td,
.bloque_tabs .table-condensed > tfoot > tr > td {
  padding: 5px;
}
.bloque_tabs .table-bordered {
  border: 1px solid #eee;
}
.bloque_tabs .table-bordered > thead > tr > th,
.bloque_tabs .table-bordered > tbody > tr > th,
.bloque_tabs .table-bordered > tfoot > tr > th,
.bloque_tabs .table-bordered > thead > tr > td,
.bloque_tabs .table-bordered > tbody > tr > td,
.bloque_tabs .table-bordered > tfoot > tr > td {
  border: 1px solid #eee;
}
.bloque_tabs .table-bordered > thead > tr > th,
.bloque_tabs .table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.bloque_tabs .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.bloque_tabs .table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.bloque_tabs .table > thead > tr > td.active,
.bloque_tabs .table > tbody > tr > td.active,
.bloque_tabs .table > tfoot > tr > td.active,
.bloque_tabs .table > thead > tr > th.active,
.bloque_tabs .table > tbody > tr > th.active,
.bloque_tabs .table > tfoot > tr > th.active,
.bloque_tabs .table > thead > tr.active > td,
.bloque_tabs .table > tbody > tr.active > td,
.bloque_tabs .table > tfoot > tr.active > td,
.bloque_tabs .table > thead > tr.active > th,
.bloque_tabs .table > tbody > tr.active > th,
.bloque_tabs .table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.bloque_tabs .table-hover > tbody > tr > td.active:hover,
.bloque_tabs .table-hover > tbody > tr > th.active:hover,
.bloque_tabs .table-hover > tbody > tr.active:hover > td,
.bloque_tabs .table-hover > tbody > tr:hover > .active,
.bloque_tabs .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.bloque_tabs .table > thead > tr > td.success,
.bloque_tabs .table > tbody > tr > td.success,
.bloque_tabs .table > tfoot > tr > td.success,
.bloque_tabs .table > thead > tr > th.success,
.bloque_tabs .table > tbody > tr > th.success,
.bloque_tabs .table > tfoot > tr > th.success,
.bloque_tabs .table > thead > tr.success > td,
.bloque_tabs .table > tbody > tr.success > td,
.bloque_tabs .table > tfoot > tr.success > td,
.bloque_tabs .table > thead > tr.success > th,
.bloque_tabs .table > tbody > tr.success > th,
.bloque_tabs .table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.bloque_tabs .table-hover > tbody > tr > td.success:hover,
.bloque_tabs .table-hover > tbody > tr > th.success:hover,
.bloque_tabs .table-hover > tbody > tr.success:hover > td,
.bloque_tabs .table-hover > tbody > tr:hover > .success,
.bloque_tabs .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.bloque_tabs .table > thead > tr > td.info,
.bloque_tabs .table > tbody > tr > td.info,
.bloque_tabs .table > tfoot > tr > td.info,
.bloque_tabs .table > thead > tr > th.info,
.bloque_tabs .table > tbody > tr > th.info,
.bloque_tabs .table > tfoot > tr > th.info,
.bloque_tabs .table > thead > tr.info > td,
.bloque_tabs .table > tbody > tr.info > td,
.bloque_tabs .table > tfoot > tr.info > td,
.bloque_tabs .table > thead > tr.info > th,
.bloque_tabs .table > tbody > tr.info > th,
.bloque_tabs .table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.bloque_tabs .table-hover > tbody > tr > td.info:hover,
.bloque_tabs .table-hover > tbody > tr > th.info:hover,
.bloque_tabs .table-hover > tbody > tr.info:hover > td,
.bloque_tabs .table-hover > tbody > tr:hover > .info,
.bloque_tabs .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.bloque_tabs .table > thead > tr > td.warning,
.bloque_tabs .table > tbody > tr > td.warning,
.bloque_tabs .table > tfoot > tr > td.warning,
.bloque_tabs .table > thead > tr > th.warning,
.bloque_tabs .table > tbody > tr > th.warning,
.bloque_tabs .table > tfoot > tr > th.warning,
.bloque_tabs .table > thead > tr.warning > td,
.bloque_tabs .table > tbody > tr.warning > td,
.bloque_tabs .table > tfoot > tr.warning > td,
.bloque_tabs .table > thead > tr.warning > th,
.bloque_tabs .table > tbody > tr.warning > th,
.bloque_tabs .table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.bloque_tabs .table-hover > tbody > tr > td.warning:hover,
.bloque_tabs .table-hover > tbody > tr > th.warning:hover,
.bloque_tabs .table-hover > tbody > tr.warning:hover > td,
.bloque_tabs .table-hover > tbody > tr:hover > .warning,
.bloque_tabs .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.bloque_tabs .table > thead > tr > td.danger,
.bloque_tabs .table > tbody > tr > td.danger,
.bloque_tabs .table > tfoot > tr > td.danger,
.bloque_tabs .table > thead > tr > th.danger,
.bloque_tabs .table > tbody > tr > th.danger,
.bloque_tabs .table > tfoot > tr > th.danger,
.bloque_tabs .table > thead > tr.danger > td,
.bloque_tabs .table > tbody > tr.danger > td,
.bloque_tabs .table > tfoot > tr.danger > td,
.bloque_tabs .table > thead > tr.danger > th,
.bloque_tabs .table > tbody > tr.danger > th,
.bloque_tabs .table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.bloque_tabs .table-hover > tbody > tr > td.danger:hover,
.bloque_tabs .table-hover > tbody > tr > th.danger:hover,
.bloque_tabs .table-hover > tbody > tr.danger:hover > td,
.bloque_tabs .table-hover > tbody > tr:hover > .danger,
.bloque_tabs .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.bloque_tabs .table-responsive {
  min-height: .01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .bloque_tabs .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #eee;
  }
  .bloque_tabs .table-responsive > .bloque_tabs .table {
    margin-bottom: 0;
  }
  .bloque_tabs .table-responsive > .bloque_tabs .table > thead > tr > th,
  .bloque_tabs .table-responsive > .bloque_tabs .table > tbody > tr > th,
  .bloque_tabs .table-responsive > .bloque_tabs .table > tfoot > tr > th,
  .bloque_tabs .table-responsive > .bloque_tabs .table > thead > tr > td,
  .bloque_tabs .table-responsive > .bloque_tabs .table > tbody > tr > td,
  .bloque_tabs .table-responsive > .bloque_tabs .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .bloque_tabs .table-responsive > .bloque_tabs .table-bordered {
    border: 0;
  }
  .bloque_tabs .table-responsive > .bloque_tabs .table-bordered > thead > tr > th:first-child,
  .bloque_tabs .table-responsive > .bloque_tabs .table-bordered > tbody > tr > th:first-child,
  .bloque_tabs .table-responsive > .bloque_tabs .table-bordered > tfoot > tr > th:first-child,
  .bloque_tabs .table-responsive > .bloque_tabs .table-bordered > thead > tr > td:first-child,
  .bloque_tabs .table-responsive > .bloque_tabs .table-bordered > tbody > tr > td:first-child,
  .bloque_tabs .table-responsive > .bloque_tabs .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .bloque_tabs .table-responsive > .bloque_tabs .table-bordered > thead > tr > th:last-child,
  .bloque_tabs .table-responsive > .bloque_tabs .table-bordered > tbody > tr > th:last-child,
  .bloque_tabs .table-responsive > .bloque_tabs .table-bordered > tfoot > tr > th:last-child,
  .bloque_tabs .table-responsive > .bloque_tabs .table-bordered > thead > tr > td:last-child,
  .bloque_tabs .table-responsive > .bloque_tabs .table-bordered > tbody > tr > td:last-child,
  .bloque_tabs .table-responsive > .bloque_tabs .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .bloque_tabs .table-responsive > .bloque_tabs .table-bordered > tbody > tr:last-child > th,
  .bloque_tabs .table-responsive > .bloque_tabs .table-bordered > tfoot > tr:last-child > th,
  .bloque_tabs .table-responsive > .bloque_tabs .table-bordered > tbody > tr:last-child > td,
  .bloque_tabs .table-responsive > .bloque_tabs .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
	
	

.textin{
    border: 1px solid #0072ce;
    padding: 8px;
    width: 80%;
    font-style: italic;
}

.btn_buscar{
    background: url(/static/contenido/guiasdecompra/images/icons/lupa.png) no-repeat center;
    border: none;
    height: 29px;
    width: 38px;
    text-indent: -9999px;
}

#home.guia-compra .blokguia{
    margin-bottom: 30px;
}

#upsection h1{
    font-family:'misoregular', sans-serif;
    font-size:42px;
    color:#000;
    padding:0;
	margin-top:0;
}

#upsection #bajada{
    font-size: 18px;
    line-height: 1.4;
}

#upsection img{
    display: block;
    margin: 40px 0;
}


.bloque_con_foto, #bloque_servicios{
    margin: 40px 0;
    border: 1px solid #eee;
    padding: 25px 20px;
}

#guia-de-compra .bloque_con_foto h2, #guia-de-compra .bloque_con_foto p{
    margin: 10px 0;
    line-height: 1.5;
}

#bloque_servicios p{
    margin-top: 5px;
}

#bloque_servicios p a{
    color: #0072ce !important;
}

#bloque_cat_rel{
    margin-bottom:;
}


#bloque_cat_rel img{
    border: 1px solid #0072ce;
    margin: 20px 0;
}

#bloque_cat_rel h3 {
    font-size: 1.1em;
    font-weight: bold;
    padding: 0;
    display: block;
    text-transform: uppercase;
}


#bloque_cat_rel h3 a:after{
    content: url('/static/contenido/guiasdecompra/images/page/enlace.png');
    left: 5px;
    top: 2px;
    position: relative;
}

#bloque_temas_rel{
    margin-bottom: 40px;
	margin-top: 20px;
}

#bloque_temas_rel .subtit{
    background: #0072ce;
    color: #fff;
    padding: 8px 15px;
    margin-bottom: 20px;
}

#bloque_temas_rel h3 a {
    display: block;
    background: #f4f4f4 url(/static/contenido/guiasdecompra/images/page/enlace.png) no-repeat 96% 50%;
    padding: 20px 13% 20px 20px;
    text-transform: uppercase;  
    font-weight: bold;
    height: 110px;
}

#bloque_temas_rel h3 a span {
    display: block;
    font-weight: lighter;
    text-transform: none;
	font-size:13px;
	color:#000;
	text-decoration:none;
}

/*-- #guia-main .btabs{
    padding: 30px 60px;
}--*/

#guia-main .secciontab{
    padding: 20px 0;
    border-bottom: 1px dashed #eee;
    position: relative;
}

#guia-main .secciontab:last-child{
    border-bottom: none;
}

#guia-main .secciontab h4{
    font-weight: bold;
    font-size: 16px;
    display: block;
    position: relative;
	padding-top: 12px;
}



#guia-main .lattit .subtit{
    font-size: 21px;
}

#guia-main .lattit .subtit:before{
    content: none;
}

.secciontab li{
    padding: 10px 0;
}

.caja_tips{
    border: 4px solid #EDEDED;
}

.caja_tips h5{
    color:#0072ce;
    padding: 10px;
    font-weight: bold;
    background: #EDEDED;
}

.caja_tips .cont{
    padding: 10px;
}

.comenzar{
    background: #EDEDED;
    border: 1px solid #0072ce;
    padding: 20px;
    font-size: 12px;
    margin: 30px 0;
}

.comenzar h3{
     color: #0072ce;
     font-size: 16px;
}

.comenzar p{
    font-size: 14px;
}

.comenzar li, .herr li{
    padding: 3px 0;
}

.comenzar li:before, .herr li:before{
    content: '· ';
    color: #0072ce;
    font-weight: bolder;
}

.utilizar .herr strong{
    background: #0072ce;
    color: #fff;
    padding: 10px;
}

.utilizar .herr{
    border: 1px solid #0072ce;
    font-size: 12px;
    min-height: 400px;
}

.utilizar .herr ul{
    padding: 30px 20px;
}

.bajadat{
    border-bottom: 1px solid #eee;
}

.multiple{
    color: #666;
}

.fs-dropdown{
    margin: 0;
    border: 1px solid #0072ce;  
    border-bottom: none;
    border-top: none;
}

.fs-wrap.multiple .fs-checkbox{
    left: inherit;
    right: 0;
}

.fs-wrap.multiple .fs-option{
    border-bottom: 1px solid #0072ce;
    padding-left: 8px;
}

.fs-wrap{
    width: 90%;
}

.fs-label-wrap .fs-label{
    padding: 8px;
}

.fs-label-wrap{
    background: #fff;
    border: 1px solid #0072ce;
}

.fs-arrow{
    margin: 0;
    right: 0;
    height: 28px;
    width: 28px;
    background: url(/static/contenido/guiasdecompra/images/icons/guiasel.png) no-repeat;
}

.fs-wrap.multiple .fs-option.selected .fs-checkbox i{
    background: #DDEEFD url(/static/contenido/guiasdecompra/images/icons/seltick.png) no-repeat center;
    border: 1px solid #0072ce;
    border-radius: 0;
}

.fs-wrap.multiple .fs-option .fs-checkbox i{
    border-radius: 0;
}

#loader-ajax{
    text-align: center;
    display: none;
}

#loader-ajax img{
    display: inline-block;
    width: 70px;
}

.pagination-ajax{
    display: none;
}



/* @end */

/* @group Bloque con tabla */

.bloque_con_tabla{
    padding-top: 60px;
    padding-bottom: 60px;
}

.bloque_con_tabla h2{
    font-size: 32px;
    margin: 0 0 20px;
}

.bloque_con_tabla .cachito{
    position: absolute;
    z-index: 1;
    right: 0;
}

.bloque_con_tabla  li{
    counter-increment:li;
    padding:10px 50px;
    line-height: 1.4;
}

.bloque_con_tabla p{
    font-size: 16px;
    padding-bottom: 10px;

}

.bloque_con_tabla .col-sm-6 a{
    color: #DD0021;
    font-weight: bold;
}
.bloque_con_tabla .col-sm-6  a:before{
    content:'»';
}

.bloque_con_tabla  li:before {
    content:counter(li);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: block;
    position: absolute;
    left: 10px;
    padding: 6px 10px;
    font-size: 21px;
    line-height: 20px;
    background: #0072CE;
    color: #fff;
    text-align: center;
    font-weight:bold;

}

.bloque_con_tabla thead{
    background: #0072CE;
    color: #fff;
}

.bloque_con_tabla table{
    margin: 10px 0;
    width: 100%;
}

.bloque_con_tabla table td{
    padding: 10px 20px;
    width: 300px;
}

.bloque_con_tabla table tr:nth-child(even) {
    background: #e5f1fa;
}

/* @end */

/* @group Llamado intermedio */

.llamado_intermedio{
    background: #ECECEC;    
    text-align: center;
    padding: 40px 0;
}

.llamado_intermedio h3{
    font-size: 24px;
    color: #0072CD;
    margin-bottom: 20px;
}

.llamado_intermedio p{
    max-width: 630px;
    margin: 0 auto;
}

.llamado_intermedio nav{
    margin-top: 20px;
}

.llamado_intermedio .btn_borderb{
    display: inline-block;
    padding: 10px 20px;
    margin: 0 5px;
}

.llamado_intermedio .btn_borderb img{
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

/* @end */

/* @group Bloque Tabs Guias */

#guia-de-compra .bloque_tabs{
    clear: both;
}

#guia-de-compra .bloque_tabs .menutabs {
    font-size: 0;
    line-height: 1;
}

#guia-de-compra .bloque_tabs .menutabs a{
    border: 1px solid #eee;
    display: inline-block;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    padding: 16px 10px;
    /*font-weight: bold;*/
    margin-right: 0px;
    border-bottom: none;
    font-size: 14px;
    color: #0072ce !important;
    background: #fff;
}

#guia-de-compra .bloque_tabs .menutabs a:hover{
    color: #0072ce !important;
    background: #eeeeee !important;
    text-decoration: none;
}

#guia-de-compra .bloque_tabs .menutabs a.acti{
    z-index: 1;
    color: #fff !important;
    margin-bottom: -1px;
    background: #0072ce;
    border-bottom: 1px solid #fff;
    position: relative;
}

.btabs{
    border: 1px solid #eee;
    padding: 40px 20px;
}

.btab{
    display: none;
}

.btab strong{
    color: #000;
}

.btab p{
    padding: 10px 0;
}

.btab ol{
    /*margin-left: 40px;*/
    position: relative;
}

.btab ol li{
    counter-increment: li;
    display: block;
    padding: 20px 55px;
    position: relative;
}

.btab ol li:before {
    content: counter(li);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: block;
    position: absolute;
    left: 10px;
    top: 15px;
    padding: 4px 10px;
    font-size: 14px;
    line-height: 20px;
    background: #0072CE;
    color: #fff;
    text-align: center;
    font-weight: bold;
}

.btab a{
    color: #0072ce !important;
    font-weight: bold;
}
.btab p a:before{
	color:#0072ce;
}


.btab.acti{
    display: block;
}


.boxhum a:before{
    content: '';
}


/* @end */

#footernew{
    padding: 30px 0 30px;
}

#footernew #logo-footer{
    margin-right: 50px;
}

#footernew #logo-footer, #footernew nav{
 display: inline-block;
 vertical-align: text-bottom;
}

@media (max-width: 992px) { 

#destacado .caja-dest{
    left: 30%;
}

.block-posts .texto{
    height:230px;
    text-align: left;
}

#especial-main .caja-dest{
    left: 10px;
}

}




/* tablets */
@media (max-width: 768px) { 

    #especial-main.container {
        width: auto;
    }

    #destacado .caja-dest {
        position: relative;
        margin-top: -90px;
        display: block;
        margin-right: 25px;
    }

    #destacado .caja-dest h3 {
        font-size: 32px;
    }

    #especial-main.container{
        margin: 0 15px;
    }

    #destacado .caja-dest{
        left: 20%;
    }

    .bloques-solo-img{
        display: none;
    }

    #btn_menu_movil{
        display: block;
        background: #0072CE;
        color: #fff;
        text-align: center;
        text-transform: uppercase;
        font-size: 18px;
        padding: 20px;
        font-weight: bold;
        margin: 0 10px;
        z-index: 555;
    }

    #btn_menu_movil img{
        display: inline;
        margin-left: 10px;
    }

    #especial-nav .container{
        background: #fff;
        position: absolute;
        z-index: 666;
        width: 100%;
    }

    #especial-nav ul{
        background: #0072CE;
        display: none;
    }

    #especial-nav li{
        display: block;
    }

    #especial-nav a{
        display: block;
        color: #fff;
        border-top: 1px solid #53AEF7;
        text-transform: uppercase;
        padding: 15px 20px;
        font-size: 16px;
        font-weight: bold;
        width: 100%;
    }


    .block-posts img{
        width: 100%;
    }

    .imgsep{
        width: 100%;
        margin-bottom: 20px;
    }

    .tips-blok h2, .bloque_con_tabla h2{
        font-size: 24px;
    }

    .tips-blok h2{
        text-align: center;
        padding-bottom: 20px;
    }

    .llamado_intermedio .btn_borderb{
        display: block;
        max-width: 320px;
        margin: 20px auto;
        font-size: 16px;
        padding: 15px;
    }

    .btn_anchor{
        display: none!important;
    }

    .sep-box {
        margin-bottom: 1.5em;
    }

    .sep-box img {
        display: block;
        margin: 0 auto 1em auto;
    }
}



.inner-row {
    overflow: hidden;
}

.mobile-tab-control {
    display: none;
}

.tema-rel {
    margin-bottom: 20px;
}
.tema-rel h3{ font-size:1.1em; margin-top: 0px !important;}
.tema-rel span{ font-size:0.7em;}

/* phones */
@media (max-width: 480px) { 
    .inner-row {
        padding: 0 1em;
    }

    .img-movil{
        display: block;
    }

    #destacado .caja-dest{
        left: 25px;
        width: 80%;
    }

    #especial-main .caja-dest{
        position: relative;
        left: 0;
        margin-top: 20px;
        width: 100%;
        border-width:1px;
        border-style: solid;
    }

    #especial-main .caja_imagen_sep .caja-dest{
        left: 0;
        margin-top: 10px;
    }

    #especial-main .item{
        height: auto;
        margin-bottom: 0px;
    }

    #guia-de-compra .bloque_tabs .menutabs {
        display: none;
    }

    #guia-main .btabs{
        padding: 0;
        border: none;
    }
    
    #guia-main .secciontab h4:before {
        display: none;
    }

    .sep-box img {
        display: block;
        margin: 0 0 1em 0;
    }

    .btab {
        display: block;
    }

    .btab .texto {
        display: none;
        padding-top: 20px;
    }

    .btab.acti .texto {
        display: block;
    }

    .btab .mobile-tab-control {
        display: block;
        font-size: 18px;
        text-decoration: none;
        font-weight: normal;
        color: #0072ce;
        padding: 15px;
        background: #ededed url(/static/contenido/guiasdecompra/images/icons/lplus.png) calc(100% - 15px) 50% no-repeat;
        margin-top: 1px;
    }

    .btab .mobile-tab-control.acti {
        background: #fff url(/static/contenido/guiasdecompra/images/icons/lless.png) calc(100% - 15px) 50% no-repeat;
        border-top: 2px solid #0072ce;
        border-bottom: 1px solid #0072ce;
    }

    .btab .mobile-tab-control:before {
        display: none;
    }
}

/* columns of same height styles */

.row-full-height {
  height: 100%;
}
.col-full-height {
  height: 100%;
  vertical-align: middle;
}
.row-same-height {
  display: table;
  width: 100%;
  /* fix overflow */
  table-layout: fixed;
}
.col-xs-height {
  display: table-cell;
  float: none !important;
}

@media (min-width: 768px) {
  .col-sm-height {
    display: table-cell;
    float: none !important;
  }
}
@media (min-width: 992px) {
  .col-md-height {
    display: table-cell;
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .col-lg-height {
    display: table-cell;
    float: none !important;
  }
}
/* vertical alignment styles */

.col-top {
  vertical-align: top;
}
.col-middle {
  vertical-align: middle;
}
.col-bottom {
  vertical-align: bottom;
}


/* @group ClearFix */

.cf:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
    .hidden, .hide{
        display: none!important;
}
/* Hides from IE-mac \*/
    * html .cf {
        height: 1%;
    }
/* End hide from IE-mac */

#guia-de-compra .tilazul {background: #0072ce none repeat scroll 0 0; color:#fff; margin-bottom: 20px; padding: 8px 15px; font-size: 22px; font-weight: bold; margin: 0;}
#guia-de-compra .bggris{ background-color:#F4F4F4;}
#guia-de-compra .logohum {background-image: url(/static/contenido/guiasdecompra/images/logo-hum.png) ;width:43px;height:43px;display:block;margin:auto; float:left; margin-right:5px;}
#guia-de-compra .brochas{
	color:#fff;
	background-color: #0072ce;
}
 #guia-de-compra .txdetalle{ font-size:0.8em;}
/* @end */
