/*
  (c) 2020 Grupo Interactivo.com
*/

/*  ----------- FONTS  ----------
font-family: 'Titillium Web', sans-serif;  ==> 400,700
font-family: 'Raleway', sans-serif;        ==> 400,700,900
font-family: 'Open Sans', sans-serif;      ==> 300,400,600

  ----------- COLORS  ---------- 
Gris: textos y menu:  #46555D;
Gris oscuro: #455159;
Grisclaro: cover subhead h2:;  #95a6ad;
Azul oscuro: #1c2d68;
Azul claro: #0292c2;
Azul oscuro 2:; #1a233e;
Verde: #86c92c;
*/
.marca1 { border: 1px red dotted; }
.marca2 { border: 1px blue dotted; }
.marca3 { border: 1px green dotted; }

/* -----------------------
   # Global Styles
-------------------------- */
*, *::before, *::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
html, body {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  color:#46555D;
  background-color: #ffffff;
  text-align: left;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  height: auto !important;
}
h1, h2, h3, h4, h5 {
  font-family: 'Raleway', Arial, sans-serif;
  font-weight: 900;
  font-size: 2.6em;
  color: #1c2d68;
  text-align: left;
  line-height: 1.2em;
  margin-bottom: 0.5em;
  margin-top: 0;
}
h2 {  
  font-size: 2.4em;
  margin-bottom: 5px;
  letter-spacing: 0.01em;
}
h3 {
  font-size: 2.2em;
  font-weight: 900;
  color: #46555D;
}
h4 {  
  display: inline-block;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.1em;
  color: #0d7bb8;
  text-align: left;
  text-transform:none;
  margin-bottom: 0.4em;
}
h5 {  
  display: block;
  font-weight: 700;
  font-size: 1.2em;
  font-weight: 700;
  color: #0d7bb8;
  text-align: left;
}
p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 1.8em;
  font-size: 16px;
  color:#46555D;
  text-align: justify;
}
    p strong{
      font-family: 'Open Sans', sans-serif;
      font-weight: 600;
    }
a {
  color:#46555D;
  text-decoration: none;
}
    a:hover {
      color:#0292c2;
      text-decoration: none;
    }

ul {
  list-style: disc;
  padding: 0;
  padding-left: 32px;
  line-height: 1.8em;
}
ol {
  padding-left: 15px;
  line-height: 1.8em;
}
    ul li, ol li {
      font-size: 1em;
      line-height: 1.5em;
	  text-align: left;
    }

#loading {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin:0;
  background-color: #ffffff;
  z-index: 16000;
}
.gi-loading {
  position:relative; 
  display: block; left:50%; 
  margin-left:-360px; 
  margin-top:0; 
}

/*  -------  Custom scrollbar ------- */
  .gi-scrollbar::-webkit-scrollbar {
      width: 10px;
  }
  .gi-scrollbar::-webkit-scrollbar-track {
      background-color: #eeeeee;
      box-shadow: inset 2px 0 3px #bbbccc;
  }
  .gi-scrollbar::-webkit-scrollbar-thumb {
      background-color: #1c2d68;
  }
  .gi-scrollbar::-webkit-scrollbar-thumb:hover {
      background-color: #0292c2;
  }

/* -----------  COVER PAGE  ---------- */
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  background-color: #1c2d68;
  border-radius: 0;
}
    #fp-nav ul li a span:hover,
    .fp-slidesNav ul li a span:hover {
      background-color: #0292c2;
      border-radius: 0 !important;
    }
    #fp-nav ul li a.active span {
      border-radius: 0;
    }
#sectionMobileCover { 
  display: none;
}

#cover1,
#cover2,
#cover3,
#cover4,
#cover5 {
  width: 100%;
  height: 100vh;
  background-color: #ffffff;
  overflow: hidden;
}
.cover-title {
  position: relative;
  float: left;
  top:40%;
  height: 60%;
  width: 50%;
  padding: 0 5%;
  text-align: center;
}
    .cover-title h1 {
      font-size: 3.5em;
      font-weight: 400;
      line-height: 1em;
      margin-bottom: 0;
      text-align: center;
      visibility: hidden;
    }
    .cover-title h2 {
      font-family: 'Titillium Web', sans-serif;
      font-size: 2.0em;
      font-weight: 400;
      color: #95a6ad;
      letter-spacing: 0;
      margin-top: 0;
      text-align: center;
    }
    .cover-title p {
      font-size: 0.9em;
      text-align: center;
      color: #455159;
      position: absolute;
      bottom: 4%;
      left: 50%;
       -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%); 
       -ms-transform: translateX(-50%); 
       -o-transform: translateX(-50%); 
       transform: translateX(-50%);
      width: 86%;
      margin-bottom: 0;
    }
.bounce-in-top {
  -webkit-animation: bounce-in-top 1.5s 1.2s both;
          animation: bounce-in-top 1.5s 1.2s both;
}
@-webkit-keyframes bounce-in-top {
  0% {
    -webkit-transform: translateY(-500px);
            transform: translateY(-500px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: translateY(-65px);
            transform: translateY(-65px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: translateY(-28px);
            transform: translateY(-28px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  90% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@keyframes bounce-in-top {
  0% {
    -webkit-transform: translateY(-500px);
            transform: translateY(-500px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: translateY(-65px);
            transform: translateY(-65px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: translateY(-28px);
            transform: translateY(-28px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  90% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}

.fixed-title h1 {
  position: absolute;
  top: 40%; width: 50%;
  font-size: 3.5em;
  font-weight: 700;
  line-height: 1em;
  margin-bottom: 0;
  text-align: center;
  color: #1c2d68;
  z-index: 500;
  display: none;
}
.fixed-contact {
  position: absolute;
  bottom: 12px;
  right: 36px;
  text-align: right;
  z-index: 520;
}
    .fixed-contact h4 {
      display: inline;
      color: #ffffff;
      background-color: #0292c2;
      font-size: 0.65em;
      font-weight: 700;
      letter-spacing: 0.5em;
      line-height: 0;
      text-align: center;
      margin-right: 32px;
      padding:4px 12px;
      border-radius: 8px;
      opacity: 0.8;
      transition: background-color 0.5s;
    }
        .fixed-contact h4:hover {
          font-weight: 700 !important;
          color: #ffffff;
          background-color: #86c92c;
          opacity: 1;
          cursor: pointer;
        }
        .fixed-contact h4:after {
          content: "";
          position: absolute;
          height: 5px;
          border-top: 1px solid #ffffff;
          top: 55%;
          margin-left: 6px;
          width: 50px;
          opacity: 0.5;
          transition: width 0.6s;
        }
        .fixed-contact h4:hover:after{
          width: 14px;
        }
    .fixed-contact h5 {
      display: inline;
      font-size: 0.7em;
      font-weight: 700;
      letter-spacing: 0.3em;
      line-height: 0;
      color: #ffffff;
      text-align: center;
      margin-right: 32px;
      opacity: 1;
    }
        .fixed-contact h5 a {
          display: inline-block;
          height: 1px;
          color: #ffffff;
          text-shadow: 1px 1px 5px rgba(0,0,0,0.75);
          text-align: center;
          padding: 12px 8px 12px 10px;
          margin:0;
          border: 1px solid transparent;
          border-radius: 50%;
          transition: 0.7s all;
        }
        .fixed-contact h5 a:after {
          content: "";
          display: block;
          position: absolute;
          width: 42px;
          height: 42px;
          top: -6px;
          margin-left: -12px;
          color: #ffffff;
          text-align: center;
          border: 1px solid transparent;
          border-radius: 50%;
        }
@keyframes bt_ring {
    0%
    {
      border-left: 1px solid #ffffff;
      border-right: 1px solid #ffffff;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    60%
    {
      border-left: 2px solid #ffffff;
      border-right: 2px solid #ffffff;
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
    100%
    {
      border: 2px solid #ffffff;
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg);
    }
}
.fixed-contact h5 a:hover:after {
  animation: bt_ring 1.8s ease-out;
}
a.lang-dark {
  color: #455159 !important;
  text-shadow: none !important;
}
    a.lang-dark:hover:after {
      border-color: #0292c2 !important;
    }
.scroll-arrows{
    position: absolute;
    width: 32px;
    height: 70px;
    top: 51%;
    left: 99.4%;
    transform: translate(-50%,-50%);
    z-index: 550;
}
    .scroll-arrows:hover{
        cursor: pointer;
    }
    .scroll-arrows:before {
        content: "";
        position: absolute;
        width: 1px;
        height: 46px;
        border-left: 3px solid #86b927;
        top: 0;
        margin-top: -26px;
        margin-left: 18px;
        opacity: 1;
        transition: all 0.6s;
    }
        .scroll-arrows:hover:before {
            height: 60px;
            margin-top: -20px;
        }
    .scroll-arrows span{
        display: block;
        width: 12px;
        height: 12px;
        border-bottom: 3px solid #86c92c;
        border-right: 3px solid #86c92c;
        transform: rotate(45deg);
        margin: -10px;
        animation: animate-arrows 2.5s infinite;
    }
        .scroll-arrows span:nth-child(2){
            animation-delay: -0.2s;
        }
        .scroll-arrows span:nth-child(3){
            animation-delay: -0.4s;
        }
@-webkit-keyframes animate-arrows {
    0%{
        opacity: 0;
        transform: rotate(45deg) translate(8px,-30px);
    }
    50%{
        opacity: 1;
    }
    100%{
        opacity: 0.2;
        transform: rotate(45deg) translate(60px,30px);
    }
}
@keyframes animate-arrows {
    0%{
        opacity: 0;
        transform: rotate(45deg) translate(8px,-30px);
    }
    50%{
        opacity: 1;
    }
    100%{
        opacity: 0.2;
        transform: rotate(45deg) translate(60px,30px);
    }
}
.hscroll-arrows{
    position: absolute;
    top: 51%;
    left: 19.7%;
    transform: translate(-50%,-50%);
    z-index: 540;
    width: 70px;
    height: 30px;
}
#slide1 .hscroll-arrows{  left: 19.7%;  }
#slide2 .hscroll-arrows{  left: 39.6%;  }
#slide3 .hscroll-arrows{  left: 59.7%;  }
#slide4 .hscroll-arrows{  left: 79.75%; }

#slide2 .hscroll-arrows:before{  border-top: 3px solid #c9866c;  }
#slide2 .hscroll-arrows span{  border-color: #e5a88b;  }
#slide4 .hscroll-arrows:before{  border-top: 3px solid #362923;  }
#slide4 .hscroll-arrows span{  border-color: #362923;  }

    .hscroll-arrows:hover{
        cursor: pointer;
    }
    .hscroll-arrows:before {
        content: "";
        position: absolute;
        width: 30px; /* orig. 40px */
        height: 0;
        border-top: 3px solid #26b8eb;
        top: 50%;
        margin-left: -20px;  /* orig. -30px */
        opacity: 0.7;
        transition: all 0.6s;
    }
        .hscroll-arrows:hover:before {
            width: 50px;
            margin-left: -22px;
        }
    .hscroll-arrows span{
        display: block;
        width: 14px;
        height: 14px;
        border-top: 2px solid #26b8eb;
        border-right: 2px solid #26b8eb;
        margin-top: -15px;
        animation: horiz-animate-arrows 2.5s infinite;
    }
        .hscroll-arrows span:nth-child(2){
            animation-delay: -0.2s;
        }
        .hscroll-arrows span:nth-child(3){
            animation-delay: -0.4s;
        }
@-webkit-keyframes horiz-animate-arrows {
    0%{
        opacity: 0;
        transform: rotate(45deg) translate(-26px, 50px);
    }
    50%{
        opacity: 1;
    }
    100%{
        opacity: 0;
        transform: rotate(45deg) translate(36px, 0px);
    }
}
@keyframes horiz-animate-arrows {
    0%{
        opacity: 0;
        transform: rotate(45deg) translate(-26px, 50px);
    }
    50%{
        opacity: 1;
    }
    100%{
        opacity: 0;
        transform: rotate(45deg) translate(36px, 0px);
    }
}

.hidden-forload {
  display: none;
}
.cover-bigpic {
  position: relative;
  float: right;
  top:0;
  width: 50%;
  padding:0;
  height: 100%;
}
    .cover-bigpic img.curvecut {
      top: 0;
      left: 0;
      margin-left: -1px;
    }
    .cover-bigpic .cover-cta {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 350px;
      height: auto;
      padding: 32px;
      background-color: yellow;
    }
#cover1 .cover-bigpic {
  background: transparent url('../img/bg_cover01.jpg') bottom left no-repeat;
  background-size: cover;
}
#cover2 .cover-bigpic {
  background: transparent url('../img/bg_cover02.jpg') bottom left no-repeat;
  background-size: cover;
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
#cover3 .cover-bigpic {
  background: transparent url('../img/bg_cover03.jpg') bottom left no-repeat;
  background-size: cover;
}
#cover4 .cover-bigpic {
  background: transparent url('../img/bg_cover04.jpg') bottom left no-repeat;
  background-size: cover;
}
#cover5 .cover-bigpic {
  background: transparent url('../img/bg_cover05.jpg') bottom left no-repeat;
  background-size: cover;
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
/* -------- Slow Zoom  -------- */
@-webkit-keyframes zoomCover {
  from {
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  }
  to {
  -ms-transform: scale(1.15);
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
  }
}
@-moz-keyframes zoomCover {
  from {
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  }
  to {
  -ms-transform: scale(1.15);
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
  }
}
@-o-keyframes zoomCover {
  from {
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  }
  to {
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  }
}
@keyframes zoomCover {
  from {
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  }
  to {
  -ms-transform: scale(1.15);
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
  }
}
.cover-zoominpic {
  -webkit-animation: zoomCover 10s ease-in-out;
  -moz-animation: zoomCover 10s ease-in-out;
  -o-animation: zoomCover 10s ease-in-out;
   animation: zoomCover 10s ease-in-out;
   animation-fill-mode: forwards;
}
.cover-zoominpicSlow {
  -webkit-animation: zoomCover 16s ease-in-out;
  -moz-animation: zoomCover 16s ease-in-out;
  -o-animation: zoomCover 16s ease-in-out;
   animation: zoomCover 16s ease-in-out;
   animation-fill-mode: forwards;
}

/* -------- Slow Zoom Back  -------- */
@keyframes zoomCoverOut {
  from {
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  }
  to {
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  }
}
@-webkit-keyframes zoomCoverOut {
  from {
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  }
  to {
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  }
}
@-moz-keyframes zoomCoverOut {
  from {
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  }
  to {
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  }
}
@-o-keyframes zoomCoverOut {
  from {
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  }
  to {
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  }
}
.cover-zoomoutpic {  
  -webkit-animation: zoomCoverOut 7s ease-in-out;
  -moz-animation: zoomCoverOut 7s ease-in-out;
  -o-animation: zoomCoverOut 7s ease-in-out;
   animation: zoomCoverOut 7s ease-in-out;
   animation-fill-mode: forwards;
}
.cover-zoomoutpicSlow {  
  -webkit-animation: zoomCoverOut 14s ease-in-out;
  -moz-animation: zoomCoverOut 14s ease-in-out;
  -o-animation: zoomCoverOut 14s ease-in-out;
   animation: zoomCoverOut 14s ease-in-out;
   animation-fill-mode: forwards;
}
#cover1 .left-video {
  position: absolute;
  bottom: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%); 
  -ms-transform: translateX(-50%); 
  -o-transform: translateX(-50%); 
  transform: translateX(-50%);
  width: auto;
}
    #cover1 .left-video video {
      width: 100%;
      max-width:330px;
      height:auto;
      background-color: #ffffff;
    }
#cover2 .left-pic {
  margin-top: 5%;
  max-width:260px;  /* zapatos */
  height:auto;
}
#cover3 .left-pic {
  margin-top: 3.5%;
  max-width:132px;  /* cohete */
  height:auto;
}
#cover4 .left-pic {
  margin-top: 5%;
  max-width:280px;  /* sombrero */
  height:auto;
}
#cover5 .left-pic {
  margin-top: 4%;
  max-width:188px;  /* planta */
  height:auto;
}

