/** Css Custom */

/** Colores:
*       1d1d29
*       ad2f29
*
*/



@import url('https://fonts.googleapis.com/css?family=Merriweather:400,300,300italic,400italic,700,700italic,900,900italic');
/*@import url('https://fonts.googleapis.com/css?family=Marcellus+SC&subset=latin-ext');*/
/*@import url('https://fonts.googleapis.com/css?family=Marcellus&subset=latin-ext');*/

@font-face {
    font-family: "Marcellus";
    src: url(../fonts/Marcellus-Regular.ttf) format("truetype");
}

/* TEMP */
/*.navbar.navbar-inverse{
    display: none;
}*/
/* Fin TEMP*/

body{
    font-family: 'Merriweather';
    width: 100%;
    height: 100%;
    position: absolute;
    font-weight: 300;
    color: #999999;
    background-color: #eeeeee !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    line-height: 1.25;
    color: #1d1d29;
    font-family: 'Marcellus', serif;
}


.no-padding{
    padding: 0 !important;
}


p{
    padding-left: 0px;
    padding-right: 0px;
}

.content_standar{
    position: unset !important;
    z-index: 1;
    padding-bottom: 30px;
}

/*@media screen and ( min-width: 1399px){
    body > .wrapper{
        background-attachment: fixed;
        overflow: auto;
        position: fixed;
        width: 100%;
    }

}*/

body > .wrapper{
    background-attachment: fixed;
    /*overflow: auto;*/
    /*position: fixed;*/
    width: 100%;
    padding-bottom: 60px;
    height: inherit;
    min-height: 100%;
}

.general_content{
    display: inline-block;
    margin-left: 10%;
    margin-top: 10px;
    min-height: 1px;
    padding-right: 15px;
    position: relative;
    width: 90%;
    height: auto;
}


/*************************************************************
************************* Buttons ****************************
*************************************************************/


.buttom{
    transition: 0.2s all;
    font-family: "Merriweather";
    border-radius: 13px;
    display: inline-block;
    padding: 0 0 0 23px;
    font-style: italic;
    text-decoration: none;
    font-size: 17px;
    line-height: 24px;
}

.buttom.standar {
    background-color: #1d1d29;
    color: #FFF;
    border-radius: 13px;
    display: inline-block;
    padding: 0 0 0 23px;
    font-size: 14px;
}




.iBStdr {
    background: #fff none repeat scroll 0 0 !important;
    border-radius: 10px;
    font-size: 15px !important;
    line-height: 16px !important;
    margin: 2px 2px 2px 12px !important;
    padding: 2px 8px;
    transition: all 0.1s ease 0s;
}

.fa-shopping-basket.iBStdr {
    background: #fff none repeat scroll 0 0 !important;
    border-radius: 9px;
    font-size: 13px !important;
    line-height: 16px !important;
    margin: 2px 2px 3px 12px !important;
    padding: 2px 8px;
    transition: all 0.1s ease 0s;
}

.bgwhite{
    background: #fff;
    color: #1d1d29;
}



.buttom:hover, .buttom:focus{
    text-decoration: none;
    background-color: #4e4e5f;
}

.buttom:hover .iBStdr.bgwhite {
    /*background-color: #4e4e5f;*/
    color: #4e4e5f;
    /*margin: 2px 2px 2px 25px;*/
}


/** INPUTS **/

input[type="text"], input[type="email"], input[type="number"] {
    height: 29px;
    border: 1px solid #ddd;
    /*border-radius: 6px;*/
    padding: 3px 8px;
}


/*********************************************************
********************** HEADER MENU ***********************
*********************************************************/

.header{
    margin-top: 20px;
    display: inline-block;
    width: 100%;

}

.header > div{
    float: right;
    width: 100%;
    text-align: right;

}

.header::after, .header::before {
    content: " ";
    display: table;
}






/******************************************************
********************** BUSCADOR ***********************
******************************************************/


.form-inline {
    display: inline;
}

.form-inline > div {
    float: right;
}

button, select {
    text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
}

.cabecera-buscador form, .cabecera-buscador form input[type="text"], .cabecera-buscador form button {
    font-size: 14px;
    height: 26px;
    font-family: "Times New Roman";
    font-style: italic;
}

.cabecera-buscador form input[type="text"]{
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    padding: 0px 15px;
    width: 224px;
}

.cabecera-buscador form input[type="text"], .cabecera-buscador form button {
    background: #FFF;
    border: 0 none;
    color: #666666;
}
.cabecera-buscador form button, .cabecera-buscador form:hover button {
    transition: all 0.2s ease-in-out 0s;
}
.cabecera-buscador form button {
    float: right;
    padding: 0 5px 0 0;
    text-align: center;
    vertical-align: top;
    width: 29px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    padding: 0px 4px;
}

.cabecera-buscador form {
    margin-top: 78px;
    /*width: 190px;*/
}

.content-buttom{
    float: right;
}

/*background: #ccc none repeat scroll 0 0 padding-box;
border-radius: 22px;
display: inline-block;
line-height: 20px;*/







/**************************************************
********************** MENU ***********************
**************************************************/
@media (min-width: 768px) {

    ul.menu-main.first {
        display: inline-block;
        list-style: outside none none;
        padding: 0;
        text-decoration: none;
        float: right;
        margin: 31px auto 0px;
    }
    .menu-main.first li, .cart{
        float: left;
        margin: auto 14px auto auto;
        font-size: 17px;
    }

    .menu-main.first li > a, .cart > a{
        line-height: 26px;
        padding: 0 19px;
        border-radius: 13px;
        background-color: #1d1d29;
        color: #FFf;
        font-family: "Merriweather";
        font-style: italic;
        display: block;
        font-size: 16px;
    }


    .menu-main.first > li > a, .cart > a{
        transition: ease 0.3s all;
    }

    .menu-main.first > li a:hover, .menu-main.first > li a:focus{
        text-decoration: none;
    }
    .menu-main.first > li.cart a:hover{
        background-color: #4e4e5f;
    }

    .menu-main.first > li.cart.active a, .cart.active a{
        background-color: #FFF;
        color: #1d1d29;
    }


    .menu-main.first > li.plink a:hover, .cart a:hover{
        background-color: #4e4e5f;
        color: #fff;
    }

    .menu-main.first > li.plink.active a{
        padding-right: 2px;
        background-color: #FFF;
        color: #1d1d29;
    }

    .menu-main.first > li.plink.active a::after {
        background-color: #1d1d29;
        border-radius: 14px;
        color: #fff;
        content: "";
        font-family: "FontAwesome";
        font-size: 16px;
        height: 15px;
        line-height: 13px;
        margin: 1px 0 1px 20px;
        padding: 3px 10px;
    }


    .cart a{
        position: relative;
    }

    .cart #car_num {
        background-color: #ad2f29;
        border-radius: 50%;
        color: #fff;
        content: "2";
        display: block;
        font-size: 14px;
        font-weight: bold;
        height: 17px;
        line-height: 15px;
        padding-right: 4px;
        position: absolute;
        right: 5px;
        top: 1px;
        width: 17px;
    }

    .menu .navbar-collapse {
        display: inline-block;
        float: right;
        width: auto;
        padding-right: 0px;
    }

    .menu .cart {
        display: inline-block;
        float: right;
        position: relative;
        top: 32px;
        padding-right: 0px;
    }

}

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

    .menu-main.first li {
        margin: auto 9px auto auto;
    }

    .menu-main.first li > a {
        padding: 0 9px;
    }

    .menu-main.first li > a.cart {
        padding: 0 12px;
    }
}
/* fin menu */

/*  Menú responsive  */

