Theme Name: OceanWP Child
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress bilnea child theme.
Author: bilnea
Author URI: https://bilnea.com/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

@font-face {
  font-family: 'Bodoni 72';
  src: url('https://www.porcelanicoshdc.com/wp-content/uploads/BodoniSvtyTwoITCTT-Book-01.ttf');
}


/* Bodoni 72 – Book (400) */
@font-face {
  font-family: "Bodoni 72";
  src: url("/wp-content/uploads/BodoniSvtyTwoITCTT-Book-01.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Bodoni 72 – Book Italic (400 italic) */
@font-face {
  font-family: "Bodoni 72";
  src: url("/wp-content/uploads/BodoniSvtyTwoITCTT-BookIta-02.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* Bodoni 72 – Bold (700) */
@font-face {
  font-family: "Bodoni 72";
  src: url("/wp-content/uploads/BodoniSvtyTwoITCTT-Bold-03.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}




#site-header {
  position: relative;
  width: 100%;
  background-color: transparent;
	border-bottom: 0px;
  z-index: 100;
}

.page-id-49 body{
  background-color:blue!important;
  font-family: 'lato', sans-serif;
  font-size:21px;
}

.page-id-49 .main {
  position: relative;
  top: 50px;
  padding-top: 20px;
}
.page-id-49 aside {
  width: 28%;
  float: left;
  background: #fff;
  left: 8%;
  top: 0px;
  padding-left: 8%;
  height: 100%;
  overflow: hidden;
  z-index: 99;
  display: block;
}

.page-id-49 article {
  width: 72%;
  float: left;
}

.page-id-49 h5 aside ul li:hover {
  background: #fff;
  box-shadow: inset 0px 0px 77px #dedede;
}

.page-id-49 aside{
  border-right: 1px solid #707070;
}

.page-id-49 .titlat{
  font-family: 'Bodoni 72';
  font-size:25px;
  font-weight: 100;
  letter-spacing: 0px;
  color: #CD1819;
}

.page-id-49 .titline{
  border-top: 1px solid #707070;
  height: 1px;
  margin: 5px 0;
  display: block;
  clear: both;
  margin-right: 20%;
}

/* MOVIL */

.page-id-49 .mostrarenmobile{
	display: none;
}

.page-id-49 .container {
  width: 100%;
}

.page-id-49 .item {
  width: auto;
  float:left;
  margin:1%;

}

.page-id-49 #global {
  height: 200px;
  width: 80%;
  overflow-y: scroll;
}

.page-id-49 div::-webkit-scrollbar {
  width: 8px;     /* Tamaño del scroll en vertical */
  height: 8px;    /* Tamaño del scroll en horizontal */
  display: inline;  /* Ocultar scroll */
}

.page-id-49 div::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 4px;
}

/* Cambiamos el fondo y agregamos una sombra cuando esté en hover */
.page-id-49 div::-webkit-scrollbar-thumb:hover {
  background: #b3b3b3;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}

/* Cambiamos el fondo cuando esté en active */
.page-id-49 div::-webkit-scrollbar-thumb:active {
  background-color: #999999;
}

.page-id-49 .espacio{
  margin: 10%;
}

.page-id-49 .imagenicono{
  height: 42px;
  width: 42px;
  margin-right: 30px;
  margin-bottom: 20px;
}

.page-id-49 .imageniconoinspiracion{
  height: 52px;
  width: 60px;
  margin-left: -5px;
  margin-right: 30px;
  margin-bottom: 20px;
}

.page-id-49 .imageniconocolor{
  height: 42px;
  width: 42px;
  margin-right: 30px;
  margin-bottom: 20px;
}

.page-id-49 .divnovedades{
  margin-left: 9.3%;
}

.page-id-49 .botonnovedades{
  background: #CD1819 0% 0% no-repeat padding-box;
  border-radius: 5px;
  font: 16px Lato;
  letter-spacing: 0px;
  color: #fff;
  border: 1px solid #CD1819;
  margin-right: 15%;
  padding: 12px;
}

.page-id-49 .botonnovedades:hover{
  background: #fff 0% 0% no-repeat padding-box;
  border-radius: 5px;
  font: 16px Lato;
  letter-spacing: 0px;
  color: #CD1819;
  border: 1px solid #CD1819;
}

.page-id-49 .linenovedades{
  border-top: 1px solid red;
  padding-right: 350px;
  position: absolute;
  top: 116px;

}

.page-id-49 .left {
  float: left;
  width: 225px;
  text-align: right;
  margin: 2px 10px;
  display: inline;
  text-align: left;
}

.page-id-49 .right {
  float: left;
  text-align: left;
  margin: 2px 2px 2px 2px;
  display: inline;
}

.page-id-49 .a + .b {
    margin-top: 20em;
}

.page-id-49 .txnovedades{
  font-family: 'Bodoni 72';
  font-size:40px;
  font-weight: 100;
  letter-spacing: 0px;
  color: #535353;
  text-align: left;
}

.page-id-49 .imgnovedades{
  height: 304px;
  width: 513px;
}

.page-id-49 ul li {
  list-style-type: none;
}

.page-id-49 .texlateral{
  color:#535353;
}

.page-id-49 .texlateral:hover{
  color:#CD1819;
}

.page-id-49 .texlateral:focus{
  color:#CD1819;
}

.page-id-49 .texlateralestancias{
  color:#535353;
}

.page-id-49 .texlateralestancias:hover{
  color:#CD1819;
}


.page-id-49 .texlateralestanciason{
  color:#CD1819;
}

.botonborrarfiltroestancias{
  color:#818181!important;
  text-align: left!important;
  font-family: 'Lato'!important;
  font-size:16px!important;
  font-weight: normal!important;
  font-style: italic!important;
  text-transform: capitalize!important;
  background-color: rgba(255, 0, 0, 0)!important;
  padding:14px 0px !important;
}

.botonborrarfiltroestancias:hover{
  color:#535353!important;
}

.botonborrarfiltro{
  color:#818181!important;
  text-align: left!important;
  font-family: 'Lato'!important;
  font-size:16px!important;
  font-weight: normal!important;
  font-style: italic!important;
  text-transform: capitalize!important;
  background-color: rgba(255, 0, 0, 0)!important;
}

.botonborrarfiltro:hover{
  color:#535353!important;
}

.page-id-49 .serie:hover {
  opacity: .75;
  color: #CD1819!important;
}

.bottomfiltre{

}

/*CSS SERIE*/
/*Slider*/
#slidy-container { 
  width: 60%; 
  overflow: hidden;
  margin-top: 5%;
  float: left;

}

.page-id-3155 #primary{
  margin: 10%;
}

.page-id-3155 .titleserie{
  font-family: 'Bodoni 72';
  font-size:40px;
  font-weight: 100;
  color: #535353;
  display:inline;
}

.page-id-3155 .titles{
  font-family: 'Bodoni 72';
  font-size:40px;
  font-weight: 100;
  color: #535353;
  display:inline;
  float:left;
}

.volvercolecciones{
  display:inline;
  float:right;
  font-family: 'Bodoni 72';
  font-size:30px;
  font-weight: 100;
  color: #535353;
}

.volvercolecciones a:hover{
  color: #CD1819!important;
}

.linea{
      border-top: 1px solid #707070;
}

.angle{
      margin-bottom: 10px;
      margin-right: 15px;
}

.page-id-3155 .serie:hover {
  opacity: .75;
  color: #CD1819;
}

.red{color:#CD1819;}

.cod{
  color:#676767;
  font-style: italic;
}

.page-id-3155 .container {
  width: 100%;
}

.page-id-3155 .item {
  width: 21%;
  min-height: 48vh;
  float:left;
  padding:2%;
  margin-right: 3%;
  margin-top: 3%;
  margin-left: 0!important; 
  border: 1px solid #E2E2E2;
  position:relative;
        /*ejemplo*/
/*  padding-bottom: 350px;
*/}

.page-id-3155 .imagenseccion{
  display:block;
  margin:auto;
}

.page-id-3155 .divint{
/*  position:absolute;
*/  bottom:0px;
  padding-bottom: 10px;
  padding-right: 10px;
}

.cleared {
  overflow: auto;
}

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

.page-id-3155 .item2 {
  width: 25%;
  height: auto;
  float:left;
  padding-right:3%;
  padding-top:3%;
  position:relative;
}



.page-id-3155 .container .izq{
  margin-left: 0px; 

}



.page-id-3155 .container{
  max-width: 100%;  
}

.page-id-3155 .espaciador{
  margin:5%;
}

/*ZOOM*/
figure { 
  width: 250px;
}

.zoom-image:hover {
  transition: all 700ms linear;
  transform: scale(2.5); 
  opacity: 1; 
  z-index: 99;
}

.zoom-image { 
  opacity: 1;
  transform: scale(1.0); 
  transition: all 500ms linear; 
  position: relative;
}

.caracts{
  float: right;
  max-height: 50px;
  margin: 5px;
}

.divcar{
  float: left;
  width: 25%;
  margin-left: 5%;
}

.titlecaract{
  text-align: center;
  font-family: 'lato', sans-serif;
  font-weight: 400;
  font-size:21px;
  color:#535353;
  margin-bottom: 10%;
}

.page-id-3155 .espaciador2{
  margin:2%;
}

.nohaydatos{
  color:#CD1819;
  font-family: 'Bodoni 72';
  font-size:25px;
  font-weight: 100;
}

.collapsible {
  background-color: #E2E2E2;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

#uniq .active, .collapsible:hover {
  background-color: #D1D1D1;
}

.collapsiblem {
  background-color: #E2E2E2;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

#uniq .active, .collapsiblem:hover {
  background-color: #D1D1D1;
}

.content{
  display: none;
  overflow: hidden;
}

#uniq{
  color:#CD1819;
    font-family: 'lato', sans-serif;
  font-size:21px;
}

/*Solo pc*/
@media (min-width: 700px){

.page-id-3155 .tmp22{
  transform: scale(1.5);
  margin-left: 20%;
}

.page-id-3155 .tmp23 {
  width: 33%;
  padding-right: 12%;
  padding-top: 12%;
}

.page-id-3155 .tmp24{
  margin-left: 5%;
  bottom: -5vh;
  position: relative;
  font-size: 20px;
}
}
/*fin solo pc*/


/*A PARTIR DE AQUÍ SE INICIA LA VERSIÓN MOVIL*/

/*VERSIÓN MOVIL PARA COLECCIONES*/
@media (max-width: 767px) {

      .page-id-49 .item{
        padding-bottom: 6%;
      }

      .divcoleciones{
        height: 50px!important;
      }
      
      .filtro2{
        display: none!important;
      }  

      .linenovedades{
        display: none;
      }

      .page-id-49 aside {
          width: 80%;
        }

      .page-id-49 article {
        width: 100%;}


      .page-id-49 .imgnovedades{
      height: 100px!important;
      width: 150px;
margin-left: 85%;
    margin-top: -158%;
      }

      .item{
        width: 45%!important;
      }

    .author_bio_toggle_wrapper    
    {
        margin-top: -70px;

    }

    #author_bio_wrap 
    {
        margin-top: 0px;  
        margin-bottom: 30px; 
        width: auto;
        max-height: 300px;
        overflow: scroll;
    }

    #author_bio_wrap_toggle 
    {
        display: block;
        width: 100%;
        height: 35px;
        line-height: 35px;
        background: #fff;
        text-align: center;
        color: #535353;
        font-weight: bold;
        font-variant: small-caps;
        box-shadow: 2px 2px 3px #888888;
        text-decoration:none;
    }

    #author_bio_wrap_toggle:hover 
    {
        text-decoration:none;
        border-top: 1px groove white;
        border-left: 1px groove white;
        border-bottom: 1px solid #7B7B78;
        border-right: 1px solid #7B7B78;
        color: #CD1819;
        background: #fff;
        box-shadow: 1px 1px 2px #888888;
    }

}

@media (min-width: 489px) and (max-width: 648px) {

      .page-id-49 .imgnovedades{
        margin-left: 84%;
        margin-top: -130%;
        height: 130px!important;
        width: 180px; 
        }
}

@media (min-width: 489px) and (max-width: 648px) {

      .page-id-49 .imgnovedades{
        margin-left: 140px;
        margin-top: -240px;
        height: 130px!important;
        width: 180px; 
        }
}

@media (min-width: 649px) and (max-width: 767px) {

      .page-id-49 .imgnovedades{
          margin-top: 18%;
          margin-left: 20%;
          height: 150px!important;
          width: 200px;  
        }
}

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

      .page-id-49 .imgnovedades{
          margin-top: 18%;
          margin-left: 20%;
          height: 150px!important;
          width: 200px!important; 
        }
}

@media (min-width: 1025px) and (max-width: 1291px) {

      .page-id-49 .imgnovedades{
          margin-top: 18%;
          margin-left: 20%;
          height: 200px!important;
          width: 300px!important; 
        }
}



@media (min-width: 767px) {

  .author_bio_toggle_wrapper {
  display:none;
  }

  #author_bio_wrap {
  display:none;
  }

  .enov{  
    display:none;
  }
}