#sectionOne {
  background: #ffffff;
}
    #sectionOne .iScrollVerticalScrollbar.iScrollLoneScrollbar {
      width:10px !important;
    }
    #sectionOne .iScrollIndicator {
      background-color:#1c2d68 !important; 
    }
    #sectionOne .container:first-of-type {
      padding-top: 10%;
    }
    #sectionOne h2 {
      font-size: 3.4em;
      font-weight: 700;
      text-align: center;
      visibility: hidden;
    }
    #sectionOne h3 {
      font-size: 1.6em;
      line-height: 1.3em;
      font-weight: 400;
      color: #0292c2;
      text-align: center;
      visibility: hidden;
    }
#page-inside {
  overflow-x: hidden;
}
    #sectionOne p,
    #page-inside p {
      font-size: 1.2em;
      line-height: 1.5em;
      margin-bottom: 1em;
    }
    #sectionOne p a,
    #page-inside p a {
      position: relative;
      white-space: wrap;
      line-height: 0px;
    }
    #sectionOne p a:hover,
    #page-inside p a:hover {
      color: #1c2d68;
    }
    
    #sectionOne h2.trust-title {
      font-size: 2em;
      margin-bottom: 0.7em;
    }

.gi-links p a:before,
.gi-links p a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 2px;
  background: #0292c2;
  width: 100%;
  opacity: 0.4;
  transition: all 0.3s ease-out;
}
.gi-links p a:after {
  width: 0%;
}
    .gi-links p a:hover:before {
      opacity: 0;
    }
    .gi-links p a:hover:after {
      width: 100%;
      opacity: 1;
    }


@-webkit-keyframes tracking-in-expand {
  0% {
    visibility: visible;
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes tracking-in-expand {
  0% {
    visibility: visible;
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
.tracking-in-expand {
  -webkit-animation: tracking-in-expand 1.6s cubic-bezier(0.165, 0.840, 0.440, 1.000) both;
          animation: tracking-in-expand 1.6s cubic-bezier(0.165, 0.840, 0.440, 1.000) both;
}

@-webkit-keyframes fade-in-bottom {
  0% {
    visibility: hidden;
    -webkit-transform: translateY(35px);
            transform: translateY(35px);
    opacity: 0;
  }
  100% {
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-bottom {
  0% {
    visibility: hidden;
    -webkit-transform: translateY(35px);
            transform: translateY(35px);
    opacity: 0;
  }
  100% {
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
.fade-in-bottom {
  -webkit-animation: fade-in-bottom 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) 1.2s both;
          animation: fade-in-bottom 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) 1.2s both;
}
.fade-in-bottom-later {
  -webkit-animation: fade-in-bottom 3s cubic-bezier(0.390, 0.575, 0.565, 1.000) 4.5s both;
          animation: fade-in-bottom 3s cubic-bezier(0.390, 0.575, 0.565, 1.000) 4.5s both;
}
.loose-col-1 {
  padding: 0 8%;
}
.loose-col-2 {
  padding: 0 8% 20px 8%;
}
.loose-col-3 {
  padding: 0 6%;
}
#sectionOne .loose-col-1 {
  margin-top: 5%;
}
#sectionOne .loose-col-2 {
  margin-top: 3%;
}

.client-slider {
  margin-top: 130px;
  margin-bottom: 0px;
  padding-bottom: 90px;
  background: rgb(255,255,255);
  background: -moz-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(254,254,254,1) 79%, rgba(250,250,250,1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(254,254,254,1) 79%, rgba(250,250,250,1) 100%);
  background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(254,254,254,1) 79%, rgba(250,250,250,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#fafafa",GradientType=1);
}
    .client-slider h5 {
      font-size: 0.8em;
      font-weight: 400;
      text-transform: uppercase;
      text-align: center;
      letter-spacing: 0.06em;
      color: #46555D;
      margin-bottom: 2.6em;
    }
    .client-slider h5 a {
      color: #35525c;
      font-weight: 700;
    }
    .client-slider .item {
      opacity: 1;
    }
    .client-slider .owl-carousel {
      margin-bottom: 30px;
      padding-left: 5%;
      padding-right: 5%;
    }
.owl-nav.disabled+.owl-dots {
  margin-top: 4px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #1c2d68;
  box-shadow: none;
}
.front-middle-pic {
  position: relative;
  display: block;
  margin-bottom: 100px;
  background-color: #ffffff;
}
    .front-middle-pic img {
      width: 100%;
      height: auto;
    }
.hover-waves {
  position: absolute;
  display: block;
  width: 100%;
  height: 70%;
  top: 15%;
  left: 0;
}
.hwaves {
  position: absolute;
  display: none;
  top: 45%;
  left: 47.5%;
  width: 3.5em;
  height: 1em;
  border-radius: 50%;
  -webkit-animation: hwaves 1.7s ease-out 1 forwards;
          animation: hwaves 1.7s ease-out 1 forwards;
}
@-webkit-keyframes hwaves {
  0% {
    box-shadow: 0 0 0 0 rgba(248,248,250, 0.3),
                0 0 0 1em rgba(7,7,250, 0.3),
                0 0 0 3em rgba(248,248,250, 0.3),
                0 0 0 5em rgba(248,248,250, 0.3);
  }
  55% {
    box-shadow: 0 0 0 1.5em rgba(248,248,250, 0.3),
                0 0 0 6em rgba(248,248,250, 0.3),
                0 0 0 10em rgba(248,248,250, 0.3),
                0 0 0 18em rgba(248,248,250, 0);
  }
  100% {
    box-shadow: 0 0 0 2.5em rgba(248,248,250, 0),
                0 0 0 9em rgba(248,248,250, 0),
                0 0 0 15em rgba(248,248,250, 0),
                0 0 0 24em rgba(248,248,250, 0);
  }
}
@keyframes hwaves {
  0% {
    box-shadow: 0 0 0 0 rgba(248,248,250, 0.3),
                0 0 0 1em rgba(7,7,250, 0.3),
                0 0 0 3em rgba(248,248,250, 0.3),
                0 0 0 5em rgba(248,248,250, 0.3);
  }
  55% {
    box-shadow: 0 0 0 1.5em rgba(248,248,250, 0.3),
                0 0 0 6em rgba(248,248,250, 0.3),
                0 0 0 10em rgba(248,248,250, 0.3),
                0 0 0 18em rgba(248,248,250, 0);
  }
  100% {
    box-shadow: 0 0 0 2.5em rgba(248,248,250, 0),
                0 0 0 9em rgba(248,248,250, 0),
                0 0 0 15em rgba(248,248,250, 0),
                0 0 0 24em rgba(248,248,250, 0);
  }
}
/*  Main Service List */
#list-services h2,
#grid-works h2,
#industries-list h2 {
  text-align: center;
  font-size: 3.4em;
  font-weight: 700;
  line-height: 1.1em;
  margin-bottom: 0;
}
    #list-services h3.subtit,
    #grid-works h3.subtit,
	#industries-list h3.subtit {
      text-align: center;
      font-size: 1.5em;
      font-weight: 400;
      line-height: 1.2em;
      /*  color: #0292c2;  */
      margin-bottom: 3.0em;
    }

    #list-services .item-service {
      margin-bottom: 48px;
    }
    #list-services .item-service .service-box {
      display: block; 
      width: 96%;
      height: 100%;
      padding: 0; 
      text-align: left;
    }
.slide-btn {
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
  overflow: hidden;
  transition: box-shadow 0.6s ease;
  background-color: transparent;
}
    .slide-btn:hover {
      -webkit-box-shadow: 0 2px 20px 0 rgba(0,0,0,.16), 0 2px 28px 0 rgba(0,0,0,.12);
      box-shadow: 0 2px 20px 0 rgba(0,0,0,.16), 0 2px 28px 0 rgba(0,0,0,.12);
    }
    .slide-btn:after {
        content: "";
        width: 0px;
        height: 100%;
        border-bottom: 3px #1c2d68 solid;
        position: absolute;
        top: 0;
        left:2.8%;
        -moz-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        transition: all 0.5s ease;
        z-index: -15;
    }
    .slide-btn:hover:after {
        width: 90.5%;
    }
.service-box .img-zoom,
.service-box .img-serv {
  display: inline-block; 
  width: 30%;
  vertical-align: top;
  max-width: 194px;
  height: auto;
  max-height: 130px;
  overflow: hidden;
  border: 0px solid #000000;
}
    .service-box .img-zoom a img,
    .service-box .img-serv a img {
      width: 100%;
      height: auto; 
      transition: all 0.4s ease-out;
      transform-origin: center;
    }
    .service-box .img-zoom a img:hover {
      -moz-transform: scale(1.04) translate(3px, -2px);
      -webkit-transform: scale(1.04) translate(3px, -2px);
      -o-transform: scale(1.04) translate(3px, -2px);
      -ms-transform: scale(1.04) translate(3px, -2px);
      transform: scale(1.04) translate(3px, -2px);
    }
.service-box .service-title {
  display: block;
  width: 63%;
  height: auto;
  position: absolute;
  left:31%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0px 20px 0px 20px;
}
    .service-box .service-title a h3 {
      letter-spacing: 0;
      text-transform: none;
      font-size: 1.2em !important;
      font-weight: 700 !important;
      text-align: left !important;
      color: #1c2d68 !important;
      margin-bottom: 4px;
    }
    .service-box .service-title a h3:hover {
        color: #0292c2 !important;
    }
    .service-box .service-title p {
        font-size: 0.938em !important;
        font-weight: 400;
        line-height:normal;
        margin-top: 0;
        margin-bottom: 0 !important;
        text-align: left;
    }

/*  Featured Works on cover page */
#grid-works {
  padding-top: 90px;
  padding-bottom: 20px;  /* orig. 70px */
  overflow-x: hidden;
}
    #grid-works h2 {
      text-align: center;
      margin-bottom: 1.8em;
    }
    #grid-works h2:after,
	#industries-list h2:after {
      content: '';
      display: block;
      position: relative;
      width: 120px;
      height: 3px;
      left: 50%;
      margin-left: -60px;
      background: #0292c2;
      margin-top: 8px;
      transition: all 0.5s;
    }
    #grid-works .grid-blocks {
      width: 100%;
      margin-bottom: 3em;
    }
    #grid-works .grid-item {
      padding: 0;
      margin: 0;
      display: inline-block;
      float: left;
      border:2px #ffffff solid;
    }
    #grid-works .grid-item50 {
      width: 50%;
      height: 80vh;
      max-height: 500px;
    }
    #grid-works .grid-item25 {
      width: 25%;
      height: 40vh;
      max-height: 250px;
    }
    #grid-works .left-pack {
      width: 50%;
      height: auto;
    }
        #grid-works .left-pack .grid-item25 {
          width: 50%;
          height: 40vh;
          max-height: 250px;
        }
    #grid-works .grid-item50.rightblock {
        float: none;
    }
