
/* main page cards*/
.carousel{
  /*display: block;
  position: relative;*/
  width: 100%;
  margin:0 auto;
  height: 390px;
}
.carousel-cell {
  width: 100%;
  /*height: 358px;*/
  margin-right: 100px;
  background:  #ffffff;
  border-radius: 6px;
  counter-increment: carousel-cell;
}
/* cell number */
.carousel-cell:before {
  display: block;
  text-align: center;
  content: counter(carousel-cell);
  line-height: 0px;
  font-size: 0px;
  color: white;
}

/*################################################################*/
/*
.container {
  width: 80%;
  max-width: 80%;
  margin-top: 300px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  place-items: center;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr ));
  gap: 20px;
  padding: 10px;
}*/

.card {
  display: block;
  position: relative;
  height: 358px;
  width: 250px;
  background-color:  #ffffff;
  border-radius: 6px;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
  padding: 10px;
  padding-top: 27px;
  text-align: center;
  transition: transform 0.3s ease;
  border: 1px solid rgb(171, 190, 211);
  z-index: 1;
  /*cursor: pointer;*/ 
  text-wrap: nowrap;
}
.card h6{ 
  line-height: 25px;
}
.card h5{
  font-weight: normal;
  line-height: 18px;
}
.card .permonth{
  position: relative;
   line-height: 0px;

}
.card h2, 
.card h1{
  line-height: 15px;
}
.card:hover {
  transform: translateY(-10px);
}
.card-ipProtocol{
  display: bloxk;
  position: absolute;
  font-size: 13px;
  width: 40px;
  top: 10px;
  padding: 1px;
  transform: translateX(185px);
  border-radius: 6px;
  border: 1px solid rgb(171, 190, 211);
  color:  #ffffff;
  background: rgb(122, 143, 165);
}

.card a {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 15px;
  text-decoration: none;
  background-color: rgb(122, 143, 165);
  color:  #ffffff;
  border-radius: 6px;
  transition: background-color 0.3s ease;
}
.card a:hover {
  background-color: rgb(199, 250, 247);
  color: rgb(66, 66, 66);
}
/*################################################################*/
body{
  color: rgb(37, 56, 78);
}

/* NOVO */
.containers-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
}

.containers-wrapper>div {
  flex: 1 0 45%;
}
.containers-wrapper>div:nth-child(2),
.containers-wrapper>div:nth-child(1),
.containers-wrapper>div:nth-child(3),
.containers-wrapper>div:nth-child(6) {
  flex: 0 1 90%;
}
/* text */ 
.item h1{
  padding-bottom: 10px;
}
.item h2{
  padding-bottom: 5px;
}
.item p{
  padding-top: 15px;
}
.itemLeft{
  display: block;
  position: relative;
  height: auto;
  padding: 30px;
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
  margin-bottom: 0px;
  background-color:  #ffffff;
  border-radius: 6px;
  border: 1px solid rgb(171, 190, 211);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}
.itemRight{
  display: block;
  position: relative;
  margin-right: 10%;
  margin-left: auto;
  padding: 30px;
  height: auto;
  background-color:  #ffffff;
  width: 80%;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  border: 1px solid rgb(171, 190, 211);
}


/* per container */
.item1{
  /*top: 150px;*/
  margin-top: 2%;
  padding: 3%;
}
.item2{
  margin-left: 50%;
  margin-right: 50%;
  margin-top: 3%;
  white-space: nowrap;
}
.item2 a{
  padding: 10px 15px;
  text-decoration: none;
  background-color: rgb(122, 143, 165);
  color:  #ffffff;
  border-radius: 6px;
  transition: background-color 0.3s ease;
}
.item2 a:hover {
  background-color: rgb(199, 250, 247);
  color: rgb(66, 66, 66);
}

.item3{
  padding: 0px;
  margin-right: 0px;
  margin-top: 0px;
}
.item5{
  margin-top: 0px;
  margin-bottom: 50px;
}
.item6{
  display: flex;
  flex-direction: row !important;
  flex-wrap: wrap;
  opacity: 0.9;
  justify-content: center;
  margin-bottom: 20px;
  margin-top: 0px;
  /*border: 1px solid #000;*/
}
.item6 img{
  display: flex;
  align-content: center;
  margin-left: 20px;
  margin-right: 20px;
  align-self: center;
}
.bottom-coins{
  display: inline-flex;
  
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
  /*border: 1px solid #000;*/
}
.bottom-coins span{
  align-items: center;
  align-content: center;
  justify-content: center;
  align-self: center;
}

@media screen and (max-width: 970px) {
  .item1{
    margin-top: 14%;
    padding: 7%;
  }
}
