/***Reset bootstrap default style***/
ul{
	list-style: none; margin: 0px; padding: 0px;
}
.navbar-default {
    background-color: transparent; border-color: transparent;
}
.navbar-brand{
	height: auto;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent;
}
.navbar-collapse {
    margin-top: 20px; border-top: none;
}
a{
	transition: all 0.2s ease-in;
	color: #fff;
}
a:hover{
	color: #ff6699 !important;
	text-decoration: none; opacity: 1;
}
/********************/
@font-face{
	src: url('../fonts/Roboto-Thin_0.ttf');
	font-family: 'Roboto-Thin';
}
@font-face{
	src: url('../fonts/Roboto-Light_0.ttf');
	font-family: 'Roboto-Light';
}
@font-face{
	src: url('../fonts/Roboto-Regular.ttf');
	font-family: 'Roboto-Regular';
}
@font-face{
	src: url('../fonts/Roboto-Bold_0.ttf');
	font-family: 'Roboto-Bold';
}
/*******************/
header{
	margin: 0;
	padding: 0 !important;
	color: #003775;
}
.topbar{
	background: #FF55A6;
	text-align: center;
	color: #fff;
	padding: 10px 0;
}
.topbar p{
	margin: 0;
	font-family: 'Roboto-Light';
	font-size: 15px;
}
.topbar p span{
	font-family: 'Roboto-Bold';
}
header .actions{
	text-align: right;
	margin-top: 20px;
}
header .actions input{
	width: 189px;
	height: 36px;
	padding-right: 30px;
	display: inline;
	border: none;
	outline: none;
	vertical-align: text-top;
	font-family: 'Roboto-Light';
	font-size: 17px;
	background: url('../images/search.svg') no-repeat;
}
header .logo-container{
	margin-bottom: 20px;
}
.navbar{
	margin-bottom: 30px;
}
.navbar-collapse{
	padding-top: 0;
	margin-top:0;
}
.navbar li a{
	color: #003775;
	font-family: 'Roboto-Light';
	font-size: 17px;
}
.user-dropdown:after{
    display: none;
}
.form-search-product{
    display: inline-block;
    margin-right: 10px;
}
.navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar-toggler:focus{
	border: 2px solid #FF33A4;
	outline: none;
}
/****************************/
.products .item{
	margin-bottom: 60px;
	color: #192D50;
	text-align: center;
}
.products .item .product-img{
	margin-bottom: 30px;
}
.products .item .brand{
	font-family: 'Roboto-Light';
	font-size: 17px;
	margin-bottom: 0;
}
.products .item .model{
	font-family: 'Roboto-Bold';
	font-size: 20px;
	margin-bottom: 10px;
}
.products .item a{
	color: #192D50;
	font-family: 'Roboto-Light';
}
.add-to-cart-item{
	width: 93px;
	height: 31px;
	display: inline-block;
	background: url('../images/bot_comprar_2.svg') no-repeat;
	color: transparent !important;
}
.add-to-cart-item:hover {
	color: transparent !important;
	opacity: 0.7 !important;
}
.cart-icon-count{
	position: absolute;
	right: 20px;
	top: -2px;
}
/****************************/
footer{
	background: #192D50;
	color: #fff;
	margin-top: 40px;
	padding-top: 70px;
	padding-bottom: 40px;
}
footer .logo{
	margin-bottom: 60px;
}
footer .menu{
	padding-top: 156px;
}
footer .newsletter{
    padding-top: 156px;
}
footer .newsletter h5{
	font-family: 'Roboto-Bold';
	font-size: 18px;
}
footer .newsletter input{
    height: 36px;
}
footer .newsletter button{
    background: url('../images/enviar.svg') no-repeat;
    border: none;
    cursor: pointer;
    width: 36px;
    height: 36px;
    vertical-align: bottom;
}
footer .newsletter p{
    margin-top: 14px;
    font-family: 'Roboto-Light';
    font-size: 16px;
}
footer .brand{
	font-family: 'Roboto-Light';
	font-size: 15px;
	padding-top: 189px;
}
footer .brand a{
	font-family: 'Roboto-Bold';
}
footer li, footer li a{
	font-family: 'Roboto-Light';
	font-size: 18px;
}
footer span{
	font-family: 'Roboto-Bold';
}
footer .insta{
	margin-top: 20px;
}
footer .menu ul{
	margin-left: 40px;
}
/***Responsive***/
@media(max-width: 768px){
    footer {
        text-align: center;
    }
    footer .menu ul {
        margin-left: auto;
    }
    footer .brand p{
        max-width: initial;
        margin-left: auto;
        margin-right: auto;
    }
}