/*
CTC Separate Stylesheet
Updated: 2026-08-18 22:20:58
*/


/*—————– Cambios a partir de aquí ——————————-*/
ul.products .ast-grid-common-col.product {
	justify-content: space-between;
}
.uagb-forms-field-set {
	margin-bottom: 20px;
}

.uagb-block-b1683f51 {
	margin-bottom: 0px;
}

.uagb-forms-main-submit-button.wp-block-button__link {
	margin-top: 20px;
}

input {
	border-width: 1px;
	border-style: solid;
	border-color: #dddddd;
	border-radius: 2px;
}

input[type=date] {
	color: #666;
	padding: .75em;
	height: auto;
	background: #fafafa;
	box-shadow: none;
	box-sizing: border-box;
	transition: all .2s linear;
}

/*Reviews*/

.glsr-reviews-wrap .glsr-review-title h4 {
	font-weight: 500;
	font-size: 21px;
}

.glsr-reviews-wrap .glsr-review-content {}

.glsr-reviews-wrap .glsr-review-rating span {
	font-size: 20px;
}

.glsr-reviews-wrap .glsr-review-author .glsr-tag-value {
	font-weight: 900;
}

.glsr-reviews-wrap .glsr-review-author .glsr-tag-value::before {
	content: "—";
	margin-right: 10px;
	font-weight: 900;
}

.woocommerce-privacy-policy-text p {
	margin-bottom: 10px;
}


/* COURSES */

.max-width-page {
	width: 100%;
	margin: auto;
	padding: 50px 0px;
}

@media (min-width: 1200px) {
	.max-width-page {
		width: 1200px;
		padding: 60px 0px;
	}
}

.courses-container {
	margin: auto;
	min-height: 400px;
}

.courses-wrapper {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 20px;
	grid-row-gap: 20px;
	column-gap: 20px;
	row-gap: 20px;
}

@media (min-width: 768px) {
	.courses-wrapper {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (min-width: 1200px) {
	.courses-wrapper {
		grid-template-columns: repeat(4, 1fr);
	}
}

.course-card {
	background: #FEE9EE;
	border-radius: 10px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

.image-course {
	width: 100%;
	object-fit: cover;
	aspect-ratio: 1/1;
	object-position: 50% 50%;
	border-radius: 10px;
}

.info {
	padding: 10px 10px 50px 10px;
	flex: 1;
	position: relative;
}

.course-type,
.course-date,
.course-description {
	margin: 0px;
	margin-bottom: 10px;
}

.info h6 {
	font-size: 14px;
	margin-bottom: 16px;
	font-weight: 500;
}

.info h6 span {
	font-size: 17px;
}

.info h5 {
	font-size: 17px;
	margin-bottom: 10px;
	font-weight: 700;
	line-height: 1.5rem;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;

}

.info svg {
	width: 13px;
	height: 13px;
	fill: #ff42b3;
	color: #ff42b3;

}

.info .course-type {
	font-size: 11px;
	margin: 0px;
	font-weight: 600;
	color: #6d6d6d;
	text-transform: uppercase;
	line-height: 18px;
}

.course-description p {
	font-size: 12px;
	color: #757575;
	margin: 0px;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: normal;
}

.course-date {
	font-size: 13px;
	font-weight: 500;
	color: #4b4b4b;
}

.course-buttom {
	position: absolute;
	bottom: 0%;
	width: 80%;
	margin-bottom: 20px;
}

.course-buttom div {
	width: 100%;
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 13px;
	text-align: center;
	background: #EE509C;
	color: #ffffff;
	text-transform: uppercase;
}

.no-disponible div {
	background: rgb(0, 0, 0, 0.35);
}

@media (min-width: 768px) {
	.info {
		padding: 20px;
		padding-bottom: 70px;
	}

	.course-buttom div {
		padding-top: 10px;
		padding-bottom: 10px;
		font-size: 16px;
	}

	.info svg {
		width: 16px;
		height: 16px;
	}

}

@media (min-width: 768px) {

	.course-type,
	.course-date,
	.course-description {
		margin-bottom: 15px;
	}
}

@media (min-width: 768px) {
	.info h6 {
		font-size: 18px;
		margin-bottom: 15px;
		font-weight: 600;
	}

	.info h6 span {
		font-size: 23px;
	}
}

@media (min-width: 768px) {
	.info h5 {
		font-size: 22px;
		margin-bottom: 17px;
		font-weight: 700;
	}
}

@media (min-width: 768px) {
	.info .course-type {
		font-size: 13px;
		margin-bottom: 3px;
	}
}

@media (min-width: 768px) {
	.course-description p {
		font-size: 16px;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;

	}
}

@media (min-width: 768px) {
	.course-date {
		font-size: 16px;
		font-weight: 500;
		margin-bottom: 5px;
	}
}

.courses-title {
	font-size: 30px;
	text-align: center;
	margin-bottom: 2px;
}

.course-div {
	border-top-style: solid;
	border-top-width: 4px;
	width: 25%;
	border-color: var(--ast-global-color-0);
	margin: auto;
	margin-bottom: 35px;
}

@media (min-width: 768px) {
	.courses-title {
		font-size: 45px;

	}

	.course-div {
		width: 8%;
		margin-bottom: 45px;
	}
}


/*SOLUCION ERROR DE CARRITO DE COMPRAS NO SE MUESTRA*/
#ast-mobile-header .ast-site-header-cart-li a {
	pointer-events: auto;
}

/*SEARCH PLUGINS*/
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
	background: transparent;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
	background-color: #ffffff;
	border-bottom-width: 1px;
	border-color: #dac6c6;
	border-style: solid;
}

/*SEARCH PLUGIN PC VERSION*/
.ast-search-menu-icon.slide-search .search-form {
	top: 40%;
}

.dgwt-wcas-style-pirx.dgwt-wcas-search-focused .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
	border-color: #c3c0c1;
}

