/*
 * b4st CSS
 */


 /******************************************************************
    
    $Variables Child Theme

******************************************************************/


 :root {
    --color-primary: rgba(47, 61, 73, 1); /* blue*/
    --color-secondary:rgba(250, 68, 44, 1);  /*red*/
    --color-tertiary: rgba(83, 101, 104, 1); /* gris*/

    --color-primary-hover: rgba(47, 61, 73, 0.5);/* blue - hover*/
    --color-secondary-hover:rgba(195, 59, 42, 1); /*red - hover*/
    --color-tertiary-hover: rgba(64, 79, 81, 1); /* gris 50%*- hover*/

    --color-body-background:#F4F4F4;

    --color-price:rgba(250, 68, 44, 1); 


    --medium-gray: rgba(83, 101, 104, 1); /* gris 60%*/
    --light-gray: rgba(83, 101, 104, 0.5); /* gris 50%*/
    --extra-light-gray: rgba(83, 101, 104, 0.13); /* gris 30%*/
    --custom-gray: rgba(241, 241, 241, 1); /* gris personalizado*/
    --table-gray: rgba(47, 61, 73, 0.1); /* gris personalizado -50%*/


    --success: #45B549;
    --info: #00dffc;
    --warning: #ffc107;
    --danger: #de4437;
    --light: #fff;
    --dark: #333;
    --offer: #45B549;
    --on-sale:#FF4000;
    --new:#2496FF;
    --transparent:rgba(255, 255, 255, 0); 

    --dark-text: #333;
    --light-text: #ededed;

    --weight-light:200;
    --weight-medium:600;
    --weight-bold:700;
    --weight-extra-bold:800;


    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;

    --text-small: 0.625rem; /*10px*/
    --text-medium: 0.81rem; /*13px*/
    --text-big: 1.8rem; /*28px*/
    --text-base:0.875rem; /*14px*/
    

    
    /*Spaces*/
    --space-xs:0.93rem;/*15px*/
    --space-s:1.87rem;/*30px*/
    --space-m:3.75rem;/*60px*/
    --space-l:5.62rem;/*90px*/
    --space-xl:7.5rem;/*120px*/

    /* Tipography */
    --font-family-primary:'Poppins', sans-serif;
    --title-primary:normal 800 1.87rem 'Poppins', sans-serif;
    --title-secundary:normal 800 1.5rem 'Poppins', sans-serif;
    --title-h3:normal 800 calc(1.5rem - .2rem) 'Poppins', sans-serif;
    --title-h4:normal 800 calc(1.5rem - .4rem) 'Poppins', sans-serif;
    --title-h5:normal 800 calc(1.5rem - .6rem) 'Poppins', sans-serif;
    --title-h6:normal 800 calc(1.5rem - .8rem) 'Poppins', sans-serif;
    --text-menu-main:normal 500 0.89rem 'Poppins', sans-serif;
    --title-sidebar:normal 800 0.7rem 'Poppins', sans-serif;
    --table-thead:normal 800 0.7rem 'Poppins', sans-serif;
   
    /* Tipography Product*/
    --product-h1:normal 700 1.125rem 'Poppins', sans-serif;
    --title-product-list:normal 600 0.812rem 'Poppins', sans-serif; 
    --product-price:normal 700 2.06rem 'Poppins', sans-serif;
    --product-price-list:normal 800 1.12rem 'Poppins', sans-serif;
    

    --letter-spacing-xs:.05rem;
    --letter-spacing-s:.1rem;

    /* Utilities*/
    --border-dotted: 1px dotted rgba(83, 101, 104, 0.5);
    --separator: rgba(83, 101, 104, 0.13);/*15px*/
    --height-form: 50px;
    --custom-banner: #FFF;
    --text-custom-banner: --color-primary;
    --padding-content-product:2rem;
    --number: #ffc107;
    --label:normal 500 0.85rem 'Poppins', sans-serif;

    /* Blog */
    --blog-title-primary:normal 700 2rem 'Poppins', sans-serif;/* 32px */
    --blog-title-secondary:normal 900 1.25rem 'Poppins', sans-serif;/* 21px */

    /* Noticias sidebar*/
    --header-sidebar:800 0.8rem 'Poppins', sans-serif; 
    --sidebar-title:normal 700 0.97rem 'Poppins', sans-serif;/* 14px - noticias seccion home secondary*/
    
    /*Noticias Detalle o al 100%*/
    --single-title-primary:normal 700 2.5rem 'Poppins', sans-serif; /* 40px - noticias detalle*/

}
@media screen and (max-width: 768px) {
    :root {

    /*Spaces*/
    --space-xs:calc(0.93rem / 2);
    --space-s:calc(1.87rem / 2);
    --space-m:calc(3.75rem / 2);
    --space-l:calc(5.62rem / 2);
    --space-xl:calc(7.5rem / 2);



    /* Tipography */
    --text-base:calc(1rem - .1rem);
    --title-primary:normal 900 1rem 'Poppins', sans-serif;
    --title-secundary:normal 800 calc(1.13rem - .1rem) 'Poppins', sans-serif;
    --single-h1:normal 400 calc(2.5rem - .3rem) 'Poppins', sans-serif;
    --product-price:normal 800 calc(1.62rem - .3rem) 'Poppins', sans-serif;


    --title-h3:normal 800 1rem 'Poppins', sans-serif;

    /* Blog */
    --blog-title-primary:normal 700 calc(2rem - .2rem) 'Poppins', sans-serif;/* 32px */
    }
}

