/*
Theme Name: Twenty Twenty-One Child
Theme URI: https://wordpress.org/themes/twentytwentyone/
Template: twentytwentyone
Author: Javier-DIPE
Author URI: https://www.dipe.es/
Tags: one-column,accessibility-ready,custom-colors,custom-menu,custom-logo,editor-style,featured-images,footer-widgets,block-patterns,rtl-language-support,sticky-post,threaded-comments,translation-ready
Version: 1.0.1627019399
Updated: 2021-07-23 06:49:59

*/
/*HOME*/
body {
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select:none;
    -ms-user-select:none
}

.page-id-9 .elementor-post__read-more{
	border: solid 2px #D0CECE;
	padding: 15px 35px;
    border-radius: 10px;
}
.page-id-9 .elementor-post__read-more:hover{
	color: #fff !important;
	background: #4D4079 !important;
}
.page-id-9 .bdt-panel-slide-title.bdt-transition-slide-bottom{
	opacity: 1;
}
.bdt-panel-slide-item.swiper-slide.bdt-transition-toggle.swiper-slide-active{
	display: flex;
}
.bdt-panel-slide-desc.bdt-position-bottom-left.bdt-position-z-index{
	display: flex;
    flex-flow: column;
    flex-flow: column-reverse;
}
.bdt-panel-slide-text.bdt-transition-slide-bottom{
	display: none;

}
.bdt-position-bottom-left{
	bottom: 56px;
	text-align: -webkit-center;
}
.bdt-panel-slider .bdt-panel-slide-item .bdt-panel-slide-desc{
	padding:20px 10px !important;
}
.bdt-panel-slide-item.swiper-slide.bdt-transition-toggle{
	
}
.bdt-panel-slide-item.swiper-slide.bdt-transition-toggle:hover{
	/*background: linear-gradient(212deg, rgba(116,60,176,1) 0%, rgba(204,0,0,1) 100%) !important;*/
	background: #f6f6f9;
	
}
.bdt-panel-slide-item.swiper-slide.bdt-transition-toggle a:hover > span{
	color: #4d4079 !important;
}
.bdt-panel-slide-item.swiper-slide.bdt-transition-toggle a > span{
	font-weight: 700;
	text-decoration: underline;
}
.bdt-panel-slide-item.swiper-slide.bdt-transition-toggle span{
	line-height: 1.5em;
}
.bdt-panel-slide-item.swiper-slide.bdt-transition-toggle:hover span{
	color: #7030A0 !important;
}
.bdt-panel-slide-item.swiper-slide.bdt-transition-toggle:hover .bdt-panel-slide-thumb.bdt-background-cover{
	opacity: 0.1 !important;
}

.bdt-panel-slide-item.swiper-slide.bdt-transition-toggle:hover .bdt-panel-slide-text.bdt-transition-slide-bottom{
	display:block;
	opacity: 1;
	
}
.bdt-panel-slide-item.swiper-slide.bdt-transition-toggle:hover .bdt-panel-slide-title.bdt-transition-slide-bottom{
	display:none;
	opacity:0;
}
/*menu-principal sticky*/

#menu-principal-sticky.elementor-sticky--effects{
    background-color: #4D4079!important;
}

#menu-principal-sticky.elementor-sticky--effects .elementor-container a:hover{
    color: #C00000;
}
#menu-principal-sticky.elementor-sticky--effects .elementor-container img{
/*     visibility: hidden; */
}
#menu-principal-sticky{
    transition: background-color 1.3s ease !important;
}

#menu-principal-sticky.elementor-sticky--effects >.elementor-container{
    min-height: 60px;
}

#menu-principal-sticky> .elementor-container{
    transition: min-height 1s ease !important;
}

.activeAncla span,.activeAncla i{
	color: #C00000 !important;
}
.sub-menu-toggle{
	display: none;
}




