/*
    Theme Name: ContraCultura
    Author: jl.izquierdoch
    Author URI: https://www.facebook.com/mldesignerweb/
    Description: CONTRA CULTURA
    License: GNU General Public License v2 or later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    Template: storefront
*/
/* fuentes */
 
@font-face {
	font-family: 'Eras-medium';
	font-style: normal;
	font-weight: 300;
	src: url(fonts/eras-light.TTF);
    src: url(fonts/eras-light.TTF) format('truetype'), local('Eras-medium-Light');
}
@font-face {
	font-family: 'Eras-medium';
	font-style: normal;
	font-weight: 400;
	src: url(fonts/eras-medium.TTF);
    src: url(fonts/eras-medium.TTF) format('truetype'), local('Eras-medium-Regular');
}
@font-face {
	font-family: 'Eras-medium';
	font-style: normal;
	font-weight: 500;
	src: url(fonts/eras-demi.TTF);
    src: url(fonts/eras-demi.TTF) format('truetype'), local('Eras-medium-Medium');
}
@font-face {
	font-family: 'Eras-medium';
	font-style: normal;
	font-weight: 700;
	src: url(fonts/eras-bold.TTF);
    src: url(fonts/eras-demi.TTF) format('truetype'), local('Eras-medium-Bold');
}
/* /fuentes */
/* base */
body{
	font-size: 16px;
    font-family: 'Roboto', sans-serif;
	font-family: 'Eras-medium';
	font-weight: 400;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Roboto', sans-serif;
	font-family: 'Eras-medium';
}
p{
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
}
a,i{
    font-family: 'Eras-medium';
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease !important;
}
.btn-negro{
	background: #2f2f2f;
	color: #fff;
	font-weight: 500;
	padding: 8px 32px;
    border-radius: 5px;
}
.btn-negro:hover{
	color: #fff;
	background: #000;
	transform: scale(1.07);
}
.btn-rojo-bg{
	background: #FF5549;
	color: #fff;
	font-weight: 500;
	padding: 8px 33px;
    border-radius: 5px !important;
}
.btn-rojo-bg:hover{
	color: #fff;
	background: #f74d41;
	transform: scale(1.07);
}

/* /base */
.top-stripe{
    background: #F7F7F7;
    color: #C94840;
}

.top-stripe p , .top-stripe a{
	margin-bottom: 0;
	font-weight: 500;
	font-size: 1em;
    font-family: 'Eras-medium';
}
.top-stripe a{
	text-transform: uppercase;
	font-size: 0.875em;
}

.bi-truck::before {
    content: "";
    background: url(images/deliv-ico.svg) center no-repeat;
    width: 44px;
    height: 44px;
    top: 0;
    position: absolute;
}

.header-1{
	background: #FF6156;
    position: relative;
}
.logo-cont{
	position: relative;
	z-index: 100;
	display: flex;
	margin: 6px 0;
}

.header-1 .col-xxl-8.d-flex.ms-0.px-0>form.input-group{
	/* padding: 0 0 0 5%; */
}
.header-1 .form-control{
	border: none;
}
.header-1 .btn.btn-outline-success{
	background: #ffffff;
	border:none;
	border-left: 1px solid #d9d9d9;
}
.header-1 i.bi.bi-search::before{
	content:"";
	background: url(images/lupa-ico.svg) center no-repeat;
	width: 23px;
	height: 23px;
}
.btn-buscar>button{
    display: none;
}
.btn-buscar>button:after{
    content: none;
}
.btn-buscar .dropdown-menu{
    display: block;
    position: static !important;
    background: transparent;
    border: none;
}
@media (max-width: 400px){
    /* .btn-buscar .dropdown-menu{
        display: none;
    }
    .btn-buscar>button,
    .btn-buscar .dropdown-menu.show{
        display: block;
        transform: initial !important;
    }
    .btn-buscar .dropdown-menu.show{
        margin-top: 14px !important;
        background: #d0574f;
        padding: 10px 10px;
    }
    .header-1{
        padding: 0;
    }
    .header-1>.container>.row>.col-sm-10.col-md-4{
        position: relative;
        margin-top: -55px !important;
        width: 100%;
    }
    .header-1>.container>.row>.col-sm-10.col-md-4 > .dropdown>.dropdown-menu>form {
        padding-left: 0 !important;
    } */
}