/* FIN - VERSIÓN MOVIL PARA COLECCIONES*/

/*VERSIÓN MOVIL PARA SERIE*/
@media (max-width: 600px) {

  .page-id-3155 .titles{
    font-size: 25px;
  }

  .page-id-3155 .volvercolecciones{
    font-size: 16px;
    margin-top: 4px;
  }

  .page-id-3155 .angle{
    display:none;
  }

  .page-id-3155 .titlecaract{
    font-size: 14px;
    font-weight: 400;
  }

  .page-id-3155 .divcar{
    width: 33%;
  }

  .page-id-3155 .espaciador2 {
    margin: -3%;
  }

  .page-id-3155 .item {
    width: 132px!important;
    height: 200px;
    min-height: auto;
  }

  .page-id-3155 .divint{
    font-size: 10px;
  }

  .page-id-3155 .imag{
    max-height: 20px!important;
	
  }

  .page-id-3155 .zoom-image .imag{
    max-height: 80px!important;
  }

  .page-id-3155 .titleserie{
    font-size: 25px;
  }

  .page-id-3155 .espaciador {
    margin: 1%;
  }

  .page-id-3155 .divcr{
    width: 150px;    
    margin-bottom: -48px;
  }

  .lc{
    margin-top: 50px;    
  }

  .item2{
    width: 45%!important;
    margin: 2%;
  }

  .texlateral{
    font-size: 14px;
  }

  .plm{
    width: 150px;
  }


}
/* FIN - VERSIÓN MOVIL PARA SERIE*/
/*FIN ESPAÑOL*/

