@font-face {
  font-family: "VodafoneLight";
  src: url("../fonts/vodafone/vodafone-light.eot");
  src: url("../fonts/vodafone/vodafone-light.eot?#ie-fix") format("embedded-opentype"), url("../fonts/vodafone/vodafone-light.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "VodafoneRg-Regular";
  src: url("../fonts/VodafoneRg-Regular.eot");
  src: url("../fonts/VodafoneRg-Regular.eot?#ie-fix") format("embedded-opentype"), url("../fonts/VodafoneRg-Regular.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "VodafoneRg-Bold";
  src: url("../fonts/VodafoneRg-Bold.eot");
  src: url("../fonts/VodafoneRg-Bold.eot?#ie-fix") format("embedded-opentype"), url("../fonts/VodafoneRg-Bold.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

/*******************
 * GENERIC CSS
 * *****************/
 img{
  pointer-events: none;
 }
body{
  font-family: VodafoneRg-Regular;
}

h2{
  font-family: "VodafoneRg-Bold";
  font-size: 45px;
  color: #4A4D4E;
  text-align: center;
}

h2 span{  
    background-color: #e60001;
    color: white;
    padding: 5px 20px;
}
.none{
  display: none;
}
.visible{
  display: block;
}
.bold{
  font-family: "VodafoneRg-Bold";
}

.red{
  color: #E60000;
}
.white{
  color: #ffffff;
}
.dark-grey{
  color: #e60001;
}
.bg-red{
  background-color: #E60000;
}
.bg-light{
  background-color: #F4F4F4;
}
.bg-dark{
  background-color: #D9D9D9;
}
p#errores {
    background-color: red;
    color: white;
}
.contador {
    font-size: 100px;
    margin: 0;
    line-height: 1;
    font-weight: 200;
    /*color: #e60001;*/
}
.icon-box-container p.peque {
    font-size: 22px;
}
.box h3.bold {
    font-size: 24px;
}
/*************
 * HEADER
 * **********/
 #btnContact {
    position: fixed;
    top: 2%;
    left: 2%;
    z-index: 1;
}
#btnContact.btn-contact, #btnContact.btn-contact:focus{
  background-color: #e60001;
  color: white;
  border-radius: 0;
    text-transform: uppercase;
  letter-spacing: 2px;
}
#btnContact.btn-contact:hover{
  background-color: #212529;
  color: white;
  border-radius: 0;
}
 /*#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #E60000;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}*/
.menu-languages {
    position: absolute;
    top: 2%;
    right: 2%;
}
.menu-languages ul.menu li {
    float: left;
    list-style: none;
    margin-top: 7px;
    padding:0 7px ;
    border-right: 1px solid #fff;
}
.menu-languages ul.menu li:last-child {
    border-right: none;
}
.menu-languages ul.menu li a{
  color: #ffffff;
  text-decoration: none;
}
.menu-languages ul.menu li a:hover{
  font-weight: bold;
}
.text-header {
    position: absolute;
}
 #header {
  background-color: #ca1000;
  color: white;
  display: flex;
  height: 75vh;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  overflow: hidden;
}
#header video.bg-video-header {
    position: absolute;
}
/*#header img{
  margin-bottom: 5%;
}*/
#header h1{
  font-family: "VodafoneRg-Bold";
    font-size: 55px;
    width: 70%;
    margin: 0 auto;
}
#header p{
  font-size: 21px;
}
#header h2{
  font-family: "VodafoneRg-Bold";
  font-size: 100px;
  color: white;
}
#header .btn-header-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 80%;
    margin: 0 auto;
}
#header .btn-header-container .btn-form-select {
    background-color: #212529;
    color: white;
    width: 35%;
    font-size: 16px;
    padding: 10px;
    margin: 10px;
    text-decoration: none;
    border-radius: 10px;
    border: none !important;
}
.bullets-container.row {
    display: flex;
    justify-content: center;
    text-align: left;
    margin-top: 3%;
}
.bullets i{
    font-size: 43px;
    margin-right: 12px;
}
.bullets {
    display: flex;
    align-items: top;
    width: 30%;
}
.logo img {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 2%;
    width: 15%;
}
/* Scroll to explore */
.text2 {
    position: absolute;
    bottom: 35%;
    transform: rotate(-90deg) translateY(-100px);
    width: auto;
    /*overflow: hidden;*/
    left: 5%;
}
.text2 p  {
  font-size: 14px !important;
  line-height: 3px;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 6px;
  animation: SCROLL 2s ease infinite;
}
.text2 p i {
  font-size: 40px;
  vertical-align: middle;
}
@keyframes SCROLL {
  0% {
    transform: translateX(0%);
  }
  50% {
    transform: translateX(-50px);
  }
  100%{
    transform: translateX(0%);
  }
}

