/*
Theme Name: Método Viral
Theme URI: https://metodoviral.com
Author: Daniel Oliveira
Author URI: https://escale.me/in-daniel
Description: Tema personalizado criado para Método Viral
Version: 1.0
License: GPLv2 or later
Text Domain: mv-theme
*/

/* Insira seus estilos personalizados aqui */

body.mv-theme-custom-index-page {
    background-image: url('assets/images/background-metodo-viral.jpg');
    background-size: cover;
    background-position: center center;
    font-family: 'Manrope', sans-serif;
}

.mv-theme-container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    padding: 0 15px;
}

.mv-theme-left-column, .mv-theme-right-column {
    padding: 0 6%;
}

.mv-theme-left-column {
    flex-basis: 40%;
}
.mv-theme-right-column {
    flex-basis: 60%;
}
.mv-theme-title {
    font-size: 48px;
    margin-bottom: 20px;
	font-weight: bold;
}

.mv-theme-subtitle {
    font-size: 24px;
}