@import url("https://fonts.googleapis.com/css?family=Nova+Round");
/*GENERAL
--------------------------*/
body {
  color: white;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

*:focus {
  outline: none;
}

a, a:hover, a:focus, a img {
  text-decoration: none;
  outline: none;
  color: white;
}

form input::-webkit-input-placeholder,
form textarea::-webkit-input-placeholder {
  color: #f00;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
form input::-moz-placeholder,
form textarea::-moz-placeholder {
  color: #f00;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
form input:-ms-input-placeholder,
form textarea:-ms-input-placeholder {
  color: #f00;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
form input:-moz-placeholder,
form textarea:-moz-placeholder {
  color: #f00;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
form input:focus::-webkit-input-placeholder,
form textarea:focus::-webkit-input-placeholder {
  opacity: .2 !important;
}
form input:focus::-moz-placeholder,
form textarea:focus::-moz-placeholder {
  opacity: .2 !important;
}
form input:focus:-ms-input-placeholder,
form textarea:focus:-ms-input-placeholder {
  opacity: .2 !important;
}
form input:focus:-moz-placeholder,
form textarea:focus:-moz-placeholder {
  opacity: .2 !important;
}

button {
  border: none;
  background: none;
  font-weight: normal;
}

.inner-wrapper {
  width: 100%;
  max-width: 1030px;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
}

.parallax-window {
  min-height: 400px;
  background: transparent;
}

.container-fluid {
  opacity: 0;
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}

.pace-done .container-fluid {
  opacity: 1;
}

.main-bg {
  background: transparent url("../img/bg.jpg") no-repeat center/cover;
}

.main-col {
  height: 100%;
  padding: 0;
}

.btn {
  height: 30px;
  display: inline-block;
  padding: 0 25px;
  border: none;
  font-weight: normal;
  font-style: normal;
  font-size: 17px;
  font-family: 'DINNextRoundedLTPro-Regular';
  text-transform: uppercase;
  color: white;
  line-height: 35px;
  -webkit-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
}
.btn img {
  width: 17px;
  margin: -5px 0 0 10px;
  vertical-align: middle;
}

.aligncenter {
  text-align: center;
}

#lightbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  display: none;
}
#lightbox #lightbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 0;
}
#lightbox #lightbox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1;
  display: table;
}
#lightbox #lightbox-content {
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  padding: 15px;
}
#lightbox #lightbox-inner {
  margin: 0 auto;
  position: relative;
  top: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  max-width: 580px;
  height: 390px;
  background: #ece8ea;
  margin: 0 auto;
}
#lightbox #lightbox-inner > div {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: 'DINNextRoundedLTPro-Regular';
  color: #212121;
  line-height: 1;
  padding: 15px;
  text-align: left;
  overflow-x: hidden;
  overflow-y: scroll;
  height: 100%;
}
#lightbox #lightbox-close {
  display: block;
  padding: 5px 10px;
  background: #22bae9;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: 'DINNextRoundedLTPro-Regular';
  text-transform: uppercase;
  color: white;
  line-height: 1;
  float: right;
  margin-bottom: 15px;
  position: absolute;
  top: -35px;
  right: 0;
}
#lightbox #lightbox-close.lightbox-close-1 {
  background-color: #d70c7a;
}
#lightbox #lightbox-close.lightbox-close-4 {
  background-color: #727271;
}
#lightbox #lightbox-close img {
  width: 8px;
}
#lightbox #lightbox iframe {
  width: 100%;
  max-width: 600px;
  opacity: 0;
}

#lightbox-footer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  display: none;
}
#lightbox-footer #lightbox-footer-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 0;
}
#lightbox-footer #lightbox-footer-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1;
  display: table;
}
#lightbox-footer #lightbox-footer-content {
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  padding: 15px;
}
#lightbox-footer #lightbox-footer-inner {
  margin: 0 auto;
  position: relative;
  top: -10%;
  height: 100%;
  width: 100%;
  text-align: center;
  max-width: 580px;
  height: 390px;
  background: #ece8ea;
  margin: 0 auto;
}
#lightbox-footer #lightbox-footer-inner > div {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: 'DINNextRoundedLTPro-Light';
  color: #212121;
  line-height: 1;
  padding: 15px;
  text-align: left;
  overflow-x: hidden;
  overflow-y: scroll;
  height: 100%;
}
#lightbox-footer #lightbox-footer-inner > div p {
  margin-bottom: 15px;
}
#lightbox-footer #lightbox-footer-close {
  display: block;
  padding: 5px 10px;
  background: #22bae9;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: 'DINNextRoundedLTPro-Regular';
  text-transform: uppercase;
  color: white;
  line-height: 1;
  float: right;
  margin-bottom: 15px;
  position: absolute;
  top: -35px;
  right: 0;
}
#lightbox-footer #lightbox-footer-close img {
  width: 8px;
}
#lightbox-footer #lightbox-footer iframe {
  width: 100%;
  max-width: 600px;
  opacity: 0;
}

#side-contact {
  display: none;
  position: fixed;
  z-index: 99999;
  right: 0;
  width: 55px;
  height: 40px;
  top: 100px;
  background: #d70c7a;
  opacity: .85;
  padding: 5px;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
#side-contact img {
  width: 45px;
}
#side-contact:hover {
  opacity: 1;
}

.pace-running #side-contact {
  opacity: 0;
}

/*LAYOUT
--------------------------*/
.modal {
	width: 100%;
	height: 100vh;
	position: absolute;
	top: 0;
	left: 0;
	
	display: flex;
	
	animation: modal 1s 2s forwards;
	visibility: hidden;
	opacity: 0;
    z-index: 999;
}

.contenido {
	margin: auto;
	border-radius: 10px;
    width: 35%; 
}


#cerrar {
	display: none;
}

#cerrar + label {
	position: relative;
	color: #fff;
	font-size: 19px;
	z-index: 50;
	background: #22bae9;
	height: 30px;
	width: 30px;
	line-height: 34px;
	border-radius: 0%;
	top: 30px;
	cursor: pointer;
	
	animation: modal 1s 2s forwards;
	visibility: hidden;
	opacity: 0;
    z-index: 9999;
    float:  right;
    text-align: center;
}

#cerrar:checked + label, #cerrar:checked ~ .modal {
	display: none;
}

@keyframes modal {
	100% {
		visibility: visible;
		opacity: 1;
	}
}
#header {
  height: 70px;
  background: #22bae9;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: 'DINNextRoundedLTPro-Light';
  text-transform: uppercase;
  color: white;
  line-height: 1;
  position: relative;
  z-index: 60;
}
#header a {
  color: currentColor;
}
#header #logo {
  width: 95px;
  float: left;
  position: relative;
  top: 15px;
}
#header #logo img {
  width: 100%;
}
#header #top-goto {
  width: 75px;
  height: 25px;
  background: #1293ce;
  float: right;
  padding: 0 10px;
  line-height: 28px;
  position: relative;
  margin: 37px 0 0 20px;
  cursor: pointer;
  -webkit-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
#header #top-goto.active {
  background-color: #14a4e5;
}
#header #top-goto.active ul {
  display: block;
}
#header #top-goto i {
  margin-left: 5px;
}
#header #top-goto ul {
  display: none;
  position: absolute;
  top: 25px;
  right: 0;
  width: 135px;
}
#header #top-goto ul li {
  height: 40px;
  background-position: right 5px center;
  background-repeat: no-repeat;
  background-size: 20px;
  width: 100%;
  padding-right: 35px;
  text-align: right;
  line-height: 45px;
  -webkit-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
