:root {
  --cor-azul-1: #1CAAFC;
  --cor-azul-2: #1890FA;
  --cor-roxo: #343852;
  --cor-cinza: #9093A7;
  --cor-cinza-bg: #ECF0F7;
  --cor-laranja: #FA6F0B;
  --cor-marrom: #570529;
}

/* nao imprimir o elemento */

@media print {
  .no-print {
    display: none !important;
  }
}

@font-face {
  font-family: Nunito-Regular;
  src: url("../fonts/Nunito-Regular.ttf");
}

@font-face {
  font-family: Nunito-Semi;
  src: url("../fonts/Nunito-SemiBold.ttf");
}

@font-face {
  font-family: Nunito-Black;
  src: url("../fonts/Nunito-Black.ttf");
}

* {
  font-family: Nunito-Regular;
  color: var(--cor-cinza);
}

body {
  background-color: var(--cor-azul-1);
}

.hgt-5 {
  width: 100%;
  height: 5px;
}

.hgt-15 {
  width: 100%;
  height: 25px;
}

.hgt-25 {
  width: 100%;
  height: 25px;
}

.hgt-50 {
  width: 100%;
  height: 50px;
}

.hgt-100 {
  width: 100%;
  height: 100px;
}

.hgt-200 {
  width: 100%;
  height: 200px;
}

/* estilizando os botoes do bootstrap */

.btn-success {
  border-radius: 25px !important;
  background-color: #0CD351 !important;
  font-family: Nunito-Semi !important;
  border-color: #0CD351 !important;
}

.btn-danger {
  border-radius: 25px !important;
  background-color: #DE83FF !important;
  font-family: Nunito-Semi !important;
  border-color: #DE83FF !important;
}

.btn-info {
  border-radius: 25px !important;
  background-color: #00D0F5 !important;
  font-family: Nunito-Semi !important;
  border-color: #00D0F5 !important;
}

.btn-primary {
  border-radius: 25px !important;
  background-color: #FF0000 !important;
  font-family: Nunito-Semi !important;
  border-color: #FF0000 !important;
}

/* estilizando o formulario do bootstrap */

.form-control {
  border-radius: 25px !important;
  font-family: Nunito-Regular !important;
  border: none !important;
}

/* estilizando a modal do bootstrap */

.modal-content {
  border-radius: 25px !important;
}

.modal-header {
  border-bottom: none !important;
}

.modal-footer {
  border-top: none !important;
}

