@import url('css/Brandon Grotesque Medium.css');
@import url('css/Brandon Grotesque Regular.css');
@import url('css/Brandon Grotesque Bold.css');

* {
    margin: 0;
    padding: 0;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

html {
    margin-top: 0px !important;
}

body {
    font-family: 'Brandon Grotesque Regular', sans-serif;
    color: #555;
    font-weight: 400;
}

body.home {
    background: #000;
}

.breadcrumbs,
.breadcrumbs span {
    font-size: 17px;
    color: #555;
}

.footer-colophon .textwidget {
    line-height: normal;
    display: none !important;
}

.bgazul {
    background: #00b3e3;
}

.bgazul:hover {
    background: #0088ad !important;
}

.bgnaranja {
    background: #ff8400;
    border-bottom-color: #c36602 !important;
}

.bgverde {
    background: #047832;
    border-bottom-color: #03401b !important;
}

.bgrojo {
    background: #e1261c;
    border-bottom-color: #b6042d !important;
}

.bgrosa {
    background: #bd0b8b;
    border-bottom-color: #630a4a !important;
}

.bggris {
    background: #818282;
    border-bottom-color: #4c4c4c !important;
}

.bgazuloscuro {
    background: #2e51d3;
    border-bottom-color: #101e4f !important;
}

.boton {
    /*float: left;*/
    display: inline-block;
    height: 50px;
    margin-right: 10px;
}

.button {
    -webkit-border-radius: 3;
    -moz-border-radius: 3;
    border-radius: 3px;
    -webkit-box-shadow: 0px 5px 0px #;
    -moz-box-shadow: 0px 5px 0px #;
    box-shadow: 0px 5px 0px #;
    font-family: 'Nunito', sans-serif;
    font-weight: bold;
    color: #ffffff;
    font-size: 14px;
    padding: 10px 30px 10px 30px;
    text-decoration: none;
    text-transform: uppercase;
    border-bottom: 4px solid #0088ad;
    display: inline-block;
    outline: none;
    float: left;
}

.button:hover, .buttonactivado {
    color: #a3c9d9;
    border: none;
    margin-top: 0px;
    background: #0088ad;
}

.button.bgnaranja:hover {
    background: #c36602;
    color: #d89853;
}

.button.bgverde:hover {
    background: #03401b;
    color: #287948;
}

.button.bgrojo:hover, .button.bgrojo.buttonactivado {
    background: #b6042d;
    color: #da4265;
}

.button.bggris:hover {
    background: #4c4c4c;
    color: #ccc;
}

.button.bgrosa:hover {
    background: #630a4a;
    color: #ccc;
}

.button.bgazuloscuro:hover {
    background: #101e4f;
    color: #334a99;
}

.clear {
    clear: both;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.titulo {
    font-size: 36px;
    font-family: 'Brandon Grotesque Bold';
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
}

.gris {
    color: #aaa;
    font-size: 16px;
    font-family: 'Arial';
}

.site-branding {
    float: none;
    display: inline-block;
    text-align: center;
}

.header-content {
    text-align: center;
}

.logotipo {
    width: 190px;
    height: 75px;
    margin-top: -7px;
    background: url(./img/logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    text-indent: -10000px;
    overflow: hidden;
    display: inline-table;
    -webkit-transition: width 1.5s, height 1.5s, margin-top 1.5s;
    -moz-transition: width 1.5s, height 1.5s, margin-top 1.5s;
    -o-transition: width 1.5s, height 1.5s, margin-top 1.5s;
    transition: width 1.5s, height 1.5s, margin-top 1.5s;
}

.header-menu {
    width: 100%;
    position: relative;
    padding-top: 15px;
}

.header-content {
    height: 100px;
    width: 1180px;
    margin: auto;
    padding-top: 20px;
}

.menu-secundario {
    /*width: 1180px;*/
    width: 100%;
    max-width: 1180px;
    margin: auto;
    position: relative;
}

.menu-secundario .menu-item, .menu-pie .menu-item {
    list-style: none;
    float: left;
    /*margin-right: 15px;*/
}

.menu-pie .menu-item {
    float: none;
}

.menu-pie ul {
    margin: auto;
}

.menu-pie .menu-item {
    float: left;
}

.menu-secundario .menu-item a, .menu-pie .menu-item a {
    color: #fff;
    font-family: 'Arial';
    font-size: 12px;
    text-decoration: none;
    display: inline-block;
    padding-top: 10px;
}

.menu-secundario .menu-item a:hover, .menu-pie .menu-item a:hover {
    color: #fff;
    text-decoration: underline;
}

.menu-pie .menu-item a {
    padding-top: 0px;
}

.main-navigation {
    float: left;
    width: auto;
    clear: none;
    /*margin-top: 10px;*/
}

.main-navigation a {
    text-transform: uppercase;
}

.menu-item {
    margin-left: 10px;
    margin-right: 10px;
}

.alinea_vertical a {
    padding-top: 32px !important;
}

.menu-item a {
    padding: 8px 10px 8px 10px;
    color: #333;
    max-width: 180px;
    text-align: center;
}

.menu-menu-principal-container .menu-item a:hover {
    color: #ccc;
    border-bottom: 3px solid #e1261c;
}

.current-menu-item a {
    border-bottom: 3px solid #e1261c;
}

.menu-pie .current-menu-item a {
    border: none;
}

.page_item a:hover {
    color: #ccc;
}

.site-footer {
    width: 100%;
    background: #000;
    padding-top: 30px;
}

.footer-content {
    background: #000;
    /*height: 186px;*/
    margin-bottom: 10px;
    padding-top: 0px;
    position: relative;
}

.footer-colophon {
    width: 100%;
    height: 65px;
    background: #00b3e3;
    font-family: 'Arial';
    font-size: 12px;
    color: #fff;
    padding-top: 25px;
}

.footer-colophon-content, .footer-content-content {
    margin: auto;
}

.logo-toystore {
    display: block;
    width: 154px;
    height: 80px;
    background: url(./img/logo-toystore.png);
    display: block;
    text-indent: -10000px;
    overflow: hidden;
    margin-right: 150px;
}

.logo-famosa {
    /*width: 65px;
    height: 65px;*/
    width: 145px;
    height: 115px;
    /*background: url(./img/logo-famosa.png);*/
    background: url(./img/logo-famosa-gp.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    text-indent: -10000px;
    overflow: hidden;
}

.logo-feber {
    width: 160px;
    height: 48px;
    float: left;
    background: url(./img/logo.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    text-indent: -10000px;
    overflow: hidden;
    margin-bottom: 15px;
}

/********************* home ************************************/

.pagina {
    width: 100%;
    margin: auto;
}

.bloque-categorias {
    width: 1180px;
    text-align: center;
    padding: 20px;
    margin: auto;
}

.boton-categoria {
    font-size: 16px;
    /*font-family: 'Arial';*/
    text-transform: uppercase;
    text-align: center;
    width: 212px;
    float: left;
    margin-left: 8px;
    margin-right: 8px;
}

.boton-categoria a {
    text-decoration: none;
}

.boton-categoria a:hover {
    color: #333;
}

.boton-categoria .imagen {
    width: 204px;
    height: 204px;
    overflow: hidden;
    -webkit-border-radius: 102px;
    -moz-border-radius: 102px;
    border-radius: 102px;
    margin-bottom: 8px;
}

.categorias .novedades, .categorias_responsive .novedades {
    border: 4px solid #ca2d9a;
}

.color-novedades {
    color: #ca2d9a;
}

.coches {
    border: 4px solid #e1261c;
}

.color-coches {
    color: #e1261c;
}

.home .correpasillos, .home .triciclos, .error404 .correpasillos, .error404 .triciclos {
    border: 4px solid #00b3e3;
}

.color-correpasillos, .color-triciclos {
    color: #00b3e3;
}

.airelibre {
    border: 4px solid #007935;
}

.color-airelibre {
    color: #007935;
}

.wrap-bloque-lomasdestacado {
    background: url(./img/fondo-lomasdestacado.jpg) right top no-repeat;
}

.bloque-lomasdestacado {
    width: 1180px;
    text-align: center;
    height: 557px;
    margin: auto;
    padding-top: 20px;
}

.bloque-lomasdestacado .botones {
    width: 510px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 380px;
}

body.es .bloque-lomasdestacado .botones {
    width: 610px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.bloque-lomasdestacado .contenedor {
    width: 1180px;
}

.bloque-lomasdestacado .contenedor .content, .contenido_video .content {
    width: 1180px;
}

.bloque-lomasdestacado .contenedor .content .texto, .contenido_video .content .texto {
    float: left;
    width: 500px;
    text-align: left;
}

.bloque-lomasdestacado .contenedor .content .img, .contenido_video .content .img {
    float: right;
    border: 1px solid #00b3e3;
    height: 350px;
    width: 562px;
}

.bloque-lomasdestacado .contenedor .content .texto, .contenido_video .content .texto {
    font-family: 'Arial';
    font-size: 14px;
    color: #555;
    line-height: 17px;
}

.contenido_video .content .texto {
    color: #fff;
}

.bloque-lomasdestacado .contenedor .content .texto h1, .contenido_video .content .texto h1 {
    line-height: 22px;
}

.contenido_video .texto h1 {
    color: #fff;
    line-height: 30px !important;
}

.bloque-lomasdestacado .contenedor .content .texto h1 a {
    color: #555;
    font-size: 22px;
    font-family: 'Nunito', sans-serif;
    text-decoration: none;

}

.bloque-lomasdestacado .contenedor .content .texto h1 a:hover {
    color: #ccc;
}

.wrap-bloque-social {
    height: 340px;
    width: 100%;
    background: url(./img/fondo-social.jpg) right top no-repeat;
}

.bloque-social {
    width: 1180px;
    margin: auto;
    position: relative;
}

.facebook {
    float: left;
    margin-top: 15px;
    width: 444px;
    height: 223px;
}

.navigation {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    display: inline-block;
}

ul.sf-nav > li {
    margin-right: 0% !important;
}

.sf-nav {
    display: inline-block !important;
}

.sf-nav span.sf-nav-current,
.wp-paginate .current, .page-numbers.current {
    background: #fff;
    font-weight: 700;
    color: #000;
    border: 0;
    text-decoration: none;
    padding: 5px !important;
    font-size: 21px !important;
}

.sf-nav span.sf-nav-current {
    margin-top: -1px;
}

ul.sf-nav > li > span.sf-nav-click {
    font-weight: 400;
}

.sf-nav a, .sf-nav span.sf-nav-click, .sf-nav .sf-nav-three-points,
.wp-paginate a, .page-numbers {
    background: #fff;
    color: #393939;
    font-family: 'Brandon Grotesque Regular';
    font-weight: 400;
    border: 1px solid #e1261c;
    text-decoration: none;
    padding: 5px !important;
    font-size: 20px !important;
}

.wp-paginate a:hover, .page-numbers:hover {
    background: #fff;
    color: #000;
    font-weight: 700;
}

.wp-paginate .dots {
    color: #393939;
}

.wp-paginate {
    list-style: none;
}

.wp-paginate li {
    display: inline-block;
}

@media (max-width: 1400px) {

    #parallax {
        background-size: cover !important;
    }

}

.novedades_toystore {
    display: none;
    position: absolute;
    top: -1px;
    right: 0px;
    width: 213px;
    height: 126px;
    background: #fff;
    border: #e1261c 1px solid;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 4px 3px 5px -4px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 4px 3px 5px -4px rgba(0, 0, 0, 0.75);
    box-shadow: 4px 3px 5px -4px rgba(0, 0, 0, 0.75);
    padding: 15px;
    padding-top: 0px;
}

.novedades_toystore .button {
    padding: 4px 10px 4px 10px;
    margin-left: 27px;
}

/************ slider home ***************/

.slider_home {
    padding-top: 25px;
    padding-bottom: 30px;
    background: #fff;
    width: 100%;
    height: 520px;
    position: relative;
}

.home .slider_home {
    height: auto;
    /*max-height: 60vh;
	max-height: 700px;*/
    overflow: hidden;
}

.home .slider_home {
    padding-bottom: 0px;
}

.home .swiper-container {
    overflow: visible;
}

.slider_home_2 {
    padding-top: 110px;
    height: 100%;
    background: #000;
}

.home .header-text .container {
    /*margin-top: 13%;
	bottom: 20%;*/
    bottom: auto;
    top: 20%;
    margin-left: 136px;
    height: auto;
    padding-bottom: 3%;
    color: #ffffff;
    line-height: 28px;
    font-size: 23px;
    background: none;
}

.home .swiper-slide h2 {
    font-size: 53px;
    line-height: 53px;
    font-weight: 700;
}

.home .swiper-slide h2 span {
    font-family: 'Brandon Grotesque Bold';
    line-height: 60px;
}

.contenido_slider_home {
    width: 33.3%;
    height: 80%;
    background-size: contain !important;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    float: left;
}

.contenido_slider_home a {
    width: 100%;
    height: 100%;
    display: block;
    text-indent: -10000px;
    overflow: hidden;
}

.slider_izquierda, .slider_derecha {
    color: #000;
    font-size: 65px;
    z-index: 19;
    margin-top: -40px;
}

.slider_izquierda:hover, .slider_derecha:hover {
    color: #ccc;
}

.slider_izquierda {
    position: absolute;
    top: 50%;
    left: 30%;
    cursor: pointer;
}

.slider_derecha {
    position: absolute;
    top: 50%;
    right: 30%;
    cursor: pointer;
}

.buscador {
    width: 100%;
    margin: auto;
    padding-bottom: 25px;
}

.search-results .content-area {
    overflow: hidden;
}

.buscador .titulo {
    float: left;
}

.buscador {
    margin-bottom: 15px;
}

.buscador .formulario {
    margin-left: 0px;
    float: left;
}

.buscador .formulario input {
    background: #e9f6fd;
    color: #aaa;
    padding: 10px;
    width: 350px;
    border: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.buscador .boton {
    margin-left: 20px;
}

.header-menu .buscador_cabecera {
    float: left;
}

.header-menu .buscador_cabecera input {
    background: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #000 !important;
    font-family: 'Arial';
    border: none;
    font-size: 12px;
    outline: none;
    padding-left: 10px;
    padding-right: 10px;
    width: 200px;
    margin-top: 7px;

}

.header-menu ::-webkit-input-placeholder {
    color: #ffeeee;
}

.header-menu ::-moz-placeholder {
    color: #ffeeee;
}

/* firefox 19+ */
.header-menu :-ms-input-placeholder {
    color: #ffeeee;
}

/* ie */
.header-menu input:-moz-placeholder {
    color: red;
}

.boton_facebook {
    width: 30px;
    height: 29px;
    background: url(./img/facebook.jpg);
    text-indent: -10000px;
    overflow: hidden;
    display: inline-block;
}

.boton_youtube {
    width: 30px;
    height: 29px;
    background: url(./img/youtube.jpg);
    text-indent: -10000px;
    overflow: hidden;
    display: inline-block;
}

.botones_redes {
    position: absolute;
    top: 12px;
    left: 383px;
}

.main-navigation .sub-menu {
    width: 668px;
    border: 5px solid #fff;
    padding-left: 328px !important;
    border-top: none;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.main-navigation ul ul {
    background: #fff;
    margin-top: 40px;
}

.main-navigation ul.sub-menu {
    background: #eef1f2 url(./img/fondo-menu-catalogo.jpg) bottom left no-repeat;
    padding-top: 25px !important;
    padding-bottom: 20px !important;
}

.main-navigation ul.sub-menu a {
    width: 140px;
    font-size: 14px;
    border-bottom: 3px solid #eef1f2;
    padding-top: 10px !important;
}

.main-navigation ul.sub-menu a:hover {
    color: #e1261c;
}

/*********** selector idiomas **************/
.selecciona-idioma {
    height: 25px;
    float: left;
    color: #fff;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    text-decoration: none;
    margin-top: 9px;
    margin-left: 15px;
    margin-right: 0px;
    position: relative;
    font-size: 12px;
}

#bloque_idiomas {
    height: 25px;
    float: right;
    width: 115px;
    color: #06C;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    text-decoration: none;
    margin-top: 5px;
    margin-left: 15px;
    position: relative;
}

.idioma_actual {
    padding-top: 3px;
}

.idioma_actual a {
    width: 110px;
    height: 30px;
    padding: 2px 10px 0px 20px;
    display: block;
    background: url("./img/flecha_selector_idiomas.png") 2px 7px no-repeat;
    text-align: left;
    text-decoration: none;
    color: #fff;
    font-family: 'Arial';
    font-size: 12px;
}

.idioma_actual a:hover {
    text-decoration: underline;
}

.selector_idiomas {
    background: #FFFFFF;
    position: absolute;portugal
    top: 25px;
    left: 0;
    z-index: 600;
}

.selector_idiomas a {
    height: 25px;
    width: 115px;
    line-height: 25px;
    text-align: left;
    padding: 0 10px 0 10px;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    text-decoration: none;
    font-size: 14px;
    display: block!important;
    color: #333;
}

.selector_idiomas a:hover {
    color: #ccc;
}

.ES .selector_idiomas a.customcountryselector_1_espania,
.FR .selector_idiomas a.customcountryselector_4_france,
.PT .selector_idiomas a.customcountryselector_9_portugal {
    display: none!important;
}

/**************/
.error404 .cabecera {
    background: url(./img/slider_ficha_producto-1.png) center center no-repeat;
    background-size: cover;
    background-position: 0px -100px;
}

/******** cookies ***********/
#cookie_ventana {
    background: #ccc;
    width: 100%;
}

.contenido_cookie {
    width: 1200px;
    margin: auto;
    color: #4f4f4f;
    font-size: 13px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.contenido_cookie a {
    color: #4f4f4f;
    text-decoration: underline;
}

.contenido_cookie a:hover {
    color: #000;
}

.texto {
    width: 950px;
    float: left;
}

.contenido_cookie .boton_cookie {
    float: right;
    margin-top: 15px;
    background: #88bb30;
    display: block;
    padding: 10px;
    color: #fff;
    text-decoration: none;
}

.contenido_cookie .boton_cookie:hover {
    background: #628a1d;
    color: #fff;
}

.triman {
    display: none;
}

.FR .triman {
    display: block;
}

/**************** FAQ **************************/

.problems {
    width: 920px;
    margin: auto;
}

.conten_problems {
    width: 600px;
    background: #f6f6f6 url(./img/fondo_faq.jpg) center center no-repeat;
    float: left;
    min-height: 600px;
    padding: 20px;
}

.conten_problems .pregunta {
    padding-bottom: 10px;
    width: 100%;
    background: url(./img/linea_faq.jpg) bottom left no-repeat;
    padding-top: 10px;
    display: none;
}

.conten_problems .pregunta.negrita {
    font-weight: bold;
}

.menu_problems {
    width: 320px;
    float: left;
    font-size: 14px;
    padding-right: 20px;
    text-transform: uppercase;
}

.menu_problems .flecha_abajo {
    background: url(./img/flecha_abajo.jpg) right 10px no-repeat;
}

.menu_problems .flecha_arriba {
    background: url(./img/flecha_arriba.jpg) right 10px no-repeat;
}

.menu_problems .rojo {
    color: #e1261c;
    font-family: 'Nunito', sans-serif;
    margin-left: 42px;
}

.menu_problems ol ul {
    display: none;
    list-style: none;
    margin-left: 10px;
}

.menu_problems ol li {
    margin-top: 15px;
}

.menu_problems ol a {
    color: #959595;
    text-decoration: none;
    font-family: 'Nunito', sans-serif;
}

.menu_problems ol a.seleccionado {
    color: #000;
}

.menu_problems ol a:hover {
    color: #000;
}

.menu_problems ol ul a {
    display: block;
    padding: 10px;
}

.menu_problems ol ul li {
    margin: 0;
}

.menu_problems ol ul a:hover, .menu_problems ol ul a.seleccionado {
    background: #f6f6f6;
}

.conten_problems a.enlace {
    color: #00b3e3;
}

.conten_problems a.enlace.rojo {
    color: #e12c23;
}

.conten_problems a.enlace:hover {
    color: #4277ff;
}

.conten_problems a.enlace.rojo:hover {
    color: #870f0f;
}

.boton-categoria-new {
    padding-left: 0px;
    padding-right: 0px;
    height: auto;
    position: relative;
    float: left;
}

.imagen {
    position: absolute;
    width: 100%;
    z-index: 2;
    bottom: 0%;
}

.boton-categoria-new .expandable {
    background-image: url(./img/plus.png);
    background-repeat: no-repeat;
    background-position: 90% 25%;
    padding: 7% 22% 5% 10%;
    cursor: pointer;
    height: 120px;
    background-size: 12%;
}

.boton-categoria-new .expandable a {
    text-decoration: none;
}

.boton-categoria-new .desplegado {
    bottom: 0px;
    top: 0px;
    position: absolute;
    width: 100%;
    z-index: 3;
}

.inner-desplegado {
    padding: 12% 15% 5% 10%;
    height: 100%;
    position: absolute;
    bottom: 0px;
    z-index: 3;
    top: 0px;
}

.inner-desplegado .btn-default {
    background: none;
    border: 2px solid #fff;
    color: #fff;
    font-family: 'Brandon Grotesque Regular';
    font-size: 1.3em;
    border-radius: 0px;
    margin-top: 15px;
    margin-bottom: 22px;
}

.desplegado i {
    position: relative;
    z-index: 15;
    float: right;
    text-align: right;
    cursor: pointer;
    color: #fff;
    margin-top: 10px;
    margin-right: 10px;
}

.boton-categoria-new .expandable span,
.boton-categoria-new .desplegado span,
.boton-categoria-new .expandable p,
.boton-categoria-new .desplegado p {
    color: #fff;
    font-family: 'Brandon Grotesque Regular';
    font-size: 1em;
    line-height: 18px;
}

.boton-categoria-new .desplegado span,
.boton-categoria-new .expandable span {
    font-family: 'Brandon Grotesque Bold';
    font-size: 1.7em;
    line-height: 30px;
}

.azul-cat .expandable,
.azul-cat .desplegado {
    background-color: #49acd6;
}

.rojo-cat .expandable,
.rojo-cat .desplegado {
    background-color: #bd2d24;
}

.verde-cat .expandable,
.verde-cat .desplegado {
    background-color: #8cb61d;
}

.morado-cat .expandable,
.morado-cat .desplegado {
    background-color: #522959;
}

.gris-cat .expandable,
.gris-cat .desplegado {
    background-color: #595959;
}

.arrow-down-header {
    position: relative;
    z-index: 2;
    margin-top: -7.5em;
    margin-bottom: 20px;
    cursor: pointer;
}

.arrow-down-header-2 {
    position: relative;
    z-index: 2;
    margin-bottom: 3px;
    margin-top: -7.5em;
    cursor: pointer;
}

.arrow-down-header-2 img,
.arrow-down-header img {
    width: 5%;
}

.container-fluid {
    max-width: 1920px;
}

.boton-categoria-new img.main-img-cat {
    position: relative;
    z-index: 1;
}

.row-fh-2 {
    height: 80vh;
}

.row-fh-2 .boton-categoria-new {
    height: 80vh;
}

.fotter-menu-col {
    float: left;
}

.fotter-menu-col ul {
    list-style: none;
    margin: 0px;
}

.fotter-menu-col li {
    color: #fff;
    font-size: 1em;
    cursor: pointer;
}

.fotter-menu-col li a {
    color: #fff;
    font-size: 1em;
    cursor: pointer;
}

.fotter-menu-col li a:hover {
    font-size: 1.05em;
    text-decoration: none;
}

.fotter-menu-col li span {
    color: #fff;
    font-weight: 700;
    font-size: 1em;
    margin-bottom: 15px;
}

.footer-content-content div {
    margin-bottom: 35px;
}

.footer-content-content div,
.footer-content-content a {
    color: #fff;
    font-size: 1em;
    text-align: left;
}

.footer-content-content {
    text-align: right;
}

.social-footer span {
    color: #fff;
    text-align: right;
    font-size: 19px;
    font-weight: 700;
}

.social-footer i {
    color: #fff;
    text-align: right;
    font-size: 20px;
    margin-left: 5px;
}

i.fa-youtube-play {
    font-size: 23px;
}

.social-footer {
    color: #fff;
    text-align: right;
}

.social-footer i {
    color: #fff;
    max-height: 20px;
    margin-left: 5px;
}

.newsletters {
    margin-top: 25px;
}

.newsletters input {
    border: 2px solid #fff;
    background: none;
    border-radius: 0px;
    color: #fff;
}

.input-group-addon:last-child {
    background: #fff;
    color: #000;
    font-weight: 700;
    border-radius: 0px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: white !important;
}

::-moz-placeholder { /* Firefox 19+ */
    color: white !important;
}

:-ms-input-placeholder { /* IE 10+ */
    color: white !important;
}

:-moz-placeholder { /* Firefox 18- */
    color: white !important;
}

.site {
    padding-top: 0px;
}

.archive .site {
    padding-top: 0px;
}

.site-content {
    margin-top: -32px;
}

.site-header {
    width: 100%;
    position: fixed;
    z-index: 20;
    margin-left: auto;
    margin-right: auto;
    /*height: 195px;background: url(img/degradado_menu.png) transparent center top repeat-x;*/
    height: 70px;
    background: #000;
    background-size: contain;
    top: 0px;
}

/*MENU*/
.megamenu {
    margin-top: -15px;
    position: fixed;
    height: 260px;
    z-index: 20;
    width: 100%;
    background: #fff;
    padding-top: 15px;
    padding-bottom: 0px;
}

.header-content {
    display: none;
}

.headerr-menu-col {
    float: left;
}

.headerr-menu-col ul {
    list-style: none;
    margin: 0px;
}

.headerr-menu-col li,
.headerr-menu-col li a {
    color: #000;
    font-size: 1em;
    cursor: pointer;
}

.footer-menu-hidden-2 .headerr-menu-col li,
.footer-menu-hidden-2 .headerr-menu-col li a {
    color: #fff;
}

.headerr-menu-col li a:active,
.headerr-menu-col li a:focus,
.headerr-menu-col li a:hover {
    text-decoration: none;
    font-size: 1.05em;
}

.headerr-menu-col li span {
    font-weight: 700;
    font-size: 1.1em;
    margin-bottom: 15px;
    color: #000;
}

.ver-todos-header {
    text-align: right;
}

.ver-todos-header a {
    color: #000;
    font-weight: 700;
}

li.titu-footer-menu-move span {
    color: #49acd6;
}

li.titu-footer-menu-drive span {
    color: #bd2d24;
}

li.titu-footer-menu-life span {
    color: #8cb61d;
}

li.titu-footer-menu-pro span {
    color: #522959;
}

li.titu-footer-menu-mundo span {
    color: #595959;
}

li.titu-footer-menu-2 {
    color: #808080;
}

.logo-site {
    text-align: center;
}

.titu-footer-menu-2 span {
    font-weight: 700;
    color: #000;
}

.burger {
    padding-top: 10px;
    font-weight: 700;
    color: #fff;
    font-size: 12px;
}

.burger span {
    font-weight: 700;
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
}

.burger a:hover {
    text-decoration: none;
}

.burger span:hover {
    font-family: 'Brandon Grotesque bold', sans-serif;
    font-size: 12.5px;
    text-decoration: none;
}

.burger img {
    margin-right: 10px;
    cursor: pointer;
    width: 6%;
}

.x-ico-img-mobile img,
.x-ico-img img {
    margin-right: -10px;
    cursor: pointer;
    width: 65%;
}

.search-icon {
    font-size: 15px;
    color: #fff;
    cursor: pointer;
    float: right;
    padding-top: 10px;
}

.search-icon a {
    color: #fff
}

.x-ico-img-mobile,
.x-ico-img {
    float: left;
}

.page-item.prev,
.page-item.next {
    color: #f5f5f5 !important;
}

.slick-prev:before, .slick-next:before {
    color: red !important;
}

.lSSlideOuter .lightSlider > *, .lSSlideOuter .lSGallery li {
    text-align: center !important;
}

.lSSlideOuter .lSPager.lSpg > li a {
    background-color: #C6C6C6;
}

.lSSlideOuter .lSPager.lSpg > li:hover a,
.lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #000;
}

.lightslider .active + div {
    -webkit-transition: height 1.5s;
    -moz-transition: height 1s;
    -ms-transition: height 1s;
    -o-transition: height 1s;
    transition: height 1s;
    height: 130%;
}

.lightslider img {
    width: 60%;
}

.lightslider .active + div img {
    height: auto;
    margin-top: 2%;
    width: 68%;
}

.lSSlideWrapper {
    min-height: 50vh;
}

.lightslider .slide-cat a {
    text-decoration: none;
}

.lightslider .slide-cat h3 {
    color: #595959;
    font-size: 34px;
    width: 90%;
    font-weight: 700;
    padding: 0;
    margin: 0;
    text-decoration: none;
}

.lSSlideOuter .lightSlider,
.lSSlideOuter .lSPager {
    overflow: visible;
}

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

.full-search {
    position: fixed;
    height: 100%;
    z-index: 99;
    top: 0px;
    left: 0px;
    width: 100%;
    background: #595959;
    color: #fff;
    padding-top: 20px;
}

#formulario_busqueda_cabecera input {
    background: none;
    border: 0px;
    border-radius: 0px;
    border-bottom: 1px solid #e6e6e6;
    color: #fff;
    margin-left: 10px;
    margin-top: -5px;
}

.buscador_container {
    padding-top: 40px;
    display: inline-flex;
}

.buscador_container span {
    font-size: 22px;
}

.buscador_container {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.full-search-x-ico {
    cursor: pointer;
}

.page-id-1572 {
    background: #fff;
    color: #000;
}

.page-id-1572 .cabecera {
    display: none;
}

.page-id-1572 .pagina-generica .bloque-1 {
    width: 100%;
    padding: 0px;
    background: #fff;
}

div.fullwidth-container div.row div {
    padding: 0px;
    background: #000;
}

div.fullwidth-container div.row .text-center {
    padding-top: 10px;
    padding-bottom: 10px;
}

div.fullwidth-container div.row a {
    text-decoration: none;
    color: #fff;
    font-size: 32px;
    padding-right: 20px;
}

div.fullwidth-container div.row div span {
    padding-top: 15px;
    padding-bottom: 0px;
    margin-right: 15px;
    margin-left: 15px;
    font-weight: 700;
    cursor: pointer;
    color: #fff
}

div.fullwidth-container div.row div span.active {
    border-bottom: 4px solid #fff;
    color: #fff
}

div.main-single-titles {
    padding-right: 45px;
}

.nuestrosValores {
    padding-top: 30px;
    padding-bottom: 30px;
}

.nuestrosValores h3 {
    font-weight: 700;
    color: #595959;
}

.nuestrosValores .row {
    padding-bottom: 25px;
}

.headerr-menu-col li i {
    margin-left: 40px;
}

.footer-menu-hidden-2 {
    padding: 0px;
    margin-top: -15px;
    height: 100%;
    background: url('img/flecha_submenu.png') no-repeat center left #595959;
}

.footer-menu-hidden-2 .headerr-menu-col li,
.footer-menu-hidden-2 .headerr-menu-col li span {
    color: #fff;
}

.footer-menu-hidden-2 .headerr-menu-col ul {
    padding-left: 20px;
}

.footer-menu-hidden-2 .headerr-menu-col {
    padding-top: 18px;
    padding-left: 20px;
    padding-bottom: 30px;
    height: 260px;
}

.to-hide .headerr-menu-col {
    width: 100%;
}

.headerr-menu-col li.verTodo {
    text-align: right;
    margin-top: 20px;
}

.headerr-menu-col li.verTodo a span {
    color: #000;
    text-align: right;
}

.no-padding-sides {
    padding-left: 0px;
    padding-right: 0px;
}

.categorias {
    min-height: 315px;
}

/*category Slider*/
.tax-categoria_juguete .slider_home {
    height: auto;
}

.swiper-slide {
    padding-bottom: 0px;
}

.swiper-pagination-bullet-active {
    background: #000;
}

.tax-categoria_juguete .swiper-slide h4 {
    color: #000;
    font-size: 30px;
    font-weight: 700;
    font-family: 'Brandon Grotesque Bold';
}

.tax-categoria_juguete .swiper-slide p {
    color: #000;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    font-family: 'Brandon Grotesque Medium';
    display: none;
}

.tax-categoria_juguete .swiper-slide a,
.tax-categoria_juguete .swiper-slide a p,
.tax-categoria_juguete .swiper-slide a span {
    text-decoration: none;
}

.tax-categoria_juguete .slider-row {
    background: #fff;
}

.tax-categoria_juguete .slider_home {
    margin-bottom: 0.5em;
    margin-top: 3em;
}

.tax-categoria_juguete .swiper-container {
    width: 100%;
    height: 100%;
    min-height: 430px;
}

.tax-categoria_juguete .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
}

.tax-categoria_juguete .fa-arrow-circle-o-right:before,
.tax-categoria_juguete .fa-arrow-circle-o-left:before {
    display: none;
}

.swiper-button-next, .swiper-button-prev {
    width: 103px;
    height: 103px;
    -moz-background-size: 60%;
    -webkit-background-size: 60%;
    background-size: 60%;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url('img/prev.png');
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url('img/next.png');
}

.swiper-button-next, .swiper-button-prev {
    top: 55%;
}

.swiper-button-next i, .swiper-button-prev i {
    display: none;
}

.lightslider2 .lslide img {
    width: 100%;
}

.swiper-button-prev {
    left: -20px;
}

.slider_home .swiper-button-prev {
    left: -10px;
}

/*.tax-categoria_juguete .swiper-slide .layer {
	background-color: rgba(203, 239, 255, 0.7);
	position: absolute;
	top: 20px;
	left: 0;
	width: 100%;
	height: 74%;
}
.tax-categoria_juguete .swiper-slide-active .layer {
	display: none;
}*/
.tax-categoria_juguete .swiper-slide {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.tax-categoria_juguete .swiper-slide a p,
.tax-categoria_juguete .swiper-slide a .fa {
    display: none;
}

.tax-categoria_juguete .swiper-slide-active {
    opacity: 1;
    filter: alpha(opacity=1);
}

.swiper-slide img:after {
    content: "\f055";
}

.swiper-slide i {
    color: #000;
    font-size: 20px;
}

.swiper-slide-active i {
    cursor: pointer;
}

.header-text .container {
    /*margin-top: 57vh;*/
    bottom: 0px;
    width: 100%;
    margin-left: 0px;
    color: #ffffff;
    line-height: 30px;
    font-size: 23px;
    position: absolute;
    padding-bottom: 40px;
    background: rgba(0, 0, 0, 0.2);
    height: 35vh;
}

.term-move .header-text .container h1 {
    color: #49acd6;
    border-right: 2px solid #49acd6;
    font-weight: bold;
    padding-right: 35px;
    font-size: 49px;
    letter-spacing: 2px;
    font-family: 'Brandon Grotesque BOLD', sans-serif;
}

.title-cont {
    padding-right: 15px;
    text-align: right;
}

.categoria_juguete-move .header-text .container h1,
.term-move .header-text .container h1 {
    color: #49acd6;
}

.categoria_juguete-drive .header-text .container h1 {
    color: #bd2d24;
    border-right: 2px solid #bd2d24;
    font-weight: bold;
    padding-right: 35px;
    font-size: 49px;
    letter-spacing: 2px;
    font-family: 'Brandon Grotesque BOLD', sans-serif;
}

.term-drive .header-text .container h1 {
    color: #bd2d24 !important;
    border-right: 2px solid #bd2d24 !important;
    font-weight: bold;
    padding-right: 35px;
    font-size: 49px;
    letter-spacing: 2px;
    font-family: 'Brandon Grotesque BOLD', sans-serif;
}

.categoria_juguete-life .header-text .container h1 {
    color: #8cb61d;
    border-right: 2px solid #8cb61d;
    font-weight: bold;
    padding-right: 35px;
    font-size: 49px;
    letter-spacing: 2px;
    font-family: 'Brandon Grotesque BOLD', sans-serif;
}

.term-life .header-text .container h1 {
    color: #8cb61d !important;
    border-right: 2px solid #8cb61d !important;
    font-weight: bold;
    padding-right: 35px;
    font-size: 49px;
    letter-spacing: 2px;
    font-family: 'Brandon Grotesque BOLD', sans-serif;
}

.categoria_juguete-pro .header-text .container h1 {
    color: #522959;
    border-right: 2px solid #522959;
    font-weight: bold;
    padding-right: 35px;
    font-size: 49px;
    letter-spacing: 2px;
    font-family: 'Brandon Grotesque BOLD', sans-serif;
}

.term-pro .header-text .container h1 {
    color: #522959 !important;
    border-right: 2px solid #522959 !important;
    font-weight: bold;
    padding-right: 35px;
    font-size: 49px;
    letter-spacing: 2px;
    font-family: 'Brandon Grotesque BOLD', sans-serif;
}

.categoria_juguete-mundos-amigos .header-text .container h1,
.categoria_juguete-monde-des-amis .header-text .container h1,
.categoria_juguete-world-friends .header-text .container h1,
.categoria_juguete-mondi-amici .header-text .container h1,
.categoria_juguete-mondo-do-amigos .header-text .container h1 {
    color: #595959;
    border-right: 2px solid #595959;
    font-weight: bold;
    padding-right: 35px;
    font-size: 49px;
    letter-spacing: 2px;
    font-family: 'Brandon Grotesque BOLD', sans-serif;
}

.term-mundos-amigos .header-text .container h1,
.term-monde-des-amis .header-text .container h1,
.term-world-friends .header-text .container h1,
.term-mondi-amici .header-text .container h1,
.term-mondo-do-amigos .header-text .container h1 {
    color: #595959 !important;
    border-right: 2px solid #595959 !important;
    font-weight: bold;
    padding-right: 35px;
    font-size: 49px;
    letter-spacing: 2px;
    font-family: 'Brandon Grotesque BOLD', sans-serif;
}

.term-catalogo-por-edades .header-text .container h1 {
    color: #fff !important;
    border-right: 2px solid #fff !important;
    font-weight: bold;
    padding-right: 35px;
    font-size: 49px;
    letter-spacing: 2px;
    font-family: 'Brandon Grotesque BOLD', sans-serif;
}

.term-mundos-amigos .slider-row,
.term-mundos-amigos .row-nuestras-cat,
.term-world-friends .slider-row,
.term-world-friends .row-nuestras-cat,
.term-mondi-amici .slider-row,
.term-mondi-amici .row-nuestras-cat,
.term-mondo-do-amigos .slider-row,
.term-mondo-do-amigos .row-nuestras-cat,
.term-monde-des-amis .slider-row,
.term-monde-des-amis .row-nuestras-cat,
.term-mondo-do-amigos .slider-row,
.term-mondo-do-amigos .row-nuestras-cat {
    display: none;
}

.tax-categoria_juguete .header-text h2 span {
    font-size: 26px;
}

.tax-categoria_juguete .header-text span {
    font-size: 20px;
}

.single-feber_catalogo .site {
    background: #fff;
    padding-top: 120px;
}

.PT.postid-1111 .site {
    background: #fff;
    padding-top: 100px;
}

.term-monde-des-amis .titulo > img,
.term-monde-des-amis .img-desc,
.term-mondi-amici .titulo > img,
.term-mondi-amici .img-desc,
.term-mondo-do-amigos .titulo > img,
.term-mondo-do-amigos .img-desc {
    display: none !important;
}

#breadcrumbs {
    list-style: none;
    margin: 10px 0;
    overflow: hidden;
}

#breadcrumbs li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

#breadcrumbs .separator {
    font-size: 18px;
    font-weight: 100;
    color: #ccc;
}

.black-bg {
    background: #000;
}

.cat-box {
    float: left;
    color: #49acd6;
    text-align: left;
    font-weight: bold;
    padding-right: 10px;
    font-size: 33px;
    letter-spacing: 2px;
    font-family: 'Brandon Grotesque BOLD', sans-serif;
}

.edad-box {
    font-size: 19px;
    background: #49acd6;
    color: #fff;
    border-radius: 5px;
    font-family: 'Brandon Grotesque BOLD', sans-serif;
    width: 75px;
    float: right;
    padding: 3px 3px;
    text-align: center;
}

.type-feber_catalogo .bloque-single .descripcion .img-desc {
    float: left;
    margin-right: 10px;
    width: 40px;
}

.post-type-archive.post-type-archive-feber_catalogo .bloque-single .descripcion .img-desc {
    display: none !important;
}

.type-feber_catalogo .bloque-single .titulo,
.type-feber_catalogo .wpb_wrapper .titulo,
.type-feber_catalogo .wpb_wrapper .titulo a {
    font-size: 22px;
    font-family: 'Brandon Grotesque Bold';
    color: #595959;
    padding-top: 10px;
    padding-bottom: 10px;
}

.type-feber_catalogo .wpb_wrapper .titulo a:hover {
    text-decoration: none;
}

.type-feber_catalogo .bloque-single .titulo img,
.type-feber_catalogo .wpb_wrapper .titulo img {
    margin-right: 10px;
    width: 40px;
}

.type-feber_catalogo .slider_home .lSSlideOuter .lSPager.lSpg {
    margin-top: -10px;
}

.type-feber_catalogo .entry-title {
    font-size: 36px;
    font-family: 'Brandon Grotesque Bold';
    text-align: left;
}

.type-feber_catalogo .bloque-single,
.type-feber_catalogo .edad-content-taxonomy {
    text-align: left;
}

.type-feber_catalogo p.ref {
    font-size: 24px;
    text-align: left;
}

.field_55802c32c42eb,
.type-feber_catalogo p.desc {
    font-size: 20px;
    text-align: justify;
}

.type-feber_catalogo .vc_btn3.vc_btn3-size-lg {
    font-size: 26px;
    font-family: 'Brandon Grotesque Bold';
    padding: 3px 20px;
    box-shadow: none !important;
    text-shadow: none !important;
    border-bottom: #000;
    margin-bottom: 20px;
    margin-top: 20px;
}

.archive .vc_btn3.vc_btn3-size-lg {
    float: left;
}

.type-feber_catalogo .wpb_wrapper p {
    font-size: 20px;
    font-family: 'Brandon Grotesque Regular';
}

.vc_custom_1506423894684 .titulo {
    line-height: 22px;
}

.vc_sw-acf.field_558a5b82d40ca {
    display: none;
}

.wp-image-1642 {
    width: 17%;
    text-align: right;
    float: right;
    height: 35px;
    margin-left: 9%;
}

.vc_custom_1506424675275 {
    background: url(img/ico_dimensiones2.png) 210px 80px no-repeat;
    background-size: 110px;
}

#field_59c90a0e3c00a,
#field_59c90a333c00b,
#field_59c90a5f3c00c,
#field_55802c1ac42ea {
    width: 130px;
    text-align: right;
    height: 35px;
    font-size: 16px;
    margin-left: 9%;
    line-height: 35px;
}

#field_59c90a0e3c00a {
    background: url(img/ico_alto.png) 9px center no-repeat;
    padding-left: 30px;
    background-size: 10px;
}

#field_59c90a333c00b {
    background: url(img/ico_ancho.png) 1px center no-repeat;
    padding-left: 30px;
    background-size: 26px;
    line-height: 35px;
}

