
.grafit-trainer-offer {
    display: flex;
    gap: 32px;
    padding: 30px 0 0 0;
    border-radius: 16px;
    /* flex-wrap: wrap; */
}

@media only screen and (max-width: 768px) {
	.grafit-trainer-offer {
		flex-direction: column;
		gap:0;
	}
}

.trainer-prices-box {
    flex: 0 0 320px;
	position:relative;
}

@media only screen and (max-width: 768px) {
	.trainer-prices-box {
    flex: 0;
	margin-bottom:32px;
	}
}

.trainer-prices {
	position:sticky;
	top:90px;
}

@media only screen and (max-width: 768px) {
	.trainer-prices {
		top:0;
		position:relative;
		display:flex;
		gap:24px;
	}
}

.trainer-price {
    background: white;
    border-radius: 24px;
    padding: 32px;
    text-align: right;
    margin-bottom: 32px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
	line-height: 100%;
}

@media only screen and (max-width: 768px) {
	.trainer-price {
		padding: 24px;
		margin-bottom:0;
		width:100%;
	}
}

.trainer-price strong {
    color: #23AC95;
	font-size: 51px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%;
	white-space:nowrap;
}

@media only screen and (max-width: 768px) {
	.trainer-price strong {
		font-size: 30px;
	}
}

.trainer-main {
    flex: 1;
    display: flex;
    flex-direction: row;
    gap: 32px;
	background: white;
	border-radius: 24px;
	box-shadow: 0 2px 10px rgba(0,0,0,0.05);
	overflow:hidden; 
}

@media only screen and (max-width: 768px) {
	.trainer-main {
		flex-direction: column;
		padding-left: -15px;
		padding-right: -15px;
		gap: 0px;
	}
}

.trainer-left {
	width:150%;
    display: flex;
    gap: 32px;
	flex-direction: column;
	text-align:center;
	border-right: 1px solid #E3DED4;
}

@media only screen and (max-width: 768px) {
	.trainer-left {
		width:100%;
	}
}

.trainer-img {
    width: 100%;
    height: auto;
}
.trainer-left h2 {
	text-align: center;
		font-size: 51px;
		font-style: normal;
		font-weight: 700;
		line-height: 133%;
		background: linear-gradient(87deg, #008F7A 0%, #23AC95 50%, #81DA93 100%);
		background-clip: text;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
}

@media only screen and (max-width: 768px) {
	.trainer-left h2 {
		font-size: 34px;
	}
}

.trainer-left div {
	padding:0 32px 32px 32px;
}

.trainer-short {
    font-weight: 500;
}

@media only screen and (max-width: 768px) {
	.trainer-short {
		font-size:18px;
		margin-top:0;
	}
}
.trainer-button {
    font-family: Poppins;
	   font-size: 18px !important;
		padding: 12px 36px !important;
	   font-style: normal;
	   font-weight: 600;
	   line-height: 100%;
	   justify-content: center;
	   align-items: center;
	   border-radius: 1000px;
	   display:inline-flex;
	   color:#fff;
	   background: linear-gradient(87deg, #008F7A 0%, #23AC95 50%, #81DA93 100%);
	   text-decoration:none;
}

.trainer-button:hover {
	color:#fff;
	   background: linear-gradient(0deg, rgba(129, 218, 147, 0.20) 0%, rgba(129, 218, 147, 0.20) 100%), linear-gradient(87deg, #008F7A 0%, #23AC95 50%, #81DA93 100%);
}

.trainer-description {
    font-size: 12px;
    line-height: 175%;
	padding:32px 32px 32px 0;
}

@media only screen and (max-width: 768px) {
	.trainer-description {
		padding:24px;
	}
}

.trainer-description li {
	list-style:disc;
	margin-left:15px;
}

.trainer-description h3 {
	margin: 24px 0 0 0;
	text-align:center;
}

/* LISTA TRENERÓW */

.grafit-trainer-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(440px, 1fr));
    gap: 32px;
	margin-top:64px;
}

@media only screen and (max-width: 768px) {
	.grafit-trainer-list {
		grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
	}
}

.trainer-card {
    background: white;
    border-radius: 24px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
	overflow:hidden;
}
.trainer-card-top {
    display: flex;
    gap: 32px;
    align-items: center;
	border-bottom: 1px solid #E3DED4;
}
.trainer-card-img {
    width: 180px;
    height: 180px;
    object-fit: cover;
}


@media only screen and (max-width: 768px) {
	.trainer-card-img {
    width: 40%;
}
}

.trainer-card-info h3 {
    color: #23AC95;
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: 133%; /* 37.24px */
}

@media only screen and (max-width: 768px) {
	.trainer-card-info h3 {
		font-size: 22px;
	}
}

.trainer-title {
	padding:0;
    margin: 6px 0 15px 0;
    font-weight: 500;
}
.trainer-phone {
    font-family: Poppins;
	   font-size: 16px !important;
		padding: 12px 32px !important;
	   font-style: normal;
	   font-weight: 600;
	   line-height: 100%;
	   justify-content: center;
	   align-items: center;
	   border-radius: 1000px;
	   display:inline-flex;
	   color:#fff;
	   background: linear-gradient(87deg, #008F7A 0%, #23AC95 50%, #81DA93 100%);
	   text-decoration:none;
}

@media only screen and (max-width: 768px) {
	.trainer-phone {
		font-size: 11px !important;
		padding: 6.5px 12px !important;
	}
}

.trainer-phone:hover {
	color:#fff;
	   background: linear-gradient(0deg, rgba(129, 218, 147, 0.20) 0%, rgba(129, 218, 147, 0.20) 100%), linear-gradient(87deg, #008F7A 0%, #23AC95 50%, #81DA93 100%);
}

.trainer-card-desc {
    margin: 32px;
    font-size: 12px;
    line-height: 175%;
}

@media only screen and (max-width: 768px) {
	.trainer-card-desc {
		margin: 12px 24px 24px 24px;
	}
}

.trainer-card-desc li {
	list-style:disc;
	margin-left:15px;
}
