﻿@import url(https://fonts.googleapis.com/css?family=Inter);

/* Configura carregando... */
#loading { 
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    background-image: url('../home/images/carregar_10.gif');
    background-position: center center;
    background-repeat: no-repeat;
    top: 0px;
    left :0px;
    display: block;
    cursor: pointer;
    filter: alpha(opacity=90);
    opacity: 0.8;
}  

/* Reset bÃ¡sico */
* {
    margin: 0;
    padding: 0;
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Open Sans', 'Helvetica Neue', sans-serif, Arial, sans-serif;

}

/* Corpo da PÃ¡gina */
body {
    width: 100%;
    line-height: 1.2;
    background-color: #FFF;
}


/* CabeÃ§alho */
header {
    background-color: #000;
    color: white;
    padding: 10px 0;
    text-align: center;
    box-shadow: 0 8px 10px #e0dddd;
}

header h1 {
    font-size: 0.6em;
}

footer {
    font-size: 0.85em;
    background-color: #333;
    color: #fff;
    height: 150px;
	width:  100%;
    top: 10px;
    bottom: 0;
}

footer .div-footer-empresa {
    width: 100%;
    text-align: center;
    -padding-bottom: 20px;
}

footer .div-footer-empresa:first-letter {
    text-transform: capitalize;
}

footer .div-footer-redessociais {
    text-align: center;
    width: 100%;
    padding: 15px 0 15px 0;
    margin-left: auto;
    margin-right: auto;
}

footer .div-footer-redessociais a button {
    width: 40px;
    height: 40px;
    font-size: 20px;
    cursor: pointer;
    border-radius: 50%;
    background-color: transparent;
    border: 1px #fff;
    text-align: center;
    transition: .2s;
    text-align: center;
    color: #fff;
}

footer .div-footer-redessociais button:hover {
    background-color: #fff;
    color: #000;
}

footer a {
	text-decoration: none;
	color: #070707;
}

h2 {
    font-size: 1.1em;
	text-align: center;
	width: 100%;
}

.label-categoria {
    font-size: 0.8em;
	text-align: left;
	width: 100%;
	padding: 20px 0 0 20px;
}

.input-produto {
	font-size: 1.2em; 
	width: 100%;
	-padding: 20px 0 20px 10px;
	padding: 20px;
	background-color: #868786;
	color: #fff;
	-box-shadow: 0 0.1rem 0.5rem rgb(240, 46, 46);
	cursor: pointer;
    transition: 0.2s;
    line-height: 15px;
    -height: 70px;
    border: none;
    justify-content: center;
    min-height: 50px;

}

.input-produto:hover {
	background-color: #F0F0F0;
	color: #000;
}

.sub-menu {
	font-size: 1.0em; 
	width: 100%;
	padding: 20px 0 20px 10px;
	background-color: #868786;
	color: #fff;
	-box-shadow: 0 0.1rem 0.5rem rgb(240, 46, 46);
	cursor: pointer;
    transition: 0.2s;
    line-height: 15px;
    -height: 70px;
    border: none;
    justify-content: center;

}

.sub-menu:hover {
	background-color: #F0F0F0;
	color: #000;
}

nav ul {
    list-style: none;
    padding: 10px;
    font-size: 0.8em;
}

nav ul li {
	color: #FF0000;
    display: inline;
    margin: 0 15px;
}

nav ul li a {
    color: white;
    text-decoration: none;
}

/* Lista de produtos */
.product-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-left: auto;
    margin-right: auto;
}

.product {
    padding: 20px;
    padding-bottom: 10px;
    margin: 10px;
    width: 450px;
    text-align: center;
    min-height: 350px;
    color: #777;

    border-radius: 8px;
    
    flex-basis: auto;
    justify-content: center;

    margin-left: auto;
    margin-right: auto;
}

.product hover {
    transform: scale(1.1);
}

.imagem-grade{
    height: 170px;
}

.quero-produto {
    padding: 10px;
    padding-bottom: 0px;
    
}

.tela-iamagem {
    max-height: 180px;
    position: relative;
    overflow: hidden;
    padding-bottom: 20px;
}

.product img {
    margin-bottom: 15px;
    cursor: pointer;
}

.product img:hover {
    transform: scale(1.1);
}