/****************
 * SECTION 1
 * *************/
 img {
    display: block;
    margin: 0 auto;
 }
.plus-icon, .equal-icon {
    font-size: 60px;
    text-align: center;
    position: relative;
    top: 15%;
}
/*.equal-icon{
  transform: rotate(-90deg);
  position: relative;
  top: 30%;
}*/
.equal-icon img, .plus-icon img{
  width: 70%;
}
#IoTconnectivity p{
  font-size: 18px;
  text-align: center;
}
#IoTconnectivity .dropdown-center p{
  font-family: "VodafoneRg-Regular";
    font-size: 16px;
    text-align: left;
    line-height: 20px;
}

a.btn-collapse-connectivity {
    color: #212529;
    font-size: 27px;
    padding-left: 15px;
    display: block;
    text-align: center;
}
a.btn-collapse-connectivity:focus {
    border: 0px;
}
a.btn-collapse-connectivity.rotate {
    transform: rotate(315deg) translate(-2px, 5px);
    display: inline-block;
}

@media (max-width:  768px){
  a.btn-collapse-connectivity {
    text-align: left;
}
  img.IoTconnectivity-image {
      width: 35%;
      float: left;
  }
  .IoTconnectivity-text-more {
      float: left;
      width: 65%;
  }
  .plus-icon img,.equal-icon img  {
    width: 12%;
    position: relative;
    left: 0;
    display: block;
    margin: 0;
  }

  .plus-icon,  .equal-icon {
      top: 0;
      padding: 3% 9%;
  }
  #IoTconnectivity p{
    text-align: left;
    line-height: 20px;
        font-size: 16px;
  }
  #IoTconnectivity h3{
    text-align: left;
    font-size: 20px;
  }

}



#chooseTariff h3 {
    font-size: 40px;
    color: #e60001;
}
#chooseTariff p{
  font-size: 25px;
}
#chooseTariff ul.points-container.points-enlarged.points-pulsing{
  left: 0;
}

@media (max-width:  768px){
  #chooseTariff h3 {
    font-size: 22px;
  }
  #chooseTariff p, a.btn-collapse-bundle {
    font-size: 18px !important;
  }

}

.bubble {
    animation-name: zoomIn;
    animation-duration: 1s; 
  }

  .bubble:hover{
    fill: #dfdfdf;    
  }

  @keyframes zoomIn{
    0%{
      transform: scale(0);
      transform-origin: center;
    }
    100%{
      transform: scale(1);
      transform-origin: center;
    }
  }

  
div#whatForYou {
    background-color: #f8f9fa !important;
}
  
a.btn-collapse-bundle {
    color: #212529;
    font-size: 27px;
    padding-left: 15px;
}
a.btn-collapse-bundle.rotate {
    transform: rotate(315deg) translate(-2px, 5px);
    display: block;
}
#lte-bundle-sizes .card-body, #lpwa-bundle-sizes .card-body {
    text-align: left;
}
#lte-bundle-sizes .card-body h5, #lpwa-bundle-sizes .card-body h5{
  font-size: 25px;
}
.btn-bundle-tab {
    color: #e60001;
    border: 4px solid #e60001;
    border-radius: 0px !important;
    text-align: center;
    font-size: 25px;
    font-family: "VodafoneRg-Bold";
}
.btn-bundle-tab:hover{
  color: white;
  background-color: #e60001;
}
.btn-bundle-tab.active {
    color: #e60001;
    border: 4px solid #e60001;
    border-radius: 0px !important;
    text-align: center;
    font-size: 25px;
    font-family: "VodafoneRg-Bold";
     background-color: #e60001 !important;
}

