/* CORES */
:root {
  --master-rosa: #ff508a;
  --master-azul: #020b2f;
}
.master-rosa {
  color: #ff508a;
}
.verde {
  color: #56c54a;
}

.gotham-black {
  font-family: Gotham-black, serif;
}
.montserrat {
  font-family: "Montserrat", sans-serif;
}
.roboto {
  font-family: "Roboto", sans-serif;
}
.gotham {
  font-family: Gotham, serif;
}

.title {
  font-size: 51px;
  padding-left: 10px;
  font-family: "Montserrat", sans-serif;
  border-left: #ff508a 6px solid;
}

.paragrafo {
  font-size: 22px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.sub-title {
}

/*BODY*/

body {
  background-color: #020b30;
  color: #fff;
  font-family: "Montserrat", sans-serif;
}

/*HEADER*/
header {
  background-image: url("../img/bg-master.png");
  background-repeat: repeat no-repeat;
  background-size: 90%;
  background-position-x: right;
}

.container-header {
  max-width: 1300px !important;
}
.catia-topo {
  width: 630px;
}
header h2 {
  font-size: 37px;
  font-weight: 400;
}
.barra-topo {
  height: 3px;
  background-color: var(--master-rosa);
  width: 80px;
  margin-right: 100%;
}
header ul {
  list-style: url("../img/ul.svg");
}
header li {
  font-size: 33px;
}
.bg-lista {
  background-image: url("../img/bg-lista.png");
  background-repeat: no-repeat no-repeat;
  background-size: 25%;
  background-position-x: 95%;
  background-position-y: -27%;
  height: 300px;
  margin-top: -60px;
  z-index: 1000;
}
/*MAIN*/
.formulario {
  background-color: #91a7d0;
  border-radius: 12px;
}

.formulario h3 {
  background-color: var(--master-azul);
  border-radius: 8px;
  width: 284px;
  padding: 8px;
}
.formulario h2 {
  border-left: var(--master-azul) 6px solid;
}
.formulario p {
  font-size: 22px;
}
.formulario input {
  height: 70px;
  width: 90%;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  border: none;
  box-shadow: #0000002b -1px 3px 20px 5px;
}
.formulario input:focus {
  outline: none;
}
.formulario button:focus {
  outline: none;
}
.formulario button {
  height: 70px;
  width: 90%;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  border: none;
  box-shadow: #0000002b -1px 3px 20px 5px;
}
.formulario input {
  padding-left: 15px;
  color: #616161;
  font-weight: 400;
  font-family: Montserrat, serif !important;
}
.formulario button {
  background-color: var(--master-rosa);
  color: #fff;
  font-weight: 500;
  font-family: Montserrat, serif;
}
/*REMUNERAÇÃO*/
.remuneração {
  margin-top: 70px !important;
}
/*FINAL*/
.final {
  margin-top: 150px;
  background-image: url("../img/final-bg.png");
  background-repeat: repeat no-repeat;
  background-size: 100%;
}
.barra-nome {
  height: 2px;
  width: 100px;
  margin-left: 44%;
  background-color: var(--master-rosa);
  margin-top: 0 !important;
}
.final p {
  font-size: 16px;
}
.catia-ana {
  width: 638px;
  margin-left: -72px !important;
}
/*FOOTER*/

/*FOOTER*/
footer {
  background-image: url("../img/bg-footer.png");
  background-repeat: no-repeat no-repeat;
  background-size: cover;
  z-index: 1000;
  margin-top: -81px;
  position: relative;
  padding-top: 112px;
  padding-bottom: 41px;
}

footer a {
  color: #fff;
  transition: 400ms;
}
footer a:hover {
  color: #373636;
  transition: 300ms;
}
.logo-footer {
  width: 320px;
}
.conter {
  display: inline-grid;
  grid-column-gap: 10px;
  grid-template-columns: repeat(3, 1fr);
}

/*CALENDARIO*/

.calendario-topo {
  background-color: #91a7d0;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  height: 80px;
}
.calendario-topo h4 {
  letter-spacing: 30px;
  font-size: 39px;
  font-weight: 900;
}

.semana {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  font-size: 18px;
  grid-gap: 15px;
}
.dias-mes {
  width: 118px;
  height: 118px;
  border: #14266a 3px solid;
  border-radius: 8px;
  font-weight: lighter;
}
.dias-mes p {
  margin-top: 70%;
  margin-left: 50%;
}
.dark {
  background-color: #07133b;
}
.bg-rosa {
  background-color: #ff508a;
  cursor: pointer;
  transition: 400ms;
}
.bg-rosa:hover {
  background-color: #ff0054;
  cursor: pointer;
  transition: 400ms;
}

.bg-azul-marinho {
  background-color: #03aec7;
  cursor: pointer;
  transition: 400ms;
}
.bg-azul-marinho:hover {
  background-color: #00deff;
  cursor: pointer;
  transition: 400ms;
}
.bg-azul-escuro {
  background-color: #3d5afe;
  cursor: pointer;
  transition: 400ms;
}
.bg-azul-escuro:hover {
  background-color: #092eff;
  cursor: pointer;
  transition: 400ms;
}
.bg-amarelo-queimado {
  background-color: #f19137;
  cursor: pointer;
  transition: 400ms;
}
.bg-amarelo-queimado:hover {
  background-color: #ff7e00;
  cursor: pointer;
  transition: 400ms;
}
.card h3 {
  font-size: 14px;
}
.card h4 {
  font-size: 13px;
}
.barra-topo-card {
  height: 2px;
  background-color: #fff;
  width: 15%;
  margin-bottom: 8px !important;
}
/*MODAL*/
.modal-content {
  background-color: transparent;
}
.modal-header {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.modal-body {
  background-color: #fff;
  color: #020b30;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
.modal-body h3 {
  font-size: 26px;
  padding-left: 13px;
}
#modal-primeiro-dia h3,
.modal-body h3 {
  border-left: 4px solid #ff508a;
}
#modal-segundo-dia h3,
.modal-body h3 {
  border-left: 4px solid #03aec7;
}
#modal-terceiro-dia h3,
.modal-body h3 {
  border-left: 4px solid #3d5afe;
}
#modal-quarto-dia h3,
.modal-body h3 {
  border-left: 4px solid #f19137;
}

.modal-body p {
  font-size: 18px;
  margin-top: 30px;
}
.modal-dialog {
  max-width: 500px;
  margin: 13% auto;
}

.card img {
  width: 14px !important;
}

.botao-inscricao {
  margin-top: -100px;
  margin-bottom: 70px;
  height: 60px;
  width: 90%;
  font-size: 20px;
  border: none;
  box-shadow: #0000002b -1px 3px 20px 5px;
}

.dias-mes i {
  margin-top: -74%;
  font-size: 25px;
  transition: 400ms;
}

/*INFOGRAFICO*/
.infografico {
  border-top: 3px solid #fff;
  margin-top: 100px;
  border-right: 3px solid #fff;
  width: 78%;
}
.infografico h3 {
  font-size: 32px;
  border: 3px solid #fff;
  border-radius: 10px;
  padding: 10px 20px;
  width: 478px;
  margin-top: -37px;
  background-color: #020b30;
}
.infografico h3::after {
  content: "";
  position: absolute;
  margin-left: 25px;
  margin-top: 15px;
  background-color: #293359;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  border: 3px solid #fff;
}
.valor {
  border-bottom: 1px solid #fff;
}
.valor p {
  font-size: 20px;
}
.valor h4 {
  font-size: 23px;
}
.cenario {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: #293359;
  border: 3px solid #fff;
  position: absolute;
  top: -40px;
  right: -40px;
}

.cenario h2 {
  font-size: 40px;
}
.cenario p {
  font-size: 10px;
  margin-top: -14px;
}
