@charset "UTF-8";
/*
Main Banca Móvil SCSS
Babel Sistemas de Información

>helpers
>Media queries
>Form
>Section 1
>Section 2
>Section 3
>Section 4
>Section 5

*/
/* ==========================================================================
   >VARIABLES / MIXINS / HELPERS
   ========================================================================== */
/* vairables */
/* Small only */
@media screen and (max-width: 39.9375em) {
  .logo img {
    width: 200px; }
  section#section5 {
    background-image: none; }
  .formulario {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .mov-0 {
    height: auto !important;
    width: 270px !important; }
  .icons img {
    margin-top: 10px; }
  .icons p:after {
    content: '';
    padding-bottom: 14px;
    border-bottom: 1px solid #dedede;
    display: block;
    margin: 0 auto;
    width: 200px; }
  .parallax {
    position: initial !important; }
  #section1 .title {
    width: 100% !important;
    position: initial !important;
    right: initial !important; }
    #section1 .title h1 {
      font-size: 4rem !important;
      text-align: center !important; }
    #section1 .title h4 {
      font-size: 1.5rem !important;
      text-align: center !important; } }

/* Medium and up */
/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  section#section5 {
    background-image: none; }
  .formulario {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .parallax {
    position: initial !important; }
  #section1 .title {
    position: initial !important;
    right: initial !important; }
    #section1 .title h1 {
      font-size: 2.7rem !important;
      text-align: center !important; }
    #section1 .title h4 {
      font-size: 1.4rem !important;
      text-align: center !important; } }

/* Large and up */
/* Large only */
.x {
  border: thin solid red; }

.y {
  background-color: pink; }

/*
	//>helpers
	*/
.separador10 {
  margin-top: 10px; }

.separador20 {
  margin-top: 20px; }

.separador50 {
  margin-top: 50px; }

.separador100 {
  margin-top: 100px; }

.float-right {
  float: right;
  margin-right: 10px; }

p, label, h1, h2, h3, h4 {
  line-height: 1.2;
  font-weight: 300; }

h2 {
  font-size: 3rem; }

h3 {
  font-size: 2.3rem; }

h4 {
  font-size: 1.5rem; }

.bold {
  font-size: inherit !important;
  font-weight: 400; }

.mov-1 {
  font-size: inherit;
  -webkit-transform: translate(-60%, 0%);
  -ms-transform: translate(-60%, 0%);
  transform: translate(-60%, 0%); }

.mov-0 {
  z-index: 0;
  position: relative; }

.tablet-1 {
  background-image: url("../img/tablet-1.png");
  height: 455px;
  width: 826px;
  left: 6%;
  margin: 0px 0 0 0;
  z-index: -1; }

.app {
  text-align: center; }

.parallax {
  position: absolute;
  display: block;
  background-size: cover; }

.parallax.left {
  left: 0; }

.parallax.right {
  right: 0; }

.parallax.middle {
  right: 0;
  left: 0;
  margin: 0 auto; }

.parallax.lower50 {
  top: 50px; }

.parallax.lower100 {
  top: 100px; }

.parallax.top {
  z-index: 2; }

.parallax.bottom {
  z-index: 1; }

#section1 {
  background-image: url("../img/03.jpg");
  background-size: cover; }

#section1 .logo {
  margin-top: 20px;
  margin-bottom: 20px; }

#section1 .welcome {
  max-width: 90%;
  -webkit-transform: translate(0px 0px);
  -ms-transform: translate(0px 0px);
  transform: translate(0px 0px); }

.title h1 {
  font-size: 3.1rem;
  text-align: right;
  font-weight: 300; }

.title h4 {
  font-size: 1.4rem;
  text-align: right;
  font-weight: 300; }

.botones a {
  font-size: 1.3rem;
  font-weight: 300; }

.no-touch div#cd-vertical-nav {
  float: right;
  position: initial;
  right: 0px;
  top: 0%;
  bottom: auto;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
  z-index: 0; }

.demo {
  float: right; }

.flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.intro img {
  margin: 0 auto;
  display: block; }

