@charset "UTF-8";
@font-face {
        font-family: 'cerablack';
        src: url('assets/fonts/cera-black.otf');/*
        src: url('cera-regular-webfont.eot?#iefix') format('embedded-opentype'),
             url('cera-regular-webfont.woff2') format('woff2'),
             url('cera-regular-webfont.woff') format('woff'),
             url('cera-regular-webfont.ttf') format('truetype'),
             url('cera-regular-webfont.svg#ceraregular') format('svg');*/
        font-weight: normal;
        font-style: normal;

    }

    @font-face {
        font-family: 'cerabold';
        src: url('assets/fonts/cera-bold.otf');/*
        src: url('cera-regular-webfont.eot?#iefix') format('embedded-opentype'),
             url('cera-regular-webfont.woff2') format('woff2'),
             url('cera-regular-webfont.woff') format('woff'),
             url('cera-regular-webfont.ttf') format('truetype'),
             url('cera-regular-webfont.svg#ceraregular') format('svg');*/
        font-weight: normal;
        font-style: normal;
    }
    @font-face {
        font-family: 'ceramedium';
        src: url('assets/fonts/cera-medium.otf');/*
        src: url('cera-regular-webfont.eot?#iefix') format('embedded-opentype'),
             url('cera-regular-webfont.woff2') format('woff2'),
             url('cera-regular-webfont.woff') format('woff'),
             url('cera-regular-webfont.ttf') format('truetype'),
             url('cera-regular-webfont.svg#ceraregular') format('svg');*/
        font-weight: normal;
        font-style: normal;
    }
    @font-face {
        font-family: 'ceraregular';
        src: url('assets/fonts/cera-regular.otf');/*
        src: url('cera-regular-webfont.eot?#iefix') format('embedded-opentype'),
             url('cera-regular-webfont.woff2') format('woff2'),
             url('cera-regular-webfont.woff') format('woff'),
             url('cera-regular-webfont.ttf') format('truetype'),
             url('cera-regular-webfont.svg#ceraregular') format('svg');*/
        font-weight: normal;
        font-style: normal;
    }
    @font-face {
        font-family: 'ceralight';
        src: url('assets/fonts/cera-light.otf');
        font-weight: normal;
        font-style: normal;
    }
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
html, body {
    overflow-x: inherit!important;
}
body {
    line-height: 1;
    position: relative;
    font-family: ceraregular;
    font-weight: normnal;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
h1, h2, h3{
  font-family: cerabold;
  font-weight: normal;
}
b, strong{
  font-family: cerabold;
  font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*//////////////botones css///////////////*/
.btn {
  text-transform: uppercase;
  padding: 10px 20px;
  text-align: center;
  margin: 10px;
  display: block;
  text-decoration: none;
  max-width: 280px;
}
.btn-fb.btn-pri {
  background: #472D5C;
  color: #fff;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.6);
}
.btn-fb.btn-pri:hover {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.6);
}
.btn-fb.btn-sec {
  background: #c6296b;
  color: #fff;
}

.btn-fb.btn-ghost {
  color: #701B89;
  box-shadow: inset 0 0 0 2px #701B89;
}
.btn-fb.btn-ghost:before {
  background: #701B89 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  -ms-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform-origin: 0 50% 0;
  -moz-transform-origin: 0 50% 0;
  -ms-transform-origin: 0 50% 0;
  -webkit-transform-origin: 0 50% 0;
  -o-transform-origin: 0 50% 0;
  transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-property: transform;
  -ms-transition-property: transform;
  -moz-transition-property: transform;
  -webkit-transition-property: transform;
  -o-transition-property: transform;
  transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  z-index: -1;
}
.btn-fb.btn-ghost:hover {
  color: #fff;
}
.btns-oscuro {
  padding: 100px 0;
  background: #472D5C;
  overflow: hidden;
}
.btns-oscuro h2 {
  color: #fff;
}
.btn-fo.btn-pri {
  background: #e50981;
  color: #fff;
}
.btn-fo.btn-pri:hover {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.6);
}
.btn-fo.btn-sec {
  background: #701B89;
  color: #fff;
}
.btn-fo.btn-ghost {
  color: #fff;
  box-shadow: inset 0 0 0 2px #fff;
}
.btn-fo.btn-ghost:before {
  background: white none repeat scroll 0 0;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  -moz-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform-origin: 0 50% 0;
  -webkit-transform-origin: 0 50% 0;
  -moz-transform-origin: 0 50% 0;
  -ms-transform-origin: 0 50% 0;
  -o-transform-origin: 0 50% 0;
  transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-property: transform;
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  -ms-transition-property: transform;
  -o-transition-property: transform;
  transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  z-index: -1;
}
.btn-fo.btn-ghost:hover {
  color: #472D5C;
}
.btn {
  -moz-osx-font-smoothing: grayscale;
  backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  box-shadow: 0 0 1px transparent;
  display: inline-block;
  position: relative;
  transform: translateZ(0px);
  -moz-transform: translateZ(0px);
  -o-transform: translateZ(0px);
  -webkit-transform: translateZ(0px);
  -ms-transform: translateZ(0px);
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-property: color;
  -moz-transition-property: color;
  -ms-transition-property: color;
  -o-transition-property: color;
  -moz-transition-property: color;
  vertical-align: middle;
}
.btn::before {
  background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform-origin: 0 50% 0;
  -moz-transform-origin: 0 50% 0;
  -webkit-transform-origin: 0 50% 0;
  -o-transform-origin: 0 50% 0;
  -ms-transform-origin: 0 50% 0;
  transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-property: transform;
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  -o-transition-property: transform;
  -ms-transition-property: transform;
  transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  z-index: -1;
}
.btn:hover, .btn:focus, .btn:active {
  color: white;
}
.btn:hover::before, .btn:focus::before, .btn:active::before {
  transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -webkit-transform: scaleX(1);
}
.relative{
    position: relative;
}
/*CSS BASE*/
.pad-top-10{padding-top: 10px;}
.pad-top-20{padding-top: 20px;}
.pad-top-30{padding-top: 30px;}
.pad-top-40{padding-top: 40px;}
.pad-top-50{padding-top: 50px;}
.pad-top-60{padding-top: 60px;}
.pad-top-70{padding-top: 70px;}
.pad-bottom-10{padding-bottom: 10px;}
.pad-bottom-20{padding-bottom: 20px;}
.pad-bottom-30{padding-bottom: 30px;}
.pad-bottom-40{padding-bottom: 40px;}
.pad-bottom-50{padding-bottom: 50px;}
.pad-bottom-60{padding-bottom: 60px;}
.pad-bottom-70{padding-bottom: 70px;}
.mar-top-10{margin-top: 10px;}
.mar-top-20{margin-top: 20px;}
.mar-top-30{margin-top: 30px;}
.mar-top-40{margin-top: 40px;}
.mar-top-50{margin-top: 50px;}
.mar-top-60{margin-top: 60px;}
.mar-top-70{margin-top: 70px;}
.mar-bottom-10{margin-bottom: 10px;}
.mar-bottom-20{margin-bottom: 20px;}
.mar-bottom-30{margin-bottom: 30px;}
.mar-bottom-40{margin-bottom: 40px;}
.mar-bottom-50{margin-bottom: 50px;}
.mar-bottom-60{margin-bottom: 60px;}
.mar-bottom-70{margin-bottom: 70px;}
.cent-element{
  margin-left: auto;
  margin-right: auto;
}
.block-element{
  display: block;
}
.table-element{
  display: table;
}
.table-element div{
  display: table-cell;
  vertical-align: middle;
}
.full{
  width: 100%;
}
.ohidden{
  overflow: hidden;
}
.align-left{
  text-align: left;
}
.align-center{
  text-align: center;
}
.align-right{
  text-align: right;
}
.gris-tx{
  color: #656565;
}
.purple-tx{
  color: #720184;
}
.text-white {
  color: #fff;
}
/*CSS GENERAL*/
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.cf:after {
    clear: both;
}
.bg-one{
  background: #6B1973;
}
/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
 html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