.bg-img {
  background-image: url(../../images/backgrounds/bg-sala.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-gradient {
  background-image: linear-gradient(rgba(28, 170, 252, 1), rgba(28, 170, 252, 0));
  position: relative;
}

.bg-apresenta {
  width: 100%;
  position: absolute;
  z-index: 3;
  top: 10px;
}

.bg-logo {
  background-image: url(../../images/backgrounds/logo.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.bg-garoto {
  background-image: url(../../images/backgrounds/bg-garoto.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  z-index: 2;
}

.bg-rolar {
  width: 100%;
  height: 130px;
  background-image: url(../../images/elementos/rolar.png);
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  z-index: 3;
  bottom: -20px;
}

.bg-azul {
  background-image: url(../../images/backgrounds/bg-azul.png);
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -40px;
  position: relative;
  z-index: 1;
}

.bg-apresentacao {
  background-color: #1CAAFC;
  border-radius: 0px 0px 0px 30px !important;
  position: relative;
  z-index: 1;
}

.bg-selecao {
  background-color: white;
  margin-top: -30px;
  position: relative;
  z-index: 0;
  padding-top: 30px;
}

.bg-baixar {
  background-image: url(../../images/backgrounds/bg-baixar.png);
  background-color: #FED430;
  border-radius: 30px 0px 0px 30px !important;
  margin-top: -30px;
  position: relative;
  z-index: 1;
}

.bg-baixar-personagens {
  background-image: url(../../images/backgrounds/baixar-personagens.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  position: relative;
  z-index: 1;
  min-height: 550px;
}

.bg-baixar-personagens-mobile {
  width: 100%;
  height: 550px;
}

.bg-festas {
  margin-top: -30px;
  background-color: #9A25FB;
  background-image: url(../../images/backgrounds/bandeiras.png), url(../../images/backgrounds/confetes.png);
  background-size: contain, cover;
  background-repeat: no-repeat, repeat;
}

.bg-redes-sociais {
  background-image: url(../../images/backgrounds/bg-redes-sociais.png);
  background-color: #1890FA;
  border-radius: 30px 0px 0px 0px !important;
  margin-top: -30px;
  position: relative;
  z-index: 1;
}

.bg-redes-sociais-personagem {
  background-image: url(../../images/backgrounds/redes-sociais-personagem.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  position: relative;
  z-index: 1;
  min-height: 450px;
}

.bg-redes-sociais-personagem-mobile {
  width: 100%;
  height: 450px;
}

.bg-azul-contato {
  background-image: url(../../images/backgrounds/bg-azul-contato.png);
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -40px;
  position: relative;
  z-index: 1;
}

.bg-contato {
  background-image: url(../../images/backgrounds/bg-contato.png);
  background-repeat: repeat-x;
  background-color: #126FFC;
  min-height: 450px;
}

.div-arvore-1 {
  background-image: url(../../images/elementos/arvore-1.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  margin-left: -15px;
  margin-top: -120px;
  z-index: 3;
}

.div-arvore-2 {
  background-image: url(../../images/elementos/arvore-2.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  margin-top: -180px;
  right: 0px;
  z-index: 4;
}

.div-arvore-3 {
  background-image: url(../../images/elementos/arvore-3.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  margin-top: -150px;
  right: 0px;
  z-index: 5;
}

.div-personagens {
  margin-top: -70px;
  position: relative;
  z-index: 5;
}

.titulo {
  font-family: Nunito-Black;
  font-size: 250%;
  line-height: 50px;
}

.sub-titulo {
  font-family: Nunito-Semi;
  font-size: 140%;
  line-height: 30px;
}

.texto {
  font-family: Nunito-Regular;
  font-size: 110%;
  line-height: 25px;
}

.titulo-apresenta {
  font-family: Nunito-Regular;
  font-size: 90%;
  color: white;
}

.titulo-contato {
  font-family: Nunito-Black;
  font-size: 170%;
  line-height: 30px;
  color: white;
}

.texto-contato {
  font-family: Nunito-Regular;
  font-size: 90%;
  line-height: 25px;
  color: white;
}

.cor-azul {
  color: var(--cor-azul-1);
}

.cor-azul-2 {
  color: var(--cor-azul-2);
}

.cor-roxo {
  color: var(--cor-roxo);
}

.cor-cinza {
  color: var(--cor-cinza);
}

.cor-laranja {
  color: var(--cor-laranja);
}

.cor-marrom {
  color: var(--cor-marrom);
}

.cor-branca {
  color: white;
}

.cor-bg-cinza {
  background-color: var(--cor-cinza-bg) !important;
}

.card-ian {
  padding: 50px 30px 50px 30px;
  border-radius: 25px;
  background-color: white;
}

.div-selecao-bg {
  width: 300px;
  background-color: #DADCE3;
  border-radius: 35px;
  height: 70px;
  position: relative;
}

.div-selecao {
  width: 150px;
  background-color: #1890FA;
  border-radius: 35px;
  height: 70px;
  padding: 20px;
  font-family: Nunito-Black;
  font-size: 110%;
  color: white;
  text-align: center;
  position: absolute;
  cursor: default;
}

.div-selecao-disabled {
  width: 140px;
  border-radius: 35px;
  height: 70px;
  padding: 20px;
  font-family: Nunito-Black;
  font-size: 110%;
  color: #9093A7;
  text-align: center;
  float: left;
  cursor: pointer;
}