@import url(http://fonts.googleapis.com/css?family=Quicksand:400,700);
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css);

*{
	box-sizing: border-box;
}

.row{
	margin: 0;
}

.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12{
	padding-right: 7px;
   padding-left: 7px;
}

a{
	color: #00b9e4;
}

a:hover{
	color: #00b9e4;
}

a:visited{
	color: #00b9e4;
}

.page{
	margin: 0;
}

body{
	background: url(./img/blue-background-pattern.png);
	font-family: "Quicksand", sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #646363;
}

.slider_izquierda{
	position: absolute;
	top: 50%;
	left: 30px;
	font-size: 40px;
	opacity: .8;
}

.slider_derecha{
	position: absolute;
	top: 50%;
	right: 30px;
	font-size: 40px;
	opacity: .8;
}

.slider_izquierda:hover, .slider_derecha:hover{
	opacity: 1;
}

.slider_izquierda2{
  position: absolute;
  top: 40%;
  left: 30px;
  font-size: 30px;
  width: 40px;
  height: 40px;
  opacity: 1;
  background: #ccdc00;
  border-radius: 30px 0 0 30px;
  z-index: 30;
  color: #fff;
  text-align: center;
}

.slider_derecha2{
  position: absolute;
  top: 40%;
  right: 30px;
  font-size: 30px;
  width: 40px;
  height: 40px;
  opacity: 1;
  background: #ccdc00;
  border-radius: 0 30px 30px 0;
  z-index: 30;
  color: #fff;
  text-align: center;
}

.slider_izquierda2:hover, .slider_derecha2:hover{
  opacity: .8;
}

.header{
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 20;
	
}

.site-header{
	width: 100%;
	background: #fff;
}

.site-title{
	width: 189px;
	/*float: left;*/
	margin-top: 20px;
}

.claim{
	color: #00bae6;
   font-weight: 700;
}

.site-title a{
	width: 189px;
	height: 123px;
	background: url(./img/logo.png);
	overflow: hidden;
	text-indent: -10000px;
	display: inline-block;
}

.header-content{
	width: 100%;
	max-width: 1200px;
	margin: auto;
	padding: 30px;
}

.site{
	padding-top: 250px;
}

.site-main{
	width: 100%;
	max-width: 1170px;
	margin: auto;
	background: #fff;
	padding-bottom: 200px;
}

.clear{
	clear: both;
}

.position-relative{
	position: relative;
}

.main-navigation{
	float: right;
	width: auto;
}

.menu-superior{
	text-align: right;
}

.menu-superior a{
	position: relative;
	color: #00b9e4;
}

.menu-superior ul{
	list-style: none;
}

.menu-superior ul li{
	display: inline-block;
	margin-left: 20px;
	color: #00b9e4;
}

.dropdown-menu {
  display: none;
  background: #00b9e4;
  border: none;
  -webkit-border-radius: 5px 5px 40px 40px;
  -moz-border-radius: 5px 5px 40px 40px;
  -o-border-radius: 5px 5px 40px 40px;
  border-radius: 5px 5px 40px 40px;
  width: 100%;
  width: 170px;
  margin: 0;
  padding-top: 15px;
  padding-bottom: 30px;
  text-align: left;
  position: absolute;
  color:#fff;
  font-size: 15px;
}

.dropdown:hover .dropdown-menu {
	display: block;
}

.dropdown-menu a{
	color: #fff;
}

/* Estilos para el decorado de la nube y el pajaro de la parte izquierda del titulo */

.co-left-cloud-bird {
  position: absolute;
  z-index: 88888;
  width: 172px;
  height: 110px;
  left: 100px;
}

.co-left-cloud-bird .el-left-cloud {
  position: absolute;
  left: 0;
  z-index: 99999;
}

.co-left-cloud-bird .el-bird {
  position: relative;
  z-index: 88888;
  left: 10px;
  top: 20px;
}

.co-left-cloud-birds {
  position: absolute;
  z-index: 88888;
  width: 112px;
  height: 110px;
  left: 140px;
}

.co-left-cloud-birds .el-left-cloud {
  position: absolute;
  left: 0;
  z-index: 88888;
}

.co-left-cloud-birds .el-birds {
  position: relative;
  z-index: 99999;
  left: -55px;
  top: -8px;
}
/* Estilos para el decorado las dos nubes azules de la parte derecha del titulo */

.co-right-clouds {
  position: absolute;
  z-index: 88888;
  width: 172px;
  height: 110px;
  right: 80px;
  top: 50%;
  margin-top: -50px;
}

.co-right-clouds .el-right-big-cloud {
  position: absolute;
  left: 5px;
  top: 15px;
  z-index: 99999;
}

