@charset "UTF-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
	list-style:none;
	text-decoration:none;
	border:none
}
html{
	font-size:10px
}
body{
	font-family:'Open Sans', sans-serif;
	font-size:1.4rem;
	font-weight:400;
	color:#000000;
	background-color:#ffffff
}
#div_wrapper{
	width:100%;
	min-width:320px;
	margin:0 auto
}
.clear{
	clear:both
}
a, a:hover, a:focus{
	outline:none;
	text-decoration:none;
	color:inherit
}
label{
	display:block
}
input{
	width:90%;
    font-family:'Open Sans', sans-serif;
	font-size:1.5rem;
	color:#434343;
	background-color:#ffffff;
	border:1px solid #dcdcdc;
	outline:0px;
	padding:7px;
	margin:0
}
select{
	width:90%;
    font-family:'Open Sans', sans-serif;
	font-size:1.5rem;
	color:#434343;
	background-color:#ffffff;
	border:1px solid #dcdcdc;
	outline:0px;
	padding:7px;
	margin:0
}
p, ul{
	padding:0;
	margin:0
}
li{
	list-style:none
}
.cesta{
	max-width:30px;
}
#div_content{
	min-height:650px;
	padding:0 0 80px 0
}

/*.subtitulo {
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    padding-bottom: 1.8rem;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 3rem;
}*/
.subtitulo {
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
    padding: 1.8rem 0;
    margin-bottom: 3rem;
	background-color: #eaeaea;
}
#category .subtitulo {
	clear: both;
    margin-top: 6rem;
}
/* Top */
#div_top{
	background-size:cover !important;
	overflow:hidden;
}
#div_top h1{
	text-align:center;
	font-size:4.0rem;
	line-height:3.0rem;
	color:#ffffff;
    padding: 45px 0 25px;
    margin: 0;
}
#div_top h1 span {
	display:block;
	font-size:2.0rem;
	font-weight:400;
	padding-top:25px;
}
#div_top h2,
#empresa #div_top h2 {
	font-size:2.0rem;
	font-weight:400;
    color: #ffffff;
    text-align: center;
    margin-bottom: 48px;
    line-height: normal;
    padding: 0;
}
#div_ruta{
	margin-top:-11px;
	margin-bottom:20px
}

/* HEADER ***********************************/
header{
	position:relative;
	background:url(../img/content/back-header.png) repeat-x left bottom;
	z-index:30;
	padding-bottom:11px
}
header .container{
	padding:0 3%
}
header .navbar-brand{
	margin:15px 0 0 20px
}
header img.logo{
	width:100%;
	max-width:295px;
	min-width:180px;
	margin-top:10px
}
header #div_superior{
	background-color:#eaeaea;
	padding:10px 0
}
header #div_superior li{
	display:inline-block;
	border-right:1px solid #000000;
	padding-right:2%;
	margin-right:2%
}
header #div_superior li.none{
	border:0
}
header #div_superior a {
	display:block;
	cursor:pointer;
	/*font-size:1.5rem;
	color:#000000;
	text-align:right*/
}
header #div_superior li.cuenta a {
	display: inline-block;
}
header #div_superior a.active, header #div_superior a:hover {
	text-decoration: underline;
}
header #div_superior li span.cerrar {
	display:inline-block;
	width:10px;
	height:10px;
	background:url(../img/content/ico-close.png) left 0;
	margin-right:10px;
}
header #div_superior li a:hover span.cerrar{
	background:url(../img/content/ico-close.png) left -10px
}
header ul.submenu, header #div_superior a.social{
	display:inline-block;
	vertical-align:top;
	width:100%;
}
header #div_superior .idioma.dropdown {
	display: inline-block;
    vertical-align: top;
	margin: 0;
	border: 0;
	padding: 0;
	margin-left: 40px;
}
header #div_superior .idioma.dropdown .btn {
	margin: 0;
	padding: 0;
	font-size: 1.5rem;
	background: transparent !important;
}
.idioma.dropdown .btn, .idioma.dropdown .btn:focus, .idioma.dropdown .btn:active {
	border: 0;
	outline: 0;
	box-shadow: none;
	background: transparent;
}
header #div_superior .idioma.dropdown .dropdown-toggle::after {
    content: url(../img/content/ico-arrow-down.svg);
    border: 0;
    float: right;
    transition: ease 0.4s;
    width: 15px;
    margin-left: 9px;
}
header #div_superior .idioma.dropdown.open .dropdown-toggle::after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: ease 0.4s;
}
.idioma.dropdown ul {
	width: auto;
    padding: 0;
    border-radius: 0;
    background: #ffffff;
	border: 1px solid #eaeaea;
    min-width: 90px;
	margin-top: 9px;
    box-shadow: none;
}
.idioma.dropdown li {
	border: 0 !important;
    padding: 7px 25px !important;
    margin: 0;
    text-align: right;
    display: block;
}
.idioma.dropdown li > a {
	padding: 0px;
    width: auto;
    display: inline;
}
.idioma.dropdown li a:hover {
	background: transparent;
	text-decoration: underline;
}
header #div_superior .empresa .btn {
	color: #07378c;
	font-weight: bold;
}
header #div_superior .empresa li > a {
	color: #07378c;
}

header #div_superior .empresa .cuenta i {
	font-size: 24px;
	vertical-align: middle;
}

header #div_superior .empresa a.login {
	color: #07378c;
	font-weight: bold;
}

header #div_superior .empresa a.login:hover {
	text-decoration: none !important;
}
header #div_superior .cesta button {
	display: flex;
	padding: 0;
}
header .idioma.dropdown.ocultar-md .btn {
	padding: 0 6px;
}
header .cesta.dropdown.ocultar-md .btn {
	padding: 0;
}
header #div_superior .idioma.dropdown ul.producto-carrito,
header .idioma.dropdown ul.producto-carrito {
	border: none;
	min-width: 420px;
	margin-bottom: 40px;
}
header #div_superior .idioma.dropdown ul.producto-carrito > li,
header .idioma.dropdown ul.producto-carrito > li {
	border-bottom: 1px solid #eaeaea !important;
	text-align: left;
	display: flex;
	justify-content: space-between;
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin-left: 25px;
	margin-right: 25px;
}
header #div_superior .idioma.dropdown ul.producto-carrito li .referencia,
header .idioma.dropdown ul.producto-carrito li .referencia {
	font-size: 12px;
	color: #a0a0a0;
}
header #div_superior .idioma.dropdown ul.producto-carrito li .nombre-producto,
header .idioma.dropdown ul.producto-carrito li .nombre-producto {
	font-weight: bold;
}