/*  Featured projects Hover  */
.hvrbox_background {
  width: 400px;
  height: 250px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.hvrbox,
.hvrbox * {
  box-sizing: border-box;
}
.hvrbox {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
    .hvrbox img {
      width: 100%;
      height: 100%;
      visibility: hidden;
    }
    .hvrbox .hvrbox-layer_bottom {
      display: block;
    }
    .hvrbox .hvrbox-layer_top {
      opacity: 0;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      background: rgba(28, 45, 104, 0.78);
      color: #fff;
      padding: 15px;
      -moz-transition: all 0.4s ease-in-out 0s;
      -webkit-transition: all 0.4s ease-in-out 0s;
      -ms-transition: all 0.4s ease-in-out 0s;
      transition: all 0.4s ease-in-out 0s;
    }
    .hvrbox:hover .hvrbox-layer_top,
    .hvrbox.active .hvrbox-layer_top {
      opacity: 1;
    }
    .hvrbox .hvrbox-text {
      text-align: center;
      display: inline-block;
      position: absolute;
      top: 50%;
      left: 50%;
      -moz-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
    }
    .hvrbox .hvrbox-text h4 {
      text-align: center;
      color: #ffffff;
      font-size: 1.2em;
    }
    .hvrbox .hvrbox-text h5 {
      text-align: center;
      color: #ffffff;
      font-size: 1.0em;
      font-weight: 400;
      letter-spacing: 0.04em;
    }
    .hvrbox .hvrbox-text_mobile {
      color: #ffffff;
      font-size: 15px;
      border-top: 1px solid rgb(179, 179, 179); /* for old browsers */
      border-top: 1px solid rgba(179, 179, 179, 0.7);
      margin-top: 10px;
      padding-top: 5px;
      display: none;
    }
    .hvrbox.active .hvrbox-text_mobile {
      display: block;
    }
    .hvrbox .hvrbox-layer_image {
      padding: 0;
      background: none;
    }

/*  Industires List */
#industries-list {
  margin-bottom: 106px!important;
}
#industries-list h2 {
  margin-bottom: 0.2em;
}
#industries-list h3.subtit {
  margin-bottom: 1.8em;
}
#industries-list ul  {
  margin-bottom: 0;
}
#industries-list .li-links ul li {
  font-size:1.1em;
  line-height: 1.8em;
  width: fit-content;
}
#industries-list .li-links ul li:after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #0292c2;  /* #46555D; */
    transition: width .4s;
}
#industries-list .li-links ul li:hover:after {
    width: 100%;
}

.industry_vtitle  {
  position:absolute;
  bottom:170px;
  left:0;
}
.industry_vtitle h1 {
  font-size:6.2em;
  font-weight: 700;
  color:white;
  opacity:.11;
  text-align:left;
  padding:0;
  margin:0;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.intro-indus h2 {
  font-size: 2.6em;
  font-weight: 700;
  text-align: left;
  margin-bottom: 0.5em;
  color: #1c2d68;
}
.intro-indus h2::after {
    content: '';
    display: block;
    position: relative;
    width: 120px;
    height: 3px;
    left: 0;
    background: #86c92c;
    margin-top: 10px;
    transition: all .5s;
}
#page-inside .content-txt .intro-indus  {
  padding: 0 5%;
}
#page-inside .content-txt .intro-indus h3 {
  font-size: 1.6em;
  line-height: 1.3em;
  font-weight: 400;
  color: #46555D;
  text-align: left;
  margin-top:6px;
  margin-bottom: 0.3em;
  line-height: .6em;
  letter-spacing: 0.01em;
}

/* ---- NAV ---- */
#gi-header {
  position: fixed;
  top:0;
  left: 0;
  height: auto;
  z-index: 1000;
}
.hideoncover {
  display: none;
}
.hidden {
    display: none!important;
    visibility: hidden!important;
}
#mainNav {
  position: fixed;
  top:0;
  left: 0;
  z-index: 1050;
  width: 100%;
  height: 80px;
  padding-top: 0px;
  padding-bottom: 0px;
  border: none;
  background-color: transparent;
}
#gi-header.inside-header #mainNav {
  background-color: rgba(255,255,255,0.85);
}
    #gi-header.inside-header #mainNav .hideoncover {
      display: block;
    }
.nav-gradient {
  background: -moz-linear-gradient(top,  rgba(255,255,255,0.96) 0%, rgba(255,255,255,0.75) 50%, rgba(255,255,255,0.3) 100%);
  background: -webkit-linear-gradient(top,  rgba(255,255,255,0.96) 0%,rgba(255,255,255,0.75) 50%,rgba(255,255,255,0.3) 100%);
  background: linear-gradient(to bottom,  rgba(255,255,255,0.96) 0%,rgba(255,255,255,0.75) 50%,rgba(255,255,255,0.3) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#50ffffff',GradientType=0 );
}
    #mainNav .navbar-brand {
    padding-left: 2%;
    }
        #mainNav .navbar-brand img {
          width:100%;
          max-width: 248px;
          height: auto;
          -webkit-transition: all 0.4s;
          -moz-transition: all 0.4s;
          transition: all 0.4s;
        }
    #mainNav .nav-login { display: block; }
    #mainNav .navbar-nav .nav-item .nav-link {
      will-change: color;
      font-family: 'Titillium Web', sans-serif;
      font-weight: 400;
      font-size: 0.92em;
      letter-spacing: 0.06em;
      padding: 0 0.9em;
      margin-top: 5px;
      color: #46555D;
      -webkit-transition: color 0.4s;
      -moz-transition: color 0.4s;
      transition: color 0.4s;
    }
        #mainNav .navbar-nav .nav-item .nav-link.active,
        #mainNav .navbar-nav .nav-item .nav-link:hover {
          /* color: #0292c2; */
        }

        #mainNav .navbar-nav .nav-item .nav-link::after {
            content: '';
            display: block;
            width: 0; 
            height: 2px;
            background: #46555D;
            transition: width .4s;
        }
        #mainNav .navbar-nav .nav-item .nav-link:hover::after {
            width: 100%;
        }
    #mainNav .navbar-nav .nav-item.nav-lang .nav-link {
      display: inline-block;
      font-size: 0.86em;
      font-weight: 700;
      padding: 0 0.4em;
    }
    #mainNav .navbar-nav .nav-item.nav-lang {
      padding-left: 0.6em;
    }

    #mainNav .dropdown-toggle::after {
        border-top: none;
        border-right: none;
        border-left: none;
        margin-left: 0;
    }
    #mainNav .dropdown {
      position: initial;
    }