@media (max-width: 767px) {

    .cabecera-menu {
        margin: 0;
        min-height: auto;
        position: relative;
    }
    .cabecera-menu .navbar-header .navbar-toggle {
        border-color: #ddd;
        margin-bottom: 0;
        margin-top: 8px;
    }
    .cabecera-menu .navbar-header .navbar-toggle:hover, .cabecera-menu .navbar-header .navbar-toggle:focus {
        background-color: #ddd;
    }
    .cabecera-menu .navbar-header .navbar-toggle .icon-bar {
        background-color: #888;
    }
    .cabecera-menu-collapse {
        padding: 0;
    }
    .cabecera-menu-collapse {
        margin-left: -15px;
        margin-right: -15px;
    }
    .cabecera-menu-collapse ul {
        margin: 0;
        width: 100%;
    }

    .cabecera-menu-collapse ul, .cabecera-menu-collapse ul li {
        padding: 0;
    }

    .cabecera-menu-collapse ul li {
        position: relative;
    }
    .cabecera-menu-collapse ul li {
        border-bottom: 1px solid #dcdcdc;
    }

    .editorial.info .cabecera-menu-collapse ul li {
        background-color: #fff;
    }


    .cabecera-menu-collapse ul li.active a, .cabecera-menu-collapse ul li a:hover, .cabecera-menu-collapse ul li.active nav ul li a:hover {
        color: #ad2f29;
    }
    .cabecera-menu-collapse ul li nav ul li a, .cabecera-menu-collapse ul li.active nav ul li a {
        color: #666;
    }
    .cabecera-menu-collapse ul li:first-child {
        border-top: 1px solid #dcdcdc;
    }

    .cabecera-menu-collapse ul li a {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
        color: #1d1d29;
        display: block;
        padding: 0;
        text-align: center;
    }
    .cabecera-menu-collapse ul li a {
        height: 40px;
        line-height: 40px;
    }
    .cabecera-menu-collapse ul li a {
        font-size: 18px;
    }

    .cabecera-menu-collapse ul li a, .cabecera-menu-collapse ul li a:hover {
        transition: all 0.2s ease-in-out 0s;
    }

    .cabecera-menu-collapse ul li nav {
        opacity: 0;
        padding-left: 4px;
        position: absolute;
        right: -231px;
        top: 1px;
        width: 234px;
        z-index: 1;
    }
    .cabecera-menu-collapse ul li nav {
        display: none;
    }
    .cabecera-menu-collapse ul li nav ul {
        background-color: #1d1d1b;
        padding: 5px 0;
    }
    .cabecera-menu-collapse ul li nav ul li::before {
        display: none;
    }
    .cabecera-menu-collapse ul li nav ul li a {
        font-size: 18px;
        height: auto;
        line-height: 1;
        padding: 12px 35px;
        position: relative;
    }
    .cabecera-menu-collapse ul li nav ul li a::before, .cabecera-menu-collapse ul li nav ul li a:hover::before {
        transition: all 0.2s ease-in-out 0s;
    }
    .cabecera-menu-collapse ul li nav ul li a::before {
        color: #ad2f29;
        content: "";
        display: inline-block;
        font: 20px/1 "fontAwesome";
        margin-top: -10px;
        opacity: 0;
        position: absolute;
        right: 15px;
        text-rendering: auto;
        top: 50%;
        vertical-align: top;
    }
    .cabecera-menu-collapse ul li nav ul li a:hover::before {
        opacity: 1;
    }



    /* Carrito de compra responsive  */

    .menu .cart{
        float: left;
        margin: auto 14px auto auto;
        font-size: 17px;
        display: inline-block;
        float: right;
        padding-right: 0px;
        top: 32px;
        position: absolute;
        right: 60px;
        top: 15px;
    }

    .cart > a{
        line-height: 26px;
        padding: 0 19px;
        border-radius: 13px;
        background-color: #1d1d29;
        color: #FFf;
        font-family: "Times New Roman";
        font-style: italic;
        display: block;
    }

    .cart > a{
        transition: ease 0.3s all;
        position: relative;
    }

    .cart.active a{
        background-color: #FFF;
        color: #1d1d29;
    }

    .cart a:hover{
        background-color: #4e4e5f;
        color: #fff;
    }

    .cart #car_num {
        background-color: #ad2f29;
        border-radius: 50%;
        color: #fff;
        content: "2";
        display: block;
        font-size: 14px;
        font-weight: bold;
        height: 19px;
        line-height: 17px;
        padding-right: 6px;
        position: absolute;
        right: 5px;
        width: 19px;
        top: 0px;
    }

    .cabecera-menu-collapse ul .cart {
        border-bottom: none;
        position: absolute;
        right: 73px;
        top: 24px;
        display: block;
    }
}



/**************************************************
********************** HOME ***********************
**************************************************/


body.pages.home{
    background: url("../img/frontend/00_index_sin_logo.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top;
}




.logoHome{
    margin: 80% auto 15%;
}

.logoHome img{
    width: 80%;
    max-width: 194px;
}



.content_logo_home {
    display: block;
    height: 100%;
    position: relative;
}

.content_logo_home .logoHome{
    margin: 0 auto 17%;
    position: absolute;
    top: 35%;
    left: 18%;
}

.content_logo_home .buttonContent{
    margin: 17% auto auto;
}

/** Inicio */

body.editorial.info{
    background: url("/img/frontend/bg.jpg");
    background-position: right  bottom;
}

@media screen and (max-width: 1400px){
    body.editorial.info{
        background-position: 75% bottom;
    }

    /*.logoHome{
        margin: 65% auto 10%;
    }*/

}

@media screen and (max-width: 991px){
    body.editorial.info{
        background-position: 77% 20%;
    }

    /*.logoHome{
        margin: 35% auto 10%;
    }*/

    /*body.pages.home{
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: center;

    }*/

    body.pages.home{
        background-size: auto 100%;
        background-repeat: no-repeat;
        background-attachment: fixed; 
        background-position: top;

    }



    .content_logo_home .logoHome {
        left: 25%;
    }

}

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

    .content_logo_home .logoHome {
        left: 6px;
        margin: 0 auto 17%;
        position: absolute;
        top: 36%;
    }

}





/************************************************************
********************** HEADER LATERAL ***********************
************************************************************/


.wrapper,
.wrapper > .container,
.wrapper > .container > .row,
.wrapper > .container > .row > .as-head-lat, 
.wrapper > .container > .row > .as-head-lat > .header_left, 
.wrapper > .container > .row > .as-head-lat > .header_left > .content{
    height: 100%;
}


.header_left{
    padding-top: 20px;
    display: inline-block;
    background-color: #FFF;
    font-family: 'Merriweather';
    font-weight: 300;
    padding-right: 42px !important;
    width: 100%;
}

.header_left .content {
    display: block;
    position: relative;
    
}

@media screen and (max-width: 1400px){
    .header_left .content {
        overflow: hidden;

    }
    .header_left.open .content{
        overflow: visible;
    }

}


.header_left::after, .header_left::before {
    content: " ";
    display: table;
}
.header_content{
    margin-top: 66px;
}

.header_content p{
    color: #666;
}

.as-head-lat::before {
    background-color: #fff;
    content: " ";
    display: block;
    float: left;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: fixed;
    width: calc(50% - 252px);
    z-index: -1;
}

/*.as-head-lat::after {
    background-color: #FFF;
    content: " ";
    display: block;
    height: 99px;
    position: absolute;
    right: -25px;
    top: 0;
    width: 40px;
}*/

.as-head-lat {
    box-shadow: 6px 0 4px -4px rgba(60, 60, 60, 0.1);
    padding-right: 0 !important;
    /*width: calc(33.3333% - 15px) !important;*/
}


@media ( min-width : 1400px){
    .as-head-lat {
        position: fixed !important;
        width: 460px !important;
    }
}