#field_59c90a5f3c00c {
    background: url(img/ico_diagonal.png) 6px center no-repeat;
    padding-left: 30px;
    background-size: 19px;
}

#field_55802c1ac42ea {
    padding-left: 45px;
}

.type-feber_catalogo .bloque-single .iconos div {
    margin-right: 5px;
}

.type-feber_catalogo .bloque-single .iconos div img {
    width: 40px;
}

.iconos div {
    max-width: 280px;
    margin: 0px;
    font-size: 18px;
    padding-left: 0px;
    display: inline-block;
    padding-bottom: 10px;
}

.iconos div img {
    margin-right: 7px;
    margin-top: -4px;
    width: 30px;
}

.funcionalidad-box {
    width: 20%;
    font-size: 16px;
    text-align: center;
    float: left;
    display: inline-block;
}

.funcionalidad-box img {
    width: 40%;
    margin-top: 15px;
}

.funcionalidad-box span {
    width: 100%;
    display: inline-block;
}

.imagen2 {
    float: right;
    width: 100%;
}

.minis {
    float: right;
    margin-right: 10%;
}

.minis img {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    border: 2px solid #d5d5d5;
    cursor: pointer;
}

img.activeImg {
    border: 2px solid #49acd6;
}

.cat-drive-single .cat-box {
    color: #bd2d24;
}

