﻿@import url('https://fonts.googleapis.com/css?family=Fredoka+One');
@import url('menu.css');
@import url('banner.css');
@import url('blog.css');
@import url('info.css');
@import url('infoTaller.css');
@import url('infoProductos.css');
@import url('Consultas.css');
*
{
	margin:0;
	padding:0;
	box-sizing:border-box;
}
body
{
	font-family: 'Fredoka One', cursive;
}

header
{
	width:100%;
	height:50px;
	background:#ffffff;
	color:#4443a1;
	position:fixed;
	top:0;
	left:0;
	z-index:100;
}

Cuerpo
{
    width:100%;
    height:90%;    
}

.contenedor
{
	width:98%;
	margin:auto;
}

h1 
{
	float:left;
	font-size: 35px;
	vertical-align: top;
}

header .contenedor
{
	display:table;
}

section
{
	width:100%;
	margin-bottom:25px;
}

#bienvenidos
{
	text-align:center;
}

#Contactos
{
    text-align: center;
}

footer .contenedor
{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	padding-bottom:25px;
}


.copy
{
	font-size:20px;
}

.Power
{
	font-style: normal;
	justify-content:center;
	font-size: 10pt;
	color: rgba(102, 102, 102, 0.712);

}
.sociales
{
	width:100%;
	text-align:center;
	font-size:28px;
	vertical-align:bottom;
}

@media (min-width:768px)
{
	.sociales
	{
		width:auto;
	}
	
	footer .contenedor
	{
		justify-content:space-between;
		background-color: #9d9dce;
		height: 30px;
	}
}

@media (min-width:1024px)
{
	.contenedor
	{
		width:1000px;
	}
}