.contador-productos.input-group {
    position: relative;
    display: flex;
    justify-content: flex-end;
    width: 70%;
    font-size: 1.5rem;
    align-items: center;
}
.contador-productos .input-group-append, .contador-productos .input-group-prepend {
    display: flex;
}
.contador-productos .input-group-append div, .contador-productos .input-group-prepend div {
    width: 23px;
    height: 23px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #a0a0a0;
    border-left: 0;
}
.contador-productos .input-group-append div span, .contador-productos .input-group-prepend div span {
	color: #a0a0a0;
}
.contador-productos .form-control,
.contador-productos .mas-cant,
.contador-productos .menos-cant {
    font-weight: 700;
    text-align: center;
    border: 1px solid #a0a0a0;
    border-radius: 0;
    padding: 0;
    height: 23px;
    width: 52px;
    box-shadow: none;
}
.contador-productos .form-control {
    border-left: 0;
    border-right: 0;
    -moz-appearance: textfield;
}
.contador-productos .form-control::-webkit-outer-spin-button,
.contador-productos .form-control::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.contador-productos .mas-cant,
.contador-productos .menos-cant {
    cursor: pointer;
    padding-left: 0;
    width: 3rem;
}
.boton {
	width: 240px;
	padding: 12px;
	text-align: center;
	border-radius: 15px;
	font-weight: 500;
	display: block;
}
.boton:hover {
	text-decoration: none !important;
}
.boton-azul {
	background-color: #07378c;
	border: 1px solid #07378c;
	color: #fff;
}
.boton-azul:hover {
	background-color: #062f77 !important;
	color: #fff !important;
	cursor:pointer
}
.boton-azul-invertido {
	background-color: #fff;
	border: 1px solid #07378c;
	color: #07378c;
}
.boton-azul-invertido:hover {
	background-color: #07378c !important;
	color: #fff !important;
	cursor:pointer
}
.icono-azul {
	width: 24px;
}
.num-cesta {
	background-color: #07378c;
	color: #fff;
	border-radius: 50%;
	width: 22px;
    height: 22px;
    padding: 2px 5px;
    display: block;
    font-size: 12px;
    text-align: center;
}
header #div_superior li.idioma.dropdown .boton,
header .idioma.dropdown .boton {
	margin: 0 auto 7px auto;
}
header #div_superior a.social {
	width: auto;
}
header nav{
	width:100%;
	background-color:#ffffff;
	padding:25px 0 0 0;
	z-index:1
}
header .right{
	text-align:right
}
header nav input#searchy{
	width:100%;
	min-width:160px;
    font-family:'Open Sans', sans-serif;
	font-size:1.4rem;
	color:#000000;
	background:url(../img/content/ico-search.png) no-repeat 98% center;
	background-color:#fff;
	border:1px solid #000000;
	padding:7px 7% 7px 8px;
	margin-bottom:25px
}
header nav li{
	display:inline-block;
	margin-left:16.5%
}
header nav li.none{
	padding:0;
	margin:0
}
header nav li a{
	display:block;
	font-size:1.8rem;
	color:#4a70b7;
	border-bottom:6px solid transparent;
	padding:0 5px 10px 5px
}
header nav li a:hover, header nav li a.active, header nav li a:focus, header nav li.submenu a:hover, header nav li.submenu a.active{
	color:#4a70b7;
	border-bottom:6px solid #3661af
}
header nav li.submenu a {
	font-size: 1.5rem;
}
header nav li.submenu a{
	cursor:pointer;
	background:url(../img/content/ico-desplegable.png) no-repeat 95% 10px;
	padding:0 25px 10px 5px
}
header li.submenu .sub{
	display:none;
	z-index:10;
 	position:absolute;
	text-align:left;
	background-color:#ffffff;
	border-top:1px solid #e1e1e1;
	border-left:1px solid #e1e1e1;
	border-right:1px solid #e1e1e1;
	padding:0;
	margin:0
}
header li.submenu .sub a:hover, header li.submenu .sub a.active{
	cursor:pointer;
	color:#4a70b7;
	border-bottom:none
}
header li.submenu .sub li{
	display:block;
	text-align:left !important;
	border-bottom:1px solid #e1e1e1;
	padding:5px 20px;
	margin:0
}
header li.submenu .sub li a{
	font-size:1.5rem;
	color:#000000;
	background:none;
	border:0;
	padding:0 !important
}
.background {
	position:fixed;
	top:0;
	display:none;
	width:100%;
	height:100%;
	background-color:#000000;
	opacity:0.7;
	filter:alpha(opacity=70);
	z-index:20
}

/* HOME *************************************/
#home #div_content{
	padding:0
}
#home #bannerhome{
	background:url(../img/home/back-banner.png) no-repeat center top;
	background-size:100% 100%;
	padding-bottom:2%;
	margin-top:30px
}
#home .titular{
	text-align:center;
	margin:25px auto 40px auto
}
#home .titular h1{
	font-size:2.5rem;
	color:#3661af;
    margin-bottom: 25px;
}
#home .titular h2 {
    font-size:2rem;
	color:#3661af;
}
#home #div_buttons{
	border-top:1px solid #c5c5c5;
	background-color:#f6f6f6;
	padding:40px 0 70px 0
}
#home #div_buttons img{
	margin-bottom:15px
}
#home #div_buttons a{
	display:block;
	text-align:center;
	padding:0 6%
}
#home #div_buttons a h3{
	font-size:2.4rem;
	margin-bottom:8px
}
#home #div_buttons a:hover p, #home #div_buttons a:hover h3{
	color:#3661af
}

/* LISTADO PRODUCTOS **********************************/
#home .subtitulo:first-of-type {
    margin-top: 3rem;
}
.categ-container,
.prod-container {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}
.categ-destacado,
.prod-destacado {
    width: 23%;
    margin-right: 2.6%;
    margin-bottom: 3rem;
}
.categ-destacado:nth-child(4), 
.prod-destacado:nth-child(4) {
    margin-right: 0;
}
.categ-destacado:hover img,
.prod-destacado:hover img {
    opacity: 0.6;
    transition: all ease-in-out 0.3s;
}
.categ-destacado .img-container {
    border: 1px solid #dcdcdc;
    border-bottom: 14px solid #682a81;
    margin-bottom: 1rem;
}
.categ-destacado img,
.prod-destacado img {
    width: 99%;
    height: auto;
}
.categ-destacado p {
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
}
#home .categ-destacado .img-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    border-bottom: 1px solid #dcdcdc;
}
#home .categ-destacado img {
    max-width: 105px;
    margin-top: 100%;
    margin-bottom: 2rem;
}
#home .categ-destacado p {
    font-size: 1.8rem;
    font-weight: 400;
}
#home .prod-destacado {
    width: 32%;
    margin-right: 1.99%;
    margin-bottom: 3rem;
}
#home .prod-destacado:nth-child(4) {
    margin-right: 1.99%;
}
#home .prod-destacado:nth-child(3n+3) {
    margin-right: 0;
}
.prod-destacado .img-container {
    border: 1px solid #dcdcdc;
    margin-bottom: 2rem;
}
.prod-destacado p {
    font-size: 1.6rem;
    color: #3661af;
}
.prod-destacado .marca {
    font-size: 1.2rem;
    font-weight: 600;
    color: #000000;
}