@media (max-width:  768px){
  .btn-bundle-tab{
    margin-bottom: 10px;
    font-size: 15px;
  }
  .btn-bundle-tab.active{
    font-size: 15px;
  }
}

#footprintOptions .nav-item {
    margin: 0 10px;
}
#footprintOptions p{
  font-size: 18px;
}
#footprintOptions .tab-image img{
  border-radius: 20px;
    -webkit-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.3);
}
#footprintOptions .btn-bundle-tab {
    color: #e60001;
    border: 2px solid #e60001;
    border-radius: 0px !important;
    text-align: center;
    font-size: 15px;
    font-family: "VodafoneRg-Bold";
}
#footprintOptions .btn-bundle-tab:hover {
    color: #ffffff;
} 
#footprintOptions .btn-bundle-tab.active {
    color: #ffffff;
} 

@media (max-width:  768px){
  #footprintOptions .nav-item {
      margin: 0 2px;
  }
  #footprintOptions .btn-bundle-tab {
    font-size: 15px;
  }
}

/*****************
 * SECTION 2
 * **************/
#fastTrackIot p{
  font-size: 18px;
}
/**************************
 * WHY CHOOSE IOT CONNECTIVITY
 *************************/
#pills-tab li.nav-item{
  width: 25%;
}
div#pills-tabContent {
    background-color: white;
}
.nav-pills .nav-link, .nav-pills .show>.nav-link {
    color: #bbbbbb;
    background-color: transparent;
    text-transform: uppercase;
    font-family: 'VodafoneRg-Bold';
    letter-spacing: 1px;
    width: 100%;
    border-radius: 0;
    line-height: 18px;
}
.nav-pills .nav-link span, .nav-pills .show>.nav-link span{
  margin-top: 8px;
  font-size: 14px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #000;
    background-color: transparent;
    border-bottom: 3px solid #e60001;    
}
.nav-link.active .cls-1{
  fill:#e60000;
  stroke-width:0px;
  margin-bottom: 5px;
}
.nav-link .cls-1{
  fill:#bbbbbb;
  stroke-width:0px;
  margin-bottom: 5px; 
  width: 20%;
}
#fastTrackIot h3{
  font-family: 'VodafoneRg-Bold';
  font-size: 32px;
}
a.btn-case-study {
    background: #E60000;
    color: white;
    text-decoration: none;
    appearance: none;
    border: 1px solid transparent;
    display: inline-block;
    font-size: 20px;
    padding: 11px 37px;
}

#whatForYou #user-button {
  z-index: 1000;
  bottom: 1rem !important;
  right: 1rem !important;
  color: var(--user-button-text);
  transition: 1s 0s ease-out;
  -webkit-animation: slide 3s ease-out forwards;
          animation: slide 3s ease-out forwards;
}
@-webkit-keyframes slide {
  0%, 50% {
    opacity: 0;
    display: block !important;
  }
  100% {
    opacity: 1;
    display: block !important;
  }
}
@keyframes slide {
  0%, 50% {
    opacity: 0;
    display: block !important;
  }
  100% {
    opacity: 1;
    display: block !important;
  }
}
#whatForYou #user-button .u-card {
  border-radius: 100%;
  box-shadow: 0 0 1rem -0.25rem var(--user-button-shadow), inset 0 0 1rem -0.75rem var(--user-button-shadow);
}
#whatForYou #user-button .u-main {
  cursor: pointer;
  --user-button-background:var(--user-button-main, #EC87C0);
}
#whatForYou #user-button .u-main img {
  height: 100%;
  width: 100%;
}
#whatForYou #user-button .u-main iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 4rem;
  height: 4rem;
  opacity: 1;
  transition: 0s 4s;
}
#whatForYou #user-button .u-icons {
  position: relative;
  z-index: 950;
  transform: translate(-50%, -50%);
  background: var(--user-button-circle);
  box-shadow: 0 0 0 0.125rem var(--user-button-cardborder);
  border-radius: 100%;
  transition: 0.25s;
  opacity: 1 !important;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  /*&:before {
     z-index:-1;
     position:absolute;
     top:0; right:0; bottom:0; left:0;
     content:'';

     backdrop-filter: blur(10px);
  }*/
}
#whatForYou #user-button .u-icons a {
  color: inherit;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  text-decoration: none;
}
#whatForYou #user-button .u-icons a div {
  padding: 0.5rem;
  transition: 0s;
}
#whatForYou #user-button .u-icons a[href="https://twitter.com/Osorpenke"] {
  position: relative;
}
#whatForYou #user-button .u-icons a[href="https://twitter.com/Osorpenke"]:before {
  content: "Middle Click";
  position: absolute;
  top: -1.5rem;
  left: 50%;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  white-space: pre;
  transform: translateX(-50%);
  opacity: 0;
  pointer-events: none;
  transition: 0.25s ease-in;
  background: #fffc;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
}
#whatForYou #user-button .u-icons a[href="https://twitter.com/Osorpenke"].show:before {
  opacity: 1;
  transition: 0.25s ease-out;
}
#whatForYou #user-button .u-icons a[href="https://twitter.com/Osorpenke"] div {
  color: #1da1f2;
}
#whatForYou #user-button .u-icons a[href="https://codepen.io/z-"] div {
  background: black;
  color: white;
}
#whatForYou #user-button .u-icons a.u-random div {
  position: relative;
  top: -1px;
  -webkit-animation: diespin 2s linear infinite;
          animation: diespin 2s linear infinite;
}
@-webkit-keyframes diespin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes diespin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media (prefers-color-scheme: dark) {
  #whatForYou:not(.light) {
    background: #232223;
    color: white;
  }
}
#whatForYou .credit {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: inherit;
}
#whatForYou .options {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  overflow: hidden;
  min-width: 600px;
  max-width: 900px;
  width: calc(100% - 100px);
  height: 300px;
}

