/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* GENERAL */
strong, b{
	font-weight: 600!important;
}

.bold{
	font-weight: bold!important;
}

.separador-azul .elementor-divider-separator{
	border-radius: 5px;
}

.etiqueta{
	padding: 2px 12px;
    border-radius: 5px;
}

/* Colores */
.color-azul{color: #0456A2;}
.color-verde{color: #328859;}
.color-verde-claro{color: #6AA84F;}
.color-naranja{color: #F18A0C;}
.color-blanco{color: #fff;}
.bg-azul{background-color: #0456A2;}
.bg-verde{background-color: #328859;}
.bg-verde-claro{background-color: #6AA84F;}
.bg-naranja{background-color: #F18A0C;}
/* Colores */

/* Pre-cabecera */
.cabecera-carrito .elementor-menu-cart__toggle .elementor-button-icon:before{
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

.cabecera-carrito .elementor-menu-cart__toggle:hover .elementor-button-icon:before{
	top: -9px;	
}

.cabecera-carrito .elementor-menu-cart__product-remove{
	border: 1px solid #c72b2b;
	color: #da2d2d;
}

.cabecera-carrito .elementor-menu-cart__product-remove:after,
.cabecera-carrito .elementor-menu-cart__product-remove:before{
	background: #da2d2d;
}

.cabecera-carrito .elementor-button--view-cart:hover,
.cabecera-carrito .elementor-button--checkout:hover{
	background-color: #0456A2!important;
}
/* Pre-cabecera */

/* Cabecera-Menu */
#cabecera{
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

#cabecera #cabecera-logo img{
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

#cabecera.elementor-sticky--active{
	background-color: #fff;
	padding: 0px 10px;
	-webkit-box-shadow: 0px 5px 10px -5px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 5px 10px -5px rgba(0,0,0,0.05);
	box-shadow: 0px 5px 10px -5px rgba(0,0,0,0.05);
}

#cabecera.elementor-sticky--active #cabecera-logo img{
	width: 100%;
    max-height: 45px;
	transform: translateY(3px);
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

#menu ul.sub-menu .menu-item .elementor-sub-item{
	-webkit-transition: all 100ms ease-in-out;
	-moz-transition: all 100ms ease-in-out;
	-ms-transition: all 100ms ease-in-out;
	-o-transition: all 100ms ease-in-out;
	transition: all 100ms ease-in-out;
}

#menu ul.sub-menu .menu-item:hover .elementor-sub-item{
	/*transform: translateX(3px);*/
}
/* Cabecera-Menu */

/* Caja listado */
.caja-listado .elementor-widget-container{
	border-top: 5px solid #0456A2!important;
}

.caja-listado .elementor-icon-list-icon{
	margin-right: 5px;
}

.caja-listado .elementor-icon-list-item:first-child{
	margin-bottom: 15px;
    font-weight: 500!important;
    font-size: 1.1em!important;
}
/* Caja listado */

/* Caja borde superior color */
.caja-borde .elementor-icon svg{
	filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.1));
}

.caja-borde-subtitulo{
	display: block;
    font-size: .7em;
    font-weight: normal;
}

.caja-borde-azul .elementor-widget-container{
	border-top: 7px solid #0456A2!important;
}

.caja-borde-verde .elementor-widget-container{
	border-top: 7px solid #328859!important;
}

.caja-borde-naranja .elementor-widget-container{
	border-top: 7px solid #F18A0C!important;
}
/* Caja borde superior color */

/* GENERAL */

/* HOME */
.home-subtitulo{
	font-size: .35em;
    margin-top: 10px;
	font-weight: 600;
}

.home-caja-caracteristica .elementor-icon{
	margin-top: -60px;
}

.home-caja-caracteristica .elementor-icon svg{
	filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.1));
}

.home-caja-caracteristica:hover .elementor-icon{
	transform: translateY(-3px);
}

/* Formulario Ebook */
.formulario-ebook .elementor-field-type-email{
	order: 1;
}

.formulario-ebook .elementor-field-type-submit{
	order: 2;
}

.formulario-ebook .elementor-field-type-html{
	order: 3;
}

.formulario-ebook .elementor-field-type-acceptance{
	order: 4;
	font-size: 0.8em;
    font-weight: 400;
	margin-top: -10px;
}

.formulario-ebook input.elementor-acceptance-field{
	transform: translateY(4px);
    margin-right: 2px;
}
/* Formulario Ebook */

/* Ebook */
/* https://3d-book-css.netlify.app/ */
.book-container {
  display: flex;
  align-items: center;
  justify-content: center;
  perspective: 600px;
}

@keyframes initAnimation {
  0% {
    transform: rotateY(-20deg);
  }
  100% {
    transform: rotateY(-30deg);
  }
}

.book {
  width: 250px;
  height: 375px;
  position: relative;
  transform-style: preserve-3d;
  transform: rotateY(-30deg);
  transition: 1s ease;
  animation: 1s ease 0s 1 initAnimation;
}

.book:hover,
#banner-descarga-ebook:hover .book{
  transform: rotateY(-20deg);
}

.book > :first-child {
  position: absolute;
  top: 0;
  left: 0;
  background-color: red;
  width: 250px;
  height: 375px;
  transform: translateZ(25px);
  background-color: #0456A2;
  border-radius: 0 2px 2px 0;
  box-shadow: 5px 5px 20px #666;
}

.book::before {
  position: absolute;
  content: ' ';
  background-color: blue;
  left: 0;
  top: 3px;
  width: 48px;
  height: 369px;
  transform: translateX(222px) rotateY(90deg);
  background: linear-gradient(90deg, 
    #fff 0%,
    #f9f9f9 5%,
    #fff 10%,
    #f9f9f9 15%,
    #fff 20%,
    #f9f9f9 25%,
    #fff 30%,
    #f9f9f9 35%,
    #fff 40%,
    #f9f9f9 45%,
    #fff 50%,
    #f9f9f9 55%,
    #fff 60%,
    #f9f9f9 65%,
    #fff 70%,
    #f9f9f9 75%,
    #fff 80%,
    #f9f9f9 85%,
    #fff 90%,
    #f9f9f9 95%,
    #fff 100%
    );
}

.book::after {
  position: absolute;
  top: 0;
  left: 0;
  content: ' ';
  width: 250px;
  height: 375px;
  transform: translateZ(-25px);
  background-color: #0456A2;
  border-radius: 0 2px 2px 0;
  box-shadow: -10px 0 50px 10px #666;
}
/* Ebook */

/* Modalidades */
.slider-modalidades .swiper-slide .swiper-slide-inner .swiper-slide-contents{
	border: 1px solid #e5e5e5;
	border-top: 7px solid #0456A2;
	border-radius: 5px;
	box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.04);
}

.slider-modalidades .swiper-slide:nth-child(odd) .swiper-slide-inner .swiper-slide-contents{
	border-top: 7px solid #328859;
}

.slider-modalidades .swiper-slide:nth-child(odd) .elementor-slide-heading{
	color: #328859!important;
}

.slider-modalidades .elementor-slide-heading{
	text-align: center;
}

.slider-modalidades .elementor-slide-heading img{
	width: 100%;
    max-width: 50px;
    display: block;
    margin: auto;
    margin-bottom: 15px;
    margin-top: 25px;
}

.slider-modalidades .slider-modalidades-tipo{
	display: flex;
    background-color: #F4FAFF;
    padding: 10px 40px;
    margin: 0 0 25px 0;
    text-align: center;
	color: #0D1B1E;
	font-family: "Open Sans", Sans-serif;
    font-size: 0.85em;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1px;
}

.slider-modalidades .slider-modalidades-tipo div{
	flex: 50%;
}

.slider-modalidades .slider-modalidades-tipo div i{
	color: #328859;
	margin-right: 8px;
}

.slider-modalidades ul{
	list-style-type: none;
    list-style-position: outside;
    margin: 0;
    padding: 10px 50px 20px 50px;
}

.slider-modalidades li{
	margin-bottom: 10px;
	padding-left: 1.28571429em;
    text-indent: -1.28571429em;
}

.slider-modalidades li:before{
	content: "\f00c";
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
	color: #328859;
    font-size: .8em;
	margin-right: 8px;
}

.slider-modalidades .swiper-pagination{
	bottom: -10px!important;
}

.slider-modalidades .elementor-swiper-button-prev{
	left: -20px!important;
}

.slider-modalidades .elementor-swiper-button-next{
	right: -20px!important;
}
/* Modalidades */
/* HOME */

/* WOOCOMMERCE */
/* Mensajes de aviso */
body div.woocommerce{
	background-color: #f4faff;
    padding-top: 40px;
}

.woocommerce-notices-wrapper,
.woocommerce-form-coupon-toggle,
.woocommerce-NoticeGroup{
	max-width: calc(1140px - 20px);
    margin: auto;
    /*margin-bottom: -30px;*/
    z-index: 1;
    position: relative;
	/*position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1;*/
	text-transform: uppercase;
    font-size: .8em;
    letter-spacing: .1em;
    font-weight: 300;
}

.woocommerce-NoticeGroup .woocommerce-error{
	color: #fff;
    border: 0px;
    border-radius: 5px!important;
    margin: 25px 0 -20px 0;
}

.woocommerce-form-coupon-toggle{
	margin-bottom: 0;
}

.woocommerce-form-coupon-toggle a{
	background: white;
    color: #328859!important;
    padding: 4px 9px;
    font-weight: 500;
    letter-spacing: .05em;
    border-radius: 5px;
    margin-left: 5px;
}

.woocommerce-notices-wrapper > ul[class^="woocommerce"],
.woocommerce-notices-wrapper > div[class^="woocommerce"],
.woocommerce-form-coupon-toggle > ul[class^="woocommerce"],
.woocommerce-form-coupon-toggle > div[class^="woocommerce"]{
	color: #fff;
    border-radius: 5px;
	border: 0!important;
	margin-bottom: 5px;
}

.woocommerce-notices-wrapper > ul[class^="woocommerce"]:before,
.woocommerce-notices-wrapper > div[class^="woocommerce"]:before,
.woocommerce-form-coupon-toggle > ul[class^="woocommerce"]:before,
.woocommerce-form-coupon-toggle > div[class^="woocommerce"]:before{
	color: #fff;
}

.woocommerce-error{background-color: #dc3545;}
.woocommerce-info{background-color: #328859;}
.woocommerce-message{background-color: #328859;}

.woocommerce-message .restore-item{
	color: #fff!important;
	text-decoration: underline;
}

.woocommerce-message .restore-item:hover{
	text-decoration: none;
}

.woocommerce-message .wc-forward{
	background-color: #fff!important;
    border: 0px solid transparent!important;
    color: #0d1b1e!important;
    outline: 0!important;
    font-size: 1em!important;
    font-weight: bold!important;
    border-radius: 5px!important;
    padding: 10px 12px!important;
}
/* Mensajes de aviso */

.carrito-desglose table,
.carrito-desglose table th,
.carrito-total table,
.carrito-total table th,
.fincompra table,
.fincompra table th{
	border-collapse: collapse!important;
	border: 0px solid transparent!important;
}

.carrito-desglose .actions{
	border: 0;
    background-color: #f1f1f1;
}

.carrito-desglose .product-subtotal{
	text-align: center!important;
}

.carrito-desglose #coupon_code{
	min-width: 160px;
    font-size: 1.1em;
    height: 40px;
    border-radius: 5px 0 0 5px;
	border: 1px solid #c7c7c7;
}

.carrito-desglose .button[name="update_cart"]{
	max-height: 39px;
    margin-left: 5px;
	float: right;
}

.carrito-total h2{
	background-color: #0456a2;
	padding: 15px;
}

.carrito-total .cart-subtotal th,
.carrito-total .cart-subtotal td{
	border-bottom: 1px solid #E9E9E9!important;
}

.carrito-total .order-total th
,.carrito-total .order-total td{
	background-color: #f1f1f1!important;
}

.carrito-total .checkout-button{
	width: 100%;
}

.carrito-total table.shop_table{
	margin: 0;
}

.carrito-total .wc-proceed-to-checkout{
	padding: 17px 20px;
}

.fincompra-detalles-factura h3,
.fincompra-info-adicional h3{
	background-color: #0456a2!important;
    padding: 15px!important;
    margin: -40px -20px 15px -20px!important;
	font-size: 0.9em;
    font-weight: 700;
    text-transform: uppercase;
    color: #FFFFFF;
}

.fincompra-detalles-factura .woocommerce-billing-fields__field-wrapper{
	columns: 2;
}

.fincompra-detalles-factura .woocommerce-billing-fields__field-wrapper .form-row{
	-webkit-column-break-inside: avoid;
			  page-break-inside: avoid;
				   break-inside: avoid;
}

.fincompra-detalles-factura .select2-container--default .select2-selection--single,
.fincompra-detalles-factura .select2-container--default .select2-selection--single:focus{
	border: 0px!important;
	outline: 0px!important;
}

.fincompra-detalles-factura .select2-container--default .select2-selection--single .select2-selection__rendered{
	line-height: 24px;
	padding: 0;
}

.fincompra-detalles-factura .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 39px;
}

.fincompra-desglose #order_review_heading{
	display: none!important;
}

.fincompra-desglose table tbody>tr:nth-child(even)>td,
.fincompra-desglose table tbody>tr:nth-child(even)>th{
	background-color: #f1f1f1!important;
}

.fincompra-desglose .cart-subtotal th,
.fincompra-desglose .cart-subtotal td{
	background-color: #d2e8fc!important;
	color: #333!important;
}

.fincompra-desglose .cart-subtotal td{
	text-align: center!important;
}

.fincompra-desglose .order-total th,
.fincompra-desglose .order-total td{
	background-color: #0456A2!important;
	color: #fff!important;
}

.fincompra-desglose .order-total .woocommerce-Price-amount{
	font-size: 1.4em!important;
    font-weight: bold!important;
}

.fincompra-desglose .product-total,
.fincompra-desglose .cart-subtotal .woocommerce-Price-amount{
	text-align: center!important;
}

.fincompra-metodos-pago .wc_payment_methods{
	list-style: none!important;
}

.fincompra-metodos-pago  ul.payment_methods.methods li{
    margin-bottom: 10px!important;
    font-size: .8em;
}

.fincompra-metodos-pago .payment_method_paypal img{
	max-height: 17px!important;
}

.fincompra-metodos-pago li.wc_payment_method label{
	margin-left: 5px!important;
    margin-top: -6px!important;
}

.fincompra-metodos-pago li.wc_payment_method p{
	margin-bottom: 12px!important;
    padding: 5px 12px 10px 12px;
	background-color: #fff;
}

.fincompra-metodos-pago div.payment_box{
	background-color: #fff!important;
}

.fincompra-metodos-pago .payment_method_paypal .about_paypal{
	line-height: inherit!important;
}

.fincompra-metodos-pago #payment{
	background-color: #fff!important;
}

