/* Show it is fixed to the top */
body {
  min-height: 75rem;
  padding-top: 5.5rem;
  font-family: 'Futura Std Book';
  overflow-x: hidden;
}

.logo-image {
  height: 65px;
}

.bg-dark {
  background: #222831!important;
}

.btn-green {
  background: linear-gradient(135deg,#7ab729,#57ad31);
  border: none;
  color: #ffffff!important;
  text-transform: uppercase;
  font-size: 20px;
  border-radius: 5rem;
  padding: 8px 25px;
}

.btn-back {
  border: 2px solid #7ab729;
  color: #7ab729!important;
  text-transform: uppercase;
  font-size: 20px;
  border-radius: 5rem;
  padding: 8px 40px;
}

.navbar-dark .navbar-nav .nav-link {
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
}

.navbar-dark .navbar-nav .nav-item .btn-green {
  font-size: 18px;
  padding: 8px 20px;
}

/* HEADER SECTION */

header {
  position: relative;
  background-color: black;
  height: 75vh;
  min-height: 35rem;
  width: 100%;
  overflow: hidden;
}

header h1 {
  font-size: 40px;
  font-family: 'Futura Std Bold';
  text-transform: uppercase;
}

header p {
  font-size: 25px;
  margin-bottom: 50px;
}

header video {
  position: absolute;
  top: 20%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

header .container {
  position: relative;
  z-index: 2;
}

header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
}

/* MOVIL SECTION */

.movil-section {
  padding: 20px 0;
  color: #fff;
  background: #7ec655;
}

.movil-bg {
  background: #7ec655 url('../images/figures.svg') no-repeat center top;
  background-size: contain;
}

.movil-container {
  overflow: hidden;
}

.movil-text-left,
.movil-text-right,
.movil-image {
  display: block;
  float: left;
}

.movil-image,
.movil-text-left,
.movil-text-right {
  width: 33%;
}

.movil-image img {
  width: 100%;
}
    
.movil-text-left {
  text-align: right;
  padding: 110px 0 0 0;
}

.movil-text-left h2 {
  margin: 0 0 20px 0;
  font-family: 'Futura Std Heavy';
  font-size: 50px;
  line-height: 60px;
}
    
.movil-text-left p {
  margin: 0;
  font-family: 'Futura Std Light';
  font-size: 36px;
  line-height: 45px;
}

.movil-text-right {
  padding: 180px 0 0 20px;
}
    
.movil-text-right p {
  font-family: 'Futura Std Light';
  font-size: 30px;
  line-height: 40px;
}
  
.movil-text-right span {
  font-family: 'Futura Std Bold';
  font-size: 40px;
}


/* HOW TO WORK SECTION */

.howtowork-section {
  position: relative;
  padding: 50px 0;
  color: #fff;
  background: #32363f url(../images/background-services.jpg) no-repeat center top;
  background-size: cover;
}

.howtowork-header {
  margin-bottom: 50px;
}
  
.howtowork-header h2 {
  margin: 0;
  font-size: 45px;
  font-family: 'Futura Std Bold';
}

.howtowork-subtitle {
  text-align: center;
  font-size: 30px;
  line-height: 35px;
  margin-top: 60px;
}

.howtowork-container {
  margin-bottom: 30px;
}

.howtowork-item {
  overflow: hidden;
  margin-bottom: 30px;
}
    
.howtowork-item-image {
  width: 80px;
  height: 80px;
  float: left;
  padding: 15px;
  background: #fff;
  border-radius: 50%;
}

.howtowork-item-text{
  float: left;
  width: 80%;
  padding: 0 0 0 20px;
}

.howtowork-item-text p {
  margin: 0;
  font-size: 20px;
}

.howtowork-movil-image {
  display: block;
  width: 100%;
}
    
.howtowork-movil-image img {
  width: 100%;
}

/* CONDITIONS SECTION */

.conditions-section {
  padding: 80px 0;
}

.conditions-header {
  margin-bottom: 50px;
}

.conditions-header h2 {
  color: #0C3E57;
  margin: 0;
  font-size: 45px;
  font-family: 'Futura Std Bold';
}

.conditions-header p {
  font-size: 30px;
}

.conditions-container{
  overflow: hidden;
}

.conditions-item {
  float: left;
  width: 33%;
  padding: 0 10px;
}

.conditions-item-image {
  margin-bottom: 15px;
  padding: 15px;
  background: #deeee0;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  margin: 0 auto 20px auto;
  display: block;
}

.conditions-item-image img {
  width: 90px;
  height: 90px;
  display: block;
  margin: 15px auto;
}

.conditions-item-text {
  font-size: 15px;
  text-align: center;
  color: #333333;
}
    
.conditions-item-text h3 {
  color: #0C3E57;
  font-size: 22px;
  line-height: 22px;
  font-weight: bold;
}

.conditions-item-text p {
  font-size: 18px;
  line-height: 22px;
  padding: 0 15px;
}

/* PRODUCTIVITY SECTION */

.productivity-section {
  background-color: #7dc655;
  background-image: url('../images/figures.svg'), linear-gradient(135deg,#7dc655,#39b54a);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  padding: 50px 0;
  color: #fff;
}

.productivity-image img {
  width: 100%;
}

.productivity-item-text {
  font-size: 28px;
  margin-top: 50px;
  text-align: right;
}

.productivity-item-text h3 {
  font-size: 40px;
  font-family: 'Futura Std Bold';
  margin-bottom: 30px;
}

.productivity-item-text p strong {
  font-family: 'Futura Std Heavy';
}

.productivity-title {
  font-size: 26px;
  line-height: 26px;
}


/* CALCULATOR SECTION */

.calculator-header-section {
  background-color: #7dc655;
  background-image: url('../images/figures.svg'), linear-gradient(135deg,#7dc655,#39b54a);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  padding: 80px 0;
  color: #fff;
}

.calculator-header-item-text {
  font-size: 30px;
  line-height: 40px;
  text-align: center;
}

.calculator-header-item-text h3 {
  font-size: 40px;
  line-height: 40px;
  font-family: 'Futura Std Bold';
  text-transform: uppercase;
  margin-bottom: 10px;
}

.calculator-header-item-text h4 {
  font-size: 40px;
  font-family: 'Futura Std Bold';
  text-transform: uppercase;
  color: #004537;
  margin-bottom: 30px;
}

.calculator-header-item-text p strong {
  font-family: 'Futura Std Heavy';
}

.calculator-header-title {
  font-size: 26px;
  line-height: 26px;
}


.calculator-icon-image {
  margin-bottom: 15px;
  padding: 15px;
  background: #deeee0;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  margin: 0 auto 20px auto;
  display: block;
}

.calculator-icon-image img {
  width: 130px;
  height: 130px;
  display: block;
  margin: 15px auto;
}

.calculator-icon-selected .calculator-icon-image {
  border: 5px solid #4db12e;
}

.calculator-icon-item-one,
.calculator-icon-item-two {
  text-align: center;
  cursor: pointer;
}

.calculator-icon-item-one h2,
.calculator-icon-item-two h2 {
  margin: 10px 0 0 0;
  font-weight: bold;
  font-size: 30px;
}

.calculator-icon-item-one h3,
.calculator-icon-item-two h3 {
  color: #393e46;
  font-weight: bold;
  font-size: 26px;
  margin: 0;
}

.steps-container h2 {
  color: #393e46;
  font-family: 'Futura Std Bold';
  font-size: 40px;
  margin: 0 0 50px 0;
  text-align: center;
  text-transform: uppercase;
}

#calculator-progress {
  padding: 50px 0 80px 0;
}

.progress {
  height: 1.5rem;
  border-radius: 1rem;
}

.progress-bar {
  background-color: #80b928;
}

.steps-buttons {
  text-align: center;
  margin: 50px 0;
}

.calculator-section {
  padding: 80px 0;
}

#progress-number {
  text-align: center;
  font-size: 50px;
  font-weight: bold;
  color: #80b928;
  font-family: 'Futura Std Bold';
}

#calculator-step-finish p {
  font-size: 25px;
  text-align: center;
}