/* General
* ****************************************************************
*/
body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    font-family: var(--font-family-primary);
    color:var(--color-primary);
    /*line-height: 2rem;*/
    
}
main {
    flex: 1 0 auto;
}


/* Tipography
* ****************************************************************
*/
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-style: normal;
    font-weight: 900;
    margin-bottom: 0
}

h3, h4, h5, h6,.h3, .h4, .h5, .h6 {
    font-size: 1rem
}
/*
h1 span,
h2 span{
    display: inline-block;
    background: #FFF;
    padding: 5px 30px;
}*/
.post h1,.post h2, .sidebar h2{
    display: block;
    position: relative;
    font:var(--blog-title-primary);
    letter-spacing: .02rem;
    text-transform: none;
    margin-top: 0;
    margin-bottom:0;
    border-bottom: 0;
    padding-bottom:  var(--space-xs); 
}
.post h2{
    padding-bottom: .5rem;
}
.sidebar h2,h1.category{
    font:var(--sidebar-title);
    text-align: left;
    margin-bottom: 1.25rem;
    text-transform: uppercase;
    border-bottom:4px solid var(--separator);
    padding-bottom: .5rem
}
.sidebar h2{
border-bottom: 1px solid #ededed;
min-width: 100%;
padding: 16px 0;
padding: 1rem 0;
color: #2f3d49 !important;
font: normal 800 11.2px Poppins,sans-serif !important;
font: normal 800 .7rem Poppins,sans-serif !important;
letter-spacing: 1.6px;
letter-spacing: .1rem;
text-transform: uppercase;
}
h1.page-title{
    margin-bottom: 0.5rem;
    border-bottom: 0
}
/*
.post h1:before,
.post h2.title:before{
    content: "";
    width: 100%;
    height: 1px;
    border-top:1px solid var(--color-primary);
    position: absolute;
    left: 0;
    top:50%;
    -webkit-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    transform:translateY(-50%);
    z-index: -1
}*/
.post h2{
    font:var(--blog-title-secondary);
}
.sidebar h2:before{
    display: none;
}
.small,
.lits-category-tag{
    font-size:var(--text-small); /*11px*/
    font-weight: 400;
    letter-spacing: 0.1rem;
}
b, strong {
    font-weight: 700;
}
blockquote{
    font-weight: 500;
    font-size: 1.1rem;
    font-style: italic;
    border-left: 2px solid var(--color-secondary);
    padding-left: 1rem
}
p{
    line-height:1.6rem
}
ol, ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    list-style-type: none;
}
.widget_tag_cloud .tagcloud a:hover{
    background: #0a396d;
    color: #fff;
    border: 1px solid #0a396d;
}
.meta-tags,.meta-tags span{
    font-size: var(--text-medium);
    line-height: 1.2rem;
}
.sidebar a{
    color: var(--color-primary);
    font-size:var(--text-medium);
}
.sidebar a:hover{
    color: var(--color-primary-hover)
}
.text-muted{

}