/*.as-head-lat::after {
    border-bottom: 34px solid #fff;
    border-right: 47px solid transparent;
    box-shadow: -43px -4px 4px -2px rgba(60, 60, 60, 0.1);
    content: " ";
    position: absolute;
    right: -112px;
    top: 28px;
    transform: rotate(90deg);
    width: 193px;
    z-index: 0;
}
*/
.as-head-lat::after {
    content: " ";
    position: absolute;
    right: -33px;
    top: 0px;
    width: 33px;
    z-index: 0;
    background-image: url("/img/frontend/cosarara2.png");
    display: block;
    height: 143px;
    background-repeat: no-repeat;
    background-position: center bottom;
}

#animar {
    display: none;
}

/*@media ( max-width : 1400px ) and ( min-width : 992px ){*/
@media ( max-width : 1400px ){
    #animar {
        cursor: pointer;
        display: inherit;
        font-size: 28px;
        position: absolute;
        right: -22px;
        top: 78px;
        z-index: 22;
        color: #1d1d29;
    }

    .as-head-lat::before {
        width: calc(50% - 470px);
    }



    .as-head-lat{
        width: 0px !important;
        z-index: 1000;
        transition: 0.2s ease 0s;
        position: fixed !important;
        max-width: calc(100% - 42px);
    }
    .as-head-lat > div{
        width: 100%;
        overflow: hidden;
        opacity: 0;
        padding-right: 0;
        max-width: 100%;
        display: none;
        /*transition: 0.2s ease 0s;*/
    }

    .as-head-lat.open > div{
        width: 100% !important;
        padding-right: 42px !important;
        opacity: 1;
        overflow: visible;
        max-width: 100%;
        transition: 0.2s ease all;
        display: block;
        /*overflow: hidden;*/
    }

    .as-head-lat.open{
        width: 460px !important;
        z-index: 1000;
        transition: 0.2s ease 0s;
    }
    /*.as-head-lat.open > div{
        width: 100% !important;
        opacity: 1;
        padding-right: 42px !important;
        max-width: 100%;
    }
*/
    /*.as-head-lat > div::before {
        background: #fff none repeat scroll 0 0;
        content: " ";
        height: 100%;
        overflow: hidden;
        position: absolute;
        width: 100%;
        z-index: 5;
    }*/


    /*.as-head-lat::after {
        top: 0px;
        background-image: url("/img/frontend/cosarara2.png");
        height: 143px;
    }*/

}

@media screen and (max-width: 991px) and (min-width: 768px){
    .as-head-lat::before {
        width: calc(50% - 360px);
    }
}

@media screen and (max-width: 768px){
    .as-head-lat::before {
        width: calc(15px);
    }
}


.header_left h1{
    font-family: "Marcellus";
    font-size: 48px;
    color: #1d1d29;
    margin-bottom: 39px;
    text-transform: uppercase;

}

.header_left p{
    color: #666;

}

.header_pie {
    bottom: 35px;
    position: absolute;
}

@media screen and (max-height: 831px){
    .header_left h1{
        font-size: 28px;
        margin-bottom: 20px;

    }
    .header_pie {
        bottom: 30px;
    }


}

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

    .header_pie {
        position: initial;
        margin-top: 45px;
    }


}


.link-pie{
    color: #999999;
    transition: all 0.6s;
}

.link-pie:hover, .link-pie:focus {
    color: #1d1d29;
}

.bebh.buttom.standar{
    margin-top: 31px;
}
.copyright{
    padding-bottom: 34px;
    color: #666;
}

@media screen and (max-height: 780px){

    .copyright{
        padding-bottom: 26px;
    }
}

@media screen and (max-height: 600px){

    .copyright{
        padding-bottom: 14px;
    }
}



/******************************************************
****************** ARTÍCULO EDITORIAL *******************
******************************************************/



.art-editorial{
    margin-top: 60px;

}

.art-editorial .title{
    color: #fff;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 0px;
}

.art-editorial .autor a, .art-editorial .autor{
    color: #fff;
    text-align: center;
    margin-top: 0px;
    font-family: "Merriweather";
}


.art-editorial .art-titulo a:hover, .art-editorial .autor a:hover{
    text-decoration: none;
}
.art-editorial .cont-img{
    -webkit-box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.75);
}



/******************************************************
****************** EQUIPO EDITORIAL *******************
******************************************************/


body.editorial.home > .wrapper, body.editorial.detalle > .wrapper{

    background: #eeeeee url("/img/frontend/bg_editorial.jpg");
    background-size: 70%;
    background-position: right bottom;
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
    padding-bottom: 360px;
    height: auto;
}

.col-editorial{
    margin-left: 10%;
    width: 90%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    display: inline-block;
    margin-top: 10px;
}

.col-editorial:nth-child(n+2){
    margin-top: 50px;
}

.col-editorial .content-buttom {
    float: none;
    margin-top: 36px;
}


@media (max-width: 991px) {
    .col-editorial{
        margin-left: 0%;
        width: 100%;
    }

    body.editorial > .wrapper{
        background-size: 80%;
    }

}

.imgee{
    width: 100%;
    border: 1px solid #ccc;
}


.funcion {
    color: #1d1d29;
    font-family: "Marcellus";
    margin: -2px 0 0 0;
    text-transform: uppercase;
    font-size: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.col-editorial .nombre a{
    color: #999;
    font-family: "Marcellus";
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    font-size: 22px;
}
.col-editorial .nombre a:hover, .col-editorial .nombre a:active{
    color: #1d1d29;
    text-decoration: none;
    transition: all 0.3s ease;
}

@media screen and (max-width: 768px){
    .funcion {
        font-size: 22px;
        margin-top: 7px;
    }

    .col-editorial .nombre a{
        font-size: 16px;
    }
}

.col-editorial .apellidos a{
    color: #1d1d29;
    font-family: "Marcellus";
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    font-size: 22px;
}

.col-editorial .nombre{
    margin: 0px auto 10px;
    font-family: "Marcellus";
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    font-size: 22px;
    padding-left: 5px;
    color: #999;

}


.cont-img{
    cursor: pointer;
    z-index: 0;
}

.cont-img .overlay{
    background-color: rgba(255, 255, 255, 0.7);
    display: block;
    position: absolute;
    top: 0;
    z-index: 354524;
    width: calc(100% - 30px);
    height: 100%;
    visibility: 0;
    transition: all 0.3s ease;
    opacity: 0;

}

.cont-img .overlay::before {
    background: #4e4e5f;
    border-radius: 50%;
    color: #eeeeee;
    content: "";
    display: block;
    font-family: "fontawesome";
    font-size: 15px;
    height: 35px;
    left: calc(50% - 17px);
    line-height: 34px;
    position: absolute;
    text-align: center;
    top: calc(50% - 17px);
    vertical-align: middle;
    width: 35px;
    opacity: 0;
    transition: all 0.3s ease 0.1s;
}

.cont-img-art .cont-img{
    position: relative;
}

.cont-img-art .cont-img .overlay{
   
    width: calc(100%);
    
}
.cont-img-art .cont-img .overlay::before {
   
    content: "\f07d";
    transform: rotate(45deg);
    
}

.cont-img:hover .overlay{
    display: block;
    opacity: 0.9;
}

.cont-img:hover .overlay::before {
    opacity: 1;
}






/******************************************************
****************** MIEMBRO EDITORIAL ******************
******************************************************/

.text-miembro-content{
    padding-top: 30px;
    padding-bottom: 42px;
    color: #666;
}




/******************************************************
********************* COLECCIONES *********************
******************************************************/
body.productos > .wrapper{
    background: #eeeeee url("/img/frontend/img_bg_claro2.jpg");
}
@media screen and ( min-width : 992px ){
    body.productos > .wrapper{
        background: #eeeeee url("/img/frontend/img_bg_claro2.jpg");
        background-size: 50%;
        background-position: right bottom;
        background-repeat: no-repeat;
        /*background-attachment: fixed;*/
        padding-bottom: 180px;
        height: auto;
    }
}



/*.col-colecciones::after, .col-colecciones::before {
    content: '';
    display: inline-block;
    width: 100%;
}*/

.col-colecciones {
    display: inline-block;
    margin-left: 7%;
    margin-top: 10px;
    min-height: 1px;
    padding-right: 15px;
    position: relative;
    width: 90%;
    height: auto;
    color: #666;
}


/*.col-colecciones{
    display: inline-block !important;
    height: auto !important;
    text-align: justify;
    width: 100%;
}*/

.coleccion::after, .coleccion::before {
    content: '';
    display: inline-block;
    width: 100%;
}


.coleccion {
    display: inline-block !important;
    float: none !important;
    left: 0 !important;
    padding-left: 2% !important;
    padding-right: 0 !important;
    position: relative !important;
    right: 0 !important;
    top: 0 !important;
    width: 49.5% !important;
    vertical-align: top;
    z-index: 0;
    margin-bottom: 22px;
}

@media screen and ( max-width: 487px ){
    .coleccion {
        width: 100% !important;
    }
}


.inl-bTa{
    display: inline-block;
    height: auto !important;
    width: 100%;

}

.inl-bTa .title {
    font-style: italic;
    color: #444;
    font-family: "Merriweather";
    font-size: 23px;
    font-style: italic;
    font-weight: 300;
    min-height: 2.4em;
    /*line-height: 1.1em;*/
    overflow: hidden;
    margin-bottom: 6px
}

.inl-bTa .title a{
    color: #444;
    color: #666;
    transition: color 0.4s;
    white-space: pre-line;
}

.inl-bTa .title:hover a{
    color: #ad2f29;
    text-decoration: none;
}

/** Only Chrome */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .inl-bTa .title {
        text-overflow: initial;
        white-space: inherit;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;  
    }
}