.header-1 .btn-mi-cta{
	border: 1px solid #fff;
	color: #fff;
	font-weight:500;
	margin-left: auto;
}
.header-1 .btn-mi-cta:hover{
	background: #fff;
	color: #2f2f2f;
}
.header-1 .btn-regist{
	background: #2f2f2f;
	border: 1px solid #2f2f2f;
	color: #fff;
	font-weight:500;
	margin-left: 10px;
}
.header-1 .btn-regist:hover{
	background: #000;
	/* color: #FF6156; */
}
.header-1 li.btn-regist{
	width: 142px;
}
.header-1 .btn-regist>.nav-link{
	padding:0;
	color: #fff;
	/* width: 29px; */
}
.header-1 li.btn-regist>a{
    padding: .375rem .75rem !important;
    position: relative;
}
.header-1 li.btn-regist>a>p.cant-produc{
    content: '';
    position: absolute;
    z-index: 99999;
    background: #72EBEC;
    color: #2f2f2f;
    padding-top: 2px;
    border-radius: 50%;
    font-weight: 700;
    text-align: center;
    width: 25px;
    height: 25px;
    top: -11px;
    right: -12px;
}
.header-1 .btn-regist>.nav-link>i{
	position: relative;
}
.header-1 .btn-regist>.nav-link>i:before{
	content:"";
	background: url(images/cart-ico.svg) center no-repeat;
	width: 29px;
	height: 26px;
	position: absolute;
	top: -5px;
	left: -3px;
}
.nav-item.dropdown.btn.btn-regist.p-0>.dropdown-toggle::after {
    margin-left: 38px;
}
.header-1 .menu-principal>nav.navbar{
	padding: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
    position: static;
}
.header-1 .cont-cc-menu{
	padding: 0;
}
.header-1 .row.d-flex.align-items-center.flex-wrap>.col-12{
	padding: 0;
}
.header-1 .menu-principal>nav.navbar ul>li.nav-item{
	display: flex;
    position: static;
}
.header-1 .menu-principal>nav.navbar ul>li.nav-item>a.nav-link{
	padding: 10px 20px;
	color: #fff;
	font-weight: 500;
	font-size:0.94em ;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    text-align: center;
    line-height: 1.2;
}

.header-1 .menu-principal>nav.navbar ul>li.nav-item>a.nav-link:hover{
	background: #CC4E45;
}
.navbar-light .navbar-toggler {
    background: #fff;
    border:none;
}
/* carrito */
.header-1 ul.drop-commerce.dropdown-menu.show{
    display: block !important;
    z-index: 999001;
    width: 350px;
    right: 0 !important;
    left: auto !important;
    top: 52px !important;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
    border: none;
    padding: 0;
    transform: none !important;
    cursor: initial;
}
.header-1 ul.drop-commerce.dropdown-menu.show::before{
    content:'';
    background: url(images/triangle.svg) center no-repeat;
    position: absolute;
    width: 28px;
    height: 17px;
    margin-top: -20px;
    right: 10px;
    top: 7px;
}
.header-1 ul.drop-commerce.dropdown-menu.show{
    background: #f1f1f1;
    color: #545454;
    padding:16px 10px;
    border-radius: 4px;
}
.header-1 ul.drop-commerce.dropdown-menu.show .head a{
    color: #FF5549;
    font-size: 0.8em;
    margin-bottom: 0;
}
.header-1 ul.drop-commerce.dropdown-menu.show .head .card{
    max-height: 513px;
    overflow-y: auto;
    height: auto;
}
.header-1 ul.drop-commerce.dropdown-menu.show .head select{
    border:1px solid #b9b9b9;
    border-radius: 4px;
}
.header-1 ul.drop-commerce.dropdown-menu.show small.text-muted{
    line-height: 1.4 !important;
}
.header-1 ul.drop-commerce.dropdown-menu.show a.btn-rojo-bg{
    color: #fff;
    font-size: 1em;
}
/* categorias */
.header-1 .menu-principal>nav.navbar ul>li.nav-item>a.nav-link+ul.dropdown-menu.show {
    position: absolute;
    width: 100%;
    left: 0;
    top: auto;
    bottom: -286px;
    columns: 5;
    background: #d95349;
    padding: 30px 12%;
    border-radius: 0;
}
.header-1 .menu-principal>nav.navbar ul>li.nav-item>a.nav-link+ul.dropdown-menu.show >li{
    list-style: disc;
    margin-left: 40px;
    color: #fff;
}
.header-1 .menu-principal>nav.navbar ul>li.nav-item>a.nav-link+ul.dropdown-menu.show >li>a {
    color: #fff;
    padding-left: 0;
    font-weight: 500;
    font-size: 0.94em;
}
.header-1 .menu-principal>nav.navbar ul>li.nav-item>a.nav-link+ul.dropdown-menu.show >li>a:hover {
    color: #fff;
    background: transparent;
    text-decoration: underline;
}
/* /categorias */
.destacados-wrapper{
	background: #FFDC8D;
}
/* carrusel */
.fluid-mx-1800 {
    max-width: 1800px;
    width:100%;
    padding: 70px 30px;
}

