/*
Theme Name: Maite González
Theme URI: https://mmaitegonzalez.es
Author:  Maite González
Author URI: https://maitegonzalez.es/marketing-digital-diseno-web/
Description: M/G Theme for Betheme
Template: betheme
Version: 2.0
*/
/* HEADER */
.header-stack #Top_bar .logo{
	border-color:transparent;
}

.ancho{
    max-width: 600px;
    margin: 0 auto 0;
}
.widget{
	margin:0;
}
.textwidget p{
	text-align:center;
	margin-bottom:0;
}
.header-overlay.ab-hide #Top_bar{
	top:0;
}
#Footer{
	position: absolute;
    bottom: 0;
    width: 100%;
}
.ti-widget.ti-goog .ti-highlight {
    background-image: linear-gradient(135deg, rgba(226,197,186,.5) 0%, rgba(211,185,220,.5) 100%)!important;
}
.highlight:not(.highlight_image) {
    background-color: rgb(226,197,186);
	background: linear-gradient(135deg, rgba(226,197,186,1) 0%, rgba(211,185,220,1) 100%);
	font-size: 15px;
	font-family: "Lato",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
	font-weight:600;
	font-weight: 600;
    margin-left: 8px;
}
.etiquetas p{
	margin-bottom:0;
}
/* ELEARNING */
.kt-accordion-panel-inner {
    padding: 0 20px;
}
.degradado{
	background: rgb(226,197,186);
	background: linear-gradient(135deg, rgba(226,197,186,.5) 0%, rgba(211,185,220,.5) 100%);
}
@media only screen and (max-width: 767px){
	.ancho{
		padding-left:30px;
		padding-right:30px;
	}
	.overlay-menu-toggle{
		color:#C69681!important;
	}
}