/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/
/*boton de compras*/
.woocommerce-js a.button, .woocommerce button.button, .woocommerce .woocommerce-message a.button, .woocommerce #respond input#submit.alt, .woocommerce-js a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce input.button, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled], .woocommerce input.button:disabled:hover, .woocommerce input.button:disabled[disabled]:hover, .woocommerce #respond input#submit, .woocommerce button.button.alt.disabled, .wc-block-grid__products .wc-block-grid__product .wp-block-button__link, .wc-block-grid__product-onsale {
    color: #fafafa;
    border-color: #fc7978;
    background-color: #fc7978;
}
/*Barrra*/
@media(max-width:480px) {
	.lp-archive-courses .course-detail-info::after {
    width: 7% !important;
    left: 100% !important;
    right: auto !important;
}
	}

.botones_en_dektop {
	display: none;
}

/*Home Sección blog*/
.fl-photo-content img {
	border-radius: 20px;
}

/*Seccion de compra*/
.woocommerce-js .widget_shopping_cart .woocommerce-mini-cart__buttons {
	margin-bottom: 0;
	margin-left: 200px;

}

.astra-cart-drawer .woocommerce-mini-cart__empty-message,
.astra-cart-drawer .cart_item.empty {
	text-align: center;
	margin-top: 10px;
	margin-left: 200px;
}

.woocommerce-js .widget_shopping_cart .cart_list li:last-child,
.woocommerce-js .widget_shopping_cart li:last-child,
.woocommerce-js ul.product_list_widget .cart_list li:last-child,
.woocommerce-js ul.product_list_widget li:last-child {
	border-bottom: none;
	margin-left: 200px;
}

.woocommerce-js .astra-cart-drawer .astra-cart-drawer-content .woocommerce-mini-cart__total {
	display: flex;
	justify-content: space-between;
	padding: 0.7em 1.34em;
	margin-bottom: 0;
	margin-left: 240px;
}


/*footer*/


.fl-node-vc0kzr8laufe.fl-module-icon {
	text-align: center;
	margin-left: -60px;
}

/*Pagina check*/
.woocommerce-js form .form-row .input-checkbox {
	/*display: none;*/
	margin: -2px 8px 0 0;
	text-align: center;
	vertical-align: middle;
}

.custom-password-fields {
    display: flex;
    flex-wrap: wrap;
}
.custom-password-fields > h3 {
    width: 100%;
}
.custom-password-fields > p{
	width: 50%;
}
span.woocommerce-input-wrapper.password-input {
    display: flex;
}
/* Estilo botón ojo */
/* Estilo botón ojo */
.show-password-input {
    background: none;
    border: none;
    cursor: pointer;
    position: relative;
    width: 24px;
    height: 24px;
    padding: 0;
	margin: 10px 5px;
}

/* Ojo abierto */
.show-password-input::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' stroke='%23dddddd' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 12s4-7 11-7 11 7 11 7-4 7-11 7-11-7-11-7z'/%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3C/svg%3E");
    background-size: 100% 100%;
}

/* Ojo cerrado (tachado) */
.show-password-input.showing::after {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' stroke='%23dddddd' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.94 17.94A10.94 10.94 0 0 1 12 19c-7 0-11-7-11-7a21.6 21.6 0 0 1 3.46-4.73m3.31-2.47A10.94 10.94 0 0 1 12 5c7 0 11 7 11 7a21.6 21.6 0 0 1-3.46 4.73M1 1l22 22'/%3E%3C/svg%3E");
}
/*Whatsapp*/
#whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    background-color: #ff8bae;
    color: white;
    font-size: 28px;
    text-align: center;
    line-height: 60px;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    z-index: 9999;
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
	display: flex;
    justify-content: center;
    align-items: center;
}
#whatsapp-button:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 14px rgba(0,0,0,0.4);
}


/*Barrra de cursos*/