.destacados-wrapper .container-fluid.fluid-mx-1800 h1{
    margin: 0;
    margin-bottom: 0px;
    font-size: 27px;
    text-transform: uppercase;
    color:
    #182D39;
    font-weight: normal;
    margin-bottom: 27px;
}

    .list_carousel {
        position: relative;
    }
    
        .caroufredsel_wrapper {
            margin: 0 auto !important;
			height: auto !important;
        }

            .list_carousel.responsive ul {
                list-style: none;
                padding: 0;
                margin-left: auto!important;
                margin-right: auto!important;
                display: inline-flex!important;
                height: auto !important;
				position: relative !important;

                margin-block-start: 1em;
                margin-block-end: 1em;
                margin-inline-start: 0px;
                margin-inline-end: 0px;
            }

                .list_carousel.responsive ul>li {
                    padding: 0 .75rem;
                    margin-bottom: 2rem;
                    margin-top: 1rem;
                }

                    #carousel-video li .card{
                        max-width: 320px;
                        border: 0;
                        margin-left: auto!important;
                        margin-right: auto!important;

                        position: relative;
                        display: flex;
                        flex-direction: column;
                        min-width: 0;
                        word-wrap: break-word;
                        background-color: rgba(139, 73, 73, 0);
                        background-clip: border-box;
                        border-radius: .25rem;
						align-items: center;
						max-width: 175px;
						padding: 0 !important;
                    }

                        #carousel-video li .card .cont-img {
                            position: relative;
							max-width: 175px;
                        }

                            #carousel-video li .card .cont-img .card-img {
                                border-radius: 0;
                                width: 100%;
								height: auto;
                                vertical-align: middle;
                                border-style: none;
								border-radius: 5px;
								box-shadow: 0 8px 22px rgba(0, 0, 0, 0.26);
								margin-bottom:3px;
							}
						#carousel-video li a{
							text-decoration: none;
						}
	
                        #carousel-video li a .card .card-body-russ{
                            padding: 10px 12px;
							max-width: 175px;
                        }

                        #carousel-video li .card>.card-body-russ>h5.card-title a{
                            font-size: 1.1em;
							font-weight: 500;
                            color:#2f2f2f;
							text-decoration: none;

                            -webkit-transition: all .3s ease;
                            -moz-transition: all .3s ease;
                            -ms-transition: all .3s ease;
                            -o-transition: all .3s ease;
                            transition: all .3s ease;
                        }
                        ul#carousel-video>li {
                                position: relative;
                                z-index: 100;
                                cursor: default;
                            }
                        .card>.card-body-russ>p{
                            font-size:0.95em;
                            margin-bottom: 4px;
                        }
                        .precio-ant{
                            font-size:1.009375em !important;
                        }
                        .precio-act{
                            font-size:1.375em !important;
                            font-weight: 500;
                        }

            .list_carousel .carousel-control-prev {
                background: url(images/arrow-mainlider-ico.svg) center no-repeat;
                transform: rotate(180deg);
            }
                
            .list_carousel .carousel-control-next {
                background: url(images/arrow-mainlider-ico.svg) center no-repeat;
                margin-right: -20px;
            }


            .list_carousel .carousel-control-next, .list_carousel .carousel-control-prev {
                width: 60px;
                height: 110px;
                color:#222;
                opacity: .6;
                top: 45%;
                bottom: unset;
                border-radius: 5px;
                margin-top: -21px;
                margin-right: .25rem;
                position: absolute;
                align-items: center;
                justify-content: center;
                text-align: center;
                padding-top: 10px;
                cursor: pointer;
                z-index: 100;
            }

                .list_carousel .carousel-control-prev:hover , .list_carousel .carousel-control-next:hover {
                    border:none;
                    opacity: 1;
                    color: #004B91;
                }

                div.list_carousel a.carousel-control-prev span.glyphicon{
                    margin-top: 4px;
                }

                div.list_carousel a.carousel-control-next span.glyphicon{
                    margin-top: 4px;
                }

    @media (min-width: 992px){
        .list_carousel .carousel-control-prev {
            left: 0;
            margin-left: -1%;
        }

        .list_carousel .carousel-control-next {
            right: 0;
            margin-right: -1%;
        }

        .d-lg-block {
            display: block!important;
        }
    }

    @media (max-width: 991px){
        .list_carousel .carousel-control-prev {
            left: 0;
            margin-left: 0;
        }

        .list_carousel .carousel-control-next {
            right: 0;
            margin-left: 0;
        }
    }

    .navegador-sec ul{
        padding: 0;
        margin: 0;
    }
    .navegador-sec ul li{
        list-style: none;
        display: block;
        width: 184px;
        padding: 3px 0;
        font-size:15px;

        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }

    .navegador-sec ul li:hover{
        background: rgb(221, 221, 221);
    }
    .navegador-sec ul li a{
        text-align: center;
        display: block;
        width: 184px;
        padding: 3px 0;
        border-bottom: none !important;

        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }
    
    .navegador-sec ul li a:hover{
        text-decoration: none !important;
        border-bottom: none !important;
    }

    #menu-prin > ul > li.active::after {
        content: '';
        bottom: 10px;
        left: 50%;
        margin-left: -12px;
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 14px 11.5px 0 12px;
        border-color: 
    rgba(20, 112, 182, 0) transparent transparent
        transparent;
    }
    
    nav.navbar.navbar-default.menu-prin{
        margin-bottom:0 !important;
    }
