/*#1E2A5A AZUL*/
/*#106E39 VERDE */

* {
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}
body {
	font-family:spartan,sans-serif;
	position: relative;
	font-weight:400;
	background: #fff;
	color:#232323;
	font-size: 16px;
	font-weight: 500;
	overflow-x: hidden;
}

body  section{
	padding: 75px 0;
}

a:hover,
a:focus {
	outline:none;
	outline-offset: 0;
	text-decoration:none;
	color:#232323;
}

a {color:#009688;}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Play', sans-serif;
}

img {width:100%; pointer-events: none;}
.center {text-align: center;}
.justify {text-align: justify;}
.justifyc {text-align: justify;text-align-last: center;}

.space {
    padding: 40px 0;
}
.show_ {display: initial;}
.hide_ {display: none;}

.imgc {
display: block;
margin-right: auto;
margin-left: auto;
text-align: center;
}

.upp_ {
    text-transform: uppercase;
}

.no_marg {margin-left: 0; margin-right: 0;}
.no_padd {padding-left: 0; padding-right: 0;}

.slider-btn {
	background-color:#009688;
	color: #FFF;
	-webkit-box-shadow: inset 0 0 0 2px #009688;
	box-shadow: inset 0 0 0 2px #009688;
	text-transform: uppercase;
	width: 190px;
	text-align: center;
	height: 55px;
	line-height:55px;
	padding: 0;
	font-size: 18px;
	font-weight:800;
	border: 0;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.slider-btn:hover {
	background-color:#43484E;
	-webkit-box-shadow: inset 0 0 0 2px #43484E;
	box-shadow: inset 0 0 0 2px #43484E;
	color:#fff
}


.parallax-section{
	min-height: 300px;
	width: 100%;
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

.vertical-middle{
	width: 100%;
	height: 100%;
	display: table;
}

.vertical-middle div{
	display: table-cell;
	vertical-align: middle;
}

.dly1{ animation-delay: 0.2s;}
.dly2{ animation-delay: 0.4s;}
.dly3{ animation-delay: 0.6s;}
.dly4{ animation-delay: 0.8s;}
.dly5{ animation-delay: 1.0s;}
.dly6{ animation-delay: 1.2s;}
.dly7{ animation-delay: 1.4s;}
.dly8{ animation-delay: 1.6s;}
.dly9{ animation-delay: 1.8s;}
.dly10{ animation-delay: 2.0s;}
.dly11{ animation-delay: 2.2s;}
.dly12{ animation-delay: 2.4s;}

.cont_100 {width:100%; padding: 0 15px;position: relative;}
.cont_90 {width:90%; padding: 0 15px;position: relative;}
.cont_80 {width:80%; padding: 0 15px;position: relative;}
.cont_70 {width:70%; padding: 0 15px;position: relative;}
.cont_60 {width:60%; padding: 0 15px;position: relative;}
.cont_50 {width:50%; padding: 0 15px;position: relative;}
.cont_40 {width:40%; padding: 0 15px;position: relative;}
.cont_30 {width:30%; padding: 0 15px;position: relative;}
.cont_20 {width:20%; padding: 0 15px;position: relative;}
.cont_10 {width:10%; padding: 0 15px;position: relative;}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: 0px auto transparent;
    outline-offset: -2px;
}
button.active.focus, button.active:focus, button.focus, button:active.focus, button:active:focus, button:focus {
    outline: 0px auto transparent;
    outline-offset: -2px;
}
a.active.focus, a.active:focus, a.focus, a:active.focus, a:active:focus, a:focus {
    outline: 0px auto transparent;
    outline-offset: -2px;
}

hr {margin: 20px auto;border-top: 5px solid #ddd;width: 200px; }

.btn { line-height: 1; }

/*====================
======Header CSS=====
======================*/

#navigation .navbar {
  background: #fff;
  border-radius: 0;
  border-bottom: 0;
  box-shadow: rgba(0, 0, 0, 0.298039) 0px 0px 3px;
  padding-bottom: 8px;
}

#navigation .navbar-toggle{
    margin: 10px 10px 0 0;
    background-color: #2939df;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: none;
    text-align: center;
}

#navigation .navbar-brand h1{
  padding: 0;
  margin: 0;
}

#navigation .navbar-nav.navbar-right li {
	padding: 0 1px;
}

#navigation .navbar-nav.navbar-right {
	margin: 15px 0 0 0;
}

#navigation .navbar-nav.navbar-right li a {
	color: #43484E;
	font-family:spartan,sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	-webkit-transition: all .9s ease 0s;
	-moz-transition: all .9s ease 0s;
	-o-transition: all .9s ease 0s;
	transition: all .9s ease 0s;
	padding: 10px 15px 7px;
}

#navigation .navbar-inverse .navbar-nav  .active  a,  
#navigation .navbar-inverse .navbar-nav  .active  a:focus, 
#navigation .navbar-nav.navbar-right li a:hover {
	color: #fff;
	background-color: #1a67c9;
	border-radius: 2em;
}