#header #top-goto ul li a {
  display: block;
}
#header #top-goto ul li:nth-child(1) {
  background-color: #22bae9;
  background-image: url(../img/ico-house.png);
}
#header #top-goto ul li:nth-child(1):hover {
  background-color: #50c8ee;
}
#header #top-goto ul li:nth-child(2) {
  background-color: #3366cc;
  background-image: url(../img/ico-shakehands.png);
}
#header #top-goto ul li:nth-child(2):hover {
  background-color: #5c85d6;
}
#header #top-goto ul li:nth-child(3) {
  background-color: #006666;
  background-image: url(../img/ico-presentation.png);
}
#header #top-goto ul li:nth-child(3):hover {
  background-color: #009999;
}
#header #nav {
  margin-top: 42px;
  float: right;
}
#header #nav > ul > li {
  float: left;
  margin-left: 20px;
}
#header #nav > ul > li a {
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
#header #nav > ul > li.current a, #header #nav > ul > li:hover a {
  color: #104abb;
}
#header #nav #top-products, #header #nav #top-customers {
  position: relative;
  text-align: center;
  padding-bottom: 10px;
  cursor: pointer;
}
#header #nav #top-products:hover ul, #header #nav #top-customers:hover ul {
  display: block;
}
#header #nav #top-products ul, #header #nav #top-customers ul {
  display: none;
  position: absolute;
  width: 100px;
  left: 0;
  top: 20px;
  background: white;
  vertical-align: middle;
}
#header #nav #top-products ul li, #header #nav #top-customers ul li {
  padding: 5px 5px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: 'DINNextRoundedLTPro-Medium';
  text-transform: uppercase;
  color: #22bae9;
  line-height: 1;
  border-style: solid;
  border-color: #22bae9;
  border-width: 1px 0 0;
}
#header #nav #top-products ul li:last-child, #header #nav #top-customers ul li:last-child {
  border-bottom-width: 1px;
}
#header #nav #top-products ul li a, #header #nav #top-customers ul li a {
  display: block;
}
#header #nav #top-products ul li strong, #header #nav #top-customers ul li strong {
  font-size: 25px;
  font-weight: normal;
  color: #d70c7a;
  margin-right: 3px;
  width: 39px;
  display: inline-block;
  text-align: right;
  vertical-align: middle;
}
#header #nav #top-customers {
  text-align: left;
}
#header #nav #top-customers ul li {
  padding: 7px;
}
#header #top-webmail, #header #top-voffice {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 192px;
  height: 30px;
  width: 130px;
  padding: 0px 30px 5px 5px;
  display: inline-block;
  background: #3366cc url("../img/ico-mail.png") no-repeat right 12px center/22px;
  -webkit-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
  vertical-align: middle;
}
#header #top-webmail form, #header #top-voffice form {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  position: absolute;
  top: 30px;
  right: 0;
  width: 400px;
  min-height: 200px;
  background: #3366cc url("../img/ico-mail-2.png") no-repeat center 20px/35px;
  padding: 55px 10px 10px;
  color: #212121;
}
#header #top-webmail form ::-webkit-input-placeholder, #header #top-voffice form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  opacity: .8;
  color: currentColor;
}
#header #top-webmail form ::-moz-placeholder, #header #top-voffice form ::-moz-placeholder {
  /* Firefox 19+ */
  opacity: .8;
  color: currentColor;
}
#header #top-webmail form :-ms-input-placeholder, #header #top-voffice form :-ms-input-placeholder {
  /* IE 10+ */
  opacity: .8;
  color: currentColor;
}
#header #top-webmail form :-moz-placeholder, #header #top-voffice form :-moz-placeholder {
  /* Firefox 18- */
  opacity: .8;
  color: currentColor;
}
#header #top-webmail form h6, #header #top-voffice form h6 {
  font-weight: normal;
  font-style: normal;
  font-size: 19px;
  font-family: 'DINNextRoundedLTPro-Medium';
  text-transform: uppercase;
  color: white;
  line-height: 1;
  margin-bottom: 15px;
  text-align: center;
}
#header #top-webmail form #top-webmail-name, #header #top-voffice form #top-webmail-name, #header #top-webmail form #top-webmail-domain, #header #top-voffice form #top-webmail-domain, #header #top-webmail form #top-webmail-password, #header #top-voffice form #top-webmail-password, #header #top-webmail #customers #customers-webmail form #customers-webmail-password, #customers #customers-webmail #header #top-webmail form #customers-webmail-password, #header #top-voffice #customers #customers-webmail form #customers-webmail-password, #customers #customers-webmail #header #top-voffice form #customers-webmail-password {
  height: 26px;
  width: 151.5px;
  text-align: center;
  border: none;
  margin-bottom: 10px;
  float: left;
}
#header #top-webmail form #top-webmail-domain, #header #top-voffice form #top-webmail-domain {
  float: right;
  width: 211.5px;
}
#header #top-webmail form #top-webmail-password, #header #top-voffice form #top-webmail-password {
  clear: both;
  width: 100%;
}
#header #top-webmail form input[type="submit"], #header #top-voffice form input[type="submit"] {
  width: 80px;
  height: 20px;
  background: black;
  text-align: center;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: 'DINNextRoundedLTPro-Regular';
  text-transform: uppercase;
  color: white;
  line-height: 20px;
  border: none;
  float: right;
}
#header #top-webmail form.active, #header #top-voffice form.active {
  opacity: 1;
  pointer-events: auto;
}
#header #top-webmail button, #header #top-voffice button {
  text-transform: uppercase;
  text-align: left;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 9px 30px 5px 10px;
}
#header #top-webmail i, #header #top-voffice i {
  position: absolute;
  right: 5px;
  top: 5px;
  color: white;
  cursor: pointer;
}
#header #top-voffice {
  position: absolute;
  top: 0;
  width: 190px;
  right: 0;
  background-color: #d70c7a;
  background-image: url(../img/ico-screen.png);
}
#header #top-voffice form {
  background: #d70c7a url("../img/ico-screen.png") no-repeat center 20px/35px;
  width: 250px;
}
#header #top-voffice #top-voffice-name, #header #top-voffice #top-voffice-password {
  height: 26px;
  width: 100%;
  text-align: center;
  border: none;
  margin-bottom: 10px;
  float: left;
}
#header #top-voffice #top-voffice-password {
  clear: both;
}

#home #nav > ul > li:not(#top-contact) {
  display: none;
}
#home #nav > ul > li#top-contact {
  /* padding: 5px 30px 0 0;
  margin-top: -5px;
  @include bg( transparent, ico-chat-2, png, no-repeat, right center, auto); */
}

.slicknav_menu {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  background: none;
  display: none;
  padding: 0;
  width: 100%;
  text-align: center;
}
.slicknav_menu .slicknav_btn {
  background: none;
  position: absolute;
  right: 105px;
  top: 15px;
  margin: 0;
}
.slicknav_menu .slicknav_icon-bar {
  background: white;
}
.slicknav_menu .slicknav_nav {
  background: rgba(34, 186, 233, 0.88);
  top: 50px;
  left: 0;
  width: 100%;
  position: absolute;
  z-index: 2;
}
.slicknav_menu .slicknav_nav ul {
  margin-left: 0;
}
.slicknav_menu .slicknav_nav li {
  padding: 5px 0;
  border-bottom: solid 1px white;
  text-align: center;
}
.slicknav_menu .slicknav_nav li:last-child {
  border-bottom: none;
}
.slicknav_menu .slicknav_nav li a {
  color: white;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: 'DINNextRoundedLTPro-Regular';
  text-transform: uppercase;
  color: white;
}
.slicknav_menu .slicknav_nav a:hover {
  background: none;
  color: white;
}

#footer {
  padding: 15px 0;
  background: #212121;
}
#footer #footer-logo {
  width: 70px;
  float: left;
  margin: 10px 0;
}
#footer #footer-phone {
  font-weight: normal;
  font-style: normal;
  font-size: 28px;
  font-family: 'DINNextRoundedLTPro-Regular';
  text-transform: uppercase;
  color: #22bae9;
  line-height: 1;
  padding-left: 30px;
  background: transparent url("../img/ico-phone.png") no-repeat left center/23px;
  float: right;
  margin: 10px 10px 10px 0;
}
#footer small {
  clear: both;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: 'DINNextRoundedLTPro-Light';
  color: currentColor;
  line-height: 1;
  display: block;
}
#footer a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: 'DINNextRoundedLTPro-Light';
  color: currentColor;
  line-height: 1;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
#footer a:hover {
  color: #22bae9;
}
#footer .col:nth-child(1) {
  width: 35.5%;
  padding-left: 0;
}
#footer .col:nth-child(2) {
  width: 43%;
}
#footer .col:nth-child(3) {
  width: 21.5%;
  padding-right: 0;
}
#footer #footer-social {
  padding: 15px 0 0;
  float: left;
  font-weight: normal;
  font-style: normal;
  font-size: 11px;
  font-family: 'DINNextRoundedLTPro-Light';
  color: #22bae9;
  line-height: 1;
}
#footer #footer-social a {
  margin-left: 5px;
}
#footer #footer-social i {
  vertical-align: middle;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
#footer #footer-social i:hover {
  color: white;
}
#footer #footer-social .fa-facebook-official {
  font-size: 25px;
}
#footer #footer-social .fa-youtube-play {
  font-size: 30px;
}
#footer #footer-social img {
  height: 25px;
}
#footer #footer-afip {
  float: right;
  position: relative;
}

.footer-content {
  font-size: 14px;
}
.footer-content a {
  color: #d70c7a;
}

#content {
  height: 1px;
  min-height: 100vh;
  margin: -70px 0 -90px;
  padding: 70px 0 90px;
}

/*HOME
--------------------------*/
#home-disambiguation {
  height: 100%;
}
#home-disambiguation .main-col {
  opacity: 0;
  -moz-transform: translateX(-9999px);
  -webkit-transform: translateX(-9999px);
  -o-transform: translateX(-9999px);
  -ms-transform: translateX(-9999px);
  transform: translateX(-9999px);
}
#home-disambiguation .main-col .back {
  position: absolute;
  top: 0;
  left: 0;
  display: table;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
#home-disambiguation .main-col .back > div {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  text-align: center;
}
#home-disambiguation .main-col .back h2 {
  font-weight: normal;
  font-style: normal;
  font-size: 28px;
  font-family: 'DINNextRoundedLTPro-Regular';
  text-transform: uppercase;
  color: white;
  line-height: 1;
}
#home-disambiguation .main-col .back h2 strong {
  font-weight: normal;
  font-style: normal;
  font-size: 47px;
  font-family: 'DINNextRoundedLTPro-Bold';
  text-transform: uppercase;
  color: white;
  line-height: 1;
  display: block;
}
#home-disambiguation .main-col .back h2 img {
  width: 90px;
  display: block;
  margin: 0 auto 15px;
}
#home-disambiguation .main-col:hover .back {
  opacity: 1;
}
#home-disambiguation .main-col:nth-child(1) .back {
  background: rgba(34, 186, 233, 0.7);
}
#home-disambiguation .main-col:nth-child(2) .back {
  background: rgba(51, 102, 204, 0.7);
}
#home-disambiguation .main-col:nth-child(3) .back {
  background: rgba(0, 102, 102, 0.7);
}
#home-disambiguation .main-col a {
  width: 100%;
  height: 100%;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  /* position: absolute;
  left: 0;
  top: 0;
  z-index: 1; */
}
#home-disambiguation .main-col:nth-child(1) a {
  background-image: url(../img/home-residential.jpg);
  background-position: right bottom;
}
#home-disambiguation .main-col:nth-child(2) a {
  background-image: url(../img/home-bussiness.jpg);
  background-position: center;
}
#home-disambiguation .main-col:nth-child(3) a {
  background-image: url(../img/home-enterprise.jpg);
  background-position: left top;
}
#home-disambiguation .main-col img {
  width: 100%;
}

