#alertas-ficha {
	display: none;
}

.btn-alertas-ficha {
	padding: 5px 10px;
	background: #006e89 !important;
	border: 1px solid white;
	margin-top: -6px !important;
	color: #fff !important;
}

.btn-alertas-ficha:hover {
	background: #1387a4 !important;
	border: 1px solid #1387a4;
}

@media (max-width: 479px) {
	#alertas-ficha {
		text-align: center;
	}
	#alertas-ficha .alert {
		height: auto;
		display: block;
	}

	.btn-alertas-ficha {
		display: block;
		width: 100%;
		margin-top: 20px !important;
		clear: both;
	}
}

.form_prod_aviso {
	display: none;
	position:absolute;
	background:green;
	color:white;
	padding: 5px 10px;
	bottom:0;
	width: 100%;
	z-index:9999;
	top: 0;
	height: 35px;
	text-align: center;
}

.social-header {
	display: flex;
}

.social-header a {
    display: inline-flex;
    align-items: center
}

.social-header i {
    font-size: 1.9rem;
    margin-right: .8rem;
}

.availability-in-stock {
	display: none;
	background: green;
	color: white;
	border-radius: 15px;
	width: 50%;
	margin: auto;
}

.availability-mid-stock {
	display: none;
	background: orange;
	color: white;
	border-radius: 15px;
	width: 50%;
	margin: auto;
}

.availability-out-stock {
	display: none;
	background: red;
	color: white;
	border-radius: 15px;
	width: 50%;
	margin: auto;
}



.btn-whatsapp {
	color: #fff;
	text-align: center;
	position: fixed;
	right: 15px;
	bottom: 30px;
	text-decoration: none;
	z-index: 100;
}

.btn-whatsapp-btn {
	background: #15a31c;
	border-radius: 50%;
	color: #fff;
	font-size: 16px;
	width: 70px;
	display: grid;
	height: 70px;
	align-content: center;
	justify-content: center;
}

.btn-whatsapp-btn i {
	color: #fff;
	font-size: 45px;
}

.btn-whatsapp-btn:hover {
	background: #168a1c;
	color: #fff;
	
}

@media only screen and (min-width: 320px) and (max-width: 479px) {

	.btn-whatsapp {
		color: #fff;
		position: fixed;
		right: 10px;
		bottom: 75px;
		text-decoration: none;
		z-index: 100;
		box-sizing: content-box;
		justify-content: all;
		align-items: center;
	}
	
	.btn-whatsapp-btn {
		display: flex;
		color: #fff;
		background: #15a31c;
		border: 2px solid #168a1c;
		border-bottom: 0;
		border-radius: 100%;
		color: #fff;
		font-size: 16px;
		width: 55px !important;
		height: 55px !important;
		padding: 0;
		padding-left: 0;
		text-align: center;
	}
	
	.btn-whatsapp-btn i {
		display: block;
		color: #fff;
		margin-right: 0px;
		font-size: 28px;
		position: relative;
		margin: 0;
		padding: 0;
		margin: auto;
		left: 0px;
		top: -2px;
	}
	
	.btn-whatsapp-btn span {
		display: none;
	}
}


table.tabla-ppcs{
	border: 1px solid gray;
	border-bottom: 2px solid gray;
}

table.tabla-ppcs thead{
	font-weight: bold;
}

table.tabla-ppcs tr td{
	padding: 5px 15px;
	text-align: left;
}

.cesta-vacia-header {
	display: block;
	text-align: center;
}

.cesta-vacia-header i {
	display: block;
	font-size: 32px;
	margin-bottom: 15px;
	color: #d32236;
}

.cesta-vacia-header h3 {
	display: block;
	font-size: 18px;
}

.cesta-vacia-header p {
	display: block;
	font-size: 14px;
	color: #333 !important;
}

.table-comparador td {
	padding: 10px 5px;
}

.comparador-btnEliminar {
	position: absolute;
	background: red;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	color: white;
	font-size: 12px;
	line-height: 25px;
	transition: all .25s;
}

.comparador-btnEliminar:hover{
	background: black;
	color: white;
	font-size: 13px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	margin-left: -2.5px;
	margin-top: -2.5px;
}

.comparador-btnEliminar:focus {
	color: white;
}

.btnrating {
	min-width: 50px !important;
	padding: 20px;
}



.containerFiltros {
	border-bottom: 1px solid #f3f3f3;
	line-height: 48px;
	height: 52px;
	padding: 0 45px;
	margin-bottom: 45px;
	background: #f9f9f9;
}

.dropdownFiltros {
	display: inline-flex;
	height: 50px;
	padding: 0;
	border: none;
	background: transparent;
}

.dropdownFiltros .dropdown-menu.show {
	padding: 20px;
}

.dropdownFiltros .btnFiltros {
	font-size: 14px;
	letter-spacing: 0;
	min-width: 0;
	padding: 0 8px;
	text-align: left;
	margin-right: 10px;
}

.dropdownFiltros a {
	font-size: 15px;
	line-height: 30px;
}

.dropdownFiltrosRight {
	float: right;
}

.btnFiltrosOut {
	background: #e31c1c !important;
	border: 1px #e31c1c solid !important;
	padding: 4px 18px 2px 3px;
	min-width: auto;
	font-size: 12px !important;
	border-radius: 15px;
}

.btnFiltrosOut i {
	line-height: 12px !important;
	margin-top: -3px;
}

.btnFiltrosOut:hover {
	background: #f21111 !important
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
	.containerFiltros {
		height: auto;
	}

	.dropdownFiltros {
		display: block;
		border-bottom: 1px solid #e0eeff;
	}

	.dropdownFiltrosRight {
		float: none;
	}
}