.fincompra-metodos-pago div.payment_box::before{
	border: 1em solid #fff!important;
	border-right-color: transparent!important;
    border-left-color: transparent!important;
    border-top-color: transparent!important;
}

.fincompra-metodos-pago .woocommerce-privacy-policy-text p{
	font-size: .7em;
}

.fincompra-metodos-pago .elementor-jet-checkout-payment{
	min-height: 213px;
}

.fincompra-metodos-pago .elementor-jet-checkout-payment button{
	width: 100%!important;
    border-radius: 5px!important;
}

.fincompra-meter-cupon .woocommerce-info:before{
	content: '';
}

.fincompra-meter-cupon .showcoupon{
	display: none!important;
	visibility: hidden!important;
	opacity: 0!important;
	width: 0px!important;
}

.fincompra-meter-cupon p:not(.form-row-last){
	padding: 10px 15px 0 15px;
	margin-bottom: 10px;
    font-size: .7em;
}

.fincompra-meter-cupon .form-row-first{
	padding: 0 0 10px 15px!important;
}

.fincompra-meter-cupon .form-row-last{
	padding: 0 15px 10px 0!important;
}

.fincompra-meter-cupon .form-row-first input{
	border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #D2D2D2;
    border-radius: 5px 5px 5px 5px;
    padding: 8px 10px 8px 10px;
	font-size: 1.2em;
}