/*FORM*/
.nombre-form label,.correo-form label, .select-form label, .mensaje-form label,  .submit-form label{
	font-family: "calibri", Sans-serif !important;
    font-size: 20px !important;
    font-weight: 700 !important;
	color: #4d4079 !important;
}
.aceptacion-form label, .camposObligatorios-form{
	font-family: "calibri", Sans-serif !important;4D4079
    font-size: 16px !important;
    font-weight: 400 !important;
	color: #2F2F2F;
}
.nombre-form input,.correo-form input, .select-form select, .mensaje-form input,.mc4wp-form-fields textarea{
	font-family: "calibri", Sans-serif !important;
    font-size: 18px !important;
    font-weight: 300 !important;
	width: 100% !important;
	color: #4D4079 !important;
	border: 2px solid #D0CECE;
	border-radius: 10px;
	outline: none !important;
}

.submit-form input{
	font-family: "calibri", Sans-serif !important;
    font-size: 20px !important;
    font-weight: 700 !important;
	width: 100% !important;
	color: #D0CECE !important;
	background-color: #4D4079;
	border: 2px solid  #7030A0;
	outline: none !important;
}
.submit-form input:hover{
	color: #fff !important;
	background-color: #4d4079;
}
.mc4wp-form-fields textarea{
	padding-top: 20px;
	padding-left: 20px;
}
.mc4wp-form-fields p {
	margin: 20px !important;
}
.aceptacion-form input{
	margin-right: 15px;
    vertical-align: middle;
	border: 2px solid  #D0CECE;
	outline: none !important;
	border-radius: 6px;
	
}
.aceptacion-form a{
	font-weight: 700 !important;
	color: #7030A0 !important;
	text-decoration: underline !important;
}

.aceptacion-form a:hover{
	color: #C00000 !important;
}
/*LIST PRODUCTS*/
.elementor-jet-woo-products-list{
	cursor: pointer;
	transition: 0.5s ease;
	border-radius: 10px;
}
.jet-woo-products-list__item.jet-woo-builder-product{
	border-radius: 10px;
	
}

.jet-woo-products-list__item:hover .productos-list-descripcion,
.jet-woo-products-list__item:hover .jet-woo-product-button{
	display:block;
}

.jet-woo-products-list__item:hover{
	background-color: #f6f6f9;
	box-shadow: 0px 0px 7px 4px #cec6c6;
}
.jet-woo-product-button, .productos-list-descripcion,.jet-woo-products-list__item:hover .productos-list-fecha,.jet-woo-products-list__item:hover .product-list-titulo{
	display:none;
}
.jet-woo-products-list.products-layout-left{
	padding-left: 0;
}
.jet-woo-products-list__item-content{
	flex-flow: wrap !important;
	align-self: center;
}
.jet-woo-product-title{
	width: 66%;
}
.jet-woo-product-button{
	width: 30%;
    align-self: flex-end;
    text-align: -webkit-center;
    align-self: center;
}
.productos-list-fecha{
	color: #C00000 !important;
}
.productos-list-descripcion{
	font-family: "calibri" !important;
	font-weight: 400 !important;
	font-size: 22px !important;
	color: #2F2F2F !important;
}
/*COOKIES*/
#cookies-eu-label{
	text-align: left;
	font-size: 18px;
	font-family: "calibri" !important;
	font-weight: 400 !important;
	color: #e1e2e3 !important;
}

#cookies-eu-accept, .cookies-eu-accept{
	padding: 5px 15px;
	font-size: 18px;
	font-family: "calibri" !important;
	background-color: #C00;
	border: none !important;
	border-radius: 5px;
}
#cookies-eu-accept:hover, .cookies-eu-accept:hover{
	background-color: #7030A0;
}
#cookies-eu-reject, .cookies-eu-reject{
	padding: 5px 15px;
	font-size: 18px;
	font-family: "calibri" !important;
	border: 1px solid #fff !important;
	border-radius: 5px;
}