.cat-life-single .cat-box {
    color: #8cb61d
}

.cat-move-single .cat-box {
    color: #49acd6
}

.cat-pro-single .cat-box {
    color: #522959
}

.cat-amigos-single .cat-box {
    color: #595959
}

.cat-drive-single .edad-box {
    background: #bd2d24;
}

.cat-life-single .edad-box {
    background: #8cb61d
}

.cat-move-single .edad-box {
    background: #49acd6
}

.cat-pro-single .edad-box {
    background: #522959
}

.cat-amigos-single .edad-box {
    background: #595959
}

.cat-drive-single img.activeImg {
    border: 2px solid #bd2d24;
}

.cat-life-single img.activeImg {
    border: 2px solid #8cb61d
}

.cat-move-single img.activeImg {
    border: 2px solid #49acd6
}

.cat-pro-single img.activeImg {
    border: 2px solid #522959
}

.cat-amigos-single img.activeImg {
    border: 2px solid #595959
}

.cat-move-single .vc_custom_1506424669679,
.cat-move-single .vc_custom_1506424675275 {
    border-right-color: #49acd6 !important;
}

.cat-life-single .vc_custom_1506424669679,
.cat-life-single .vc_custom_1506424675275 {
    border-right-color: #8cb61d !important;
}

.cat-drive-single .vc_custom_1506424669679,
.cat-drive-single .vc_custom_1506424675275 {
    border-right-color: #bd2d24 !important;
}