.fincompra-meter-cupon .form-row-last .button{
	width: 100%;
    font-size: .75em;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    padding: 12px 10px 12px 10px;
    border-radius: 5px!important;
    color: #FFFFFF !important;
    background-color: var( --e-global-color-secondary );
}

.fincompra-meter-cupon .form-row-last .button:hover{
	background-color: var( --e-global-color-primary );
}

.fincompra-detalles-factura .select2-container{
	max-height: 39px;
	padding: 7px 12px 8px 12px!important;
}

.fincompra-detalles-factura #billing_address_2_field{
	display: none!important;
}

._1mUok1yqu_fHkbNOXVoU6l{
	display: none!important;
}

/* Detalles de dias y horarios */
.wooccm-additional-fields{
margin-bottom: 60px;
}

.woocommerce-multicheckbox-wrapper label{
	display: inline!important;
    margin-right: 15px!important;
}

.woocommerce-multicheckbox-wrapper label input[type="checkbox"]{
	transform: translateY(1px);
}
/* Detalles de dias y horarios */

/* Gracias por tu compra */
body.elementor-page-1583 .entry-title{display: none!important;}

.gracias__detalles-pedido table,
.gracias__detalles-pedido table th,
.gracias__detalles-pedido table td{
	border: 0!important;
	border-collapse: collapse!important;
}

