.wrap {
  background-color: #FFFFFF;
}
p {
  line-height: 1.2em;
}
.text-blue {
  color: #0049B2;
}
.text-light-blue {
  color: #0077FF;
}
.text-orange {
  color: #FF7043;
}
.text-green {
  color: #0F9D58;
}
.title {
  margin-bottom: 32px;
}
@media screen and (min-width: 360px) and (max-width: 480px) {
  .title {
    margin-bottom: 10px;
  }
}
/* Buttons */
.btn {
  margin: 6px 0;
  border-radius: 2px;
  font-size: 12px;
  font-weight: 500;
  padding: 9px 16px;
  color: white;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24);
}
.btn .material-icons {
  font-size: 14px;
}
.btn.m-r-12 {
  margin-left: 0;
  margin-right: 12px;
}
.btn.btn-cancel {
  background: transparent;
  -webkit-transition: background .3s;
  transition: background .3s;
  box-shadow: none;
  color: #0077FF;
}
.btn.btn-cancel:hover {
  border: 1px solid rgba(0, 95, 204, 0.5);
  color: #005fcc;
}
.btn.btn-secondary {
  background: transparent;
  -webkit-transition: background .3s;
  transition: background .3s;
  box-shadow: none;
  color: #0077FF;
}
.btn.btn-secondary:hover {
  background: rgba(0, 119, 255, 0.5);
  color: white;
}
.btn.btn-blue,
.btn.btn-primary,
.btn.btn-light-blue {
  background: #0077FF;
  -webkit-transition: background .3s;
  transition: background .3s;
}
.btn.btn-blue:hover,
.btn.btn-primary:hover,
.btn.btn-light-blue:hover {
  background: #0049B2;
}
.btn.btn-negative-blue {
  background: white;
  border: 1px solid #0077FF;
  color: #0077FF;
  -webkit-transition: border .5s, color .5s;
  transition: border .5s, color .5s;
  padding: 9.01px 16px;
}
.btn.btn-negative-blue:hover {
  padding: 9.01px 15.72px;
  border-color: #0049B2;
  color: #0049B2;
}
.btn.btn-outline-blue,
.btn.btn-outline-primary,
.btn.btn-outline-light-blue {
  background: transparent;
  border: 1px solid #0077FF;
  color: #0077FF;
  -webkit-transition: border .5s, color .5s;
  transition: border .5s, color .5s;
  padding: 9.01px 16px;
}
.btn.btn-outline-blue:hover,
.btn.btn-outline-primary:hover,
.btn.btn-outline-light-blue:hover {
  padding: 9.01px 15.72px;
  border: 1px solid #0049B2;
  color: #0049B2;
}
.btn.btn-green {
  background: #0F9D58;
  -webkit-transition: background 1s;
  transition: background 1s;
}
.btn.btn-green:hover {
  background: #0b6e3e;
}
.btn.btn-negative-green {
  background: white;
  border: 1px solid #0F9D58;
  color: #0F9D58;
  -webkit-transition: border .5s, color .5s;
  transition: border .5s, color .5s;
  padding: 9.01px 16px;
}
.btn.btn-negative-green:hover {
  padding: 9.01px 15.72px;
  border-color: #49E69A;
  color: #49E69A;
}
.btn.btn-light-green {
  background: #49E69A;
  -webkit-transition: background 1s;
  transition: background 1s;
}
.btn.btn-light-green:hover {
  background: #1ede81;
}
.btn.btn-orange {
  background: #FF7043;
  -webkit-transition: background 1s;
  transition: background 1s;
}
.btn.btn-orange:hover {
  background: #ff4910;
}
.btn.btn-red {
  background: #FF0043;
  -webkit-transition: background 1s;
  transition: background 1s;
}
.btn.btn-red:hover {
  background: #cc0036;
}
.btn.btn-dark-blue,
.btn.btn-tertiary {
  background: #000d32;
  -webkit-transition: background 1s;
  transition: background 1s;
}
.btn.btn-dark-blue:hover,
.btn.btn-tertiary:hover {
  background: #001B65;
}
.btn.btn-outline-dark-blue {
  background: transparent;
  border: 1px solid #000d32;
  color: #000d32;
  -webkit-transition: border .5s, color .5s;
  transition: border .5s, color .5s;
  padding: 9.01px 16px;
}
.btn.btn-outline-dark-blue:hover {
  padding: 9.01px 15.72px;
  border: 1px solid #001B65;
}
.btn.btn-outline-white {
  background: transparent;
  border: 1px solid white;
  color: white;
  -webkit-transition: border .5s, color .5s;
  transition: border .5s, color .5s;
  box-shadow: none;
  padding: 9.01px 16px;
}
.btn.btn-outline-white:hover {
  padding: 9.01px 15.72px;
  border: 1px solid #edf0f2;
  color: #edf0f2;
}
.btn.btn-link {
  background: transparent;
  color: #707070;
  box-shadow: none;
}
.btn.btn-grey {
  background: #707070;
  -webkit-transition: background 1s;
  transition: background 1s;
}
.btn.btn-grey:hover {
  background: #575757;
}
.btn.btn-facebook {
  background: #3b5998 !important;
  color: white !important;
  -webkit-transition: background 1s;
  transition: background 1s;
  font-size: 17px;
  font-family: 'Roboto';
  text-transform: none;
  font-weight: bold;
}
.btn.btn-facebook p {
  color: white !important;
}
.btn.btn-facebook:hover {
  background: #1e2e4f !important;
  color: white !important;
}
.btn.btn-facebook:hover p {
  color: white !important;
}
.btn.btn-tiendanube {
  background: #4dbecf !important;
  color: white !important;
  -webkit-transition: background 1s;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  transition: background 1s;
  text-transform: none;
}
.btn.btn-tiendanube p {
  color: white !important;
}
.btn.btn-tiendanube:hover {
  background: #27828f !important;
  color: white !important;
}
.btn.btn-tiendanube:hover p {
  color: white !important;
}
.btn.btn-mp {
  background: #009ee3;
  -webkit-transition: background 1s;
  transition: background 1s;
}
.btn.btn-mp:hover {
  background: #007bb0;
}
.btn.btn-google {
  background: #dd4b39 !important;
  color: #fff !important;
  text-align: center !important;
  transition: color .3s, background .5s;
  font-weight: bold;
  font-size: 17px;
  font-family: 'Roboto';
  text-transform: none;
  box-shadow: 0 2px 2px 0 rgba(221, 75, 57, 0.2), 0 3px 1px -2px rgba(221, 75, 57, 0.2), 0 1px 5px 0 rgba(221, 75, 57, 0.2);
}
.btn.btn-google p {
  color: white !important;
}
.btn.btn-google:hover {
  background: #96271a !important;
  color: #fff !important;
}
.btn.btn-google:hover p {
  color: white !important;
}
.btn.btn-redes {
  border-radius: 50px;
  padding: 7px 16px 7px 50px;
  position: relative;
  background: #a8a8a8;
  color: white;
  text-align: center;
  margin-left: 0px;
  align-items: center;
  min-width: 150px;
  font-size: 12px;
  line-height: 12px;
  transition: color .3s, background .5s;
}
@media screen and (min-width: 360px) and (max-width: 480px) {
  .btn.btn-redes {
    margin-left: 0px;
    margin-bottom: 22px;
  }
}
.btn.btn-titan-lg {
  padding: 18px 28px;
}
@media screen and (min-width: 768px) {
  .btn.btn-titan-lg {
    padding: 17px 0;
  }
}
.btn.btn-programmed,
.btn.btn-sent,
.btn.btn-exclamation,
.btn.btn-cancelled {
  border: none;
  cursor: not-allowed;
}
.btn.btn-programmed span,
.btn.btn-sent span,
.btn.btn-exclamation span,
.btn.btn-cancelled span {
  display: inline-block;
  margin: -9px -16px -9px 16px;
  width: 38px;
  height: 38px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.btn.btn-programmed span::after,
.btn.btn-sent span::after,
.btn.btn-exclamation span::after,
.btn.btn-cancelled span::after {
  content: " ";
  margin-top: 6px;
  margin-bottom: -6px;
  width: 24px;
  height: 24px;
  display: inline-block;
}
.btn.btn-programmed {
  background: #ff7878;
  color: #fff;
  transition: background .3s;
}
.btn.btn-programmed span {
  background: #ffadad;
}
.btn.btn-programmed span::after {
  margin-top: 9px;
  margin-bottom: -9px;
  background: white;
  mask: url('../../../images/icons/clock.svg') no-repeat 50% 50%;
  -webkit-mask: url('../../../images/icons/clock.svg') no-repeat 50% 50%;
}
.btn.btn-sent {
  background: #0F9D58;
  color: #fff;
  transition: background .3s;
}
.btn.btn-sent span {
  background: #49E69A;
}
.btn.btn-sent span::after {
  background: white;
  mask: url('../../../images/icons/check.svg') no-repeat 50% 50%;
  -webkit-mask: url('../../../images/icons/check.svg') no-repeat 50% 50%;
}
.btn.btn-cancelled {
  background: #a94442;
  color: #fff;
  transition: background .3s;
}
.btn.btn-cancelled span {
  background: #ce8483;
}
.btn.btn-cancelled span::after {
  background: white;
  mask: url('../../../images/icons/block.svg') no-repeat 50% 50%;
  -webkit-mask: url('../../../images/icons/block.svg') no-repeat 50% 50%;
}
.btn.btn-exclamation {
  background: #ffbb00;
  color: #fff;
  transition: background .3s;
}
.btn.btn-exclamation span {
  background: #ffd569;
}
.btn.btn-exclamation span::after {
  background: white;
  mask: url('../../../images/icons/exclamation.svg') no-repeat 50% 50%;
  -webkit-mask: url('../../../images/icons/exclamation.svg') no-repeat 50% 50%;
}
.btn.btn-success.btn-lighten {
  background: #49E69A;
}
.btn.btn-success.btn-lighten:hover {
  border-left: none;
}
.btn.btn-warning.btn-lighten {
  background: #ffbb00;
}
.btn.btn-warning.btn-lighten:hover {
  border-left: none;
}
.btn.btn-small,
.btn.btn-sm {
  padding: 8px 14px;
}
.btn.btn-small .material-icons,
.btn.btn-sm .material-icons {
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .btn.btn-small,
  .btn.btn-sm {
    padding: 4px;
  }
  .btn.btn-small.logged,
  .btn.btn-sm.logged {
    padding: 4px 8px;
  }
}
.btn.btn-big {
  padding: 13px 28px;
  line-height: 1em;
  font-size: 18px;
}
.btn:hover {
  font-weight: bold;
  outline: none;
}
.btn-add {
  font-size: 14px;
  color: #0077FF;
  padding: 15px;
  border-radius: 28px;
  background-color: white;
  box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.24);
  text-decoration: none;
}
.btn-add i.material-icons {
  vertical-align: middle;
  font-size: 32px;
}
.btn-add:hover,
.btn-add:focus,
.btn-add:active {
  text-decoration: none;
  color: #0049B2;
  outline: none;
}
a.text-secondary {
  -webkit-transition: color .3s;
  transition: color .3s;
  color: #0077FF;
}
a.text-secondary:hover {
  color: #0049B2;
}
a.text-blue,
a .text-primary {
  color: #0049B2;
  -webkit-transition: color .3s;
  transition: color .3s;
}
a.text-blue:hover,
a .text-primary:hover {
  color: #0077FF;
}
a.text-light-blue {
  color: #0077FF;
  -webkit-transition: color .3s;
  transition: color .3s;
}
a.text-light-blue:hover {
  color: #005fcc;
}
a.text-grey {
  color: #707070;
  -webkit-transition: color .3s;
  transition: color .3s;
}
a.text-grey:hover {
  color: #575757;
}
a.text-light-grey {
  color: #a8a8a8;
  -webkit-transition: color .3s;
  transition: color .3s;
}
a.text-light-grey:hover {
  color: #8f8f8f;
}
a.text-green {
  color: #0F9D58;
  -webkit-transition: color 1s;
  transition: color 1s;
}
a.text-green:hover {
  color: #0b6e3e;
}
a.text-orange {
  color: #FF7043;
  -webkit-transition: color 1s;
  transition: color 1s;
}
a.text-orange:hover {
  color: #ff4910;
}
a.text-red {
  color: #FF0043;
  -webkit-transition: color 1s;
  transition: color 1s;
}
a.text-red:hover {
  color: #cc0036;
}
a.text-dark-blue,
a.text-tertiary {
  color: #000d32;
  -webkit-transition: color 1s;
  transition: color 1s;
}
a.text-dark-blue:hover,
a.text-tertiary:hover {
  color: #001B65;
}
a.text-facebook {
  color: #3b5998;
  -webkit-transition: color 1s;
  transition: color 1s;
}
a.text-facebook:hover {
  color: #2d4373;
}
a.text-tiendanube {
  color: #4dbecf;
  -webkit-transition: color 1s;
  transition: color 1s;
}
a.text-tiendanube:hover {
  color: #31a6b8;
}
a.text-whatsapp {
  color: #25d366;
  -webkit-transition: color 1s;
  transition: color 1s;
}
a.text-whatsapp:hover {
  color: #1da851;
}
@media (max-width: 1024px) {
  .visible-tb-landscape {
    display: inherit;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .hidden-tb-landscape {
    display: none !important;
  }
}
.m-b-0 {
  margin-bottom: 0 !important;
}
.m-t-12 {
  margin-top: 12px !important;
}
.status-circle {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  display: inline-block;
  margin-right: 3px;
}
.status-circle.success {
  background: #0F9D58;
}
.status-circle.blue {
  background: #0049B2;
}
.status-circle.grey {
  background: #a8a8a8;
}
.status-circle.yellow {
  background: #ffbb00;
}
.status-circle.orange {
  background: #FF7043;
}
.status-circle.red {
  background: #FF0043;
}
i.icon {
  display: inline-block;
  width: 24px;
  height: 24px;
}
i.icon.icon-arrow-right {
  background: #707070;
  mask: url('../../../images/icons/arrow-right.svg') no-repeat 50% 50%;
  -webkit-mask: url('../../../images/icons/arrow-right.svg') no-repeat 50% 50%;
}
i.icon.icon-arrow-down {
  background: url('../../../images/icons/arrow-down.svg');
  background-size: cover;
}
i.icon.icon-arrow-up {
  background: url('../../../images/icons/arrow-up.svg');
  background-size: cover;
}
i.icon.icon-chart {
  background: white;
  mask: url('../../../images/icons/chart.svg') no-repeat 50% 50%;
  -webkit-mask: url('../../../images/icons/chart.svg') no-repeat 50% 50%;
}
i.icon.icon-add {
  background: white;
  mask: url('../../../images/icons/add.svg') no-repeat 50% 50%;
  -webkit-mask: url('../../../images/icons/add.svg') no-repeat 50% 50%;
}
i.icon.icon-close {
  background: white;
  mask: url('../../../images/icons/close.svg') no-repeat 50% 50%;
  -webkit-mask: url('../../../images/icons/close.svg') no-repeat 50% 50%;
}
i.icon.icon-check {
  background: white;
  mask: url('../../../images/icons/check.svg') no-repeat 50% 50%;
  -webkit-mask: url('../../../images/icons/check.svg') no-repeat 50% 50%;
}
i.icon.icon-checkbox {
  background: #707070;
  mask: url('../../../images/icons/checkbox.svg') no-repeat 50% 50%;
  -webkit-mask: url('../../../images/icons/checkbox.svg') no-repeat 50% 50%;
}
i.icon.icon-checked-green {
  background: url('../../../images/icons/checked-green.svg');
  background-size: cover;
}
i.icon.icon-checkbox-checked {
  background: #0077FF;
  mask: url('../../../images/icons/checkbox-checked.svg') no-repeat 50% 50%;
  -webkit-mask: url('../../../images/icons/checkbox-checked.svg') no-repeat 50% 50%;
}
i.icon.icon-copy {
  background: #707070;
  mask: url('../../../images/icons/copy.svg') no-repeat 50% 50%;
  -webkit-mask: url('../../../images/icons/copy.svg') no-repeat 50% 50%;
}
i.icon.icon-dashboard {
  background: white;
  mask: url('../../../images/icons/dashboard.svg') no-repeat 50% 50%;
  -webkit-mask: url('../../../images/icons/dashboard.svg') no-repeat 50% 50%;
}
i.icon.icon-delete {
  background: white;
  mask: url('../../../images/icons/delete.svg') no-repeat 50% 50%;
  -webkit-mask: url('../../../images/icons/delete.svg') no-repeat 50% 50%;
}
i.icon.icon-desktop {
  background: #0077FF;
  mask: url('../../../images/icons/desktop.svg') no-repeat 50% 50%;
  -webkit-mask: url('../../../images/icons/desktop.svg') no-repeat 50% 50%;
}
i.icon.icon-edit {
  background: #707070;
  mask: url('../../../images/icons/edit.svg') no-repeat 50% 50%;
  -webkit-mask: url('../../../images/icons/edit.svg') no-repeat 50% 50%;
}
i.icon.icon-home {
  background: white;
  mask: url('../../../images/icons/home.svg') no-repeat 50% 50%;
  -webkit-mask: url('../../../images/icons/home.svg') no-repeat 50% 50%;
}
i.icon.icon-mobile {
  background: #0077FF;
  mask: url('../../../images/icons/mobile.svg') no-repeat 50% 50%;
  -webkit-mask: url('../../../images/icons/mobile.svg') no-repeat 50% 50%;
}
i.icon.icon-roles {
  background: white;
  mask: url('../../../images/icons/roles.svg') no-repeat 50% 50%;
  -webkit-mask: url('../../../images/icons/roles.svg') no-repeat 50% 50%;
}
i.icon.icon-roles-dark {
  background: #707070;
  mask: url('../../../images/icons/roles.svg') no-repeat 50% 50%;
  -webkit-mask: url('../../../images/icons/roles.svg') no-repeat 50% 50%;
}
i.icon.icon-search {
  background: white;
  mask: url('../../../images/icons/search.svg') no-repeat 50% 50%;
  -webkit-mask: url('../../../images/icons/search.svg') no-repeat 50% 50%;
}
i.icon.icon-setting {
  background: white;
  mask: url('../../../images/icons/setting.svg') no-repeat 50% 50%;
  -webkit-mask: url('../../../images/icons/setting.svg') no-repeat 50% 50%;
}
i.icon.icon-sleep {
  background: black;
  mask: url('../../../images/icons/sleep.svg') no-repeat 50% 50%;
  -webkit-mask: url('../../../images/icons/sleep.svg') no-repeat 50% 50%;
}
i.icon.icon-star {
  background: #707070;
  mask: url('../../../images/icons/star.svg') no-repeat 50% 50%;
  -webkit-mask: url('../../../images/icons/star.svg') no-repeat 50% 50%;
}
i.icon.icon-send {
  background: #707070;
  mask: url('../../../images/icons/send.svg') no-repeat 50% 50%;
  -webkit-mask: url('../../../images/icons/send.svg') no-repeat 50% 50%;
}
i.icon.icon-linkpage {
  background: #707070;
  mask: url('../../../images/icons/linkpage.svg') no-repeat 50% 50%;
  -webkit-mask: url('../../../images/icons/linkpage.svg') no-repeat 50% 50%;
}
i.icon.icon-help {
  background: white;
  mask: url('../../../images/icons/help.svg') no-repeat 50% 50%;
  -webkit-mask: url('../../../images/icons/help.svg') no-repeat 50% 50%;
}
i.icon.icon-filter {
  background: white;
  mask: url('../../../images/icons/filter.svg') no-repeat 50% 50%;
  -webkit-mask: url('../../../images/icons/filter.svg') no-repeat 50% 50%;
}
i.icon.icon-filtered {
  background: white;
  mask: url('../../../images/icons/filtered.svg') no-repeat 50% 50%;
  -webkit-mask: url('../../../images/icons/filtered.svg') no-repeat 50% 50%;
}
i.icon.icon-help-2 {
  background: white;
  mask: url('../../../images/icons/help-2.svg') no-repeat 50% 50%;
  -webkit-mask: url('../../../images/icons/help-2.svg') no-repeat 50% 50%;
}
i.icon.icon-tool {
  background: white;
  mask: url('../../../images/icons/tool.svg') no-repeat 50% 50%;
  -webkit-mask: url('../../../images/icons/tool.svg') no-repeat 50% 50%;
}
i.icon.icon-bell {
  background: #707070;
  mask: url('../../../images/icons/bell.svg') no-repeat 50% 50%;
  -webkit-mask: url('../../../images/icons/bell.svg') no-repeat 50% 50%;
}
i.icon.icon-exit {
  background: #707070;
  mask: url('../../../images/icons/exit.svg') no-repeat 50% 50%;
  -webkit-mask: url('../../../images/icons/exit.svg') no-repeat 50% 50%;
}
i.icon.icon-info {
  background: white;
  mask: url('../../../images/icons/info.svg') no-repeat 50% 50%;
  -webkit-mask: url('../../../images/icons/info.svg') no-repeat 50% 50%;
}
i.icon.icon-error {
  background: white;
  mask: url('../../../images/icons/error.svg') no-repeat 50% 50%;
  -webkit-mask: url('../../../images/icons/error.svg') no-repeat 50% 50%;
}
i.icon.icon-error.icon-red {
  background: #FF0043;
}
i.icon.icon-warning {
  background: white;
  mask: url('../../../images/icons/warning.svg') no-repeat 50% 50%;
  -webkit-mask: url('../../../images/icons/warning.svg') no-repeat 50% 50%;
}
i.icon.icon-checked {
  background: white;
  mask: url('../../../images/icons/checked.svg') no-repeat 50% 50%;
  -webkit-mask: url('../../../images/icons/checked.svg') no-repeat 50% 50%;
}
i.icon.icon-checked-gray {
  background: #707070;
  mask: url('../../../images/icons/checked.svg') no-repeat 50% 50%;
  -webkit-mask: url('../../../images/icons/checked.svg') no-repeat 50% 50%;
}
i.icon.icon-flag {
  background: white;
  mask: url('../../../images/icons/flag.svg') no-repeat 50% 50%;
  -webkit-mask: url('../../../images/icons/flag.svg') no-repeat 50% 50%;
}
i.icon.icon-optin {
  background: white;
  mask: url('../../../images/icons/optin.svg') no-repeat 50% 50%;
  -webkit-mask: url('../../../images/icons/optin.svg') no-repeat 50% 50%;
}
i.icon.icon-bubbles {
  background: white;
  mask: url('../../../images/icons/bubbles.svg') no-repeat 50% 50%;
  -webkit-mask: url('../../../images/icons/bubbles.svg') no-repeat 50% 50%;
}
i.icon.icon-popup-banner {
  background: white;
  mask: url('../../../images/icons/banner_popup.svg') no-repeat 50% 50%;
  -webkit-mask: url('../../../images/icons/banner_popup.svg') no-repeat 50% 50%;
}
.input-right {
  display: block;
}
.input-right label {
  padding-left: 0;
  font-size: 14px !important;
  display: block;
  position: relative;
  width: 100%;
  padding-right: 30px;
  font-weight: 400;
}
.input-right label input[type="checkbox"],
.input-right label input[type="radio"] {
  right: 0;
  margin-left: 0 !important;
  top: -3px !important;
  position: absolute !important;
}
.input-right label input[type="radio"] {
  height: 15px;
  width: 15px;
}
/** SELECT **/
.form-group.titan-select {
  max-width: 100%;
}
.form-group.titan-select select.form-control {
  width: auto !important;
  max-width: 100%;
  box-shadow: none;
  border: none;
  height: auto;
  font-size: 12px;
  border-bottom: 1px solid #a8a8a8;
  -webkit-appearance: button;
  border-radius: 0;
  padding: 4px 20px 4px 0 !important;
  background: url("../../../images/drop-on.png");
  background-repeat: no-repeat;
  background-size: 14px 14px;
  background-position: right center;
  color: #707070;
}
.form-group.titan-select select.form-control:focus,
.form-group.titan-select select.form-control:active {
  border-bottom: 1px solid #0077FF;
  outline: none;
}
.form-group.titan-select select.form-control option {
  color: #707070;
}
.form-group.titan-select select.form-control[disabled] {
  border-color: #707070;
}
.form-group.titan-select.select-right {
  width: 100%;
  display: flex;
}
.form-group.titan-select.select-right label {
  flex: 1 1 auto;
}
.form-group.titan-select.select-right select {
  flex: 0 0 auto;
}
.form-group.titan-select.full-width select.form-control {
  width: 100% !important;
}
.form-group .form-control {
  width: 100%;
  max-width: 100%;
  border: none;
  border-bottom: 1px solid #a8a8a8;
  border-radius: 0;
  background-color: transparent !important;
  box-shadow: none;
  padding: 4px 2px;
  height: auto !important;
  font-size: 12px;
  color: #707070;
}
.form-group .form-control:active,
.form-group .form-control:focus {
  outline: none;
}
.form-group .form-control:hover,
.form-group .form-control :active {
  border-color: #0077FF;
}
.form-group .form-control[disabled],
.form-group .form-control[readonly],
.form-group fieldset[disabled] .form-control {
  width: 100%;
  max-width: 100%;
  border: none;
  border-bottom: 1px solid #a8a8a8;
  -webkit-appearance: button;
  border-radius: 0;
  background-color: transparent !important;
  box-shadow: none;
  padding: 4px 0;
  height: auto !important;
  font-size: 12px;
  color: #707070;
}
.form-group.has-success .form-control {
  box-shadow: none;
}
.radio-titan .radio-group .radio-item {
  margin: 0 5px 0 0;
  padding: 0;
  font-size: 12px;
  display: inline-block;
}
.radio-titan .radio-group .radio-item .radio {
  padding: 0;
  border: 1px solid #a8a8a8;
  color: #a8a8a8;
  border-radius: 4px;
  line-height: 1.2em;
}
.radio-titan .radio-group .radio-item .radio label {
  padding: 6px 20px;
  border-radius: 4px;
  color: #a8a8a8;
}
.radio-titan .radio-group .radio-item .radio label input[type=radio] {
  display: none;
}
.radio-titan .radio-group .radio-item .radio.checked-radio {
  border: 1px solid #0077FF;
  box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.24);
}
.radio-titan .radio-group .radio-item .radio.checked-radio label {
  color: #0077FF;
}
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 10px;
  transform: translateY(5px);
}
.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #cc335b;
  -webkit-transition: .4s;
  transition: .4s;
}
.switch .slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: -5px;
  background-color: #FF0043;
  -webkit-transition: .4s;
  transition: .4s;
}
.switch .slider.round {
  border-radius: 34px;
}
.switch .slider.round:before {
  border-radius: 50%;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch input:checked + .slider {
  background-color: #317b57;
}
.switch input:checked + .slider:before {
  -webkit-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px);
  background-color: #0F9D58;
}
.switch input:focus + .slider {
  box-shadow: 0 0 1px #0F9D58;
}
#slider-output {
  display: inline-block;
  margin-left: 15px;
  font-weight: 600;
}
.site-index .animated,
.site-index .animated-load {
  visibility: hidden;
}
.slideUp {
  animation-name: slideUp;
  -webkit-animation-name: slideUp;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important;
}
@keyframes slideUp {
  0% {
    transform: translateY(100%);
  }
  50% {
    transform: translateY(-8%);
  }
  65% {
    transform: translateY(4%);
  }
  80% {
    transform: translateY(-4%);
  }
  95% {
    transform: translateY(2%);
  }
  100% {
    transform: translateY(0%);
  }
}
@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(100%);
  }
  50% {
    -webkit-transform: translateY(-8%);
  }
  65% {
    -webkit-transform: translateY(4%);
  }
  80% {
    -webkit-transform: translateY(-4%);
  }
  95% {
    -webkit-transform: translateY(2%);
  }
  100% {
    -webkit-transform: translateY(0%);
  }
}
.slideInLeft {
  animation-name: slideInLeft;
  -webkit-animation-name: slideInLeft;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important;
}
@keyframes slideInLeft {
  0% {
    transform: translateX(100%);
  }
  50% {
    transform: translateX(-8%);
  }
  65% {
    transform: translateX(4%);
  }
  80% {
    transform: translateX(-4%);
  }
  95% {
    transform: translateX(2%);
  }
  100% {
    transform: translateX(0%);
  }
}
@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(100%);
  }
  50% {
    -webkit-transform: translateX(-8%);
  }
  65% {
    -webkit-transform: translateX(4%);
  }
  80% {
    -webkit-transform: translateX(-4%);
  }
  95% {
    -webkit-transform: translateX(2%);
  }
  100% {
    -webkit-transform: translateX(0%);
  }
}
.slideInRight {
  animation-name: slideInRight;
  -webkit-animation-name: slideInRight;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important;
}
@keyframes slideInRight {
  0% {
    transform: translateX(-100%);
  }
  50% {
    transform: translateX(8%);
  }
  65% {
    transform: translateX(-4%);
  }
  80% {
    transform: translateX(4%);
  }
  95% {
    transform: translateX(-2%);
  }
  100% {
    transform: translateX(0%);
  }
}
@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(-100%);
  }
  50% {
    -webkit-transform: translateX(8%);
  }
  65% {
    -webkit-transform: translateX(-4%);
  }
  80% {
    -webkit-transform: translateX(4%);
  }
  95% {
    -webkit-transform: translateX(-2%);
  }
  100% {
    -webkit-transform: translateX(0%);
  }
}
body {
  background-color: white;
}
body *:focus {
  outline: none !important;
}
.container-index {
  padding: 0px;
}
.modal-open {
  overflow: auto;
  padding-right: 0 !important;
}
.btn-tp {
  border-radius: 8px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.16);
  background-color: #1074ff;
  color: white;
  font-weight: bold;
  text-decoration: none;
  padding: 22px 45px;
  transition: 0.3s;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .btn-tp {
    font-size: 18px;
    padding: 19px 0;
    text-align: center;
  }
}
@media screen and (min-width: 1360px) {
  .btn-tp {
    font-size: 2rem;
  }
}
.btn-tp:hover {
  background-color: white;
  color: #3f86fd;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .btn-block-only-xs {
    display: block;
  }
}
.scroll-down-landing,
.scroll-down {
  max-width: 18vw;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .scroll-down-landing img,
  .scroll-down img {
    max-height: 57px;
  }
}
@media screen and (max-width: 767px) {
  .scroll-down-landing img,
  .scroll-down img {
    height: 52px;
  }
}
.site-home .cover-picture {
  background: url("../../../images/home/background_1920x1080.png") no-repeat center center;
  background-size: cover;
  min-height: calc(100vh - 65px);
  margin-top: 65px;
}
@media screen and (max-width: 767px) {
  .site-home .cover-picture {
    background-repeat: no-repeat;
    background-image: url("../../../images/home/background_375x533.png");
  }
}
@media screen and (min-width: 768px) {
  .site-home .cover-picture {
    min-height: calc(100vh - 75px);
    margin-top: 75px;
  }
}
.site-home .cover-picture .container-free {
  display: flex;
  align-content: center;
  flex-direction: column;
  min-height: calc(100vh - 65px);
  margin-top: 65px;
  justify-content: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .site-home .cover-picture .container-free {
    justify-content: center;
    min-height: calc(100vh - 75px);
    margin-top: 75px;
  }
}
.site-home .cover-picture .footer-cover {
  position: absolute;
  width: 100%;
  bottom: 20px;
}
@media screen and (min-width: 768px) {
  .site-home .cover-picture .footer-cover {
    bottom: 50px;
  }
}
.site-home .cover-picture .footer-cover img {
  max-width: 60px;
}
@media screen and (min-width: 768px) {
  .site-home .cover-picture .footer-cover img {
    max-width: 80px;
  }
}
.site-home .cover-picture .textos {
  text-align: center;
  margin-bottom: 40px;
}
.site-home .cover-picture .textos h1 {
  color: #FFFFFF;
  font-size: 25px;
  font-weight: bold;
  margin: 0 auto;
  width: 67%;
}
@media screen and (min-width: 767px) {
  .site-home .cover-picture .textos h1 {
    font-size: 49px;
    line-height: 1.2em;
  }
}
@media screen and (min-width: 360px) and (max-width: 480px) {
  .site-home .cover-picture .textos h1 {
    width: 90%;
    font-size: 35px;
    margin: 0 auto;
  }
}
.site-home .cover-picture .textos h4 {
  color: #FFFFFF;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .site-home .cover-picture .textos {
    text-align: center;
    margin-bottom: 141px;
  }
}
.site-home .cover-picture .circle {
  top: -150px;
  position: relative;
  z-index: 2;
  bottom: -1px;
  overflow: hidden;
}
@media screen and (min-width: 360px) and (max-width: 480px) {
  .site-home .cover-picture .circle img {
    position: relative;
    max-width: 150%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.site-home .cover-picture .cover-btn-container {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 100px;
}
@media screen and (min-width: 768px) {
  .site-home .cover-picture .cover-btn-container {
    position: absolute;
    width: 100%;
    bottom: 200px;
  }
}
.site-home .cover-picture .btn:hover {
  color: #5593e0;
}
.site-home .cover-picture .btn-cover {
  background-color: white;
  color: #1484e6;
  padding: 18px 28px;
  border-radius: 8px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.16);
  font-family: 'Roboto';
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  font-size: 18px;
  width: 90%;
}
@media screen and (min-width: 768px) {
  .site-home .cover-picture .btn-cover {
    width: auto;
    padding: 18px 70px;
    font-size: 2rem;
    transition: 0.3s;
  }
}
.site-home .cover-picture .btn-cover:hover {
  background-color: #3f86fd;
  box-shadow: none;
  color: white;
}
.site-home .pink-background {
  position: relative;
  background-image: linear-gradient(to top, #FF78CE, #FF7882);
}
.site-home .about {
  padding: 60px 0 20px;
}
@media screen and (min-width: 769px) {
  .site-home .about {
    padding: 40px 0;
  }
}
@media screen and (min-width: 1400px) {
  .site-home .about {
    padding: 160px 0 40px;
  }
}
.site-home .about .button-arrow {
  margin-bottom: 20px;
}
@media screen and (max-width: 769px) {
  .site-home .about #about {
    padding-top: 80px;
  }
}
.site-home .about .illus {
  margin: 0 auto;
}
@media screen and (min-width: 769px) and (max-width: 1025px) {
  .site-home .about .illus {
    height: 500px;
  }
}
@media screen and (min-width: 1360px) {
  .site-home .about .illus {
    margin: 0;
    max-height: 700px;
    float: right;
  }
}
.site-home .about .texto {
  padding-top: 20px;
  text-align: center;
  color: #F5F5F5;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .site-home .about .texto {
    padding: 20px 30px 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1025px) {
  .site-home .about .texto {
    padding-top: 150px;
    text-align: left;
  }
}
@media screen and (min-width: 1025px) {
  .site-home .about .texto {
    padding-top: 200px;
    text-align: left;
  }
}
.site-home .about .texto h2 {
  margin: 0;
}
.site-home .about .texto h2.bold {
  font-weight: 600;
}
.site-home .about .texto p {
  margin: 40px 0 0;
}
.site-home .notification-push {
  min-height: calc(100vh - 125px);
  background-color: white;
  padding: 0 40px;
  position: relative;
}
.site-home .notification-push.first-notification {
  min-height: 100vh;
}
@media screen and (max-width: 767px) {
  .site-home .notification-push {
    padding: 0 17px;
    display: flex;
    align-items: center;
  }
  .site-home .notification-push.first-margin-top {
    margin-top: 30px;
  }
  .site-home .notification-push.last-margin-bottom {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .site-home .notification-push {
    min-height: calc(100vh - 75px);
  }
  .site-home .notification-push#home-notification-section {
    background: url("/images/home/img_notification_efect.png");
    background-position: left center;
    background-repeat: no-repeat;
  }
  .site-home .notification-push#home-chat-section {
    background-image: url("/images/home/img_chat_efect.png");
    background-position: right center;
    background-repeat: no-repeat;
  }
  .site-home .notification-push#home-popup-section {
    background: url("/images/home/img_exit_popup_efect.png");
    background-position: left center;
    background-repeat: no-repeat;
  }
  .site-home .notification-push#home-banner-section {
    background: url("/images/home/img_banner_efect.png");
    background-position: right center;
    background-repeat: no-repeat;
  }
  .site-home .notification-push#home-linkpage-section {
    background: url("/images/home/img_notification_efect.png");
    background-position: left center;
    background-repeat: no-repeat;
  }
}
.site-home .notification-push .footer-landings {
  position: absolute;
  width: calc(100% - 80px);
  text-align: center;
  bottom: 20px;
}
@media screen and (max-width: 767px) {
  .site-home .notification-push .footer-landings {
    width: calc(100% - 25px);
    position: absolute;
  }
}
@media screen and (max-width: 767px) and (min-height: 640px) {
  .site-home .notification-push .footer-landings {
    bottom: 20px;
  }
}
@media screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 768px) and (min-resolution: 144dpi) {
  .site-home .notification-push .footer-landings {
    bottom: 100px;
  }
}
@media screen and (min-width: 1920px) {
  .site-home .notification-push .footer-landings {
    bottom: 80px;
  }
}
.site-home .notification-push .container-notification-desktop {
  display: flex;
  align-items: center;
  flex-direction: row;
}
@media screen and (min-width: 768px) {
  .site-home .notification-push .container-notification-desktop {
    height: auto;
    min-height: calc(100vh - 75px);
  }
}
.site-home .notification-push .container-notification-desktop .image-notification-mobile-desktop {
  width: 80%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .site-home .notification-push .container-notification-desktop .image-notification-mobile-desktop {
    width: auto;
    margin: auto;
  }
}
.site-home .notification-push .container-notification-desktop .index-row {
  width: 100vw;
}
@media screen and (min-width: 768px) {
  .site-home .notification-push .container-notification-desktop .index-row {
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 1025px) {
  .site-home .notification-push .container-notification-desktop .index-row .notification-mobile-desktop {
    justify-content: flex-end;
  }
}
@media screen and (min-width: 768px) {
  .site-home .notification-push .container-notification-desktop .index-row .notification-mobile-desktop.even-container {
    justify-content: flex-start;
  }
  .site-home .notification-push .container-notification-desktop .index-row .notification-mobile-desktop.even-container .container-notification-mobile-desktop {
    margin-left: 30px;
  }
}
.site-home .notification-push .container-notification-desktop .internal-row {
  width: 100vw;
}
@media screen and (min-width: 768px) {
  .site-home .notification-push .container-notification-desktop .internal-row {
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
}
@media screen and (min-width: 768px) {
}
@media screen and (min-width: 768px) {
}
.site-home .notification-push .container-notification-desktop .color-type-notification {
  position: absolute;
  left: 0;
}
.site-home .notification-push .container-notification-desktop .color-type-chat {
  position: absolute;
  right: 0;
}
@media screen and (min-width: 768px) {
  .site-home .notification-push .container-notification-desktop .notification-mobile-desktop {
    display: flex;
    align-items: center;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .site-home .notification-push .container-notification-desktop .notification-mobile-desktop .container-notification-mobile-desktop {
    text-align: center;
  }
}
.site-home .notification-push .container-notification-desktop .notification-mobile-desktop .container-notification-mobile-desktop .title-retarg {
  color: #ff7878;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .site-home .notification-push .container-notification-desktop .notification-mobile-desktop .container-notification-mobile-desktop .title-retarg {
    text-align: center;
  }
}
.site-home .notification-push .container-notification-desktop .notification-mobile-desktop .container-notification-mobile-desktop .title-notification {
  color: #848484;
  min-width: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .site-home .notification-push .container-notification-desktop .notification-mobile-desktop .container-notification-mobile-desktop .title-notification {
    text-align: left;
  }
}
@media screen and (min-width: 1025px) {
  .site-home .notification-push .container-notification-desktop .notification-mobile-desktop .container-notification-mobile-desktop .title-notification {
    min-width: 438px;
  }
}
.site-home .notification-push .container-notification-desktop .notification-mobile-desktop .container-notification-mobile-desktop .title-index-xs {
  color: #848484;
}
@media screen and (max-width: 767px) {
  .site-home .notification-push .container-notification-desktop .notification-mobile-desktop .container-notification-mobile-desktop .subtitle-notification-xs,
  .site-home .notification-push .container-notification-desktop .notification-mobile-desktop .container-notification-mobile-desktop .title-notification-xs {
    text-align: center ;
  }
}
@media screen and (max-width: 767px) {
  .site-home .notification-push .container-notification-desktop .notification-mobile-desktop .container-notification-mobile-desktop .title-notification-xs {
    color: #848484;
  }
}
.site-home .notification-push .container-notification-desktop .notification-mobile-desktop .container-notification-mobile-desktop h1 {
  font-family: 'Roboto';
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.11;
  letter-spacing: normal;
  text-align: left;
  color: #3f86fd;
}
@media screen and (max-width: 767px) {
  .site-home .notification-push .container-notification-desktop .notification-mobile-desktop .container-notification-mobile-desktop h1 {
    text-align: center;
    font-size: 26px;
    width: 100%;
  }
}
@media screen and (min-width: 360px) and (max-width: 480px) {
  .site-home .notification-push .container-notification-desktop .notification-mobile-desktop .container-notification-mobile-desktop h1 {
    font-size: 23px;
    color: #3f86fd;
  }
}
@media screen and (min-width: 1360px) {
  .site-home .notification-push .container-notification-desktop .notification-mobile-desktop .container-notification-mobile-desktop h1 {
    font-size: 4rem;
    min-width: 500px;
  }
}
@media screen and (min-width: 1400px) {
  .site-home .notification-push .container-notification-desktop .notification-mobile-desktop .container-notification-mobile-desktop h1 {
    font-size: 5rem;
  }
}
.site-home .notification-push .container-notification-desktop .notification-mobile-desktop .container-notification-mobile-desktop h4 {
  font-family: 'Roboto';
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  text-align: left;
  color: #848484;
}
@media screen and (max-width: 767px) {
  .site-home .notification-push .container-notification-desktop .notification-mobile-desktop .container-notification-mobile-desktop h4 {
    text-align: center;
    font-size: 14px;
  }
}
@media screen and (min-width: 360px) and (max-width: 480px) {
  .site-home .notification-push .container-notification-desktop .notification-mobile-desktop .container-notification-mobile-desktop h4 {
    width: 100%;
  }
}
@media screen and (min-width: 1360px) {
  .site-home .notification-push .container-notification-desktop .notification-mobile-desktop .container-notification-mobile-desktop h4 {
    font-size: 2rem;
    margin: 20px 0;
  }
}
@media screen and (min-width: 1400px) {
  .site-home .notification-push .container-notification-desktop .notification-mobile-desktop .container-notification-mobile-desktop h4 {
    font-size: 3rem;
  }
}
.site-home .notification-push .container-notification-desktop .notification-mobile-desktop .container-notification-mobile-desktop .btn-ver-mas {
  font-family: 'Roboto';
  font-size: 20px;
  font-stretch: normal;
  font-style: normal;
  line-height: 3.09;
  letter-spacing: normal;
  color: #3f86fd;
  width: 53%;
  text-align: left;
  text-decoration: none;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .site-home .notification-push .container-notification-desktop .notification-mobile-desktop .container-notification-mobile-desktop .btn-ver-mas {
    text-align: center;
    font-size: 15px;
    font-weight: 500;
  }
}
.site-home .notification-push .container-notification-desktop .notification-mobile-desktop .container-notification-mobile-desktop .btn-ver-mas:hover {
  text-decoration: none;
  font-weight: bold;
}
.site-home .notification-push .container-notification-desktop .notification-mobile-desktop .start-free-button {
  width: 68%;
  height: 55px;
  border-radius: 8px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.16);
  background-color: #1074ff;
  margin-right: 88px;
  margin-top: 15px;
  margin-bottom: 10px;
  color: white;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .site-home .notification-push .container-notification-desktop .notification-mobile-desktop .start-free-button {
    text-align: center;
    width: 113%;
    margin-right: 0px;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 18px;
    height: 52px;
  }
}
@media screen and (min-width: 1360px) {
  .site-home .notification-push .container-notification-desktop .notification-mobile-desktop .start-free-button {
    height: 64px;
    font-size: 2rem;
  }
}
@media screen and (min-width: 1400px) {
  .site-home .notification-push .container-notification-desktop .notification-mobile-desktop .start-free-button {
    font-size: 3rem;
  }
}
.site-home .notification-push .container-notification-desktop .notification-mobile-desktop .start-free-button:hover {
  background-color: white;
  color: #3f86fd;
}
.site-home .notification-push.first-notification {
  position: relative;
}
@media screen and (min-width: 1920px) {
  .site-home .notification-push.first-notification {
    min-height: calc(100vh - 45px);
  }
}
@media screen and (min-width: 768px) {
  .site-home .notification-push.first-notification .container-notification-desktop {
    margin-top: 75px;
  }
}
@media screen and (min-width: 1920px) {
  .site-home .notification-push.first-notification .container-notification-desktop {
    margin-top: 45px;
  }
}
.site-home .notification-push.first-notification .container-notification-desktop .image-notification-mobile-desktop {
  width: 70%;
}
@media screen and (min-width: 768px) {
  .site-home .notification-push.first-notification .container-notification-desktop .image-notification-mobile-desktop {
    width: auto;
    margin: auto;
  }
}
.site-home .history {
  height: calc(100vh - 75px);
  box-shadow: 0 20px 80px 0 rgba(0, 0, 0, 0.16);
  background-image: linear-gradient(to bottom, #ff7878, #ff76ce);
  min-height: 700px;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .site-home .history {
    min-height: 750px;
  }
}
.site-home .history .footer-landings {
  position: fixed;
  width: 100%;
  text-align: center;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .site-home .history .footer-landings {
    width: calc(100% - 34px);
  }
}
@media screen and (max-width: 1024px) and (min-height: 640px) {
  .site-home .history .footer-landings {
    bottom: 20px;
  }
}
@media screen and (min-width: 1025px), screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 768px) and (min-resolution: 144dpi) {
  .site-home .history .footer-landings {
    bottom: 40px;
  }
}
@media screen and (min-width: 1920px) {
  .site-home .history .footer-landings {
    bottom: 80px;
  }
}
.site-home .history .container-notification-desktop {
  display: flex;
  justify-content: space-around;
  align-content: center;
  flex-direction: row;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .site-home .history .container-notification-desktop {
    flex-direction: column;
  }
}
.site-home .history .container-notification-desktop .notification-mobile-desktop {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 1024px) {
  .site-home .history .container-notification-desktop .notification-mobile-desktop {
    width: 100%;
    margin-bottom: -184px;
  }
}
.site-home .history .container-notification-desktop .notification-mobile-desktop h1 {
  width: 58%;
  font-family: 'Roboto';
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.11;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
}
@media screen and (max-width: 1024px) {
  .site-home .history .container-notification-desktop .notification-mobile-desktop h1 {
    width: 100%;
    text-align: center;
    font-size: 23px;
  }
}
@media screen and (min-width: 1360px) {
  .site-home .history .container-notification-desktop .notification-mobile-desktop h1 {
    width: 61%;
    font-size: 5rem;
  }
}
.site-home .history .container-notification-desktop .notification-mobile-desktop h4 {
  width: 57%;
  font-family: 'Roboto';
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
}
@media screen and (max-width: 1024px) {
  .site-home .history .container-notification-desktop .notification-mobile-desktop h4 {
    width: 88%;
    text-align: center;
    font-size: 14px;
  }
}
@media screen and (min-width: 1360px) {
  .site-home .history .container-notification-desktop .notification-mobile-desktop h4 {
    font-size: 2rem;
    width: 60%;
  }
}
.site-home .history .container-notification-desktop .image-notification-mobile-desktop {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .site-home .history .container-notification-desktop .image-notification-mobile-desktop {
    height: 53%;
    width: 100%;
  }
}
.site-home .history .container-notification-desktop .image-notification-mobile-desktop .container-history {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: calc(100vh - 75px);
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .site-home .history .container-notification-desktop .image-notification-mobile-desktop .container-history {
    height: auto;
  }
}
@media screen and (min-width: 1200px) {
  .site-home .history .container-notification-desktop .image-notification-mobile-desktop .container-history {
    margin-right: 60px;
  }
}
.site-home .history .container-notification-desktop .image-notification-mobile-desktop .container-history .history-cards {
  display: flex;
  justify-content: center;
  align-items: center;
}
.site-home .history .container-notification-desktop .image-notification-mobile-desktop .container-history .history-cards img {
  height: 80%;
}
@media screen and (max-width: 1024px) {
  .site-home .history .container-notification-desktop .image-notification-mobile-desktop .container-history .history-cards img {
    max-height: 318px;
    margin-right: -18px;
  }
}
.site-home .notification-push-types {
  min-height: 100vh;
  background-color: #1074ff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 178px 0;
}
@media screen and (max-width: 767px) {
  .site-home .notification-push-types {
    padding: 50px 0 138px;
  }
}
.site-home .notification-push-types .container-title-notification {
  height: 71%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 30px;
  width: 54%;
}
@media screen and (max-width: 767px) {
  .site-home .notification-push-types .container-title-notification {
    height: 100%;
    padding-top: 88px;
    width: 100%;
  }
}
.site-home .notification-push-types .container-title-notification h1 {
  margin: 0px;
  width: 100%;
  height: 45%;
  font-family: 'Roboto';
  font-size: 43px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.11;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .site-home .notification-push-types .container-title-notification h1 {
    height: 29%;
  }
}
@media screen and (max-width: 767px) {
  .site-home .notification-push-types .container-title-notification h1 {
    font-size: 31px;
    width: 100%;
  }
}
.site-home .notification-push-types .container-title-notification .start-now-button {
  padding: 0px 45px;
  border-radius: 8px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  font-family: 'Roboto';
  font-size: 22px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 3.09;
  letter-spacing: normal;
  text-align: center;
  color: #1074ff;
  margin: 40px 0 100px;
  text-decoration: none;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .site-home .notification-push-types .container-title-notification .start-now-button {
    width: 91%;
    font-size: 18px;
  }
}
@media screen and (min-width: 1360px) {
  .site-home .notification-push-types .container-title-notification .start-now-button {
    font-size: 2rem;
    padding: 4px 70px;
  }
}
.site-home .notification-push-types .container-title-notification .start-now-button:hover {
  background-color: #3f86fd;
  box-shadow: none;
  color: white;
}
.site-home .notification-push-types .container-imgs-notification {
  width: 100%;
  max-width: 1600px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1360px) {
  .site-home .notification-push-types .container-imgs-notification {
    margin-right: 0px;
    padding-right: 30px;
  }
}
.site-home .notification-push-types .container-imgs-notification .preview-2 {
  margin: 0 -72px;
}
.site-home .notification-push-types .container-imgs-notification .preview-4 {
  margin-left: -72px;
}
.site-home .notification-push-types .container-imgs-notification .preview-responsive {
  padding: 0;
}
.site-home .notification-push-types .container-imgs-notification .img-preview-feedback {
  margin-top: -9px;
}
@media screen and (max-width: 767px) {
  .site-home .notification-push-types .container-imgs-notification .img-preview-feedback {
    margin-top: 0;
  }
}
.site-home .notification-push-types .container-imgs-notification img {
  margin: 0 auto;
  margin-right: -15px;
  max-height: 372px;
}
@media screen and (max-width: 767px) {
  .site-home .notification-push-types .container-imgs-notification img {
    margin-left: -5px;
    margin-right: -27px;
    margin-bottom: -35px;
  }
}
.site-home .brands-container {
  background-color: #FFFFFF;
  position: relative;
  top: -400px;
  margin-bottom: -400px;
  padding: 170px 0 70px;
}
@media screen and (min-width: 1025px) {
  .site-home .brands-container {
    padding: 250px 0 150px;
  }
}
.site-home .brands-container h2 {
  margin: 30px 0 10px;
  color: #4D4D4D;
}
.site-home .brands-container p {
  color: #4D4D4D;
  margin-bottom: 30px;
}
.site-home .brands-container .brands {
  padding: 40px 0;
  line-height: 40px;
  text-align: center;
}
.site-home .brands-container .brands a {
  display: inline-block;
}
.site-home .brands-container .brands a img {
  max-height: 35px;
  margin: 0 5px;
}
.site-home .brands-container .brands-mobile img {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .site-home .responsive-notification {
    height: auto;
    justify-content: flex-start;
  }
}
.site-home .chat-news {
  background-image: linear-gradient(to bottom, #ff7878, #ff76ce);
  display: block;
  padding: 178px 44px;
}
@media screen and (max-width: 767px) {
  .site-home .chat-news {
    padding: 120px 4px ;
  }
}
.site-home .chat-news .item {
  border-radius: 18px;
  width: 100%;
  margin-bottom: -8px;
}
@media screen and (max-width: 767px) {
  .site-home .chat-news .img-responsive-pt {
    margin-bottom: -3px;
  }
}
@media screen and (max-width: 767px) {
  .site-home .chat-news .img-responsive-es,
  .site-home .chat-news .img-responsive-en {
    margin-bottom: -2px;
  }
}
@media screen and (min-width: 1025px) {
  .site-home .chat-news {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}
@media screen and (min-width: 1360px) {
  .site-home .chat-news {
    min-height: 110vh;
  }
}
.site-home .chat-news .goals-information-container {
  width: 100%;
}
@media screen and (min-width: 360px) and (max-width: 480px) {
  .site-home .chat-news .goals-information-container {
    height: 43%;
  }
}
.site-home .chat-news .goals-information-container .goals {
  padding-left: 15%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .site-home .chat-news .goals-information-container .goals {
    margin-top: 0;
  }
}
.site-home .chat-news .goals-information-container .goals h1 {
  color: #FFFFFF;
  font-family: 'Roboto';
  font-weight: 500;
}
@media screen and (min-width: 1025px) {
  .site-home .chat-news .goals-information-container .goals h1 {
    font-size: 4rem;
  }
}
@media screen and (min-width: 1400px) {
  .site-home .chat-news .goals-information-container .goals h1 {
    font-size: 5rem;
  }
}
.site-home .chat-news .goals-information-container .goals h4 {
  width: 62%;
  color: #F5F5F5;
  line-height: 1.38;
  margin-left: 2px;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .site-home .chat-news .goals-information-container .goals h4 {
    font-size: 14px;
    width: 84%;
    font-weight: 400;
  }
}
@media screen and (min-width: 1360px) {
  .site-home .chat-news .goals-information-container .goals h4 {
    font-size: 2rem;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .site-home .chat-news .goals-information-container .goals img {
    height: 33px;
  }
}
@media screen and (min-width: 1360px) {
  .site-home .chat-news .goals-information-container .goals img {
    margin-left: -15px;
    height: 80px;
  }
}
.site-home .chat-news .goals-information-container .goals:nth-child(2) {
  margin-top: 75px;
}
@media screen and (max-width: 767px) {
  .site-home .chat-news .goals-information-container .goals:nth-child(2) {
    margin-top: 40%;
  }
}
@media screen and (min-width: 360px) and (max-width: 480px) {
  .site-home .chat-news .goals-information-container .goals:nth-child(2) {
    margin-top: 50px;
  }
}
.site-home .chat-news .title-chat-news {
  height: 32%;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .site-home .chat-news .title-chat-news .responsive-title h2 {
    width: 100%;
    font-size: 18px;
    margin-bottom: 32%;
  }
}
.site-home .chat-news .title-chat-news h2 {
  width: auto;
  font-size: 3.5rem;
  text-align: center;
  font-family: 'Roboto';
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: normal;
  color: #ffffff;
  margin-bottom: 74px;
}
@media screen and (max-width: 767px) {
  .site-home .chat-news .title-chat-news h2 {
    width: 100%;
    font-size: 18px;
  }
}
@media screen and (min-width: 360px) and (max-width: 480px) {
  .site-home .chat-news .title-chat-news h2 {
    font-size: 19px;
    margin-bottom: 22px;
  }
}
@media screen and (max-width: 767px) {
  .site-home .chat-news .title-chat-news {
    height: 18%;
    align-items: center;
  }
}
.site-home .chat-news .container-imgs-chat-news {
  display: flex;
  justify-content: center;
  align-items: center;
}
.site-home .chat-news .container-imgs-chat-news .images-notification-new .img-responsive,
.site-home .chat-news .container-imgs-chat-news .images-chat-new .img-responsive,
.site-home .chat-news .container-imgs-chat-news .images-feedback-new .img-responsive {
  max-height: 278px;
}
.site-home .chat-news .container-imgs-chat-news .images-notification-new .first-new-notification-bar img,
.site-home .chat-news .container-imgs-chat-news .images-chat-new .first-new-notification-bar img,
.site-home .chat-news .container-imgs-chat-news .images-feedback-new .first-new-notification-bar img,
.site-home .chat-news .container-imgs-chat-news .images-notification-new .second-new-notification-bar img,
.site-home .chat-news .container-imgs-chat-news .images-chat-new .second-new-notification-bar img,
.site-home .chat-news .container-imgs-chat-news .images-feedback-new .second-new-notification-bar img,
.site-home .chat-news .container-imgs-chat-news .images-notification-new .third-new-notification-bar img,
.site-home .chat-news .container-imgs-chat-news .images-chat-new .third-new-notification-bar img,
.site-home .chat-news .container-imgs-chat-news .images-feedback-new .third-new-notification-bar img,
.site-home .chat-news .container-imgs-chat-news .images-notification-new .fourth-new-notification-bar img,
.site-home .chat-news .container-imgs-chat-news .images-chat-new .fourth-new-notification-bar img,
.site-home .chat-news .container-imgs-chat-news .images-feedback-new .fourth-new-notification-bar img {
  border-radius: 10px;
  height: 8px;
}
@media screen and (min-width: 1360px) {
  .site-home .chat-news .container-imgs-chat-news .images-notification-new .first-new-notification-bar img,
  .site-home .chat-news .container-imgs-chat-news .images-chat-new .first-new-notification-bar img,
  .site-home .chat-news .container-imgs-chat-news .images-feedback-new .first-new-notification-bar img,
  .site-home .chat-news .container-imgs-chat-news .images-notification-new .second-new-notification-bar img,
  .site-home .chat-news .container-imgs-chat-news .images-chat-new .second-new-notification-bar img,
  .site-home .chat-news .container-imgs-chat-news .images-feedback-new .second-new-notification-bar img,
  .site-home .chat-news .container-imgs-chat-news .images-notification-new .third-new-notification-bar img,
  .site-home .chat-news .container-imgs-chat-news .images-chat-new .third-new-notification-bar img,
  .site-home .chat-news .container-imgs-chat-news .images-feedback-new .third-new-notification-bar img,
  .site-home .chat-news .container-imgs-chat-news .images-notification-new .fourth-new-notification-bar img,
  .site-home .chat-news .container-imgs-chat-news .images-chat-new .fourth-new-notification-bar img,
  .site-home .chat-news .container-imgs-chat-news .images-feedback-new .fourth-new-notification-bar img {
    height: 12px;
  }
}
.site-home .chat-news .container-imgs-chat-news .images-notification-new .first-new-notification-bar-en img,
.site-home .chat-news .container-imgs-chat-news .images-chat-new .first-new-notification-bar-en img,
.site-home .chat-news .container-imgs-chat-news .images-feedback-new .first-new-notification-bar-en img,
.site-home .chat-news .container-imgs-chat-news .images-notification-new .second-new-notification-bar-en img,
.site-home .chat-news .container-imgs-chat-news .images-chat-new .second-new-notification-bar-en img,
.site-home .chat-news .container-imgs-chat-news .images-feedback-new .second-new-notification-bar-en img {
  margin-top: -40px !important;
}
.site-home .chat-news .container-imgs-chat-news .images-notification-new .first-new-notification-bar,
.site-home .chat-news .container-imgs-chat-news .images-chat-new .first-new-notification-bar,
.site-home .chat-news .container-imgs-chat-news .images-feedback-new .first-new-notification-bar,
.site-home .chat-news .container-imgs-chat-news .images-notification-new .fourth-new-notification-bar,
.site-home .chat-news .container-imgs-chat-news .images-chat-new .fourth-new-notification-bar,
.site-home .chat-news .container-imgs-chat-news .images-feedback-new .fourth-new-notification-bar {
  text-align: center;
}
.site-home .chat-news .container-imgs-chat-news .images-notification-new .first-new-notification-bar img,
.site-home .chat-news .container-imgs-chat-news .images-chat-new .first-new-notification-bar img,
.site-home .chat-news .container-imgs-chat-news .images-feedback-new .first-new-notification-bar img,
.site-home .chat-news .container-imgs-chat-news .images-notification-new .fourth-new-notification-bar img,
.site-home .chat-news .container-imgs-chat-news .images-chat-new .fourth-new-notification-bar img,
.site-home .chat-news .container-imgs-chat-news .images-feedback-new .fourth-new-notification-bar img {
  width: 86%;
}
.site-home .chat-news .container-imgs-chat-news .images-notification-new .first-new-notification-bar img,
.site-home .chat-news .container-imgs-chat-news .images-chat-new .first-new-notification-bar img,
.site-home .chat-news .container-imgs-chat-news .images-feedback-new .first-new-notification-bar img,
.site-home .chat-news .container-imgs-chat-news .images-notification-new .second-new-notification-bar img,
.site-home .chat-news .container-imgs-chat-news .images-chat-new .second-new-notification-bar img,
.site-home .chat-news .container-imgs-chat-news .images-feedback-new .second-new-notification-bar img {
  margin-top: -51px;
}
.site-home .chat-news .container-imgs-chat-news .images-notification-new .second-new-notification-bar,
.site-home .chat-news .container-imgs-chat-news .images-chat-new .second-new-notification-bar,
.site-home .chat-news .container-imgs-chat-news .images-feedback-new .second-new-notification-bar {
  text-align: right;
  padding-right: 7%;
}
.site-home .chat-news .container-imgs-chat-news .images-notification-new .third-new-notification-bar img,
.site-home .chat-news .container-imgs-chat-news .images-chat-new .third-new-notification-bar img,
.site-home .chat-news .container-imgs-chat-news .images-feedback-new .third-new-notification-bar img {
  margin-bottom: -33px;
  margin-left: 7%;
}
.site-home .chat-news .container-imgs-chat-news .images-notification-new .fourth-new-notification-bar img,
.site-home .chat-news .container-imgs-chat-news .images-chat-new .fourth-new-notification-bar img,
.site-home .chat-news .container-imgs-chat-news .images-feedback-new .fourth-new-notification-bar img {
  margin-bottom: -33px;
}
.site-home .chat-news .container-imgs-chat-news .images-notification-new .first-img-chat,
.site-home .chat-news .container-imgs-chat-news .images-chat-new .first-img-chat,
.site-home .chat-news .container-imgs-chat-news .images-feedback-new .first-img-chat {
  margin-bottom: -46px;
}
.site-home .chat-news .container-imgs-chat-news .images-notification-new:nth-child(2n) {
  margin: 32px -47px 0;
}
.site-home .chat-news .container-imgs-chat-news .images-notification-new:nth-child(3) {
  margin-top: 58px;
}
.site-home .chat-news .container-imgs-chat-news .images-chat-new .fourth-new-chat-bar img,
.site-home .chat-news .container-imgs-chat-news .images-feedback-new .fourth-new-chat-bar img,
.site-home .chat-news .container-imgs-chat-news .images-chat-new .second-new-chat-bar img,
.site-home .chat-news .container-imgs-chat-news .images-feedback-new .second-new-chat-bar img,
.site-home .chat-news .container-imgs-chat-news .images-chat-new .fourth-new-feedback-bar img,
.site-home .chat-news .container-imgs-chat-news .images-feedback-new .fourth-new-feedback-bar img,
.site-home .chat-news .container-imgs-chat-news .images-chat-new .second-new-feedback-bar img,
.site-home .chat-news .container-imgs-chat-news .images-feedback-new .second-new-feedback-bar img {
  border-radius: 10px;
  height: 8px;
}
@media screen and (min-width: 1360px) {
  .site-home .chat-news .container-imgs-chat-news .images-chat-new .fourth-new-chat-bar img,
  .site-home .chat-news .container-imgs-chat-news .images-feedback-new .fourth-new-chat-bar img,
  .site-home .chat-news .container-imgs-chat-news .images-chat-new .second-new-chat-bar img,
  .site-home .chat-news .container-imgs-chat-news .images-feedback-new .second-new-chat-bar img,
  .site-home .chat-news .container-imgs-chat-news .images-chat-new .fourth-new-feedback-bar img,
  .site-home .chat-news .container-imgs-chat-news .images-feedback-new .fourth-new-feedback-bar img,
  .site-home .chat-news .container-imgs-chat-news .images-chat-new .second-new-feedback-bar img,
  .site-home .chat-news .container-imgs-chat-news .images-feedback-new .second-new-feedback-bar img {
    height: 12px;
  }
}
.site-home .chat-news .container-imgs-chat-news .images-chat-new .fourth-new-chat-bar,
.site-home .chat-news .container-imgs-chat-news .images-feedback-new .fourth-new-chat-bar,
.site-home .chat-news .container-imgs-chat-news .images-chat-new .fourth-new-feedback-bar,
.site-home .chat-news .container-imgs-chat-news .images-feedback-new .fourth-new-feedback-bar {
  text-align: center;
}
.site-home .chat-news .container-imgs-chat-news .images-chat-new .fourth-new-chat-bar img,
.site-home .chat-news .container-imgs-chat-news .images-feedback-new .fourth-new-chat-bar img,
.site-home .chat-news .container-imgs-chat-news .images-chat-new .fourth-new-feedback-bar img,
.site-home .chat-news .container-imgs-chat-news .images-feedback-new .fourth-new-feedback-bar img {
  width: 86%;
  margin-bottom: -34px;
}
.site-home .chat-news .container-imgs-chat-news .images-chat-new:nth-child(2n),
.site-home .chat-news .container-imgs-chat-news .images-feedback-new:nth-child(2n) {
  margin-left: -46px;
  margin-bottom: 17px;
}
.site-home .chat-news .container-imgs-chat-news .images-chat-new:nth-child(2n) .second-new-chat-bar,
.site-home .chat-news .container-imgs-chat-news .images-feedback-new:nth-child(2n) .second-new-chat-bar,
.site-home .chat-news .container-imgs-chat-news .images-chat-new:nth-child(2n) .second-new-feedback-bar,
.site-home .chat-news .container-imgs-chat-news .images-feedback-new:nth-child(2n) .second-new-feedback-bar {
  text-align: left;
}
.site-home .chat-news .container-imgs-chat-news .images-chat-new:nth-child(2n) .second-new-chat-bar img,
.site-home .chat-news .container-imgs-chat-news .images-feedback-new:nth-child(2n) .second-new-chat-bar img,
.site-home .chat-news .container-imgs-chat-news .images-chat-new:nth-child(2n) .second-new-feedback-bar img,
.site-home .chat-news .container-imgs-chat-news .images-feedback-new:nth-child(2n) .second-new-feedback-bar img {
  margin-top: -57px;
  margin-left: 41px;
}
.site-home .chat-news .container-imgs-chat-news .images-chat-new:nth-child(2n) .second-new-chat-bar-en img,
.site-home .chat-news .container-imgs-chat-news .images-feedback-new:nth-child(2n) .second-new-chat-bar-en img {
  margin-top: -40px !important;
}
.site-home .chat-news .container-imgs-chat-news .images-chat-new:nth-child(2n) .second-new-banner-exit-bar-en img,
.site-home .chat-news .container-imgs-chat-news .images-feedback-new:nth-child(2n) .second-new-banner-exit-bar-en img {
  margin-bottom: -16px;
}
.site-home .chat-news .container-imgs-chat-news .images-chat-new:nth-child(2n) .second-new-banner-exit-bar-es img,
.site-home .chat-news .container-imgs-chat-news .images-feedback-new:nth-child(2n) .second-new-banner-exit-bar-es img,
.site-home .chat-news .container-imgs-chat-news .images-chat-new:nth-child(2n) .second-new-banner-exit-bar-pt img,
.site-home .chat-news .container-imgs-chat-news .images-feedback-new:nth-child(2n) .second-new-banner-exit-bar-pt img {
  margin-bottom: -11px;
}
.site-home .chat-news .container-imgs-chat-news .images-chat-new:nth-child(2n) .second-new-chat-bar-es img,
.site-home .chat-news .container-imgs-chat-news .images-feedback-new:nth-child(2n) .second-new-chat-bar-es img,
.site-home .chat-news .container-imgs-chat-news .images-chat-new:nth-child(2n) .second-new-chat-bar-pt img,
.site-home .chat-news .container-imgs-chat-news .images-feedback-new:nth-child(2n) .second-new-chat-bar-pt img {
  margin-bottom: -6px;
}
.site-home .chat-news .container-imgs-chat-news .images-chat-new:nth-child(2n) .second-new-feedback-bar-en img,
.site-home .chat-news .container-imgs-chat-news .images-feedback-new:nth-child(2n) .second-new-feedback-bar-en img {
  margin-bottom: -16px;
}
.site-home .chat-news .visible-xs-mobile .container .image-row-container {
  display: flex;
  justify-content: space-evenly;
}
.site-home .chat-news .visible-xs-mobile .container .image-row-container .container-images-mobile:nth-child(2n) {
  margin-left: -8px;
}
.site-home .chat-news .visible-xs-mobile .container .image-row-container .separator-chat {
  height: 8px !important;
  width: 32% !important;
}
.site-home .chat-news .visible-xs-mobile .container .image-row-container .separator-feedback {
  margin-top: 10px !important;
  margin-bottom: -4px !important;
  width: 32% !important;
}
.site-home .chat-news .visible-xs-mobile .container .image-row-container .separator-left {
  background: white;
  height: 7px;
  border-radius: 20px;
  width: 23%;
  float: right;
  margin-right: 10px;
}
.site-home .chat-news .visible-xs-mobile .container .image-row-container .separator-right {
  background: white;
  height: 7px;
  border-radius: 20px;
  width: 23%;
  margin-top: 10px;
  margin-left: 10px;
}
.site-home .clients {
  background-color: #1074ff;
  padding: 70px 0 0;
  margin-bottom: -1px;
}
@media screen and (min-width: 1025px) {
  .site-home .clients {
    padding: 150px 0 50px;
  }
}
.site-home .clients h2 {
  margin: 0 0 20px;
  color: #FFFFFF;
}
.site-home .clients .clients-container {
  margin-top: 20px;
  margin-bottom: 20px;
}
.site-home .clients .clients-container .carousel .carousel-indicators {
  bottom: -20px;
  left: 50%;
}
@media screen and (min-width: 767px) {
  .site-home .clients .clients-container .carousel .carousel-indicators {
    left: 15px;
  }
}
.site-home .clients .clients-container .client-item {
  width: 100%;
  float: left;
  padding: 0 15px;
}
@media screen and (min-width: 1025px) {
  .site-home .clients .clients-container .client-item {
    width: 50%;
  }
}
.site-home .clients .clients-container .client {
  background-color: #FFFFFF;
  position: relative;
  padding: 30px 20px;
  margin-bottom: 30px;
  display: block;
  width: 100%;
  min-height: 310px;
  border-radius: 4px;
  -webkit-box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.4);
}
.site-home .clients .clients-container .client h4,
.site-home .clients .clients-container .client h6,
.site-home .clients .clients-container .client span {
  line-height: 1.4em;
  color: #808080;
  text-align: left;
  font-weight: 300;
  text-transform: none;
  margin: 0;
}
.site-home .clients .clients-container .client h4 {
  font-size: 20px;
  margin-bottom: 5px;
}
.site-home .clients .clients-container .client h6 {
  font-size: 16px;
  color: #333333;
}
@media screen and (min-width: 1025px) {
  .site-home .clients .clients-container .client h6 {
    margin-bottom: 20px;
    height: 100px;
  }
}
.site-home .clients .clients-container .client span {
  font-size: 16px;
}
.site-home .clients .clients-container .client img.brand {
  max-height: 40px;
}
@media screen and (min-width: 1025px) {
  .site-home .clients .clients-container .client img.brand {
    max-height: 60px;
  }
}
.site-home .clients .clients-container .client .paragraph {
  padding-top: 20px;
  height: 150px;
}
@media screen and (min-width: 767px) {
  .site-home .clients .clients-container .client {
    min-height: 240px;
  }
  .site-home .clients .clients-container .client h4,
  .site-home .clients .clients-container .client h6,
  .site-home .clients .clients-container .client span {
    line-height: 1.2em;
  }
  .site-home .clients .clients-container .client h4 {
    font-size: 16px;
  }
  .site-home .clients .clients-container .client span,
  .site-home .clients .clients-container .client h6 {
    font-size: 14px;
  }
  .site-home .clients .clients-container .client img.brand {
    max-height: 25px;
  }
}
.site-home .start-now {
  padding: 70px 20px;
}
@media screen and (min-width: 1025px) {
  .site-home .start-now {
    padding: 150px 0;
  }
}
.site-home .start-now h2 {
  margin: 0;
  color: #FFFFFF;
  font-size: 24px;
}
.site-home .start-now .btn {
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  .navbar-toggle {
    border: 1px solid white;
  }
  .navbar-toggle .icon-bar {
    background-color: #1074ff;
  }
  .navbar-collapse {
    max-height: 470px !important;
    background: #ffffff;
  }
}
@media screen and (max-width: 1024px) {
  .btn.btn-big.start-now-btn {
    font-size: 3vw;
  }
}
.btn {
  border-radius: 8px !important;
}
.preview-responsive {
  text-align: center;
}
.preview-responsive img {
  max-width: 100%;
}
#mobile-hide-landscape.loader-back.blue {
  background-color: rgba(0, 27, 101, 0.9);
}
#mobile-hide-landscape .rotation-image-container {
  display: flex;
  width: 100%;
  height: 100vh;
  align-items: center;
  justify-content: center;
}
#mobile-hide-landscape .rotation-image-container img {
  display: block;
  max-width: 400px;
}
.title-terms {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .title-terms {
    position: absolute;
    top: 98px;
    left: 34px;
    width: auto;
  }
  .title-terms h1 {
    font-size: 49px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
  }
}
@media screen and (min-width: 768px) {
  .terms-container {
    margin-top: 85px;
  }
}
@media screen and (min-width: 768px) {
  .section-separator {
    height: 100px;
  }
}
.redirect-link {
  cursor: pointer;
}
/*# sourceMappingURL=index.css.map */