.containerFiltrosSel {
	border-bottom: 1px solid #f3f3f3;
	padding: 10px 45px;
	margin-top: -45px;
	margin-bottom: 45px;
	background: #fcfcfc;
	font-size: 14px;
}

.containerFiltrosSel h5 {
	font-size: 14px;
	font-weight: 500;
	border-bottom: 1px solid #c3c3c3;
}

.containerFiltrosSelTags {
	display: block;
}


.containerFiltrosSelTagLab {
	display: inline-block;
	font-weight: 400;
	color: #333;
}

.containerFiltrosSelTag {
	display: inline-block;
	font-weight: 400;
	color: #242424;
	background: #e1e1e1;
	padding: 0 10px;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right: 10px;
	border-radius: 2px;
}

.containerFiltrosSelTag a {
	color: #e31c1c;
}

.containerFiltrosSelTag a:hover {
	color: #f21111 ;
}



/* variantes ficha */

.varianteBox {
	background: #edffed;
	border: 2px solid #92d796;
	padding: 6px 13px 5px;
	cursor: pointer;
	min-width: 45px;
	font-weight: bold;
}

.varianteBox:hover {
	border: 2px solid #15a31c;
}

.varianteBox-active {
	border: 2px solid #15a31c;;
	padding: 6px 13px 5px;
	background: #15a31c;;;
	color: #fff;
	min-width: 45px;
	font-weight: bold;
}

.varianteBox-out {
	border: 1px solid #ececec;
	color: #ececec;
	padding: 6px 13px 5px;
	min-width: 45px;
	font-weight: bold;
	background:url(../../../layouts/default/images/diagonal.png);
    background-size:100% 100%;
    cursor: not-allowed;
}

.varianteBox-out:hover {
	border: 2px solid black;
}

.varianteColor {
	border: 2px solid #cacaca;
	cursor: pointer;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	-webkit-box-shadow: inset 0 0 0 2px rgba(255,255,255,1);
	-moz-box-shadow: inset 0 0 0 2px rgba(255,255,255,1);
	box-shadow: inset 0 0 0 2px rgba(255,255,255,1);

}

.varianteColor:hover {
	border: 2px solid #28c730;;
}

.varianteColor-active {
	border: 2px solid #28c730;;
}

.varianteColor-out {
	border: 2px solid red;
	cursor: pointer;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	opacity: 40%;
    cursor: not-allowed;
}

.btn-tallas {
	border-radius: 4px;
	background: #666;
	color: #fff;
	padding: 2px 10px;
	margin-bottom: 20px;
	font-size: 12px;
	min-width: 0;
}

.btn-tallas:hover {
	background: #111;
	color: #fff;
}

.btn-tallas i {
	margin: 0 !important;
	margin-right: 4px !important;
}

.modal-tallas {
	max-width: 95% !important;
}




.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #d32236;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}