/* carrusel */

/* novedades */
.tag-nuevo, .tag-promo {
    background: #FFC138;
    border-radius: 50px;
    font-size: 1.125em;
    font-weight: 700;
    padding: 5px 15px;
    color: #2f2f2f;
    position: absolute;
    top: -6%;
    left: 6px;
    z-index: 10;
}
    .sin-stock{
        position: absolute;
        z-index: 10;
        background: #2f2f2f;
        border-radius: 120px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        width: 76px;
        height: 76px;
        text-align: center;
        line-height: 1.2;
        font-weight: 500;
        top: calc(50% - 38px);
        left: calc(50% - 38px);
        padding-bottom:0.4em;
    }
    .sin-stock ~ img.card-img{
        opacity: .5;
    }
    .card .cont-img{
        position: relative;
        margin-bottom: 0.9em;
        max-width: 180px;
    }
    section.cont-general{
        background: #FFF2D6;
        font-family: 'Roboto', sans-serif;
    }
    .cont-general h2{
        text-transform: uppercase;
        margin-bottom: 15px;
        font-weight: 500;
        color: #5C5C5C;
    }
    .cont-general .card{
        background: transparent;
        border: none;
        height: 100% !important;
        padding: 13px;
        -webkit-transition: all 0.3s ease-in-out 0.1s;
        -moz-transition: all 0.3s ease-in-out 0.1s;
        -ms-transition: all 0.3s ease-in-out 0.1s;
        -o-transition: all 0.3s ease-in-out 0.1s;
        transition: all 0.3s ease-in-out 0.1s; 
    }
    .h-100{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        height: 100% !important;
    }
    .cont-general .btn-rojo-bg{
        margin-top: auto;
    }
    .wrap-cont-rus{
        border-bottom: 1px solid rgba(0, 0, 0, 0.3);
        padding: 0.625em 0 1.7em;
    }
    .wrap-cont-rus img{
        border-radius: 5px;
        border: 1px solid #E2E2E2;
        z-index: 2;
    }
    .wrap-no-line{
        border-bottom: none;
    }
    .col-2.cont-img{
        max-width: 150px;
    }
    .wrap-cont-rus.wrap-no-line .tag-nuevo,
    .wrap-cont-rus.wrap-no-line .tag-promo{
        font-size: 0.98em;
        padding: 3px 10px;
    }
    .wrap-cont-rus.wrap-no-line .sin-stock{
        font-size: 0.98em;
        width: 64px;
        height: 64px;
        top: calc(50% - 32px);
        left: calc(50% - 32px);
    }
    .wrap-cont-rus h5 a,
    .wrap-cont-rus .precio-act{
        font-size: 1.04em !important;
        font-weight: 500;
        color: #333;
    }
    .precio-act{
        font-family: 'Eras-medium';
        font-weight: 500;
    }
    .cont-regalos h5{
        font-size: 1.375em  !important;
        text-transform: uppercase;
    }
    .cont-regalos img{
        border:none;
        position: relative;
    }
    .cont-regalos .cont-img:before{
        content: '';
        position: absolute;
        top: calc(50% - 75px);
        left: calc(50% - 75px);
        width: 150px;
        height: 150px;
        background: #FFDC8D;
        border-radius: 50%;
        z-index: 1;
    }



 



    .cont-autores .modal-dialog{
        width: 100%;
        min-width: 60%;
    }
    .cont-autores .modal-dialog .modal-content{
        background: #FFDC8D;
    }
    .cont-autores .modal-dialog .modal-content .modal-header{
        border: none;
    }
    footer{
        background: #F9E1AD;
    }
    footer>.container>.row:first-child{
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    }
    footer>.container>.row:first-child>.col-12:last-child a:last-child {
        border-left: 1px solid rgba(0, 0, 0, 0.2);
    }
    footer>.container>.row:first-child i{
        color:#5C5C5C;
    }
    footer>.container>p{
        font-size: 0.875em;
    }
    footer a , footer a>i{
        color: #FF5549;
        text-decoration: none;
        font-family: 'Roboto', sans-serif;
    }
    footer a:hover{
        color: #FF5549;
        text-decoration: underline;
    }
    footer a:hover>i:hover{
        opacity: .7;
    }
    .bi-whatsapp::before {
        content: "";
        background: url(images/whats-ico.svg) center no-repeat;
        width: 44px;
        height: 44px;
    }
    .bi-phone::before {
        content: "";
        background: url(images/phone-ico.svg) center no-repeat;
        width: 44px;
        height: 44px;
    }
    .bi-facebook::before{
        content: "";
        background: url(images/face-ico.svg) center no-repeat;
        width: 40px;
        height: 40px;
    }
    .bi-instagram::before {
        content: "";
        background: url(images/inst-ico.svg) center no-repeat;
        width: 40px;
        height: 40px;
    }
    /* bt ver más */
    .a-vermas{
        display: block;
        text-align: center;
        font-weight: 500;
        max-width: 72px;
        color: #FF5549;
        margin-top: 5px;
        margin-left: auto;
        margin-right: 10px;
        text-decoration: none;
        border-bottom: 1px dashed #FF5549;
        position: relative;
    }
    .a-vermas>i{
        background: url(images/arrow-vermas.svg) center no-repeat;
        width: 12px;
        height: 16px;
        position: absolute;
        top:calc(50% - 8px) ;
        right: -7px;
    }
    .a-vermas:hover{
        border-bottom: 1px solid #FF6156;
        color: #FF5549;
        padding-left: 10px;
    }
    .a-vermas:hover>i{
        right: -14px;
    }
    /* btn ver más preto */
    .a-var-negro{
        color: #2f2f2f;
        max-width: 124px;
        margin-left: 0;
        border-bottom: 1px dashed #2f2f2f;
        position: relative;
        font-weight: 400;
    }
    .a-var-negro>i{
        background: url(images/arrow-negro.svg) center no-repeat;
        width: 12px;
        height: 16px;
        position: absolute;
        top:calc(50% - 8px) ;
        right: -7px;
    }
    .a-var-negro:hover{
        border-bottom: 1px solid #2f2f2f;
        color: #2f2f2f;
        padding-left: 10px;
    }
    .a-var-negro:hover>i{
        right: -14px;
    }