.co-right-clouds .el-right-small-cloud {
  position: relative;
  z-index: 88888;
  left: 18px;
}

.co-right-clouds-bird {
  position: absolute;
  z-index: 88888;
  width: 172px;
  height: 110px;
  right: 80px;
  top: 50%;
  margin-top: -50px;
}

.co-right-clouds-bird .el-right-big-cloud {
  position: absolute;
  left: 5px;
  top: 15px;
  z-index: 99999;
}

.co-right-clouds-bird .el-right-small-cloud {
  position: relative;
  z-index: 88888;
  left: 18px;
}

.co-right-clouds-bird .el-bird {
  position: absolute;
  top: 60px;
  right: 40px;
  z-index: 99999;
}

.co-title-balloon {
    text-align: center;
}
/* Define el globo que se va a mostrar, de un color u otro */

.el-balloon {
  width: 141px;
  height: 117px;
  background: transparent url(./img/sprite-balloons.png) no-repeat 0 0;
  position: relative;
  z-index: 88888;
  display: inline-block;
}

.el-ribbon {
  color: #fff;
  background: transparent url(./img/sprite-ribbons.png) no-repeat 100% 0;
}

.el-ribbon {
   font-size: 28px;
   font-size: 1.75rem;
   top: -51px;
   left: -5px;
   margin: 0;
   padding: 0 30px 0 20px;
   display: inline-block;
   margin-bottom: 20px;
   font-size: 2.125rem;
   padding: 0 60px 0 40px;
   height: 52px;
    line-height: 52px;
    position: relative;
    z-index: 99999;
}

.co-featured-products-item {
    position: relative;
    clear: both;
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
}

.el-featured-products-item-image {
    width: 100%;
    height: auto;
    border-width: 4px;
    border-style: solid;
    border-color: rgb(254, 203, 0);
    border-image: initial;
}

.el-featured-products-item-title {
    display: table;
    color: rgb(255, 255, 255);
    font-weight: 700;
    line-height: 100%;
    text-align: center;
    background-color: rgb(254, 203, 0);
    margin-top: 8px;
    width: 100%;
    float: left;
    padding: 6px;
}

.co-featured-products-item:hover a .el-featured-products-item-image {
    transition: all 150ms linear 0s;
    border-width: 4px;
    border-style: solid;
    border-color: rgb(0, 185, 228);
}

.co-featured-products-item:hover .el-featured-products-item-title {
	transition: all 150ms linear 0s;
    background-color: rgb(0, 185, 228);
}

.categorias{
	background: #fff url(./img/fd-bl-nancy-categories-menu-adventure.png) no-repeat top center;
	min-height: 300px;
	background-size: contain;
	padding: 100px;
	padding-bottom: 300px;
}

.site-footer {
    height: 228px;
    margin-top: -298px;
    z-index: 88888;
    position: relative;
    text-align: center;
    background: url(./img/footer-pattern.png) center center repeat-x transparent;
}

.bl-footer {
    text-align: center;
}

.bl-footer a{
	color: #fff;
	text-decoration: underline;
}

.co-copyright {
    background-color: rgb(0, 185, 228);
    color: rgb(255, 255, 255);
    padding: 10px;
}

/* Estilos para el decorado de las dos nubes de la parte izquierda del titulo */
    
    .co-left-separate-clouds {
        position: absolute;
        z-index: 88888;
        width: 172px;
        height: 110px;
        left: 80px;
        top: -25px;
    }
    
    .co-left-separate-clouds .el-small-white-cloud {
        position: absolute;
        left: 0;
        top: 0;
    }
    
    .co-left-separate-clouds .el-big-green-cloud {
        position: absolute;
        left: 60px;
        top: 55px;
    }
    /* Estilos para el decorado del pajaro y la nube de la parte central del titulo */
    
    .co-central-big-bird-cloud {
        position: absolute;
        left: 50%;
        top: -50px;
        width: 125px;
    }
    
    .co-central-big-bird-cloud .el-central-small-white-cloud {
        left: 65px;
        position: absolute;
        top: 20px;
    }
    
    .co-central-big-bird-cloud .el-big-green-gird {
        position: absolute;
        left: 0;
        top: 0;
    }
    /* Estilos para el decorado la bola del mundo, la nube y el pajaro de la parte derecha del titulo */
    
    .co-right-world-cloud-big-bird {
        position: absolute;
        z-index: 88888;
        width: 172px;
        height: 110px;
        right: 80px;
        top: -20px;
    }
    
    .co-right-world-cloud-big-bird .el-green-world {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 99999;
    }
    
    .co-right-world-cloud-big-bird .el-big-green-bird {
        position: absolute;
        left: -20px;
        top: 90px;
        z-index: 999999;
    }
    
    .co-right-world-cloud-big-bird .el-big-green-cloud {
        position: absolute;
        left: 45px;
        top: 25px;
        z-index: 88888;
    }
    /*------------------*/
	    