.cf {
  *zoom: 1;
}
.full {
  width: 100%;
}
/*css*/
.row{
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.max-880 {
  width: 100%;
  max-width: 880px;
}
hgroup {
  max-width: 615px;
  margin: 0;
  padding: 200px 0 0;
  width: 62%;
}
hgroup h1 {
  color: #fff;
  font-size: 50px;
  margin-bottom: 10px;
}
hgroup img {
    max-width: 260px;
}
hgroup h3 {
  font-size: 25px;
  max-width: 500px;
  color: #fff;
  font-family: ceraregular;
  font-weight: normal;
  display: none;
}
h1 img {
  width: 100%;
}
.actualizer {
width: 100%;
margin: 0 auto;
max-width: 288px;
display: block;
-webkit-transition-property: -webkit-transform;
-webkit-transition-duration: 2s; /** Aquí controlamos la velocidad de la animación **/

-ms-transition-property: -webkit-transform;
-ms-transition-duration: 2s; /** Aquí controlamos la velocidad de la animación **/

-moz-transition-property: -moz-transform;
-moz-transition-duration: 2s; /** Aquí controlamos la velocidad de la animación **/
}
.actualizer {
-webkit-animation-name: rotate;
-webkit-animation-duration: 2s; /** Aquí controlamos la velocidad de la animación **/
-webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;

-ms-animation-name: rotate;
-ms-animation-duration: 2s; /** Aquí controlamos la velocidad de la animación **/
-ms-animation-iteration-count: infinite;
-ms-animation-timing-function: linear;

-moz-animation-name: rotate;
-moz-animation-duration: 2s; /** Aquí controlamos la velocidad de la animación **/
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
}
@-webkit-keyframes rotate {
from {-webkit-transform: rotate(0deg);} /*** Estado inicial de la rotación ***/
to {-webkit-transform: rotate(360deg);} /*** Estado final de la rotación ***/
}

@-moz-keyframes rotate {
from {-moz-transform: rotate(0deg);} /*** Estado inicial de la rotación ***/
to {-moz-transform: rotate(360deg);} /*** Estado final de la rotación ***/
}

@-ms-keyframes rotate {
from {-ms-transform: rotate(0deg);} /*** Estado inicial de la rotación ***/
to {-ms-transform: rotate(360deg);} /*** Estado final de la rotación ***/
}
.header {
  background:url(assets/img/header-pat.jpg) no-repeat;
  background-position: top center;
  background-size: cover;
  height: auto;
  min-height: 440px;
  padding: 0 20px 20px;
}
.header.interior {
  min-height: 320px;
}
.header .row{
  position: relative;
}
.promocion {
  position: absolute;
  top: auto;
  bottom: -205px;
  left: 0;
  right: auto;
  margin: auto;
  width: 58%;
  max-width: 621px;
}
.promocion_mob {
  display: none;
}
.promocion2 {
  width: 90%;
  margin: 10px auto 20px;
  max-width: 400px;
}
.holder-wom {
  width: 100%;
  font-size: 0;
}
.holder-wom p {
    font-size: 14px;
}
.holder-wom div {
  display: inline-block;
  width: 50%;
  font-size: 16px;
  padding: 17px 50px 17px 50px;
  background-size: 55px;
  background-position: top 23px left !important;
  vertical-align: top;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.holder-wom div:first-child{
  background: url(assets/img/icon-comodidad.png) no-repeat;
  margin:0 0 60px 0;
}
.holder-wom div:nth-child(2){
  background: url(assets/img/icon-fecha.png) no-repeat;
  margin:0 0 60px 0;
}
.holder-wom div:nth-child(3){
  background: url(assets/img/icon-control.png) no-repeat;
  margin:0;
}
.holder-wom div:last-child{
  background: url(assets/img/icon-seguridad.png) no-repeat;
  margin:0;
}
.wrapper {
  width: 100%;
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
}
.phase1 {
  overflow: hidden;
  padding: 60px 20px;
  background: #6B1973;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.phase1  h2{
  margin: 0 0 5px;
  font-size: 20px;
}
.arrow {
  display: block;
  margin: -55px auto 0;
}
#siguiente{
  background: #c6296b url(assets/img/arrow-opa.png)no-repeat;
  background-size: 9px;
  background-position: center right 76px;
}
#inicio{
  background: #c6296b url(assets/img/arrow-opa.png)no-repeat;
  background-size: 9px;
  background-position: center right 58px;
}
.funcion {
  width: 100%;
  background: #F2F2F2;
  padding: 50px 20px;
}
.funcion h2 {
  font-size: 35px;
  color: #611369;
  font-family: ceraregular;
}
.funcion .pasos {
  max-width: 566px;
  padding: 0;
  margin-top: 50px;
  width: 58%;
}
.funcion .pasos div {
  vertical-align: top;
}
.funcion .arrow {
  margin: 32px auto 0;
}
/*---------------INICIO CSS PASO 2--------------*/
.phase2 {
  width: 100%;
  padding: 0 0 40px;
}
.block1{
  background: #F2F2F2;
}
.pasos {
  width: 100%;
  display: table;
  padding: 40px 0 215px;
}
.pasos p{
  font-size: 14px;
  color: #4F4F4F;
}
.pasos div{
  display: table-cell;
  vertical-align: middle;
}
.block2 {
  width: 100%;
}
.block2 h2 {
  font-size: 35px;
  color: #611369;
  font-weight: normal;
  font-family: ceraregular;
  margin-top: -165px;
  padding: 0 20px;
}
.block2 .btn{
  display: block;
  margin: 20px auto 0;
}
.tabla-clientes{
  width: 100%;
  max-width: 676px;
  margin: 40px auto 0;
  border: 7px solid #fff;
  background: #fff;
}
td{
  vertical-align: middle;
  text-align: center;
}
#radioButton {
  width: 17px;
}
.proceso p {
  font-size: 20px;
  max-width: 600px;
  margin: 20px auto 0;
}
/*---------------FIN CSS PASO 2--------------*/

