
.h1, .h2, .h3, .h4, .h5, .h6, body, h1, h2, h3, h4, h5, h6 {
    font-family: Roboto,sans-serif;
    color: #546e7a;
}

.container {
    max-width: 95%;
}

@media screen and (min-width: 1440px){
	.container {
	    max-width: 80%;
	}
}

.box,
.menu-active .menu {
    border: 1px solid #f3ecec;
    box-shadow: 0 3px 30px 0 rgba(0,0,0,.06);
    border-radius: 5px;
    background-color: #fff;
    padding: 1em;
    min-width: 200px;
}

.svg-icon {
    display: inline-block;
    font-size: 1.2em;
    height: 1em;
    width: .875em;
    overflow: visible;
    vertical-align: -.125em;
    fill: currentcolor;
}

.drawer-cover {
    left: 0;
    background-color: #4a4a4a;
    opacity: 0;
    pointer-events: none!important;
    z-index: 2;
    overflow: hidden;
    width: 100%;
    height: 100%;
    transition: opacity .25s ease-out;
}

.menu-active .drawer-cover {
    position: fixed;
    top: 0px;
    opacity: .3;
    pointer-events: auto!important;
}


/* App */

#header {
    border-bottom: 1px solid #eee;
    background: #fff;
}

#header .logo {
    width: 190px
}

.logo-base {
    margin: 20px 0
}

.header-actions,.menu {
    margin: 13px 0
}

#header .navbar-nav .title {
    margin: 0;
    font-size: 17px;
    font-weight: 400;
    transition: color .4s
}

#header .navbar {
    padding: 0;
    margin: 0;
    min-height: auto;
    border: 0;
    background: none;
}

#header .navbar-default .navbar-nav>li>a {
    padding: 10px
}

#menu .navbar-nav li a:hover {
    background: #f9f9f9;
}

.header-actions .navbar-default li {
    padding: 0 5px;
    font-size: 21px
}

a {
    color: #03A9F4;
}

#header .navbar-nav .top-contato .title {
    border: 1px solid;
    border-radius: 50px;
    padding: 7px 25px;
    color: #475fe3;
}

.menu-bars {
    cursor: pointer;
    padding: 13px 10px 8px;
    -webkit-transition: transform ease-out .2s;
    -moz-transition: transform ease-out .2s;
    -ms-transition: transform ease-out .2s;
    -o-transition: transform ease-out .2s;
    transition: transform ease-out .2s;
    margin-top: -9px;
}

.menu-bars .bar {
    height: 3px;
    border-radius: 2px;
    width: 29px;
    background: #827cfc;
    margin-bottom: 5px;
    -webkit-transition: ease-out .2s;
    -moz-transition: ease-out .2s;
    -ms-transition: ease-out .2s;
    -o-transition: ease-out .2s;
    transition: ease-out .2s;
    transform-origin: left;
    display: block;
}

.menu-active .menu-bars .bar:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 23px;
}

.menu-active .menu-bars .bar:nth-child(2) {
    width: 0;
    opacity: 0;
}

.menu-active .menu-bars .bar:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 23px;
}



/* Build notice */

#building-notice{
    text-align: center;
    margin-top: 10%;
    color: #c9d0d3;
}

#building-notice .notice-title {
    font-size: 125px;
    font-weight: bold;
    margin: 0 auto;
    line-height: 108px;
}

#building-notice .notice-subtitle {
    font-size: 50px;
    font-weight: 300;
    margin-top: 50px;
}

@media (max-width: 767px){

	#building-notice .notice-title {
	    font-size: 48px;
	    line-height: 45px;
	}

}


/* FRONT TRAY */

#front-tray {
    margin-top: 30px;
}

.front-content-head {
    text-align: center;
}

.front-tray-title {
    font-weight: 100;
    color: #5a81ff;
}

.front-tray-title span {
    margin: 0 10px;
}

.front-tray-subtitle {
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0.3px;
    color: #a6a8a8;
    margin: 10px 0;
}

.front-content-images {
    margin-top: 30px;
    position: relative;
}


.front-form {
    margin-top: 60px;
}

.front-form .box {
    position: relative;
    padding: 45px;
    padding: 2vw;
}

.tray-certified {
    max-width: 98px;
    position: absolute;
    top: -52px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.front-form-head {
    text-align: center;
    font-size: 21px;
    font-weight: 300;
    line-height: 22px;
    margin: 20px 0 30px 0;
    color: #8fa2e0;
}

.field {
    border: 1px solid #ddd;
    border-radius: 5px;
    margin: 22px 0;
    position: relative;
    height: 50px;
}

.field-label {
    margin: 0;
    font-weight: 400;
    display: inline-block;
    background: #fff;
    border-radius: 5px;
    padding: 0 6px;
    position: absolute;
    top: -9px;
    left: 6px;
}

.field-input {
    display: block;
    border: 0;
    outline: 0;
    background: none;
    height: 48px;
    width: 100%;
    padding: 10px 15px;
    border-color: #c9c7ff;
    box-shadow: none;
    transition: all 0.3s;
}

.front-form-submit {
    background: #827cfc;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    border-radius: 50px;
    padding: 14px;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 300;
    cursor: pointer;
    transition: background 0.2s;
    margin: 40px 10px 0 10px;
}

.field-input:focus {
    border: 1px solid #c9c7ff;
    box-shadow: none;
}

.front-form-submit:hover {
    background: #5f58fa;
}

.front-form-submit:active {
    background: #2f28da;
}


.front-form.is-loading {
    position: relative;
}

.front-form.is-loading:before {
    content: "";
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9;
    opacity: 0.5;
    pointer-events: none;    
}

.success-sent {
    color: #2cc12c;
    padding: 10px;
    text-align: center;
    font-size: 20px;
}


@media (max-width: 1250px) and (min-width: 768px){

	.logo-tray {
	    bottom: -5px;
	}
}


/* DESKTOP only */
@media (min-width: 768px){

	.show-mobile {
		display: none!important;
	}

	.logo-tray {
	    max-width: 130px;
	    position: absolute;
	    bottom: 23px;
	    right: 19%;
	}
}



/* MOBILE only */
@media (max-width: 767px){

	.show-desktop {
		display: none!important;
	}

	.logo-base {
	    text-align: center;
	}

	.logo-base, 
	.header-actions {
	    margin: 0;
	}

	.header-actions {
		margin-top: -13px;
	}

	#header {
		padding-top: 15px; 
	}

	#header .logo {
	    width: 100px;
	}

	#header .navbar-nav .top-contato .title {
	    padding: 7px 10px;
	}	

	#header .menu .navbar {
		margin-top: 23px;
	}

	.menu .menu-bars {
	    position: absolute;
	    top: 13px;
	    right: 0;
	}

	.menu {
	    position: fixed;
	    top: 0;
	    height: 100%;
	    min-height: 100%;
	    width: 265px;
	    background: #fff;
	    overflow-y: hidden;
	    -webkit-overflow-scrolling: touch;
	    z-index: 20;
	    border: 0;
	    left: -265px;
	    transition: transform .45s cubic-bezier(.645,.045,.355,1);
	    border: 1px solid #ddd;
	    margin-top: 0;
	}

	.menu-active {
		overflow: hidden;
    	width: 100%;
	}

	.menu-active .menu {
		overflow: auto;
		left: -265px;
		-ms-transform: translateX(265px);
	    -webkit-transform: translateX(265px);
	    transform: translateX(265px);
	}

	.logo-tray {
	    max-width: 140px;
	    margin: 30px auto;
	}

	.front-form .box {
	    padding: 32px;
	}


}