.tit_col_art {
    color: #1d1d29;
    font-family: 'Marcellus', serif;
    font-size: 28px;
    margin: 0 !important;
    padding-left: 2%;
}

.tit_col_art a{
    color: #1d1d29;
    font-family: 'Marcellus', serif;
    font-size: 28px;
    margin: 0 !important;
    padding-left: 2%;
}


.colecciones .cont-img .overlay::before {
    background: #ad2f29;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
    width: 30px;
    opacity: 1;
    line-height: 30px;
    height: 30px;
    opacity: 0.8;
}

.colecciones .cont-img .overlay{
    width: calc(100%);

}


.buttom.bColecciones {
    background-color: #1d1d29;
    border-radius: 13px;
    color: #fff;
    display: inline-block;
    padding: 0 0 0 16px;
    float: left;
    font-size: 14px;
}

.info_n-stock{
    color: #ad2f29;
    font-size: 12px;
    width: 100%;
    clear: both;
    margin-top: -5px;
    display: block;
}


.buttom.bColecciones.not-active {
    background-color: #666;
}



@media ( max-width : 1400px ) and ( min-width : 992px ){
    .buttom.bColecciones {
        padding: 0 0 0 13px;
    }
}



.buttom.bColecciones:hover{
    background-color: #ad2f29;
}

.buttom.bColecciones .iBStdr {
    margin: 2px 2px 2px 8px !important;
}

.buttom.bColecciones:hover .iBStdr {
    color: #ad2f29;
}

.colPrecio {
    color: #1d1d29;
    float: left;
    font-family: "Marcellus";
    font-size: 28px;
        margin: -10px auto auto 11px;
}

.coleccion_hr{
    border-color: #CCCCCC;
    margin-bottom: 10px !important;
    margin-top: 10px !important;
}


.colecciones .content-buttom {
    float: none;
    margin-top: 17px;
}


.colecciones .autor{
    font-size: 14px;
    margin-top: 8px;
    margin-bottom: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 35px; 
    text-transform: uppercase;
}

/** Only Chrome */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .colecciones .autor{
        text-overflow: initial;
        white-space: inherit;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;  
    }
}

.colecciones .autor a{
    color: #999;
    transition: color 0.3s;
    font-family: "Merriweather";
}


.colecciones .autor a:hover{
    color: #444;
    text-decoration: none;
}


/*.colecciones .autor {
    font-size: 16px;
    height: 37px;
    margin-bottom: auto;
    margin-top: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre-line;
}*/

.colecciones .ccont_art{
    font-size: 12px;
}

#descripcion{
    height: 170px;
}


@media (min-width: 993px){
    .col34{
        width: 35% !important;
    }
    .col66{
        width: 65% !important;
    }
    .colecciones .ccont_art{
        min-height: 77px;
        /*overflow: hidden;*/
    }
}

@media (max-width: 993px){
    .colecciones .ccont_art{
        height: auto;
        overflow: hidden;
    }
}








/**************************************************************
******************* HEADER LEFT COLECCIONES *******************
**************************************************************/

.lColeccMenuContent .coleccMenu{
    padding: 0px;
    margin: 0px;
    list-style: none;
    width: calc(100% + 42px);
    font-family: "Marcellus";
}

.lColeccMenuContent .coleccMenu li{
    padding: 25px 10px 25px 0px;
    /*line-height: 60px;*/
    /*height: 80px;*/
    line-height: 26px;
    font-size: 22px;
    text-transform: uppercase;
    width: 100%;
    border-color: #fff;
    border-top: 1px solid #eee;
    vertical-align: middle;
    position: relative;
    transition: all 0.4s;
    
}

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

    .lColeccMenuContent{
        display: inline-block;
    }
}

@media screen and (max-height: 780px){

    .lColeccMenuContent .coleccMenu li {
        font-size: 13px;
        padding: 10px 10px 10px 0;
    }
}





.lColeccMenuContent .coleccMenu > li:first-child{
    border-top: none;
}

.lColeccMenuContent .coleccMenu li a, .lColeccMenuContent .coleccMenu li{
    color: #444;
}

.lColeccMenuContent .coleccMenu > li:last-child:hover , .lColeccMenuContent .coleccMenu > li.active:last-child{
    border-bottom: 1px solid #eee;

}

/*.coleccMenu > li:last-child:hover {
    border-bottom: 1px solid #eee;
}*/



@media screen and (min-width: 1400px){
    .lColeccMenuContent .coleccMenu li::before{
        content: " ";
        background-color: #EEEEEE;
        width: 10px;
        position: absolute;
        height: calc(100% + 2px);
        top: -1px;
        right: -10px;
        z-index: 2;
        opacity: 0;
        transition: all 0.4s;
    }
}



.lColeccMenuContent .coleccMenu li:hover::before, .lColeccMenuContent .coleccMenu li.active::before{
    opacity: 1;
}

.lColeccMenuContent .coleccMenu li::after{
    content: " ";
    background-color: #EEEEEE;
    width: 10000%;
    position: absolute;
    height: calc(100% + 2px);
    top: -1px;
    left: -10000%;
    z-index: 2;
    opacity: 0;
    transition: all 0.4s;
}

.lColeccMenuContent .coleccMenu li:hover::after, .lColeccMenuContent .coleccMenu li.active::after{
    opacity: 1;

}

.lColeccMenuContent .coleccMenu > li:first-child:hover:after, .lColeccMenuContent .coleccMenu > li:first-child:after, .lColeccMenuContent .coleccMenu > li.first:after{
    height: calc(100% + 1px);
    top: 0px;
}

.lColeccMenuContent .coleccMenu li:hover, .lColeccMenuContent .coleccMenu li.active  {
    background-color: #EEEEEE;
    color: #1d1d29;
    text-decoration: none;
}

.lColeccMenuContent .coleccMenu li:hover a, .lColeccMenuContent .coleccMenu li.active a {
    color: #1d1d29;
    text-decoration: none;
}





/**************************************************
********************* ARTÍCULOS *******************
**************************************************/


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

    .rds_content{
        padding-bottom: 15px;
    }

    .comp-b_content{
        text-align: left;
    }
}

.art-content{
    margin-top: 30px;
}

.redesSociales .share.face{
    color: #3B5998;
}

.redesSociales .share.tw{
    color: #00aced;
}

