.clash-card {
  background: white;
  width: min-content;
  min-width: 330px;
  max-width: 600px;
  margin: auto;
  margin-bottom: 15px;
  position: relative;
  border: 1px solid #b8b8b842;
  border-radius: 5px;

  /*text-align: center;*/
}
/*.clash-card:hover { box-shadow: 0 10px 5px 5px #d66c011e; transition: all 0.2s ease 0s; }*/


.cabeçalho_pacote_descoberta {
  position: absolute;
  top: 30%;
  width: 100%;
  text-align: center;
  font-size: 23px;
  letter-spacing: 1;
}

.foto_perfil{
  margin-bottom: -4%;
  
}
.escolher_plano:hover{
  box-shadow:0 .15rem .6rem 0 rgba(58,59,69,.2)!important
}
.escolher_plano_meio{
  background-color: #db6d00;
}
.escolher_plano_meio:hover{
  background-color: #d66c01;
}
.qwerty:hover{
  padding: 10px 0;
  transition: 0.3s;
}

.clash-card__image {
  position: relative;
  height: 230px;
  margin-bottom: 35px;
 border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.clash-card__image--contabeis {
  background: url("../img/Cienciascontabeis.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 15px;
}

.clash-card__image--exatas {
  background: url("../img/Cienciasexatas.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 15px;
}

.clash-card__image--biológicas {
  background: url("../img/Cienciasbiologicas.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 15px;
}

.clash-card__image--sociais {
  background: url("../img/Cienciassociais.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 15px;
}

.clash-card__image--natureza {
  background: url("../img/Cienciasnatureza.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 15px;
}


.clash-card__level {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 3px;
}

.clash-card__level--barbarian {
  color: #000000;
}

.clash-card__unit-name {
  font-size: 20px;
  font-weight: 700;
  padding-top: 15px;
  padding-left: 20px;
}


.clash-card__unit-description {
  padding: 20px;
  margin-bottom: 10px;
}


.clash-card__unit-stats {
  border-top: 1px solid #b8b8b842;
}
.clash-card__unit-stats:hover{
  color: #d66c01;
  padding: 0 10px;
  transition: 0.3s;
}


.clash-card__unit-stats--giant .one-third {
  border-right: 1px solid #de7b09;
}

.clash-card__unit-stats--goblin {
  background: #82BB30;
}
.clash-card__unit-stats--goblin .one-third {
  border-right: 1px solid #71a32a;
}

.clash-card__unit-stats--wizard {
  background: #4FACFF;
}
.clash-card__unit-stats--wizard .one-third {
  border-right: 1px solid #309eff;
}

.clash-card__unit-stats {
  color: white;
  font-weight: 700;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.clash-card__unit-stats .one-third {
  width: 33%;
  float: left;
  padding: 20px 15px;
}
.clash-card__unit-stats sup {
  position: absolute;
  bottom: 4px;
  font-size: 45%;
  margin-left: 2px;
}
.clash-card__unit-stats .stat {
  position: relative;
  font-size: 24px;
  margin-bottom: 10px;
}
.clash-card__unit-stats .stat-value {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px;
}
.clash-card__unit-stats .no-border {
  border-right: none;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.slick-prev {
  left: 100px;
  z-index: 999;
}

.slick-next {
  right: 100px;
  z-index: 999;
}