/*.font-names-barlow {
    font-family: barlow;
    src: url(fonts/barlow-Regular.ttf) format("truetype")
}

.font-names-barlowLight {
    font-family: barlow-light;
    src: url(fonts/barlow-Light.ttf) format("truetype")
}
*/
@font-face{
	font-family: barlow;
	src: url(fonts/Barlow-Regular.ttf);
}

html {
    margin-top: 0!important;
    font-family: barlow;
}

body {
    margin: 0;
    padding: 0;
	overflow-x: hidden;
}


html, body{
	height:100%;
}

.main {
    position: relative;
    padding: 30px;
    max-width: 1400px;
    margin: auto;
    overflow: auto
}

.visible {
    display: block!important;
    height: auto!important
}

.oculto {
    display: none
}

.main_container {
    width: 90%;
    margin: auto;
    position: relative;
    top: 60px
}

.w100 {
    width: 100%;
    overflow: auto
}

.columns2 {
    width: 100%;
    column-count: 2;
}

header{
	max-width:100%;
	overflow:hidden;
}

@media screen and (max-width:750px) {
	
    .main_container {
        max-width: 1400px;
        margin: auto;
        top: 60px
    }
    .columns2 {
        width: 100%;
        column-count: 1;
        column-gap: 20px
    }
}

@media screen and (max-width:750px) {
	#mp4{
		left: 50%;
		position: relative;
		transform: translateX(-50%);
		min-width:100%;
	}
}

@media screen and (min-width:750px) {
	#mp4{
	  position: absolute;
	  right: 0;
	  bottom: 0;
	  min-width: 100%; 
	  min-height: 100%;
	}
}

article {
    font-size: 1em;
    font-weight: 300;
    color: #595959;
    margin: 10px 0 20px 0;
    font-family: barlow
}

article p {
    margin: 0;
    margin-bottom: 20px
}

h1.light {
    font-weight: 300
}

.center_content {
    text-align: center
}

.miga a {
    text-decoration: none;
    font-size: 18;
    font-weight: 300;
    color: gray;
    margin: 10px 0 0 0;
    font-family: barlow
}

.img_header_no_full_screen {
    width: 100%;
    margin-bottom: 60px
}

.img_header_no_full_screen img {
    width: 100%
}

.relacionados {
    position: relative;
    top: 60px;
    width: 100%;
    margin: auto;
    max-width: 1400px
}

@media screen and (min-width:750px) {
    .miga a {
        font-size: 14px;
        font-weight: 300;
        margin: 10px 0 0 0;
        font-family: barlow
    }
}

@media screen and (min-width:900px) {
    .miga a {
        font-weight: 300;
    }
}

.galeria {
    list-style: none;
    margin: 80px 0
}

.galeria li {
    display: inline-block;
    margin: 20px;
	width:100%;
}

.galeria li img{
	max-width: 100%;
	height: 100%;
}

@media screen and (min-width:400px) {
	.galeria li {
		width:45%;
		margin: 20px 1%;
	}
}

@media screen and (min-width:750px) {
	.galeria li {
		width:31%;
		margin: 20px 1%;
	}
}

@media screen and (min-width:1000px) {
	.galeria li {
		width:22%;
		margin: 20px 1%;
	}
}

@media screen and (min-width:1200px) {
	.galeria li {
		width:12%;
		margin: 20px 1%;
	}
}

@media screen and (max-width:768px) {
	.galeria li {margin: 6px}
}

.tarjeta a {
    text-decoration: none!important
}

.galeria {
    padding-left: 0
}

article {
    position: relative;
    overflow: hidden
}

.leerMas {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100px;
    line-height: 160px;
    background: #8cc63f;
    background: -webkit-linear-gradient(rgba(140, 198, 63, 0) 0, #fff 35%);
    background: -o-linear-gradient(rgba(140, 198, 63, 0) 0, #fff 35%);
    background: linear-gradient(rgba(140, 198, 63, 0) 0, #fff 35%);
    text-align: center;
    color: red;
    cursor: pointer
}

.encojido {
    overflow: hidden
}

.ampliado {
    padding-bottom: 100px
}

.btn {
    width: 90%;
	margin:auto;
			margin-bottom:20px;
    text-align: center;
    cursor: pointer;
}

@media screen and (min-width:750px) {
	.btn {
		width: 48%;
		margin:auto;
		text-align: center;
		cursor: pointer;
	}
	
	#pedir_informacion {
		float:left;
	}
	
	#acceso_propietarios {
		float:right;
	}
}

#pedir_informacion {
    background-color: red;
    color: #fff;
    padding: 15px 0;
	border: 2px solid red;
}

a #pedir_informacion:hover{
	color:red;
	background:#FFF;
}

#pedir_informacion.btn_completo {
    width: 100%
}

#acceso_propietarios {
    border: 2px solid red;
    color: red;
    padding: 15px 0
}

#acceso_propietarios a{
	color: red;
	text-decoration:none;
}

a #acceso_propietarios:hover{
	background:red;
	color:#FFF;
}

