*{
    margin: 0;
    padding: 0;
}
body{
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
}
#bcimg
{
    width: 200px;
    height: 100px;
    margin-top: -600px;
    float: right;
    background: url(images/top_right.png)no-repeat;
    background-size: contain;
}
#bcimg
{
    width: 200px;
    height: 100px;
    margin-top: -600px;
    margin-left: 100px;
    float: right;
    background: url(images/top_right.png)no-repeat;
    background-size: contain;
}
#main
{
    width: 1100px;
    height: 100%;
    margin-top: 30px;
    margin-left: 200px;

}
#header
{
    width: 1100px;
    height: 150px;
    
}
#logo1
{
    width: 300px;
    height: 150px;
    background: url(images/logo.png)no-repeat;
    background-size: contain;
    float: left;
    margin-right: 570px;
}
#next
{
    
    margin-top: 30px;
    float: right;

}
.sale{
    color: #61afff;
    margin-top: 20px;
    
}
#boxa
{
    width: 1100px;
    height: 400px;
    background: url(images/bg.png);
    background-size: cover;
    border-radius: 30px;
    margin-bottom: 50px;
}
.box{
    margin-left: 200px;
}
#menu{
margin-right: 50px;
 padding-top: 5px;
 float: right;
 margin-top: -430px;
}
#menu ul li{
    list-style: none;
    padding-bottom: 15px;
    
}
#menu ul li a{
    text-decoration: none;
    color: black;
    font-weight: bold;
    font-size: 20px;
    
}
#menu ul li a:hover
{
    color:#61afff;
}
.co{
    color:#61afff;
    margin-left: 10px;
    
}
.main-title,.second-title
{
    text-align: center;
    justify-content: center;
    display: flex;
    margin-top: 50px;
    margin-bottom: 50px;
}

.second-title{
    background-color: #fcf8e3;
    width: 100%;
    font-size: 20px;

}
#footer
{
    margin-top: 4000px;
    width: 1300px;
    height: 50px;
    background-color: black;
    color: white;
    align-items: center;
    display: flex;
    margin-left: -1100px;
}
    
.copy
{
    float: left;
    margin-right: 600px;
}
#conta
{
    width: 100%;
    height: 400px;
    border: 1px solid gray;
    border-radius: 30px;
    margin-bottom: 50px;
}
#parta h4,#partb h4,#partc h4,#partd h4,#parte h4{
    margin-top: 20px;
    text-decoration: underline;
    margin-bottom: 20px;
}
#parta,#partb,#partc,#partd,#parte{
    margin-left: 10px;
    width: 700px;
    float: left;
}
#parta p,#partc p,#partd p,#parte p {
    margin-bottom: 20px;
}
.icona
{
    width: 26px;
    height: 15px;
    float: left;
    background: url(images/bullet_blu.png);
}
.iconb
{
    width: 26px;
    height: 15px;
    float: left;
    background: url(images/bullet_blk.png);
}
#img{
    width: 210px;
    height: 210px;
    margin-top: 100px;
    margin-right: 50px;
    float: right;
    background: url(images/thumb1.png);
}
#contb{
    width: 100%;
    height: 210px;
    border: 1px solid gray;
    border-radius: 30px;
    margin-bottom: 50px;
}
#imga{
    width: 210px;
    height: 210px;
    
    margin-right: 50px;
    float: right;
    background: url(images/thumb5.png);
}
#contc{
    width: 100%;
    height: 240px;
    border: 1px solid gray;
    border-radius: 30px;
    margin-bottom: 50px;
}
#imgb{
    width: 210px;
    height: 210px;
    
    margin-right: 50px;
    float: right;
    background: url(images/thumb2.png);
}
#contd{
    width: 100%;
    height: 210px;
    border: 1px solid gray;
    border-radius: 30px;
    margin-bottom: 50px;
}
#imgc{
    width: 210px;
    height: 210px;
    
    margin-right: 50px;
    float: right;
    background: url(images/thumb3.png);
}
#contd{
    width: 100%;
    height: 210px;
    border: 1px solid gray;
    border-radius: 30px;
    margin-bottom: 50px;
}
#imgd{
    width: 210px;
    height: 210px;
    
    margin-right: 50px;
    float: right;
    background: url(images/thumb4.png);
}
#conte{
    width: 100%;
    height: 210px;
    border: 1px solid gray;
    border-radius: 30px;
    margin-bottom: 50px;
}


.slider-banner {
    position: relative;
    display: inline-block;
    width: 800px;
    height: 380px;
    text-align: center;
   margin-left: 50px;
    box-sizing: border-box;
    overflow: hidden;
  }
  
  .slider-banner input { display: none; }
  .slider-image {
    position: absolute;
    left: 0;
    display: inline-block;
    width: 800px;
    height: 320px;
    border: 6px solid white;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: left .2s ease-in;
    overflow: hidden;
  }
  
  .slider-image img { width: 100%; }
  .nav label {
    position: absolute;
    top: 40%;
    display: block;
    color: rgba(255,255,255,.5);
    font-family: 'Arial', sans-serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 50px;
    width: 50px;
    height: 50px;
    background-color: rgba(0,0,0,.5);
    text-align: center;
    opacity: 0;
    z-index: 9;
  }
  
  input:checked + .slider-image {
    position: absolute;
    display: inline-block;
    opacity: 1; 
    visibility: visible;
    transition: left .2s ease-in;
  }
  
  .nav label:hover { opacity: 1; }
  .slider-image img:hover + .nav label { opacity: .75; }
  .nav .prev { left: 0; border-radius: 0  10px 10px 0; }
  .nav .next { right: 0; border-radius: 10px  0 0 10px; }
  
  .bullet-nav {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  
  .bullet {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 10px;
    background-color: #555;
    border: 1px solid #111;
  }
  
  .bullet:first-child { border-radius: 10px 0 0 10px; }
  .bullet:last-child { border-radius: 0 10px 10px 0; }
  
  input#slideA:checked ~ .bullet-nav label#bulletA,
  input#slideB:checked ~ .bullet-nav label#bulletB,
  input#slideC:checked ~ .bullet-nav label#bulletC,
  input#slideD:checked ~ .bullet-nav label#bulletD{
    background-color: #FF6464;
  }