@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');

body {
  font-family: "Lato", sans-serif;
  line-height: 1.6;
  font-size: 15px;
  margin: 0 auto;
  color: #191919;
}

a {
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.intro {
  text-align: center;
  padding-bottom: 90px !important;
  padding-top: 80px;
}

a:hover,
a:focus {
  text-decoration: none;
}

img {
  max-width: 100%;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="number"],
textarea,
select {
  color: #666;
  width: 100%;
}

.formlogo {
  position: absolute;
  right: 17%;
  top: 10%;
}

header {
  position: relative;
  background-color: black;
  height: 100vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

header video.videoCustomMobile {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: 135%;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

header .container {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1280px;
}

.country {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.country a:hover img {
  transform: scale(0.9);

}

/* .country>a:hover:before {
    content: '';
    -webkit-box-shadow: 0 0 20px 0 rgba(69, 145, 255, 0.8);
    -moz-box-shadow: 0 0 12px 0 rgba(69, 145, 255, 0.8);
    box-shadow: 0 0 30px 0 rgba(69, 145, 255, 0.8);
    width: 85px;
    height: 85px;
    border-radius: 100%;
    
    position: absolute;
  
} */
.country a img {
  width: 85px;
  transition: all .2s ease-in-out;
}

.country a {
  margin: 0px 40px;

}

.countryCustom {
  position: fixed;
  bottom: 32%;
  left: 6%;
}

.chara {
  position: relative;
}

.chara img {
  position: absolute;
  right: -197px;
  top: -377px;
}

.fadeInLeft.first {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  animation-iteration-count: 1;

}

.fadeInLeft.second {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  animation-iteration-count: 1;
}

.fadeInLeft.third {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  animation-iteration-count: 1;
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.floating {
  animation-name: floating;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

@keyframes floating {
  from {
    transform: translate(0, 0px);
  }

  50% {
    transform: translate(0, 15px);
  }

  to {
    transform: translate(0, -0px);
  }
}

.mobilelogoCustom img {
  width: 228px;
}

.mobilelogoCustom {
  margin: 18px 0px;
}

/* 
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  div.example {
    font-size: 50px;
    padding: 50px;
    border: 8px solid black;
    background: yellow;
  }
  header video {
    left: 66%;
    width: fit-content;
    overflow: hidden;
    background-color: #000;
  }
}
@media screen and (max-width: 998px) and (min-width: 768px) {
  .chara img {
    right: 0;
    top: -224px;
  }
  header video.videoCustomMobile{
    top: 65%;
  }
  .countryCustom {
    position: fixed;
    bottom: 16%;
    left: -2%;
  }
  .floating {  
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

@keyframes floating {
    from { transform: translate(0,  0px); }
    50%  { transform: translate(0, 15px); }
    to   { transform: translate(0, -0px); }    
}
}
@media only screen and (max-width: 998px) {
  .videoCustom{
    display: none;
  }
  header{
    /*background: url(../images/mobile_bg.jpg)center no-repeat;*/
/* }
  .h-100{
    height: 82%!important;
  }
}

@media only screen and (min-width: 999px) {
  .mobilelogoCustom{
    display: none;
  }
  .videoCustomMobile{
    display: none;
  }
} */

/* @media only screen and (max-width: 767px) {
  .country a {
    margin: 0px 17px;
  }
  .country>a:hover:before {
    width: 69px;
    height: 69px;
    top: 8px;
    left: 5px;
  }
  .chara img {
   position: absolute;
    right: 26%;
    top: -254px;
    max-width: 347px;
  }
  .countryCustom {
    position: fixed;
    bottom: 0%;
    left: 0;
  }
  .floating {  
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

@keyframes floating {
    from { transform: translate(0,  0px); }
    50%  { transform: translate(0, 15px); }
    to   { transform: translate(0, -0px); }    
}
} */
@media only screen and (max-width: 320px) {
  .country>a:hover:before {
    width: 51px;
    height: 49px;
  }

  .country {
    position: absolute;
    right: 28px;
  }

  .chara img {
    position: absolute;
    right: 6%;
    top: -254px;
    max-width: 347px;
  }

  .floating {
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
  }

  @keyframes floating {
    from {
      transform: translate(0, 0px);
    }

    50% {
      transform: translate(0, 15px);
    }

    to {
      transform: translate(0, -0px);
    }
  }
}

/* @media only screen and (min-width: 320px) {
  .country>a:hover:before {
    width: 51px;
    height: 49px;
  }
   .chara img {
   position: absolute;
    right: -6%;
    top: -254px;
    max-width: 347px;
  }
  .floating {  
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

@keyframes floating {
    from { transform: translate(0,  0px); }
    50%  { transform: translate(0, 15px); }
    to   { transform: translate(0, -0px); }    
}
} */
/* @media screen and (max-height: 1023px) and (min-height: 800px) {
  header video.videoCustomMobile {
    width: 100%;
  }
    .chara img {
       position: absolute;
    right: -15%;
    top: -476px;
    max-width: 876px;
  }
  .floating {  
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

@keyframes floating {
    from { transform: translate(0,  0px); }
    50%  { transform: translate(0, 15px); }
    to   { transform: translate(0, -0px); }    
/* } */
/* }  */

/* @media screen and (max-width: 1275px) and (min-width:992px) {
  header video.videoCustomMobile {
    width: 100%;
  }
    .chara img {
       position: absolute;
    right: -3%;
    top: -476px;
    max-width: 876px;
  }
  .floating {  
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

@keyframes floating {
    from { transform: translate(0,  0px); }
    50%  { transform: translate(0, 15px); }
    to   { transform: translate(0, -0px); }    
}
} */


@media screen and (max-width: 998px) and (min-width:992px) {
  header video.videoCustomMobile {
    width: 100%;
  }

  .chara img {
    position: absolute;
    right: -3%;
    top: -126px;
    max-width: 576px;
  }

  .floating {
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
  }

  @keyframes floating {
    from {
      transform: translate(0, 0px);
    }

    50% {
      transform: translate(0, 15px);
    }

    to {
      transform: translate(0, -0px);
    }
  }
}

@media screen and (max-width: 1275px) and (min-width:999px) {
  header video.videoCustomMobile {
    width: 100%;
  }

  .chara img {
    position: absolute;
    right: 5%;
    top: -326px;
    max-width: 576px;
  }

  .floating {
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
  }

  @keyframes floating {
    from {
      transform: translate(0, 0px);
    }

    50% {
      transform: translate(0, 15px);
    }

    to {
      transform: translate(0, -0px);
    }
  }
}

@media screen and (max-width: 991px) and (min-width:768px) {
  header video.videoCustomMobile {
    width: 100%;
  }

  .formlogo {
    position: absolute;
    right: -13%;
  }

  .intro {
    text-align: center;
    padding-bottom: 0 !important;
    padding-top: 0;
  }

  .country {
    position: absolute;
    right: 193px;
  }

  .chara img {
    position: absolute;
    right: 35%;
    top: 62px;
    max-width: 406px;
  }

  .floating {
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
  }

  .logo {
    width: 40%;
  }



  @keyframes floating {
    from {
      transform: translate(0, 0px);
    }

    50% {
      transform: translate(0, 15px);
    }

    to {
      transform: translate(0, -0px);
    }
  }
}

@media screen and (max-width: 767px) and (min-width:615px) {
  header video.videoCustomMobile {
    width: 100%;
  }

  .intro {
    text-align: center;
    padding-bottom: 0 !important;
    padding-top: 0;
  }

  .formlogo {
    position: absolute;
    right: -12%;
    top: 1%;
  }

  .country {
    position: absolute;
    right: 315px;
  }

  .chara img {
    position: absolute;
    right: 15%;
    top: -47px;
    max-width: 556px;
  }

  .floating {
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
  }

  .logo {
    width: 40%;

  }

  @keyframes floating {
    from {
      transform: translate(0, 0px);
    }

    50% {
      transform: translate(0, 15px);
    }

    to {
      transform: translate(0, -0px);
    }
  }
}

@media screen and (max-width: 615px) and (min-width:540px) {
  header video.videoCustomMobile {
    width: 100%;
  }

  .formlogo {
    position: absolute;
    right: -33%;
    top: 0%;

  }

  .country {

    position: absolute;
    right: 17%;
    margin-top: -45px;
  }

  .intro {
    text-align: center;
    padding-bottom: 0 !important;
    padding-top: 0;
  }

  .chara img {

    position: absolute;
    right: 31px;
    top: -62px;

  }


  .floating {
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
  }

  .logo {
    width: 70%;
  }

  @keyframes floating {
    from {
      transform: translate(0, 0px);
    }

    50% {
      transform: translate(0, 15px);
    }

    to {
      transform: translate(0, -0px);
    }
  }
}

@media screen and (max-width: 540px) and (min-width:520px) {
  header video.videoCustomMobile {
    width: 100%;
  }

  .intro {
    text-align: center;
    padding-bottom: 0 !important;
    padding-top: 0;
  }


  .formlogo {
    position: absolute;
    right: -44%;
    top: 10%;
  }

  .chara img {
    position: absolute;
    right: -5%;
    top: -151px;
    max-width: 556px;
  }

  .floating {
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
  }

  .logo {
    width: 70%;
  }

  @keyframes floating {
    from {
      transform: translate(0, 0px);
    }

    50% {
      transform: translate(0, 15px);
    }

    to {
      transform: translate(0, -0px);
    }
  }
}

@media screen and (max-width: 520px) and (min-width:495px) {
  header video.videoCustomMobile {
    width: 100%;
  }

  .intro {
    text-align: center;
    padding-bottom: 0 !important;
    padding-top: 0;
  }


  .formlogo {
    position: absolute;
    right: -44%;
    top: 10%;
  }

  .chara img {
    position: absolute;
    right: -5%;
    top: -151px;
    max-width: 556px;
  }

  .floating {
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
  }

  .logo {
    width: 70%;

  }

  @keyframes floating {
    from {
      transform: translate(0, 0px);
    }

    50% {
      transform: translate(0, 15px);
    }

    to {
      transform: translate(0, -0px);
    }
  }
}

@media screen and (max-width: 495px) and (min-width:475px) {
  header video.videoCustomMobile {
    width: 100%;
  }

  .formlogo {
    position: absolute;
    right: -44%;
    top: 10%;
  }

  .chara img {
    position: absolute;
    right: -5%;
    top: -151px;
    max-width: 526px;
  }

  .intro {
    text-align: center;
    padding-bottom: 0 !important;
    padding-top: 0;
  }

  .floating {
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
  }

  .logo {
    width: 70%;

  }

  @keyframes floating {
    from {
      transform: translate(0, 0px);
    }

    50% {
      transform: translate(0, 15px);
    }

    to {
      transform: translate(0, -0px);
    }
  }
}

@media screen and (max-width: 475px) and (min-width:455px) {
  header video.videoCustomMobile {
    width: 100%;
  }

  .formlogo {
    position: absolute;
    right: -44%;
    top: 10%;
  }

  .intro {
    text-align: center;
    padding-bottom: 0 !important;
    padding-top: 0;
  }


  .chara img {
    position: absolute;
    right: -5%;
    top: -151px;
    max-width: 506px;
  }

  .floating {
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
  }

  .logo {
    width: 70%;

  }

  @keyframes floating {
    from {
      transform: translate(0, 0px);
    }

    50% {
      transform: translate(0, 15px);
    }

    to {
      transform: translate(0, -0px);
    }
  }
}

@media screen and (max-width: 455px) and (min-width:434px) {
  header video.videoCustomMobile {
    width: 100%;
  }

  .formlogo {
    position: absolute;
    right: -44%;
    top: 10%;
  }

  .intro {
    text-align: center;
    padding-bottom: 0 !important;
    padding-top: 0;
  }


  .chara img {
    position: absolute;
    right: -5%;
    top: -151px;
    max-width: 485px;
  }

  .floating {
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
  }

  .logo {
    width: 70%;
    padding-bottom: 60px;
  }

  @keyframes floating {
    from {
      transform: translate(0, 0px);
    }

    50% {
      transform: translate(0, 15px);
    }

    to {
      transform: translate(0, -0px);
    }
  }
}


@media screen and (max-width: 435px) and (min-width:415px) {
  header video.videoCustomMobile {
    width: 100%;
  }

  .intro {
    text-align: center;
    padding-bottom: 0 !important;
    padding-top: 0;
  }


  .formlogo {
    position: absolute;
    right: -44%;
    top: 10%;
  }

  .chara img {
    position: absolute;
    right: -5%;
    top: -151px;
    max-width: 455px;
  }

  .floating {
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
  }

  .logo {
    width: 70%;

  }

  @keyframes floating {
    from {
      transform: translate(0, 0px);
    }

    50% {
      transform: translate(0, 15px);
    }

    to {
      transform: translate(0, -0px);
    }
  }
}

@media screen and (max-width: 415px) and (min-width:380px) {
  header video.videoCustomMobile {
    width: 100%;
  }

  .intro {
    text-align: center;
    padding-bottom: 0 !important;
    padding-top: 0;
  }

  .formlogo {
    position: absolute;
    right: -9%;
    top: 15px;
    max-width: 405px;
  }

  .chara img {
    position: absolute;
    right: 4%;
    top: 15px;
    max-width: 405px;
  }

  .floating {
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
  }

  .logo {
    width: 70%;

  }

  @keyframes floating {
    from {
      transform: translate(0, 0px);
    }

    50% {
      transform: translate(0, 15px);
    }

    to {
      transform: translate(0, -0px);
    }
  }
}

@media screen and (max-width: 380px) and (min-width:350px) {
  header video.videoCustomMobile {
    width: 100%;
  }

  .formlogo {
    position: absolute;
    right: -12%;
    top: 7px;
    max-width: 385px;
  }

  .chara img {
    position: absolute;
    right: -5%;
    top: -49px;
    max-width: 385px;
  }

  .floating {
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
  }

  .logo {
    width: 70%;
  }

  .intro {
    text-align: center;
    padding-bottom: 0 !important;
    padding-top: 0;
  }


  @keyframes floating {
    from {
      transform: translate(0, 0px);
    }

    50% {
      transform: translate(0, 15px);
    }

    to {
      transform: translate(0, -0px);
    }
  }
}


@media screen and (max-width: 350px) and (min-width:320px) {
  header video.videoCustomMobile {
    width: 100%;
  }

  .formlogo {
    position: absolute;
    right: -44%;
    top: 0%;
  }

  .chara img {
    position: absolute;
    right: -5%;
    top: -7px;
    max-width: 345px;
  }

  .intro {
    text-align: center;
    padding-bottom: 0 !important;
    padding-top: 0;
  }

  .floating {
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
  }

  .logo {
    width: 70%;
  }

  @keyframes floating {
    from {
      transform: translate(0, 0px);
    }

    50% {
      transform: translate(0, 15px);
    }

    to {
      transform: translate(0, -0px);
    }
  }
}

@media screen and (max-width: 319px) and (min-width:0) {

  /* header video.videoCustomMobile {
    width: 100%;
  }
    .chara img {
       position: absolute;
    right: -5%;
    top: -356px;
        max-width: 345px;
  }
  .floating {  
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
.logo{
  width: 70%;
      padding-bottom: 60px;
}

@keyframes floating {
    from { transform: translate(0,  0px); }
    50%  { transform: translate(0, 15px); }
    to   { transform: translate(0, -0px); }    
} */
  body {
    display: none
  }
}

.logo {
  margin-top: -89px;
  padding-bottom: 20px;
}