/*VERSION INGLES*/
.page-id-3446 body{
  background-color:blue!important;
  font-family: 'lato', sans-serif;
  font-size:21px;
}

.page-id-3446 .main {
  position: relative;
  top: 50px;
  padding-top: 20px;
}
.page-id-3446 aside {
  width: 28%;
  float: left;
  background: #fff;
  left: 8%;
  top: 0px;
  padding-left: 8%;
  height: 100%;
  overflow: hidden;
  z-index: 99;
  display: block;
}

.page-id-3446 article {
  width: 72%;
  float: left;
}

.page-id-3446 h5 aside ul li:hover {
  background: #fff;
  box-shadow: inset 0px 0px 77px #dedede;
}

.page-id-3446 aside{
  border-right: 1px solid #707070;
}

.page-id-3446 .titlat{
  font-family: 'Bodoni 72';
  font-size:25px;
  font-weight: 100;
  letter-spacing: 0px;
  color: #CD1819;
}

.page-id-3446 .titline{
  border-top: 1px solid #707070;
  height: 1px;
  margin: 5px 0;
  display: block;
  clear: both;
  margin-right: 20%;
}

/* MOVIL */

.page-id-3446 .mostrarenmobile{
  display: none;
}

.page-id-3446 .container {
  width: 100%;
}

.page-id-3446 .item {
  width: auto;
  float:left;
  margin:1%;
}

.page-id-3446 #global {
  height: 200px;
  width: 80%;
  overflow-y: scroll;
}

.page-id-3446 div::-webkit-scrollbar {
  width: 8px;     /* Tamaño del scroll en vertical */
  height: 8px;    /* Tamaño del scroll en horizontal */
  display: inline;  /* Ocultar scroll */
}

.page-id-3446 div::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 4px;
}

/* Cambiamos el fondo y agregamos una sombra cuando esté en hover */
.page-id-3446 div::-webkit-scrollbar-thumb:hover {
  background: #b3b3b3;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}

/* Cambiamos el fondo cuando esté en active */
.page-id-3446 div::-webkit-scrollbar-thumb:active {
  background-color: #999999;
}

.page-id-3446 .espacio{
  margin: 10%;
}

.page-id-3446 .imagenicono{
  height: 42px;
  width: 42px;
  margin-right: 30px;
  margin-bottom: 20px;
}

.page-id-3446 .imageniconoinspiracion{
  height: 52px;
  width: 60px;
  margin-left: -5px;
  margin-right: 30px;
  margin-bottom: 20px;
}

.page-id-3446 .imageniconocolor{
  height: 42px;
  width: 42px;
  margin-right: 30px;
  margin-bottom: 20px;
}

.page-id-3446 .divnovedades{
  margin-left: 9.3%;
}

.page-id-3446 .botonnovedades{
  background: #CD1819 0% 0% no-repeat padding-box;
  border-radius: 5px;
  font: 16px Lato;
  letter-spacing: 0px;
  color: #fff;
  border: 1px solid #CD1819;
  margin-right: 15%;
  padding: 12px;
}

.page-id-3446 .botonnovedades:hover{
  background: #fff 0% 0% no-repeat padding-box;
  border-radius: 5px;
  font: 16px Lato;
  letter-spacing: 0px;
  color: #CD1819;
  border: 1px solid #CD1819;
}

.page-id-3446 .linenovedades{
  border-top: 1px solid red;
  padding-right: 350px;
  position: absolute;
  top: 116px;

}

.page-id-3446 .left {
  float: left;
  width: 225px;
  text-align: right;
  margin: 2px 10px;
  display: inline;
  text-align: left;
}

.page-id-3446 .right {
  float: left;
  text-align: left;
  margin: 2px 2px 2px 2px;
  display: inline;
}

.page-id-3446 .a + .b {
    margin-top: 20em;
}

.page-id-3446 .txnovedades{
  font-family: 'Bodoni 72';
  font-size:40px;
  font-weight: 100;
  letter-spacing: 0px;
  color: #535353;
  text-align: left;
}

.page-id-3446 .imgnovedades{
  height: 304px;
  width: 513px;
}

.page-id-3446 ul li {
  list-style-type: none;
}

.page-id-3446 .texlateral{
  color:#535353;
}

.page-id-3446 .texlateral:hover{
  color:#CD1819;
}

.page-id-3446 .texlateral:focus{
  color:#CD1819;
}

.page-id-3446 .texlateralestancias{
  color:#535353;
}

.page-id-3446 .texlateralestancias:hover{
  color:#CD1819;
}


.page-id-3446 .texlateralestanciason{
  color:#CD1819;
}

.botonborrarfiltroestancias{
  color:#818181!important;
  text-align: left!important;
  font-family: 'Lato'!important;
  font-size:16px!important;
  font-weight: normal!important;
  font-style: italic!important;
  text-transform: capitalize!important;
  background-color: rgba(255, 0, 0, 0)!important;
  padding:14px 0px !important;
}

.botonborrarfiltroestancias:hover{
  color:#535353!important;
}

.botonborrarfiltro{
  color:#818181!important;
  text-align: left!important;
  font-family: 'Lato'!important;
  font-size:16px!important;
  font-weight: normal!important;
  font-style: italic!important;
  text-transform: capitalize!important;
  background-color: rgba(255, 0, 0, 0)!important;
}

.botonborrarfiltro:hover{
  color:#535353!important;
}

.page-id-3446 .serie:hover {
  opacity: .75;
  color: #CD1819!important;
}

/*SERIE INGLES*/

/*CSS SERIE*/
/*Slider*/
#slidy-container { 
  width: 60%; 
  overflow: hidden;
  margin-top: 5%;
  float: left;

}

.page-id-3528 #primary{
  margin: 10%;
}

.page-id-3528 .titleserie{
  font-family: 'Bodoni 72';
  font-size:40px;
  font-weight: 100;
  color: #535353;
  display:inline;
}

.page-id-3528 .titles{
  font-family: 'Bodoni 72';
  font-size:40px;
  font-weight: 100;
  color: #535353;
  display:inline;
  float:left;
}

.linea{
      border-top: 1px solid #707070;
}

.angle{
      margin-bottom: 10px;
      margin-right: 15px;
}

.page-id-3528 .serie:hover {
  opacity: .75;
  color: #CD1819;
}

