@font-face {
    font-family: 'Graphik';
    src: url('../fonts/Graphik-Regular.otf');
}

@font-face {
    font-family: 'Graphik';
    src: url('../fonts/Graphik-Bold.otf');
    font-weight: bold;
}

* {
   font-family: 'Graphik';
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
}

body {
  width:100%;
  height:100%;
  margin: 0px !important;
  overflow-x:hidden;
}

.row {
  background-color: rgb(240, 240, 240);
}

.row-no-padding,
.row-no-padding .col-md-12,
.row-no-padding .col-md-11,
.row-no-padding .col-md-10,
.row-no-padding .col-md-9,
.row-no-padding .col-md-8,
.row-no-padding .col-md-7,
.row-no-padding .col-md-6,
.row-no-padding .col-md-5,
.row-no-padding .col-md-4,
.row-no-padding .col-md-3,
.row-no-padding .col-md-2,
.row-no-padding .col-md-1  {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.no-bg {
  background-color: transparent;
}

a {
}

canvas {
  width: 100%;
}

table {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
  border-collapse: collapse !important;
}

.table-borderless td,
.table-borderless th {
  border: none !important;
  padding-bottom: 50px !important;
}

.table-borderless tr {
  padding-bottom: 50px !important;
}

.title-big {
  letter-spacing: 6px;
}

.canvas-resource {
  display: none;
}

.canvas-unveil {
  position: relative;
  cursor: default;
}

.canvas-unveil .title-canvas {
  position: relative;
  width: 100%;
  color: rgb(240, 240, 240);
}

.canvas-unveil .fit-fixed-bg {
  height: 66vh;
}

.canvas-unveil .fit-content {
  height: 100%;
}

.unveil-background {
  position: relative;
}

.unveil-background img {
  width: 100%;
}

.canvas-cover {
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.par-hidden {
  text-align: center;
}

.par-hidden img {
  margin-bottom: 25px;
}

.par-hidden p{
  text-align: left;
  max-width: 80%;
  margin: auto;
  font-size: 18px;
}

.hidden-tit {
  width: 100%;
  margin-top: 15px;
  padding-top: 50px;
  margin-bottom: 45px;
}

@media (max-width: 600px) {
  .movi-bot {
    margin-bottom: 35px;
  }

  .hidden-maxwidth .row {
    width: 90%;
    margin: 0px auto 30px auto;
  }

  .hidden-tit {
    letter-spacing: 5px;
    font-size: 4.5vw;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px;
  }

  .tit {
    margin-top: 15px;
    padding: 2.5% 3% 0% 3%;
    letter-spacing: 5px;
    color: blue;
    font-size: 4.5vw;
    text-transform: uppercase;
    text-align: center;
  }

  .tit hr {
    width: 50%;
    margin-top: 2px;
    border: 1px solid blue;
  }

  .tit hr.half {
    width: 50%;
    margin-top: -1px;
    border: 1px solid blue;
  }

  .par {
    text-align: justify;
    text-justify: inter-word;
    width: 100%;
    margin-top: 5px;
    padding: 2.5% 2.5% 0% 2.5%;
    position:relative;
    font-size: 4vw;
  }

  .par-col {
    width: 100%;
    margin-top: 5px;
    padding: 2.5% 5% 5% 5%;
    position:relative;
    font-size: 4vw;
  }

  .par-big {
    text-align: center;
    text-justify: inter-word;
    width: 100%;
    margin-top: 5px;
    padding: 2.5% 10px 5% 10px;
    position:relative;
    font-size: 5vw;
  }

  .par-hidden {
    font-size: 4vw;
  }

  .par-hidden img {
    width: 16vw;
  }

  .blink {
    font-size: 4vw;
  }

  .title-big {
    font-size: 4vw;
    font-weight: bold;
  }

  .title-mid {
    font-size: 1.5em;
  }

  .title-small {
    font-size: 1.75vw;
  }

  .title-text {
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    color: rgb(240, 240, 240);
    z-index: 1;
    text-align:center;
  }

  .title-text .vcenter{
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
    height: 25%;
    margin: auto;
  }
}

@media (min-width: 600px) {

  .hidden-center {
    width: 100%;
    text-align: center;
  }

  .hidden-maxwidth {
    width: 90%;
    margin: 0 auto;
  }

  .hidden-tit {
    letter-spacing: 7px;
    font-size: 32px;
    font-family: bold;
    text-transform: uppercase;
    text-align: center;
  }

  .tit {
    margin-top: 15px;
    padding: 2.5% 3% 0% 3%;
    letter-spacing: 5px;
    color: blue;
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
  }

  .tit hr {
    width: 50%;
    margin-top: 2px;
    border: 1px solid blue;
  }

  .tit hr.half {
    width: 50%;
    margin-top: -1px;
    border: 1px solid blue;
  }

  .par {
    text-align: justify;
    text-justify: inter-word;
    width: 100%;
    max-width: 650px;
    margin-top: 5px;
    padding: 2.5% 2.5% 0% 2.5%;
    position:relative;
    font-size: 22px;
  }

  .par-col {
    width: 100%;
    max-width: 400px
    margin-top: 5px;
    padding: 2.5% 5% 5% 5%;
    position:relative;
    font-size: 22px;
  }

  .par-big {
    text-align: center;
    text-justify: inter-word;
    width: 100%;
    margin-top: 5px;
    padding: 2.5% 0 5% 0;
    position:relative;
    font-size: 30px;
  }

  .par-hidden {
    font-size: 22px;
  }

  .par-hidden img {
    width: 8vw;
  }

  .blink {
    font-size: 1.2vw;
  }

  .title-big {
    font-size: 32px;
    font-weight: bold;
  }

  .title-mid {
    font-size: 24px;
  }

  .title-small {
    font-size: 16px;
  }

  .title-text {
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    color: rgb(240, 240, 240);
    z-index: 1;
    text-align:center;
  }

  .title-text .vcenter{
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
    height: 16%;
    margin: auto;
  }

  .canvas-unveil {
    visibility: hidden;
    transition:opacity 0.5s linear;
  }
}


.media {
  max-width:100%
  background-size: cover;
  margin-top: 36px !important;
  margin-bottom: 12px;
  text-align:center;
}

.media img {
  width:100%;
  max-width:1200px;
  max-height:100%;
}

.media canvas {
  width:100%;
  max-width:1200px;
  max-height:100%;
  margin-left: auto;
  margin-right: auto;
}

.bold {
  font-weight: bold;
}

.undl {
  text-decoration: underline;
}

.ital {
  font-style: italic;
}

.title {
}

.container-text {
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
  width: 100%;
  margin: auto;
  color: rgb(240, 240, 240);
  z-index: 1;
  text-align:center;
}

.content {
  font-size: 22px;
}

.video-responsive {
    position: relative;
    margin-bottom: 20px;
    padding-top: 56.25%;
}
.video-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.fotter {
  position:fixed;
  bottom:0;
  text-align: center;
  background-color: rgba(43, 99, 193, 0.9);
  font-size: 13px;
  padding: 10px;
  color: white;
  width: 100vw;
  z-index: 3;
}

.fotter a{
  color: white;
}

.fotter a:hover{
  color: white;
}

.fotter-logo {
  height: 17.5vh;
  text-align: center;
  padding: 10px;
  margin-bottom: 20px;
  width:100vw;
}
