.catalog-header {
    margin: 0 auto;
    text-align: center;
    padding-top: 15px;
}

.banner {
    width: 100%;
}

/* Ajustar o header à tela */
.header-image {
    max-width: 100%;
    height: auto;
    /*display: block;*/
}

/* Main */
.page-header h1 {
    color: #716258;
    font-size: 40px;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 10px;
    margin-left: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.text-uppercase {
    text-transform: uppercase !important;
    margin: 0px 0px 7px;
}
.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 30px;
}

.breadcrumb>li+li:before {
    content: "|"; /* Add the '|' before each li*/
    font-weight: 300;
    font-size: 16px;
    color: #716258;
    font-family: 'Hind Siliguri',sans-serif;
    text-transform: uppercase;
    padding-left: 10px;
    padding-right: 10px;
}

.breadcrumb li:last-child a {
    text-decoration: none;
}

.breadcrumb a {
    color: #958b85;
    font-size: 13px;
    font-family: "Hind Siliguri", sans-serif;
}

a:hover, .btn-link:hover {
    color: #9f8b7e;
    text-decoration: none;
}

/* Footer */    
.apoios {
    background: #d9d9d9;
    padding-left: 30px;
	padding-right: 30px;
	padding-top: 0px;
	padding-bottom: 0px;
    display: flex;
    justify-content: space-between;
    height: 100%;
    align-items: center;
}

.logo-container {
    text-align: left;
}

.logo-container img{
    max-height:60px;
}

.logo-image {
    max-height: 100%;
    max-width: 100%;
}     
.hlp {
    display: inline-block;
    min-height: 104px;
    height: 100%;
    vertical-align: middle;
}

footer {
    background-color: #716258;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
}

.footer-text {
  display: flex;
  align-items: center;
}

/* Columns */
.product-columns {
    column-count: 3;
    padding: 15px;
}




.product-name {
    color: #716258;
    font-size: 16px;
    margin-top: 10px;
    margin-left: 2px;
    margin-bottom: -20px;

}
.product-name h4 {
    color: #584c3d;
    text-align: left;
    padding: 10px 0px 0px;
    font: normal normal bold 17px "Hind Siliguri", sans-serif;
}
.product-description{
    margin-bottom: 0px;
    margin-top:  -15px;
    margin-left: 2px;
    color:#584c3d;
    font:14px "Hind Siliguri", sans-serif;
	padding-top: 12px;
	padding-bottom: 32px;
}
.product-item {
    flex-direction: column;
    margin-bottom: 40px;
}

.product-info {
    margin-top: 20px;
}


.product-list {
            display: flex;
            flex-wrap: wrap;
        }

        .product-item {
            width: 33.33%;
            padding: 10px;
        }

        .product-image {
            width: 100%;
            height: auto;
        }

        .product-name {
            margin-top: 10px;
            font-weight: bold;
        }

        .product-description {
            margin-top: 5px;
        }



/* Estilos para as imagens dentro das colunas */
.product-columns img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-bottom: -20px;
}
/* Ajustar a tela */
@media screen and (max-width: 768px) {
    .product-columns {
        column-count: 1;
    }
	
	.logoStyle{
		max-width:230px;
	}
	
	.input-field{
		width:280px !important;
	}
	
	#sendbtn{
		padding-left:5px !important;
		padding-right:5px !important;
	}
}
/* Alinhar o  login */
.main {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.main a {
    margin-right: 10px;
    color: #9f8b7e;
    font-size: 1.1rem;
    font-weight: 500;
    transition: all .50s ease;
    text-decoration: none;
}
.user{
    display: flex;
    align-items: center;
}
.user i{
        
    font-size: 22px;
    margin-right: 7px;
}
.main a:hover{
    color: #ffeba7;
    text-decoration: none;
}
/* Mensagem de boas vindas */
h2 {
    color: #9f8b7e;
    text-decoration: none;
    text-align: center;
    margin-top: -5px;
}