.logo {
    width: 180px;
    padding: 10px 5px 0px;
}

.no_drop {cursor: no-drop;}

/*======================
====Main Slider CSS=====
=======================*/
.home-pattern {
	height:100%;
	position:absolute;
	width:100%;
	z-index:1;
	left:0;
	bottom:0;
	background-image:url(../img/home-pattern.png);
	background-repeat:repeat;
	opacity:0.2;
	background: #1E2A5A;
}

#home{
  padding: 0;
  overflow: hidden;
  position:relative;
  background: rgb(16 110 57 / 80%);
}

#main-carousel .carousel-inner .item {
	background-size:cover;
	height: 100%;
	background-position: 50% 50%;
	background-repeat:no-repeat;
}

#main-carousel .carousel-indicators { 
	bottom:15px
}

#main-carousel .carousel-indicators li{
	background: rgba(0, 0, 0, 0);
	border: 1px solid #fff;
	width: 13px;
	height: 13px;
	margin-left: 5px;
	text-indent: -9999px;
	display: inline-block;
}

.carousel-indicators .active{
	background-color: #fff !important;
	
}

.slider-content {
	height: 100%;
}

#main-carousel .carousel-caption {
	display: table;
	height: 100%;
	width: 100%;
	min-height: 100%;
	left: 0;
	top: 0;
	z-index: 11;
	background: rgb(255 255 255 / 65%);
	padding: 0 12em;
}

#main-carousel .carousel-caption > div{
    vertical-align: middle;
    display: table-cell;
}

#main-carousel .carousel-inner h2 {
	/*color: #005aa7;*/
	color: #fff;
	display: inline-block;
	font-family: 'Play', sans-serif;
	font-size: 55px;
	font-weight: 800;
	margin-bottom: 40px;
	text-shadow: none;
	text-transform: uppercase;
	font-style: italic;
}

#main-carousel .carousel-inner h2 span{
  color:#7ab700;
}

#main-carousel .carousel-inner p {
	color: #f6f6f6;
	font-family:spartan,sans-serif;
	font-size: 24px;
	font-weight: 300;
	margin-bottom: 59px;
	margin-top: 0;
	text-shadow:none;
}

#main-carousel .carousel-left{
	left:-50px;
}

#main-carousel .carousel-right{
	right:-50px;
}

#main-carousel:hover .carousel-left{
	left:0px;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}

#main-carousel:hover .carousel-right{
	right:0px;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}

#main-carousel .carousel-left,
#main-carousel .carousel-right{
	padding: 15px;
	z-index: 12;
	font-size: 60px;
	color: rgba(255, 255, 255, 0.52);
	top: 50%;
	position: absolute;
	margin-top: -60px;
	text-align: center;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}

.carousel-right {
  right:65px
}

.carousel-left {
  left:65px
}

#main-carousel .carousel-left:hover,
#main-carousel .carousel-right:hover{
	color: #F6F6F6;
}

.img_slide {
    width: 40%;
    display: block;
    margin: 0 auto 20px;
}

.img_diag {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}


.img_btm_slide {
    position: absolute;
    bottom: 0;
    z-index: 15;
}

footer {
	background: #232323;
	color: #fff;
	padding: 20px 0;
}
footer p {margin: 0;}
footer a {color:#fff;}
footer a:hover {color:#606060;}

#footer_top {
    background: #7b7b7b;
    color: #fff;
    position: relative;
    padding: 3em 0 35px;
}
#footer_top a {color:#fff;}
#footer_top a:hover {color:#232323;}

#videosld {padding: 0;}
#video-background {
  position: fixed;
  right: 0;
  left: 0;
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
  width: auto; 
  height: auto;
  z-index: -100;
}

.vertical .carousel-inner {height: 100%;}
.carousel.vertical .item {
  -webkit-transition: 0.6s ease-in-out top;
     -moz-transition: 0.6s ease-in-out top;
      -ms-transition: 0.6s ease-in-out top;
       -o-transition: 0.6s ease-in-out top;
          transition: 0.6s ease-in-out top;
}
.carousel.vertical .active {top: 0;}
.carousel.vertical .next {top: 800px;}
.carousel.vertical .prev {top: -800px;}
.carousel.vertical .next.left,
.carousel.vertical .prev.right {top: 0;}
.carousel.vertical .active.left { top: -800px;}
.carousel.vertical .active.right {top: 800px;}
.carousel.vertical .item {left: 0;}

/* CARRUSEL FADE */
.c_fade .carousel-inner .item { opacity: 0; transition-property: opacity; }
.c_fade .carousel-inner .active { opacity: 1; }
.c_fade .carousel-inner .active.left, .c_fade .carousel-inner .active.right { left: 0; opacity: 0; z-index: 1; }
.c_fade .carousel-inner .next.left, .c_fade .carousel-inner .prev.right { opacity: 1; }
.c_fade .carousel-control { z-index: 2; }