.redesSociales .share.send{
    color: #000;
}
.redesSociales .share{
    transition: 0.3s ease all;
}
.redesSociales .share:hover{
    opacity: 0.7;
}

.isbn{
    font-weight: 600;
}

.art-titulo{
    display: inline-block;
    height: auto !important;
    width: 100%;

}

.art-titulo h3 {
    color: #1d1d29;
    font-size: 26px;
    font-style: italic;
    font-weight: 500;
    overflow: hidden;
    font-family: "Merriweather";
    margin-top: 14px;
}

.art-titulo h3 a{
    color: #1d1d29;
}

.art-titulo h3:hover a{
    color: #1d1d29;
    text-decoration: none;
}

.articulo .autor{
    margin-top: 0px;
    color: #000;
    font-weight: 300 !important;
    font-size: 15px;
    font-family: "Merriweather";
}
.articulo .autor a, .articulo .autor a:hover{
    color: #000;
    text-decoration: none;
}

.content_info-art{
    margin-bottom: 10px;

}

.info-art{
    width: 100%;
    clear: both;
    display: block;
}

.articulo .ccont_art{
    /*white-space: pre-wrap;*/

}

.cont-img-art{
    padding-left: 0px !important;
}

.btn_comprar_art{
    display: inline-block;
    clear: left;
    float: initial;
}

.articulo .colPrecio{
    float: right;
}

.articulo_hr {
    border-color: #cccccc;
    margin-bottom: 15px !important;
    margin-top: 12px !important;
}

.img-art{
    box-shadow: 2px 2px 4px 1px rgba(60, 60, 60, 0.14);

}

.bg-callout{
    padding: 15px;
    color: #333;
    font-weight: 400;
    margin-bottom: 5px;
}

/** BIG **/

.sale-box {
    height: 120px;
    left: 0px;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: 0px;
    width: 120px;
    z-index: 0;
}

.sale-box .sale-label {
    background: #ad2f29 none repeat scroll 0 0;
    color: white;
    display: block;
    font: 400 14px/12px "Merriweather";
    left: -30px;
    padding: 9px 0 7px;
    position: absolute;
    text-align: center;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.24);
    text-transform: uppercase;
    top: 26px;
    transform: rotate(-45deg);
    width: 138px;
    z-index: 1;
}

.coleccion_novedad{
    margin-bottom: 30px;
    z-index: 0px;
}

.destacados .inl-bTa .title {
    font-style: normal;
    min-height: 2.5em;
}

.coleccion_novedad .inl-bTa .title {
    color: #444;
    font-size: 23px;
    font-style: normal;
    font-weight: 300;
    max-height: 2.30em;
    overflow: hidden;
    height: auto;
}

.coleccion_novedad .col66{
    padding-left: 30px;
    display: inline-block;
}

.coleccion_novedad .ccont_art {
    height: 154px;
    overflow: hidden;
}




/********************************************
**************** Novedades ******************
********************************************/


.novedades_principal_hr {
    border-color: #cccccc;
    margin-bottom: 20px !important;
    margin-top: 14px !important;
}


/********************************************
******************* FORM ********************
********************************************/

.div_suscripcion{
    margin-top: 30px;
}

.input-group.subscribirse{

}

.input-group.subscribirse .input-subscribirse{
    width: 100%;
    position: relative;
    z-index: 2;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    background: #eeeeee;
    border: none;
    padding-left:8px;
    padding-right:5px;
    font-size: 11px;
    line-height: 24px;
    height: 26px;
}

.input-group.subscribirse .input-group-addon{
    position: relative;
    z-index: 3;
}

.input-group.subscribirse .icon_Sub{
    background-color: #eeeeee;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    border: none;
    line-height: 24px;
    padding: 0px 13px 0px 3px;
    color: #999;
}

.form-newsletter .buttom{
    border:none;
}

@media screen and (max-width : 768px){
    .form-newsletter .buttom{
        width: 100%;
        margin-top: 5px;
    } 
}


/********************************************
******************* AUTORES *****************
********************************************/

body.autores.home > .wrapper, body.autores.detalle > .wrapper{

    background: #eeeeee url("/img/frontend/bg_autores2.jpg");
    background-size: 70% 100%;
    background-position: right bottom;
    background-repeat: no-repeat;
    /*height: initial;*/
    min-height: 100%;
}

@media screen and (max-width: 1400px){
    body.autores.home > .wrapper, body.autores.detalle > .wrapper{
        background-size: 100% 100%;
    }
}



@media screen and (max-width: 768px){
    body.autores.home > .wrapper, body.autores.detalle > .wrapper{
        background-size: cover;
    }
}


.col-autores{
    margin-left: 10%;
    width: 90%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    display: inline-block;
    margin-top: 10px;
}

.productos_autores{
    margin-left: 10%;
    width: 90%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    display: inline-block;
    margin-top: 0px;
}

.col-autores .text-miembro-content{
    padding-top: 30px;
    padding-bottom: 15px;
    /*border-bottom: 1px solid #cccccc;*/
}

.productos_autores .cont-img .overlay {
    width: calc(100%);
}

.detalle .cont-img{
    cursor: initial;
}

.col-autores:nth-child(n+2){
    margin-top: 10px;
}

.col-autores .content-buttom {
    float: none;
    margin-top: 26px;
}

.col-autores .nombre, .col-autores .apellidos{
    margin: 0px;
    font-size: inherit;
    display: block;
}

.col-autores .nombre a, .col-autores .nombre{
    color: #1d1d29;
    font-family: "Marcellus";
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    font-size: 16px;
    transition: 0.3s ease all;
}



.col-autores .apellidos a, .col-autores .apellidos{
    color: #1d1d29;
    font-family: "Marcellus";
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    font-size: 26px;
    transition: 0.3s ease all;
}

.col-autores.letras{
    margin-left: 10%;
    margin-top: -10px;
}


.col-autores.letras:nth-child(n+2){
    margin-top: 15px;
}

.letraApell{
    border-bottom: 1px solid #ccc;
    display: block;
    font-family: "Marcellus";
    font-size: 50px;
    margin-bottom: 20px;
    margin-left: 15px;
    width: calc(100% - 15px);
}


@media (max-width: 991px) {
    .col-autores, .col-autores.letras{
        margin-left: 0%;
        width: 100%;
    }
    .col-autores .no-padding{
        padding: 15px !important;
    }

}

.col-autores .nombre a:hover, .col-autores .nombre a:active, .col-autores .apellidos a:hover, .col-autores .apellidos a:active{
    color: #999999;
    text-decoration: none;
}

.autores_hr{
    border-color: #CCCCCC;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
    width: calc(100% - 30px);
}


.autores .inl-bTa .title {
    color: #444;
    font-family: "Merriweather";
    font-size: 23px;
    font-style: italic;
    font-weight: 300;
    min-height: 1.8em;
    line-height: 1.1em;
    overflow: hidden;
    height: auto;
}


/**********************************************
******************* NOTICIAS ******************
**********************************************/


body.noticias.home > .wrapper, body.noticias.detalle > .wrapper{

    background: #eeeeee url("/img/frontend/bg_agenda2.jpg");
    background-size: 60% 100%;
    background-position: right bottom;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1400px){
    body.noticias.home > .wrapper, body.noticias.detalle > .wrapper{
        background-size: 100% 100%;
    }
}



@media screen and (max-width: 768px){
    body.noticias.home > .wrapper, body.noticias.detalle > .wrapper{
        background-size: cover;
    }
}

.col-agenda{
    margin-left: 10%;
    width: 90%;
    min-height: 1px;
/*    padding-left: 15px;
    padding-right: 15px;*/
    position: relative;
    display: inline-block;
    margin-top: 10px;
    padding-bottom: 10px;
}

.col-agenda:nth-child(n+2){
    border-top: 1px solid #ccc;
    margin-top: 0px;
    padding-top: 45px;
}