input[type=email],
input[type=text],
select,
textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical
}

label {
    padding: 12px 12px 12px 0;
    display: inline-block
}

input[type=submit] {
    background-color: red;
    color: #fff;
    padding: 12px 20px;
    border: none;
    cursor: pointer;
    float: right;
    margin-top: 7px
}

textarea {
    height: 250px
}

.container {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px
}

.col-25 {
    float: left;
    width: 25%;
    margin-top: 6px
}

.col-25-empty {
    float: left;
    width: 25%;
    margin-top: 0
}


.col-75 {
    float: left;
    width: 75%;
    margin-top: 6px
}

.row {
    width: 98%
}

.row:after {
    content: "";
    display: table;
    clear: both
}

@media screen and (max-width:600px) {
    .col-25,
    .col-75,
    input[type=submit] {
        width: 92%;
        margin-top: 0
    }
}

.noImg {
    height: 0
}

.fija .logo {
    top: 0!important;
    width: 159px!important
}

#img_container_head {
    position: relative;
    width: 100%;
    background-size: cover;
    background-position: center
}

#img_container_head * {
    color: #fff
}

#img_container_head .descripcion_pagina {
    text-align: right;
    position: absolute;
    right: 35px;
    bottom: 75px;
    width: 90%
}

#img_container_head .descripcion_pagina h1 {
    font-size: 55px;
    font-weight: 400;
    color: #fff;
    margin: 0 0 10px 0;
    font-family: barlow
}

#img_container_head .descripcion_pagina h2 {
    font-size: 22px;
    font-weight: 300;
    color: #fff;
    margin: 0 0 10px 0;
    font-family: barlow
}

#img_container_head .descripcion_pagina p {
    font-size: 22px;
    font-weight: 300;
    color: #fff;
    margin: 0;
    font-family: barlow
}

.onTop .logo{
	-webkit-filter: drop-shadow(1px 1px 1px #222);
    filter:         drop-shadow(1px 1px 1px #222); 
}

.logo {
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    width: 159px;
    z-index: 10
}

.descubre {
    width: max-content;
    padding: 10px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
    font-size: 30px;
    font-weight: 200;
    color: #fff;
    margin: 0;
    font-family: barlow;
}

#textos_dinamicos {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 700px;
    background-color: rgba(0, 0, 0, .64);
    text-align: center;
    padding: 2%;
    overflow: hidden;
	z-index:99;
}

#textos_dinamicos h3 {
    font-size: 28px;
    font-weight: 300;
    color: #fff;
    margin: 0 0 10px 0;
    font-family: barlow
}

#textos_dinamicos p {
    font-size: 14px;
    font-weight: 200;
    color: #fff;
    margin: 0 0 10px 0;
    font-family: barlow
}


@media screen and (min-width:750px) {
	#textos_dinamicos h3 {
		font-size: 40px;
	}
	
	#textos_dinamicos p {
    	font-size: 28px;
	}
}

#textos_dinamicos #arrowl {
	left: 15px;
}

#textos_dinamicos #arrowr {
    right:15px;
}

#textos_dinamicos .arrow {
    width: 7%;
    cursor: pointer;
	position:absolute;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

#textos_dinamicos .text {
    width: 86%;
 	margin:auto;
    position: relative;
}

@media screen and (min-width:750px) {
    #img_container_head .logo {
        width: 200px;
        left: 35px;
        top: 35px;
        transform: none
    }
    #img_container_head .descripcion_pagina {
        text-align: right;
        position: absolute;
        right: 35px;
        bottom: 35px;
        width: 65%
    }
    #img_container_head .descripcion_pagina h1 {
        font-size: 60px;
        font-weight: 400;
        color: #fff;
        margin: 0 0 10px 0;
        font-family: barlow
    }
    #img_container_head .descripcion_pagina h2 {
        font-size: 23px;
        font-weight: 300;
        color: #fff;
        margin: 0 0 10px 0;
        font-family: barlow
    }
    #img_container_head .descripcion_pagina p {
        font-size: 23px;
        font-weight: 300;
        color: #fff;
        margin: 0;
        font-family: barlow
    }
    #img_container_head .descubre {
        width: max-content;
        padding: 10px;
        position: absolute;
        bottom: 0;
        left: 35px;
        transform: none;
        cursor: pointer;
        font-size: 30px;
        font-weight: 200;
        color: #fff;
        margin: 0;
        font-family: barlow
    }
}

@media screen and (min-width:900px) {
    #img_container_head .logo {
        width: 250px
    }
    #img_container_head .descripcion_pagina h1 {
        font-size: 70px;
        font-weight: 400;
        color: #fff;
        margin: 0 0 15px 0;
        font-family: barlow
    }
    #img_container_head .descripcion_pagina h2 {
        font-size: 30px;
        font-weight: 300;
        color: #fff;
        margin: 0 0 15px 0;
        font-family: barlow
    }
    #img_container_head .descripcion_pagina p {
        font-size: 30px;
        font-weight: 300;
        color: #fff;
        margin: 0;
        font-family: barlow
    }
}