/*PRODUCTS
--------------------------*/
#products #products-img, #jobs-landing #products-img {
  height: 100%;
  opacity: 0;
  -moz-transform: translateY(-9999px);
  -webkit-transform: translateY(-9999px);
  -o-transform: translateY(-9999px);
  -ms-transform: translateY(-9999px);
  transform: translateY(-9999px);
  background: transparent url("../img/products.jpg") no-repeat top right/cover;
}
#products #products-info, #jobs-landing #products-info {
  height: 100%;
}
#products #products-info #options, #jobs-landing #products-info #options {
  height: 50%;
  overflow-y: hidden;
}
#products #products-info #options > div, #jobs-landing #products-info #options > div {
  height: 33.333333333333333333333333333333333333%;
  display: table;
  width: 100%;
  border-bottom: solid 1px white;
  -moz-transform: translateX(-9999px);
  -webkit-transform: translateX(-9999px);
  -o-transform: translateX(-9999px);
  -ms-transform: translateX(-9999px);
  transform: translateX(-9999px);
  opacity: 0;
  -webkit-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
}
#products #products-info #options > div:first-child, #jobs-landing #products-info #options > div:first-child {
  padding-top: 15px;
}
#products #products-info #options > div:hover, #jobs-landing #products-info #options > div:hover {
  background: rgba(34, 186, 233, 0.38);
}
#products #products-info #options > div a, #jobs-landing #products-info #options > div a {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  padding-left: 20%;
}
#products #products-info #options > div a strong, #jobs-landing #products-info #options > div a strong,
#products #products-info #options > div a span,
#jobs-landing #products-info #options > div a span {
  display: inline-block;
}
#products #products-info #options > div a strong, #jobs-landing #products-info #options > div a strong {
  position: relative;
  margin-right: 5px;
}
#products #products-info #options > div a strong b, #jobs-landing #products-info #options > div a strong b {
  font-weight: normal;
  font-style: normal;
  font-size: 69px;
  font-family: 'DINNextRoundedLTPro-Bold';
  text-transform: uppercase;
  color: white;
  line-height: 1;
}
#products #products-info #options > div a strong i, #jobs-landing #products-info #options > div a strong i {
  display: inline-block;
}
#products #products-info #options > div a strong i:before, #jobs-landing #products-info #options > div a strong i:before, #products #products-info #options > div a strong i:after, #jobs-landing #products-info #options > div a strong i:after {
  position: relative;
  display: block;
}
#products #products-info #options > div a strong i:before, #jobs-landing #products-info #options > div a strong i:before {
  content: 'Hasta';
  font-weight: normal;
  font-style: normal;
  font-size: 26px;
  font-family: 'DINNextRoundedLTPro-Light';
  text-transform: uppercase;
  color: #22bae9;
  line-height: 1;
  top: 5px;
  background: transparent url("../img/meter.png") no-repeat right 5px top/30px;
}
#products #products-info #options > div a strong i:after, #jobs-landing #products-info #options > div a strong i:after {
  content: 'megas';
  font-weight: normal;
  font-style: normal;
  font-size: 38px;
  font-family: 'DINNextRoundedLTPro-Light';
  text-transform: uppercase;
  color: white;
  line-height: 1;
}
#products #products-info #options > div a span, #jobs-landing #products-info #options > div a span {
  font-weight: normal;
  font-style: normal;
  font-size: 41px;
  font-family: 'DINNextRoundedLTPro-Medium';
  text-transform: uppercase;
  color: #d70c7a;
  line-height: 1;
  position: relative;
}
#products #products-info #options > div a span:after, #jobs-landing #products-info #options > div a span:after {
  position: absolute;
  display: block;
  content: '';
  width: 50px;
  height: 40px;
  top: -5px;
  right: -60%;
  background: #d70c7a url("../img/ico-shop.png") no-repeat center/30px;
}
#products #products-slider, #jobs-landing #products-slider {
  height: 50%;
  -moz-transform: translateY(9999px);
  -webkit-transform: translateY(9999px);
  -o-transform: translateY(9999px);
  -ms-transform: translateY(9999px);
  transform: translateY(9999px);
}
#products #products-slider div, #jobs-landing #products-slider div {
  height: 100%;
}
#products #products-slider .slide, #jobs-landing #products-slider .slide {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
#products #products-slider .slide a, #jobs-landing #products-slider .slide a {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
}
#products #products-slider .slick-arrow, #jobs-landing #products-slider .slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  z-index: 1;
  opacity: .1;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
#products #products-slider .slick-arrow i, #jobs-landing #products-slider .slick-arrow i {
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
  font-size: 40px;
}
#products #products-slider .slick-prev, #jobs-landing #products-slider .slick-prev {
  left: 15px;
}
#products #products-slider .slick-next, #jobs-landing #products-slider .slick-next {
  right: 15px;
}
#products #products-slider .slick-dots, #jobs-landing #products-slider .slick-dots {
  position: absolute;
  left: 0;
  bottom: 15px;
  width: 100%;
  text-align: center;
}
#products #products-slider .slick-dots li, #jobs-landing #products-slider .slick-dots li {
  display: inline-block;
  margin: 0 5px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  text-indent: -9999px;
  padding: 0;
  background: white;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
}
#products #products-slider .slick-dots li.slick-active, #jobs-landing #products-slider .slick-dots li.slick-active {
  background: #22bae9;
}
#products #products-slider:hover .slick-arrow, #jobs-landing #products-slider:hover .slick-arrow {
  opacity: 1;
}
#products #products-video, #jobs-landing #products-video {
  height: 100%;
  position: relative;
  -moz-transform: translateX(-9999px);
  -webkit-transform: translateX(-9999px);
  -o-transform: translateX(-9999px);
  -ms-transform: translateX(-9999px);
  transform: translateX(-9999px);
}
#products #products-video img, #jobs-landing #products-video img {
  position: absolute;
  top: 25px;
  right: 25px;
  z-index: 50;
  opacity: .1;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