/* EMPRESA **********************************/
#empresa #div_top{
	background:url(../img/content/top-empresa.png) no-repeat center top
}
#empresa .contingut{
	padding:0 3%
}
#empresa h2{
	font-size:2.5rem;
	line-height:3.2rem;
	font-weight:400;
	padding:40px 5% 50px 0
}
#empresa .contingut img{
	width:100%;
	margin-top:20px
}
#empresa h3{
	font-size:1.8rem;
	line-height:2.2rem;
	text-align:center;
	font-weight:700;
	border:10px solid #f6f6f6;
	padding:45px 3%;
	margin-bottom:40px
}
#empresa .info p{
	font-size:1.8rem;
	padding:0 2%
}
#empresa .info p a{
	color:#3661af;
	font-weight:700
}
#empresa .info p a:hover{
	text-decoration:underline
}

/* PRODUCTOS ***********************************/
#products #div_top{
	background:url(../img/content/top-productos.png) no-repeat center top;
	margin-bottom:20px
}
#products .list{
	border-top:1px solid #c4c4c4;
 	border-left:1px solid #c4c4c4
}
#products .list a{
	display:block;
	float:left;
	width:25%;
	height:210px;
	font-size:1.8rem;
	text-align:center;
	border-bottom:1px solid #c4c4c4;
	border-right:1px solid #c4c4c4;
	background-position:center 20px;
	background-repeat:no-repeat;
	padding:150px 2% 0 2%
}
#products .list a:hover{
	color:#3661af
}

/* CATEGORIA ********************************/
#category #div_ruta{
	position:relative;
	z-index:10
}
#category #div_ruta img{
	top:10px;
	z-index:1
}
#category #div_ruta p{
	font-size:2.0rem;
	color:#ffffff;
	padding:4% 0 0 20px
}
#category #div_ruta a:hover{
	text-decoration:underline
}
#category .categoria{
	float:none;
	width:24.7%;
	display:inline-block;
	vertical-align:top;
	padding:0 1%;
	margin-top:30px
}
#category .categoria a{
	display:block;
	width:100%
}
#category .categoria a:hover img{
	opacity:0.6
}
#category .categoria img{
	width:100%;
	border:1px solid #dcdcdc
}
#category .categoria p{
	font-size:1.6rem;
	text-align:center;
	padding:10px 20px
}

/* SUBCATEGORIAS ****************************/
#category #menu-lateral{
	padding:0 3%
}
#category #menu-lateral h2{
	font-size:1.8rem;
	color:#3661af;
	font-weight:700;
	margin:0px 10px 10px 10px
}
#category ul.categorias{
	list-style:none
}
#category ul.categorias li{
	font-weight:700;
	border-bottom:1px solid #dcdcdc;
	padding:8px 5px 8px 10px
}
#category ul.categorias li.active, #category ul.categorias li:hover{
	background-color:#e1e7f3;
	border-bottom:1px solid #e1e7f3
}
#category ul.subcategorias{
	margin-left:20px
}
#category ul.subcategorias li{
	font-weight:400;
	border:none
}
#category ul.subcategorias li.active, #category ul.subcategorias li:hover{
	list-style-image:url(../img/content/ico-list.png);
	background-color:#ffffff;
	border:0
}
#category ul.subcategorias li.active a{
	color:#3661af
}
#category #div_contingut h1 {
	float:left;
	width:70%;
	font-size:2.5rem;
	font-weight:400;
	margin-bottom:30px
}
#category #div_content {
    margin-top: 50px;
}
#category #div_content h1 {
    font-size:3rem;
	font-weight:400;
    margin-left: 1%;
}
#category #div_content p {
    margin: 1%;
}
#category #div_contingut .mb-2 {
    margin-bottom: 2rem;
}
#category #div_contingut select{
	width: calc(100% - 2%);
	font-weight:700;
	background-color:#ffffff;
	border:1px solid #dcdcdc;
    margin-left: 1%;
}
#category #div_contingut .producto{
	float:none;
	width:49.5%;
	display:inline-block;
	vertical-align:top;
	padding:0 1%;
	margin-bottom:15px
}
#category #div_contingut .producto img{
	width:100%;
	border:1px solid #dcdcdc
}
#category #div_contingut .producto p{
	font-size:1.6rem;
	color:#3661af;
	padding:10px
}
#category #div_contingut .producto span{
	font-size:1.2rem;
	color:#000000
}

/* Paginador */
.paginacio{
	text-align:center;
	cursor:pointer;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	margin:0 auto
}
.paginacio li{
	display:inline-block;
	margin:0 -2px
}
.paginacio li>a{
	float:left;
	color:#000000;
	font-weight:700;
	padding:6px 12px;
	text-decoration:none;
	background-color:#ffffff;
	border:1px solid #dddddd
}
.paginacio .active{
	background-color:#4a70b7;
	border:1px solid #4a70b7;
	color:#ffffff
}
.paginacio a:hover{
	color:#ffffff;
	cursor:pointer;
	background-color:#4a70b7;
	border:1px solid #4a70b7
}
.paginacio .disabled, .paginacio .disabled a, .paginacio .disabled a:hover{
	color:#d1d1d1;
	background-color:#f2f2f2;
	cursor:default
}
.paginacio .prev a, .paginacio .next a{
    font-family:'Source Sans Pro', Helvetica, sans-serif;
	font-weight:700;
	padding:6px 12px 6px 12px
}
.paginacio li:first-child a{
	-webkit-border-top-left-radius:4px;
	-moz-border-radius-topleft:4px;
	border-top-left-radius:4px;
	-webkit-border-bottom-left-radius:4px;
	-moz-border-radius-bottomleft:4px;
	border-bottom-left-radius:4px
}
.paginacio li:last-child a{
	-webkit-border-top-right-radius:4px;
	-moz-border-radius-topright:4px;
	border-top-right-radius:4px;
	-webkit-border-bottom-right-radius:4px;
	-moz-border-radius-bottomright:4px;
	border-bottom-right-radius:4px
}