/*@media screen and (max-width: 718px) {
  #whatForYou .options {
    min-width: 520px;
  }
  #whatForYou .options .option:nth-child(5) {
    display: none;
  }
}
@media screen and (max-width: 638px) {
  #whatForYou .options {
    min-width: 440px;
  }
  
}
@media screen and (max-width: 558px) {
  #whatForYou .options {
    min-width: 360px;
  }
  
}
@media screen and (max-width: 478px) {
  #whatForYou .options {
    min-width: 280px;
  }
  
}*/
#whatForYou .options .option {
  position: relative;
  overflow: hidden;
  min-width: 60px;
  margin: 5px;
  background-color: #ffffff;
  background-size: auto 120%;
  background-position: center;
  cursor: pointer;
  transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
  -webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.22);
    -moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.22);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.22);
    background-position-x: -150px;
    background-position-y: 0;
    background-repeat: no-repeat;
}

#whatForYou .options .option.active {
  flex-grow: 10000;
  transform: scale(1);
  max-width: 600px;
  margin: 0px;
  border-radius: 40px;
  background-size: auto 100%;
  background-color: #E60000;
  /*&:active {
     transform:scale(0.9);
  }*/
}

#whatForYou .options .option.active .label {
  bottom: 20px;
  left: 20px;
}
#whatForYou .options .option.active .label .info > div {
  left: 0px;
  opacity: 1;
  line-height: 18px;
}
#whatForYou .options .option:not(.active) {
  flex-grow: 1;
  border-radius: 30px;
}

#whatForYou .options .option:not(.active) .label {
  bottom: 10px;
  left: 10px;
}
#whatForYou .options .option:not(.active) .label .info > div {
  left: 20px;
  opacity: 0;
}

#whatForYou .options .option .label {
  display: flex;
  position: absolute;
  right: 0px;
  height: 80%;
  transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}