/* BUTTONS AND LINKS
* ****************************************************************
*/

a{
    color: var(--color-secondary)
}
a:hover{
    color: var(--color-secondary-hover)
}

article header h2 a,.sidebar a, #footer a, .breadcrumb-content a{
    color: var(--color-primary)
}
.header a:hover,.sidebar a:hover, footer a:hover, .breadcrumb-content a:hover{
    color: var(--color-primary-hover)
}
.btn{

}

.btn-primary {
    color: #fff;
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;

}
.btn-primary {
    color: #fff;
    background-color: var(--color-secondary);
    border-color: var(--color-secondary)
}
.btn-primary:hover {
    color: #fff;
    background-color:  var(--color-secondary-hover);
    border-color:  var(--color-secondary-hover)
}

.btn-secondary {
    color:var(--color-secondary);
    background-color: #FFF;
    border-color:  var(--color-secondary)
}

.btn-secondary:hover {
    color:#FFF;
    background-color: var(--color-secondary-hover);
    border-color:  var(--color-secondary-hover)
}
.btn-link{
    color:var(--color-primary);
}

.btn-link:hover{
    color:var(--color-primary-hover);
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: #000;
    background-color:transparent;
    border-color: transparent;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus,
.btn-primary.focus, .btn-primary:focus {
    box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    -webkit-box-shadow: none;
}



/* Header
* ****************************************************************

header.border-bottom{
    border-bottom: 0
}
.top-header{
    color: var(--light-text);
    padding: 0.4rem 0;
    vertical-align: middle;
}
@media (min-width: 768px){
    .middle-header{
        min-height: 95px
    }
    .logo{
        margin-top: -40px
    }
}

.search .form-inline{
    -webkit-box-pack:end;
        -ms-flex-pack:end;
            justify-content:end;
}
#searchform{
    position: relative;
}
.search input{
    width: 100%;
    padding: 23px 20px;
    border-radius: 35px !important;

    border: 1px solid #EBEAEA
}
button#searchsubmit.btn {
    background: transparent;
    border: 0;
    color: var(--color-secondary);
    position: absolute;
    right: 10px;
    top:50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translatY(-50%);
    transform: translateY(-50%)
}

.top-header  a{
    font-size: var(--text-small);
    color: #CCCCCC
}

*/




/* Menu main
* ****************************************************************

.navbar{
    border-top: 1px solid var(--extra-light-gray);
    border-bottom: 10px solid var(--extra-light-gray);
    text-transform: uppercase;
}
.navbar{
    border-top: 1px solid var(--extra-light-gray);
    border-bottom: 10px solid var(--extra-light-gray);
    text-transform: uppercase;
}
.navbar-nav a{
    font-size: 0.87rem;
    font-weight: var(--weight-bold);
    color: var(--color-primary)
}
@media(min-width: 768px){
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
}

.navbar-expand-md .navbar-nav .dropdown-menu{
    border-radius: 0;
    padding: 2.5rem;
    box-shadow: 3px 15px 20px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 3px 15px 20px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 3px 15px 20px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 3px 15px 20px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 3px 15px 20px rgba(0, 0, 0, 0.1);
}
@media(min-width: 768px){
    .navbar-expand-md .navbar-nav .dropdown-menu{
        min-width: 320px
    }
}
.navbar-expand-md .navbar-nav .dropdown-menu li{
    padding: 0;
    text-transform: none;
}
.dropdown-item {
    text-transform: none;
    padding: .7rem;
    border-bottom: 1px dotted var(--light-gray);
}
.dropdown-item:after {
    float: right;
    font-family: 'FontAwesome';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
}

.dropdown-item.active, .dropdown-item:active {
    background-color: var(--color-primary);

}

*/


/* Layout
* ****************************************************************
*/
.breadcrumb-content{
    padding: 0.5rem;
    font-size: var(--text-small)
}
.breadcrumb-content p{
    margin: 0
}



/* Search 
******************************************************************
*/
#searchform.form-inline{
    position: relative;
}
#searchform.form-inline input.form-control{
-webkit-border-radius: 100px;
-o-border-radius: 100px;
-ms-border-radius: 100px;
-moz-border-radius: 100px;
padding: auto 30px;
border: 1px solid var(--separator);
background: #FFF;
color: #7a7a7a;
width: 100%
}
#searchform.form-inline .btn-primary {
    color: var(--color-primary);
    background-color: transparent;
    border:0;
    box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    -webkit-box-shadow: none;
    position: absolute;
    right: 0;
}
/* Sidebar
* ****************************************************************
*/
@media(min-width: 768px){
    #sidebar section{
        margin-bottom: var(--space-xs);
    }
}
@media(min-width:576px){
    .page-wpblog .single #sidebar.col-sm-4 {
        width: 100% !important;
        max-width: 100%;
         min-width:100%;
          display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-pack:space-between;
        -ms-flex-pack:space-between;
        justify-content:space-between;
        align-items:start;
    }
}
 .page-wpblog .single #sidebar.col-sm-4 {
    margin-left: 1rem;
    margin-right: 1rem
}
#sidebar section:first-child h2{
    margin-top: 0
}
.sidebar ul li{
    padding-bottom: 10px;
    margin-bottom: 10px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:space-between;
        -ms-flex-pack:space-between;
            justify-content:space-between;

    position: relative;
    padding-left: 20px
}
#sidebar ul li:before {
    content: "";
    background: url(../img/arrow-right-red.png) no-repeat;
    width: 10px;
    height: 14px;
    display: inline-block;
    position: absolute;
    top: 5px;
    left: 0
}

