/* Estilos para el banner de introducción */

#theme-page .llamada-introduccion{
	text-align: center;
	margin-top: 2em;
}

#theme-page .llamada-introduccion a{
	box-shadow: 1px 1px 10px #373535;
    color: #fff;
    padding: 0.8em 1.3em;
    border: 3px solid #fff;
    box-sizing: border-box;
    font-size: 1.3em;
    text-shadow: 2px 2px 6px black;
}

#theme-page .llamada-introduccion a:hover{
	color: #000;
	background-color: #fff;
}

#theme-page .mk-box-icon-2:hover .mk-box-icon-2-icon{
	color: #ffffff !important;
	background-color: #54b7d6;
	border-color: #54b7d6;
}

#theme-page .mk-box-icon-2 .mk-box-icon-2-title{
	padding-bottom: 10px;
}

#theme-page .mk-box-icon-2 .mk-box-icon-2-content{
	margin: 0px;
}

#theme-page #mk-product-loop-27{
	margin-top: 20px;
}

#theme-page #mk-product-loop-23{
	margin-bottom: 0px;
}

#theme-page #mk-button-24{
	margin-bottom: 4em;
}

/* Footer */

#mk-footer .mk-padding-wrapper .footer-elemento-texto{
	color: #fff;
    box-sizing: border-box;
    border: 1px solid #fff;
    text-align: center;
    padding: 0.3em;
    margin-bottom: 0.8em;
    font-size: 0.9em;
}

#mk-footer .mk-padding-wrapper .lista-custom li{
	margin-bottom: 0.4em;
}

#mk-footer .mk-padding-wrapper .lista-custom li i{
	color: #54b7d6;
	margin-right: 0.5em;
	font-size: 1.3em;
}

#mk-footer .mk-padding-wrapper .widget_social_networks > div{
	transform: scale(1.4);
	margin-top: 2em;
}

/* Modificaciones para la tienda de productos */

#theme-page .mk-product-loop .mk-product-holder .product-loop-thumb img{
	width: 100%;
	height: 100%;
}

#theme-page .mk-product-loop .products .mk-shop-item-detail{
	min-height: 100px;
}

#theme-page .mk-product-holder .product_loop_button{
	right: 0px;
	width: 100%;
}

/* Modificaciones para el carrito en el menú */

#mk-header-1 .shopping-cart-header .cart_list li a, #mk-header-1 .shopping-cart-header .cart_list li span, #mk-header-1 .shopping-cart-header .total, #mk-header-1 .shopping-cart-header .total span{
	color: #fff;
} 

/* Modificaciones para las entradas */

#theme-page .single-social-section{
	display: none !important;
}


/*inicio*/
.bannerTop .column_container {
	background-color: #ffffff6e;
    padding-top: 20px;
    padding-bottom: 20px;
}

.bannerTop .mk-fancy-title {
    text-shadow: 2px 2px 6px black;
}
/* Responsive */

@media screen and (max-width: 870px){
	.home #theme-page #fancy-title-6{
		font-size: 1.8em;
		margin-top: 0.5em;
	}

	#theme-page .titulo-encuadrado{
		font-size: 1em;
	}

	#theme-page .mk-box-icon-2 .mk-box-icon-2-title{
		font-size: 1em;
	}
}

@media screen and (max-width: 780px){
	#mk-header-1 .header-logo img{
		max-width: none !important;
	}
}

@media screen and (max-width: 768px){
	#theme-page #fancy-title-4{
		font-size: 30px;
	}

	#theme-page .titulo-encuadrado{
		font-size: inherit;
	}

	#theme-page .mk-box-icon-2 .mk-box-icon-2-title{
		font-size: inherit;
	}

	#mk-footer .mk-padding-wrapper .lista-custom .footer-elemento-texto{
		width: 50%;
	}
}

@media screen and (max-width: 600px){
	#mk-header-1 .header-logo img{
		max-width: 300px !important;
	}

	#theme-page #fancy-title-4{
		font-size: 25px;
	}

	#theme-page .llamada-introduccion{
		margin-top: 1em;
	}

	#theme-page .llamada-introduccion a{
		font-size: 0.9em;
	}
}

@media screen and (max-width: 480px){
	#mk-header-1 .header-logo img{
		max-width: 250px !important;
	}

	#theme-page #fancy-title-4{
		font-size: 20px;
	}

	#theme-page h2.mk-fancy-title{
		font-size: 2em;
	}
}