.red{color:#CD1819;}

.cod{
  color:#676767;
  font-style: italic;
}

.page-id-3528 .container {
  width: 100%;
}

.page-id-3528 .item {
  width: 21%;
  min-height: 48vh;
  float:left;
  padding:2%;
  margin-right: 3%;
  margin-top: 3%;
  margin-left: 0!important; 
  border: 1px solid #E2E2E2;
  position:relative;
}

.page-id-3528 .imagenseccion{
  display:block;
  margin:auto;
}

.page-id-3528 .divint{
/*  position:absolute;
*/  bottom:0px;
  padding-bottom: 10px;
  padding-right: 10px;
}

.cleared {
  overflow: auto;
}

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

.page-id-3528 .item2 {
  width: 25%;
  height: auto;
  float:left;
  padding-top:3%;
  position:relative;
}

.page-id-3528 .container .izq{
  margin-left: 0px; 
}

.page-id-3528 .container{
  max-width: 100%;
}

.page-id-3528 .espaciador{
  margin:5%;
}

/*ZOOM*/
figure { 
  width: 250px;
}

.zoom-image:hover {
  transition: all 700ms linear;
  transform: scale(2.5); 
  opacity: 1; 
  z-index: 99;
}

.zoom-image { 
  opacity: 1;
  transform: scale(1.0); 
  transition: all 500ms linear; 
  position: relative;
}

.centrar-verticalmente .centrar-horizontalmente .imag{
	width: 90%!important;
}

.caracts{
  float: right;
  max-height: 50px;
  margin: 5px;
}

.divcar{
  float: left;
  width: 25%;
  margin-left: 5%;
}

.titlecaract{
  text-align: center;
  font-family: 'lato', sans-serif;
  font-weight: 400;
  font-size:21px;
  color:#535353;
  margin-bottom: 10%;
}

.page-id-3528 .espaciador2{
  margin:2%;
}

.nohaydatos{
  color:#CD1819;
  font-family: 'Bodoni 72';
  font-size:25px;
  font-weight: 100;
}

.collapsible {
  background-color: #E2E2E2;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

#uniq .active, .collapsible:hover {
  background-color: #D1D1D1;
}

.content{
  display: none;
  overflow: hidden;
}

#uniq{
  color:#CD1819;
    font-family: 'lato', sans-serif;
  font-size:21px;
}

/*Solo pc*/
@media (min-width: 700px){
  
.page-id-3528 .tmp22{
  transform: scale(1.5);
  margin-left: 20%;
}

.page-id-3528 .tmp23 {
  width: 33%;
  padding-right: 12%;
  padding-top: 12%;
}

.page-id-3528 .tmp24{
  margin-left: 5%;
  bottom: -5vh;
  position: relative;
  font-size: 20px;
}
}
/*fin solo pc*/

/*A PARTIR DE AQUÍ SE INICIA LA VERSIÓN MOVIL*/

/*VERSIÓN MOVIL PARA COLECCIONES*/
@media (max-width: 600px) {

      .page-id-3446 .item{
        padding-bottom: 6%;
      }

      .divcoleciones{
        height: 50px!important;
      }
      
      .filtro2{
        display: none!important;
      }  

      .linenovedades{
        display: none;
      }

      .page-id-3446 aside {
          width: 80%;
        }

      .page-id-3446 article {
        width: 100%;}


      .page-id-3446 .imgnovedades{
      height: 100px!important;
      width: 150px;
      margin-top: -235;
      margin-left: 130px;
      margin-top: -235px;
      }

      .item{
        width: 45%!important;
      }

    .author_bio_toggle_wrapper    
    {
        margin-top: -70px;

    }

    #author_bio_wrap 
    {
        margin-top: 0px;  
        margin-bottom: 30px; 
        width: auto;
        max-height: 300px;
        overflow: scroll;
    }

    #author_bio_wrap_toggle 
    {
        display: block;
        width: 100%;
        height: 35px;
        line-height: 35px;
        background: #fff;
        text-align: center;
        color: #535353;
        font-weight: bold;
        font-variant: small-caps;
        box-shadow: 2px 2px 3px #888888;
        text-decoration:none;
    }

    #author_bio_wrap_toggle:hover 
    {
        text-decoration:none;
        border-top: 1px groove white;
        border-left: 1px groove white;
        border-bottom: 1px solid #7B7B78;
        border-right: 1px solid #7B7B78;
        color: #CD1819;
        background: #fff;
        box-shadow: 1px 1px 2px #888888;
    }

}


@media (min-width: 489px) and (max-width: 648px) {

      .page-id-3446 .imgnovedades{
        margin-left: 84%;
        margin-top: -130%;
        height: 130px!important;
        width: 180px; 
        }
}

@media (min-width: 489px) and (max-width: 648px) {

      .page-id-3446 .imgnovedades{
        margin-left: 140px;
        margin-top: -240px;
        height: 130px!important;
        width: 180px; 
        }
}

@media (min-width: 649px) and (max-width: 767px) {

      .page-id-3446 .imgnovedades{
          margin-top: 18%;
          margin-left: 20%;
          height: 150px!important;
          width: 200px;  
        }
}

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

      .page-id-3446 .imgnovedades{
          margin-top: 18%;
          margin-left: 20%;
          height: 150px!important;
          width: 200px!important; 
        }
}

@media (min-width: 1025px) and (max-width: 1291px) {

      .page-id-3446 .imgnovedades{
          margin-top: 18%;
          margin-left: 20%;
          height: 200px!important;
          width: 300px!important; 
        }
}


@media (min-width: 767px) {

  .author_bio_toggle_wrapper {
  display:none;
  }

  #author_bio_wrap {
  display:none;
  }

  .enov{  
    display:none;
  }
}


/* FIN - VERSIÓN MOVIL PARA COLECCIONES*/

/*VERSIÓN MOVIL PARA SERIE*/
@media (max-width: 600px) {

  .page-id-3528 .titles{
    font-size: 25px;
  }

  .page-id-3528 .volvercolecciones{
    font-size: 16px;
    margin-top: 4px;
  }

  .page-id-3528 .angle{
    display:none;
  }

  .page-id-3528 .titlecaract{
    font-size: 14px;
    font-weight: 400;
  }

  .page-id-3528 .divcar{
    width: 33%;  }

  .page-id-3528 .espaciador2 {
    margin: -3%;
  }

  .page-id-3528 .item {
    width: 132px!important;
    height: 200px;
    min-height: auto;
  }

  .page-id-3528 .divint{
    font-size: 10px;
  }

  .page-id-3528 .imag{
    max-height: 20px!important;
  }

  .page-id-3528 .zoom-image .imag{
    max-height: 80px!important;
  }

  .page-id-3528 .titleserie{
    font-size: 25px;
  }

  .page-id-3528 .espaciador {
    margin: 1%;
  }

  .page-id-3528 .divcr{
    width: 150px;    
    margin-bottom: -48px;
  }

  .lc{
    margin-top: 50px;    
  }

  .item2{
    width: 45%!important;
    margin: 2%;
  }

  .texlateral{
    font-size: 14px;
  }

  .plm{
    width: 150px;
  }


}
/* FIN - VERSIÓN MOVIL PARA SERIE*/