.produto-valor {
    -background-color: #F5F5F5;
    font-size: 0.8em;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.imagem-produto {
    -height: 50%;
    -max-width: 100%;
    -margin-bottom: 15px;
    -cursor: pointer;
    border-radius: 5px;

  -width: 100%;
  height: 50%;
  object-fit: cover;
  object-position: top;
   
}

.imagem-produto:hover {
    transform: scale(1.1);
}

.produto-tecido {
    background-color: #F5F5F5;
    padding: 50px 30px 50px 30px;
    font-size: 0.8em;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.product h3 {
    font-size: 0.8em;
    margin-bottom: 5px;
}

.product p {
    font-size: 1em;
    color: #777;
    margin-bottom: 15px;
}

.product button {
    color: #333;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    border-radius: 5px;
	text-decoration: none;
	flex-direction: row;
	bottom: 2px;
    transition: .2s;
}

.quero-produto button {
    position: relative;
}

.product button:hover {
    background-color: #218838;
    color: white;
}

.product button a {
	text-decoration: none;
    color: white;
}

.font-preco {
    padding: 10px;
    font-size: 0.7em;
    color: #777;
    margin-bottom: 15px;
}

.font-preco-valor{
    font-size: 0.8em;
    background-color: #F0F0F0;
    border-radius: 5px;
}

.produto-caracteristica {
	display: block;
	justify-content: center;
	margin: 5 0 5 0;
    font-size: 0.8em;
    -color: #777;

}

.nav-seta-carrossel {
    display: none;
    font-size: 10px;
}

.div-atividades{
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 1px;
    -padding: 20px;
    -margin: 10px;
    font-size: 0.8em;
    white-space: nowrap;
    line-height: 150%;
    justify-content: center;
    text-align: center;
    align-items: center;
    vertical-align: baseline;
    display: grid;
    -background-color: f1f1f1;
}

.div-atividades i{
    font-size: 30px;
}

	/* Sub menu*/

   .breadcrumb {
      display: flex;
      list-style: none;
      padding: 0;
      margin: 0;
      background: #868786;
      overflow: hidden;
      min-height: 50px;
 	  font-size: 1.0em;
	  align-items: center;
	  cursor: pointer;
    }

    .breadcrumb li {
      position: relative;
    }

    .breadcrumb li a {
      display: block;
      padding: 20px;
      text-decoration: none;
      color: #fff;
      background: #868786;
      transition: background 0.3s, color 0.3s;
    }

    /* Setas brancas */
    .breadcrumb li::after {
      content: "";
      position: absolute;
      top: 5;
      -right: -15px;
      -width: 0;
      -height: 0;
      -border-top: 20px solid transparent;
      -border-bottom: 20px solid transparent;
      -border-left: 15px solid #f1f1f1;
      -z-index: 1;
      color: #000;
    }

    .breadcrumb li::before {
      content: "";
      position: absolute;
      top: 5;
      -right: -15px;
      -width: 0;
      -height: 0;
      -border-top: 20px solid transparent;
      -border-bottom: 20px solid transparent;
      -border-left: 15px solid #f1f1f1;
      -z-index: 0;
      color: #000;
    }

    /* Hover */
    .breadcrumb li:hover a {
      background: #007bff; /* azul moderno */
      color: #fff;
      font-weight: bold;
    }

    .breadcrumb li:hover::before {
      -border-left-color: #007bff; /* seta atrás */
    }

    /* Último item */
    .breadcrumb li:last-child a {
      font-weight: bold;
      color: #fff;

    }

    .breadcrumb li:last-child::after,
    .breadcrumb li:last-child::before {
      content: none;
    } 

  /* Overlay */
  #overlay {
    display:none;
    position:fixed;
    top:0; left:0; right:0; bottom:0;
    -background:rgba(0,0,0,0.5);
    background:white;
    justify-content:center;
    align-items:center;
    z-index:9999;
  }
  #overlay img {
    max-width:90%;
    max-height:90%;
  }


/* Estilo Responsivo */
@media (max-width: 768px) {
    body {
        background-color: #fff;
    }

    .nav-seta-carrossel {
        display: none;
    }

    .product-list {
        justify-content: center;
    }

	.produto-valor {
	    font-size: 0.7em;
	}

    .product {
        max-width: 90%;
    }

    header h1 {
        font-size: 0.8em;
    }

	nav ul {
	    font-size: 1em;
	}

	h2 {
	    font-size: 1.1em;
		width: 100%;
	}

	.product h3 {
	    font-size: 0.9em;
    }

	.button {
	    font-size: 1.1em;
	}
	
	.font-preco {
	    font-size: 0.8em;
	}
	
    .font-preco-valor{
        font-size: 0.8em;
        background-color: #F0F0F0;
        border-radius: 5px;
    }

	.produto-caracteristica {
		display: block;
		justify-content: center;
		margin: 5 0 5 0;
	    font-size: 0.7em;
	    -color: #777;
	
	}

	.input-produto {
		font-size: 0.8em;
		width: 100%;
	}

    .breadcrumb {
 	  font-size: 0.8em;
    }


    .div-atividades{
        font-size: 0.7em;
    }

    .imagem-produto {
        height: 160px;
    }
    
}