.tarjeta {
    width: 100%;
    margin-bottom: 90px
}
@media screen and (max-width:768px) {
	.tarjeta {margin-bottom: 30px}
}

.tarjeta .container_img_tarjeta {
    width: 100%;
    /*height: 150px;*/
    position: relative;
    /*overflow: hidden*/
}

.tarjeta .container_img_tarjeta img {
    width: 100%;
   /* position: absolute;*/
    /* top: -30%;*/
    height: auto
}

.tarjeta .content_tarjeta h2 {
    font-size: 30px;
    font-weight: 300;
    color: #414140;
    margin: 0 0 10px 0;
    font-family: barlow
}

.tarjeta .content_tarjeta p {
    font-size: 13px;
    font-weight: 300;
    color: #999;
    margin: 0 0 10px 0;
    font-family: barlow
}

.tarjeta .tags {
    overflow: auto;
    padding: 0!important
}

.tarjeta .tags .tag {
    background-color: gray;
    font-size: 10px;
    font-weight: 500;
    color: #fff;
    margin: 0;
    font-family: barlow;
    padding: 4px;
    margin: 5px;
    text-transform: uppercase;
    float: left;
    width: max-content
}

@media screen and (min-width:800px) {
    .tarjeta.buscador {
        float: left
    }
    a:nth-child(4n+1) .content_tarjeta,
    a:nth-child(4n+2) .content_tarjeta {
        float: right
    }
    a:nth-child(4n+1) .container_img_tarjeta,
    a:nth-child(4n+2) .container_img_tarjeta {
        float: left
    }
    a:nth-child(4n+1) .tag,
    a:nth-child(4n+2) .tag {
        float: left
    }
    a:nth-child(4n+3) .content_tarjeta,
    a:nth-child(4n+4) .content_tarjeta {
        float: left;
        text-align: right
    }
    a:nth-child(4n+3) .container_img_tarjeta,
    a:nth-child(4n+4) .container_img_tarjeta {
        float: right
    }
    a:nth-child(4n+3) .tag,
    a:nth-child(4n+4) .tag {
        float: right
    }
    a .tarjeta {
        width: 50%;
        float: left
    }
    a .tarjeta .container_img_tarjeta,
    a .tarjeta .content_tarjeta {
        width: 50%;
        height: auto
    }
    a .tarjeta .container_img_tarjeta img {
        width: 100%;
        position: relative
    }
    a .tarjeta .content_tarjeta div {
        padding: 20px;
        padding-top: 0
    }
    a .tarjeta .content_tarjeta h2 {
        font-size: 18px;
        font-weight: 300;
        color: #414140;
        margin: 0 0 10px 0;
        font-family: barlow
    }
    a .tarjeta .content_tarjeta p {
        font-size: 12px;
        font-weight: 300;
        color: #999;
        margin: 0 0 10px 0;
        font-family: barlow
    }
    .catalogo a:nth-child(4n+1) .content_tarjeta,
    .catalogo a:nth-child(4n+3) .content_tarjeta {
        float: left;
        text-align: right
    }
    .catalogo a:nth-child(4n+1) .container_img_tarjeta,
    .catalogo a:nth-child(4n+3) .container_img_tarjeta {
        float: right
    }
    .catalogo a:nth-child(4n+1) .tag,
    .catalogo a:nth-child(4n+3) .tag {
        float: right
    }
    .catalogo a:nth-child(4n+2) .content_tarjeta,
    .catalogo a:nth-child(4n+3) .content_tarjeta {
        float: right;
        text-align: left
    }
    .catalogo a:nth-child(4n+2) .container_img_tarjeta,
    .catalogo a:nth-child(4n+3) .container_img_tarjeta {
        float: left
    }
    .catalogo a:nth-child(4n+2) .tag,
    .catalogo a:nth-child(4n+3) .tag {
        float: left
    }
}

@media screen and (min-width:800px) {
    .tarjeta {
        width: 50%
    }
    .tarjeta .content_tarjeta div {
        padding: 20px;
        padding-top: 0
    }
    .tarjeta .content_tarjeta div h2 {
        font-size: 27px;
        font-weight: 300;
        color: #414140;
        margin: 0 0 10px 0;
        font-family: barlow
    }
    .tarjeta .content_tarjeta div p {
        font-size: 15px;
        font-weight: 300;
        color: #999;
        margin: 0 0 10px 0;
        font-family: barlow
    }
}

.relacionadas .tarjeta .content_tarjeta h2 {
    font-size: 19px
}

.relacionadas .tarjeta .content_tarjeta p {
    font-size: 12px
}

@media screen and (min-width:750px) {
    .relacionadas .tarjeta {
        width: 32.9%
    }
    .relacionadas .tarjeta .container_img_tarjeta {
        float: left
    }
    .relacionadas .tarjeta .content_tarjeta {
        float: right;
        text-align: left
    }
}

header.fija .menu-container {
    height: 60px;
	z-index:99998;
}

header.fija .logo{
	z-index:999999;
}