/* FICHA ************************************/
#category #div_ruta a.back{
	float:right
}
#category #div_ruta a.back img{
	top:0;
	z-index:0
}
#div_ficha{
	margin-top:15px
}
#div_ficha h1{
	width:80%;
	font-weight:700;
	font-size:3.0rem;
	padding-bottom:50px
}
#div_ficha img.marca{
	float:right;
	max-width:100px;
	margin:-25px 0 20px 0
}
#div_ficha .more-info{
	display:block;
	width:100%;
	color:#fff;
	font-size:1.8rem;
    font-weight:700;
    background-color:#4a70b7;
    border-radius:10px;
    padding:15px 2.5% 15px 3.5%;
    margin-bottom:30px
}
#div_ficha .more-info img, #div_ficha .more-info p{
	display:inline-block;
	vertical-align:middle;
	width:84%;
	line-height:1.8rem
}
#div_ficha .col_2 .more-info img{
	width:10%;
	max-width:35px;
	margin-right:3%
}
#div_ficha .more-info span{
	display:block;
	font-weight:400;
	font-size:1.4rem;
	margin-top:5px
}
#div_ficha .more-info:hover{
	text-decoration:none
}
#div_ficha .more-info:hover p{
	text-decoration:underline
}
#div_ficha .col_1 img, #div_ficha .col_2 img, #div_ficha .col_2 iframe{
	width:100%
}
#div_ficha .col_2 .video{
	margin-bottom:30px
}
#div_ficha .col_1, #div_ficha .col_2{
	margin:0 0 40px 0
}
#div_ficha .col_1 img{
	border:1px solid #dcdcdc
}
#div_ficha .col_1 p{
	margin-top:25px
}
#div_ficha .col_2 .videos{
	margin-bottom:20px
}
#div_ficha .col_2 .videos .delimitador{
    width:100%;
    max-width:400px;
    margin:auto
}
#div_ficha h4{
	font-size:1.6rem;
	font-weight:700;
	color:#4a70b7;
	border-bottom:1px solid #000000;
	padding:5px;
	margin-bottom:5px
}
#div_ficha .descargas, #div_ficha .caracteristicas, #div_ficha .precio{
	margin-bottom:40px
}
#div_ficha .precio p{
	font-size:1.6rem;
	font-weight:600;
	padding-left:5px
}
#div_ficha .precio span.precio{
	display:block;
	font-size:1.4rem;
	font-weight:300
}
#div_ficha .descargas li{
	border-bottom:1px solid #d2d0cf
}
#div_ficha .descargas a{
	display:block;
	padding:8px 5px
}
#div_ficha .caracteristicas p{
	padding:0 5px
}
#div_ficha .caracteristicas ul{
	margin-left:25px
}
#div_ficha .caracteristicas li{
	list-style:disc;
	padding:0;
	margin:-8px 0
}
#div_ficha a:hover{
	text-decoration:underline
}
#div_ficha .col_1 a, #div_ficha .descripcion a, #div_ficha .caracteristicas a{
	color:#4a70b7;	
}
#div_ficha .descripcion p{
	margin-bottom:25px
}
#div_ficha .descripcion ul{
	margin-left:25px
}
#div_ficha .descripcion li{
	list-style:disc
}
#div_ficha .table-responsive{
	margin-top:40px
}
#div_ficha thead{
	font-weight:700;
	background-color:#edf0f8
}
#div_ficha .first{
	text-align:center;
	margin:0 auto
}
#div_ficha .first a{
	display:block;
	cursor:pointer
}
#div_ficha .first .modal-header{
	border:0
}
#div_ficha .first .modal-body img{
	width:100%
}

/* BUSCADOR ********************************/
#buscador h1{
	font-size:3.0rem;
	color:#07378c;
	font-weight:400;
	margin:20px 0 0 0
}
#buscador h1 span{
	color:#000000;
	font-weight:700
}
#buscador .producto{
	float:none;
	width:24%;
	display:inline-block;
	vertical-align:top;
	padding:0 1%;
	margin-top:30px
}
#buscador .producto a{
	display:block;
	width:100%
}
#buscador .producto a:hover img{
	opacity:0.6
}
#buscador .producto img{
	width:100%;
	border:1px solid #dcdcdc
}
#buscador .producto p{
	font-size:1.6rem;
	text-align:center;
	padding:10px 20px
}

/* CONTACTO *********************************/
#contacto #resposta{
	display:none
}
#contacto #div_top, #cuenta #div_top{
	background:url(../img/content/top-contacto.png) no-repeat center top
}
#contacto #div_content h2{
	text-align:center;
	margin:50px 0
}
#contacto #formCONTACT{
	margin:40px 0
}
#contacto .tit{
	margin-top:10px
}
#contacto #formCONTACT p.obligado{
	font-size:1.3rem;
	color:#3661af;
	margin-top:20px
}
#contacto input#acepto, #cuenta input#acepto{
	width:15px
}
#contacto .area{
	width:100%;
	height:220px;
    font-family:'Lato', sans-serif;
	font-size:1.5rem;
	font-weight:400;
	border:1px solid #dcdcdc;
	padding:7px;
	margin-top:30px
}
#contacto .avislegal, #cuenta .avislegal{
	width:100%;
	height:142px;
    font-family:'Lato', sans-serif;
	font-size:1.4rem;
	color:#555555;
	overflow:auto;
	border:1px solid #dcdcdc;
	background-color:#f1f1f1;
	padding:5px;
	margin:5px 0 15px 0
}
#contacto #formCONTACT p.cond{
	margin-top:0
}
#contacto #formCONTACT span.petit, #cuenta span.petit{
	font-size:1.3rem;
	color:#3661af;
	font-weight:400
}
#contacto #Enviar{
	cursor:pointer;
	float:right;
	width:120px;
    font-family:'Lato', sans-serif;
	font-size:1.5rem;
	color:#ffffff;
	text-align:center;
	background-color:#3661af;
	border-radius:5px;
	padding:8px 0
}
#contacto #Enviar:hover{
	background-color:#274780
}
#contacto #div_departamentos h2{
	font-size:1.8rem;
	color:#3661af;
	text-align:center;
	font-weight:700;
	border-top:5px solid #ebeff7;
	border-bottom:5px solid #ebeff7;
	padding:15px 0;
	margin-bottom:15px
}
#contacto #div_departamentos div{
	padding-right:2%;
	margin:15px 0
}
#contacto #div_departamentos h3{
	font-size:1.8rem;
	font-weight:700;
	margin:0
}
#contacto #div_departamentos p{
	font-size:1.6rem
}
#contacto #div_departamentos a{
	color:#2995e9
}
#contacto #div_departamentos a:hover{
	text-decoration:underline
}
#contacto iframe{
	width:100%;
	margin:20px 0 40px 0
}
#contacto .loading{
	display:none;
	text-align:center;
	margin:20px auto 0 auto
}
#contacto #loading{
	text-align:center;
	margin:20px auto 0 auto
}

/* CUENTA ***********************************/
#cuenta .formulario{
	margin:40px 0
}
#cuenta .formulario .columna{
    display:inline-block;
    vertical-align:top;
    width:48%;
    padding:0 4%;
}
#cuenta h2{
	font-size:2.4rem;
    font-weight:400;
    margin-bottom:15px
}
#cuenta .formulario .columna p{
	font-size:1.6rem;
	margin-bottom:20px
}
#cuenta .formulario .columna p.cond{
	font-size:1.4rem
}
#cuenta .message_KO{
    color:#d50020;
	margin-bottom:15px
}
#cuenta .blue{
	color:#3661af
}
#cuenta a.blue:hover{
	text-decoration:underline
}
#cuenta form div{
	margin-bottom:10px
}
#cuenta input.button, #cuenta a.button{
	cursor:pointer;
	display:block;
	width:120px;
    font-family:'Lato', sans-serif;
	font-size:1.5rem;
	color:#ffffff;
	text-align:center;
	background-color:#3661af;
	border-radius:5px;
	border:0;
	padding:8px 0;
	margin-top:20px
}
#cuenta .button:hover{
	background-color:#274780
}
#cuenta .margin{
	margin-top:40px
}
#cuenta .formulario .columna.center{
	display:block;
	margin:0 auto
}
#cuenta .formulario .columna.center input{
	width:100%
}
#cuenta .formulario .columna.center input.button{
	width:120px
}
#cuenta .formulario p.descr{
	font-size:1.8rem;
	margin-bottom:30px
}