#products #products-video #video, #jobs-landing #products-video #video {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
}
#products #products-video p, #jobs-landing #products-video p {
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  padding: 25px;
  font-weight: normal;
  font-style: normal;
  font-size: 32px;
  font-family: 'DINNextRoundedLTPro-Regular';
  color: white;
  line-height: 1;
}
#products #products-video:hover img, #jobs-landing #products-video:hover img {
  opacity: 1;
}
#products #single-product, #jobs-landing #single-product {
  height: 100%;
  text-align: center;
}
#products #single-product #single-product-slider, #jobs-landing #single-product #single-product-slider {
  height: 56%;
  display: table;
  width: 100%;
  position: relative;
  -moz-transform: translatex(9999px);
  -webkit-transform: translatex(9999px);
  -o-transform: translatex(9999px);
  -ms-transform: translatex(9999px);
  transform: translatex(9999px);
}
#products #single-product #single-product-slider .slide, #jobs-landing #single-product #single-product-slider .slide {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  padding: 0 90px;
}
#products #single-product #single-product-slider .slide h2, #jobs-landing #single-product #single-product-slider .slide h2,
#products #single-product #single-product-slider .slide h3,
#jobs-landing #single-product #single-product-slider .slide h3 {
  display: inline-block;
}
#products #single-product #single-product-slider .slide h2, #jobs-landing #single-product #single-product-slider .slide h2 {
  text-align: left;
  margin-right: 30px;
}
#products #single-product #single-product-slider .slide h2 strong, #jobs-landing #single-product #single-product-slider .slide h2 strong,
#products #single-product #single-product-slider .slide h2 span,
#jobs-landing #single-product #single-product-slider .slide h2 span {
  display: inline-block;
}
#products #single-product #single-product-slider .slide h2 strong, #jobs-landing #single-product #single-product-slider .slide h2 strong {
  font-weight: normal;
  font-style: normal;
  font-size: 120px;
  font-family: 'DINNextRoundedLTPro-Bold';
  text-transform: uppercase;
  color: white;
  line-height: 1;
}
#products #single-product #single-product-slider .slide h2 i, #jobs-landing #single-product #single-product-slider .slide h2 i {
  font-weight: normal;
  font-style: normal;
  font-size: 36px;
  font-family: 'DINNextRoundedLTPro-Light';
  text-transform: uppercase;
  color: #22bae9;
  line-height: 1;
  background: transparent url("../img/meter.png") no-repeat right 5px top 5px/50px;
  padding-top: 10px;
}
#products #single-product #single-product-slider .slide h2 b, #jobs-landing #single-product #single-product-slider .slide h2 b {
  font-weight: normal;
  font-style: normal;
  font-size: 54px;
  font-family: 'DINNextRoundedLTPro-Light';
  text-transform: uppercase;
  color: white;
  line-height: 1;
}
#products #single-product #single-product-slider .slide h2 small, #jobs-landing #single-product #single-product-slider .slide h2 small {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: 'DINNextRoundedLTPro-Light';
  text-transform: uppercase;
  color: #22bae9;
  line-height: 1;
}
#products #single-product #single-product-slider .slide h2 i, #jobs-landing #single-product #single-product-slider .slide h2 i,
#products #single-product #single-product-slider .slide h2 b,
#jobs-landing #single-product #single-product-slider .slide h2 b,
#products #single-product #single-product-slider .slide h2 small,
#jobs-landing #single-product #single-product-slider .slide h2 small {
  display: block;
  line-height: .8;
}
#products #single-product #single-product-slider .slide h3, #jobs-landing #single-product #single-product-slider .slide h3 {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: 'DINNextRoundedLTPro-Medium';
  text-transform: uppercase;
  color: #d70c7a;
  line-height: 0.8;
  padding-top: 5px;
}
#products #single-product #single-product-slider .slide h3 strong, #jobs-landing #single-product #single-product-slider .slide h3 strong {
  font-size: 73px;
  display: block;
}
#products #single-product #single-product-slider .slide ul, #jobs-landing #single-product #single-product-slider .slide ul {
  padding-top: 25px;
}
#products #single-product #single-product-slider .slide ul li, #jobs-landing #single-product #single-product-slider .slide ul li {
  width: 20%;
  display: inline-block;
  float: left;
  padding: 0 12px;
  vertical-align: top;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: 'DINNextRoundedLTPro-Regular';
  color: #22bae9;
  line-height: 1;
}
#products #single-product #single-product-slider .slide ul li img, #jobs-landing #single-product #single-product-slider .slide ul li img {
  display: block;
  margin: 0 auto 10px;
}
#products #single-product #single-product-slider .slide ul li:first-child img, #jobs-landing #single-product #single-product-slider .slide ul li:first-child img {
  -moz-transform: scale(-1);
  -webkit-transform: scale(-1);
  -o-transform: scale(-1);
  -ms-transform: scale(-1);
  transform: scale(-1);
}
#products #single-product #single-product-slider .slide ul li:last-child img, #jobs-landing #single-product #single-product-slider .slide ul li:last-child img {
  margin-top: -10px;
}
#products #single-product #single-product-slider a:not(.product-arrow), #jobs-landing #single-product #single-product-slider a:not(.product-arrow) {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: 'DINNextRoundedLTPro-Regular';
  color: white;
  line-height: 1;
  display: block;
  clear: both;
  text-decoration: underline;
  margin: 20px auto 0;
  position: relative;
  top: 20px;
}
#products #single-product #single-product-slider a.product-arrow, #jobs-landing #single-product #single-product-slider a.product-arrow {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  font-size: 50px;
  z-index: 1;
}
#products #single-product #single-product-slider a.product-arrow img, #jobs-landing #single-product #single-product-slider a.product-arrow img {
  width: 30px;
}
#products #single-product #single-product-slider a.product-arrow.product-arrow-prev, #jobs-landing #single-product #single-product-slider a.product-arrow.product-arrow-prev {
  left: 25px;
  -moz-transform: scale(-1);
  -webkit-transform: scale(-1);
  -o-transform: scale(-1);
  -ms-transform: scale(-1);
  transform: scale(-1);
}
#products #single-product #single-product-slider a.product-arrow.product-arrow-next, #jobs-landing #single-product #single-product-slider a.product-arrow.product-arrow-next {
  right: 25px;
}
#products #single-product #single-product-contact, #jobs-landing #single-product #single-product-contact {
  height: 44%;
  background: #22bae9;
  padding: 0 80px;
  -moz-transform: translateY(9999px);
  -webkit-transform: translateY(9999px);
  -o-transform: translateY(9999px);
  -ms-transform: translateY(9999px);
  transform: translateY(9999px);
  overflow: hidden;
}
#products #single-product #single-product-contact #single-product-call, #jobs-landing #single-product #single-product-contact #single-product-call {
  padding: 40px 0;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 32px;
  font-family: 'DINNextRoundedLTPro-Medium';
  text-transform: uppercase;
  color: #0c1c39;
  line-height: 1;
}
#products #single-product #single-product-contact #single-product-call img, #jobs-landing #single-product #single-product-contact #single-product-call img {
  display: block;
  margin: 20px auto;
}
#products #single-product #single-product-contact form, #jobs-landing #single-product #single-product-contact form {
  width: 265px;
  padding: 20px 0;
}
#products #single-product #single-product-contact form *:not(button), #jobs-landing #single-product #single-product-contact form *:not(button) {
  font-weight: normal;
  font-style: normal;
  font-size: 17px;
  font-family: 'DINNextRoundedLTPro-Medium';
  text-transform: uppercase;
  color: #212121;
  line-height: 1;
}
#products #single-product #single-product-contact form *:not(button) ::-webkit-input-placeholder, #jobs-landing #single-product #single-product-contact form *:not(button) ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  opacity: .8;
  color: currentColor;
}
#products #single-product #single-product-contact form *:not(button) ::-moz-placeholder, #jobs-landing #single-product #single-product-contact form *:not(button) ::-moz-placeholder {
  /* Firefox 19+ */
  opacity: .8;
  color: currentColor;
}
#products #single-product #single-product-contact form *:not(button) :-ms-input-placeholder, #jobs-landing #single-product #single-product-contact form *:not(button) :-ms-input-placeholder {
  /* IE 10+ */
  opacity: .8;
  color: currentColor;
}
#products #single-product #single-product-contact form *:not(button) :-moz-placeholder, #jobs-landing #single-product #single-product-contact form *:not(button) :-moz-placeholder {
  /* Firefox 18- */
  opacity: .8;
  color: currentColor;
}
#products #single-product #single-product-contact form .product-contact-field, #jobs-landing #single-product #single-product-contact form .product-contact-field {
  margin-bottom: 5px;
  clear: both;
  position: relative;
}
#products #single-product #single-product-contact form input:not([type="submit"]), #jobs-landing #single-product #single-product-contact form input:not([type="submit"]),
#products #single-product #single-product-contact form select,
#jobs-landing #single-product #single-product-contact form select,
#products #single-product #single-product-contact form textarea,
#jobs-landing #single-product #single-product-contact form textarea {
  height: 30px;
  line-height: 30px;
  text-align: center;
  padding: 0 5px;
  border: none;
  width: 100%;
}
#products #single-product #single-product-contact form #product-contact-phone, #jobs-landing #single-product #single-product-contact form #product-contact-phone {
  width: 60%;
  float: left;
}
#products #single-product #single-product-contact form #product-contact-time, #jobs-landing #single-product #single-product-contact form #product-contact-time {
  width: 39%;
  float: right;
}
#products #single-product #single-product-contact form #product-contact-customer, #jobs-landing #single-product #single-product-contact form #product-contact-customer {
  width: 50%;
  float: right;
}
#products #single-product #single-product-contact form #product-contact-client, #jobs-landing #single-product #single-product-contact form #product-contact-client {
  width: 50%;
  float: right;
}
#products #single-product #single-product-contact form label, #jobs-landing #single-product #single-product-contact form label {
  width: 50%;
  text-align: right;
  padding: 15px 0 0;
  display: block;
  float: left;
  margin-left: -15px;
}
#products #single-product #single-product-contact form #product-contact-captcha, #jobs-landing #single-product #single-product-contact form #product-contact-captcha {
  position: absolute;
  left: 100%;
  margin-left: 15px;
  top: 0;
}
#products #single-product #single-product-contact form button, #jobs-landing #single-product #single-product-contact form button {
  background: #0c1c39;
  float: right;
}
#products #single-product #single-product-contact form button:hover, #jobs-landing #single-product #single-product-contact form button:hover {
  background: #153163;
}
#products #single-product #single-product-contact iframe, #jobs-landing #single-product #single-product-contact iframe {
  border: none;
  background: transparent;
  height: 400px;
  width: 1600px;
}

#product-lightbox-legal h2 {
  color: #22bae9;
}
#product-lightbox-legal h3 {
  color: #d70c7a;
}
#product-lightbox-legal p {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: 'DINNextRoundedLTPro-Light';
  color: #212121;
  line-height: 1;
}

/*JOBS LANDING
--------------------------*/
#jobs-landing #header {
  background-color: #3366cc;
}
#jobs-landing #top-goto {
  margin-top: 25px;
}
#jobs-landing #jobs-main {
  height: 100%;
  background: transparent url("../img/jobs.jpg") no-repeat center top/cover;
  -moz-transform: translateX(-3000px);
  -webkit-transform: translateX(-3000px);
  -o-transform: translateX(-3000px);
  -ms-transform: translateX(-3000px);
  transform: translateX(-3000px);
}
#jobs-landing #products-info {
  height: 50%;
}
#jobs-landing #products-info #options {
  height: 100%;
  padding: 10px;
}
#jobs-landing #products-info #options > div {
  height: 50%;
  padding-left: 15px;
}
#jobs-landing #products-info #options > div * {
  float: left;
  display: block;
}
#jobs-landing #products-info #options > div div:first-child img {
  display: block;
  float: none;
  margin-bottom: 10px;
}
#jobs-landing #products-info #options > div div:last-child {
  padding-top: 30px;
}
#jobs-landing #products-info #options > div img {
  margin-right: 10px;
}
#jobs-landing #products-info #options > div span {
  margin-right: 10px;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  font-family: 'DINNextRoundedLTPro-Medium';
  text-transform: uppercase;
  color: white;
  line-height: 1;
  padding-top: 5px;
  text-align: center;
}
#jobs-landing #products-info #options > div span.jobs-cloud {
  position: relative;
  top: 0;
}
#jobs-landing #products-info #options > div i {
  margin-right: 10px;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  font-family: 'DINNextRoundedLTPro-Medium';
  text-transform: uppercase;
  color: #f7a800;
  line-height: 1;
  padding-top: 5px;
}
#jobs-landing #products-info #options > div:first-child {
  border-bottom: solid 3px white;
}
#jobs-landing #products-info #options > div:last-child {
  border-bottom: none;
  padding-top: 6%;
}
#jobs-landing #single-product {
  height: 50%;
}
#jobs-landing #single-product #single-product-contact {
  padding: 15px;
  height: 100%;
  background: #3366cc;
}
#jobs-landing #single-product #single-product-contact form {
  text-transform: none;
  width: 100%;
}
#jobs-landing #single-product #single-product-contact form .half-left {
  width: 49%;
  float: left;
  clear: none;
}
#jobs-landing #single-product #single-product-contact form .half-right {
  width: 49%;
  float: right;
  clear: none;
}
#jobs-landing #single-product #single-product-contact form input:not([type="submit"]), #jobs-landing #single-product #single-product-contact form textarea {
  width: 100%;
  text-transform: none;
  text-align: left;
}
#jobs-landing #single-product #single-product-contact form #product-contact-email {
  width: 100%;
  /*  float: left; */
}
#jobs-landing #single-product #single-product-contact form #product-contact-phone {
  width: 100%;
  /*  float: right; */
}
#jobs-landing #single-product #single-product-contact form #product-contact-cuit {
  width: 100%;
  /* float: left;*/
}
#jobs-landing #single-product #single-product-contact form textarea {
  height: 73px;
}
#jobs-landing #single-product #single-product-contact form .parsley-errors-list {
  display: none;
  padding: 3px;
  background: #fee;
  border: none;
  margin-bottom: 0px;
  clear: both;
  width: 100px;
  margin-bottom: 15px;
  position: absolute;
  top: 0;
  right: 0;
}
#jobs-landing #single-product #single-product-contact form .parsley-errors-list li {
  font-weight: normal;
  font-style: normal;
  font-size: 11px;
  font-family: 'DINNextRoundedLTPro-Regular';
  color: #f55;
  line-height: 1.5;
}
#jobs-landing #single-product #single-product-contact form .parsley-errors-list.filled {
  display: block;
}
#jobs-landing #single-product #single-product-contact form #contact-loader {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
}
#jobs-landing #single-product #single-product-contact form #contact-loader #loader {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -25px 0 0 -25px;
  width: 50px;
  height: 50px;
  background: url(../img/loader.svg) no-repeat center;
}
#jobs-landing #single-product #single-product-contact form #contact-msg-text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #3366cc;
  opacity: 0;
  padding: 5px;
}
#jobs-landing #single-product #single-product-contact form #contact-msg-text h3 {
  font-weight: normal;
  font-style: normal;
  font-size: 32px;
  color: currentColor;
  line-height: 1.5;
  color: #fff;
  padding: 0;
  background: 0;
  width: 100%;
}
#jobs-landing #single-product #single-product-contact form #contact-msg-text h4 {
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
  font-weight: 400;
  width: 100%;
}
#jobs-landing #single-product #single-product-contact form *:focus .parsley-errors-list.filled {
  opacity: 0.5 !important;
}
#jobs-landing .main-bg {
  background-image: url(../img/bg-2.jpg);
}