.col-agenda .nombre {
    font-family: "Marcellus";
    margin: -2px 0 0 0;
    font-size: 23px;
    overflow: hidden;
    /*text-overflow: ellipsis;
    white-space: nowrap;*/
    
}

.col-agenda .cont-img{
    padding-left: 0px;
}

.col-agenda .cont-img img{
    width: 100%;
    height: auto;
}

.col-agenda .nombre a{
    transition: 0.2s ease;
    color: #666;
}

.col-agenda.detalle .nombre, .col-agenda.detalle .nombre a {
    color: #1d1d29;
    font-family: "Marcellus";
    font-size: 23px;
    font-weight: 300;
    padding-bottom: 1.15em;
    overflow: hidden;
}

.col-agenda .nombre a:hover {
    color: #1d1d29;
    text-decoration: none;
}

.col-agenda .rrssAgenda{
    float: right;
    padding-right: 0px;
}

.col-agenda .postmeta{
    text-transform: uppercase;
    display: inline-block;
    font-weight: 300;
    font-size: 14px;
    margin: 0px auto 10px;
    font-weight: 400;
}
.col-agenda.detalle .postmeta{
    display: block;
    /*width: 100%;*/
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
    display: inline-block;
    height: 35px;
}

.col-agenda.detalle .redesSociales{
    display: block;
    /*width: 100%;*/
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
    display: block;
    height: 35px;
}

.col-agenda .postmeta .fecha{

}

.col-agenda .postmeta .categoria{
    margin: 0px;
    font-size: 14px;
    display: inline-block;
    font-weight: 300;
}
/*.col-editorial:nth-child(n+2){
    border-bottom: 1px solid #ccc;

}*/


.col-agenda .resumen{
    font-size: 12.5px;
}

.col-agenda .col-imagen {
    display: inline-block;
    float: left;
    /*width: auto;*/
    margin-bottom: 15px;
    padding-right: 30px;
}

.lAgendaMenuContent .colleccAgenda{
    padding-bottom: 20px;
}

.cat_agenda_texto{
    display: inline-block;
    font-weight: 400;
}

.lAgendaMenuContent .div_suscripcion {
    margin-top: 10px;
}

.mas-info{
    text-transform: uppercase;
    color: #666;
    transition: 0.2s ease;
}
.mas-info:hover{
    color: #1d1d29;
    text-decoration: none;
}

@media screen and (max-width: 768px){
    .col-agenda .agenda-text-image{
        padding: 30px 0px;
    }
}


/**************************************************
********************* CONTACTO ********************
**************************************************/

body.contacto > .wrapper{
    background: #eeeeee url("/img/frontend/bg_contacto.jpg");
    background-size: 70% 100%;
    background-position: right top;
    background-repeat: no-repeat;
}

@media (max-width: 1400px) {
    body.contacto > .wrapper{
        background-size: 100% 100%;
    }
}

@media (max-width: 991px) {
    body.contacto > .wrapper{
        background-size: cover;
    }

}

.contacto.content_page {
    padding-right: 15px;
    width: calc(100% + 15px);
}

.col-contacto{
    margin-left: 10%;
    width: 90%;
    min-height: 1px;
/*    padding-left: 15px;
    padding-right: 15px;*/
    position: relative;
    display: inline-block;
    margin-top: 10px;
    padding-bottom: 10px;
}


.contactos_datos{
    margin-top: 50px;
}

.contacto .header_left p {
    color: #666;
}

.contactos_datos .icono{
    display: block;
    width: 40px;
    font-size: 1.5em;
    float: left;
    color: #666;
}

.contactos_datos .contactos_text{
    display: block;
    font-size: 1.1em;
    margin-left: 40px;
    color: #666;
}

.contacto-group{
    margin-bottom: 3px;
    display: inline-block;
    width: 100%;
}

.contacto-group.place{
    margin-bottom: 30px; 
}

.gmaps{
    height: 430px;
}

.col-contacto .div_contacto{
    margin-left: 15px;
    padding-right: 0px;
    margin-right: 0px;
    
}

@media (min-width: 992px) {
    .col-contacto .div_contacto{
        width: calc(25% + 15px);
    }
}
@media (max-width: 992px) and (min-width: 768px) {
    .col-contacto .div_contacto{
        width: calc(33% + 15px);
    }
}

.col-contacto .titulo{
    color: #1d1d29;
    font-size: 26px;
    font-family: 'Marcellus';
    margin-top: 0px;
    padding-bottom: 15px;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 15px;
}

.form-horizontal{ 

}



.form-horizontal input[type="text"], .form-horizontal input[type="email"], .form-horizontal input[type="number"] {
    width: 100%;
    height: 29px;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 3px 8px;
    box-shadow: none;
}

.form-horizontal textarea, .form-horizontal textarea:focus{
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 5px 8px;
    height: 130px;
    box-shadow: none;
}

.form-horizontal label{
    font-family: "Merriweather";
    color: #666;
    font-weight: 300;
    margin-bottom: 3px;
    margin-top: 3px;
}

.form-horizontal .radio input[type="radio"], .form-horizontal .radio-inline input[type="radio"], .form-horizontal .checkbox input[type="checkbox"], .form-horizontal .checkbox-inline input[type="checkbox"] {
    margin-left: 0;
    display: none;
}

.form-horizontal .radio label, .form-horizontal .radio-inline label, .form-horizontal .checkbox label, .form-horizontal .checkbox-inline label {
    padding-left: 24px;
    float: right;
    font-family: "Merriweather";
    color: #666;
    font-size: 0.9em;
    position: relative;
    width: 100%;
}

.form-horizontal .radio label a, .form-horizontal .radio-inline label a, .form-horizontal .checkbox label a, .form-horizontal .checkbox-inline label a {
    text-decoration: underline;
    color: #666;
    transition: 0.2s ease;
}

.form-horizontal .buttom.standar{
    margin-top: 15px;
    border:none;
}

/*.form-horizontal input[type="checkbox"] + label span::before {
    background-color: #999;
    content: "";
    display: block;
    height: 15px;
    left: 0;
    position: absolute;
    top: 0;
    width: 15px;
    z-index: 1;
}
.form-horizontal input[type="checkbox"]:checked + label span::after {
    background-color: #111;
    content: "";
    height: 11px;
    left: 2px;
    position: absolute;
    text-indent: -99999px;
    top: 2px;
    width: 11px;
    z-index: 2;
}*/
.form-horizontal input[type="checkbox"] + label span::before, .form-horizontal input[type="radio"] + label span::before {
    content: "";
    display: block;
    height: 18px;
    left: 0;
    position: absolute;
    top: 0;
    width: 16px;
    z-index: 1;
    background: url("/img/frontend/inoput_unCheck.png");
}
.form-horizontal input[type="checkbox"]:checked + label span::after , .form-horizontal input[type="radio"]:checked + label span::after {
    background-color: #111;
    content: "";
    height: 18px;
    left: 0px;
    position: absolute;
    text-indent: -99999px;
    top: 0px;
    width: 18px;
    z-index: 2;
    background: url("/img/frontend/inoput.png");
}

.form-horizontal input[type="checkbox"] + label, .form-horizontal input[type="radio"] + label{
    line-height: 16px;
    margin: 0 0 5px;
    padding-left: 24px;
    text-align: left;
}

.form-horizontal .radio label a:hover, .form-horizontal .radio-inline label a:hover, .form-horizontal .checkbox label a:hover, .form-horizontal .checkbox-inline label a:hover {
    text-decoration: underline;
    color: #333;
}

.necesary{
    color: #ad2f29;
}


@media (max-width: 991px) {
    .col-contacto .div_contacto{
        margin-left: 15px;
        padding-right: 0px;
        border-radius: 12px;
        width: 100%;

    }

}

.indicaciones_form{
    margin-top: 20px;
}
.indicaciones_form .comollegar{
    display: inherit;
}