/*FIN SERIE INGLES*/

/*FIN VERSION INGLES*/

/*VERSION frances*/
.page-id-3450 body{
  background-color:blue!important;
  font-family: 'lato', sans-serif;
  font-size:21px;
}

.page-id-3450 .main {
  position: relative;
  top: 50px;
  padding-top: 20px;
}
.page-id-3450 aside {
  width: 28%;
  float: left;
  background: #fff;
  left: 8%;
  top: 0px;
  padding-left: 8%;
  height: 100%;
  overflow: hidden;
  z-index: 99;
  display: block;
}

.page-id-3450 article {
  width: 72%;
  float: left;
}

.page-id-3450 h5 aside ul li:hover {
  background: #fff;
  box-shadow: inset 0px 0px 77px #dedede;
}

.page-id-3450 aside{
  border-right: 1px solid #707070;
}

.page-id-3450 .titlat{
  font-family: 'Bodoni 72';
  font-size:25px;
  font-weight: 100;
  letter-spacing: 0px;
  color: #CD1819;
}

.page-id-3450 .titline{
  border-top: 1px solid #707070;
  height: 1px;
  margin: 5px 0;
  display: block;
  clear: both;
  margin-right: 20%;
}

/* MOVIL */

.page-id-3450 .mostrarenmobile{
  display: none;
}

.page-id-3450 .container {
  width: 100%;
}

.page-id-3450 .item {
  width: auto;
  float:left;
  margin:1%;
}

.page-id-3450 #global {
  height: 200px;
  width: 80%;
  overflow-y: scroll;
}

.page-id-3450 div::-webkit-scrollbar {
  width: 8px;     /* Tamaño del scroll en vertical */
  height: 8px;    /* Tamaño del scroll en horizontal */
  display: inline;  /* Ocultar scroll */
}

.page-id-3450 div::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 4px;
}

/* Cambiamos el fondo y agregamos una sombra cuando esté en hover */
.page-id-3450 div::-webkit-scrollbar-thumb:hover {
  background: #b3b3b3;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}

/* Cambiamos el fondo cuando esté en active */
.page-id-3450 div::-webkit-scrollbar-thumb:active {
  background-color: #999999;
}

.page-id-3450 .espacio{
  margin: 10%;
}

.page-id-3450 .imagenicono{
  height: 42px;
  width: 42px;
  margin-right: 30px;
  margin-bottom: 20px;
}

.page-id-3450 .imageniconoinspiracion{
  height: 52px;
  width: 60px;
  margin-left: -5px;
  margin-right: 30px;
  margin-bottom: 20px;
}

.page-id-3450 .imageniconocolor{
  height: 42px;
  width: 42px;
  margin-right: 30px;
  margin-bottom: 20px;
}

.page-id-3450 .divnovedades{
  margin-left: 9.3%;
}

.page-id-3450 .botonnovedades{
  background: #CD1819 0% 0% no-repeat padding-box;
  border-radius: 5px;
  font: 16px Lato;
  letter-spacing: 0px;
  color: #fff;
  border: 1px solid #CD1819;
  margin-right: 15%;
  padding: 12px;
}

.page-id-3450 .botonnovedades:hover{
  background: #fff 0% 0% no-repeat padding-box;
  border-radius: 5px;
  font: 16px Lato;
  letter-spacing: 0px;
  color: #CD1819;
  border: 1px solid #CD1819;
}

.page-id-3450 .linenovedades{
  border-top: 1px solid red;
  padding-right: 350px;
  position: absolute;
  top: 116px;

}

.page-id-3450 .left {
  float: left;
  width: 225px;
  text-align: right;
  margin: 2px 10px;
  display: inline;
  text-align: left;
}

.page-id-3450 .right {
  float: left;
  text-align: left;
  margin: 2px 2px 2px 2px;
  display: inline;
}

.page-id-3450 .a + .b {
    margin-top: 20em;
}

.page-id-3450 .txnovedades{
  font-family: 'Bodoni 72';
  font-size:40px;
  font-weight: 100;
  letter-spacing: 0px;
  color: #535353;
  text-align: left;
}

.page-id-3450 .imgnovedades{
  height: 304px;
  width: 513px;
}

.page-id-3450 ul li {
  list-style-type: none;
}

.page-id-3450 .texlateral{
  color:#535353;
}

.page-id-3450 .texlateral:hover{
  color:#CD1819;
}

.page-id-3450 .texlateral:focus{
  color:#CD1819;
}

.page-id-3450 .texlateralestancias{
  color:#535353;
}

.page-id-3450 .texlateralestancias:hover{
  color:#CD1819;
}


.page-id-3450 .texlateralestanciason{
  color:#CD1819;
}

.botonborrarfiltroestancias{
  color:#818181!important;
  text-align: left!important;
  font-family: 'Lato'!important;
  font-size:16px!important;
  font-weight: normal!important;
  font-style: italic!important;
  text-transform: capitalize!important;
  background-color: rgba(255, 0, 0, 0)!important;
  padding:14px 0px !important;
}

.botonborrarfiltroestancias:hover{
  color:#535353!important;
}

.botonborrarfiltro{
  color:#818181!important;
  text-align: left!important;
  font-family: 'Lato'!important;
  font-size:16px!important;
  font-weight: normal!important;
  font-style: italic!important;
  text-transform: capitalize!important;
  background-color: rgba(255, 0, 0, 0)!important;
}

.botonborrarfiltro:hover{
  color:#535353!important;
}

/*Reducir tamaño letra busqueda tecnica filtro*/
.page-id-3450 .busq{
  font-size: 18px;
}

.page-id-3450 .serie:hover {
  opacity: .75;
  color: #CD1819!important;
}

/*SERIE frances*/

/*CSS SERIE*/
/*Slider*/
#slidy-container { 
  width: 60%; 
  overflow: hidden;
  margin-top: 5%;
  float: left;

}

.page-id-3530 #primary{
  margin: 10%;
}

.page-id-3530 .titleserie{
  font-family: 'Bodoni 72';
  font-size:40px;
  font-weight: 100;
  color: #535353;
  display:inline;
}

.page-id-3530 .titles{
  font-family: 'Bodoni 72';
  font-size:40px;
  font-weight: 100;
  color: #535353;
  display:inline;
  float:left;
}

.linea{
      border-top: 1px solid #707070;
}

.angle{
      margin-bottom: 10px;
      margin-right: 15px;
}

.page-id-3530 .serie:hover {
  opacity: .75;
  color: #CD1819;
}