@media all and (transform-3d), (-webkit-transform-3d) {
    .c_fade .carousel-inner > .item.next,
    .c_fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .c_fade .carousel-inner > .item.prev,
    .c_fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .c_fade .carousel-inner > .item.next.left,
    .c_fade .carousel-inner > .item.prev.right,
    .c_fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}

#prods_ {
    background: #fff;
    position: relative;
    padding: 100px 0 0;
}
#biz_ {
    background: #fff;
    position: relative;
    padding: 100px 0 0;
}
#gral {
    background: #fff;
    position: relative;
    padding: 25px 0 0;
}
#gral_ {
    background: #fff;
    padding: 140px 0 30px;
    position: relative;
}
#wwdc_ {
    background: #fff;
    padding: 50px 0 0;
    position: relative;
}
#us_ {
    background: #fff;
    padding: 100px  0 0;
    position: relative;
}
#gral__ {
    background: #fff;
    padding: 30px 0 60px;
    position: relative;
}

#gral_01 {
    background: transparent;
    padding: 105px 0 170px;
    color: #fff;
    position: relative;
}
#gral_01 > .bg_overlay {
    background: linear-gradient(45deg, #222222, #c2c2c2);
    opacity: 0.97;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
#goals__ {
    background: transparent;
    padding: 105px 0 170px;
    color: #fff;
    position: relative;
}
#goals__ > .bg_overlay {
    background: linear-gradient(45deg, #222222, #c2c2c2);
    opacity: 0.97;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

#home_ {
    position: relative;
    padding: 0;
}

.img_btm {
    position: absolute;
    z-index: 20;
}


.img_hr {
    width: 250px;
    margin: 40px auto;
    display: block;
}

.ttl_01 {
    position: absolute;
    top: 20%;
    right: 1em;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    width: 50%;
    text-align: right;
    font-size: 30px;
}
.img_ttl_01 {
    position: absolute;
    filter: brightness(0) invert(1);
    width: 125px;
    top: -1.5em;
    left: 7em;
    opacity: 0.5;
}
.ttl_02 {
    position: absolute;
    top: 50%;
    right: 1em;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    width: 50%;
    text-align: right;
    font-size: 30px;
}
.img_ttl_02 {
    position: absolute;
    filter: brightness(0) invert(1);
    width: 125px;
    top: -1.5em;
    left: -2em;
    opacity: 0.5;
}
.ttl_03 {
    position: absolute;
    top: 80%;
    right: 1em;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    width: 50%;
    text-align: right;
    font-size: 30px;
}
.img_ttl_03 {
    position: absolute;
    filter: brightness(0) invert(1);
    width: 125px;
    top: -1.5em;
    left: -6em;
    opacity: 0.5;
}

.cntr {
    position: relative;
}

#bg_01 {
    background: #fff;
    background-image: url(../img/bg_00.jpg);
    background-attachment: fixed;
    background-position: 50% 50%;
    position: relative;
    overflow: hidden;
}
#bg_01 > .bg_overlay {
    background: #fff;
    opacity: 0.7;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