.gracias__detalles-pedido table tbody>tr:nth-child(odd)>th,
.gracias__detalles-pedido table tbody>tr:nth-child(odd)>td{
	background-color: #fff!important;
}

.gracias__detalles-pedido table tbody>tr:nth-child(even)>th,
.gracias__detalles-pedido table tbody>tr:nth-child(even)>td{
	background-color: #f6f6f6!important;
}

.gracias__detalles-pedido tfoot tr:not(:last-child) th,
.gracias__detalles-pedido tfoot tr:not(:last-child) td{
    background-color: #d2e8fc!important;
    color: #333!important;
	font-size: 1em!important;
}

.gracias__detalles-pedido tfoot tr:last-child th,
.gracias__detalles-pedido tfoot tr:last-child td{
	background-color: var( --e-global-color-primary )!important;
	font-size: 1em!important;
}

.gracias__detalles-pedido tfoot tr:last-child td .amount{
	font-size: 1.4em!important;
	font-weight: bold!important;
	color: #fff!important;
}

@media screen and (max-width: 767px){
	.gracias__mensaje ul.woocommerce-order-overview{
		display: flex;
    	flex-flow: column;
	}
	
	.gracias__mensaje ul.woocommerce-order-overview li{
		border: 0px solid transparent!important;
	}
	
	.gracias__mensaje ul.woocommerce-order-overview li:not(:last-child){
		margin-bottom: 15px;
	}
}
/* Gracias por tu compra */
/* WOOCOMMERCE */