@-webkit-keyframes swing-in-top-fwd {
  0% {
    -webkit-transform: rotateX(-100deg);
            transform: rotateX(-100deg);
    -webkit-transform-origin: top;
            transform-origin: top;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    -webkit-transform-origin: top;
            transform-origin: top;
    opacity: 1;
  }
}
@keyframes swing-in-top-fwd {
  0% {
    -webkit-transform: rotateX(-100deg);
            transform: rotateX(-100deg);
    -webkit-transform-origin: top;
            transform-origin: top;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    -webkit-transform-origin: top;
            transform-origin: top;
    opacity: 1;
  }
}
.swing-in-top-fwd {
  -webkit-animation: swing-in-top-fwd 0.6s cubic-bezier(0.175, 0.885, 0.320, 1.275) both;
          animation: swing-in-top-fwd 0.6s cubic-bezier(0.175, 0.885, 0.320, 1.275) both;
}
    #mainNav .dropdown-menu {
      top: 56px;
      min-width: 0;
      width: 100%;
      color: #46555D;
      border: none;
      border-radius: 0;
      background-color: transparent;
      padding-top: 24px;
    }
    #mainNav .dropdown-inside {
      width: 100%;
      height: 100%;
      border: none;
      padding-top: 54px;
      padding-bottom: 50px;
      background-color: #ffffff;
      -webkit-box-shadow: 8px 8px 12px 0px rgba(0,0,0,0.3), 0px -3px 8px 0px rgba(0,0,0,0.10);
      -moz-box-shadow: 8px 8px 12px 0px rgba(0,0,0,0.3), 0px -3px 8px 0px rgba(0,0,0,0.10);
      box-shadow: 8px 8px 12px 0px rgba(0,0,0,0.3), 0px -3px 8px 0px rgba(0,0,0,0.10);
    }
        #mainNav .dropdown-inside .menu-col h4:nth-of-type(2) {
          margin-top: 2em;
        }
    #mainNav .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0px; /* remove the top gap */
     }
        #mainNav .dropdown-menu h4 {
            color: #1c2d68;
            font-size: 1.05em;
            font-weight: 900;
            letter-spacing: 0.02em;
            text-transform: uppercase;
            padding: 0 0.4em;
            margin-bottom: 0.5em;
        }
        #mainNav .dropdown-menu ul {
            list-style: none;
            padding-left: 0;
        }
        #mainNav .dropdown-menu ul li {
            font-family: 'Open Sans', sans-serif;
            font-size: 1.0em;
            font-weight: 400;
            line-height: 1.2em;
            color: #555555;
            padding: 0.3em 0.5em;
            text-transform: none;
        }
        #mainNav .dropdown-menu ul li a:focus, 
        #mainNav .dropdown-menu ul li a:hover {
            color: #0292c2;
            border-bottom: 1px #999999 solid;
        }
        .drop-slideup {
          top: 32px !important;
        }

    /* -- Fix for dropdown menu in IE --- */
    #mainNav .dropdown, #mainNav .dropleft, #mainNav .dropright, #mainNav .dropup {
      position: static;
    }
    #mainNav.navbar-shrink {
      position: fixed;
      top:0;
      left: 0;
      z-index: 1030;
      padding-bottom: 2px;
      height: 58px;
    }
        #mainNav.navbar-shrink .navbar-brand img {
          transform: scale(0.80);
        }
.itswhite {
  color: #ffffff !important;
}
    .itswhite:after {
      background-color: #ffffff !important;
    }
.itsgrey {
  color: #46555D !important;
}
    .itsgrey:after {
      background-color: #46555D !important;
    }

/* ----  Toggled Search ----- */
#bt-search, #bt-search-m {
  background-color: transparent;
  border: none;
  /* color: #46555D; */
  color: #ffffff;
  cursor: pointer;
  transition: all .6s;
}
    #bt-search:hover, #bt-search-m {
      color: #0292c2;
      border: none;
      outline: none;
      box-shadow: none;
      transform: scale(1.3);
    }
    #bt-search-m {
      color: #46555D;
      margin-top: 8px;
      margin-bottom: 30px;
      margin-left: auto;
      margin-right: auto;
      display: none;
    }
#bt-close-search, #bt-close-search-m {
  background-color: transparent;
  border: none;
  display: none;
  box-shadow: none;
  color: #999;
  cursor: pointer;
}
    #bt-close-search-m {
      margin-bottom: 24px;
    }
@keyframes widen {
    0% { width: 0px; }
    100% { width: 420px; }
}
@keyframes widen-m {
    0% { width: 0px; }
    100% { width: 60%;}
}
#search-line {
  display: none;
  margin-right: 12px;
  animation-name: widen;
  animation-duration: 0.4s;
}
#search-line-m {
  display: none;
  margin-left: 15% !important;
  margin-bottom: 24px;
  animation-name: widen-m;
  animation-duration: 0.4s;
}
    input#search-line,
    input#search-line-m {
      outline: none;
    }
    input#search-line[type=search],
    input#search-line-m[type=search] {
      -webkit-appearance: textfield;
      -webkit-box-sizing: content-box;
      font-family: inherit;
      font-size: 100%;
    }
    input#search-line::-webkit-search-decoration,
    input#search-line::-webkit-search-cancel-button,
    input#search-line-m::-webkit-search-decoration,
    input#search-line-m::-webkit-search-cancel-button {
      display: none; 
    }
    input#search-line[type=search],
    input#search-line-m[type=search] {
      width: 420px;
      height: 28px;
      border: none;
      border: 1px #777777 solid;
      padding: 4px 24px 4px 16px;
      font-family: 'Open Sans', sans-serif;
      font-weight: 400;
      font-size: 1.0em;
      color: #444444;
      letter-spacing: 0.03em;
      cursor: auto;
      -webkit-border-radius: 24px;
      -moz-border-radius: 24px;
      border-radius: 24px;
      -webkit-transition: all .5s;
      -moz-transition: all .5s;
      transition: all .5s;
    }
    input#search-line-m[type=search] {
      width: 60%;
      margin-top: 36px;
      margin-bottom: 36px;
      }
    input#search-line:-moz-placeholder,
    input#search-line-m:-moz-placeholder {
        color: #999;
    }
    input#search-line::-webkit-input-placeholder,
    input#search-line-m::-webkit-input-placeholder {
        color: #999;
    }

/* ------ BUTTONS ------- */
.bt_gi, .bt_inv {
  display: inline-block;
  position: relative;
  cursor: pointer;
  height: 42px;
  line-height: 42px;
  padding: 0 2.4em;
  margin: 1.5em auto;
  color: #ffffff;
  background-color: #1c2d68;
  font-size: 0.9em;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  letter-spacing: 0.15em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
  outline: none;
  border: none;
  user-select: none;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  transition: all 0.2s ease-out;
}
  .bt_gi i {
    font-size: 0.9em;
    margin-right: 6px;
  }
  .bt_gi.bt_iright {
    padding: 0 1.8em;
  }
  .bt_gi.bt_iright i {
    font-size: 1.1em;
    margin-right: 0;
    margin-left: 6px;
  }
  .bt_gi.bt_center { 
    margin-left: 50%;
   -webkit-transform: translateX(-50%);
   -moz-transform: translateX(-50%); 
   -ms-transform: translateX(-50%); 
   -o-transform: translateX(-50%); 
   transform: translateX(-50%); 
  }
  .bt_inv {
    font-weight: 600;
    color: #1c2d68 ;
    background-color: #ffffff;
    border:1px #1c2d68 solid;
  }
  .bt_gi:hover {
    color: #ffffff;
    background-color: #0292c2;
    text-decoration: none;
    border:none;
  }
  .bt_inv:hover {
    color: #ffffff;
    background-color: #1c2d68 !important;
    text-decoration: none;
  }

  #grid-works .bt_inv.bt-m6.tp-m0.bt_ripple {
    height: 36px;
    line-height: 36px;
    padding: 0 1.6em;
  }

.bt_left {
  margin-left: 0;
}
.bt_right {
  margin-right: 0;
}
.bt_link1 {
  color: #46555D;
  font-family: 'Open Sans',sans-serif;
  font-weight: 400;
  font-size: 0.90em;
  text-transform: uppercase;
}
.bt_link1 i {
  margin-left: 7px;
}
.bt_grad {
    outline: none;
    cursor: pointer;
    color: #FFFFFF;
    background-color: #0149CC;
    background-image: linear-gradient(to right,#0149CC,#00C6FF,#0149CC);
    transition: color 0.35s ease, background-position 0.3s ease-in-out, background-color 0.35s ease, box-shadow 0.3s ease-in-out;
    box-shadow: 0.25em 0.25em 2.25em rgba(0,0,0,0.35);
    border: none;
    background-size: 200% 100%;
    background-position: 0 0;
}
.bt_grad:hover, 
a:hover .bt_grad {
  color:#FFFFFF;
  background-position:100% 100%;
  box-shadow:-0.25em 0.25em 2.25em rgba(0,0,0,0.35);
}

/* Ripple effect */
.bt_ripple {
  background-position: center;
  transition: background 0.8s;
}
    .bt_ripple:hover {
      background: #47a7f5 radial-gradient(circle, transparent 1%, #47a7f5 1%) center/15000%;
    }
    .bt_ripple:active {
      background-color: #1c2d68;
      background-size: 100%;
      transition: background 0s;
}
.bt-m0 {
  margin-bottom: 0;
}
.bt-m6 {
  margin-bottom: 6%;
}
.bt-m9 {
  margin-bottom: 9%;
}
.tp-m0 {
  margin-top: 0em;
}
#grid-works a.bt_inv.bt-m0.bt_ripple { z-index: 720;  }
.cta_cohete {
  width: 100%;
  height: auto;
  margin: 0 auto;
  z-index: 700;
  text-align: center;
}
.cta_cohete img {
  width: 80%;
  max-width: 90px;
  height: auto;
}
/*
.bulb {
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  text-align: center;
  transform-origin: top center;
  -webkit-transform-origin:top center;
  z-index: 700;
}
.bulb img {
  width: 25%;
  max-width: 280px;
  min-width: 190px;
  height: auto;
}
.bulb-move {
  -webkit-animation: hanging 1.7s ease-out;
          animation: hanging 1.7s ease-out;
}
@-webkit-keyframes hanging {
  0%,
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-30px) rotate(6deg);
            transform: translateX(-30px) rotate(6deg);
  }
  30% {
    -webkit-transform: translateX(15px) rotate(-6deg);
            transform: translateX(15px) rotate(-6deg);
  }
  45% {
    -webkit-transform: translateX(-15px) rotate(3.6deg);
            transform: translateX(-15px) rotate(3.6deg);
  }
  60% {
    -webkit-transform: translateX(9px) rotate(-2.4deg);
            transform: translateX(9px) rotate(-2.4deg);
  }
  75% {
    -webkit-transform: translateX(-6px) rotate(1.2deg);
            transform: translateX(-6px) rotate(1.2deg);
  }
}
@keyframes hanging {
  0%,
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-30px) rotate(6deg);
            transform: translateX(-30px) rotate(6deg);
  }
  30% {
    -webkit-transform: translateX(15px) rotate(-6deg);
            transform: translateX(15px) rotate(-6deg);
  }
  45% {
    -webkit-transform: translateX(-15px) rotate(3.6deg);
            transform: translateX(-15px) rotate(3.6deg);
  }
  60% {
    -webkit-transform: translateX(9px) rotate(-2.4deg);
            transform: translateX(9px) rotate(-2.4deg);
  }
  75% {
    -webkit-transform: translateX(-6px) rotate(1.2deg);
            transform: translateX(-6px) rotate(1.2deg);
  }
} */
.rocket-move {
  -webkit-animation: rocket-launch 1.2s ease-out forwards;
          animation: rocket-launch 1.2s ease-out forwards;
}
@-webkit-keyframes rocket-launch {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-33vh);
            transform: translateY(-33vh);
  }
}
@keyframes rocket-launch {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-33vh);
            transform: translateY(-33vh);
  }
}
.rocket-back {
  -webkit-animation: rocket-rewind 0.5s ease-out forwards;
          animation: rocket-rewind 0.5s ease-out forwards;
}
@-webkit-keyframes rocket-rewind {
  0% {
    -webkit-transform: translateY(-33vh);
            transform: translateY(-33vh);
  }
  100% {
    -webkit-transform: translateY(0vh);
            transform: translateY(0vh);
  }
}
@keyframes rocket-rewind {
  0% {
    -webkit-transform: translateY(-33vh);
            transform: translateY(-33vh);
  }
  100% {
    -webkit-transform: translateY(0vh);
            transform: translateY(0vh);
  }
}

#cta-cita,
#cta-download  {
  margin-bottom: 14em;
  overflow-x: hidden;
}
#page-inside.page-portfolio  #cta-cita {
  margin-bottom: 5em;
}
#cta-cita-service {
  margin-top: 3.5em;
  margin-bottom: 6em;
  overflow-x: hidden;
}

