@charset "UTF-8";
/*!
    Theme Name: AdAdstra
    Theme URI: pending
    Description: To sell a lot of services
    Version: 1.0.0
    Author: Armando Niño
    Author URI: pending
    Tags: Gulp

    License: MIT
    License URI: http://opensource.org/licenses/mit-license.php
*/
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap");
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*max width of the document*/
/*width of the containers on mobile*/
/*services*/
/*landing*/
/*
base styles
*/
/***************************
***For widths of document
***************************/
@font-face {
  font-family: "Futura";
  src: url("../adastra/assets/css/fonts/FuturaStd-Book.eot"); /* IE9 Compat Modes */
  src: url("../adastra/assets/css/fonts/FuturaStd-Book.eot?#iefix") format("embedded-opentype"), url("../adastra/assets/css/fonts/FuturaStd-Book.otf") format("opentype"), url("../adastra/assets/css/fonts/FuturaStd-Book.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Futura-medium";
  src: url("../adastra/assets/css/fonts/FuturaStd-Medium.eot"); /* IE9 Compat Modes */
  src: url("../adastra/assets/css/fonts/FuturaStd-Medium.eot?#iefix") format("embedded-opentype"), url("../adastra/assets/css/fonts/FuturaStd-Medium.otf") format("opentype"), url("../adastra/assets/css/fonts/FuturaStd-Medium.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Futura-bold";
  src: url("../adastra/assets/css/fonts/FuturaStd-Bold.eot"); /* IE9 Compat Modes */
  src: url("../adastra/assets/css/fonts/FuturaStd-Bold.eot?#iefix") format("embedded-opentype"), url("../adastra/assets/css/fonts/FuturaStd-Bold.otf") format("opentype"), url("../adastra/assets/css/fonts/FuturaStd-Bold.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
.w-95 {
  width: 95%;
}

.w-100 {
  width: 100%;
}

/*for max widths*/
.mxw-narrow {
  max-width: 1110px;
}

.mxw-full {
  max-width: 100%;
}

.flex {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
}
@media only screen and (min-width: 768px) {
  .flex {
    flex-direction: row;
  }
}

.flex-horizontal {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow-x: auto;
  justify-content: flex-start;
  padding-bottom: 5px;
}
.flex-horizontal::-webkit-scrollbar {
  width: 0 !important;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
  display: none;
}
@media only screen and (min-width: 768px) {
  .flex-horizontal {
    justify-content: center;
    align-items: stretch;
    flex-wrap: nowrap;
    overflow: visible;
  }
}
.flex-horizontal > div {
  flex: 0 0 auto;
}
@media only screen and (min-width: 768px) {
  .flex-horizontal > div {
    flex: auto;
  }
}
.flex-horizontal > div:last-child {
  width: 1px;
  opacity: 0;
}
@media only screen and (min-width: 768px) {
  .flex-horizontal > div:last-child {
    display: none;
  }
}

.box-shadow {
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
}

.brds {
  border-radius: 6px;
}

p {
  font-size: 0.9em;
  margin-bottom: 20px;
  line-height: 1.4em;
}
@media only screen and (min-width: 768px) {
  p {
    font-size: 1em;
  }
}
p:last-child {
  margin-bottom: 0;
}
p span {
  font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.4em;
}

h1 {
  font-size: 2.3em;
}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.7em;
}

h4 {
  font-size: 1.5em;
}

h5 {
  font-size: 1.3em;
}

h6 {
  font-size: 1.2em;
}

/***********************************
********
for content that is going to be absolute centered both in X and Y
*******************************************/
.abcc {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .abcc {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

/* LOADER */
.ml-form-embedSubmitLoad {
  display: inline-block;
  width: 20px;
  height: 20px;
}

.g-recaptcha {
  transform: scale(1);
  -webkit-transform: scale(1);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  height: auto;
}

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

.ml-form-embedSubmitLoad:after {
  content: " ";
  display: block;
  width: 11px;
  height: 11px;
  margin: 1px;
  border-radius: 50%;
  border: 4px solid #fff;
  border-color: #ffffff #ffffff #ffffff transparent;
  animation: ml-form-embedSubmitLoad 1.2s linear infinite;
}

@keyframes ml-form-embedSubmitLoad {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.ml-form-embedContainer {
  box-sizing: border-box;
  display: table;
  margin: 0 auto;
  position: static;
  width: 100% !important;
}

.ml-form-embedContainer h4,
.ml-form-embedContainer p,
.ml-form-embedContainer span,
.ml-form-embedContainer button {
  text-transform: none !important;
  letter-spacing: normal !important;
}

.ml-form-embedContainer .ml-form-embedWrapper {
  background-color: #f6f6f6;
  border-width: 0px;
  border-color: transparent;
  border-radius: 0px;
  border-style: solid;
  box-sizing: border-box;
  display: inline-block !important;
  margin: 0;
  padding: 0;
  position: relative;
}

.ml-form-embedContainer .ml-form-embedWrapper.embedPopup,
.ml-form-embedContainer .ml-form-embedWrapper.embedDefault {
  width: 100%;
}

.ml-form-embedContainer .ml-form-embedWrapper.embedForm {
  max-width: 100%;
  width: 100%;
}

.ml-form-embedContainer .ml-form-align-left {
  text-align: left;
}

.ml-form-embedContainer .ml-form-align-center {
  text-align: center;
}

.ml-form-embedContainer .ml-form-align-default {
  display: table-cell !important;
  vertical-align: middle !important;
  text-align: center !important;
}

.ml-form-embedContainer .ml-form-align-right {
  text-align: right;
}

.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedHeader img {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  height: auto;
  margin: 0 auto !important;
  max-width: 100%;
  width: undefinedpx;
}

.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody,
.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody {
  padding: 20px 20px 0 20px;
}

.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody.ml-form-embedBodyHorizontal {
  padding-bottom: 0;
}

.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent,
.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent {
  text-align: left;
  margin: 0 0 20px 0;
}

.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent h4,
.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent h4 {
  color: #000000;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 400;
  margin: 0 0 10px 0;
  text-align: left;
  word-break: break-word;
}

.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p,
.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p {
  color: #000000;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px 0;
  text-align: left;
}

.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent ul,
.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent ol,
.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent ul,
.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent ol {
  color: #000000;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 14px;
}

.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent ol ol,
.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent ol ol {
  list-style-type: lower-alpha;
}

.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent ol ol ol,
.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent ol ol ol {
  list-style-type: lower-roman;
}

.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p a,
.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p a {
  color: #000000;
  text-decoration: underline;
}

.ml-form-embedContainer .ml-form-embedWrapper .ml-block-form .ml-field-group {
  text-align: left !important;
}

.ml-form-embedContainer .ml-form-embedWrapper .ml-block-form .ml-field-group label {
  margin-bottom: 5px;
  color: #333333;
  font-size: 14px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  display: inline-block;
  line-height: 20px;
}

.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p:last-child,
.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p:last-child {
  margin: 0;
}

.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody form {
  margin: 0;
  width: 100%;
}

.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-formContent,
.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow {
  margin: 0 0 20px 0;
  width: 100%;
}

.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow {
  float: left;
}

.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-formContent.horozintalForm {
  margin: 0;
  padding: 0 0 20px 0;
  width: 100%;
  height: auto;
  float: left;
}

.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow {
  margin: 0 0 10px 0;
  width: 100%;
}

.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow.ml-last-item {
  margin: 0;
}

.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow.ml-formfieldHorizintal {
  margin: 0;
}

.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input {
  background-color: #ffffff !important;
  color: #333333 !important;
  border-color: #cccccc;
  border-radius: 4px !important;
  border-style: solid !important;
  border-width: 1px !important;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 14px !important;
  height: auto;
  line-height: 21px !important;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 10px !important;
  width: 100% !important;
  box-sizing: border-box !important;
  max-width: 100% !important;
}

.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input::-webkit-input-placeholder,
.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input::-webkit-input-placeholder {
  color: #333333;
}

.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input::-moz-placeholder,
.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input::-moz-placeholder {
  color: #333333;
}

.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input:-ms-input-placeholder,
.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input:-ms-input-placeholder {
  color: #333333;
}

.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input:-moz-placeholder,
.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input:-moz-placeholder {
  color: #333333;
}

.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow textarea, .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow textarea {
  background-color: #ffffff !important;
  color: #333333 !important;
  border-color: #cccccc;
  border-radius: 4px !important;
  border-style: solid !important;
  border-width: 1px !important;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 14px !important;
  height: auto;
  line-height: 21px !important;
  margin-bottom: 0;
  margin-top: 0;
  padding: 10px 10px !important;
  width: 100% !important;
  box-sizing: border-box !important;
  max-width: 100% !important;
}

.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-label::before, .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-label::before, .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label::before, .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-label::before, .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::before, .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::before, .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before {
  border-color: #cccccc !important;
  background-color: #ffffff !important;
}

.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input.custom-control-input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin-top: 5px;
  margin-left: -1.5rem;
  overflow: visible;
}

.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label::before, .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-label::before, .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::before, .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::before, .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before {
  border-radius: 4px !important;
}

.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow input[type=checkbox]:checked ~ .label-description::after, .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox input[type=checkbox]:checked ~ .label-description::after, .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after, .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after, .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox input[type=checkbox]:checked ~ .label-description::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-input:checked ~ .custom-control-label::after, .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-input:checked ~ .custom-control-label::before, .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-input:checked ~ .custom-control-label::before, .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before, .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before, .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox input[type=checkbox]:checked ~ .label-description::before, .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox input[type=checkbox]:checked ~ .label-description::before, .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow input[type=checkbox]:checked ~ .label-description::before {
  border-color: #e60000 !important;
  background-color: #e60000 !important;
  color: #ffffff !important;
}

.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-label::before, .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-label::before, .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-label::after, .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-label::after, .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label::before, .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label::after, .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-label::before, .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-label::after {
  top: 2px;
  box-sizing: border-box;
}

.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::before, .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::after, .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before, .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::after {
  top: 0px !important;
  box-sizing: border-box !important;
}

.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before, .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::after {
  top: 0px !important;
  box-sizing: border-box !important;
}

.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::after {
  top: 0px !important;
  box-sizing: border-box !important;
  position: absolute;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
}

.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::before {
  top: 0px !important;
  box-sizing: border-box !important;
}

.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .custom-control-label::before {
  position: absolute;
  top: 4px;
  left: -1.5rem;
  display: block;
  width: 16px;
  height: 16px;
  pointer-events: none;
  content: "";
  background-color: #ffffff;
  border: #adb5bd solid 1px;
  border-radius: 50%;
}

.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .custom-control-label::after {
  position: absolute;
  top: 2px !important;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
}

.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::before, .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::before, .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before {
  position: absolute;
  top: 4px;
  left: -1.5rem;
  display: block;
  width: 16px;
  height: 16px;
  pointer-events: none;
  content: "";
  background-color: #ffffff;
  border: #adb5bd solid 1px;
  border-radius: 50%;
}

.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::after {
  position: absolute;
  top: 0px !important;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
}

.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::after {
  position: absolute;
  top: 0px !important;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
}

.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .custom-radio .custom-control-label::after {
  background: no-repeat 50%/50% 50%;
}

.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .custom-checkbox .custom-control-label::after, .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::after, .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::after, .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::after {
  background: no-repeat 50%/50% 50%;
}

.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-control, .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-input, .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-input, .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-input, .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  box-sizing: border-box;
  padding: 0;
}

.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-label, .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-label, .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label, .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-label {
  color: #000000;
  font-size: 12px !important;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  line-height: 22px;
  margin-bottom: 0;
  position: relative;
  vertical-align: top;
  font-style: normal;
  font-weight: 700;
}

.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-select, .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-select {
  background-color: #ffffff !important;
  color: #333333 !important;
  border-color: #cccccc;
  border-radius: 4px !important;
  border-style: solid !important;
  border-width: 1px !important;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 14px !important;
  line-height: 20px !important;
  margin-bottom: 0;
  margin-top: 0;
  padding: 10px 28px 10px 12px !important;
  width: 100% !important;
  box-sizing: border-box !important;
  max-width: 100% !important;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  background: url("https://cdn.mailerlite.com/images/default/dropdown.svg") no-repeat right 0.75rem center/8px 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow {
  height: auto;
  width: 100%;
  float: left;
}

.ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-input-horizontal {
  width: 70%;
  float: left;
}

.ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-button-horizontal {
  width: 30%;
  float: left;
}

.ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-button-horizontal.labelsOn {
  padding-top: 25px;
}

.ml-form-formContent.horozintalForm .ml-form-horizontalRow .horizontal-fields {
  box-sizing: border-box;
  float: left;
  padding-right: 10px;
}

.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input {
  background-color: #ffffff;
  color: #333333;
  border-color: #cccccc;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
  margin-top: 0;
  padding: 10px 10px;
  width: 100%;
  box-sizing: border-box;
  overflow-y: initial;
}

.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow button {
  background-color: #e60000 !important;
  border-color: #e60000;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  box-shadow: none;
  color: #ffffff !important;
  cursor: pointer;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 14px !important;
  font-weight: 700;
  line-height: 20px;
  margin: 0 !important;
  padding: 10px !important;
  width: 100%;
  height: auto;
}

.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow button:hover {
  background-color: #333333 !important;
  border-color: #333333 !important;
}

.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin-top: 5px;
  margin-left: -1.5rem;
  overflow: visible;
}

.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description {
  color: #000000;
  display: block;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-align: left;
  margin-bottom: 0;
  position: relative;
  vertical-align: top;
}

.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label {
  font-weight: normal;
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  min-height: 24px;
  padding-left: 24px;
}

.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label a {
  color: #000000;
  text-decoration: underline;
}

.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label p {
  color: #000000 !important;
  font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
  font-size: 12px !important;
  font-weight: normal !important;
  line-height: 18px !important;
  padding: 0 !important;
  margin: 0 5px 0 0 !important;
}

.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label p:last-child {
  margin: 0;
}

.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit {
  margin: 0 0 20px 0;
  float: left;
  width: 100%;
}

.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button {
  background-color: #e60000 !important;
  border: none !important;
  border-radius: 4px !important;
  box-shadow: none !important;
  color: #ffffff !important;
  cursor: pointer;
  font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 21px !important;
  height: auto;
  padding: 10px !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button.loading {
  display: none;
}

.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button:hover {
  background-color: #333333 !important;
}

.ml-subscribe-close {
  width: 30px;
  height: 30px;
  background: url("https://cdn.mailerlite.com/images/default/modal_close.png") no-repeat;
  background-size: 30px;
  cursor: pointer;
  margin-top: -10px;
  margin-right: -10px;
  position: absolute;
  top: 0;
  right: 0;
}

.ml-error input, .ml-error textarea, .ml-error select {
  border-color: red !important;
}

.ml-error .custom-checkbox-radio-list {
  border: 1px solid red !important;
  border-radius: 0px;
  padding: 10px;
}

.ml-error .label-description,
.ml-error .label-description p,
.ml-error .label-description p a,
.ml-error label:first-child {
  color: #ff0000 !important;
}

.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow.ml-error .label-description p,
.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow.ml-error .label-description p:first-letter {
  color: #ff0000 !important;
}

@media only screen and (max-width: 400px) {
  .ml-form-embedWrapper.embedDefault, .ml-form-embedWrapper.embedPopup {
    width: 100% !important;
  }
  .ml-form-formContent.horozintalForm {
    float: left !important;
  }
  .ml-form-formContent.horozintalForm .ml-form-horizontalRow {
    height: auto !important;
    width: 100% !important;
    float: left !important;
  }
  .ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-input-horizontal {
    width: 100% !important;
  }
  .ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-input-horizontal > div {
    padding-right: 0px !important;
    padding-bottom: 10px;
  }
  .ml-form-formContent.horozintalForm .ml-button-horizontal {
    width: 100% !important;
  }
  .ml-form-formContent.horozintalForm .ml-button-horizontal.labelsOn {
    padding-top: 0px !important;
  }
}
/*
Main files where load all the rest files
*/
/*
Modules styles
*/
.flex-normal {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .flex-normal {
    flex-direction: row;
  }
}

.flex-horizontal {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow-x: auto;
  justify-content: flex-start;
  padding-bottom: 5px;
}
.flex-horizontal::-webkit-scrollbar {
  width: 0 !important;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
  display: none;
}
@media only screen and (min-width: 768px) {
  .flex-horizontal {
    justify-content: center;
    align-items: stretch;
    flex-wrap: nowrap;
    overflow: visible;
  }
}
.flex-horizontal > div {
  flex: 0 0 auto;
}
@media only screen and (min-width: 768px) {
  .flex-horizontal > div {
    flex: auto;
  }
}
.flex-horizontal > div:last-child {
  width: 1px !important;
  opacity: 0;
}
@media only screen and (min-width: 768px) {
  .flex-horizontal > div:last-child {
    display: none;
  }
}

body {
  font-family: "Futura", sans-serif;
}
body.lb-disable-scrolling {
  overflow: hidden !important;
}

/*********************
Slider projects*********
************************/
.overlay-single {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10000;
  display: none;
}
.overlay-single:hover {
  cursor: pointer;
}
.overlay-single.show {
  display: block;
}
.overlay-single div {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
  transition: all 0.3s ease;
}
.overlay-single div.show {
  opacity: 1;
  transition: all 0.3s ease;
}

.overlay-content {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10001;
  display: none;
}
@media only screen and (min-width: 768px) {
  .overlay-content {
    overflow: hidden;
  }
}
.overlay-content.show {
  display: flex;
}
.overlay-content#quote {
  justify-content: flex-start;
}
@media only screen and (min-width: 768px) {
  .overlay-content#quote {
    overflow-y: auto;
    justify-content: center;
  }
}
.overlay-content .content {
  width: 95%;
  max-width: 1200px;
  margin: 40px auto;
  height: auto;
  padding: 0 0 30px 0;
  background-color: #fff;
  position: relative;
  opacity: 0;
  transition: all 0.3s ease;
  transform: translateY(20px);
}
.overlay-content .content > .triangle {
  position: absolute;
  left: 0;
  top: 0;
}
.overlay-content .content > .triangle div {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 50px 0 0;
  border-color: black transparent transparent transparent;
}
@media only screen and (min-width: 768px) {
  .overlay-content .content {
    margin: 80px auto;
  }
}
.overlay-content .content.show {
  opacity: 1;
  transition: all 0.3s ease;
  transform: translateY(0px);
}
.overlay-content .content.slider {
  padding: 0;
  margin: 0;
  background-color: transparent;
}
@media only screen and (min-width: 768px) {
  .overlay-content .content.slider {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  .overlay-content .content.cotizacion-form {
    width: 650px;
    padding: 50px 50px 10px 50px;
  }
}
.overlay-content .content.cotizacion-form .wpforms-field input {
  width: 100%;
  max-width: none !important;
}
.overlay-content .content.cotizacion-form .wpforms-field input[type=checkbox] {
  width: 14px;
}
.overlay-content .content.cotizacion-form .mini {
  font-size: 0.8em;
}
.overlay-content .content.cotizacion-form .container-form-cot {
  background-color: #f7f8fc;
  padding: 20px;
  border: solid 1px #ccc;
}
.overlay-content .content.cotizacion-form .wpforms-submit-container button {
  background-color: #27c1c1 !important;
  color: white !important;
  text-transform: uppercase !important;
  width: 80% !important;
  font-weight: bold;
  border-radius: 6px !important;
  display: block !important;
  margin: 20px auto 0 auto !important;
  transition: all 0.3s ease;
}
.overlay-content .content.cotizacion-form .wpforms-submit-container button:hover {
  background-color: #1a8181 !important;
}
.overlay-content .content .close {
  position: absolute;
  right: 0px;
  top: -35px;
  font-size: 1.8rem;
  font-family: Verdana;
  font-weight: bold;
  z-index: 10;
  color: white;
  text-shadow: 1px 1px 1px black;
}
@media only screen and (min-width: 768px) {
  .overlay-content .content .close {
    font-size: 2em;
    right: -30px;
    top: -30px;
  }
}
.overlay-content .content .close:hover {
  cursor: pointer;
  color: #27c1c1;
}
.overlay-content .content .intro-p-main {
  text-align: center;
}
.overlay-content .content a {
  text-decoration: none;
  color: black;
}
.overlay-content .content .formulario {
  margin-top: 0;
  background-color: #f4f4f4;
  border-radius: 6px;
  border: solid 1px #ccc;
}
.overlay-content .content .formulario .disclaimer {
  font-size: 0.8em;
  margin: 0;
}
.overlay-content .content .testi {
  padding-top: 40px;
}
.overlay-content .content .testi h6 {
  font-size: 1.3em;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #ccc;
  color: #27c1c1;
}
.overlay-content .content .testi p span {
  display: block;
  font-weight: bold;
  margin-top: 15px;
}
.overlay-content .content img {
  width: 100%;
  height: auto;
  display: block;
  margin: auto;
}
.overlay-content .content p {
  width: 95%;
  margin: 25px auto;
}
@media only screen and (min-width: 768px) {
  .overlay-content .content p {
    width: 80%;
  }
}
.overlay-content .content p.special {
  text-align: center;
  font-size: 1em;
}
@media only screen and (min-width: 768px) {
  .overlay-content .content p.special {
    font-size: 1.15em;
  }
}
.overlay-content .content h3 {
  text-align: center;
  width: 90%;
  margin: 10px auto 0 auto;
  max-width: 800px;
  font-size: 1.3em;
}
@media only screen and (min-width: 768px) {
  .overlay-content .content h3 {
    font-size: 1.1em;
  }
}
.overlay-content .content h3 span {
  color: #27c1c1;
}
.overlay-content .content h4 {
  text-align: center;
  width: 90%;
  margin: 10px auto 0 auto;
  max-width: 800px;
  font-size: 1.1em;
}
@media only screen and (min-width: 768px) {
  .overlay-content .content h4 {
    font-size: 1.8em;
  }
}
.overlay-content .content h4 span {
  color: #27c1c1;
}
.overlay-content--video {
  width: 90%;
  height: 220px;
  overflow-y: visible;
  position: fixed;
  max-width: 1100px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10001;
}
@media only screen and (min-width: 768px) {
  .overlay-content--video {
    height: 80vh;
  }
}
.overlay-content--video .content {
  width: 100%;
  max-width: none;
  margin: 0;
  border-radius: 6px;
  height: 100%;
  padding: 0;
  background-color: #fff;
  position: relative;
  opacity: 0;
  transition: all 0.3s ease;
  transform: translateY(20px);
}
.overlay-content--video .content iframe {
  width: 100%;
  height: 100%;
}
.overlay-content--video .content .close {
  transform: translateY(-30px);
  color: white;
}

.container-proceso-slider {
  width: 100%;
  height: calc(100vh - 100px);
}
@media only screen and (min-width: 768px) {
  .container-proceso-slider {
    height: 90vh;
    max-height: 620px;
  }
}
.container-proceso-slider .flexslider {
  margin-bottom: 0;
  border: none;
  height: 100%;
  background-color: transparent;
}
.container-proceso-slider .flexslider:hover .flex-direction-nav .flex-next {
  right: -40px;
}
.container-proceso-slider .flexslider:hover .flex-direction-nav .flex-prev {
  left: -40px;
}
.container-proceso-slider .flexslider.ready .flex-viewport .slides .cont-slider.flex-active-slide .container .slide .img1 .title-case-slide {
  opacity: 1;
  transform: translate(0%, 0) !important;
}
@media only screen and (min-width: 768px) {
  .container-proceso-slider .flexslider.ready .flex-viewport .slides .cont-slider.flex-active-slide .container .slide .img1 .title-case-slide {
    opacity: 1;
    transform: translate(-10%, 0) !important;
  }
}
.container-proceso-slider .flexslider.ready .flex-viewport .slides .cont-slider.flex-active-slide .container .slide .img1 .testimonial {
  transform: translate(13%, 0) !important;
}
.container-proceso-slider .flexslider.ready .flex-viewport .slides .cont-slider.flex-active-slide .container .slide .desc {
  opacity: 1;
  transform: translate(0%, 0%) !important;
}
.container-proceso-slider .flexslider.ready .flex-viewport .slides .cont-slider.flex-active-slide .container .slide .testimonial {
  opacity: 1;
  transform: translate(-90%, 0);
  transition: all 0.8s ease;
}
.container-proceso-slider .flexslider.first .flex-viewport .slides .cont-slider .container .slide .img1 .title-case-slide {
  opacity: 0;
  transform: translate(-20%, 0) !important;
}
.container-proceso-slider .flexslider.first .flex-viewport .slides .cont-slider .container .slide .img1 .testimonial {
  transform: translate(0%, 0) !important;
}
.container-proceso-slider .flexslider.first .flex-viewport .slides .cont-slider .container .slide .desc {
  opacity: 0.3;
  transform: translate(0%, 0%) !important;
  transition: all 0.35s ease !important;
}
.container-proceso-slider .flexslider.first .flex-viewport .slides .cont-slider .container .slide .testimonial {
  opacity: 0;
  transform: translate(-90%, 0);
}
.container-proceso-slider .flexslider .flex-viewport {
  width: 100%;
  height: 100%;
}
.container-proceso-slider .flexslider .flex-viewport .slides {
  height: 100%;
}
.container-proceso-slider .flexslider .flex-viewport .slides .cont-slider {
  height: 100%;
  transform: scale(0.8);
  transition: all 0.3s ease;
}
.container-proceso-slider .flexslider .flex-viewport .slides .cont-slider.flex-active-slide {
  transform: scale(1);
}
.container-proceso-slider .flexslider .flex-viewport .slides .cont-slider .container {
  height: 100%;
}
.container-proceso-slider .flexslider .flex-viewport .slides .cont-slider .container .slide {
  height: 100%;
  width: 100%;
  position: relative;
}
.container-proceso-slider .flexslider .flex-viewport .slides .cont-slider .container .slide#fotografia .img1 {
  background: transparent url('assets/images/past.jpg') no-repeat center;
  background-size: cover;
}
.container-proceso-slider .flexslider .flex-viewport .slides .cont-slider .container .slide#fotografia .desc .img-extra {
  background: transparent url('assets/images/pastel3.jpg') no-repeat center bottom;
  background-size: contain;
}
.container-proceso-slider .flexslider .flex-viewport .slides .cont-slider .container .slide#identidad .img1 {
  background: transparent url('assets/images/id1.jpg') no-repeat center;
  background-size: cover;
}
.container-proceso-slider .flexslider .flex-viewport .slides .cont-slider .container .slide#identidad .desc .img-extra {
  background: transparent url('assets/images/test1.jpg') no-repeat center bottom;
  background-size: contain;
}
.container-proceso-slider .flexslider .flex-viewport .slides .cont-slider .container .slide#web .img1 {
  background: transparent url('assets/images/web2.jpg') no-repeat center;
  background-size: cover;
}
.container-proceso-slider .flexslider .flex-viewport .slides .cont-slider .container .slide#web .desc .img-extra {
  background: transparent url('assets/images/web.jpg') no-repeat center bottom;
  background-size: contain;
}
.container-proceso-slider .flexslider .flex-viewport .slides .cont-slider .container .slide .img1 {
  position: relative;
  width: 100%;
  height: 185px;
  z-index: 2;
  padding-top: 5%;
}
@media only screen and (min-width: 768px) {
  .container-proceso-slider .flexslider .flex-viewport .slides .cont-slider .container .slide .img1 {
    position: absolute;
    width: 55%;
    height: 100%;
    left: 0;
    top: 0;
    padding-top: 0;
  }
}
.container-proceso-slider .flexslider .flex-viewport .slides .cont-slider .container .slide .img1 .title-case-slide {
  font-size: 0.8rem;
  justify-content: flex-start;
  flex-direction: row;
  width: auto;
  opacity: 0;
  transition: all 0.8s ease;
  transform: translate(0%, 0);
}
@media only screen and (min-width: 768px) {
  .container-proceso-slider .flexslider .flex-viewport .slides .cont-slider .container .slide .img1 .title-case-slide {
    transform: translate(-50%, 0);
    margin: 5% 0 auto auto;
    font-size: 1rem;
  }
}
.container-proceso-slider .flexslider .flex-viewport .slides .cont-slider .container .slide .img1 .title-case-slide .tl1 {
  z-index: 1;
  transform: translate(1px, 0);
}
.container-proceso-slider .flexslider .flex-viewport .slides .cont-slider .container .slide .img1 .title-case-slide .tl1 div {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 35px 24px 0px 0;
  border-color: transparent white transparent transparent;
}
@media only screen and (min-width: 768px) {
  .container-proceso-slider .flexslider .flex-viewport .slides .cont-slider .container .slide .img1 .title-case-slide .tl1 div {
    border-width: 42.8px 24px 0px 0;
  }
}
.container-proceso-slider .flexslider .flex-viewport .slides .cont-slider .container .slide .img1 .title-case-slide .tr1 {
  z-index: 1;
  transform: translate(-1px, 0);
}
.container-proceso-slider .flexslider .flex-viewport .slides .cont-slider .container .slide .img1 .title-case-slide .tr1 div {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 35.8px 24px 0px 0;
  border-color: white transparent transparent transparent;
}
@media only screen and (min-width: 768px) {
  .container-proceso-slider .flexslider .flex-viewport .slides .cont-slider .container .slide .img1 .title-case-slide .tr1 div {
    border-width: 42.8px 24px 0px 0;
  }
}
.container-proceso-slider .flexslider .flex-viewport .slides .cont-slider .container .slide .img1 .title-case-slide h5 {
  background-color: #fff;
  z-index: 0;
  padding: 10px 20px;
  font-size: 0.85em;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
}
@media only screen and (min-width: 768px) {
  .container-proceso-slider .flexslider .flex-viewport .slides .cont-slider .container .slide .img1 .title-case-slide h5 {
    font-size: 1em;
  }
}
.container-proceso-slider .flexslider .flex-viewport .slides .cont-slider .container .slide .img1 .testimonial {
  position: absolute;
  bottom: 3%;
  left: 0%;
  width: 100%;
  height: auto;
  padding: 30px 20px;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  font-size: 1.1em;
  line-height: 1.3em;
  border-radius: 0px;
  opacity: 0;
  transition: all 0.4s ease;
  transform: translate(-30%, 0);
  display: none;
}
@media only screen and (min-width: 768px) {
  .container-proceso-slider .flexslider .flex-viewport .slides .cont-slider .container .slide .img1 .testimonial {
    display: block;
  }
}
.container-proceso-slider .flexslider .flex-viewport .slides .cont-slider .container .slide .img1 .testimonial span {
  display: block;
  margin-top: 15px;
}
.container-proceso-slider .flexslider .flex-viewport .slides .cont-slider .container .slide .img1 .testimonial h6 {
  color: white;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  color: black;
  padding: 5px 25px;
  font-size: 0.8em;
  border-radius: 0px;
  transform: translate(-20%, -50%);
}
.container-proceso-slider .flexslider .flex-viewport .slides .cont-slider .container .slide .img1 .testimonial p {
  width: 100%;
  margin: 0;
}
.container-proceso-slider .flexslider .flex-viewport .slides .cont-slider .container .slide .desc {
  position: relative;
  background-color: #fff;
  width: 100%;
  height: calc(100% - 185px);
  z-index: 1;
  padding: 20px 10px 10px 10px;
  opacity: 0.3;
  transition: all 0.75s ease;
  transform: translate(10%, 0);
}
@media only screen and (min-width: 768px) {
  .container-proceso-slider .flexslider .flex-viewport .slides .cont-slider .container .slide .desc {
    position: absolute;
    right: 0;
    width: 44%;
    height: 100%;
    top: 0;
    z-index: 1;
    padding: 20px;
  }
}
.container-proceso-slider .flexslider .flex-viewport .slides .cont-slider .container .slide .desc .img-extra {
  width: 80%;
  margin: auto;
  height: 200px;
  background: transparent url('assets/images/pastel3.jpg') no-repeat center bottom;
  background-size: 100% 55%;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 6px;
  z-index: -1;
  overflow: hidden;
}
.container-proceso-slider .flexslider .flex-viewport .slides .cont-slider .container .slide .desc .img-extra div {
  width: 100%;
  height: 100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+46,ffffff+100&1+46,0+100 */
  background: -moz-linear-gradient(top, rgb(255, 255, 255) 46%, rgba(255, 255, 255, 0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgb(255, 255, 255) 46%, rgba(255, 255, 255, 0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgb(255, 255, 255) 46%, rgba(255, 255, 255, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#00ffffff",GradientType=0 ); /* IE6-9 */
}
.container-proceso-slider .flexslider .flex-viewport .slides .cont-slider .container .slide .desc .what {
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .container-proceso-slider .flexslider .flex-viewport .slides .cont-slider .container .slide .desc .what {
    margin-bottom: 20px;
  }
}
.container-proceso-slider .flexslider .flex-viewport .slides .cont-slider .container .slide .desc .what p {
  margin: 0;
  width: 100%;
  font-weight: bold;
  color: #888;
  font-size: 0.8em;
}
@media only screen and (min-width: 768px) {
  .container-proceso-slider .flexslider .flex-viewport .slides .cont-slider .container .slide .desc .what p {
    font-size: 1em;
  }
}
.container-proceso-slider .flexslider .flex-viewport .slides .cont-slider .container .slide .desc .what .services {
  width: 100%;
  padding: 10px 0;
  justify-content: flex-start;
  align-items: stretch;
  align-content: row;
  flex-direction: row;
}
.container-proceso-slider .flexslider .flex-viewport .slides .cont-slider .container .slide .desc .what .services a {
  width: 31.3%;
  margin: 0 1%;
  text-decoration: none;
}
.container-proceso-slider .flexslider .flex-viewport .slides .cont-slider .container .slide .desc .what .services .item {
  text-transform: uppercase;
  width: 100%;
  height: 100%;
  background-color: #f4f4f4;
  padding: 8px;
  border: solid 1px #ccc;
  font-size: 0.4rem;
  font-weight: bold;
  text-align: center;
  color: #888;
  line-height: 1.3em;
  letter-spacing: 1px;
}
@media only screen and (min-width: 768px) {
  .container-proceso-slider .flexslider .flex-viewport .slides .cont-slider .container .slide .desc .what .services .item {
    font-size: 0.55rem;
  }
}
.container-proceso-slider .flexslider .flex-viewport .slides .cont-slider .container .slide .desc .what .services .item:first-child {
  margin-left: 0;
}
.container-proceso-slider .flexslider .flex-viewport .slides .cont-slider .container .slide .desc h6 {
  color: #888;
  font-size: 0.55em;
  letter-spacing: 1px;
}
@media only screen and (min-width: 768px) {
  .container-proceso-slider .flexslider .flex-viewport .slides .cont-slider .container .slide .desc h6 {
    font-size: 0.8em;
  }
}
.container-proceso-slider .flexslider .flex-viewport .slides .cont-slider .container .slide .desc h6.main {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
@media only screen and (min-width: 768px) {
  .container-proceso-slider .flexslider .flex-viewport .slides .cont-slider .container .slide .desc h6.main {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.container-proceso-slider .flexslider .flex-viewport .slides .cont-slider .container .slide .desc h6.main span {
  color: black;
  font-size: 0.8rem;
  margin-top: 5px;
}
@media only screen and (min-width: 768px) {
  .container-proceso-slider .flexslider .flex-viewport .slides .cont-slider .container .slide .desc h6.main span {
    display: block;
    font-size: 1.4rem;
  }
}
.container-proceso-slider .flexslider .flex-viewport .slides .cont-slider .container .slide .desc .intro {
  margin-bottom: 20px;
  line-height: 1.3em;
}
.container-proceso-slider .flexslider .flex-viewport .slides .cont-slider .container .slide .desc .intro p {
  width: 100%;
  font-size: 0.85em;
}
@media only screen and (min-width: 768px) {
  .container-proceso-slider .flexslider .flex-viewport .slides .cont-slider .container .slide .desc .intro p {
    padding-left: 5%;
    font-size: 1em;
  }
}
.container-proceso-slider .flexslider .flex-viewport .slides .cont-slider .container .slide .desc .type {
  position: absolute;
  padding-left: 5%;
}
@media only screen and (min-width: 768px) {
  .container-proceso-slider .flexslider .flex-viewport .slides .cont-slider .container .slide .desc .type {
    position: relative;
  }
}
.container-proceso-slider .flexslider .flex-viewport .slides .cont-slider .container .slide .desc .type .m-btn {
  box-shadow: 3px 3px 12px rgba(0, 0, 0, 0.5);
  position: relative;
  margin: auto;
  display: block;
  max-width: 210px;
}
@media only screen and (min-width: 768px) {
  .container-proceso-slider .flexslider .flex-viewport .slides .cont-slider .container .slide .desc .type .m-btn {
    margin-left: 10px;
    width: auto;
    max-width: none;
    display: inline-block;
  }
}
.container-proceso-slider .flexslider .flex-viewport .slides .cont-slider .container .slide .desc .type .m-btn:after {
  position: absolute;
  left: 0;
  top: 10%;
  transform: translate(-12.5px, -10%);
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6.9px 4px 0 4px;
  border-color: red transparent transparent transparent;
  animation: fadeIn-Out 2s infinite;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 768px) {
  .container-proceso-slider .flexslider .flex-viewport .slides .cont-slider .container .slide .desc .type .m-btn:after {
    border-width: 6px 0 6px 6px;
  }
}
.container-proceso-slider .flexslider .flex-viewport .slides .cont-slider .container .slide .testimonial {
  position: absolute;
  bottom: 3%;
  left: 0%;
  width: 130%;
  height: auto;
  padding: 30px 20px;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  font-size: 1.1em;
  line-height: 1.3em;
  border-radius: 6px;
  opacity: 0;
  transition: all 0.4s ease;
  transform: translate(-150%, 0);
}
.container-proceso-slider .flexslider .flex-viewport .slides .cont-slider .container .slide .testimonial span {
  display: block;
  margin-top: 15px;
}
.container-proceso-slider .flexslider .flex-viewport .slides .cont-slider .container .slide .testimonial h6 {
  color: white;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  color: black;
  padding: 5px 25px;
  font-size: 0.8em;
  border-radius: 6px;
  transform: translate(-20%, -50%);
}
.container-proceso-slider .flexslider .flex-viewport .slides .cont-slider .container .slide .testimonial p {
  width: 100%;
  margin: 0;
}
.container-proceso-slider .flexslider .flex-control-paging li a {
  background-color: rgba(255, 255, 255, 0.3);
}
.container-proceso-slider .flexslider .flex-control-paging li a.flex-active {
  background-color: rgb(255, 255, 255);
}
.container-proceso-slider .flexslider .flex-direction-nav a:before {
  color: white;
}
.container-proceso-slider .flexslider .flex-direction-nav {
  display: none;
}
@media only screen and (min-width: 768px) {
  .container-proceso-slider .flexslider .flex-direction-nav {
    display: block;
  }
}

@keyframes fadeIn-Out {
  0% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}
nav {
  width: 100%;
  height: auto;
  padding: 10px 3%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 20;
  top: 0;
  right: 0;
  justify-content: space-between;
  flex-direction: row;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  nav {
    justify-content: space-between;
    background-color: transparent;
  }
}
nav.landing {
  background-color: #2596be;
  border-bottom: solid 2px black;
}
nav.landing .menu-container .menu-visible {
  display: none;
}
@media only screen and (min-width: 768px) {
  nav.landing .menu-container .menu-visible {
    display: flex;
  }
}
nav.landing .menu-container .menu-visible a {
  text-decoration: none;
}
nav.landing .menu-container .menu-visible li {
  padding: 13px 30px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.75em;
  letter-spacing: 1px;
  border: solid 2px transparent;
  color: white;
  text-shadow: 0px 0px black;
  border-bottom: solid 1px transparent;
  transition: all 0.4s ease;
}
@media only screen and (min-width: 768px) {
  nav.landing .menu-container .menu-visible li {
    font-size: 0.9rem;
  }
}
nav.landing .menu-container .menu-visible li:hover {
  border-bottom: solid 1px black;
  color: black;
  cursor: pointer;
}
nav.landing .menu-container .menu-visible li.cta {
  background-color: #FBB33C;
  margin-left: 30px;
  color: #888;
  text-shadow: 0px 0px black;
  color: white;
}
nav.landing .menu-container .menu-visible li.cta:hover {
  background-color: #cd8104;
  cursor: pointer;
}
nav.landing .menu-container .menu-visible li.main {
  border-bottom: solid 1px #ccc;
}
nav.landing .menu-container .menu-visible li.main:hover {
  cursor: pointer;
  border-bottom: solid 1px #27c1c1;
}
nav.minimal {
  border: none;
  justify-content: center !important;
  position: relative;
}
nav.flex-normal {
  justify-content: space-between;
  flex-direction: row;
}
@media only screen and (min-width: 768px) {
  nav.flex-normal {
    justify-content: space-between;
    flex-direction: row;
  }
}
nav a.lg {
  z-index: 3000;
}

.m-logo {
  width: 115px;
  height: 75px;
  background: transparent url('assets/images/logo-full-w.png') no-repeat center;
  background-size: 175px 71px;
}
@media only screen and (min-width: 768px) {
  .m-logo {
    width: 175px;
    height: 75px;
  }
}

.menu-container {
  width: auto;
  height: auto;
}
.menu-container .menu-collapsable {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  flex-direction: column;
  padding-top: 100px;
  display: none;
  z-index: 100;
}
@media only screen and (min-width: 768px) {
  .menu-container .menu-collapsable {
    display: none;
  }
}
.menu-container .menu-collapsable.open {
  display: flex;
}
.menu-container .menu-collapsable a {
  text-decoration: none;
  color: black;
}
.menu-container .menu-collapsable .menu-item {
  display: block;
  width: 100%;
  padding: 25px;
  text-align: center;
  background-color: #fff;
  border-bottom: solid 1px #ccc;
  text-transform: uppercase;
  font-size: 0.75em;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .menu-container .menu-collapsable .menu-item {
    font-size: 0.9em;
  }
}
.menu-container .menu-collapsable .menu-item.main {
  background-color: #27c1c1;
  color: white;
}
.menu-container .menu-visible {
  display: none;
}
@media only screen and (min-width: 768px) {
  .menu-container .menu-visible {
    display: flex;
  }
}
.menu-container .menu-visible a {
  text-decoration: none;
}
.menu-container .menu-visible li {
  padding: 13px 30px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.75em;
  letter-spacing: 1px;
  border: solid 2px transparent;
  color: white;
  text-shadow: 1px 1px black;
  border-bottom: solid 1px transparent;
  transition: all 0.4s ease;
}
.menu-container .menu-visible li:hover {
  border-bottom: solid 1px #27c1c1;
  color: #27c1c1;
}
.menu-container .menu-visible li.cta {
  background-color: #27c1c1;
  margin-left: 30px;
  color: #888;
  text-shadow: 0px 0px black;
  color: white;
}
.menu-container .menu-visible li.cta:hover {
  background-color: #166c6c;
  cursor: pointer;
}
.menu-container .menu-visible li.main {
  border-bottom: solid 1px #ccc;
}
.menu-container .menu-visible li.main:hover {
  cursor: pointer;
  border-bottom: solid 1px #27c1c1;
}
.menu-container .more-icon {
  margin-left: 30px;
  z-index: 110;
}
@media only screen and (min-width: 768px) {
  .menu-container .more-icon {
    display: none;
  }
}
.menu-container .more-icon.open .has-svg:nth-child(1) {
  display: none;
}
.menu-container .more-icon.open .has-svg:nth-child(2) {
  display: block;
}
.menu-container .more-icon .has-svg:nth-child(2) {
  display: none;
}
.menu-container .more-icon .has-svg svg {
  fill: white;
}
.menu-container .more-icon .has-svg .close-menu {
  font-weight: bold;
  color: white;
  width: 100%;
  text-align: center;
  font-size: 2em;
  transform: translate(0px, -3px);
}

.has-svg {
  width: 30px;
  height: 30px;
}
.has-svg svg {
  width: 100%;
  height: 100%;
}

.btns-container {
  margin-top: 20px;
}
.btns-container a {
  display: block;
  text-decoration: none;
  width: 100%;
}

.m-btn {
  padding: 13px 40px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  display: inline-block;
  margin-top: 15px;
  width: auto;
  font-size: 0.7em !important;
  font-weight: bold;
  border: solid 2px transparent;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 768px) {
  .m-btn {
    font-size: 0.8em !important;
  }
}
.m-btn:hover {
  cursor: pointer;
}
.m-btn--full {
  background-color: #27c1c1;
  color: white;
  border: solid 3px #27c1c1;
}
.m-btn--full:hover {
  background-color: #166c6c;
  border: solid 3px #166c6c;
}
.m-btn--border {
  border: solid 3px #27c1c1;
  background-color: transparent;
  font-weight: bold;
}
.m-btn--border:hover {
  background-color: #27c1c1;
}
.m-btn--border.web {
  background-color: #679CD1;
}
.m-btn--border.graf {
  background-color: transparent;
  color: black;
  border: solid 3px #bd2254;
}
.m-btn--border.graf:hover {
  background-color: #bd2254;
  color: white;
}
.m-btn--border.fot {
  background-color: transparent;
  color: black;
  border: solid 3px #CE6F2A;
}
.m-btn--border.fot:hover {
  background-color: #CE6F2A;
  color: white;
}
.m-btn--mr {
  margin-right: 15px;
}
.m-btn--white {
  color: white;
}

@keyframes mymove {
  0% {
    transform: translate(5px, -50%);
  }
  50% {
    transform: translate(10px, -50%);
  }
  100% {
    transform: translate(5px, -50%);
  }
}
@keyframes mymove2 {
  0% {
    transform: translate(10px, -50%);
  }
  50% {
    transform: translate(5px, -50%);
  }
  100% {
    transform: translate(10px, -50%);
  }
}
header#index {
  width: 100vw;
  height: 100vh;
  position: relative;
  display: flex;
  background-color: black;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  header#index {
    height: 100vh;
  }
}
header#index .content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 95%;
  max-width: 650px;
  text-align: center;
  color: white;
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  header#index .content {
    margin-top: 0;
  }
}
header#index .info-extra {
  display: none;
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  header#index .info-extra {
    display: none;
  }
}
header#index .info-extra a {
  color: #27c1c1;
}
header#index h1 {
  font-size: 1.7em;
  text-transform: none;
  width: 300px;
  margin: auto;
}
@media only screen and (min-width: 768px) {
  header#index h1 {
    font-size: 3.2em;
    width: 80%;
  }
}
header#index h1 span {
  font-size: 1.25rem;
}
header#index h1 strong {
  text-decoration: underline;
}
header#index h2 {
  text-transform: none;
  font-weight: normal;
  font-size: 1.3em;
}
header#index .btns-container a {
  text-decoration: none;
  color: white;
  display: inline-block;
  width: auto;
}
header#index .btns-container .m-btn {
  margin: 0 0 20px 0;
  width: 300px;
}
@media only screen and (min-width: 768px) {
  header#index .btns-container .m-btn {
    margin: 0 20px 0 0;
  }
}
header.landing {
  height: auto;
  position: relative;
  z-index: 0;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: flex-start;
}
@media only screen and (min-width: 768px) {
  header.landing {
    justify-content: space-between;
    align-items: center;
    padding-bottom: 220px;
    background-color: #2596BE;
    background: rgb(37, 150, 190);
    background: linear-gradient(180deg, rgb(37, 150, 190) 0%, rgb(148, 187, 233) 100%);
  }
}
header.landing .item {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  header.landing .item {
    width: 48%;
  }
}
@media only screen and (min-width: 768px) {
  header.landing .item.right {
    flex: 1;
    margin: 0 2.5%;
  }
}
header.landing .item.right .cta-button-container-landing {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  header.landing .item.right .cta-button-container-landing {
    display: none;
  }
}
header.landing .item.right .cta-button-container-landing .when-clicked {
  margin: 18px auto 0 auto;
}
header.landing .item.right .cta-button-container-landing .arrow-up {
  margin: 10px auto;
}
header.landing .item.left {
  width: 100%;
  margin: -1px 0 0 0;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: flex-start;
}
@media only screen and (min-width: 768px) {
  header.landing .item.left {
    width: 550px;
    margin: 0 0 0 2.5%;
  }
}
header.landing .item.left h1 {
  text-align: center;
  font-weight: bold;
  color: white;
  color: #271033;
  text-transform: none;
  width: 95%;
  margin: 0 auto 20px auto;
  font-size: 1.2em;
  font-weight: normal;
  position: relative;
}
@media only screen and (min-width: 768px) {
  header.landing .item.left h1 {
    width: 100%;
    font-size: 1.4em;
    margin: 0 auto 10px auto;
    text-align: left;
  }
}
header.landing .item.left h1:before {
  content: "";
  position: absolute;
  top: 8px;
  left: -11px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6.9px;
  border-color: transparent transparent transparent white;
  display: none;
}
@media only screen and (min-width: 768px) {
  header.landing .item.left h1 i {
    display: block;
  }
}
header.landing .item.left h1 strong {
  font-weight: bold;
  text-transform: lowercase;
}
@media only screen and (min-width: 768px) {
  header.landing .item.left h1 strong {
    text-transform: uppercase;
  }
}
header.landing .item.left h1 strong.vv {
  font-size: 1.2rem;
  line-height: 1.1em;
  text-transform: none;
}
@media only screen and (min-width: 768px) {
  header.landing .item.left h1 strong.vv {
    font-size: 2.3rem;
  }
}
header.landing .item.left h1 strong.alone {
  text-decoration: underline;
  text-transform: none;
}
header.landing .item.left h1 strong.main {
  text-transform: uppercase;
  color: #271033;
  color: white;
  display: block;
  font-size: 2.4rem;
  margin-top: 20px;
  text-shadow: 1px 1px #271033;
  line-height: 2.3rem;
}
@media only screen and (min-width: 768px) {
  header.landing .item.left h1 strong.main {
    font-size: 4rem;
    margin-top: 30px;
    text-shadow: 1px 1px #271033;
    letter-spacing: 1px;
    line-height: 2.9rem;
  }
}
header.landing .item.left h1 strong b {
  display: block;
  font-size: 1.1rem;
  text-transform: none;
}
@media only screen and (min-width: 768px) {
  header.landing .item.left h1 strong b {
    font-size: 1.2rem;
  }
}
header.landing .item.left .cta-button-container-landing {
  display: none;
}
@media only screen and (min-width: 768px) {
  header.landing .item.left .cta-button-container-landing {
    display: block;
  }
}
header.landing .outer {
  position: relative;
}
header.landing .main-video-landing {
  margin: 0 auto 20px auto;
  position: relative;
  width: calc(100% - 50px);
  max-width: 760px;
  border: solid 4px #271033;
  border-radius: 6px;
  background-color: #271033;
}
@media only screen and (min-width: 768px) {
  header.landing .main-video-landing {
    margin: 0 auto;
    border: solid 8px #271033;
    box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.3);
  }
}
header.landing .main-video-landing:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
@media only screen and (min-width: 768px) {
  header.landing .main-video-landing.no-video {
    transform: translate(0, 0);
    transition: all 0.3s ease;
  }
  header.landing .main-video-landing.no-video:hover {
    transform: translate(0, 3px);
  }
}
header.landing .main-video-landing.loading .lds-dual-ring {
  visibility: visible;
}
header.landing .main-video-landing.loading .hide-on-load {
  visibility: hidden;
  opacity: 0;
}
header.landing .main-video-landing .lds-dual-ring {
  visibility: hidden;
  pointer-events: none;
}
header.landing .main-video-landing .hide-on-load {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease;
}
header.landing .main-video-landing .svg {
  width: 18px;
  height: auto;
  position: absolute;
  top: 50%;
  transform: translate(10px, -50%);
}
@media only screen and (min-width: 768px) {
  header.landing .main-video-landing .svg {
    width: 38px;
  }
}
header.landing .main-video-landing .svg svg {
  width: 100%;
  height: auto;
  fill: black;
}
header.landing .main-video-landing .svg.arrow-left {
  animation: mymove2 1s infinite;
  left: -30px;
}
@media only screen and (min-width: 768px) {
  header.landing .main-video-landing .svg.arrow-left {
    left: -60px;
  }
}
header.landing .main-video-landing .svg.arrow-left svg {
  transform: rotate(180deg);
}
header.landing .main-video-landing .svg.arrow-right {
  animation: mymove 1s infinite;
  right: -14px;
}
@media only screen and (min-width: 768px) {
  header.landing .main-video-landing .svg.arrow-right {
    right: -42px;
  }
}
header.landing .main-video-landing iframe {
  opacity: 0;
}
header.landing .main-video-landing iframe.show {
  opacity: 1;
}
header.landing .main-video-landing iframe,
header.landing .main-video-landing .fake-video-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
header.landing .main-video-landing .fake-video-image {
  z-index: 1;
  background-color: red;
  background: transparent url('assets/images/fake-video-image.jpg') no-repeat top center;
  background-size: contain;
}
header.landing .main-video-landing .fake-video-image.hide {
  opacity: 0;
  z-index: -1;
}
@media only screen and (min-width: 768px) {
  header.landing .main-video-landing .fake-video-image:hover {
    cursor: pointer;
  }
}
header.landing .cta-button-container-landing {
  width: 100%;
}
header.landing .cta-button-container-landing .m-btn {
  margin-top: 5px;
}
header.landing .cta-button-container-landing .when-clicked {
  color: #271033;
  margin: 18px auto !important;
}
@media only screen and (min-width: 768px) {
  header.landing .cta-button-container-landing .when-clicked {
    margin: 18px 0 0 0 !important;
  }
}
header.landing .cta-button-container-landing .arrow-up {
  margin: 10px auto 10px 132px;
  display: none;
}
header.landing .columns {
  align-items: stretch;
  height: 100%;
  max-height: none;
  padding: 30px 0;
  width: 100%;
  flex-direction: column-reverse;
}
@media only screen and (min-width: 768px) {
  header.landing .columns {
    padding: 100px 0 100px 0;
    flex-direction: row;
  }
}
header.landing .columns .item {
  justify-content: flex-start;
}
header.landing .columns .item.left {
  width: 100%;
  margin-bottom: 80px;
}
@media only screen and (min-width: 768px) {
  header.landing .columns .item.left {
    width: 40%;
    margin-bottom: 0;
  }
}
header.landing .columns .item.right {
  width: 100%;
  height: 270px;
  position: relative;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  header.landing .columns .item.right {
    height: 400px;
    width: 750px;
    width: auto;
    flex: 1;
    padding: 0 30px;
    margin-bottom: 0;
  }
}
header.landing .columns .item.right .img {
  width: 100%;
  height: 100%;
  background: transparent url('assets/images/bg11.png') no-repeat top center;
  background-size: contain;
}
@media only screen and (min-width: 768px) {
  header.landing .columns .item.right .img {
    position: absolute;
    left: 30px;
    top: 50%;
    width: calc(100% - 60px);
    transform: translate(0, -50%);
  }
}
header.landing .content {
  color: white;
  width: 90%;
  margin: auto;
}
@media only screen and (min-width: 768px) {
  header.landing .content {
    width: 100%;
    padding-top: 45px;
    margin: 0 0 0 50px;
    text-align: right;
  }
}
header.landing .content h1 {
  font-weight: bold;
  font-size: 0.9em;
  letter-spacing: 1px;
  margin-bottom: 20px;
  text-transform: none;
}
@media only screen and (min-width: 768px) {
  header.landing .content h1 {
    font-size: 2.1em;
  }
}
header.landing .content h2 {
  text-transform: none;
  font-size: 1em;
  font-weight: normal;
}
@media only screen and (min-width: 768px) {
  header.landing .content h2 {
    font-size: 1.5em;
  }
}
header.landing .content .m-btn {
  background-color: #FBB33C;
  border-color: #FBB33C;
}
header.landing .content .m-btn:hover {
  background-color: #faa00a;
  border-color: #faa00a;
}
header.landing .proof {
  width: 100%;
  padding-left: 5%;
  padding-bottom: 15px;
  overflow: auto;
  color: #555;
  text-align: center;
  margin-top: 20px;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: stretch;
  position: relative;
}
@media only screen and (min-width: 768px) {
  header.landing .proof {
    overflow: hidden;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: 0;
    color: white;
    margin-bottom: 0;
    padding-left: 0;
    margin-top: 50px;
    padding-bottom: 0;
  }
}
header.landing .proof .item-proof {
  background-color: white;
  border: solid 1px #ccc;
  padding: 10px 20px;
  border-radius: 4px;
  margin-right: 10px;
  width: 80%;
}
@media only screen and (min-width: 768px) {
  header.landing .proof .item-proof {
    width: auto;
    flex: 0 auto;
    background-color: transparent;
    padding: 0;
    border: none;
  }
}
header.landing .proof .item-proof.bullet {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #271033;
  margin: 0 20px;
  display: none;
}
@media only screen and (min-width: 768px) {
  header.landing .proof .item-proof.bullet {
    display: block;
  }
}
header.landing .proof .item-proof.stars-g {
  display: block;
}
header.landing .proof .item-proof .stars-google {
  flex-direction: row;
  margin-bottom: 3px;
}
header.landing .proof .item-proof .stars-google .star {
  width: 10px;
  margin: 0 3px;
}
@media only screen and (min-width: 768px) {
  header.landing .proof .item-proof .stars-google .star {
    width: 15px;
  }
}
header.landing .proof .item-proof .stars-google .star svg {
  fill: #555;
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 768px) {
  header.landing .proof .item-proof .stars-google .star svg {
    fill: white;
  }
}
header.landing .proof .text {
  font-size: 0.9rem;
  letter-spacing: 1px;
  line-height: 1.3rem;
}
@media only screen and (min-width: 768px) {
  header.landing .proof .text {
    font-size: 1.2rem;
  }
}
header.landing .proof .text span {
  display: block;
}
header.landing .proof .text span strong {
  font-weight: bold;
}
header.landing .container-pen {
  height: 140px;
  width: 140px;
  position: absolute;
  top: -50%;
  left: 100px;
  display: none;
  z-index: 100;
}
header.landing .container-pen .container-cc {
  width: 100%;
  height: 100%;
  position: relative;
}
header.landing .container-pen .container-cc .pen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: translate(0, 0) rotate(20deg);
  background-color: transparent !important;
}
header.landing .container-pen .container-cc .pen svg polygon {
  stroke: white !important;
  stroke-width: 8 !important;
}
header.landing .container-pen .container-cc .pen:nth-child(1) {
  transform: translate(-100%, -32%) rotate(20deg);
}
header.landing .container-pen .container-cc .pen:nth-child(2) {
  transform: translate(-82%, 59%) rotate(20deg);
}
header.landing .bg-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: transparent url('assets/images/bg.webp') no-repeat top center;
  background-size: cover;
  z-index: -1;
  opacity: 0.6;
  display: none;
}
@media only screen and (min-width: 768px) {
  header.landing .bg-bg {
    display: block;
  }
}
header.landing .bg-front {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  background-color: #2596BE;
}
@media only screen and (min-width: 768px) {
  header.landing .bg-front {
    background: rgb(37, 150, 190);
    background: linear-gradient(180deg, rgb(37, 150, 190) 0%, rgb(148, 187, 233) 100%);
    opacity: 0.9;
  }
}
header.lm {
  padding-top: 50px;
  padding-bottom: 50px;
}
header.lm--web {
  text-align: center;
  background-color: #2596be;
  color: white;
}
header.lm--web .number h1 {
  width: 90%;
  margin: auto;
  max-width: 900px;
  text-transform: none;
  text-align: left;
  padding-bottom: 40px;
  margin-bottom: 40px;
  font-size: 1.1em;
  color: #271033;
  position: relative;
}
header.lm--web .number h1:after {
  content: "";
  width: 50%;
  left: 50%;
  bottom: 0%;
  position: absolute;
  transform: translateX(-50%);
  border-bottom: solid 1px #f4f4f4;
  height: 1px;
}
@media only screen and (min-width: 768px) {
  header.lm--web .number h1 {
    font-size: 2.3em;
  }
}
header.lm--web .number h1 strong {
  font-size: 2.5em;
  float: left;
  line-height: 1em;
  margin-right: 20px;
  margin-bottom: 30px;
  color: #E7ECEF;
}
@media only screen and (min-width: 768px) {
  header.lm--web .number h1 strong {
    font-size: 3em;
  }
}
header.lm--web .number h1 b {
  color: #E7ECEF;
}
header.lm--web .number h1.alone {
  text-align: center;
  font-size: 1.4em;
  color: #271033;
  max-width: 900px;
}
@media only screen and (min-width: 768px) {
  header.lm--web .number h1.alone {
    font-size: 2.8em;
  }
}
header.lm--web .number h2 {
  width: 90%;
  max-width: 900px;
  font-size: 1em;
  margin: auto;
  text-transform: none;
  padding-bottom: 0px;
  color: #271033;
}
@media only screen and (min-width: 768px) {
  header.lm--web .number h2 {
    font-size: 1.3em;
    text-align: right;
    padding-bottom: 0px;
    max-width: 800px;
  }
}

