*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html,body{
    height: 100%;
    font-family: gotham-book;
    
}

@font-face {
    font-family: gotham-light;
    src: url(../fonts/Gotham-Font/Gotham-Light.otf);
}

@font-face {
    font-family: gotham-medium;
    src: url(../fonts/Gotham-Font/GothamMedium.ttf);
}

@font-face {
    font-family: gotham-bold;
    src: url(../fonts/Gotham-Font/Gotham-Bold.otf);
}

@font-face {
    font-family: gotham-book;
    src: url(../fonts/Gotham-Font/GothamBook.ttf);
}

.clear{
    clear: both;
}

/***Remove item mobile***/
.icone-mobile{
    display: none;
}

.menu-mobile{
    display: none;
}
/***Remove item mobile***/


/***CABEÇALHO****/
header{
    background: #042D66;
    width: 100%;
    /* max-width: 1400px; */
    height: 80px;
}

.cabecalho{
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 0 5%;
    padding-top: 17px;
 
}

.logo{
    width: 200px;
}

.logo img{
    width: 100%;
}

.menu-desktop li{
    display: inline-block;
    color: white;
}

.menu-desktop li a{
    padding-left: 20px;
    text-decoration: none;
    font-size: 18px;
    color: white;
}

.menu-desktop li a:hover{
    color: #f7de02;
    font-size: 20px;
    font-family: 'gotham';
    transition: 600ms;
}
/*****FIM-cabeçalho****/

.section-1{
    width: 95%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 100px;
    padding-top: 70px;
    margin: 0 auto;
}

.container-produto{
    width: 19%;
    margin-top: 30px;
    text-align: center;
}



.capa-produto{
    width: 100%;
}

.capa-produto img{
     width: 100%;
}


a{
    text-decoration: none;
}













footer{
    width: 100%;
    background: #042D66;
    height: 65px;
    color: white;
    text-align: center;
    padding-top: 10px;
}



@media screen and (max-width: 672px) {

    .icone-mobile{
        display: block;
    }

    .menu-desktop{
        display: none;
    }

    .cabecalho{
        padding-top: 6px;
    }

    .logo{
        width: 40%;
        padding-top: 10px;
    }

    footer{
        height: 65px;
        padding: 0 10px;
        padding-top: 15px;
        font-size: 13px;
    }

}

@media screen and (max-width: 700px){

    .section-1{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .container-produto{
        width: 33%;
     
    }

   
}


.menu{
    display: none;
	width:100%;
	height:50px;
	background-color: #222;
	}
	
.menu>ul{
	list-style:none;	
	position:relative;
	margin-left:50px;
	}
.menu ul li{
		width:150px;
		float:left;
	}

.menu a{
	padding: 24px;
	display:block;
    color: #042D66;
	text-decoration: none;
	background-color: rgb(255, 255, 255);
	text-align:center;
	}
.menu ul ul{
	list-style:none;
	position:absolute;
	visibility:hidden;
	
	}
.menu ul li:hover ul{
	visibility:visible;
	}
	
.menu a:hover{
	background-color:#f4f4f4;
	}

.menu ul ul li{
	float:none;
	border-bottom: solid 1px #ccc;
	}
.menu ul ul li a{
	background-color:#069;
	}
#bt_menu{
	display: none;
	}
label[for='bt_menu']{
	padding-top: 10px;
    /* position: relative;
    left: 86%;
    bottom: 52px; */
	
	color: white;
	font-family:'Arial';
	text-align:center;
	font-size:30px;
	cursor:pointer;
	display:none;
	width:50px;
    border-radius: 7px 7px 7px 7px;
	height:50px;
	}	
label[for='bt_menu']:hover{
	background-color:#f4f4f4;
	color:#aaa;
	}
@media (max-width: 672px) {
.menu{
    display: block;
	margin-left: -100%;
	transition:all .4s;
	}
label[for='bt_menu']{
	display:block;
	}
.menu>ul{
	margin-left:0;
	}
.menu{
	margin-top: 22px;
	}
.menu ul li{
	width:100%;
	float:none;
	}
.menu ul ul{
	position:static;
	overflow:hidden;
	max-height:0;
	transition:all .4s;
	}
.menu ul li:hover ul{
	height:auto;
	max-height:200px;
	transition:all .4s;
	}
#bt_menu:checked ~ .menu{
	margin-left:0;
	}
}



.container-produto:nth-child(30){
    opacity: 0%;
}




.container-produto:nth-child(31){
    opacity: 0%;
}

.container-produto:nth-child(29){
    opacity: 0%;
}



.container-produto:nth-child(28){
    opacity: 100%;
}


.container-produto:nth-child(27){
    opacity: 100%;
}
















