body{
	overflow-x:hidden!important;
}
header.home{
	height: 485px;
	height: 515px;
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
}

header.home{
	background-color: #FFF;
	background-image: url('../_images/banner_hera_01.png');
	background-repeat: no-repeat;
	background-size: contain;
	border:0!important;
}

header.home .row.logo {
    margin-top: 15px;
	height: 200px;
}

header.home .row.logo a>img {
    margin-top: 33px;
}

header.home .row {
    margin-top: 15px;
}

header .nav-link,
header.home .nav-link {
    color:#FFF;
}

header li.nav-item.int>.nav-link:hover{
	background: #00d0c7!important;
	background: #00d0c7a6!important;
}

header form.buscar,
header.home form.buscar{
    position: relative;
	width: 78%;
    background: transparent;
	margin-top: 15px;
}

header form.buscar{
	width: 100%;
	margin-top: 0;
}

header form.buscar>input,
header.home form.buscar>input {
	background: #ffffff1f;
	border: 1px solid #FFF;
	border-radius: 7px;
	width: 97%;
	color: #FFF;
	outline: none;
	margin: 15px 0 0 13px;
	padding: 5px 5px 5px 15px;
}

header form.buscar>input,
header.home form.buscar>input {
	border: 2px solid #FFF;
	margin: 0 0 0 13px;
	padding: 10px 5px 10px 15px;
}


header form.buscar>input:before,
header.home form.buscar>input:before{
	color: #FFF;
}

header form.buscar>input:hover,
header.home form.buscar>input:hover{
	outline:none;
	background: #fff6;
}

header form.buscar>input::placeholder,
header.home form.buscar>input::placeholder{
  color: #FFF;
}

header form.buscar>button,
header.home form.buscar>button{
    background: #FFF;
    border: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 2px;
    width: 50px;
    height: 48px;
    border-radius: 0 7px 7px 0;
}

header.home form.buscar>button>img{
	max-width: 35%;
}

header.home h5{
	text-transform: capitalize;
	font-size: 30px;
	color: #FFF;
	font-weight: 100;
	margin: 37px 0 0 50px;
}

header.home p{
	color: #FFF;
	font-size: 12px;
	width: 67%;
	margin: 15px 0 0 115px;
}

header.home div.texto{
	margin-left: 60px;
	margin-top: 15px;
}


header div.user>a,
header div.user>b,
header div.user>small,
header div.user{
	color:#FFF;
	line-height: 18px;
}

header.home div.login{
	width: 250px;
	height: 250px;
	background: transparent;
	position: absolute;
	right: 10%;
	bottom: 0;
}

div.home-logar div.login h5,
header.home div.login h5{
	border-bottom: 2px solid #00d0c7;
	color: #73afde;
	width: 100%;
	margin: 0 0 15px 0;
	padding: 0 15px 8px 0;
	text-align: right;
	font-size: 21px;
	font-weight: 400;
	text-transform: uppercase;
}

div.home-logar button,
div.home-logar input,
header.home form.login>button,
header.home form.login>input{
    background: #fff;
    border: 2px solid #73afde;
    border-radius: 7px;
    width: 93%;
    color: #73afde;
    outline: none;
    margin: 0 0 13px 5px;
    padding: 7px 5px 7px 15px;
}

div.home-logar form.login>input::placeholder,
header.home form.login>input::placeholder {
	color: #73afde;
}

div.home-logar form.login>input:hover,
header.home form.login>input:hover{
	border-color: #00d0c7;
}

div.home-logar form.login>button,
header.home form.login>button{
	color: #fff;
	text-align: left;
	border:0;
	font-weight: 500;
}

div.home-logar form.login>button,
header.home form.login>button{
	background-color: #00d0c7;
	background-image: url(../_images/icone_hera_btn_seta.png);
	background-repeat: no-repeat;
	background-position: 203px 10px;
	padding-right: 50px!important;
}

div.home-logar form.login>button:hover,
header.home form.login>button:hover{
	background-position: 210px 10px;
}

div.home-logar div.login small,
div.home-logar div.login a,
header.home div.login small,
header.home div.login a{
	color: #73afde;
	font-size: 13px;
}

header.home div.login a{margin-left:7px;margin-right: 5px;}
header.home div.login a:last-child{margin-left: 5px;}

header.interno.mobile div.logo,
header.interno{	background: #4494D3; padding: 0!important; }
header.interno div.logo{height: 80px;}
header.interno div.logo img{ max-height: 51px; margin-left: 5%; }
header.interno div.menu{display: flex; align-items: center; justify-content: center;}
header.interno div.buscar a.car img{margin-top: 10px;}
header.interno div.buscar{
	background-color: #00C8C6;
	background: linear-gradient(to bottom, #00C8C6 0px, #4494d3 170%) repeat scroll 0% 0% transparent!important;
	width: 100%;
	max-width: 100%;
	height: 85px;
	align-items: center;
	justify-content: center;
}

header.interno .row{
	max-width: 1075px;
	margin: 0 auto;
	height: 100%;
	justify-content: center;
	align-content: center;
}

header.interno a.car > .header-icon-cart {
    border-radius: 50px;
    background: #FFF;
    padding: 1px 7px;
    font-size: 11px;
    font-weight: 600;
    text-decoration: none;
    color: #4695d2;
    position: absolute;
    right: 34px;
    top: 3px;
}

header.interno.mobile{
	margin-bottom: 10px;
}

.align-center{text-align:center;}
.align-left{text-align:left;}
.align-right{text-align:right;}

@media(max-width:1366px){

	header.home{
		height: 485px;
	}

	header.home h5 {
		margin: 0 0 0 50px;
	}
}