#wrw__ {
    background: #fff;
    background-image: url(../img/bg_00.jpg);
    background-attachment: fixed;
    background-position: 50% 50%;
    position: relative;
    overflow: hidden;
    padding: 130px 0 80px;
}
#wrw__ > .bg_overlay {
    background: #fff;
    opacity: 0.7;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.img_diag_green {
    position: absolute;
    left: -10em;
    top: 0;
    z-index: 0;
}
.white_ {color: #fff!important;}

.logo_wrw  {
    width: 80%;
    display: block;
    margin: 5em auto 0;
}

/*CARRUSEL HOME*/
.carousel-wrap {
	margin: 0 auto;
	padding: 0 5%;
	width: 100%;
	position: relative;
}
/* fix blank or flashing items on carousel */
.owl-carousel .item {
  position: relative;
  z-index: 100; 
  -webkit-backface-visibility: hidden; 
}
/* end fix */
.owl-nav > div {
  margin-top: -26px;
  position: absolute;
  top: 50%;
  color:gray;
}
.owl-nav i {
    font-size: 30px;
    margin: 10px 0 0;
	color: #333;
}
.owl-nav i:focus,
.owl-nav i:hover {
	color: #185ba8;
}
.owl-nav .owl-prev {
  left: -30px;
}
.owl-nav .owl-next {
  right: -30px;
}
.carousel-wrap .item {
    display: inline-flex;
    align-items: center;
    /*height: 270px;*/
    text-align: center;
}

.black_ {color: #000!important;}

.tool_ {
    position: relative;
    margin: 15px;
}
.tool_ img {
    width: 85%;
    padding: 35px;
    border-radius: 50%;
    border: 15px solid #ddd;
    margin: 0 auto;
    -webkit-transition: 1200ms;
	transition: 1200ms;
}
.tool_:hover img {
    padding: 20px;
    border: 15px dashed #f5f5f5;
}
.tool_ .sqr {
    position: absolute;
    background: radial-gradient(#f5f5f5 35%, transparent 60%);
    width: 190px;
    height: 190px;
    border-radius: 50%;
    top: 50%;
    transform: translate(50%, -50%) scale(0);
    -webkit-transform: translate(50%, -50%) scale(0);
    -webkit-transition: 1200ms;
	-moz-transition: 1200ms;
	transition: 1200ms;
}
.tool_:hover .sqr {
    transform:  translate(50%, -50%) scale(1.8);
    -webkit-transform:  translate(50%, -50%) scale(1.8);
}
.tool_ img {
    -webkit-transition: 1600ms;
	-moz-transition: 1600ms;
	transition: 1600ms;
}
.tool_:hover img {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
}
.tool_ h4 {
    font-size: 25px;
    background: rgb(26 103 201 / 90%);
    color: #fff;
    width: fit-content;
    margin: 0 auto;
    padding: 10px 30px;
    border-radius: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    -webkit-transition: 900ms;
	transition: 900ms;
}
.tool_:hover h4 {
    border-radius: 5em;
    background: #1a67c9;
}


.ttl_main {
    background: #1d0d70;
}
.ttl_main:nth-child(2) {
  background: purple;
  color: white;
  clip-path: polygon(0 20%, 100% 0, 100% 80%, 0 100%);
  padding: 10rem 20%;
}

.box {
  background-color: #1a67c9;
  color: #fff;
  margin-top: 50px;
  padding: 5% 20px; /* Added a percentage value for top/bottom padding to keep the wrapper inside of the parent */
  
  -webkit-transform: skewY(-5deg);
  -moz-transform: skewY(-5deg);
  -ms-transform: skewY(-5deg);
  -o-transform: skewY(-5deg);
  transform: skewY(-5deg);
}

.box > .wrapper {
  -webkit-transform: skewY(5deg);
  -moz-transform: skewY(5deg);
  -ms-transform: skewY(5deg);
  -o-transform: skewY(5deg);
  transform: skewY(5deg);
}

ol ::marker {
    font-weight: 800;
    color: #0a5acc;
    font-size: 150%;
}

.biz_ {margin: 40px 0 15px;}

#myBiz img {
    width: 270px;
    margin: 40px auto;
    filter: invert(19%) sepia(97%) saturate(5981%) hue-rotate(110deg) brightness(92%) contrast(97%);
}
.obj_01 {
    border-radius: 36% 64% 70% 30% / 47% 39% 61% 53% 
}

.obj_01 {
    animation: form__ 10s linear infinite;
    -webkit-animation: form__ 10s linear infinite;
    position: absolute;
    z-index: 0;
    background: linear-gradient(45deg,#fff,#9bcffb);
    margin: 0 auto 10px;
    height: 15em;
    width: 15em;
    border-radius: 5em;
    left: 0;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
}
.obj_02 {
    animation: form__ 20s linear infinite;
    -webkit-animation: form__ 20s linear infinite;
    position: absolute;
    z-index: 0;
    background: transparent;
    border: 10px solid #ddd;
    margin: 0 auto 10px;
    height: 18em;
    width: 18em;
    border-radius: 5em;
    left: 0;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
}
@-keyframes form__ { 
    0% {border-radius: 36% 64% 70% 30% / 47% 39% 61% 53% ;} 
    30% {border-radius: 79% 21% 84% 16% / 24% 80% 20% 76% ;} 
    60% {border-radius: 21% 79% 55% 45% / 53% 74% 26% 47% ;} 
    100% {border-radius: 36% 64% 70% 30% / 47% 39% 61% 53% ;} 
}
@-webkit-keyframes form__ { 
    0% {border-radius: 36% 64% 70% 30% / 47% 39% 61% 53% ;}
    30% {border-radius: 79% 21% 84% 16% / 24% 80% 20% 76% ;} 
    60% {border-radius: 21% 79% 55% 45% / 53% 74% 26% 47% ;} 
    100% {border-radius: 36% 64% 70% 30% / 47% 39% 61% 53% ;} 
}
@-moz-keyframes form__ { 
    0% {border-radius: 36% 64% 70% 30% / 47% 39% 61% 53% ;} 
    30% {border-radius: 79% 21% 84% 16% / 24% 80% 20% 76% ;} 
    60% {border-radius: 21% 79% 55% 45% / 53% 74% 26% 47% ;} 
    100% {border-radius: 36% 64% 70% 30% / 47% 39% 61% 53% ;} 
}

.goal_01 {
    background-image: url(../img/goal_00.jpg);
    position: relative;
}
.goal_01:after {
    content: "\A";
    border-style: solid;
    border-width: 32em 15em 0 0;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    right: 0;
    top: 0;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    height: 100%;
}

.goal_info {
    padding: 10em 0;
    position: relative;
}

.obj_03 {
    animation: borde_ 25s linear infinite;
    -webkit-animation: borde_ 25s linear infinite;
    position: absolute;
    z-index: 0;
    background: transparent;
    border: 5px dashed #eee;
    margin: 0 auto 10px;
    height: 20em;
    width: 20em;
    border-radius: 5em;
    left: 0;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
}
@-keyframes borde_ { 
    0% {border-radius: 37% 63% 9% 91% / 50% 45% 55% 50%  ;} 
    30% {border-radius: 67% 33% 79% 21% / 26% 18% 82% 74% ;} 
    60% {border-radius: 35% 65% 41% 59% / 51% 37% 63% 49% ;} 
    100% {border-radius: 37% 63% 9% 91% / 50% 45% 55% 50% ;} 
}
@-webkit-keyframes borde_ { 
    0% {border-radius: 37% 63% 9% 91% / 50% 45% 55% 50%  ;} 
    30% {border-radius: 67% 33% 79% 21% / 26% 18% 82% 74% ;} 
    60% {border-radius: 35% 65% 41% 59% / 51% 37% 63% 49% ;} 
    100% {border-radius: 37% 63% 9% 91% / 50% 45% 55% 50% ;}  
}
@-moz-keyframes borde_ { 
    0% {border-radius: 37% 63% 9% 91% / 50% 45% 55% 50%  ;} 
    30% {border-radius: 67% 33% 79% 21% / 26% 18% 82% 74% ;} 
    60% {border-radius: 35% 65% 41% 59% / 51% 37% 63% 49% ;} 
    100% {border-radius: 37% 63% 9% 91% / 50% 45% 55% 50% ;} 
}

.goal_02 {
    background-image: url(../img/goal_00.jpg);
    position: relative;
}
.goal_02:before {
    content: "\A";
    border-style: solid;
    border-width: 32em 15em 0 0;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    left: 0;
    top: 0;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    height: 100%;
}

.values_ {
    display: inline-grid;
    position: relative;
    width: 220px;
    padding: 10px;
}
.values_ img {
    filter: invert(25%) sepia(56%) saturate(3302%) hue-rotate(208deg) brightness(92%) contrast(85%);
    width: 150px;
    margin: 0 auto;
}
.values_:hover img {
    filter: invert(58%) sepia(100%) saturate(423%) hue-rotate(85deg) brightness(90%) contrast(88%);
    opacity: 0.6;
    -webkit-transform: translate(0, 20px);
    transform: translate(0, 20px);
}
.values_ h3 {font-weight: 600;}
.img_form_v  {
    position: absolute;
    top: -12px;
    width: 200px;
    right: 25px;
}

.misvis {
    display: inline-grid;
    position: relative;
    width: 330px;
    padding: 0;
    overflow: hidden;
    box-shadow: 0 0 5px #000;
    border-radius: 1em;
    margin: 25px 5px;
    z-index: 10;
    background: #fff;
    color: #232323;
}
.misvis h3 {margin: 0 0 30px;}
.misvis img  {
    opacity: 0.2;
    padding: 19px;
    position: absolute;
    left: -5em;
    top: 0;
    width: 165px;
}
.misvis:hover img  {
    opacity: 0.1;
    left: -2em;
    transform: scale(1.4);
    -webkit-transform: scale(1.4);
}
.info_  {
    padding: 40px 20px;
    border-top: 10px solid #f5f5f5;
}

.box_ {
  background-color: #f5f5f5;
  color: #fff;
  margin-top: 50px;
  padding: 5% 20px; /* Added a percentage value for top/bottom padding to keep the wrapper inside of the parent */
  
  -webkit-transform: skewY(-5deg);
  -moz-transform: skewY(-5deg);
  -ms-transform: skewY(-5deg);
  -o-transform: skewY(-5deg);
  transform: skewY(-5deg);
}
.box_w {
    background-color: #fff;
    color: #fff;
    margin-top: 50px;
    padding: 5% 20px;
    -webkit-transform: skewY(1deg);
    -moz-transform: skewY(1deg);
    -ms-transform: skewY(1deg);
    -o-transform: skewY(1deg);
    transform: skewY(1deg);
    position: absolute;
    left: 0;
    right: 0;
    top: -75px;
    padding: 100px 0;
}

.box_ > .wrapper {
  -webkit-transform: skewY(5deg);
  -moz-transform: skewY(5deg);
  -ms-transform: skewY(5deg);
  -o-transform: skewY(5deg);
  transform: skewY(5deg);
}


.box_01 {
  background-color: #f5f5f5;
  color: #fff;
  margin-top: 50px;
  padding: 5% 20px; /* Added a percentage value for top/bottom padding to keep the wrapper inside of the parent */
  
  -webkit-transform: skewY(5deg);
  -moz-transform: skewY(5deg);
  -ms-transform: skewY(5deg);
  -o-transform: skewY(5deg);
  transform: skewY(5deg);
    position: relative;
    z-index: 1;
}
.box_01 > .wrapper {
  -webkit-transform: skewY(-5deg);
  -moz-transform: skewY(-5deg);
  -ms-transform: skewY(-5deg);
  -o-transform: skewY(-5deg);
  transform: skewY(-5deg);
}

#mapa_ {
    background: #fff;
    padding: 160px 0 0;
    position: relative;
}

.map_dealers {
    position: relative;
    width: 100%;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto
}

.map_dealers>img {
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0
}

.map_dealers .map_dot {
    position: absolute;
    border-radius: 50%;
    color: #fff;
    font-weight: 700;
    text-shadow: 0 0 5px #000;
    border: 3px solid #fff;
    padding: 16px 0 0;
    width: 65px;
    height: 65px;
    text-align: center;
    box-shadow: -10px 10px 20px -15px #000;
    font-size: 20px;
}


.flip {
  position: relative;
}
.flip > .front,
.flip > .back {
  display: block;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-duration: 0.5s;
  transition-property: transform, opacity;
}
.flip > .front {
  transform: rotateY(0deg);
}
.flip > .back {
  position: absolute;
  opacity: 0;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  transform: rotateY(-180deg);
}
.flip:hover > .front {
  transform: rotateY(180deg);
}
.flip:hover > .back {
  opacity: 1;
  transform: rotateY(0deg);
}
.flip.flip-vertical > .back {
  transform: rotateX(-180deg);
}
.flip.flip-vertical:hover > .front {
  transform: rotateX(180deg);
}
.flip.flip-vertical:hover > .back {
  transform: rotateX(0deg);
}

.flip {
  position: relative;
  display: inline-block;
  margin-right: 2px;
  margin-bottom: 1em;
  width: 400px;
}
.flip > .front,
.flip > .back {
  display: block;
  color: white;
  width: inherit;
  background-size: cover !important;
  background-position: center !important;
  height: 220px;
  padding: 1em 2em;
  background: linear-gradient(45deg, #222222, #c2c2c2);
  border-radius: 10px;
}
.flip > .front p,
.flip > .back p {
  line-height: 160%;
  color: #fff;
  margin: 4em 0 0;
}

.text-shadow {
  text-shadow: 1px 1px rgba(0, 0, 0, 0.04), 2px 2px rgba(0, 0, 0, 0.04), 3px 3px rgba(0, 0, 0, 0.04), 4px 4px rgba(0, 0, 0, 0.04), 0.125rem 0.125rem rgba(0, 0, 0, 0.04), 6px 6px rgba(0, 0, 0, 0.04), 7px 7px rgba(0, 0, 0, 0.04), 8px 8px rgba(0, 0, 0, 0.04), 9px 9px rgba(0, 0, 0, 0.04), 0.3125rem 0.3125rem rgba(0, 0, 0, 0.04), 11px 11px rgba(0, 0, 0, 0.04), 12px 12px rgba(0, 0, 0, 0.04), 13px 13px rgba(0, 0, 0, 0.04), 14px 14px rgba(0, 0, 0, 0.04), 0.625rem 0.625rem rgba(0, 0, 0, 0.04), 16px 16px rgba(0, 0, 0, 0.04), 17px 17px rgba(0, 0, 0, 0.04), 18px 18px rgba(0, 0, 0, 0.04), 19px 19px rgba(0, 0, 0, 0.04), 1.25rem 1.25rem rgba(0, 0, 0, 0.04);
}

.black_ {font-weight: bold;}

.logs_ {
    display: inline-grid;
    width: 180px;
    padding: 0 15px 45px;
}
.logs_ img {
    -webkit-transition: 300ms;
    transition: 300ms;
    width: 120px;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}
.logs_:hover img {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.logs_ a {color: #232323;}

.biz__ {
    position: relative;
    width: 245px;
    padding: 10px;
    display: inline-grid;
}
.biz__ img {
    padding: 40px 0 0;
    width: 100px;
    filter: invert(19%) sepia(97%) saturate(5981%) hue-rotate(110deg) brightness(92%) contrast(97%);
    margin: 0 auto;
    position: relative;
    top: 30px;
}
.biz__:hover img {
    filter: invert(21%) sepia(81%) saturate(2346%) hue-rotate(210deg) brightness(88%) contrast(96%);
    transform: scale(1.8);
    -webkit-transform: scale(1.8);
    opacity: 0.1;
}
.biz__ h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 30px 0 0;
    -webkit-transition: 900ms;
	transition: 900ms;
}
.biz__:hover h3 {
    transform: scale(1.4);
    -webkit-transform: scale(1.4);
}

.servs_ {
    width: 430px;
    display: inline-block;
    padding: 40px 25px;
    background: linear-gradient( transparent, #fff 50%);
    border-bottom: 10px solid #191919;
    color: #232323;
    border-radius: 5px;
    box-shadow: 0 17px 20px -15px #000000;
    margin: 10px;
    z-index: 11;
    position: relative;
    text-align: justify;
}
.servs_ h2 {font-weight: 700;color: #225db7;}

.servs_ .icon_img {
    width: 180px;
    margin: -75px auto 40px;
    display: block;
    border-radius: 0 50% 0 50%;
    box-shadow: 0 20px 20px -20px #000;
    padding: 10px;
    background: #fff;
}
.servs_:hover .icon_img {
    border-radius: 50%;
    transform: translate(0,-20px);
    -webkit-transform: translate(0,-20px);
    -o-transform: translate(0,-20px);
    -moz-transform: translate(0,-20px);
}

.img_btm_01 {
    display: none;
    position: absolute;
    bottom: 0;
    transform: rotate(180deg);
}

#map {
    height: 500px;
    width: 100%;
    display: block;
    margin: 0 auto;
}
.ttl_info_map {
    font-size: 25px;
    font-weight: 900;
    font-family: 'Titillium Web', sans-serif;
    line-height: 1;
    text-transform: uppercase;
    color: #253be1;
    text-align: center;
    margin: 0;
}
.ttl_info__ {
    font-size: 16px;
    font-weight: 600;
    font-family: 'Titillium Web', sans-serif;
    line-height: 1;
    text-transform: uppercase;
    color: #252525;
    text-align: center;
    margin: 0;
}
#descriptionBox {
  display: none;
}

.ttl_mrk {
    position: absolute;
    z-index: 47;
    text-align: center;
    left: 0;
    right: 0;
    top: 4em;
}

.video_yt_ {
    width: 85%;
    box-shadow: 0 23px 15px -25px #000;
    margin: 10em 1em;
    position: relative;
    top: 0;
}
.video_yt_ .embed-responsive-16by9{border-radius:1em}

.video_yt {
    width: 100%;
    box-shadow: 0 23px 15px -25px #000;
    margin: 0 auto;
    position: relative;
    top: 0;
}
.video_yt .embed-responsive-16by9{border-radius:1em}

.info_top_app {
    position: relative;
    top: 15em;
}

.btn_01 {
	background: #606060;
	color: #fff;
	border-radius: 0;
	border: none;
	padding: 10px 40px;
	font-size: 18px;
	margin: 20px auto;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 3px;
}
.btn_01:focus,
.btn_01:hover {
	background: #1a67c9;
	color: #fff;
}

.form_iframe {
    border: 0;
    overflow: hidden;
    min-height: 500px;
    margin: 0 0 -6px;
}

#YH_instalguide .modal-dialog, #RegComp_ .modal-dialog, #Report_analisis .modal-dialog, #RecWarranty_ .modal-dialog, #ActWarranty_ .modal-dialog {
    width: 85%;
    margin: 5em auto;
    left: 0;
    right: 0;
}
#YH_instalguide .close, #RegComp_ .close, #Report_analisis .close, #RecWarranty_ .close, #ActWarranty_ .close {
    top: -1em;
    right: 0;
    left: 0;
}
#YH_instalguide.modal, #RegComp_.modal, #Report_analisis.modal, #RecWarranty_.modal, #ActWarranty_.modal  {background: rgb(0 0 0 / 80%)!important;}

#cart__ .btn-default {
    color: #fff;
    background-color: #1a67c9;
    border-color: #1a67c9;
    margin: 10px auto;
    font-size: 20px;
    text-transform: uppercase;
    padding: 10px 0;
    border-radius: 5em 0 0 5em;
    line-height: 1;
    position: fixed;
    z-index: 10;
    top: 110px;
    right: 0;
    width: 50px;
    height: 50px;
    text-align: center;
}
#cart__ .btn-default:focus,
#cart__ .btn-default:hover {
    background-color: #606060;
    border-color: #606060;
}
#cart__ .btn-default i {
	margin: 0 -5px 0 0;
	-webkit-transition: -webkit-transform .8s ease-in-out;
          transition:         transform .8s ease-in-out;
}
#cart__ .btn-default:hover i {
	-moz-transform: rotate(-360deg);
	-webkit-transform: rotate(-360deg);
	transform: rotate(-360deg);
}

