.imageicon {
  width: 15px;
  filter: none !important;
  margin-left: 4px;
  margin-bottom: 4px;
}


@font-face {
  font-family: 'MyWebFont';
  src:
    url('css/font/jellee.roman.ttf') format('truetype')
}

.callout::before {
  content: "";
  width: 100vw;
  height: 30vh;
  margin: 25vh 0;
  background: rgb(0 0 0 / 50%);
  position: absolute;
}

@media (max-width: 779px) {
  .callout {
    justify-content: flex-start;
    height: 67% !important;
  }

  .callout::before {
    height: 50vh;
  }
}

/* @media (min-width: 1200px) {
    .controls .row {
      padding-left: 100px;
    }

    .controls .col-sm-3.font-weight-bold {
      width: 187px;
      padding-left: 10px;
    }

    .controls .text-big {
      width: calc(100% - 187px);
    }
  }

  @media (min-width: 569px) and (max-width: 1200px) {
    .controls .col-sm-3.font-weight-bold {
      width: 100%;
      padding-left: 10px;
    }

    .controls12 {
      width: 50%;
    }

    .controls .text-big {
      width: 100%;
    }

  }*/

.controls .bi {
  margin-left: 4px;
}

.controls .font-weight-bold {
  font-weight: 700;
  line-height: 20px;
  min-width: 200px;
}

.controls .row .text {
  min-height: 25px;
  align-items: center;
  text-decoration: none;
  color: gray;
}

.controls .text {
  color: rgb(255, 255, 255);
  /*padding: 0;*/
  font-size: 11px;

}

.controls a {
  color: gray;
  text-decoration: none;
  word-break: break-word;
  line-height: 20px;
}

.controls a:hover {
  color: white;
}

.controls .text:hover {
  color: rgb(197, 197, 197);
}

#sns_footer .sns-copyright img:hover {
  filter: invert(20%);
  transition: all 0.2s ease-in-out;
}

#sns_footer .sns-copyright img {
  filter: invert(40%);
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

#loaderMask {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 999999;
  background: #000 url(images/black_denim.png);
}

#load-image {
  width: 480px;
  height: 105px;
  margin: 0 auto;
  position: relative
}

#load-logo {
  opacity: 0
}

#barra {
  position: absolute;
  left: 110px;
  bottom: 10px;
  width: 10px;
  height: 0;
  border-radius: 5px;
  background: #0b119f;
}

/*** T H E - M A G I C - O F - O B J E C T - F I T ***/
/*****************************************************/
body {
  margin: 0;
}

.video-container {

  position: relative;
  overflow: hidden;
}

video {
  object-fit: cover;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}




/*** A E S T H E T I C S ***/
/***************************/

* {
  box-sizing: border-box;
}

body {
  background: #333;
  color: white;
}

.video-container:after {
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(black, .2);
  z-index: 1;
}

h1 {
  text-transform: uppercase;
  font-weight: 900;
  margin: 0 0 1rem;
  padding: 0;
  line-height: 1;
  font-family: Futura, Helvetica, sans-serif;
  font-size: 5vw;

  @media (max-width: 400px) {
    font-size: 22px;
  }

  @media (min-width: 1200px) {
    font-size: 75px;
  }
}

.callout {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 85%;
  text-align: center;
  position: relative;
  z-index: 10;
}


/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}



.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  /*height: 60px;*/
  /* line-height: 60px;*/
  /* Vertically center the text there */
  background: #323232;
  z-index: 999;
  /*box-shadow: 0px -3px 7px 2px #1c3f94;*/
  box-shadow: 0px -3px 4px 1px #1c3f9491;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */



.footer>.container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}


/* scrollbar */
.scrollbar {
  margin-left: 30px;
  float: left;
  height: 75vh;
  width: 96%;
  overflow-y: scroll;
  margin-bottom: 25px;
  -webkit-mask-image: linear-gradient(to top, transparent, black),
    linear-gradient(to left, transparent 17px, black 17px);
  -webkit-mask-size: 100% 20000px;
  -webkit-mask-position: left bottom;
  transition: mask-position 0.3s, -webkit-mask-position 0.3s;
}

.scrollbar:hover {
  -webkit-mask-position: left top;
}

.thin {
  scrollbar-width: thin;
}

.scrollbar-indigo {
  scrollbar-color: #273281 #F5F5F5;
}

.thin::-webkit-scrollbar {
  width: 6px;
}

.scrollbar-indigo::-webkit-scrollbar {
  width: 12px;
  background-color: black;
}

.bordered-indigo::-webkit-scrollbar-thumb {
  -webkit-box-shadow: none;
}

.scrollbar-indigo::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 10%);
  background-color: #273281;
}

.bordered-indigo::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  border: 1px solid #273281;
}

.scrollbar-indigo::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 10%);
  background-color: #F5F5F5;
  border-radius: 10px;
}

.geeks a{ 
  border-bottom: 5px solid white;
  overflow: hidden;
  animation: animate 2s linear forwards;
}


@keyframes animate {
  0% {
    width: 0px;
    height: 0px;
  }

  30% {
    width: 50px;
      height: 30px; 
  }

  60% {
    width: 270px;
     height: 64px; 
  }
}