/*Forms*/
input.success, textarea.success{
	border:1px solid #79c159 !important;
	background:url(../img/content/ico-success.png) no-repeat 98% center;
	background-color:#f3ffee !important
}
input.error, textarea.error{
	border:1px solid #f04444 !important;
	background:url(../img/content/ico-error.png) no-repeat 98% center;
	background-color:#ffeff0 !important
}
textarea.success, textarea.error{
	background-position:98% 6px
}
.missat{
	display:none;
	color:#d50020;
    font-size:1.4rem
}

/* CATÁLOGO ***********************************/
#catalogos #div_top{
	background:url(../img/content/top-catalogos.png) no-repeat center top;
	margin-bottom:20px
}
#catalogos h3{
	font-size:2.0rem;
    font-weight:400;
	border-bottom:1px solid #cccccc;
	padding:15px 15px;
	margin:0
}
#catalogos h3 a{
	display:block;
	cursor:pointer
}
#catalogos h3.desplegar{
    background:url(../img/content/desplegar.png) no-repeat 98% center
}
#catalogos h3.plegar{
    background:url(../img/content/plegar.png) no-repeat 98% center
}
#catalogos #div_content .row{
	border-bottom:1px solid #cccccc
}
#catalogos .subcat{
	margin:15px 0 0 0
}
#catalogos .catalog{
	display:inline-block;
	width:19.5%;
	vertical-align:top;
	padding:0 1.5%;
	margin:15px 0
}
#catalogos .catalog img{
	width:100%;
	background-color:#dadada;
	margin-bottom:15px
}
#catalogos h4{
	font-size:1.8rem;
	font-weight:400;
	margin:0
}
#catalogos .catalog p{
	min-height:40px;
	font-size:1.3rem;
	font-weight:600;
	color:#3661af
}
#catalogos a:hover h4{
	color:#3661af
}

/* VÍDEOS ***********************************/
#videos #div_top{
	background:url(../img/content/top-videos.png) no-repeat center top;
	margin-bottom:20px
}
#videos .video{
	float:none;
	width:33%;
	display:inline-block;
	vertical-align:top;
	padding:0 2%;
	margin:15px 0
}
#videos .video .delimitador{
    width:100%;
    max-width:340px;
    margin:auto
}
#videos .video .contenedor, #div_ficha .col_2 .videos .contenedor{
    position:relative;
    height:0px;
    width:100%;
    padding-top:56.25%;
    margin-bottom:10px
}
#videos .video iframe, #div_ficha .col_2 .videos iframe{
    position:absolute;
    height:100%;
    width:100%;
    top:0px;
    left:0px
}
#videos h3{
	font-size:1.8rem;
	font-weight:400;
	margin:0
}
#videos .video p{
	min-height:40px;
	font-size:1.5rem;
	font-weight:700;
	color:#3661af
}
#videos a:hover h3{
	color:#3661af
}

/* MARCAS ***********************************/
#marcas #div_top{
	background:url(../img/content/top-marcas.png) no-repeat center top;
	margin-bottom:20px
}
#marcas .brands{
	border-top:1px solid #c4c4c4;
 	border-left:1px solid #c4c4c4;
	margin-top:-1px
}
#marcas .brands a{
	display:block;
	float:left;
	width:25%;
	height:285px;
	font-size:1.8rem;
	text-align:center;
	border-bottom:1px solid #c4c4c4;
	border-right:1px solid #c4c4c4;
	background-position:center;
	background-repeat:no-repeat;
	padding-top:245px
}
#marcas .brands a:hover{
	color:#3661af
}

/* NOTICIAS *********************************/
#noticias #div_top{
	background:url(../img/content/top-noticias.png) no-repeat center top;
	margin-bottom:35px
}
#noticias .noticia{
	margin-bottom:45px
}
#noticias .noticia p.fecha{
	font-size:1.8rem;
	color:#cccccc;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	padding:7px 25px
}
#noticias .noticia a:hover p.descripcion, #noticias .noticia a:hover p.descripcion2{
	color:#3661af
}
#noticias .noticia .informacion{
	margin:15px 15px 0 15px
}
#noticias .noticia .informacion h3{
	font-size:2.4rem;
	color:#4a70b7
}
#noticias .noticia .informacion h4{
	font-size:1.8rem;
	color:#000000;
	margin:10px 0 0 0
}
#noticias .noticia .informacion p{
	color:#000000;
	margin-top:25px
}
#noticias .noticia p.descripcion2{
	float:right;
	width:62%
}
#noticias .noticia .informacion .texto2{
	float:right;
	width:65%;
	padding:0 0 0 4%
}
#noticias .noticia .imagen{
	max-width:34%
}
#noticias .noticia img, #noticias .noticia iframe{
	width:100%;
	max-height:180px;
	border:1px solid #bebbbd;
	margin-top:25px
}
#noticias .list h5{
	font-size:1.8rem;
	font-weight:700;
	color:#000000;
	border-bottom:6px solid #ebeff7;
	padding:0 0 10px 0;
	margin:0
}
#noticias .list ul{
	padding:20px 3% 40px 3%;
	margin:0
}
#noticias .list li{
	font-weight:700;
	list-style:disc;
	margin-bottom:20px
}
#noticias .list a, #noticias #div_articulos span{
	color:#000000
}
#noticias .list a:hover, #noticias .list a.active{
	color:#4a70b7
}
#noticias #div_articulos li{
	list-style:none;
	font-weight:400
}
#noticias #div_articulos a, #noticias #div_articulos a:hover span, #noticias #div_articulos a.active span{
	color:#4a70b7
}
#noticias #div_categorias ul, #noticias #div_archivos ul{
	padding:20px 4% 40px 9%
}

/* Ficha notícias */
#noticias .ficha-noticia p.fecha{
	font-size:1.8rem !important;
	color:#bebebe !important;
	margin:0 0 15px 0
}
#noticias .ficha-noticia .informacion h3{
	font-size:3.0rem;
	color:#3661af
}
#noticias .ficha-noticia .informacion h4{
	font-size:1.8rem;
	color:#000000;
	margin:10px 0 0 0
}
#noticias .ficha-noticia .informacion img, #noticias .ficha-noticia .informacion iframe{
	width:100%;
	margin-top:15px
}
#noticias .ficha-noticia .informacion span{
	font-size:1.3rem;
	font-weight:700;
	margin-top:8px
}
#noticias .ficha-noticia p{
	font-size:1.4rem;
	color:#000000;
	margin:25px 0
}
#noticias .ficha-noticia .descargas h4{
	font-size:1.8rem;
	font-weight:700;
	border-bottom:5px solid #ebeff7;
	padding-bottom:8px;
	margin:50px 0 20px 0
}
#noticias .ficha-noticia .descargas ul{
	margin-left:30px
}
#noticias .ficha-noticia .descargas li{
	list-style:disc
}
#noticias .ficha-noticia .descargas a:hover{
	text-decoration:underline
}