#cta-cita h2,
#cta-cita-service h2 {
  font-size: 2.6em;
  text-align: center;
}
#cta-download h2 {
  font-size: 2.4em;
  text-align: center;
  margin-top: 2.5em;
}
#cta-cita h3,
#cta-cita-service h3 {
  font-size: 1.5em;
  font-weight: 400;
  color: #0292c2;
  text-align: center;
}
#cta-download h3 {
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.4em;
  color: #46555D;
  text-align: center;
  margin-top: 1.5em;
  max-width: 470px;
  margin-left: auto;
  margin-right: auto;
}
#cta-cita p,
#cta-cita-service p {
  text-align: center;
  padding:30px 5%;
}
#cta-download p {
  text-align: center;
  padding:0px 5% 10px 5%;
}
#page-inside #cta-cita h2,
#page-inside #cta-cita-service h2,
#page-inside #cta-download h2 {
  font-size: 2.5em;
}

#cta-download .bt_gi {
  margin-bottom: 5px;
}

/*  --------  FOOTER -------- */
.ft-roof img {
  width:100%;
  height:auto;
}
footer {
  width: 100%;
  margin-top: 100px;
  text-align: left;
  background-color: #1c2d68;
  color: #ffffff;
  letter-spacing: 0.02em;
}
    footer .container {
      padding-top: 3em !important;
      padding-bottom: 2em;
    }
    footer .ft-contact p {
      text-align: center;
    }
    footer ul {
      list-style-type: none;
    }
        footer ul li {
          font-size: 0.80em;
          letter-spacing: 0.05em;
          margin-bottom: 0.3em;
        }
            footer ul li a {
              color: #ffffff;
            }
                footer ul li a:hover {
                  color: #35b9d9;
                }
        footer ul li.li-title {
          font-weight: 600;
          text-transform: uppercase;
          display: inline-block;
          width: 50%;
          min-width: 96px;
          min-height: 24px;
          padding-bottom: 1px;
          border-bottom: 1px #0292c2 solid;
          margin-bottom: 0.65em;
        }
    footer p,
    #sectionOne footer p {
        font-size: 0.80em;
        line-height: 1.1em;
        margin-bottom: 0.4em;
        color: #ffffff;
        text-align: left;
    }
    footer p a,
    #sectionOne footer p a {
        color: #ffffff;
    }
        footer p a:hover,
        #sectionOne footer p a:hover {
            color: #35b9d9;
        }
    footer .social_icons {
      margin-bottom: 1.4em;
    }
        footer .social_icons a {
          font-size: 1.2em;
          color: #ffffff;
          margin-right: 0.4em;
        }
            footer .social_icons a:hover {
              color: #35b9d9;
            }
.br-line { 
  display: block; 
}

/*    -----------   MODAL  ----------   */
.modal-open {
   overflow: auto;
   padding-right: 0 !important;
}
#citaModal {
  border-radius: 0.8em;
}
    #citaModal .modal-content {
      border-radius: 0.8em;
      border:0px;
      -webkit-box-shadow: 0 2px 8px 0 rgba(0,0,0,.16), 0 2px 15px 0 rgba(0,0,0,.12);
      box-shadow: 0 2px 8px 0 rgba(0,0,0,.16), 0 2px 15px 0 rgba(0,0,0,.12);
    }
    #citaModal .modal-header {
      background-color: #1c2d68;
      padding:0.4em 0.9em 0.4em 40px;
      background: rgb(2,146,194);
      background: linear-gradient(63deg, rgba(2,146,194,1) 10%, rgba(28,45,104,1) 96%);
    }
      #citaModal .modal-header button{
        color: #ffffff;
        opacity: 0.95;
      }
        #citaModal .modal-header button:hover {
          color: #35b9d9;
          opacity: 1;
          text-shadow: none;
        }
    #citaModal .modal-title {
      width: 100%;
      color:#ffffff;
      text-align: center;
    }
    #citaModal p {
      margin-top: 12px;
      margin-bottom: 18px;
    }
    #citaModal small {
      font-size: 0.7em;
      margin-bottom: 2.5em
    }
        #citaModal small a {
          text-decoration: underline;
        }
#citaModal.modal.fade.show {
  padding-right: 0 !important;
}
.modal-backdrop {
    background-color: #ffffff;
}
    .modal-backdrop.show {
        opacity: 0.65;
    }

/* -----------  FORMS  ---------------- */
input::selection  {
  background-color:#e4fcfc;
} 
input::-moz-selection {
  background-color:#e4fcfc;
}
input:-internal-autofill-selected {
  background-color: #ffffff !important;
}
.hform {
  margin-top: 0;
  margin-bottom: 0.3em;
  color:#46555D;
  font-size: 1.1em;
}
    .hform input, .hform textarea  {
      font-size: 1.0em;
      background-color: transparent;
      min-height: 30px;
      border: none;
      border-radius: 0;
      border-bottom: 1px #999999 solid;
      margin-top: 0;
      margin-bottom: 9px;
      opacity: 0.85;
    }
    .hform .control-label {
      font-size: 0.8em;
      font-weight: 600;
      color: #1c2d68;
      margin-left: 3px;
      margin-top: 12px;
      margin-bottom: 2px;
      text-transform: uppercase;
      text-align: left;
      letter-spacing: 1px;
    }
    .hform .control-label i {
      font-size: 1.1em;
      color: #1c2d68;
      margin-right: 5px;
    }
    .hform input:focus, .hform textarea:focus  {
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
    }
    .hform input::placeholder, .hform textarea::placeholder {
      color:#666666;
    }
    .hform select  {
      width: 100%;
      background-color: transparent;
      font-size: 0.9em;
      color:#666666 !important;
      min-height: 40px;
      padding-left: 9px;
      margin-bottom: 1em;
      border:none;
      border-radius: 0;
      border-bottom: 1px #999999 solid;
    }
    .hform select:hover,
    .hform select:focus  {
      outline: none;
    }
    .hform h4 {
      font-size: 1.1em;
      margin-top: 1.2em;
      margin-bottom: 0.75em;
    }
    .hform .checklist {
      padding: 7px 20px 2em 20px;
    }
    .hform .form-check-inline {
      margin-right: 0;
      margin-bottom: 5px;
      vertical-align: center;
      -ms-flex-align: center;
      align-items: center;
    }
    .hform .form-check-label {
      font-family: 'Open Sans', sans-serif;
      font-weight: 300;
      font-size: 0.82em;
      line-height: 1.1em;
      margin-top:-12px;
    }
    @media (min-width: 576px) {
    .col-sm-6.form-check-inline {
        -ms-flex: 0 0 48%;
        flex: 0 0 48%;
        max-width: 48%;
      }
    }
    @media (min-width: 768px) {
        .col-md-4.form-check-inline {
          -ms-flex: 0 0 32%;
          flex: 0 0 32%;
          max-width: 32%;
        }
    }
    @media (min-width: 992px) {
        .col-lg-3.form-check-inline {
          -ms-flex: 0 0 24%;
          flex: 0 0 24%;
          max-width: 24%;
        }
    }
.form-control { box-shadow: none; }

.grecaptcha-badge{
  visibility: collapse !important;  
}
.confirm {
  padding-top: 160px;
}
.sep-bottom {
  padding-bottom: 20px;
  margin-bottom: 6px;
}
.form-pages {
  margin-top:60px;
}
/*    -----------  Checkbox Styling ------  */
.checkbox {
  height: auto;
}
.checkbox input[type="checkbox"] {
    opacity: 0;
}

.checkbox label {
    position: absolute;
    display: inline-block;
    padding-left: 22px;
}

.checkbox label::before,
.checkbox label::after {
    position: absolute;
    content: "";
    display: inline-block;
}

/*Outer box of the fake checkbox*/
.checkbox label::before{
    height: 16px;
    width: 16px;
    border: 1px #002879 solid;
    left: 0px;
    top: 1px;
}

/*Checkmark of the fake checkbox*/
.checkbox label::after {
    height: 5px;
    width: 9px;
    border-left: 2px #002879 solid;
    border-bottom: 2px #002879 solid;
    transform: rotate(-45deg);
    left: 4px;
    top: 5px;
}

/*Hide the checkmark by default*/
.checkbox input[type="checkbox"] + label::after {
    content: none;
}

/*Unhide on the checked state*/
.checkbox input[type="checkbox"]:checked + label::after {
    content: "";
}

/*Adding focus styles on the outer-box of the fake checkbox*/
.checkbox input[type="checkbox"]:focus + label::before {
    outline: rgb(59, 153, 252) auto 5px;
}

.form-paloma {
  position: relative;
  text-align: center;
  padding-right: 15%;
}
    .form-paloma video {
      width: 100%;
      max-width:250px;
      height:auto;
      background-color: #ffffff;
    }