.cat-pro-single .vc_custom_1506424669679,
.cat-pro-single .vc_custom_1506424675275 {
    border-right-color: #522959 !important;
}

.cat-amigos-single .vc_custom_1506424669679,
.cat-amigos-single .vc_custom_1506424675275 {
    border-right-color: #595959 !important;
}

.row-posts-category {
    background: #fff;
}

.archive .row-posts-category .titulo .row {
    border-bottom: 2px solid #337ab7;
    margin-right: 30px;
    margin-left: 30px;
}

.archive.type-feber_catalogo {
    padding-top: 15px;
    padding-bottom: 0px;
    margin-bottom: 15px;
    overflow: hidden;
}

.grid-view {
    height: 470px;
    overflow: hidden;
}

.grid-view .archive .edad-content-taxonomy,
.grid-view .type-feber_catalogo .entry-title {
    height: 70px;
}

.grid-view ul.sf-result img {
    width: 80%;
}

.archive .type-feber_catalogo .page-content, .archive .type-feber_catalogo .entry-content, .archive .type-feber_catalogo .entry-summary {
    color: #000;
    font-size: 16px;
    font-family: 'Brandon Grotesque Bold';
}

.archive .type-feber_catalogo .entry-content p,
.archive .type-feber_catalogo .entry-content strong {
    font-weight: 400 !important;
    font-family: 'Brandon Grotesque Bold';
}

.box-val-pedagogico {
    width: auto;
    margin-right: 10px;
    float: left;
}

.archive .iconos div.box-val-pedagogico img {
    margin-right: 0px;
}

.archive .iconos {
    display: inline-block;
    margin-bottom: -25px;
    margin-left: 20px;
}

.archive .edad-content-taxonomy {
    color: #000;
    font-size: 18px;
    display: inherit;
    font-family: 'Brandon Grotesque Bold', sans-serif;
}

.row-fh {
    height: 100%;
    position: relative;
    z-index: 2;
}

.swiper-container {
    overflow-x: hidden;
}

.home .swiper-slide img {
    /*height: 53vh;*/
    width: 100%;
}

.lSAction > a {
    display: none;
}

.tax-categoria_juguete .site-content {
    margin-top: 3.5%;
}

.post-type-archive-feber_catalogo .row,
.tax-categoria_juguete .row {
    overflow: hidden;
}

.tax-categoria_juguete .site-footer .row {
    overflow: visible;
}

.site-footer .row {
    overflow: visible !important;
}

.page-template-page-generica .site-footer,
.page-template-page-contacto .site-footer,
.page-template-page-soporte .site-footer {
    padding-bottom: 40px;
}

.rs-background-video-layer iframe.resizelistener {
    padding-bottom: 25px !important;
}

/*.swiper-slide.home-swiper-1595 {
	background-position: center center!important;
}*/

/*CATEGORIES*/
.archive .entry-title a {
    text-decoration: none;
}

.categoria_juguete-drive .entry-title a,
.DRIVE .entry-title a,
.term-catalogo-por-edades .categoria_juguete-drive .entry-title a {
    color: #bd2d24 !important;
}

.term-drive .entry-title a {
    color: #bd2d24 !important;
}

.categoria_juguete-life .entry-title a,
.LIFE .entry-title a,
.term-catalogo-por-edades .categoria_juguete-life .entry-title a {
    color: #8cb61d !important;
}

.term-life .entry-title a {
    color: #8cb61d !important;
}

.categoria_juguete-move .entry-title a,
.MOVE .entry-title a,
.term-catalogo-por-edades .categoria_juguete-move .entry-title a {
    color: #49acd6 !important;
}

.term-move .entry-title a {
    color: #49acd6 !important;
}

.categoria_juguete-pro .entry-title a,
.PRO .entry-title a,
.term-catalogo-por-edades .categoria_juguete-pro .entry-title a {
    color: #522959
}

.term-pro .entry-title a {
    color: #522959 !important;
}

.categoria_juguete-mundos-amigos .entry-title a,
.cat-mundos-amigos-single .entry-title a,
.term-catalogo-por-edades .categoria_juguete-mundos-amigos .entry-title a,
.categoria_juguete-world-friends .entry-title a,
.cat-world-friends-single .entry-title a,
.term-catalogo-por-edades .categoria_juguete-world-friends .entry-title a,
.categoria_juguete-mondi-amici .entry-title a,
.cat-mondi-amici-single .entry-title a,
.term-catalogo-por-edades .categoria_juguete-mondi-amici .entry-title a,
.categoria_juguete-monde-des-amis .entry-title a,
.cat-monde-des-amis-single .entry-title a,
.term-catalogo-por-edades .categoria_juguete-monde-des-amis .entry-title a,
.categoria_juguete-mondo-do-amigos .entry-title a,
.cat-mondo-do-amigos-single .entry-title a,
.term-catalogo-por-edades .categoria_juguete-mondo-do-amigos .entry-title a {
    color: #595959;
}

.term-mundos-amigos .entry-title a,
.term-world-friends .entry-title a,
.term-mondi-amici .entry-title a,
.term-monde-des-amis .entry-title a,
.term-mondo-do-amigos .entry-title a {
    color: #595959 !important;
}

.type-feber_catalogo article,
.sf-result article {
    border-bottom: 2px solid #000;
}

.term-drive li .type-feber_catalogo .row,
.term-drive li .type-feber_catalogo article,
.term-drive .row-posts-category .titulo .row,
.term-drive .row-posts-category article,
.term-drive .site-content article,
.term-drive article.type-feber_catalogo,
.term-drive .sf-result article {
    border-bottom: 2px solid #bd2d24;
    /*border-bottom: 2px solid #000;*/
    margin: 0px;
}

.term-life li .type-feber_catalogo .row,
.term-life li .type-feber_catalogo article,
.term-life .row-posts-category .titulo .row,
.term-life .row-posts-category article,
.term-life .site-content article,
.term-life article.type-feber_catalogo,
.term-life .sf-result article {
    border-bottom: 2px solid #8cb61d;
    /*border-bottom: 2px solid #000;*/
    margin: 0px;
}

.term-move li .type-feber_catalogo .row,
.term-move li .type-feber_catalogo article,
.term-move .row-posts-category .titulo .row,
.term-move .row-posts-category article,
.term-move .site-content article,
.term-move article.type-feber_catalogo,
.term-move .sf-result article {
    border-bottom: 2px solid #49acd6;
    /*border-bottom: 2px solid #000;*/
    margin: 0px;
}

.term-pro li .type-feber_catalogo .row,
.term-pro li .type-feber_catalogo article,
.term-pro .row-posts-category .titulo .row,
.term-pro .row-posts-category article,
.term-pro .site-content article,
.term-pro article.type-feber_catalogo,
.term-pro .sf-result article {
    border-bottom: 2px solid #522959;
    /*border-bottom: 2px solid #000;*/
    margin: 0px;
}

.term-mundos-amigos li .type-feber_catalogo .row,
.term-mundos-amigos li .type-feber_catalogo article,
.term-mundos-amigos .row-posts-category .titulo .row,
.term-mundos-amigos .row-posts-category article,
.term-mundos-amigos .site-content article,
.term-mundos-amigos article.type-feber_catalogo,
.term-mundos-amigos .sf-result article,
.term-world-friends li .type-feber_catalogo .row,
.term-world-friends li .type-feber_catalogo article,
.term-world-friends .row-posts-category .titulo .row,
.term-world-friends .row-posts-category article,
.term-world-friends .site-content article,
.term-world-friends article.type-feber_catalogo,
.term-world-friends .sf-result article,
.term-mondi-amici li .type-feber_catalogo .row,
.term-mondi-amici li .type-feber_catalogo article,
.term-mondi-amici .row-posts-category .titulo .row,
.term-mondi-amici .row-posts-category article,
.term-mondi-amici .site-content article,
.term-mondi-amici article.type-feber_catalogo,
.term-mondi-amici .sf-result article,
.term-monde-des-amis li .type-feber_catalogo .row,
.term-monde-des-amis li .type-feber_catalogo article,
.term-monde-des-amis .row-posts-category .titulo .row,
.term-monde-des-amis .row-posts-category article,
.term-monde-des-amis .site-content article,
.term-monde-des-amis article.type-feber_catalogo,
.term-monde-des-amis .sf-result article,
.term-mondo-do-amigos li .type-feber_catalogo .row,
.term-mondo-do-amigos li .type-feber_catalogo article,
.term-mondo-do-amigos .row-posts-category .titulo .row,
.term-mondo-do-amigos .row-posts-category article,
.term-mondo-do-amigos .site-content article,
.term-mondo-do-amigos article.type-feber_catalogo,
.term-mondo-do-amigos .sf-result article {
    border-bottom: 2px solid #595959;
    /*border-bottom: 2px solid #000;*/
    margin: 0px;
}

.categoria_juguete-drive .vc_btn3.vc_btn3-size-lg,
.DRIVE .vc_btn3.vc_btn3-size-lg,
.post-type-archive-feber_catalogo .vc_btn3.vc_btn3-size-lg,
.term-catalogo-por-edades .categoria_juguete-drive .vc_btn3.vc_btn3-size-lg {
    background-color: #bd2d24 !important;
    color: #fff !important;;
}

.DRIVE .vc_btn3.vc_btn3-size-lg,
.term-drive .vc_btn3.vc_btn3-size-lg {
    background-color: #bd2d24 !important;
    color: #fff !important;
}

.categoria_juguete-life .vc_btn3.vc_btn3-size-lg,
.LIFE .vc_btn3.vc_btn3-size-lg,
.LIFE .vc_btn3.vc_btn3-size-lg,
.term-catalogo-por-edades .categoria_juguete-life .vc_btn3.vc_btn3-size-lg {
    background-color: #8cb61d !important;;
    color: #fff !important;;
}