.menu-ico {
    width: 40px;
    margin-top: 10px;
    margin-left: 40px
}

.menu-ico.close {
    display: none;
    position: relative;
    z-index: 999
}

.menu-container {
    background-color: red;
    height: 0;
    text-align: right;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9
}

.menu-container {
    line-height: 60px
}

#menu-menuheader {
    display: none;
    margin: 0;
    list-style: none;
    background-color: #333;
    position: absolute;
    right: 0;
    top: 0;
    width: 80%;
    padding: 0;
    padding-top: 100px
}

#menu-menuheader li {
    line-height: 60px;
    cursor: pointer;
    text-align: left;
    padding-left: 15px;
    position: relative
}

#menu-menuheader li:hover a {
    color: red
}

#menu-menuheader a {
    color: #fff;
    text-decoration: none
}

.onTop #menu-menuheader {
    display: none!important
}

.onTop .menu-container {
    overflow: hidden
}

.sub-menu {
    list-style: none;
    text-align: left;
    padding-left: 0;
    padding: 5px;
    padding-top: 0;
    background-color: #333;
    color: red;
    width: 100%;
    display: none
}

@media screen and (min-width:900px) {
    .menu-item-has-children:hover .sub-menu {
        display: block
    }
    .sub-menu {
        padding: 0;
        position: absolute;
        width: max-content;
        background-color: white;
        color: red;
        left: 0;
		box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.10); -webkit-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.10); -moz-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.10);
    }
	
	#menu-menuheader .sub-menu li:hover{
		background-color: red;
	}
	
	#menu-menuheader .sub-menu li:hover a{
		color: #ffe1e1;		
	}
	
    header.fija .menu-container {
        height: 60px
    }
    #menu-ico {
        display: none
    }
    .menuHeader {
        display: block
    }
    #menu-menuheader {
        display: block;
        padding: 0;
        background-color: red;
        display: inline-flex;
        width: auto;
        margin-right: 50px
    }
    #menu-menuheader li {
        padding-left: 10px;
        padding-right: 10px
    }
    #menu-menuheader li:hover {
        background-color: white;
    }
    #menu-menuheader li:hover a {
        color: red
    }
    .menu-ico {
        display: none
    }
}

.img-submenu {
    position: absolute;
    width: 40px;
    right: 10px;
    top: 10px;
    -moz-transition: transform 0.4s;
    -webkit-transition: transform 0.4s;
    transition: transform 0.4s;
	z-index: 99999;
}

@media screen and (min-width:900px) {
	.img-submenu {
		display:none;
	}
}

.flip {
    transform: rotate(-180deg)
}

.catalogo {
    position: relative;
    top: 60px;
    overflow: visible
}

.catalogo a {
    text-decoration: none
}

.tarjeta.buscador {
    background-size: cover;
    position: relative;
    height: 205px
}

.tarjeta.buscador .content-buscador h1 {
    font-size: 30px;
    font-weight: 300;
    color: #fff;
    margin: 0 0 5px 0;
    font-family: barlow
}

.tarjeta.buscador .content-buscador p {
    font-size: 35px;
    font-weight: 200;
    color: #fff;
    margin: 0;
    font-family: barlow
}

.filtro-oscuro {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .2)
}

.content-buscador .input_buscador {
    margin-top: 7px
}

.content-buscador {
    padding: 15px 15px 15px 15px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff
}

.content-buscador .input_buscador {
    width: max-content;
    background-color: #515151;
    padding: 3px;
    text-transform: uppercase;
    font-size: 12px;
    float: left;
    margin-right: 14px;
    cursor: pointer;
    border: 0;
    color: #fff;
    font-family: barlow;
    position: relative
}

.content-buscador input[name=param] {
    position: absolute;
    right: 15px;
    height: 20px;
    font-size: 18px;
    width: 100px;
    background-color: #0000;
    color: #fff;
    border: 2px solid #d3d3d3;
    padding: 5px
}

.content-buscador .bottom {
    position: absolute;
    bottom: 10px
}

@media screen and (min-width:750px) {
    .catalogo {
        overflow: visible;
        top: 60px
    }
}

@media screen and (min-width:900px) {
    .tarjeta.buscador {
        height: 354px
    }
    .catalogo {
        top: 60px
    }
	
	.tarjeta.buscador .content-buscador h1 {
		font-size: 45px;
	}
	
	.content-buscador input[name=param] {
		height: 33px;
		font-size: 25px;
		width: 150px;
	}
	
	.content-buscador {
    	padding-right: 30px;
	}
}

.lista_Artistas {
    position: absolute;
    z-index: 99;
    top: 20px;
    left: 0;
    overflow: auto
}

.lista_Artistas {
    background-color: #515151
}

.lista_Artistas:hover .lista_Artistas {
    display: block
}

.lista_Artistas .input_buscador {
    float: none;
    font-size: 13px;
    line-height: 20px;
    padding: 3px 9px;
    display: none
}

.input_artistas:hover .input_buscador {
    display: block
}