#whatForYou .options .option .label .title-main {
    position: absolute;
    bottom: 170px;
    transform: rotate(-90deg) translateY(-100px);
    width: 230px;
    left: 9%;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    color: #212529 !important;
}
#whatForYou .options .option.active .label .title-main {
    display: none;
}
#whatForYou .options .option .label .icon {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #E60000;
  color: #ffffff;
  font-size: 22px;
  position: absolute;
  bottom: 0;
}
#whatForYou .options .option .label .icon .cls-1 , #whatForYou .options .option .label .icon .cls-2,  #whatForYou .options .option .label .icon .cls-3,  #whatForYou .options .option .label .icon .cls-4,  #whatForYou .options .option .label .icon .cls-5 {
    fill: white;
}
#whatForYou .options .option.active .label .icon {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: white;
  color: #E60000;
  font-size: 22px;
  position: absolute;
  bottom: 0;
}
#whatForYou .options .option .label .info {
  /*display: flex;
  flex-direction: column;
  justify-content: flex-end;*/
  margin-left: 10px;
  color: white;
  padding: 0 10% 0 0;
  height: 100%;
}
#whatForYou .options .option .label .info > div {
  position: relative;
  transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95), opacity 0.5s ease-out;
}
#whatForYou .options .option .label .info .main {
  font-weight: bold;
    font-size: 1rem;
    margin-bottom: 10px;
}
#whatForYou .options .option .label .info .sub {
  transition-delay: 0.1s;
}
footer{
  display: flex;
  flex-direction: row;
      justify-content: space-between;
    align-items: flex-end;
}
footer img {
    margin: 0 2% 0 0;
    width: 10%;
  }
footer small{
  padding-left: 2%;
}  
@media (max-width:  992px) and (min-width:  780px){
  h2 {
    font-size: 45px;    
  }
  .container{
    max-width: 100%;
  }
}

@media (max-width:  992px){
  #whatForYou .options .option.active {

    max-width: 100%;    
  }
  #whatForYou .options {
      display: flex;
      flex-direction: column;
      align-items: stretch;
      overflow: visible;
      min-width: 100%;
      width: calc(100% - 100px);
      height: 800px;
  }
  #whatForYou .options .option {
      position: relative;
      overflow: hidden;
      min-height: 60px;
      width: 100%;
      background-position-x: -40px;
    background-position-y: 30px;      
  }
  #whatForYou .options .option .label .title-main { 
      top: 18px;
      width: 100%;
      left: 8%;
      transform: none;
      color: #212529;
  }
  footer img {
    width: 40%;  
  }
  footer{
    flex-direction: column-reverse;
    align-items: center !important;
  }
  footer small{
    text-align: center;
    padding: 2%;
  }
}
@media (max-width: 768px){
  #whatForYou .options .option .label .title-main { 
      top: 18px;
      width: 100%;
      left: 12%;
      transform: none;
  }
  #fastTrackIot h3, #chosseVodafone h3{
    font-size: 20px;
  }
  #fastTrackIot p, #chosseVodafone p{
    font-size: 16px;
  }
}
@media (max-width:  576px){
  #whatForYou .options .option .label .title-main { 
      left: 16%;
  }
  #whatForYou .options {
      display: flex;
      flex-direction: column;
      align-items: stretch;
      overflow: visible;
      min-width: 100%;
      width: calc(100% - 100px);
      height: 830px;
  }
}

/***********
 * Timeline
 * ********/
 
 .cd-container {
  /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
  /*width: 90%;
  max-width: 1170px;
  margin: 0 auto;*/
}
.cd-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}
#cd-timeline {
  position: relative;
  padding: 4em 0;
  /*margin-top: 2em;
  margin-bottom: 2em;*/
}
#cd-timeline::before {
  /* this is the vertical line */
  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
  background: #e60001;
}
@media only screen and (min-width: 1170px) {
  #cd-timeline {
    /*margin-top: 3em;
    margin-bottom: 3em;*/
  }
  #cd-timeline::before {
    left: 50%;
    margin-left: -2px;
  }
}

.cd-timeline-block {
  position: relative;
  margin: 2em 0;
}
.cd-timeline-block:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-block:first-child {
  margin-top: 0;
}
.cd-timeline-block:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-block {
    margin: 4em 0;
  }
  .cd-timeline-block:first-child {
    margin-top: 0;
  }
  .cd-timeline-block:last-child {
    margin-bottom: 0;
  }
}

.cd-timeline-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.28);
    -moz-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.28);
    box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.28);
}
.cd-timeline-img img {
        display: block;
    width: 40px;
    height: 40px;
    position: relative;
    left: 0;
    top: 10px;
}
.cd-timeline-img.cd-icon {
    background-color: white;
}

