@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-light .navbar-nav .nav-link{
		color: rgba(0,0,0,1);
		font-size: 25px;
	}

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

	.bar-promo{
	  background-color: #FF4848;
	  color: #fff;
	  padding-top: 5px;
	  padding-bottom: 5px;
	}

	.text-promo{
	  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{
	  color: #000;
	  font-weight: 300;
	}

	.btn-login:hover, .btn-login:focus{
	  color: #009383;
	  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;
	}

	.btn-cart{
		float: left;
		display: inline-flex;
		background-color: #009383;
		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;
	  width: 15px;
	  border: 2px solid #009383; 
	  border-radius: 30px;
	  background-color: rgba(255,255,255,0);
	  margin-left: 8px;
	  margin-right: 8px;
	  margin-bottom: 15px;
	}

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

	.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: #3C3C3C;
	  text-transform: uppercase;
	  font-weight: 600;
	  margin-bottom: 20px;
	}

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

	.btn-sellers, .btn-sellers:hover, .btn-sellers:focus{
	  background-color: #fff;
	  color: #3c3c3c;
	  font-size: 14px;
	  font-weight: 400;
	  padding: 7px 20px;
	  border: 1px solid #009383;
	  border-radius: 12px;
	}

	.bg-card{
        background-color: #fff;
        border: 1px solid #b7b5b4;
        border-radius: 15px;
        margin: 0 0 15px 0;
	}

	.bg-subfooter{
	  background-color: #fff;
	  border: 0px solid #7cbfbf;
	  border-radius: 10px;
	}

	.btn-agregar{
	  background: #76c5bd;
	  text-decoration: none;
	  border-top: 1px solid #7cbfbf;
	  border-left: 1px solid #7cbfbf;
	  border-right: 1px solid #7cbfbf;
	  border-bottom: 1px solid #7cbfbf;
	  outline: 0;
	  padding-top: 5px;
	  padding-bottom: 5px;
	  padding-left: 20px;
	  padding-right: 20px;
	  border-radius: 30px;
	  color: #fff;
	  font-size: 16px;
	  font-weight: 300;
	  transition: .5s ease-in-out;
	}

	.btn-agregar:hover, .btn-agregar:focus{
	  background: transparent;
	  text-decoration: none;
	  border-top: 1px solid #7cbfbf;
	  border-left: 1px solid #7cbfbf;
	  border-right: 1px solid #7cbfbf;
	  border-bottom: 1px solid #7cbfbf;
	  outline: 0;
	  padding-top: 5px;
	  padding-bottom: 5px;
	  padding-left: 20px;
	  padding-right: 20px;
	  border-radius: 30px;
	  color: #7cbfbf;
	  font-size: 16px;
	  font-weight: 300;
	  transition: .5s ease-in-out;
	}

	.btn-agotado, .btn-agotado:hover, .btn-agotado:focus{
	  background: #FF4848;
	  border: 0px;
	  outline: 0;
	  padding-top: 5px;
	  padding-bottom: 5px;
	  padding-left: 30px;
	  padding-right: 30px;
	  border-radius: 30px;
	  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-solares{
	  background-color: #fff;
	}

	.bg-mensaje{
	  background-color: transparent;
	}

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

	.btn-solares, .btn-solares:hover, .btn-solares:focus{
	  background-color: #fff;
	  color: #3c3c3c;
	  font-size: 14px;
	  font-weight: 400;
	  padding: 7px 20px;
	  border: 1px solid #009383;
	  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 #7cbfbf;
		border-radius: 15px;
		float: right;
		font-weight: 300;
		padding: 12px 10px;
		margin-bottom: 20px;
	}

	.title-valorados{
	  color: #009383;
	  text-transform: uppercase;
	  font-weight: 600;
	}

	.bg-kits-exclusivos{

	}

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

	.btn__contactus{
		background-color: #7c7a7a;
		border: 1px solid #7c7a7a;
		border-radius: 35px;
		color: #fff;
		font-size: 30px;
		padding: 20px 30px;
		outline: 0;
		text-decoration: none;
		text-transform: uppercase;
		transition: .5s ease-in-out;
	}

	.btn__contactus:hover, .btn__contactus:focus{
		background-color: #fff;
		border: 1px solid #7c7a7a;
		border-radius: 35px;
		color: #7c7a7a;
		font-size: 30px;
		padding: 20px 30px;
		outline: 0;
		text-decoration: none;
		text-transform: uppercase;
		transition: .5s ease-in-out;
	}
	
	.bg__contact{
		background-image: url("../assets/img/bg01.png");
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
	}

	/* Nosotros */
	.margin__banner--servicios{
		margin-top: 0px;
	}
	
	.bg__about{
		background-image: url(../assets/img/banner_nosotros.png);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
	}
	
	.img__logo--medicavissage{
		width: 350px;
	}
	
	.text_about{
		color: #7c7a7a;
		text-align: justify;
		text-align-last: center;
		font-size: 22px;
		line-height: 130%;
		margin-bottom: 0px;
	}
	
	.img__avatar{
		width: 50%;
		margin-top: 50px;
		margin-bottom: 50px;
	}
	
	.title__name{
		text-align: center;
		color: #009383;
		font-size: 24px;
		line-height: 130%;
		font-weight: 500;
		margin-bottom: 0px;
	}
	
	.subtitle__name{
		text-align: center;
		color: #7c7a7a;
		font-size: 24px;
		font-weight: 500;
	}
	
	.line__bottom{
		background-color: #009383;
		height: 3px;
		width: 120px;
		margin-top: 50px;
	}
	
	.bg__leaf{
		background-image: url(../assets/img/bg01.png);
		background-size: cover;
		background-repeat: no-repeat;
	}
	
	.description__features{
		text-align: justify;
		text-align-last: center;
		color: #7c7a7a;
		font-size: 22px;
		font-weight: 500;
		line-height: 130%;
		margin-bottom: 60px;
	}
	
	.bg__features{
		margin-bottom: 60px;
	}
	
	.img__features01{
		background-image: url(../assets/img/feature01.png);
		background-repeat: no-repeat;
		background-size: 100% auto;
		width: 200px;
		height: 200px;
		transition: .5s ease-in-out;
	}

	.img__features01:hover, .img__features01:focus{
		background-image: url(../assets/img/feature01_hover.png);
		background-repeat: no-repeat;
		background-size: 100% auto;
		width: 200px;
		height: 200px;
		transition: .5s ease-in-out;		
	}

	.img__features02{
		background-image: url(../assets/img/feature02.png);
		background-repeat: no-repeat;
		background-size: 100% auto;
		width: 200px;
		height: 200px;
		transition: .5s ease-in-out;
	}

	.img__features02:hover, .img__features02:focus{
		background-image: url(../assets/img/feature02_hover.png);
		background-repeat: no-repeat;
		background-size: 100% auto;
		width: 200px;
		height: 200px;
		transition: .5s ease-in-out;		
	}
	
	.img__features03{
		background-image: url(../assets/img/feature03.png);
		background-repeat: no-repeat;
		background-size: 100% auto;
		width: 200px;
		height: 200px;
		transition: .5s ease-in-out;
	}

	.img__features03:hover, .img__features03:focus{
		background-image: url(../assets/img/feature03_hover.png);
		background-repeat: no-repeat;
		background-size: 100% auto;
		width: 200px;
		height: 200px;
		transition: .5s ease-in-out;		
	}
	
	.text__features{
		text-align: center;
		font-size: 22px;
		font-weight: 600;
		line-height: 100%;
		text-transform: uppercase;
		color: #7c7a7a;
		margin-top: 20px;
		margin-bottom: 0px;
	}
	
	/* 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-image: url(img/fondo_cupon01.jpg);
	    background-repeat: no-repeat;
	    background-size: cover;
		background-position: 50%;
	    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: #76c5bd;
	    border: 1px solid #76c5bd;
	    border-radius: 10px;
	    padding: 7px 15px;
	}

	option{
		background-color: #fff;
	    font-weight: 500;
		color: #76c5bd;
		bottom: #76c5bd;
	}

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

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

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

	.bg-envio{
	  background-color: #76c5bd;
	}

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

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

	.subtitle-checkout{
		color: #3C3C3C;
		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: #3C3C3C;
		font-size: 18px;
		line-height: 120%;
		margin-top: 20px;
	}

	.btn-cupon{
		background-color: #3C3C3C;
		color: #7cbfbf;
		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: #7cbfbf;
		color: #3C3C3C;
		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: #009383;
	  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;
		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 #7cbfbf;	
	}

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

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

	.btn-minus, .btn-minus:hover, .btn-minus:focus{
	    border-top: 1px solid #7cbfbf;
	    border-bottom: 1px solid #7cbfbf;
	    border-left: 1px solid #7cbfbf;
	    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 #7cbfbf;
	    border-bottom: 1px solid #7cbfbf;
	    border-right: 1px solid #7cbfbf;
	    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: #7cbfbf;
	    color: #fff;
	    font-size: 14px;
	    font-weight: 300;
	    padding: 5px 22px;
	    border: 2px solid #7cbfbf;
	    border-radius: 15px;
	    margin-right: 15px;
	    transition: .5s ease-in-out;
	}

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

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

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

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

	.btn-agregar-carrito{
	  background: #009383;
	  text-decoration: none;
	  border-top: 1px solid #009383;
	  border-left: 1px solid #009383;
	  border-right: 1px solid #009383;
	  border-bottom: 1px solid #009383;
	  outline: 0;
	  padding-top: 5px;
	  padding-bottom: 5px;
	  padding-left: 20px;
	  padding-right: 20px;
	  border-radius: 30px;
	  color: #fff !important;
	  font-size: 16px;
	  font-weight: 300;
	  transition: .5s ease-in-out;
	}
		
	.bg-producto{
		background-color: #fff !important;
	}
	
	.titulo-marca-producto{
		color: #3C3C3C;
		font-size: 18px;
		font-weight: 600;
		text-transform: uppercase;
		margin-bottom: 0px;
	}
	
	.titulo-producto{
		color: #009383;
		font-size: 20px;
		line-height: 130%;
		font-weight: 400;
		margin-bottom: 20px;
	}

	.precio-producto{
		color: #3C3C3C;
		font-size: 25px;
		font-weight: 700;
		margin-bottom: 0px;
	}

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

	.title-complementos{
	  color: #009383;
	  text-transform: uppercase;
	  font-size: 35px;
	  font-weight: 600;
	}
	
	.btn-agregar-carrito:hover, .btn-agregar-carrito:focus{
	  background: transparent;
	  text-decoration: none;
	  border-top: 1px solid #009383;
	  border-left: 1px solid #009383;
	  border-right: 1px solid #009383;
	  border-bottom: 1px solid #009383;
	  outline: 0;
	  padding-top: 5px;
	  padding-bottom: 5px;
	  padding-left: 20px;
	  padding-right: 20px;
	  border-radius: 30px;
	  color: #009383 !important;
	  font-size: 16px;
	  font-weight: 300;
	  transition: .5s ease-in-out;
	}
	
	.bg-descripcion{
		background-color: #c3c1bf;
	}

	.descripcion-producto{
		color: #3C3C3C;
		font-size: 18px;
		text-align: justify;
		font-weight: 400;
		line-height: 150%;
		margin-bottom: 20px;
	}

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

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

	.bg-complementos{
		background-color: #fff;
	}
	
	.title-complementos{
	  color: #009383;
	  text-transform: uppercase;
	  font-weight: 600;
	}

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

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

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

	.califica-producto:hover, .califica-producto:focus{
	    background: #fff;
	    color: #7cbfbf;
	    font-size: 16px;
	    font-weight: 300;
	    padding: 5px 12px;
	    border: 1px solid #7cbfbf;
	    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 #009383;
	    padding-top: 20px;
	    padding-bottom: 20px;
	}

	.bg-skintest02{
		background-color: #7cbfbf;
	}

	.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: #3C3C3C;
		font-size: 35px;
		font-weight: 500;
		margin-bottom: 0px;
	}

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

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

	.text-direccion{
		color: #fff;
		font-size: 18px;
		line-height: 150%;
		text-align: center;
		margin-top: 20px;
		margin-bottom: 10px;
	}

	.text-redes{
		color: #3C3C3C;
		font-size: 14px;
		line-height: 150%;
	}

	.icon-size{
	    width: 50px;
	    margin: 0 25px;
	}

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

	.docs-link:hover, .docs-link:focus{
		color: #ccc !important;
		font-weight: 300 !important;
		text-transform: uppercase;
	}

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

}