/* Não apagar estas classes */

#ACT-body {
   max-width: 1400px;
   width: 100%;
   margin-left: auto;
   margin-right: auto;
}

#ACT-body * {
    -webkit-box-sizing: border-box !important;
            box-sizing: border-box !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  #ACT-body .row {
    display: block;
  }

    
  /* Class de exemplo */
  
  #ACT-body .bloco {
      font-size: 2rem;
      color: white;
      width: 100%;
      height: auto;
	  margin-bottom: 100px;
      text-align: center;
      justify-content: center;
      align-items: center;
      background-color: white;
	  z-index: 1;		
	  position: relative;

  }
	
	.bloco_categoria{
	 	height: auto;
		margin-bottom: 20px;
     	background-color: white;
		color: white;
		width: 80%;
		margin: auto;
		z-index: 3;
		position: relative;

  }

	.titulo_dior {
      font-size: 4rem;
      font-family: century-gothic, sans-serif !important;
      font-weight: 400;
      font-style: normal;
      color: black;
      width: 100%;
      height: 7vh;
      text-align: center;
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: white;

  }

	.imagemtopo {
      width: 100%;
	  height: auto;
      justify-content: center;
      align-items: center;
      background-color: white;
	  z-index: 2;
	  position: relative;
  }

.titulo_categoria {
      font-size: 2.4rem;
      font-family: century-gothic, sans-serif !important;
      font-weight: 200;
      font-style: normal;
      color: black;
      width: 95%;
      height: auto;
      text-align: center;
      display:flex;
      justify-content: center;
      align-items: center;
      background-color: white;
	  margin: auto;
	  float: inherit;
      padding: 20px;
  }

	.titulo_2 {
      font-size: 3rem;
      font-family: century-gothic, sans-serif !important;
      font-weight: 400;
      font-style: normal;
      color: black;
      width: 100%;
      height: auto;
      text-align: center;
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: white;
	  padding-top: 20px;
  }

.texto_1 {
      font-size: 1.7rem;
      font-family: century-gothic, sans-serif !important;
      font-weight: 400;
      font-style: normal;
      color: black;
      width: 95%;
      height: auto;
	  margin: auto;
      text-align: center;
      justify-content: center;
      align-items: center;
      background-color: white;
	  padding: 20px;
	line-height: 1.5;
  }

.texto_rodape {
      font-size: 1.4rem;
      font-family: century-gothic, sans-serif !important;
      font-weight: 400;
      font-style: normal;
      color: #555;
      width: 95%;
      height: auto;
	  margin: auto;
      text-align: center;
      justify-content: center;
      align-items: center;
      background-color: white;
	  padding: 20px;
	  line-height: 1.5;
  }

.nomeproduto {
      font-size: 1.8rem;
      font-family: century-gothic, sans-serif !important;
      font-weight: 800;
      font-style: normal;
      color: black;
      width: 90%;
      height: auto;
	  margin: auto;
      text-align: center;
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: white;
  }

.legendaproduto {
      font-size: 1.6rem;
      font-family: century-gothic, sans-serif !important;
      font-weight: 400;
      font-style: normal;
      color: black;
      width: 90%;
      height: auto;
	  margin: auto;
      text-align: center;
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: white;
	padding: 10px;
  }

.texto-sup {
	position: relative;
	top: -0.5em;
	font-size: 80%;
}

.coluna {
  float: left;
  width: 33.3%;
  padding: 0px;
}

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

.coluna_b {
  float: left;
  width: 25%;
  padding: 0px;
}

.linha:after {
  content: "";
  display: table;
  clear: both;	
}

.column {
  float: left;
  width: 33%;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 900px) {
  .coluna {
    width: 100%;
  }
}

@media screen and (max-width: 900px) {
  .coluna_a {
    width: 100%;
  }
}

@media screen and (max-width: 900px) {
  .coluna_b {
    width: 100%;
  }
}

.content {
  display: none
}
.content:first-of-type {display:block}