/* CATEGORIAS DE CURSOS */
.filtro-escudos .jet-color-image-list__button{
	display: grid;
}

.filtro-escudos .jet-color-image-list__image img{
	max-height: 70px;
	margin-bottom: 10px;
}

.filtro-escudos .jet-color-image-list__image img{
	opacity: .8!important;
	filter: grayscale(3%)!important
}

.filtro-escudos .jet-color-image-list__input:checked ~ .jet-color-image-list__button img{
	opacity: 1!important;
	filter: grayscale(0%)!important
}

.listado-cursos article .elementor-post__thumbnail__link:after{
    background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.1)),color-stop(50%,transparent))!important;
    background-image: -webkit-linear-gradient(bottom,rgba(0,0,0,.1),transparent 50%)!important;
    background-image: -o-linear-gradient(bottom,rgba(0,0,0,.1) 0,transparent 50%)!important;
    background-image: linear-gradient(0deg,rgba(0,0,0,.1),transparent 50%)!important;
}

.listado-cursos .elementor-post__card:hover{
	border: 1px solid #eaeaea!important;
}

.listado-cursos .elementor-post__text{
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.listado-cursos .elementor-post__read-more{
	background-color: #328859;
	border-radius: 5px;
	padding: 8px 12px;
    width: 100%;
    text-align: center;
	box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2);
}

