@media (min-width: 768px) and (max-width: 1023px) {
	.secc_desktop{
		display: none !important;
	}

	.secc_phone{
		display: -webkit-box !important;
	}

	.section-padding-slider {
		padding-top: 0px;
		padding-bottom: 0px;
	}

	.carousel-indicators{
		display: none;	
	}

	.navbar-dark .navbar-nav .nav-link{
		font-family: 'Acumin-Variable-Concept';
	}	
	
	.navbar-light .navbar-nav .nav-link{
		color: rgba(0,0,0,1);
		font-size: 25px;
	}

	.dropdown-item{
		font-size: 22px;
	}

	.navbar-toggler:focus, .navbar-toggler:hover{
		text-decoration: none !important;
		outline: 0 !important;
		box-shadow: 0 !important; 
	}
	
	.bar-promo{
	  background-color: #8b675c;
	  color: #fff;
	  padding-top: 5px;
	  padding-bottom: 5px;
	}

	.text-promo{
	  font-family: 'Acumin-Variable-Concept';
	  margin-bottom: 0px;
	  text-align: center;
	  color: #fff;
	  font-weight: 300;
	  letter-spacing: 2px;
	  text-transform: uppercase;
	}

	.box-login{
	  margin-top: 10px;
	  margin-bottom: 10px;
	  margin-right: 30px;
	}

	.btn-login{
	  font-family: 'Acumin-Variable-Concept';
	  text-transform: uppercase;
	  color: #000;
	  font-weight: 300;
	}

	.btn-login:hover, .btn-login:focus{
	  font-family: 'Acumin-Variable-Concept';
	  text-transform: uppercase;
	  color: #7CC0C0;
	  font-weight: 300;
	}

	.logo-mobile{
		width: 200px;
	}

	.navbar-light .navbar-toggler{
		outline: 0;
	}

	.navbar-toggler{
		margin-left: 120px;
	}

	.header-menu{
	  border-top: 1px solid #000;
	  -webkit-box-shadow: 0px -2px 15px 0px rgba(0,0,0,0.1);
	  -moz-box-shadow: 0px -2px 15px 0px rgba(0,0,0,0.1);
	  box-shadow: 0px -2px 15px 0px rgba(0,0,0,0.1);
	}

	.search-bar{
	  border: 2px solid #c3c3c3;
	  border-radius: 10px;
	}

	.link__favorite{
        margin-left: 5px;
        margin-right: 5px;
        position: relative;
        top: 10px;
	}
	
	.favorite__icon{
		width: 25px;
		opacity: 0.6;
		transition: opacity 0.3s ease;
	}
	
	.link__favorite.has-favorites .favorite__icon{
		opacity: 1;
		filter: drop-shadow(0 0 3px #e74c3c) hue-rotate(0deg) saturate(2) brightness(0.8);
		transform: scale(1.1);
		color: #e74c3c;
	}
	
	.link__favorite.has-favorites{
		position: relative;
	}
	
	.link__favorite.has-favorites::after{
		content: '';
		position: absolute;
		top: -2px;
		right: -2px;
		width: 8px;
		height: 8px;
		background-color: #e74c3c;
		border-radius: 50%;
	}
	
	.btn-cart{
		float: left;
		display: inline-flex;
		background-color: #7CC0C0;
		border: 0px;
		height: 38px;
		border-radius: 40px 40px 40px 40px;
		margin-left: 0px;
		margin-bottom: 10px;
	}

	.number-cart{
		color: #3C3C3C;
		margin-top: 5px;
		margin-bottom: 0px;
		padding: 0px 18px;
	}

	.line-btn{
		padding: 12px 20px 12px 20px;
		border-right: 1px solid #fff;
	}

	.carousel-indicators li{
	  height: 15px !important;
	  width: 15px !important;
	  border: 0px solid #7CC0C0 !important; 
	  border-radius: 30px;
	  background-color: rgba(255,255,255,0);
	  margin-left: 8px;
	  margin-right: 8px;
	  margin-bottom: 15px;
	}

	.carousel-indicators .active{
	  background-color: #fff;
	}

	.bg-sellers{
	  background-color: #d7ecec;
	}

	.bg-sellers02{
	  background-color: #fff;
	}

	.alinear-select{
		align-self: center;
		text-align: right;
	}

	.section-padding-sellers {
	  padding-top: 50px;
	  padding-bottom: 0px;
	}

	.title-sellers{
	  text-align: center;
	  color: #8b675c;
	  text-transform: uppercase;
	  font-weight: 600;
	  margin-bottom: 20px;
	}

	.title-sellers02{
	  color: #7CC0C0;
	  text-transform: uppercase;
	  font-weight: 600;
	}

	.btn-sellers, .btn-sellers:hover, .btn-sellers:focus{
	  background-color: #8b675c;
	  text-transform: uppercase;
	  color: #fff;
	  font-size: 14px;
	  font-weight: 400;
	  padding: 7px 12px;
	  border: 1px solid #8b675c;
	  border-radius: 12px;
	}

	.bg-card{
	  background-color: #fff;
	  border: 1px solid #ccb6aa;
	  border-radius: 10px;
	  position: relative;
	}

	.bg-mensaje{
	  background-color: #fff;
	  border: 0px solid #ccb6aa;
	  border-radius: 10px;
	}

	.text-mensaje{
		font-family: 'Behind-Regular';
		color: #222222;
		font-size: 30px;
		line-height: 120%;
		margin-top: 15px;		
	}
	
	.img__bag--icon{
        width: 25px !important;
        height: auto !important;
		position: relative;
		bottom: 1px;
		transition: .5s ease-in-out;
	}

	.btn__favorite{
		width: 40px !important;
		height: auto !important;
		position: absolute;
		z-index: 9;
		right: 15px;
		top: 15px;
	}
	
	.btn-agregar:hover .img__bag--icon{
		filter: brightness(0) saturate(100%) invert(89%) sepia(13%) saturate(491%) hue-rotate(329deg) brightness(83%) contrast(92%);
	}
	
	.btn-agregar{
	  background: #ccb6aa;
	  display: inline-flex;
	  justify-content: center;
	  width: 100%;
	  text-decoration: none;
	  border-top: 1px solid #ccb6aa;
	  border-left: 1px solid #ccb6aa;
	  border-right: 1px solid #ccb6aa;
	  border-bottom: 0px;
	  outline: 0;
	  padding-top: 5px;
	  padding-bottom: 5px;
	  border-radius: 8px;
	  color: #fff;
	  font-size: 16px;
	  font-weight: 300;
	  transition: .5s ease-in-out;
	}

	.btn-agregar:hover, .btn-agregar:focus{
	  background: transparent;
	  display: inline-flex;
	  justify-content: center;
	  width: 100%;
	  text-decoration: none;
	  border-top: 1px solid #ccb6aa;
	  border-left: 1px solid #ccb6aa;
	  border-right: 1px solid #ccb6aa;
	  border-bottom: 0px;
	  outline: 0;
	  padding-top: 5px;
	  padding-bottom: 5px;
	  border-radius: 8px;
	  color: #ccb6aa;
	  font-size: 16px;
	  font-weight: 300;
	  transition: .5s ease-in-out;
	}

	.btn-agotado, .btn-agotado:hover, .btn-agotado:focus{
	  background: #FF4848;
	  display: block;
	  width: 100%;
	  border: 0px;
	  padding-top: 5px;
	  padding-bottom: 5px;
	  border-radius: 8px;
	  color: #fff;
	  font-size: 16px;
	  font-weight: 300;
	}
	
	.descuento{
	  position: absolute;
	  top: 20px;
	  left: 68%;
	  font-size: 18px;
	  font-weight: 500;
	  background: #FF4848;
	  border: 1px solid #FF4848;
	  border-radius: 50px;
	  color: #fff;
	  line-height: 250%;
	  width: 50px;
	  height: 50px;
	}

	.tachado {
	    text-decoration-color: #FF4848 !important;
	    text-decoration: line-through;
	    font-weight: 300 !important;
	}

	.new{
	  color: #FF4848 !important; 
	}

	.bg__registrate--banner{
		width: 100%;
	}
	
	.btn__registrate--banner{
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 250px;
	}
	
	.bg-solares{
	  background-color: #fff;
	}

	.title-solares{
	  text-align: center;
	  color: #8b675c;
	  margin-bottom: 20px;
	}

	.btn-solares, .btn-solares:hover, .btn-solares:focus{
	  background-color: #8b675c;
	  text-transform: uppercase;
	  color: #fff;
	  font-size: 14px;
	  font-weight: 400;
	  padding: 7px 12px;
	  border: 1px solid #8b675c;
	  border-radius: 12px;
	}

	.bg-skintest{
	  background-color: #d7ecec;
	}

	.title-skin{
	  font-family: 'Barcelony';
      color: #3C3C3C;
      text-align: center;
      font-size: 30px;
	}

	.btn-skin, .btn-skin:hover, .btn-skin:focus{
		background-color: #fff;
		color: #3c3c3c;
		border: 1px solid #8b675c;
		border-radius: 15px;
		float: right;
		font-weight: 300;
		padding: 12px 10px;
		margin-bottom: 20px;
	}

	.bg-valorados{
		background-color: #fff;
	}
	
	.title-valorados{
	  text-align: center;
	  color: #8b675c;
	}

	.section-padding-contact{
		padding-top: 70px;
		padding-bottom: 70px;
	}
	
	.bg__contacto{
		background: url(img/bg_contacto.png) #fff;
		background-repeat: no-repeat;
		background-size: cover;
	}

	.btn__contactanos{
		width: 250px;
	}
	
	.bg-kits-exclusivos{

	}

	.title-alta-gama{
	  color: #7CC0C0;
	  text-transform: uppercase;
	  font-weight: 600;
	}

	/* Modal Cupón */
	.medidas-logo-modal{
	    width: 230px !important;
	    margin-left: 50px;
	    margin-bottom: 30px;
	}

	.medidas-logo-modal02{
	    width: 230px !important;
	    margin-left: 50px;
	    margin-bottom: 50px;
	}

	.texto-modal{
		width: 250px !important;
		margin-left: 0px;
		margin-bottom: 30px;
	}

	.texto-modal02{
		width: 350px !important;
		margin-left: 50px;
		margin-bottom: 30px;
	}

	button.close {
	    padding: 0 !important;
	    background-color: #fff !important;
	    width: 60px;
	    height: 60px;
	    border: 0 !important;
		outline: 0  !important;
	    -webkit-appearance: none !important;
	    border-radius: 40px !important;
	}

	.close {
	    float: right;
	    position: relative;
	    right: 30px;
	    top: 30px;
	    font-size: 30px;
	    font-weight: 700;
	    color: #000;
	    text-shadow: 0 1px 0 #fff;
	    opacity: 1;
	}

	.modal-header{
		border-bottom: 0px solid #e9ecef !important;
		z-index: 99999;
	}

	.modal-footer{
		border-top: 0px solid #e9ecef !important;
	}

	.bg-modal01{
		background-color: #fff;
	    border-radius: 20px !important;
	}

	.bg-modal02{
		background-image: url(img/cupon_02.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		border-radius: 30px !important;
		height: 50vh;
	}

	.modal-dialog {
	    max-width: 90% !important;
	    margin: 1.75rem auto !important;
	}

	.move-input{
	    position: absolute;
	    bottom: 10%;
	    left: 5%;	
	}

	.form-control{
	    margin-bottom: 15px;
	    border: 1px solid #3C3C3C !important;
	    border-radius: 15px !important;
	    font-size: 14px !important;
	    height: 45px !important;
	    margin-left: 50px;
	}

	.btn-registro-cupon{
	    background-color: #fff !important;
	    border: 1px solid #3C3C3C !important;
	    color: #3C3C3C !important !important;
	    border-radius: 15px !important;
	    font-size: 14px;
	    width: 100% !important;
	    margin-left: 50px;
	    padding-top: 10px;
	    padding-bottom: 10px;
	    text-transform: uppercase;
	}

	::-webkit-input-placeholder { /* Edge */
	  color: #3C3C3C !important;
	}

	:-ms-input-placeholder { /* Internet Explorer 10-11 */
	  color: #3C3C3C !important;
	}

	::placeholder {
	  color: #3C3C3C !important;
	}

	.select-filtro {
	    color: #fff;
	    font-weight: 300;
	    background-color: #8b675c;
	    border: 1px solid #8b675c;
	    border-radius: 10px;
	    padding: 7px 15px;
	}

	option{
		background-color: #fff;
	    font-weight: 500;
		color: #8b675c;
		bottom: #8b675c;
	}

	.line-bottom{
		margin-top: 20px;
		margin-bottom: 20px;
		border-bottom: 1px solid #8b675c;
	}

	.line-bottom2{
		margin-top: 40px;
		margin-bottom: 40px;
		border-bottom: 1px solid #8b675c;
	}

	.cuadro{
		background-color: #ccc;
		width: 100%;
		height: 150px;
	}

	.bg-envio{
	  background-color: #8b675c;
	}

	.section-padding-envios {
	  padding-top: 50px;
	  padding-bottom: 50px;
	}

	.title-checkout{
	  color: #fff;
	  text-transform: uppercase;
	  font-weight: 400;
	}

	.subtitle-checkout{
		color: #fff;
		font-size: 18px;
		line-height: 120%;
	}

	.align-self{
		align-self: center;
	}

	.align-self-center{
		align-self: center;
	}

	.logo-checkout{
		display: none;
		width: 150px;
	}

	.text-cupon{
		color: #fff;
		font-size: 18px;
		line-height: 120%;
		margin-top: 20px;
	}

	.btn-cupon{
		background-color: #3C3C3C;
		color: #fff;
		width: 100%;
		border: 2px solid #3C3C3C;
		border-radius: 15px;
		height: 45px;
	    font-size: 14px;
	    font-weight: 500;
	    transition: .5s ease-in-out;
	}

	.btn-cupon:hover, .btn-cupon:focus{
		background-color: #8b675c;
		color: #fff;
		width: 100%;
		border: 2px solid #3C3C3C;
		border-radius: 15px;
		height: 45px;
	    font-size: 14px;
	    font-weight: 500;
	    transition: .5s ease-in-out;
	}

	.title-carrito{
	  color: #8b675c;
	  text-transform: uppercase;
	  font-weight: 600;
	}

	.th-eliminar{}
	.th-img{}
	.th-producto{}
	.th-precio{
		text-align: center;
		font-size: 16px;
		font-weight: 600;
		vertical-align: middle;
	}
	.th-descuento{
		text-align: center;
		font-size: 16px;
		font-weight: 600;
		vertical-align: middle;
	}
	.th-cantidad{
		text-align: center;
		font-size: 16px;
		font-weight: 600;
		vertical-align: middle;
	}
	.th-total{
		text-align: center;
		font-size: 16px;
		font-weight: 600;
		height: 50px;
		vertical-align: middle;
	}

	.td-eliminar{}
	.btn-eliminar, .btn-eliminar:focus{
		background: transparent;
		color: #000;
		border: 0px;
		padding: 5px; 
	}
	.td-img{
		text-align: center;
	}
	.img-product-cart{
		width: 120px;
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.td-producto{
		font-weight: 300;
		font-size: 15px;
		line-height: 140%;
		color: #3C3C3C;
		margin-top: 20px;
	}
	.td-precio{
		text-align: left;
		font-size: 15px;
		line-height: 140%;
		color: #3C3C3C;
		font-weight: 300;
		margin-bottom: 0px;
	}
	.td-descuento{
		text-align: left;
		font-size: 15px;
		line-height: 140%;
		color: #3C3C3C;
		font-weight: 300;
		margin-bottom: 0px;
	}
	.td-cantidad{
	}
	.td-total{
		text-align: left;
		vertical-align: middle;
		font-size: 15px;
		line-height: 140%;
		color: #3C3C3C;
		font-weight: 300;
		margin-bottom: 0px;
	}

	.tr{
		border-bottom: 1px solid #8b675c;	
	}

	.input-group{
		justify-content: center;
	}

	.input-number{
		width: 30px;
		height: 30px;
		text-align: center;
		border-top: 1px solid #8b675c;
		border-bottom: 1px solid #8b675c;
		border-left: 0px;
		border-right: 0px;
	}

	.btn-minus, .btn-minus:hover, .btn-minus:focus{
	    border-top: 1px solid #8b675c;
	    border-bottom: 1px solid #8b675c;
	    border-left: 1px solid #8b675c;
	    border-right: 0px;
	    border-radius: 10px 0px 0px 10px;
	    background-color: #fff;
	    outline: 0px;
	    display: inline-block;
	    font-weight: 400;
	    padding: 0.375rem 0.75rem;
	    font-size: .65rem;
	    line-height: 1.5;
	}

	.btn-plus, .btn-plus:hover, .btn-plus:focus{
	    border-top: 1px solid #8b675c;
	    border-bottom: 1px solid #8b675c;
	    border-right: 1px solid #8b675c;
	    border-left: 0px;
	    border-radius: 0px 10px 10px 0px;
	    background-color: #fff;
	    outline: 0px;
	    display: inline-block;
	    font-weight: 400;
	    padding: 0.375rem 0.75rem;
	    font-size: .65rem;
	    line-height: 1.5;
	}

	.text-subtotal{
		color: #3C3C3C;
		margin-top: 25px;
		margin-bottom: 0px;
		text-align: right;
		font-size: 16px;
		line-height: 150%;
	}

	.text-envio{
		color: #3C3C3C;
		margin-bottom: 0px;
		text-align: right;
		font-size: 16px;
		line-height: 150%;
	}

	.text-total{
		color: #3C3C3C;
		font-weight: 600;
		margin-bottom: 0px;
		text-align: right;
		font-size: 16px;
		line-height: 150%;
	}

	.tabla{
		float: right;
		margin-top: 10px;
	}

	.align-buttons{
		float: right;
	}

	.btn-regresar{
	    background-color: #8b675c;
	    color: #fff;
	    font-size: 14px;
	    font-weight: 300;
	    padding: 5px 22px;
	    border: 2px solid #8b675c;
	    border-radius: 15px;
	    margin-right: 15px;
	    transition: .5s ease-in-out;
	}

	.btn-regresar:hover, .btn-regresar:focus{
	    background-color: transparent;
	    color: #8b675c;
	    font-size: 14px;
	    font-weight: 300;
	    padding: 5px 22px;
	    border: 2px solid #8b675c;
	    border-radius: 15px;
	    margin-right: 15px;
	    transition: .5s ease-in-out;
	}

	.btn-pagar{
	    background-color: #8b675c;
	    color: #fff;
	    font-size: 14px;
	    font-weight: 300;
	    padding: 5px 22px;
	    border: 2px solid #8b675c;
	    border-radius: 15px;
	    transition: .5s ease-in-out;
	}

	.btn-pagar:hover, .btn-pagar:focus{
	    background-color: transparent;
	    color: #8b675c;
	    font-size: 14px;
	    font-weight: 300;
	    padding: 5px 22px;
	    border: 2px solid #8b675c;
	    border-radius: 15px;
	    transition: .5s ease-in-out;
	}

	.section-padding-producto {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.titulo-marca-producto{
		font-family: 'InstrumentSerif-Regular';		
		color: #222222;
		font-size: 18px;
		font-weight: 400;
		text-transform: uppercase;
		margin-bottom: 0px;
	}
	
	.titulo-producto{
		font-family: 'InstrumentSerif-Regular';
		color: #9e816f;
		font-size: 20px;
		text-transform: uppercase;
		line-height: 130%;
		font-weight: 400;
		margin-bottom: 20px;
	}

	.descripcion-producto-breve{
		color: #222222;
		font-size: 20px;
		line-height: 130%;
		font-weight: 400;
		margin-bottom: 20px;
	}
	
	.precio-producto{
		font-family: 'InstrumentSerif-Regular';
		color: #222222;
		font-size: 25px;
		font-weight: 400;
		margin-bottom: 0px;
	}

	.stock-producto{
		color: #8b675c;
		font-size: 18px;
		font-weight: 600;
	}

	.img-tarjetas{
		margin-top: 15px;
		width: 300px;
	}

	.img__bag--product{
        width: 15px !important;
        height: auto !important;
		position: relative;
		bottom: 1px;
		transition: .5s ease-in-out;
	}
	
	.btn-agregar-producto:hover .img__bag--product{
		filter: brightness(0) saturate(100%) invert(89%) sepia(13%) saturate(491%) hue-rotate(329deg) brightness(83%) contrast(92%);
	}
	
	.btn-agregar-producto{
		background: #8b675c;
		display: block;
		padding: 8px 20px;
		border: 1px solid #8b675c;
		border-radius: 30px;
		color: #fff;
		font-size: 16px;
		font-weight: 300;
		transition: .5s ease-in-out;
	}

	.btn-agregar-producto:hover, .btn-agregar-producto:focus{
		background: transparent;
		display: block;
		padding: 8px 20px;
		border: 1px solid #8b675c;
		border-radius: 30px;
		color: #8b675c;
		font-size: 16px;
		font-weight: 300;
		transition: .5s ease-in-out;
	}	

	.btn__favorite--product{
		width: 22px;
		margin-left: 15px;
		margin-top: 10px;
	}	

	.btn-comprar-ahora{
		font-family: 'Acumin-Variable-Concept';
		background: #222222;
		display: block;
		padding: 8px 20px;
		border: 1px solid #222222;
		border-radius: 30px;
		color: #fff;
		width: 200px;
		font-size: 16px;
		font-weight: 200;
		transition: .5s ease-in-out;
	}

	.btn-comprar-ahora:hover, .btn-comprar-ahora:focus{
		font-family: 'Acumin-Variable-Concept';
		background: transparent;
		display: block;
		padding: 8px 20px;
		border: 1px solid #222222;
		border-radius: 30px;
		color: #222222;
		width: 200px;
		font-size: 16px;
		font-weight: 200;
		transition: .5s ease-in-out;
	}	
	
	.margen-top-movil{
		margin-top: 20px;
	}

	.bg-descripcion{
		background-color: #dfd3c6;
	}

	.title__description--large{
		font-family: 'InstrumentSerif-Regular';
		font-size: 24px;
		text-transform: uppercase;
		line-height: 60px;
	}
	
	.descripcion-producto{
		color: #222222;
		font-size: 18px;
		text-align: justify;
		font-weight: 200;
		line-height: 150%;
		margin-bottom: 20px;
	}

	.text-ingredientes{
		color: #222222;
		font-size: 18px;
		text-align: justify;
		font-weight: 200;
		line-height: 150%;
		margin-bottom: 20px;
	}

	.text-aplicacion{
		color: #222222;
		font-size: 18px;
		text-align: justify;
		font-weight: 200;
		line-height: 150%;
		margin-bottom: 0px;
	}

	.title-complementos{
	  font-family: 'Behind-Regular';
	  color: #9e816f;
	  font-weight: 300;
	}

	.arrow{
		font-size: 20px !important;
	}

	.promedio{
		display: inline-block;
		padding: 0px 20px;
		background-color: #8b675c;
		border: 1px solid #8b675c;
		border-radius: 100%;
	    text-align: center;
	    font-size: 70px;
	    color: #fff;
	    font-weight: 600;
	    margin-bottom: 40px;
	}

	.califica-producto{
	    background: #8b675c;
	    color: #fff;
	    font-size: 16px;
	    font-weight: 300;
	    padding: 5px 12px;
	    border: 1px solid #8b675c;
	    border-radius: 15px;
	    transition: .5s ease-in-out;
	}

	.califica-producto:hover, .califica-producto:focus{
	    background: #fff;
	    color: #8b675c;
	    font-size: 16px;
	    font-weight: 300;
	    padding: 5px 12px;
	    border: 1px solid #8b675c;
	    border-radius: 15px;
	    transition: .5s ease-in-out;
	}

	.texto-sesion{
		color: #3C3C3C;
		font-size: 14px;
		line-height: 150%;
		margin-top: 15px;
		text-align: center;
	}

	.link-sesion, .link-sesion:hover, .link-sesion:focus{
		color: #3C3C3C;
		font-size: 14px;
		font-weight: 600;
		line-height: 150%;
	}

	.datos-cliente{
		color: #3C3C3C;
		font-size: 16px;
		font-weight: 600;
	}

	.box-review{
	    border-bottom: 1px solid #7CC0C0;
	    padding-top: 20px;
	    padding-bottom: 20px;
	}

	.bg-skintest02{
		background-color: #8b675c;
	}

	.section-padding-skintest{
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.title-skintest{
		font-family: 'Barcelony';
		text-align: center;
		line-height: 150%;
		color: #3C3C3C;
		font-size: 40px;
		margin-bottom: 30px;
	}

	.subtitle-skintest{
		text-align: center;
		line-height: 130%;
		color: #fff;
		font-size: 18px;
		font-weight: 300;
		margin-bottom: 50px;
	}

	.text-pregunta{
		color: #fff;
		font-size: 25px;
		font-weight: 500;
		line-height: 150%;
		text-align: center;
		text-transform: uppercase;
		margin-bottom: 20px;
	}

	.tabla-radios{
		width: 100%;
		text-align: center;
		border-top: 0px;
	}

	.tag-radios{
		display: inline-grid;
		text-align: center !important;
	}

	.name-radios{
		margin-top: 10px;
		color: #fff;
		font-size: 16px;
		font-weight: 300;
		margin-top: 20px;
		line-height: 130%;
	}

	[type=radio] { 
	  position: absolute;
	  opacity: 0;
	  width: 0;
	  height: 0;
	}

	/* IMAGE STYLES */
	[type=radio] + img {
	  cursor: pointer;
	  width: 150px;
	  place-self: center;
	}

	/* CHECKED STYLES */
	[type=radio]:checked + img {
	  outline: 0px solid #f00;
	  transform: scale(1.1);
	  transition: .5s;
	}

	.title-resultado{
		font-family: 'Barcelony';
		color: #fff;
		font-size: 35px;
		font-weight: 500;
		margin-bottom: 0px;
	}

	.text-resultado{
		color: #fff;
		font-size: 18px;
		line-height: 150%;
		font-weight: 300;
		text-align: justify;
	}

	.logo-footer{
		width: 200px;
		margin-bottom: 10px;
	}

	.text-direccion{
		font-family: 'Behind-Regular';		
		color: #fff;
		font-size: 14px;
		line-height: 150%;
		margin-bottom: 0px;
	}

	.link__admin{
		font-family: 'Behind-Regular';
		color: #fff;
		font-size: 16px;
	}
	
	.link__admin:hover, .link__admin:focus{
		font-family: 'Behind-Regular';
		color: #fff;
		font-size: 16px;
		text-decoration: underline;
	}
	
	.text-redes{
		font-family: 'Behind-Regular';		
		color: #fff;
		font-size: 14px;
		line-height: 150%;
	}

	.icon-size{
	    width: 35px;
	    margin-right: 8px;
	}

	.docs-link{
		text-transform: uppercase;
		color: #fff !important;
		font-weight: 300 !important;
		font-size: 14px;
	}

	.docs-link:hover, .docs-link:focus{
		text-transform: uppercase;
		color: #3C3C3C !important;
		font-weight: 300 !important;
		font-size: 14px;
	}

	.bg-docs{
		background-color: #414141;
	}

  .single-sellers-slide span {
	font-size: 22px;
	text-transform: lowercase;
	font-family: 'InstrumentSerif-Regular';
    font-weight: 400;
    color: #3C3C3C;
    margin-bottom: 0px;
    display: block; }
  .single-sellers-slide p {
	font-size: 22px;
	text-transform: lowercase;
	font-family: 'InstrumentSerif-Regular';
    font-weight: 400;
    color: #3C3C3C;
    line-height: 130%;
    padding: 0px 15px;
    margin-bottom: 0px;
    height: 25px;
    display: block; }
  .single-sellers-slide p.precio {
	font-size: 22px;
	text-transform: lowercase;
	font-family: 'InstrumentSerif-Regular';
    font-weight: 400;
    color: #3C3C3C;
    line-height: 130%;
    margin-top: 20px;
    margin-bottom: 20px;
    display: block; }

	/*Nosotros */
	.section-padding-about{
		padding-top: 0px;
		margin-top: 0px;
		padding-bottom: 70px;
	}
	
	.space__line{
		padding-bottom: 250px;
	}
	
	.bg__about{
		background: url('img/bg_about.png') #fff;
		background-repeat: no-repeat;
		background-size: 100% auto;

	}
	
	.title__us{
		font-family: 'Behind-Regular';
		font-size: 40px;
		color: #222222;
		text-align: center;
		line-height: 120%;
		margin-bottom: 0;
	}
	
	.subtitle__us{
		font-family: 'Behind-Regular';
		font-size: 50px;		
		color: #9e816f;
		text-align: center;
		line-height: 90%;
		margin-bottom: 30px;	
	}
	
	.subtitle__us--curve{
		font-family: 'Behind-The-Nineties-It';
		font-size: 50px;
		color: #9e816f;
	}
	
	.text__us{
		font-family: 'InstrumentSerif-Regular';
		color: #222222;
		font-size: 26px;
		text-align: justify;
		text-align-last: center;
		line-height: 110%;
		margin-bottom: 0;

	}
	
	.img__logo--us{
		width: 350px;
		margin-top: 70px;
		margin-bottom: 70px;
	}
	
	.bg__doctor{
        background: #fff url('img/bg_doctor_about.png');
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: center;
	}
	
	.img__doctor{
		width: 90%;
	}
	
	.name__doctor{
		font-family: 'Behind-Regular';
		font-size: 40px;
		text-align: left;
		color: #222222;
		line-height: 120%;
		margin-top: 50px;
		margin-bottom: 15px;
	}
	
	.text__doctor{
		font-family: 'InstrumentSerif-Regular';
		font-size: 25px;
		text-align: left;
		color: #fff;
		line-height: 120%;
		margin-bottom: 50px;
	}
	
	.section-padding-vision{
		padding-top: 70px;
		padding-bottom: 70px;
	}
	
	.bg__vision{
		background-color: #fff;
	}
	
	.title__vision{
		font-family: 'Behind-Regular';
		font-size: 40px;
		color: #9e816f;
		text-align: center;
		line-height: 120%;
		margin-bottom: 0px;
	}
	
	.subtitle__vision{
		font-family: 'Behind-Regular';
		font-size: 40px;
		color: #222222;
		text-align: center;
		line-height: 100%;
		margin-bottom: 50px;	
	}
	
	.subtitle__vision--curve{
		font-family: 'Behind-The-Nineties-It';
		font-style: italic;
	}
	
	.img__products--about{
		width: 100%;
	}
	
	.btn__contactanos--about{
		width: 65%;
	}

	/* Modal Registro */
	.text__modal01{
		font-family: 'Behind-Regular';
		font-size: 70px;
		color: #222222;
		text-align: center;
		line-height: 100%;
		margin-bottom: 0;
	}
	.link__register--modal, .link__register--modal:hover, .link__register--modal:focus{
		font-family: 'Behind-Regular';
		font-size: 70px;
		text-decoration: underline;
		color: #222222;
		position: relative;
		z-index: 1;
	}
	.text__percentage{
        font-size: 190px;
        color: #9e816f;
        margin-bottom: 0;
        line-height: 190px;
		position: relative;
		z-index: 0;
	}
	.text__modal02{
        font-family: 'Behind-Regular';
        font-size: 70px;
        color: #222222;
        text-align: center;
        line-height: 80%;
        margin-top: -60px;
        margin-bottom: 0;
	}
	.img__modal--registro{
		width: 100%;
	}
}