.indicaciones_form .input-comollegar{
    background-color: #fff !important;
    border-color: #efefef;
    display: flex;
    width: calc(100% - 204px);
    position: relative;
    z-index: 2;
    border-radius: 12px;
    border: none;
    padding-left:8px;
    padding-right:5px;
    font-size: 11px;
    line-height: 24px;
    float: left;
    margin-right: 15px;
}

.indicaciones_form button{
    border: hidden;
}

@media (max-width: 768px) {

    .indicaciones_form{
        margin-bottom: 30px;
    }

    .indicaciones_form button{
        margin-top: 10px;
        width: 100%;
    }
    .col-contacto .div_contacto{
        margin-left: 0px;
        padding-left: 0px;        
    }

    .indicaciones_form .input-comollegar{
        width: 100%;
    }
    .iBStdr {
        float: right;
    }

    #formContacto > div {
        display: inherit;
        margin-bottom: 1px;
        padding-bottom: 5px;
    }

}


/*********************************************************
************************ CARRITO *************************
*********************************************************/


/*body.checkout > .wrapper, body.checkout > .wrapper{

    background: #eeeeee url("/img/frontend/img_bg_claro2.jpg");
    background-size: 50%;
    background-position: right bottom;
    background-repeat: no-repeat;
}*/

/*.col-colecciones::after, .col-colecciones::before {
    content: '';
    display: inline-block;
    width: 100%;
}*/


.carrito.content_page {
    padding-right: 15px;
    width: calc(100% + 15px);
}

.col-carrito{
    margin-left: 10%;
    width: 90%;
    min-height: 1px;
/*    padding-left: 15px;
    padding-right: 15px;*/
    position: relative;
    display: inline-block;
    margin-top: 10px;
    padding-bottom: 10px;
}

.productos_list.head{
    width: 100%;

}

.productos_list:nth-child(n+2){
    padding-bottom: 30px;
    padding-top: 30px;
    border-bottom: 1px solid #ccc;
    position: relative;
}

/*.col-autores:nth-child(n+2){

}*/

.productos_list > div{
    padding-right: 5px;
    float: left;
    min-width: 1px;
}
.productos_list .borrar_cont{
    width: 50px;
}

.productos_list .prducto_cont{
    width: calc(60% - 50px);
}

.productos_list .precio_cont{
    width: 40%;
    position: relative;
    display: table;
}


/*.col-colecciones{
    display: inline-block !important;
    height: auto !important;
    text-align: justify;
    width: 100%;
}*/

/*.carrito::after, .carrito::before {
    content: '';
    display: inline-block;
    width: 100%;
}*/


.col-carrito .d_table{
    display: table;
    width: 100%;
}


.col-carrito .productos_list{
    display: table-row;
}

.col-carrito .d_table > .productos_list > div{
    border-bottom: 1px solid #ccc;
    line-height: 120px;
    padding: 30px 0;
    vertical-align: middle;
}

.productos_list.head{
    display: table;
}

.col-carrito .d_table > .productos_list > .precio_cont > div > div{
    border-left: 1px solid #ccc;
    border-width: 1px;
    color: #1d1d29;
    font-family: "marcellus";
    font-size: 20px;
}

.col-carrito .prducto_cont. .col-carrito .borrar_cont, .col-carrito .precio_cont{
    position: relative;
    display: table-cell;

}

.col-carrito .d_table .borrar_cont .borrar_icon_content{
    text-align: left;
    color: #ad2f29;
}

.col-carrito .d_table .borrar_cont .borrar_icon_content span{
    cursor: pointer;
}

.col-carrito .prducto_cont .image_content{
    width: 84px;
    display: block;
    float: left;
    margin-right: 30px;
    height: 100%;
}

.col-carrito .prducto_cont .desc_producto{
    /*width: auto;*/
    display: block;
    float: left;
    width: calc(100% - 114px);
    line-height: initial;
    /*clear: both;*/
}

.col-carrito .prducto_cont .desc_producto .titulo{
    margin-top: 0px;
    margin-bottom: 15px;
    font-family: "Marcellus";
    font-size: 26px;
    /*min-height: 60px;*/
    height: 63px;
    overflow: hidden;
}
.col-carrito .prducto_cont .desc_producto .titulo a{
    color: #1d1d29;
    text-decoration: none;
}


.col-carrito .prducto_cont .desc_producto .autor{
    text-decoration: none;
    /*margin-top: 0px;*/
    margin-bottom: 2px;
    font-size: 16px;
    /*height: 18px;*/
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre-line;
    white-space: nowrap;
}

.col-carrito .prducto_cont .desc_producto .autor a{
    text-decoration: none;
    color: #999;

}

.col-carrito .title_top{
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    font-family: "Marcellus";
    color: #666;
}

.col-carrito .precio_cont > div{
    position: relative;
    text-align: center;
    display: table-column;
}

.col-carrito .precio_cont .input_cantidad .cant-input{
    width: 60px;
    border-radius: 13px;
    text-align: center;
}

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


    .col-carrito {
        padding-left: 15px;
        padding-right: 0px;
        margin-left: 0px;
        width: 100%;
    }

    .col-carrito .d_table{
        display: block;
        width: 100%;
    }

    .col-carrito .productos_list {
        display: inline-block;
        width: 100%;
    }

    .productos_list .borrar_cont {
        width: 100%;
    }

    .col-carrito .d_table > .productos_list > div{
        line-height: initial;
        text-align: center;
        padding: 0px;
        border-style: none;
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .col-carrito .d_table .borrar_cont .borrar_icon_content{
        text-align: center;
    }


    .col-carrito .prducto_cont .desc_producto{
        width: 100%;
        margin: 15px 0px;
    }
    .productos_list .prducto_cont {
        width: 100%;
    }

    .productos_list .borrar_cont {
        width: 100%;
    }

    .col-carrito .prducto_cont .image_content {
        width: 100%;
    }

    .productos_list .precio_cont {
        display: block;
        width: 100%;
    }
    .col-carrito .precio_cont > div {
        display: inline-block;
        position: relative;
        width: 30%;
    }

    .productos_list:nth-child(n+2) {
        border-top: 1px solid #ccc;
        clear: left;
        margin-top: 30px;
        padding-bottom: 30px;
        position: relative;
    }

    .part_final{
        width: 100%;
    }

    .part_final .total_part{
        margin-top: 30px;
    }

}

/*.producto {
    display: inline-block !important;
    float: none !important;
    left: 0 !important;
    padding-left: 2% !important;
    padding-right: 0 !important;
    position: relative !important;
    right: 0 !important;
    top: 0 !important;
    width: 49.5% !important;
    vertical-align: top;
}*/

.buttom.checkout{
    background: #ad2f29;
}

.buttom.checkout.not-active{
    background: #666;
}

.buttom.checkout i{
    color:  #ad2f29;
}

.buttom.checkout.not-active i{
    color: #666;
}


.buttom.checkout:hover{
    background: #912722;
}

.buttom.checkout:hover .iBStdr.bgwhite{
    color:  #912722;
}


.final_compra {
    border-bottom: 1px solid #ccc;
    display: inline-block;
    padding-bottom: 40px;
    padding-top: 40px;
    width: 100%;
}


.list-buttons {
    float: right;
}

.miembro-buttom {
    float: left;
    margin-left: 15px;
}

.part_final {
    margin-top: 15px;
    display: inline-block;
    margin-bottom: 40px;
}


.part_final .select.Personal{
    width: 265px;
    background-color: transparent;
    border-radius: 13px;
    border-style: none;
    height: 26px;
    padding: 3px 6px;
    position: absolute;

}

.part_final .caja{
    background-color: #fff;
    width: 260px;
    overflow: hidden;
    position:relative;
    border-radius: 13px;
    height: 26px;
}

.part_final .caja::after{
    content:"\f107";
    display:table-cell;
    text-align:center;
    width:29px;
    line-height: 26px;
    background-color:#fff;
    position:absolute;
    top:0;
    right:0px;  
    pointer-events: none;
    font-family: "FontAwesome";
}