/* -----------   Internal pages  ------------- */
#page-inside {
  height: auto;
  min-height: 100vh;
  padding:0;
  overflow-y: hidden;
}
    #page-inside .pageHead {
      margin-top: 120px;  /* 80px is fit */
      margin-bottom: 100px;
      width: 100%;
      height: auto;
      padding:0;
      background-color: #1c2d68;
    }
    #page-inside .pageHead.palomaHead {
      background-color: transparent;
      padding-top: 36px;
      margin-bottom: 70px;
    }
    #page-inside .pageHead img.mainPic  {
      will-change: transform, margin-top;
      display: inline-block;
      width: 64.8%;
      height: auto;
    }
    #page-inside .pageHead .headTitle {
      display: inline-block;
      width: 34.5%;
      height: auto;
      padding-left: 2%;
      padding-right: 2%;
      position: relative;
      top: 25px;
    }
        #page-inside .pageHead .headTitle h1 {
          color: #ffffff;
          margin-bottom: 0;
          letter-spacing: 0.02em;
        }
        #page-inside .pageHead .headTitle h2 {
          color: #0292c2;
          margin-bottom: 0;
          font-weight: 400;
          font-size: 2.0em;
        }
    /* ------ NOSOTROS CON VIDEO    ------ */
    #page-inside .pageHead.videoHead   {
      position: relative;
      Xdisplay: block;
      min-height: 300px;
      max-height: 300px;
      overflow-y: hidden;
    }
    #page-inside .pageHead.videoHead video  {
      xdisplay: block;
      position: absolute;
      left:0;
      bottom: 0;
      width: 60%;
    }
    #page-inside .pageHead.videoHead .headTitle {
      width: auto; /*border: 1px yellow dotted;*/
      height: auto;
      position: absolute;
      top: 43%;
      right: 17%;
    }
    /* ------ end of NOSOTROS CON VIDEO    ------ */
    #page-inside .pageHead.resultsPage {
      margin-bottom: 80px;
      min-height: 70px;
      height: auto;
    }
    #page-inside .pageHead.resultsPage h1 {
      font-weight: 400;
      font-size: 2.0em;
      text-align: center;
      color: #ffffff;
      padding-top: 15px;
    }
    #page-inside.page-portfolio .pageHead {
      overflow: hidden;
      background-color: #ffffff;
      margin-bottom: 0;
    }
    #page-inside.page-portfolio .pageHead img.mainPic,
    #page-inside .pageHead img.industryPic {
      display: block;
      width: 100%;
      height: auto;
      z-index: 2;
    }
    #page-inside .wrapperProfilePic {
      width: 100%;
      max-width: 1140px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 20px;
    }
    #page-inside .clientProfilePic {
      will-change: transform;
      position: relative;
      width: 180px;
      height: 180px;
      margin-top: -100px;
      margin-left: 2%;
      border: 0px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      background-color: #ffffff;
      padding: 6px;
      z-index: 500;
      text-align: center;
      box-shadow: 5px 4px 12px 0px rgba(0,0,0,0.30);
      -webkit-box-shadow: 5px 4px 12px 0px rgba(0,0,0,0.30);
      -moz-box-shadow: 5px 4px 12px 0px rgba(0,0,0,0.30);
    }
        #page-inside .clientProfilePic img {
          position: absolute;
          max-width: 78%;  /* max in pixels= 170px; */
          height: auto;
          top:50%;
          left:50%;
          -webkit-transform: translate(-50%,-50%);
          -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
        }
    #page-inside.page-portfolio .client-data {
      text-align: left;
      padding: 0 3%;
    }
        #page-inside.page-portfolio .client-data h1 {
          font-size: 2.1em;
          margin-top:0.9em;
          margin-bottom:0.5em;
        }
        #page-inside.page-portfolio .client-data h4 {
          font-size: 1.0em;
          color: #46555D;
          margin-top:0;
          text-transform: lowercase;
          letter-spacing:0.015em;
        }
        #page-inside.page-portfolio .client-data h4 i {
          opacity: 0.5;
        }
        #page-inside.page-portfolio .client-data h5 {
          font-size: 1.0em;
          color: #46555D;
          margin-top:0;
          margin-bottom:0.3em;
        }
            #page-inside.page-portfolio .client-data h5:after {
                height: 2px;
                margin-top: 6px;
            }
        #page-inside.page-portfolio .client-data .aDevice {
          will-change: transform, margin-top;
          margin-top: 20px;
          margin-bottom: 40px;
          padding-top: 30px;
          text-align: center;
        }
            #page-inside.page-portfolio .client-data .aDevice img {
              /*  width:100%;  */
              max-width: 500px;
            }
    #page-inside.page-portfolio p.client-url {
        color: #333;
        font-weight: 600;
        margin-top: 32px;
    }
        #page-inside.page-portfolio p.client-url a:before {
          width: 0%;
        }
    #page-inside.page-portfolio p a:before,
    #page-inside.page-portfolio p a:after {
      bottom: 0;
    }
    #page-inside.page-portfolio .loose-col-1 {
        padding: 0 5%;
    }
    #page-inside .content-txt h3 {
        font-size: 2.4em;
        font-weight: 700;
        text-align: left;
        margin-bottom: 0;
    }
    #page-inside .content-txt h3 span {
        display: block;
        font-size: 0.45em;
        font-weight: 700;
        letter-spacing: 0.14em;
        color: #46555D;
        line-height: normal;
        padding-bottom: 3px;
        margin-bottom: 10px;
        /* margin-left: -8%; */
        /* width: 50%; */
        min-width: 215px;
        border-bottom: 1px #0199c5 solid;
    }
    #page-inside .content-txt h4 {
        font-size: 1.75em;
        line-height: 1.3em;
        font-weight: 400;
        color: #0292c2;
        text-align: left;
    }
	#page-inside .content-txt h4.no-btm {
		margin-bottom: 0;
        line-height: 0.6em;
    }
    #page-inside .content-txt h5 {
        font-size: 1.8em;
        line-height: 1.25em;
        font-weight: 700;
        color: #1c2d68;
        text-align: left;
        margin-bottom: 1.8em;
    }
        #page-inside .content-txt h5:after {
          content: '';
          display: block;
          position: relative;
          width: 120px;
          height: 3px;
          left: 0;
          background: #86c92c;
          margin-top: 10px;
          transition: all 0.5s;
        }
    #page-inside .content-txt.legal-txt h5 {
        font-size: 1.4em;
        margin-top: 2em;
        margin-bottom: 1.4em;
    }
    #page-inside .content-txt p {
        font-size: 1.0em;
        font-weight: 400;
        line-height: 1.7em;
        margin-bottom: 1em;
        color: #617782;
    }
    #page-inside .content-txt p strong {
        color: #405058;
    }
    #page-inside .content-txt.legal-txt p {
        font-size: 0.95em;
        font-weight: 400;
    }
        #page-inside .content-txt.legal-txt p strong {
            font-weight: 700;
            color: #455157;
        }
    #page-inside .content-txt ul,
	#page-inside .content-txt ol {
        margin-bottom: 1.5em;
		padding-left:30px;
    }
        #page-inside .content-txt ul li,
		#page-inside .content-txt ol li{
            font-size: 1.1em;
            font-weight: 400;
            line-height: 1.7em;
			text-align: left;
        }
            #page-inside .content-txt ul li strong,
			#page-inside .content-txt ol li strong {
                font-weight: 600;
            }
            #page-inside .content-txt.legal-txt ul li,
            #page-inside .content-txt.legal-txt ol li {
                font-size: 0.95em;
                font-weight: 400;
            }
    #page-inside .content-txt p.smallp {
      font-size: 0.9em;
      text-align: center;
      margin-bottom: 0;
    }
    #page-inside .content-txt p span.gi-greattext {
        color: #617782;
    }
        #page-inside .content-txt p span.gi-greattext:hover {
            /* background-color: rgb(125, 255, 179); */
            background-color:#A7D765;
        }
    #page-inside .content-txt .contact-buttons p.smallp {
      line-height: 1.3em;
      margin-top: 2.5em;
    }
    #page-inside .content-txt .errorpage-content h3,
    #page-inside .content-txt .errorpage-content h4,
    #page-inside .content-txt .errorpage-content p {
      text-align: center;
      width: 100%;
    }
    #page-inside .content-txt p a,
    #page-inside .content-txt ul li a {
      color:#0292c2;
      font-weight: 400;
    }
    #page-inside .content-txt p a:hover,
    #page-inside .content-txt ul li a:hover {
      color:#46555D;
      background-color:#A7D765;
    }
    #page-inside.page-portfolio .content-txt p.client-url a:hover {
      background-color: transparent;
    }


.contact-buttons .bt_gi {
  margin-top: 12px;
}
.contact-buttons .bt_lblue {
  background-color: #0292c2;
}
.contact-buttons .bt_turq {
  background-color: #02c2a9;
}
.social_icons.social-txt  {
  border-top: 1px #A5A6A7 solid;
  padding-top: 10px;
  margin-top: 1.7em;
}
.social_icons.social-txt a {
  font-size: 1.4em;
  margin-right: 0.75em;
}
    .social_icons.social-txt a:hover {
      color: #0292c2;
    }
.cotiz-box {
  padding: 5% 4%;
  margin-top: 5em;
  background-color: #EFF9FE;
  background: linear-gradient(0deg, rgba(255,255,255,1) 30%, rgba(239,249,254,1) 96%); 

}
#page-inside .cotiz-box h5 {
  text-align: center;
  margin-top: 1em;
}
    #page-inside .cotiz-box h5:after {
      left:50%;
      margin-left: -60px;
    }

.awards-img {
  text-align: center;
  padding: 4% 3%;
}
    .awards-img img {
      width: 100%;
      max-width: 370px;
      height: auto;
    }
.simple-img {
  text-align: center;
  padding: 4% 3%;
  will-change: transform, opacity, margin-top;
}
    .simple-img img {
      width: 100%;
      max-width: 650px;
      height: auto;
    }
/* .parall-img-wrap {
  height:auto;
} */
.parall-img {
  float: left;
  width: 49.5%;
  max-width: 340px;
}
    .parall-img img {
      width: 100%;
      max-width: 340px;
      height: auto;
      box-shadow: 5px 6px 12px 0px rgba(0,0,0,0.48);
      -webkit-box-shadow: 5px 6px 12px 0px rgba(0,0,0,0.48);
      -moz-box-shadow: 5px 6px 12px 0px rgba(0,0,0,0.48);
    }
    .parall-img:first-child {
      z-index: 800;
    }
    .parall-img:last-child {
      z-index: 790;
    }
.bigPortafImg,
.anyPortafImg {
  float: left;
  width: 90%;
  max-width: 1200px;
  margin-left: 5%;
  margin-bottom: 40px;
  text-align: center;
}
    .bigPortafImg img,
    .anyPortafImg img {
      display: inline-block;
      width: 100%;
      max-width: 1080px;
      height: auto;
      box-shadow: 5px 6px 12px 0px rgba(0,0,0,0.40);
      -webkit-box-shadow: 5px 6px 12px 0px rgba(0,0,0,0.40);
      -moz-box-shadow: 5px 6px 12px 0px rgba(0,0,0,0.40);
      margin-bottom: 40px;
    }
    .anyPortafImg img {
      width:auto;
      max-width: 800px;
    }
	.anyPortafImg.noShadow img {
      box-shadow: none;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
	}
.videoPortaf {
  margin-bottom: 70px;
}
    .videoPortaf-txt {
      margin-bottom: 100px;
      padding: 3em 2% 2em 2%;
    }
    .videoPortaf-txt .pleft {
      float: left;
      width: 9.5%;
      min-width: 32px;
      text-align: right;
    }
        .videoPortaf-txt .pleft i {
          font-size: 1.5em;
          color: #86c92c;
          padding-top:3px;
          padding-right:4px;
        }
    .videoPortaf-txt .pright {
      float: right;
      width: 88%;
    }
#page-inside .content-txt .videoPortaf-txt h3 {
  font-size: 1.5em;
  margin-bottom: 1.5em;
  letter-spacing:0.02em;
}
#page-inside .content-txt .videoPortaf-txt p {
  font-size: 1.0em;
  text-align: left;
}
.top-col-3 {  padding-top: 3%;  }
.top-col-4 {  padding-top: 4%;  }
.row-top-2 {  margin-top: 2%;  }
.row-top-3 {  margin-top: 3%;  }
.row-top-5 {  margin-top: 5%;  }
.row-top-7 {  margin-top: 7%;  }
.sep-mt-40 { margin-top: 40px; width: 100%;}
.sep-mb-30 { margin-bottom: 30px; }
.sep-mb-7p { margin-bottom: 7%; width: 100%; }
.sep-mb-10p { margin-bottom: 10%;  }

.curve-cut,
.curve-cut-blue {
    position: relative;
    float: left;
    width: 100%;
    height: 136px;
    padding-bottom: 10px;
    border: none;
    outline: none;
    background-color:#e8e8e8;
}
.curve-cut-blue {
    background-color:#EFF9FE;
}
.curve-cut img {
    cursor:default !important;
	width: 100%;
}

#page-inside .featured-block {
  padding: 5% 4% 3% 4%;
  text-align: left;
  margin-top: 60px;
  margin-bottom: 50px;
  background: #ffffff;
  background: -moz-linear-gradient(180deg, rgba(255,255,255,0.9) 0%, rgba(232,232,232,1) 0%, rgba(255,255,255,0.4) 65%, rgba(255,255,255,0) 100%);
  background: -webkit-linear-gradient(180deg, rgba(255,255,255,0.9) 0%, rgba(232,232,232,1) 0%, rgba(255,255,255,0.4) 65%, rgba(255,255,255,0) 100%);
  background: linear-gradient(180deg, rgba(255,255,255,0.9) 0%, rgba(232,232,232,1) 0%, rgba(255,255,255,0.4) 65%, rgba(255,255,255,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
  box-shadow: none;
}
    #page-inside .featured-block h4 {
      width: 100%;
      font-size: 1.05em;
      font-weight: 900;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      text-align: center;
      margin-bottom: 4em;
      color: #1c2d68;
    }
    #page-inside .featured-block h4:after {
      content: '';
      display: block;
      position: relative;
      width: 120px;
      height: 3px;
      left: 50%;
      margin-left: -60px;
      background: #0292c2;
      margin-top: 8px;
      transition: all 0.5s;
    }
    #page-inside .featured-block.portfolio-list {
      padding: 2% 6% 0 6%;
      background-color: #ffffff;
      background: -moz-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%);
      background: -webkit-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%);
      background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
      box-shadow: none;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
    }