.animated {
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    50% {
        -webkit-transform: scale3d(1.5, 1.5, 1.5);
        transform: scale3d(1.5, 1.5, 1.5)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    50% {
        -webkit-transform: scale3d(1.5, 1.5, 1.5);
        transform: scale3d(1.5, 1.5, 1.5)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}



.notification {
	background: #5ec375;
    position: relative;
    display: flex;
    justify-content: center;
    padding: 1.3rem 0;
}

.notification .notify-content h3 {
    font-size: 1.3rem;
    font-weight: 400;
    letter-spacing: .05em;
    color: #fff;
    margin-bottom: 0
}

.notification .notify-content a {
	background: #36944e;
	padding: 0 10px;
    font-size: 1.3rem;
    font-weight: 400;
    letter-spacing: .0em;
    color: #fff;
    margin-bottom: 0;
    margin-left: 20px;
	transition: all .25s;
}

.notification .notify-content a:hover {
	background: #1b8135;
}

.notification .notify-action {
    position: absolute;
    right: 19%;
    top: 17%
}

.notification .notify-action a {
    font-size: 1.6rem;
    letter-spacing: -.01em;
    color: #fff;
    line-height: 0;
	transition: all .25s;
}

.notification .notify-action a:hover{
	color: red;
}


video{
width:100%
}

.ficha-ref {
	font-weight: 300;
	border: 1px dotted #c3c3c3;
	max-width: 40%;
	margin: auto;
}

.product-desc-content p {
	color: #111 !important;
	font-weight: 400 !important;
	margin-bottom: 15px;
	font-size: 16px;
}



.cc-tituloWidget {
	font-size: 1.5rem;
	padding-bottom: 5px;
	border-bottom: 1px solid #f0f0f0;
}

.boxClPed {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	border-radius: 2px;
	margin-bottom: 35px;
	font-size: 13px;
}

.boxClPed-datos {
	background: #fafafa;
	padding: 30px;
	display: flex;
	flex-direction: row;
}

.boxClPed-datos dl {
	flex: 1;
	line-height: 17px;
}

.boxClPed-item {
	display: flex;
}

.boxClPed-datos dt {
	flex: 0 0 30%;
	font-weight: normal !important;
}

.boxClPed-datos dd {
	flex: 1 0;
	font-weight: 600 !important;
}

.box-ClPed-datosAc {
	display: flex;
	align-self: end;
}
.box-ClPed-datosAc .btn {
	margin-left: 5px;
}

@media (max-width: 649px) {
	.boxClPed-datos {
		flex-direction: column;
	}
	.box-ClPed-datosAc {
		flex-direction: column;
		width: 100%;
	}
	.box-ClPed-datosAc .btn {
		width: 100%;
		margin-bottom: 10px;
	}
}

.boxClPed-pedido {
	padding: 30px;
}

.boxClPed-pedido-completo {
	padding: 30px;
}

.boxClPed-pedidoItemMas {
	position: absolute;
	background: rgba(255,255,255,0.8);
	right: 30px;
	width: 150px;
	height: 150px;
	justify-content: center;
	text-align: center;
	display: flex;
	align-items: center;
	padding: 30px;
	font-weight: 600;
}

.boxClPed-pedidoItemMas a {
	color: black !important;
}

.boxClPed-pedido .boxClPed-pedidoFEnv {
	font-weight: 600;
}

.boxClPed-pedido .boxClPed-pedidoDire {
	font-weight: 400;
	line-height: 19px;
}

.boxClPed-datosFac {
	padding: 30px;
}

.boxClPed-datosFac h2 {
	font-size: 2rem;
	padding-bottom: 5px;
	border-bottom: 2px solid #333;
}

.boxClPed-pedidoItemFull {
	display: flex;
	flex-direction: row;
	border-bottom: 1px solid #f0f0f0;
	justify-content: center;
	align-items: center;
	padding: 20px;
}

.boxClPed-pedidoItemFullImg {
	flex: 1
}

.boxClPed-pedidoItemFullImg img {
	width: 100px;
	height: auto;
}

.boxClPed-pedidoItemFullDesc {
	flex: 3
}

.boxClPed-pedidoItemFullDesc a {
	color: black;
	font-size: 16px;
}

.boxClPed-pedidoItemFullCantidad {
	flex: 1;
	text-align: center;
	
}

.boxClPed-pedidoItemFullPrecio {
	flex: 1;
	text-align: center;
	
}

@media (max-width: 479px) {

	.boxClPed-pedido {
		display: none;
	}

	.boxClPed-pedidoItemFull {
		padding: 0;
		flex-direction: column;
		font-size: 18px;
		padding: 30px;
	}
	.boxClPed-pedidoItemFullImg {
		display: block;
		flex: 1;
	}
	.boxClPed-pedidoItemFullImg img {
		width: 100%;
		margin: auto;
	}
	.boxClPed-pedidoItemFullDesc {
		display: block;
		flex: 1;
		text-align: center;
	}
}

.boxClPed-pedido h2 {
	font-size: 2rem;
	padding-bottom: 5px;
	border-bottom: 2px solid #333;
}

.boxClPed-pedidoTotalesItem {
	display: flex;
	flex-direction: row;
	border-bottom: 2px dotted #f0f0f0;
	padding: 15px 0;
}

.boxClPed-pedidoTotalesItemD {
	flex: 6;
	text-align: right;
}

.boxClPed-pedidoTotalesItemN {
	flex: 2;
	margin-left: 20px;
	text-align: right;
}

.boxClPed-pedidoTotalesItemTotal {
	display: flex;
	flex-direction: row;
	padding: 15px 0;
	font-size: 20px;
	font-weight: 600;
}

.boxClPed-pedidoTotalesItemTotalD {
	flex: 6;
	text-align: right;
}

.boxClPed-pedidoTotalesItemTotalN {
	flex: 2;
	margin-left: 20px;
	text-align: right;
}



.boxTallasDisponibles {
    font-family: Lato, sans-serif;
    font-weight: 500;
    font-size: 13px;
    visibility: visble;
}

/*
.product:hover .boxTallasDisponibles {
    visibility: visible;
}
*/

.boxTallasDisponibles span {
    border: 1px solid #1d2228;
    margin-right: 5px;
    padding: 2px 5px;
    background: #1d2228;
    color: white;
    border-radius: 4px;
}

/*
.boxTallasDisponibles span:hover {
    background: #36578c;
    border: 1px solid #36578c;
    color: white;
}
*/

.lookbook-prod {
	border: 1px solid #ececec;
	margin-bottom: 25px;
	text-align: center;
	border-radius: 12px;
	overflow: hidden;
}

.lookbook-prod h5 {
	font-size: 16px;
	margin-bottom: 5px;
}

.lookbook-prod-precio {
	margin-bottom: 5px;
}




.modal-producto {
    max-width: 945px !important;
}

.modal-producto > .modal-content > .modal-body {
    padding: 40px 20px;
}


.carousel-inner img {
    width: 100%;
    height: 100%
}

#custCarousel .carousel-indicators {
    position: static;
    margin-top: 20px
}

#custCarousel .carousel-indicators>li {
    width: 100px;
    height: auto;
}

#custCarousel .carousel-indicators li img {
    display: block;
    opacity: 0.5
}

#custCarousel .carousel-indicators li.active img {
    opacity: 1
}

#custCarousel .carousel-indicators li:hover img {
    opacity: 0.75
}

.carousel-item img {
    width: 100%
}



html.magnifying > body {
  overflow-x: hidden !important;
}
.magnify,
.magnify > .magnify-lens,
.magnify-mobile,
.lens-mobile { /* Reset */
  min-width: 0;
  min-height: 0;
  animation: none;
  border: none;
  float: none;
  margin: 0;
  opacity: 1;
  outline: none;
  overflow: visible;
  padding: 0;
  text-indent: 0;
  transform: none;
  transition: none;
}
.magnify {
  position: relative;
  width: auto;
  height: auto;
  box-shadow: none;
  display: inline-block;
  z-index: inherit;
}
.magnify > .magnify-lens { /* Magnifying lens */
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  /* Multiple box shadows to achieve the glass lens effect */
  box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85),
    0 0 7px 7px rgba(0, 0, 0, 0.25),
    inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
  cursor: none;
  display: none;
  z-index: 99;
}
.magnify > .magnify-lens.loading {
  background: #333 !important;
  opacity: 0.8;
}
.magnify > .magnify-lens.loading:after { /* Loading text */
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  color: #fff;
  content: 'Loading...';
  font: italic normal 16px/1 Calibri, sans-serif;
  letter-spacing: 1px;
  margin-top: -8px;
  text-align: center;
  text-shadow: 0 0 2px rgba(51, 51, 51, 0.8);
  text-transform: none;
}