/*---------------INICIO CSS PASO 3--------------*/
.phase3 {
  width: 100%;
  padding: 0 0 60px;
}
.alert {
  width: 100%;
  max-width: 664px;
  display: block;
  margin: 0 auto;
  padding: 20px 60px 20px 60px;
  background: #FFFBF1 url(assets/img/icon-alert.png) no-repeat;
  border: 1px solid #DDD4BC;
  background-position: top 20px left 20px;
  font-size: 14px;
}
.alert strong {
    color: #68007B;
    font-size: 16px;
}
/*---------------FIN CSS PASO 3--------------*/
.main {
  width: 60%;
  padding: 0;
  color: #fff;
  max-width: 620px;
}
.main .btn {
  max-width: 500px;
  width: 100%;
  margin: 20px 0 0 0;
}
.sidebar {
  width: 100%;
  max-width: 378px;
}
.sidebar h3 {
  margin: 0;
}
.main,
.sidebar {
  float: left;
}
.solicitado.error {
    margin-top: -100px;
}
/* The sticky */
.content-sidebar {
  width: 41.5%;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  max-height: 1265px;
}
#sidebar{
  float: left;
  width: 100%;
  color: #ffbdbd;
  will-change: min-height;
  max-width: 378px;
}
#sidebar .sidebar__inner{
  position: relative;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  will-change: position, transform;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 0px 4px 0px rgba(50, 50, 50, 0.75);
	box-shadow: 0px 0px 4px 0px rgba(50, 50, 50, 0.75);
  height: 390px;
}
.main ul {
  width: 100%;
  font-size: 0;
}
.main ul li {
  display: inline-block;
  width: 50%;
  font-size: 14px;
  padding: 15px 50px 15px 55px;
  background-position: top 22px left;
  vertical-align: top;
  color: #D7A2DC;
}
.footer {
  background: rgb(56,20,81);
  background: -moz-linear-gradient(top,rgba(56,20,81,1) 0%,rgba(85,35,114,1) 100%);
  background: -webkit-linear-gradient(top,rgba(56,20,81,1) 0%,rgba(85,35,114,1) 100%);
  background: linear-gradient(to bottom,rgba(56,20,81,1) 0%,rgba(85,35,114,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#381451',endColorstr='#552372',GradientType=0);
  padding: 40px 0 30px;
  z-index: 9999;
  position: relative;
}
.footer a {
  text-align: center;
  display: block;
  max-width: 170px;
  margin: 0 auto;
}
/*CSS FUNCIONALIDAD FORMULARIO*/
.btn-llamada {
  width: 100%;
  max-width: 270px;
  display: none;
  font-size: 16px;
  text-align: center;
  background: #E50981;
  color: #fff;
  border: 0;
  padding: 10px;
  position: fixed;
  top: auto;
  left: 0;
  right: 0;
  bottom: 30px;
  margin: auto;
  cursor: pointer;
  z-index: 999;
  font-family: ceraregular;
}
.cerrar {
  width: 21px;
  height: 21px;
  display: none;
  position: absolute;
  top: 5px;
  right: 5px;
  left: auto;
  bottom: auto;
  margin: auto;
  color: #fff;
  text-decoration: none;
  background: #E50981;
  text-align: center;
  border-radius: 20px;
  z-index: 9999;
}
.overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background: rgba(0,0,0,0.7);
  display: none;
}
.absolute-bar{
  display: block;
  position: absolute;
  top: 0;
  width: 100%!important;
  max-width: 378px;
  z-index: 9999999;
  left: 0;
  right: 0;
  bottom: auto;
  margin: auto;
}
.arrow-bot {
  display: none;
}
@media only screen and (max-width: 960px) {
  .main ul li {
    display: block;
    width: 100%;
  }
  .main,.sidebar {
    width: 50%;
  }
  .holder-wom div{
    width: 100%;
  }
  .holder-wom div:first-child,
  .holder-wom div:nth-child(2) {
    margin: 0;
  }
  hgroup h1 {
    font-size: 40px;
  }
  hgroup h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  hgroup {
    width: 100%;
    padding: 60px 20px 0;
    margin: 0 auto;
  }
  hgroup h1 {
    font-size: 37px;
    text-align: center;
  }
  hgroup h3 {
    font-size: 22px;
    text-align: center;
    max-width: 400px;
    display: block;
    margin: 0 auto;
  }
  hgroup img {
    display: none;
    margin: 0 auto;
    max-width: 190px;
  }
  .header {
    background: url(assets/img/banner-pat-mobile.jpg) no-repeat;
    background-position: top left 36%;
    padding: 0 0 20px 0;
    height: 660px;
    min-height: auto;
  }
  .arrow-bot {
    display: block;
    margin: 30px auto 0;
  }
  .main {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    display: block;
    float: none;
    padding: 0;
  }
  .promocion {
    position: relative;
    top: inherit;
    bottom: inherit;
    left: inherit;
    right: inherit;
    margin: 20px auto 0;
    width: 100%;
    max-width: 768px;
    height: 160px;
  }
  .content-sidebar iframe.form-iframe {
    height: 480px;
    width: 95%;
    margin: 0 auto;
    display: block;
  }
  #sidebar .sidebar__inner {
    box-shadow: none;
  }
  .full {
    width: 100%;
    max-width: 320px;
    height: 100%;
    margin: 0 auto;
    display: block;
  }
  .holder-wom div {
    padding: 17px 15px 17px 50px;
  }
  .sidebar{
    display: none;
  }
  .main ul li {
    padding: 15px 20px 15px 50px;
  }
  .info ul {
    display: block;
    margin-bottom: 30px;
  }
  .info .btn{
    margin: 0;
  }
  /*CSS FUNCIONALIDAD FORMULARIO*/
  .btn-llamada {
    display: block;
  }
  .llamado-title{
  	display: block;
    margin: 30px auto;
    width: 100%;
    max-width: 300px;
  }
   .actualizer, .rounded{
    max-width: 220px;
   }
  .funcion .pasos {
    width: 100%;
  }
  .promocion{
    display: none;
  }
  .promocion_mob{
    display: block;
    margin: 15px auto;
    max-width: 300px;
  }
  /* .promocion_mob .full{
      width: 100%;
      max-width: 320px;
      height: 100%;
      margin: 0 auto;
      display: block;
  } */
  .content-sidebar {
    max-height: 1430px;
    width: 100%;
    position: absolute;
    max-width: 378px;
    margin: auto;
    top: 175px;
    left: 0;
    right: 0;
  }
  #sidebar {
    float: none;
    width: 100%;
    color: #ffbdbd;
    will-change: min-height;
    max-width: 378px;
    margin: 25px auto 10px;
    display: block;
  }
}
@media only screen and (max-width: 640px) {
  .pasos p{
    font-size: 13px;
  }
}
@media only screen and (max-width: 480px) {
  .header {
    background-position: top left 40%;
  }
  .header {
    min-height: 265px;
    height: 600px;
  }
  hgroup {
    padding: 55px 20px 0;
  }
  hgroup h1 {
    font-size: 30px;
    margin-bottom: 5px;
  }
  hgroup h3 {
    font-size: 18px;
    max-width: 310px;
  }
  hgroup img {
    max-width: 170px;
  }
  .block2 h2 {
    font-size: 20px;
    margin: -110px 0 10px 0;
  }
  .pasos {
    padding: 40px 0 220px;
  }
  .pasos div {
    vertical-align: top;
  }
  .tabla-clientes {
    margin: 25px auto 0;
  }
  .arrow {
    margin: 25px auto 0;
  }
  .pasos div:nth-child(3) {
    width: 32%;
  }
  .pasos div:first-child img {
    width: 73px;
  }
  .phase2 .pasos div:first-child p, .pasos div:last-child p  {
    display: none;
  }
  .phase2 .pasos div:nth-child(3) p {
    display: block;
  }
  .phase3 .pasos div:first-child p, .pasos div:nth-child(3) p  {
    display: none;
  }
  .phase3 .pasos div:last-child p{
    display: block;
  }
  .pasos div:nth-child(3) img {
    width: 90px;
  }
  .pasos div:last-child img {
    width: 73px;
  }
  .pasos p {
    font-size: 13px;
    position: absolute;
    left: 0;
    right: 0;
  }
  td {
    font-size: 12px;
    text-align: left;
  }
  #radioButton {
    width: 12px;
  }
  .alert strong {
    font-size: 15px;
  }
  .alert {
    padding: 20px 20px 20px 30px;
    background-position: top 20px left 5px;
    font-size: 13px;
  }
  .funcion{
  	padding: 50px 20px 30px;
  }
  .funcion .pasos {
  	margin-top: 10px;
  }
  .funcion .pasos div {
    display: block;
  	overflow: hidden;
  	width: 100%;
  	margin: 30px 0;
  }
  .funcion h2 {
    font-size: 30px;
  }
  .funcion .pasos img {
    margin: 0;
    float: left;
  }
  .funcion .pasos div:nth-child(3) img {
    width: 73px;
  }
  .funcion .pasos div:nth-child(2), .funcion .pasos div:nth-child(4) {
    display: none;
  }
  .funcion .pasos div:first-child p,
  .funcion .pasos div:nth-child(3) p,
  .funcion .pasos div:last-child p {
    display: block;
  	margin: 13px 0 0 15px;
  	float: left;
  	text-align: left;
  }
  .funcion .pasos p{
  	position: relative;
  }
  .content-sidebar {
    /*top: 120px;*/
    top: 80px;
  }
  .arrow-bot {
    display: block;
    margin: 20px auto 0;
  }
  .content-sidebar iframe.form-iframe {
    height: 530px;
  }
}
@media only screen and (max-width: 375px) {
  hgroup h1 {
    font-size: 27px;
  }
}
@media only screen and (max-width: 350px) {
  hgroup h1 {
    font-size: 23px;
  }
}
a.close-huincha {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 16px;
  background-color: #DA0080;
  color: #ffffff;
  border-radius: 20px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 100%;
  padding: 5px;
  font-weight: 700;
  display: none;
}
.svg-movil-huincha {
  display: none;
}
@media only screen and (max-width: 480px) { 
  a.close-huincha {
    display: block;
  }
.svg-movil-huincha {
    display: block;
    width: auto;
    max-width: 100%;
    padding: 20px;
    margin-top: 30px;
  }
}


#navbarCollapse > div {
	max-height: 42px;
}