.term-life .vc_btn3.vc_btn3-size-lg {
    background-color: #8cb61d !important;
    color: #fff !important;
}

.categoria_juguete-move .vc_btn3.vc_btn3-size-lg,
.MOVE .vc_btn3.vc_btn3-size-lg,
.term-catalogo-por-edades .categoria_juguete-move .vc_btn3.vc_btn3-size-lg {
    background-color: #49acd6 !important;;
    color: #fff;
}

.term-move .vc_btn3.vc_btn3-size-lg {
    background-color: #49acd6 !important;
    color: #fff !important;
}

.categoria_juguete-pro .vc_btn3.vc_btn3-size-lg,
.cat-pro-single .vc_btn3.vc_btn3-size-lg,
.term-catalogo-por-edades .categoria_juguete-pro .vc_btn3.vc_btn3-size-lg {
    background-color: #522959 !important;
    color: #fff !important;;
}

.term-pro .vc_btn3.vc_btn3-size-lg {
    background-color: #522959 !important;
    color: #fff !important;
}

.categoria_juguete-mundos-amigos .vc_btn3.vc_btn3-size-lg,
.categoria_juguete-world-friends .vc_btn3.vc_btn3-size-lg,
.categoria_juguete-mondi-amici .vc_btn3.vc_btn3-size-lg,
.categoria_juguete-monde-des-amis .vc_btn3.vc_btn3-size-lg,
.categoria_juguete-mondo-do-amigos .vc_btn3.vc_btn3-size-lg,
.MUNDOS AMIGOS .vc_btn3.vc_btn3-size-lg,
.term-catalogo-por-edades .categoria_juguete-mundos-amigos .vc_btn3.vc_btn3-size-lg,
.term-catalogo-por-edades .categoria_juguete-world-friends .vc_btn3.vc_btn3-size-lg,
.term-catalogo-por-edades .categoria_juguete-mondi-amici .vc_btn3.vc_btn3-size-lg,
.term-catalogo-por-edades .categoria_juguete-monde-des-amis .vc_btn3.vc_btn3-size-lg,
.term-catalogo-por-edades .categoria_juguete-mondo-do-amigos .vc_btn3.vc_btn3-size-lg {
    background-color: #595959;;
    color: #fff;
}

.term-mundos-amigos .vc_btn3.vc_btn3-size-lg,
.term-world-friends .vc_btn3.vc_btn3-size-lg,
.term-mondi-amici .vc_btn3.vc_btn3-size-lg,
.term-monde-des-amis .vc_btn3.vc_btn3-size-lg,
.term-mondo-do-amigos .vc_btn3.vc_btn3-size-lg {
    background-color: #595959 !important;
    color: #fff !important;
}

.categoria_juguete-drive .swiper-slide h4,
.term-catalogo-por-edades .categoria_juguete-drive .swiper-slide h4 {
    color: #bd2d24;
}

.term-drive .swiper-slide h4 {
    color: #bd2d24 !important;
}

.categoria_juguete-life .swiper-slide h4,
.cat-life-single .swiper-slide h4,
.term-catalogo-por-edades .categoria_juguete-life .swiper-slide h4 {
    color: #8cb61d;
}

.term-life .swiper-slide h4 {
    color: #8cb61d !important;
}

.categoria_juguete-move .swiper-slide h4,
.term-catalogo-por-edades .categoria_juguete-move .swiper-slide h4 {
    color: #49acd6;
}

.term-move .swiper-slide h4 {
    color: #49acd6 !important;
}

.categoria_juguete-pro .swiper-slide h4,
.term-catalogo-por-edades .categoria_juguete-pro .swiper-slide h4 {
    color: #522959;
}

.term-pro .swiper-slide h4 {
    color: #522959 !important;
}

.categoria_juguete-mundos-amigos .swiper-slide h4,
.categoria_juguete-world-friends .swiper-slide h4,
.categoria_juguete-mondi-amici .swiper-slide h4,
.categoria_juguete-monde-des-amis .swiper-slide h4,
.categoria_juguete-mondo-do-amigos .swiper-slide h4,
.term-catalogo-por-edades .categoria_juguete-mundos-amigos .swiper-slide h4,
.term-catalogo-por-edades .categoria_juguete-world-friends .swiper-slide h4,
.term-catalogo-por-edades .categoria_juguete-mondi-amici .swiper-slide h4,
.term-catalogo-por-edades .categoria_juguete-monde-des-amis .swiper-slide h4,
.term-catalogo-por-edades .categoria_juguete-mondo-do-amigos .swiper-slide h4 {
    color: #595959;
}

.term-mundos-amigos .swiper-slide h4,
.term-world-friends .swiper-slide h4,
.term-mondi-amici .swiper-slide h4,
.term-monde-des-amis .swiper-slide h4,
.term-mondo-do-amigos .swiper-slide h4 {
    color: #595959 !important;
}

.borde-drive {
    border: 1px solid #bd2d24;
}

.borde-move {
    border: 1px solid #49acd6;
}

.borde-life {
    border: 1px solid #8cb61d;
}

.borde-pro {
    border: 1px solid #522959;
}

.borde-amigos {
    border: 1px solid #595959;
}

.archive .vc_custom_1506607012058 {
    display: none !important;
}

.archive .vc_custom_1506686135038 {
    display: none !important;
}

.archive .swiper-container-horizontal {
    overflow: hidden;
}

.swiper-button-next, .swiper-button-prev {
    width: 80px;
    height: 80px;
}

.feber_catalogo .swiper-button-next,
.feber_catalogo .swiper-button-prev {
    width: 50px;
    height: 50px;
}

div.sf-result-head {
    display: none !important;
    text-align: left;
    background: none !important;
    border: 0;
    margin-bottom: 0;
    margin-top: 10px;
    padding: 10px 20px;
    font-size: 20px;
    color: #000;
}

.archive .swiper-upper .swiper-container-horizontal {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.swiper-container-inner2 {
    width: 100%;
    overflow: hidden;
}

.archive .grid-view .swiper-container-inner2 img {
    max-height: 300px;
}

.sf-element {
    border: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    margin-right: 0 !important;
    padding: 0;
    width: 13%;
    text-align: center;
}

.sf-element legend {
    border: 0;
    font-size: 20px;
    text-align: right;
    float: left;
    width: 50%;
    margin-bottom: 0px;
    margin-top: 15px;
}

.term-drive .searchandfilter select {
    display: grid;
}

.gridshow .entry-header {
    height: 145px;
}

/*search*/
.search-results .vc_btn3.vc_btn3-size-lg,
.search-results .vc_btn3.vc_btn3-size-lg:hover {
    font-size: 26px;
    font-family: 'Brandon Grotesque Bold';
    padding: 3px 20px;
    box-shadow: none !important;
    text-shadow: none !important;
    border-bottom: #000;
    margin-bottom: 20px;
    margin-top: 20px;
    color: #fff;
}

.search .site {
    background: #fff;
    padding-top: 130px;
}

.headerr-menu-col ul.otros-i-container,
.headerr-menu-col ul.disney-i-container {
    margin-left: 30px;
}

.megamenu-mobile .headerr-menu-col ul.otros-i-container li:first-child,
.megamenu-mobile .headerr-menu-col ul.disney-i-container li:first-child {
    padding-top: 5px;
    padding-bottom: 5px;
}

.megamenu-mobile .headerr-menu-col ul.otros-i-container li:nth-child(2),
.megamenu-mobile .headerr-menu-col ul.disney-i-container li:nth-child(2) {
    border-top: 1px solid #e6e6e6;
}

.row-posts-category article {
    margin-bottom: 0px;
    border-bottom: 2px solid #000;
}

.archive .text-desc {
    height: 45px;
    overflow: hidden;
}

/*.swiper-slide p,
.swiper-slide i {
	display: none!important;
}*/

/*SOPORTE*/
.page-id-1572 .site,
.page-template-page-soporte .site {
    /*padding-top: 80px;*/
}

.vc_row.vc_row-o-full-height {
    min-height: 88vh;
}

.si-1-1,
.no-1-1,
.nolose-1-1 {
    display: none;
}

.page-id-1572 .vc_tta-accordion .vc_tta-panel .fa,
.page-template-page-soporte .vc_tta-accordion .vc_tta-panel .fa,
.page-id-1684 .vc_tta-accordion .vc_tta-panel .fa {
    float: right;
    margin-right: 10%;
    color: #595959;
}

.page-id-1572 .cabecera,
.page-template-page-soporte .cabecera,
.page-id-1684 .cabecera {
    width: 101%;
}

.page-template-page-soporte .header-text .container,
.page-id-1572 .header-text .container,
.page-id-1684 .header-text .container {
    top: 60vh !important;
}

.page-id-1572 .widget-area,
.page-template-page-soporte .widget-area,
.page-id-1684 .widget-area {
    display: none !important;
}

.page-template-page-soporte .subtitle,
.page-id-1572 .subtitle,
.page-id-1684 .subtitle {
    font-size: 30px;
    font-family: 'Brandon Grotesque Bold';
    color: #fff;
}

.vc_btn3.vc_btn3-color-default.vc_btn3-style-modern {
    width: 100%;
    color: #000;
    border-color: #000;
    background-color: #fff;
    font-family: 'Brandon Grotesque Bold';
}

.vc_btn3.vc_btn3-color-default.vc_btn3-style-modern-active,
.vc_btn3.vc_btn3-color-default.vc_btn3-style-modern:focus,
.vc_btn3.vc_btn3-color-default.vc_btn3-style-modern.active,
.vc_btn3.vc_btn3-color-default.vc_btn3-style-modern:hover {
    width: 100%;
    color: #fff;
    border-color: #000;
    background-color: #000;
    font-family: 'Brandon Grotesque Bold';
}

.vc_tta-panel.vc_active .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
    color: #000;
    border-color: #000;
    background: #fff;
    background-image: none;
    text-shadow: none;
    border-radius: 0px;
    padding: 9px 20px;
    font-family: 'Brandon Grotesque Bold';
}

.vc_tta-panel.vc_active .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:focus,
.vc_tta-panel.vc_active .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover,
.vc_btn3.vc_btn3-color-default.vc_btn3-style-modern.active,
.vc_btn3.vc_btn3-color-default.vc_btn3-style-modern:active {
    color: #fff;
    border-color: #000;
    background: #000;
    background-image: none;
    text-shadow: none;
    border-radius: 0px;
    padding: 9px 20px;
    font-family: 'Brandon Grotesque Bold';
}

.vc_tta-panel {
    display: none;
    background: #f3f3f2;
    color: #595959;
    font-family: 'Brandon Grotesque Regular';
    padding: 15px;
    margin-bottom: 15px;
}

.vc_tta-title-text {
    color: #595959;
    font-family: 'Brandon Grotesque Bold';
}

.vc_tta-panel.vc_active .vc_tta-panel-heading {
    width: 100%;
    border-bottom: 1px solid #666;
    margin-bottom: 15px;
}

.vc_tta-panel .vc_tta-panel-heading a,
.vc_tta-panel.vc_active .vc_tta-panel-heading a {
    text-decoration: none;
}

.vc_tta-panel.vc_active .vc_tta-title-text {
    color: #000;
    font-family: 'Brandon Grotesque Bold';
}

.vc_tta-panel-body {
    display: none;
}

.vc_tta-panel-body p {
    font-size: 16px;
}

.expand-1,
.expand-1-1,
.expand-1-2,
.expand-2,
.expand-2-1,
.expand-2-2,
.expand-3,
.expand-3-1,
.expand-3-1,
.expand-4 {
    display: none;
}

.botonera {
    display: none;
}

.sustitucion div.vc_tta-panel {
    display: block;
    background: #fff;
    border: 1px solid #595959;
    padding-top: 10px;
    padding-bottom: 10px;
}

.sustitucion div.vc_tta-panel.vc_active .vc_tta-title-text {
    border: 0px;
    color: #595959;
}

.sustitucion div.vc_tta-panel.vc_active .vc_tta-panel-heading h4 {
    margin-bottom: 0px !important;
}

.sustitucion div.vc_tta-panel .vc_tta-panel-heading {
    border: 0px;
    margin-bottom: 10px;
    width: 97%;
}

.sustitucion div.vc_tta-panel .vc_tta-panel-heading .fa-minus,
.sustitucion div.vc_tta-panel .vc_tta-panel-heading .fa-plus {
    color: #595959;
    float: right;
}

/*Contacto*/
.page-template-page-contacto article {
    margin-bottom: 0px;
}

.vc_btn3.vc_btn3-color-info.vc_btn3-style-modern {
    color: #000;
    border-color: #58B9DA;
    background: #fff;
    font-family: 'Brandon Grotesque Bold', sans-serif;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 18px;
}

.vc_btn3-container.vc_btn3-inline.active .vc_btn3.vc_btn3-color-info.vc_btn3-style-modern,
.vc_btn3.vc_btn3-color-info.vc_btn3-style-modern.active,
.vc_btn3.vc_btn3-color-info.vc_btn3-style-modern:active {
    color: #fff;
    border-color: #58B9DA;
    background: #58B9DA;
    font-family: 'Brandon Grotesque Bold', sans-serif;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 18px;
}

.wpcf7-form label {
    font-size: 16px;
    text-align: left;
    margin-left: 30px;
    padding-bottom: 15px;
    padding-top: 2px;
    width: 70%;
}

.check-recibirinformacion span.wpcf7-list-item {
    margin-left: 0px;
}

.wpcf7-form .box-right {
    text-align: left;
}

.wpcf7-form .box-right input,
.wpcf7-form .box-right select {
    margin-right: 20px;
    margin-left: 20px;
}

.wpcf7-form .box-left {
    text-align: right;
}

.wpcf7-form .box-left input,
.wpcf7-form .box-left select {
    margin-right: 20px;
    margin-left: 20px;
    width: 74%;
    float: right;
}

.wpcf7-form input {
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px solid #C6C6C6;
    width: 240px;
}