.fichaModalClose {
	border: none;
	border-radius: 50%;
	background: black;
	color: white;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 24px;
}

.fichaModalClose:hover {
	background: red;
	color: white;
}

.btnFiltros {
	color: #111;
	font-size: 14px;
}

.btnFiltros span {
	margin-right: 10px;
}

.paginacion-top h1 {
	font-size: 24px;
}

.custom-dropdown.show .dropdown-link {
	display: block;
	float: right;
  	color: #111;
	background: #fff;
	border: 1px solid #111;
	border-bottom: none;
	padding: 5px 20px;
	width: 207px;
	margin-top: -7px;
	text-align: left;
}

.dropdown-link {
	color: #111;
	will-change: transform;
	/*visibility: hidden;*/
	transition: all .5s;
}

.dropdown-link:hover {
	color: #111;
}




.cat-familias-boxes {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.catalogo-familias {
	display: grid;
	justify-items: center;
/*	align-content: center;*/
	border-radius: 50%;
	background: #f9f9f9;
	width: 150px;
	height: 150px;
	text-align: center;
	margin-right: 20px;
	margin-bottom: 20px;
	padding: 10px;
	border-bottom: 2px solid #e3e3e3;
	border-top: 1px solid #f3f3f3;
	transition: all .3s ease;
	cursor: pointer;
}

.catalogo-familias:hover {
	background: #eee !important;
	border-bottom: 5px solid #e3e3e3;
}

.catalogo-familias-activa {
	background: #eee !important;
	border-bottom: 5px solid #e3e3e3;
}

.catalogo-familias img {
	width: 50%;
	margin: 10px 0 -20px;
	filter: invert(0%) sepia(0%) saturate(2082%) hue-rotate(169deg) brightness(117%) contrast(60%);
}

.catalogo-familias h3 {
	font-size: 13px;
	margin: 0;
	color: #111;
	line-height: 18px;
	letter-spacing: 1px;
}



.sub-menu h4 {
    text-transform: capitalize;
    font-size: 1.5rem;
    padding: 0.5rem 0;
    margin-bottom: 7px;
}

.sub-menu a h4 {
    color: #111;
}

.sub-menu a h4:hover {
    color: #d32236;
}

.sub-menu ul li{
    text-transform: capitalize;
    padding: 0.2rem 0;
    margin: 0.2rem 0;
    font-size: 0.95rem;
}
.sub-menu ul li a {
    opacity: 0.8;
    transition: all 0.5s ease;
}
.sub-menu ul li a:hover{
    padding-left: 5px;
}

.sub-menu {
	display: none;
}

.sub-menu {
    position: absolute;
    left: 0;
    width: 100%;
    top: 42px;
    background: #fff;
    border: 1px solid #e3e3e3;
    z-index: 9999;
	-webkit-box-shadow: inset 0 0 0 2px rgba(255,255,255,1);
	-moz-box-shadow: inset 0 0 0 2px rgba(255,255,255,1);
	box-shadow: inset 0 0 0 2px rgba(255,255,255,1);
}

.menu > li:hover .sub-menu {
    display: flex !important;
    flex-wrap: wrap;
    padding: 30px 25px;
}

.menu > li:hover .sub-menu-one-col {
    grid-template-columns: repeat(1, 1fr);
    width: fit-content;
}

.sub-menu-item {
    padding-left: 1.2rem;
}

.sub-menu-item ul {
    display: grid;
    position: inherit;
    box-shadow: none;
    padding: 0;
}

.sub-menu-item ul li a {
    padding: 0;
}

.producto-ficha-informacion {
	clear: both;
	width: 100%;
}

.producto-ficha-informacion p {
	color: black;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	margin: 0;
	margin-bottom: 10px;
	padding: 15px 15px;
	background: #eee;
}

.productoBox-tallas {
	background: transparent;
	display: inline-grid;
	margin-top: -28px;
	position: absolute;
	padding: 4px 10px;
	color: white;
	width: 100%;
	grid-auto-flow: column;
	grid-column-gap: 5px;
	align-content: center;
	justify-content: start;
	font-size: 11px;
}

.productoBox-talla {
	background: #ffffff91;
	color: #4b4b4b;
	font-size: 11px;
	font-weight: 500;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	display: grid;
	justify-content: center;
	align-content: center;
}

@media screen and (max-width: 575px) {
	.productoBox-tallas {
		display: none;
	}
}

.ficha-relacionados {
	display: flex;
	align-items: center;
	flex-flow: wrap;
}

.ficha-relacionados span {
	margin-right: 20px;
	width: 100%;
	margin-bottom: 10px;
	font-weight: bold;
}

.ficha-relacionados-box {
	width: 95px;
	height: 95px;
	border-radius: 50%;
	overflow: hidden;
	display: grid;
	justify-content: center;
	align-content: center;
	margin-right: 10px;
	margin-bottom: 10px;
}

.ficha-relacionados-box img {
	height: 95px;
}

@media screen and (max-width: 575px) {

	.cat-order {
		border: 1px solid #717171;
		padding: 7px 9px 6px;
		width: 100%;
		display: block;
	}

	.custom-dropdown.show .dropdown-link {
		width: 100%;
		margin-top: 0;
	}

	.btnFiltros {
		border:1px solid #717171;
		padding: 10px;
/*		margin-top: -10px;*/
		width: 100%;
	}

	.btnFiltros span {
		margin-right: 0;
	}
}

.cat-order img {
	display: inline-block !important;
	height: 18px !important;
}

.promo-top-cab {
	font-size: 13px;
}

.slogan {
/*	width: 500px;*/
	height: 21px;
/*	margin: 25px auto;*/
	overflow: hidden;
	position: relative;
/*	border: 1px solid #000;*/

	-webkit-transition: background-color 50ms;
	-moz-transition: background-color 50ms;
    transition: background-color 50ms;
}

.slogan p {
	position: absolute;

/*	font-family: Tahoma, Arial, sans-serif;*/

	width: 100%;
	height: 100%;

	margin: 0;
	line-height: 21px;

	text-align: center;

	color: #fff;

	font-weight: 500;

	transform:translateX(100%);
	-moz-transform:translateX(100%);
	-webkit-transform:translateX(100%);
}
.slogan p:nth-child(1) {
	animation: left-one 10s ease infinite;
	-moz-animation: left-one 10s ease infinite;
	-webkit-animation: left-one 10s ease infinite;
}
.slogan p:nth-child(2) {
	animation: left-two 10s ease infinite;
	-moz-animation: left-two 10s ease infinite;
	-webkit-animation: left-two 10s ease infinite;
}
.slogan.down p {
	transform:translateY(-100%);
	-moz-transform:translateY(-100%);
	-webkit-transform:translateY(-100%);
}
.slogan.down p:nth-child(1) {
	animation: down-one 10s ease infinite;
	-moz-animation: down-one 10s ease infinite;
	-webkit-animation: down-one 10s ease infinite;
}
.slogan.down p:nth-child(2) {
	animation: down-two 10s ease infinite;
	-moz-animation: down-two 10s ease infinite;
	-webkit-animation: down-two 10s ease infinite;
}
.slogan.up p {	
	transform:translateY(100%);
	-moz-transform:translateY(100%);
	-webkit-transform:translateY(100%);
}
.slogan.up p:nth-child(1) {
	animation: up-one 10s ease infinite;
	-moz-animation: up-one 10s ease infinite;
	-webkit-animation: up-one 10s ease infinite;
}
.slogan.up p:nth-child(2) {
	animation: up-two 10s ease infinite;
	-moz-animation: up-two 10s ease infinite;
	-webkit-animation: up-two 10s ease infinite;
}

/*================================
	Move the slogan to the Left
==================================*/

/** Mozilla Firefox Keyframes **/
@-moz-keyframes left-one {
	0%	{
		-moz-transform:translateX(100%);
	}
	10% {
		-moz-transform:translateX(0);
	}
	40% {
		-moz-transform:translateX(0);
	}
	50% {
		-moz-transform:translateX(-100%);
	}
	100%{
		-moz-transform:translateX(-100%);
	}
}
@-moz-keyframes left-two {
	0% {
		-moz-transform:translateX(100%);
	}
	50% {
		-moz-transform:translateX(100%);
	}
	60% {
		-moz-transform:translateX(0);		
	}
	90% {
		-moz-transform:translateX(0);		
	}
	100%{
		-moz-transform:translateX(-100%);
	}
}
/** Webkit Keyframes **/
@-webkit-keyframes left-one {
	0% {
		-webkit-transform:translateX(100%);
	}
	10% {
		-webkit-transform:translateX(0);
	}
	40% {
		-webkit-transform:translateX(0);
	}
	50% {
		-webkit-transform:translateX(-100%);
	}
	100%{
		-webkit-transform:translateX(-100%);
	}
}
@-webkit-keyframes left-two {
	0% {
		-webkit-transform:translateX(100%);
	}
	50% {
		-webkit-transform:translateX(100%);
	}
	60% {
		-webkit-transform:translateX(0);		
	}
	90% {
		-webkit-transform:translateX(0);		
	}
	100%{
		-webkit-transform:translateX(-100%);
	}
}

/*================================
	Move the slogan Downwards
==================================*/

/** Mozilla Firefox Keyframes **/
@-moz-keyframes down-one {
	0%	{
		-moz-transform:translateY(-100%);
	}
	10% {
		-moz-transform:translateY(0);
	}
	40% {
		-moz-transform:translateY(0);
	}
	50% {
		-moz-transform:translateY(100%);
	}
	100%{
		-moz-transform:translateY(100%);
	}
}
@-moz-keyframes down-two {
	0% {
		-moz-transform:translateY(-100%);
	}
	50% {
		-moz-transform:translateY(-100%);
	}
	60% {
		-moz-transform:translateY(0);		
	}
	90% {
		-moz-transform:translateY(0);		
	}
	100%{
		-moz-transform:translateY(100%);
	}
}

/** Webkit Keyframes **/
@-webkit-keyframes down-one {
	0% {
		-webkit-transform:translateY(-100%);
	}
	10% {
		-webkit-transform:translateY(0);
	}
	40% {
		-webkit-transform:translateY(0);
	}
	50% {
		-webkit-transform:translateY(100%);
	}
	100%{
		-webkit-transform:translateY(100%);
	}
}
@-webkit-keyframes down-two {
	0% {
		-webkit-transform:translateY(-100%);
	}
	50% {
		-webkit-transform:translateY(-100%);
	}
	60% {
		-webkit-transform:translateY(0);		
	}
	90% {
		-webkit-transform:translateY(0);		
	}
	100%{
		-webkit-transform:translateY(100%);
	}
}

/*================================
	Move the slogan Upwards
==================================*/

/** Mozilla Firefox Keyframes **/
@-moz-keyframes up-one {
	0%	{
		-moz-transform:translateY(100%);
	}
	10% {
		-moz-transform:translateY(0);
	}
	40% {
		-moz-transform:translateY(0);
	}
	50% {
		-moz-transform:translateY(-100%);
	}
	100%{
		-moz-transform:translateY(-100%);
	}
}
@-moz-keyframes up-two {
	0% {
		-moz-transform:translateY(100%);
	}
	50% {
		-moz-transform:translateY(100%);
	}
	60% {
		-moz-transform:translateY(0);		
	}
	90% {
		-moz-transform:translateY(0);		
	}
	100%{
		-moz-transform:translateY(-100%);
	}
}

/** Webkit Keyframes **/
@-webkit-keyframes up-one {
	0% {
		-webkit-transform:translateY(100%);
	}
	10% {
		-webkit-transform:translateY(0);
	}
	40% {
		-webkit-transform:translateY(0);
	}
	50% {
		-webkit-transform:translateY(-100%);
	}
	100%{
		-webkit-transform:translateY(-100%);
	}
}
@-webkit-keyframes up-two {
	0% {
		-webkit-transform:translateY(100%);
	}
	50% {
		-webkit-transform:translateY(100%);
	}
	60% {
		-webkit-transform:translateY(0);		
	}
	90% {
		-webkit-transform:translateY(0);		
	}
	100%{
		-webkit-transform:translateY(-100%);
	}
}

.texto-legal-registro {
	font-size: 8pt;
	line-height: 14px;
}


.form-group-material {
	margin-bottom: 0px;
}


.form-group-material > .control-label {
	position: relative;
	top: 7px;
	opacity: 0;
	display: none;
	filter: alpha(opacity=0);
}
.form-group-material > .control-label ~ .form-control-feedback {
  	top: 27px;
}
.form-group-material > .control-label.is-visible {
	font-size: 12px;
	margin: 0;
	font-weight: 500;
	top: 0;
	opacity: 1;
	display: block;
	filter: alpha(opacity=100);
}
.form-group-material > .control-label.animate {
	-webkit-transition: all linear 0.1s;
	-o-transition: all linear 0.1s;
	transition: all linear 0.1s;
}

.search-mobile {
/*	background: green;*/
	padding: 0 20px 20px;
}

.search-mobile form {
	width: 100%;
}

.search-mobile-wrapper {
	width: 100%;
	display: grid;
	grid-template-columns: 80% 20%;
}

.search-mobile-wrapper .btn {
/*	background: gray;*/
	width: 100%;
	min-width: auto;
	padding: 0;
}

.search-mobile-wrapper input {
	margin: 0;
	background: white;
/*	border: none;*/
}


.cart-progressbar {
	position: absolute;
	display: block;
	width: 100%;
	z-index:0;
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey;
    text-align: center;
}

#progressbar .active {
    color: #000000;
}