.portfolio-card {
  border:none;
}
    .portfolio-card .card {
      border:0px;
      min-height:237px;
      -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
      box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
      transition: all 0.6s ease;
      margin-bottom: 36px;
    }
    .portfolio-card .card:hover {
      transform: scale(1.02);
      -webkit-box-shadow: 0 2px 20px 0 rgba(0,0,0,.20), 0 2px 28px 0 rgba(0,0,0,.22);
      box-shadow: 0 2px 20px 0 rgba(0,0,0,.20), 0 2px 28px 0 rgba(0,0,0,.22);
      cursor: pointer;
      transition: all 0.5s ease;
    }
        .portfolio-card .card:after {
            content: "";
            width: 0px;
            height: 3px;
            border-bottom: 3px #1c2d68 solid;
            position: absolute;
            bottom: 0;
            left:0;
            -moz-transition: all 0.5s ease;
            -webkit-transition: all 0.5s ease;
            -ms-transition: all 0.5s ease;
            transition: all 0.5s ease;
            z-index: 350;
        }
        .portfolio-card .card:hover:after{
            width: 100%;
        }
        .portfolio-card .card.tallcard {
            min-height:232px;
        }

    .portfolio-card .card .card-body {
      padding-bottom: 0.4em;
      padding-top: 0.8em;
	  min-height: 70px;
    }

    .portfolio-card .card img {
      width: 100%;
      max-width: 480px;
    }
    .portfolio-card .card.underli img {
      border-bottom:1px #e3dfda solid;
    }
    .portfolio-card .card .card-title {
      display: block;
      font-size: 0.95em !important;
      font-weight: 600;
      text-align: left;
      line-height: 1.2em !important;
      color: #444;
    }
    .portfolio-card .card .card-title span {
      display: block;
      font-size: 0.9em;
      font-weight: 400;
      margin-top: 6px;
    }
    #list-project .portfolio-card .card {
      min-height:217px;
	}
.filter-selector {
  margin-top: 20px;
  width: 100%;
}
    .filter-selector .hform .control-label {
      font-weight: 600;
    }
.award-logo-list {
  display:flex;
  align-items: center;
  justify-content: center;
  width:100%;
  margin-top: -55px;
  margin-bottom:5em;
}
.award-logo-list img {
  width: auto;
  height: 48px;
  margin: 0 24px;
  opacity: 0.8;
}
    
    
/* --------  Pagination ------- */
.pagination-line {
  margin-top: 30px;
  margin-bottom: 12%;
}
.pagination > li {
  margin: 0 4px;
  border-radius: 6px;
  font-size: 0.9em;
}
    .pagination > li > a,
    .pagination > li > span {
      transition: background-color 0.3s;
      width: 100%;
      padding: 8px 14px;
      border-radius: 6px;
      border: 1px solid #777;
      font-family: 'Raleway', sans-serif;
      font-size: 1.0em;
      color: #555555;
      background-color: transparent;
    }
        .pagination > li > a:hover,
        .pagination > li > a:focus,
        .pagination > li > span:hover,
        .pagination > li > span:focus {
          color: #ffffff !important;
          background-color: #47a7f5;
          border-color: #47a7f5;
          box-shadow: none;
        }
    .pagination > li.page-item.active > a,
    .pagination > li.page-item.active > span {
      color: #ffffff;
      border: 1px solid #0292c2;
      background-color: #0292c2;
    }
    .pagination > li.page-item a.page-link.current {
      color: #FFF;
      border: 1px solid #888;
      background-color: #888;
    }

/*  --------  Search Results -------- */
.no-results h4 {
  margin-bottom: 0;
}
h4.result-line {
  margin-bottom: 1.7em;
}
.no-results p {
  margin-top: 5px;
}
a.result-line p {
  margin-top: 5px;
  font-weight: 700;
  border-bottom: 1px #ffffff solid;
}
a.result-line p:hover {
  border-bottom: 1px #0292c2 solid;
}

/* ------------ FAQ -------------- */
#faq .featured-block {
  text-align: center;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  background: none;
  background-color: #ffffff;
}
    #faq .featured-block h5 {
        font-size: 1.8em;
        line-height: 1.25em;
        font-weight: 700;
        color: #1c2d68;
        text-align: center;
        margin-bottom: 0.2em;
    }
    #faq .featured-block h4 {
        font-weight: 700;
        color: #46555D;
        margin-bottom: 2em;
    }
        #faq .featured-block h4:after {
            display: none;
        }
    #faq .featured-block img.question-tree {
      width: 90%;
      max-width: 200px;
      height: auto;
      margin-bottom: 24px;
    }
    #faq .featured-block ul,
    #faq .featured-block ol {
        text-align: left;
    }
#faq .bt_toggle {
  width: 100%;
  text-align: center;
}
#show-faq {
  margin-top: 0px;
  padding: 24px 32px;
}
    #show-faq input {
      position: absolute;
      opacity: 0;
      z-index: -1;
    }
    #show-faq .row {
      display: flex;
    }
        #show-faq .row .col {
          flex: 1;
        }
        #show-faq .row .col:last-child {
          margin-left: 1em;
        }

/* Accordion styles */
#show-faq .tabs {
  border-radius: 8px;
  overflow: hidden;
}

#show-faq .tab {
  width: 100%;
  color: #ffffff;
  overflow: hidden;
}
#show-faq .tab-label {
  display: flex;
  justify-content: space-between;
  padding: 0.7em 1.6em;
  background: #1c2d68;
  font-weight: bold;
  text-align: left;
  cursor: pointer;
  margin-bottom: 1px;
}
    #show-faq .tab-label:hover {
      background: #2D3D99;
    }
    #show-faq .tab-label::after {
      content: "\276F";
      width: 1em;
      height: 1em;
      text-align: center;
      transition: all .2s;
    }
#show-faq .tab-content {
  max-height: 0;
  padding: 0 2em;
  color: #46555D;
  background: #ffffff;
  transition: all .2s;
}
    #show-faq .tab-content p {
      font-size: 1.1em;
      font-weight: 400;
    }
    #show-faq .tab-content p a,
    #show-faq .tab-content a {
      color: #253C8A;
      font-weight: 600;
    }
    #show-faq .tab-content p a:hover,
    #show-faq .tab-content a:hover {
      color: #47a7f5 ;
    }
    #show-faq .tab-content h5 {
      text-align: left;
      font-size: 1.3em;
      margin-top: 0.75em;
      margin-bottom: 0.5em;
    }
    #show-faq .tab-content ul {
      text-align: left;
    }
    #show-faq .tab-content ul li {
      font-size: 1.1em;
      font-weight: 400;
    }
#show-faq input:checked + .tab-label {
  background: #86c92c;
}
    #show-faq input:checked + .tab-label::after {
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg);
    }
    #show-faq input:checked ~ .tab-content {
      max-height: 160vh;
      padding: 1em;
    }
#bt_showFaq { display: inline-block; }
#bt_closeFaq { display: none; }
#bt_closeFaq.bt_gi.bt_ripple { background-color: #999; }


h3.client-intro  {
  padding-bottom: 3.0em;
  font-size: 2.2em !important;
  font-weight: 800 !important;
  color: #1c2d68;
}
h3.client-intro span {
  padding-bottom: 0.3em;
  font-family: 'Open Sans';
  font-size: 0.62em;
  font-weight: 400;
  display: block;
  line-height: 1.4em;
  color: #46555D;
}
.client-container {
  overflow: hidden;
}
.client-list {
  margin-top: 2em;
  margin-bottom: 1em;
}
    .client-list.list-production {
      margin-top: 4em;
    }
    .client-list.list-media {
      margin-bottom: 10%;
    }
.client-list h4 {
  width: 100%;
  font-size: 1.05em;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-align: center;
  margin-top: 2em;
  margin-bottom: 2em;
  color: #1c2d68;
}
    .client-list h4::after {
      content: '';
      display: block;
      position: relative;
      width: 120px;
      height: 3px;
      left: 50%;
      margin-left: -60px;
      background: #0292c2;
      margin-top: 8px;
      transition: all 0.5s;
    }
.client-list ul {
  list-style-type: none;
}
    .client-list ul li {
      line-height: 1.9em;
      margin-bottom: 3px;
      background-image: url(../img/list_circle.png);
      background-repeat: no-repeat;
      background-position: 0 center;
      padding-left: 20px;
      font-weight:400;
    }
    .client-list li a {
      color: #46555D;
      border-bottom: 2px #b3deed solid;
    }
        .client-list li a:hover {
          color: #46555D;
          border-bottom: 2px #A7D765 solid;
        }

/* ----- Videos in contents ---- */
.embed-video {
  position:relative;
  padding-bottom:56.25%;
  height:0;
  overflow:hidden;
  transform: rotateY(0);
  box-shadow: 5px 6px 12px 0px rgba(0,0,0,0.40);
  -webkit-box-shadow: 5px 6px 12px 0px rgba(0,0,0,0.40);
  -moz-box-shadow: 5px 6px 12px 0px rgba(0,0,0,0.40);
  transition: all 0.7s ease-out;
}
.iso-video {
  transform: perspective(1000px) rotateY(45deg);
  box-shadow: -5px 6px 12px 0px rgba(0,0,0,0.40);
  -webkit-box-shadow: -5px 6px 12px 0px rgba(0,0,0,0.40);
  -moz-box-shadow: -5px 6px 12px 0px rgba(0,0,0,0.40);
}
.iso-video-right {
  transform: perspective(1000px) rotateY(-45deg);
  box-shadow: -5px 6px 12px 0px rgba(0,0,0,0.40);
  -webkit-box-shadow: -5px 6px 12px 0px rgba(0,0,0,0.40);
  -moz-box-shadow: -5px 6px 12px 0px rgba(0,0,0,0.40);
}
.iso-video:hover,
.iso-video-right:hover {
  transform: rotateY(0);
}
    .embed-video iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
#page-inside.page-portfolio .embed-video {
  margin-top: -2em;
  margin-bottom: 50px;
}

/* ----- 404 page ---- */
.center-video {
  text-align: center;
  width: auto;
}
    .center-video video {
      display: inline;
      width: 100%;
      max-width:300px;
      height:auto;
      background-color: #ffffff;
    }

/* ----- Lightbox ---- */
.lity {
    background: #F8F8F8 !important;
    background: rgba(255,255,255,0.84) !important;
    -webkit-transition: opacity .6s ease;
    -o-transition: opacity .6s ease;
    transition: opacity .6s ease;
}
.lity-content::after {
    -webkit-box-shadow: 0 0 18px rgba(0,0,0,0.25);
    box-shadow: 0 0 18px rgba(0,0,0,0.35);
}
.lity-close {
    width: 45px;
    height: 45px;
    right: 14px;
    top: 14px;
    color: #0292c2;
    font-size: 45px;
    font-family: 'Open Sans', Arial, sans-serif;
    line-height: 35px;
    text-shadow: none;
}
.lity-close:hover, .lity-close:focus, .lity-close:active, .lity-close:visited {
    color: #1c2d68;
    font-size: 45px;
    font-family: 'Open Sans', Arial, sans-serif;
    line-height: 45px;
    text-shadow: none;
}
.lity-close:active {
    top: 14px;
}