.listado-cursos .elementor-post__read-more:hover{
	background-color: #0456A2;
}

.listado-cursos .elementor-post__thumbnail img{
	border-bottom: 1px solid #F2F2F2;
}

/* Estilo para las imagenes destacadas */
.listado-cursos .product,
.listado-cursos .product img,
.listado-cursos .product:hover img,
.curso-individual-info:hover .curso-individual-img .elementor-image img{
	-webkit-transition: all 150ms ease-in-out !important;
	-moz-transition: all 150ms ease-in-out !important;
	-ms-transition: all 150ms ease-in-out !important;
	-o-transition: all 150ms ease-in-out !important;
	transition: all 150ms ease-in-out !important;
}

.curso-individual-img {
	overflow: hidden;
	border-radius: 5px 5px 0 0;
}

.listado-cursos .product .elementor-post__thumbnail:before,
.curso-individual-img .elementor-image:before{
	content: '';
	background-image: repeating-conic-gradient(#dfe4f1 0 15deg, #eef1f7 15deg 30deg);
	width: 250%;
    height: 250%;
	top: -75%;
	left: -75%;
    position: absolute;
}

.listado-cursos .product:hover .elementor-post__thumbnail:before,
.curso-individual-info:hover .curso-individual-img .elementor-image:before{
	animation: gira 30s linear infinite forwards;
}

.listado-cursos .product img,
.curso-individual-img .elementor-image img{
	height: 125px!important;
    width: auto!important;
	padding: 20px 0;
    margin: auto;
	transform: rotate(-6deg) scale(0.96);
}

.curso-individual-img .elementor-image img{
	height: 200px!important;
}

.listado-cursos .product:hover img,
.curso-individual-info:hover .curso-individual-img .elementor-image img{
	transform: rotate(0deg) scale(1);
}

@keyframes gira {
	from { transform: rotate(0deg) }
	to   { transform: rotate(360deg) }
}
/* Estilo para las imagenes destacadas */
/* CATEGORIAS DE CURSOS */

/* CURSO INDIVIDUAL */
.curso-inscripcion.elementor-sticky--effects{
	border-width: 1px!important;
	border-radius: 5px!important;
}

.curso-individual-form .jet-accordion *,
.form-contacto .jet-accordion *{
	color: #0d1b1e!important;
}

.curso-individual-form .jet-accordion .jet-toggle__label-text,
.form-contacto .jet-accordion .jet-toggle__label-text{
	font-weight: 300!important;
}

.curso-individual-form .jet-toggle__control{
	padding: 0px 0px 0px 5px!important;
}

.curso-individual-form .elementor-field-option input[type="checkbox"]{
	transform: translateY(3px)!important;
    margin-right: 5px!important;
}

.curso-individual-form__btn_llamar a{
	color: #fff!important;
}

/* Breadcrumbs */
/*.woocommerce-breadcrumb{
	font-weight: bold;
}*/

.breadcrumbs nav{
	font-weight: 400;
    text-transform: uppercase;
    font-size: .7em;
	display: flex;
}

/*.breadcrumbs nav:before{
	content: '\f0c8';
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
	color: #0456a2;
	margin-right: 5px;
}*/

.breadcrumbs nav a{
	color: #0456a2;
}

.breadcrumbs-blanco nav,
.breadcrumbs-blanco nav a{
	color: #fff;
}

.breadcrumbs nav a:hover{
	text-decoration: underline;
}
/* Breadcrumbs */

/* Temario del curso */
.temario-curso .fa-caret-right:before,
.temario-curso .fa-caret-down:before{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
	font-size: 1.2em;
}

.temario-curso ul li {
    list-style-type: none;
    position: relative;
    padding-left: 15px;
}

.temario-curso ul li:before {
    content: "\f0da";
    font-size: 1em;
    position: absolute;
    top: -1px;
    left: -10px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #328859;
}

.temario-curso li > ul > li{
	margin-left: 13px;
}

.temario-curso ul li:before{
	content: "\f0c8";
	font-size: .6em;
    top: 0;
}
/* Temario del curso */

/* Pestañas modalidades */
.tab-modalidad .elementor-tabs .elementor-tab-title{
	background-color: #0456A2;
	padding: 12px;
	text-align: center;
}

.tab-modalidad .elementor-tabs .elementor-tab-title:not(:first-child):not(:last-child){
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

.tab-modalidad .elementor-tabs .elementor-tab-title.elementor-active{
	background-color: #f4faff!important;
}

.tab-modalidad .elementor-form{
	margin-top: 20px;
}

.curso-tipo-formacion{
	display: block;
    text-align: center;
    border-bottom: 1px solid #e3e3e3;
    padding-top: 10px;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
/* Pestañas modalidades */

/* Boton de comprar curso */
.btn-comprar-curso .button{
	margin: 0px!important;
}

.btn-comprar-curso .button:hover{
	background-color: #0456A2!important;
}
/* Boton de comprar curso */

/* Cursos relacionados */
.otros-cursos-relacionados .elementor-grid-item .elementor-post__thumbnail img{
	height: 75px;;
}
/* Cursos relacionados */
/* CURSO INDIVIDUAL */

/* BLOG (TUTORIALES) */
.blog-listado-post .elementor-post__read-more{
	background-color: #328859;
    color: #fff!important;
    border-radius: 5px;
    padding: 6px 15px;
    font-size: .75em!important;
	font-weight: 500;
	letter-spacing: 0.5px;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	float: right;
}

.blog-listado-post .elementor-post__read-more:hover{
	background-color: #0456A2;
}

/* Entrada individual */
.tutorial-contenido h2,
.tutorial-contenido h3,
.tutorial-contenido h4,
.tutorial-contenido h5,
.tutorial-contenido h6,
.tutorial-contenido h7{
	margin-top: 1.4em;
}

.tutorial-contenido h2:before{
	content: '■';
    color: #0456a2;
    margin-right: 6px;
    font-size: 1em;
    top: -3px;
    position: relative;
}

.tutorial-contenido h2{
	font-size: 1.7em;
}

.tutorial-contenido h3{
	font-size: 1.5em;
}

.tutorial-contenido blockquote{
	background-color: white;
    border: 5px solid #328859;
    padding: 30px 30px 30px 30px;
    margin: 50px 0;
    font-size: 1.4em;
    line-height: 1.5em;
	position: relative;
}

.tutorial-contenido img,
.tutorial-contenido iframe{
	border: 5px solid #328859!important;
    margin: 40px 0!important;
}

/*.tutorial-contenido blockquote:after{
	background-image: url('http://dev.mentorformacion.com/wp-content/uploads/icono-bombilla.svg');
    background-size: 10px 20px;
    display: inline-block;
    width: 10px; 
    height: 20px;
    content:"";
}*/

.tutorial-contenido a{
	color: #328859;
    font-weight: 500;
    text-decoration: underline!important;
}

.tutorial-contenido a:hover{
	color: #328859;
    font-weight: 500;
	text-decoration: none!important;
}

.tutorial-contenido blockquote p{
	margin: 0px!important;
}
/* Entrada individual */
/* BLOG (TUTORIALES) */

/* CONTACTO */
/*.form-contacto .jet-form .checkradio-wrap{
	flex: 50%!important;
}

.form-contacto .jet-form .checkradio-wrap label {
    min-height: 68px;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

.form-contacto .jet-form .checkradio-wrap label:hover{
	background-color: #fafafa!important;
    border-color: #dedede!important;
}

.form-contacto .jet-form .checkboxes-wrap:nth-child(even):not(:last-child) label{
	margin-left: 6px!important;
}

.form-contacto .jet-form .checkboxes-wrap:nth-child(odd):not(:last-child) label{
	margin-right: 6px!important;
}*/
/* CONTACTO */

/* FOOTER */
#form-footer .elementor-field-type-acceptance{
	font-size: 1em;
    font-weight: 400;
	margin-top: -15px;
}

#form-footer input.elementor-acceptance-field{
	transform: translateY(3px);
    margin-right: 2px;
}
/* FOOTER */