/* /novedades */
/* quienes */
.var-quienes h1{
    font-size:4.375em;
    color: #5C5C5C;
    text-transform: uppercase;
    font-weight: 500;
}
.var-quienes .formato{
    color: #5C5C5C;
}
.sec-footer {
    color: #5C5C5C;
    /* margin-top: -390px; */
    margin-top: -15%;
    border-right: 1px solid rgb(0 0 0 / 20%);
}
.sec-footer a{
    color: #FF5549;
    word-break: break-all;
}

.sec-footer .bi-whatsapp::before {
    width: 29px;
    height: 33px;
}
.var-quienes .formato h2{
    text-transform: none;
    font-weight: 500;
    margin-top: 0;
    color: #5C5C5C;
}
/* bibliodiversidad */
.var-menu-biblio{
    background: #FF8523;
}
.var-menu-biblio .logo-cont {
    margin: 0;
}
.var-menu-biblio .logo-cont img{
    max-width: 155px;
}
.header-1.var-menu-biblio .menu-principal .offcanvas.offcanvas-start.show {
    background: #FF8523;
}
.header-1.var-menu-biblio .menu-principal>nav.navbar ul>li.nav-item>a.nav-link:hover {
    background: #ef6f09;
}
.header-1.var-menu-biblio .menu-principal>nav.navbar ul>li.nav-item>a.nav-link+ul.dropdown-menu.show {
    background: #ef6f09;
}
.header-1.var-menu-biblio ul.drop-commerce.dropdown-menu.show .head a i,
.header-1.var-menu-biblio ul.drop-commerce.dropdown-menu.show .head a{
    color: #ef6f09;
}
.var-quienes{
    background: #F6FCFF;
    min-height: 840px;
}
.var-quienes>.container{
    min-height: 840px;
}
.var-quienes>.container>.row{
    min-height: 840px;
}