/*boton desplegable sidebar indice*/
.desplegar-indice{
	display: none;
}
.desplegar-indice .elementor-icon i:before, .elementor-icon svg:before{
	position: absolute;
    left: 43%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    /* transform: translateX(0%); */
    transform: rotate( 315deg);
    top: -15px;
}
.desplegar-indice .elementor-widget-container{
	background-color: #FFFFFF;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    position: fixed;
    left: -47px;
    top: 50%;
}
@media only screen and (max-width: 1330px){
	.desplegar-indice{
		display: block;
		cursor: pointer;
	}
	#sidebar-indice{
		left: -125%;
		transition: 1s ease;
		position: fixed;
		width: 85%;
		margin-top: 0px;
		margin-bottom: 0px;
		top: 16%;
	}
	.sidebarDesplegada{
		left:5% !important;
		
	}
  	.fas.fa-angle-right:before {
		content:"\f105";
	    position: absolute;
    	left: 43%;
    	-webkit-transform: translateX(-50%);
    	-ms-transform: translateX(-50%);
    	/* transform: translateX(0%); */
		transform: rotate( 315deg);
    	top: -15px;
	}
    .fas.fa-angle-right.cruz:before {
		content:"\f00d";
		position: absolute;
    	left: 48%;
   	 	-webkit-transform: translateX(-50%);
    	-ms-transform: translateX(-50%);
    	/* transform: translateX(0%); */
    	transform: rotate( 315deg);
    	top: 0;	
		font-size: 55px;
	}
	
	
}
@media (max-width: 480px){
	.jet-woo-products-list__inner-box{
		place-content: center;
	}
	.jet-woo-products-list__item-content{
		place-content: center;
	}
	.jet-woo-product-title{
		width: 100%;
		text-align: -webkit-center;
	}
	.jet-woo-product-button{
		width: 100%;
		text-align: -webkit-center;
	}
	.jet-woo-products-list__item-content{
		max-width: unset !important;
		padding: 5px !important;
		align-items: unset !important;
	}
}