#section2 {
  background-color: #36c4f3;
  background-image: url("../img/bg-estadisticas.svg");
  background-size: cover;
  padding-top: 30px;
  z-index: 1; }
  #section2 h1, #section2 h2, #section2 .fuente {
    color: white;
    text-align: center; }
  #section2 h1 {
    font-size: 5rem; }
  #section2 .fuente {
    font-size: 1rem; }
    #section2 .fuente a {
      color: #ecff31; }

.porcentajes {
  margin: 15px auto;
  width: 160px;
  height: 160px;
  position: relative; }
  .porcentajes strong {
    color: white;
    font-size: 3rem;
    text-align: center;
    position: absolute;
    top: 55px;
    left: 33px; }

#section3 {
  background-color: #f09230;
  padding: 30px 0 0 0;
  position: relative; }
  #section3:after {
    position: absolute;
    bottom: -100px;
    content: '';
    border-style: solid;
    border-width: 100px 0px 0px 98vw;
    border-color: #f09230 rgba(211, 243, 33, 0) rgba(0, 255, 102, 0) rgba(0, 142, 255, 0);
    z-index: 1;
    overflow: visible;
    right: 0; }
  #section3 span {
    color: white;
    font-size: 6rem; }
  #section3 p {
    color: white;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1.2; }
  #section3 h3 {
    text-align: center;
    color: white; }

.icons {
  text-align: center; }
  .icons div p {
    color: white;
    line-height: 1;
    font-size: 1.6rem;
    font-weight: 300;
    margin-top: 10px; }

#section4 {
  background-color: white;
  /*background-image: url("../img/tablet-1.jpg");*/
  z-index: -1;
  padding-bottom: 100px; }
  #section4 p {
    color: #999999;
    text-align: center;
    font-size: 1.6rem; }
  #section4 h3 {
    color: #7f7f7f; }
  #section4 h2 {
    color: #999999;
    text-align: center; }

#section5 {
  background-image: url("../img/orion-touch.png");
  background-color: #f3f3f3;
  background-repeat: no-repeat;
  background-position: 123% 29px;
  background-size: 59%; }
  #section5:after {
    position: absolute;
    top: -100px;
    content: '';
    border-style: solid;
    border-width: 0px 0px 100px 98vw;
    border-color: rgba(240, 146, 48, 0) rgba(211, 243, 33, 0) #f3f3f3 rgba(0, 142, 255, 0);
    z-index: 0;
    overflow: visible;
    right: 0; }
  #section5 h3 {
    color: #999999;
    text-align: center; }

#section5 form .button {
  font-size: 1.6rem;
  font-weight: 300;
  padding: 1rem 2.5rem;
  float: right; }

#section5 form label {
  font-size: 1.6rem;
  color: #999999; }

#section5 form input.input-form, #section5 form textarea {
  border: none;
  color: #999999;
  font-size: 1.2rem; }

.form-img {
  /*background-image: url("../img/tablet-2.png");
		    height: 557px;
    width: 658px;
    background-size: cover;*/ }

.direccion p {
  text-align: center;
  line-height: 1; }

.email, .telefono {
  font-size: 1.9rem !important; }

.skyline {
  text-align: center; }

/* ==========================================================================
   Precargador
   ========================================================================== */
.contenedor-cargador {
  background-color: #dedede;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999; }

.spinner {
  margin: 20% auto;
  width: 60px;
  height: 60px;
  position: relative;
  text-align: center;
  -webkit-animation: rotacion 2.0s infinite linear;
  animation: rotacion 2.0s infinite linear; }

.punto1, .punto2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #f08f00;
  border-radius: 100%;
  -webkit-animation: rebote 2.0s infinite ease-in-out;
  animation: rebote 2.0s infinite ease-in-out; }

.punto2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s; }

@-webkit-keyframes rotacion {
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes rotacion {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg); } }

@-webkit-keyframes rebote {
  0%, 100% {
    -webkit-transform: scale(0); }
  50% {
    -webkit-transform: scale(1); } }

@keyframes rebote {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0); }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

.no-touch #cd-vertical-nav .cd-label {
  margin-top: 5px;
  background-color: white;
  box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.28); }