.part_final .no_encontrado{
    line-height: 18px;
    font-size: 13px;
    margin-top: 0px;
}

.part_final .total_part{
    color: #666;
}

.part_final .total_title, .select_part .texto_calcular{
    font-size: 16px;
    text-transform: uppercase;
    text-align: right;
    font-family: 'Marcellus', serif;
    color: #666;
    margin-bottom: 15px;
}

.select_part .texto_calcular{
    text-align: left;
}

.total_content .texto{
    font-size: 14px;
    text-align: right;
    padding-right: 5px;
    padding-left: 0px;

}

.total_content .precio{
    font-size: 14px;
    text-align: left;
    padding-left: 5px;
    padding-right: 0px;
    font-weight: 600;

}

.total_content .separador{
    color: #ccc;
    border-color: #ccc;
    margin: 10px auto;
}

.total_content .iva {
    color: #999;
    height: 16px;
    line-height: 0;
}






/**************************************************************
************************ REALIZAR COMPRA **********************
**************************************************************/



.checkout .content_facturacion, .checkout .content_envio{
    width: 43%;
    float: left;
    transition: 0.2s ease all;
    opacity: 1;
}
.checkout .content_envio{
    margin-left: 14%;
}
.checkout .content_envio.ocultar{
    display: none;

}

/*.checkout .content_envio{
    margin-left: 14%;
    opacity: 0;
    width: 0px;
    height: 0px;
    display: inherit;
}*/

/*.checkout .content_facturacion.w-100{
}*/

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

    .checkout .content_facturacion, .checkout .content_envio{
        width: 100%;
    }
    .checkout .content_envio{
        margin-left: 0%;
    }

}

.checkout .control-label .obligatorio{
    color: #ad2f29;
}

.form-control::-moz-placeholder {
    color: #ccc !important;
    font-style: italic;
    opacity: 1;
}


.checkout .title_direccion{
    color: #1d1d29;
    text-transform: uppercase;
    font-size: 18px;
    border-bottom: 1px solid #ccc;
    font-family: "Marcellus";
    padding-bottom: 15px;
}

.chekout .notas_check{
    width: 100%;
}

.content_facturacion_envio {
    display: inline-block;
    height: 100%;
    width: 100%;
}

.resumen_pedido{
    clear: both;
    display: block;
    margin-top: 30px;
}

.resumen_pedido .produto{
    display: inline-block;
    background: #f7f7f7;
    border-radius: 5px;
    width: 100%;
    line-height: 30px;
    margin-bottom: 8px;
}

.resumen_pedido .produto .cantidad{
    color: #1d1d29;
    padding-left: 10px;
    padding-right: 2px;

}

.resumen_pedido .produto .precio_total{
    color: #1d1d29;
    float: right;
    padding-right: 10px;
}

.resumen_pedido .part_final{
    margin-bottom: 15px;
}

.resumen_pedido .part_final{
    width: 100%;
    font-weight: 600;
}
.resumen_pedido .part_final .pCarrito, .resumen_pedido .part_final .pEnvio, .resumen_pedido .part_final .pTotal{
    text-align: right;
    padding-right: 10px;
}
.resumen_pedido .part_final .pCarrito, .resumen_pedido .part_final .pEnvio{
    color: #1d1d29;
}

.resumen_pedido .part_final .total_rojo{
    color: #ad2f29;
}

.elegir_metd_pago{
    /*font-family: "Merriweather";*/
    font-size: 1.2em;
    padding-top: 30px;
    padding-bottom: 30px;
    display: inline-block;
    width: 100%;
}

.elegir_metd_pago .radio-inline label{
    /*font-family: "Merriweather";*/
    margin-top: 10px !important;
    display: block;
}
.elegir_metd_pago .texto{
    /*font-family: "Merriweather";*/
    font-size: 14px;
    display: inline-block;
    margin-top: 0px;
    margin-left: 5px;
}

.elegir_metd_pago .texto .fa{
    /*font-family: "Merriweather";*/
    font-size: 1.8em;
    margin-right: 5px;
}


.realizar_pedido_final {
    border-top: 1px solid #ccc;
    display: inline-block;
    padding-bottom: 50px;
    padding-top: 15px;
    width: 100%;
}

.checkout .precio_tot{
    font-family: "Merriweather";
    font-size: 22px;
    color: #1d1d29;
}

.checkout .cuenta_bancaria{
    font-size: 1.2em;

}
.checkout .saludos{
    font-size: 1.5em;
    color: 666;
    margin-top: 60px;
    text-transform: uppercase;
}

.checkout .id_pago{
    color: #1d1d29;
}

/*.checkout input[type="checkbox"] + label span::before {
    content: "";
    display: block;
    height: 18px;
    left: 0;
    position: absolute;
    top: 0;
    width: 16px;
    z-index: 1;
    background: url("/img/frontend/inoput_unCheck.png");
}
.checkout input[type="checkbox"]:checked + label span::after {
    background-color: #111;
    content: "";
    height: 18px;
    left: 0px;
    position: absolute;
    text-indent: -99999px;
    top: 0px;
    width: 18px;
    z-index: 2;
    background: url("/img/frontend/inoput.png");
}*/


.checkout #ajax-loader {
    background-color: rgba(50, 50, 50, 0.2);
    display: block;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 30;
    left: 0px;
    top: 0px;
}

.checkout #ajax-loader i.fa {
    color: #203040;
    left: 48%;
    position: absolute;
    top: 48%;
}


/*************** PAGINADOR *****************/

.paginador{
    display: inline-block;
    margin-left: 10%;
    margin-top: 20px;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 90%;
}

.paginador-izq, .paginador-der{
    display: inline-block;
    float: left !important;
    margin-top: 0px !important;
}

.paginador-cen{
    display: inline-block;
    float: left;
    margin: auto 12px;
}

.paginador-cen nav a{
    background-color: #1d1d29;
    border-radius: 13px;
    color: #fff;
    display: block;
    font-family: "Times New Roman";
    font-style: italic;
    line-height: 24px;
    padding: 0 19px;
    margin: auto 6px;
    float: left;
    transition: 0.2s ease;
}

.paginador-cen nav a.active{
    background-color: #FFF;
    color: #1d1d29;
}
.paginador-cen nav a:hover{
    background-color: #ad2f29;
    color: #FFF;
    text-decoration: none;
}

/********************************************
******************* OTROS *******************
********************************************/
.ccc-color{
    color: #cccccc;
}

.hr_head{
    margin-top: 30px;
    float: right;
    border-color: #cccccc;
}
.no-padding{
    padding: 0;
}

.white-space-pre{
    white-space: pre;
}

.float-right{
    float: right;
}

.float-left{
    float: left;
}



.navbar-brand > img {
    height: 100%;
    width: auto;
}



.not-active {
   pointer-events: none;
   cursor: default;
}

.w-100{
    width: 100% !important;
}

.color-rojo{
    color: #ad2f29;
}

.color1{
    color: #1d1d29;
}

.text-strong{
    font-weight: 600;
}

.h2_normal{
    color: #1d1d29;
    font-family: 'Marcellus', serif;
    font-size: 28px;
    margin: 0 !important;
    padding-left: 2%;
}

.h3_normal{
    color: #1d1d29;
    font-family: 'Marcellus', serif;
    font-size: 28px;
    margin: 10px 0;
    padding-left: 2%;
}


.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical, .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
    right: -15px;
}


.modal-footer .buttom.bColecciones{
    float: initial;
    border: none;
}


.cookies{
    position: fixed;
    bottom: 0px;
    background-color: rgba(60,60,60,0.3);
}


.cookies_table .min10{
    width: 25px;
}

.cookies_table tr{
    border-bottom: 3px solid #f7f7f7;
}

.cookies_table td, .cookies_table th{
    padding-bottom: 10px;
    padding-top: 10px;
}