|input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus
input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid #e1e1e1;
  -webkit-text-fill-color: #6a7989 !important;
  -webkit-box-shadow: 0 0 0px 1000px #dcced2 inset;
  transition: background-color 5000s ease-in-out 0s;
}
:focus { 
  outline: none !important;
}
.clear{
    clear:both; 
}
*, *::before, *::after {
    box-sizing: border-box;
}
a:hover, a:focus{
    text-decoration: none;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #acacad;
  opacity: 1; /* Firefox */
  text-transform: none;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #acacad;
  text-transform: none;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #acacad;
  text-transform: none;
}
img {
  max-width: 100%;
}
a {
  color: #fff;
  text-decoration: none;
}
body {
  background-color: #000000;
  font-family: 'Montserrat', sans-serif;
  left: 0;
  margin: 0;
  overflow-x: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}
.container {
  color: #5F5F5F;
  overflow: hidden;
  position: relative;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cont-video {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 800px;
  height: 450px;
  position: relative;
  z-index: 1;
}
.float {
  cursor: pointer;
  position: absolute;
  z-index: 30;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  height: 88px;
}
.float-left {
  top: 25%;
  left: 15px;
}
.float-top {
  top: 35%;
  left: 69%;
}
.float .circle {
  width: 88px!important;
  height: 88px!important;
  min-width: 88px;
  background: rgba(255, 255, 255, 0.45)!important;
  border-radius: 50%;
  border: none!important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: static!important;
  margin-right: 10px;
}
.float .circle:before {
  width: 110px!important;
  height: 110px!important;
  top: -11px;
  left: -11px;
  background: transparent!important;
  border: 1px solid rgba(255, 255, 255, 0.34);
}
.float .circle.animate:before {
  content: "";
  display: block;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  height: 16px;
  width: 16px;
  position: absolute;
  top: -11px;
  left: -11px;
  -webkit-animation: pulsate 2s ease-out;
  animation: pulsate 2s ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-delay: .1s;
  animation-delay: .1s;
  opacity: 0;
}
.float .circle .image-circle {
  width: 64px;
  height: 64px;
  overflow: hidden;
  border-radius: 50%;
  background-size: cover!important;
  margin: 0 11px 0 9px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 64px;
  flex: 0 0 64px;
  position: absolute;
  top: 11px;
  left: 3px;
}
.float .text-float {
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 180px;
}
.float .text-float2 {
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 180px;
}
.float .text-float .title-float {
  font-size: 12px;
  font-weight: 700;
  line-height: 15px;
  color: rgb(245, 241, 241);
  cursor: pointer;
  margin-bottom: 8px;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  -webkit-transform: translate3d(-20px,0,0);
  transform: translate3d(-20px,0,0);
  opacity: 0;
}
.float .text-float .subtitle-float {
  font-size: 13px;
  font-weight: 700;
  -webkit-transition: all .3s ease-out .07s;
  transition: all .3s ease-out .07s;
  -webkit-transform: translate3d(-20px,0,0);
  transform: translate3d(-20px,0,0);
  opacity: 0;
  color: rgb(245, 240, 240);
}

.cont-gallery {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(28, 28, 28, 0.8);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: -webkit-transform .2s ease-out .5s;
  transition: -webkit-transform .2s ease-out .5s;
  transition: transform .2s ease-out .5s;
  transition: transform .2s ease-out .5s,-webkit-transform .2s ease-out .5s;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;
  opacity: 0;
  z-index: 0;
}
.cont-close {
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 15px;
  width: 20px;
  height: 20px;
  z-index: 1;
}
.close {
  fill: #fff;
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  z-index: 1000;
}
.cont-gallery .gallery-title {
  width: 100%;
  margin: 25px 0;
  padding: 8px 0;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.cont-gallery .gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 60%;
  width: 94%;
  padding: 0;
  margin: 0;
  max-height: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.cont-gallery .gallery .item {
  width: 150px;
  background: #fff;
  border-radius: 5px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 5px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.cont-gallery .gallery .item a {
  width: 100%;
  height: 100%;
}
.cont-gallery .gallery .item-title {
  font-size: 11px;
  line-height: 20px;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  background: rgba(0,0,0,0.8);
  padding: 5px 15px;
  overflow: hidden;
  border: none;
  text-align: center;
}
.cont-gallery .gallery .item-image {
  width: 100%!important;
  height: 100%!important;
  background-size: cover!important;
  background-repeat: no-repeat!important;
  background-position: 50%!important;
  border-radius: 5px 0 0 5px;
  position: relative;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.cont-gallery .gallery .item-image:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
video {
  position: relative;
  z-index: 10;
}
@-webkit-keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    to {
        -webkit-transform: scale(1.2);
        opacity: 0;
    }
}
@keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    to {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0;
    }
}