.slider-info-services {
  position: fixed;
  background-color: #2596be;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 101;
  padding-top: 50px;
  overflow-y: auto;
  overflow-x: hidden;
  display: none;
}
@media only screen and (min-width: 768px) {
  .slider-info-services {
    padding-top: 110px;
  }
}
.slider-info-services.show {
  display: block;
}
.slider-info-services .close-info {
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: 1.8rem;
  font-family: Verdana;
  font-weight: bold;
  z-index: 10;
  color: white;
  text-shadow: 1px 1px 1px black;
  right: 20px;
  top: 5px;
}
@media only screen and (min-width: 768px) {
  .slider-info-services .close-info {
    font-size: 2em;
    right: 30px;
    top: 30px;
  }
}
.slider-info-services .close-info:hover {
  cursor: pointer;
  color: #27c1c1;
}
.slider-info-services p.title {
  text-align: center;
  font-size: 1.2rem;
  color: #271033;
  margin-bottom: 50px;
  opacity: 0;
  transform: translateY(60px);
  transition: all 0.3s ease;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .slider-info-services p.title {
    font-size: 2rem;
  }
}
.slider-info-services p.title.show {
  opacity: 1;
  transform: translateY(0px);
}
.slider-info-services p.title span {
  color: white;
}
.slider-info-services .flexslider {
  border: none;
  margin-bottom: 10px;
  background-color: transparent;
  opacity: 0;
  transform: translateY(60px);
  transition: all 0.3s ease;
}
.slider-info-services .flexslider.show {
  opacity: 1;
  transform: translateY(0px);
}
.slider-info-services .flexslider .flex-viewport {
  width: calc(90% - 20px);
  margin: auto;
}
@media only screen and (min-width: 768px) {
  .slider-info-services .flexslider .flex-viewport {
    width: calc(33.3% - 10px);
  }
}
.slider-info-services .flexslider .slides .cont-slider {
  transform: scale(0.9);
  transition: all 0.3s ease;
}
.slider-info-services .flexslider .slides .cont-slider.flex-active-slide {
  transform: scale(1);
}
.slider-info-services .flexslider .slides .cont-slider.flex-active-slide .wrapper .item-tier {
  background-color: #fff;
}
.slider-info-services .flexslider .slides .cont-slider.flex-active-slide .wrapper .item-tier * {
  opacity: 1;
}
.slider-info-services .flexslider .slides .cont-slider.flex-active-slide .wrapper .item-tier .overlay {
  opacity: 0;
  pointer-events: auto;
  z-index: -1;
}
.slider-info-services .flexslider .slides .cont-slider .wrapper .item-tier {
  width: 100%;
  margin: 0 30px 20px 0px;
  background-color: #f4f4f4;
  border: solid 1px #ccc;
  border-radius: 6px;
  padding: 15px;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
  position: relative;
}
.slider-info-services .flexslider .slides .cont-slider .wrapper .item-tier .overlay {
  position: absolute;
  left: 0;
  top: 0;
  background-color: black;
  opacity: 0.1;
  width: 100%;
  height: 100%;
  z-index: 10;
  pointer-events: none;
  transition: all 0.3s ease;
}
.slider-info-services .flexslider .slides .cont-slider .wrapper .item-tier p {
  font-size: 1.1rem;
}
.slider-info-services .flexslider .slides .cont-slider .wrapper .item-tier p.small {
  font-size: 0.6rem !important;
  font-weight: bold;
  width: 80%;
  margin: 15px auto 0 auto;
  color: #555 !important;
}
@media only screen and (min-width: 768px) {
  .slider-info-services .flexslider .slides .cont-slider .wrapper .item-tier p.small {
    font-size: 0.9rem !important;
  }
}
.slider-info-services .flexslider .slides .cont-slider .wrapper .item-tier p.last-cta {
  padding-top: 15px;
  width: 90%;
  border-top: solid 1px #ccc;
  margin: auto;
  font-size: 0.95rem;
}
.slider-info-services .flexslider .slides .cont-slider .wrapper .item-tier:nth-child(4) {
  margin-right: 0;
}
.slider-info-services .flexslider .slides .cont-slider .wrapper .item-tier.small {
  width: calc(20% - 15px);
  margin: 0 7.5px 15px 7.5px;
  padding: 0px;
  box-shadow: none;
  border: none;
  border: solid 0.5px #ccc;
}
.slider-info-services .flexslider .slides .cont-slider .wrapper .item-tier.small .up {
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.slider-info-services .flexslider .slides .cont-slider .wrapper .item-tier.small .up:after {
  display: none;
}
.slider-info-services .flexslider .slides .cont-slider .wrapper .item-tier.small .up .info-p {
  flex: 1;
}
.slider-info-services .flexslider .slides .cont-slider .wrapper .item-tier.small .up .info-p .title {
  font-size: 0.9rem;
}
.slider-info-services .flexslider .slides .cont-slider .wrapper .item-tier.small .up .info-p .price {
  font-size: 0.9rem;
}
.slider-info-services .flexslider .slides .cont-slider .wrapper .item-tier.small .up .info-p .price span {
  font-size: 0.6rem;
}
.slider-info-services .flexslider .slides .cont-slider .wrapper .item-tier.intro {
  width: 100%;
  text-align: center;
  border: none;
  background-color: transparent;
  color: #271033;
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: 10px;
  letter-spacing: 1px;
  box-shadow: none;
}
.slider-info-services .flexslider .slides .cont-slider .wrapper .item-tier.intro.middle {
  color: #555;
  margin-top: 15px;
}
.slider-info-services .flexslider .slides .cont-slider .wrapper .item-tier .up {
  justify-content: space-evenly;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
  flex-direction: row;
}
.slider-info-services .flexslider .slides .cont-slider .wrapper .item-tier .up:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 60%;
  height: 1px;
  border-bottom: 2px solid #ccc;
  transform: translate(-50%, 0);
}
.slider-info-services .flexslider .slides .cont-slider .wrapper .item-tier .up .icon {
  width: 40%;
  background-color: transparent;
  border-radius: 6px;
  position: relative;
}
.slider-info-services .flexslider .slides .cont-slider .wrapper .item-tier .up .icon:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.slider-info-services .flexslider .slides .cont-slider .wrapper .item-tier .up .icon > .inner {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
}
.slider-info-services .flexslider .slides .cont-slider .wrapper .item-tier .up .info-p {
  width: 40%;
}
.slider-info-services .flexslider .slides .cont-slider .wrapper .item-tier .up .info-p .title {
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.3em;
}
@media only screen and (min-width: 768px) {
  .slider-info-services .flexslider .slides .cont-slider .wrapper .item-tier .up .info-p .title {
    font-size: 1.6rem;
  }
}
.slider-info-services .flexslider .slides .cont-slider .wrapper .item-tier .up .info-p .price {
  margin-top: 15px;
  color: #2596be;
  font-size: 1.1rem;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .slider-info-services .flexslider .slides .cont-slider .wrapper .item-tier .up .info-p .price {
    font-size: 1.4rem;
  }
}
.slider-info-services .flexslider .slides .cont-slider .wrapper .item-tier .up .info-p .price span {
  color: #666;
  text-transform: uppercase;
  font-size: 0.6rem;
}
@media only screen and (min-width: 768px) {
  .slider-info-services .flexslider .slides .cont-slider .wrapper .item-tier .up .info-p .price span {
    font-size: 0.8rem;
  }
}
.slider-info-services .flexslider .slides .cont-slider .wrapper .item-tier .info {
  text-align: center;
}
.slider-info-services .flexslider .slides .cont-slider .wrapper .item-tier .info .qualify p {
  color: #666;
  font-size: 0.95rem;
}
@media only screen and (min-width: 768px) {
  .slider-info-services .flexslider .slides .cont-slider .wrapper .item-tier .info .qualify p {
    font-size: 1.1rem;
  }
}
.slider-info-services .flexslider .slides .cont-slider .wrapper .item-tier .info .qualify p.main {
  font-weight: bold;
  font-size: 1.05rem;
  color: #555;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .slider-info-services .flexslider .slides .cont-slider .wrapper .item-tier .info .qualify p.main {
    font-size: 1.2rem;
  }
}
.slider-info-services .flexslider .slides .cont-slider .wrapper .item-tier .info .qualify p.small {
  color: #666 !important;
  font-size: 0.8rem !important;
}
.slider-info-services .flexslider .slides .cont-slider .wrapper .item-tier .info .m-btn--full {
  background-color: orangered;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
  border: none;
  color: white;
  border-radius: 6px;
}
.slider-info-services .flexslider .slides .cont-slider .wrapper .item-tier .info .m-btn--full:hover {
  background-color: #992900;
}
.slider-info-services .flexslider .slides .cont-slider .wrapper .item-tier .extra {
  text-align: left;
  width: 100%;
  border: solid 1px #ccc;
  border-radius: 6px;
  padding: 20px 10px 10px;
  margin-bottom: 20px;
  background-color: #f4fbfd;
}
.slider-info-services .flexslider .slides .cont-slider .wrapper .item-tier .extra .icon-extra {
  width: 80px;
  height: auto;
  background-color: #fff;
  border-radius: 4px;
  padding: 10px;
  margin: 0 auto 15px auto;
  border: solid 1px #ccc;
}
.slider-info-services .flexslider .slides .cont-slider .wrapper .item-tier .extra .icon-extra svg {
  height: auto;
}
.slider-info-services .flexslider .slides .cont-slider .wrapper .item-tier .extra p.main {
  font-size: 1rem !important;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .slider-info-services .flexslider .slides .cont-slider .wrapper .item-tier .extra p.main {
    font-size: 1.1rem !important;
  }
}
.slider-info-services .flexslider .slides .cont-slider .wrapper .item-tier .extra ul li {
  text-align: left;
  margin-bottom: 15px;
  line-height: 1.5rem;
  font-size: 0.9rem;
  color: #666;
  list-style-type: disc;
  list-style-position: inside;
}
@media only screen and (min-width: 768px) {
  .slider-info-services .flexslider .slides .cont-slider .wrapper .item-tier .extra ul li {
    font-size: 1.1rem;
  }
}
.slider-info-services .flexslider .slides .cont-slider .wrapper .item-tier .extra ul li a {
  text-decoration: none;
  color: #555;
}
.slider-info-services .flexslider .slides .cont-slider .wrapper .item-tier .extra ul li a:hover {
  color: #2596be;
}
.slider-info-services .flexslider .slides .cont-slider .wrapper .item-tier .extra ul li span {
  color: #555;
  font-weight: bold;
}
.slider-info-services .any-doubt-slider {
  width: calc(33.3% - 20px);
  margin: 0 auto 80px auto;
  background-color: #fff;
  border: solid 1px #ccc;
  border-radius: 6px;
  padding: 15px;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
  text-align: center;
}
.slider-info-services .any-doubt-slider p {
  font-size: 1.1rem;
  color: #666;
}
.slider-info-services .any-doubt-slider p.title-doubt {
  text-align: center;
  font-weight: bold;
  color: #666;
  font-size: 1.4rem;
}
.slider-info-services .any-doubt-slider p.small {
  font-weight: bold;
  font-size: 0.8rem;
  width: 80%;
  margin: auto;
  margin-top: 10px;
}
.slider-info-services .any-doubt-slider .m-btn {
  background: transparent;
  color: black;
  margin: auto;
  border: solid 2px black;
  border-radius: 6px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
}
.slider-info-services .any-doubt-slider .m-btn:hover {
  background: black;
  color: white;
}
.slider-info-services .any-doubt-slider img {
  width: 80%;
  display: block;
  margin: 0 auto 30px auto;
  border-radius: 6px;
}