.servs_01 {
    width: 335px;
    display: inline-block;
    padding: 6em 25px 25px;
    background: linear-gradient( transparent, #fff 50%);
    border-bottom: 10px solid #191919;
    color: #232323;
    border-radius: 5px;
    box-shadow: 0 17px 20px -15px #000000;
    margin: 10px;
    z-index: 11;
    position: relative;
    text-align: justify;
}
.servs_01 .img_icon_ {
    filter: brightness(0) invert(1);
    width: 85px;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    display: block;
    top: -1em;
}
.servs_01:hover .img_icon_ {
    transform: translate(0,-20px);
    -webkit-transform: translate(0,-20px);
    -o-transform: translate(0,-20px);
    -moz-transform: translate(0,-20px);
}

.img_top_mrk {
    display: none;
    position: absolute;
    top: 0;
    z-index: 1;
}
.img_top_map_ {
    position: absolute;
    top: 6em;
    z-index: 1;
}

.bizz_model {
    position: relative;
    width: 345px;
    padding: 25px;
    display: inline-grid;
}
.bizz_model .img_m {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    position: absolute;
    z-index: 1;
    top: -2em;
}
.bizz_model:hover .img_m {
    -webkit-transform: scale(0.9) translate(0, -1.5em);
    transform: scale(0.9) translate(0, -1.5em);
}
.bizz_model .img_p {
    margin: 3em 0 0;
    position: relative;
    z-index: 2;
    -webkit-transition: 900ms;
    transition: 900ms;
}
.bizz_model:hover .img_p {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}
.bizz_model .form_ {
    position: absolute;
    width: 250px;
    height: 250px;
    background: linear-gradient(0deg, #1a67c9, transparent);
    border-radius: 50%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 1300ms;
	transition: 1300ms;
}
.bizz_model:hover .form_ {
    opacity: 1;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}

.top_info_ {
    background: #878787;
    color: #fff;
}
.top_info_ i {margin: 0 10px 0 0;}
.top_info_ a {color: #fff;}
.top_info_ a:hover {color: #232323;}

.contact__ {
    display: inline-block;
    position: relative;
    margin: 0 5em -5px;
    font-size: 14px;
    padding: 0;
}

.hr1 {
    margin: 20px auto;
    border-top: 5px dashed #ddd;
    width: 200px;
    position: absolute;
    top: 50%;
    right: -5em;
}
.hr2 {
    margin: 20px auto;
    border-top: 5px dashed #ddd;
    width: 200px;
    position: absolute;
    bottom: 0;
    right: 0;
    transform: rotate(90deg);
    left: 0;
}
.hr3 {
    margin: 20px auto;
    border-top: 5px dashed #ddd;
    width: 200px;
    position: absolute;
    bottom: -7em;
    right: 0;
    transform: rotate(90deg);
    left: 0;
}

#video_HONGSEN, #invokool_ {
    background: rgb(0 0 0 / 85%);
}
#video_HONGSEN .modal-dialog, #invokool_ .modal-dialog {
    width: 80%;
    border: none;
}
#video_HONGSEN .modal-content, #invokool_ .modal-content {
    background-color: transparent;
    border: none;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#video_HONGSEN .close, #invokool_ .close {
    float: none;
    font-size: 3em;
    font-weight: 300;
    line-height: 1;
    color: #fff;
    text-shadow: none;
    opacity: 1;
    position: relative;
    margin: 12px auto;
    text-align: center;
    display: block;
}
#video_HONGSEN .close:hover, #invokool_.close:hover {
    color: #fff;
}