/*SUGGESTION
--------------------------*/
#suggestion #suggestion-title {
  background: transparent url("../img/suggestion.jpg") no-repeat center top/cover;
  -moz-transform: translateX(-9999px);
  -webkit-transform: translateX(-9999px);
  -o-transform: translateX(-9999px);
  -ms-transform: translateX(-9999px);
  transform: translateX(-9999px);
}
#suggestion #suggestion-title h1 {
  text-indent: -9999px;
}
#suggestion #suggestion-action {
  padding: 130px 45px 0;
  overflow: hidden;
  -moz-transform: translateX(9999px);
  -webkit-transform: translateX(9999px);
  -o-transform: translateX(9999px);
  -ms-transform: translateX(9999px);
  transform: translateX(9999px);
}
#suggestion #suggestion-action h2 {
  font-weight: normal;
  font-style: normal;
  font-size: 30px;
  font-family: 'DINNextRoundedLTPro-Medium';
  text-transform: uppercase;
  color: #22bae9;
  line-height: 1;
  text-align: center;
  margin-bottom: 50px;
}
#suggestion #suggestion-action form {
  max-width: 500px;
  margin: 0 auto;
}
#suggestion #suggestion-action .suggestion-field {
  margin-bottom: 40px;
  clear: both;
  position: relative;
}
#suggestion #suggestion-action label {
  font-weight: normal;
  font-style: normal;
  font-size: 19px;
  font-family: 'DINNextRoundedLTPro-Bold';
  color: white;
  line-height: 1;
  width: 210px;
  display: block;
  position: relative;
  float: left;
}
#suggestion #suggestion-action label span {
  font-weight: normal;
  font-style: normal;
  font-size: 54px;
  font-family: 'DINNextRoundedLTPro-Bold';
  text-transform: uppercase;
  color: #d70c7a;
  line-height: 1;
  position: absolute;
  top: 0;
  right: 100%;
  margin-right: 5px;
}
#suggestion #suggestion-action select {
  height: 32px;
  width: 190px;
  background: white;
  float: right;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: 'DINNextRoundedLTPro-Bold';
  color: #212121;
  line-height: 1;
  padding: 0 0 0 25px;
}
#suggestion #suggestion-action button {
  background: #d70c7a;
}
#suggestion #suggestion-action .parsley-errors-list {
  display: none;
  position: absolute;
  padding: 3px;
  border: none;
  color: #f00;
  background: #fee;
  font-weight: normal;
  font-style: normal;
  font-size: 11px;
  font-family: 'DINNextRoundedLTPro-Bold';
  color: #f00;
  clear: both;
  width: 100%;
  text-align: center;
  top: -20px;
  right: 0;
  width: 190px;
}
#suggestion #suggestion-action .parsley-errors-list.filled {
  display: block;
}

/*CUSTOMERS
--------------------------*/
#customers #customers-top,
#customers #customers-bottom {
  height: 50%;
  overflow: hidden;
}
#customers .main-col {
  display: table;
  height: 101%;
  overflow: hidden;
  table-layout: fixed;
}
#customers .main-col > div {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  text-align: center;
}
#customers #customers-webmail {
  -moz-transform: translateX(-9999px);
  -webkit-transform: translateX(-9999px);
  -o-transform: translateX(-9999px);
  -ms-transform: translateX(-9999px);
  transform: translateX(-9999px);
  background: #3366cc;
}
#customers #customers-webmail img {
  width: 67px;
  margin-bottom: 5px;
}
#customers #customers-webmail h2 {
  font-weight: normal;
  font-style: normal;
  font-size: 35px;
  font-family: 'DINNextRoundedLTPro-Medium';
  text-transform: uppercase;
  color: white;
  line-height: 1;
  margin-bottom: 15px;
  text-align: center;
}
#customers #customers-webmail form {
  width: 265px;
  margin: 0 auto;
  color: #212121;
  overflow: hidden;
}
#customers #customers-webmail form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  text-align: center;
}
#customers #customers-webmail form ::-moz-placeholder {
  /* Firefox 19+ */
  text-align: center;
}
#customers #customers-webmail form :-ms-input-placeholder {
  /* IE 10+ */
  text-align: center;
}
#customers #customers-webmail form :-moz-placeholder {
  /* Firefox 18- */
  text-align: center;
}
#customers #customers-webmail form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  opacity: .8;
  color: currentColor;
}
#customers #customers-webmail form ::-moz-placeholder {
  /* Firefox 19+ */
  opacity: .8;
  color: currentColor;
}
#customers #customers-webmail form :-ms-input-placeholder {
  /* IE 10+ */
  opacity: .8;
  color: currentColor;
}
#customers #customers-webmail form :-moz-placeholder {
  /* Firefox 18- */
  opacity: .8;
  color: currentColor;
}
#customers #customers-webmail form #customers-webmail-name, #customers #customers-webmail form #customers-webmail-domain {
  height: 20px;
  width: 120px;
  text-align: center;
  border: none;
  margin-bottom: 10px;
  float: left;
}
#customers #customers-webmail form #customers-webmail-domain {
  float: right;
  width: 135px;
}
#customers #customers-webmail form #customers-webmail-password {
  clear: both;
  width: 100%;
  margin-bottom: 10px;
}
#customers #customers-webmail form input[type="submit"] {
  display: block;
  clear: both;
  margin: 5px auto;
  background: black;
}
#customers #customers-webmail form input[type="checkbox"] {
  float: left;
}
#customers #customers-webmail form label,
#customers #customers-webmail form p {
  font-weight: normal;
  font-style: normal;
  font-size: 17px;
  font-family: 'DINNextRoundedLTPro-Medium';
  color: white;
  line-height: 1;
  float: left;
  margin-left: 5px;
  text-align: left;
}
#customers #customers-webmail form label a,
#customers #customers-webmail form p a {
  color: currentColor;
  text-decoration: underline;
}
#customers #customers-webmail form p {
  clear: both;
  margin: 5px 0 0;
}
#customers #customers-webmail form label {
  margin-bottom: 5px;
}
#customers #customers-webmail button {
  text-transform: uppercase;
  text-align: left;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 7px 30px 5px 5px;
}
#customers #customers-voffice {
  -moz-transform: translateX(9999px);
  -webkit-transform: translateX(9999px);
  -o-transform: translateX(9999px);
  -ms-transform: translateX(9999px);
  transform: translateX(9999px);
  overflow: hidden;
}
#customers #customers-voffice > div {
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
}
#customers #customers-voffice img {
  width: 110px;
  margin-bottom: 20px;
}
#customers #customers-voffice h2 {
  font-weight: normal;
  font-style: normal;
  font-size: 36px;
  font-family: 'DINNextRoundedLTPro-Medium';
  text-transform: uppercase;
  color: #212121;
  line-height: 1;
  margin-bottom: 10px;
}
#customers #customers-voffice p {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: 'DINNextRoundedLTPro-Medium';
  color: #212121;
  line-height: 1;
  margin-bottom: 15px;
}
#customers #customers-voffice ul {
  margin: 0 auto 15px;
  display: table;
}
#customers #customers-voffice ul li {
  display: table-cell;
  padding: 10px 5px;
  width: 20%;
  height: 1px;
  min-height: 60px;
  vertical-align: middle;
  position: relative;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: 'DINNextRoundedLTPro-Bold';
  color: white;
  line-height: 1;
  background: #22bae9;
}
#customers #customers-voffice ul li:nth-child(odd) {
  background: #d70c7a;
}
#customers #customers-voffice ul li:not(:last-child) {
  border-right: solid white 5px;
}
#customers #customers-voffice .btn {
  background: black;
}
#customers #customers-voffice .btn:hover {
  background: #333333;
}
#customers #customers-payment {
  -moz-transform: translateY(9999px);
  -webkit-transform: translateY(9999px);
  -o-transform: translateY(9999px);
  -ms-transform: translateY(9999px);
  transform: translateY(9999px);
  background: #22bae9;
}
#customers #customers-payment img {
  width: 70px;
  margin-bottom: 20px;
}
#customers #customers-payment h2 {
  font-weight: normal;
  font-style: normal;
  font-size: 40px;
  font-family: 'DINNextRoundedLTPro-Medium';
  text-transform: uppercase;
  color: white;
  line-height: 0.9;
}
#customers #customers-payment h2 span {
  color: #212121;
  display: block;
}
#customers #customers-payment .btn {
  background: #212121;
}
#customers #customers-payment .btn:hover {
  background: #3b3b3b;
}
#customers #customers-invocing {
  background: rgba(0, 0, 0, 0.05);
  -moz-transform: translateY(9999px);
  -webkit-transform: translateY(9999px);
  -o-transform: translateY(9999px);
  -ms-transform: translateY(9999px);
  transform: translateY(9999px);
}
#customers #customers-invocing img {
  width: 80px;
  margin-bottom: 20px;
}
#customers #customers-invocing h2 {
  font-weight: normal;
  font-style: normal;
  font-size: 44px;
  font-family: 'DINNextRoundedLTPro-Medium';
  text-transform: uppercase;
  color: #d70c7a;
  line-height: 0.9;
}
#customers #customers-invocing p {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: 'DINNextRoundedLTPro-Medium';
  color: #212121;
  line-height: 0.9;
  margin-bottom: 15px;
}
#customers #customers-invocing .btn {
  background: #d70c7a;
}
#customers #customers-invocing .btn:hover {
  background: #f32394;
}
#customers #customers-wifun {
  width: 100%;
  height: 100%;
  -moz-transform: translateY(9999px);
  -webkit-transform: translateY(9999px);
  -o-transform: translateY(9999px);
  -ms-transform: translateY(9999px);
  transform: translateY(9999px);
  background: transparent url("../img/wifun.jpg") no-repeat center/cover;
  position: relative;
}
#customers #customers-wifun a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#customers #customers-wifun h2 {
  font-weight: normal;
  font-style: normal;
  font-size: 40px;
  font-family: 'DINNextRoundedLTPro-Regular';
  text-transform: uppercase;
  color: white;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 5px;
  background: rgba(0, 0, 0, 0.7);
  padding: 2px 5px 0;
}
#customers #customers-wifun h2 span {
  color: #22bae9;
}