.custom-navigation {
  position: fixed;
  bottom: 0%;
  right: 0px;
  z-index: 102;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.95);
  transform: translate(0, 100%);
  transition: all 0.3s ease;
  pointer-events: none;
  flex-direction: row;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .custom-navigation {
    right: 17px;
    width: calc(100% - 17px);
  }
}
.custom-navigation.show {
  transform: translate(0, 0%);
  background-color: rgba(0, 0, 0, 0.85);
  pointer-events: auto;
  overflow: visible;
}
@media only screen and (min-width: 768px) {
  .custom-navigation.show {
    background-color: rgba(0, 0, 0, 0.55);
  }
}
.custom-navigation.show:hover {
  background-color: rgba(0, 0, 0, 0.85);
}
.custom-navigation .container-custom-navigation {
  width: 100%;
  position: relative;
  flex-direction: row;
  padding: 12px 0px;
}
.custom-navigation .mini-menu {
  margin-right: 40px;
  display: none;
}
.custom-navigation .mini-menu > .icon {
  width: 20px;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .custom-navigation .mini-menu > .icon {
    cursor: pointer;
  }
}
.custom-navigation .mini-menu > .icon svg {
  width: 100%;
  height: 100%;
  fill: white;
  transform: rotate(180deg);
}
.custom-navigation .mini-menu > .icon .cls {
  font-weight: bold;
  color: white;
  font-size: 1.8rem;
  display: none;
  margin-top: -6px;
}
.custom-navigation .mini-menu > .icon.open svg {
  display: none;
}
.custom-navigation .mini-menu > .icon.open .cls {
  display: block;
}
.custom-navigation .mini-menu .menu-items {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -102%);
  opacity: 0;
  pointer-events: none;
  z-index: -1;
  flex-direction: row;
  align-items: flex-end;
  align-content: flex-end;
  width: 100%;
  max-width: 600px;
  height: calc(100vh - 46.4px);
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.85);
  padding: 10px 15px;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 768px) {
  .custom-navigation .mini-menu .menu-items {
    height: auto;
  }
}
.custom-navigation .mini-menu .menu-items.show {
  transform: translate(-50%, -99.8%);
  opacity: 1;
  pointer-events: auto;
}
.custom-navigation .mini-menu .menu-items .item {
  flex-direction: row;
  background-color: #f4fbfd;
  padding: 10px;
  border: solid 1px #ccc;
  width: calc(50% - 5px);
  margin: 0 2.5px 10px 2.5px;
  border-radius: 4px;
}
@media only screen and (min-width: 768px) {
  .custom-navigation .mini-menu .menu-items .item {
    width: calc(33.3% - 5px);
    transition: all 0.3s ease;
    transform: translate(0);
  }
  .custom-navigation .mini-menu .menu-items .item:hover {
    background-color: #b4e1f0;
    transform: translateY(-2px);
    cursor: pointer;
  }
}
.custom-navigation .mini-menu .menu-items .item.alone {
  width: 100%;
  background-color: transparent;
  color: white;
  border: none;
  font-weight: bold;
  text-align: center;
}
.custom-navigation .mini-menu .menu-items .item .icon {
  width: 40px;
  margin-right: 10px;
}
.custom-navigation .mini-menu .menu-items .item .icon svg {
  width: 100%;
}
.custom-navigation .mini-menu .menu-items .item .text {
  flex: 1;
  line-height: 1.3rem;
  font-size: 0.8rem;
  font-weight: bold;
}
.custom-navigation .container {
  position: relative;
  flex-direction: row;
  padding: 0 15px;
  z-index: 1;
}
.custom-navigation .container a {
  color: white;
  text-decoration: none;
}
.custom-navigation .container .flex-prev {
  width: 25px;
}
.custom-navigation .container .flex-prev:after {
  content: "\f001";
  font-family: "flexslider-icon";
  font-size: 1.4em;
  text-shadow: 1px 1px black;
}
.custom-navigation .container .flex-next {
  width: 25px;
}
.custom-navigation .container .flex-next:after {
  content: "\f002";
  font-family: "flexslider-icon";
  font-size: 1.4em;
  text-shadow: 1px 1px black;
}
.custom-navigation .container .custom-controls-container {
  position: relative;
  padding: 0 20px;
}
.custom-navigation .container .custom-controls-container .flex-control-nav {
  position: relative;
  bottom: -2px;
}
.custom-navigation .container .custom-controls-container .flex-control-paging li a {
  background: rgba(255, 255, 255, 0.5);
}
.custom-navigation .container .custom-controls-container .flex-control-paging li a:hover, .custom-navigation .container .custom-controls-container .flex-control-paging li a.flex-active {
  background: rgb(255, 255, 255);
}

.mobile-indicator {
  display: none;
  width: 100%;
  height: 1px;
}
@media only screen and (min-width: 768px) {
  .mobile-indicator {
    display: block;
  }
}

.tiers {
  width: 100%;
  padding: 30px 2.5%;
  margin: auto;
  height: auto;
  background-color: #f4f4f4;
  background-color: #f4fbfd;
  justify-content: center;
  flex-direction: row;
  align-items: stretch;
  margin-top: -45px;
}
@media only screen and (min-width: 768px) {
  .tiers {
    margin-top: 0;
    padding: 0 2.5%;
  }
}
.tiers.sp {
  background-color: #fff;
  width: 95%;
  max-width: 1350px;
}
@media only screen and (min-width: 768px) {
  .tiers.sp {
    padding: 0;
  }
}
.tiers.webb {
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  .tiers.webb .item-tier.small {
    width: calc(33.3% - 15px);
  }
}
@media only screen and (min-width: 1024px) {
  .tiers.webb .item-tier.small {
    width: calc(25% - 15px);
  }
}
.tiers .item-tier {
  width: calc(100% - 20px);
  margin: 0 auto 20px auto;
  background-color: #fff;
  border: solid 1px #ccc;
  border-radius: 6px;
  padding: 15px;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}
@media only screen and (min-width: 768px) {
  .tiers .item-tier {
    transform: translateY(-170px);
    width: calc(33.3% - 20px);
    margin: 0 30px 20px 0px;
  }
  .tiers .item-tier:hover {
    transform: translateY(-175px);
    background: #f2f2f2;
    cursor: pointer;
  }
  .tiers .item-tier:nth-child(4) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) {
  .tiers .item-tier.sp {
    transform: translateY(0px);
  }
}
.tiers .item-tier.sp.intro {
  width: 100%;
  text-align: center;
  border: none;
  background-color: transparent;
  color: #271033;
  font-weight: bold;
  font-size: 0.85rem;
  margin-bottom: 10px;
  letter-spacing: 1px;
  box-shadow: none;
}
@media only screen and (min-width: 768px) {
  .tiers .item-tier.sp.intro {
    font-size: 1rem;
  }
}
.tiers .item-tier.sp.intro:hover {
  transform: translateY(0px);
}
@media only screen and (min-width: 768px) {
  .tiers .item-tier.sp.intro:hover {
    transform: translateY(0px);
  }
}
.tiers .item-tier.small {
  width: calc(33.3% - 7px);
  margin: 0 2.5px 15px 2.5px;
  padding: 0px;
  box-shadow: none;
  border: none;
  border: solid 0.5px #ccc;
  padding-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .tiers .item-tier.small {
    width: calc(20% - 15px);
    margin: 0 7.5px 15px 7.5px;
    padding-bottom: 0;
  }
}
.tiers .item-tier.small:hover {
  cursor: auto;
}
.tiers .item-tier.small .up {
  padding-bottom: 0px;
  margin-bottom: 0px;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .tiers .item-tier.small .up {
    flex-direction: row;
  }
}
.tiers .item-tier.small .up:after {
  display: none;
}
.tiers .item-tier.small .up .icon {
  width: 80%;
}
@media only screen and (min-width: 768px) {
  .tiers .item-tier.small .up .icon {
    width: 40%;
  }
}
.tiers .item-tier.small .up .info-p {
  width: 90%;
  margin: auto;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .tiers .item-tier.small .up .info-p {
    flex: 1;
    text-align: left;
  }
}
.tiers .item-tier.small .up .info-p .title {
  font-size: 0.75rem;
}
@media only screen and (min-width: 768px) {
  .tiers .item-tier.small .up .info-p .title {
    font-size: 0.9rem;
  }
}
.tiers .item-tier.small .up .info-p .price {
  font-size: 0.8rem;
}
@media only screen and (min-width: 768px) {
  .tiers .item-tier.small .up .info-p .price {
    font-size: 0.9rem;
  }
}
.tiers .item-tier.small .up .info-p .price span {
  font-size: 0.5rem;
  display: block;
  margin-bottom: 5px;
}
@media only screen and (min-width: 768px) {
  .tiers .item-tier.small .up .info-p .price span {
    font-size: 0.6rem;
    display: inline;
    margin-bottom: 0;
  }
}
.tiers .item-tier.intro {
  width: 100%;
  text-align: center;
  border: none;
  background-color: transparent;
  color: #271033;
  font-weight: bold;
  font-size: 0.85rem;
  margin-bottom: 10px;
  letter-spacing: 1px;
  box-shadow: none;
}
@media only screen and (min-width: 768px) {
  .tiers .item-tier.intro {
    font-size: 1rem;
  }
}
.tiers .item-tier.intro:hover {
  transform: translateY(0px);
  background: transparent;
  cursor: auto;
}
@media only screen and (min-width: 768px) {
  .tiers .item-tier.intro:hover {
    transform: translateY(-170px);
  }
}
.tiers .item-tier.intro.middle {
  color: #555;
  margin-top: 15px;
}
.tiers .item-tier .up {
  justify-content: space-evenly;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
  flex-direction: row;
}
.tiers .item-tier .up:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 60%;
  height: 1px;
  border-bottom: 2px solid #ccc;
  transform: translate(-50%, 0);
}
.tiers .item-tier .up .icon {
  width: 40%;
  background-color: transparent;
  border-radius: 6px;
  position: relative;
}
.tiers .item-tier .up .icon:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.tiers .item-tier .up .icon > .inner {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
}
.tiers .item-tier .up .icon > .inner svg {
  width: 100%;
  height: auto;
}
.tiers .item-tier .up .info-p {
  width: 40%;
}
.tiers .item-tier .up .info-p .title {
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.3em;
  color: #444;
}
@media only screen and (min-width: 768px) {
  .tiers .item-tier .up .info-p .title {
    font-size: 1.4rem;
  }
}
.tiers .item-tier .up .info-p .price {
  margin-top: 15px;
  color: #2596be;
  font-size: 1.1rem;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .tiers .item-tier .up .info-p .price {
    font-size: 1.4rem;
  }
}
.tiers .item-tier .up .info-p .price span {
  color: #666;
  text-transform: uppercase;
  font-size: 0.6rem;
}
@media only screen and (min-width: 768px) {
  .tiers .item-tier .up .info-p .price span {
    font-size: 0.8rem;
  }
}
.tiers .item-tier .info {
  text-align: center;
}
.tiers .item-tier .info .qualify p {
  color: #666;
  font-size: 0.95rem;
}
@media only screen and (min-width: 768px) {
  .tiers .item-tier .info .qualify p {
    font-size: 1rem;
  }
}
.tiers .item-tier .info .qualify p.main {
  font-weight: bold;
  font-size: 1.05rem;
  color: #555;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .tiers .item-tier .info .qualify p.main {
    font-size: 1.2rem;
  }
}
.tiers .item-tier .info .m-btn--full {
  background-color: white;
  border: solid 1px #444;
  border: solid 1px #cc3700;
  color: #444;
  border-radius: 6px;
  margin-top: 0;
  width: 80%;
  background-color: #666;
  background-color: orangered;
  color: white;
}
.tiers .item-tier .info .m-btn--full:hover {
  background-color: black;
  background-color: #992900;
  color: white;
}

.request-info {
  width: 100%;
  height: auto;
  padding: 50px 0;
  background-color: #f4f4f4;
  background-color: #f4fbfd;
  margin-top: -2px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .request-info {
    margin-top: -200px;
  }
}
@media only screen and (min-width: 768px) {
  .request-info.sp {
    margin-top: 0px;
    background-color: #fff;
  }
}
.request-info p {
  width: 95%;
  max-width: 700px;
  margin: 0 auto 20px auto;
  color: #666;
  font-size: 1.1rem;
}
.request-info p.main {
  color: #666;
  font-size: 1.1rem;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .request-info p.main {
    font-size: 1.2rem;
  }
}
.request-info p.small {
  font-size: 0.95rem;
  display: none;
}
.request-info p b {
  text-decoration: underline;
  cursor: pointer;
}

section.landing {
  height: calc(97vh - 96px);
  height: auto;
  background-color: #2596be;
  margin-top: -1.5px;
}
section.landing .columns {
  align-items: stretch;
  height: 100%;
  max-height: none;
  padding: 0px 0 80px 0;
  width: 100%;
  flex-direction: column-reverse;
}
@media only screen and (min-width: 768px) {
  section.landing .columns {
    padding: 100px 0 100px 0;
    flex-direction: row;
  }
}
section.landing .columns .item {
  justify-content: flex-start;
}
section.landing .columns .item.left {
  flex: 1;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  section.landing .columns .item.left {
    width: 50%;
  }
}
section.landing .columns .item.right {
  width: 100%;
  height: 270px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  section.landing .columns .item.right {
    height: 400px;
    width: 750px;
    padding: 0 30px;
  }
}
section.landing .columns .item.right .img {
  width: 100%;
  height: 100%;
  background: transparent url('assets/images/bg11.png') no-repeat top center;
  background-size: contain;
  position: absolute;
  left: 30px;
  top: 50%;
  width: calc(100% - 60px);
  transform: translate(0, -50%);
}
section.landing .content {
  color: white;
  width: 90%;
  margin: auto;
  padding-top: 45px;
}
@media only screen and (min-width: 768px) {
  section.landing .content {
    width: 100%;
    margin: 0 0 0 50px;
  }
}
section.landing .content h1 {
  font-weight: bold;
  font-size: 1em;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  section.landing .content h1 {
    font-size: 1.9em;
  }
}
section.landing .content h2 {
  text-transform: none;
  font-size: 0.9em;
  font-weight: normal;
}
@media only screen and (min-width: 768px) {
  section.landing .content h2 {
    font-size: 1.5em;
  }
}
section.landing .content .m-btn {
  background-color: orangered;
  border-color: orangered;
}
section.landing .content .m-btn:hover {
  background-color: #cc3700;
  border-color: #cc3700;
}

.planet {
  position: absolute;
  left: 0;
  bottom: 0;
  background: transparent url('assets/images/planet.png') no-repeat left bottom;
  background-size: contain;
  width: 120px;
  height: 250px;
  z-index: 10;
  display: none;
}

.bg-stars {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-225deg);
  z-index: 0;
  transform-origin: 50% 50%;
}
@media only screen and (min-width: 768px) {
  .bg-stars {
    height: 150%;
  }
}
.bg-stars .container-night {
  width: 100%;
  height: 100%;
  position: relative;
}

.stars {
  width: 100%;
  height: 100%;
  position: relative;
}
.stars .star {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 2px;
  background: linear-gradient(-45deg, rgb(95, 145, 255), rgba(0, 0, 255, 0));
  border-radius: 999px;
  filter: drop-shadow(0 0 6px rgb(105, 155, 255));
  animation: tail 4000ms ease-in-out infinite, shooting 4000ms ease-in-out infinite;
}
.stars .star::before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  height: 2px;
  background: linear-gradient(-45deg, rgba(0, 0, 255, 0), rgb(95, 145, 255), rgba(0, 0, 255, 0));
  transform: translateX(50%) rotateZ(45deg);
  border-radius: 100%;
  animation: shining 4000ms ease-in-out infinite;
}
.stars .star::after {
  transform: translateX(50%) rotateZ(-45deg);
}
.stars .star:nth-child(1) {
  /*top: calc(50% - 11px);
  left: calc(50% - 301px);*/
  top: 46%;
  left: 17%;
  animation-delay: 8457ms;
  display: block;
}
.stars .star:nth-child(1)::before, .stars .star:nth-child(1)::after {
  animation-delay: 8457ms;
}
.stars .star:nth-child(2) {
  /*top: calc(50% - 323px);
  left: calc(50% - 329px);*/
  top: 9%;
  left: 75%;
  animation-delay: 293ms;
  display: block;
}
.stars .star:nth-child(2)::before, .stars .star:nth-child(2)::after {
  animation-delay: 293ms;
}
.stars .star:nth-child(3) {
  /*top: calc(50% - 104px);
  left: calc(50% - 288px);*/
  top: 84%;
  left: 32%;
  animation-delay: 4204ms;
  display: block;
}
.stars .star:nth-child(3)::before, .stars .star:nth-child(3)::after {
  animation-delay: 4204ms;
}
.stars .star:nth-child(4) {
  /*top: calc(50% - -166px);
  left: calc(50% - 41px);*/
  top: 36%;
  left: 5%;
  animation-delay: 2309ms;
  display: block;
}
.stars .star:nth-child(4)::before, .stars .star:nth-child(4)::after {
  animation-delay: 2309ms;
}
.stars .star:nth-child(5) {
  /*top: calc(50% - -39px);
  left: calc(50% - 159px);*/
  top: 32%;
  left: 8%;
  animation-delay: 4075ms;
  display: block;
}
.stars .star:nth-child(5)::before, .stars .star:nth-child(5)::after {
  animation-delay: 4075ms;
}
.stars .star:nth-child(6) {
  /*top: calc(50% - 371px);
  left: calc(50% - 266px);*/
  top: 92%;
  left: 84%;
  animation-delay: 1249ms;
  display: block;
}
.stars .star:nth-child(6)::before, .stars .star:nth-child(6)::after {
  animation-delay: 1249ms;
}
.stars .star:nth-child(7) {
  display: none;
}
.stars .star:nth-child(8) {
  display: none;
}
.stars .star:nth-child(9) {
  display: none;
}
.stars .star:nth-child(10) {
  display: none;
}
.stars .star:nth-child(11) {
  display: none;
}
.stars .star:nth-child(12) {
  display: none;
}
.stars .star:nth-child(13) {
  display: none;
}
.stars .star:nth-child(14) {
  display: none;
}
.stars .star:nth-child(15) {
  display: none;
}
.stars .star:nth-child(16) {
  display: none;
}
.stars .star:nth-child(17) {
  display: none;
}
.stars .star:nth-child(18) {
  display: none;
}
.stars .star:nth-child(19) {
  display: none;
}
.stars .star:nth-child(20) {
  display: none;
}
@media only screen and (min-width: 768px) {
  .stars .star:nth-child(1) {
    /*top: calc(50% - -16px);
    left: calc(50% - 33px);*/
    top: 29%;
    left: 14%;
    animation-delay: 3015ms;
    display: block !important;
  }
  .stars .star:nth-child(1)::before, .stars .star:nth-child(1)::after {
    animation-delay: 3015ms;
  }
  .stars .star:nth-child(2) {
    /*top: calc(50% - 347px);
    left: calc(50% - 160px);*/
    top: 54%;
    left: 66%;
    animation-delay: 2257ms;
    display: block !important;
  }
  .stars .star:nth-child(2)::before, .stars .star:nth-child(2)::after {
    animation-delay: 2257ms;
  }
  .stars .star:nth-child(3) {
    /*top: calc(50% - 316px);
    left: calc(50% - 282px);*/
    top: 76%;
    left: 38%;
    animation-delay: 1544ms;
    display: block !important;
  }
  .stars .star:nth-child(3)::before, .stars .star:nth-child(3)::after {
    animation-delay: 1544ms;
  }
  .stars .star:nth-child(4) {
    /*top: calc(50% - 440px);
    left: calc(50% - 134px);*/
    top: 70%;
    left: 39%;
    animation-delay: 8628ms;
    display: block !important;
  }
  .stars .star:nth-child(4)::before, .stars .star:nth-child(4)::after {
    animation-delay: 8628ms;
  }
  .stars .star:nth-child(5) {
    /*top: calc(50% - 256px);
    left: calc(50% - 240px);*/
    top: 77%;
    left: 78%;
    animation-delay: 6569ms;
    display: block !important;
  }
  .stars .star:nth-child(5)::before, .stars .star:nth-child(5)::after {
    animation-delay: 6569ms;
  }
  .stars .star:nth-child(6) {
    /*top: calc(50% - 270px);
    left: calc(50% - 268px);*/
    top: 91%;
    left: 72%;
    animation-delay: 9616ms;
    display: block !important;
  }
  .stars .star:nth-child(6)::before, .stars .star:nth-child(6)::after {
    animation-delay: 9616ms;
  }
  .stars .star:nth-child(7) {
    /*top: calc(50% - -185px);
    left: calc(50% - 207px);*/
    top: 45%;
    left: 91%;
    animation-delay: 6514ms;
    display: block !important;
  }
  .stars .star:nth-child(7)::before, .stars .star:nth-child(7)::after {
    animation-delay: 6514ms;
  }
  .stars .star:nth-child(8) {
    /*top: calc(50% - 70px);
    left: calc(50% - 284px);*/
    top: 69%;
    left: 10%;
    animation-delay: 7778ms;
    display: block !important;
  }
  .stars .star:nth-child(8)::before, .stars .star:nth-child(8)::after {
    animation-delay: 7778ms;
  }
  .stars .star:nth-child(9) {
    /*top: calc(50% - 58px);
    left: calc(50% - 56px);*/
    top: 35%;
    left: 23%;
    animation-delay: 4600ms;
    display: block !important;
  }
  .stars .star:nth-child(9)::before, .stars .star:nth-child(9)::after {
    animation-delay: 4600ms;
  }
  .stars .star:nth-child(10) {
    /*top: calc(50% - 127px);
    left: calc(50% - 314px);*/
    top: 62%;
    left: 16%;
    animation-delay: 7597ms;
    display: block !important;
  }
  .stars .star:nth-child(10)::before, .stars .star:nth-child(10)::after {
    animation-delay: 7597ms;
  }
  .stars .star:nth-child(11) {
    /*top: calc(50% - 317px);
    left: calc(50% - 47px);*/
    top: 10%;
    left: 77%;
    animation-delay: 1450ms;
    display: block !important;
  }
  .stars .star:nth-child(11)::before, .stars .star:nth-child(11)::after {
    animation-delay: 1450ms;
  }
  .stars .star:nth-child(12) {
    /*top: calc(50% - 350px);
    left: calc(50% - 398px);*/
    top: 95%;
    left: 65%;
    animation-delay: 2875ms;
    display: block !important;
  }
  .stars .star:nth-child(12)::before, .stars .star:nth-child(12)::after {
    animation-delay: 2875ms;
  }
  .stars .star:nth-child(13) {
    /*top: calc(50% - 20px);
    left: calc(50% - 182px);*/
    top: 1%;
    left: 11%;
    animation-delay: 7180ms;
    display: block !important;
  }
  .stars .star:nth-child(13)::before, .stars .star:nth-child(13)::after {
    animation-delay: 7180ms;
  }
  .stars .star:nth-child(14) {
    /*top: calc(50% - 122px);
    left: calc(50% - 104px);*/
    top: 46%;
    left: 88%;
    animation-delay: 3125ms;
    display: block !important;
  }
  .stars .star:nth-child(14)::before, .stars .star:nth-child(14)::after {
    animation-delay: 3125ms;
  }
  .stars .star:nth-child(15) {
    /*top: calc(50% - 268px);
    left: calc(50% - 219px);*/
    top: 14%;
    left: 13%;
    animation-delay: 5555ms;
    display: block !important;
  }
  .stars .star:nth-child(15)::before, .stars .star:nth-child(15)::after {
    animation-delay: 5555ms;
  }
  .stars .star:nth-child(16) {
    /*top: calc(50% - 199px);
    left: calc(50% - 125px);*/
    top: 4%;
    left: 25%;
    animation-delay: 1267ms;
    display: block !important;
  }
  .stars .star:nth-child(16)::before, .stars .star:nth-child(16)::after {
    animation-delay: 1267ms;
  }
  .stars .star:nth-child(17) {
    /*top: calc(50% - 390px);
    left: calc(50% - 286px);*/
    top: 25%;
    left: 71%;
    animation-delay: 7362ms;
    display: block !important;
  }
  .stars .star:nth-child(17)::before, .stars .star:nth-child(17)::after {
    animation-delay: 7362ms;
  }
  .stars .star:nth-child(18) {
    /*top: calc(50% - 449px);
    left: calc(50% - 80px);*/
    top: 71%;
    left: 2%;
    animation-delay: 6840ms;
    display: block !important;
  }
  .stars .star:nth-child(18)::before, .stars .star:nth-child(18)::after {
    animation-delay: 6840ms;
  }
  .stars .star:nth-child(19) {
    /*top: calc(50% - 309px);
    left: calc(50% - 285px);*/
    top: 100%;
    left: 56%;
    animation-delay: 1258ms;
    display: block !important;
  }
  .stars .star:nth-child(19)::before, .stars .star:nth-child(19)::after {
    animation-delay: 1258ms;
  }
  .stars .star:nth-child(20) {
    /*top: calc(50% - 234px);
    left: calc(50% - 379px);*/
    top: 66%;
    left: 59%;
    animation-delay: 3977ms;
    display: block !important;
  }
  .stars .star:nth-child(20)::before, .stars .star:nth-child(20)::after {
    animation-delay: 3977ms;
  }
}

