.active {
	border: 2px solid #fff;
    border-radius: 40px;
    text-align: center;
    padding-left: 15px !important;
    padding-right: 15px !important;
}
section {
    padding: 110px 0;
    overflow: hidden;
    background: #fff;
    height: 100vh !important;
    display: flex;
    align-items: center;
}
/*.futuremenu{
	border: 2px solid #fff;
	border-radius: 40px;
	text-align: center;
}
.futuremenu a{
	text-align: center;
}*/
.video_btn {
    position: relative;
    height: 140px;
    width: 140px;
    background: transparent;
    text-align: center;
    display: inline-block;
    line-height: 180px;
    border: solid 2px;
    color: #CCFF00;
    border-radius: 50% !important;
    transition: all ease 0.5s;
}

.video_btn:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 140px;
    width: 140px;
    border: 2px solid #CCFF00;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: .3;
    animation: pulse-border 1500ms ease-out infinite;
}
.video_btn:after{
	display: none;
}
a:hover, a:active{
	    color: #CCFF00 !important;
}
.paddingfull{
	height: 100vh;
	position: relative;
	display: flex;
	align-items: center;
}
.dPlay{
	font-size: 80px;
}
.dTextminivideo{
	float: left;
	text-align: center;
	width: 100%;
}
.tab-style7 ul.resp-tabs-list{
	text-align: left;
	max-width: 500px;
	float: left;
}
.dFunctionsImages{
	margin-top: -140px;
    position: absolute;
    height: 535px;
    width: 100%;
    object-fit: scale-down;
}
.video_btn:hover i, .video_btn:focus i{
	color: #adbf29;
	transition: all ease 0.5s;
}
.dMaxfooter{
	max-width: 220px;
	padding-top: 50px;
	padding-bottom: 50px;
}
.dTitBlack{
	color: #313131 !important;
	padding-left: 10px;
}
.dBackgroundFuture{
	background-image: url('../img/challengs-future.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	min-height: 450px;
	width: 100%;
	position: relative;
  filter: grayscale(1);
}
.dBlur{
	 -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.5);  
	position: absolute;
	right: 0;
    top: 0;
    bottom: 0;
}
.dNoblur{
	opacity: 1;
	filter: blur(0px);
	padding-left: 45px;
}
.dTextBlack{
	color: #000;
}
.dContIcons{
	margin:0;
	padding:0;
	float: left;
	width: 100%;
}
.dIcons{
	float: left;
    width: 20%;
    margin: 2.25%;
    margin-left: 0;
    text-align: center;
    height: 105px;
    color: #000;
}

.dIconstwo{
  float: left;
    width: 20%;
    margin: 2.25%;
    margin-left: 0;
    text-align: center;
    height: 105px;
    color: #000;
}


.dIcons i{
	font-size: 54px;
	color: #000;
}
.dTitleIcons{
	font-size: 12px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 0;
	color: #000;
}
.dIcons30{
	float: left;
    width: 30%;
    margin: 2.25%;
    margin-left: 0;
    text-align: center;
    height: 105px;
    color: #000;
}
/* infinite animation */
.infinite-floating {
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-name: Floating;
  animation-timing-function: ease-in-out;
}

.dIconsImg{
	width: 100%;
    height: 50px;
    max-width: 60px;
}
.dIconsFuture{
	width: 100%;
    height: 50px;
}
.dIconFull{
	margin: 2.25%;
    margin-left: 0;
    height: 180px;
    float: left;
}
.dFixHeight{
	height: 600px;
}
.dThanks{
	font-size: 28px;
	color: #CCFF00;
	width: 100%;
	text-align: center;
	margin-top: 50px;
}
.dSeeyou{
	font-size: 16px;
	color: #CCFF00;
	width: 100%;
	text-align: center;
	float: left;
	margin-top: 15px;
}
.dSeparator{
	height: 2px;
    width: 100%;
    background: #CCFF00;
    margin-top: 35px;
}
.dThanksfooter{
	    max-width: 220px;
}
.dMargintopalign{
  margin-top: -100px;
}
.dNewsletter{
  padding-top: 40px; 
  padding-bottom: 40px;
  float: left;
  display: block;
  width: 100%;
  background: #fff;
}
#ContNewsletter{
  max-width: 600px;
  display: block;
  margin: auto;
}
.dBotonNews{
  display: block;
  width: 120px;
  text-align: center;
  margin:auto;
  border: solid 1px #000;
  background-color: #fff;
  color: #000;
  border-radius: 50px;
}
input.form-control.g-color-black.g-bg-white.g-bg-white--focus.g-brd-gray-light-v4.g-brd-primary--focus.rounded-3.g-py-13.g-px-15 {
    border-radius: 50px;
    text-align: center;
    border: solid 1px #000;
}
@keyframes Floating {
  0% {
    transform: translate(0px, 0px);
  }

  65% {
    transform: translate(0px, 30px);
  }

  100% {
    transform: translate(0px, 0px);
  }
}