/*VIRTUAL OFFICE
--------------------------*/
#voffice #content {
  background: transparent url("../img/sucursal-virtual.jpg") no-repeat center/cover;
}
#voffice #voffice-main,
#voffice #voffice-login {
  height: 100%;
}
#voffice #voffice-main {
  background: rgba(33, 33, 33, 0.8);
  text-align: center;
  padding: 40px 15px;
  -moz-transform: translateX(-9999px);
  -webkit-transform: translateX(-9999px);
  -o-transform: translateX(-9999px);
  -ms-transform: translateX(-9999px);
  transform: translateX(-9999px);
}
#voffice #voffice-main img {
  margin-bottom: 15px;
}
#voffice #voffice-main h1 {
  font-weight: normal;
  font-style: normal;
  font-size: 36px;
  font-family: 'DINNextRoundedLTPro-Medium';
  text-transform: uppercase;
  color: white;
  line-height: 1;
  margin-bottom: 10px;
}
#voffice #voffice-main ul {
  width: 400px;
  margin: 0 auto;
}
#voffice #voffice-main ul li {
  padding: 80px 5px 5px;
  width: 105px;
  height: 120px;
  min-height: 60px;
  vertical-align: middle;
  position: relative;
  margin: 4px 2px;
  display: inline-block;
  background: #22bae9;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: 'DINNextRoundedLTPro-Bold';
  color: white;
  line-height: 1;
}
#voffice #voffice-main ul li:nth-child(odd) {
  background: #d70c7a;
}
#voffice #voffice-main ul li > img {
  width: 45px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 15px;
  margin: 0 auto;
}
#voffice #voffice-main .btn {
  background: black;
  float: right;
}
#voffice #voffice-main .btn:hover {
  background: #333333;
}
#voffice #voffice-login {
  -moz-transform: translateX(9999px);
  -webkit-transform: translateX(9999px);
  -o-transform: translateX(9999px);
  -ms-transform: translateX(9999px);
  transform: translateX(9999px);
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  padding: 40px 15px;
}
#voffice #voffice-login p {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: 'DINNextRoundedLTPro-Medium';
  color: white;
  line-height: 1;
  margin-bottom: 25px;
}
#voffice #voffice-login h2 {
  font-weight: normal;
  font-style: normal;
  font-size: 36px;
  font-family: 'DINNextRoundedLTPro-Medium';
  text-transform: uppercase;
  color: #212121;
  line-height: 1;
  margin-bottom: 10px;
}
#voffice #voffice-login p {
  font-weight: normal;
  font-style: normal;
  font-size: 17px;
  font-family: 'DINNextRoundedLTPro-Medium';
  color: #212121;
  line-height: 1;
}
#voffice #voffice-login .btn {
  background: #22bae9;
  color: white;
  -webkit-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
#voffice #voffice-login .btn:hover {
  background-color: #50c8ee;
}
#voffice #voffice-login form {
  width: 265px;
  padding: 20px 0;
  margin: 0 auto;
}
#voffice #voffice-login form *:not(button) {
  font-weight: normal;
  font-style: normal;
  font-size: 17px;
  font-family: 'DINNextRoundedLTPro-Medium';
  color: #212121;
  line-height: 1;
}
#voffice #voffice-login form *:not(button) ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  opacity: .8;
  color: currentColor;
}
#voffice #voffice-login form *:not(button) ::-moz-placeholder {
  /* Firefox 19+ */
  opacity: .8;
  color: currentColor;
}
#voffice #voffice-login form *:not(button) :-ms-input-placeholder {
  /* IE 10+ */
  opacity: .8;
  color: currentColor;
}
#voffice #voffice-login form *:not(button) :-moz-placeholder {
  /* Firefox 18- */
  opacity: .8;
  color: currentColor;
}
#voffice #voffice-login form .customer-field {
  margin-bottom: 15px;
  clear: both;
  position: relative;
}
#voffice #voffice-login form input[type="text"],
#voffice #voffice-login form input[type="password"],
#voffice #voffice-login form select,
#voffice #voffice-login form textarea {
  height: 30px;
  line-height: 30px;
  text-align: center;
  padding: 0 5px;
  border: solid 1px rgba(29, 29, 27, 0.5);
  width: 100%;
}
#voffice #voffice-login form input[type="submit"] {
  background: #d70c7a;
  color: white;
}
#voffice #voffice-login form input[type="checkbox"] {
  /* float: left; */
  display: inline-block;
}
#voffice #voffice-login form label {
  /* text-align: right; */
  /* display: block; */
  /* float: left; */
  display: inline-block;
  text-transform: none;
  margin: 0 0 15px 5px;
}
#voffice #voffice-login form a {
  text-decoration: underline;
}
#voffice #voffice-login form button {
  background: #0c1c39;
  float: right;
}

/*PAYMENTS
--------------------------*/
#payments #payments-menu {
  padding: 85px 25px;
  height: 100%;
  -moz-transform: translateX(-9999px);
  -webkit-transform: translateX(-9999px);
  -o-transform: translateX(-9999px);
  -ms-transform: translateX(-9999px);
  transform: translateX(-9999px);
}
#payments #payments-menu h1 {
  padding-left: 90px;
  width: 255px;
  float: right;
  margin: 0 auto 85px;
  font-weight: normal;
  font-style: normal;
  font-size: 40px;
  font-family: 'DINNextRoundedLTPro-Medium';
  text-transform: uppercase;
  color: #d70c7a;
  line-height: 0.9;
  background: transparent url("../img/ico-coin.png") no-repeat left center/75px;
}
#payments #payments-menu h1 span {
  color: #212121;
  display: block;
}
#payments #payments-menu ul {
  clear: both;
  font-weight: normal;
  font-style: normal;
  font-size: 27px;
  font-family: 'DINNextRoundedLTPro-Medium';
  color: #212121;
  line-height: 0.9;
}
#payments #payments-menu ul li {
  margin-bottom: 15px;
  padding-right: 25px;
  text-align: right;
  background: transparent url("../img/ico-arrow-2.png") no-repeat right center/auto;
}
#payments #payments-menu ul li a {
  color: currentColor;
}
#payments #payments-menu ul li.current a,
#payments #payments-menu ul li a:hover {
  color: #22bae9;
}
#payments #payments-content {
  height: 100%;
  padding: 80px;
  text-align: center;
  position: relative;
  -moz-transform: translateX(9999px);
  -webkit-transform: translateX(9999px);
  -o-transform: translateX(9999px);
  -ms-transform: translateX(9999px);
  transform: translateX(9999px);
  background: transparent url("../img/bg.jpg") no-repeat center/cover;
}
#payments #payments-content:before {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: white;
  opacity: .9;
}
#payments #payments-content > div {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 80px;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
#payments #payments-content > div.active {
  opacity: 1;
  pointer-events: auto;
}
#payments #payments-content > div h2 {
  font-weight: normal;
  font-style: normal;
  font-size: 34px;
  font-family: 'DINNextRoundedLTPro-Regular';
  text-transform: uppercase;
  color: #212121;
  line-height: 1;
  margin-bottom: 10px;
}
#payments #payments-content img {
  max-width: 100%;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin: 20px 15px;
}
#payments #payments-content #payments-phone {
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 57px;
  font-family: 'DINNextRoundedLTPro-Bold';
  text-transform: uppercase;
  color: #d70c7a;
  line-height: 1;
  padding-top: 115px;
  background: transparent url("../img/ico-phone-3.png") no-repeat center top/75px;
}
#payments #payments-content #payments-phone a {
  font-weight: normal;
  font-style: normal;
  font-size: 57px;
  font-family: 'DINNextRoundedLTPro-Bold';
  text-transform: uppercase;
  color: #d70c7a;
  line-height: 1;
}

/*HELP
--------------------------*/
#help #help-main {
  height: 100%;
  background: transparent url("../img/help.jpg") no-repeat center top/cover;
  -moz-transform: translateX(-3000px);
  -webkit-transform: translateX(-3000px);
  -o-transform: translateX(-3000px);
  -ms-transform: translateX(-3000px);
  transform: translateX(-3000px);
}
#help h1 {
  text-indent: -999px;
}
#help #help-content {
  height: 100%;
  padding: 3px;
}
#help #help-content ul {
  height: 100%;
}
#help #help-content ul li {
  height: 16.66666666666667%;
  background: #d70c7a;
  border: solid 2px white;
  padding: 30px 20px;
  opacity: 0;
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
}
#help #help-content ul li:hover {
  background: #f32394;
}
#help #help-content ul li:nth-child(4n+2), #help #help-content ul li:nth-child(4n+3) {
  background: #22bae9;
}
#help #help-content ul li:nth-child(4n+2):hover, #help #help-content ul li:nth-child(4n+3):hover {
  background: #50c8ee;
}
#help #help-content ul li:nth-child(4n+4) {
  background: #727271;
}
#help #help-content ul li:nth-child(4n+4):hover {
  background: #8c8c8a;
}
#help #help-content ul li:last-child {
  background: #727271;
}
#help #help-content ul li:last-child:hover {
  background: #8c8c8a;
}
#help #help-content ul li:last-child a {
  text-transform: uppercase;
  padding-left: 80px;
  z-index: 2;
}
#help #help-content ul li:last-child img:last-child {
  position: absolute;
  right: 25px;
  top: 20px;
}
#help #help-content ul li span {
  margin-left: 70px;
  display: block;
}
#help #help-content ul li img {
  float: left;
}
#help #help-content ul li a {
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: 'DINNextRoundedLTPro-Regular';
  color: white;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 0;
  padding: 40px 0 0 20px;
  width: 100%;
  height: 100%;
  display: block;
}
#help #help-answers {
  display: none;
}