.point {
  position: absolute;
  width: 2.5px;
  height: 2.5px;
  background-color: white;
  border-radius: 50%;
  left: 50%;
  top: 50%;
}
.point:nth-child(16) {
  top: 54%;
  left: 64%;
  opacity: 0.46;
}
.point:nth-child(17) {
  top: 23%;
  left: 100%;
  opacity: 0.39;
}
.point:nth-child(18) {
  top: 19%;
  left: 42%;
  opacity: 0.57;
}
.point:nth-child(19) {
  top: 77%;
  left: 85%;
  opacity: 0.43;
}
.point:nth-child(20) {
  top: 72%;
  left: 33%;
  opacity: 0.26;
}
.point:nth-child(21) {
  top: 100%;
  left: 15%;
  opacity: 0.15;
}
.point:nth-child(22) {
  top: 97%;
  left: 60%;
  opacity: 0.44;
}
.point:nth-child(23) {
  top: 97%;
  left: 2%;
  opacity: 0.31;
}
.point:nth-child(24) {
  top: 90%;
  left: 49%;
  opacity: 0.26;
}
.point:nth-child(25) {
  top: 87%;
  left: 84%;
  opacity: 0.54;
}
.point:nth-child(26) {
  top: 7%;
  left: 55%;
  opacity: 0.3;
}
.point:nth-child(27) {
  top: 71%;
  left: 74%;
  opacity: 0.43;
}
.point:nth-child(28) {
  top: 49%;
  left: 45%;
  opacity: 0.39;
}
.point:nth-child(29) {
  top: 74%;
  left: 46%;
  opacity: 0.48;
}
.point:nth-child(30) {
  top: 49%;
  left: 3%;
  opacity: 0.57;
}
.point:nth-child(31) {
  top: 67%;
  left: 7%;
  opacity: 0.35;
}
.point:nth-child(32) {
  top: 13%;
  left: 82%;
  opacity: 0.26;
}
.point:nth-child(33) {
  top: 8%;
  left: 95%;
  opacity: 0.18;
}
.point:nth-child(34) {
  top: 49%;
  left: 28%;
  opacity: 0.34;
}
.point:nth-child(35) {
  top: 74%;
  left: 78%;
  opacity: 0.56;
}
.point:nth-child(36) {
  top: 45%;
  left: 41%;
  opacity: 0.57;
}
.point:nth-child(37) {
  top: 78%;
  left: 5%;
  opacity: 0.2;
}
.point:nth-child(38) {
  top: 23%;
  left: 60%;
  opacity: 0.27;
}
.point:nth-child(39) {
  top: 90%;
  left: 34%;
  opacity: 0.46;
}
.point:nth-child(40) {
  top: 22%;
  left: 80%;
  opacity: 0.49;
}
.point:nth-child(41) {
  top: 5%;
  left: 73%;
  opacity: 0.28;
}
.point:nth-child(42) {
  top: 26%;
  left: 62%;
  opacity: 0.56;
}
.point:nth-child(43) {
  top: 65%;
  left: 41%;
  opacity: 0.29;
}
.point:nth-child(44) {
  top: 71%;
  left: 20%;
  opacity: 0.47;
}
.point:nth-child(45) {
  top: 55%;
  left: 18%;
  opacity: 0.32;
}
.point:nth-child(46) {
  top: 36%;
  left: 13%;
  opacity: 0.46;
}
.point:nth-child(47) {
  top: 7%;
  left: 69%;
  opacity: 0.34;
}
.point:nth-child(48) {
  top: 24%;
  left: 84%;
  opacity: 0.51;
}
.point:nth-child(49) {
  top: 24%;
  left: 3%;
  opacity: 0.38;
}
.point:nth-child(50) {
  top: 82%;
  left: 40%;
  opacity: 0.26;
}
.point:nth-child(51) {
  top: 71%;
  left: 29%;
  opacity: 0.37;
}
.point:nth-child(52) {
  top: 16%;
  left: 48%;
  opacity: 0.39;
}
.point:nth-child(53) {
  top: 34%;
  left: 15%;
  opacity: 0.18;
}
.point:nth-child(54) {
  top: 37%;
  left: 53%;
  opacity: 0.29;
}
.point:nth-child(55) {
  top: 61%;
  left: 39%;
  opacity: 0.49;
}
.point:nth-child(56) {
  top: 64%;
  left: 46%;
  opacity: 0.56;
}
.point:nth-child(57) {
  top: 95%;
  left: 41%;
  opacity: 0.3;
}
.point:nth-child(58) {
  top: 22%;
  left: 41%;
  opacity: 0.31;
}
.point:nth-child(59) {
  top: 58%;
  left: 54%;
  opacity: 0.29;
}
.point:nth-child(60) {
  top: 5%;
  left: 77%;
  opacity: 0.51;
}
.point:nth-child(61) {
  top: 43%;
  left: 84%;
  opacity: 0.17;
}
.point:nth-child(62) {
  top: 34%;
  left: 56%;
  opacity: 0.4;
}
.point:nth-child(63) {
  top: 7%;
  left: 23%;
  opacity: 0.45;
}
.point:nth-child(64) {
  top: 95%;
  left: 13%;
  opacity: 0.15;
}
.point:nth-child(65) {
  top: 40%;
  left: 6%;
  opacity: 0.31;
}
.point:nth-child(66) {
  top: 49%;
  left: 58%;
  opacity: 0.59;
}
.point:nth-child(67) {
  top: 79%;
  left: 20%;
  opacity: 0.45;
}
.point:nth-child(68) {
  top: 64%;
  left: 83%;
  opacity: 0.14;
}
.point:nth-child(69) {
  top: 34%;
  left: 34%;
  opacity: 0.15;
}
.point:nth-child(70) {
  top: 54%;
  left: 91%;
  opacity: 0.24;
}
.point:nth-child(71) {
  top: 97%;
  left: 18%;
  opacity: 0.5;
}
.point:nth-child(72) {
  top: 86%;
  left: 15%;
  opacity: 0.48;
}
.point:nth-child(73) {
  top: 84%;
  left: 53%;
  opacity: 0.22;
}
.point:nth-child(74) {
  top: 59%;
  left: 58%;
  opacity: 0.46;
}
.point:nth-child(75) {
  top: 86%;
  left: 2%;
  opacity: 0.2;
}
.point:nth-child(76) {
  top: 49%;
  left: 66%;
  opacity: 0.34;
}
.point:nth-child(77) {
  top: 93%;
  left: 98%;
  opacity: 0.5;
}
.point:nth-child(78) {
  top: 86%;
  left: 80%;
  opacity: 0.54;
}
.point:nth-child(79) {
  top: 100%;
  left: 64%;
  opacity: 0.14;
}
.point:nth-child(80) {
  top: 47%;
  left: 84%;
  opacity: 0.39;
}
.point:nth-child(81) {
  top: 75%;
  left: 47%;
  opacity: 0.31;
}
.point:nth-child(82) {
  top: 98%;
  left: 20%;
  opacity: 0.43;
}
.point:nth-child(83) {
  top: 14%;
  left: 100%;
  opacity: 0.59;
}
.point:nth-child(84) {
  top: 69%;
  left: 96%;
  opacity: 0.3;
}
.point:nth-child(85) {
  top: 15%;
  left: 61%;
  opacity: 0.2;
}
.point:nth-child(86) {
  top: 64%;
  left: 53%;
  opacity: 0.29;
}
.point:nth-child(87) {
  top: 49%;
  left: 80%;
  opacity: 0.6;
}
.point:nth-child(88) {
  top: 6%;
  left: 52%;
  opacity: 0.48;
}
.point:nth-child(89) {
  top: 24%;
  left: 6%;
  opacity: 0.59;
}
.point:nth-child(90) {
  top: 71%;
  left: 15%;
  opacity: 0.29;
}
.point:nth-child(91) {
  top: 85%;
  left: 46%;
  opacity: 0.35;
}
.point:nth-child(92) {
  top: 8%;
  left: 4%;
  opacity: 0.19;
}
.point:nth-child(93) {
  top: 78%;
  left: 60%;
  opacity: 0.4;
}
.point:nth-child(94) {
  top: 86%;
  left: 27%;
  opacity: 0.56;
}
.point:nth-child(95) {
  top: 92%;
  left: 43%;
  opacity: 0.59;
}
.point:nth-child(96) {
  top: 100%;
  left: 12%;
  opacity: 0.16;
}
.point:nth-child(97) {
  top: 66%;
  left: 56%;
  opacity: 0.53;
}
.point:nth-child(98) {
  top: 78%;
  left: 92%;
  opacity: 0.59;
}
.point:nth-child(99) {
  top: 91%;
  left: 77%;
  opacity: 0.47;
}
.point:nth-child(100) {
  top: 91%;
  left: 4%;
  opacity: 0.56;
}
.point:nth-child(101) {
  top: 15%;
  left: 67%;
  opacity: 0.11;
}
.point:nth-child(102) {
  top: 14%;
  left: 69%;
  opacity: 0.25;
}
.point:nth-child(103) {
  top: 89%;
  left: 25%;
  opacity: 0.17;
}
.point:nth-child(104) {
  top: 33%;
  left: 61%;
  opacity: 0.35;
}
.point:nth-child(105) {
  top: 41%;
  left: 30%;
  opacity: 0.54;
}
.point:nth-child(106) {
  top: 95%;
  left: 6%;
  opacity: 0.17;
}
.point:nth-child(107) {
  top: 72%;
  left: 81%;
  opacity: 0.12;
}
.point:nth-child(108) {
  top: 16%;
  left: 72%;
  opacity: 0.29;
}
.point:nth-child(109) {
  top: 93%;
  left: 98%;
  opacity: 0.42;
}
.point:nth-child(110) {
  top: 27%;
  left: 29%;
  opacity: 0.11;
}
.point:nth-child(111) {
  top: 40%;
  left: 38%;
  opacity: 0.14;
}
.point:nth-child(112) {
  top: 7%;
  left: 60%;
  opacity: 0.58;
}
.point:nth-child(113) {
  top: 33%;
  left: 54%;
  opacity: 0.6;
}
.point:nth-child(114) {
  top: 78%;
  left: 13%;
  opacity: 0.37;
}
.point:nth-child(115) {
  top: 27%;
  left: 65%;
  opacity: 0.43;
}
.point:nth-child(116) {
  top: 56%;
  left: 68%;
  opacity: 0.23;
}
.point:nth-child(117) {
  top: 40%;
  left: 29%;
  opacity: 0.39;
}
.point:nth-child(118) {
  top: 62%;
  left: 63%;
  opacity: 0.14;
}
.point:nth-child(119) {
  top: 8%;
  left: 50%;
  opacity: 0.46;
}
.point:nth-child(120) {
  top: 23%;
  left: 92%;
  opacity: 0.5;
}
.point:nth-child(121) {
  top: 78%;
  left: 10%;
  opacity: 0.51;
}
.point:nth-child(122) {
  top: 71%;
  left: 58%;
  opacity: 0.59;
}
.point:nth-child(123) {
  top: 5%;
  left: 20%;
  opacity: 0.21;
}
.point:nth-child(124) {
  top: 17%;
  left: 66%;
  opacity: 0.42;
}
.point:nth-child(125) {
  top: 87%;
  left: 49%;
  opacity: 0.48;
}
.point:nth-child(126) {
  top: 66%;
  left: 91%;
  opacity: 0.23;
}
.point:nth-child(127) {
  top: 99%;
  left: 100%;
  opacity: 0.17;
}
.point:nth-child(128) {
  top: 66%;
  left: 37%;
  opacity: 0.58;
}
.point:nth-child(129) {
  top: 26%;
  left: 46%;
  opacity: 0.38;
}
.point:nth-child(130) {
  top: 28%;
  left: 14%;
  opacity: 0.6;
}
.point:nth-child(131) {
  top: 71%;
  left: 79%;
  opacity: 0.18;
}
.point:nth-child(132) {
  top: 29%;
  left: 77%;
  opacity: 0.52;
}
.point:nth-child(133) {
  top: 38%;
  left: 61%;
  opacity: 0.41;
}
.point:nth-child(134) {
  top: 51%;
  left: 53%;
  opacity: 0.45;
}
.point:nth-child(135) {
  top: 5%;
  left: 86%;
  opacity: 0.44;
}
.point:nth-child(136) {
  top: 87%;
  left: 73%;
  opacity: 0.12;
}
.point:nth-child(137) {
  top: 24%;
  left: 2%;
  opacity: 0.16;
}
.point:nth-child(138) {
  top: 90%;
  left: 29%;
  opacity: 0.4;
}
.point:nth-child(139) {
  top: 27%;
  left: 96%;
  opacity: 0.35;
}
.point:nth-child(140) {
  top: 57%;
  left: 23%;
  opacity: 0.3;
}
.point:nth-child(141) {
  top: 63%;
  left: 21%;
  opacity: 0.45;
}
.point:nth-child(142) {
  top: 97%;
  left: 19%;
  opacity: 0.52;
}
.point:nth-child(143) {
  top: 3%;
  left: 57%;
  opacity: 0.11;
}
.point:nth-child(144) {
  top: 98%;
  left: 72%;
  opacity: 0.6;
}
.point:nth-child(145) {
  top: 2%;
  left: 33%;
  opacity: 0.27;
}
.point:nth-child(146) {
  top: 55%;
  left: 25%;
  opacity: 0.55;
}
.point:nth-child(147) {
  top: 80%;
  left: 3%;
  opacity: 0.57;
}
.point:nth-child(148) {
  top: 2%;
  left: 55%;
  opacity: 0.16;
}
.point:nth-child(149) {
  top: 55%;
  left: 1%;
  opacity: 0.57;
}
.point:nth-child(150) {
  top: 16%;
  left: 94%;
  opacity: 0.26;
}
.point:nth-child(151) {
  top: 67%;
  left: 77%;
  opacity: 0.34;
}
.point:nth-child(152) {
  top: 27%;
  left: 67%;
  opacity: 0.17;
}
.point:nth-child(153) {
  top: 7%;
  left: 88%;
  opacity: 0.59;
}
.point:nth-child(154) {
  top: 23%;
  left: 43%;
  opacity: 0.52;
}
.point:nth-child(155) {
  top: 75%;
  left: 66%;
  opacity: 0.4;
}
.point:nth-child(156) {
  top: 78%;
  left: 73%;
  opacity: 0.41;
}
.point:nth-child(157) {
  top: 68%;
  left: 44%;
  opacity: 0.35;
}
.point:nth-child(158) {
  top: 76%;
  left: 71%;
  opacity: 0.35;
}
.point:nth-child(159) {
  top: 6%;
  left: 32%;
  opacity: 0.5;
}
.point:nth-child(160) {
  top: 12%;
  left: 84%;
  opacity: 0.25;
}
.point:nth-child(161) {
  top: 86%;
  left: 46%;
  opacity: 0.4;
}
.point:nth-child(162) {
  top: 13%;
  left: 88%;
  opacity: 0.34;
}
.point:nth-child(163) {
  top: 36%;
  left: 64%;
  opacity: 0.26;
}
.point:nth-child(164) {
  top: 69%;
  left: 25%;
  opacity: 0.52;
}
.point:nth-child(165) {
  top: 9%;
  left: 44%;
  opacity: 0.13;
}
.point:nth-child(166) {
  top: 19%;
  left: 35%;
  opacity: 0.12;
}
.point:nth-child(167) {
  top: 45%;
  left: 69%;
  opacity: 0.18;
}
.point:nth-child(168) {
  top: 42%;
  left: 99%;
  opacity: 0.36;
}
.point:nth-child(169) {
  top: 15%;
  left: 18%;
  opacity: 0.37;
}
.point:nth-child(170) {
  top: 56%;
  left: 73%;
  opacity: 0.34;
}
.point:nth-child(171) {
  top: 91%;
  left: 20%;
  opacity: 0.32;
}
.point:nth-child(172) {
  top: 93%;
  left: 87%;
  opacity: 0.4;
}
.point:nth-child(173) {
  top: 75%;
  left: 2%;
  opacity: 0.34;
}
.point:nth-child(174) {
  top: 54%;
  left: 91%;
  opacity: 0.59;
}
.point:nth-child(175) {
  top: 4%;
  left: 13%;
  opacity: 0.15;
}
.point:nth-child(176) {
  top: 68%;
  left: 26%;
  opacity: 0.53;
}
.point:nth-child(177) {
  top: 12%;
  left: 98%;
  opacity: 0.39;
}
.point:nth-child(178) {
  top: 11%;
  left: 72%;
  opacity: 0.19;
}
.point:nth-child(179) {
  top: 13%;
  left: 52%;
  opacity: 0.26;
}
.point:nth-child(180) {
  top: 57%;
  left: 16%;
  opacity: 0.24;
}
.point:nth-child(181) {
  top: 34%;
  left: 17%;
  opacity: 0.12;
}
.point:nth-child(182) {
  top: 45%;
  left: 77%;
  opacity: 0.53;
}
.point:nth-child(183) {
  top: 47%;
  left: 77%;
  opacity: 0.32;
}
.point:nth-child(184) {
  top: 13%;
  left: 88%;
  opacity: 0.27;
}
.point:nth-child(185) {
  top: 64%;
  left: 75%;
  opacity: 0.4;
}
.point:nth-child(186) {
  top: 19%;
  left: 42%;
  opacity: 0.3;
}
.point:nth-child(187) {
  top: 51%;
  left: 82%;
  opacity: 0.17;
}
.point:nth-child(188) {
  top: 38%;
  left: 100%;
  opacity: 0.39;
}
.point:nth-child(189) {
  top: 18%;
  left: 71%;
  opacity: 0.49;
}
.point:nth-child(190) {
  top: 82%;
  left: 57%;
  opacity: 0.11;
}
.point:nth-child(191) {
  top: 44%;
  left: 42%;
  opacity: 0.59;
}
.point:nth-child(192) {
  top: 62%;
  left: 3%;
  opacity: 0.15;
}
.point:nth-child(193) {
  top: 48%;
  left: 72%;
  opacity: 0.52;
}
.point:nth-child(194) {
  top: 28%;
  left: 29%;
  opacity: 0.43;
}
.point:nth-child(195) {
  top: 36%;
  left: 15%;
  opacity: 0.28;
}
.point:nth-child(196) {
  top: 78%;
  left: 49%;
  opacity: 0.29;
}
.point:nth-child(197) {
  top: 39%;
  left: 5%;
  opacity: 0.34;
}
.point:nth-child(198) {
  top: 13%;
  left: 55%;
  opacity: 0.6;
}
.point:nth-child(199) {
  top: 7%;
  left: 15%;
  opacity: 0.43;
}
.point:nth-child(200) {
  top: 98%;
  left: 41%;
  opacity: 0.21;
}
.point:nth-child(201) {
  top: 37%;
  left: 6%;
  opacity: 0.38;
}
.point:nth-child(202) {
  top: 26%;
  left: 75%;
  opacity: 0.3;
}
.point:nth-child(203) {
  top: 93%;
  left: 48%;
  opacity: 0.11;
}
.point:nth-child(204) {
  top: 91%;
  left: 95%;
  opacity: 0.55;
}
.point:nth-child(205) {
  top: 76%;
  left: 88%;
  opacity: 0.2;
}
.point:nth-child(206) {
  top: 20%;
  left: 52%;
  opacity: 0.14;
}
.point:nth-child(207) {
  top: 48%;
  left: 43%;
  opacity: 0.15;
}
.point:nth-child(208) {
  top: 32%;
  left: 43%;
  opacity: 0.17;
}
.point:nth-child(209) {
  top: 89%;
  left: 17%;
  opacity: 0.11;
}
.point:nth-child(210) {
  top: 92%;
  left: 69%;
  opacity: 0.14;
}
.point:nth-child(211) {
  top: 49%;
  left: 45%;
  opacity: 0.59;
}
.point:nth-child(212) {
  top: 71%;
  left: 80%;
  opacity: 0.23;
}
.point:nth-child(213) {
  top: 60%;
  left: 43%;
  opacity: 0.14;
}
.point:nth-child(214) {
  top: 26%;
  left: 4%;
  opacity: 0.42;
}
.point:nth-child(215) {
  top: 1%;
  left: 7%;
  opacity: 0.2;
}
.point:nth-child(216) {
  top: 88%;
  left: 86%;
  opacity: 0.32;
}
.point:nth-child(217) {
  top: 15%;
  left: 7%;
  opacity: 0.44;
}
.point:nth-child(218) {
  top: 79%;
  left: 81%;
  opacity: 0.2;
}
.point:nth-child(219) {
  top: 47%;
  left: 75%;
  opacity: 0.43;
}
.point:nth-child(220) {
  top: 89%;
  left: 11%;
  opacity: 0.21;
}
.point:nth-child(221) {
  top: 68%;
  left: 87%;
  opacity: 0.15;
}
.point:nth-child(222) {
  top: 38%;
  left: 22%;
  opacity: 0.38;
}
.point:nth-child(223) {
  top: 79%;
  left: 75%;
  opacity: 0.41;
}
.point:nth-child(224) {
  top: 56%;
  left: 2%;
  opacity: 0.58;
}
.point:nth-child(225) {
  top: 43%;
  left: 13%;
  opacity: 0.59;
}
.point:nth-child(226) {
  top: 1%;
  left: 1%;
  opacity: 0.33;
}
.point:nth-child(227) {
  top: 75%;
  left: 83%;
  opacity: 0.16;
}
.point:nth-child(228) {
  top: 30%;
  left: 14%;
  opacity: 0.6;
}
.point:nth-child(229) {
  top: 70%;
  left: 90%;
  opacity: 0.6;
}
.point:nth-child(230) {
  top: 100%;
  left: 33%;
  opacity: 0.53;
}
.point:nth-child(231) {
  top: 54%;
  left: 44%;
  opacity: 0.41;
}
.point:nth-child(232) {
  top: 60%;
  left: 40%;
  opacity: 0.13;
}
.point:nth-child(233) {
  top: 77%;
  left: 75%;
  opacity: 0.49;
}
.point:nth-child(234) {
  top: 57%;
  left: 84%;
  opacity: 0.33;
}
.point:nth-child(235) {
  top: 3%;
  left: 5%;
  opacity: 0.12;
}
.point:nth-child(236) {
  top: 82%;
  left: 49%;
  opacity: 0.44;
}
.point:nth-child(237) {
  top: 52%;
  left: 20%;
  opacity: 0.16;
}
.point:nth-child(238) {
  top: 74%;
  left: 37%;
  opacity: 0.54;
}
.point:nth-child(239) {
  top: 17%;
  left: 43%;
  opacity: 0.3;
}
.point:nth-child(240) {
  top: 55%;
  left: 66%;
  opacity: 0.54;
}
.point:nth-child(241) {
  top: 6%;
  left: 12%;
  opacity: 0.58;
}
.point:nth-child(242) {
  top: 52%;
  left: 93%;
  opacity: 0.36;
}
.point:nth-child(243) {
  top: 88%;
  left: 21%;
  opacity: 0.54;
}
.point:nth-child(244) {
  top: 100%;
  left: 97%;
  opacity: 0.32;
}
.point:nth-child(245) {
  top: 61%;
  left: 35%;
  opacity: 0.26;
}
.point:nth-child(246) {
  top: 77%;
  left: 77%;
  opacity: 0.3;
}
.point:nth-child(247) {
  top: 35%;
  left: 8%;
  opacity: 0.11;
}
.point:nth-child(248) {
  top: 79%;
  left: 23%;
  opacity: 0.36;
}
.point:nth-child(249) {
  top: 29%;
  left: 96%;
  opacity: 0.33;
}
.point:nth-child(250) {
  top: 64%;
  left: 29%;
  opacity: 0.32;
}
.point:nth-child(251) {
  top: 99%;
  left: 6%;
  opacity: 0.54;
}
.point:nth-child(252) {
  top: 91%;
  left: 12%;
  opacity: 0.41;
}
.point:nth-child(253) {
  top: 73%;
  left: 48%;
  opacity: 0.41;
}
.point:nth-child(254) {
  top: 4%;
  left: 12%;
  opacity: 0.12;
}
.point:nth-child(255) {
  top: 38%;
  left: 42%;
  opacity: 0.53;
}
.point:nth-child(256) {
  top: 76%;
  left: 91%;
  opacity: 0.53;
}
.point:nth-child(257) {
  top: 75%;
  left: 21%;
  opacity: 0.52;
}
.point:nth-child(258) {
  top: 18%;
  left: 71%;
  opacity: 0.54;
}
.point:nth-child(259) {
  top: 94%;
  left: 2%;
  opacity: 0.12;
}
.point:nth-child(260) {
  top: 33%;
  left: 74%;
  opacity: 0.28;
}
.point:nth-child(261) {
  top: 94%;
  left: 59%;
  opacity: 0.19;
}
.point:nth-child(262) {
  top: 52%;
  left: 42%;
  opacity: 0.42;
}
.point:nth-child(263) {
  top: 29%;
  left: 19%;
  opacity: 0.16;
}
.point:nth-child(264) {
  top: 12%;
  left: 39%;
  opacity: 0.21;
}
.point:nth-child(265) {
  top: 44%;
  left: 48%;
  opacity: 0.39;
}
.point:nth-child(266) {
  top: 20%;
  left: 66%;
  opacity: 0.6;
}
.point:nth-child(267) {
  top: 41%;
  left: 9%;
  opacity: 0.3;
}
.point:nth-child(268) {
  top: 69%;
  left: 27%;
  opacity: 0.37;
}
.point:nth-child(269) {
  top: 43%;
  left: 15%;
  opacity: 0.24;
}
.point:nth-child(270) {
  top: 1%;
  left: 42%;
  opacity: 0.43;
}
.point:nth-child(271) {
  top: 11%;
  left: 41%;
  opacity: 0.14;
}
.point:nth-child(272) {
  top: 28%;
  left: 100%;
  opacity: 0.33;
}
.point:nth-child(273) {
  top: 76%;
  left: 24%;
  opacity: 0.24;
}
.point:nth-child(274) {
  top: 85%;
  left: 43%;
  opacity: 0.44;
}
.point:nth-child(275) {
  top: 39%;
  left: 66%;
  opacity: 0.14;
}
.point:nth-child(276) {
  top: 24%;
  left: 61%;
  opacity: 0.17;
}
.point:nth-child(277) {
  top: 95%;
  left: 33%;
  opacity: 0.29;
}
.point:nth-child(278) {
  top: 87%;
  left: 5%;
  opacity: 0.35;
}
.point:nth-child(279) {
  top: 75%;
  left: 89%;
  opacity: 0.56;
}
.point:nth-child(280) {
  top: 19%;
  left: 81%;
  opacity: 0.46;
}
.point:nth-child(281) {
  top: 8%;
  left: 10%;
  opacity: 0.4;
}
.point:nth-child(282) {
  top: 48%;
  left: 54%;
  opacity: 0.33;
}
.point:nth-child(283) {
  top: 16%;
  left: 63%;
  opacity: 0.49;
}
.point:nth-child(284) {
  top: 29%;
  left: 25%;
  opacity: 0.11;
}
.point:nth-child(285) {
  top: 3%;
  left: 67%;
  opacity: 0.13;
}
.point:nth-child(286) {
  top: 58%;
  left: 65%;
  opacity: 0.44;
}
.point:nth-child(287) {
  top: 8%;
  left: 51%;
  opacity: 0.28;
}
.point:nth-child(288) {
  top: 15%;
  left: 56%;
  opacity: 0.26;
}
.point:nth-child(289) {
  top: 56%;
  left: 99%;
  opacity: 0.4;
}
.point:nth-child(290) {
  top: 76%;
  left: 71%;
  opacity: 0.18;
}
.point:nth-child(291) {
  top: 14%;
  left: 20%;
  opacity: 0.54;
}
.point:nth-child(292) {
  top: 9%;
  left: 29%;
  opacity: 0.3;
}
.point:nth-child(293) {
  top: 24%;
  left: 3%;
  opacity: 0.47;
}
.point:nth-child(294) {
  top: 92%;
  left: 83%;
  opacity: 0.35;
}
.point:nth-child(295) {
  top: 53%;
  left: 95%;
  opacity: 0.45;
}
.point:nth-child(296) {
  top: 33%;
  left: 84%;
  opacity: 0.36;
}
.point:nth-child(297) {
  top: 27%;
  left: 95%;
  opacity: 0.53;
}
.point:nth-child(298) {
  top: 45%;
  left: 23%;
  opacity: 0.31;
}
.point:nth-child(299) {
  top: 95%;
  left: 12%;
  opacity: 0.37;
}
.point:nth-child(300) {
  top: 82%;
  left: 98%;
  opacity: 0.32;
}
.point:nth-child(301) {
  top: 24%;
  left: 50%;
  opacity: 0.43;
}
.point:nth-child(302) {
  top: 91%;
  left: 49%;
  opacity: 0.43;
}
.point:nth-child(303) {
  top: 43%;
  left: 32%;
  opacity: 0.28;
}
.point:nth-child(304) {
  top: 51%;
  left: 78%;
  opacity: 0.49;
}
.point:nth-child(305) {
  top: 54%;
  left: 22%;
  opacity: 0.46;
}
.point:nth-child(306) {
  top: 43%;
  left: 86%;
  opacity: 0.3;
}
.point:nth-child(307) {
  top: 66%;
  left: 84%;
  opacity: 0.35;
}
.point:nth-child(308) {
  top: 88%;
  left: 45%;
  opacity: 0.54;
}
.point:nth-child(309) {
  top: 95%;
  left: 64%;
  opacity: 0.34;
}
.point:nth-child(310) {
  top: 74%;
  left: 83%;
  opacity: 0.34;
}
.point:nth-child(311) {
  top: 29%;
  left: 85%;
  opacity: 0.2;
}
.point:nth-child(312) {
  top: 20%;
  left: 70%;
  opacity: 0.4;
}
.point:nth-child(313) {
  top: 41%;
  left: 69%;
  opacity: 0.27;
}
.point:nth-child(314) {
  top: 45%;
  left: 95%;
  opacity: 0.58;
}
.point:nth-child(315) {
  top: 13%;
  left: 19%;
  opacity: 0.57;
}
.point:nth-child(316) {
  top: 35%;
  left: 59%;
  opacity: 0.51;
}
.point:nth-child(317) {
  top: 29%;
  left: 73%;
  opacity: 0.48;
}
.point:nth-child(318) {
  top: 43%;
  left: 83%;
  opacity: 0.59;
}
.point:nth-child(319) {
  top: 75%;
  left: 25%;
  opacity: 0.6;
}
.point:nth-child(320) {
  top: 43%;
  left: 22%;
  opacity: 0.51;
}
.point:nth-child(321) {
  top: 69%;
  left: 1%;
  opacity: 0.43;
}
.point:nth-child(322) {
  top: 41%;
  left: 6%;
  opacity: 0.13;
}
.point:nth-child(323) {
  top: 69%;
  left: 87%;
  opacity: 0.16;
}
.point:nth-child(324) {
  top: 7%;
  left: 90%;
  opacity: 0.11;
}
.point:nth-child(325) {
  top: 32%;
  left: 28%;
  opacity: 0.36;
}
.point:nth-child(326) {
  top: 32%;
  left: 29%;
  opacity: 0.21;
}
.point:nth-child(327) {
  top: 45%;
  left: 19%;
  opacity: 0.41;
}
.point:nth-child(328) {
  top: 83%;
  left: 74%;
  opacity: 0.41;
}
.point:nth-child(329) {
  top: 81%;
  left: 53%;
  opacity: 0.51;
}
.point:nth-child(330) {
  top: 24%;
  left: 42%;
  opacity: 0.14;
}
.point:nth-child(331) {
  top: 100%;
  left: 52%;
  opacity: 0.52;
}
.point:nth-child(332) {
  top: 1%;
  left: 77%;
  opacity: 0.33;
}
.point:nth-child(333) {
  top: 44%;
  left: 65%;
  opacity: 0.26;
}
.point:nth-child(334) {
  top: 76%;
  left: 16%;
  opacity: 0.57;
}
.point:nth-child(335) {
  top: 58%;
  left: 63%;
  opacity: 0.25;
}
.point:nth-child(336) {
  top: 58%;
  left: 15%;
  opacity: 0.57;
}
.point:nth-child(337) {
  top: 28%;
  left: 29%;
  opacity: 0.14;
}
.point:nth-child(338) {
  top: 27%;
  left: 29%;
  opacity: 0.55;
}
.point:nth-child(339) {
  top: 34%;
  left: 13%;
  opacity: 0.29;
}
.point:nth-child(340) {
  top: 18%;
  left: 34%;
  opacity: 0.56;
}
.point:nth-child(341) {
  top: 76%;
  left: 66%;
  opacity: 0.57;
}
.point:nth-child(342) {
  top: 31%;
  left: 76%;
  opacity: 0.18;
}
.point:nth-child(343) {
  top: 25%;
  left: 53%;
  opacity: 0.49;
}
.point:nth-child(344) {
  top: 99%;
  left: 61%;
  opacity: 0.3;
}
.point:nth-child(345) {
  top: 74%;
  left: 99%;
  opacity: 0.51;
}
.point:nth-child(346) {
  top: 10%;
  left: 99%;
  opacity: 0.45;
}
.point:nth-child(347) {
  top: 2%;
  left: 28%;
  opacity: 0.46;
}
.point:nth-child(348) {
  top: 76%;
  left: 75%;
  opacity: 0.18;
}
.point:nth-child(349) {
  top: 18%;
  left: 65%;
  opacity: 0.34;
}
.point:nth-child(350) {
  top: 98%;
  left: 98%;
  opacity: 0.2;
}
.point:nth-child(351) {
  top: 59%;
  left: 95%;
  opacity: 0.16;
}
.point:nth-child(352) {
  top: 65%;
  left: 34%;
  opacity: 0.39;
}
.point:nth-child(353) {
  top: 96%;
  left: 29%;
  opacity: 0.49;
}
.point:nth-child(354) {
  top: 21%;
  left: 89%;
  opacity: 0.21;
}
.point:nth-child(355) {
  top: 60%;
  left: 15%;
  opacity: 0.17;
}
.point:nth-child(356) {
  top: 97%;
  left: 86%;
  opacity: 0.12;
}
.point:nth-child(357) {
  top: 73%;
  left: 41%;
  opacity: 0.36;
}
.point:nth-child(358) {
  top: 4%;
  left: 8%;
  opacity: 0.13;
}
.point:nth-child(359) {
  top: 98%;
  left: 18%;
  opacity: 0.45;
}
.point:nth-child(360) {
  top: 82%;
  left: 85%;
  opacity: 0.23;
}
.point:nth-child(361) {
  top: 52%;
  left: 23%;
  opacity: 0.38;
}
.point:nth-child(362) {
  top: 38%;
  left: 3%;
  opacity: 0.33;
}
.point:nth-child(363) {
  top: 49%;
  left: 79%;
  opacity: 0.22;
}
.point:nth-child(364) {
  top: 70%;
  left: 18%;
  opacity: 0.39;
}
.point:nth-child(365) {
  top: 40%;
  left: 17%;
  opacity: 0.45;
}
.point:nth-child(366) {
  top: 77%;
  left: 87%;
  opacity: 0.52;
}
.point:nth-child(367) {
  top: 28%;
  left: 30%;
  opacity: 0.46;
}
.point:nth-child(368) {
  top: 80%;
  left: 86%;
  opacity: 0.36;
}
.point:nth-child(369) {
  top: 14%;
  left: 46%;
  opacity: 0.52;
}
.point:nth-child(370) {
  top: 60%;
  left: 78%;
  opacity: 0.26;
}
.point:nth-child(371) {
  top: 17%;
  left: 6%;
  opacity: 0.11;
}
.point:nth-child(372) {
  top: 56%;
  left: 75%;
  opacity: 0.31;
}
.point:nth-child(373) {
  top: 9%;
  left: 30%;
  opacity: 0.26;
}
.point:nth-child(374) {
  top: 63%;
  left: 12%;
  opacity: 0.14;
}
.point:nth-child(375) {
  top: 70%;
  left: 35%;
  opacity: 0.27;
}
.point:nth-child(376) {
  top: 2%;
  left: 86%;
  opacity: 0.6;
}
.point:nth-child(377) {
  top: 36%;
  left: 4%;
  opacity: 0.31;
}
.point:nth-child(378) {
  top: 13%;
  left: 77%;
  opacity: 0.57;
}
.point:nth-child(379) {
  top: 37%;
  left: 97%;
  opacity: 0.17;
}
.point:nth-child(380) {
  top: 35%;
  left: 3%;
  opacity: 0.59;
}
.point:nth-child(381) {
  top: 61%;
  left: 82%;
  opacity: 0.18;
}
.point:nth-child(382) {
  top: 50%;
  left: 62%;
  opacity: 0.56;
}
.point:nth-child(383) {
  top: 51%;
  left: 78%;
  opacity: 0.54;
}
.point:nth-child(384) {
  top: 80%;
  left: 90%;
  opacity: 0.48;
}
.point:nth-child(385) {
  top: 73%;
  left: 90%;
  opacity: 0.51;
}
.point:nth-child(386) {
  top: 94%;
  left: 33%;
  opacity: 0.13;
}
.point:nth-child(387) {
  top: 57%;
  left: 83%;
  opacity: 0.23;
}
.point:nth-child(388) {
  top: 93%;
  left: 3%;
  opacity: 0.26;
}
.point:nth-child(389) {
  top: 48%;
  left: 7%;
  opacity: 0.57;
}
.point:nth-child(390) {
  top: 37%;
  left: 88%;
  opacity: 0.31;
}
.point:nth-child(391) {
  top: 22%;
  left: 55%;
  opacity: 0.44;
}
.point:nth-child(392) {
  top: 33%;
  left: 23%;
  opacity: 0.6;
}
.point:nth-child(393) {
  top: 29%;
  left: 43%;
  opacity: 0.35;
}
.point:nth-child(394) {
  top: 50%;
  left: 73%;
  opacity: 0.36;
}
.point:nth-child(395) {
  top: 23%;
  left: 42%;
  opacity: 0.23;
}
.point:nth-child(396) {
  top: 54%;
  left: 29%;
  opacity: 0.36;
}
.point:nth-child(397) {
  top: 11%;
  left: 97%;
  opacity: 0.16;
}
.point:nth-child(398) {
  top: 74%;
  left: 83%;
  opacity: 0.29;
}
.point:nth-child(399) {
  top: 93%;
  left: 92%;
  opacity: 0.19;
}
.point:nth-child(400) {
  top: 17%;
  left: 92%;
  opacity: 0.15;
}
.point:nth-child(401) {
  top: 18%;
  left: 92%;
  opacity: 0.11;
}
.point:nth-child(402) {
  top: 69%;
  left: 21%;
  opacity: 0.51;
}

@keyframes tail {
  0% {
    width: 0;
  }
  30% {
    width: 100px;
  }
  100% {
    width: 0;
  }
}
@keyframes shining {
  0% {
    width: 0;
  }
  50% {
    width: 30px;
  }
  100% {
    width: 0;
  }
}
@keyframes shooting {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(500px);
  }
}
@keyframes sky {
  0% {
    transform: rotate(45deg);
  }
  100% {
    transform: rotate(405deg);
  }
}
html, body {
  padding: 0;
  margin: 0;
}

body {
  overflow-x: hidden;
}

#container {
  flex-direction: column;
  height: 100vh;
  width: 100vw;
}
@media only screen and (min-width: 768px) {
  #container {
    width: auto;
    flex-wrap: wrap;
    display: flex;
  }
}
@media only screen and (min-width: 768px) {
  #container > div {
    padding-top: 47.5px;
    display: flex;
  }
}

.module {
  height: auto;
  padding: 40px 0;
  position: relative;
  margin-left: -3px;
}
@media only screen and (min-width: 768px) {
  .module {
    justify-content: flex-start;
    height: 100%;
    padding: 0;
  }
}

.content-c {
  position: relative;
  width: 100%;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .content-c {
    padding: 0 10%;
  }
}
.content-c--npl {
  padding-left: 0;
}

#intro-services {
  margin-left: -3px;
  border-left: solid 1px #999;
  padding-left: 0%;
  padding-bottom: 85px;
  background-color: #f4f4f4;
}
@media only screen and (min-width: 768px) {
  #intro-services {
    padding-right: 400px;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  #intro-services {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#999999+0,f4f4f4+100 */
    background: rgb(153, 153, 153); /* Old browsers */
    background: -moz-linear-gradient(left, rgb(153, 153, 153) 0%, rgb(244, 244, 244) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgb(153, 153, 153) 0%, rgb(244, 244, 244) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgb(153, 153, 153) 0%, rgb(244, 244, 244) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#999999", endColorstr="#f4f4f4",GradientType=1 ); /* IE6-9 */
  }
}
#intro-services p {
  color: white;
  font-size: 1.5em;
}
#intro-services p.main {
  width: 850px;
  text-shadow: 1px 1px black;
  font-size: 1.7em;
  padding-right: 300px;
}
#intro-services p.pl {
  padding-left: 100px;
}
#intro-services .cut-top-left {
  position: absolute;
  z-index: 4;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 47px 47px 0 0;
  border-color: #f4f4f4 transparent transparent transparent;
  transform: translate(-3px, -3px);
}
@media only screen and (min-width: 768px) {
  #intro-services .cut-top-left {
    border-color: #999 transparent transparent transparent;
  }
}
#intro-services .content-c {
  width: 90%;
}
@media only screen and (min-width: 768px) {
  #intro-services .content-c {
    width: 650px;
  }
}
#intro-services .content-c .img-intro {
  width: 100%;
}
#intro-services .content-c .img-intro div.main {
  padding: 10px 10px !important;
}
@media only screen and (min-width: 768px) {
  #intro-services .content-c .img-intro div.main {
    padding: 10px 30px !important;
  }
}
#intro-services .content-c .img-intro div.main span {
  display: none;
}
@media only screen and (min-width: 768px) {
  #intro-services .content-c .img-intro div.main span {
    display: block;
  }
}

p.main {
  color: white;
  font-size: 2em;
}

.img-intro {
  background: transparent url('assets/images/web2.jpg') no-repeat left bottom;
  background-size: cover;
  position: relative;
  width: 85%;
  margin: auto;
  height: 300px;
}
@media only screen and (min-width: 768px) {
  .img-intro {
    width: 650px;
    padding: 100px 50px;
  }
}
.img-intro div.main {
  line-height: 1.3em;
  text-transform: none !important;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  background-color: #fff;
  color: black !important;
  text-shadow: none !important;
  font-weight: bold;
  text-transform: uppercase;
  border: solid 1px #ccc;
  width: 85% !important;
  padding-right: 0 !important;
  padding: 10px 30px !important;
  font-size: 0.8em !important;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .img-intro div.main {
    left: 24%;
    transform: translate(0, 50%);
    font-size: 1.1em !important;
    text-align: left;
  }
}
.img-intro div.main span {
  display: block;
  font-size: 0.9rem;
  color: #888;
  text-align: right;
  padding-right: 50px;
}
.img-intro .cut-bottom-right {
  border-color: transparent transparent #D0D0D0 transparent;
  display: none;
}
@media only screen and (min-width: 768px) {
  .img-intro .cut-bottom-right {
    display: block;
  }
}
.img-intro.testimonial {
  transform: translate(0, 0px);
}
.img-intro.testimonial div.main {
  margin-left: 100px;
  width: 600px !important;
  padding-top: 20px !important;
  position: relative;
  transform: translate(0, 100px);
}
.img-intro.testimonial div.main p {
  font-size: 1rem !important;
  font-weight: normal !important;
  color: black !important;
}
.img-intro.testimonial div.main span {
  margin-top: 10px;
}