.red{color:#CD1819;}

.cod{
  color:#676767;
  font-style: italic;
}

.page-id-3530 .container {
  width: 100%;
}

.page-id-3530 .item {
  width: 21%;
  min-height: 48vh;
  float:left;
  padding:2%;
  margin-right: 3%;
  margin-top: 3%;
  margin-left: 0!important; 
  border: 1px solid #E2E2E2;
  position:relative;
}

.page-id-3530 .imagenseccion{
  display:block;
  margin:auto;
}

.page-id-3530 .divint{
/*  position:absolute;
*/  bottom:0px;
  padding-bottom: 10px;
  padding-right: 10px;
}

.cleared {
  overflow: auto;
}

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

.page-id-3530 .item2 {
  width: 25%;
  height: auto;
  float:left;
  padding-top:3%;
  position:relative;
}

.page-id-3530 .container .izq{
  margin-left: 0px; 
}

.page-id-3530 .container{
  max-width: 100%;
}

.page-id-3530 .espaciador{
  margin:5%;
}

/*ZOOM*/
figure { 
  width: 250px;
}

.zoom-image:hover {
  transition: all 700ms linear;
  transform: scale(2.5); 
  opacity: 1; 
  z-index: 99;
}

.zoom-image { 
  opacity: 1;
  transform: scale(1.0); 
  transition: all 500ms linear; 
  position: relative;
}

.caracts{
  float: right;
  max-height: 50px;
  margin: 5px;
}

.divcar{
  float: left;
  width: 25%;
  margin-left: 5%;
}

.titlecaract{
  text-align: center;
  font-family: 'lato', sans-serif;
  font-weight: 400;
  font-size:21px;
  color:#535353;
  margin-bottom: 10%;
}

.page-id-3530 .espaciador2{
  margin:2%;
}

.nohaydatos{
  color:#CD1819;
  font-family: 'Bodoni 72';
  font-size:25px;
  font-weight: 100;
}

.collapsible {
  background-color: #E2E2E2;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

#uniq .active, .collapsible:hover {
  background-color: #D1D1D1;
}

.content{
  display: none;
  overflow: hidden;
}

#uniq{
  color:#CD1819;
    font-family: 'lato', sans-serif;
  font-size:21px;
}

/*Solo pc*/
@media (min-width: 700px){
  
.page-id-3530 .tmp22{
  transform: scale(1.5);
  margin-left: 20%;
}

.page-id-3530 .tmp23 {
  width: 33%;
  padding-right: 12%;
  padding-top: 12%;
}

.page-id-3530 .tmp24{
  margin-left: 5%;
  bottom: -5vh;
  position: relative;
  font-size: 20px;
}
}
/*fin solo pc*/

/*A PARTIR DE AQUÍ SE INICIA LA VERSIÓN MOVIL*/

/*VERSIÓN MOVIL PARA COLECCIONES*/
@media (max-width: 600px) {

      .page-id-3450 .item{
        padding-bottom: 6%;
      }

      .divcoleciones{
        height: 50px!important;
      }
      
      .filtro2{
        display: none!important;
      }  

      .linenovedades{
        display: none;
      }

      .page-id-3450 aside {
          width: 80%;
        }

      .page-id-3450 article {
        width: 100%;}


      .page-id-3450 .imgnovedades{
      height: 100px!important;
      width: 150px;
      margin-top: -235;
      margin-left: 130px;
      margin-top: -235px;
      }

      .item{
        width: 45%!important;
      }

    .author_bio_toggle_wrapper    
    {
        margin-top: -70px;

    }

    #author_bio_wrap 
    {
        margin-top: 0px;  
        margin-bottom: 30px; 
        width: auto;
        max-height: 300px;
        overflow: scroll;
    }

    #author_bio_wrap_toggle 
    {
        display: block;
        width: 100%;
        height: 35px;
        line-height: 35px;
        background: #fff;
        text-align: center;
        color: #535353;
        font-weight: bold;
        font-variant: small-caps;
        box-shadow: 2px 2px 3px #888888;
        text-decoration:none;
    }

    #author_bio_wrap_toggle:hover 
    {
        text-decoration:none;
        border-top: 1px groove white;
        border-left: 1px groove white;
        border-bottom: 1px solid #7B7B78;
        border-right: 1px solid #7B7B78;
        color: #CD1819;
        background: #fff;
        box-shadow: 1px 1px 2px #888888;
    }

}


@media (min-width: 489px) and (max-width: 648px) {

      .page-id-3450 .imgnovedades{
        margin-left: 84%;
        margin-top: -130%;
        height: 130px!important;
        width: 180px; 
        }
}

@media (min-width: 489px) and (max-width: 648px) {

      .page-id-3450 .imgnovedades{
        margin-left: 140px;
        margin-top: -240px;
        height: 130px!important;
        width: 180px; 
        }
}

@media (min-width: 649px) and (max-width: 767px) {

      .page-id-3450 .imgnovedades{
          margin-top: 18%;
          margin-left: 20%;
          height: 150px!important;
          width: 200px;  
        }
}

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

      .page-id-3450 .imgnovedades{
          margin-top: 18%;
          margin-left: 20%;
          height: 150px!important;
          width: 200px!important; 
        }
}

@media (min-width: 1025px) and (max-width: 1291px) {

      .page-id-3450 .imgnovedades{
          margin-top: 18%;
          margin-left: 20%;
          height: 200px!important;
          width: 300px!important; 
        }
}

@media (min-width: 767px) {

  .author_bio_toggle_wrapper {
  display:none;
  }

  #author_bio_wrap {
  display:none;
  }

  .enov{  
    display:none;
  }
}


/* FIN - VERSIÓN MOVIL PARA COLECCIONES*/

/*VERSIÓN MOVIL PARA SERIE*/
@media (max-width: 600px) {

  .page-id-3530 .titles{
    font-size: 25px;
  }

  .page-id-3530 .volvercolecciones{
    font-size: 16px;
    margin-top: 4px;
  }

  .page-id-3530 .angle{
    display:none;
  }

  .page-id-3530 .titlecaract{
    font-size: 13px;
    font-weight: 400;
  }

  .page-id-3530 .divcar{
    width: 33%;  }

  .page-id-3530 .espaciador2 {
    margin: -3%;
  }

  .page-id-3530 .item {
    width: 132px!important;
    height: 200px;
    min-height: auto;
  }

  .page-id-3530 .divint{
    font-size: 10px;
  }

  .page-id-3530 .imag{
    max-height: 20px!important;
  }

  .page-id-3530 .zoom-image .imag{
    max-height: 80px!important;
  }

  .page-id-3530 .titleserie{
    font-size: 25px;
  }

  .page-id-3530 .espaciador {
    margin: 1%;
  }

  .page-id-3530 .divcr{
    width: 150px;    
    margin-bottom: -48px;
  }

  .lc{
    margin-top: 50px;    
  }

  .item2{
    width: 45%!important;
    margin: 2%;
  }

  .texlateral{
    font-size: 14px;
  }

  .plm{
    width: 150px;
  }


}
/* FIN - VERSIÓN MOVIL PARA SERIE*/

/*FIN SERIE frances*/

/*FIN VERSION frances*/


/*VERSION aleman*/
.page-id-3454 body{
  background-color:blue!important;
  font-family: 'lato', sans-serif;
  font-size:21px;
}

.page-id-3454 .main {
  position: relative;
  top: 50px;
  padding-top: 20px;
}
.page-id-3454 aside {
  width: 28%;
  float: left;
  background: #fff;
  left: 8%;
  top: 0px;
  padding-left: 8%;
  height: 100%;
  overflow: hidden;
  z-index: 99;
  display: block;
}

