/*
Theme Name: Resetop--INACTIVE
Theme URI: http://www.juandiegocalero.com/
Author: @puravariedad
Author URI: http://juandiegocalero.com/
Description: Agencia de organización especializada en hacer que las cosas que más te importan, sucedan
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bootstrapchile

/*-----------------------------------------------------------------------------------*/
/*Main*/
/*-----------------------------------------------------------------------------------*/

body, html {
    background: #F8F7F7;
    color: #4A4A4A;
    font-family: 'Lora', serif;
    font-size: 16px;
    margin: 0;
    padding: 0;
} 

/*-----------------------------------------------------------------------------------*/
/*Modules*/
/*-----------------------------------------------------------------------------------*/
.container {
    margin: 0 auto;
    max-width: 1230px;
    width: 100%;
}

.logo--main {
	display: block;
    margin: 10rem auto;
    max-width: 200px;
    height: auto;
}