.box {
    border: 1px solid #f2f2f2;
    padding: 35px;
    margin-bottom: 30px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 18px -7px rgba(0,0,0,0.63);
    -moz-box-shadow: 0px 0px 18px -7px rgba(0,0,0,0.63);
    box-shadow: 0px 0px 18px -7px rgba(0,0,0,0.63);
        height: 320px;
}
.box img{
  display: inherit;
  margin: 0 0 20px 0;
}

@media only screen and (min-width: 1170px) {
  .cd-timeline-img {
    width: 60px;
    height: 60px;
    left: 50%;
    margin-left: -30px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }
  .cssanimations .cd-timeline-img.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-img.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-1 0.6s;
    -moz-animation: cd-bounce-1 0.6s;
    animation: cd-bounce-1 0.6s;
  }
}

@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -moz-transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -moz-transform: scale(1.2);
  }

  100% {
    -moz-transform: scale(1);
  }
}
@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.cd-timeline-content {
  position: relative;
  margin-left: 60px;
  
}
.cd-timeline-content:after {
  content: "";
  display: table;
  clear: both;
}

.cd-timeline-content p {
  margin: 1em 0;
  line-height: 1.6;
}

.cd-timeline-content::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid white;
}
@media only screen and (min-width: 768px) {
  
  .cd-timeline-content p {
    font-size: 16px;
    font-size: 1rem;
  }
  
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-content {
    margin-left: 0;
    width: 45%;
    text-align: right;
  }
  .cd-timeline-content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: white;
  }

  .cd-timeline-block:nth-child(even) .cd-timeline-content {
    float: right;
    text-align: left;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: white;
  }

  .cssanimations .cd-timeline-content.is-hidden {
    /*visibility: hidden;*/
  opacity: 0;
    overflow:hidden;
  height:0px;
    transition: all 250ms linear;
    
  }
  .cssanimations .cd-timeline-content.bounce-in {
    visibility: visible;
    overflow:hidden;
  opacity: 1;
  transition: all 250ms linear;
  text-align: right;
  
  }
}

@media only screen and (min-width: 1170px) {
  /* inverse bounce effect on even content blocks */
  .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
  opacity: 1;
    overflow:hidden;
  transition: all 250ms linear;
  text-align: left;
  }

}



#contact h2, #contact p{
  color: white;
  text-align: left;
}
#contact p{
      font-size: 20px;
      width: 80%;
}
@media (max-width: 768px) {
  #contact p {
    font-size: 20px;
    line-height: 18px;
  }
  #contact h2{
    text-align: center;
    font-size: 35px;
  }
.btn-news {

    width: 20% !important;
}
a.btn-case-study {

    font-size: 18px;
    padding: 10px 10px;
}
div#pills-tabContent {
    padding: 20px !important;
}
#contact h2{
  width: 80%;
  margin: 0 auto;
}
}

#contact h2{
  width: 80%;
  margin: 0 auto 60px auto;
}
/*.btn-form-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
}*/
.btn-form-select{
  background-color: #E60000;
  color: white;
  width: 60%;
  font-size: 22px;
  padding: 15px 20px;
  margin: 10px auto;
  text-decoration: none;  
  border-radius: 10px;
  border: none !important;
}
.btn-form-select:hover{
  background-color: #d00000;
}
.elq-field-style.form-element-layout {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* MODAL */
.modal-header {
    border-bottom: none;
    justify-content: flex-end;
}
#formSubheading{
  color: white;
  text-align: center;
}
button.close {
    background-color: red;
    border: none;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    font-size: 30px;
    color: white;
}
#nextButton {
    background-color: #E60000;
    color: white;
    font-size: 20px;
    margin: 0 10px;
    padding: 10px 50px;
}
#prevButton {
    background-color: white;
    color: #333333;
    font-size: 20px;
    margin: 0 10px;
    padding: 10px 50px;
}
.btn-form-modal {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}
select, input {
    width: 80%;
    height: 35px;
}
form#form3317 h3 {
    color: white;
    font-size: 60px;
    text-align: center;
}

.modal-body {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 60%;
}
/*form#form3317 {
    height: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}*/