.ast-header-search .ast-search-menu-icon.slide-search .search-form {
	z-index: 9;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:hover {
	background-color: #ffffff;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
	min-width: 290px;
	height: 46px;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
	top: 18px;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit svg {
	width: 20px;
	height: 20px;
}

/* --------------catalog--------------- */
/* ============================================
   PRODUCT CARD - Diseño Minimalista
   Sistema de espaciado: 8px base
   ============================================ */

.product-card {
    display: grid;
    grid-template-columns: 1fr 1.2fr; /* Imagen 45%, Contenido 55% */
    overflow: hidden;
    margin-bottom: 32px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    gap:32px;
    border-bottom: 1px solid #cccccc;
    padding-bottom:56px
}

/* --- MEDIA (Imagen) --- */
.product-card__media {
    /*background: #f8f9fa;*/
    padding: 0px;
    display: flex;
    align-items: start;
    justify-content: center;
}

.product-card__image {
    width: 100%;
    aspect-ratio: 4 / 5; /* Proporción elegante para productos */
    object-fit: cover;
    border-radius: 8px;
    display: block;
}

/* --- CONTENT --- */
.product-card__content {
    /*padding: 40px 48px;*/
    display: flex;
    flex-direction: column;
    gap: 24px;
}

/* Header */
.product-card__header {
    /*border-bottom: 1px solid #e9ecef;
    padding-bottom: 24px;*/
}

.product-card__title {
    font-size: 1.75rem;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 8px 0;
    line-height: 1.3;
    letter-spacing: -0.02em;
}

.product-card__pricing {
    display: flex;
    align-items: baseline;
    gap: 8px;
    flex-wrap: wrap;
}

.product-card__price {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1a1a1a;
    line-height:100%;
}

.product-card__delivery {
    font-size: 0.875rem;
    color: #6c757d;
    font-weight: 400;
    line-height:100%;
}

/* Secciones de contenido */
.product-card__section {
    /* Espaciado controlado por gap del parent */
}

.product-card__description {
    font-size: 0.9375rem;
    line-height: 1.7;
    color: #495057;
}


/* CTA Button */
.product-card__action {
    margin-top: 6px;
    
}

.product-card__cta {
 	background: #FF42B3 !important;
	color: #fff !important;
	padding: 14px 24px !important;
	border: none !important;
	border-radius: 4px;
	font-weight: 600 !important;
	font-size: 16px !important;
	cursor: pointer !important;
	width: 100%;
	max-width: 300px;
	display: flex !important;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin: 8px 0px 0px 0px;
    text-transform:uppercase;
 }

.product-card__cta:hover {
    background: #FF42B3 !important;
    transform: translateY(-1px);
}

/* Notes / Términos */
.product-card__notes {
    background: #FDE7F8;
    border-radius: 8px;
    padding: 20px 24px;
    margin-top: auto; /* Empuja al fondo si hay espacio */
}

.product-card__notes-content {
    font-size: 13px;
    line-height: 1.6;
    color: #6c757d;
}

.product-card__description p:not(:last-child){
    font-weight: 600;
    color: #495057;
    font-size: 17px;
    margin-bottom:16px
    
}

.product-card__description ul {
    list-style: disc;
    padding: 0;
    margin: 0;
    margin:-8px;
    margin-left:16px
}
.product-card__description ul:not(:last-child) {
margin-bottom:28px
}

.product-card__description li {
    position: relative;
    margin-bottom: 4px;
    padding:0px;
	font-size:16px
}

.product-card__notes-content ul{
margin:0px;
padding:0px 16px;
}
/* ============================================
   RESPONSIVE
   ============================================ */

@media (max-width: 768px) {
    .product-card {
        grid-template-columns: 1fr;
        margin-bottom: 16px;
        gap:24px;
        padding-bottom:40px
    }

    .product-card__media {
        /*padding: 16px;*/
    }

    .product-card__image {
        aspect-ratio: 4 / 5; /* Más ancho en móvil para mejor visualización */
    }

    .product-card__content {
        /*padding: 24px;*/
        gap: 20px;
    }

    .product-card__title {
        font-size: 1.5rem;
    }

    .product-card__price {
        font-size: 24px;
    }
}

@media (max-width: 480px) {
    .product-card__content {
        /*padding: 20px;*/
    }

    .product-card__cta {
        width: 100%;
        justify-content: center;
    }
}

.dgwt-wcas-pd-addtc-form{
    display: none !important;
}