/*RESET*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400&display=swap');
@import url('http://fonts.cdnfonts.com/css/idroid');

* {
    scroll-behavior: smooth;
    font-family: Roboto, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

/*DEFAULT COLORS*/
:root {
    --cor-1: #F2F2F2;
    --cor-2: #FBFBFB;
    --cor-3: #FFFFFF;
    --cor-4: #F03627;
}

body {
    background-color: var(--cor-1);
    overflow-x: hidden;
    min-width: 400px;
}

a {
    text-decoration: none;
    color: black;
}

/*HEADER*/
.container .header_container {
    display: grid;
    grid-template-columns: 2fr 1fr;
    background-color: var(--cor-1);
    z-index: 10000;
}

.header_container .logo {
    font-family: monospace;
    font-size: 46px;
    font-weight: 900;
    font-family: sans-serif;
    text-transform: uppercase;
    padding: 11% 10% 0% 18%;
}

/*LOGO - s1 and s2, we used this class in another tag too*/
.s1 {
    color: #F03627;
}

.s2 {
    font-family: monospace;
    color: gray;
}

.header_container ul.info {
    list-style: none;
    padding-top: 1%;
    padding-right: 8%;
}

.header_container ul.info li {
    margin-bottom: 2.5%;
    margin-top: 2%;
}

.header_container ul.info li .item span {
    padding-inline-end: 1px;
    font-size: small;
}

ul.info li span,
ul.info li i {
    display: inline-block;
    color: #8E8E8E;

}

.header_container ul.info h4 {
    width: 65%;
    border: 0.8px solid;
    border-radius: 10px;
    padding: 3%;
    background-color: #F03627;
    color: #FFFFFF;
    text-align: center;
    margin-left: 50px;

}

/*ICONES*/
li a.linkedin i {
    color: rgb(0, 153, 248);
    font-size: 28px;
    border-radius: 50%;
}

li a.github i {
    color: rgb(87, 87, 87);
    font-size: 28px;
    border-radius: 50%;
}

li a.profile i {
    color: rgb(0, 162, 81);
    font-size: 28px;
    border-radius: 50%;
}

/*MEDIA ICONS*/
.social-midia {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
    border: 1px solid #FFFFFF;
    border-radius: 20px;
    padding: 3%;
}

/*NAVBARr*/
.container nav .navbar {
    display: flex;
    flex-flow: row wrap;
    position: relative;
    top: 2.4em;
    box-shadow: -1px -1px 5px rgba(0, 0, 0, 0.418), 1px 2px 5px rgba(160, 160, 160, 0.412);
    justify-content: space-between;
    background-color: var(--cor-2);
    list-style: none;
    padding: 2% 12%;
    width: 70%;
    margin: auto 3% auto 12%;
}

.navbar li {
    border-right: 1px solid rgb(153, 152, 152);
    background-color: var(--cor-2);
    padding-right: 10%;
    padding-top: 1%;
    padding-bottom: 1%;
}

.navbar li a {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 800;
    color: rgba(0, 0, 0, 0.874);
    background-color: var(--cor-2);
}

/*MAIN*/
.main_container .carrossel {
    text-align: center;
    height: 40%;

}

.carrossel-img {
    height: 400px;
    width: 100%;
}

.main_container {
    object-fit: contain;
    width: 100vw;
    min-width: 400px;
}

/*Main - Categorory*/
.main_container .category {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3%;
    padding: 0% 5% 3% 5%;
    margin-bottom: 150px;
    min-width: 400px;
}

.category .categ-box {
    display: flex;
    flex-flow: column;
    align-items: center;
    background-color: #FFFFFF;
    padding: 7%;
    text-align: center;
}

.categ-box ul {
    list-style: none;
}

.categ-box ul li {
    padding: 2%;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.imagem-categoria-container{
overflow: hidden;
border-radius:250px;
height: 190px;
width: 200px;
}

.imagem_categoria {
    max-width: 100%;
    max-height: 100%;
    transform: scale(1.1);
    object-fit:cover;
}

.imagem_categoria:hover {
    transform: scale(1.18);
}

.imagem_galeria {
    width: 400px;
    max-width: 400px;
    height: 320px;
}

.imagem_galeria:hover {
    transform: scale(1.02);
}

/*targing the element li in the position 3 - h2 tag*/
.categ-box ul li:nth-child(3) {
    color: #F03627;
    font-size: 12px;
}

/*targing the element li in position 3 - icon*/
.categ-box ul li:nth-child(3) {
    font-size: 24px;
    background-image: -webkit-linear-gradient(95deg, rgba(219, 219, 0, 0.571), rgba(255, 166, 0, 0.522));
}

.icon-category {
    color: rgba(0, 0, 0, 0.719);
}

/*Main - Products*/

.main_container .category .products {
    grid-column: 1/4;
    /*a ultima coluna ocupara todo o espaco*/
    background-color: var(--cor-3);
    padding: 2% 3% 7% 3%;
}

.products .prod_conteiner {
    display: grid;
    /*grid para os elementos filhos*/
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
    row-gap: 40px;
    margin-top: 1.5%;
}

.products .prod_box {
    height: 380px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(102, 102, 102, 0.64);
    -moz-box-shadow: 0px 0px 10px 0px rgba(102, 102, 102, 0.64);
    box-shadow: 0px 0px 10px 0px rgba(102, 102, 102, 0.64);
    text-align: center;
    padding: 2% 0%;
}

.products .prod_box ul {
    list-style: none;
}

.prod_box ul li {
    padding: 2% 0%;
}

.prod_box ul li h3 {
    text-align: center;
}

.flex-button {
    display: none;
    /*the buttons will be hidden, it will only show in hover*/
    position: relative;
    bottom: 20px;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;

}

.prod_box:hover .flex-button {
    display: flex;
}

.flex-button button {
    padding: 2%;
    border: none;
    border-radius: 3px;
    width: 80px;
    cursor: pointer;
    color: var(--cor-3);
    -webkit-box-shadow: 0px 0px 7px 0px rgba(102, 102, 102, 0.44);
    -moz-box-shadow: 0px 0px 7px 0px rgba(102, 102, 102, 0.44);
    box-shadow: 0px 0px 4px 0px rgba(102, 102, 102, 0.64);
}

.btn-see {
    background-color: #0093E9;
    background-image: linear-gradient(270deg, #0093E9 0%, #80D0C7 100%);
}

.btn-download {
    background-color: #08AEEA;
    background-image: linear-gradient(247deg, #08AEEA 0%, #2AF598 100%);
}

li button:hover {
    filter: brightness(.8);
    transition: cubic-bezier(0.645, 0.045, 0.355, 1);
}

/*FOOTER*/

footer {
    position: relative;
    bottom: -80px;
    display: flex;
    margin-top: 3%;
    padding: 3%;
    background-color: rgb(19, 11, 11);
    color: white;
}

footer .address {
    list-style: none;
    margin-right: 15%;
}

.address li {
    width: max-content;
    padding-bottom: 2%;
    font-size: 12px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

footer .icons {
    display: flex;
    justify-content: space-between;
    gap: 5px;
    margin-right: 15%;
}

.icons li {
    display: inline-block;
    padding: 4% 8%;
    font-size: 1.8em;

}

.icons li a {
    color: white;
}

footer h1.logo {
    font-size: 2.2em;
    font-family: 'iDroid', Calibri;
}