/*
	Theme Name: Rio Oil and Gas 2020
	Theme URI: https://rog2020.com.br
	Author: Bruno Oliveira
	Author URI: https://bruno.oliveira.nom.br
	Description: Tema desenvolvido para o website do evento Rio Oil and Gas 2020
	Version: 1.0
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Text Domain: rio-oil-and-gas-2020
	Tags: Rio Oil and Gas, Evento, Petróleo, Gasolina, Internacional, Congresso
*/

/* == == == Estilos Padrao == == == */

/* Reset Básico */
*{
    /* Fontes & Textos */ vertical-align: baseline; /* Modelos de Caixa */ box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; border: 0; /* Exibicao & Posicionamento */ margin: 0; padding: 0; /* Listas */ list-style: none;
}

/* Estilo Inicial */

html, body{
	height: 100%;
}

body{/* Fontes & Textos */ font-size: 62.5%; font-family: 'Montserrat', Helvetica, Arial; /* Cores & Fundo */ color: #444; background: #FFF;}


/* Fontes */

@font-face {
    font-family: "Roboto";
    src: url('assets/fonts/Roboto/Roboto-Medium.ttf');
    font-weight: 700;
}

@font-face {
    font-family: "Montserrat";
    src: url('assets/fonts/Montserrat/Montserrat-Regular.ttf');
    font-weight: normal;
}

@font-face {
    font-family: "Montserrat";
    src: url('assets/fonts/Montserrat/Montserrat-SemiBold.ttf');
    font-weight: 700;
}

@font-face {
    font-family: "Montserrat";
    src: url('assets/fonts/Montserrat/Montserrat-Bold.ttf');
    font-weight: bold;
}

@font-face {
    font-family: "Montserrat";
    src: url('assets/fonts/Montserrat/Montserrat-Black.ttf');
    font-weight: bolder;
}

@font-face {
    font-family: "Montserrat";
    src: url('assets/fonts/Montserrat/Montserrat-Light.ttf');
    font-weight: lighter;
}

@font-face {
    font-family: "Montserrat";
    src: url('assets/fonts/Montserrat/Montserrat-Italic.ttf');
	font-weight: normal;
	font-style: italic;
}

@font-face {
    font-family: "Montserrat";
    src: url('assets/fonts/Montserrat/Montserrat-BoldItalic.ttf');
	font-weight: bold;
	font-style: italic;
}

@font-face {
    font-family: "Karla";
    src: url('assets/fonts/Karla/Karla-Regular.ttf');
    font-weight: normal;
}

@font-face {
    font-family: "Karla";
    src: url('assets/fonts/Karla/Karla-Bold.ttf');
    font-weight: bold;
}

.menu-item {
	order: 2;
}

#menu-item-326 {
	visibility: visible!important;
	order: 1;
}

/* Temários */

.margem-inferior{
    margin-bottom: 3rem !important;
}

@media only screen and (max-width: 767px){
	.newsletter-rog_wrapper .newsletter-rog .gform_footer{
		margin-left:0 !important;
	}
	.newsletter-rog_wrapper #gform_submit_button_1,
	.home .stand-form_wrapper #gform_submit_button_2,
	.home .stand-form_wrapper #gform_submit_button_4,
	.newsletter-rog_wrapper .newsletter-rog .gform_footer .gform_button{
		font-size: 12px !important;
		width: auto !important;
		padding-left: 30px !important;
		padding-right: 30px !important;
		text-transform: uppercase !important;
	}
}

.patroc .container-margin{
	max-width: 750px;
}