.wpcf7-form textarea {
    background: #e4e4e4;
    width: 85%;
}

.wpcf7-form input[type=checkbox] {
    float: left;
    width: 25px;
    margin-right: 0px;
    margin-left: 0px;
}

.wpcf7-form input[type=submit] {
    color: #fff;
    border-color: #000;
    background: #000;
    font-family: 'Brandon Grotesque Regular', sans-serif;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 18px;
    text-shadow: none;
    margin-top: 20px;
    margin-left: 30px;
    width: 110px;
}

.wpb_gmaps_widget .wpb_wrapper {
    background: none;
    padding: 0px;
}

.vc_custom_1507104275779 h2 {
    font-size: 36px;
}

.vc_custom_1507104275779 h3 {
    font-size: 30px;
}

.vc_custom_1507104275779 p {
    font-size: 19px;
}

.selector-modulo {
    cursor: pointer;
}

.instructions-row {
    background: #f5f5f5;
}

.container-bt-descarga {
    margin-top: 10px;
    margin-bottom: 10px;
}

.inner-bt-descarga {
    padding: 20px;
    border-top: 2px solid #d5d5d5;
    border-bottom: 2px solid #d5d5d5;
    width: 90%;
    height: 90px;
}

.inner-bt-descarga .title-descargar {
    padding-top: 18px;
}

.inner-bt-descarga .img-descarga {
    float: right;
}

.inner-bt-descarga a {
    display: inline-block;
    color: #595959;
    text-decoration: none;
    font-size: 12px;
    vertical-align: middle;
}

.inner-bt-descarga img {
    float: right;
    max-width: 200px;
}

.instruc-p {
    padding-top: 15px;
    font-size: 18px;
}

.support-search input {
    color: #3fafd4;
    border: 2px solid #3fafd4;
    background-color: transparent;
    width: 20%;
    margin-right: 30px;
}

.support-search .vc_btn3.vc_btn3-color-info.vc_btn3-style-modern {
    color: #f7f7f7;
    border-color: #3fafd4;
    background-color: #3fafd4;
    padding-bottom: 2px;
    padding-top: 2px;
}

.support-search .vc_btn3.vc_btn3-color-info.vc_btn3-style-modern:focus,
.support-search .vc_btn3.vc_btn3-color-info.vc_btn3-style-modern:hover {
    color: #f7f7f7;
    border-color: #3fafd4;
    background-color: #3fafd4;
}

.pagination > li > a, .pagination > li > span {
    color: #595959;
    border: 0px;
    font-size: 16px;
    background: none;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    color: #595959;
    font-size: 16px;
    font-weight: 700;
    cursor: default;
    background-color: transparent;
    border-color: transparent;
}

.pagination .page-item.prev {
    float: left;
    margin-top: 5px;
}

.pagination .page-item.next {
    margin-right: 15px;
    margin-top: 5px;
    float: right;
}

.pagination .page-item.prev,
.pagination .page-item.next {
    font-size: 16px;
}

.pagination .page-item.prev img {
    margin-right: 10px;
}

.pagination .page-item.next img {
    margin-left: 10px;
}

.pagination .page-item.prev img,
.pagination .page-item.next img {
    width: 25px;
}

.pagination .last, .pagination .first {
    display: none;
}

.pager {
    display: none;
}

.pager.active {
    display: block;
}

.search-results #formulario_busqueda,
.search-no-results #formulario_busqueda {
    text-align: left;
    font-size: 18px;
}

.search-no-results #formulario_busqueda input,
.search-results #formulario_busqueda input {
    background: none;
    padding: 0px;
    height: 35px;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px solid #C6C6C6 !important;
    padding: auto !important;
    text-align: center;
}

.search-no-results .changetype-row,
.search-no-results .sf-filter {
    display: none;
}

.buscador .boton a,
.buscador .boton a:active,
.buscador .boton a:visited,
.buscador .boton a:hover {
    color: #fff;
    border-color: #000;
    background: #000;
    font-family: 'Brandon Grotesque Regular', sans-serif;
    font-size: 16px;
    text-shadow: none;
    margin-left: 0px;
    width: 120px;
    padding-top: 6px !important;
    padding-bottom: 6px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    /* margin-top: 15px; */
    text-align: center;
    border: none !important;
}

.search-results .sf-filter button,
.search-results .sf-filter button:hover {
    color: #fff;
    border-color: #000;
    background: #000;
    font-family: 'Brandon Grotesque Regular', sans-serif;
    font-size: 15px;
    text-shadow: none;
    margin-left: 0px;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-top: 0px;
    text-align: center;
    border: none !important;
    width: 15%;
    float: none;
}

.search-results .archive .entry-title a {
    color: #000;
}

.page404 {
    height: 65vh;
    background: #fff;
}

.page404 .titulo {
    font-size: 36px;
    font-family: 'Brandon Grotesque Bold';
    color: #5e5e5e;
    padding-top: 10px;
    padding-bottom: 10px;
}

.page404 .gris {
    font-size: 26px;
    font-family: 'Brandon Grotesque regular';
    color: #5e5e5e;
    padding-top: 10px;
    padding-bottom: 10px;
}

.page404 .gris a {
    font-size: 26px;
    font-family: 'Brandon Grotesque regular';
    color: #5e5e5e;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 700;
}

.page404 .site-main {
    padding-top: 200px;
}

.searchandfilter {
    background: #fff;
}

.searchandfilter select {
    border: 2px solid;
    font-size: 16px;
    font-weight: 400;
    width: 220px;
}

.searchandfilter input[type=submit] {
    border: 0px;
    border-radius: 0px;
    box-shadow: none;
    text-shadow: none;
    padding: 7px 15px 7px 15px;
    text-align: center;
    font-size: 16px;
}

.term-drive .sf-filter button,
.term-drive .searchandfilter input[type=submit] {
    background: #bd2d24;
    color: #fff;
}

.term-drive .searchandfilter select {
    border-color: #bd2d24;
    color: #bd2d24;
}

.term-life .sf-filter button,
.term-life .searchandfilter input[type=submit] {
    background: #8cb61d;
    color: #fff;
}

.term-life .searchandfilter select {
    border-color: #8cb61d;
    color: #8cb61d;
}

.term-move .sf-filter button,
.term-move .searchandfilter input[type=submit] {
    background: #49acd6;
    color: #fff;
}

.term-move .searchandfilter select {
    border-color: #49acd6;
    color: #49acd6;
}

.term-pro .sf-filter button,
.term-pro .searchandfilter input[type=submit] {
    background: #522959;
    color: #fff;
}

.term-pro .searchandfilter select {
    border-color: #522959;
    color: #522959;
}

.term-mundos-amigos .searchandfilter select,
.term-world-friends .searchandfilter select,
.term-mondi-amici .searchandfilter select,
.term-monde-des-amis .searchandfilter select,
.term-mondo-do-amigos .searchandfilter select {
    border-color: #595959;
    color: #595959;
}

.term-mundos-amigos .sf-filter button,
.term-mundos-amigos .searchandfilter input[type=submit],
.term-world-friends .sf-filter button,
.term-world-friends .searchandfilter input[type=submit],
.term-mondi-amici .sf-filter button,
.term-mondi-amici .searchandfilter input[type=submit],
.term-monde-des-amis .sf-filter button,
.term-monde-des-amis .searchandfilter input[type=submit],
.term-mondo-do-amigos .sf-filter button,
.term-mondo-do-amigos .searchandfilter input[type=submit] {
    background: #595959;
    color: #fff;
}

.search-results .searchandfilter select,
.term-mundos-amigos .searchandfilter select,
.term-world-friends .searchandfilter select,
.term-mondi-amici .searchandfilter select,
.term-monde-des-amis .searchandfilter select,
.term-mondo-do-amigos .searchandfilter select {
    border-color: #595959 !important;
    color: #595959;
}

.sf-filter button:first-of-type {
    clear: none;
}

div.sf-filter button {
    color: #fff;
    border-color: #000;
    background: #000;
    font-family: 'Brandon Grotesque Regular', sans-serif;
    font-size: 15px;
    text-shadow: none;
    margin-left: 0px !important;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-top: 0px;
    text-align: center;
    border: none !important;
    width: 10%;
    float: left;
}

.sf-element input, .sf-element select {
    border: 2px solid;
    font-size: 16px;
    font-weight: 400;
    width: 90%;
    padding: 0;
    margin: 0;
    height: 25px;
    float: left;
    color: #000;
    border: 2px solid #000;
}

.sf-element .sf-fulltext-wrapper input {
    line-height: 18px;
    background: none;
    padding: 0px;
    height: 27px;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px solid #C6C6C6 !important;
    text-align: center;
    color: #aaa;
    font-size: 20px;
}

.sf-element legend {
    display: none;
}

.row-nuestras-cat2 {
    margin-top: 2%;
}

.allprod {
    padding-top: 100px;
}

.filters-row {
    padding-top: 30px;
    padding-bottom: 20px;
    background: #fff;
    padding-left: 30px;
    padding-right: 30px;
}

.wp-paginate .current, .page-numbers.current,
.wp-paginate a, .page-numbers {
    border: 0px;
}

.post-type-archive.post-type-archive-feber_catalogo .row-posts-category .titulo .row {
    border-bottom: 2px solid #000;
}

.cronologia {
    padding-bottom: 20px;
    padding-top: 20px;
}

.cronologia {
    padding-left: 30px;
}

.cronologia div {
    background: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    color: #49acd6;
    border-bottom: 1px solid #595959;
    padding: 7px 20px 7px 20px;
    float: left;
    margin-left: 10px;
    cursor: pointer;
}

.cronologia div.active {
    background: #595959;
    font-weight: 700;
    text-align: center;
    font-size: 16px;
    color: #fff;
    border-bottom: 1px solid #595959;
}

.age {
    padding-bottom: 45px;
}

.innerContainer,
.innerContainer.beSafe {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 15px;
    padding-right: 15px;
}

div.imgfluid {
    padding: 0px;
    overflow: hidden;
}

.age1,
.age2,
.age3,
.age4,
.age5 {
    padding-left: 30px;
}

#anchorr,
#anchorr2 {
    color: #fff
}

/*SF NAV*/
ul.sf-nav > li {
    float: left;
    margin: 0;
    margin-right: 0%;
}

.sf-nav .sf-nav-current {
    background: #fff;
    color: #e1261c;
    border: 0px;
    text-decoration: none;
    padding: 5px 8px 5px 8px;
    font-size: 36px;
    font-weight: 700;
}

.sf-nav a, .sf-nav span.sf-nav-click,
.sf-nav .sf-nav-three-points {
    cursor: pointer;
    background: #fff;
    color: #393939;
    border: 0px;
    text-decoration: none;
    padding: 5px 8px 5px 8px;
    font-size: 36px;
    font-weight: 700;
}

.changetype-row {
    background: #fff;
}

.changetype {
    font-size: 16px;
    color: #666;
    display: inline-block;
    padding-right: 25px;
}

.changetype div {
    display: inline-block;
    padding-left: 7px;
    padding-right: 7px;
    cursor: pointer;
}

.page-id-1572 .wpb_content_element {
    margin-bottom: 0px;
}

.cabecera {
    background-position: top center !important;
}

.page-id-1572 .cabecera {
    background-position: center 90px !important;
}

.imagen2 img#img-grande {
    display: inline-block;
    max-width: 70%;
    padding-top: 10px;
    padding-bottom: 10px;
    float: right;
}

.postid-1533 .site-content {
    margin-top: -50px;
}

.footer-menu-principal a {
    color: #555
}

.term-catalogo-por-edades #sf-field-2 {
    display: none;
}

.search-no-results .page-title {
    color: #000;
}

.soporte-anchors p {
    width: 50%;
    width: 33%;
    text-align: center;
    color: #fff;
    float: left;
}

.soporte-anchors p a {
    text-decoration: none;
    color: #fff;
}

.soporte-anchors p.active a {
    border-bottom: 4px solid #fff;
}

.soporte-anchors p a:hover {
    text-decoration: none;
    border-bottom: 4px solid #fff;
    color: #fff;
}

.term-catalogo-por-edades .entry-title a {
    color: #000;
}

.term-catalogo-por-edades .vc_btn3.vc_btn3-size-lg {
    font-size: 26px;
    font-family: 'Brandon Grotesque Bold';
    padding: 3px 20px;
    box-shadow: none !important;
    text-shadow: none !important;
    border-bottom: #000;
    margin-bottom: 20px;
    margin-top: 20px;
    background: #000;
    color: #fff;
}

.swiper-pagination {
    width: 100%;
    margin-top: -70px;
}

.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    padding: 4px;
    margin: 4px;
}

.instruccionesLink {
    color: #fff;
}

.instruccionesLink a {
    display: none !important;
}

.fa-arrow-circle-o-right:before {
    content: "\f18e";
}

.single-feber_catalogo article {
    overflow: hidden;
}

.search-results .titulo {
    display: block !important;
}

.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {
    color: #D8000C;
    background-color: #FFBABA;
    border: 0;
    padding: 10px;
}

.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
    color: #4F8A10;
    background-color: #DFF2BF;
    border: 0;
    padding: 10px;
}

div.wpcf7-mail-sent-ok:before, div.wpcf7-validation-errors:before {
    font: 26px/30px dashicons;
    margin-right: 16px;
    vertical-align: middle;
}

div.wpcf7-mail-sent-ok:before {
    content: "\f147";
}

div.wpcf7-validation-errors:before {
    content: "\f158";
}

.row-nuestras-cat {
    background: #000;
}

.page-template-page-soporte-php .site-content {
    margin-top: 18px;
}

div.wpcf7-response-output {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-family: inherit;
    font-size: 16px;
    font-weight: 700;
}

.wpcf7-form h4 {
    font-size: 28px;
    font-weight: 700;
}

.wpcf7-form h5 {
    font-size: 20px;
}

.wpcf7-form input[type=radio] {
    margin: 0px;
    width: 30px;
}