.input-form {
  margin-bottom: 30px;
}

.input-form input {
  text-align: center;
  font-size: 25px;
  border: none;
  border-bottom: 2px solid #bdccd4!important;
  border-radius: 0;
  color: #999;
}

::placeholder {
  color: #bdccd4;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #bdccd4;
}

::-ms-input-placeholder {
  color: #bdccd4;
}

/* BENEFITS SECTION */

.benefits-section {
  background: #F3F5F7;
  padding: 50px 0;
}

.benefits-header {
  margin-bottom: 50px;
}

.benefits-header h2 {
  color: #0C3E57;
  font-family: 'Futura Std Bold';
  font-size: 45px;
  margin: 0;
}

.benefits-header p {
  font-size: 28px;
  color: #373737;
  margin: 0;
}

.benefit-item {
  background: #fff;
  overflow: hidden;
  padding: 20px 10px;
  margin-bottom: 20px;
  border-radius: 10px;
  box-shadow: 0px 0px 7px #c7c7c7;
}

.benefit-item-image {
  float: left;
  width: 30%;
}

.benefit-item-image img {
  width: 100%;
  height: 150px;
}

.benefit-item-text {
  float: left;
  width: 70%;
  padding: 0 5px 0 5px;
}

.benefit-item-text h3 {
  font-size: 22px;
  font-weight: bold;
  color: #5FAE6A;
}