.iconosSocialesForm .elementor-social-icons-wrapper span:nth-child(3n) a{
	background: radial-gradient(circle at 33% 100%, #fed373 4%, #f15245 30%, #d92e7f 62%, #9b36b7 85%, #515ecf);
}

/* my account */
.woocommerce-account .woocommerce-form.woocommerce-form-login.login{
	display: none;
}
.woocommerce-MyAccount-navigation{
	width: 100% !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation-link{
	width: 100% !important;
	background-color: white;
    padding: 12px !important;
    border: 2px solid #e2e7ed;
    border-radius: 7px;
	margin: 0;
	
}
.woocommerce-account .woocommerce-MyAccount-navigation-link a::before{
	content: "\203A";
	margin-right: 10px;
}
.woocommerce-account .woocommerce-MyAccount-navigation-link a{
    font-family: "calibri", Sans-serif !important;
    font-size: 21px !important;
    font-weight: 400 !important;
	margin-left: 24px !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a{
	text-decoration: unset;
	color: #7030A0 !important;
	font-weight: 700 !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation li a:hover{
	text-decoration: none !important;
	color: #7030A0 !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation li{
	font-size: unset !important;
}
.woocommerce-account .woocommerce-MyAccount-content label{
	font-family: "calibri", Sans-serif !important;
    font-size: 24px !important;
    font-weight: 600 !important;
    color: #4d4079 !important;
    margin-left: 6px;
}
.learndash-wrapper .ld-button{
/* 	background-color: #7030A0 !important; */
}
.learndash-wrapper .ld-button:hover {
    opacity: .75;
    background-color: #C00000 !important;
	color: #fff !important;
}
.woocommerce-account .woocommerce-EditAccountForm input,.woocommerce-address-fields__field-wrapper input,.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields .select2-selection{
	border: 2px solid #e4e4e4 !important;
    border-radius: 12px;
}
.woocommerce-account .woocommerce-EditAccountForm fieldset legend {
	font-family: "Garamond", "Sans-serif" !important;
    color: #7030A0 !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
}
.woocommerce-view-order .woocommerce-MyAccount-content h2{
	font-family: "Garamond", "Sans-serif" !important;
    color: #7030A0 !important;
    font-weight: 700 !important;
	font-size: 1.8rem !important;
}
.woocommerce-account .woocommerce-EditAccountForm #account_display_name+span {
	font-size: 1.1rem !important;
	font-family: "calibri", Sans-serif;
	margin-left: 6px;
}
.woocommerce-account .woocommerce-EditAccountForm p{
	margin: 0;
}
.woocommerce-account .woocommerce-Button.button{
	background-color: #7030A0 !important;
	color: #fff !important;
	border-radius: 35px;
}
.woocommerce-account .woocommerce-Button.button:hover{
	color: #C00000 !important;
	border: 3px solid #0000 ;
}
.woocommerce form .password-input, .woocommerce-page form .password-input{
	font-family: "calibri", Sans-serif !important;
    font-size: 21px !important;
    color: #000 !important;
    margin-left: 6px;
}
.woocommerce-password-strength.bad{
	font-weight: 600;
}
.woocommerce-account .woocommerce-MyAccount-content{
	width:100%;
}
.woocommerce-edit-address .woocommerce-MyAccount-content p,.woocommerce-view-order .woocommerce-MyAccount-content p{
	text-align: center !important;
	font-size: 26px !important;
}

.woocommerce-account table.account-orders-table:not(.has-background) tbody tr:nth-child(2n+1) td{
	background: #7030a0d6;
}
.woocommerce-account table.account-orders-table:not(.has-background) tbody tr:nth-child(2n+1) td {
	color: #fff;
}
.woocommerce-account table.account-orders-table .button{
	background-color: #fff !important;
	border-radius: 10px;
	border: 1px solid #e4e4e4;
}
.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-number a{
	font-weight: 600; 
}

.learndash-wrapper .ld-expand-button{
	background-color: #7030A0;
}
.learndash-wrapper .ld-expand-button:hover{
	background-color: #7030A0;
	opacity: .75;
}
.woocommerce-account .woocommerce-MyAccount-content p{
	font-family: "calibri", Sans-serif;
    font-size: 21px; 
}
.woocommerce-Address-title.title h3{
	font-family: "Garamond", "Sans-serif" !important;
    color: #7030A0 !important;
    font-weight: 700 !important;
	font-size: 1.8rem !important;
}
/* Carrito */
.woocommerce-cart-form thead tr th{
	color: #7030A0;
}
.woocommerce-cart-form .product-thumbnail{
	text-align: -webkit-center;
}
.product-name a{
	color: #c00000;
}
.woocommerce-cart-form .button{
	background: #7030A0 !important;
    border: none !important;
    border-radius: 6px !important;
    color: #fff !important;
}
.woocommerce .woocommerce-cart-form .shop_table_responsive #coupon_code{
	min-width: 10rem;
	width: unset;
	border: 1px solid #e4e4e4;
	border-radius: 2px !important;
}
.cart_totals.calculated_shipping h2{
	font-family: "Garamond", "Sans-serif" !important;
    color: #7030A0 !important;
    font-weight: 700 !important;
	font-size: 3rem !important;
}
.cart-subtotal th, .order-total th{
	color: #000;
	font-weight: 600;
}
.cart-subtotal td{
	color: #000;
}
.order-total{
	font-weight: 800;
	color: #000;
}

.checkout-button.button.alt.wc-forward{
	border-radius: 4px;
	background: #7030A0;
}
.checkout-button.button.alt.wc-forward:hover{
	background:#fff;
	color: #7030A0;
}
/* checkout */
.woocommerce-checkout .woocommerce-billing-fields h3,.woocommerce-checkout .woocommerce-additional-fields h3,#order_review_heading{
	font-family: "Garamond", "Sans-serif" !important;
    color: #7030A0 !important;
    font-weight: 700 !important;
	font-size: 3rem !important;
}
.woocommerce-checkout form .col2-set label{
	font-family: "calibri", Sans-serif !important;
    font-size: 21px !important;
    font-weight: 600 !important;
    color: #4d4079 !important;
    margin-left: 6px;
}
.woocommerce-checkout form .form-row .input-text, .woocommerce-checkout form .form-row .input-text{
	border: 2px solid #e4e4e4 !important;
    border-radius: 12px !important;
}
.woocommerce-checkout .select2-container .select2-search__field{
	background-color: #fff;
}
.woocommerce-checkout .select2-container--focus .select2-selection, .woocommerce-checkout .select2-container--open .select2-selection{
	outline:none;
	outline-offset: unset;
}
.woocommerce-checkout .select2-container .select2-selection{
	border: 2px solid #e4e4e4 !important;
	border-radius: 12px !important;
}
.woocommerce-checkout #place_order{
	background-color: #A1C627;
	color: #fff;
	border-radius: 3px;
}
.woocommerce-checkout #place_order:hover{
	background-color: #A1C627;
	color: #fff;
	opacity: .80;
	border: 3px solid #0000;
}
.wc_payment_method .payment_box input[type=checkbox]{
	border: 2px solid #e4e4e4;
    border-radius: 7px;
	cursor: pointer;
}