ul.sf-result .swiper-slide img {
    max-width: 95%;
    height: auto;
    padding-top: 10%;
}

.archive.tax-categoria_juguete.term-catalogue-par-ages .sf-result .img-desc {
    display: none;
}

body.FR .madracer-menusup {
    display: none!important;
}

body.FR.page-id-80 {overflow: visible!important;}
body.MX.page-id-80 {overflow: visible!important;}
body.PT.page-id-880 {overflow: visible!important;}
body.US.page-id-80 {overflow: visible!important;}
body.GB.page-id-80 {overflow: visible!important;}
body.IT.page-id-864 {overflow: visible!important;}

body.US.term-world-friends .img-desc,
body.GB.term-world-friends .img-desc {display: none!important;}

.page-template-page-contacto .vc_custom_1507190924174 h2,
.page-template-page-contacto .vc_custom_1507190924174 h3,
.page-template-page-contacto .vc_custom_1507190924174 p,
.page-template-page-contacto .vc_custom_1507190924174 a,
.page-template-page-contacto .vc_custom_1507190924174 span {
    color: #fff!important;
}

/*body.FR .site-content .container-fluid article,
body.FR .site-content article
{
	display: none;
}
body.FR .site-content .container-fluid article,
body.FR .site-content article
{
	display: none;
}
body.FR .site-content .sf-result article {
	display: inline-block;
}*/
@media (min-width: 768px) and (max-width: 991px) {
    .gris-cat .inner-desplegado {
        top: -720px;
    }

    .slider_home_2 {
        padding-top: 90px;
        height: 100%;
    }

    .swiper-container {
        overflow-x: hidden;
        height: auto;
    }
}

@media (max-width: 991px) {
    .inner-desplegado {
        padding: 100% 15% 5% 10%;
        height: 51%;
        position: absolute;
        bottom: 0px;
        z-index: 3;
        top: -275px;
    }

}

@media (max-width: 480px) {
    .slider_derecha {
        right: 5%;
    }

    .slider_izquierda {
        left: 5%;
    }

    .fotter-menu-col {
        width: 100%;
    }

    .footer-colophon-content, .footer-content-content {
        display: inline-block;
        width: 100%;
        text-align: left;
        color: #fff;
    }
}

@media (max-width: 991px) {
    .sf-element {
        width: 17%;
    }

    .boton-categoria-new {
        height: auto;
    }

    .boton-categoria-new img.main-img-cat {
        width: 100%;
    }

    .imagen {
        top: 77%;
    }

    /*.col-xs-12 {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}*/
    .burger img {
        width: 80%;
    }

    .header-menu {
        padding-top: 15px;
        height: 80px !important;
    }

    .titulo {
        font-size: 26px;
    }

    .arrow-down-header {
        margin-top: -4.5em;
    }

    .arrow-down-header-2 img, .arrow-down-header img {
        width: 10%;
    }

    .megamenu-mobile {
        top: 101px;
    }

    .megamenu-mobile .footer-menu-principal {
        padding-left: 15px !important;
        font-size: 18px;
        font-weight: 700;
        padding-top: 7px;
        padding-bottom: 7px;
        border-bottom: 1px solid #e6e6e6;
    }

    .megamenu-mobile .footer-menu-principal:last-child {
        border-bottom: 0px;
    }

    .megamenu-mobile .footer-menu-sub {
        padding-left: 20px !important;
        font-size: 18px;
        font-weight: 700;
        padding-top: 7px;
        padding-bottom: 7px;
    }

    .megamenu-mobile li.footer-menu-principal {
        border-bottom: 1px solid #e6e6e6;
    }

    .megamenu-mobile .headerr-menu-col ul li:first-child {
        padding-top: 5px;
        padding-bottom: 0px;
    }

    .megamenu-mobile .headerr-menu-col ul li:nth-child(2) {
        padding-top: 0px;
        padding-bottom: 5px;
    }

    .megamenu-mobile .headerr-menu-col ul li:first-child,
    .megamenu-mobile .headerr-menu-col ul li:nth-child(2) {
        border-top: 0px;
    }

    .megamenu-mobile .headerr-menu-col {
        width: 90%;
    }

    .megamenu-mobile .headerr-menu-col li {
        padding-top: 5px;
        padding-bottom: 5px;
        border-top: 1px solid #e6e6e6;
    }

    .megamenu-mobile .footer-menu-sub .titu-footer-menu span {
        margin-bottom: 0px;
    }

    .lightslider .active {
        -webkit-transition: margin-top 1s;
        -moz-transition: margin-top 1s;
        -ms-transition: margin-top 1s;
        -o-transition: margin-top 1s;
        transition: margin-top 1s;
        margin-top: 15px;
    }

    .lightslider .active {
        width: 85%;
    }

    .footer-colophon-content, .footer-content-content {
        font-size: 0.8em;
    }

    .footer-content-content div, .footer-content-content a {
        width: 100%;
        font-size: 0.8em;
    }

    .newsletters {
        margin-top: 0px;
        margin-bottom: 10px;
    }

    .fotter-menu-col li {
        padding-bottom: 10px;
    }

    .fotter-menu-col li a {
        color: #fff;
    }

    .logo-famosa {
        margin-bottom: 15px;
    }

    .home .col-xs-12 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .single-feber_catalogo div.vc_row {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .site-footer .col-xs-12 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .vc_custom_1506424675275 {
        background: url(img/ico_dimensiones2.png) 130px 103px no-repeat;
        background-size: 100px;
    }

    .minis img {
        width: 40%;
    }

    #field_59c90a0e3c00a, #field_59c90a333c00b, #field_59c90a5f3c00c, #field_55802c1ac42ea {
        width: 44%;
        text-align: right;
        height: 38px;
        font-size: 16px;
        margin-left: 9%;
        line-height: 35px;
    }

    .type-feber_catalogo .bloque-single .titulo, .type-feber_catalogo .wpb_wrapper .titulo {
        font-size: 21px;
        line-height: 23px;
    }

    .logo-site .logotipo {
        text-align: center;
        margin-top: -7px;
        width: 190px;
        height: 75px;
    }

    #field_55802c1ac42ea {
        padding-left: 40px;
    }

    .funcionalidad-box {
        width: 33.3%;
    }

    .megamenu-mobile {
        overflow: overlay !important;
        top: 77px;
        height: 100%;
    }

    .archive .megamenu-mobile {
        top: 80px;
    }

    .social-footer span {
        font-size: 16px;
    }

    .footer-content-content {
        text-align: left;
        color: #fff;
    }

    .home .site,
    .tax-categoria_juguete .site {
        padding-top: 25px;
    }

    .row-fh-2 .boton-categoria-new {
        height: 51vh;
    }

    .row-fh-2 .boton-categoria-new.gris-cat {
        height: 28vh;
        background: none;
    }
}

@media (max-width: 520px) {
    .header-text.tax-swiper {
        background-size: 230% !important;
        height: 73vh !important;
    }

    .tax-categoria_juguete .slider_home {
        margin-bottom: 1em;
        margin-top: 1em;
    }

    .swiper-button-next, .swiper-button-prev {
        width: 80px;
        height: 80px;
    }

    .page-template-page-contacto .vc_column_container > .vc_column-inner.vc_custom_1507104257683 {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

    div.sf-filter button {
        width: 47.5%;
        margin-right: 0px;
    }

    .sf-button-btnsearch {
        margin-right: 15px !important;
    }

    .pagination .page-item.prev,
    .pagination .page-item.next {
        width: 25px;
    }
}

@media (max-width: 1024px) {
    .x-ico-container #catalogo,
    .x-ico-container #porquefeber,
    .x-ico-container #soporte {
        width: 100%;
        display: inline-block;
    }
}

@media (min-width: 769px) and (max-width: 992px) {
    .boton-categoria-new:last-child {
        width: 100%;
    }

    .slider_izquierda {
        position: absolute;
        top: 50%;
        left: 2%;
    }

    .slider_derecha {
        position: absolute;
        top: 50%;
        right: 2%;
    }
}

@media (min-width: 641px) {
    #pagination-sm {
        display: none;
    }
}

@media (max-width: 640px) {
    div.fullwidth-container div.row a {
        font-size: 28px;
    }

    .tax-categoria_juguete .swiper-container {
        min-height: 200px;
    }

    .swiper-slide {
        padding-bottom: 0px;
    }

    .tax-categoria_juguete .swiper-slide h4 {
        font-size: 21px;
    }

    .row-fh-2 .boton-categoria-new {
        height: 78vh;
    }

    .row-fh-2 .boton-categoria-new.gris-cat {
        height: 74vh;
    }

    .header-desc-2 {
        height: 32vh;
        overflow-x: hidden;
        overflow-y: visible;
    }

    div.header-menu {
        width: 110%;
    }

    #videoOne {
        display: none !important;
    }
}

@media (max-width: 1024px) {
    .header-text .container {
        height: 20vh;
        margin-top: 50%;
        margin-left: 0px;
        line-height: 26px;
        font-size: 20px;
        position: absolute;
    }

    .tax-categoria_juguete .header-desc span {
        display: none;
    }

    .tax-categoria_juguete .header-desc h2 span {
        display: block;
    }

    .tax-categoria_juguete .header-desc-2 .header-desc h2 span {
        display: none !important;
    }

    .page-template-page-soporte .vc_custom_1507101991495 {
        padding-right: 0px;
    }

    .page-template-page-soporte .vc_row.vc_row-o-full-height {
        min-height: 50vh;
    }

    .page-id-1572 .header-desc .fa,
    .page-id-1684 .header-desc .fa {
        display: none;
    }

    .page-id-1572 .header-desc br,
    .page-id-1684 .header-desc br {
        display: none;
    }

    .page-id-1572 .header-text .container {
        bottom: -100vh !important;
        top: 0vh !important;
        margin-top: auto;
    }

    .page-id-1684 .header-text .container {
        bottom: -71vh !important;
        top: 0vh !important;
        margin-top: auto;
    }

    .page-id-1572 .site, .page-template-page-soporte .site {
        padding-top: 30px;
    }

    .page-id-1572 .header-text .container .title-cont h1,
    .page-id-1684 .header-text .container .title-cont h1 {
        font-size: 26px;
    }

    .page-id-1572 .vc_column_container > .vc_column-inner,
    .page-id-1684 .vc_column_container > .vc_column-inner {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    #moveSel, #driveSel, #lifeSel, #proSel {
        width: 50% !important;
    }

    .support-search input {
        width: 100%;
        margin-bottom: 15px;
    }

    .inner-bt-descarga {
        text-align: center;
        display: inline-block;
        padding: 10px;
        border-top: 2px solid #d5d5d5;
        border-bottom: 2px solid #d5d5d5;
        width: 100%;
        height: 130px;
    }

    .inner-bt-descarga .title-descargar {
        padding-top: 0px;
        font-size: 18px;
        margin-bottom: 15px;
    }

    .container-bt-descarga {
        padding: 0px;
        margin-top: 0px;
        margin-bottom: 15px;
    }

    .inner-bt-descarga .img-descarga {
        float: none;
        width: 100%;
        text-align: center;
        display: inline-block;
    }

    .inner-bt-descarga img {
        float: none;
        max-width: 200px;
    }

    .pagination {
        width: 100%;
    }

    #pagination-lg {
        display: none;
    }

    .pagination .page-item.prev, .pagination .page-item.next {
        color: #f5f5f5
    }

    .pagination .page-item.next {
        float: none;
        margin-top: 5px;
    }

    .pagination .page-item.next img {
        margin-top: -35px;
    }

    .page-id-1572 .cabecera,
    .page-id-1684 .cabecera {
        width: 105%;
    }

    .soporte-anchors p {
        width: 100%;
    }

    .allprod {
        padding-top: 30px;
    }

    .logo-famosa {
        margin-left: 0px;
    }
}

/*COL SM / TABLET*/
@media (min-width: 468px) and (max-width: 1024px) {
    .burger img {
        width: 20%;
    }

    .soporte-anchors p {
        width: 33%;
    }

    .wpcf7-form label {
        font-size: 16px;
        text-align: left;
        margin-left: 30px;
        padding-bottom: 15px;
        width: 100%;
    }

    .archive .iconos {
        margin-left: 0px;
    }

    .x-ico-img-mobile, .x-ico-img {
        height: 50px;
    }

    .x-ico-img img {
        width: 90%;
    }

    .x-ico-container #catalogo,
    .x-ico-container #porquefeber,
    .x-ico-container #soporte {
        width: 60%;
    }

    .footer-menu {
        padding-top: 20px;
    }

    .arrow-down-header {
        margin-top: -7.5em;
    }

    .slider_izquierda {
        left: 1%;
    }

    .slider_derecha {
        right: 1%;
    }
}