.var-quienes.var-biblio-quienes{
    background: #F6FCFF;
    min-height: 600px;
}
.var-quienes.var-biblio-quienes>.container{
    min-height: 600px;
}
.var-quienes.var-biblio-quienes>.container>.row{
    min-height: 600px;
}
.var-biblio-quienes h1{
    font-size: 3.9em;
}
.var-foot-biblio{
    background: #DCF0F9;
}
.var-foot-biblio a{
    color: #FF8523;
}
.var-foot-biblio a:hover{
    color: #FF8523;
}
.var-foot-biblio .bi-facebook::before {
    content: "";
    background: url(images/face-biblio-ico.svg) center no-repeat;
}
.var-foot-biblio .bi-instagram::before {
    content: "";
    background: url(images/inst-biblio-ico.svg) center no-repeat;
}
.var-destac-biblio{
    background: #B0DFF0;
}
.var-destac-biblio .tag-nuevo,
.var-destac-biblio .tag-promo,
.var-sec-home-biblio .tag-nuevo,
.var-sec-home-biblio .tag-promo{
    background: #F662D1;
    color: #fff;
}
.var-destac-biblio .btn-negro,
.var-sec-home-biblio .btn-rojo-bg,
.var-sec-home-biblio .btn-negro,
.var-biblio-quienes .btn-rojo-bg,
.var-menu-biblio .btn-rojo-bg{
    background: #FF8523;
    color: #fff !important;
}
.var-destac-biblio .btn-negro:hover,
.var-sec-home-biblio .btn-rojo-bg:hover,
.var-sec-home-biblio .btn-negro:hover,
.var-biblio-quienes .btn-rojo-bg:hover,
.var-menu-biblio .btn-rojo-bg:hover{
    background: #ef6f09;
}
.cont-general.var-sec-home-biblio{
    background: #F6FCFF;
}
.var-sec-home-biblio .a-vermas{
    color: #FF8523;
    border-bottom: 1px dashed #FF8523;
}
.var-sec-home-biblio .a-vermas:hover{
    border-bottom: 1px solid  #FF8523;
}
.var-sec-home-biblio .a-vermas>i {
    background: url(images/arrow-vermas-biblio.svg) center no-repeat;
}
.var-sec-home-biblio  .cont-regalos .cont-img:before {
    content: '';
    background: #A0DAEF;
}
.var-sec-home-biblio .a-vermas.a-var-negro {
    color: #2f2f2f;
    max-width: 124px;
    margin-left: 0;
    border-bottom: 1px dashed #2f2f2f;
    position: relative;
    font-weight: 400;
}
.var-sec-home-biblio .a-vermas.a-var-negro>i {
    background: url(images/arrow-negro.svg) center no-repeat;
}
/* intro */
section.wrap-intro,
section.wrap-intro>.row{
    height: 100vh;
}
section.wrap-intro .cont-cc{
    background: url(images/foto-CC.jpg) center no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
    min-height: 560px;
    position: relative;
}
section.wrap-intro .cont-cc:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:rgba(255, 174, 0, 0.4);
    z-index: 1;
}
section.wrap-intro .cont-biblio{
    background: url(images/foto-BIBLIO.jpg) center no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
    min-height: 560px;
    position: relative;
}
section.wrap-intro .cont-biblio:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:rgba(69, 255, 255, 0.3);
    z-index: 1;
}
section.wrap-intro img,
section.wrap-intro h2,
section.wrap-intro a{
    position: relative;
    z-index: 2;
    color: #fff;
}
section.wrap-intro h2{
    font-weight: 400;
}
img.cuy{
    position: absolute !important;
    top: 15%;

}


@media (max-width: 1600px){
    .header-1 .menu-principal>nav.navbar ul>li.nav-item>a.nav-link+ul.dropdown-menu.show{
        padding: 30px 2%;
    }
    .var-biblio-quienes h1 {
        font-size: 3.4em;
    }
}
@media (max-width: 1199px){
	.dropdown-toggle::after {
		margin-left: 30px;
	}
    .header-1 li.btn-regist{
        width: 110px;
    }
    .header-1 .menu-principal>nav.navbar ul>li.nav-item>a.nav-link{
        font-size: 0.91em;
    }
    .header-1 .menu-principal>nav.navbar ul>li.nav-item>a.nav-link+ul.dropdown-menu.show{
        columns: 4;
        bottom: -346px;
        padding: 30px 4%;
    }
    .var-quienes h1{
        font-size:3.9em;
    }
    .var-biblio-quienes h1 {
        font-size: 2.8em;
    }
}
@media (max-width:991px){
    .header-1 .btn-mi-cta,
    .header-1 .btn-regist{
        font-size: 0.9em;
    }
    .header-1 .menu-principal>nav.navbar {
        border-top: none;
    }
    .header-1 .menu-principal .offcanvas.offcanvas-start.show{
        background: #FF6156;
        font-size: 1.3em;
        z-index: 999999;
    }
    .header-1 .menu-principal>nav.navbar ul>li.nav-item.dropdown{
        flex-direction: column;
    }
    .cont-general h2 {
        text-align: center;
        font-size:2em ;
    }
    .header-1 .menu-principal>nav.navbar ul>li.nav-item>a.nav-link+ul.dropdown-menu.show {
        position: relative;
        width: 100%;
        left: 0;
        top: 0;
        bottom: initial; 
        columns: initial;
        padding: 10px 0;
        background: #00000026;
    }
    .header-1 .menu-principal>nav.navbar ul>li.nav-item>a.nav-link {
        width: 100%;
    }
    .var-quienes h1{
        font-size:3.4em;
    }
    .sec-footer {
        margin-top: 70px;
        border-right: none;
        border-top: 1px solid rgb(0 0 0 / 20%);
        padding-top: 20px;
    }
    .var-quienes .formato h2{
        text-align: left;
    }
    .var-biblio-quienes .sec-footer {
        margin-top: 48px;
    }
}
@media (max-width: 767px){
    /* carrito */
    .header-1 ul.drop-commerce.dropdown-menu.show{
        width: 90%;
        right: 6% !important;
        left: 6% !important;
        top: 130px !important;
    }
    .header-1 .nav-item.dropdown.btn-regist{
        position: static !important;
    }
    .top-stripe p{
        font-size: 0.8em;
    }
    .top-stripe a.btn {
        font-size: 0.8em;
        text-transform: none;
    }
    .header-1 ul.drop-commerce.dropdown-menu.show::before {
        content:none;
    }
}
@media (max-width: 575px){
    .card>.cont-img{
        width: 140px;
    }
    .nav-item.dropdown.btn.btn-regist.p-0{
        width: auto;
        margin-left: auto;
        margin-right: 15px;
    }
    .list_carousel .carousel-control-next {
        margin-right: -29px;
    }
    .list_carousel .carousel-control-prev {
        margin-left: -29px;
    }
    .header-1 .btn-regist {
        margin-left: 0;
    }
    .header-1 .offcanvas .btn-mi-cta,
    .header-1 .offcanvas .btn-regist,
    .header-1 .offcanvas form{
        margin: 18px 0;
    }
    /* carrito */
    .header-1 ul.drop-commerce.dropdown-menu.show{
        width: 90%;
        right: 6% !important;
        left: 6% !important;
        top: 80px !important;
    }
    .var-quienes h1{
        font-size:3em;
    }
    .var-biblio-quienes h1 {
        font-size: 2.5em;
    }
}
@media (max-width: 400px){
    .w-hlp-port{
        width: 100% !important;
    }
    .btn-rojo-bg {
        width: 100%;
        max-width: 300px;
        padding: 8px 0;
    }
    .cont-general .w-hlp-port:first-child{
        border-top: none;
    }
    .a-vermas {
        margin-right: auto;
    }
    .fluid-mx-1800 {
        padding: 30px 30px 14px;
    }
    .wrap-no-line {
        padding: 0.625em 0 .6em;
    }
    .wrap-cont-rus {
        border-bottom: none;
        padding: 0.625em 0 .6em;
    }
    .menu-principal{
        width: 56px;
    }
    .header-1 .col-5.col-sm-6.col-md-5.col-lg-4{
        width: 82px;
        margin-left: auto;
    }
    .var-menu-biblio .logo-cont img {
        max-width: 135px;
    }
}