@media (max-width: 768px){
    #sidebar{
        order:1;
        position: relative;
        top: 0;
        left: 0;
        background: none;
        height: 71px;
        overflow: hidden;
        display: block;
        clear: both;
        margin: 0 auto 1rem;
        border-radius: 6px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        -o-border-radius: 6px;
        -ms-border-radius:6px;

    }
    #main > .row > .col-sm{
         order:2;
    }
    .flechaSidebarBajar:after, .flechaSidebarSubir:after {
        content:"";
        background: url(../img/arrow-down-red.png) no-repeat;
        width: 10px;
        height: 14px;
        position: absolute;
        top: 22px;
        right: 0;
    }
    .flechaSidebarSubir:after {
        background: url(../img/arrow-up-red.png) no-repeat;
    }
    .widget_search{
        display: none;
    }
    
    #sidebar h2 {
        border:0
    }
}


/* Post 
* ****************************************************************
*/
/* list post*/
.meta-tags,.header-meta {
    margin-bottom: 1rem;
    border-bottom: 0
}
.post section figure:first-child{
    margin: 2rem 0
}
.col-left{
    padding-right: 3% !important;
}
.post article,.post.type-post,#respond,#sidebar section{
    margin-bottom: var(--space-s);
    background: #fff;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    padding: 2rem
}

@media (max-width: 768px){
    #sidebar section {
        padding:.5rem 2rem
    }
}

@media (min-width: 768px){
    .single article.post header,
    .single article.post section,
    .single article.post .author-bio{
        max-width: 75%;
        margin: 0 auto
    }
    .single #sidebar{
        width: 100%;
        min-width: 100%;
        margin-bottom: var(--space-m);
        background: #fff;
        border-radius: 6px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        padding: 2rem;
        display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:space-around;
        -ms-flex-pack:space-around;
            justify-content:space-around;
             -webkit-box-align:stretch;
        -ms-flex-align:stretch;
            align-items:stretch;
    }
    .single #sidebar section{
        margin-bottom:0;
        background: #fff;
        border-radius: 0;
        padding:0;
        max-width: 25%;
        width: 25%;
        border-right:1px solid var(--custom-gray);
        padding: 1rem 2rem;
    }
    .single #sidebar section:last-child{
        border-right:0
    }
}
/* Post detalle
* ****************************************************************
*/
.header-meta{
    text-align: center;
    font-weight: bold;
    font: var(--title-sidebar);
    padding-top:var(--space-xs);
    padding-bottom:var(--space-xs);
    position: relative;
}
.header-meta a{
    color: var(--color-secondary)
}
.header-meta:before,
.header-meta:after{
    content: "";
    height: 2px;
    background:var(--color-primary);
    width: 100px;
    margin:1rem 0 .5rem -50px;
    position: absolute;
    top: -10px;
    left: 50%;
}
.header-meta:after{
    bottom: -10px
}
.post.type-post img{
    text-align: center;
    margin: 0 auto var(--space-s);
    display: block;
}