#progressbar li {
    list-style-type: none;
    font-size: 12px;
    width: 33.3%;
    float: left;
    position: relative;
}

/*Icons in the ProgressBar*/
#progressbar #account:before {
    font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f07a";
}

#progressbar #payment:before {
    font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f09d";
}

#progressbar #confirm:before {
    font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f00c";
}

/*ProgressBar before any progress*/
#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 18px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px;
}

/*ProgressBar connectors*/
#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1;
}

/*Color number of the step and the connector before it*/
#progressbar li.active:before, #progressbar li.active:after {
    background: #409551;
}




/* PAGINA GRACIAS */

.thankyou {
	margin: 0 auto;
	max-width: 820px;
}
.thankyou__title {
	margin: 0;
	font-family: Montserrat, sans-serif;
	font-size: 5.5rem;
	font-weight: 700;
	line-height: 1.1;
	text-transform: uppercase;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}
.main-content {
	max-width: 820px;
	margin: 150px auto;
	padding: 25px;
}
.main-content__checkmark {
	font-size: 7.5rem;
	line-height: 1;
	color: #24b663;
	margin-bottom: 30px;
}
.main-content__body {
	margin: 20px 0 0;
	font-size: 2rem;
	line-height: 1.4;
}

.site-footer {
	margin: 0 auto;
	padding: 80px 0 25px;
	padding: 0;
	max-width: 820px;
}
.site-footer__fineprint {
	font-size: 0.9375rem;
	line-height: 1.3;
	font-weight: 300;
}