.menu-item{
	list-style: none;	
	text-align: center;
	display: inline-block;
	margin-left: 20px;
}

#mobmenuleft .menu-item{
	display: block;
}

.menu-item a{
	display: inline-block;
	color: #00b9e4;
}

.menu-item a:hover{
	text-decoration: none;
}

.menu-image-title{
	border-top: 1px solid #00b9e4;
    border-bottom: 1px solid #00b9e4;
    padding: 10px 15px 0 15px;
    float: none;
    font-size: 16px;
    font-size: 1rem;
    top: 0;
    margin-top: 10px;
    display: block;
}

.nav>li>a span:after {
    content: " ";
    background-color: #fff;
    height: 5px;
    width: 100%;
    display: block;
    margin-top: 5px;
}

.nav>li>a:hover span:after{
	background-color: #00b9e4;
}


.contenido-catalogo, .contenido-producto, .contenido-juega{
	padding: 0 50px 50px 50px;
}

.single .contenido-producto{
  padding:  50px;
}

.contenido-juega{
	text-align: center;
}

.contenido-catalogo .producto{
	text-align: center;
  margin-bottom: 20px;
}

.contenido-catalogo .producto h3{
	font-size: 22px;
}

.contenido-catalogo .producto a{
	color: #212121;
	transition: all .3s ease-in-out;
	font-size: 16px;
}

.contenido-catalogo .producto a:hover{
	text-decoration: none;
	color: #00bf00;
}

.contenido-catalogo .producto img{
	border: 4px solid #00bf00;
}

.contenido-catalogo.aventuras .producto img{
	border: 4px solid #00bf00;
}

.contenido-catalogo.belleza .producto img{
	border: 4px solid #FB4580;
}

.contenido-catalogo.belleza .producto a:hover{
	text-decoration: none;
	color: #FB4580;
}

.contenido-catalogo.accesorios .producto img{
  border: 4px solid #ab05a3;
}

.contenido-catalogo.accesorios .producto a:hover{
  text-decoration: none;
  color: #ab05a3;
}



.contenido-catalogo.comotu .producto img{
	border: 4px solid #08b9e4;
}

.contenido-catalogo.comotu .producto a:hover{
	text-decoration: none;
	color: #08b9e4;
}




 .fotos .slider{
	 border: 4px solid #00bf00;
 }
 
.contenido-post{
	font-size: 1.4375rem;
	padding: 10px;
	
}

.texto{
	border-bottom: 3px solid #00bf00;
}