.progress {
    width: 100%;
}
.progress-bar {
    background-color: #ff0000;
}
select, input, textarea {
  width: 100%;
}
.elq-form .elq-field-style {
    padding-bottom: 10px;
    width: 100%;
}
.legal.mt-3 {
    color: white;
    line-height: 15px;
    text-align: left;
    margin-top: 0 !important;
}
.submit-button-style {
    padding: 7px 40px;
    border: none;
    border-radius: 3px;
    background-color: #f00;
    color: white;
    cursor: pointer;
    width: auto;
}


#contactForm label, #contactForm small {
    color: white;
}

#contactForm .btn-contact-form{
  width: 100%;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 4px;
    border-radius: 0;
    background-color: #E60000;
    border: 0;
}
#contactForm #success {
    background-color: #17d017;
    padding: 5px 20px;
    margin: 1em;
}
#contactForm #error {
    background-color: #E60000;
    padding: 5px 20px;
    color: #ffffff;
    margin: 1em;
}

.invalid-format{
  display: none;
      width: 100%;
    margin-top: 0.25rem;
    font-size: .875em;
    color: var(--bs-form-invalid-color);
}
input.form-control::placeholder {
    color: #c3c3c3;
}

@media (max-width:  1170px){
  .cd-timeline-img img {
    display: block;
    width: 30px;
    height: 30px;
    position: relative;
    left: 0;
    top: 5px;
  }
}

@media (max-width:  768px){

  h2 {
      font-size: 28px;
  }
  h2 span {
    padding: 2px 8px;
  }
  .text-header {
    position: absolute;
    width: 90%;
  }
  #header h1 {  
      font-size: 30px;
      width: 100%;
  }
  #header h2 {  
      font-size: 70px;
  }
  #header img { 
      width: 25%;
  }
  .text2 {  
      left: 70%;
      bottom: 10%;
  }
  .text2 span{
    display: none;
  }
  .cd-timeline-img img {
    width: 25px;
    height: 25px;
    top: 25%;
  }
  #btnContact {
    position: absolute;
  }
  .btn-form-select {
    background-color: #E60000;
    color: white;
    width: 100%;
    font-size: 18px;
    padding: 15px 20px;
    margin: 10px auto;
    text-decoration: none;
    border-radius: 10px;
    border: none !important;
  }
  form#form3317 h3 {
    color: white;
    font-size: 35px;
    text-align: center;
}
.elq-form .elq-field-style {
    padding-bottom: 10px;
    width: 100%;
}
form#form3317 {
    height: 40%;
    
}
svg#reduce-cost-icon, svg#automate-processes-icon, svg#new-markets-icon, svg#improve-cx-icon {
        width: 50% !important;
    }
    #header .btn-header-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
  }
  #header .btn-header-container .btn-form-select{
    width: 90%;
  }
  .menu-languages ul.menu li {
    font-size: 12px;
}
#btnContact {
    font-size: 12px;
}
    .text2 {
        display: none;
    }
}

@media (max-width: 900px){
  .bullets {
      display: flex;
      justify-content: center;
        align-items: center;
      width: 100%;
  }
  #header p {
    font-size: 21px;
    margin: 0;
}
.bullets i {
    font-size: 30px;
    margin-right: 12px;
}

}
 

@media (max-width: 320px){
  #header {
      height: 100vh;
  }
  #header h1 {
        font-size: 24px;
        width: 100%;
        margin-top: 15%;
    }
    .bullets {
    display: flex;
    align-content: center;
    width: 100%;
}
.bullets i {
    font-size: 31px;
    margin-right: 12px;
}
    .text2 {
        left: 70%;
        bottom: 10%;
        display: none;
    }
        h2 {
        font-size: 25px;
    }
    .label .title-main {

    font-size: 10px;
}
    #whatForYou .options .option .label .title-main {
        top: 22px;
    }
}

/*****************
 * POP UP FORMULARIO ENVIADO
*****************/
#email-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}

.hidden {
    display: none !important;
}

#email-popup .content {
    background-color: white;
    padding: 20px;
    border-radius: 5px;
    width: 400px;
    max-width: 100%;
    text-align: center;
}

#email-popup h2 {
    margin-top: 0;
    font-size: 35px;
}

button#close-popup {
    display: block;
    margin: 10px auto;
    padding: 5px 20px;
    background-color: #e60001;
    color: white;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 4px;
}