@media (max-width: 767px) {
    .sf-element select {
        width: 100% !important;
    }

    .swiper-button-next, .swiper-button-prev {
        top: 50%;
    }

    .lightslider .slide-cat h3 {
        color: #595959;
        font-size: 30px;
        width: 100%;
        font-weight: 700;
        padding: 0;
        margin: 0;
        text-decoration: none;
    }

    .home .slider_home {
        /*height: 32vh;*/
        height: auto;
    }

    .term-catalogo-por-edades .header-text.tax-swiper {
        background-size: 197% !important;
        height: 62vh !important;
    }

    .tax-categoria_juguete .row-posts-category .titulo .row {
        margin-right: 0px;
        margin-left: 0px;
    }

    .tax-categoria_juguete .iconos {
        margin-left: 0px;
    }

    .page-id-1572 .cabecera {
        width: 105%;
    }

    .cronologia {
        padding-left: 0px;
    }

    .cronologia div.active {
        background: #595959;
        font-weight: 700;
        text-align: center;
        font-size: 13px;
        color: #fff;
        border-bottom: 1px solid #595959;
    }

    .age1, .age2, .age3, .age4, .age5 {
        padding-left: 6px;
    }

    .cronologia div {
        background: #fff;
        text-align: center;
        font-weight: 700;
        font-size: 13px;
        color: #49acd6;
        border-bottom: 1px solid #595959;
        padding: 7px 12px 7px 12px;
        float: left;
        margin-left: 6px;
        cursor: pointer;
    }

    .wpcf7-form label {
        margin-left: 0px;
        width: 100%
    }

    .wpcf7-form .box-left input, .wpcf7-form .box-left select {
        margin-right: 20px;
        margin-left: 20px;
        width: 65%;
        float: right;
    }

    .page-template-page-contacto .vc_column_container > .vc_column-inner {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .page-template-page-contacto .vc_custom_1507187691407 .wpb_column {
        width: 33.3%;
    }

    .header-text .container {
        height: 32vh;
        margin-top: 45vh;
        padding: 0;
        margin-left: 0px;
        color: #ffffff;
        line-height: 20px;
        font-size: 16px;
        width: 100%;

        -webkit-transition: height 1.5s, margin-top 1.5s;
        -moz-transition: height 1.5s, margin-top 1.5s;
        -o-transition: height 1.5s, margin-top 1.5s;
        transition: height 1.5s, margin-top 1.5s;
    }

    .header-text .container.explode {
        height: 72vh;
        margin-top: 2vh;

        -webkit-transition: height 1.5s, margin-top 1.5s;
        -moz-transition: height 1.5s, margin-top 1.5s;
        -o-transition: height 1.5s, margin-top 1.5s;
        transition: height 1.5s, margin-top 1.5s;
    }

    .header-desc h2 {
        padding-top: 0px;
        margin-top: 0px;
    }

    .title-cont {
        width: 100%;
        padding-left: 21px;
        text-align: left;
        margin-top: 5%;
        padding-right: 10px;
    }

    .header-text {
        margin-top: 0px;
        height: 335px;
    }

    .term-mundos-amigos .header-text,
    .term-world-friends .header-text,
    .term-monde-des-amis .header-text,
    .term-mondo-do-amigos .header-text {
        height: 400px;
    }

    .swiper-button-next, .swiper-button-prev {
        width: 80px;
        height: 80px;
    }

    .header-desc {
        padding: 20px;
        padding-top: 0px;
    }

    .term-move .header-text .container h1 {
        color: #49acd6;
        border-right: 0px;
        font-weight: bold;
        padding-right: 10px;
        font-size: 32px;
        letter-spacing: 2px;
        font-family: 'Brandon Grotesque BOLD', sans-serif;
    }

    .term-move .header-text .container h2 {
        font-size: 23px;
        display: inline-block;
    }

    .tax-categoria_juguete .header-text span {
        display: none;
    }

    .tax-categoria_juguete .header-text h2 span {
        display: inline-block;
        font-size: 18px;
    }

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

    .swiper-slide .header-desc h2 {
        font-size: 30px;
        line-height: 30px;
    }

    .swiper-slide .header-desc p {
        font-size: 16px;
        line-height: 16px;
    }

    .home .header-text .container {
        margin-left: 70px;
    }

    .home .header-text .hidden-lg.hidden-md.hidden-sm .container {
        margin-bottom: 0%;
        bottom: 10%;
    }

    .swiper-container {
        height: 100%;
    }

    .swiper-container .header-desc p {
        display: none;
    }

    .slider_home_2 {
        height: 48vh;
        padding-top: 0px;
    }

    .swiper-container {
        overflow-x: hidden;
        /*height: 32vh;*/
        height: auto;
    }

    .home .swiper-slide img {
        height: auto;
    }

    .tax-categoria_juguete .header-text .container h1 {
        border: 0px !important;
        padding-top: 20px;
        font-size: 28px;
    }

    .vc_custom_1506423750103 .vc_column-inner {
        border: 0px !important;
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    .funcionalidad-box {
        width: 24.3%;
    }

    .vc_custom_1506424675275 {
        background: url(img/ico_dimensiones2.png) right 65px no-repeat;
        background-size: 120px;
    }

    .minis {
        margin-right: 0px;
        margin-bottom: 20px;
    }

    .minis img {
        width: 21%;
        margin: 5px;
    }

    .single-feber_catalogo .site {
        background: #fff;
        padding-top: 20px;
    }

    .breadcrumbs {
        display: none;
    }

    .type-feber_catalogo .entry-title {
        font-size: 27px;
        font-family: 'Brandon Grotesque Bold';
    }

    .cat-box {
        font-size: 26px;
    }

    .edad-box {
        font-size: 17px;
    }

    .type-feber_catalogo .vc_btn3.vc_btn3-size-lg {
        font-size: 22px;
    }

    .vc_column_container > .vc_column-inner {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid > li {
        margin-bottom: 10px;
    }

    .site-header {
        background: #000;
        height: 70px !important;
    }

    .iconos div span {
        /*display: none;*/
        margin-left: 15px;
    }

    /*.iconos div {
		width: 17%;
	}*/
    .iconos div img {
        width: 45px;
        margin: 0px;
    }

    .hesperiden.tparrows {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    .rs-background-video-layer iframe {
        opacity: 1 !important;
        visibility: visible !important;
    }

    .term-move div.site-content .header-text.tax-swiper {
        background-position: 0px 0px !important;
    }

    .term-drive div.site-content .header-text.tax-swiper {
        background-position: -110px 0px !important;
    }

    .page-id-80 {
        overflow: visible !important;
    }

    .page-id-80 .bloque-1 {
        padding-left: 30px;
        padding-right: 30px;
    }

    .allprod .title-cont h1 {
        font-size: 34px;
    }

    .swiper-pagination {
        display: none !important;
    }

    .page-id-1572 .header-text .container {
        bottom: -32vh !important;
        top: 0vh !important;
        margin-top: auto;
    }

    .page-id-1684 .header-text .container {
        bottom: 20vh !important;
        top: 0vh !important;
        margin-top: auto;
    }
    
    .page-id-1024 .header-text .container {
        bottom: 20vh !important;
        top: 0vh !important;
        margin-top: auto;
    }
    
    .page-id-1024 .header-text .container {
        bottom: 25vh !important;
        top: 0vh !important;
        margin-top: auto;
    }

    .grid-view {
        height: 370px;
    }
	
	
	.page-id-1308.page-template-page-soporte .header-text .container{
		bottom: 29vh !important;
		top: 0vh !important;
		margin-top: auto;
	}
	
	.page-id-1117.page-template-page-soporte .header-text .container{
		bottom: 29vh !important;
		top: 0vh !important;
		margin-top: auto;
	}
	
	.page-id-1106.page-template-page-soporte .header-text .container{
		bottom: 29vh !important;
		top: 0vh !important;
		margin-top: auto;
	}
	
	.page-id-1052.page-template-page-soporte .header-text .container{
		bottom: 29vh !important;
		top: 0vh !important;
		margin-top: auto;
	}
	
}

@media (min-width: 768px) {
    .fotter-menu-col {
        width: 20%;
    }

    .fotter-menu-col li {
        padding-bottom: 0px;
    }
}

@media (min-width: 992px) {
    .boton-categoria-new {
        width: 20% !important;
    }

    body.term-pro .header-text.tax-swiper {
        background-position: center -107px !important;
    }

    .page404 .pagina {
        width: 50%;
        margin: auto;
    }
}

.edit-link {
    display: none !important;
}

.wpb_gmaps_widget.vc_map_responsive .wpb_map_wraper iframe {
    max-height: 490px !important;
}

.FR .customcountryheader_4 {
    display: none!Important;
}

.customcountryheader_9_astonmartin {
    display: none!Important;
}


body.PT li.customcountryheader_9_astonmartin {
    display: inherit!Important;
}

body.PT li.customcountryheader_9_mickeymouseclub,
body.PT li.customcountryheader_9_starwars,
body.PT li.customcountryheader_9_landrover,
body.PT li.customcountryheader_9_mas,
body.PT li.customcountryheader_9_pjmask,
body.PT li.customcountryheader_9_nancy,
body.PT li.customcountryheader_9_spongebob,
body.PT li.customcountryheader_9_heidi,
body.PT li.customcountryheader_9_pawpatrol,
body.PT li.customcountryheader_9_blaze,
body.PT li.customcountryheader_9_landrover,
body.PT li.customcountryheader_9_pjmask {
    display: none!important;
}

body.MX li.customcountryheader_6_pjmask,
body.MX li.customcountryheader_6_pushngo,
body.MX li.customcountryheader_6_bicisinpedales,
body.MX li.customcountryheader_6_centrosdeactividades,
body.MX li.customcountryheader_6_quads,
body.MX li.customcountryheader_6_mickeyroadster,
body.MX li.customcountryheader_6_mickeymouseclub,
body.MX li.customcountryheader_6_disneyprincess,
body.MX li.customcountryheader_6_starwars,
body.MX li.customcountryheader_6_mas,
body.MX li.customcountryheader_6_nancy,
body.MX li.customcountryheader_6_spongebob,
body.MX li.customcountryheader_6_accesorios,
body.MX li.customcountryheader_6_heidi,
body.MX li.customcountryheader_6_dareway,
body.MX li.customcountryheader_6_pawpatrol,
body.MX li.customcountryheader_6_superwings,
body.MX li.customcountryheader_6_de4a6 {
    display: none!important;
}

body.MX li.customcountryheader_6_urbansurf {
    display: block!important;
}

body.US .fa-facebook-official,
body.US li.customcountryheader_3_trikes,
body.US li.customcountryheader_3_accesorios,
body.US li.customcountryheader_3_motos,
body.US li.customcountryheader_3_quads,
body.US li.customcountryheader_3_trimotos,
body.US li.customcountryheader_3_swings,
body.US li.customcountryheader_3_bicisinpedales,
body.US li.customcountryheader_3_correpasillos,
body.US li.customcountryheader_3_pushngo,
body.US li.customcountryheader_9_astonmartin,
body.US li.customcountryheader_3_pjmask,
body.US li.customcountryheader_3_cars,
body.US li.customcountryheader_3_mickeyroadster,
body.US li.customcountryheader_3_mickeymouseclub,
body.US li.customcountryheader_3_disneyprincess,
body.US li.customcountryheader_3_starwars,
body.US li.customcountryheader_3_mas,
body.US li.customcountryheader_3_nancy,
body.US li.customcountryheader_3_spongebob,
body.US li.customcountryheader_3_heidi,
body.US li.customcountryheader_3_pawpatrol,
body.US li.customcountryheader_3_blaze,
body.US li.customcountryheader_3_superwings,
body.US li.customcountryheader_3_mas,
body.US li.customcountryheader_3_swing,
body.US li.customcountryheader_3_columpios,
body.US li.customcountryheader_3_disney,
body.US li.customcountryheader_3_urbansurf {
    display: none!important;
}

body.US.term-world-friends .sf-result .img-desc>img,
body.US.term-catalogue-by-age .sf-result .img-desc>img,
body.US.term-world-friends .titulo>img,
body.US.term-catalogue-by-age .titulo>img {
    display: none!important;
}

body.GB .fa-facebook-official,
body.GB li.customcountryheader_7_bicisinpedales,
body.GB li.customcountryheader_7_darewayrevolution,
body.GB li.customcountryheader_7_pjmask,
body.GB li.customcountryheader_7_more,
body.GB li.customcountryheader_7_mas,
body.GB li.customcountryheader_7_mickeymouseclub,
body.GB li.customcountryheader_7_accesorios,
body.GB li.customcountryheader_7_mickeyroadster {
    display: none!important;
}

body.US .boton-categoria-new-move-inter .imagen.move,
body.US .move-menu-blck {
    display: none!important;
}

body.US .boton-categoria-new-move-inter {
    background: url(http://www.feber.com/us/wp-content/themes/feber/img/menu-intermedio-feber.jpg) center center no-repeat !important;
    background-size: cover;
}
body.US.page-template-page-contacto .vc_custom_1507190924174 .wpb_content_element h2,
body.US.page-template-page-contacto .vc_custom_1507190924174 .wpb_content_element h3 {
    margin-top: 13px;
    line-height: 15px;
}
body.US.page-template-page-contacto .vc_custom_1507190924174 .wpb_content_element h2 span {
    font-size: 21px;
}

body.US.page-template-page-contacto .vc_custom_1507190924174 .wpb_content_element h3 span {
    font-size: 18px;
}

body.US.page-template-page-contacto .vc_custom_1507190924174 .wpb_content_element p span,
body.US.page-template-page-contacto .vc_custom_1507190924174 .wpb_content_element p a {
    font-size: 16px;
}
body.US.page-template-page-contacto .vc_custom_1527764750778.pais {
    height: 55vh;
}
body.US.page-template-page-contacto .vc_custom_1527764750778 .wpb_gmaps_widget.vc_map_responsive .wpb_map_wraper iframe {
    max-height: 520px !important;
}

body.US.term-move .row-nuestras-cat,
body.US.term-move .row-nuestras-cat,
body.US.term-move .slider-row,
body.US.term-move .changetype-row,
body.US.term-move .row-posts-category,
body.US.term-move .searchandfilter{
    display: none!important;
}

body.GB.search-results .titulo #icoPedagogicos,
body.US.search-results .titulo #icoPedagogicos {
    display: none!important;
}

body.GB li.customcountryheader_7_urbansurf,
body.GB li.customcountryheader_7_astonmartin {
    display: block!important;
}

body.IT .fa-facebook-official,
body.IT li.customcountryheader_5_astonmartin,
body.IT li.customcountryheader_5_pjmask,
body.IT li.customcountryheader_5_mickeyroadster,
body.IT li.customcountryheader_5_mickeymouseclub,
body.IT li.customcountryheader_5_starwars,
body.IT li.customcountryheader_5_mas,
body.IT li.customcountryheader_5_nancy,
body.IT li.customcountryheader_5_spongebob,
body.IT li.customcountryheader_5_heidi,
body.IT li.customcountryheader_5_pawpatrol,
body.IT li.customcountryheader_5_blaze,
body.IT li.customcountryheader_5_superwings,
body.IT li.customcountryheader_5_mas,
body.IT li.customcountryheader_7_astonmartin,
body.IT li.customcountryheader_5_urbansurf {
    display: none!important;
}