
@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:wght@300;400;600;700&display=swap');

.flex{
  display: -webkit-flex;
}

.header{
  transition: all 0.2s ease-out;
  overflow: hidden;
}

.gradient {
  background: linear-gradient(90deg, #9bc219ff 0%, #92b519ff 100%);
}

.gradient-w{

  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);

}

.mt-2{
  margin-top: 0.5rem;
}

.text-xl{
  line-height: 1.35rem ;
}

.focusButt{
  box-shadow: inset 0 0 0px 3px  rgb(163, 202, 23), 0 0 10px 0.2px rgba(147, 181, 25, 0.603);
  color: rgb(26, 26, 26);
  transition: all 0.1s ease-in;
}

.button-size{

    margin: 0.2rem;
}

.container-buttons{
    margin-bottom:1rem;
}

.focusCam{

  border: 4px solid rgb(163, 202, 23);
  box-shadow: 0 0 10px 0.2px rgba(147, 181, 25, 0.603);
}

.transition-selector{
  transition: all 0.1s ease-in-out;
}

.input-style{

  margin-left:0.5rem;
  padding: 0.1rem 0.5rem 0.1rem 0.5rem;
  color: black !important;
}

.input-style-2{
  margin-left:0.5rem;
  color: black !important;
}

.Hulk{
  width: 100px;
}

.Ninja{
  width: 100px;
  overflow: hidden;
}

.Groot{
  width: 100px;
}

.Animation-left{
  transition: all 0.3s ease-in-out;
  transform: translateY(0px) !important;
  opacity: 100 !important;
}

.Animation-right{
  transition: all 0.3s ease-in-out;
  transform: translateY(0px) !important;
  opacity: 100 !important;
}

.Animation-top{
  transition: all 0.3s ease-in-out;
  transform: translateY(0px) !important;
  opacity: 100 !important;
}

.Samurai{
  width: 100px;
  opacity: 0;
  transform: translateY(-400px);
  
}

.fondoblanco{

  width: 100%;
  height: 100%;

}

.footer-stratebi {
  background-color: #242424ff;
}

.section-stratebi {
position: relative;
background-color: #95B919;
z-index: 49;
}

.icon-Camiseta{

    background-image: url("../imgs/Icon-Camiseta.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    height: 60px;
    width: 60px;
    color: #4F4F4F;
    top: -1.7rem;
}

.icon-Transporte{

  background-image: url("../imgs/Icon-Transporte.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 60px;
  width: 60px;
  color: #4F4F4F;
  display: inline-block;
  top: -1.7rem;
}


@media only screen and (min-width: 600px) {
  /* Tablets: */

}

@media only screen and (min-width: 768px) {
  /* Desktop: */
}
