*{
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: #666;
}

.topo{
    width: 100%;
}

.topo img{
    width: 100%;
    margin-bottom: 20px;
}



h2{
    color: #696969;
    padding: 22px 0;
    font-size: 1.2em;
}

.tres{
    width: 30%;
    float: left;
}

.tres img{
    width: 100%;
}

.um{
    width: 10%;
    float: left;
    height: 2px;
}

.seis{
    width: 60%;
    float: left;
    padding-top: 50px;
}

.seis p{
    color: #666;
}

.legenda{
    margin-top: -350px;
    margin-bottom: 220px;
    width: auto;
    height: auto;
    display: table;
    padding: 30px;
    margin-right: 10%;
    position: relative;
    z-index: 10;
    float: right;
    background: rgba(255,255,255,0.8);
    border-radius: 5px;
}

.legenda h5{
    font-weight: bold;
    font-size: 1.3em;
}

.legenda li{
    list-style: none;
    padding-left: 20px;
}

.seis h5{
    color: #666;
    font-size: 1.1em;
    padding-bottom: 6px;
    padding-top: 60px;
}

.separa{
    width: 100%;
    clear: both;
}

.top{
    margin-top: 30px;
}

.cinco, .doisx{
    width: 50%;
    float: left;
}

.cinco img{
    width: 90%;
}

.doisx img{
    margin-top: 20px;
}

.cinco h5{
    padding-top: 70px;
    color: #666;
    font-size: 1.1em;
    padding-bottom: 6px;
}

.dois{
    width: 20%;
    float: left;
}

.dois img{
    width: 100%;
}

.sete{
    width: 70.5%;
    float: left;
}

.sete p{
    color: #666;
}

.sete h5{
    color: #666;
    font-size: 1.1em;
    padding-bottom: 6px;
    padding-top: 70px;
}

.meio{
    width: 0.5%;
    float: left;
}

.slot{
    width: 100%;
}

.slot img{
    width: 100%;
}

.slot p{
    padding-left: 5%;
}



.centro{
    width: 90%;
    margin: 0 auto;
    margin-bottom: 50px;
}

.box{
    width: 100%;
    float: left;
    margin: 0 1%;
    margin-bottom: 30px;
}

.box p{
    color: #666;
}

.box h5{
    color: #666;
    font-size: 1.1em;
    padding-bottom: 6px;
    padding-top: 60px;
}

iframe{
    width: 95%;
}

p{
    padding: 4px 0;
	font-size: 18px;
}

.detalhe{
    width: 50%;
    float: left;
}

.detalhe img{
    max-width: 90%;
}

.break{
    width: 100%;
    height: 70px;
}

iframe{
    width: 100%;
    height: 450px;
}

.banner{
    width: 100%;
    height: auto;
}

.banner img{
    width: 100%;
    margin-bottom: 30px;
}

.popup {
    position: fixed;
    padding: 10px;
    width: 60%;
    height: 450px;
    border-radius: 10px;
    top: 5%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: rgba(255,255,255,.9);
    visibility: hidden;
    opacity: 0;
    /* "delay" the visibility transition */
    -webkit-transition: opacity .5s, visibility 0s linear .5s;
    transition: opacity .5s, visibility 0s linear .5s;
    z-index: 20;
  }
  .popup:target {
    visibility: visible;
    opacity: 1;
    /* cancel visibility transition delay */
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  .popup-close {
    position: absolute;
    padding: 10px;
    max-width: 500px;
    border-radius: 10px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: rgba(255,255,255,.9);

  }
  .popup .close {
    position: absolute;
    right: 5px;
    top: 5px;
    padding: 5px;
    color: #000;
    transition: color .3s;
    font-size: 2em;
    line-height: .6em;
    font-weight: bold;
    background: #fff;
    border-radius: 5px;
  }
  .popup .close:hover {
    color: #00E5EE;
  }
  
  .close-popup {
    background: rgba(0,0,0,.7);
    cursor: default;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    /* "delay" the visibility transition */
    -webkit-transition: opacity .5s, visibility 0s linear .5s;
    transition: opacity .5s, visibility 0s linear .5s;
  }
  .popup:target + .close-popup{  
    opacity: 1;
    visibility: visible;
    /* cancel visibility transition delay */
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }

.box {
	display: inline-flex;
}

.box_left {
	width: 40%;
	height: auto;
}

.box_right {
	width: 60%;
	height: auto;
}


.box06 {
	width: 100%;
	height: 450px;
	position: relative;
}

.box_06_l {
	width: 50%;
	height: 100%;
	position: relative;
	left: 0;
}

.box_06_l img {
	width: 90%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.box_06_r {
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}

.box_06_r p {
	width: 95%;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
}

.slider{
    overflow: hidden;
	width: 100%;
	height: auto;
	
}

.slider-content img {
	width: 100%;
	height: auto;
}

.slider > .slider-content{
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    transition: all 500ms ease;
	}

.slider > .slider-content > .slider-item {
    flex: 0 0 auto;
    width: 100%;
}

.slider > input:nth-child(1):checked ~ .slider-content{
    transform: translateX(0%);
}

.slider > input:nth-child(2):checked ~ .slider-content{
    transform: translateX(-100%);
}
.slider > input:nth-child(3):checked ~ .slider-content{
    transform: translateX(-200%);
}

.slider > input:nth-child(4):checked ~ .slider-content{
    transform: translateX(-300%);
}

.nvidia_button {
	width: 20px;
	height: 30px;
	background-color: green;
	position: relative;
	top: 0;
	left: 47%;
	transform: translate(-50%, 0);
}

.title {
    color: #0076ce;
    padding: 24px 0;
    font-size: 1.2em;
}

@media(max-width:600px) {
    .tres, .seis, .cinco, .dois, .sete, .box{
        width: 100%;
        text-align: justify;
    }

    .detalhe img{        
        margin: 0 auto;
        text-align: center;
    }

    .break{
        display: none;
    }

    .doisx img{
        width: 150px;
        height: 150px;
        margin-left: 50%;
        left: -75px;
        text-align: center;
    }

    .detalhe{
        width: 100%;
    }

    .top{
        margin-top: 0;
    }

    .um, .meio{
        display: none;
    }

    .cinco{
        margin-bottom: 50px;
    }

    .cinco h5, .seis h5, .sete h5{
        padding-top: 0px;
    }

    .legenda{
        background: rgba(255,255,255,0.9);
        margin-top: 0px;
        margin-bottom: 30px;
        width: 100%;
        height: auto;
        display: table;
        padding: 0px;
        margin-left: 0;
        position: relative;
        z-index: 10;
        margin-right: 0;
        padding: 0;
    }

    .detalhe img{
        width: 50%;
        margin: 0 25%;
    }

}