.container_grabado {
    border: 1px solid #bbbcbb;
    border-left: 0;
    border-right: 0;
    padding: 40px 0;
    width: 90%;
    margin: auto;
    height: 292px;
    position: relative;
}

.contenedorCuadro {
    float: left;
    width: 30%;
	margin-left: 60px;
}

#img_cuadro{
	box-shadow: 2px 3px 5px -1px #BFBFBF;
}

.ampliable {
    position: fixed;
    transition-property: all;
    transition-duration: .5s;
    transition-timing-function: linear;
    z-index: 99;
    height: auto;
    display: none
}

.ampliada {
    top: 50%!important;
    left: 50%!important;
    transform: translate(-50%, -50%);
	z-index: 99999;
}

.img_personas {
    float: right;
    width: 85%;
    position: relative;
    position: absolute;
    z-index: 2;
    bottom: -1px;
    right: 0
}

.precio{
	display:none;
}

.info_producto h1,
.header_grouped_product h1 {
    font-size: 30px;
    font-weight: 700;
    color: gray;
    margin: 0;
	margin-bottom: 10px;
    font-family: barlow
}

.info_producto h2,
.header_grouped_product h2 {
    font-size: 23px;
    font-weight: 300;
    color:gray;
    font-family: barlow;
	margin:0;
}

.header_grouped_product h2 {
	margin-top:10px;
}


.info_producto p {
    font-size: 14px;
    font-weight: 300;
    color: gray;
    margin: 0;
    font-family: barlow;
    width: 50%
}

.info_producto .precio {
    font-size: 30px;
    font-weight: 300;
    color: #595959;
    margin: 40px 0 10px 0;
    font-family: barlow
}

.info_producto .agregarAlCarrito {
    padding: 1px 10px;
    border: 1px solid #595959;
    margin-right: 10%;
    text-align: center
}

.info_producto .agregarAlCarrito a {
    text-decoration: none;
    font-size: 25px;
    font-weight: 300;
    color: #595959;
    margin: 20px 0 0 0;
    font-family: barlow
}

.info_producto.movil {
    position: relative;
    top: 50px;
    width: 90%;
    margin: auto
}

.agregarAlCarrito {
    cursor: pointer
}

.info_producto #pedir_informacion, .header_grouped_product #pedir_informacion{
	width:90%;
	margin-right:10px;
	padding:5px 0;
	margin-top:10px;
	background-color:white;
	color:gray;
	border: 1px solid gray;
}

.header_grouped_product #pedir_informacion{
	width:100%;
}

@media screen and (min-width:750px) {
    .info_producto.movil {
        display: none
    }
    .info_producto.pc {
        display: block;
        overflow: auto;
        width: 30%;
        float: left;
        text-align: right;
		line-height:27px;
    }
    .info_producto.pc .miga {
        margin-right: 10%;
		color: gray;
    }
	
	.info_producto.pc h2 {
		width:90%;
		margin-right:10%;
	}
	
    .info_producto.pc p {
        width: 90%;
        margin-right: 10%
    }
    .img_personas {
        right: 0
    }
    .info_producto h1,.header_grouped_product h1 {
		margin-top: 5px;
    }
	
	.info_producto.pc h1,
	.info_producto.pc h2
	{
		width: 90%;
		margin-right: 10%;
	}
	
	.descripcion_producto{
		line-height:18px;
	}
}



@media screen and (max-width:800px) {
	.bloque-producto{
	}
	
	.container_grabado {
		height:auto;
	}
	
	.contenedorCuadro {
		float:none;
		width:100%;
		margin-left:0;
		display: table-header-group;
	}
	
	.contenedorCuadro img{
		width:100%;
	}
	
	.img_personas {
		display:none;
	}
	
	.info_producto.pc{
		float:none;
		width:100%;
		display: table-footer-group;
	}
}

.fondo_img_producto {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(1, 1, 1, .8);
    z-index: 99999;
    display: none
}

.fondo_img_producto .close {
    position: absolute;
    font-size: 30px;
    color: #fff;
    font-weight: 300;
    border-radius: 50%;
    background-color: gray;
    border: 2px solid #fff;
    z-index: 100;
    top: 20px;
    right: 20px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    text-align: center;
    line-height: 32px;
	z-index: 99999;
}

.fondo_img_producto .close:hover {
    border: 1px solid red;
    color: red
}

#ampliarImagen {
    width: 30px;
    height: auto;
    cursor: pointer;
    display: block
}

#img_personas_soloCabezas {
    display: none
}

.cabecera_libro {
    padding: 10px;
    color: #fff;
    position: absolute;
    bottom: 0;
	text-shadow: 2px 2px 1px #444;
}

.cabecera_libro h1 {
    font-size: 40px;
    font-weight: 400;
    color: #414140;
    margin: 0 0 5px 0;
    font-family: barlow
}

.cabecera_libro h2 {
    font-size: 20px;
    font-weight: 300;
    color: #414140;
    margin: 0 0 5px 0;
    font-family: barlow;
    text-transform: uppercase
}