div.add-content-custom img.loader{
    display: block;
    margin: 5px auto;
}
div.container-fluid.top-stripe div.container div.row.d-flex.align-items-center.flex-column.flex-md-row{
    position: relative;
}
.header-1 div.container form{
    margin-bottom: 0px;
}
nav.navbar .offcanvas-body ul.navbar-nav{
    margin: 0;
}
nav.navbar.navbar-light.fixed-topss.w-100.navbar-expand-lg div.container-fluid.cont-cc-menu ul.navbar-nav li.nav-item.active-cc{
    background: #CC4E45;
}
nav.navbar.navbar-light.fixed-topss.w-100.navbar-expand-lg div.container-fluid.cont-cc-menu ul.navbar-nav li.nav-item.active-bio{
    background: #ef6f09;
}
section.cont-general        div.container div.card.mx-auto div.card-body-russ.h-100 a.added_to_cart,
section.var-sec-home-biblio div.container div.card.mx-auto div.card-body-russ.h-100 a.added_to_cart,
.list_carousel ul#carousel-video li div.card-body-russ a.added_to_cart{
    margin-top: 5px;
    border-radius: 5px;
}
.precio-ant bdi{
    text-decoration: line-through;
}
.cont-general.interna.py-2.py-md-4 div.container.px-3.py-5.py-xl-5.px-xl-5.cont-autores.text-start h1{
    font-weight: 500;
}


/* caambios 21/08/2021 */
.header-1 .menu-principal>nav.navbar ul>li.nav-item>a.nav-link+ul.dropdown-menu.show {
    top: 107px;
    bottom: initial;
}
.header-1.var-menu-biblio .menu-principal>nav.navbar ul>li.nav-item>a.nav-link+ul.dropdown-menu.show{
    top: 95px;
}
@media (max-width: 1199px){
    .header-1 .menu-principal>nav.navbar ul>li.nav-item>a.nav-link+ul.dropdown-menu.show {
        top: 106px;
    }
    .header-1.var-menu-biblio .menu-principal>nav.navbar ul>li.nav-item>a.nav-link+ul.dropdown-menu.show{
        top: 94px;
    }
}
@media (max-width: 991px){
    .header-1 .menu-principal>nav.navbar ul>li.nav-item>a.nav-link+ul.dropdown-menu.show,
    .header-1.var-menu-biblio .menu-principal>nav.navbar ul>li.nav-item>a.nav-link+ul.dropdown-menu.show {
        top: 0;
    }
}