@media only screen and (min-width: 479px) {
	.thankyou {
		margin-bottom: 30px;
	}
	.thankyou__title {
		font-size: 10.25rem;
	}
	.main-content__checkmark {
		font-size: 9.75rem;
	}
	.main-content__body {
		font-size: 2.25rem;
	}
	.site-footer {
		padding: 145px 0 25px;
	}
	.site-footer__fineprint {
		font-size: 1.125rem;
	}
}



.wraper-estado-pedido {
  padding: 50px;
  text-align: center;
  font-family: sans-serif;
  width: 100%;
  margin: 10px auto;
}

h1 {
  margin: 50px auto;
}

.container-estado-pedido {
  border-top: 2px solid #d7d7d7;
  display: flex;
  list-style: none;
  padding: 0;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
}

.link {
  position: relative;
  margin-top: 12px;
  width: 100%;
  font-weight: bold;
  text-decoration: none;
  color: #aaa;
  text-transform: uppercase;
  font-size: 15px;
}

.link:first-child {
  margin-left: -55px;
}

.link:last-child {
  margin-right: -55px;
}

.link::after {
  content: "";
  width: 15px;
  height: 15px;
  background: #d7d7d7;
  position: absolute;
  border-radius: 10px;
  top: -21px;
  left: 50%;
  transform: translatex(-50%);
  border: 2px solid #d7d7d7;
}

.active {
	color: #d42236 !important;
}

.active::after {
  background: #d42236;
  border: #d42236;
}

.cart-progressbar .active {
	color: green !important;
}

p.lead {
  font-weight: 600;
  margin: 50px auto;
  line-height: 1.5;
}

@media (max-width: 479px) {
	.link {
	  font-size: 11px;
	}
}

.opiniones {
	margin-top: 35px;
	column-count: 3;
  	column-gap: 20px;
}

.opinion {
	background: white;
	border: 1px solid #f0f0f0;
	padding: 20px;
	border-radius: 10px;
	margin-bottom: 20px;
	break-inside: avoid;
}

@media (max-width: 479px) {
	.opiniones {
		margin-top: 35px;
		column-count: 1;
	  	column-gap: 20px;
	}
}