/* Footer
* ****************************************************************
*/


/* Paginación
* ****************************************************************
*/
.pagination ul li {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
}
.page-link {
    position: relative;
    display: block;
    padding: 1rem 1.25rem;
    margin-left: -1px;
    line-height: 1.25;
    color: var(--color-secondary);
    background-color:transparent;
    border-color:transparent;
    font-size: 0.87rem;
    font-weight: 500;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius:4px;
    -moz-border-radius:4px;
}
.page-item.active .page-link {
    background-color: var(--color-secondary);
    border-color: var(--color-secondary);
    border:0;

}
.page-item.disabled .page-link {
    color: var(--color-secondary);
    border-color: transparent;
}
.page-link:hover {
    color: #FFF;
    background-color: var(--color-secondary);
    border-color: var(--color-secondary);
}
.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    -webkit-box-shadow: none;
}
.page-item.active .page-link,
.page-item.active .page-link:focus,
.page-item.active .page-link:hover{
    background-color: var(--color-secondary) !important;
    border: 0;
    margin: 0 .2rem;
}
.pagination a:not(.previous):not(.next){
    letter-spacing: 0 !important;
}
.previous-link a, .next-link a{
    /*border-radius: 6px;
    -o-border-radius:6px;
    -ms-border-radius: 6px;
    -webkit-border-radius: 6px;
    border: 1px solid var(--color-secondary);*/
    padding: 9px;
    text-transform: uppercase;
    font: normal 500 .8rem Poppins,sans-serif;
    letter-spacing: .8px;
    letter-spacing: .05rem;
    text-transform: uppercase;
    word-wrap: break-word!important;
    white-space: normal!important;
    padding: 8px 20.8px;
    padding: .5rem 1.3rem;
    display: block;
}
.previous-link a i{
    margin-right: .5rem
}
.next-link a i{
    margin-left: .5rem;
    float: right;
}
/* Etiquetas
* ****************************************************************
*/
.tagcloud a {
    padding: 6px 7px;
    margin-right: 0;
    margin-bottom: 4px;
    line-height: 100%;
    display: inline-block;
    color: var(--color-primary);
    background-color: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 12px !important;
    background-color: #fff;
    border: 1px solid #ededed !important;
}
.tagcloud a:hover {
    color: #FFF;
    background-color: var(--color-primary);
}
/* Sticky Footer */
.site-header-image {
	display: block;
	margin: auto;
}
.wp-caption {}
.wp-caption-text {}
.sticky {}
.screen-reader-text {}
.gallery-caption {}

.bypostauthor {}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	clear: both;
	display: block;
}

/* Max img widths */

img,
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto;
}

/* Author bio 

.author-bio .avatar {
	border: 1px solid #dee2e6;
	border-radius: 50%;
}*/

/* Main content */



/* Hide form placeholders on focus */

input:focus::-webkit-input-placeholder { color: transparent; }
input:focus:-moz-placeholder { color: transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color: transparent; } /* FF 19+ */
textarea:focus::-webkit-input-placeholder { color: transparent; }
textarea:focus:-moz-placeholder { color: transparent; } /* FF 4-18 */
textarea:focus::-moz-placeholder { color: transparent; } /* FF 19+ */

/* Comments */

#comments,
#reply-title {
	margin-top: 1.5rem;
	margin-bottom: 1rem;
}

.commentlist,
.commentlist ul {
	padding-left: 0;
}

.commentlist li {
	padding: 1rem;
}

.comment-meta {
	margin-bottom: 1rem;
}

.comment > .children {
	margin-top: 1rem;
	margin-right: -0.625rem;
	margin-bottom: -1.625rem;
}


/* Forms
* ****************************************************************
*/
.form-group{
    margin-bottom: var(--space-s);
    -webkit-box-pack:start !important;
        -ms-flex-pack:start !important;
            justify-content:start !important;
}

.form-group label{
    width: 25%;
    margin-right: var(--space-s)
}
.form-group input,.form-group textarea{
    width: 55%;
    float: left;
}
 p input.btn {
    margin-left: 27.8%
}




