.elipse-añada{
    padding: 35% 0;
    border-radius: 50%;
    border: 1px solid #131313;
}

.ficha-tec-btn span{
    width: 35%;
    text-align: end;
    margin-left: 10%;
}

.ficha-tec-btn i{
    background-color: #A5664D;
    transform: rotate(90deg) scale(0.8);
}

.ficha-tec-btn:hover i{
    background-color: #A5664D!important;
    transform: rotate(90deg) scale(0.8);
}

.notas-de-cata .fusion-builder-row {
    background-color: #A5664D;
}

/* IMAGEN VINO */

.wine-detail-img{
    width: 50%!important;
    height: 50vw;
    margin: -35% auto auto;
    border: 1px solid gray;
    border-radius: 50% / 30%;
    z-index: -10;
    align-items: center;
    justify-content: center;
}

.wine-detail-img > div{
    background-color: white;
    width: 85%!important;
    height: 44vw;
    margin: 10% auto auto;
    border-radius: 50% / 30%;
    z-index: -10;
}

.wine-detail-img > div > div{
    display: flex;
    align-items: center;
    justify-content: center;
    height: -webkit-fill-available;
}

.wine-detail-img > div > div span{
    display: flex;
    align-items: center;
    justify-content: center;
}

/* PREMIOS */

.awarded_year_group {
    flex-direction: column;
	transform: skew(-11deg) rotate(-20deg);
	margin-right: 2%;
	align-items: center;
}

.awarded_year_group img{
	width: 50%;
    margin-top: -25%;
}


@media only screen and (min-width: 640px) {
	#awards_row {
		overflow-x: scroll;
		overflow-y: hidden;
		scroll-behavior: smooth;
		flex-wrap: nowrap;
		padding-left: 1% !important;
		transform: rotate(20deg) skew(10deg);
		scrollbar-width: none;
	}

	#awards_row::-webkit-scrollbar {
		display: none;
	}

	#awards_container > div > div > div  {
		width: -webkit-fill-available;
	}
}

/* PREMIOS MOVIL */

@media only screen and (max-width: 640px) {
	.awarded_year_group {
		transform: none;
	}
	div#awards_row{
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.mobile_elipse_column{
		align-items: center;
		justify-content: center;
	}
	.mobile_elipse_column > div{
		margin: auto;
		margin-right: 0!important;
    	margin-left: 0!important;
	}
	.prev-btn-mobile{
		max-width: 20%!important
	}
}

/* IMG VINO CABECERA */
#wine_img_div {
  width: 30% !important;
  height: 47vw;
  margin: -35% 14% auto;
  border: 1px solid gray;
  border-radius: 50% / 30%;
  align-items: center;
  justify-content: center;
}

#wine_img_div > div {
  background-color: white;
  width: 85% !important;
  height: 41vw;
  margin: 10% auto auto;
  border-radius: 50% / 30%;
  z-index: -10;
  display: flex;
}
#wine_img_div img {
  max-width: 35%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}


/* IMAGEN VINO MOVIL */

@media only screen and (max-width: 640px) {
	#wine_img_div {
	  width: 90% !important;
	  height: 145vw;
	  margin: -150% 5% auto;
	  border: 1px solid gray;
	  border-radius: 50% / 30%;
	  align-items: center;
	  justify-content: center;
	}

	#wine_img_div > div {
	  background-color: white;
	  width: 85% !important;
	  height: 128vw;
	  margin: 10% auto auto;
	  border-radius: 50% / 30%;
	  z-index: -10;
	  display: flex;
	}
}

.not-active-btn{
    opacity: 0.2;
    cursor: default;
}