.page-id-3454 article {
  width: 72%;
  float: left;
}

.page-id-3454 h5 aside ul li:hover {
  background: #fff;
  box-shadow: inset 0px 0px 77px #dedede;
}

.page-id-3454 aside{
  border-right: 1px solid #707070;
}

.page-id-3454 .titlat{
  font-family: 'Bodoni 72';
  font-size:25px;
  font-weight: 100;
  letter-spacing: 0px;
  color: #CD1819;
}

.page-id-3454 .titline{
  border-top: 1px solid #707070;
  height: 1px;
  margin: 5px 0;
  display: block;
  clear: both;
  margin-right: 20%;
}

/* MOVIL */

.page-id-3454 .mostrarenmobile{
  display: none;
}

.page-id-3454 .container {
  width: 100%;
}

.page-id-3454 .item {
  width: auto;
  float:left;
  margin:1%;

}

.page-id-3454 #global {
  height: 200px;
  width: 80%;
  overflow-y: scroll;
}

.page-id-3454 div::-webkit-scrollbar {
  width: 8px;     /* Tamaño del scroll en vertical */
  height: 8px;    /* Tamaño del scroll en horizontal */
  display: inline;  /* Ocultar scroll */
}

.page-id-3454 div::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 4px;
}

/* Cambiamos el fondo y agregamos una sombra cuando esté en hover */
.page-id-3454 div::-webkit-scrollbar-thumb:hover {
  background: #b3b3b3;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}

/* Cambiamos el fondo cuando esté en active */
.page-id-3454 div::-webkit-scrollbar-thumb:active {
  background-color: #999999;
}

.page-id-3454 .espacio{
  margin: 10%;
}

.page-id-3454 .imagenicono{
  height: 42px;
  width: 42px;
  margin-right: 30px;
  margin-bottom: 20px;
}

.page-id-3454 .imageniconoinspiracion{
  height: 52px;
  width: 60px;
  margin-left: -5px;
  margin-right: 30px;
  margin-bottom: 20px;
}

.page-id-3454 .imageniconocolor{
  height: 42px;
  width: 42px;
  margin-right: 30px;
  margin-bottom: 20px;
}

.page-id-3454 .divnovedades{
  margin-left: 9.3%;
}

.page-id-3454 .botonnovedades{
  background: #CD1819 0% 0% no-repeat padding-box;
  border-radius: 5px;
  font: 16px Lato;
  letter-spacing: 0px;
  color: #fff;
  border: 1px solid #CD1819;
  margin-right: 15%;
  padding: 12px;
}

.page-id-3454 .botonnovedades:hover{
  background: #fff 0% 0% no-repeat padding-box;
  border-radius: 5px;
  font: 16px Lato;
  letter-spacing: 0px;
  color: #CD1819;
  border: 1px solid #CD1819;
}

.page-id-3454 .linenovedades{
  border-top: 1px solid red;
  padding-right: 350px;
  position: absolute;
  top: 116px;

}

.page-id-3454 .left {
  float: left;
  width: 225px;
  text-align: right;
  margin: 2px 10px;
  display: inline;
  text-align: left;
}

.page-id-3454 .right {
  float: left;
  text-align: left;
  margin: 2px 2px 2px 2px;
  display: inline;
}

.page-id-3454 .a + .b {
    margin-top: 20em;
}

.page-id-3454 .txnovedades{
  font-family: 'Bodoni 72';
  font-size:40px;
  font-weight: 100;
  letter-spacing: 0px;
  color: #535353;
  text-align: left;
}

.page-id-3454 .imgnovedades{
  height: 304px;
  width: 513px;
}

.page-id-3454 ul li {
  list-style-type: none;
}

.page-id-3454 .texlateral{
  color:#535353;
}

.page-id-3454 .texlateral:hover{
  color:#CD1819;
}

.page-id-3454 .texlateral:focus{
  color:#CD1819;
}

.page-id-3454 .texlateralestancias{
  color:#535353;
}

.page-id-3454 .texlateralestancias:hover{
  color:#CD1819;
}


.page-id-3454 .texlateralestanciason{
  color:#CD1819;
}

.botonborrarfiltroestancias{
  color:#818181!important;
  text-align: left!important;
  font-family: 'Lato'!important;
  font-size:16px!important;
  font-weight: normal!important;
  font-style: italic!important;
  text-transform: capitalize!important;
  background-color: rgba(255, 0, 0, 0)!important;
  padding:14px 0px !important;
}

.botonborrarfiltroestancias:hover{
  color:#535353!important;
}

.botonborrarfiltro{
  color:#818181!important;
  text-align: left!important;
  font-family: 'Lato'!important;
  font-size:16px!important;
  font-weight: normal!important;
  font-style: italic!important;
  text-transform: capitalize!important;
  background-color: rgba(255, 0, 0, 0)!important;
}

.botonborrarfiltro:hover{
  color:#535353!important;
}

.page-id-3454 .serie:hover {
  opacity: .75;
  color: #CD1819!important;
}

/*SERIE aleman*/

/*CSS SERIE*/
/*Slider*/
#slidy-container { 
  width: 60%; 
  overflow: hidden;
  margin-top: 5%;
  float: left;

}

.page-id-3532 #primary{
  margin: 10%;
}

.page-id-3532 .titleserie{
  font-family: 'Bodoni 72';
  font-size:40px;
  font-weight: 100;
  color: #535353;
  display:inline;
}

.page-id-3532 .titles{
  font-family: 'Bodoni 72';
  font-size:40px;
  font-weight: 100;
  color: #535353;
  display:inline;
  float:left;
}

.linea{
      border-top: 1px solid #707070;
}

.angle{
      margin-bottom: 10px;
      margin-right: 15px;
}

.page-id-3532 .serie:hover {
  opacity: .75;
  color: #CD1819;
}

