.titleController {
    padding-top: 690px; 
    font-weight: 300; 
    width: 80%; 
    font-size: 60px;
}
.iconoCuinerPay {
    width: 200px !important;
    max-width: 200px !important;
  }
.graficas{
    height: 300px !important;
    width: 470px !important;
    display: flex;
    float: left;
}
.left {
    text-align: left;
}
.right {
    text-align: right;
}
.estadisticaController {
    width: 940px;
    height: 620px;
    display: block;
}
.plan ul li a.pt-popover .popover-title {
  background: #5b5b5c !important;
}


/* LANDING */
@font-face {
    font-family: "Myriad Pro Regular";
    font-style: normal;
    font-weight: normal;
    src: local("Myriad Pro Regular"),
      url("../fonts/MyriadProRegular.ttf") format("ttf");
  }
  /* h1 {
    font-size: 0;
    opacity: 0;
  } */
  .home {
    font-family: "Myriad Pro Regular", Arial, sans-serif;
  }
  .home h1,
  .home h2,
  .home h3,
  .home h4,
  .home h5,
  .home p {
    line-height: 1.2;
  }
  .home ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .background-top {
    height: 100vh;
    /* margin-bottom: 120px; */
  }
  .background-top__wrap {
    height: 100%;
    position: relative;
    background-position: 35%;
  }
  .background-bottom__wrap {
    height: 100%;
    position: relative;
    background-position: 80%;
  }
  .background-top__wrap::before {
    background-color: rgba(0, 0, 0, 0.2);
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
  }
  .background-top__text {
    color: white;
    display: block;
    font-size: 40px;
    font-weight: bold;
    margin: 0 auto;
    max-width: 1200px;
    padding-top: 80px;
    text-align: center;
    position: relative;
    width: 100%;
    z-index: 1;
  }
  .background-bottom__text {
    color: white;
    display: block;
    font-size: 40px;
    font-weight: bold;
    margin-top: 300px;
    text-align: center;
    position: absolute;
    width: 100%;
    z-index: 1;
  }

  .background-bottom__text p{
    margin: 10px 80px;
  }
  
  .flex-div {
    display: flex;
    justify-content: space-between;
  }
  
  .iphoneTabs {
    border-bottom: 0px solid #ddd !important;
    margin-bottom: 20px !important;
  }
  .iphoneTabs > li > a {
    border: 0px solid #ddd !important;
    color: blue;
    font-weight: bold;
  }
  
  .iphoneTabs > li.active > a {
    color: blue !important;
    text-decoration: underline;
  }
  
  .info__wrap {
    margin: 50px auto;
    max-width: 1170px;
    width: 100%;
  }
  .info__text {
    margin-bottom: 70px;
  }
  .info_foto {
    padding-left: 10vw;
    padding-right: 10vw;
  }
  .info__title {
    /* font-size: 28px; */
    /* font-weight: bold; */
    color: #999696;
    margin: 0;
    padding-bottom: 50px;
    position: relative;
    text-align: center;
  }
  .info__title::after {
    background: -o-linear-gradient(
      left,
      transparent 0%,
      #c5c5c5 50%,
      transparent 100%
    );
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(0%, transparent),
      color-stop(50%, #c5c5c5),
      color-stop(100%, transparent)
    );
    background: webkit-linear-gradient(
      left,
      transparent 0%,
      #e9e9e9 50%,
      transparent 100%
    );
    background: linear-gradient(
      left,
      transparent 0%,
      #c5c5c5 50%,
      transparent 100%
    );
    content: "";
    position: absolute;
    bottom: 2px;
    left: 0;
    height: 1px;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    margin-bottom: 20px;
    width: 80%;
  }
  .info__subtitle {
    color: #adadad;
    text-align: center;
    font-size: 20px;
    padding-left: 7vw;
    padding-right: 7vw;
  }
  .info__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style-type: none;
  }
  .info__item {
    background-color: #f9f9f9;
    border: 1px solid #f0f0f0;
    -webkit-box-shadow: 0px 20px 22px -10px rgba(0, 0, 0, 0.63);
    -moz-box-shadow: 0px 20px 22px -10px rgba(0, 0, 0, 0.63);
    box-shadow: 0px 20px 22px -10px rgba(0, 0, 0, 0.63);
    margin: 10px;
    padding: 30px 30px 30px 80px;
    position: relative;
    width: calc(100% / 3 - 20px);
  }
  .info__item:nth-child(1):before {
    content: "";
    background-image: url("../images/controller/icon-facil-intuitivo.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 60px;
    position: absolute;
    left: 10px;
    top: 25px;
    width: 60px;
  }
  .info__item:nth-child(2):before {
    content: "";
    background-image: url("../images/controller/icon-personalizable.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 60px;
    position: absolute;
    left: 10px;
    top: 25px;
    width: 60px;
  }
  .info__item:nth-child(3):before {
    content: "";
    background-image: url("../images/controller/icon-multilocal.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 60px;
    position: absolute;
    left: 10px;
    top: 25px;
    width: 60px;
  }
  .info__item:nth-child(4):before {
    content: "";
    background-image: url("../images/controller/icon-reloj.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 60px;
    position: absolute;
    left: 10px;
    top: 25px;
    width: 60px;
  }
  .info__item:nth-child(5):before {
    content: "";
    background-image: url("../images/controller/icon-multiformato.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 60px;
    position: absolute;
    left: 10px;
    top: 25px;
    width: 60px;
  }
  .info__item:nth-child(6):before {
    content: "";
    background-image: url("../images/controller/icon-agrupaciones-desgloses.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 60px;
    position: absolute;
    left: 10px;
    top: 25px;
    width: 60px;
  }
  .info__item-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .fase_left {
    text-align: left;
  }
  
  .fase_right {
    text-align: right;
  }
  
  @media (max-width: 1200px) {
    .fase_left,
    .fase_right {
      text-align: left;
    }
    .fase_titulo {
      text-align: center !important;
    }
  }
  
  @media (max-width: 800px) {
    ul {
      padding: 0;
    }
  }
  
  .claims {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .claims {
    margin-bottom: 120px;
  }
  .claims__wrap {
    max-width: 1170px;
  }
  .claims__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .claims__item {
    min-height: 340px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
  
  .claims__item-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  @media (min-width: 769px) {
    .claims__item-text.odd {
      text-align: right;
      /* padding: 60px; */
      padding-left: 0;
      width: 50%;
    }
  
    .claims__item-text.even {
      text-align: left;
      /* padding: 60px; */
      padding-right: 0;
      width: 50%;
    }
  }
  
  @media (max-width: 768px) {
    .claims__item-text.odd {
      text-align: center !important;
    }
  
    .claims__item-text.even {
      text-align: center !important;
    }
  }
  
  .claims__item--reverse {
    flex-direction: row-reverse;
  }
  .claims__item--reverse .claims__item-text {
    text-align: left;
  }
  .claims__item--no-image {
    width: 50%;
  }
  .claims__item--no-image .claims__item-text {
    width: 100%;
  }
  .claims__item-picture {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    /* min-height: 480px; */
    min-height: 30vh;
  }
  .claims__item-title {
    font-size: 18px;
    /* font-size: calc(0.7em + 0.5vw); */
    font-weight: bold;
    margin-bottom: 20px;
  }
  .claims__item-description {
    font-size: 21px;
  }
  .soon {
    margin-bottom: 120px;
  }
  .soon__wrap {
    margin: 50px auto;
    max-width: 1170px;
    width: 100%;
  }
  .soon__text {
    margin-bottom: 50px;
  }
  .soon__title {
    font-size: 28px;
    font-weight: bold;
    margin: 0;
    padding-bottom: 30px;
    position: relative;
    text-align: center;
  }
  .soon__title::after {
    background: #444;
    background: -moz-linear-gradient(
      left,
      transparent 0%,
      #444 50%,
      transparent 100%
    );
    background: -ms-linear-gradient(
      left,
      transparent 0%,
      #444 50%,
      transparent 100%
    );
    background: -o-linear-gradient(
      left,
      transparent 0%,
      #444 50%,
      transparent 100%
    );
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(0%, transparent),
      color-stop(50%, #444),
      color-stop(100%, transparent)
    );
    background: webkit-linear-gradient(
      left,
      transparent 0%,
      #444 50%,
      transparent 100%
    );
    background: linear-gradient(left, transparent 0%, #444 50%, transparent 100%);
    content: "";
    position: absolute;
    bottom: 2px;
    left: 0;
    height: 1px;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    margin-bottom: 20px;
    width: 80%;
  }
  .soon__description {
    text-align: center;
    font-size: 21px;
  }
  .soon__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .soon__item {
    margin-bottom: 60px !important;
  }
  .soon__item-icon {
    background-color: #90633c;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    border-radius: 50%;
    display: block;
    margin-bottom: 30px !important;
    height: 100px;
    width: 100px;
    margin: auto;
  }
  .soon__item:nth-child(1) .soon__item-icon {
    background-image: url("../images/iconos/aviso_al_camarero-01.png");
  }
  .soon__item:nth-child(2) .soon__item-icon {
    background-color: #828282;
    background-image: url("../images/iconos/pedido_en_mesa-01.png");
  }
  .soon__item:nth-child(3) .soon__item-icon {
    background-image: url("../images/iconos/pago_en_mesa-01.png");
  }
  .soon__item-title {
    font-size: 21px;
    margin-bottom: 30px !important;
    width: 100%;
  }
  .soon__item-description {
    font-size: 20px;
  }
  
  .soon-item_text {
    display: flex;
    flex-direction: column;
  }
  .rates {
    margin-bottom: 120px;
  }
  .rates__wrap {
    margin: 50px auto;
    max-width: 1170px;
    width: 100%;
  }
  .rates__header {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 40px;
  }
  .rates__title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
  }
  
  .rates__title::after {
    background: #444;
    background: -moz-linear-gradient(
      left,
      transparent 0%,
      #444 50%,
      transparent 100%
    );
    background: -ms-linear-gradient(
      left,
      transparent 0%,
      #444 50%,
      transparent 100%
    );
    background: -o-linear-gradient(
      left,
      transparent 0%,
      #444 50%,
      transparent 100%
    );
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(0%, transparent),
      color-stop(50%, #444),
      color-stop(100%, transparent)
    );
    background: webkit-linear-gradient(
      left,
      transparent 0%,
      #444 50%,
      transparent 100%
    );
    background: linear-gradient(left, transparent 0%, #444 50%, transparent 100%);
    content: "";
    position: relative;
    bottom: 2px;
    left: 0;
    height: 1px;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    margin-bottom: 20px;
    width: 80%;
  }
  
  .rates__subtitle {
    font-size: 21px;
    text-align: center;
    width: 100%;
  }
  .rates__types {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
  .rates__types-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
  .rates__types-item {
    background-color: #fafafa;
    max-width: 450px;
    text-align: center;
    width: calc(100%);
  }
  .rates__types-item1 .rates__types-item-header, .rates__types-item2 .rates__types-item-header,.rates__types-item3 .rates__types-item-header{
    min-height: 216px;
    text-align: center;
  }
    .rates__types-item-header
    .rates__types-item-price {
      min-height: 118px;
  }
  .rates__types-item1 .rates__types-item-header {
    background-color: #dbdbdb;
  }
  .rates__types-item2 .rates__types-item-header {
    background-color:#000000;
  }
  .rates__types-item3 .rates__types-item-header {
    background-color: #7a95bd;
  }
  .rates__types-item1
    .rates__types-item-header
    .rates__types-item-price {
    border-bottom: 1px solid  #5b5b5c;
  }
  .rates__types-item2
    .rates__types-item-header
    .rates__types-item-price {
    border-bottom: 1px solid #eceef1;
  }
  .rates__types-item3
    .rates__types-item-header
    .rates__types-item-price {
    border-bottom: 1px solid #eceef1;
  }
  .rates__types-item-header {
    color: #fff;
  }
  .rates__types-item-price {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 15px;
  }
  .rates__types-item-price-amount {
    display: block;
    font-size: 20px;
    width: 100%;
    align-self: center;
  }
  .rates__types-item-price-amount-euro {
    font-size: 30px;
  }
  .rates__types-item-price-suscription {
    font-size: 16px;
  }
  .rates__types-item-anual {
    font-size: 16px;
    padding: 15px;
  }
  .rates__types-item-requirements,
  .rates__types-item-discounts {
    font-size: 16px;
  }
  .rates__types-item-requirements-title,
  .rates__types-item-requirements-item {
    border-bottom: 1px solid #f3f3f3;
    padding: 15px;
  }
  .rates__types-item-requirements-item {
    text-align: left;
    font-size: 14px;
  }
  .rates__types-item-requirements-title {
    color: black;
    font-weight: 600;
  }
  .rates__types-item-discounts {
    padding: 15px;
    position: relative;
  }
  .rates__types-item-discounts:before {
    content: "";
    background: #444;
    background: -moz-linear-gradient(
      left,
      transparent 0%,
      #444 50%,
      transparent 100%
    );
    background: -ms-linear-gradient(
      left,
      transparent 0%,
      #444 50%,
      transparent 100%
    );
    background: -o-linear-gradient(
      left,
      transparent 0%,
      #444 50%,
      transparent 100%
    );
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(0%, transparent),
      color-stop(50%, #444),
      color-stop(100%, transparent)
    );
    background: webkit-linear-gradient(
      left,
      transparent 0%,
      #444 50%,
      transparent 100%
    );
    background: linear-gradient(left, transparent 0%, #444 50%, transparent 100%);
    height: 1px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .rates__taxes {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .reviews {
    margin-bottom: 120px;
  }
  .reviews__wrap {
    margin: 50px auto;
    max-width: 1170px;
    width: 100%;
  }
  .reviews__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
  .reviews__item {
    margin: 0 10px 30px;
    text-align: center;
    width: 100%;
  }
  .reviews__item-logo {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
  }
  .reviews__item-logo-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 160px;
    margin-bottom: 60px;
    width: 220px;
  }
  .reviews__item-logo::after {
    background: #444;
    background: -moz-linear-gradient(
      left,
      transparent 0%,
      #444 50%,
      transparent 100%
    );
    background: -ms-linear-gradient(
      left,
      transparent 0%,
      #444 50%,
      transparent 100%
    );
    background: -o-linear-gradient(
      left,
      transparent 0%,
      #444 50%,
      transparent 100%
    );
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(0%, transparent),
      color-stop(50%, #444),
      color-stop(100%, transparent)
    );
    background: webkit-linear-gradient(
      left,
      transparent 0%,
      #444 50%,
      transparent 100%
    );
    background: linear-gradient(left, transparent 0%, #444 50%, transparent 100%);
    content: "";
    position: absolute;
    bottom: 2px;
    left: 0;
    height: 1px;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    margin-bottom: 20px;
    width: 80%;
  }
  .reviews__item-text {
    font-size: 25px;
    padding: 40px 130px;
    position: relative;
  }
  .reviews__item-text:before,
  .reviews__item-text:after {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 100px;
    position: absolute;
    width: 100px;
  }
  /* .reviews__item-text:before {
    background-image: url("../images/iconos/quote-open.png");
    background-size: 50%;
    left: 20px;
    top: 0;
  }
  .reviews__item-text:after {
    background-image: url("../images/iconos/quote-close.png");
    background-size: 50%;
    bottom: 0;
    right: 20px;
  } */
  .faq {
    margin-bottom: 120px;
  }
  .faq__wrap {
    margin: 50px auto;
    max-width: 1170px;
    width: 100%;
  }
  .faq__header {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 40px;
  }
  .faq__title {
    font-size: 28px;
    font-weight: bold;
    padding-bottom: 30px;
    position: relative;
    text-align: center;
    width: 100%;
    color: #333333;
  }
  .faq__title::after {
    background: #444;
    background: -moz-linear-gradient(
      left,
      transparent 0%,
      #444 50%,
      transparent 100%
    );
    background: -ms-linear-gradient(
      left,
      transparent 0%,
      #444 50%,
      transparent 100%
    );
    background: -o-linear-gradient(
      left,
      transparent 0%,
      #444 50%,
      transparent 100%
    );
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(0%, transparent),
      color-stop(50%, #444),
      color-stop(100%, transparent)
    );
    background: webkit-linear-gradient(
      left,
      transparent 0%,
      #444 50%,
      transparent 100%
    );
    background: linear-gradient(left, transparent 0%, #444 50%, transparent 100%);
    content: "";
    position: absolute;
    bottom: 2px;
    left: 0;
    height: 1px;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    margin-bottom: 20px;
    width: 80%;
  }
  .faq__subtitle {
    font-size: 21px;
    text-align: center;
    width: 100%;
  }
  .faq__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    list-style-type: none;
  }
  .faq__item {
    width: calc(50% - 70px);
  }
  .faq__item-question {
    background-color: #e1e1e1;
    border: 1px solid #d3d3d3;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    font-weight: bold;
    justify-content: space-between;
    margin: 0 15px;
    padding: 10px;
    text-align: center;
    transition: background-color 0.5s ease !important;
  }
  .faq__item-question-text {
    width: 90%;
  }
  .faq__item-question-open {
    width: 10%;
  }
  .faq__item-answer {
    margin-bottom: 30px;
    max-height: 0;
    overflow: hidden;
    padding: 0 55px;
    transition: max-height 0.5s ease-out !important;
  }
  .demo-request {
    background-color: #000;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
  }
  .demo-request:before {
    background-color: rgba(0, 0, 0, 0.2);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .demo-request__wrap {
    margin: 50px auto;
    max-width: 1170px;
    width: 100%;
    z-index: 1;
  }
  .demo-request__header {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 40px;
    padding-bottom: 20px;
    position: relative;
  }
  .demo-request__header:after {
    content: "";
    background: #444;
    background: -moz-linear-gradient(
      left,
      transparent 0%,
      #444 50%,
      transparent 100%
    );
    background: -ms-linear-gradient(
      left,
      transparent 0%,
      #444 50%,
      transparent 100%
    );
    background: -o-linear-gradient(
      left,
      transparent 0%,
      #444 50%,
      transparent 100%
    );
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(0%, transparent),
      color-stop(50%, #444),
      color-stop(100%, transparent)
    );
    background: webkit-linear-gradient(
      left,
      transparent 0%,
      #444 50%,
      transparent 100%
    );
    background: linear-gradient(left, transparent 0%, #444 50%, transparent 100%);
    bottom: 0;
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
  }
  .demo-request__title {
    color: #fff;
    font-size: 28px;
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
  }
  .demo-request__description {
    color: #fff;
    font-size: 21px;
    text-align: center;
    width: 100%;
  }
  .demo-request__form {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .demo-request__form-item {
    border: 1px solid #000;
    border-radius: 5px;
    display: flex;
    margin: 0 10px 10px;
    padding: 10px 20px;
    width: calc(50% - 150px);
  }
  .demo-request__form-item--textarea {
    margin-bottom: 30px;
    min-height: 75px;
    resize: vertical;
    width: calc(100% - 280px);
  }
  .demo-request__form-recaptcha,
  .demo-request__form-newsletter,
  .demo-request__form-legal,
  .demo-request__form-actions {
    align-items: baseline;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 10px;
    width: calc(100% - 280px);
  }
  input[type="checkbox"].demo-request__form-checkbox {
    margin: 0 5px 0 0;
  }
  .demo-request__form-legal a {
    color: currentColor;
    text-decoration: underline;
  }
  .demo-request__form-button {
    background: transparent;
    border: 1px solid #fff;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    margin: 0 10px;
    opacity: 0.5;
    padding: 10px 20px;
    transition: opacity 0.5s ease !important;
  }
  .demo-request__form-button:hover,
  .demo-request__form-button:focus {
    opacity: 1;
  }
  .demo-request__form-button--send .demo-request__form-button-icon {
    background-image: url("../images/iconos/send.png");
  }
  .demo-request__form-button--restore .demo-request__form-button-icon {
    background-image: url("../images/iconos/restore.png");
  }
  .demo-request__form-button-icon {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 20px;
    margin-left: 20px;
    width: 20px;
  }
  .footer {
    background-color: #fafafa;
    padding: 40px 0;
  }
  .footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .footer__wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer__info {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: calc(100% / 3);
  }
  .footer__logo-company {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
  }
  .footer__contact-info {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
  }
  .footer__contact-info svg {
    fill: #2ca6cb;
  }
  .footer__contact-info-text {
    font-size: 16px;
    margin-left: 10px;
    text-align: center;
  }
  .footer__contact-info-text[href] {
    color: #2ca6cb;
  }
  .footer__social {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 20px;
    width: 100%;
  }
  .footer__social-title {
    align-items: center;
    display: flex;
    font-size: 25px;
    font-weight: 400;
    justify-content: center;
    padding-bottom: 30px;
    position: relative;
    width: 100%;
  }
  .footer__social-title:after {
    background: #444;
    background: -moz-linear-gradient(
      left,
      transparent 0%,
      #444 50%,
      transparent 100%
    );
    background: -ms-linear-gradient(
      left,
      transparent 0%,
      #444 50%,
      transparent 100%
    );
    background: -o-linear-gradient(
      left,
      transparent 0%,
      #444 50%,
      transparent 100%
    );
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(0%, transparent),
      color-stop(50%, #444),
      color-stop(100%, transparent)
    );
    background: webkit-linear-gradient(
      left,
      transparent 0%,
      #444 50%,
      transparent 100%
    );
    background: linear-gradient(left, transparent 0%, #444 50%, transparent 100%);
    content: "";
    position: absolute;
    bottom: 2px;
    left: 0;
    height: 1px;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    margin-bottom: 20px;
    width: 80%;
  }
  .footer__social-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
  .footer__social-link {
    align-items: center;
    border: 1px solid #787776;
    border-radius: 50%;
    display: flex;
    margin: 0 3px 10px;
    height: 50px;
    justify-content: center;
    transition: border 0.5s ease !important;
    width: 50px;
  }
  .footer__social-link svg {
    fill: #787776;
    transition: fill 0.5s ease !important;
  }
  .footer__social-link:hover,
  .footer__social-link:focus {
    border-color: #2ca6cb;
  }
  .footer__social-link:hover svg,
  .footer__social-link:focus svg {
    fill: #2ca6cb;
  }
  .footer__legal {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer__legal-list {
    display: flex;
    justify-content: center;
  }
  .footer__legal-item {
    border-right: 1px solid #c0bfc7;
    padding-right: 10px;
    margin-right: 10px;
    white-space: nowrap;
  }
  .footer__legal-item:last-child {
    border-right: 0;
  }
  .footer__legal-link {
    color: #2ca6cb;
  }
  .footer__legal-link:hover,
  .footer__legal-link:focus {
    color: #2ca6cb;
  }
  .footer__logo {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    text-align: center;
    width: 30%;
    height: 50%;
  }
  
  /* MEDIA QUERIES */
  @media (max-width: 1600px) {
    /* .info__title, */
    /* .claims__item-title, */
    .rates__title,
    .soon__title {
      font-size: 60px;
    }
    .faq__title {
      font-size: 45px;
    }
    .claims__item-text {
      padding: 100px 60px;
    }
  }
  @media (max-width: 1200px) {
    /* .info__title, */
    /* .claims__item-title, */
    .rates__title,
    .soon__title {
      font-size: 45px;
    }
    .faq__title {
      font-size: 38px;
    }
    .claims__item-description,
    .rates__types-item-price-amount-euro,
    .demo-request__title {
      font-size: 32px;
    }
    .info__subtitle,
    .soon__description {
      font-size: 27px;
    }
    .soon__item-title {
      font-size: 23px;
    }
    .footer__info--company {
      order: 1;
    }
    .footer__info--logo {
      order: 2;
    }
    .footer__info--social-legal {
      order: 3;
      width: 100%;
    }
    .rates__types-item1 .rates__types-item-header .rates__types-item-price, .rates__types-item2 .rates__types-item-header .rates__types-item-price,.rates__types-item3 .rates__types-item-header .rates__types-item-price{
      min-height: 170px;
      text-align: center;
    }
  }
  @media (max-width: 1024px) {
    .info__item {
      width: calc(100% / 2 - 20px);
    }
    .claims__item-text {
      padding: 60px 40px;
    }
    .background-top__text {
      font-size: 40px;
    }
    .background-bottom__text {
      font-size: 50px;
    }
    .info__title,
    /* .claims__item-title, */
    .rates__title,
    .soon__title {
      font-size: 36px;
    }
    .reviews__item-text {
      font-size: 27px;
    }
    .faq__title {
      font-size: 32px;
    }
    .claims__item-description,
    .rates__types-item-price-amount-euro,
    .demo-request__title {
      font-size: 27px;
    }
    .info__subtitle,
    .soon__description {
      font-size: 24px;
    }
    .soon__item-title {
      font-size: 20px;
    }
    .background-top__text {
      align-items: center;
      justify-content: center;
      display: flex;
      height: 100%;
      padding: 0 20px;
    }
  
    .info__wrap,
    .claims__wrap,
    .soon__wrap,
    .rates__wrap,
    .reviews__wrap,
    .faq__wrap,
    .demo-request__wrap,
    .footer__wrap {
      padding: 0 20px;
    }
    .faq__item-question {
      margin: 0 10px;
    }
    .faq__item-answer {
      padding: 0 35px;
    }
    .footer__info--company,
    .footer__info--logo,
    .footer__info--social-legal {
      margin-bottom: 20px;
      order: inherit;
      width: 100%;
    }
    .rates__types-item1 .rates__types-item-header .rates__types-item-price, .rates__types-item2 .rates__types-item-header .rates__types-item-price,.rates__types-item3 .rates__types-item-header .rates__types-item-price{
      min-height: 110px;
      text-align: center;
    }
  }
  @media (max-width: 768px) {
    .info,
    .claims,
    .soon,
    .rates,
    .reviews,
    .faq,
    .demo-request {
      margin-bottom: 50px;
    }
    .info br,
    .claims br,
    .soon br,
    .rates br,
    .reviews br,
    .faq br,
    .demo-request br {
      display: none;
    }
    .info__item,
    .soon__item,
    .rates__types-item {
      margin: 10px 0;
      width: 100%;
    }
    .claims__item-text,
    .claims__item-picture,
    .claims__item--no-image {
      text-align: left;
      width: 100%;
    }
    .claims__item--reverse {
      flex-direction: row;
    }
    .reviews__item-text:before,
    .reviews__item-text:after {
      height: 50px;
      width: 50px;
    }
    .reviews__item-text {
      padding: 40px 70px;
    }
    .faq__item {
      width: 100%;
    }
    .faq__item-answer {
      margin: 15px 0;
    }
    .demo-request__form-item,
    .demo-request__form-item--textarea {
      width: calc(100% - 120px);
    }
    .demo-request__form-recaptcha,
    .demo-request__form-newsletter,
    .demo-request__form-legal,
    .demo-request__form-actions {
      width: 100%;
    }
    .footer__legal-list {
      flex-wrap: wrap;
      text-align: center;
    }
    .footer__legal-item {
      border-right: 0;
      width: 100%;
    }
    .footer__contact-info {
      flex-wrap: wrap;
    }
    .footer__contact-info-text {
      margin-top: 10px;
      width: 100%;
    }
  }
  @media (max-width: 568px) {
    .background-top__text {
      font-size: 32px;
    }
    .background-bottom__text {
      font-size: 32px;
    }
    .reviews__item-text {
      font-size: 24px;
      padding: 40px 0;
    }
    .info__title,
    /* .claims__item-title, */
    .rates__title,
    .soon__title {
      font-size: 27px;
    }
    .faq__title {
      font-size: 24px;
    }
    .claims__item-description,
    .rates__types-item-price-amount-euro,
    .demo-request__title {
      font-size: 21px;
    }
    .info__subtitle,
    .soon__description {
      font-size: 18px;
    }
    .soon__item-title {
      font-size: 16px;
    }
    .claims__item-text {
      padding: 40px 20px;
    }
  }

  @media only screen and (max-width: 1260px) {
    .titleController{
        font-size: 55px;
    }
    .rates__types-item .rates__types-item-header {
      min-height: 270px !important;
    }
    
}
@media only screen and (max-width: 992px) {
    .titleController{
        padding-top: 630px; 
        font-size: 50px;
    }
    
    .estadisticaController {
        width: 460px;
        height: 1240px;
        display: block;
        margin: 4%;
    }
    .right {
        text-align: left;
    }
    .graficas{
        height: 300px !important;
        width: 450px !important;
    }
}
@media only screen and (max-width: 768px) {
    .titleController{
        font-size: 35px;
        padding-top: 500px; 
    }
    .right {
        text-align: left;
    }
    .graficas{
        height: 300px !important;
        width: 400px !important;
    }
    .estadisticaController {
      width: 400px;
      margin: 4%;
    }
    .rates__types-item .rates__types-item-header {
      min-height: 150px !important;
    }
    .rates__types-item
    .rates__types-item-header
    .rates__types-item-price {
      min-height: 70px !important;
  }
  .background-bottom__text {
    color: white;
    display: block;
    font-size: 40px;
    font-weight: bold;
    /*margin: 0 auto;
    max-width: 1200px;*/
    margin-top: 180px;
    text-align: center;
    position: absolute;
    width: 100%;
    z-index: 1;
  }
  
  .background-bottom__text p {
    margin: 10px 40px;
  }
}
@media only screen and (max-width: 568px) {
    .titleController{
        font-size: 22px;
        padding-top: 300px; 
    }
    .right {
        text-align: left;
    }
    .graficas {
      height: auto !important;
      width: 100% !important;
    }
    .estadisticaController {
      width: 100%;
      margin: 4%;
    }

    .background-bottom__text {
      color: white;
      display: block;
      font-size: 30px;
      font-weight: bold;
      /*margin: 0 auto;
      max-width: 1200px;*/
      margin-top: 120px;
      text-align: center;
      position: absolute;
      width: 100%;
      z-index: 1;
    }
    
    .background-bottom__text p {
      margin: 10px 30px;
    }
    
}
  