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;
}
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,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  font: 87.5%/1.4 Helvetica, Arial, sans-serif;
  color: #666;
  background: #fff;
}
/* GUI */
.radius {
  border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  behavior: url(border-radius.htc);
}
.img-back {
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
#scrollUp {
  border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  behavior: url(border-radius.htc);
  bottom: 20px;
  right: 20px;
  height: 45px;
  width: 45px;
  background: #000000 url('/sincronizatublog/images/ico-top.svg') no-repeat;
}
.mavenpro-normal,
.mavenpro-medium,
.mavenpro-bold,
.mavenpro-ultrabold {
  font-family: 'Maven Pro';
}
.mavenpro-normal {
  font-weight: 400;
}
.mavenpro-medium {
  font-weight: 500;
}
.mavenpro-bold {
  font-weight: 700;
}
.mavenpro-ultrabold {
  font-weight: 900;
}
/* HEADER */
header {
  position: fixed !important;
  width: 100%;
  background: #469dbe;
  color: #fff;
}
header nav {
  min-height: 45px;
}
header nav .left {
  float: left;
}
header nav .right {
  float: right;
}
header nav a {
  display: inline-block;
  padding: 10px;
}
header nav a span {
  display: inline-block;
  width: 25px;
  height: 25px;
  vertical-align: middle;
}
header nav a .menu {
  background: url('/sincronizatublog/images/ico-menu.svg');
}
header nav a .back {
  background: url('/sincronizatublog/images/ico-back.svg');
}
header nav #logo {
  display: inline-block;
  margin: 5px 0 0 5px;
  padding: 0;
  width: 150px;
  height: 30px;
  background-image: url('/sincronizatublog/images/logo.svg');
}
header nav ul {
  list-style: none;
}
header nav ul li a {
  border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  behavior: url(border-radius.htc);
  background: #469dbe;
  color: #fff;
  text-decoration: none;
  cursor: pointer !important;
}
header nav ul li a:hover {
  background: #fff;
  color: #469dbe;
}
header nav ul li a:active {
  background: #ff850d;
  color: #fff;
}
/* SECTIONS */
section {
  text-align: center;
}
section article {
  margin: 0;
  padding: 0;
}
section article h1,
section article h2 {
  margin: 0;
  padding: 40px 0;
  font-weight: bold;
  line-height: 1.1em;
}
section article p {
  font-size: 130%;
}
section article button {
  border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  behavior: url(border-radius.htc);
  text-align: center;
  margin: 40px 0;
  padding: 15px 0;
  border: none;
  font-size: 120%;
}
section .arrow,
section .arrow-up {
  height: 60px;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
section.module-one {
  padding-top: 45px;
  background: #ff850d;
  color: #fff;
}
section.module-one h1 {
  padding-bottom: 0px;
}
section.module-one p {
  margin-top: 40px;
}
section.module-one button {
  background: #fff;
  color: #ff850d;
}
section.module-one button:hover {
  background: #469dbe;
  color: #fff;
}
section.module-one button:active {
  background: #e2001a;
  color: #fff;
}
section.module-two {
  background: #fff;
  color: #ff850d;
}
section.module-two .arrow {
  background: url('/sincronizatublog/images/down-orange.svg');
}
section.module-two .circle {
  border: 6px solid #ff850d;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
section.module-two .circle p {
  color: #999;
  padding: 0 10px;
}
section.module-two .circle p span {
  display: block;
  color: #ff850d !important;
  line-height: 1em;
}
section.module-two button {
  background: #ff850d;
  color: #fff;
}
section.module-two button:hover {
  background: #469dbe;
  color: #fff;
}
section.module-two button:active {
  background: #e2001a;
  color: #fff;
}
section.module-tree {
  background: #397f9a;
  color: #fff;
}
section.module-tree .arrow {
  background: url('/sincronizatublog/images/down-white.svg');
}
section.module-tree button {
  background: #fff;
  color: #469dbe;
}
section.module-tree button:hover {
  background: #ff850d;
  color: #fff;
}
section.module-tree button:active {
  background: #e2001a;
  color: #fff;
}
section.module-four {
  background: #f6f6f6;
  color: #666666;
}
section.module-four .arrow {
  background: url('/sincronizatublog/images/down-blue.svg');
}
section.module-four .arrow-up {
  background: url('/sincronizatublog/images/up-lightorange.svg');
}
section.module-four .form .row {
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
}
section.module-four .form .row input[type="email"],
section.module-four .form .row input[type="text"],
section.module-four .form .row input[type="password"],
section.module-four .form .row select {
  border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  behavior: url(border-radius.htc);
  background: #fff;
  border: 1px solid #ccc;
  padding: 15px 0 12px 15px;
  color: #666666;
  font-size: 130%;
  box-sizing: border-box;
  width: 100%;
}
section.module-four .form .row label {
  float: left;
  text-align: left;
  font-size: 80%;
  color: #999;
}
section.module-four .form .row label a {
  color: #469dbe;
  text-decoration: none;
}
section.module-four .form .row span {
  border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  behavior: url(border-radius.htc);
  background: #e2001a;
  color: #fff;
  padding: 3px 5px;
  box-sizing: border-box;
  text-align: left;
  display: none;
}
section.module-four .form .error input[type="email"],
section.module-four .form .error input[type="text"],
section.module-four .form .error select,
section.module-four .form .error input[type=checkbox] + label:before {
  border-color: #e2001a;
}
section.module-four .form .error span {
  display: inline-block;
  width: 100%;
}
section.module-four .form p {
  margin-bottom: 20px;
}
section.module-four .form p a {
  color: #469dbe;
  text-decoration: none;
}
section.module-four .form p a:hover {
  color: #ff850d;
}
section.module-four .form button {
  margin: 0 0 20px 0;
  background: #469dbe;
  color: #fff;
  font-size: 110%;
}
section.module-four .form button:hover {
  background: #ff850d;
}
section.module-four .form button:active {
  background: #e2001a;
}
section.module-four .form .btn_fb,
section.module-four .form .btn_gp {
  border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  behavior: url(border-radius.htc);
  display: inline-block;
  text-align: left;
  margin: 0 0;
  padding: 10px 0;
  border: none;
  box-sizing: border-box;
  width: 100%;
  font-size: 120%;
  color: #fff;
  text-decoration: none;
}
section.module-four .form .btn_fb span,
section.module-four .form .btn_gp span {
  display: inline-block;
  width: 25px;
  height: 25px;
  vertical-align: middle;
  margin: 0 10px;
}
section.module-four .form .btn_fb {
  background-color: #2d609b;
  margin-bottom: 20px;
}
section.module-four .form .btn_fb span {
  background: url('/sincronizatublog/images/ico-fb.svg');
}
section.module-four .form .btn_fb:hover,
section.module-four .form .btn_fb:active {
  -webkit-box-shadow: 0px 5px 0px 0px #204066;
  -moz-box-shadow: 0px 5px 0px 0px #204066;
  box-shadow: 0px 5px 0px 0px #204066;
}
section.module-four .form .btn_gp {
  background-color: #dd4b39;
}
section.module-four .form .btn_gp span {
  background: url('/sincronizatublog/images/ico-gp.svg');
}
section.module-four .form .btn_gp:hover,
section.module-four .form .btn_gp:active {
  -webkit-box-shadow: 0px 5px 0px 0px #8f3024;
  -moz-box-shadow: 0px 5px 0px 0px #8f3024;
  box-shadow: 0px 5px 0px 0px #8f3024;
}
section.module-four button {
  background: #fff;
  color: #ff850d;
}
section.module-five .arrow {
  background: url('/sincronizatublog/images/down-lightgrey.svg');
}
section.module-five .arrow-up {
  background: url('/sincronizatublog/images/up-lightorange.svg');
}
section.module-five button {
  background: #469dbe;
  color: #fff;
}
section.module-five button:hover {
  background: #ff850d;
  color: #fff;
}
section.module-five button:active {
  background: #e2001a;
  color: #fff;
}
section.module-six {
  background: #fff3e6;
  color: #666666;
}
section.module-six .arrow-up {
  background: url('/sincronizatublog/images/up-white.svg');
}
section.module-six .faq {
  margin-bottom: 30px;
}
section.module-six .faq h3 {
  color: #ff850d;
  font-weight: bold;
  line-height: 1.1em;
}
section.module-six .faq p {
  margin-bottom: 10px;
}
section.module-six .faq p strong {
  font-weight: bold !important;
}
section.module-six button {
  background: #ff850d;
  color: #fff;
}
section.module-six button:hover {
  background: #469dbe;
  color: #fff;
}
section.module-six button:active {
  background: #e2001a;
  color: #fff;
}
/* FOOTER */
footer article {
  text-align: center;
  padding-bottom: 40px;
}
footer article span {
  display: block;
  margin: 40px 0 20px 0;
}
footer article a {
  display: inline-block;
  border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  behavior: url(border-radius.htc);
  border: 1px solid #469dbe;
  padding: 10px 15px;
  color: #469dbe;
  text-decoration: none;
}
footer article a:hover {
  border-color: #ff850d;
  color: #ff850d;
}
footer article a:active {
  border-color: #e2001a;
  color: #e2001a;
}
footer article a:last-child {
  margin-right: 0px;
}
/* LAYER */
.layerBg {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1050;
  outline: 0;
  display: table;
  background: rgba(0, 0, 0, 0.5);
}
.layer {
  display: table-cell;
  margin: auto;
  vertical-align: middle;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.layer .modal {
  position: relative;
  opacity: 0;
  display: table;
  margin: 0 auto 70px;
  background: #FFF;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
  max-width: 600px;
  min-width: 250px;
}
.layer .visor {
  width: 950px;
  height: 600px;
  position: relative;
}
.layer .arrow-left,
.layer .arrow-right {
  display: none;
  width: 62px;
  height: 62px;
  -moz-border-radius: 31px;
  -webkit-border-radius: 31px;
  border-radius: 31px;
  position: absolute;
  top: 269px;
  background: rgba(0, 0, 0, 0.3);
  text-align: center;
}
.layer .arrow-left {
  left: 10px;
}
.layer .arrow-right {
  right: 217px;
}
.layer .arrow-left span,
.layer .arrow-right span {
  display: inline-block;
  margin-top: 10px;
  width: 25px;
  height: 41px;
}
.layer .arrow-left span {
  margin-left: -5px;
  background: transparent url('http://st.fimagenes.com/mobile/system/images/sprite.png?1') -175px -50px no-repeat;
}
.layer .arrow-right span {
  margin-right: -5px;
  background: transparent url('http://st.fimagenes.com/mobile/system/images/sprite.png?1') -200px -50px no-repeat;
}
.layer .arrow-left:hover,
.layer .arrow-right:hover {
  background: rgba(0, 0, 0, 0.6);
}
.layer .arrow-left:active,
.layer .arrow-right:active {
  background: rgba(0, 0, 0, 0.9);
}
.layer .image {
  display: inline-block;
  float: left;
  width: 743px;
  height: 600px;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center center;
}
.layer .colpubli {
  display: inline-block;
  float: right;
  width: 185px;
  height: 600px;
  background: #ccc;
}
.layer .btnClose {
  position: absolute;
  right: -20px;
  top: -20px;
  width: 40px;
  height: 40px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background: #ccc;
  text-align: center;
  cursor: pointer;
}
.layer .btnClose span {
  display: inline-block;
  margin: 8px 0 0 1px;
  width: 25px;
  height: 23px;
  background: transparent url('http://st.fimagenes.com/mobile/system/images/sprite.png?1') -226px -1px no-repeat;
}
.layer .btnClose:hover {
  background: #ff850d;
}
.layer .btnClose:active {
  background: #e2001a;
}
.avisoBg {
  position: fixed;
  opacity: 0;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 98;
}
.avisoBg .aviso {
  background: linear-gradient(#ffffff, #f6f6f6);
  border: 1px solid #f6f6f6;
  border-radius: 0 0 6px 6px;
  box-shadow: 0 2px 7px #ccc;
  display: inline-block;
  margin: 0 auto;
  padding: 15px 25px;
  min-width: 300px;
  max-width: 600px;
}
.layer .tit {
  border-bottom: 1px solid #CCC;
  padding: 20px;
  font-weight: bold;
}
.layer .con {
  padding: 20px;
  font-family: Arial;
  line-height: 1.5;
}
.layer .but {
  padding: 20px;
  margin: 0 0 20px;
  border-top: 1px solid #CCC;
}
.layer .but a {
  border-radius: 3px;
  box-shadow: 0 1px 2px #ccc;
  color: #fff;
  float: right;
  font-weight: bold;
  margin: 0 0 0 20px;
  padding: 3px 10px;
}
.layer .but .blue {
  background: linear-gradient(#8ecee5, #469dbe);
}
.layer .but .blue:hover {
  background: linear-gradient(#a9e0f2, #67b6d3);
}
.layer .but .red {
  background: linear-gradient(#f46464, #e52929);
}
.layer .but .red:hover {
  background: linear-gradient(#ff8989, #f23535);
}
/* FIN LAYER*/