.red{color:#CD1819;}

.cod{
  color:#676767;
  font-style: italic;
}

.page-id-3532 .container {
  width: 100%;
}

.page-id-3532 .item {
  width: 21%;
  min-height: 48vh;
  float:left;
  padding:2%;
  margin-right: 3%;
  margin-top: 3%;
  margin-left: 0!important; 
  border: 1px solid #E2E2E2;
  position:relative;
}

.page-id-3532 .imagenseccion{
  display:block;
  margin:auto;
}

.page-id-3532 .divint{
/*  position:absolute;
*/  bottom:0px;
  padding-bottom: 10px;
  padding-right: 10px;
}

.cleared {
  overflow: auto;
}

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

.page-id-3532 .item2 {
  width: 25%;
  height: auto;
  float:left;
  padding-top:3%;
  position:relative;
}

.page-id-3532 .container .izq{
  margin-left: 0px; 
}

.page-id-3532 .container{
  max-width: 100%;
}

.page-id-3532 .espaciador{
  margin:5%;
}

/*ZOOM*/
figure { 
  width: 250px;
}

.zoom-image:hover {
  transition: all 700ms linear;
  transform: scale(2.5); 
  opacity: 1; 
  z-index: 99;
}

.zoom-image { 
  opacity: 1;
  transform: scale(1.0); 
  transition: all 500ms linear; 
  position: relative;
}

.imag{
/*  max-height: 300px;*/
  margin:auto;
  display:block;
  z-index: 99;
/*  border-style: solid; border-width: 1px; border-color: #dddede;
*/}

.caracts{
  float: right;
  max-height: 50px;
  margin: 5px;
}

.divcar{
  float: left;
  width: 25%;
  margin-left: 5%;
}

.titlecaract{
  text-align: center;
  font-family: 'lato', sans-serif;
  font-weight: 400;
  font-size:21px;
  color:#535353;
  margin-bottom: 10%;
}

.page-id-3532 .espaciador2{
  margin:2%;
}

.nohaydatos{
  color:#CD1819;
  font-family: 'Bodoni 72';
  font-size:25px;
  font-weight: 100;
}

.collapsible {
  background-color: #E2E2E2;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

#uniq .active, .collapsible:hover {
  background-color: #D1D1D1;
}

.content{
  display: none;
  overflow: hidden;
}

#uniq{
  color:#CD1819;
    font-family: 'lato', sans-serif;
  font-size:21px;
}

/*Solo pc*/
@media (min-width: 700px){
  
.page-id-3532 .tmp22{
  transform: scale(1.5);
  margin-left: 20%;
}

.page-id-3532 .tmp23 {
  width: 33%;
  padding-right: 12%;
  padding-top: 12%;
}

.page-id-3532 .tmp24{
  margin-left: 5%;
  bottom: -5vh;
  position: relative;
  font-size: 20px;
}
}
/*fin solo pc*/

/*A PARTIR DE AQUÍ SE INICIA LA VERSIÓN MOVIL*/

/*VERSIÓN MOVIL PARA COLECCIONES*/
@media (max-width: 600px) {

      .page-id-3454 .item{
        padding-bottom: 6%;
      }

      .divcoleciones{
        height: 50px!important;
      }
      
      .filtro2{
        display: none!important;
      }  

      .linenovedades{
        display: none;
      }

      .page-id-3454 aside {
          width: 80%;
        }

      .page-id-3454 article {
        width: 100%;}


      .page-id-3454 .imgnovedades{
      height: 100px!important;
      width: 150px;
      margin-top: -235;
      margin-left: 130px;
      margin-top: -235px;
      }

      .item{
        width: 45%!important;
      }

    .author_bio_toggle_wrapper    
    {
        margin-top: -70px;

    }

    #author_bio_wrap 
    {
        margin-top: 0px;  
        margin-bottom: 30px; 
        width: auto;
        max-height: 300px;
        overflow: scroll;
    }

    #author_bio_wrap_toggle 
    {
        display: block;
        width: 100%;
        height: 35px;
        line-height: 35px;
        background: #fff;
        text-align: center;
        color: #535353;
        font-weight: bold;
        font-variant: small-caps;
        box-shadow: 2px 2px 3px #888888;
        text-decoration:none;
    }

    #author_bio_wrap_toggle:hover 
    {
        text-decoration:none;
        border-top: 1px groove white;
        border-left: 1px groove white;
        border-bottom: 1px solid #7B7B78;
        border-right: 1px solid #7B7B78;
        color: #CD1819;
        background: #fff;
        box-shadow: 1px 1px 2px #888888;
    }

}


@media (min-width: 489px) and (max-width: 648px) {

      .page-id-3454 .imgnovedades{
        margin-left: 84%;
        margin-top: -130%;
        height: 130px!important;
        width: 180px; 
        }
}

@media (min-width: 489px) and (max-width: 648px) {

      .page-id-3454 .imgnovedades{
        margin-left: 140px;
        margin-top: -240px;
        height: 130px!important;
        width: 180px; 
        }
}

@media (min-width: 649px) and (max-width: 767px) {

      .page-id-3454 .imgnovedades{
          margin-top: 18%;
          margin-left: 20%;
          height: 150px!important;
          width: 200px;  
        }
}

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

      .page-id-3454 .imgnovedades{
          margin-top: 18%;
          margin-left: 20%;
          height: 150px!important;
          width: 200px!important; 
        }
}

@media (min-width: 1025px) and (max-width: 1291px) {

      .page-id-3454 .imgnovedades{
          margin-top: 18%;
          margin-left: 20%;
          height: 200px!important;
          width: 300px!important; 
        }
}

@media (min-width: 767px) {

  .author_bio_toggle_wrapper {
  display:none;
  }

  #author_bio_wrap {
  display:none;
  }

  .enov{  
    display:none;
  }
}


/* FIN - VERSIÓN MOVIL PARA COLECCIONES*/

/*VERSIÓN MOVIL PARA SERIE*/
@media (max-width: 600px) {

  .page-id-3532 .titles{
    font-size: 25px;
  }

  .page-id-3532 .volvercolecciones{
    font-size: 16px;
    margin-top: 4px;
  }

  .page-id-3532 .angle{
    display:none;
  }

  .page-id-3532 .titlecaract{
    font-size: 14px;
    font-weight: 400;
  }

  .page-id-3532 .divcar{
    width: 33%;  }

  .page-id-3532 .espaciador2 {
    margin: -3%;
  }

  .page-id-3532 .item {
    width: 132px!important;
    height: 200px;
    min-height: auto;
  }

  .page-id-3532 .divint{
    font-size: 10px;
  }

  .page-id-3532 .imag{
    max-height: 20px!important;
  }

  .page-id-3532 .zoom-image .imag{
    max-height: 80px!important;
  }

  .page-id-3532 .titleserie{
    font-size: 24px;
  }

  .page-id-3532 .espaciador {
    margin: 1%;
  }

  .page-id-3532 .divcr{
    width: 150px;    
    margin-bottom: -48px;
  }

  .lc{
    margin-top: 50px;    
  }

  .item2{
    width: 45%!important;
    margin: 2%;
  }

  .texlateral{
    font-size: 14px;
  }

  .plm{
    width: 150px;
  }


}
/* FIN - VERSIÓN MOVIL PARA SERIE*/

/*FIN SERIE aleman*/

/*FIN VERSION aleman



/*COMUN*/
@media (max-width: 600px) {
  .crel{
    width: 150px;
    margin-bottom: -12%;
    float: left;
  }

    .page-id-3532 .crel{
    width: 150px;
    margin-bottom: 0;
    float: left;
  }

      .page-id-3528 .crel{
    width: 150px;
    margin-bottom: 0;
    float: left;
  }
.tmp55{
  margin-top: 40px!important;
}
  .centrar-verticalmente {
    height: 100px!important;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}


@media (min-width: 601px) and (max-width: 1291px) {
  .crel{
    width: 350px;
    margin-bottom: -10%;
  }
}

.centrar-horizontalmente {
display: flex;
justify-content: center;
}
.centrar-verticalmente {
height: 27vh;
display: flex;
flex-direction: column;
justify-content: center;
}

.divint{
  padding-top: 20px;
}