/**/
		@-webkit-keyframes fadeInLeftimage {
            0% {
               opacity: 0;
               -webkit-transform: translateX(-20px);
            }
            100% {
               opacity: 1;
               -webkit-transform: translateX(0);
            }
         }

         @keyframes fadeInLeftimage {
            0% {
               opacity: 0;
               transform: translateX(-20px);
            }
            100% {
               opacity: 1;
               transform: translateX(0);
            }
         }

         .fadeInLeftimage {
            -webkit-animation-name: fadeInLeftimage;
            animation-name: fadeInLeftimage;
            animation-duration: 1s;
			animation-timing-function: ease-in-out;
         }

/**/
@-webkit-keyframes fadeInUpIcons {
            0% {
               opacity: 0;
               -webkit-transform: translateY(-20px);
            }
            100% {
               opacity: 1;
               -webkit-transform: translateY(0);
            }
         }

         @keyframes fadeInUpIcons {
            0% {
               opacity: 0;
               transform: translateY(-20px);
            }
            100% {
               opacity: 1;
               transform: translateY(0);
            }
         }

         .fadeInUpIcons {
            -webkit-animation-name: fadeInUpIcons;
            animation-name: fadeInUpIcons;
            animation-duration: 1s;
			animation-timing-function: ease-in-out;
         }



@media screen and (max-width: 720px){
	section {
	    padding: 110px 0;
	    overflow: hidden;
	    background: #fff;
	    height: auto !important;
	    display: flex;
	    align-items: center;
	}
	.dFunctionsImages {
	    margin-top: 0;
	}
}
@media screen and (max-width: 991px){
  .display-table-cell h1{
    text-align: center;
  }
  p{text-align: center;}

  .xs-width-90 {
    width: 100% !important;
  }
  .dFixHeight {
    height: auto;
  }
  .dFunctionsImages {
    position: relative;
    height: auto;
    width: 100%;
    object-fit: scale-down;
}
  .dIcons {
      float: left;
      width: 25%;
      margin: 0;
      margin-left: 0;
      text-align: center;
      height: 105px;
      color: #000;
  }
  .dIconFull {
      margin: auto;
      margin-left: auto;
      height: 180px;
      float: none;
      display: block;
  }

  .dIcons30 {
    float: left;
    width: 33%;
    margin: 0;
    margin-left: 0;
    text-align: center;
    height: 105px;
    color: #000;
  }
  .dTitBlack {
    color: #313131 !important;
    padding-left: 0;
    text-align: center;
  }
  h2.resp-accordion {
    text-align: center;
  }
  h2.resp-tab-active {
    border-bottom: 4px solid #CCFF00 !important;
    color: #313131;
    background: #fff !important;
  }
  h2.resp-accordion.resp-tab-active {
    border-color: none !important;
  }
  h2.resp-accordion:first-child {
    border-top: 1px solid #c1c1c1 !important;
  }
  .resp-tab-content-active {
    border-color: none !important;
  }
  h2.resp-tab-active span.resp-arrow {
    border-color: transparent #232323 #232323 transparent;
    border-style: solid;
    border-width: 0 1px 1px 0;
    float: right;
    display: block;
    height: 8px;
    transform: rotate(45deg);
    width: 8px;
    margin-top: 4px;
  }
  .dNoblur{
    padding-left: 15px;
  }
  .dIconstwo{
    float: left;
    width: 50%;
    margin: 0;
    margin-left: 0;
    text-align: center;
    height: 105px;
    color: #000;
}
.order-1{order: 2}
.order-2{order: 1}
.dBackgroundFuture {
    background-image: url(../img/challengs-future.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
    min-height: auto;
    width: 100%;
    position: relative;
    filter: grayscale(1);
}
.dBlur {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: transparent;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}

.col-lg-6.col-md-12.sm-margin-50px-bottom.xs-margin-30px-bottom.wow.fadeInUp {
    height: 100px;
}
  .dTextBlack {
      text-align: center;
  }
}