#sidebar-toggle {
	display: inline-block;
	width: 32px;
	min-width: 32px;
	line-height: 70px;
	height: unset;
	margin: 0;
	background: hsla(0, 0%, 74.5%, 0.2);
	color: var(--lp-color-white, #333);
	font-size: 1.4em;
	cursor: pointer;
	transition: .25s;
	-webkit-appearance: none;
	border: 0;
	text-align: center;
}

/* Margen de cursos parrafo*/
.course-tab-panels .course-tab-panel:nth-child(1) {
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}

/*Desactivar comentarios*/
.ast-separate-container .comments-area .comment-respond {
	display: none;
}

/*Margenes cursos rosa*/
.lp-archive-courses .course-detail-info {
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
}

.fl-node-snw6fxz1a57j.fl-module>.fl-module-content {
	margin-top: -10px;
	margin-left: 10px;
}

.fl-node-vc0kzr8laufe.fl-module-icon {
	text-align: center;
	margin-left: 40px;
}

.fl-node-k6z2n0truaxj.fl-module>.fl-module-content {
	margin-top: -10px;
	margin-left: 20px
}

/*Seccion Siguenos en Instagram*/
.bloque-1 {
	background-color: #f189a8;
	margin-top: -8rem;
	border-radius: 10px;
	height: 350px;
	margin-left: 20px;
}

.bloque-2 {
	background-color: #f189a8;
	margin-top: -8rem;
	border-radius: 10px;
	height: 350px !important;
	margin-left: 25px;
}

.bloque-3 {
	background-color: #f189a8;
	margin-top: -10rem !important;
	border-radius: 10px;
	margin-left: 25px;
	height: 350px !important;

}

/*medidas movil*/
@media(max-width:480px) {
	.bloque-1 {
		background-color: #f189a8 !important;
		margin-top: -7rem !important;
		height: 290px !important;
		border-radius: 10px !important;
		margin-left: 15px !important;
		margin-right: 15px !important;


	}

	.bloque-2 {
		background-color: #f189a8 !important;
		margin-top: -9rem !important;
		height: 300px !important;
		border-radius: 10px !important;
		margin-left: 15px !important;
		margin-right:15px !important;

	}

	.bloque-3 {
		background-color: #f189a8 !important;
		margin-top: -10rem !important;
		margin-left: 15px !important;
		margin-right: 15px !important;
		border-radius: 10px !important;
		height: 290px !important;
	}
}

/*medidas tablet*/
@media(max-width:820px) {
	.bloque-1 {
		background-color: #f189a8;
		height: 420px;
		border-radius: 10px;
		margin-top: -8rem;
		width: 98%;
		margin-left: 10px;
	}

}

.bloque-2 {
	background-color: #f189a8;
	height: 420px;
	border-radius: 10px;
	margin-top: -8rem;
	width: 98%;
	margin-left: 10px;
}

.bloque-3 {
	background-color: #f189a8;
	height: 425px;
	border-radius: 10px;
	margin-top: -9rem;
	width: 98%;
	margin-left: 10px;
}
.fl-rich-text{
	text-align: justify !important;
}

/*Seccion cursos*/
.learn-press-progress::before {
	background: #000 !important;
}

.lp-icon-times:before {
	color: #000 !important;
}

#sidebar-toggle::before {
	color: #000 !important;
}

.lp-archive-courses .course-detail-info {
	color: #000 !important;
}

.instructor-display-name {
	color: #000 !important;
	font-weight: bold;
}

.lp-archive-courses .course-detail-info .course-title {
	color: #000 !important;
}

/* Video de las Lecciones*/

@media (max-width:1024px) {
	video {
		width: 100%;
	}
}


@media (max-width:780px) {
	.botones_en_dektop {
		display: block;
	}
	.custom-password-fields > p {
		width: 100%;
	}
}

@media (min-width: 922px) {
    .ast-builder-menu .main-navigation > ul > li:last-child a {
        display: none;
    }
}