#float_btn {
    position: fixed;
    top: 110px;
    z-index: 10;
}
#float_btn .btn_01 {
    background: #606060;
    border-radius: 0 5em 5em 0;
    padding: 10px 15px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 1;
}
#float_btn:hover .btn_01 {
    background: #1a67c9;
}

.lang_ {
    width: 45px;
    padding: 5px 0 10px;
}

#home01 {
    padding: 7em 0 0;
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-image: radial-gradient(ellipse farthest-corner at right bottom, #818181 0%, #535353 8%, #2f2f2f 30%, #1f1f1f 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #e0e0e0 0%, #b5b5b5 8%, #888888 25%, #464646 62.5%, #121212 100%);
}

.home_cntr {
    overflow: hidden;
    position: relative;
}
.img_hm {
    width: 315px;
    position: relative;
    bottom: 0;
    z-index: 11;
    left: 2em;
}

.img_hm_ {
    width: 360px;
    position: absolute;
    bottom: 0;
    z-index: 11;
    left: 15em;
}

.txt_main {
    display: inline-grid;
    position: relative;
    width: 100%;
    padding: 10px 0;
    text-align: justify;
    margin: 0 0 10px;
}
#txt_home .txt_hm {
    width: 100%;
    display: inline-flex;
    position: relative;
    margin: 0;
    align-items: center
}
#txt_home .txt_hm img {
    filter: brightness(0) invert(1);
    width: 15%;
    padding: 10px;
    margin: 0 20px 0 10px
}
#txt_home:hover .txt_hm img {
    opacity: .25
}
#txt_home .txt_space {
    width: 85%;
} 
#txt_home .txt_hm h3 { 
    text-align: right;
    margin: 0;
    font-size: 30px;
    font-weight: 700;
}