.help-answer h2 {
  color: #22bae9;
  margin-bottom: 15px;
}
.help-answer p {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: 'DINNextRoundedLTPro-Light';
  color: currentColor;
  line-height: 1.2;
}
.help-answer a, .help-answer b {
  color: #d70c7a;
}

/*CONTACT
--------------------------*/
#contact #contact-main {
  height: 100%;
  background: transparent url("../img/contact.jpg") no-repeat center top/cover;
  -moz-transform: translateX(-9999px);
  -webkit-transform: translateX(-9999px);
  -o-transform: translateX(-9999px);
  -ms-transform: translateX(-9999px);
  transform: translateX(-9999px);
}
#contact h1 {
  text-indent: -999px;
}
#contact #contact-content {
  height: 100%;
}
#contact #contact-content form {
  height: 50%;
  padding: 50px 0 20px;
  background: black;
  color: white;
  -moz-transform: translateX(9999px);
  -webkit-transform: translateX(9999px);
  -o-transform: translateX(9999px);
  -ms-transform: translateX(9999px);
  transform: translateX(9999px);
  /* #contact-phone {
      width: 49%;
      float: left;
  }
  #contact-email {
      width: 49%;
      float: right;
  } */
}
#contact #contact-content form h2 {
  font-weight: normal;
  font-style: normal;
  font-size: 27px;
  font-family: 'DINNextRoundedLTPro-Bold';
  text-transform: uppercase;
  color: currentColor;
  line-height: 1;
  padding-top: 140px;
  background: transparent url("../img/ico-write.png") no-repeat left 20px top/auto;
  margin: -20px auto 10px;
}
#contact #contact-content form p {
  font-weight: normal;
  font-style: normal;
  font-size: 19px;
  font-family: 'DINNextRoundedLTPro-Regular';
  color: currentColor;
  line-height: 1;
  margin: 0 auto;
}
#contact #contact-content form h2, #contact #contact-content form p {
  max-width: 190px;
}
#contact #contact-content form .contact-field {
  margin-bottom: 5px;
  clear: both;
  position: relative;
}
#contact #contact-content form .half-left {
  width: 49%;
  float: left;
  clear: none;
}
#contact #contact-content form .half-right {
  width: 49%;
  float: right;
  clear: none;
}
#contact #contact-content form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  opacity: .8;
  color: currentColor;
}
#contact #contact-content form ::-moz-placeholder {
  /* Firefox 19+ */
  opacity: .8;
  color: currentColor;
}
#contact #contact-content form :-ms-input-placeholder {
  /* IE 10+ */
  opacity: .8;
  color: currentColor;
}
#contact #contact-content form :-moz-placeholder {
  /* Firefox 18- */
  opacity: .8;
  color: currentColor;
}
#contact #contact-content form input:not([type="submit"]),
#contact #contact-content form select,
#contact #contact-content form textarea {
  height: 30px;
  line-height: 30px;
  text-align: left;
  padding: 0 5px;
  border: none;
  width: 100%;
  font-weight: normal;
  font-style: normal;
  font-size: 17px;
  font-family: 'DINNextRoundedLTPro-Medium';
  color: #212121;
  line-height: 1;
}
#contact #contact-content form #contact-customer {
  width: 50px;
}
#contact #contact-content form #contact-client {
  width: 50%;
  float: right;
}
#contact #contact-content form #contact-msg {
  height: 75px;
  padding: 5px;
}
#contact #contact-content form label {
  float: left;
  font-weight: normal;
  font-style: normal;
  font-size: 17px;
  font-family: 'DINNextRoundedLTPro-Medium';
  text-transform: uppercase;
  color: white;
  line-height: 1;
  padding: 10px 10px 0 0;
}
#contact #contact-content form button {
  background: #22bae9;
  float: right;
}
#contact #contact-content form button:hover {
  background: #50c8ee;
}
#contact #contact-info-phone {
  -moz-transform: translateX(9999px);
  -webkit-transform: translateX(9999px);
  -o-transform: translateX(9999px);
  -ms-transform: translateX(9999px);
  transform: translateX(9999px);
  height: 25%;
  position: relative;
  padding: 5px 5px 5px 206px;
}
#contact #contact-info-phone:before {
  display: block;
  content: '';
  background: #d70c7a url("../img/ico-phone-5.png") no-repeat center/auto;
  position: absolute;
  width: 200px;
  height: 100%;
  top: 0;
  left: 0;
}
#contact #contact-info-phone h3 {
  font-weight: normal;
  font-style: normal;
  font-size: 27px;
  font-family: 'DINNextRoundedLTPro-Bold';
  color: currentColor;
  line-height: 1;
}
#contact #contact-info-phone span {
  font-weight: normal;
  font-style: normal;
  font-size: 40px;
  font-family: 'DINNextRoundedLTPro-Regular';
  color: currentColor;
  line-height: 1;
  display: block;
  margin-bottom: 10px;
}
#contact #contact-info-phone div {
  color: white;
  padding: 5px;
  height: 48%;
}
#contact #contact-info-phone div:first-of-type {
  background: #3366cc;
  margin-bottom: 6px;
}
#contact #contact-info-phone div:last-of-type {
  background: #727271;
}
#contact #contact-info-social {
  -moz-transform: translateX(9999px);
  -webkit-transform: translateX(9999px);
  -o-transform: translateX(9999px);
  -ms-transform: translateX(9999px);
  transform: translateX(9999px);
  height: 25%;
  position: relative;
  padding: 35px 15px;
  background: #22bae9;
  color: white;
}
#contact #contact-info-social a {
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
#contact #contact-info-social a:hover {
  color: black;
}
#contact #contact-info-social > a {
  padding-left: 175px;
  height: 87px;
  font-weight: normal;
  font-style: normal;
  font-size: 28px;
  font-family: 'DINNextRoundedLTPro-Bold';
  color: currentColor;
  line-height: 87px;
  background: transparent url("../img/ico-mail-5.png") no-repeat left center/auto;
  display: block;
  float: left;
  margin-right: 60px;
}
#contact #contact-info-social span {
  float: left;
}
#contact #contact-info-social span a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: 'DINNextRoundedLTPro-Regular';
  text-transform: uppercase;
  color: currentColor;
  line-height: 1;
  display: block;
  margin-bottom: 10px;
}
#contact .parsley-errors-list {
  display: none;
  padding: 3px;
  background: #fee;
  border: none;
  margin-bottom: 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: 'DINNextRoundedLTPro-Regular';
  color: #f55;
  line-height: 1.5;
  clear: both;
  width: 200px;
  margin-bottom: 15px;
  position: absolute;
  top: 0;
  right: 0;
}
#contact .parsley-errors-list.filled {
  display: block;
}
#contact #contact-loader {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
}
#contact #contact-loader #loader {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -25px 0 0 -25px;
  width: 50px;
  height: 50px;
  background: url(../img/loader.svg) no-repeat center;
}
#contact #contact-msg-text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  padding: 5px;
}
#contact #contact-msg-text h3 {
  font-weight: normal;
  font-style: normal;
  font-size: 32px;
  color: currentColor;
  line-height: 1.5;
  color: #fff;
  padding: 0;
  background: 0;
  width: 100%;
}
#contact #contact-msg-text h4 {
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
  font-weight: 400;
  width: 100%;
}

/*ABOUT
--------------------------*/
#about #content {
  background: transparent url("../img/about.jpg") no-repeat center/cover;
}
#about #about-main {
  height: 100%;
  padding: 100px 30px;
  background: rgba(51, 102, 204, 0.85);
  color: white;
  text-align: center;
}
#about #about-main h1 {
  font-weight: normal;
  font-style: normal;
  font-size: 30px;
  font-family: 'DINNextRoundedLTPro-Bold';
  text-transform: uppercase;
  color: currentColor;
  line-height: 1;
  margin-bottom: 25px;
}
#about #about-main p {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: 'DINNextRoundedLTPro-Regular';
  color: currentColor;
  line-height: 1;
  margin-bottom: 25px;
}

/*WORK WITH US
--------------------------*/
#workwithus #content {
  height: auto;
  background: transparent url("../img/work-bg.jpg") no-repeat center/cover;
}
#workwithus center {
  padding: 25px 0;
}
#workwithus .btn {
  background: #d70c7a;
}