/* ECOMMERCE ***********************************/
#ecommerce #div_ruta {
	margin-top: 20px;
}
#ecommerce #div_ruta p {
	color: #a0a0a0;
}
#ecommerce #div_ruta p span {
	color: #000;
}
#ecommerce #div_content .titulo {
	text-align: center;
	margin-bottom: 70px;
	margin-top: 60px;
}
#ecommerce #div_content .titulo h2 {
    font-weight: bold;
    padding-bottom: 15px;
}
#ecommerce .resumen {
	margin-bottom: 50px;
}
#ecommerce .cabecera {
	background-color: #edf0f8;
	display: flex;
	justify-content: space-between;
	font-weight: bold;
	padding: 16px 18px;
}
#ecommerce .listado {
	display: flex;
	justify-content: space-between;
	align-items: center;
    gap: 1rem;
	border-bottom: 1px solid #eaeaea;
    margin-bottom: 1rem;
    margin-top: 1rem;
}
#ecommerce .listado .contentWrapper,
#ecommerce .listado .actionWrapper {
    display: flex;
    align-items: center;
    gap: 1rem;
}
#ecommerce .listado .imageWrapper {
    width: 10rem;
    flex-shrink: 0;
}
#ecommerce .listado img {
	width: 100%;
}
#ecommerce .listado .textWrapper {
    flex-grow: 1;
}
#ecommerce .listado .referencia {
    font-size: 12px;
}
#ecommerce .listado .nombre-producto {
    font-weight: bold;
}
#ecommerce .listado button {
	cursor: pointer;
	background: none;
}
#ecommerce .listado i {
	font-size: 30px;
}
#ecommerce .listado .contador-productos.input-group {
    width: fit-content;
    margin-left: auto;
}
#ecommerce .comentario {
	margin-top: 48px;
	margin-bottom: 33px;
}
#ecommerce .comentario p {
	text-align: center;
	font-weight: bold;
	padding-bottom: 15px;
}
#ecommerce .comentario textarea {
	width: 100%;
	border: 1px solid #eaeaea;
	padding: 10px;
}
#ecommerce .boton {
	font-size: 16px;
}
#ecommerce .direccion-entrega h3 {
	font-size: 20px;
    font-weight: bold;
    padding-bottom: 15px;
}
#ecommerce .direccion-entrega {
	margin-left: 8%;
}
#ecommerce .direccion-entrega .boton {
	width: auto;
}
#ecommerce .direccion-entrega .editar-eliminar {
	margin-top: 10px;
}
#ecommerce .direccion-entrega .editar-eliminar button {
	background: none;
	color: #07378c;
	text-decoration: underline;
	padding-right: 15px;
}
.container-direccion {
    display: block;
    position: relative;
    padding-left: 35px;
    margin: 26px 0 12px;
    font-size: 16px;
    color: #07378c;
    cursor: pointer;
    user-select: none;
}
.container-direccion img {
    margin-left: 2rem;
}
  /* Hide the browser's default radio button */
.container-direccion input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
  /* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 50%;
} 
  /* On mouse-over, add a grey background color */
.container-direccion:hover input ~ .checkmark {
    background-color: #eaeaea;
}
  /* Create the indicator (the dot/circle - hidden when not checked) */
 .checkmark:after {
    content: "";
    position: absolute;
    display: none;
} 
  /* Show the indicator (dot/circle) when checked */
.container-direccion input:checked ~ .checkmark:after {
    display: block;
}
  /* Style the indicator (dot/circle) */
.container-direccion .checkmark:after {
    top: 8px;
    left: 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #000;
}

#direccioModal .modal-header {
	border-bottom: none;
}
#direccioModal .modal-header h2 {
	font-weight: bold;
	font-size: 20px;
}
.modal-header i {
    font-size: 30px;
}
.modal-header .close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    opacity: 1;
}
#direccioModal .modal-body .col-lg-12 input {
	width: 99%;
}
#direccioModal .modal-body .col-lg-6 input {
	width: 98%;
}
#direccioModal .modal-body .row {
	margin-bottom: 20px;
}
#direccioModal .modal-body .row:last-child {
	margin-bottom: 0;
}
#direccioModal .modal-body form button {
	margin-top: 28px;
}

/* FOOTER ***********************************/
footer{
	color:#ffffff;
	font-weight:300;
	border-top:1px solid #3b5a92;
	background-color:#4a70b7;
	padding-top:20px
}
footer .container{
	padding:0 3%
}
footer .columna{
	padding:0 2% 0 0
}
footer p.top{
	text-align:right;
	margin-top:15px
}
footer h5{
	font-size:1.8rem;
	font-weight:700
}
footer a.social{
	display:block;
	text-align:right
}
footer ul{
	text-align:right
}
footer li{
	display:inline-block;
	color:#ffffff;
	border-right:1px solid #ffffff;
	padding:10px 1%;
	margin-top:20px
}
footer li.none{
	border:0;
	padding:10px 0 10px 1%
}
footer li a{
	cursor:pointer
}
footer a:hover{
	text-decoration:underline
}
footer .footer-icons {
	display: flex;
	justify-content: center;
}
footer .footer-icons img {
    height: 3.5rem;
    filter: invert(1);
    margin: 20px 10px;
}

