@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600,800');
/*
====================================================
* [Master Stylesheet]

  Theme Name : MARCUSREZENDE.COM.BR
  Version    :  1.0
  Author     :  EccoCreative
  Author URI :  http://www.eccocreative.com.br
==================================================== */

#fixed-footer-loader {
    position: fixed;
    top: 23px;
    right: 12px;
    z-index: 999999;
}

/* GOOGLE AUTOFILL HACK */
input:-webkit-autofill {
    -webkit-box-shadow:0 0 0 50px transparent inset; 
}

input:-webkit-autofill:focus {
    -webkit-box-shadow: /*your box-shadow*/0 0 0 50px transparent inset;
}

.file-field .btn {
  line-height: 1rem;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-transition-delay: 9999s;
    -webkit-transition: color 9999s ease-out, background-color 9999s ease-out;
    background:rgba(255,255,255,0) !important;
}

textarea, input, *:focus { 
    outline: none !important; 
}

.navbar-nav, header { 
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-backface-visibility:hidden;
}

/* --------------------------------- */
/* FONT FIX
 ----------------------------------- */
h1 {font-size: 3rem;}
 
h2 {font-size: 2rem;}
 
h3 {font-size: 1.5rem;}
 
h4 {font-size: 1.3rem;}
 
h5 {font-size: 1.1rem;}

P {font-size: 1rem; font-weight: 200;}

strong, b{
    font-weight: 700;
}

body {
    background-color: #fff;
    font-family: "Montserrat", "Helvetica", sans-serif;
    height: auto;
	font-weight: 400;
    color: #2e2e2e;
}

html {height: 100%;}



#navbar-full .navbar{
    border-radius: 0 !important;
    margin-bottom: 0;
    z-index: 2;
}
.space{
    height: 130px;
    display: block;
}
.space-110{
    height: 110px;
    display: block;
}
.space-50{
    height: 50px;
    display: block;
}
.space-70{
    height: 70px;
    display: block;
}