.woocommerce-checkout input[type=checkbox]:after{
	left: 7px;
    top: 3px;
}
.woocommerce-checkout input[type=checkbox]:focus{
	outline: none;
}
.woocommerce-form__input.woocommerce-form__input-checkbox.input-checkbox{
	border: 2px solid #e4e4e4;
    border-radius: 7px;
	cursor: pointer;
}
.woocommerce-terms-and-conditions-checkbox-text{
	display: inline-block;
    padding-left: 10px;
    font-size: var(--global--font-size-xs);
    vertical-align: top;
	cursor: pointer;
}
.woocommerce-cart .woocommerce-message{
	display: flex;
}
.woocommerce-message .button.wc-forward{
	border-radius: 4px;
	padding: 10px;
}
.woocommerce-message .button.wc-forward:hover{
	color: #fff;
	opacity: .90;
}
/*estilo shortcode banner*/
.elementor-element.divCustomShortcode .elementor-image-box-description{
	color: #7a7a7a;
    font-family: "calibri", Sans-serif;
    font-size: 17px;
    font-weight: 400;
}
.elementor-element.divCustomShortcode .elementor-image-box-img{
	margin-right: 16px !important;
}

.elementor-element.divCustomShortcode .elementor-image-box-wrapper .elementor-image-box-img{
	    width: 7%;
}
#todos-los-cursos-pagina .entry-title{
	font-family: "Cormorant Garamond", Sans-serif;
    color: #7030A0 !important;
    font-weight: 700 !important;
	font-size: 36px !important;
    text-align: -webkit-center;
}
#cookies-eu-reject, .cookies-eu-reject{
	color: #fff;
}
.elementor-container .elementor-element .elementor-widget-ld-course-infobar .elementor-widget-container .learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-segment.ld-course-status-seg-action .ld-course-status-action a.ld-button{
	background-color: #7030A0 !important;
}
.elementor-container .elementor-element .elementor-widget-ld-course-infobar .elementor-widget-container .learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-segment.ld-course-status-seg-action .ld-course-status-action input#btn-join{
	background-color: #7030A0 !important;
}

/*inicio y registro modal learn dash*/
.learndash-wrapper .ld-login-modal .ld-login-modal-login .ld-modal-heading{
	color: #7030A0;
}
.learndash-wrapper .ld-login-modal .ld-login-modal-register{
	background-color: #7030a0;
}
.learndash-wrapper .ld-login-modal .ld-modal-heading{
	color: #fff;
    font-weight: 700;
    font-family: 'calibri';
}
.learndash-wrapper .ld-login-modal .ld-login-modal-register input[type=email]:focus, .learndash-wrapper .ld-login-modal .ld-login-modal-register input[type=password]:focus, .learndash-wrapper .ld-login-modal .ld-login-modal-register input[type=text]:focus{
	outline: none;
}
.learndash-wrapper .ld-login-modal .ld-login-field, .learndash-wrapper .ld-login-modal .ld-password-field, .learndash-wrapper .ld-login-modal input[type=email]:focus, .learndash-wrapper .ld-login-modal input[type=password]:focus, .learndash-wrapper .ld-login-modal input[type=text]:focus{
	outline: none;
}
.learndash-wrapper .ld-login-modal .ld-login-modal-login input[type=submit]{
	color: #fff !important;
}
.learndash-wrapper .ld-login-modal .ld-login-modal-login input[type=submit]:hover{
	background: #7030a0;	
}
.learndash-wrapper .ld-login-modal .ld-login-modal-register #wp-submit{
	border: 2px solid #fff;
	color: #fff;
	padding: 7px 45px;
	margin-top: 10px;
}
 .learndash-wrapper .ld-login-modal .ld-login-modal-register input[type=submit]:hover{
	color: #c00000 !important;
	background-color: #fff
}
.ld-login-modal-login #rememberme{
	vertical-align: bottom;
}
.learndash-wrapper .ld-button.ld-button-reverse{
	color: #7030a0;
}
.learndash-wrapper .ld-login-modal .ld-login-modal-register .ld-button:hover{
	box-shadow: 0 0 0 2px #fff!important;
}
.debesRegistrarte{
	text-align: center;
    padding: 246px;
    margin: auto;
	font-size: 32px;
	font-family: 'calibri';
	font-weight: 600;
	color: #7030a0;
}
.debesRegistrarte p{
	font-size: 28px;
	font-family: 'calibri';
	font-weight: 700;
}
.debesRegistrarte a{
	font-size: 28px;
	text-decoration: underline !important;
	font-family: 'calibri';
	font-weight: 700;
	color: #000 !important;
}
.debesRegistrarte a:hover{
	color: #c00000 !important;
}