.cabecera_libro .titulo_colaboradores,
.cabecera_libro .titulo_ilustradores,
.cabecera_libro .titulo_traductores {
    font-size: 13px;
    font-weight: 300;
    color: #414140;
    margin: 0 0 5px 0;
    font-family: barlow
}

.cabecera_libro.text_oscuro *{
	text-shadow:2px 2px 1px #f0f0f0;
	color:#575757 !important;
}

.cabecera_libro .autor {
    font-size: 20px;
    font-weight: 200;
    color: #414140;
    margin: 0 0 7px 0;
    font-family: barlow;
    text-transform: uppercase
}

.cabecera_libro .traductores {
    font-size: 19px;
    font-weight: 200;
    color: #414140;
    margin: 0 0 7px 0;
    font-family: barlow;
    text-transform: uppercase
}

.cabecera_libro .ilustradores {
    font-size: 20px;
    font-weight: 400;
    color: #414140;
    margin: 0 0 5px 0;
    font-family: barlow
}

.cabecera_libro .colaboradores {
    font-size: 13px;
    font-weight: 200;
    color: #414140;
    margin: 0 0 7px 0;
    font-family: barlow;
    text-transform: uppercase
}

.cabecera_libro h3 {
    font-size: 40px;
    font-weight: 400;
    color: #414140;
    margin: 0 0 5px 0;
    font-family: barlow
}

.tituloLibro {
    font-size: 40px;
    font-weight: 500;
    color: #595959;
    margin: 0;
    font-family: barlow
}

.subtitulo_2 {
    width: 100%;
    font-size: 33px;
    font-weight: 300;
    color: #595959;
    margin: 0;
    font-family: barlow
}

.datoLibro {
    font-size: 1em;
    font-weight: 300;
    color: #595959;
    margin: 0 0 20px 0;
    font-family: barlow;
    overflow: auto
}

.descripcion_breve {
    font-size: 1.3em;
    font-weight: 300;
    color: #595959;
    margin: 10px 0 20px 0;
    font-family: barlow;
    overflow: auto
}

.content_libro {
    margin-top: 40px
}

@media screen and (min-width:750px) {
    .tituloLibro {
        float: left
    }
    .subtitulo_2 {
        float: left;
        width: max-content;
        font-size: 55px;
        font-weight: 300;
        color: #595959;
        margin: 0 0 0 20px;
        font-family: barlow
    }
    .cabecera_libro {
        max-width: 1400px;
        color: #fff;
        position: absolute;
        bottom: 20px;
        left: 50%;
        width: 90%;
        transform: translateX(-50%)
    }
	
	.cabecera_libro .autor {
		font-size: 34px;
		font-weight: 200;
		color: #414140;
		margin: 0 0 7px 0;
		font-family: barlow;
		text-transform: uppercase
	}
	
	.cabecera_libro .traductores {
		font-size: 26;
		font-weight: 200;
		color: #414140;
		margin: 0 0 7px 0;
		font-family: barlow;
		text-transform: uppercase
	}
	
	.cabecera_libro .ilustradores {
		font-size: 34px;
		font-weight: 400;
		color: #414140;
		margin: 0 0 5px 0;
		font-family: barlow
	}
	
	.cabecera_libro .colaboradores {
		font-size: 20;
		font-weight: 200;
		color: #414140;
		margin: 0 0 7px 0;
		font-family: barlow;
		text-transform: uppercase
	}
	
	.cabecera_libro h3 {
		font-size: 55px;
		font-weight: 400;
		color: #414140;
		margin: 0 0 5px 0;
		font-family: barlow
	}
	
	.tituloLibro {
		font-size: 50px;
		font-weight: 500;
		color: #595959;
		margin: 0;
		font-family: barlow
	}
	
	.subtitulo_2 {
		width: 100%;
		font-size: 40px;
		font-weight: 300;
		color: #595959;
		margin: 0;
		font-family: barlow
	}
	
	.datoLibro {
		font-size: 1em;
		font-weight: 300;
		color: #595959;
		margin: 0 0 20px 0;
		font-family: barlow;
		overflow: auto
	}
	
	.descripcion_breve {
		font-size: 1.3em;
		font-weight: 300;
		color: #595959;
		margin: 10px 0 20px 0;
		font-family: barlow;
		overflow: auto
	}
}

.wpcf7-form label {
    font-size: 1em;
    font-weight: 300;
    color: #595959;
    margin: 0 0 20px 0;
    font-family: barlow
}

.wpcf7-form span {
    font-size: 1em;
    font-weight: 300;
    color: #595959;
    margin: 0;
    font-family: barlow
}

.wpcf7-form input:not([type=checkbox]) {
    height: 30px
}

.wpcf7-form input,
.wpcf7-form textarea {
    width: 100%;
    margin-top: 15px
}

.wpcf7-form input[type=checkbox] {
    width: min-content
}

.wpcf7-form input[type=submit] {
    font-size: 1em;
    font-weight: 700;
    color: #fff;
    margin: 0;
    font-family: barlow;
    padding: 10px;
    background-color: #4d4c4c;
    border: 0;
    border-radius: 0;
    height: unset;
    cursor: pointer
}