.benefit-item-text p {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 18px;
  color: #373737;
}


/* OTHER NEEDS SECTION */

.other-needs-section {
  background: #37424f url('../images/background-other-needs.jpg') no-repeat center top;
  background-size: cover;
  background-attachment: fixed;
  padding: 80px 0;
  color: #fff;
}

.other-needs-item-text {
  text-align: right;
}

.other-needs-item-text h3 {
  font-size: 45px;
  line-height: 45px;
  font-family: 'Futura Std Bold';
  margin-bottom: 30px;
}

.other-needs-item-text p {
  font-size: 28px;
  line-height: 38px;
  margin: 0 0 30px 0;
}

/* BUSINESS SECTION */

.business-section {
  padding: 50px 0;
  background: #7ec655;
  color: #fff;
}

.business-item-text h3 {
  font-size: 45px;
  line-height: 45px;
  font-family: 'Futura Std Bold';
  margin-bottom: 10px;
}

.business-item-text p {
  font-size: 28px;
  line-height: 38px;
}

.clients-section {
  padding-top: 50px;
  text-align: center;
}

.client-item {
  display: inline-block;
  width: 180px;
  margin: 20px 10px;
}

.client-item img {
  width: 100%;
} 


/* FOOTER SECTION */

.footer-section {
  position: relative;
  min-height: 400px;
  background: #f3f5f7;
}

.footer-bg {
  background: url(../images/footer-background.png) no-repeat center top;
  display: block;
  width: 100%;
  height: 60px;
  margin-top: 100px;
}

.footer-section h3 {
  font-family: 'Futura Std Bold';
  font-size: 25px;
  color: #0C3E57;
}

.footer-section a {
  color: #212529;
}

.footer-image {
  position: absolute;
    display: block;
    width: 100%;
    max-width: 280px;
    left: 0;
    top: -100px;
}

.footer-section-one-image {
  margin-bottom: 20px;
}

.footer-section-one-image img {
  width: 250px;
}

.copyright {
  background: #373737;
  text-align: center;
  font-size: 15px;
  color: #fff;
  padding: 15px 0;
  margin-top: 50px;
}

.copyright p {
  margin: 0;
  padding: 0;
}

.copyright a {
  color: #fff;
}

.link-footer {
  margin-bottom: 30px;
  display: block;
}

.link-footer a {
  text-decoration: underline;
  color: #373737;
}


/* SOCIAL ICONS */

.social-media-icons {
  margin-bottom: 30px; 
}

.social-button {
  margin-top: 20px;
}

.social-icon {
  display: inline-block;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  color: #04852b;
  text-align: center;
  font-size: 16px;
  padding: 0.6em;
  margin-right: 10px;
  -webkit-border-radius: 2em;
  border-radius: 2em;
  border: 2px solid #04852b;
}

.social-icon:hover,
.social-icon:focus {
  background-color: rgba(255,255,255,0.21);
  border: 2px solid #04852b;
}