.content-c.testimonial {
  transform: translate(0, -50px);
}
.content-c.testimonial .img-intro {
  background: transparent url(assets/images/web2.jpg) no-repeat left bottom;
  background-size: 55% 100%;
}
.content-c.testimonial .img-intro div.main {
  margin-left: 100px;
  width: 600px !important;
  padding-top: 20px !important;
  position: relative;
  transform: translate(0, 100px);
}
.content-c.testimonial .img-intro div.main p {
  font-size: 1rem !important;
  font-weight: normal !important;
  color: black !important;
}
.content-c.testimonial .img-intro div.main span {
  margin-top: 10px;
}
.content-c.testimonial .img-intro div.main .cut {
  border-color: transparent transparent #E5E5E5 transparent;
}

#services {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e8e8e8+0,ffffff+100 
  background: rgb(232,232,232); 
  background: -moz-linear-gradient(left,  rgba(232,232,232,1) 0%, rgba(255,255,255,1) 100%); 
  background: -webkit-linear-gradient(left,  rgba(232,232,232,1) 0%,rgba(255,255,255,1) 100%); 
  background: linear-gradient(to right,  rgba(232,232,232,1) 0%,rgba(255,255,255,1) 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#ffffff',GradientType=1 ); 
  */
}

.columns {
  height: auto;
  width: 100%;
  justify-content: flex-start;
}
@media only screen and (min-width: 768px) {
  .columns {
    height: 70%;
    max-height: 600px;
    width: 1800px;
  }
}
.columns--double .item {
  width: 50%;
  margin: 0;
}
.columns--triple {
  width: 100%;
}
.columns--triple .item {
  width: 100%;
  height: 100%;
  position: relative;
  margin-bottom: 20px;
  border-bottom: solid 1px #ccc !important;
  padding-bottom: 20px !important;
}
@media only screen and (min-width: 768px) {
  .columns--triple .item {
    width: 33.3%;
    margin-bottom: 0;
    border: none !important;
    padding-bottom: 0 !important;
  }
}
.columns--triple .item:last-child {
  border: none !important;
}
.columns--triple .item:nth-child(2) {
  background-color: #ffffff;
  border: solid 1px #ccc;
  padding: 40px 15px 60px 15px;
  height: auto;
  align-self: flex-start;
  margin-top: 2%;
  text-align: center;
}
.columns--triple .item:nth-child(2) h3 {
  font-size: 1.5em;
  margin-bottom: 16px;
}
.columns--triple .item:nth-child(2) h3 span {
  display: block;
  color: #888;
  font-size: 0.9rem;
  line-height: 0.8rem;
}
.columns--triple .item .img {
  box-shadow: 6px 6px 13px rgba(0, 0, 0, 0.3);
  border: solid 1px #ccc;
}
.columns--triple .item.left .img.main {
  width: 65%;
  height: 70%;
  transform: translate(0, -50%);
  background: transparent url('assets/images/pastel3.jpg') no-repeat center;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 0;
}
.columns--triple .item.left .img:nth-child(1) {
  position: absolute;
  left: 36.5%;
  top: 5%;
  width: 55%;
  height: 450px;
  background: transparent url('assets/images/id1.jpg') no-repeat center;
  background-size: cover;
  z-index: 2;
}
.columns--triple .item.left .img:nth-child(3) {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 38%;
  background: transparent url('assets/images/test2.jpg') no-repeat center;
  background-size: cover;
  z-index: 1;
  transform: translate(50%, 0);
}
.columns--triple .item.right .img.main {
  width: 65%;
  height: 55%;
  transform: translate(0, -50%);
  background: transparent url('assets/images/past.jpg') no-repeat center;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: auto;
  right: 0;
  z-index: 2;
}
.columns--triple .item.right .img:nth-child(1) {
  position: absolute;
  left: 8%;
  top: 5%;
  width: 75%;
  height: 450px;
  background: transparent url('assets/images/web2.jpg') no-repeat center;
  background-size: cover;
  z-index: 0;
}
.columns--triple .item.right .img:nth-child(3) {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 80%;
  height: 38%;
  background: transparent url('assets/images/past2.jpg') no-repeat center;
  background-size: cover;
  z-index: 3;
  transform: translate(-70%, 0);
}
.columns--service .item {
  height: auto;
}
@media only screen and (min-width: 768px) {
  .columns--service .item {
    height: 100%;
  }
}
.columns--service .item.left {
  position: relative;
  width: 100%;
  height: 200px;
}
@media only screen and (min-width: 768px) {
  .columns--service .item.left {
    width: 850px;
    height: 100%;
  }
}
.columns--service .item.left .img {
  box-shadow: 6px 6px 13px rgba(0, 0, 0, 0.3);
}
.columns--service .item.left .img.main {
  width: 65%;
  height: 70%;
  transform: translate(0, -50%) rotate(5deg);
  background: transparent url('assets/images/past.jpg') no-repeat center;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 0;
}
.columns--service .item.left .img:nth-child(1) {
  position: relative;
  left: auto;
  top: auto;
  width: 90%;
  margin: auto;
  height: 100%;
  background: transparent url('assets/images/past3.jpg') no-repeat center;
  background-size: cover;
  z-index: 2;
  transform: rotate(-5deg);
}
@media only screen and (min-width: 768px) {
  .columns--service .item.left .img:nth-child(1) {
    position: absolute;
    left: 40%;
    top: 5%;
    width: 45%;
    height: 450px;
    background: transparent url('assets/images/past3.jpg') no-repeat center;
    background-size: cover;
    z-index: 2;
    transform: rotate(-5deg);
  }
}
.columns--service .item.left .img:nth-child(3) {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
  height: 38%;
  background: transparent url('assets/images/test2.jpg') no-repeat center;
  background-size: cover;
  z-index: 1;
}
.columns--service .item.right {
  width: 950px;
  padding-left: 70px;
  padding-right: 250px;
}
.columns--service .item.right .cont-info {
  width: 90%;
  margin: auto;
}
@media only screen and (min-width: 768px) {
  .columns--service .item.right .cont-info {
    width: 100%;
  }
}
.columns--service .item.right .cont-info .title {
  position: absolute;
  bottom: 61%;
  transform: translate(-150px, 0);
}
.columns--service .item.right .cont-info .title .after-title {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 0.8em;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .columns--service .item.right .cont-info .title .after-title {
    text-align: left;
  }
}
.columns--service .item.right .cont-info .title h2 {
  padding: 8px 40px;
  border-top: solid 2px #ccc;
  border-bottom: solid 2px #ccc;
  text-transform: none;
}
.columns--service .item.right .cont-info .title h2 span {
  display: block;
  color: #888;
  font-size: 0.9rem;
  line-height: 0rem;
}
.columns--service .item.right .cont-info .title h2 span.inside {
  display: block;
}
.columns--service .item.right .cont-info .btns-container {
  justify-content: flex-start;
}
.columns--service#foto-serv .item.left .img.main {
  width: 100%;
  left: 0;
  top: 50%;
  box-shadow: none;
  transform: translate(0, -50%) rotate(0);
  background: transparent url('assets/images/foto.png') no-repeat center;
  background-size: cover;
}
.columns--service#marca-serv .item.left .img.main {
  height: 90%;
  width: 100%;
  left: 0;
  top: 50%;
  box-shadow: none;
  transform: translate(0, -50%) rotate(0);
  background: transparent url('assets/images/marca.png') no-repeat center;
  background-size: cover;
}
.columns--service-variation .item.left .img:nth-child(1) {
  position: absolute;
  left: 40%;
  top: auto;
  bottom: 0;
  width: 35%;
  height: 450px;
  background: transparent url('assets/images/past3.jpg') no-repeat center;
  background-size: cover;
  z-index: 2;
}
.columns--service-variation .item.left .img:nth-child(3) {
  position: absolute;
  right: 0;
  bottom: auto;
  top: 5%;
  width: 50%;
  height: 38%;
  background: transparent url('assets/images/test2.jpg') no-repeat center;
  background-size: cover;
  z-index: 1;
}
.columns--service-variation .item.right .cont-info h2 {
  position: absolute;
  bottom: 31%;
  transform: translate(-150px, 0);
  font-size: 2.5em;
}
.columns--service-variation .item.right .cont-info h2 span {
  display: block;
  color: #888;
  font-size: 0.9rem;
  line-height: 0;
}
.columns--service-variation .item.right .cont-info p {
  padding-top: 0;
  font-size: 1.2em;
}
.columns--service-variation .item.right .cont-info .btns-container {
  justify-content: flex-start;
}
.columns--card-services {
  align-items: stretch;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .columns--card-services {
    width: 1800px;
  }
}
.columns--card-services .item {
  background-color: #f7f8fc;
  border: solid 1px #d6d6d6;
  padding: 0 0 20px 0;
  position: relative;
  margin: 0 auto 20px auto;
}
.columns--card-services .item.big-title {
  justify-content: center;
  align-items: center;
  align-content: center;
}
.columns--card-services .item.big-title h3 {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .columns--card-services .item.big-title h3 {
    text-align: left;
  }
}
.columns--card-services .item .img {
  width: 100%;
  height: 230px;
  background: transparent url('assets/images/web2.jpg') no-repeat left bottom;
  background-size: cover;
  margin-bottom: 20px;
}
.columns--card-services .item .img.icon {
  background: none;
}
.columns--card-services .item .img.icon .has-svg {
  width: 100px;
  height: 100px;
}
.columns--card-services .item h3 {
  font-size: 1em;
  margin-bottom: 15px;
  text-align: left;
  width: 100%;
}
.columns--card-services .item h4 {
  font-size: 1em;
  text-transform: none;
  text-align: center;
  width: 90%;
  margin: auto;
  font-weight: normal;
}
.columns--card-services .item .tbl {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-2px, -2px) rotate(180deg);
}
.columns--card-services .item .tbl div {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 25px 25px;
  border-color: transparent transparent white transparent;
}
.columns--card-services .item--double {
  padding: 20px;
  position: relative;
  padding: 0 20px 0 0;
  border: 2px solid #679CD1;
}
.columns--card-services .item--double .img {
  width: auto;
  margin: 0 7% 0 0;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(20px, -40px);
  width: 1px;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .columns--card-services .item--double .img {
    position: relative;
    transform: translate(0);
  }
}
.columns--card-services .item--double .img .has-svg {
  display: none;
}
.columns--card-services .item--double .info {
  flex: 1;
}
.columns--card-services .item--double .info h4 {
  text-align: left;
  margin: 0 0 20px 0;
  color: #679CD1;
  padding-bottom: 10px;
  border-bottom: solid 1px #679CD1;
  padding-left: 50px;
}
@media only screen and (min-width: 768px) {
  .columns--card-services .item--double .info h4 {
    padding-left: 30px;
  }
}
.columns--card-services .item--double .number {
  position: absolute;
  right: 0;
  top: 10%;
  font-size: 2.5em;
  color: white;
  font-weight: bold;
  z-index: 10;
  transform: translate(50%, 0%);
  background-color: #679CD1;
  padding: 5px 5px;
}
.columns--card-services .item--double .number .tl {
  position: absolute;
  right: 98.5%;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 50px 28px;
  border-color: transparent transparent #679CD1 transparent;
}
.columns--card-services .item--double .number .tr {
  position: absolute;
  left: 98.5%;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 28px 0 0;
  border-color: #679CD1 transparent transparent transparent;
}
.columns--card-services.three .item {
  background-color: #fff;
  width: 90%;
  margin-bottom: 50px;
  padding: 20px 10px;
}
@media only screen and (min-width: 768px) {
  .columns--card-services.three .item {
    width: 30.3%;
    margin: 0 1.5%;
    margin-bottom: 20px;
    padding: 0;
  }
}
.columns--card-services.three .item.big-title {
  background-color: transparent;
  border: none;
  width: 95%;
  box-shadow: none;
}
@media only screen and (min-width: 768px) {
  .columns--card-services.three .item.big-title {
    transform: translate(-170px, 0);
    width: 30.3%;
  }
}
.columns--card-services.five .item {
  width: 95%;
}
@media only screen and (min-width: 768px) {
  .columns--card-services.five .item {
    width: 19%;
    margin: 0 0.5% 20px 0.5%;
  }
}
.columns--card-services.five .item.big-title {
  background-color: transparent;
  border: none;
  text-align: center;
  box-shadow: none;
}
@media only screen and (min-width: 768px) {
  .columns--card-services.five .item.big-title {
    text-align: left;
    width: 39%;
    transform: translate(-170px, 0);
  }
}
.columns--card-services.five .item .img {
  width: 100%;
  height: 230px;
  background: transparent url('assets/images/web2.jpg') no-repeat left bottom;
  background-size: cover;
  margin-bottom: 20px;
}
.columns--card-services.five .item:nth-child(2) .img {
  background: transparent url('assets/images/serv-dis.jpg') no-repeat left bottom;
  background-size: cover;
}
.columns--card-services.five .item:nth-child(3) .img {
  background: transparent url('assets/images/serv-fot.jpg') no-repeat left bottom;
  background-size: cover;
}
.columns--card-services.five .item:nth-child(4) .img {
  background: transparent url('assets/images/web.jpg') no-repeat left bottom;
  background-size: cover;
}
.columns--card-services.five .item:nth-child(5) .img {
  background: transparent url('assets/images/test2.jpg') no-repeat left bottom;
  background-size: cover;
}
.columns--card-services.five .item:nth-child(6) .img {
  background: transparent url('assets/images/test1.jpg') no-repeat left bottom;
  background-size: cover;
}
.columns--card-services.five .item:nth-child(7) .img {
  background: transparent url('assets/images/past3.jpg') no-repeat left bottom;
  background-size: cover;
}
.columns--card-services.five .item:nth-child(8) .img {
  background: transparent url('assets/images/web2.jpg') no-repeat left bottom;
  background-size: cover;
}
.columns--card-services.oneUpfourDown .item {
  width: 24%;
  margin: 0 0.5%;
}
.columns--card-services.oneUpfourDown .item.big-title {
  width: 100%;
  text-align: center;
  background-color: transparent;
  border: none;
  box-shadow: none;
}
.columns--card-services.oneUpfourDown .item.big-title h3 {
  text-align: left;
  font-size: 1.9em;
}
.columns--card-services.oneUpfourDown .item.big-title h3 span {
  display: block;
  color: #777;
  font-size: 1.2rem;
  line-height: 0.75em;
}

.textPlusCard {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
}
@media only screen and (min-width: 768px) {
  .textPlusCard {
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
    padding: 0 60px;
  }
}
@media only screen and (min-width: 768px) {
  .textPlusCard .columns {
    padding-left: 170px;
  }
}

#cta-cases {
  width: 130vw;
  background-color: #f4f4f4;
  padding: 0 5%;
}

#cta-contact {
  background-color: black;
  z-index: 10;
  height: 100vh;
}
#cta-contact .columns {
  width: 100vw;
  align-items: center;
  align-content: center;
  z-index: 1;
  position: relative;
}
#cta-contact .columns .item {
  width: 50%;
}
#cta-contact .columns .item.left {
  display: none;
}
#cta-contact .columns .item.left .img {
  left: auto;
  right: 0;
  top: 0;
  transform: translate(0);
  height: 100%;
  width: 85%;
}
#cta-contact .columns .item.right {
  height: auto;
  width: 100%;
  padding: 0 5%;
}
#cta-contact .columns .item.right .cont-info {
  text-align: center;
}
#cta-contact .columns .item.right .cont-info h2 {
  color: white;
  position: relative;
  padding: 20px 10px;
  transform: translate(0px, 0);
  line-height: 1.5em;
  font-size: 1.3em;
  text-transform: none;
}
#cta-contact .columns .item.right .cont-info h2 span {
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  #cta-contact .columns .item.right .cont-info h2 {
    font-size: 3.3em;
  }
}
#cta-contact .columns .item.right .btns-container {
  justify-content: center;
}
#cta-contact .container-cta-contact {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
#cta-contact .container-pen {
  height: 140px;
  width: 140px;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(-40%, -50px);
  z-index: 10;
}
#cta-contact .container-pen .container-cc {
  width: 100%;
  height: 100%;
  position: relative;
}
#cta-contact .container-pen .container-cc .pen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: translate(0, 0) rotate(20deg);
  background-color: transparent !important;
}
#cta-contact .container-pen .container-cc .pen svg polygon {
  stroke: white !important;
  stroke-width: 8 !important;
}
#cta-contact .container-pen .container-cc .pen:nth-child(1) {
  transform: translate(-100%, -32%) rotate(20deg);
}
#cta-contact .container-pen .container-cc .pen:nth-child(2) {
  transform: translate(-82%, 59%) rotate(20deg);
}
#enque {
  padding-right: 0;
  z-index: 10;
  position: relative;
  background-color: #fff;
}
@media only screen and (min-width: 768px) {
  #enque {
    transform: translate(-10px, 0);
  }
}
#enque .columns {
  max-height: none;
}
@media only screen and (min-width: 768px) {
  #enque .columns {
    max-height: 600px;
  }
}
#enque .columns .item {
  height: auto;
  flex-direction: column;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  #enque .columns .item {
    height: 50%;
  }
}
#enque .columns .item .img {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  #enque .columns .item .img {
    flex: 1;
  }
}
#enque .columns .item h4 {
  padding: 10px 0;
}

#quein {
  background-color: #f4f4f4;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  #quein {
    width: 2100px;
  }
}

#services-main {
  height: 100vh;
  width: auto;
  justify-content: flex-start;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  #services-main {
    width: 50vw;
  }
}
#services-main .columns {
  height: 100vh;
  width: auto;
  max-height: none;
  align-items: center;
  align-content: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  #services-main .columns {
    height: auto;
    max-height: 600px;
  }
}
#services-main .columns .item.right {
  padding: 0 4%;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  #services-main .columns .item.right {
    padding: 0 70px;
  }
}
#services-main .columns .item.right .cont-info h2 {
  transform: translate(0);
  position: relative;
  padding: 10px 40px;
  color: #27c1c1;
  border-top: solid 3px #27c1c1;
  border-bottom: solid 3px #27c1c1;
  display: block;
  margin: 0 auto 20px auto;
  text-align: center;
  font-size: 1.3em;
  width: 80%;
}
@media only screen and (min-width: 768px) {
  #services-main .columns .item.right .cont-info h2 {
    width: auto;
    display: inline-block;
  }
}
#services-main .columns .item.right .cont-info p {
  color: white;
  display: block;
  z-index: 10;
  transform: translate(0);
  font-size: 1.1em;
}
@media only screen and (min-width: 768px) {
  #services-main .columns .item.right .cont-info p {
    font-size: 1.3em;
  }
}
#services-main.single {
  background-color: black;
  z-index: 100;
  position: relative;
  z-index: -1;
  width: auto;
  overflow: hidden;
}
#services-main.single .columns {
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  #services-main.single .columns .item.right .cont-info {
    width: 800px;
    padding-right: 300px;
  }
}
#services-main.single .columns .item.right .cont-info .title {
  transform: translate(0, 0);
  position: relative;
  bottom: auto;
}
#services-main.single .columns .item.right .cont-info .title .after-title {
  color: white;
}
#services-main.single .columns .item.right .cont-info h2 {
  font-size: 1.4em;
  color: white;
}
#services-main.single .columns .item.right .cont-info h2.web-color {
  color: #679CD1;
}
#services-main.single .columns .item.right .cont-info p {
  color: black;
  font-size: 1.15em;
  color: white;
}
@media only screen and (min-width: 768px) {
  #services-main.single .columns .item.right .cont-info p {
    transform: translate(100px, 0);
  }
}
#services-main.single .module {
  position: absolute;
  right: 0;
  z-index: 0;
  transform: translate(120px, 0);
  background-color: black !important;
  display: none;
}
@media only screen and (min-width: 768px) {
  #services-main.single .module {
    display: block;
  }
}
#services-main.case {
  background-color: black;
}
#services-main.case .columns .item.right .cont-info {
  width: 95%;
}
@media only screen and (min-width: 768px) {
  #services-main.case .columns .item.right .cont-info {
    width: 600px;
    padding-right: 100px;
  }
}
#services-main.case .columns .item.right .cont-info h2 {
  padding-left: 0;
}
#services-main.case .columns .item.right .cont-info .what p {
  transform: none;
}

.services-container {
  height: auto;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
@media only screen and (min-width: 768px) {
  .services-container {
    padding-left: 50px;
    height: 100vh;
    padding-bottom: 0;
  }
}
.services-container .item {
  width: 90%;
  max-width: 370px;
  margin: 0 auto 50px auto;
  position: relative;
  border-radius: 0;
}
@media only screen and (min-width: 768px) {
  .services-container .item {
    max-width: none;
    width: 400px;
    margin: 0 100px 0 0;
  }
  .services-container .item:nth-child(odd) {
    transform: translate(0, 0px);
  }
  .services-container .item:nth-child(even) {
    transform: translate(0, 70px);
  }
}
.services-container .item:nth-child(1) .container {
  background: transparent url('assets/images/s3.jpg') no-repeat center;
  background-size: cover;
}
.services-container .item:nth-child(2) .container {
  background: transparent url('assets/images/s1.jpg') no-repeat center;
  background-size: cover;
}
.services-container .item:nth-child(3) .container {
  background: transparent url('assets/images/s2.jpg') no-repeat center;
  background-size: cover;
}
.services-container .item:hover .container p, .services-container .item:hover .container .bg-bg {
  opacity: 0;
}
.services-container .item.web h3 {
  border: 4px solid #679CD1;
}
.services-container .item.web .m-btn {
  background-color: #679CD1 !important;
}
.services-container .item.web .m-btn:hover {
  background-color: #4083c5 !important;
  border: solid 3px #4083c5 !important;
  transform: translate(0, -3px);
}
.services-container .item.fot h3 {
  border: 4px solid #CE6F2A;
}
.services-container .item.fot .m-btn {
  background-color: #CE6F2A !important;
  border-color: #CE6F2A !important;
}
.services-container .item.fot .m-btn:hover {
  background-color: #a45821 !important;
  border: solid 3px #a45821 !important;
  transform: translate(0, -3px);
}
.services-container .item.dis h3 {
  border: 4px solid #bd2254;
}
.services-container .item.dis .m-btn {
  background-color: #bd2254 !important;
  border-color: #bd2254 !important;
}
.services-container .item.dis .m-btn:hover {
  background-color: #921a41 !important;
  border: solid 3px #921a41 !important;
  transform: translate(0, -3px);
}
.services-container .item .tbl {
  position: absolute;
  bottom: -3px;
  right: -3px;
}
.services-container .item .tbl div {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 50px 50px;
  border-color: transparent transparent black transparent;
}
.services-container .item .container {
  background-color: #f4f4f4;
  padding: 20px 20px 20px 20px;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
  border: solid 1px #ccc;
  position: relative;
}
.services-container .item .container a {
  text-decoration: none;
}
.services-container .item .container h3 {
  color: black;
  z-index: 4;
  text-transform: none;
  letter-spacing: 1px;
  margin-bottom: 20px;
  font-size: 1.2em;
  text-align: left;
  width: 100%;
  padding: 10px 20px;
  position: relative;
  background-color: #fff;
  transform: translate(-50px, 0);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
}
.services-container .item .container .bg-bg {
  position: absolute;
  width: 100%;
  height: 70%;
  left: 0;
  top: 0;
  z-index: 0;
  transition: all 0.3s ease;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+46,ffffff+100&1+46,0+100 */
  background: -moz-linear-gradient(top, rgb(255, 255, 255) 46%, rgba(255, 255, 255, 0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgb(255, 255, 255) 46%, rgba(255, 255, 255, 0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgb(255, 255, 255) 46%, rgba(255, 255, 255, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#00ffffff",GradientType=0 ); /* IE6-9 */
}
.services-container .item .container p {
  position: relative;
  margin-bottom: 200px;
  font-size: 1em;
  transition: all 0.3s ease;
}
.services-container .item .container .btns-container {
  display: inline-block;
  width: 80%;
}
.services-container .item .container .btns-container .m-btn {
  background-color: #f4f4f4 !important;
  color: black;
  width: 100%;
  text-align: center;
  transition: all 0.3s ease;
  margin-top: 0;
  border: none;
}
.services-container .item .container .btns-container .m-btn:hover {
  background-color: inherit !important;
  transform: none;
  color: white;
  border: none !important;
}

#contact {
  width: 100vw;
  height: auto;
  padding: 140px 5% 100px 5%;
  position: relative;
  background-color: black;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  #contact {
    padding: 140px 10% 100px 10%;
  }
}
#contact .bg-stars {
  position: absolute;
}
#contact .columns {
  max-height: none;
  height: auto;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  #contact .columns {
    flex-direction: row-reverse;
  }
}
#contact .columns .left, #contact .columns .right {
  padding: 0;
}
#contact .columns .left {
  width: 100%;
  height: auto;
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  #contact .columns .left {
    width: 40%;
  }
}
#contact .columns .right {
  width: 100%;
  padding-top: 40px;
}
@media only screen and (min-width: 768px) {
  #contact .columns .right {
    width: 55%;
  }
}
#contact .columns .right h2 {
  position: relative;
  transform: translate(0);
  margin-bottom: 30px;
  font-size: 1.7rem;
  color: white;
}
#contact .columns .right p {
  padding-left: 10%;
  font-size: 1.1em;
  color: white;
}
#contact .container-pen {
  height: 140px;
  width: 140px;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(0%, 0px);
  z-index: 10;
}
#contact .container-pen .container-cc {
  width: 100%;
  height: 100%;
  position: relative;
}
#contact .container-pen .container-cc .pen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: translate(0, 0) rotate(20deg);
  background-color: transparent !important;
}
#contact .container-pen .container-cc .pen svg polygon {
  stroke: #ccc !important;
  stroke-width: 8 !important;
}
#contact .container-pen .container-cc .pen:nth-child(1) {
  transform: translate(-100%, -32%) rotate(20deg);
}
#contact .container-pen .container-cc .pen:nth-child(2) {
  transform: translate(-82%, 59%) rotate(20deg);
}

.form-container {
  width: 100%;
  height: auto;
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.4);
  position: relative;
}
@media only screen and (min-width: 768px) {
  .form-container {
    width: 500px;
  }
}
.form-container .out {
  width: 100%;
  height: 100%;
  padding: 10px;
  background-color: black;
  border: solid 4px #27c1c1;
}
.form-container .inside {
  width: 100%;
  height: 100%;
  padding: 20px 25px;
  background-color: #f7f8fc;
  position: relative;
  overflow: hidden;
}
.form-container .inside .tri {
  border-right: solid 4px #f7f8fc;
  z-index: 0;
}
.form-container .tri {
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-36px, -23px) rotate(40deg);
  transform-origin: 50%, 50%;
  border-right: solid 4px #27c1c1;
  width: 60px;
  height: 44px;
  background-color: black;
  z-index: 1;
}
.form-container .tri div {
  display: none;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 75px 0 75px 70px;
  border-color: transparent transparent transparent white;
}
.form-container h4 {
  font-size: 1.15em;
  margin: 5px 0 30px 0;
  text-transform: none;
  color: #27c1c1;
  padding: 20px 0 0 0;
  text-align: center;
  font-size: 1.4em;
}
.form-container .wpforms-field input, .form-container .wpforms-field textarea {
  width: 100%;
  max-width: none !important;
  border: solid 2px #27c1c1 !important;
}
.form-container .wpforms-submit-container button {
  background-color: #27c1c1 !important;
  color: white !important;
  text-transform: uppercase !important;
  width: 80% !important;
  font-weight: bold;
  border-radius: 6px !important;
  display: block !important;
  margin: 20px auto 0 auto !important;
  transition: all 0.3s ease;
}
.form-container .wpforms-submit-container button:hover {
  background-color: #1a8181 !important;
}

.social {
  justify-content: flex-start;
  align-content: flex-start;
  flex-direction: column;
  padding-left: 10%;
}
.social .item {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
  color: black;
  /*
  &:nth-child(1){

  	.image{
  		background: transparent resolve('assets/images/s1.png') no-repeat center;
  		background-size: cover;
  	}

  }
  &:nth-child(2){

  	.image{
  		background: transparent resolve('assets/images/s2.png') no-repeat center;
  		background-size: cover;
  	}

  }
  &:nth-child(3){

  	.image{
  		background: transparent resolve('assets/images/s3.png') no-repeat center;
  		background-size: cover;
  	}

  }
  */
}
.social .item .image {
  width: 100%;
  height: 100%;
  width: 30px;
  height: 30px;
  display: block;
  margin-bottom: 8px;
}
.social .item .image svg {
  width: 100%;
  height: auto;
  fill: #27c1c1;
}
.social .item p {
  letter-spacing: 1px;
}

.divider {
  width: 400px;
  height: 100%;
  background-color: black;
  position: relative;
  overflow: hidden;
  display: none;
}
@media only screen and (min-width: 768px) {
  .divider {
    display: block;
  }
}
.divider div {
  height: 100%;
  width: 100%;
  position: absolute;
}
.divider div:nth-child(1) {
  transform-origin: 0 0;
  transform: rotate(-45deg);
  background-color: #999;
  left: 0;
  top: 0;
}
.divider div:nth-child(2) {
  transform: rotate(20deg);
  background-color: #999;
  transform-origin: 0 100%;
  left: 0;
  top: auto;
  bottom: 0;
  height: 150%;
}
.divider#div-cases {
  z-index: -1;
  transform: translate(-3px, 0);
  background-color: #f4f4f4;
}
.divider#div-cases div:nth-child(1) {
  transform-origin: 100% 0;
  transform: rotate(45deg);
  background-color: white;
  left: 0;
  top: 0;
}
.divider#div-cases div:nth-child(2) {
  transform: rotate(-20deg) translate(-26px, 15%);
  background-color: white;
  transform-origin: 0 100%;
  left: 0;
  top: auto;
  bottom: 0;
  height: 150%;
}
.divider#div-cases-end {
  background-color: #f4f4f4;
  z-index: -1;
  position: relative;
}
.divider#div-cases-end div:nth-child(1) {
  background-color: black;
}
.divider#div-cases-end div:nth-child(2) {
  background-color: black;
}
.divider.white {
  background-color: #fff !important;
}
.divider.gray {
  background-color: #f4f4f4;
}
.divider.end2 {
  background-color: #f4f4f4 !important;
}
.divider.end2 div {
  background-color: white !important;
}

.cut {
  position: absolute;
  z-index: 4;
}

.cut-top-left {
  position: absolute;
  z-index: 4;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 47px 47px 0 0;
  border-color: #999 transparent transparent transparent;
  transform: translate(-3px, -3px);
}

.cut-top-right {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 47px 47px 0;
  border-color: transparent #007bff transparent transparent;
}

.cut-bottom-right {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 47px 47px;
  border-color: transparent transparent #007bff transparent;
  right: 0;
  bottom: 0;
  transform: translate(3px, 3px);
}

.cut-bottom-left {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 47px 0 0 47px;
  border-color: transparent transparent transparent #007bff;
}

.foto-color {
  color: #888;
}
.foto-color h2 {
  color: #CE6F2A;
  border-top-color: #CE6F2A !important;
  border-bottom-color: #CE6F2A !important;
}

.web-color {
  color: #888;
}
.web-color h2 {
  color: #679CD1;
  border-top-color: #679CD1 !important;
  border-bottom-color: #679CD1 !important;
}

.diseno-color {
  color: #888;
}
.diseno-color h2 {
  color: #bd2254;
  border-top-color: #bd2254 !important;
  border-bottom-color: #bd2254 !important;
}

#webb .columns .left .main {
  background: transparent url('assets/images/web-index-serv2.png') no-repeat center;
  background-size: 90%;
  width: 100%;
  left: 0;
  top: 50%;
  box-shadow: none;
  transform: translate(0, -50%) rotate(0);
}
#webb .columns .right .m-btn:hover {
  color: white;
}

#marca .columns .left .img.main {
  background: transparent url('assets/images/27.jpg') no-repeat center;
  background-size: cover;
  transform: translate(0, -50%) rotate(-4deg);
  width: 70%;
  height: 80%;
}
#marca .columns .left .img:nth-child(1) {
  background: transparent url('assets/images/c2.jpg') no-repeat center;
  background-size: auto 100%;
  transform: translate(0, 0%) rotate(3deg);
  left: auto;
  top: 0%;
  right: 25%;
  height: 60%;
  width: 40%;
}
#marca .columns .left .img:nth-child(3) {
  background: transparent url('assets/images/c3.jpg') no-repeat center;
  background-size: cover;
  width: 200px;
  height: 300px;
  left: auto;
  right: 10%;
  z-index: 1;
}

.thing-triangle-bottom {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 81px 36px 81px;
  border-color: transparent transparent #007bff transparent;
}

.cont-info p {
  font-size: 1.3em;
}

.sep {
  width: 500px !important;
  height: 100%;
  justify-content: flex-start;
  align-content: flex-start;
  margin-top: -47.5px;
}
.sep.sep2 {
  justify-content: flex-end;
  align-content: flex-end;
  margin-top: 0;
  width: 600px;
}

.container-pen {
  width: 100%;
  height: 400px;
  display: none;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .container-pen {
    height: 400px;
    display: block;
  }
}
.container-pen--separator-Big .pen.small {
  width: 25%;
  height: auto;
  position: absolute;
}
.container-pen--separator-Big .pen.small:nth-child(1) {
  left: 50%;
  top: 0;
  transform: translate(-50%, -65%);
}
.container-pen--separator-Big .pen.small:nth-child(2) {
  left: 50%;
  top: 0;
  transform: translate(-135px, 30px);
}
.container-pen--separator-Big .pen.small:nth-child(3) {
  left: 50%;
  top: 0;
  transform: translate(10px, 30px);
}
.container-pen--separator-Big .pen.small svg {
  width: 100%;
  height: auto;
}
.container-pen--separator-Big .pen.small svg polygon {
  stroke: #ccc !important;
  stroke-width: 14 !important;
}
.container-pen--separator-Big .pen.big {
  top: 0;
  transform: translate(0, -70%);
}
.container-pen--separator-Big .pen.big svg polygon {
  stroke-width: 5 !important;
  stroke: #85a947 !important;
}
.container-pen--separator-Big-down {
  top: auto;
  bottom: 0;
  transform: translate(-65%, 0) rotate(90deg);
}
@media only screen and (min-width: 768px) {
  .container-pen--separator-Big-down {
    transform: translate(0, 65%);
  }
}
.container-pen--separator-Big-down .img-clip {
  transform: translate(0%, 0%) rotate(0deg);
  bottom: 0;
  left: 0;
  background-color: black;
}
.container-pen--separator-Big-down .pen.big {
  transform: rotate(10deg) translate(0, -8%);
  width: 500px;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}
.container-pen--separator-Big-down .pen.big svg polygon {
  stroke: #ccc !important;
}
.container-pen--separator-Big-down .pen.small {
  position: absolute;
  width: 80px;
  left: 20%;
  z-index: 2;
}
.container-pen--separator-Big-down .pen.small svg polygon {
  fill: #edc84b !important;
  stroke: #edc84b !important;
}

.img-clip {
  /*background: transparent resolve('assets/images/c3.jpg') no-repeat center;
  background-size: cover;*/
  background-color: black;
  width: 500px;
  height: 500px;
  position: absolute;
  transform: translate(-50%, -72%) rotate(180deg);
  top: 0;
  left: 50%;
  z-index: -1;
}

#webb .columns .right, #marca .columns .right {
  padding-right: 0;
}

.cvf {
  color: #27c1c1;
  letter-spacing: 0.1rem;
  padding: 20px 0;
  border-top: solid 2px #27c1c1;
  border-bottom: solid 2px #27c1c1;
  text-align: center;
}