.wpcf7-form .wpcf7-validation-errors {
    border: 2px solid #f70000;
    background-color: snow;
    padding: 10px
}

.wpcf7-form span.wpcf7-not-valid-tip {
    color: red;
    padding-left: 10px;
    padding-top: 5px;
    font-weight: 400
}

.dir {
    font-size: 1em;
    font-weight: 700;
    color: #595959;
    margin: 0 0 20px 0;
    font-family: barlow
}

.noticia{
	padding-top:35px;
}

.noticia .subtitulo_noticia {
    font-style: italic
}

.noticia h1 {
    font-size: 30px;
    font-weight: 300;
    color: #595959;
    margin: 0 0 15px 0;
    font-family: barlow
}

@media screen and (min-width:750px) {
    .noticia h1 {
        font-size: 25px;
        font-weight: 300;
        color: #595959;
        margin: 0 0 15px 0;
        font-family: barlow
    }
}

@media screen and (min-width:900px) {
    .noticia h1 {
        font-size: 30px;
        font-weight: 300;
        color: #595959;
        margin: 0 0 15px 0;
        font-family: barlow
    }
}

.bloque-obra {
    position: relative;
    margin-bottom: 20px;
    width: 100%;
    transition-property: all;
    transition-duration: .5s;
    transition-timing-function: linear;
	top: 20px;
}

.bloque-obra:hover {
    transform: scale(1.03)
}

.bloque-obra:hover .txt-m-obra {
    color: red
}

.bloque-obra .txt-m-obra {
    position: absolute;
    color: #fff;
    background-color: rgba(1, 1, 1, .5);
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 2%;
    font-weight: 300;
    font-size: 25px;
    bottom: 4px;
    width: 98%
}

.bloque-obra img {
    top: 0;
    width: 100%
}

@media screen and (min-width:750px) {
    .bloque-obra .txt-m-obra {
        font-size: 20px
    }
}

.no-decoration {
    text-decoration: none
}



.header_grouped_product img{
	width:100%;
	float: none;
	box-shadow: 2px 3px 5px -1px #BFBFBF;
	margin-bottom:10px;
	margin-top:15px;
	
}

.info_grouped_product{
	float:left;
	align-self:center;
	color:gray;
	margin-top:70px;
}

@media screen and (min-width:750px) {
.header_grouped_product{
	overflow:auto;
	border-bottom:1px solid lightgrey;
	flex-direction: column;
	margin-top:60px;
}
	
.header_grouped_product img{
	margin:0;
	max-width:250px;
	float:right;
}
	
.info_grouped_product{
	margin-top:0;	
	align-self: start;
	float:left;
}
}

.lighter{
	font-weight:300;
}

.errores,.ok{
	width:100%;
	margin-bottom:20px;
	padding: 20px 10px;
}

.errores{
	backgound-color:#FFDBD9;
	color:#EB0505;
}

.ok{
	background-color:#C5F3CD;
	color: #360;
}

.obra-de-coleccion {
	width: 95%;
	margin: auto;
	box-shadow: 2px 3px 5px -1px #BFBFBF;
}

@media(min-width:600px){
	.obra-de-coleccion {
		width: 39%;
		margin: 20px;
		margin-left: 5%;
		margin-right: 5%;
	}
}

@media(min-width:850px){
	.obra-de-coleccion {
		width: 29%;
		margin-left: 1.5%;
		margin-right: 1.5%;
	}
}

@media(min-width:850px){
	.obra-de-coleccion {
		width: 20%;
		margin-left: 2%;
		margin-right: 2%;
	}
}


h3.elemento_lista_producto{
	font-size: 22px;
	font-weight: 300;
	color: gray;
	font-family: barlow;
	margin:3px;
}

.content_tarjeta div h2.elemento_lista_producto{
	font-size: 33px;
	font-weight: 700;
	color: gray;
	margin: 0;
	margin-bottom: 10px;
	font-family: barlow;
}

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

@media only screen and (min-width:900px){
	.img_artista{
		width:35%;
		float:right;
		margin:0;
		margin-left:30px;
		margin-bottom: 30px;
	}
}

.relacionadas{
	display:flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	width:100%;
}

.relacionadas > a{
	width:100%;
}

.relacionadas .tarjeta{
	width:100%;
}

@media only screen and (min-width:850px){
	.relacionadas > a{
		width:49%;
	}
}

@media only screen and (min-width:1200px){
	.relacionadas > a{
		width:32.9%;
	}
}

.fija #img_container_head .logo{
	left: 50%;
	transform: translateX(-50%);
	position:fixed;
	width:159px;
	top:0;
}

@media only screen and (min-width:750px){
	.fija #img_container_head .logo{
		transform: unset;
		left:35px;
	}
}

#cortina{
	background-color: white;
	position:fixed;
	top:0; 
	bottom:0;
	left:0;
	right:0;
	z-index:999999;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
}

#cortina > div{
	width:300px;
	text-align:center;
}

#cortina img{
	width:200px;
	margin:auto;
	margin-bottom:15px;
}