/* Media Queries */
@media screen and (max-width:1199px){
	header nav li{
		margin-left:11%;
	}
	
	/* Subcategoria */
	#category #div_contingut h1{
		float:none;
		width:100%;
		margin-bottom:0;
	}
	#category #div_contingut select{
		margin-top:1rem;
	}
}
@media screen and (max-width:991px){
	/* Header */
	header #div_superior li {
		padding-right:1%;
		margin-right:1%
	}
	header #div_superior .submenu li {
		font-size: 12px;
	}
	header #div_superior .submenu li.empresa {
		font-size: 14px;
	}

    #home .categ-destacado {
        width: 48%;
        margin-right: 2% !important;
    }

	/* Productos */
	#products .list a{
		width:50%;
	}
	
	/* Categoria / Buscador */
	#category .categoria, #buscador .producto{
		width:49%;
	}
	#category #div_ruta p{
		padding:45px 0 0 20px;
	}
		
	/* Catálogos */
	#catalogos .catalog{
		width:31.5%;
	}
	
	/* Vídeos */
	#videos .video{
		width:49%;
	}
	
	/* Noticias */
	#noticias .noticia .imagen{
		width:100%;
		max-width:100%;
	}
	#noticias .noticia img, #noticias .noticia iframe{
		max-height:100%;
	}
	#noticias .noticia p.descripcion2{
		float:none;
		width:100%;
	}
	#div_lateral{
		margin-top:60px;
	}
	#ecommerce .direccion-entrega {
		margin-left: 0;
	}
	
	/* Footer */
	footer a.social{
		text-align:left;
		margin:10px 0;
	}
	footer ul{
		text-align:left;
	}
	footer li{
		margin:0;
	}
	footer p.top{
		text-align:left;
		margin-bottom:15px;
	}
}
@media screen and (min-width:768px) {
	.mostrar-md {
		display: inline-block;
	}
	.ocultar-md {
		display: none;
	}
}
@media screen and (max-width:767px){
	.mostrar-md {
		display: none !important;
	}
	.ocultar-md {
		display: inline-block;
	}
	#div_top h1{
		font-size:2.4rem;
		line-height:2.4rem;
		padding: 25px 0 15px;
	}
	#div_top h1 span{
		font-size:1.8rem;
		padding-top:15px
	}
    #div_top h2,
    #empresa #div_top h2 {
        font-size: 1.8rem;
        margin-bottom: 28px;
    }
	header .right{
		text-align:left
	}
	header ul.submenu{
		display:block;
		width:100%
	}
	header #div_superior li.none{
		padding:0;
		margin:0 0 5px 0
	}
	header #div_superior a.social{
		display:none
	}
	header nav li{
		display:block;
		text-align:center;
		border:0;
		padding:0;
		margin:0
	}
	header nav li a{
		margin-bottom:8px
	}
	.idioma.dropdown ul {
		min-width: 30px;
	}
	.idioma.dropdown li {
		padding: 7px 15px;
	}
	#home #div_buttons a.columna h3{
		font-size:2.0rem
	}
	#empresa h2{
		font-size:2.2rem;
		padding:20px 5% 10px 0;
	}
	#empresa h3{
		padding:20px 3%
	}
	#products .list a{
		font-size:1.4rem
	}
	#category #div_ruta p{
		font-size:1.8rem;
		padding:25px 0 10px 0
	}
	#category .categoria p, #buscador .producto p{
		font-size:1.4rem;
		padding:10px 5px
	}
	#category #div_ruta p{
		padding:4% 0 2% 20px
	}
	#category #div_contingut .producto{
		width:49%
	}
	#div_ficha{
		margin-top:0
	}
	#div_ficha h1{
		padding:0;
		margin:0 0 10px 0
	}
	#div_ficha img.marca{
		float:none;
		width:auto;
		margin:0
	}
	#marcas .brands a{
		width:50%;
		height:190px;
		padding-top:150px
	}
	#noticias #div_categorias ul, #noticias #div_archivos ul{
		padding:20px 4% 40px 5%
	}
	#catalogos .catalog{
		width:48.5%
	}
	#cuenta .formulario .columna.center{
		width:70%
	}
	footer .columna{
		padding:0
	}
	footer li{
		padding:3px 2%
	}

    .categ-destacado,
    .prod-destacado,
    #home .prod-destacado {
        width: 48%;
        margin-right: 2% !important;
    }
    .prod-destacado:nth-child(2) {
        margin-right: 0% !important;
    }
    #ecommerce .listado .nombre-producto {
	    min-width: 0;
	}
    #ecommerce .listado {
        flex-direction: column;
        align-items: flex-start;
    }
    #ecommerce .listado .imageWrapper {
        width: 8rem;
    }
    #ecommerce .listado .actionWrapper {
        width: 100%;
    }
    #ecommerce .listado .contador-productos.input-group {
        width: 100%;
    }
    #ecommerce .listado .contador-productos.input-group .form-control.unitats {
        flex-grow: 1;
    }
}
@media screen and (max-width:640px){
	#cuenta .formulario .columna.center{
		width:100%;
		padding:0
	}
	footer, footer a.social, footer p.top, footer ul{
		text-align:center
	}
	footer a.social{
		margin:10px auto
	}
}
@media screen and (max-width:580px){
	/*Header*/
	header #div_superior li{
	    padding-right:2%;
		margin:0 2% 5px 0;
	}
	
	/*Home*/
	#home .titular h1{
		font-size:2.2rem;
	}
	#home #div_buttons a.columna{
		float:none;
		display:block;
		width:100%;
		padding:0;
		margin:0 0 20px 0;
	}
    #home .categ-destacado .img-container {
        padding-bottom: 45%;
        height: 250px;
    }
    #home .categ-destacado img {
        margin-top: 50%;
    }
	
    #home .categ-destacado,
    .categ-destacado,
    .prod-destacado,
    #home .prod-destacado {
        width: 100%;
        margin-right: 0 !important;
    }
	/*Contacto*/
	#contacto #formCONTACT .columna{
		float:none;
		display:block;
		width:100%;
	}
	#contacto input.caixeta{
		width:100%;
	}

}
@media screen and (max-width:480px){
}
@media screen and (max-width:410px){
	/*Header*/
	header #div_superior li{
		/*margin:0 0.9% 5px 0;*/
		margin: 0 2px 5px 0;
    	padding-right: 4px;
	}
	header #div_superior a{
		/*font-size:1.3rem;*/
		font-size: 10px;
	}
	header img.logo {
		width: 90%;
	}
	.dropdown {
		margin-right: 10px !important;
	}
	header .cesta.dropdown .dropdown-menu {
		left: -200px;
		right: auto;
	}
	header .cesta.dropdown .dropdown-menu .producto-carrito {
		min-width: 300px;
	}
	header .cesta.dropdown .dropdown-menu .producto-carrito > li {
		margin-left: 15px;
		margin-right: 15px;
	}
	.idioma.dropdown ul {
	    margin-top: 15px;
	}
		
	/* Productos */
	#products .list a{
		height:215px;
	}
	
	/*Marcas*/
	#marcas .brands a{
		background-size:75%;
		padding-top:140px;
	}
	
	/*Contacto*/
	#contacto #div_departamentos div.col-xs-6{
		float:none;
		display:block;
		width:100%;
		text-align:center;
		padding:0
	}
}



/* AJAX BASKET */
.desplegable {
    display: none;
}
.basketData {
    position: absolute;
    right: 1%;
    top: 45px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    width: 60rem;
    padding: 1.5rem 3rem 3rem;
    background-color: #ffffff;
    border: 1px solid #3661af;
    z-index: 32;
}
.basketData .closeBasket {
    background-color: transparent;
    margin-left: auto;
}
.basketData .closeBasket:hover {
    cursor:pointer;
}
.basketData .producto-carrito {
    width: 100%;
}
.basketData .producto-carrito .productDetails {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.5rem;
    width: 100%;
}
.basketData .producto-carrito .productDetail {
    display: grid;
    grid-template-columns: 6rem auto;
    gap: 1rem;
    width: 100%;
}
.basketData .producto-carrito .productDetail .imgWrapper {
    width: 6rem;
    height: 6rem;
}
.basketData .producto-carrito .productDetail .imgWrapper img {
    max-width: 100%;
    max-height: 100%;
}
.basketData .producto-carrito .productDetail a:hover {
    color: #07378c;
}
.basketData .producto-carrito .nombre-producto {
    font-weight: 700;
}
.basketData .contador-productos.input-group {
    width: unset;
}
.basketData .producto-carrito .actionsWrapper {
    display: flex;
    gap: 1rem;
}
.basketData .producto-carrito .actionsWrapper button {
    background: transparent;
}
.basketData .producto-carrito .actionsWrapper button i {
    font-size: 23px;
}
.overlay {
    opacity: 0;
}
.basketOpen .overlay {
    opacity: .4;
    background-color: #000000;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 31;
    top: 0;
}

@media screen and (min-width:768px) {
    #des_basket_m {
        display: none;
    }
}
@media screen and (max-width:767px) {
    #des_basket {
        display: none;
    }
    .basketData {
        width: 100%;
        max-width: 50rem;
        top: 8.5rem;
        padding: 1.5rem 2rem;
    }
}