.el-product-title {
     padding: 15px 20px;
     margin: 0;
     background-color: #7d0f96;
     color: #fff;
     border-radius: 20px;
     position: relative;
 }
 
 /*.el-product-title:after {
     font-family: 'FontAwesome';
     content: '\f0da';
     color: #7d0f96;
     font-size: 45px;
     font-size: 2.8125rem;
     line-height: normal;
 }*/
 
 @media (min-width: 320px) {
     .el-product-title {
         font-size: 28px;
         font-size: 1.75rem;
         text-align: center;
     }
     .el-product-title:after {
         display: none;
     }
 }
 
 @media (min-width: 990px) {
     .el-product-title {
         font-size: 22px;
         font-size: 1.375rem;
         text-align: left;
     }
     .el-product-title:after {
         display: block;
         position: absolute;
         right: -12px;
         top: 5px;
     }
 }
 
 @media (min-width: 1200px) {
     .el-product-title {
         font-size: 28px;
         font-size: 1.75rem;
     }
     .el-product-title:after {
         right: -14px;
         top: 8px;
     }
 }
 
 
 /* 

Estilos generales de los diferentes elementos del menu de categoria
de producto

*/
    
    .el-nancy-categories-menu-item {
        text-align: center;
        cursor: pointer;
        display: block;
    }
    
    @media (min-width: 320px) {
        .el-nancy-categories-menu-item {
            margin-bottom: 30px;
        }
        .el-nancy-categories-menu-item span {
            font-size: 14px;
            font-size: 0.875rem;
        }
    }
    
    @media (min-width: 768px) {
        .el-nancy-categories-menu-item span {
            font-size: 16px;
            font-size: 1rem;
        }
    }
    
    @media (min-width: 990px) {
        .el-nancy-categories-menu-item {
            margin-bottom: 15px;
        }
    }
    /*

Estilos generales de cada icono de categoria

*/
    
    .el-nancy-categories-menu-item a i {
        background-image: url(./img/sprite-ico-categories.png);
        /* imagen con los iconos para cada categoria */
        background-repeat: no-repeat;
        display: block;
        width: 100%;
        height: 135px;
        font-weight: 400;
    }
    /*

Para cada categoria hay una clase que a traves de
background-position selecciona del sprite de todos
los iconos el que corresponde en cada caso.

Para añadir nuevas categorias hay que incluir el 
icono correspondiente en el sprite de iconos y
definir la clase que corresponda con su propiedad
background-position como vemos a continuacion.

*/
    
    .el-nancy-categories-menu-item a i.aventura {
        background-position: center 0;
    }
    
    .el-nancy-categories-menu-item a i.belleza {
        background-position: center -140px;
    }
    
    .el-nancy-categories-menu-item a i.fantasia {
        background-position: center -281px;
    }
    
    .el-nancy-categories-menu-item a i.como-tu {
        background-position: center -422px;
    }
    /*

Estilos generales del texto de cada item de menu

*/
    
    .el-nancy-categories-menu-item a span {
        display: block;
        padding: 10px 0 0 0;
        margin-top: 10px;
    }
    
    @media (min-width: 320px) {
        .el-nancy-categories-menu-item a span {
            border-top: none;
            border-bottom: none;
        }
    }
    
    @media (min-width: 990px) {
        .el-nancy-categories-menu-item a span {
            border-top: 1px solid #00b9e4;
            border-bottom: 1px solid #00b9e4;
        }
    }
    /*

Estilos generales del marcador inferior de cada
elemento del menu que parece al hacer hover.

Este marcador se representa a traves de la 
pseudoclase :after

*/
    
    .el-nancy-categories-menu-item a span:after {
        content: " ";
        background-color: #e5f8fc;
        height: 5px;
        width: 100%;
        margin-top: 5px;
    }
    
    @media (min-width: 320px) {
        .el-nancy-categories-menu-item a span:after {
            display: none;
        }
    }
    
    @media (min-width: 990px) {
        .el-nancy-categories-menu-item a span:after {
            display: block;
        }
    }
    
    .el-nancy-categories-menu-item a.inactive {
        opacity: .5;
    }
    
    .el-nancy-categories-menu-item a:link,
    .el-nancy-categories-menu-item a:visited {
        color: #00b9e4;
        text-transform: uppercase;
        display: block;
        cursor: pointer;
        text-decoration: none;
    }
    
    .el-nancy-categories-menu-item a:hover {
        text-decoration: none;
    }
    /* 

Cambia el color del marcador en el hover para
ponerlo en azul con un efecto de transicion

*/
    
    .el-nancy-categories-menu-item a:hover span:after {
        -webkit-transition: background-color 150ms ease-in-out;
        -moz-transition: background-color 150ms ease-in-out;
        -ms-transition: background-color 150ms ease-in-out;
        -o-transition: background-color 150ms ease-in-out;
        transition: background-color 150ms ease-in-out;
        background-color: #00b9e4;
    }
    /****************FIN DE LOS ELEMENTOS de MUÑECA NANCY************************-*\  

/* Estilos para el decorado de la nube y el beso de la parte izquierda del titulo */
    
    .co-left-cloud-kiss {
        position: absolute;
        z-index: 88888;
        width: 134px;
        height: 110px;
        left: 115px;
    }
    
    .co-left-cloud-kiss .el-white-cloud {
        position: relative;
        left: 26px;
        z-index: 88888;
        opacity: .8;
    }
    
    .co-left-cloud-kiss .el-kiss {
        position: absolute;
        left: 0;
        top: 65px;
        z-index: 99999;
    }
    /* Estilos para el decorado del beso, nube y espejo de la parte central del titulo */
    
    .co-central-kiss-cloud-mirror {
        position: absolute;
        width: 300px;
        left: 50%;
        top: -50px;
        margin-left: -150px;
    }
    
    .co-central-kiss-cloud-mirror .el-cloud {
        position: absolute;
        top: 10px;
        left: 110px;
    }
    
    .co-central-kiss-cloud-mirror .el-kiss {
        position: absolute;
        left: 0;
        top: 9px;
    }
    
    .co-central-kiss-cloud-mirror .el-mirror {
        position: absolute;
        right: -65px;
        top: 8px;
    }
    /* Estilos para el decorado de las nubes y el beso de la parte derecha del titulo */
    
    .co-right-white-clouds-kiss {
        position: absolute;
        z-index: 88888;
        width: 172px;
        height: 110px;
        right: 85px;
        top: -20px;
    }
    
    .co-right-white-clouds-kiss .el-right-small-white-cloud {
        position: relative;
        z-index: 88888;
        top: 0px;
        right: 60px;
    }
    
    .co-right-white-clouds-kiss .el-right-big-white-cloud {
        position: absolute;
        right: 0;
        top: 45px;
        z-index: 88888;
    }
    
    .co-right-white-clouds-kiss .el-right-big-pink-kiss {
        position: absolute;
        right: 92px;
        top: 80px;
        z-index: 99999;
    }
    /*------------------*\
	    
 /* Estilos para el decorado de las dos nubes y pajaro de la parte izquierda del titulo */
    
    .co-left-white-clouds {
        position: absolute;
        z-index: 88888;
        width: 172px;
        height: 110px;
        left: 80px;
        top: 18px;
    }
    
    .co-left-white-clouds .el-big-white-cloud {
        position: absolute;
        left: 22px;
        top: 5px;
    }
    
    .co-left-white-clouds .el-small-white-cloud {
        position: absolute;
        left: 0;
    }
    
    .co-left-white-clouds .el-bird {
        z-index: 99999;
        position: absolute;
        top: -40px;
        -webkit-transform: rotate(9deg);
        -moz-transform: rotate(9deg);
        -o-transform: rotate(9deg);
        transform: rotate(9deg);
    }
    /* Estilos para el decorado la nube y el lazo de la parte central del titulo */
    
    .co-central-cloud-ribbon {
        position: absolute;
        width: 300px;
        left: 50%;
        top: -50px;
        margin-left: -150px;
        z-index: 999999;
    }
    
    .co-central-cloud-ribbon .el-central-small-white-cloud {
        position: absolute;
        top: 20px;
        left: 115px;
    }
    
    .co-central-cloud-ribbon .el-blue-ribbon {
        position: absolute;
        right: -140px;
        top: 50px;
    }
    /* Estilos para el decorado la nube y los tres pajaros de la parte derecha del titulo */
    
    .co-right-white-cloud-birds {
        position: absolute;
        z-index: 88888;
        width: 172px;
        height: 110px;
        right: 80px;
        top: 0;
    }
    
    .co-right-white-cloud-birds .el-white-cloud {
        position: absolute;
        left: 25px;
        top: 0;
        z-index: 88888;
    }
    
    .co-right-white-cloud-birds .el-three-birds {
        position: relative;
        z-index: 99999;
        left: 20px;
        top: 30px;
    }
    /*------------------*\
	    
	    
	/* Formulario de contacto general */
    
    .bl-contact-form {
        text-align: center;
    }
    
    @media (min-width: 320px) {
        .bl-contact-form {
            padding: 0;
        }
    }
    
    @media (min-width: 768px) {
        .bl-contact-form {
            padding: 0 50px;
        }
    }
    
    @media (min-width: 990px) {
        .bl-contact-form {
            padding: 0 150px;
        }
    }
    
    .bl-contact-form a {
        color: #646363;
        text-decoration: underline;
    }
    
    .bl-contact-form a:hover {
        text-decoration: none;
    }
    
    .bl-contact-form input[type="text"],
    .bl-contact-form input[type="email"],
    .bl-contact-form input[type="tel"],
    .bl-contact-form textarea,
    .bl-contact-form select {
        text-align: left;
        width: 100%;
        border: 1px solid #00b9e4;
        padding: 5px 8px;
        font-size: 18px;
        font-size: 1.125rem;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -o-border-radius: 10px;
        border-radius: 10px;
        margin-bottom: 16px;
        background-color: #fff;
        -webkit-appearance: none;
        -moz-appearance: none;
    }
    
    .bl-contact-form input[type="text"]:focus,
    .bl-contact-form input[type="email"]:focus,
    .bl-contact-form input[type="tel"]:focus,
    .bl-contact-form textarea:focus,
    .bl-contact-form select:focus {
        -webkit-transition: box-shadow 150ms ease-in-out;
        -moz-transition: box-shadow 150ms ease-in-out;
        -ms-transition: box-shadow 150ms ease-in-out;
        -o-transition: box-shadow 150ms ease-in-out;
        transition: box-shadow 150ms ease-in-out;
        box-shadow: inset 0 0 5px #00b9e4;
        outline: none;
    }
    
    .bl-contact-form textarea {
        resize: none;
    }
    
    .bl-contact-form label {
        margin: 0;
        font-size: 16px;
        font-size: 1rem;
        color: #646363;
    }
    
    .bl-contact-form input[type="file"] {
        padding: 0px 8px 15px 0;
    }
    
    .bl-contact-form input[type="submit"],
    .bl-contact-form input[type="button"] {
        background: #ccdc00;
        color: #fff;
        border: none;
        padding: 8px 15px;
        font-size: 30px;
        font-size: 1.875rem;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        -o-border-radius: 15px;
        border-radius: 15px;
    }
    
    .bl-contact-form input[type="submit"]:hover,
    .bl-contact-form input[type="button"]:hover {
        background: #fff;
        color: #00b9e4;
    }
    
    .bl-contact-form .custom-select {
        position: relative;
        padding: 0;
        border: none;
    }
    
    .bl-contact-form .custom-select select {
        padding: 5px 30px 5px 8px;
    }
    
    .bl-contact-form .custom-select:after {
        font-family: 'FontAwesome';
        content: "\f0d7";
        display: inline-block;
        position: absolute;
        z-index: 99999;
        top: 7px;
        right: 13px;
    }
    
    .bl-recapchat-form {
        margin-bottom: 20px;
    }
    /* Fomulario de recambios y respuestos */
    
    .co-spare-parts {
        text-align: left;
        border: 3px solid #00b9e4;
        overflow: hidden;
        margin: 20px 15px;
        border-radius: 15px;
        background: #59d1ed;
        clear: both;
    }
    
    @media (min-width: 320px) {
        .co-spare-parts {
            padding: 15px 0;
        }
    }
    
    @media (min-width: 768px) {
        .co-spare-parts {
            padding: 30px;
        }
    }
    
    .co-spare-parts .el-spare-parts-title {
        color: #fff;
        border-bottom: 1px solid #fff;
        padding-bottom: 10px;
        margin-bottom: 15px;
    }
    
    .co-spare-parts label {
        color: #fff;
    }
    
    
    .co-nancy-world-characters-carousel h2.character-name-cloud-1 {
	    background: transparent url(./img/character-name-cloud-1.png) no-repeat center center;
	    background-size: contain;
	}
	
	.co-nancy-world-characters-carousel h2.character-name-cloud-2 {
        background: transparent url(./img/character-name-cloud-2.png) no-repeat center center;
        background-size: contain;
    }
    
    .co-nancy-world-characters-carousel h2.character-name-cloud-3 {
        background: transparent url(./img/character-name-cloud-3.png) no-repeat center center;
        background-size: contain;
    }
	
	.co-nancy-world-characters-carousel h2 {
    color: #646363;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    padding: 40px 0;
    margin-top: 0;
}

 /*------------------*\

        TEXTO DE
        PRESENTACION
        DEL PERSONAJE

    \*------------------*/
    
    .bl-character-intro {
	    background: #e5f8fc;
	    padding-top: 40px;
	    position: relative;
	}
    
    .el-character-intro-text {
        background-size: contain;
        box-sizing: border-box;
        color: #fff;
        
            width: 558px;
            height: 379px;
            padding: 20px 50px 0 95px;
        background: transparent url(./img/img-bocadillo-personaje.png) no-repeat;
         background-size: contain;
            
    }
    
    .el-character-intro-text span {
        height: 379px;
        font-size: 24px;
        font-size: 1.5rem;
        
            height: 379px;
            font-size: 24px;
            font-size: 1.5rem;
    }
    
     .co-character-featured-features {
        background: url(./img/fd-bl-related.png) no-repeat top center;
        position: relative;
        z-index: 99999;
        margin-top: -55px;
        overflow: hidden;
        padding: 150px 150px 40px 150px;
    }
    
    .co-character-featured-features .el-character-featured-features-title {
    font-size: 23px;
    font-size: 1.4375rem;
    border-bottom: 3px solid #FB4580;
    padding-bottom: 4px;
    margin-bottom: 15px;
}

	.co-character-featured-features ul {
        padding: 0;
    }
    
    .co-character-featured-features ul li {
        font-size: 18px;
        font-size: 1.125rem;
        list-style: none;
        padding-left: 20px;
    }
    
    @media (min-width: 990px) {
        .co-character-featured-features ul li {
            font-size: 22px;
            font-size: 1.375rem;
        }
    }
    
    .co-character-featured-features ul li:before {
        content: " ";
        width: 6px;
        height: 17px;
        background-color: #FB4580;
        display: inline-block;
        margin-right: 10px;
        margin-left: -16px;
    }
        
    /*************************************/
    
     .bl-nancy-world-intro {
        background: #90b951 url(./img/fd-bl-nancy-world-intro.png) no-repeat center -200px;
        position: relative;
    }
    
    .bl-nancy-world-intro .container {
        margin: 0 auto;
    }
    
    @media (min-width: 320px) {
        .bl-nancy-world-intro {
            height: 575px;
        }
    }
    
    @media (min-width: 480px) {
        .bl-nancy-world-intro {
            height: 775px;
        }
    }
    
    @media (min-width: 768px) {
        .bl-nancy-world-intro {
            height: 1213px;
        }
    }
    
    @media (min-width: 990px) {
        .bl-nancy-world-intro {
            height: 750px;
        }
    }
    
    /*------------------*\

    CONTENEDOR PARA
    MUÑECA, TEXTO Y
    VIDEO

\*------------------*/
    /*

Estilos para ubicar correctamente los tres
elementos de este componente principalmente
en las adaptaciones a tablet y movil.

*/
    
    @media (min-width: 320px) {
        .co-nancy-world-intro-doll-text {
            position: relative;
            width: 300px;
            left: 50%;
            margin-left: -150px;
        }
    }
    
    @media (min-width: 480px) {
        .co-nancy-world-intro-doll-text {
            position: relative;
            width: 400px;
            margin-left: -200px;
        }
    }
    
    @media (min-width: 768px) {
        .co-nancy-world-intro-doll-text {
            position: relative;
            width: auto;
            left: 0;
            margin-left: 0;
        }
    }
    /*------------------*\

        MUÑECA DE
        PRESENTACIÓN

    \*------------------*/
    
    @media (min-width: 320px) {
        .el-nancy-world-intro-doll {
            width: 120px;
            position: absolute;
            top: 96px;
            left: -10px;
        }
    }
    
    @media (min-width: 480px) {
        .el-nancy-world-intro-doll {
            width: 200px;
            top: 30px;
            left: -22px;
        }
    }
    
    @media (min-width: 768px) {
        .el-nancy-world-intro-doll {
            width: auto;
            top: 30px;
            left: 0;
        }
    }
    
    @media (min-width: 990px) {
        .el-nancy-world-intro-doll {
            top: 30px;
            left: -155px;
        }
    }
    /*------------------*\

        TEXTO DE
        PRESENTACIÓN

    \*------------------*/
    
    .co-nancy-world-intro-text {
        box-sizing: content-box;
    }
    
    @media (max-width: 640px) {
      .co-nancy-world-intro-text {
        font-size: 10px;
        min-height: 200px;
        background-size: cover !important;
        z-index: 20 !important;
      }
      
      .co-nancy-world-intro-text h1{
        font-size: 18px;
      }
      
      .co-nancy.world-intro-text p{
        font-size: 13px;
      }
      
      .site-footer{
        margin-top: -278px;
      }
    }
    
    @media (min-width: 320px) {
        .co-nancy-world-intro-text {
            background: transparent url(./img/img-bocadillo-mundo-nancy.png) no-repeat;
            width: 150px;
            height: auto;
            padding: 20px 25px 20px 30px;
            position: relative;
            top: 46px;
            left: 105px;
            margin: 0;
            z-index: 99999;
            background-size: contain;
            
        }
        
        
        
    }
    
    @media (min-width: 480px) {
        .co-nancy-world-intro-text {
            width: 200px;
            padding: 20px 25px 20px 50px;
            top: 60px;
            left: 125px;
        }
    }
    /*

    Para la version en tablet es necesario cambiar el bocadillo
    que envuelve al texto por uno un poco mas horizontal
    En el resto de adaptaciones (movil y escritorio) se mantiene
    el bocadillo original 

    */
    
    @media (min-width: 768px) {
        .co-nancy-world-intro-text {
            background: transparent url(./img/img-bocadillo-mundo-nancy-mobile.png) no-repeat;
            width: 352px;
            padding: 35px 30px 35px 90px;
            position: absolute;
            top: 105px;
            left: 255px;
        }
    }
    
    @media (min-width: 990px) {
        .co-nancy-world-intro-text {
            background: transparent url(./img/img-bocadillo-mundo-nancy.png) no-repeat;
            width: 245px;
            height: 424px;
            padding: 30px 30px 30px 80px;
            top: 125px;
            left: 140px;
            background-size: contain;
        }
    }
    
    @media (min-width: 1200px) {
        .co-nancy-world-intro-text {
            width: 335px;
            height: 481px;
            top: 110px;
            left: 140px;
            padding: 55px 45px 35px 90px;
        }
    }
    
    /*------------------*\

        VIDEO

    \*------------------*/
    
    @media (min-width: 320px) {
        .el-nancy-world-intro-video {
            width: 300px;
            position: absolute;
            top: 330px;
            left: 50%;
            margin-left: -150px;
        }
    }
    
    @media (min-width: 480px) {
        .el-nancy-world-intro-video {
            width: 400px;
            top: 420px;
            margin-left: -200px;
        }
    }
    
    @media (min-width: 768px) {
        .el-nancy-world-intro-video {
            width: 100%;
            top: 650px;
            margin-left: 0;
            left: 0;
        }
    }
    
    @media (min-width: 990px) {
        .el-nancy-world-intro-video {
            width: 430px;
            top: 140px;
            left: 530px;
        }
    }
    
    @media (min-width: 1200px) {
        .el-nancy-world-intro-video {
            width: 490px;
            left: 665px;
        }
    }
    
    
 /*

    Contenedor para cada elemento del listado de manualidades

    */
    
    .co-crafts-item {
        display: inline-block;
        position: relative;
    }
    /*

        Boton para aÃ±adir a favorito

        */
    
    .co-crafts-item .el-add-favorite-button {
        background-color: #fff;
        color: #FB4580;
        border: 4px solid #FB4580;
        top: 40px;
        right: 60px;
    }
    
    .co-crafts-item .el-add-favorite-button:hover {
        color: #fff;
        background-color: #FB4580;
    }
    
    .co-crafts-item .el-add-favorite-button.added-to-favorite {
        color: #fff;
        background-color: #FB4580;
        top: 40px;
        right: 55px;
    }
    /*

        Estilos para cuando el usuario se situa encima de todo
        el componente de manualidades.

        Aqui solo se cambia el color del nombre de la manualidad.

        */
    
    .co-crafts-item:hover .el-crafts-item-title span {
        -webkit-transition: all 150ms ease-in-out;
        -moz-transition: all 150ms ease-in-out;
        -ms-transition: all 150ms ease-in-out;
        -o-transition: all 150ms ease-in-out;
        transition: all 150ms ease-in-out;
        color: #FB4580;
    }
    /*

    Contenedor de la imagen de la manualidad

    */
    
    .co-crafts-cloud-content-image .img-responsive {
        display: inline-block;
    }
    /*

    Nombre de la manualidad

    */
    
    .el-crafts-item-title {
        text-align: center;
        line-height: 120%;
        display: block;
        margin: 10px 0 25px 0;
        font-size: 18px;
        font-size: 1.125rem;
    }
    
    @media (min-width: 768px) {
        .el-crafts-item-title {
            /*    background: transparent url(./images/fd-el-category-product-list-item-title-rosa.png) no-repeat center 18px;*/
            display: inline-block;
            width: 350px;
        }
    }
    
    .el-crafts-item-title span {
        background-color: transparent;
        padding: 10px 20px;
        margin: 0;
        display: inline-block;
        color: #646363;
    }
    
    
    
  
  .ti_scroll,   .ti_scroll:visited {
      bottom: 2%;
      display: none;
      height: 50px;
      opacity: 1;
      overflow: hidden;
      position: fixed;
      right: 12px;
      text-align: center;
      width: 50px;
      z-index: 99999;
      border-radius: 50%;
      box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
      background: #59d1ed;
      color: #fff;
  }
  
  .ti_scroll:hover {
      opacity: 1;
  }
  
  .ti_scroll i {
      font-size: 26px;
      line-height: 45px;
  }
  
  .ti_scroll:hover,
  .ti_scroll:focus {
      transition: all 0.3s ease 0s;
      color: #fff;
  }
  
  .modal2{
    position: fixed;
    width: 800px;
    background-color: #00b9e3;
    padding: 50px;
    top: 100px;
    z-index: 20000000;
    margin-left: -310px;
    display: none;
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 15px -2px rgba(0,0,0,0.53); 
    box-shadow: 0px 0px 15px -2px rgba(0,0,0,0.53);
  }
  
  .modal2 h1{
    color: #fff;
    text-align: center;
  }
  
  .modal2 .cerrar{
    color: #fff;
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 30px;
    
  }
  
  .cerrar:hover{
    opacity: .8;
  }
  
  
  .mob-menu-header-holder {
    z-index: 99999999999;
}

/****** Estilos Desarrollos Online 2024 *******/
/* Zona síguenos en el pie */
.bl-footer .siguenos{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: rgb(0, 185, 228);
}

.bl-footer .siguenos > div{
    font-size: 24px;
    font-weight: bold;
}

.bl-footer .siguenos ul{    
    list-style-type: none;  
    display: flex;
    gap: 10px;
    margin-left: 0;
    margin-bottom: 0;      
}

.bl-footer .siguenos ul li a{    
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid white;
}
.bl-footer .siguenos ul li a:hover{
    background-color: rgb(0, 185, 228);
    text-decoration: none;
}  
.bl-footer .siguenos ul li a i{
    color: rgb(0, 185, 228);
    font-size: ;
}    
.bl-footer .siguenos ul li a:hover i{
    color: white;
    text-decoration: none;
}

@media all and (max-width: 640px){
    .bl-footer .siguenos{
        flex-direction: column;
    }
    .bl-footer .siguenos ul{    
        margin-top: 10px;
        padding-left: 0;
    }
    .bl-footer .siguenos > div{
        font-size: 20px;        
    }
}