body {
  font-size: 16px !important;
  background-color: #fff;
}
.branded-landing-page-content {
  max-width: 100%;
  float: none !important;
}
#techKin-video--header .video-js {
  background-color: black;
  height: 462px;
  width: 100%;
}
.optanon-show-settings {
  text-decoration: none;
  color: #0076a8 !important;
}
.fallback-msg-btightcove {
  padding-top: 130px;
  padding-left: 70px;
}
.modal-dialog {
  width: 600px;
  margin-bottom: 0 !important;
}
.embed-responsive-16by9 {
  padding-bottom: 55.25% !important;
}
.html-fragment-content .modal .modal-content .modal-header .close {
  margin-top: 20px !important;
}
@media (max-width: 767px) {
  .fallback-msg-btightcove {
    padding-left: 0px !important;
    padding-top: 0px !important;
  }
  .branded-landing-page-content {
    max-width: 100%;
    margin: 0px !important;
    float: none !important;
  }
}
.html-fragment-content .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.html-fragment-content .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.html-fragment-content .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.html-fragment-content .modal-title {
  margin-bottom: 0;
  line-height: 1.5;
  display: inline-block;
  width: 95%;
}
.html-fragment-content .modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: .3rem;
  outline: 0;
}
.html-fragment-content .modal-dialog {
  position: relative;
  width: inherit;
  pointer-events: none;
  max-width: 1000px;
  margin: 1.75rem auto;
}
.modal-footer {
  padding-top: 0 !important;
}
.modal-header {
  padding-top: 25 !important;
}
.modal-backdrop.fade {
  opacity: 0.3;
  filter: alpha(opacity=0.3);
}
.html-fragment-content .card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #efefef;
  background-clip: border-box;
  border: 1px solid #dadada;
  border-radius: 0px;
}
.html-fragment-content .card-body {
  padding: 2rem 2rem;
  background-color: #fff;
  opacity: 0.9;
  color: #fff;
  text-align: left;
  -webkit-transition: all .5s ease .1s;
  -o-transition: all .5s ease .1s;
  transition: all .5s ease .1s;
  z-index: 2;
}
.html-fragment-content .card-body p {
  color: #3c3c3c;
}
.html-fragment-content .btn-link {
  font-weight: 400;
  color: #5a5a5a;
  text-decoration: none;
  text-align: left;
  padding: 20px;
}
.html-fragment-content .card-body li {
  font-weight: 300;
  line-height: 1.6;
  font-size: 18px;
  margin-left: 20px;
  list-style: decimal;
}
.html-fragment-content .badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
.html-fragment-content .badge {
  display: inline-block;
  padding: .30em .5em;
  font-size: 50%;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0px;
  margin-bottom: 4px;
}
.card-header {
  padding: 0;
  background-color: transparent;
  border-bottom: none;
}
.collapse:not(.show) {
  display: none;
}
.collapse {
  position: relative;
}
.html-fragment-content .modal .modal-content .modal-header {
  top: 10px;
  right: 4px;
  width: 98%;
}
.html-fragment-content .modal .modal-content .modal-header .close {
  border: 1.5px solid #75787b;
  border-radius: 50%;
  display: table-cell;
  width: 32px;
  opacity: 10;
  font-size: 20px;
  font-weight: normal;
  height: 32px;
  color: #75787b;
  float: right;
  background: #fff;
  text-align: center;
  line-height: 29px;
  padding-left: 0;
  padding-right: 0;
}
.html-fragment-content .modal button.close .html-fragment-content .modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: .3rem;
  border-bottom-left-radius: .3rem;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.html-fragment-content .icons-side-bar {
  color: #86bc25;
  text-align: center;
  box-sizing: border-box;
  float: left;
}
.html-fragment-content .icon-download-alt {
  font-size: 18px;
}
.html-fragment-content .icon-download-alt:before {
  font-size: 1em;
  width: 32px;
  height: 32px;
  border: 2px solid #86bc25;
  border-radius: 50%;
  line-height: 1.4em;
}
.html-fragment-content .icon-video-o {
  font-size: 20px;
}
.html-fragment-content .icon-video-o:before {
  font-size: 1em;
  width: 32px;
  height: 32px;
  border: 2px solid #86bc25;
  border-radius: 50%;
  line-height: 1.4em;
  padding-left: 2px;
}
.html-fragment-content .icon-headphones {
  font-size: 19px;
}
.html-fragment-content .icon-headphones:before {
  font-size: 1em;
  width: 32px;
  height: 32px;
  border: 2px solid #86bc25;
  border-radius: 50%;
  line-height: 1.4em;
  padding-left: 1px;
}
.html-fragment-content .icon-external-link {
  font-size: 19px;
}
.html-fragment-content .icon-external-link:before {
  font-size: 1em;
  width: 32px;
  height: 32px;
  border: 2px solid #86bc25;
  border-radius: 50%;
  line-height: 1.4em;
}
.html-fragment-content .icon-document-2 {
  font-size: 19px;
}
.html-fragment-content .icon-document-2:before {
  font-size: 1em;
  width: 32px;
  height: 32px;
  border: 2px solid #86bc25;
  border-radius: 50%;
  line-height: 1.4em;
}
blockquote.blockquote::before {
  content: "";
  width: 40px;
  font-size: 28px;
  margin-right: 5px;
  color: #a1a1a1;
  display: none;
}
.html-fragment-content .poll.page-scrolled .poll-container .question:before {
  content: "\e1001";
  color: #0097a9;
  background: #fcfcfc;
  border: 2px solid #0097a9;
  font-size: 24px;
  text-align: center;
  line-height: 40px;
  position: absolute;
  top: -20px;
  margin-left: -50px;
  font-family: Dcom-EDE;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  display: inline-block;
}
.html-fragment-content .zoom-in:before {
  content: '\f067';
  font-family: 'Dcom-EDE';
  vertical-align: middle;
  display: inline-block;
  border: 2px solid;
  border-radius: 50%;
  width: 28px;
  height: 27px;
  font-size: 14px;
  line-height: 24px;
  padding-left: 5px;
  float: right;
  margin-top: 5px;
}
.html-fragment-content .mr-xl-0, .mx-xl-0 {
  margin-right: 0 !important;
}
.html-fragment-content .ml-xl-auto, .mx-xl-auto {
  margin-left: auto !important;
}
.html-fragment-content .float-right {
  float: right !important;
}
.html-fragment-content .float-left {
  float: left !important;
}
.html-fragment-content .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.html-fragment-content p, li {
  margin: 0 0 4px 0;
}
.navbar-expand-lg .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row;
}
.navbar-expand-lg .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
::selection {
  background: rgba(53 53 53 / 0.5) !important;
  color: #fff;
}
.html-fragment-content .sidemenu {
  padding: 14px;
  background-color: #e4e4e4;
  height: 100%;
}
.html-fragment-content .sidemenu a {
  text-decoration: underline;
}
.html-fragment-content blockquote {
  margin: 0em;
}
.html-fragment-content .boxquote_1 {
  color: #009a44;
}
.html-fragment-content .boxquote_1 p {
  color: #009a44;
}
.html-fragment-content .blockquote-footer {
  font-size: 12px;
}
.html-fragment-content .boxnotas {
  padding: 14px;
  background-color: #ffffff;
}
.html-fragment-content .boxnotas li {
  list-style-type: decimal;
  font-size: 8px !important;
  line-height: 24px;
  margin: 3px 3px 3px 3px;
}
.html-fragment-content .boxnotas ul {
  -moz-column-count: 3;
  -moz-column-gap: 15px;
  -webkit-column-count: 3;
  -webkit-column-gap: 15px;
  column-count: 3;
  column-gap: 15px;
}
.html-fragment-content .boxnotas a {
  text-decoration: underline;
  color: #3c3c3c;
  font-size: 10px !important;
}
.html-fragment-content .cbp-item {
  display: inline-block;
  margin: 0 0px 20px 0;
}
.html-fragment-content hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgb(123 123 123 / 30%);
}
.html-fragment-content .text-white {
  color: #fff;
}
.html-fragment-content #topo {
  margin-top: -12px;
}
.html-fragment-content .intro {
  margin-top: 10px;
}
.html-fragment-content .introslide {
  margin-top: 90px;
}
.html-fragment-content .image-main {
  border: 1px solid #2f2f2f;
}
.html-fragment-content .defaultcolor {
  color: #86bc25;
}
.html-fragment-content .defaultcolor2 {
  color: rgb(111, 194, 180);
}
.html-fragment-content .defaultcolor3 {
  color: rgb(0, 151, 169);
}
.html-fragment-content p {
  font-weight: normal;
  line-height: 22px;
  margin: 0px;
  font-size: 16px !important;
  color: #000;
}
.html-fragment-content a {
  outline: none;
  text-decoration: none;
  color: inherit;
  font-size: 14px;
  color: #fff;
  line-height: 22px !important;
}
.html-fragment-content h3 > a {
  outline: none;
  text-decoration: none;
  color: inherit;
  font-size: 18px;
  font-weight: bold;
  line-height: 22px !important;
}
.html-fragment-content .services-main h3 {
  line-height: 20px !important;
}
.html-fragment-content .iconoferta {
  display: inline-block;
  float: left;
  margin-right: 4px;
}
.html-fragment-content h4 {
  color: #404040;
}
.html-fragment-content .page-about-products h4 {
  font-size: 22px;
  line-height: 1.2;
  font-weight: 400;
  color: #fff;
}
.html-fragment-content .padding {
  padding: 3rem;
}
.html-fragment-content li, #ofertasBody li {
  font-weight: normal;
  line-height: 22px;
  font-size: 16px !important;
  color: #3c3c3c;
}
.html-fragment-content .email_link {
  font-weight: normal;
  line-height: 1.6;
  font-size: 15px;
}
.cssload-loader:before, .cssload-loader:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #86bc25;
  transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  animation: cssload-animation 1.73s infinite ease-in-out;
  -o-animation: cssload-animation 1.73s infinite ease-in-out;
  -webkit-animation: cssload-animation 1.73s infinite ease-in-out;
  -moz-animation: cssload-animation 1.73s infinite ease-in-out;
}
.html-fragment-content h2 {
  font-size: 40px;
  line-height: 1.2;
  margin: 0px;
  padding-bottom: .1em;
  font-weight: 300;
  color: #fff;
}
ul {
  display: block;
  list-style-type: none;
  padding-inline-start: 16px;
}
section ul {
  display: block;
  list-style-type: disc;
}
.html-fragment-content .bottom30 {
  margin-bottom: 30px;
}
.html-fragment-content h3 {
  font-size: 26px !important;
  font-weight: 400 !important;
  margin-bottom: 10px;
}
.html-fragment-content h4 {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 400;
  padding-bottom: .2em;
}
.html-fragment-content h5 {
  font-size: 1rem;
  color: #000;
}
.html-fragment-content h6 {
  font-size: 0.9rem;
  font-weight: 400;
}
.html-fragment-content section.padding.bgblack {
  padding-top: 150px;
}
.html-fragment-content .page-about-products ul > li {
  font-weight: normal;
  line-height: 18px;
  margin: 8px 3px 3px 3px;
  font-size: 14px;
}
.html-fragment-content .navbar-brand {
  margin-top: 22px;
  padding: 0;
  width: 130px;
  position: relative;
}
.cbp-l-filters .cbp-filter-item-active span, .cbp-l-filters .cbp-filter-item:hover span, .cbp-l-filters .cbp-filter-item:focus span, .cbp-l-filters.whitecolor .cbp-filter-item:focus span, .cbp-l-filters.whitecolor .cbp-filter-item-active span {
  color: #86bc25;
}
.cbp-item-wrapper a {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}
.navbar-nav .nav-link:hover, .navbar .dropdown:hover .dropdown-toggle, .dropdown-menu .dropdown-item:hover, .dropdown-menu.megamenu .dropdown-item:hover {
  color: #86bc25 !important;
}
.static-nav .navbar-nav .nav-link:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 3px;
  height: 2px;
  background: #86bc25 !important;
  margin: auto;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all;
}
.html-fragment-content .nav-item:after {
  content: '|';
  color: #fff;
}
.html-fragment-content .nav-item:last-child:after {
  margin-right: 16px;
  content: '';
}
.html-fragment-content .box {
  background-color: #eaeaea;
  border-top: 6px solid #86bc25;
  padding: 12px;
  min-height: 190px;
  text-align: center;
}
.html-fragment-content .box p {
  font-weight: bold;
}
.html-fragment-content .box h3 {
  font-weight: bold;
}
.html-fragment-content .box img {
  margin: 0 auto;
}
.html-fragment-content .fixedmenu {
  top: 70px !important;
  left: 0;
  right: 0;
  position: fixed;
  margin: 0 !important;
  padding: 0;
  z-index: 1002;
  background: #353535 !important;
  -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
  -webkit-animation-name: animationFade;
  -o-animation-name: animationFade;
  animation-name: animationFade;
  -webkit-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  border-radius: 0px;
}
.html-fragment-content .fixedmenu .navbar-nav .nav-link {
  color: #ffffff;
}
.html-fragment-content .fixedmenu .sidemenu_btn > span:not(.gradient-bg) {
  background: #ffffff !important;
}
.navbar {
  padding: 0px;
  z-index: 1000;
  background-color: #353535;
  color: #ffffff;
  margin-top: 70px;
  border-radius: 0px;
}
.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 4px;
  margin-top: 9px;
  list-style: none;
}
.html-fragment-content .parallax1 {
  /* replace https://www2.deloitte.com/content/dam/html/global/fragments/Urban-Future-with-a-Purpose/ with the final path for the image folder on the link bellow */
  background-image: url("/content/dam/html/global/fragments/urban-future-with-a-purpose/img/bg2.jpg");
  min-height: 250px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: repeat-x;
  background-size: auto;
}
.html-fragment-content .parallax2 {
  /* replace https://www2.deloitte.com/content/dam/html/global/fragments/Urban-Future-with-a-Purpose/ with the final path for the image folder on the link bellow */
  background-image: url("/content/dam/html/global/fragments/urban-future-with-a-purpose/img/bg3.jpg");
  min-height: 250px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: repeat-x;
  background-size: auto;
}
.html-fragment-content .parallax3 {
  /* replace https://www2.deloitte.com/content/dam/html/global/fragments/Urban-Future-with-a-Purpose/ with the final path for the image folder on the link bellow */
  background-image: url("/content/dam/html/global/fragments/urban-future-with-a-purpose/img/bg1.jpg");
  min-height: 250px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: repeat-x;
  background-size: auto;
}
.html-fragment-content .parallax4 {
  /* replace https://www2.deloitte.com/content/dam/html/global/fragments/Urban-Future-with-a-Purpose/ with the final path for the image folder on the link bellow */
  background-image: url("/content/dam/html/global/fragments/urban-future-with-a-purpose/img/bg2.jpg");
  min-height: 100px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: repeat-x;
  background-size: auto;
}
.html-fragment-content .heading-title > span {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
}
.side-menu:not(.gradient-bg) {
  background: #86bc25;
}
.html-fragment-content .textcontent {
  padding: 18px 0px 18px 0px;
}
.html-fragment-content .textcontentpitch {
  padding: 40px 0px 40px 0px;
}
.html-fragment-content .textcontentr {
  padding: 18px 0px 18px 18px;
}
.html-fragment-content .textcontentl {
  padding: 18px 18px 18px 0px;
}
.html-fragment-content small {
  font-size: 65%;
}
.process-wrapp li > .pro-step::before {
  background-image: none;
  background-color: #86bc25;
  opacity: 0;
  visibility: hidden;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.html-fragment-content .gradient-btn {
  -webkit-background-size: 200% auto;
  background-size: 200% auto;
  background-image: none;
  background-color: #86bc25;
  color: #fff;
  font-weight: bolder;
}
.html-fragment-content .gradient-btn2 {
  -webkit-background-size: 200% auto;
  background-size: 200% auto;
  background-image: none;
  background-color: #fbfbfb;
  border: 2px solid #86bc25;
  color: #86bc25;
  font-weight: bolder !important;
}
.html-fragment-content .gradient-btn3 {
  -webkit-background-size: 200% auto;
  background-size: 200% auto;
  background-image: none;
  background-color: #3c3c3c;
  color: #fff;
  font-weight: bolder;
}
.html-fragment-content .gradient-btn2:hover {
  -webkit-background-size: 200% auto;
  background-size: 200% auto;
  background-image: none;
  background-color: #d2d2d2;
  color: #fff;
  font-weight: bolder !important;
}
.html-fragment-content .gradient-btn3:hover {
  -webkit-background-size: 200% auto;
  background-size: 200% auto;
  background-image: none;
  background-color: #d2d2d2;
  color: #fff;
  font-weight: bolder;
}
.html-fragment-content .nopading {
  padding-right: 0px;
  padding-left: 0px;
}
.html-fragment-content .videocontainer {
  position: relative;
  background-color: black;
  height: 100vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
  margin-top: 119px;
}
.html-fragment-content .videocontainer 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%);
}
.html-fragment-content .videocontainer .container {
  position: relative;
  z-index: 2;
}
.html-fragment-content .videocontainer p {
  font-weight: 400;
  font-size: 18px !important;
  line-height: 1.3;
  line-height: 23px !important;
  letter-spacing: 0px;
  margin-bottom: 30px;
}
.html-fragment-content .bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: visible;
}
.html-fragment-content .videotext {
  padding-top: 13%;
}
.html-fragment-content .videocontainer h1 {
  line-height: 56px;
  border-width: 0px;
  margin: 0px;
  padding: 0px;
  letter-spacing: 0px;
  font-weight: 100;
  font-size: 47px;
}
.html-fragment-content .image-hover * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
.html-fragment-content .image-hover {
  position: relative;
  width: 100%;
  display: inline-block;
  overflow: hidden;
  background: none;
  margin-bottom: 0px;
}
.html-fragment-content .image {
  overflow: hidden;
  margin-bottom: 0px;
}
.html-fragment-content .image-hover a {
  text-decoration: none
}
.html-fragment-content .layer {
  display: none;
}
.html-fragment-content .layer > h6 {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  margin-top: 20px;
  color: #fff;
}
.img-layer-image-hover-backgroundchange .layer {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  opacity: 0.6;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center center;
}
.img-layer-image-hover-backgroundchange:hover .layer {
  display: inline-block;
  opacity: 1;
  background-color: #86bc25;
  color: #fff;
  text-align: center;
}
.img-layer-image-hover-backgroundchange:hover .hover1 {
  display: inline-block;
  opacity: 1;
  background-color: #009a44;
  color: #fff;
  text-align: center;
}
.img-layer-image-hover-backgroundchange:hover .hover2 {
  display: inline-block;
  opacity: 1;
  background-color: #007d88;
  color: #fff;
  text-align: center;
}
.img-layer-image-hover-backgroundchange:hover .hover3 {
  display: inline-block;
  opacity: 1;
  background-color: #47ab34;
  color: #fff;
  text-align: center;
}
.img-layer-image-hover-backgroundchange:hover .hover4 {
  display: inline-block;
  opacity: 1;
  background-color: #009bad;
  color: #fff;
  text-align: center;
}
.img-layer-image-hover-backgroundchange:hover .hover5 {
  display: inline-block;
  opacity: 1;
  background-color: #0c1464;
  color: #fff;
  text-align: center;
}
.img-layer-image-hover-backgroundchange:hover .hover6 {
  display: inline-block;
  opacity: 1;
  background-color: #289fc7;
  color: #fff;
  text-align: center;
}
.img-layer-image-hover-backgroundchange:hover .hover7 {
  display: inline-block;
  opacity: 1;
  background-color: #86bc26;
  color: #fff;
  text-align: center;
}
.img-layer-image-hover-backgroundchange:hover .hover8 {
  display: inline-block;
  opacity: 1;
  background-color: #c2d114;
  color: #fff;
  text-align: center;
}
.img-layer-image-hover-backgroundchange:hover .hover9 {
  display: inline-block;
  opacity: 1;
  background-color: #005687;
  color: #fff;
  text-align: center;
}
.img-layer-image-hover-backgroundchange:hover .hover10 {
  display: inline-block;
  opacity: 1;
  background-color: #0476a8;
  color: #fff;
  text-align: center;
}
.img-layer-image-hover-backgroundchange:hover .hover11 {
  display: inline-block;
  opacity: 1;
  background-color: #41a2a9;
  color: #fff;
  text-align: center;
}
.img-layer-image-hover-backgroundchange:hover .hover12 {
  display: inline-block;
  opacity: 1;
  background-color: #73c5b9;
  color: #fff;
  text-align: center;
}
.img-layer-image-hover-backgroundchange .layer {
  transition: all .8s ease-in-out;
  -webkit-transition: all .8s ease-in-out;
  -moz-transition: all .8s ease-in-out;
  -ms-transition: all .8s ease-in-out;
  -o-transition: all .8s ease-in-out;
}
.img-layer-image-hover-backgroundchange:hover .layer {
  transition: all .8s ease-in-out;
  -webkit-transition: all .8s ease-in-out;
  -moz-transition: all .8s ease-in-out;
  -ms-transition: all .8s ease-in-out;
  -o-transition: all .8s ease-in-out;
}
.html-fragment-content .iconlist {
  width: 25px !important;
  margin-top: 6px;
}
.html-fragment-content .button2 {
  position: relative;
  display: inline-block;
  font-size: 16px;
  padding: 10px;
  line-height: 22px;
  text-transform: none;
  text-align: center;
  font-weight: 400;
  z-index: 1;
  border: 1px solid transparent;
  -webkit-border-radius: 30px;
  border-radius: 2px;
}
.html-fragment-content .button {
  position: relative;
  display: inline-block;
  font-size: 15px;
  padding: 10px;
  line-height: 22px;
  text-transform: none;
  text-align: center;
  font-weight: 400;
  z-index: 1;
  -webkit-border-radius: 30px;
  border-radius: 2px;
  min-width: 220px;
}
.html-fragment-content .btwide {
  text-align: left;
  width: 100%;
  vertical-align: middle;
  display: inline-block;
}
.column-content {
  display: inline-block;
}
.btmiddle {
  display: table-cell;
  vertical-align: middle;
}
.btinline {
  display: inline-block;
}
.meio {
  display: block;
  vertical-align: middle;
  padding-top: 4px;
}
.iconmeio {
  margin-right: 10px;
  vertical-align: middle;
}
.cbp-l-filters .cbp-filter-item span {
  color: #ffffff;
  font-size: 16px;
  text-transform: none;
  position: relative;
  padding-bottom: 0;
}
.cbp-l-filters .cbp-filter-item-active span, .cbp-l-filters .cbp-filter-item:hover span, .cbp-l-filters .cbp-filter-item:focus span, .cbp-l-filters.whitecolor .cbp-filter-item:focus span, .cbp-l-filters.whitecolor .cbp-filter-item-active span {
  color: #000000;
}
.cbp-l-filters > .cbp-filter-item + .cbp-filter-item::before {
  display: inline-block;
  padding-right: 0px;
  padding-left: 0px;
  color: inherit;
  content: "";
}
.html-fragment-content .services-main:hover h3 {
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(51%, #fff), to(#fff));
}
.html-fragment-content .title-wrap h3 {
  margin-top: 18px;
}
.html-fragment-content .navbar-nav .nav-link {
  padding: 10px 0 !important;
  font-weight: 500;
  text-transform: none;
  font-size: 14px;
  color: #fff;
  position: relative;
  line-height: normal;
  margin: 0px 1rem;
  display: inline-block;
}
.html-fragment-content .dark-slider p, .light-slider p {
  font-size: 18px !important;
  line-height: 1.3 !important;
  color: #fff;
}
.html-fragment-content .light-slider h1, .light-slider h2 {
  color: #86bc25;
}
.html-fragment-content .services-main .services-content1 {
  margin-left: 0px;
  margin-right: 0px;
  padding: 0px 10px;
  margin-top: -10px;
  background: #009a44;
  z-index: 999;
  min-height: 60px;
  padding-top: 0px;
}
.html-fragment-content .services-main .services-content2 {
  margin-left: 0px;
  margin-right: 0px;
  padding: 0px 10px;
  margin-top: -10px;
  background: #007d88;
  z-index: 999;
  min-height: 60px;
  padding-top: 0px;
}
.html-fragment-content .services-main .services-content3 {
  margin-left: 0px;
  margin-right: 0px;
  padding: 0px 10px;
  margin-top: -10px;
  background: #47ab34;
  z-index: 999;
  min-height: 60px;
  padding-top: 0px;
}
.html-fragment-content .services-main .services-content4 {
  margin-left: 0px;
  margin-right: 0px;
  padding: 0px 10px;
  margin-top: -10px;
  background: #009bad;
  z-index: 999;
  min-height: 55px;
  padding-top: 0px;
}
.html-fragment-content .services-main .services-content5 {
  margin-left: 0px;
  margin-right: 0px;
  padding: 0px 10px;
  margin-top: -10px;
  background: #0c1464;
  z-index: 999;
  min-height: 60px;
  padding-top: 0px;
}
.html-fragment-content .services-main .services-content6 {
  margin-left: 0px;
  margin-right: 0px;
  padding: 0px 10px;
  margin-top: -10px;
  background: #289fc7;
  z-index: 999;
  min-height: 60px;
  padding-top: 0px;
}
.html-fragment-content .services-main .services-content7 {
  margin-left: 0px;
  margin-right: 0px;
  padding: 0px 10px;
  margin-top: -10px;
  background: #86bc26;
  z-index: 999;
  min-height: 60px;
  padding-top: 0px;
}
.html-fragment-content .services-main .services-content8 {
  margin-left: 0px;
  margin-right: 0px;
  padding: 0px 10px;
  margin-top: -10px;
  background: #c2d114;
  z-index: 999;
  min-height: 60px;
  padding-top: 0px;
}
.html-fragment-content .services-main .services-content9 {
  margin-left: 0px;
  margin-right: 0px;
  padding: 0px 10px;
  margin-top: -10px;
  background: #005687;
  z-index: 999;
  min-height: 60px;
  padding-top: 0px;
}
.html-fragment-content .services-main .services-content10 {
  margin-left: 0px;
  margin-right: 0px;
  padding: 0px 10px;
  margin-top: -10px;
  background: #0476a8;
  z-index: 999;
  min-height: 60px;
  padding-top: 0px;
}
.html-fragment-content .services-main .services-content11 {
  margin-left: 0px;
  margin-right: 0px;
  padding: 0px 10px;
  margin-top: -10px;
  background: #41a2a9;
  z-index: 999;
  min-height: 60px;
  padding-top: 0px;
}
.html-fragment-content .services-main .services-content12 {
  margin-left: 0px;
  margin-right: 0px;
  padding: 0px 10px;
  margin-top: -10px;
  background: #73c5b9;
  z-index: 999;
  min-height: 60px;
  padding-top: 0px;
}
.html-fragment-content .services-content p {
  font-size: 12px;
  color: #fff;
}
.html-fragment-content .services-content h3 {
  font-weight: 700 !important;
  font-size: 20px !important;
}
.html-fragment-content .dark-slider h2, .light-slider h2 {
  font-size: 30px !important;
}
.html-fragment-content .dark-slider h3, .light-slider h3 {
  font-size: 22px !important;
  color: #fff;
}
.html-fragment-content .bgdark {
  background: #000000;
}
.html-fragment-content .bgblack {
  background-color: #000;
}
.html-fragment-content .bggreen {
  background-color: #86BC25;
}
.html-fragment-content .bglgreen {
  background-color: #f0f8f5;
}
.html-fragment-content .bggrey {
  background-color: #53565a;
}
.html-fragment-content .bglgrey {
  background-color: #f5f5f5;
}
.html-fragment-content .bgwhite {
  background-color: #fff;
}
.html-fragment-content .solutiondescription {
  min-height: 280px;
}
.html-fragment-content .mt-2 {
  margin-top: 1rem !important;
}
.html-fragment-content .mt-4 {
  margin-top: 2rem !important;
}
.html-fragment-content .mb-2 {
  margin-bottom: 1rem !important;
}
.tabbed-nav, .inline-nav-topic-page {
  text-align: center;
  padding: 0 0 10px 0;
  background: #53565a;
}
.html-fragment-content .tabbed-nav li {
  font-size: 16px;
  font-weight: 300;
  padding: 6px 20px 6px;
  color: #fff;
}
.tabbed-nav, .inline-nav-topic-page {
  text-align: center;
  padding: 0px;
  background: #53565a;
}
.tabbed-nav li, .inline-nav-topic-page li {
  display: inline-block;
  position: relative;
  border-right: 1px solid #bbbcbc;
  margin-top: 4px;
  margin-bottom: 0px;
}
.tabbed-nav li:last-of-type, .inline-nav-topic-page li:last-of-type {
  border-right: 0;
}
.tabbed-nav li a:hover {
  text-decoration: underline;
}
.tabbed-nav ul {
  padding-inline-start: 0px;
  margin: 9px;
}
.html-fragment-content .topcaption1detail {
  padding-top: 110px;
  font-size: 44px;
  line-height: 58px;
  font-weight: lighter;
  white-space: pre-wrap;
  color: #fff;
}
.html-fragment-content .topcaption2 {
  font-size: 35px;
  line-height: 38px;
  color: #86bc25;
  margin-top: 10px;
  font-weight: lighter;
}
.html-fragment-content .topcaptionp {
  font-size: 18px !important;
  line-height: 1.3 !important;
  color: #fff;
}
.html-fragment-content .topcaption2detail {
  padding-top: 25%;
  font-size: 32px;
  line-height: 34px;
  font-weight: lighter;
  white-space: pre-wrap;
  color: #fff;
}
.html-fragment-content .topcaption3 {
  font-size: 17px;
  line-height: 20px;
  font-weight: lighter;
  color: #FFF;
  margin: 24px 0 0;
}
.html-fragment-content .topcaption3detail {
  padding-top: 50px;
  font-size: 26px;
  line-height: 30px;
  font-weight: lighter;
  white-space: pre-wrap;
  color: #fff;
}
.html-fragment-content .imgtopo {
  padding-top: 25px;
  margin: 0 auto;
}
.html-fragment-content .platforms-menu-nav a {
  display: block;
  border: 2px solid #86bc25;
  border-radius: 2px;
  background: #86bc25;
  box-sizing: border-box;
  margin: 4px;
  padding: 9px;
  color: #FFF;
  font-size: 15px;
  text-align: center;
  transition: all 0.3s linear;
  text-decoration: none;
  position: relative;
  align-items: center;
  justify-content: center;
  width: calc(22% - 36px);
  display: inline-block;
  font-weight: lighter;
  font-weight: 500;
}
.html-fragment-content .platforms-menu-nav a:hover {
  color: #000;
}
.html-fragment-content b, strong {
  font-weight: 700;
}
.html-fragment-content .page-about-content {
  text-align: left;
  color: #FFF;
  padding: 80px 30px 30px 30px;
}
.owl-carousel .owl-stage {
  display: flex;
}
.owl-carousel .item {
  display: flex;
  flex: 1;
  height: 100%;
}
.html-fragment-content .owl-dots {
  margin-top: 20px;
  padding-bottom: 0px;
  text-align: center;
}
.html-fragment-content .owl-carousel .owl-2 .item {
  min-height: 580px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-dots .owl-dot {
  height: 18px;
  width: 18px;
  background: #969696 !important;
  margin: 2px 3px;
  border: 1px solid #86bc25;
  display: inline-block;
  cursor: pointer;
  padding: 0;
}
.owl-dot:hover {
  height: 18px;
  width: 18px;
  background: #1898a9 !important;
  margin: 2px 3px;
  border: 1px solid #86bc25;
  display: inline-block;
  cursor: pointer;
  padding: 0;
}
.owl-dots .active {
  height: 18px;
  width: 18px;
  background: #86bc25 !important;
  margin: 2px 3px;
  border: 1px solid #86bc25;
  display: inline-block;
  cursor: pointer;
  padding: 0;
}
.html-fragment-content .owl-prev, .owl-next {
  width: 30px;
  height: 30px;
  background-color: red;
  border: 0px solid black;
}
.html-fragment-content .owl-prev::before, .owl-next::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(.5);
  -moz-transform: scale(.5);
  -o-transform: scale(.5);
  transform: scale(.5);
  -webkit-background-size: 200% auto;
  background-size: 200% auto;
  background: -webkit-radial-gradient(rgba(134, 188, 37, 0.0), rgba(134, 188, 37, 0.0) 0%);
  background: -moz-radial-gradient(rgba(134, 188, 37, 0.0), rgba(134, 188, 37, 0.0) 0%);
  background: -o-radial-gradient(rgba(134, 188, 37, 0.0), rgba(134, 188, 37, 0.0) 0%);
  background: radial-gradient(rgba(134, 188, 37, 0.0), rgba(134, 188, 37, 0.0) 0%);
}
/*.html-fragment-content .owl-prev { left: 10px;
top: 40% }
    
.html-fragment-content .owl-next { right: 20px;
top: 40% }*/
.html-fragment-content .owl-prev i, .owl-next i {
  transform: scale(1.4);
  color: #3c3c3c;
  background-color: white;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  padding: 5px;
}
.owlbox {
  padding: 8px 8px 20px 8px;
  background-color: #fff;
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
  border: 0px solid #fff;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 49%;
  top: 34%;
  margin-left: -40px;
  margin-top: -40px;
  /* replace https://www2.deloitte.com/content/dam/html/global/fragments/Urban-Future-with-a-Purpose/ with the final path for the image folder on the link bellow */
  background: url(/content/dam/html/global/fragments/urban-future-with-a-purpose/img/videoplay.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: #5a5a5a;
  border: none;
  padding: 0 !important;
  font: inherit;
  font-size: 40px;
}
.container.bgblack > .row > .col-lg-12.col-md-12.wow.fadeInUp {
  line-height: 0px;
}
.heading-title h3 {
  color: #000;
}
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  .html-fragment-content .page-contact a i {
    width: 60px;
    height: 60px;
  }
  .html-fragment-content .page-contact a {
    font-size: 32px;
    line-height: 40px;
  }
  .html-fragment-content .l-container {
    margin-left: 10px;
  }
  .html-fragment-content .platforms-menu-nav a {
    font-size: 14px;
  }
  .html-fragment-content .videocontainer {
    position: relative;
    background-color: black;
    height: 100vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
  }
  .container.bgblack > .row > .col-lg-12.col-md-12.wow.fadeInUp {
    line-height: 0px;
    margin-top: 60px !important;
  }
}
/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
  .html-fragment-content .platforms-menu-nav a {
    width: calc(18%);
    font-size: 11px;
    padding-left: 2px;
    padding-right: 2px;
  }
  .html-fragment-content .videocontainer {
    position: relative;
    background-color: black;
    height: 100vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
  }
  .html-fragment-content .videocontainer h1 {
    line-height: 56px;
    border-width: 0px;
    margin: 0px;
    padding: 0px;
    letter-spacing: 0px;
    font-weight: 100;
    font-size: 40px;
  }
  .container.bgblack > .row > .col-lg-12.col-md-12.wow.fadeInUp {
    line-height: 0px;
    margin-top: 60px !important;
  }
}
/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
  #migration {
    background: linear-gradient(180deg, #ffffff 50%, #86bc25 50%);
  }
  .html-fragment-content .platforms-menu-nav a {
    width: 100%;
  }
  .html-fragment-content .topcaptionjump2cloud {
    padding-bottom: 30px;
  }
  .html-fragment-content .videocontainer {
    position: relative;
    background-color: black;
    height: 100vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
  }
  .html-fragment-content .videocontainer h1 {
    line-height: 56px;
    border-width: 0px;
    margin: 0px;
    padding: 0px;
    letter-spacing: 0px;
    font-weight: 100;
    font-size: 40px;
  }
  .html-fragment-content .topcaption2detail {
    padding-top: 10px;
    font-size: 28px;
    line-height: 32px;
    font-weight: lighter;
    white-space: pre-wrap;
    color: #fff;
  }
  .container.bgblack > .row > .col-lg-12.col-md-12.wow.fadeInUp {
    line-height: 0px;
    margin-top: 60px !important;
  }
}
/* Portrait phones and smaller */
@media (max-width: 480px) {
  .html-fragment-content .container {
    max-width: 100% !important;
  }
  #migration {
    background: linear-gradient(180deg, #ffffff 60%, #86bc25 60%);
  }
  .html-fragment-content .platforms-menu-nav a {
    width: 100%;
  }
  .html-fragment-content .cbp-l-filters .cbp-filter-item span {
    color: #ffffff;
    font-size: 12px;
    text-transform: capitalize;
    position: relative;
    padding-bottom: 0;
  }
  .html-fragment-content .container {
    max-width: 100% !important;
  }
  .html-fragment-content .videocontainer {
    position: relative;
    background-color: black;
    height: 100vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
  }
  .html-fragment-content .videocontainer h1 {
    line-height: 56px;
    border-width: 0px;
    margin: 0px;
    padding: 0px;
    letter-spacing: 0px;
    font-weight: 100;
    font-size: 40px;
  }
  .html-fragment-content .page-about-content {
    text-align: left;
    color: #FFF;
    padding: 10px;
  }
  .html-fragment-content .page-about-products {
    padding: 10px;
    color: #fff;
    position: relative;
    left: 0px;
  }
  .html-fragment-content .tabbed-nav li {
    font-size: 16px;
    font-weight: 300;
    padding: 6px 6px 6px;
    color: #fff;
  }
  .html-fragment-content .videotext {
    padding-top: 20%;
  }
  .html-fragment-content .topcaption1 {
    padding-top: 120px;
    font-size: 42px;
    line-height: 62px;
    font-weight: lighter;
  }
  .html-fragment-content .topcaption1w {
    padding-top: 120px;
    font-size: 42px;
    line-height: 58px;
    font-weight: lighter;
    color: #75787B;
  }
  .html-fragment-content .page-about-content_detail {
    text-align: left;
    color: #FFF;
    padding: 20px 20px 20px 20px;
  }
  .html-fragment-content h2 {
    font-size: 22px;
    line-height: 1.2;
    margin: 0px;
    padding-bottom: .1em;
    font-weight: 300;
    color: #fff;
  }
  .html-fragment-content .boxnotas ul {
    -moz-column-count: 2;
    -moz-column-gap: 15px;
    -webkit-column-count: 2;
    -webkit-column-gap: 15px;
    column-count: 2;
    column-gap: 15px;
  }
  .owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 49%;
    top: 24%;
    margin-left: -40px;
    margin-top: -40px;
    /* replace https://www2.deloitte.com/content/dam/html/global/fragments/Urban-Future-with-a-Purpose/ with the final path for the image folder on the link bellow */
    background: url(/content/dam/html/global/fragments/urban-future-with-a-purpose/img/videoplay.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease;
  }
  .container.bgblack > .row > .col-lg-12.col-md-12.wow.fadeInUp {
    line-height: 0px;
    margin-top: 60px !important;
  }
}
.owl-podcast-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  position: absolute;
  height: 80px;
  width: 80px;
  left: 45%;
  top: 23%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(/content/dam/html/global/fragments/urban-future-with-a-purpose/img/videoplay.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease;
}
@media (max-width: 480px) {
  .owl-carousel .owl-podcast-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    position: absolute;
    height: 80px;
    width: 80px;
    left: 40%!important;
    top: 20%!important;
    margin-left: -40px;
    margin-top: -40px;
    background: url(/content/dam/html/global/fragments/urban-future-with-a-purpose/img/videoplay.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease;
  }
  #techKin-video--header .video-js {
    background-color: black;
    height: 200px;
    width: 100%;
  }
}