.info-contact {
  width: 100%;
  height: 300px;
  position: relative;
  padding: 40px 5%;
  color: white;
}
@media only screen and (min-width: 768px) {
  .info-contact {
    width: 500px;
  }
}
.info-contact .ttl {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.info-contact .ttl div {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 40px 0 0;
  border-color: white transparent transparent transparent;
}
.info-contact .tbr {
  position: absolute;
  bottom: 0;
  right: 0;
  display: none;
}
.info-contact .tbr div {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 40px 40px;
  border-color: transparent transparent white transparent;
}
.info-contact .social {
  padding-left: 0;
}
.info-contact .social .item {
  display: flex;
}
.info-contact .social .item p {
  color: white;
  flex: 1;
  word-break: break-all;
}

.bg-stars-back {
  background-color: black;
  position: fixed;
  width: 100%;
  height: 100%;
}

#div-cases.white div {
  background-color: #f4f4f4 !important;
}

.what {
  margin-bottom: 20px;
}
.what p {
  margin: 0;
  width: 100%;
  font-weight: bold;
  color: #888;
}
.what .services {
  width: 100%;
  padding: 10px 0;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
.what .services a {
  width: 31.3%;
  margin: 0 1%;
  text-decoration: none;
}
.what .services .item {
  text-transform: uppercase;
  width: 100%;
  background-color: #f4f4f4;
  padding: 8px;
  border: solid 1px #ccc;
  font-size: 0.75em;
  font-weight: bold;
  text-align: center;
  color: #888;
  line-height: 1.3em;
  letter-spacing: 1px;
}
.what .services .item:first-child {
  margin-left: 0;
}

.nopl {
  padding-left: 0 !important;
  margin-left: 0;
}
.nopl .columns {
  padding-left: 0;
}

#feautured-proyects .columns .item h4 {
  font-weight: bold;
  margin-bottom: 20px;
}
#feautured-proyects .columns .item p {
  width: 90%;
  margin: auto;
}
#feautured-proyects .columns .item:nth-child(2) .img {
  background: transparent url('assets/images/web.jpg') no-repeat left bottom;
  background-size: cover;
}
#feautured-proyects .columns .item:nth-child(3) .img {
  background: transparent url('assets/images/test2.jpg') no-repeat left bottom;
  background-size: cover;
}
#feautured-proyects .columns .item:nth-child(4) .img {
  background: transparent url('assets/images/test1.jpg') no-repeat left bottom;
  background-size: cover;
}
#feautured-proyects .columns .item:nth-child(5) .img {
  background: transparent url('assets/images/past3.jpg') no-repeat left bottom;
  background-size: cover;
}

#container-services-index {
  padding-top: 0 !important;
  justify-content: flex-start;
  align-items: flex-start;
}
@media only screen and (min-width: 768px) {
  #container-services-index {
    flex-wrap: nowrap;
    padding-top: 0 !important;
  }
}
#container-services-index > div {
  height: auto;
  position: relative;
  width: 100%;
}
#container-services-index > div:nth-child(1) {
  height: auto;
}
@media only screen and (min-width: 768px) {
  #container-services-index > div:nth-child(1) {
    height: 100%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f4f4f4+0,f4f4f4+100&1+0,0+100 */
    background: -moz-linear-gradient(left, rgb(244, 244, 244) 0%, rgba(244, 244, 244, 0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgb(244, 244, 244) 0%, rgba(244, 244, 244, 0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgb(244, 244, 244) 0%, rgba(244, 244, 244, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f4f4f4", endColorstr="#00f4f4f4",GradientType=1 ); /* IE6-9 */
  }
}
@media only screen and (min-width: 768px) {
  #container-services-index > div {
    height: 100%;
    padding-top: 47.5px;
    position: relative;
    width: auto;
  }
}
#container-services-index .thing-triangle-bottom {
  position: absolute;
  bottom: 0;
  left: 65%;
  display: none;
}
#container-services-index .thing-triangle-bottom.up {
  bottom: auto;
  top: 0;
  transform: rotate(180deg);
}
@media only screen and (min-width: 768px) {
  #container-services-index .thing-triangle-bottom {
    display: block;
  }
}
#container-services-index .sep:last-of-type {
  display: none;
}

.container-service {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: solid 1px #ccc;
  transform: translate(-4px, 0);
}
.container-service.imd_last {
  padding-bottom: 0px;
  margin-bottom: 30px;
  border-bottom: none;
}
@media only screen and (min-width: 768px) {
  .container-service {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: none;
    transform: translate(0, 0);
  }
}
.container-service .columns {
  align-items: flex-start;
  flex-wrap: nowrap;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .container-service .columns {
    width: 1800px;
    flex-wrap: wrap;
  }
}
.container-service .columns .item.left {
  height: 314px !important;
}
@media only screen and (min-width: 768px) {
  .container-service .columns .item.left {
    height: 100% !important;
  }
}
.container-service .columns .item.left .img.main {
  box-shadow: none;
}
@media only screen and (min-width: 768px) {
  .container-service .columns .item.left .img.main {
    transform: translate(0, -50%) rotate(0);
    width: 100%;
    left: 0;
    top: 50%;
    box-shadow: none;
  }
}
.container-service .columns .item.item.right {
  padding-right: 0;
  width: 100%;
  padding-left: 0;
}
@media only screen and (min-width: 768px) {
  .container-service .columns .item.item.right {
    width: 950px;
    padding-left: 70px;
  }
}
.container-service .columns .item.item.right .cont-info .title {
  position: relative;
  bottom: auto;
  transform: translate(0, 0);
}
@media only screen and (min-width: 768px) {
  .container-service .columns .item.item.right .cont-info .title {
    position: absolute;
    bottom: 61%;
    transform: translate(-150px, 0);
  }
}
.container-service .columns .item.item.right .cont-info .title h2 {
  font-size: 1.3em;
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .container-service .columns .item.item.right .cont-info .title h2 {
    font-size: 1.8em;
    margin-bottom: 0;
  }
}
.container-service .columns .item.item.right .cont-info p {
  font-size: 0.8em;
}
@media only screen and (min-width: 768px) {
  .container-service .columns .item.item.right .cont-info p {
    font-size: 1.3em;
  }
}
.container-service .columns .item.item.right .cont-info .btns-container {
  display: inline-block;
}
.container-service .columns .item.item.right .cont-info .btns-container .m-btn {
  margin-top: 0 !important;
  background-color: #fff;
}
.container-service .columns .item.item.right .cont-info .btns-container .m-btn:hover {
  background-color: inherit;
}

.whatsApp {
  flex-direction: row;
  width: 300px;
  margin: auto;
}
.whatsApp .info {
  flex: 1;
  margin-right: 20px;
  line-height: 1.3em;
}
.whatsApp .has-svg {
  width: 30px;
}

#case-div {
  background-color: black;
  width: 295px;
  z-index: -1;
}
#case-div div {
  background-color: white;
}

.contact-fixed {
  position: fixed;
  right: 0%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: auto;
  padding: 5px 5px 5px 5px;
  z-index: 1000;
  background-color: #fff;
  border: solid 1px #ccc;
  box-shadow: -3px 3px 6px rgba(0, 0, 0, 0.3);
  border-radius: 6px 6px 0 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .contact-fixed {
    background-color: #f4f4f4;
    flex-direction: column;
    right: 0%;
    left: auto;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    width: auto;
    height: auto;
    border-radius: 6px 0 0 6px;
  }
}
.contact-fixed .has-svg {
  width: 40px;
  height: auto;
  margin-right: 25px;
  position: relative;
}
.contact-fixed .has-svg:last-child {
  margin-right: 0;
}
@media only screen and (min-width: 768px) {
  .contact-fixed .has-svg:last-of-type {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .contact-fixed .has-svg {
    width: 35px;
    margin-right: 0;
  }
  .contact-fixed .has-svg:nth-child(2) {
    width: 40px;
  }
  .contact-fixed .has-svg:hover svg {
    fill: #4AC959;
    cursor: pointer;
  }
  .contact-fixed .has-svg:hover .text-name {
    transform: translate(-120%, -50%);
    opacity: 1;
  }
}
.contact-fixed .has-svg a {
  text-decoration: none;
  width: 100%;
  height: 100%;
  flex-direction: row;
}
@media only screen and (min-width: 768px) {
  .contact-fixed .has-svg a {
    flex-direction: column;
  }
}
.contact-fixed .has-svg .txt {
  width: 50%;
  background-color: white;
  font-size: 0.75em;
  font-weight: bold;
  padding: 2px;
  text-align: center;
  text-decoration: none;
  margin-top: 5px;
}
@media only screen and (min-width: 768px) {
  .contact-fixed .has-svg .txt {
    width: 100%;
    border-radius: 3px;
  }
}
.contact-fixed .has-svg svg {
  width: 50%;
}
@media only screen and (min-width: 768px) {
  .contact-fixed .has-svg svg {
    width: 100%;
  }
}
.contact-fixed .has-svg .text-name {
  pointer-events: none;
  font-size: 0.4em;
  margin-top: 3px;
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .contact-fixed .has-svg .text-name {
    width: auto;
    margin-top: 0;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-90%, -50%);
    opacity: 0;
    z-index: -1;
    font-size: 0.7em;
    padding: 5px 8px;
    border-radius: 6px;
    transition: all 0.3s ease;
    background-color: #27c1c1;
    color: white;
  }
}

.container-intro {
  position: relative;
  background-color: black;
}
.container-intro header {
  z-index: 1 !important;
}

.intro-case {
  flex-wrap: nowrap;
  color: white;
}
.intro-case .columns {
  width: auto;
  flex-wrap: nowrap;
}
.intro-case .columns .item {
  width: 500px;
  margin-bottom: 80px;
}
@media only screen and (min-width: 768px) {
  .intro-case .columns .item {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  .intro-case .columns .item:nth-child(1) {
    margin-right: 100px;
  }
}
.intro-case .columns .item .item-title {
  justify-content: flex-start;
  padding-bottom: 10px;
  border-bottom: solid 1px white;
  width: 70%;
  margin: 0 auto 10px auto;
}
@media only screen and (min-width: 768px) {
  .intro-case .columns .item .item-title {
    width: auto;
    margin: 0 auto 10px auto;
  }
}
.intro-case .columns .item .item-title .icon {
  width: 30px;
}
@media only screen and (min-width: 768px) {
  .intro-case .columns .item .item-title .icon {
    margin-right: 20px;
  }
}
.intro-case .columns .item .item-title .icon svg {
  width: 100%;
  height: auto;
  fill: #27c1c1;
}
.intro-case .columns .item .item-title .icon.bigger {
  width: 40px;
  margin-top: -10px;
}
.intro-case .columns .item .item-title h3 {
  text-transform: none;
}
.intro-case .columns .item p {
  width: 90%;
  margin: auto;
  font-size: 1.1em;
}
@media only screen and (min-width: 768px) {
  .intro-case .columns .item p {
    padding-left: 50px;
  }
}

.client-logo {
  background-color: black;
  width: 300px;
  height: 300px;
  margin: auto;
  background: transparent url('assets/images/log11.png') no-repeat center;
  background-size: contain;
}
@media only screen and (min-width: 768px) {
  .client-logo {
    height: 300px;
    margin-right: 100px;
  }
}
.client-logo p {
  width: 300px;
  color: black;
  opacity: 0;
}

@media only screen and (min-width: 768px) {
  .problem-solution {
    margin-right: 100px;
  }
}

.client-testimonial-case {
  width: auto;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .client-testimonial-case {
    margin-left: 140px;
  }
}
.client-testimonial-case .img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  z-index: 2;
  background: transparent url('assets/images/fer.jpg') no-repeat center;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .client-testimonial-case .img {
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(-130px, -30%);
  }
}
.client-testimonial-case .testimonial-txt {
  width: 70%;
  margin: auto;
  background-color: white;
  padding: 15px;
  color: black;
  z-index: 1;
  align-self: flex-start;
  margin-top: 15px;
}
@media only screen and (min-width: 768px) {
  .client-testimonial-case .testimonial-txt {
    width: 600px;
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .client-testimonial-case .testimonial-txt p {
    padding-left: 70px;
  }
}
.client-testimonial-case .testimonial-txt p span {
  display: block;
  text-align: right;
  margin-top: 15px;
}

.results h3 {
  padding: 13px 40px;
  border-top: solid 2px black;
  border-bottom: solid 2px black;
  text-transform: none;
  font-size: 1.7em;
}
@media only screen and (min-width: 768px) {
  .results h3 {
    transform: translate(0, -150px);
    margin-right: 100px;
  }
}

.proof-pic {
  width: 90%;
  margin: 0 0 40px 0;
}
@media only screen and (min-width: 768px) {
  .proof-pic {
    width: 650px;
    margin: 0 70px;
  }
}
.proof-pic:nth-child(1) .img {
  background: transparent url('assets/images/c1.jpg') no-repeat center;
  background-size: cover;
}
.proof-pic:nth-child(2) .img {
  background: transparent url('assets/images/c2.jpg') no-repeat center;
  background-size: cover;
}
.proof-pic:nth-child(3) .img {
  background: transparent url('assets/images/c3.jpg') no-repeat center;
  background-size: cover;
}
.proof-pic .img {
  width: 100%;
  height: 390px;
  background-color: red;
}
.proof-pic .info h4 {
  margin: 10px 0;
}

#proof-case {
  flex-wrap: nowrap;
  padding-top: 0;
}

.separator {
  background-color: #2596BE;
  margin-top: -80px;
  /*
  position: relative;
  width: 100%;
  height: 300px;
  background-color: #2596BE;
  overflow: hidden;
  >div{
  	position: absolute;
  	left: 0%;
  	top: 0;
  	width: 100%;
  	height: 100%;
  	transform: translate(0, 0);
  	background-color: white;
  	border: solid 20px #89bee7;
  	&:nth-child(1){
  		transform-origin: 0 0;
  		transform: rotate(15.5deg) translate(-20px, 0);
  	}
  	&:nth-child(2){
  		transform-origin: 100% 0;
  		transform: rotate(-30deg) translate(20px, 0);
  	}
  }
  */
}
.separator.hide-on-mobile {
  display: none;
}
@media only screen and (min-width: 768px) {
  .separator.hide-on-mobile {
    display: block;
  }
}
.separator.up {
  position: relative;
  background-color: transparent;
  margin-top: 0;
  z-index: 0;
  pointer-events: none;
}
@media only screen and (min-width: 768px) {
  .separator.up {
    margin-top: -120px;
  }
}
.separator.spin {
  transform: rotate(180deg);
  margin-top: -3.5px;
  z-index: -1;
}
.separator.help {
  margin-top: -60px;
}
.separator.help svg {
  transform: translate(0, 4px);
}
.problems-lan {
  margin-top: -3.5px;
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 50px;
  position: relative;
  z-index: 2;
}
.problems-lan h3 {
  max-width: 1000px;
  margin: 30px auto 50px 20px;
  font-size: 1em;
}
@media only screen and (min-width: 768px) {
  .problems-lan h3 {
    margin: 0 auto 50px auto;
    font-size: 1.8em;
  }
}
.problems-lan .columns {
  width: 90%;
  margin: auto;
  max-width: 1100px;
  align-items: flex-start;
}
.problems-lan .columns .item {
  margin-top: 0;
  border: none;
  text-align: center;
  padding: 0px 15px;
}
.problems-lan .columns .item h2 {
  font-size: 1em;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .problems-lan .columns .item h2 {
    font-size: 1.3em;
  }
}
.problems-lan .columns .item .icon {
  width: 120px;
  height: 120px;
  background-color: #fff;
  margin: 0 auto 20px auto;
}
.problems-lan .columns .item .icon svg {
  width: 100%;
  height: auto;
}

.soluciones {
  background-color: #2596be;
  color: white;
  margin-top: -1.5px;
}
.soluciones .columns {
  width: 95%;
  margin: 0 auto 70px auto;
  flex-direction: column-reverse;
  padding-bottom: 20px;
  border-bottom: solid 1px #ccc;
}
.soluciones .columns:last-child {
  border: none !important;
}
@media only screen and (min-width: 768px) {
  .soluciones .columns {
    max-width: 1200px;
    flex-direction: row;
  }
}
.soluciones .columns .item {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .soluciones .columns .item {
    width: 48%;
    margin: 0 1%;
  }
}
.soluciones .columns .item h4 {
  margin-bottom: 20px;
  text-transform: none;
  font-size: 1.1em;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .soluciones .columns .item h4 {
    font-size: 2.3em;
    text-align: left;
  }
}
.soluciones .columns .item p {
  font-size: 0.9em;
}
@media only screen and (min-width: 768px) {
  .soluciones .columns .item p {
    font-size: 1.3em;
  }
}
.soluciones .columns:nth-child(odd) .item.right {
  background: transparent url('assets/images/bgcomp2.png') no-repeat center;
  background-size: contain;
  height: 300px;
}
@media only screen and (min-width: 768px) {
  .soluciones .columns:nth-child(odd) .item.right {
    order: 1;
    height: 400px;
  }
}
@media only screen and (min-width: 768px) {
  .soluciones .columns:nth-child(odd) .item.left {
    order: 2;
  }
}
.soluciones .columns:nth-child(even) .item.right {
  background: transparent url('assets/images/bgcomp.png') no-repeat center;
  background-size: contain;
  height: 300px;
}
@media only screen and (min-width: 768px) {
  .soluciones .columns:nth-child(even) .item.right {
    height: 400px;
  }
}
.soluciones h3 {
  max-width: 1200px;
  margin: 0 auto 40px auto;
  font-size: 1.2em;
  padding-left: 20px;
  padding-top: 20px;
}
@media only screen and (min-width: 768px) {
  .soluciones h3 {
    font-size: 3em;
  }
}

.logos-landing {
  width: 80%;
  margin: auto;
  text-align: center;
  margin-top: 30px;
}
.logos-landing h5 {
  font-size: 1.9em;
  margin: 50px 0 0 0;
}
.logos-landing .columns {
  max-width: 1100px;
  margin: auto;
}
.logos-landing .columns .item {
  width: 100%;
  border: none;
  box-shadow: none;
  transform: translate(0, 0) !important;
  padding: 0 !important;
}
@media only screen and (min-width: 768px) {
  .logos-landing .columns .item {
    width: 31.3%;
    margin: 0 1%;
  }
}
.logos-landing .columns .item .img {
  width: 100%;
  height: 250px;
  background: transparent url('assets/images/logo-full.png') no-repeat center;
  background-size: 80% auto;
  box-shadow: none;
  border: none;
}

.info-lm {
  position: relative;
  margin-top: -10px;
  z-index: 10;
}
.info-lm .columns {
  max-width: 1100px;
  max-height: none;
  margin: auto;
  padding: 50px 0;
  align-items: flex-start;
  flex-wrap: nowrap;
}
@media only screen and (min-width: 768px) {
  .info-lm .columns {
    flex-wrap: wrap;
  }
}
.info-lm .columns .item {
  width: 100%;
  margin: 0 auto;
  padding: 0 2.5%;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .info-lm .columns .item {
    width: 48%;
    margin: 0 1%;
  }
}
.info-lm .columns .item .sib-form {
  background-color: transparent !important;
  padding: 0 !important;
}
.info-lm .columns .item .sib-form #sib-container {
  background-color: transparent !important;
  border: none !important;
  max-width: none !important;
  padding: 0 !important;
}
.info-lm .columns .item .sib-form #sib-container .entry__field {
  border: none;
}
.info-lm .columns .item .sib-form #sib-container .entry__field input {
  margin-bottom: 0;
  height: auto !important;
}
.info-lm .columns .item .sib-form #sib-container .sib-form-block {
  padding: 0 !important;
}
.info-lm .columns .item .sib-form #sib-container #sib-form > div {
  padding: 0 !important;
}
.info-lm .columns .item .sib-form #sib-container .entry_errored label.entry__error {
  padding: 10px !important;
  text-transform: uppercase;
  font-size: 0.7rem !important;
  line-height: 1.3rem;
  font-weight: bold;
}
.info-lm .columns .item .sib-form #sib-container .sib-form-block__button {
  background-color: red !important;
  color: white !important;
  text-transform: uppercase !important;
  font-size: 0.9em !important;
  padding: 13px 20px !important;
  font-weight: bold !important;
  width: 100%;
  text-align: center !important;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  margin: 10px auto 20px auto;
  transition: all 0.3s ease;
  letter-spacing: 1px;
}
.info-lm .columns .item .sib-form #sib-container .sib-form-block__button:hover {
  background-color: #b30000 !important;
}
.info-lm .columns .item .rect-up {
  width: 48px;
  height: 52px;
  background-color: white;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-33px, -12px) rotate(-45deg);
  border-bottom: solid 4px #2596be;
  display: none;
}
@media only screen and (min-width: 768px) {
  .info-lm .columns .item .rect-up {
    display: block;
    width: 98px;
    height: 52px;
    transform: translate(-33px, -12px) rotate(-45deg);
  }
}
.info-lm .columns .item .rect-down {
  width: 98px;
  height: 50px;
  background-color: white;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(35px, 12px) rotate(-45deg);
  border-top: solid 4px #2596be;
  display: none;
}
@media only screen and (min-width: 768px) {
  .info-lm .columns .item .rect-down {
    display: block;
  }
}
.info-lm .columns .item.left {
  flex: 1;
  order: 2;
}
@media only screen and (min-width: 768px) {
  .info-lm .columns .item.left {
    order: 1;
  }
}
.info-lm .columns .item.left h4 {
  font-weight: bold;
  text-transform: none;
  margin-bottom: 20px;
  font-size: 1.1em;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .info-lm .columns .item.left h4 {
    font-size: 1.5em;
    text-align: left;
  }
}
.info-lm .columns .item.left ul {
  width: 90%;
  margin: auto;
}
.info-lm .columns .item.left ul li {
  margin-bottom: 20px;
  line-height: 1.4em;
  list-style-type: none;
  list-style-position: inside;
  font-size: 0.9em;
}
@media only screen and (min-width: 768px) {
  .info-lm .columns .item.left ul li {
    font-size: 1.1em;
  }
}
.info-lm .columns .item.left ul li span {
  margin-right: 5px;
}
.info-lm .columns .item.left ul li span svg {
  width: 15px;
  height: auto;
  fill: #2596be;
}
@media only screen and (min-width: 768px) {
  .info-lm .columns .item.left ul li span svg {
    width: 20px;
  }
}
.info-lm .columns .item.left .img svg {
  width: 200px;
  height: auto;
  margin: auto;
  display: block;
  transform: rotate(10deg);
}
.info-lm .columns .item.right {
  order: 1;
  background-color: #f4f4f4;
  height: auto;
  padding: 25px 3%;
  border: solid 4px #2596be;
  width: 95%;
  margin-bottom: 40px;
  max-width: 350px;
}
@media only screen and (min-width: 768px) {
  .info-lm .columns .item.right {
    order: 2;
    max-width: none;
    width: 415px;
    padding: 65px 3%;
    margin-bottom: 0;
  }
}
.info-lm .columns .item.right form input {
  width: 100%;
  margin: auto;
  display: block;
  padding: 8px;
  margin-bottom: 20px;
  border: solid 1px #ccc;
  border-radius: 5px;
  font-size: 1.1em;
}
.info-lm .columns .item.right form input[type=button] {
  background-color: #FBB33C;
  color: white;
  text-transform: uppercase;
  font-size: 0.9em;
  padding: 13px 20px;
  font-weight: bold;
}

.testimon {
  width: 95%;
  margin: auto;
  padding-bottom: 40px;
  margin-top: 30px;
  margin-bottom: 40px;
  position: relative;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .testimon {
    width: 100%;
    background-color: #fff;
    text-align: left;
  }
}
.testimon.small {
  color: #888;
}
@media only screen and (min-width: 768px) {
  .testimon.small {
    width: 600px;
  }
}
.testimon.small .img {
  width: 150px;
  height: 150px;
}
.testimon:after {
  display: block;
  position: absolute;
  content: "";
  width: 75%;
  height: 1px;
  left: 50%;
  bottom: 0;
  border-top: solid 2px #ccc;
  transform: translate(-50%);
}
.testimon .img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-color: red;
  margin-bottom: 30px;
  border: solid 1px #ccc;
}
@media only screen and (min-width: 768px) {
  .testimon .img {
    margin-bottom: 0;
    margin-right: 20px;
  }
}
.testimon p {
  color: #333;
}
.testimon p.name-puesto {
  color: #666;
}
.testimon .test {
  flex: 1;
}

.up-main {
  text-align: center;
  background-color: white;
  z-index: 3;
  position: relative;
}
.up-main.down {
  margin-top: 0;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #f4fbfd;
}
.up-main h3 {
  font-size: 1.1rem;
  text-transform: none;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .up-main h3 {
    font-size: 1.8rem;
  }
}
.up-main h3 span {
  display: block;
  font-size: 0.8rem;
  width: 90%;
  max-width: 340px;
  margin: 10px auto 0 auto;
  line-height: 1.2rem;
  color: #888;
}
@media only screen and (min-width: 768px) {
  .up-main h3 span {
    font-size: 0.95rem;
    max-width: 400px;
  }
}
.up-main p {
  width: 95%;
  max-width: 700px;
  margin: 0 auto 20px auto;
  font-size: 1rem;
  color: #222;
}
@media only screen and (min-width: 768px) {
  .up-main p {
    font-size: 1.4rem;
  }
}
.up-main p.small {
  font-size: 0.9rem;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .up-main p.small {
    font-size: 1.1rem;
  }
}

@keyframes mymove-up {
  0% {
    transform: translateY(5px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(5px);
  }
}
.cta-button-container-landing {
  margin: 0 auto;
}
.cta-button-container-landing .m-btn {
  background-color: red;
  border: red 2px solid;
  border-radius: 4px;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.45);
  transform: translateY(0px);
  padding: 17px 40px;
}
.cta-button-container-landing .m-btn:hover {
  background-color: #b30000;
  border: #b30000 2px solid;
  transform: translateY(-2px);
}
.cta-button-container-landing p.when-clicked {
  font-size: 0.7rem;
  color: #888;
  font-weight: bold;
  width: 80%;
  max-width: 400px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .cta-button-container-landing p.when-clicked {
    font-size: 0.9rem;
  }
}
.cta-button-container-landing .arrow-up {
  width: 20px;
  height: auto;
  margin: 10px auto 0 auto;
  animation: mymove-up infinite 1s;
}
.cta-button-container-landing .arrow-up svg {
  width: 100%;
  height: auto;
  transform: rotate(90deg);
  fill: red;
}

#faq {
  padding: 0px 0 50px 0;
}
@media only screen and (min-width: 768px) {
  #faq {
    padding: 20px 0 50px 0;
  }
}
#faq.dark {
  background-color: #fff;
}
#faq.dark p.intro--big {
  padding-top: 0;
  width: 100%;
}
#faq.flex-normal {
  align-items: flex-start;
}
#faq.main {
  background-color: transparent;
  padding-top: 0;
  margin-top: 0;
}
#faq.full {
  width: 100%;
}
#faq > p {
  text-align: center;
  font-weight: bold;
  font-size: 1.1rem;
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  #faq > p {
    font-size: 1.4rem;
  }
}
#faq h3 {
  width: 90%;
  margin: auto;
  text-transform: none;
  color: #444;
  margin-bottom: 30px;
  font-size: 1em;
}
@media only screen and (min-width: 768px) {
  #faq h3 {
    margin-left: 15%;
    font-size: 1.8em;
    width: 85%;
  }
}
#faq .testimonials-container {
  order: 3;
}
@media only screen and (min-width: 768px) {
  #faq .testimonials-container {
    order: 2;
  }
}
#faq .faq {
  order: 2;
  margin: 0 auto 60px auto;
}
@media only screen and (min-width: 768px) {
  #faq .faq {
    order: 3;
    margin: 0 5% 0 0;
  }
}

@media only screen and (min-width: 768px) {
  .testimonials-container {
    width: 40%;
    margin: 0 50px 0 5%;
  }
}
.testimonials-container .testimon.small {
  width: 100%;
}

.faq {
  width: 90%;
  max-width: 800px;
}
@media only screen and (min-width: 768px) {
  .faq {
    flex: 1;
    margin-right: 5%;
  }
}
.faq .item {
  border: solid 1px #ccc;
  margin-bottom: 20px;
  padding: 10px;
  background-color: #f4fbfd;
  border-radius: 4px;
}
.faq .item:hover .visible {
  cursor: pointer;
}
.faq .item:hover .visible h4 {
  color: #2596be;
}
.faq .item:hover .visible .arrows div {
  border-bottom: solid 4px #2596be;
}
.faq .item.open .visible .arrows {
  transform: rotate(45deg);
}
.faq .item .visible {
  justify-content: space-between;
  flex-direction: row;
}
.faq .item .visible h4 {
  text-transform: none;
  font-size: 1rem;
  color: #666;
  margin: 0 0 10px 0;
  flex: 1;
  font-family: "Futura", sans-serif;
  font-weight: normal;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 768px) {
  .faq .item .visible h4 {
    font-size: 1.2em;
    margin: 15px;
    letter-spacing: 1px;
  }
}
.faq .item .visible .arrows {
  position: relative;
  width: 17px;
  height: 17px;
  transition: all 0.3s ease;
}
.faq .item .visible .arrows div {
  position: absolute;
  left: 50%;
  top: 52%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 2px;
  border-bottom: solid 4px #ccc;
}
.faq .item .visible .arrows div:nth-child(1) {
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq .item .info {
  height: 0;
  overflow: hidden;
  background-color: white;
  border-radius: 4px;
}
.faq .item .info p {
  font-size: 0.9em;
  width: 90%;
  margin: 0 auto 20px auto;
}
@media only screen and (min-width: 768px) {
  .faq .item .info p {
    font-size: 1.2rem;
  }
}
.faq .item .info p:first-child {
  padding-top: 20px;
}
.faq .item .info p:last-child {
  padding-bottom: 1px;
}
.faq .item .info p.small {
  font-size: 0.7rem;
}
.faq .item .info p strong {
  text-decoration: underline;
  color: #FF4500;
}
.faq .item .info ul, .faq .item .info ol {
  width: 80%;
  margin: 0 auto 15px auto;
}
.faq .item .info ul li, .faq .item .info ol li {
  list-style: disc;
  margin-bottom: 10px;
}
.faq .item .info ol li {
  list-style-type: decimal;
}
.faq .item.active .visible {
  cursor: pointer;
}
.faq .item.active .visible h4 {
  color: #27c1c1;
}
.faq .item.active .visible .arrows div {
  border-bottom: solid 4px #27c1c1;
}
.faq .item.active .info {
  height: 100%;
}

#faq .intro {
  padding-top: 50px !important;
}

.contact-mobile {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 180px;
  text-align: center;
  background-color: #ffffff;
  color: #444;
  font-weight: bold;
  border: solid 1px black;
  padding: 12px 10px;
  font-size: 0.9rem;
  z-index: 100;
  border-radius: 6px 6px 0 0;
  box-shadow: -3px -3px 5px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .contact-mobile {
    display: none;
  }
}
.contact-mobile--webb {
  z-index: 98;
}
.contact-mobile--webb .pad-r svg {
  fill: #404040;
}
.contact-mobile--webb p {
  color: #404040;
}
@media only screen and (min-width: 768px) {
  .contact-mobile--webb {
    display: flex;
    transform: translate(-50%, 0);
    transition: all 0.3s ease;
  }
  .contact-mobile--webb:hover {
    background-color: #2596be;
    cursor: pointer;
  }
  .contact-mobile--webb:hover .pad-r svg {
    fill: white;
  }
  .contact-mobile--webb:hover p {
    color: white;
  }
}
.contact-mobile--webb.hide {
  opacity: 0;
  pointer-events: none;
  transform: translate(-90%, 100%);
}
.contact-mobile .pad-r {
  width: 23px !important;
}

.contact-landing {
  position: fixed;
  width: 90%;
  max-width: 400px;
  bottom: 0%;
  right: 0;
  background-color: #fff;
  z-index: 100;
  transform: translate(100%, 0%);
  border: solid 1px #ccc;
  transition: all 0.3s ease;
  height: 100%;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .contact-landing {
    left: auto;
    text-align: left;
    transform: translate(100%, 0%);
  }
}
.contact-landing.open {
  transform: translate(0%, 0%);
}
@media only screen and (min-width: 768px) {
  .contact-landing.open {
    transform: translate(0%, 0%);
  }
}
.contact-landing.open .msg-open {
  display: none;
}
.contact-landing.open .msg-close {
  display: block !important;
}
.contact-landing.open .any-doubt {
  opacity: 0;
  pointer-events: none;
}
.contact-landing .close-contact-landing {
  font-weight: bold;
  font-size: 1.3rem;
  cursor: pointer;
  text-align: left;
  position: absolute;
  left: 10px;
  top: 10px;
}
.contact-landing .close-contact-landing:hover {
  color: #2596be;
}
.contact-landing .any-doubt {
  position: absolute;
  bottom: 0;
  left: 0%;
  transform: translate(-100%, 0%);
  background-color: #f4f4f4;
  color: black;
  box-shadow: -3px -3px 5px rgba(0, 0, 0, 0.3);
  padding: 13px 25px;
  border-radius: 6px 6px 0 0;
  font-size: 0.75rem;
  font-weight: bold;
  border: solid 1px black;
  width: 80%;
  max-width: 210px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: none;
}
@media only screen and (min-width: 768px) {
  .contact-landing .any-doubt {
    display: block;
    font-size: 1rem;
    width: 290px;
    max-width: none;
    text-align: center;
    transform: translate(-105%, 0%);
    transition: background-color 0.3s ease;
    padding: 8px 15px;
  }
  .contact-landing .any-doubt:hover {
    background-color: #262626;
    cursor: pointer;
    color: white;
  }
  .contact-landing .any-doubt:hover .icon svg {
    fill: white;
  }
  .contact-landing .any-doubt:hover p {
    color: white;
  }
}
.contact-landing .any-doubt--webb {
  display: none;
}
@media only screen and (min-width: 768px) {
  .contact-landing .any-doubt--webb {
    display: none;
  }
}
.contact-landing .any-doubt--webb .icon {
  display: none;
}
.contact-landing .any-doubt--webb .icon.pad-r {
  display: block;
}
.contact-landing .any-doubt .msg-open {
  flex-direction: row;
}
.contact-landing .any-doubt .msg-close {
  display: none;
}
.contact-landing .any-doubt p {
  margin-bottom: 0;
  text-transform: none;
  font-weight: bold;
  letter-spacing: 0.5px;
}
.contact-landing .any-doubt .icon {
  width: 12px;
  margin-left: 10px;
}
@media only screen and (min-width: 768px) {
  .contact-landing .any-doubt .icon {
    width: 20px;
  }
}
.contact-landing .any-doubt .icon svg {
  width: 100%;
  height: auto;
  fill: black;
}
.contact-landing .container-info-doubt {
  overflow-y: auto;
  width: 100%;
  height: 100%;
  padding: 30px 10px 10px 10px;
  background-color: #F4FBFD;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .contact-landing .container-info-doubt {
    padding: 30px 20px 10px 20px;
  }
}
.contact-landing .container-info-doubt > h4 {
  text-align: center;
  font-size: 1.2rem;
  text-transform: none;
  margin: 8px auto 13px auto;
}
@media only screen and (min-width: 768px) {
  .contact-landing .container-info-doubt > h4 {
    font-size: 1.2rem;
  }
}
.contact-landing .container-info-doubt > img {
  display: block;
  border-radius: 4px;
  width: 100%;
  margin: 0 auto 15px auto;
}
.contact-landing .container-info-doubt p {
  margin-bottom: 13px;
}
@media only screen and (min-width: 768px) {
  .contact-landing .container-info-doubt p {
    font-size: 1.1rem;
    color: #666;
    width: 100%;
    margin: 0 auto 20px auto;
  }
}
.contact-landing .container-info-doubt p.main {
  font-size: 1.2rem;
  color: #404040;
}
@media only screen and (min-width: 768px) {
  .contact-landing .container-info-doubt p.main {
    font-size: 1.4rem;
  }
}
.contact-landing .container-info-doubt p.small {
  font-weight: bold;
  text-align: center;
  font-size: 0.6rem;
  color: #999;
  width: 200px;
  margin: 0 auto 30px auto;
}
@media only screen and (min-width: 768px) {
  .contact-landing .container-info-doubt p.small {
    font-size: 0.8rem;
    width: 70%;
  }
}
.contact-landing .container-info-doubt .m-btn {
  margin: 0 auto 18px auto;
  display: block;
  text-align: center;
  width: 80%;
  border-radius: 6px;
  line-height: 0.9rem;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
}
.contact-landing .container-info-doubt .m-btn.sec {
  background-color: #999;
  border: solid 3px #999;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 768px) {
  .contact-landing .container-info-doubt .m-btn.sec:hover {
    background-color: #737373;
    border: solid 3px #737373;
  }
}
.contact-landing .container-info-doubt .m-btn.sec .icon svg path {
  fill: white;
  stroke: white;
}
.contact-landing .container-info-doubt .m-btn.wa {
  background-color: #25D366;
  border: solid 3px #25D366;
}
@media only screen and (min-width: 768px) {
  .contact-landing .container-info-doubt .m-btn.wa:hover {
    background-color: #1a9247;
    border: solid 3px #1a9247;
  }
}
.contact-landing .container-info-doubt .m-btn.wa .icon svg {
  fill: white;
}
.contact-landing .container-info-doubt .m-btn .icon {
  width: 20px;
  display: inline-block;
  position: relative;
}
.contact-landing .container-info-doubt .m-btn .icon svg {
  width: 100%;
  height: auto;
  position: absolute;
  transform: translate(-8px, -14px);
}
.contact-landing .container-info-doubt .m-btn .txt {
  display: inline-block;
}
.contact-landing .container-info-doubt .container-contact-options {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  width: 100%;
  margin: auto;
  border: solid 1px #ccc;
}
.contact-landing .container-info-doubt .container-contact-options p.small {
  margin-bottom: 0;
}