/* cambios 24/08/2021 */
.cont-general .pagination > .page-item > .page-link{
    background: #FF6156;
    border: 1px solid #FFF2D6;
}
.cont-general .pagination > .page-item.active > .page-link,
.cont-general .pagination > .page-item > .page-link:hover{
    background: #CC4E45;
    color: #FFF;
}
.var-sec-home-biblio .pagination > .page-item > .page-link{
    background: #FF8523;
    border: 1px solid #F6FCFF;
}
.var-sec-home-biblio .pagination > .page-item.active > .page-link,
.var-sec-home-biblio .pagination > .page-item > .page-link:hover{
    background: #EF6F09;
    color: #FFF;
}
.pagination > .page-item > .page-link{
    background: #2f2f2f;
    color: #ffffff;
    padding: 0.7em 1em;
}
.pagination > .page-item > .page-link:hover{
    background: #000000;
    color: #FF6156;
}
.pagination > .page-item.licon > .page-link,
.pagination > .page-item.ficon > .page-link{
    height: 100%;
    padding: 5px 14px;
}
.pagination > .page-item.licon > .page-link > span,
.pagination > .page-item.ficon > .page-link > span{
    font-size: 1.5em;
}
.cont-general{
    min-height: 57vh;
}
.cont-general.interna a{
    color: #5c5c5c;
}
.cont-general.interna a:hover{
    opacity: .7;
}
a.a-vermas.var-inter{
    max-width: initial;
    margin-right: auto;
    margin-left: initial;
    padding-left: 24px;
    color: #FF6156;
}
.a-vermas.var-inter>i {
    background: url(images/arrow-vermas.svg) center no-repeat;
    width: 12px;
    height: 16px;
    position: absolute;
    top: calc(50% - 8px);
    right: initial;
    left: 6px;
    transform: rotate(180deg);
}
a.a-vermas.var-inter:hover{
    padding-left: 20px;
    opacity: 1;
}
a.a-vermas.var-inter:hover>i{
    left: 0;
}
.cont-general.listado .wrap-cont-rus a,
.cont-autores .wrap-cont-rus a{
    text-decoration: none;
}
.cont-general.listado .wrap-cont-rus a:hover,
.cont-autores .wrap-cont-rus a:hover{
    transform: scale(1.07);
}
.cont-general.listado .wrap-cont-rus a h5,
.cont-autores .wrap-cont-rus a h5{
    color: #FF6156;
    font-weight: 500;
}



.date-single{
    display:block;
  }
  .var-sec-home-biblio .max-width-95{
    padding: 15px 9px 4px 9px;
    background:#DCF0F9;
  }
  .max-width-95{
    background: #F9E1AD;
    padding: 15px 9px 4px 9px;
  }
  div.noticia-destacado-interna div.card-novedad.border-blue-lighter div.text-card-novedad p a{
    display: block;
    text-align: right;
    border-bottom: 1px dotted #333;
    padding-bottom: 12px;
  }

  .widget div.noticia-destacado-interna div.card-novedad div.text-card-novedad a h5,
 .var-sec-home-biblio .widget div.noticia-destacado-interna div.card-novedad div.text-card-novedad a h5{
    color: #FF6156;
    font-weight: 500;
 }
 .widget div.noticia-destacado-interna div.card-novedad div.text-card-novedad a h5 a{
     text-decoration: none;
 }


 table.woocommerce-checkout-review-order-table .product-name {
    width: 70%;
 }
 .logo_yape img{
	max-height: initial !important;
	margin: 4% !important;
}
.estiloyape{
	color: #742385;
	font-weight: bold;
	font-size: 14px;
}
.contactoyape{
	font-size: 18px;
	border: double 1px;
	display:grid;
	text-align: center;
}
.woocommerce-order-received .logo_yape img{
	margin: initial !important;
}
.woocommerce-order-received .contactoyape{
	font-size: 20px;
	display: initial;
	padding: 3px;
}

.cont-general .woocommerce div.woocommerce-order input.button-shop-product,
.woocommerce div.woocommerce-order p.woocommerce-notice.woocommerce-thankyou-order-failed-actions a.button.pay{
    border-radius: 5px;
    background: #369;
    color: #FFF;
    margin: 20px 0px;
}


.cont-general div.woocommerce nav.woocommerce-MyAccount-navigation ul{
    margin: 0;
}
.cont-general div.woocommerce nav.woocommerce-MyAccount-navigation ul li{
    list-style: none;
    padding: 10px 4px;
    border-bottom: 1px dotted #369;
}

.cont-general .woocommerce div.woocommerce-MyAccount-content header h3{
    font-weight: 500;
}

.cont-general .woocommerce p.return-to-shop a.button.wc-backward{
    border-radius: 5px;
    background: #369;
    color: #FFF;
}

.woocommerce-terms-and-conditions-checkbox-text a,
.woocommerce-privacy-policy-text a{
    font-weight: 500;
}

.added_to_cart.alt, .added_to_cart, .widget a.button.checkout{
    background-color: #333333;
    border-color: #333333;
    color: #ffffff;
    padding: 6px 12px;
    border-radius: 5px;
    margin-top: 5px;
}
 .row.noticia-destacado-interna.pt-2.pb-2 div.card-novedad.border-blue-lighter div.text-card-novedad a{
     text-decoration: none;
 }
 html body.customize-support section.cont-general.interna.py-2.py-md-4.var-sec-home-biblio div.container div.mb-3{
    margin-bottom: 0 !important;
 }


div.formu-com.coment-intern form label,
div.formu-com.coment-intern form input.form-control{
	margin: 15px 0px;
} 
div.formu-com.coment-intern form .botones-coments{
	margin: 15px 0px;
}


 .d-flex.flex-column.flex-lg-row.align-items-center p.d-flex.align-items-center a{
 color: #336699;
}