@import url('https://fonts.googleapis.com/css?family=Kodchasan');



h1 {
	font-family: 'Kodchasan', sans-serif;
	font-weight: 800;
	color: #da5b19

}

h2 {
	font-family: 'Kodchasan', sans-serif;
	font-weight: 500;
	color: #3e3e3e;

}

h3 {
	font-family: 'Kodchasan', sans-serif;
	font-weight: 350;

}

h4 {
	font-family: 'Kodchasan', sans-serif;
	font-weight: 350;
}


body {
  font-family: 'Kodchasan', sans-serif;
  font-weight: 250;
  font-size: 17px;
}


/*****************slide***************/
article.widget-slide-home.widget-before-main.widget-widget-carousel.widget {
    margin-left: -15px;
    margin-right: -15px
}


/***********************FOOTER******************************/


footer.area-footer.zone-footer {
    background: #88888824;
}


/**********************************************************/

/***********************MUNDO FANTASIA***********************/



.texto {
    min-height: 250px;
    display: flex;
    align-items: center;
    background: linear-gradient(146deg, #da5b198c 11%,#da5b1991 9%, #ffffff69 0%, rgba(235, 165, 129, 0.39) 6%);
}

.foto  { 
    background: url(../images/mundofantasia-comics.jpg) center;
    background-size: cover;
    height: 250px
}

.texto2 {
    min-height: 250px;
    display: flex;
    align-items: center;
    background: linear-gradient(146deg, #da5b198c 11%,#da5b1991 9%, #ffffff69 0%, rgba(235, 165, 129, 0.39) 6%);
}

.foto2 {
	background: url(../images/mundofantasia-productos.jpg) center;
	background-size: cover;
	height: 250px;
}
 
.texto3 {
    min-height: 250px;
    display: flex;
    align-items: center;
    background: linear-gradient(146deg, #da5b198c 11%,#da5b1991 9%, #ffffff69 0%, rgba(235, 165, 129, 0.39) 6%);
}


.foto3  { 
    background: url(../images/mundofantasia-catalogo.jpg) center;
    background-size: cover;
    height: 250px;
}


/*****/	

/************************************CONTACTO*******************************/

.fondo-contacto {
	background: #f7dcce;
	margin: -15px;
}


.fondo-formulario {
    background: #ffffff69;
    margin: 20px;
}


.mapa {
    margin: -15px;
    overflow: hidden;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
    overflow: hidden;
}





li.menuUserName {
display: none;
}