/*MQ
--------------------------*/
@media screen and (max-width: 1199px) {
  #footer {
    padding: 15px;
  }

  #header {
    padding: 0 15px;
  }

  #products #single-product #single-product-contact form #product-contact-captcha, #jobs-landing #single-product #single-product-contact form #product-contact-captcha {
    position: static;
    margin: 15px auto;
    float: right;
  }

  #products #single-product #single-product-contact iframe, #jobs-landing #single-product #single-product-contact iframe {
    width: 1198px;
  }

  #jobs-landing #products-info #options > div {
    padding-left: 0;
  }
  #jobs-landing #products-info #options > div:first-child {
    padding-top: 25px;
  }
  #jobs-landing #products-info #options > div:last-child {
    padding-top: 10%;
  }
  #jobs-landing #products-info #options > div span {
    font-size: 18px;
  }
  #jobs-landing #products-info #options img {
    max-width: 120px;
  }
}
@media screen and (min-width: 992px) and (max-height: 768px) {
  #content {
    padding: 0;
    margin: 0;
  }
}
@media screen and (max-width: 991px) {
  #lightbox #lightbox-inner {
    top: 0;
  }

  #side-contact {
    display: none;
  }

  .main-col {
    height: auto;
  }

  #footer {
    text-align: center;
  }
  #footer .col:nth-child(1), #footer .col:nth-child(2), #footer .col:nth-child(3) {
    width: 100%;
    padding: 0 15px;
  }
  #footer #footer-logo,
  #footer #footer-phone,
  #footer #footer-social,
  #footer #footer-afip {
    float: none;
    display: block;
    margin: 0 auto 25px;
    clear: both;
  }
  #footer #footer-phone {
    max-width: 300px;
    position: relative;
    top: 0;
    /* font:normal normal 34px 'bpreplayregular'; */
    text-transform: none;
    font-size: 34px;
    line-height: 34px;
  }
  #footer #footer-p {
    font-weight: normal;
    font-style: normal;
    font-size: 28px;
    font-family: 'DINNextRoundedLTPro-Regular';
    text-transform: uppercase;
    color: #22bae9;
    line-height: 1;
    padding-left: 30px;
    background: transparent url("../img/ico-phone.png") no-repeat left center/23px;
    float: none;
    display: block;
    margin: 0 auto 25px;
    clear: both;
  }

  #content {
    height: auto;
    min-height: auto;
    margin: 0;
    padding: 0;
  }

  #home-disambiguation .main-col {
    height: 48vw;
  }
  #home-disambiguation .main-col:nth-child(1) a {
    background-image: url(../img/home-residential-m.jpg);
  }
  #home-disambiguation .main-col:nth-child(2) a {
    background-image: url(../img/home-bussiness-m.jpg);
  }
  #home-disambiguation .main-col:nth-child(3) a {
    background-image: url(../img/home-enterprise-m.png);
  }
  #home-disambiguation .main-col .back {
    height: 101%;
  }
  #home-disambiguation .main-col .back h2 img {
    width: 30px;
    margin-top: 5px;
  }
  #home-disambiguation .main-col .back h2 strong {
    font-size: 32px;
  }

  #products #products-img, #jobs-landing #products-img {
    height: 500px;
  }
  #products #products-info, #jobs-landing #products-info {
    padding-top: 15px;
    height: auto;
  }
  #products #products-info #options, #jobs-landing #products-info #options {
    height: 500px;
  }
  #products #products-info #options > div a, #jobs-landing #products-info #options > div a {
    padding: 0 15px;
    text-align: center;
    -moz-transform: scale(0.6);
    -webkit-transform: scale(0.6);
    -o-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
  }
  #products #products-info #options > div a strong, #jobs-landing #products-info #options > div a strong {
    margin-left: -60px;
  }
  #products #products-info #options > div a strong i:before, #jobs-landing #products-info #options > div a strong i:before {
    padding-right: 40px;
  }
  #products #products-slider, #jobs-landing #products-slider {
    height: 34vw;
  }
  #products .main-col, #jobs-landing .main-col {
    height: auto;
  }
  #products #products-video, #jobs-landing #products-video {
    height: 500px;
  }
  #products #single-product, #jobs-landing #single-product {
    height: auto;
    min-height: 500px;
  }
  #products #single-product #single-product-slider, #jobs-landing #single-product #single-product-slider {
    padding: 25px 0;
  }
  #products #single-product #single-product-slider a:not(.product-arrow), #jobs-landing #single-product #single-product-slider a:not(.product-arrow) {
    top: 0;
  }
  #products #single-product #single-product-slider .slide, #jobs-landing #single-product #single-product-slider .slide {
    padding: 0 15px;
  }
  #products #single-product #single-product-slider .slide ul li, #jobs-landing #single-product #single-product-slider .slide ul li {
    float: none;
    width: 40%;
    margin-bottom: 25px;
  }
  #products #single-product #single-product-slider .slide h3, #jobs-landing #single-product #single-product-slider .slide h3 {
    margin-bottom: 25px;
  }
  #products #single-product #single-product-slider .slide h2, #jobs-landing #single-product #single-product-slider .slide h2 {
    text-align: center;
    margin: 0 0 15px;
  }
  #products #single-product #single-product-slider .slide h2 i, #jobs-landing #single-product #single-product-slider .slide h2 i {
    text-align: left;
  }
  #products #single-product #single-product-contact, #jobs-landing #single-product #single-product-contact {
    height: auto;
    padding: 0 15px;
  }
  #products #single-product #single-product-contact form, #jobs-landing #single-product #single-product-contact form {
    margin: 0 auto 25px;
  }
  #products #single-product #single-product-contact form #product-contact-captcha, #jobs-landing #single-product #single-product-contact form #product-contact-captcha {
    position: static;
    margin: 15px auto;
  }
  #products #single-product #single-product-contact form button, #jobs-landing #single-product #single-product-contact form button {
    float: none;
  }
  #products #single-product #single-product-contact iframe, #jobs-landing #single-product #single-product-contact iframe {
    width: 100%;
    height: 450px;
  }

  #suggestion #suggestion-title {
    height: 90vw;
    background-position: top left;
  }
  #suggestion #suggestion-action .suggestion-field label,
  #suggestion #suggestion-action .suggestion-field select {
    display: block;
    float: none;
    margin: 0 auto 15px;
  }

  #customers #customers-top,
  #customers #customers-bottom {
    height: auto;
  }
  #customers .main-col {
    display: block;
    height: auto;
  }
  #customers .main-col > div {
    display: block;
    padding: 15px;
    height: auto;
  }
  #customers #customers-wifun {
    height: 200px;
  }

  #help #help-main {
    height: 108vw;
  }
  #help #help-content {
    height: auto;
  }
  #help #help-content ul li {
    height: auto;
    overflow: hidden;
  }
  #help #help-content ul li:last-child a {
    font-size: 16px;
    padding: 30px 58px 0;
  }
  #help #help-content ul li:last-child img:first-child {
    width: 26px;
    top: 10px;
  }
  #help #help-content ul li:last-child img:last-child {
    top: 33px;
    width: 30px;
  }

  #contact #contact-main {
    height: 108vw;
  }
  #contact #contact-content {
    height: auto;
  }
  #contact #contact-content form {
    height: auto;
  }
  #contact #contact-content form p {
    margin-bottom: 25px;
  }
  #contact #contact-info-phone {
    padding: 155px 5px 5px;
    height: auto;
    text-align: center;
  }
  #contact #contact-info-phone:before {
    width: 100%;
    float: none;
    height: 150px;
    background-size: auto 130px;
  }
  #contact #contact-info-phone div {
    color: white;
    padding: 15px 5px 5px;
    height: auto;
  }
  #contact #contact-info-phone div:first-of-type {
    background: #3366cc;
    margin-bottom: 5px;
  }
  #contact #contact-info-phone div:last-of-type {
    background: #727271;
  }
  #contact #contact-info-social {
    height: auto;
  }
  #contact #contact-info-social > a {
    float: none;
    padding-left: 50px;
    height: 87px;
    background-size: 40px;
    margin-right: 0;
    font-size: 18px;
  }
  #contact #contact-info-social span {
    float: none;
  }
  #contact #contact-info-social span a {
    margin-bottom: 25px;
  }
  #contact .parsley-errors-list {
    position: static;
    width: 100%;
  }

  #payments #payments-menu h1 {
    float: none;
  }
  #payments #payments-menu ul {
    width: 250px;
    margin: 0 auto;
  }

  #jobs-landing #jobs-main {
    height: 108vw;
  }
  #jobs-landing #products-info {
    height: auto;
    padding-top: 0;
  }
  #jobs-landing #products-info #options {
    height: auto;
    padding: 10px;
  }
  #jobs-landing #products-info #options > div {
    height: auto;
    padding-left: 0;
  }
  #jobs-landing #products-info #options > div * {
    float: none;
    margin: 0 auto 15px;
    display: block;
    text-align: center;
  }
  #jobs-landing #products-info #options > div img {
    margin: 0 auto 15px;
  }
  #jobs-landing #products-info #options > div div:last-child {
    padding-top: 0;
  }
  #jobs-landing #single-product #single-product-contact form .parsley-errors-list {
    position: static;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  body {
    -webkit-text-size-adjust: 100%;
  }

  #nav {
    display: none;
  }

  .slicknav_menu {
    display: block;
  }

  #header {
    padding: 0;
    height: 90px;
    padding-bottom: 50px;
  }
  #header #logo {
    width: 82px;
    position: relative;
    top: 10px;
    left: 15px;
  }
  #header #nav {
    margin-top: 0;
    float: none;
    position: absolute;
    top: 15px;
    left: -5px;
  }
  #header #nav > ul > li {
    margin: 0 5px;
  }
  #header #top-goto {
    margin-top: 10px;
    margin-right: 15px;
    z-index: 3;
    width: 85px;
    height: 30px;
    line-height: 26px;
    padding-top: 5px;
  }
  #header #top-goto i {
    margin-left: 10px;
  }
  #header #top-goto ul {
    top: 30px;
  }
  #header #top-webmail, #header #top-voffice {
    width: 50%;
    left: 0;
    font-size: 13px;
    top: 50px;
    height: 40px;
  }
  #header #top-webmail button, #header #top-voffice button {
    top: 7px;
  }
  #header #top-webmail form, #header #top-voffice form {
    left: 0;
    top: 40px;
    width: 200%;
  }
  #header #top-webmail form #top-webmail-name, #header #top-voffice form #top-webmail-name, #header #top-webmail form #top-webmail-domain, #header #top-voffice form #top-webmail-domain, #header #top-webmail form #top-webmail-password, #header #top-voffice form #top-webmail-password, #header #top-webmail #customers #customers-webmail form #customers-webmail-password, #customers #customers-webmail #header #top-webmail form #customers-webmail-password, #header #top-voffice #customers #customers-webmail form #customers-webmail-password, #customers #customers-webmail #header #top-voffice form #customers-webmail-password,
  #header #top-webmail form #top-webmail-domain,
  #header #top-voffice form #top-webmail-domain {
    width: 49% !important;
  }
  #header #top-webmail form #top-webmail-password, #header #top-voffice form #top-webmail-password {
    width: 100% !important;
  }
  #header #top-voffice {
    width: 50%;
    right: 0;
    left: auto;
  }
  #header #top-voffice form {
    right: 0;
    left: auto;
    width: 200%;
  }

  #customers #customers-voffice ul li {
    display: block;
    max-width: 300px;
    width: 100%;
    min-height: auto;
    height: auto;
    padding: 15px;
    margin-bottom: 10px;
  }
  #customers #customers-voffice ul li:not(:last-child) {
    border: none;
  }
  #customers #customers-voffice .btn {
    float: none;
  }

  #voffice #voffice-main ul {
    width: 300px;
  }
}

/*# sourceMappingURL=style.css.map */