.overlay-landing {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 99;
  display: none;
}
.overlay-landing.show {
  display: block;
}
.overlay-landing:hover {
  cursor: pointer;
}

.pointing-arrow-lm {
  width: 30px;
  height: auto;
  margin: auto 0 auto auto;
  display: none;
}
@media only screen and (min-width: 768px) {
  .pointing-arrow-lm {
    display: block;
  }
}
.pointing-arrow-lm svg {
  width: 100%;
  height: auto;
  animation: pointingRight 1s infinite;
  fill: red;
}

@keyframes pointingRight {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0px);
  }
}
.lp-web-lm-image {
  height: 400px;
}

.ml-form-embedBody {
  padding: 20px 0 !important;
}

.ml-form-recaptcha {
  width: 100%;
}

.custom-shape-divider-top-1652670492 {
  width: 100%;
  overflow: hidden;
  line-height: 0;
  margin-top: 0px;
}
@media only screen and (min-width: 768px) {
  .custom-shape-divider-top-1652670492 {
    display: none;
  }
}
.custom-shape-divider-top-1652670492 svg {
  fill: #2596be;
}

.disclaimer-form-lm {
  font-size: 0.8rem;
}

.lds-dual-ring {
  display: inline-block;
  width: 80px;
  height: 80px;
  position: absolute;
}

.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.notice-landing {
  width: 100%;
  padding-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .notice-landing {
    padding-bottom: 35px;
    padding-top: 0px;
  }
}
.notice-landing p {
  width: 85%;
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
  color: #222;
  font-size: 1em;
}
@media only screen and (min-width: 768px) {
  .notice-landing p {
    font-size: 1.3rem;
    width: auto;
  }
}
.notice-landing p:first-child {
  padding-bottom: 10px;
  position: relative;
  padding-left: 5px;
}
.notice-landing p:first-child:before {
  position: absolute;
  position: relative;
  display: inline-block;
  left: -5px;
  content: "";
  width: 0px;
  height: 0px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid red;
  animation: pointingRightLess 1s infinite;
  display: none;
}
@media only screen and (min-width: 768px) {
  .notice-landing p:first-child:before {
    left: -20px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid red;
  }
}
.notice-landing p i {
  font-size: 1.2rem;
}
.notice-landing p span {
  color: white;
  font-size: inherit;
  text-shadow: 1px 1px black;
}
@media only screen and (min-width: 768px) {
  .notice-landing p span {
    font-size: 1.9rem;
    margin-top: 5px;
    display: block;
  }
}
.notice-landing p span.under {
  font-weight: bold;
  display: inline;
  font-size: 1.1rem;
}
@media only screen and (min-width: 768px) {
  .notice-landing p span.under {
    font-size: 1.45rem;
  }
}
.notice-landing.alone p {
  margin-bottom: 0;
}

@keyframes pointingRightLess {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0px);
  }
}
.links {
  width: 100%;
  height: auto;
  padding: 30px 2% 60px 2%;
  background-color: #777;
}
@media only screen and (min-width: 768px) {
  .links {
    padding: 8px 2%;
  }
}
.links a {
  color: #ccc;
  margin: 0 5px 10px 5px;
  text-transform: uppercase;
  font-size: 0.6em;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .links a {
    margin: 0 5px;
  }
}
.links a:hover {
  color: white;
}

.page article {
  width: 95%;
  max-width: 800px;
  margin: auto;
}
.page article header h1 {
  font-size: 1.1rem;
  padding: 20px 0;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .page article header h1 {
    font-size: 2rem;
  }
}
.page article .entry-content {
  margin-bottom: 30px;
}
.page article .entry-content h2 {
  font-size: 1rem;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .page article .entry-content h2 {
    font-size: 1.7rem;
  }
}
.page article .entry-content ul, .page article .entry-content ol {
  width: 90%;
  margin: auto;
}
.page article .entry-content ul li, .page article .entry-content ol li {
  margin-bottom: 15px;
  line-height: 1.3em;
  font-weight: normal;
  list-style-type: disc;
  list-style-position: inside;
}

.schedulle {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 100;
  background-color: #f4f4f4;
  flex-direction: column;
  justify-content: flex-start;
  overflow-y: auto;
  display: none;
}
.schedulle.show {
  display: flex;
}
.schedulle .schedulle-container-info {
  width: 100%;
  max-width: 1400px;
  height: auto;
  margin-top: 50px;
  transform: translateY(5%);
  opacity: 0;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 768px) {
  .schedulle .schedulle-container-info {
    margin-top: 100px;
  }
}
.schedulle .schedulle-container-info.show {
  transform: translateY(0%);
  opacity: 1;
}
.schedulle .schedulle-container-info > p {
  width: 80%;
  max-width: 400px;
  margin: auto;
  text-align: center;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .schedulle .schedulle-container-info > p {
    font-size: 1.3rem;
    max-width: 650px;
  }
}
.schedulle .schedulle-container-info h5 {
  width: 90%;
  max-width: 600px;
  margin: auto;
  text-align: center;
  font-size: 1rem;
  text-transform: none;
}
@media only screen and (min-width: 768px) {
  .schedulle .schedulle-container-info h5 {
    font-size: 1.5rem;
  }
}
.schedulle .schedulle-container-info .contact-options {
  width: 100%;
  margin-top: 50px;
  padding: 0 10px;
}
@media only screen and (min-width: 768px) {
  .schedulle .schedulle-container-info .contact-options {
    padding-left: 0;
  }
}
.schedulle .schedulle-container-info .contact-options .option {
  width: calc(100% - 10px);
  margin-right: 13px;
  background-color: #fff;
  border: solid 1px #ccc;
  border-radius: 4px;
  padding: 3%;
  flex-direction: column;
  justify-content: flex-start;
}
@media only screen and (min-width: 768px) {
  .schedulle .schedulle-container-info .contact-options .option {
    width: 31.3%;
    margin: 0 1%;
    padding: 20px;
    flex: 0 auto;
  }
}
.schedulle .schedulle-container-info .contact-options .option .up {
  flex: 1;
}
.schedulle .schedulle-container-info .contact-options .option .title {
  flex-direction: row;
  margin-bottom: 15px;
}
.schedulle .schedulle-container-info .contact-options .option .title h6 {
  text-transform: none;
  font-size: 0.9rem;
  margin-right: 8px;
}
@media only screen and (min-width: 768px) {
  .schedulle .schedulle-container-info .contact-options .option .title h6 {
    font-size: 1.2rem;
  }
}
.schedulle .schedulle-container-info .contact-options .option .title .icon {
  width: 30px;
}
.schedulle .schedulle-container-info .contact-options .option .title .icon svg {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .schedulle .schedulle-container-info .contact-options .option .instructions .phone {
    display: none;
  }
}
.schedulle .schedulle-container-info .contact-options .option .instructions .desktop {
  display: none;
}
@media only screen and (min-width: 768px) {
  .schedulle .schedulle-container-info .contact-options .option .instructions .desktop {
    display: block;
  }
}
.schedulle .schedulle-container-info .contact-options .option .instructions p {
  font-size: 0.9rem;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .schedulle .schedulle-container-info .contact-options .option .instructions p {
    font-size: 1em;
  }
}
.schedulle .schedulle-container-info .contact-options .option .instructions p:last_child {
  margin-bottom: 0;
}
.schedulle .schedulle-container-info .contact-options .option .instructions p.small {
  font-size: 0.7rem;
  color: #666;
}
@media only screen and (min-width: 768px) {
  .schedulle .schedulle-container-info .contact-options .option .instructions p.small {
    font-size: 0.85rem;
  }
}
.schedulle .schedulle-container-info .contact-options .option .instructions p strong {
  font-weight: bold;
  display: block;
  text-align: center;
  margin-top: 10px;
}
.schedulle .schedulle-container-info .contact-options .option p.title-con {
  font-size: 1.1rem;
  padding-top: 30px;
  margin-top: 30px;
  border-top: solid 1px #ccc;
}
.schedulle .schedulle-container-info .contact-options .option ul li {
  list-style-type: disc;
  list-style-position: inside;
  margin-bottom: 13px;
  line-height: 1.3rem;
  font-size: 1rem;
  color: #555;
}
.schedulle .schedulle-container-info .contact-options .option ul li span {
  font-weight: bold;
  color: #444;
}
.schedulle .schedulle-container-info .contact-options .option .cta-button-container-landing {
  margin: 15px auto 0 auto;
  width: 100%;
  flex-direction: column;
  align-self: flex-end;
}
.schedulle .schedulle-container-info .contact-options .option .cta-button-container-landing a {
  width: 95%;
}
@media only screen and (min-width: 768px) {
  .schedulle .schedulle-container-info .contact-options .option .cta-button-container-landing a {
    width: auto;
  }
}
.schedulle .schedulle-container-info .contact-options .option .cta-button-container-landing .m-btn {
  margin-top: 0;
  padding: 9px 3%;
  line-height: 1.1rem;
  width: 100%;
  text-align: center;
  font-size: 0.6rem !important;
}
@media only screen and (min-width: 768px) {
  .schedulle .schedulle-container-info .contact-options .option .cta-button-container-landing .m-btn {
    padding: 17px 40px;
    width: auto;
    margin: auto;
    font-size: 0.75rem !important;
  }
}
.schedulle .schedulle-container-info .testimon {
  margin-top: 60px;
  background-color: transparent;
}

.close-schedulle {
  position: absolute;
  top: 10px;
  right: 10px;
  font-weight: bold;
  font-size: 1.3rem;
}
@media only screen and (min-width: 768px) {
  .close-schedulle {
    top: 20px;
    right: 20px;
    font-size: 2rem;
    transition: all 0.3s ease;
  }
  .close-schedulle:hover {
    color: #2596be;
    cursor: pointer;
  }
}

.leads-container {
  width: 90%;
  margin: 40px auto;
  max-width: 800px;
}
@media only screen and (min-width: 768px) {
  .leads-container {
    width: 95%;
  }
}
.leads-container > p {
  text-align: center;
  color: #271033;
  max-width: 180px;
  margin: 0 auto 20px auto;
}
@media only screen and (min-width: 768px) {
  .leads-container > p {
    max-width: none;
    font-size: 1.4rem;
    margin: 0 auto 20px auto;
  }
}
.leads-container .lead-magnets {
  width: 100%;
  height: auto;
  flex-direction: column;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .leads-container .lead-magnets {
    flex-direction: row;
    justify-content: space-between;
    align-content: stretch;
    align-items: stretch;
  }
}
.leads-container .lead-magnets .lead {
  background-color: #fff;
  border-radius: 4px;
  border: solid 1px #ccc;
  flex-direction: row;
  align-items: flex-start;
  padding: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}
.leads-container .lead-magnets .lead:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .leads-container .lead-magnets .lead {
    align-items: flex-start;
    padding: 10px;
    transition: all 0.3s ease;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0);
    transform: translateY(0px);
    width: 49%;
  }
  .leads-container .lead-magnets .lead:hover {
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
    transform: translateY(-4px);
    background-color: #f2f2f2;
  }
  .leads-container .lead-magnets .lead:last-child {
    margin-bottom: 15px;
  }
}
.leads-container .lead-magnets .lead a {
  text-decoration: none;
  color: black;
  flex-direction: row;
  align-items: stretch;
}
.leads-container .lead-magnets .lead .img-container {
  background-color: #f4f4f4;
}
.leads-container .lead-magnets .lead .img-container .img {
  position: relative;
  width: 100px;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .leads-container .lead-magnets .lead .img-container .img {
    width: 120px;
  }
}
.leads-container .lead-magnets .lead .img-container .img:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.leads-container .lead-magnets .lead .img-container .img > .inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: red;
  background: #f4f4f4 no-repeat center;
  background-size: 80px auto;
  transform: translateX(-3px);
}
@media only screen and (min-width: 768px) {
  .leads-container .lead-magnets .lead .img-container .img > .inner {
    background-size: 90px auto;
  }
}
.leads-container .lead-magnets .lead .info {
  flex: 1;
  padding-left: 8px;
}
@media only screen and (min-width: 768px) {
  .leads-container .lead-magnets .lead .info {
    padding-left: 10px;
  }
}
.leads-container .lead-magnets .lead .info p.title {
  font-weight: bold;
  font-size: 0.8rem;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .leads-container .lead-magnets .lead .info p.title {
    font-size: 1rem;
    margin-bottom: 12px;
  }
}
.leads-container .lead-magnets .lead .info p.description {
  font-size: 0.75rem;
  margin-bottom: 15px;
  display: none;
}
@media only screen and (min-width: 768px) {
  .leads-container .lead-magnets .lead .info p.description {
    font-size: 0.95rem;
  }
}
.leads-container .lead-magnets .lead .info .m-btn {
  border-radius: 4px;
  margin-top: 0;
  font-size: 0.55rem !important;
  padding: 8px 5px;
  width: 70%;
  min-width: 100px;
  background-color: black;
  color: white;
  border: solid 1px black;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .leads-container .lead-magnets .lead .info .m-btn {
    padding: 10px 20px;
    font-size: 0.7rem !important;
    width: auto;
  }
  .leads-container .lead-magnets .lead .info .m-btn:hover {
    background-color: #666;
  }
}

.arrow-down {
  margin: auto;
  width: 20px;
}
.arrow-down svg {
  width: 100%;
  height: auto;
  transform: rotate(-90deg);
  fill: #271033;
}

.testimonial {
  width: 90%;
  margin: 0px auto 50px auto;
  max-width: 750px;
  color: #555;
}
.testimonial p {
  font-size: 1rem;
  position: relative;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .testimonial p {
    font-size: 1.1rem;
  }
}
.testimonial p:after {
  position: absolute;
  content: "”";
  font-weight: bold;
  font-size: 10rem;
  z-index: 0;
  top: 30px;
  left: -20px;
  color: #ccc;
  opacity: 0.2;
}
.testimonial .attribution {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .testimonial .attribution {
    text-align: left;
  }
}
.testimonial .attribution .img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-bottom: 15px;
  background: transparent url(https://images.pexels.com/photos/1212984/pexels-photo-1212984.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1) no-repeat center;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .testimonial .attribution .img {
    margin-right: 15px;
    margin-bottom: 0;
    width: 80px;
    height: 80px;
  }
}
.testimonial .attribution .img.img-logo {
  background-size: contain;
  background-position: center;
  border-radius: 0;
}
.testimonial .attribution .img.img-logo--square {
  width: 90px;
  height: 90px;
}
.testimonial .attribution .img.img-logo--wide {
  width: 180px;
  height: 90px;
}
.testimonial .attribution .info .name {
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: 5px;
}
.testimonial .attribution .job span {
  display: block;
  margin-top: 6px;
  font-size: 0.9rem;
}

h1.special-h1 {
  text-align: center;
  width: 95%;
  margin: auto;
  color: #271033;
  text-transform: none;
  font-size: 1.1rem;
  position: relative;
}
h1.special-h1 span {
  display: block;
  text-transform: none;
  color: white;
  font-size: 3rem;
  line-height: 1.4em;
}
h1.special-h1 span i {
  display: block;
}
@media only screen and (min-width: 768px) {
  h1.special-h1 span i {
    display: inline;
  }
}
@media only screen and (min-width: 768px) {
  h1.special-h1 {
    font-size: 1.8rem;
    margin-top: 30px;
  }
  h1.special-h1 span {
    display: block;
    font-size: 4.6rem;
    margin-top: 25px;
    text-shadow: 1px 1px #271033;
    line-height: 0.7em;
    margin-bottom: 10px;
  }
}

header.special {
  text-align: center;
  margin-top: -3px;
}
header.special .cta-button-container-landing {
  margin-bottom: 0 !important;
  position: relative;
}
header.special .cta-button-container-landing.alone {
  margin: 15px auto 0 auto;
}
header.special .cta-button-container-landing.alone .when-clicked {
  margin: 18px auto 0 auto !important;
}

.call-us {
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .call-us {
    margin-bottom: 0;
  }
}
.call-us a {
  color: #271033;
  text-decoration: none;
  font-size: 1rem;
  margin-top: 15px;
  display: inline-block;
}
.call-us a span {
  display: block;
  font-size: 1.3rem;
  font-weight: bold;
  margin-top: 8px;
  color: white;
}
@media only screen and (min-width: 768px) {
  .call-us a span {
    font-size: 1.8rem;
  }
}

.container-split-columns {
  flex-direction: column;
  width: 100%;
  margin: auto;
}
@media only screen and (min-width: 768px) {
  .container-split-columns {
    flex-direction: row;
    align-content: center;
    width: 1000px;
  }
}
@media only screen and (min-width: 768px) {
  .container-split-columns h1 {
    flex: 1;
    text-align: left;
    margin: initial;
  }
}
.container-split-columns h1 span {
  font-size: 1.6rem;
}
@media only screen and (min-width: 768px) {
  .container-split-columns h1 span {
    font-size: 4rem;
    line-height: 4.4rem;
  }
}
.container-split-columns .profilelp-pic {
  position: relative;
  width: 65%;
  height: auto;
  margin: 40px auto 20px auto;
  box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.3);
  border-radius: 6px;
}
@media only screen and (min-width: 768px) {
  .container-split-columns .profilelp-pic {
    width: 300px;
    margin-left: 50px;
  }
}

.pad-r {
  margin-right: 10px;
  width: 30px !important;
}

p.main-down {
  margin-bottom: 0;
  width: 80%;
  margin: auto;
}

.slider-info-services .flexslider .slides .cont-slider .wrapper .item-tier .info .qualify p.small {
  color: #666 !important;
  font-size: 0.9rem !important;
}

.slider-info-services .flexslider .slides .cont-slider {
  pointer-events: none;
}

.slider-info-services .flexslider .slides .cont-slider.flex-active-slide {
  pointer-events: auto;
}

@media only screen and (min-width: 768px) {
  .slider-info-services .flexslider .slides .cont-slider .wrapper .item-tier .info .qualify p.main.d {
    font-size: 1.4rem;
  }
}

.slider-info-services .flexslider {
  margin-bottom: 50px;
}

.slider-info-services .flexslider .slides .cont-slider .wrapper .item-tier .info .m-btn--full {
  padding: 16px 40px;
}