.screen-only {
  position: absolute;
  top: -10000em;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

.social-icon i {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
  color: #04852b;
}

.social-icon-color .social-icon-vimeo {    
  border: 2px solid #23b6ea;
}

.social-icon-color .social-icon-vimeo i {
  color: #23b6ea;
}

.social-icon-color .social-icon-facebook {    
  border: 2px solid #4c76be;
}

.social-icon-color .social-icon-facebook i {
  color: #4c76be;
}

.social-icon-color .social-icon-linked-in {    
  border: 2px solid #0b86ca;
}

.social-icon-color .social-icon-linked-in i {
  color: #0b86ca;
}

.social-icon-color .social-icon-instagram {    
  border: 2px solid #ed6d91;
}

.social-icon-color .social-icon-instagram i {
  color: #ed6d91;
}

.social-icon-large a {
  font-size: 25px;
}


.footer-info-widget p {
  overflow: hidden;
}
  
.footer-info-widget .social-icon {
  color: #7cc087;
  border: 2px solid #7cc087;
  font-size: 12px;
  margin-right: 5px;
  display: block;
  float: left;
}

.footer-info-widget .social-icon i {
  color: #7cc087;
}
  
.footer-info-widget .text-desc {
  display: block;
  float: left;
  width: 80%;
}

.calculator-mb {
  margin-bottom: 50px;
}


/* RESPONSIVE SETTINGS */

@media screen and (max-width: 768px) {

  body {
    padding-top: 4.5rem;
  }

  .calculator-mb {
    margin-bottom: 0;
  }

  .logo-image {
    height: 50px;
  }

  header {
    min-height: 30rem;
  }

  header h1 {
    font-size: 25px;
  }

  header p {
    font-size: 20px;
    margin-bottom: 30px;
  }

  .movil-container {
    width: 100%;
  }

  .movil-section {
    background: #5faf6a;
    padding: 30px 0;
  }

  .movil-text-right,
  .movil-text-left {
    text-align: center;
    padding: 10px 0;
  }

  .movil-text-left, .movil-text-right, .movil-image {
    display: block;
    float: none;
    width: 100%;
  }

  .movil-image {
    display: none;
  }

  .movil-image img {
    width: 30%;
    margin: 0 auto;
    display: block;
  }

  .movil-text-right span {
    display: block;
  }

  .howtowork-item-image {
    float: none;
    padding: 10px;
    margin: 0 auto;
  }

  .howtowork-item {
    text-align: center;
  }

  .howtowork-item-text {
    float: none;
    width: 100%;
    padding: 5px 10px;
  }

  .conditions-section {
    padding: 30px 0;
    margin-top: 0;
  }

  .howtowork-section {
    padding: 30px 0;
    height: auto;
    background: #32363f;
  }

  .footer-info-widget,
  .howtowork-header,
  .other-needs-item-text {
    text-align: center;
  }

  .howtowork-movil-image {
    position: relative;
    top: 0;
  }

  .howtowork-section:after {
    display: none;
  }

  .productivity-item-text {
    font-size: 24px;
    margin-top: 10px;
    text-align: center;
  }

  .conditions-item {
    float: none;
    width: 100%;
    padding: 0 10px;
  }

  .conditions-item-image img {
    width: 150px;
    margin: 0 auto;
    display: block;
  }

  .language-section {
    text-align: center;
  }

  .benefit-item {
    margin-left: 15px;
    margin-right: 15px;
  }

  .plan-info-header {
    margin-top: 30px;
    text-align: center;
  }

  .plan-item-image {
    width: 250px;
  }

  .calculator-icons-container {
    display: block;
    overflow: hidden;
  }

  .col-mobile {
    width: 50%!important;
    display: block;
    float: left;
    margin-bottom: 20px;
  }

  .carousel-indicators li {
    width: 15px;
    height: 15px;
  }

  #qr-carousel,
  #styles-carousel {
    width: 200px;
    margin: 0 auto;
    padding: 0 30px;
  }

  #qr-carousel {
    padding-bottom: 80px;
  }

  .styles-header h2 {
    line-height: 60px;
  }

  .footer-image {
    display: none;
  }

  .footer-section {
    background: #f3f5f7;
    margin-top: 0;
    min-height: auto;
  }

  .footer-bg {
    margin-top: 10px;
  }

  .footer-section-1,
  .social-media-widget,
  .footer-section h3 {
    text-align: center;
    margin-bottom: 20px;
  }

  .footer-info-widget .social-icon {
    display: none;
    float: none;
    margin: 0 auto;
    margin-bottom: 5px;
    text-align: center;
    width: 2rem;
    height: 2rem;
  }

  .footer-info-widget .text-desc {
    float: none;
    width: 100%;
    text-align: center;
  }

}