#cortina p{
	width:100%;
	font-weight:bold;
	font-size:25px;
	color:#2B2B2B;
	text-align:center;
}

.fancybox-skin{
	background: transparent !important;
	box-shadow: none !important;
}

.logo{
	z-index:99;
}


.sublibros{
	overflow:auto;
}

#trigger-menu{
	position:fixed;
	width:100%;
	height:200px;
	top:0;
	z-index:9997;
}

#trigger-menu-off{
	position:fixed;
	width:100%;
	top:200px; /*Este valor tiene que ser el mismo que el de la altura del trigger-menu*/
	/*z-index:9997;*/
	z-index:-1;
}

footer{
background-color: red;
color: white;
overflow: auto;
width: 100%;
position: relative;
top: 150px;
padding: 20px 0;
}

#info_footer{
	float:left;
}

#info_footer p{
	margin:4px 0;
}

#info_footer p a{
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
}

#info_footer p a:hover{
	text-decoration:underline;
}

#logo_footer{
	float:right;
	width:60%;
	max-width:200px;
}

.fancybox-overlay.fancybox-overlay-fixed{
	z-index: 999999;
}

footer .main_container{
	padding:0;
	top:0;
}

footer .feder{
	float:left;
	width: 39%;
	margin:0 20px 0 40px;
}
@media screen and (max-width:1200px) {
	footer .feder{width: 30%;}
}

@media screen and (max-width:1048px) {
	footer .feder{width: 200px;}
}
@media screen and (max-width:960px) {
	footer .feder{width: 50%;margin: 0 20px 0 0;clear: both;position: relative;top: 20px;}
}

footer .feder img{
	float:left;
	margin: 0 20px 6px 0;
}

footer .feder p{
	margin: 0;
	font-size: 14px;
}

#listaPremios{
	margin-top:50px;
}

.fancybox-opened {
    z-index: 9999999 !important;
}

/* Redes Sociales o Club Liber */
.clubliber h1{
	font-size: 60px;
	font-weight: normal;
	color:red;
}

.clubliber h2{
	font-size: 28px;
	font-weight: normal;
	color:red;
	border-bottom:solid 1px #FF0000;
	clear:both;
	top: 20px;
	position: relative;
	margin: 0 0 40px 0;
}

.clubliber ul{
	padding:0;
}

.clubliber ul li{
	display:inline;
	color:red;
	list-style:none;
	font-size:18px;
}

.clubliber ul li a{
	color:red;
	text-decoration:none;
}

.clubliber .btn{
	width:auto;
	font-size:24px;
}

.clubliber #pedir_informacion{
	padding:10px 20px;
}

.clubliber a{
	text-decoration:none;
}

.clubliber p.vertodo{
	text-align:right;
	color:red;
	font-size:22px;
	clear:both;
}

.bloqueclub{
	/*border:solid 1px #990000;*/
	width:100%;
}

.bloqueclub .bloqueclubvisto{
	overflow:auto;
	/*border:solid 1px #990300;*/
}

.bloqueclub .bloquecluboculto{
	height:auto;
	display:none;
}

span.toggle-link, span.vertodo{
	cursor:pointer;
}

.bloqueclubredes{
	height: 1600px;
	overflow: hidden;
}
@media screen and (max-width:900px) {
	.bloqueclubredes{overflow:scroll; overflow-x: hidden !important}
}

.bloqueclubvisto{
	display:flex;
}
@media screen and (max-width:900px) {
	.bloqueclubvisto{display:block;}
}

.tarjeta_experiencia{
	position:relative;
	width:22.5%;
	height:min-content;
	margin:10px;
	margin:1%;
	float:left;
}

@media screen and (max-width:900px) {
	.tarjeta_experiencia{width:45%;margin:2%;}
}
@media screen and (max-width:544px) {
	.tarjeta_experiencia{width:91%;margin:4%;}
}

.bloquecluboculto .tarjetatetra{
	clear:both;
}
@media screen and (max-width:900px) {
	.bloquecluboculto .tarjetatetra{clear:none}
}

@media screen and (max-width:900px) {
	.bloquecluboculto .tarjetaimpar{clear:both;}
}

.tarjeta_experiencia img{
	width:100%;
	height:auto;
}

.tarjeta_experiencia .descripcion{
	position:absolute;
	bottom:3px;
	width:100%;
	background-color:#0202028f;
	color:white;
}

.tarjeta_experiencia p{
	margin-bottom:30px;
	margin-top:15px;
	margin-left:15px;
	float:left;
	width: 70%;
}

.tarjeta_experiencia .iconoclubtipo{
	width: 15%;
	height:100%;
	float:right;
	margin:2%;
}

.tarjeta_experiencia .iconoclubtipo img{
	width: 100%;
	height:auto;
}

.noticia video, .noticia audio{
	width:100%;
	height:auto;
}

.noticia audio{
	width:100%;
	height:400px;
}

.imagenesinsertadas{
	width:100%;
	text-align:center;
}

.imagenesinsertadas img{
	margin:10px;
}