span.opinion-date {
	color: gray;
}

.opinion-content p {
	color: #111;
	font-size: 18px;
}

.box-comment-title {
	text-align: center;
}

.box-comment-title h4 {
	font-size: 30px;
	font-weight: 500;
	color: #333;
	margin-top: 15px;
}

.box-comment-title h5 {
	font-size: 28px;
	font-weight: 400;
	color: #aaa;
	margin-top: 15px;
}

.box-comment-title p {
	font-weight: 500;
	color: #333;
}

.box-comment-title p a {
	color: #333;
}

.box-comment-title p a:hover {
	color: #d32236;
}

.box-comment-title img {
	width: 80px;
	margin: auto;
}

.box-comment {
	background: #fff;
	border: 1px solid #e3e3e3;
	padding: 15px 20px;
	border-radius: 5px;
	font-weight: normal;
	color: #666;
	line-height: 22px;
	width: 100%;
}

.box-comment p {
	font-size: 16px;
	height: 120px;
	overflow-y: scroll;
}

.box-comment h4 {
	font-size: 14px;
}

.secVc {
	font-size: 17px;
	color: #222;
}

.secVc p {
	font-size: 17px;
	color: #222;
}

.secVc h3 {
	font-size: 2.3rem;
	color: #d32236;
	line-height: 28px;
}

.secVc ul li {
	margin-bottom: 25px;
	list-style: disc;
	padding-left: 10px;
	margin-left: 25px;
}

.menu-cliente {
	border: 1px solid #eaeaea;
	padding: 0px 20px;
	border-radius: 10px;
	background: #f2f2f2;
	margin-bottom: 30px;
}

.menu-cliente .nav-dashboard .nav-link {
	font-weight: 400;
}

.box-monedero-virtual-info {
	display: flex;
	align-items: center;
}

.box-monedero-virtual-info  {
	display: flex;
	align-items: center;
	margin-bottom: 25px;
	font-weight: 500;
}

.box-monedero-virtual-info-ico-card {

}

.box-monedero-virtual-info-text {
	font-size: 16px;
	margin-left: 15px;
}

.box-monedero-virtual-info-text span {
	color: #3e9525;
}

.box-monedero-virtual-info-ico-info {
	height: 24px;
	margin-left: 15px;
}

.boxCatListPrincipal {
	background: #d32236;
    width: 100%;
    position: relative;
    margin-bottom: 1rem;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.boxCatListPrincipal a {
	color: white;
}

.boxCatListPrincipal_vermas {
	color: white;
	font-size: 18px;
}

.boxCatListPrincipal p {
	color: white;
	line-height: 20px;
}

.boxCatListPrincipal h2 {
	color: white;
	font-size: 22px !important;
}

.boxCatListPrincipal h3 {
	color: white;
	font-size: 15px;
	font-weight: 300;
	margin-bottom: 10px;
}

.main-checkout {
	background: #f7f7f7;
 	margin-top: 0;
}


@media (max-width: 479px) {
	.main-checkout {
	 	margin-top: 85px;
	}
}

.ficha_compartir_whatsapp {
	display: flex;
	align-items: center;
	color: Black !important;
}

.ficha_compartir_whatsapp img {
	max-height: 50px;
	
}






.checkbox {
  padding-left: 20px;
}
.checkbox label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}
.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #555555;
}
.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
  opacity: 0;
  z-index: 1;
}
.checkbox input[type="checkbox"]:focus + label::before,
.checkbox input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.checkbox input[type="checkbox"]:checked + label::after,
.checkbox input[type="radio"]:checked + label::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00c";
}
.checkbox input[type="checkbox"]:disabled + label,
.checkbox input[type="radio"]:disabled + label {
  opacity: 0.65;
}
.checkbox input[type="checkbox"]:disabled + label::before,
.checkbox input[type="radio"]:disabled + label::before {
  background-color: #eeeeee;
  cursor: not-allowed;
}
.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}
.checkbox.checkbox-inline {
  margin-top: 0;
}

.checkbox-primary input[type="checkbox"]:checked + label::before,
.checkbox-primary input[type="radio"]:checked + label::before {
  background-color: #337ab7;
  border-color: #337ab7;
}
.checkbox-primary input[type="checkbox"]:checked + label::after,
.checkbox-primary input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-danger input[type="checkbox"]:checked + label::before,
.checkbox-danger input[type="radio"]:checked + label::before {
  background-color: #d9534f;
  border-color: #d9534f;
}
.checkbox-danger input[type="checkbox"]:checked + label::after,
.checkbox-danger input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-info input[type="checkbox"]:checked + label::before,
.checkbox-info input[type="radio"]:checked + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.checkbox-info input[type="checkbox"]:checked + label::after,
.checkbox-info input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-warning input[type="checkbox"]:checked + label::before,
.checkbox-warning input[type="radio"]:checked + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.checkbox-warning input[type="checkbox"]:checked + label::after,
.checkbox-warning input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-success input[type="checkbox"]:checked + label::before,
.checkbox-success input[type="radio"]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.checkbox-success input[type="checkbox"]:checked + label::after,
.checkbox-success input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox.checkbox-sm label::before {
  width: 30px;
  height: 30px;
  top: 0;
}
.checkbox.checkbox-sm label::after {
  width: 30px;
  height: 30px;
  padding-left: 4px;
  font-size: 20px;
  left: -1px;
  top: -4px;
}
.checkbox.checkbox-sm label {
  padding-left: 18px;
  top: 13px;
  font-size: 18px;
  font-weight: 600;
  color: #15a31c;
}
.checkbox.checkbox-md label::before {
  width: 34px;
  height: 34px;
  top: -17px;
}
.checkbox.checkbox-md label::after {
  width: 34px;
  height: 34px;
  padding-left: 4px;
  font-size: 24px;
  left: 1px;
  top: -18px;
}
.checkbox.checkbox-md label {
  padding-left: 22px;
  top: 17px;
}
.checkbox.checkbox-lg label::before {
  width: 46px;
  height: 46px;
  top: -28px;
}
.checkbox.checkbox-lg label::after {
  width: 46px;
  height: 46px;
  padding-left: 4px;
  font-size: 36px;
  left: 1px;
  top: -31px;
}
.checkbox.checkbox-lg label {
  padding-left: 34px;
  top: 32px;
}