/* NAVBAR */
@media screen and (max-width: 767px) {
    .navbar-header {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: center;
    }
    header img.logo {
        max-width: 40vw;
        min-width: unset;
    }
}



/* NEW HEADER */
.newHeader {
    z-index: 30;
    background-color: #ffffff !important;
    box-shadow: rgba(44, 44, 44, 0.4) 0px 0px 0px 2px, rgba(0, 0, 0, 1) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
    margin-bottom: 1rem !important;
}
.newHeader .topMenus {
    padding:25px 0
}
.newHeader .contentWrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}
.newHeader .contentWrapper .navbar-header {
    padding: 0;
}
.newHeader .contentWrapper .navbar-toggle {
    margin: 0;
}
.newHeader .secMenu,
.newHeader .userMenu {
    display: flex;
    gap: 1rem;
}
.newHeader .secMenu li:not(:last-child)::after {
    content: '|';
    padding-left: 2rem;
}
.newHeader .secMenu a:hover {
    cursor: pointer;
    text-decoration: underline;
}
.newHeader .userMenu li {
    max-width: unset;
    position: relative;
}
.newHeader .userMenu li .dropdown-toggle {
    display: flex;
    align-items: center;
}
.newHeader .userMenu .dropdown-toggle.active.focus, 
.newHeader .userMenu .dropdown-toggle.active:focus, 
.newHeader .userMenu .dropdown-toggle:active, 
.newHeader .userMenu .dropdown-toggle.focus, 
.newHeader .userMenu .dropdown-toggle:active.focus, 
.newHeader .userMenu .dropdown-toggle:active:focus, 
.newHeader .userMenu .dropdown-toggle:focus {
    border: 0;
    outline: 0;
    box-shadow: none;
    background-color: transparent;
}
.newHeader .userMenu > li > a {
    padding: 0;
    margin: 0;
    background-color: transparent;
    cursor: pointer;
}
.newHeader .userMenu .dropdown-menu {
    min-width: fit-content;
}
.newHeader .userMenu .user > a {
    font-weight: 700;
    color: #07378c;
}
.newHeader .userMenu .user a {
    color: #07378c;
    white-space: nowrap;
    width: 14rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.newHeader .logo {
    max-width: 80%;
}
.newHeader .menu {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    align-items: center;
    width: 100%;
}
.newHeader .menu li {
    width: 100%;
}
.newHeader .menu a {
    display: block;
    width: 100%;
    padding-bottom: .6rem;
    border-bottom:6px solid transparent;
    color:#4a70b7;
    font-size:1.8rem;
    text-align: center;
    cursor: pointer;
}
.newHeader .menu a:hover,
.newHeader .menu a.active,
.newHeader .menu a:focus {
    color:#4a70b7;
    border-bottom:6px solid #3661af
}
.newHeader .menu .submenu > a {
    display: flex;
    gap: 1rem;
}
.newHeader .menu .submenu > a::after {
    content: url(../img/content/ico-arrow-down.svg) !important;
    transition: ease 0.4s;
    width: 15px;
}
.newHeader input#searchy {
    width: 100%;
    min-width: 160px;
    font-size: 1.4rem;
    color: #000000;
    background: url(../img/content/ico-search.png) no-repeat 98% center;
    background-color: #fff;
    border: 1px solid #000000;
    padding: 7px 7% 7px 8px;
    margin-bottom: 25px;
}
.newHeader .menu li.submenu .sub {
    display: none;
    z-index: 10;
    position: absolute;
    text-align: left;
    background-color: #ffffff;
    border-top: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    padding: 0;
    margin: 0;
}
.newHeader .menu li.submenu .sub li {
    display: block;
    text-align: left !important;
    border-bottom: 1px solid #e1e1e1;
    padding: 5px 20px;
    margin: 0;
}
.newHeader .menu li.submenu .sub li a {
    background: none;
    border: 0;
    padding: 0 !important;
    font-size: 1.5rem;
    text-align: left;
    color: #000000;
}
.newHeader .menu li.submenu .sub li a:hover {
    color:#4a70b7;
}

/* USER SIDE ***************/
.userSide #div_top {
    margin-bottom: 3rem;
}
.userSide #div_top h1 {
    color: #000000;
}
.userSide .passWrapper {
    padding: 3rem;
    margin-bottom: 4rem;
    border: 1px solid #4a70b7;
}
.userSide .passWrapper h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 2rem;
}
.userSide .table.table-striped th {
    font-size: 16px;
    text-align: center;
    color: #4a70b7;
    border-bottom-color: #4a70b7;
}
.userSide .table.table-striped tr td {
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.userSide .table.table-striped img {
    height: 1.5rem;
    filter: brightness(0);
}
.userSide form .btn.boton-azul {
    width: 100%;
    padding: 12px;
    border-radius: 15px;
}
.userSide .successMessage {
    text-align: center;
}
.userSide .successMessage h2 {
    font-size: 2rem;
    margin-bottom: 2rem;
}
.userSide .successMessage a {
    margin: 0 auto;
}


@media screen and (min-width:768px) {
    .newHeader .topMenus {
        background-color:#eaeaea;
        padding:10px 0
    }
    .newHeader .pt-2 {
        padding-top: 2rem;
    }
    .newHeader .secMenu,
    .newHeader .userMenu {
        gap: 2rem;
    }
    .newHeader .userMenu .dropdown-toggle::after {
        content: url(../img/content/ico-arrow-down.svg) !important;
        transition: ease 0.4s;
        width: 15px;
        margin-left: 9px;
        display: inline-block;
    }
    .newHeader .userMenu .open .dropdown-toggle::after {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        transition: ease 0.4s;
    }
    .newHeader .menu {
        flex-direction: row;
        justify-content: space-between;
    }
    .newHeader .menu li {
        width: unset;
    }

    .userSide .successMessage h2 {
        font-size: 3rem;
    }
}
@media screen and (min-width:992px) {
    .newHeader .userMenu .user a {
        white-space: unset;
        width: unset;
        overflow: unset;
        text-overflow: unset;
    }
    .userSide .passWrapper {
        margin-right: 3rem;
    }
}
@media screen and (min-width:1200px) {
    .newHeader .logo {
        max-width: 100%;
    }
    .newHeader .menu {
        justify-content: flex-end;
        gap: 14rem;
    }
}
@media screen and (max-width:767px) {
    .newHeader .pt-2 {
        padding-left: 0;
        padding-right: 0;
    }
    .newHeader .navbar-collapse .secMenu.visible-xs {
        display: flex !important;
        flex-wrap: wrap;
        background-color: #eaeaea;
        padding: 10px;
    }
    .newHeader .navbar-collapse .secMenu.visible-xs li {
        font-size: 1.3rem;
    }
    .newHeader .navbar-collapse .secMenu.visible-xs li::after {
        padding-left: 1rem;
    }
    .newHeader input#searchy {
        margin: 1rem;
        width: calc(100% - 2rem);
    }
}