.up .info-p a, .up .info-p p.small {
  display: none;
}
@media only screen and (min-width: 768px) {
  .up .info-p a, .up .info-p p.small {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .up .btn-mobile {
    display: none;
  }
}

.up .m-btn--full {
  background-color: orangered;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
  border: none;
  color: white;
  border-radius: 6px;
}
.up .m-btn--full:hover {
  background-color: #992900;
}

@media only screen and (min-width: 768px) {
  .info-p .small {
    width: 100% !important;
    font-weight: normal !important;
    font-size: 0.6rem;
  }
}

.call-us a span {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}
.call-us a span i {
  width: 35px;
  margin-right: 15px;
}
.call-us a span i svg {
  width: 100%;
  height: auto;
}

.special-h1--playa {
  width: 340px !important;
}
@media only screen and (min-width: 768px) {
  .special-h1--playa {
    width: 100% !important;
  }
}
.special-h1--playa .txt-intro {
  color: #271033;
  text-shadow: none;
  font-size: 1.1rem;
  line-height: 1.3rem !important;
  width: 200px;
  margin: auto;
  display: block !important;
}
@media only screen and (min-width: 768px) {
  .special-h1--playa .txt-intro {
    font-size: 1.6rem;
    line-height: 2.5rem !important;
    width: 100%;
    margin-bottom: 10px;
  }
}
.special-h1--playa span {
  display: inline !important;
  line-height: 2.8rem !important;
}
@media only screen and (min-width: 768px) {
  .special-h1--playa span {
    line-height: 4.8rem !important;
  }
}
.special-h1--playa span.icons {
  line-height: 1.4rem !important;
  display: block !important;
}
@media only screen and (min-width: 768px) {
  .special-h1--playa span.icons {
    display: initial !important;
  }
}
.special-h1--playa span.icons .icon-playa {
  width: 45px;
  height: 45px;
  display: inline-block;
}
.special-h1--playa span.icons .icon-playa svg {
  width: 100%;
  height: auto;
}

.page-template-page-lp-webs-bebe {
  overflow-x: hidden;
}
.page-template-page-lp-webs-bebe nav {
  padding: 0;
}
.page-template-page-lp-webs-bebe nav.minimal .m-logo {
  display: none;
}

.info-groups {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 11;
  left: 50%;
  transform: translate(-50%, -100%);
  background-color: #fff;
  border-bottom: solid 1px #ccc;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
}
.info-groups .container-info-groups {
  width: 95%;
  max-width: 1340px;
  margin: auto;
  justify-content: space-between;
  display: none;
}
@media only screen and (min-width: 768px) {
  .info-groups .container-info-groups {
    max-width: 750px;
    display: flex;
  }
}
@media only screen and (min-width: 1024px) {
  .info-groups .container-info-groups {
    max-width: 1050px;
  }
}
@media only screen and (min-width: 1324px) {
  .info-groups .container-info-groups {
    max-width: 1340px;
  }
}
.info-groups .container-info-groups > div {
  width: 48%;
  text-align: center;
  padding: 20px;
  font-family: "Futura-medium";
  font-size: 1.3rem;
  background-color: #fff;
  border-left: solid 1px #ccc;
  border-right: solid 1px #ccc;
}
.info-groups .container-info-groups > div:nth-child(1) {
  background-color: #F4FBFD;
}
.info-groups .container-info-groups > div:nth-child(2) {
  background-color: #e5f6fa;
}

.info-trigger {
  position: fixed;
  top: 50px;
  z-index: 80;
  font-size: 0.85rem;
  font-family: "Futura-medium";
  background-color: #2596be;
  color: white;
  padding: 12.5px 10px 12.5px 15px;
  display: flex;
  flex-direction: row;
  z-index: 0;
  pointer-events: auto;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .info-trigger {
    display: none;
  }
}
.info-trigger.hide {
  pointer-events: none;
  opacity: 0;
}
.info-trigger .txt {
  flex: 1;
  letter-spacing: 0.5px;
}
.info-trigger .icon {
  width: 20px;
  height: 10px;
  margin-left: 10px;
  transform: translate(0, -3px);
}
.info-trigger .icon svg {
  width: 100%;
  height: auto;
}
.info-trigger .icon svg path {
  fill: white;
}
.info-trigger--right {
  transform: rotate(-90deg);
  transform-origin: 100% 100%;
  border-radius: 4px 4px 0 0;
  right: 0;
}
.info-trigger--right .icon {
  transform: rotate(180deg) translate(0, -7px);
}
.info-trigger--left {
  transform: rotate(-90deg) translate(calc(-100% - 40px), 0);
  transform-origin: 0% 0%;
  border-radius: 0 0 4px 4px;
  left: 0;
}

.hero-section-lp-web-bebe {
  width: 100%;
  background: rgb(148, 187, 233);
  background: linear-gradient(0deg, rgb(148, 187, 233) 0%, rgb(37, 150, 190) 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 0;
  color: white;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .hero-section-lp-web-bebe {
    padding: 30px 0 170px 0;
  }
}
.hero-section-lp-web-bebe .bg-lwebb {
  position: absolute;
  width: 1300px;
  height: 100%;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}
.hero-section-lp-web-bebe .m-logo,
.hero-section-lp-web-bebe h1,
.hero-section-lp-web-bebe .whatsApp {
  position: relative;
}
.hero-section-lp-web-bebe .m-logo {
  width: 190px;
  height: 99px;
}
@media only screen and (min-width: 768px) {
  .hero-section-lp-web-bebe .m-logo {
    width: 250px;
    height: 109px;
  }
}
.hero-section-lp-web-bebe h1 {
  text-transform: none;
  color: white;
  text-shadow: 1px 1px black;
  font-size: 50px;
  margin: 30px 0;
  text-align: center;
  width: 300px;
}
@media only screen and (min-width: 768px) {
  .hero-section-lp-web-bebe h1 {
    font-size: 55px;
    width: 100%;
    margin: 50px 0;
    text-shadow: 1.5px 1.5px black;
  }
}
@media only screen and (min-width: 1024px) {
  .hero-section-lp-web-bebe h1 {
    font-size: 70px;
  }
}
@media only screen and (min-width: 1324px) {
  .hero-section-lp-web-bebe h1 {
    font-size: 80px;
  }
}
.hero-section-lp-web-bebe .whatsApp {
  flex-direction: column;
  width: fit-content;
}
.hero-section-lp-web-bebe .whatsApp .txt {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 10px;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.37);
}
.hero-section-lp-web-bebe .whatsApp a {
  text-decoration: none;
  flex-direction: row;
  flex-wrap: nowrap;
}
.hero-section-lp-web-bebe .whatsApp a:hover .whatsAppNumber {
  color: black;
  transform: translate(0, 5px);
}
.hero-section-lp-web-bebe .whatsApp a .icon {
  width: 35px;
  height: 35px;
  margin-right: 10px;
}
.hero-section-lp-web-bebe .whatsApp a .icon svg {
  width: 100%;
  height: auto;
}
.hero-section-lp-web-bebe .whatsApp a .whatsAppNumber {
  color: white;
  text-decoration: none;
  font-size: 25px;
  text-shadow: 1px 1px black;
  font-weight: bold;
  transition: all 0.3s ease;
  transform: translate(0, 0);
}
@media only screen and (min-width: 768px) {
  .hero-section-lp-web-bebe .whatsApp a .whatsAppNumber {
    font-size: 35px;
  }
}
@media only screen and (min-width: 1024px) {
  .hero-section-lp-web-bebe .whatsApp a .whatsAppNumber {
    font-size: 40px;
  }
}
@media only screen and (min-width: 1324px) {
  .hero-section-lp-web-bebe .whatsApp a .whatsAppNumber {
    font-size: 45px;
  }
}
.hero-section-lp-web-bebe .whatsApp a .icon,
.hero-section-lp-web-bebe .whatsApp a .whatsAppNumber {
  pointer-events: none;
}
.hero-section-lp-web-bebe .proof {
  width: 100%;
  padding-left: 5%;
  padding-bottom: 15px;
  overflow: auto;
  color: #555;
  text-align: center;
  margin-top: 20px;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: stretch;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .hero-section-lp-web-bebe .proof {
    overflow: hidden;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: 0;
    color: white;
    margin-bottom: 0;
    padding-left: 0;
    margin-top: 50px;
    padding-bottom: 0;
  }
}
.hero-section-lp-web-bebe .proof .item-proof {
  background-color: white;
  border: solid 1px #ccc;
  padding: 10px 20px;
  border-radius: 4px;
  margin-right: 10px;
  width: 80%;
}
@media only screen and (min-width: 768px) {
  .hero-section-lp-web-bebe .proof .item-proof {
    width: auto;
    flex: 0 auto;
    background-color: transparent;
    padding: 0;
    border: none;
  }
}
.hero-section-lp-web-bebe .proof .item-proof.bullet {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: white;
  margin: 0 20px;
  display: none;
}
@media only screen and (min-width: 768px) {
  .hero-section-lp-web-bebe .proof .item-proof.bullet {
    display: block;
  }
}
.hero-section-lp-web-bebe .proof .item-proof.stars-g {
  display: block;
}
.hero-section-lp-web-bebe .proof .item-proof .stars-google {
  flex-direction: row;
  margin-bottom: 3px;
}
.hero-section-lp-web-bebe .proof .item-proof .stars-google .star {
  width: 10px;
  margin: 0 3px;
}
@media only screen and (min-width: 768px) {
  .hero-section-lp-web-bebe .proof .item-proof .stars-google .star {
    width: 15px;
  }
}
.hero-section-lp-web-bebe .proof .item-proof .stars-google .star svg {
  fill: #555;
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .hero-section-lp-web-bebe .proof .item-proof .stars-google .star svg {
    fill: white;
  }
}
.hero-section-lp-web-bebe .proof .text {
  font-size: 0.9rem;
  letter-spacing: 1px;
  line-height: 1.3rem;
}
@media only screen and (min-width: 768px) {
  .hero-section-lp-web-bebe .proof .text {
    font-size: 1.2rem;
  }
}
.hero-section-lp-web-bebe .proof .text span {
  display: block;
}
.hero-section-lp-web-bebe .proof .text span strong {
  font-weight: bold;
}

.mini-promo-banner {
  width: 95%;
  max-width: 1000px;
  margin: 0 auto 50px auto;
  background-color: #F4FBFD;
  border-radius: 5px;
  border-left: solid 1px #cccccc;
  border-top: solid 5px #F70303;
  border-bottom: solid 1px #cccccc;
  border-right: solid 1px #cccccc;
  overflow: hidden;
  color: #404040;
  padding: 15px 10px 10px 10px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .mini-promo-banner {
    max-width: 750px;
    padding: 0;
    border-radius: 10px;
    border-left: solid 8px #F70303;
    border-top: solid 1px #cccccc;
  }
}
@media only screen and (min-width: 1024px) {
  .mini-promo-banner {
    max-width: 1000px;
  }
}
.mini-promo-banner .main-title {
  margin-bottom: 10px;
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .mini-promo-banner .main-title {
    width: 230px;
    padding: 0 10px 0 20px;
    margin-bottom: 0px;
    text-align: left;
  }
}
@media only screen and (min-width: 1024px) {
  .mini-promo-banner .main-title {
    width: 300px;
  }
}
.mini-promo-banner .main-title p {
  font-size: 0.95rem;
}
@media only screen and (min-width: 768px) {
  .mini-promo-banner .main-title p {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1024px) {
  .mini-promo-banner .main-title p {
    font-size: 17px;
  }
}
@media only screen and (min-width: 1324px) {
  .mini-promo-banner .main-title p {
    font-size: 19.5px;
  }
}
.mini-promo-banner .main-title p strong {
  font-weight: bold;
  font-family: "Futura-bold";
}
.mini-promo-banner .see-promos-mobile {
  text-decoration: none;
  color: #404040;
  padding: 8px 20px;
  border: solid 2px #404040;
  border-radius: 4px;
  font-size: 0.8rem;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .mini-promo-banner .see-promos-mobile {
    display: none;
  }
}
.mini-promo-banner .see-promos-mobile .txt {
  flex: 1;
  margin-right: 10px;
}
.mini-promo-banner .see-promos-mobile .icon {
  width: 20px;
}
.mini-promo-banner .see-promos-mobile .icon svg {
  width: 100%;
  height: auto;
}
.mini-promo-banner .promos-intro {
  width: 100%;
  max-width: 320px;
  flex-direction: row;
  display: none;
}
@media only screen and (min-width: 768px) {
  .mini-promo-banner .promos-intro {
    width: 350px;
    display: flex;
    max-width: none;
  }
}
@media only screen and (min-width: 1024px) {
  .mini-promo-banner .promos-intro {
    width: 450px;
  }
}
.mini-promo-banner .promos-intro .promo-intro {
  width: 50%;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .mini-promo-banner .promos-intro .promo-intro {
    padding-left: 20px;
  }
}
.mini-promo-banner .promos-intro .promo-intro .title {
  font-size: 0.9rem;
  margin-bottom: 8px;
  font-family: "Futura-bold";
  display: none;
}
@media only screen and (min-width: 768px) {
  .mini-promo-banner .promos-intro .promo-intro .title {
    font-size: 0.9rem;
    display: block;
  }
}
@media only screen and (min-width: 1024px) {
  .mini-promo-banner .promos-intro .promo-intro .title {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 1324px) {
  .mini-promo-banner .promos-intro .promo-intro .title {
    font-size: 1.1rem;
  }
}
.mini-promo-banner .promos-intro .promo-intro .txt {
  font-size: 0.85rem;
  margin-bottom: 8px;
  line-height: 1.1rem;
  display: none;
}
@media only screen and (min-width: 768px) {
  .mini-promo-banner .promos-intro .promo-intro .txt {
    font-size: 0.8rem;
    display: block;
  }
}
@media only screen and (min-width: 1024px) {
  .mini-promo-banner .promos-intro .promo-intro .txt {
    font-size: 1rem;
  }
}
.mini-promo-banner .promos-intro .promo-intro a {
  font-size: 0.8rem;
  color: black;
  border: solid 2px #404040;
  padding: 7px;
  text-decoration: none;
  display: block;
  border-radius: 4px;
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .mini-promo-banner .promos-intro .promo-intro a {
    text-decoration: underline;
    border: 0;
    padding: 0;
    margin-top: 0px;
    display: inline-block;
    width: fit-content;
  }
}
@media only screen and (min-width: 768px) {
  .mini-promo-banner .promos-intro .promo-intro a .mobile-text {
    display: none;
  }
}
.mini-promo-banner .promos-intro .promo-intro a .normal-text {
  display: none;
}
@media only screen and (min-width: 768px) {
  .mini-promo-banner .promos-intro .promo-intro a .normal-text {
    display: block;
  }
}
.mini-promo-banner .promos-intro .promo-intro:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 60px;
  border-left: 3px solid #F70303;
  transform: translate(0, -50%);
  display: none;
}
@media only screen and (min-width: 768px) {
  .mini-promo-banner .promos-intro .promo-intro:after {
    display: block;
  }
}
.mini-promo-banner .promos-intro .promo-intro:nth-child(1) {
  padding-right: 5px;
}
@media only screen and (min-width: 768px) {
  .mini-promo-banner .promos-intro .promo-intro:nth-child(1) {
    padding-right: 0;
  }
}
.mini-promo-banner .promos-intro .promo-intro:nth-child(2) {
  padding-left: 5px;
}
@media only screen and (min-width: 768px) {
  .mini-promo-banner .promos-intro .promo-intro:nth-child(2) {
    padding-left: 20px;
  }
}
.mini-promo-banner .banner-image {
  width: 100%;
  height: 95px;
  background-color: red;
  border-radius: 4px;
  margin-top: 0px;
  border: solid 1px #ccc;
  display: none;
}
@media only screen and (min-width: 768px) {
  .mini-promo-banner .banner-image {
    flex: 1;
    margin-left: 20px;
    display: block;
  }
}

.container-bottom {
  width: 100%;
  background: #ffffff;
  z-index: 80;
  position: relative;
}

.offering {
  width: calc(100vw - 39px);
  padding: 0 2.5%;
  max-width: 1340px;
  margin: 30px 0 0 0;
  justify-content: space-between;
  align-items: stretch;
  position: relative;
  color: #404040;
  overflow: hidden;
  transition: all 0.3s ease;
}
.offering.empresas-show {
  transform: translate(39px, 0px);
}
.offering.empresas-show .container-off {
  transform: translate(-51%, 0);
}
@media only screen and (min-width: 768px) {
  .offering {
    max-width: 750px;
    width: 95%;
    padding: 0;
    transform: translate(0, -80px);
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1024px) {
  .offering {
    max-width: 1050px;
  }
}
@media only screen and (min-width: 1324px) {
  .offering {
    max-width: 1340px;
  }
}
.offering .container-off {
  width: 205%;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 768px) {
  .offering .container-off {
    width: 100%;
  }
}
.offering .container-off__column {
  width: calc(50% - 5px);
}
@media only screen and (min-width: 768px) {
  .offering .container-off__column {
    width: 48%;
  }
}
.offering .container-off__column:nth-child(1) .group-2,
.offering .container-off__column:nth-child(1) .enterprenuer .belong-to {
  background-color: #F4FBFD;
}
.offering .group {
  width: 100%;
  height: 100%;
}
.offering .group .belong-to {
  background-color: #e7f6fb;
  border: solid 1px #ccc;
  padding: 30px 15px;
  border-radius: 10px;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .offering .group .belong-to {
    padding: 30px 15px;
  }
}
@media only screen and (min-width: 1024px) {
  .offering .group .belong-to {
    padding: 40px 25px;
  }
}
@media only screen and (min-width: 1324px) {
  .offering .group .belong-to {
    padding: 45px 30px;
  }
}
.offering .group .belong-to .title {
  font-size: 20px;
  text-align: center;
  margin-bottom: 40px;
  font-family: "Futura-medium";
  color: #282727;
}
@media only screen and (min-width: 768px) {
  .offering .group .belong-to .title {
    font-size: 26px;
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 1024px) {
  .offering .group .belong-to .title {
    font-size: 32px;
    margin-bottom: 27px;
  }
}
@media only screen and (min-width: 1324px) {
  .offering .group .belong-to .title {
    font-size: 40px;
    margin-bottom: 40px;
  }
}
.offering .group .belong-to .intro {
  font-size: 17px;
  line-height: 1.5rem;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .offering .group .belong-to .intro {
    font-size: 18.5px;
    line-height: 1.5rem;
  }
}
@media only screen and (min-width: 1024px) {
  .offering .group .belong-to .intro {
    font-size: 21px;
    line-height: 1.65rem;
  }
}
@media only screen and (min-width: 1324px) {
  .offering .group .belong-to .intro {
    font-size: 24px;
    line-height: 1.8rem;
  }
}
.offering .group .belong-to .image {
  width: 90%;
  height: 180px;
  margin: 10px auto 70px auto;
}
@media only screen and (min-width: 768px) {
  .offering .group .belong-to .image {
    height: 215px;
  }
}
@media only screen and (min-width: 1024px) {
  .offering .group .belong-to .image {
    height: 295px;
  }
}
@media only screen and (min-width: 1324px) {
  .offering .group .belong-to .image {
    height: 395px;
  }
}
.offering .arrow-step {
  width: 69.17px;
  margin: 10px auto;
}
@media only screen and (min-width: 768px) {
  .offering .arrow-step {
    margin: 20px auto;
  }
}
@media only screen and (min-width: 1024px) {
  .offering .arrow-step {
    margin: 30px auto;
  }
}
@media only screen and (min-width: 1324px) {
  .offering .arrow-step {
    margin: 40px auto;
  }
}
.offering .arrow-step svg {
  width: 100%;
  height: auto;
}
.offering .arrow-step svg path {
  fill: #2596BE;
}
.offering .arrow-step .txt {
  text-align: center;
  color: #2596BE;
  font-weight: bold;
  font-size: 2rem;
  margin: 35px 0;
}
@media only screen and (min-width: 768px) {
  .offering .arrow-step .txt {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 1024px) {
  .offering .arrow-step .txt {
    font-size: 2.8rem;
    margin: 45px 0;
  }
}
@media only screen and (min-width: 1324px) {
  .offering .arrow-step .txt {
    font-size: 3rem;
    margin: 0;
  }
}
.offering .group-2 {
  background-color: #e7f6fb;
  border: solid 1px #ccc;
  padding: 12px;
  border-radius: 7px;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .offering .group-2 {
    padding: 15px;
    border-radius: 10px;
  }
}
@media only screen and (min-width: 1024px) {
  .offering .group-2 {
    padding: 23px;
  }
}
@media only screen and (min-width: 1324px) {
  .offering .group-2 {
    padding: 30px;
  }
}
.offering .group-2 .main-container {
  background-color: #fff;
  border: solid 1px #D0E1E7;
  border-radius: 7px;
  padding: 20px 12px;
}
@media only screen and (min-width: 768px) {
  .offering .group-2 .main-container {
    padding: 30px 15px;
    border-radius: 10px;
  }
}
@media only screen and (min-width: 1024px) {
  .offering .group-2 .main-container {
    padding: 35px 20px;
  }
}
@media only screen and (min-width: 1324px) {
  .offering .group-2 .main-container {
    padding: 45px;
  }
}
.offering .group-2 .main-container .title {
  font-family: "Futura-Medium";
  font-size: 20px;
  width: 120px;
  margin: auto;
  line-height: 1.8rem;
}
@media only screen and (min-width: 768px) {
  .offering .group-2 .main-container .title {
    font-size: 26px;
    width: 170px;
    line-height: 2.1rem;
  }
}
@media only screen and (min-width: 1024px) {
  .offering .group-2 .main-container .title {
    font-size: 30px;
    width: 100%;
  }
}
@media only screen and (min-width: 1324px) {
  .offering .group-2 .main-container .title {
    font-size: 35px;
  }
}
.offering .group-2 .main-container .icon {
  margin: 30px auto;
  width: 150px;
}
@media only screen and (min-width: 768px) {
  .offering .group-2 .main-container .icon {
    width: 145px;
  }
}
@media only screen and (min-width: 1024px) {
  .offering .group-2 .main-container .icon {
    width: 195px;
  }
}
@media only screen and (min-width: 1324px) {
  .offering .group-2 .main-container .icon {
    width: 245px;
  }
}
.offering .group-2 .main-container .icon svg {
  width: 100%;
  height: auto;
}
.offering .group-2 .main-container .price {
  margin-bottom: 40px;
}
.offering .group-2 .main-container .price .desde {
  font-size: 17px;
  margin-bottom: 5px;
}
@media only screen and (min-width: 768px) {
  .offering .group-2 .main-container .price .desde {
    font-size: 20px;
  }
}
.offering .group-2 .main-container .price .cost {
  font-size: 38px;
  color: #2596BE;
  font-weight: bold;
  font-family: "Futura-bold";
}
@media only screen and (min-width: 1024px) {
  .offering .group-2 .main-container .price .cost {
    font-size: 42px;
  }
}
@media only screen and (min-width: 1324px) {
  .offering .group-2 .main-container .price .cost {
    font-size: 48px;
  }
}
.offering .group-2 .main-container .note {
  font-family: "Futura-Medium";
}
.offering .group-2 .title-card {
  font-size: 19px;
  font-family: "Futura-Medium";
  margin: 30px auto 20px auto;
  width: 90%;
  line-height: 1.7rem;
}
@media only screen and (min-width: 768px) {
  .offering .group-2 .title-card {
    font-size: 21px;
    line-height: 1.8rem;
    width: 100%;
    margin: 30px auto 40px auto;
  }
}
@media only screen and (min-width: 1024px) {
  .offering .group-2 .title-card {
    font-size: 24px;
    line-height: 1.9rem;
    width: 90%;
  }
}
@media only screen and (min-width: 1324px) {
  .offering .group-2 .title-card {
    font-size: 27px;
  }
}
.offering .group-2 .title-card i {
  color: #EBFAFF;
}
.offering .group-2 .note {
  display: none;
}
.offering .group-2 .detalles-container {
  position: relative;
  flex: 1;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}
.offering .group-2 .detalles-container.open .detalles {
  margin-bottom: 30px;
  opacity: 1;
}
.offering .group-2 .detalles-container.open .detalles .detalles-wrapper {
  opacity: 1;
}
.offering .group-2 .detalles-container.open .trigger {
  pointer-events: none;
}
.offering .group-2 .detalles-container.open .m-cta-webb--double-info .info--one {
  display: none;
}
.offering .group-2 .detalles-container.open .m-cta-webb--double-info .info--two {
  display: flex;
}
.offering .group-2 .detalles-container .trigger {
  position: absolute;
  width: 225px;
  height: 65px;
  background-color: transparent;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  z-index: 10;
  opacity: 0;
}
@media only screen and (min-width: 1024px) {
  .offering .group-2 .detalles-container .trigger:hover {
    height: 95px;
    cursor: pointer;
    /*
    + .detalles{

    	height: 40px!important;
    	opacity: 1;
    	margin-bottom: 10px;

    }
    */
  }
  .offering .group-2 .detalles-container .trigger:hover + .detalles {
    margin-bottom: 10px;
    opacity: 1;
  }
  .offering .group-2 .detalles-container .trigger:hover + .detalles .detalles-wrapper {
    height: 40px !important;
    opacity: 1;
  }
  .offering .group-2 .detalles-container .trigger:hover ~ .m-cta-webb {
    background-color: #404040;
  }
  .offering .group-2 .detalles-container .trigger:hover ~ .m-cta-webb .m-cta-webb__txt {
    color: white !important;
  }
}
.offering .group-2 .detalles-container .detalles {
  width: 100%;
  background-color: white;
  border: solid 1px #c9ebf5;
  border-radius: 10px;
  opacity: 0;
  flex: 1;
}
.offering .group-2 .detalles-container .detalles .detalles-wrapper {
  height: 0px;
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}
.offering .group-2 .detalles-container .detalles .detalles-wrapper .detalles-title {
  font-size: 22px;
  margin-bottom: 15px;
}
.offering .group-2 .detalles-container .detalles .detalles-wrapper .m-list {
  text-align: left;
  padding: 20px;
}
.offering .group-2 .detalles-container .detalles .detalles-wrapper .container-webs {
  width: 100%;
  height: auto;
  margin-top: 20px;
  border-radius: 5px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media only screen and (min-width: 1024px) {
  .offering .group-2 .detalles-container .detalles .detalles-wrapper .container-webs {
    justify-content: space-between;
    padding: 0px 10px 5px 10px;
    background-color: #f8f8f8;
  }
}
.offering .group-2 .detalles-container .detalles .detalles-wrapper .container-webs .web {
  width: 100%;
  max-width: 300px;
  border-radius: 5px;
  border: solid 1px #ccc;
  transform: translate(0, 0);
  transition: all 0.3s ease;
  margin-top: 20px;
  overflow: hidden;
  background-color: #f4f4f4;
}
@media only screen and (min-width: 1024px) {
  .offering .group-2 .detalles-container .detalles .detalles-wrapper .container-webs .web {
    width: 48%;
    max-width: none;
    margin-top: 15px;
  }
  .offering .group-2 .detalles-container .detalles .detalles-wrapper .container-webs .web:hover {
    transform: translate(0, -2px);
  }
}
.offering .group-2 .detalles-container .detalles .detalles-wrapper .container-webs .web a {
  position: relative;
  text-decoration: none;
  color: white;
}
@media only screen and (min-width: 1024px) {
  .offering .group-2 .detalles-container .detalles .detalles-wrapper .container-webs .web a:hover .title {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
  .offering .group-2 .detalles-container .detalles .detalles-wrapper .container-webs .web a:hover .img .overlay {
    opacity: 0.9;
  }
}
.offering .group-2 .detalles-container .detalles .detalles-wrapper .container-webs .web a .img {
  width: 100%;
  aspect-ratio: 1365/711;
  background-color: red;
  position: relative;
  border-bottom: solid 1px #ccc;
}
.offering .group-2 .detalles-container .detalles .detalles-wrapper .container-webs .web a .img .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #2596be;
  opacity: 0;
  transition: all 0.3s ease;
}
.offering .group-2 .detalles-container .detalles .detalles-wrapper .container-webs .web a .title {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 8px;
}
@media only screen and (min-width: 1024px) {
  .offering .group-2 .detalles-container .detalles .detalles-wrapper .container-webs .web a .title {
    transform: translate(-50%, 0%);
    font-size: 1.1rem;
    opacity: 0;
    transition: all 0.3s ease;
    position: absolute;
    left: 50%;
    bottom: 0%;
    padding: 0;
    width: 90%;
  }
}
.offering .group-2 .detalles-container .detalles .detalles-wrapper .container-webs .web a .title .txt {
  flex: 1;
  color: #404040;
}
@media only screen and (min-width: 1024px) {
  .offering .group-2 .detalles-container .detalles .detalles-wrapper .container-webs .web a .title .txt {
    color: white;
  }
}
.offering .group-2 .detalles-container .detalles .detalles-wrapper .container-webs .web a .title .icon {
  width: 20px;
}
@media only screen and (min-width: 1024px) {
  .offering .group-2 .detalles-container .detalles .detalles-wrapper .container-webs .web a .title .icon {
    width: 30px;
  }
}
.offering .group-2 .detalles-container .detalles .detalles-wrapper .container-webs .web a .title .icon svg {
  width: 100%;
  height: auto;
}
.offering .group-2 .detalles-container .detalles .detalles-wrapper .container-webs .web a .title .icon svg path {
  fill: #404040;
}
@media only screen and (min-width: 1024px) {
  .offering .group-2 .detalles-container .detalles .detalles-wrapper .container-webs .web a .title .icon svg path {
    fill: white;
  }
}

.m-list__item {
  margin-bottom: 40px;
}
.m-list__item.open .visible:hover {
  pointer-events: none;
}
.m-list__item.open .visible:hover .arrow {
  opacity: 0;
}
.m-list__item.open .visible:hover p {
  color: #404040;
}
.m-list__item.open .visible .arrow {
  opacity: 0;
  display: none;
}
.m-list__item.open .info {
  height: auto;
  overflow: hidden;
}
.m-list__item:last-child {
  margin-bottom: 0;
}
.m-list__item .visible {
  justify-content: space-between;
  flex-direction: row;
  align-items: start;
}
.m-list__item .visible:hover {
  cursor: pointer;
}
.m-list__item .visible:hover p {
  color: #2596BE;
}
.m-list__item .visible:hover .arrow {
  transform: translate(0, 0px);
  opacity: 1;
}
.m-list__item .visible p {
  font-size: 18px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  font-family: "Futura-medium";
  flex: 1;
  position: relative;
  padding-left: 29px;
}
@media only screen and (min-width: 768px) {
  .m-list__item .visible p {
    font-size: 20px;
    line-height: 1.8rem;
    padding-left: 29px;
  }
}
@media only screen and (min-width: 1024px) {
  .m-list__item .visible p {
    font-size: 22px;
    line-height: 1.85rem;
    padding-left: 34px;
  }
}
@media only screen and (min-width: 1324px) {
  .m-list__item .visible p {
    font-size: 24px;
    padding-left: 44px;
  }
}
.m-list__item .visible p:before {
  width: 18px;
  height: 18px;
  content: "";
  display: inline-block;
  transform: translate(0, 5px);
  background: transparent url("assets/images/landing-webb/ok-icon.png") no-repeat center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (min-width: 768px) {
  .m-list__item .visible p:before {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }
}
@media only screen and (min-width: 1024px) {
  .m-list__item .visible p:before {
    width: 23px;
    height: 23px;
    margin-right: 12.5px;
  }
}
@media only screen and (min-width: 1324px) {
  .m-list__item .visible p:before {
    width: 26px;
    height: 26px;
    margin-right: 15px;
  }
}
.m-list__item .visible .arrow {
  width: 26px;
  height: 26px;
  position: relative;
  opacity: 0.5;
  transition: all 0.3s ease;
  transform: translate(0, 0);
}
.m-list__item .info {
  height: 0;
  overflow: hidden;
}
.m-list__item .info p {
  font-size: 15px;
  padding-left: 29px;
  color: #595959;
  margin-top: 8px;
}
@media only screen and (min-width: 768px) {
  .m-list__item .info p {
    font-size: 17px;
    padding-left: 29px;
  }
}
@media only screen and (min-width: 1024px) {
  .m-list__item .info p {
    font-size: 19px;
    padding-left: 35px;
  }
}
@media only screen and (min-width: 1324px) {
  .m-list__item .info p {
    font-size: 21px;
    padding-left: 44px;
  }
}
.m-list__item .info p a {
  color: blue;
  font-size: 16px;
  transition: all 0.3s ease;
  display: block;
  margin-bottom: 15px;
}
.m-list__item .info p a:first-child {
  margin-top: 18px;
}
@media only screen and (min-width: 1024px) {
  .m-list__item .info p a:first-child {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .m-list__item .info p a {
    display: inline;
    margin-bottom: 0;
    font-size: 18px;
  }
}
.m-list__item .info p a:hover {
  color: #FF4500;
}

.m-cta-webb {
  padding: 10px 50px;
  width: fit-content;
  border-radius: 10px;
  margin: auto;
  position: relative;
  flex-direction: row;
}
.m-cta-webb__txt {
  color: white;
  font-size: 22px;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease;
}
.m-cta-webb__icon {
  width: 38px;
  margin-left: 15px;
  position: relative;
  z-index: 1;
}
.m-cta-webb__icon svg {
  width: 100%;
  height: auto;
}
.m-cta-webb__icon svg path {
  transition: all 0.3s ease;
}
.m-cta-webb--main {
  background-color: #FF4500;
  font-family: "Futura-Medium";
  font-weight: bold;
  letter-spacing: 0.5px;
  box-shadow: 0px 4px 4px 0 rgba(0, 0, 0, 0.25);
  overflow: hidden;
  transition: all 0.3s ease;
  padding: 10px 0px;
  width: 100%;
  max-width: 280px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .m-cta-webb--main {
    padding: 10px;
    max-width: 350px;
  }
}
@media only screen and (min-width: 1024px) {
  .m-cta-webb--main {
    width: fit-content;
    padding: 10px 40px;
  }
}
.m-cta-webb--main .GTM-clickable-trigger {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  opacity: 0;
}
.m-cta-webb--main .m-cta-webb__txt {
  font-size: 15px;
}
@media only screen and (min-width: 768px) {
  .m-cta-webb--main .m-cta-webb__txt {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1024px) {
  .m-cta-webb--main .m-cta-webb__txt {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .m-cta-webb--main .m-cta-webb__txt {
    font-size: 22px;
  }
}
.m-cta-webb--main .m-cta-webb__icon {
  width: 22px;
}
@media only screen and (min-width: 768px) {
  .m-cta-webb--main .m-cta-webb__icon {
    width: 28px;
  }
}
@media only screen and (min-width: 1024px) {
  .m-cta-webb--main .m-cta-webb__icon {
    width: 33px;
  }
}
@media only screen and (min-width: 1324px) {
  .m-cta-webb--main .m-cta-webb__icon {
    width: 38px;
  }
}
.m-cta-webb--main:hover {
  transform: translate(0, -5px);
}
.m-cta-webb--main:hover .circle {
  transform: translate(-50%, -50%) scale(1);
}
.m-cta-webb--main:hover .m-cta-webb__icon svg path {
  fill: #404040;
}
.m-cta-webb--main .circle {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  background-color: #2596BE;
  width: 110%;
  padding-top: 100%;
  border-radius: 100%;
  z-index: 0;
  transition: all 0.3s ease;
}
.m-cta-webb--secondary {
  border: solid 2px #404040;
  font-family: "Futura-Medium";
  padding: 10px 10px;
  transition: all 0.3s ease;
}
.m-cta-webb--secondary .info {
  flex-direction: row;
}
@media only screen and (min-width: 1024px) {
  .m-cta-webb--secondary {
    padding: 10px 30px;
  }
  .m-cta-webb--secondary:hover {
    background-color: #404040;
  }
  .m-cta-webb--secondary:hover .m-cta-webb__txt {
    color: white !important;
  }
}
.m-cta-webb--secondary .m-cta-webb__txt {
  color: #404040 !important;
  font-size: 14px !important;
  flex: 1;
}
@media only screen and (min-width: 768px) {
  .m-cta-webb--secondary .m-cta-webb__txt {
    font-size: 16px !important;
  }
}
.m-cta-webb--secondary .m-cta-webb__icon {
  width: 20px;
}
@media only screen and (min-width: 768px) {
  .m-cta-webb--secondary .m-cta-webb__icon {
    width: 28px;
  }
}
.m-cta-webb--secondary .m-cta-webb__icon svg path {
  fill: white;
}
.m-cta-webb--double-info {
  position: relative;
  flex-direction: row;
  height: auto;
}
@media only screen and (min-width: 1024px) {
  .m-cta-webb--double-info:hover {
    cursor: pointer;
  }
  .m-cta-webb--double-info:hover .info--two .m-cta-webb__icon svg path {
    fill: white;
  }
}
.m-cta-webb--double-info .info--two {
  display: none;
}
.m-cta-webb--double-info .info--two .m-cta-webb__icon {
  transform: rotate(180deg);
}
.m-cta-webb--double-info .info--two .m-cta-webb__icon svg path {
  fill: #404040;
}

.m-button-message-container {
  position: relative;
  width: fit-content;
  margin: auto;
}
.m-button-message-container--promo .arrow svg path {
  fill: #ffffff !important;
}
.m-button-message-container--promo .m-cta-webb--main .circle {
  background-color: #fff;
}
.m-button-message-container--promo .m-cta-webb--main:hover .m-cta-webb__txt {
  color: #404040;
}
@media only screen and (min-width: 1024px) {
  .m-button-message-container:hover .arrow {
    transform: translate(-50%, -50px) rotate(0deg) !important;
  }
  .m-button-message-container:hover .tooltip {
    transition: all 0.35s ease;
    transform: translate(-50%, calc(-100% - 38px));
    opacity: 1;
  }
}
.m-button-message-container .arrow {
  width: 25px;
  margin: 10px auto 0px auto;
  transform: translate(0, 0) rotate(180deg);
}
@media only screen and (min-width: 1024px) {
  .m-button-message-container .arrow {
    transform: translate(-50%, 0px) rotate(0deg);
    position: absolute;
    left: 50%;
    top: 0;
    transition: all 0.3s ease;
    width: 50px;
    margin: 0;
    z-index: 1;
  }
}
.m-button-message-container .arrow svg {
  width: 100%;
}
.m-button-message-container .arrow svg path {
  fill: #2596BE;
}
.m-button-message-container .tooltip {
  background-color: #f4f4f4;
  padding: 8px;
  width: 95%;
  border-radius: 10px;
  border: solid 1px #cccccc;
  line-height: 1.3rem;
  margin: auto;
  flex-direction: row;
  pointer-events: none;
  color: white;
}
@media only screen and (min-width: 768px) {
  .m-button-message-container .tooltip {
    width: 80%;
  }
}
@media only screen and (min-width: 1024px) {
  .m-button-message-container .tooltip {
    left: 50%;
    top: 0;
    transform: translate(-50%, 0%);
    transition: all 0.1s ease;
    position: absolute;
    opacity: 0;
    margin: 0;
    z-index: 1;
    background-color: #404040;
    border: solid 1px #D0E1E7;
    padding: 15px;
    width: 100%;
  }
}
.m-button-message-container .tooltip .txt {
  flex: 1;
  text-align: left;
  padding-right: 10px;
  color: #404040;
  font-size: 0.8rem;
  line-height: 1.2rem;
}
.m-button-message-container .tooltip .txt span.normal {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .m-button-message-container .tooltip .txt span.normal {
    display: inline;
  }
}
.m-button-message-container .tooltip .txt span.mobile {
  display: inline;
}
@media only screen and (min-width: 1024px) {
  .m-button-message-container .tooltip .txt span.mobile {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .m-button-message-container .tooltip .txt {
    font-size: 0.9rem;
    line-height: 1.3rem;
  }
}
@media only screen and (min-width: 1024px) {
  .m-button-message-container .tooltip .txt {
    font-size: 1rem;
    color: white;
  }
}
.m-button-message-container .tooltip .img {
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background: transparent url("assets/images/ProfilePic.jpg") no-repeat center -10px;
  background-size: 80px auto;
  border: 3px solid #2596BE;
}
@media only screen and (min-width: 1024px) {
  .m-button-message-container .tooltip .img {
    width: 65px;
    height: 65px;
    background: transparent url("assets/images/ProfilePic.jpg") center -120px;
    background-size: 90px auto;
  }
}
.m-button-message-container a {
  text-decoration: none;
}
.m-button-message-container .m-cta-webb--main {
  margin-bottom: 0;
  z-index: 10;
}

.promos-webb {
  background-color: #F4FBFD;
  margin-top: 25px;
  padding-top: 65px;
  padding-bottom: 35px;
}
@media only screen and (min-width: 768px) {
  .promos-webb {
    margin-top: 65px;
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
.promos-webb .title {
  text-align: center;
  font-size: 30px;
  margin: 0 auto 40px auto;
  width: 300px;
}
@media only screen and (min-width: 768px) {
  .promos-webb .title {
    width: 100%;
  }
}
.promos-webb .title p {
  color: #404040;
  font-size: 1.3rem;
}
@media only screen and (min-width: 768px) {
  .promos-webb .title p {
    font-size: 0.9em;
  }
}
.promos-webb .title p b {
  font-family: "Futura-Medium";
  font-weight: bold;
}
.promos-webb .banner-promo-webb {
  width: 95%;
  max-width: 1150px;
  margin: 0 auto 40px auto;
  border-left: solid 1px #cccccc;
  border-top: solid 8px #FF4500;
  border-bottom: solid 1px #cccccc;
  border-right: solid 1px #cccccc;
  border-radius: 10px;
  padding: 150px 20px 30px 20px;
  position: relative;
  text-align: center;
  color: white;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .promos-webb .banner-promo-webb {
    padding: 50px 40px;
    text-align: left;
    border-left: solid 8px #FF4500;
    border-top: solid 1px #cccccc;
  }
}
.promos-webb .banner-promo-webb.emprendedor {
  background: transparent url("assets/images/landing-webb/promo-emp.png") no-repeat top right;
  background-size: 180% auto;
}
@media only screen and (min-width: 768px) {
  .promos-webb .banner-promo-webb.emprendedor {
    background: transparent url("assets/images/landing-webb/promo-emp.png") center;
    background-size: cover;
  }
}
.promos-webb .banner-promo-webb.empresa {
  background: transparent url("assets/images/landing-webb/promo-empren-mob.png") no-repeat top center;
  background-size: 100% auto;
}
@media only screen and (min-width: 768px) {
  .promos-webb .banner-promo-webb.empresa {
    background: transparent url("assets/images/landing-webb/promo-empren.png") center;
    background-size: cover;
  }
}
.promos-webb .banner-promo-webb .bg-color {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(37, 150, 190);
  background: linear-gradient(180deg, rgba(37, 150, 190, 0.2049194678) 0%, rgb(37, 150, 190) 36%);
}
@media only screen and (min-width: 768px) {
  .promos-webb .banner-promo-webb .bg-color {
    background: rgb(37, 150, 190);
    background: linear-gradient(270deg, rgba(37, 150, 190, 0.2049194678) 0%, rgb(37, 150, 190) 66%);
  }
}
.promos-webb .banner-promo-webb .info {
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .promos-webb .banner-promo-webb .info {
    width: 537px;
  }
}
.promos-webb .banner-promo-webb .info .title-promo {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .promos-webb .banner-promo-webb .info .title-promo {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1324px) {
  .promos-webb .banner-promo-webb .info .title-promo {
    font-size: 40px;
    margin-bottom: 40px;
  }
}
.promos-webb .banner-promo-webb .info .m-button-message-container {
  margin: 25px auto;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
}
@media only screen and (min-width: 768px) {
  .promos-webb .banner-promo-webb .info .m-button-message-container {
    margin: 25px 0;
  }
}
.promos-webb .banner-promo-webb .info .m-button-message-container .tooltip {
  width: 225px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .promos-webb .banner-promo-webb .info .m-button-message-container .tooltip {
    margin: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .promos-webb .banner-promo-webb .info .m-button-message-container .tooltip {
    width: 100%;
  }
}
.promos-webb .banner-promo-webb .info .m-button-message-container .arrow {
  transform: translate(0, 0) rotate(180deg);
}
@media only screen and (min-width: 768px) {
  .promos-webb .banner-promo-webb .info .m-button-message-container .arrow {
    transform: translate(-25px, 0) rotate(180deg);
  }
}
@media only screen and (min-width: 1024px) {
  .promos-webb .banner-promo-webb .info .m-button-message-container .arrow {
    transform: translate(-50%, 0px) rotate(0deg);
  }
}
.promos-webb .banner-promo-webb .info .m-button-message-container .m-cta-webb {
  padding: 10px 40px;
}
.promos-webb .banner-promo-webb .desc {
  font-size: 18px;
  line-height: 1.9rem;
}
@media only screen and (min-width: 768px) {
  .promos-webb .banner-promo-webb .desc {
    font-size: 19.5px;
  }
}
@media only screen and (min-width: 1024px) {
  .promos-webb .banner-promo-webb .desc {
    font-size: 21px;
  }
}
.promos-webb .banner-promo-webb .desc p {
  margin-bottom: 0;
  font-weight: normal;
}
.promos-webb .banner-promo-webb .desc p strong {
  font-family: "Futura-bold";
  font-size: inherit;
}
@media only screen and (min-width: 768px) {
  .promos-webb .banner-promo-webb .desc p strong {
    font-size: 19px;
  }
}
.promos-webb .banner-promo-webb .terms {
  text-decoration: underline;
  transition: all 0.3s ease;
}
.promos-webb .banner-promo-webb .terms:hover {
  color: black;
  cursor: pointer;
}

.offers-to-show {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: transparent;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: start;
  display: none;
  overflow-y: auto;
}
.offers-to-show.open {
  display: flex;
}
.offers-to-show .container-offers-terms {
  width: 95%;
  max-width: 550px;
  background-color: #fff;
  padding: 40px 20px 20px 20px;
  border-radius: 10px;
  border: solid 1px #ccc;
  position: relative;
  overflow-y: auto;
  opacity: 0;
  transition: all 0.3s ease;
  transform: translate(0, 50px);
  margin: 30px 0;
}
@media only screen and (min-width: 768px) {
  .offers-to-show .container-offers-terms {
    margin: 50px;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
  }
}
@media only screen and (min-width: 1024px) {
  .offers-to-show .container-offers-terms {
    margin: 150px 0px 80px 0px;
  }
}
.offers-to-show .container-offers-terms.show {
  opacity: 1;
  transform: translate(0, 0px);
}
.offers-to-show .container-offers-terms .close-mark {
  font-weight: bold;
  font-size: 1.6rem;
  position: absolute;
  right: 10px;
  top: 10px;
}
.offers-to-show .container-offers-terms .close-mark:hover {
  cursor: pointer;
  color: #FF4500;
}
.offers-to-show .container-offers-terms .term-info {
  display: none;
}
.offers-to-show .container-offers-terms .term-info.show {
  display: block;
}
.offers-to-show .container-offers-terms .term-info h4 {
  text-transform: none;
  font-size: 1.2rem;
}
@media only screen and (min-width: 768px) {
  .offers-to-show .container-offers-terms .term-info h4 {
    font-size: 1.5rem;
  }
}
.offers-to-show .container-offers-terms .term-info h5 {
  text-transform: none;
  margin-bottom: 10px;
  font-size: 1.1rem;
}
@media only screen and (min-width: 768px) {
  .offers-to-show .container-offers-terms .term-info h5 {
    font-size: 1.4rem;
  }
}
.offers-to-show .container-offers-terms .term-info p {
  font-size: 0.9rem;
}
@media only screen and (min-width: 768px) {
  .offers-to-show .container-offers-terms .term-info p {
    font-size: 1.2rem;
  }
}
.offers-to-show .container-offers-terms .term-info p.main {
  color: black;
  font-size: 1.1rem;
  margin-top: 15px;
}
@media only screen and (min-width: 768px) {
  .offers-to-show .container-offers-terms .term-info p.main {
    font-size: 1.3rem;
  }
}
.offers-to-show .container-offers-terms .term-info p strong {
  font-weight: bold;
}

.overlay-logo {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100dvh;
  background: black;
  z-index: 110;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
@media only screen and (min-width: 1024px) {
  .overlay-logo {
    height: 100vh;
  }
}
.overlay-logo .m-logo {
  width: 210px;
  height: 150px;
}
@media only screen and (min-width: 768px) {
  .overlay-logo .m-logo {
    width: 300px;
    height: 200px;
  }
}
.overlay-logo .logo-svg {
  width: 220px;
}
@media only screen and (min-width: 768px) {
  .overlay-logo .logo-svg {
    width: 350px;
  }
}
.overlay-logo .logo-svg svg {
  width: 100%;
  height: auto;
}

.wrapper-animation {
  width: 100%;
  height: auto;
  overflow-y: hidden !important;
}

.fix-gsap {
  height: 450px;
  width: 100%;
  background-color: red;
  transform: translate(0, 100px);
  display: none;
}

body {
  overflow: initial;
}

.mapeishon {
  width: 100%;
  aspect-ratio: 16/9;
}
@media only screen and (min-width: 768px) {
  .mapeishon {
    width: 450px;
  }
}
@media only screen and (min-width: 1024px) {
  .mapeishon {
    width: 550px;
  }
}
.mapeishon iframe {
  width: 100%;
  height: 100%;
}

.pago-container {
  width: 100%;
  display: flex;
  justify-content: center;
}

.pago {
  margin-top: 200px;
  padding: 1.6rem;
  width: 40%;
}
.pago__description {
  font-size: 1.2rem;
}
.pago__name {
  font-size: 0.8rem;
  padding: 0.6rem;
  width: 100%;
  border: 1px solid black;
}
.pago__name:focus {
  outline: none;
  border: 2px solid black;
}
.pago__card {
  border: 1px solid black;
  font-size: 0.8rem;
  padding: 0.8rem;
  margin-top: 0.8rem;
}

.pay-button, .confirm-payment {
  padding: 1rem;
  margin-top: 1.2rem;
  font-size: 0.8rem;
  background-color: #091C49;
  color: white;
  border: none;
  border-radius: 8px;
  font-weight: bold;
}
.pay-button:hover, .confirm-payment:hover {
  background-color: #040d22;
}