.radio {
  padding-left: 20px;
}
.radio label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}
.radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
}
.radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 11px;
  height: 11px;
  left: 3px;
  top: 3px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #555555;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
.radio input[type="radio"] {
  opacity: 0;
  z-index: 1;
}
.radio input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.radio input[type="radio"]:checked + label::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.radio input[type="radio"]:disabled + label {
  opacity: 0.65;
}
.radio input[type="radio"]:disabled + label::before {
  cursor: not-allowed;
}
.radio.radio-inline {
  margin-top: 0;
}

.radio-primary input[type="radio"] + label::after {
  background-color: #337ab7;
}
.radio-primary input[type="radio"]:checked + label::before {
  border-color: #337ab7;
}
.radio-primary input[type="radio"]:checked + label::after {
  background-color: #337ab7;
}

.radio-danger input[type="radio"] + label::after {
  background-color: #d9534f;
}
.radio-danger input[type="radio"]:checked + label::before {
  border-color: #d9534f;
}
.radio-danger input[type="radio"]:checked + label::after {
  background-color: #d9534f;
}

.radio-info input[type="radio"] + label::after {
  background-color: #5bc0de;
}
.radio-info input[type="radio"]:checked + label::before {
  border-color: #5bc0de;
}
.radio-info input[type="radio"]:checked + label::after {
  background-color: #5bc0de;
}

.radio-warning input[type="radio"] + label::after {
  background-color: #f0ad4e;
}
.radio-warning input[type="radio"]:checked + label::before {
  border-color: #f0ad4e;
}
.radio-warning input[type="radio"]:checked + label::after {
  background-color: #f0ad4e;
}

.radio-success input[type="radio"] + label::after {
  background-color: #5cb85c;
}
.radio-success input[type="radio"]:checked + label::before {
  border-color: #5cb85c;
}
.radio-success input[type="radio"]:checked + label::after {
  background-color: #5cb85c;
}

input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after {
  font-family: 'Font Awesome 5 Free';
  content: "\f00c";
}
input[type="checkbox"] .styled:checked + label::before,
input[type="radio"] .styled:checked + label::before {
  color: #fff;
}
input[type="checkbox"] .styled:checked + label::after,
input[type="radio"] .styled:checked + label::after {
  color: #fff;
}

.radio.radio-sm label::before {
  width: 30px;
  height: 30px;
  top: -13px;
}
.radio.radio-sm label::after {
  width: 22px;
  height: 22px;
  padding-left: 4px;
  font-size: 20px;
  left: 4px;
  top: -9px;
}
.radio.radio-sm label {
  padding-left: 18px;
  top: 13px;
}
.radio.radio-md label::before {
  width: 34px;
  height: 34px;
  top: -17px;
}
.radio.radio-md label::after {
  width: 26px;
  height: 26px;
  padding-left: 4px;
  font-size: 24px;
  left: 4px;
  top: -13px;
}
.radio.radio-md label {
  padding-left: 22px;
  top: 17px;
}
.radio.radio-lg label::before {
  width: 46px;
  height: 46px;
  top: -28px;
}
.radio.radio-lg label::after {
  width: 36px;
  height: 36px;
  padding-left: 4px;
  font-size: 36px;
  left: 5px;
  top: -23px;
}
.radio.radio-lg label {
  padding-left: 34px;
  top: 32px;
}



.btn-black {
	background-color: #000 !important;
	color: #fff !important;
}

.valoraciones-box {
	background: white;
	border: 1px solid #f0f0f0;
	padding: 20px;
	border-radius: 10px;
	margin-bottom: 20px;
	break-inside: avoid;
}

.valoraciones-box .progress {
	height: 26px;
	border-radius: 1rem;
}

.valoraciones-box span {
	color: #111;
	font-weight: 500;
}

.valoraciones-box b {
	color: #2a8a3e;
}

.corpo-cz10-box {
	display: flex;
	align-items: center;
	flex-direction: column;
}

.corpo-cz10-box img {
	margin-bottom: 15px;
}

.corpo-cz10-box h3 {
	font-size: 18px;
}

.corpo-cz10-box p {
	text-align: center;
}

.container-club-z10 p {
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	font-weight: 300;
  	color: #111;
}

.club-z10-btn-unirme {
	color: #fff;
	background: #d41e37;
	padding: 10px 40px;
	font-size: 20px;
	font-weight: 500;
}

.club-z10-btn-unirme:hover {
	color: #fff;
	background: #ae172c;
}

.club-z10-section-whatsapp {
	background: #deecde;
	background-image:url(../../../assets/images/whatsapp-bg.webp);
	margin: 75px 0 95px;
	padding: 75px 0 95px;
}

.corpo-cz10-box-whats-step {
	display: flex;
	align-items: center;
	flex-direction: column;
}

.corpo-cz10-box-whats-step-num {
	background: #50b262;
	color: #fff;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	display: flex;
	font-size: 46px;
	font-weight: 400;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-bottom: 15px;
}

.corpo-cz10-box-whats-step p {
	text-align: center;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
}

.club-z10-btn-whats {
	color: #fff;
	background: #50b262;
	padding: 10px 40px;
	font-size: 20px;
	font-weight: 500;
}

.club-z10-btn-whats:hover {
	color: #fff;
	background: #378846;
}