.archive.post-type-archive.post-type-archive-sfwd-courses .ld-course-list-items .ld_course_grid .entry-title{
	min-height: 100px;
}
.archive.post-type-archive.post-type-archive-sfwd-courses .ld-course-list-items .ld_course_grid img{
	max-width: 773px;
	max-height: 530px;
}
.wpcf7-list-item{
	margin: 0px !important;
}
.aceptacion-form br{
	display: none !important;
}
.wpcf7-form .submit-form{
	margin-top: 25px !important;
}
.wpcf7-form-control.wpcf7-textarea{
	font-family: "calibri", Sans-serif !important;
    font-size: 18px !important;
    font-weight: 300 !important;
	width: 100% !important;
	color: #4D4079 !important;
	border: 2px solid #D0CECE;
	border-radius: 10px;
	outline: none !important;
	padding: 20px;
}
.wpcf7-form label{
	margin-left: 5px;
}
.bdt-panel-slider .bdt-panel-slide-item .bdt-panel-slide-title{
	margin-bottom: 25px !important;
}
.elementor-button-text,.elementor-widget-heading > .elementor-widget-container,p,span,.blog-cat,p,h1,h2,h3,h4,h5,h6{
    background: #00000001;
}
.cf7form input[type=text],
.cf7form input[type=email] {
	max-height: 40px;
	
}
.cf7form input[type=submit]{
	width: 129.297px;
    height: 57px;
	background-color: #4d4079 !important;
	color: #ffffff !important;
	font-family: "calibri", calibri;
    font-size: 23px;
    font-weight: 700;
    border-radius: 11px 11px 11px 11px;
    padding: 8px 28px 7px 28px;
	text-align: center;
	transition: 0.5 ease;
	margin-top: 15px;
}
.wpcf7-form-control.wpcf7-acceptance input[type=checkbox]{
	display: inline-block;
    margin-bottom: -6px;
}
.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label{
	display: inline;
    font-size: 18px;
}
.wpcf7-form-control.wpcf7-acceptance a{
	text-decoration: underline;
}
.wpcf7 form .wpcf7-response-output{
	padding: 1.2em 1em !important;
}
.cf7form input[type=submit]:hover{
	background-color: #000 !important;
}
.cf7form input[type=text],
.cf7form input[type=email],
.cf7form textarea{
	border: 1px solid #69727d !important;
	background-color: #fff;
	width: 100%;
}
.cf7form label{
	font-family: 'calibri';
    font-size: 21px;
    font-weight: 700;
    line-height: 1em;
	color: #54595f;
}
.wpcf7-form-control.wpcf7-textarea::placeholder{
	color: #69727d !important;
	font-family: 'calibri' !important;
	font-size: 21px !important;
    font-weight: 500 !important;
}
.wpcf7-form-control.wpcf7-textarea{
	font-family: 'calibri' !important;
    font-size: 21px !important;
    font-weight: 400;
	color: #000 !important;
}
.cf7form input:focus{
    outline: unset !important;
}