.mouse-anim-wrap {
  visibility: hidden;
}
.mouse-anim {
  margin: 4.2em auto 0 auto;
  background: #6b8593 linear-gradient(transparent 0%, transparent 50%, #cccccc 50%, #cccccc 100%);
  position: relative;
  width: 30px;
  height: 54px;
  border-radius: 100px;
  background-size: 100% 200%;
  -webkit-animation: colorSlide 8s linear infinite, nudgeMouse 8s ease-out infinite;
  -moz-animation: colorSlide 8s linear infinite, nudgeMouse 8s ease-out infinite;
          animation: colorSlide 8s linear infinite, nudgeMouse 8s ease-out infinite;
}
    .mouse-anim:before, .mouse-anim:after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
    }
    .mouse-anim:before {
      width: 24px;
      height: 48px;
      background-color: #ffffff;
      border-radius: 100px;
    }
    .mouse-anim:after {
      background-color: #0292c2;
      width: 7px;
      height: 7px;
      border-radius: 100%;
      -webkit-animation: trackBallSlide 8s linear infinite;
              animation: trackBallSlide 8s linear infinite;
    }

@-webkit-keyframes colorSlide {
  0% {
    background-position: 0% 100%;
  }
  20% {
    background-position: 0% 0%;
  }
  21% {
    background-color: #6b8593;
  }
  29.99% {
    background-color: #cccccc;
    background-position: 0% 0%;
  }
  30% {
    background-color: #6b8593;
    background-position: 0% 100%;
  }
  50% {
    background-position: 0% 0%;
  }
  51% {
    background-color: #6b8593;
  }
  59% {
    background-color: #cccccc;
    background-position: 0% 0%;
  }
  60% {
    background-color: #6b8593;
    background-position: 0% 100%;
  }
  80% {
    background-position: 0% 0%;
  }
  81% {
    background-color: #6b8593;
  }
  90%, 100% {
    background-color: #cccccc;
  }
}
@keyframes colorSlide {
  0% {
    background-position: 0% 100%;
  }
  20% {
    background-position: 0% 0%;
  }
  21% {
    background-color: #6b8593;
  }
  29.99% {
    background-color: #cccccc;
    background-position: 0% 0%;
  }
  30% {
    background-color: #6b8593;
    background-position: 0% 100%;
  }
  50% {
    background-position: 0% 0%;
  }
  51% {
    background-color: #6b8593;
  }
  59% {
    background-color: #cccccc;
    background-position: 0% 0%;
  }
  60% {
    background-color: #6b8593;
    background-position: 0% 100%;
  }
  80% {
    background-position: 0% 0%;
  }
  81% {
    background-color: #6b8593;
  }
  90%, 100% {
    background-color: #cccccc;
  }
}
@-webkit-keyframes trackBallSlide {
  0% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-12px);
            transform: scale(1) translateY(-12px);
  }
  6% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(5px);
            transform: scale(0.9) translateY(5px);
  }
  14% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(40px);
            transform: scale(0.4) translateY(40px);
  }
  15%, 19% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-12px);
            transform: scale(0.4) translateY(-12px);
  }
  28%, 29.99% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-12px);
            transform: scale(1) translateY(-12px);
  }
  30% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-12px);
            transform: scale(1) translateY(-12px);
  }
  36% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(5px);
            transform: scale(0.9) translateY(5px);
  }
  44% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(40px);
            transform: scale(0.4) translateY(40px);
  }
  45%, 49% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-12px);
            transform: scale(0.4) translateY(-12px);
  }
  58%, 59.99% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-12px);
            transform: scale(1) translateY(-12px);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-12px);
            transform: scale(1) translateY(-12px);
  }
  66% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(5px);
            transform: scale(0.9) translateY(5px);
  }
  74% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(40px);
            transform: scale(0.4) translateY(40px);
  }
  75%, 79% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-12px);
            transform: scale(0.4) translateY(-12px);
  }
  88%, 100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-12px);
            transform: scale(1) translateY(-12px);
  }
}
@keyframes trackBallSlide {
  0% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-12px);
            transform: scale(1) translateY(-12px);
  }
  6% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(5px);
            transform: scale(0.9) translateY(5px);
  }
  14% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(40px);
            transform: scale(0.4) translateY(40px);
  }
  15%, 19% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-12px);
            transform: scale(0.4) translateY(-12px);
  }
  28%, 29.99% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-12px);
            transform: scale(1) translateY(-12px);
  }
  30% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-12px);
            transform: scale(1) translateY(-12px);
  }
  36% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(5px);
            transform: scale(0.9) translateY(5px);
  }
  44% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(40px);
            transform: scale(0.4) translateY(40px);
  }
  45%, 49% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-12px);
            transform: scale(0.4) translateY(-12px);
  }
  58%, 59.99% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-12px);
            transform: scale(1) translateY(-12px);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-12px);
            transform: scale(1) translateY(-12px);
  }
  66% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(5px);
            transform: scale(0.9) translateY(5px);
  }
  74% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(40px);
            transform: scale(0.4) translateY(40px);
  }
  75%, 79% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-12px);
            transform: scale(0.4) translateY(-12px);
  }
  88%, 100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-12px);
            transform: scale(1) translateY(-12px);
  }
}
@-webkit-keyframes nudgeMouse {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  30% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  60% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  80% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  90% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes nudgeMouse {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  30% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  60% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  80% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  90% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/*------ Mobile headline animation ----- */
.cd-intro {
  display: block;
  position: absolute;
  top:0;
  width: 90%;
  margin: 55px 5% 0px 5%;
}

.cd-headline {
  font-family: 'Raleway', Arial, sans-serif;
  font-size: 2.8em;
  font-weight: 700;
  line-height: 0.80em; 
  text-align: center;
  color: #ffffff; 
  width: 100%;
}
.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 0.6em;
  color: #0292c2;
  text-align: center;
}
    .cd-words-wrapper b {
      display: inline-block;
      position: absolute;
      white-space: nowrap;
      text-align: center;
      left: 0;
      top: 0;
    }
    .cd-words-wrapper b.is-visible {
      position: relative;
    }
.no-js .cd-words-wrapper b {
  opacity: 0;
}
    .no-js .cd-words-wrapper b.is-visible {
      opacity: 1;
    }

/* -------- slide animation --------- */
.cd-headline.slide span {
  display: block; 
  padding: 0;
}
.cd-headline.slide .cd-words-wrapper {
  display: inline-block; 
  overflow: hidden;
  vertical-align: middle;
  text-align: center;
}
.cd-headline.slide b {
  opacity: 0;
  top: .2em;
  min-width: 100%;
}
    .cd-headline.slide b.is-visible {
      top: 0;
      opacity: 1;
      -webkit-animation: slide-in 0.6s;
      -moz-animation: slide-in 0.6s;
      animation: slide-in 0.6s;
    }
    .cd-headline.slide b.is-hidden {
      -webkit-animation: slide-out 0.6s;
      -moz-animation: slide-out 0.6s;
      animation: slide-out 0.6s;
    }

@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -moz-transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(20%);
    -moz-transform: translateY(20%);
    -ms-transform: translateY(20%);
    -o-transform: translateY(20%);
    transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes slide-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateY(120%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }
}
@-moz-keyframes slide-out {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  60% {
    opacity: 0;
    -moz-transform: translateY(120%);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(100%);
  }
}
@keyframes slide-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateY(120%);
    -moz-transform: translateY(120%);
    -ms-transform: translateY(120%);
    -o-transform: translateY(120%);
    transform: translateY(120%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }
}

/* ----- CONECTA ---- */

@import url('https://fonts.googleapis.com/css2?family=Martel:wght@200&display=swap');

.conectaHead {
  margin: 100px 5% 60px 5%;
  text-align: center;
}
.conectaMainpic {
  width:100%;
  max-width:1920px;
  height:auto;
  margin-bottom:60px;
}
.conectaLogo {
  width:100%;
  max-width:385px;
  height:auto;
  margin-top:160px;
  margin-bottom:60px;
}
.conectaParag {
  display:block;
  width:96%;  /*  75%; */
  max-width:860px;
  padding:0 32px;
  margin-left:auto;
  margin-right:auto;
}
#page-inside .conectaParag p {
  text-align: center;
  font-family: 'Martel', 'Open Sans', serif;
  font-weight: 200;
  font-size:1.25em;
  line-height: 1.6em;
  color: #4e5e66;
  text-align: center;
}
#page-inside .conectaParag p strong {
  color: #2f5789;
}
#votacion {
  margin: 0px auto 100px auto;
}
#votacion > code > div > h1 > span.it_epoll_title_exact {
  text-shadow: none;
  font-size: 1.25em;
  line-height: 1.6em;
  color: #4e5e66;
}
.simple_link {
  text-decoration: underline;
}
.it_epoll_title_exact:after {
    content: '';
    display: block;
    position: relative;
    width: 120px;
    height: 4px;
    left: 0;
    background: #86c92c;
    margin-top: 10px;
    transition: all .5s;
    box-shadow:none;
}
.it_epoll_survey-name {
  color: #4e5e66;
}

.it_epoll_container {
  border-radius: 12px;
  border:none;
  box-shadow:none;
  padding-top:80px;
}
#votacion > code > div > h1 > span.it_epoll_survey-stage > span.it_epoll_stage.it_epoll_live.it_epoll_active {
  display:none;
}
#page-inside .content-txt h5.in-conecta {
  font-size: 1.0em;
  letter-spacing: 0.08em;
}

#inscrip_form  {
  display: none;  /* Form Disabled */
}
#inscrip_form input::placeholder, 
#inscrip_form textarea::placeholder {
  font-size: 0.934em;
  font-style: italic;
}


#inscrip_form input[type="checkbox"] {
  display: none;
}
#inscrip_form input[type="checkbox"] + .box:before,
#inscrip_form input[type="checkbox"] + .box:after {
  transition: all 0.1s ease;
}
#inscrip_form input[type="checkbox"] + .box:after {
  position: absolute;
  left: 14px;
  top: 10px;
  margin-top: -5px;
  margin-left: -4px;
  display: inline-block;
  content: ' ';
  width: 20px;
  height: 20px;
  border: 2px solid #B8B8B8;
  border-radius: 2px;
  background-color: #fff;
  z-index: 500;
}
#inscrip_form input[type="checkbox"]:checked + .box:after {
  background-color: #86c92c;
  border-color: #86c92c;
}
#inscrip_form input[type="checkbox"]:checked + .box:before {
  transform: rotate(45deg);
  position: absolute;
  left: 17px;
  top: 7px;
  width: 6px;
  height: 13px;
  border-width: 2px;
  border-style: solid;
  border-top: 0;
  border-left: 0;
  border-color: #fff;
  content: '';
  z-index: 10000;
}
#inscrip_form input[type="checkbox"]:hover + .box:after {
  background-color: #86c92c;
  border-color: #86c92c;
}
.form-check label {
    padding-left: 40px;
}
.check-acuerdo {
  margin-top:1.6em;
}
.check-acuerdo small a {
  text-decoration:underline;
}
#send-inscrip {
  opacity:0.25;
  pointer-events: none;
  filter: blur(5px);
  transition: all 0.6s;
}
.it_epoll_grid .it_epoll_survey-name {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2em;
  height:auto;
  min-height: 74px;
  padding-left: 10px;
  padding-right: 10px;
}
.it_epoll_grid .it_epoll_survey-item {
    margin-top: 26px;
}
.it_epoll_short_code {
    font-size: 16px;
    padding: 10px;
    color: #000000;
    border-radius: 20px;
    background: #ffe8b0;
}

.indexthis {
	font-size: 0.3em;
	color: #1c2d68;
	opacity: 0.02;
}
