/*
Nuevo azul Hessy sólido: #05abe0; rgba(5, 171, 224, 1)
*/

html, body {
  height: 100%;
  font-weight: normal;
}

body.es-app {
  background: #24abd6;
}

.slide-home-1 {
}

.slide-home {
}

.simple-page {
  padding-top: 120px;
  min-height: 400px;
}

.call-to-action {
  background: #ff0084 !important;
  line-height: 50px;
  height: 50px;
  border: none;
  color: white;
  text-shadow: 0 0 1px black;
  font-weight: normal;
  font-size: 14pt;
  text-transform: uppercase;
  padding: 5px 20px;
  line-height: 1;
  display: block;
  border-radius: 10px;
  text-shadow: 0 1px 2px black;
  border-bottom: 3px solid #6e033a;
}

.email-existe {
  color: #222;
  font-size: 10pt;
  display: none;
  margin-bottom: 20px;
}

.error-micuenta {
  color: #111;
  font-size: 12pt !important;
  padding: 20px;
  border: 1px solid rgba(0,0,0,.2);
  background: rgba(255,255,255,.8);
  display: none;
  margin-top: 10px;
  border-radius: 5px;
  box-shadow: 0 1px 5px black;
}

.error-micuenta p {
  font-size: 10pt !important;
  font-weight: normal !important;
}

.error-micuenta p b {
  font-weight: normal !important;
}

#boton-acceder-top {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff0084+0,ff0084+100;Pink+Flat */
  background: #ff0084; /* Old browsers */
  background: -moz-linear-gradient(top,  #ff0084 0%, #ff0084 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #ff0084 0%,#ff0084 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #ff0084 0%,#ff0084 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0084', endColorstr='#ff0084',GradientType=0 ); /* IE6-9 */

  width: 100%;
  line-height: 50px;
  height: 50px;
  border: none;
  color: white;
  text-shadow: 0 0 1px black;
  font-weight: 700;
  font-size: 16pt;
  padding: 5px 0;
  line-height: 1;
  display: block;
  margin: 10px 0 0 0 !important;
}

.slider {
}

.slide-home-caption {
  font-weight: 500;
  margin: 0px !important;
  text-align: left;
  padding: 100px 4% 110px 4%;
  width: 92%;
  font-weight: normal;
  font-size: 11pt;
}

.slide-home-caption h1 {
    margin: 0 !important;
    font-weight: 500;
    font-size: 72px;
    text-shadow: 0 1px 2px black;
}

.home-tagline {
  font-weight: normal;
  text-shadow: 0 1px 2px black;
}


#form-registro-top {
    /*background: rgba(31, 180, 218, .8) none repeat scroll 0% 0%;*/
}

#form-registro-top h2 {
    margin-top: 0;
    font-weight: 500;
    font-size: 20pt;
    text-align: left;
    color: white;
    text-shadow: 0px 0px 4px black;
}

.newsletter {
    text-align: left;
}
.pagos-actions {
    background: transparent !important;
    height: 50px;
}

input, button, select, textarea {
    font-family: "Montserrat",sans-serif;
}

#menu-home {

    background: #66e0ff; /* Old browsers */
    background: -moz-linear-gradient(bottom, #66e0ff 0%, #2491e5 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(bottom, #66e0ff 0%,#2491e5 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to top, #66e0ff 0%,#2491e5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66e0ff', endColorstr='#1fb4da',GradientType=0 ); /* IE6-9 */

    padding-bottom: 200px;
    position: relative;

    overflow: hidden;
    height: 700px;
}

.principal-home {
    width: 100%;
    display: table;
    margin-top: 100px;
}

.principal-left {
    width: 62%;
    margin: 0;
    padding: 0;
    display: table-cell;
    position: relative;
    /*background: url(/img/hessy-portada.png);
    background-size: cover;*/
    vertical-align: top;
}

.principal-right {
    vertical-align: top;
    display: table-cell;
    width: 38%;
    margin: 0px;
    background: rgba(255, 255, 255, 0.4) none repeat scroll 0% 0%;
    padding: 25px 20px 100px 20px;
    border-radius: 0px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.logo-navbar {
    margin: 10px;
}

.navbar-brand a:hover {
    background: none !important;
}

#leyenda-cuenta {
    float: left;
    line-height: 42px;
    font-size: 12pt;
    font-weight: normal;
    padding-left: 10px;
}

.acceso-cuenta .btn {
    float: left;
}

.creandoCuenta {
    padding: 20px;
    background: #eee;
    max-width: 800px;
    margin: 0px auto 0px auto;
    font-size: 14pt;
}

.creandoCuenta h1 {
    font-size: 22pt;
}

#transcurrido {
    text-align: left;
    font-size: 10pt;
    margin-bottom: 20px;
    font-weight: normal;
    margin-top: 5px;
}

.creandoCuenta .progress {
    float: left;
    margin-bottom: 0;
}

.creandoCuenta .icono i {
    font-size: 30pt;
    color: #333;
}

.creandoCuenta .mensaje {
    text-align: left;
    color: #111;
    margin-bottom: 20px;
}

.creandoCuenta .mensaje b {
    font-weight: 500;
}

.fondoFormularioCompra {
    background: #53cbf1; /* Old browsers */
    background: -moz-linear-gradient(top,  #53cbf1 0%, #05abe0 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#53cbf1), color-stop(100%,#05abe0)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #53cbf1 0%,#05abe0 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #53cbf1 0%,#05abe0 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #53cbf1 0%,#05abe0 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #53cbf1 0%,#05abe0 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#53cbf1', endColorstr='#05abe0',GradientType=0 ); /* IE6-9 */
}

#saber-mas {
    color: #222;
    font-size: 9pt;
    float: right;
    margin-top: 16px;
    margin-right: 5px;
    background: transparent none repeat scroll 0% 0%;
    border: medium none;
    padding: 0px;
}

.registro .registrate {
    padding: 25px;
    font-size: 36pt;
    text-align: center;
    color: white;
    text-shadow: 0px 1px #444;
}

.form-registro input {
    color: #333;
    font-size: 11pt;
    font-weight: normal;
    font-family: Montserrat;
    margin-right: 10px !important;
    padding: 10px;
    margin-bottom: 0;
    box-shadow: 0px;
    border-radius: 0;
    border-bottom: 1px solid #aaa;
}

.form-registro input:hover, .form-registro input:focus {
    box-shadow: 0px 0px 35px rgba(255,255,255,.6);
}


.form-registro label {
    color: #111 !important;
    font-size: 10pt !important;
    font-weight: normal;
    margin-bottom: 5px !important;
}

.form-registro .aclaracion {
    font-size: 9pt;
    margin: 0 0 30px 0 !important;
    padding-top: 39px;
    color: #666 !important;
    text-shadow: none;
}

.form-registro .aclaracion strong {
    color: #fff;
}

.form-registro .form-field {
    margin-bottom: 10px;
}

.form-registro li.custom-error-message, #urlnovalida, #urlpreexistente {
    background: #9ef;
    color: black;
    border-radius: 3px;
    font-size: 10pt;
    margin: 0px 0px 10px 0 !important;
    padding: 10px;
    padding-left: 2%;
    padding-right: 2%;
    width: 96% !important;
    box-shadow: 0 1px 3px #666;
    font-weight: normal;
}

#urlnovalida, #urlpreexistente, #alreadyTaken {
    display: none;
}

.form-registro li.custom-error-message {
    display: block !important;
}

.registro-top .form-field {
    margin-bottom: 0 !important;
}

.registro-top .aclaracion {
    padding-top: 31px !important;
    margin-bottom: 0 !important;
}

.registro .separador {
    border-top: 1px solid rgba(255,255,255,.5);
    height: 1px;
    clear: both;
    margin-top: 10px;
    margin-bottom: 10px;
}

.registro .aclaracion {
    padding-top: 39px;
}

.registro .campo-grande {
    /*max-width: 300px;*/
}

.btn-round {
    color: white;
    border: 3px solid white;
    background: rgba(0,80,20,.3);
    box-shadow: none;
    text-shadow: none;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: .5px;
    border-top-left-radius: 50px 50px;
    border-bottom-left-radius: 50px 50px;
    border-top-right-radius: 50px 50px;
    border-bottom-right-radius: 50px 50px;
    padding: 15px 32px;
    display: inline-block;
    transition: background .2s;
}

.btn-round.secundario {
    font-size: 16px;
}

.btn-round:hover, .btn-round:focus, .btn-round:active {
    transition: background .2s;
    color: white !important;
    background: rgba(0,100,70,.7);
}

.registro h4 {
    color: #fff;
    text-shadow: 0px 1px 1px #444;
}

.registro p {
    color: #fff;
}

.call-to-action-home button {
    box-shadow: none !important;
}

.call-to-action-home {
    position: absolute;
    top: 310px;
    left: 190px;
}

.error-de-conexion-wrapper {
    display: none;
}

.error-de-conexion {
    background: white;
    padding: 20px;
    color: #a00;
    font-size: 10pt;
    border-radius: 0px;
    margin-top: 15px;
}


.error-de-conexion h3 {
    margin-bottom: 10px;
}

.error-de-conexion p {
    margin-bottom: 0px !important;
}

.error-de-conexion h3, .error-de-conexion p {
    font-size: 10pt;
    font-weight: normalpx;
    margin-top: 0;
    color: #a00;
}

.registro-loading {
    display: none;
    text-align: center;
}

.registro-loading p {
    font-size: 30px;
    padding: 20px;
    display: inline-block;
    background: rgba(0,0,0,.2) !important;
    border-radius: 20px;
    margin: auto;
}

/**********/

.form-registro button {
    margin: 0px 0px 20px 0px;
}

.muted {
    color: #999;
}

.aclaracion {
    margin-top: 0px;
    font-size: 10pt;
}

.form-registro ul {
    margin: 0px;
}

li.custom-error-message {
    width: 50%;
    color: #0483ab;
    border-radius: 3px;
    padding: 0px 0px 3px 0px;
    font-size: 10pt;
    margin: 0px;
    text-align: left;
}

#domaincheck {
    padding: 10px 2%;
    border-radius: 4px;
    margin-left: 10px;
    color: #FFF;
    font-size: 9pt;
    font-weight: bold;
    display: inline-block;
    margin-left: 0px;
    border-radius: none;
    width: 96%;
    display: block;
}

#urlpreexistente {
    display: none;
}

#urlnovalida {
    display: none;
}

.hspacer {
    height: 80px;
}

.form-actions.pagos-actions {
    padding: 20px 0;
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}

.pagos-actions .pagos-split {
    text-align: center;
}

.pagos-actions .pagos-split img:first-child {
    padding-bottom: 10px;
}

.form-actions.pagos-actions img {
}

.newsletter div.paso-final {
    padding: 20px !important;
    background: rgba(0,0,0,.2) !important;
    border-radius: 20px;
}

.paso-final h3 {
    font-size: 20pt;
    color: white;
    margin-top: 0;
    font-weight: normal;
}

.paso-final p {
    margin: 0;
}

.paso-final .btn-round {
    margin: 15px 0;
}

.video-container {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.video-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../img/back.jpg) top center no-repeat;
}

.video-background {
    max-width: 100%;
}

.video-wrapper video {
    height: auto;
    width: auto;
    min-width: 100%;
    min-height: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

header {
    padding: 0 !important;
}

header .hessy-logo {
    padding-top: 75px !important;
}

.video-overlay {
    height: 460px;
    width: 700px !important;
    margin: 30px auto auto auto !important;
    float: none !important;
}

.registro-top .pagos-actions {
    margin: 0;
    padding: 20px 0 0 0;
    border: none;
}

.registro-top .pagos-actions button {
    margin-bottom: 0;
}

.video-overlay .padder-blanco {
    position: absolute;
    right: 392px;
    top: 29px;
    height: 420px;
    width: 300px;
    background: rgba(33, 208, 255, 0.51);
    box-shadow: 0 0 5px black;
    border: 1px solid rgba(255,255,255,.35);
    border-radius: 6px 0 0 6px;
    z-index: -1;
}

.video-overlay .padder-blanco p {
    padding: 0 30px 20px 30px;
    font-size: 14pt;
    font-weight: bold;
    text-shadow: 0 0 4px black;
}

.video-overlay .padder-blanco h1 {
    margin-top: 0;
    padding: 20px 0;
    font-size: 24pt;
}


.video-overlay h1 {
    font-weight: 600;
    text-shadow: 0 0 8px rgba(0,0,0,.95);
    margin-top: 20px;

    margin-bottom: 0;
    padding-top: 20px;
    margin-left: 0;
    text-transform: uppercase;
    font-size: 36pt;
}

.video-overlay h3 {

    margin: 0;
    font-size: 24pt;
    font-weight: 600;
    text-shadow: 0 0 8px rgba(0,0,0,.95);
}

.video-overlay .buttons {

    padding-bottom: 20px;
    padding-top: 10px;
}

.leyenda-precio {
    color: white;
    font-size: 9pt;
    margin: 4px;
}

.pricing-table li {
    color: #555;
    text-align: left;
    padding: 15px;
}

.pricing-table li i {
  padding: 0px;
  width: 30px;
  line-height: 30px;
  height: 30px;
  text-align: center;
  color: white;
  background: #119ec2;
  border: 1px solid #eee;
  border-radius: 20px;
  margin-right: 5px;
}

.pricing-table li.activo {
    color: #00aa00;
}

.pricing-table li.inactivo {
    text-decoration: line-through;
    color: #aaa;
}

.ribbon {
    position: relative;
    height: 30px;
    line-height: 21px;
    display: flex;
}

.ribbon .satisfaction {
  line-height: 30px;
}

.ribbon-icon {
  display: inline-block;
  background: #119ec2;
  border: 1px solid #eee;
  border-radius: 20px;
  height: 30px;
  line-height: 30px;
  width: 30px;
  text-align: center;
  margin-right: 5px;
}

.ribbon img {
  margin-top: 5px;
  margin-left: 1px;
}

.pruebalo {
    font-size: 9pt;
    margin-left: 36px;
}

.radio-modalidad {
    position: absolute;
    left: -10000px;
}

.radio-modalidad:hover {
    box-shadow: none;
}

.labels-modalidad {
    width: 100%;
    display: table;
}

.label-modalidad {
    display: table-cell;
    width: 1%;
    text-align: center;
    line-height: 50px;
    background: rgba(0,0,0,.3);
    transition: background .4s;
}

.label-modalidad:hover {
    background: rgba(255,255,255,.2);
}

.label-modalidad.active {
    background: #5cc;
    text-shadow: 0 0 1px black;
}


#alreadyTaken {
    display: none;
    padding: 10px 0;
    font-size: 11pt;
}

#small-header {
    padding-top: 90px;
    background: #1FB4DA;
}

.pasos-finales .title h1 {
    font-size: 30pt;
}

.pasos-finales .title h1 i.fa {
    color: #9f9;
}

.pasos-finales h2 {
    color: white;
    text-shadow: 0 0 2px #444;
    font-size: 20pt;
}

.pasos-finales p.minutos {
    font-size: 14pt;
    margin: 0;
}

.pasos-finales h3 {
    font-size: 16pt;
    color: white;
}

.padder-pasos-cuenta {
    padding: 20px;
    background: rgba(255, 255, 255, 0.5) none repeat scroll 0% 0%;
    border-radius: 0;
    border: 1px solid rgba(255,255,255,0.7);
    box-shadow: 0 0 4px #666;
}

.form-centrado {
  /*max-width: 700px;*/
  margin: auto;
}

.pasos {
    font-size: 12pt;
    margin-bottom: 20px;
}

.pasos h4 {
    margin: 0;
    font-size: 12pt;
}

.pasos p {
    margin: 0;
    font-size: 9pt;
}

.pasos .activo {
    display: inline-block;
    border-bottom: 2px solid #2ff;
    padding: 0 20px 10px 0;
    margin-right: 10px;
    font-size: 12pt;
}

.pasos .inactivo {
    display: none;
}

.mp-error {
    display: none;
    font-weight: normal;
}

.mp-error strong {
    font-weight: normal;
}

.mp-error p {
    border-left: 4px solid #900;
    padding: 10px;
    background: rgba(0,0,0,.25);
}

.navbar-fixed-top {
    z-index: 145 !important;

    background: #66e0ff; /* Old browsers */
    background: -moz-linear-gradient(bottom, rgba(36, 145, 229, .4) 0%, rgba(36, 145, 229, .7) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(bottom, rgba(36, 145, 229, .4) 0%, rgba(36, 145, 229, .7) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to top, rgba(36, 145, 229, .4) 0%,rgba(36, 145, 229, .7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66e0ff', endColorstr='#1fb4da',GradientType=0 ); /* IE6-9 */

}

nav .navbar-inner {
    padding: 0 !important;
    background: none !important;
}

.navbar .nav > .active > a {
    background: none !important;
}

.btn-round.btn-pagos {
    color: white !important;
    background: #1FB4DA !important;
}

.modalidad-pago {
    padding: 40px;
    margin-right: 40px;
    background: rgba(255,255,255,.6);
    text-align: center;
    float: left;
}

.modalidad-pago p {
    text-align: center;
    color: #222;
    font-size: 14pt;
}

.ssl {
    display: flex;
    border-radius: 20px;
    /* border: 1px solid #ccc; */
    padding: 10px;
    background: #e8f4ff;
    box-shadow: 0 2px 2px #ccc;
}

.ssl img {
    height: 50px;
    padding: 14px;
}

.ssl-mensaje {
    display: inline-block;
    font-size: 16pt !important;
    padding: 5px 0 0 0;
    width: auto;
    margin: 0 !important;
}

#tabla-anual {
    z-index: 140;
}

.texto-centrado {
    text-align: center;
    width: 70%;
    margin: auto;
}

.fa-yellow {
    color: #FFF08C !important;
    font-size: .8em;
}

#oferta-anual {
  background: #339933 !important;
  border: none !important;
  margin: 0 -1px 1px -1px !important;
  color: white !important;
  text-align: center;
  font-size: 12pt;
}

#oferta-anual strong {
  font-weight: 500;
}

.topNavCenter {
    text-align: center;
}

.topNavCenter ul {
    display: inline-block !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.box p, .item p {
    color: black !important;
}

#menu-features .title p {
    color: black !important;
}

p.ssl-mensaje {
    color: black !important;
}

.pricing-table li {
    color: black !important;
}

.pasos p, .pasos h4, .form-registro label {
    text-shadow: none !important;
    color: black !important;
    font-weight: normal;
    text-align: left;
}

.registro-top .form-registro .form-field label {
    font-size: 12pt;
}

.registro-top .form-registro .aclaracion {
    text-align: left;
    text-shadow: 0 0 2px black;
    color: white !important;
}

p.aclaracion {
    text-align: left;
    text-shadow: 0 0 2px black;
    color: white !important;
}

.form-registro input.nombre {
}

.form-registro input.apellido {
}

footer .medios-de-pago {
    margin-top: 10px;
    text-align: center;
}

footer .medios-de-pago img {
    margin-top: 10px;
}

/* Overrides */

.navbar-toggle-button {
    background: none !important;
}

.information .box p {
    margin-bottom: 15px;
}

header a.btn {
  font-size: 2em;
  padding: 10px 15px;
  margin: 15px 2px 15px 0;
  text-shadow: 0 1px 2px black;
}

.features .item h2 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.5em;
    color: #666;
}
.form-registro input {
    width: 96%;
    padding-right: 2%;
    padding-left: 2%;
    margin-right: 0 !important;
    box-shadow: 0 0 0px white;
}

.newsletter .title h1 {
    margin-top: 20px;
    padding-left: 50px;
    padding-right: 20px;
    font-size: 24pt;
    text-align: left;
    text-shadow: 0 1px 2px black;
    line-height: 1.2;
}


.medios-de-pago {

}

.hessy-pp-button {
    margin-bottom: 20px;
}

.horizontal-spacer {
    height: 80px;
}

.wrapp {
    /*width: 90% !important;*/
}

.cupon-de-descuento {
    border: none;
    background: none;
    display: block;
    width: 100%;
    margin: 0 !important;
    color: white;
    font-size: 10pt;
    color: #3A7EA1;
    padding: 0 !important;
    text-align: left;
}

.field-descuento {
    margin: 0 !important;
}

div.span12.field-descuento {
    display: none;
}

#mi-cuenta {
  color: white !important;
  background: rgba(255,255,255,.15);
}

#mi-cuenta:hover {
  color: white !important;
  background: rgba(255, 0, 132, 1) !important;
}

section.mi-cuenta {
  background: rgba(5, 89, 224, 0.71);
  min-height: 100%;
  padding-bottom: 40px;
  box-sizing: border-box;
  text-align: center;
}

.mi-cuenta .container {
  max-width: 600px;
}

.mi-cuenta-logo {
  padding: 30px 30px 0 30px;
}

.mi-cuenta .login-home {
  /*background: rgba(5, 171, 224, .9);*/
  background: none !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding: 20px !important;
  height: auto;
  margin: 0;
  box-sizing: border-box;
  width: 100%;;
  border: none !important;
  box-shadow: none !important;
}

.mi-cuenta .login-home input {
  font-weight: normal;
  border-radius: 5px;
  height: 50px;
  line-height: 50px;
  padding: 15px 15px 15px 45px;
  font-size: 11pt;
  box-sizing: border-box;
  width: 100%;
}

.mi-cuenta #errores {
    margin-top: 10px;
}

.mi-cuenta {
    min-height: 400px;
}

.mi-cuenta input {
    font-size: 12pt;
    line-height: 34px;
    border-radius: 4px;
    height: 34px;
    float: left;
    width: 100%;
    margin: 0 !important;
    box-sizing: border-box;
    padding: 10px;
}

.mi-cuenta button {
    border-radius: none;
    padding: 0 10px;
    line-height: 45px;
    height: 45px;
    float: left;
    font-size: 14pt;
    font-weight: normal;
    margin: 0 0 0 -4px !important;
}

.mi-cuenta p {
    margin: 0;
    font-size: 14pt;
    max-width: 500px;
}

.mi-cuenta p.error {
    color: #900;
}

.mi-cuenta #link-password {
  display: block;
  color: white;
  font-size: 10pt;
  margin: 20px 0px;
  padding: 10px;
  text-align: center;
  border-top: 1px solid rgba(255,255,255,.5);
  border-bottom: 1px solid rgba(255,255,255,.5);
}

#myModal .close {
  color: white;
  opacity: .7;
  margin-right: 10px;
}

#myModal .close:hover {
  opacity: 1;
}

#myModal.modal {
    margin-top: 20px !important;
    padding: 30px !important;
    border-radius: 10px !important;
    /*border-top: 4px solid #05abe0;*/
    background: #05abe0;
}

#myModal .modal-header {
  padding: 0;
  border: none;
  color: white;
}


#myModal .modal-body {
  padding: 0;
}

.modal.fade.in {
    top: 1%;
}

.modal-header h3 {
    font-size: 26pt !important;
    font-weight: 400;
    color: white;
    margin-bottom: 30px;
}

.modal input[type=submit] {
  background: white;
  color: #05abe0;
  margin: 20px auto 0 auto;
  font-size: 14pt;
  border-radius: 4px;
  padding: 10px 20px;
  line-height: 1.2;
  display: inline-block;
  height: auto;
  width: auto;
  font-weight: 400;
  box-shadow: 0 2px 10px #aaa;
}

#form-contact .custom-error-message {
    margin-bottom: 10px;
    font-weight: normal;
    color: white !important;
}

#myModal .alert {
    font-size: 11pt !important;
    padding: 15px;
}

.ventajas {
    text-align: center;
}

.ventajas img {
    width: 20%;
    float: left;
}

.ventajas h3 {
    font-size: 16pt;
    text-align: left;
    width: 78%;
    padding: 0 1%;
    float: left;
    padding-top: 10px;
}

.ventajas p {
    margin-top: 20px;
    text-align: left;
    font-size: 10pt !important;
}

.login-home {
    background: #05abe0; /* Old browsers */
    background: -moz-linear-gradient(top, #05abe0 0%, #53cbf1 60%, #87e0fd 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#05abe0), color-stop(60%,#53cbf1), color-stop(100%,#87e0fd)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #05abe0 0%,#53cbf1 60%,#87e0fd 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #05abe0 0%,#53cbf1 60%,#87e0fd 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #05abe0 0%,#53cbf1 60%,#87e0fd 100%); /* IE10+ */
    background: linear-gradient(to bottom, #05abe0 0%,#53cbf1 60%,#87e0fd 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#05abe0', endColorstr='#87e0fd',GradientType=0 ); /* IE6-9 */
    padding: 30px;
    border-radius: 8px;
    width: 300px;
    margin: auto;
    margin-top: 30px !important;
    box-shadow: 0 0 4px rgba(0,0,0,.75);
    border: 1px solid rgba(255,255,255,.3);
}

.login-home input {
    width: 96%;
    padding: 5px 2%;
    margin-top: 10px !important;
    font-weight: normal;
}

.boton-pais-manual {
    padding: 10px 10px 10px 80px;
    margin: 0;
    background: none;
    font-size: 14pt;
    border: 1px solid #ddd;
    border-bottom: 5px solid #ddd;
    position: relative;
    width: 200px;
    text-align: left;
    display: block;
    color: #111;
    height: 60px !important;
    line-height: 60px !important;
}

.boton-pais-manual.active {
    border: 1px solid #119EC2;
    border-bottom: 5px solid #119EC2 !important;
}

.boton-pais-manual img {
    float: left;
    margin: 0 !important;
    position: absolute;
    top: 17px;
    left: 20px;
}

.creando-cuenta-section {
  margin-top: 80px;
}

.flagstrap .btn {
  border-width: 1px !important;
  border-radius: 0 !important;
  display: block !important;
  width: 100% !important;
  background: white !important;
  color: black !important;
  text-align: left !important;
  height: 50px !important;
  font-weight: normal;
  margin-bottom: 0;
}

.flagstrap .flagstrap-icon {
  transform: scale(1.5);
}

.flagstrap .caret {
  border-top-color: #999 !important;
  border-bottom-color: #999 !important;
  position: absolute;
  right: 15px;
  top: 14px;
}

.flagstrap .dropdown-menu li a {
  text-align: left !important;
  font-size: 12pt;
  cursor: pointer;
  font-weight: normal;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #222;
}

.flagstrap .dropdown-menu li a:hover {
  color: white !important;
}

.crear-cuenta-app {
  padding: 0 30px;
}

.crear-cuenta-app h3 {
  color: white;
  font-size: 14pt;
  font-weight: normal;
  text-align: center;
  text-shadow: 0 1px 2px black;
}

.crear-cuenta-app button {
  background: #ff0084;
  border: none;
  color: white;
  text-shadow: 0 0 1px black;
  width: 100%;
  font-weight: normal;
  font-size: 16pt;
  padding: 5px 0;
  display: block;
  border-radius: 5px;
  margin: 10px 0 0 0 !important;
  border-bottom: 3px solid #37041e;
  height: 50px;
  line-height: 1;
}

body.es-app .mi-cuenta .login-home {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  transition: all 1s;
  height: auto;

}

body.es-app .mi-cuenta .newsletter .title h1 {
    padding: 0 !important;
    margin-bottom: 0 !important;
    font-size: 14pt;
}

body.es-app .mi-cuenta .newsletter ul {
    padding: 0 !important;
    margin-bottom: 20px !important;
}

body.es-app .mi-cuenta .login-home.ocultar {
  overflow: hidden;
  height: 0;
  opacity: 0;
}

body.es-app #registrate-ahora {
  transition: all .3s;
  width: 100%;
  margin: 20px auto auto auto !important;
  display: block;
  float: none;
  outline: none;
}

body.es-app #registrate-ahora.modo-registro {
  color: #444;
  background: rgba(255,255,255,.8);
  font-weight: normal;
  /* margin-bottom: 20px !important; */
  text-shadow: none;
  width: 50%;
  margin: 20px auto auto auto !important;
  display: block;
  float: none;
  font-size: 12pt;
  height: 40px;
  transition: all .3s;
  outline: none;
}

.crear-cuenta-app .registro .padder-pasos-cuenta {
  padding: 0 !important;
  margin: 0 !important;
  background: none;
  border: none !important;
}

.crear-cuenta-app .registro #form-registro-bottom {
  padding: 0 !important;
}
.crear-cuenta-app .registro #form-registro-bottom input {
  width: 100%;
  padding: 15px;
  line-height: 50px;
  height: 50px;
  box-sizing: border-box;
}

.crear-cuenta-app .newsletter {
  background: none !important;
  display: none;
  opacity: 0;
  transition: all 1s;
}

.crear-cuenta-app .newsletter.mostrar {
  display: block;
  opacity: 1;
}

.crear-cuenta-app button.cupon-de-descuento {
  margin-bottom: 10px !important;
  float: none !important;
  font-size: 9pt;
  background: rgba(255,255,255,.8);
  color: #222;
  text-align: center;
}

.crear-cuenta-app h1.text-center {
  padding: 0 !important;
  margin: 0 !important;
  font-size: 14pt;
}

.crear-cuenta-app .form-registro label {
  color: #fff !important;
}

form#form-contact input.requi {
  display: block !important;
  position: absolute !important;
  left: -9999px !important;
}

.container-features {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ddf8ff+100 */
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top,  #ffffff 0%, #ddf8ff 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #ffffff 0%,#ddf8ff 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #ffffff 0%,#ddf8ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ddf8ff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  position: relative;

}

.separador-nubes {
  position: absolute;
  bottom: 0px;
  width: 100%;
  background: url(../img/separador-nubes.png);
  height: 200px;
}

.container-features {
  background: white;
}

.screenshot-gloss {
  background: none;
  padding: 0;
  border-radius: 10px !important;
  box-shadow: 0px 5px 40px rgba(0,0,0,.4);
  position: relative;
  border: none !important;
}

.screenshot-gloss img {
  border-radius: 10px !important;
}

.screenshot-gloss .gloss {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: repeating-linear-gradient(
  45deg,
  rgba(255,255,255,.8) 100px,
  rgba(255,255,255,.8) 300px,
  rgba(255,255,255,0) 300px,
  rgba(255,255,255,0) 600px
  );
  transition: background .5s;
  box-shadow: inset 0 0 10px rgba(0,0,0,.5);
  opacity: .7;
}

.foto-iphone {
  height: 500px;
  overflow: hidden;
  display: table-cell;
  position: relative;
}

.hessy-animado {
  position: absolute;
  top: 123px;
  left: 31px;
  width: 360px !important;
}

.hessy-animado video,
.hessy-animado img {
  width: 384px;
}

section.extra {
  background: linear-gradient(135deg, #009dff 0%,#812498 100%);
}

section.extra .accordion-toggle,
section.extra .accordion-inner p {
  font-weight: normal;
}

section.extra .accordion-toggle i.fa-circle {
    font-size: 10pt;
    opacity: .6;
    position: absolute;
    top: 10px;
    left: 0px;
    text-shadow: none !important;
    font-size: 7pt;
}

footer h2 {
  font-weight: normal !important;
}

footer .pais {
  font-weight: normal !important;
}

footer {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,00375b+100 */
  background: #333333; /* Old browsers */
  background: -moz-linear-gradient(top, #333333 0%, #00375b 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #333333 0%,#00375b 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #333333 0%,#00375b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#00375b',GradientType=0 ); /* IE6-9 */
}

section.testimonials {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1d4791+0,0082bf+100 */
  background: #1d4791; /* Old browsers */
  background: -moz-linear-gradient(45deg, #1d4791 0%, #0082bf 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #1d4791 0%,#0082bf 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #1d4791 0%,#0082bf 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d4791', endColorstr='#0082bf',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  height: auto;
}

section.testimonials .title h1 {
    color: #fff;
    margin: 40px 0;
    font-weight: normal;
}

.testimonials .item {
  margin: 0;
}

.testimonials .item-content {
  padding: 20px;
  border-radius: 5px;
  background: rgba(255,255,255,1);
  margin: 20px 80px;
  box-shadow: 0 3px 15px rgba(0,0,0,.5);
  min-height: 100px;
  position: relative;
}

.testimonials .foto-perfil {
  display: inline-block;
  position: absolute;
  top: 20px;
  left: 20px;
  height: 80px;
  width: 80px;
}

.testimonials .foto-perfil img {
  border: none !important;
  border-radius: 500px !important;
  box-shadow: 0px 2px 10px rgba(0,0,0,.5);
  margin-top: 0 !important;
  width: 80px;
  height: 80px;
}

.testimonials .mensaje {
  display: inline-block;
  margin-left: 100px;
}

.testimonials .mensaje blockquote {
  font-size: 14pt !important;
  text-align: left !important;
  margin: 0px;
  padding: 0 50px 20px 0 !important;
  text-align: left;
  color: black;
  line-height: 1.1;
  font-weight: normal;
  border: 0;
  text-shadow: none;
  margin-top: 20px;
}

.testimonials span.ubicacion {
  color: #555 !important;
  text-shadow: none !important;
  font-size: 11pt !important;
  line-height: 1 !important;
  font-weight: normal !important;
  margin-top: 5px !important;
  font-style: italic;
}

.testimonials cite {
  display: block;
  color: #1d4791;
  font-size: 12pt;
  font-weight: normal;
  margin-bottom: 5px !important;
}

.title h1 {
  font-weight: normal;
  margin-bottom: 40px;
  padding-left: 0 !important;
}

.accordion {
  margin-bottom: 100px;
}

.carousel {
  margin-bottom: 80px !important;
}

.pricing-table .t-two h3 {
    background: linear-gradient(to bottom, #0f0e61 0%,#005c92 100%) !important;
}

.pricing-table .t-two h4 {
    background: linear-gradient(to bottom, #003b84 0%,#3c7740 100%) !important;
}

.information a.btn {
    color: #1fb4da;
    font-weight: normal;
    font-size: 12pt;
    box-shadow: none;
    text-shadow: none;
    margin: 20px 0;
    padding: 10px 20px;
    border-radius: 4px;
    text-transform: uppercase;
}

.information h3 {
    font-size: 16pt;
    font-weight: normal;
    padding: 0 0 17px 0;
    margin-top: 0;
    color: #1e749e;
}

.pricing-table.featured li.sign-up a.btn {
    border: none;
    background: #1a3e7b;
    border-radius: 5px;
    color: white;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 12pt;
    box-shadow: 0 2px 10px rgba(0,0,0,.5);
    padding: 0 25px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
}

.pricing-table li.sign-up a.btn {
    color: white;
    background: #1fb4da;
    box-shadow: none;
    text-shadow: none;
    font-size: 12pt;
    font-weight: normal;
    box-shadow: 0 2px 10px rgba(0,0,0,.5);
    border-radius: 5px;
    padding: 0 25px;
    text-transform: uppercase;
    height: 50px;
    line-height: 50px;
}

.intro-features {
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, rgba(36, 145, 229, 0.10) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%,rgba(36, 145, 229, 0.10) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%,rgba(36, 145, 229, 0.10) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.newsletter {
  background: #66e0ff; /* Old browsers */
  background: -moz-linear-gradient(bottom, #66e0ff 0%, #2491e5 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(bottom, #66e0ff 0%,#2491e5 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to top, #66e0ff 0%,#2491e5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66e0ff', endColorstr='#1fb4da',GradientType=0 ); /* IE6-9 */
  /*background: #1fb4da url("../img/newsletter-bg.png") center bottom no-repeat*/
}

ul.puntos-registro {
  margin: 0px;
  padding: 0;
}

ul.puntos-registro li {
  font-size: 10pt;
  line-height: 2;
  font-weight: normal;
}

#cta-principal {
  margin-top: 20px;
  padding: 20px 40px;
  background: #dd0000;
  color: white;
  font-weight: normal;
  border: none;
  font-size: 16pt;
  border-radius: 10px;
  text-shadow: 0 1px 2px black;
  border-bottom: 3px solid #880000;
  display: inline-block;;
}

.aclaracion-cta-principal {
  font-size: 10pt;
  margin-top: 20px;
  text-shadow: 0 1px 2px black;
}

.information h3 {
  font-size: 19pt;
  font-weight: normal;
  padding: 0 0 17px 0;
  margin-top: 0;
  color: #1e749e;
}

.information .box p {
  margin-right: 30px;
  font-size: 17pt;
  font-weight: normal;
  padding-right: 30px;
}

/*
.macbook-holder {
  position: relative;
}

.macbook {
  position: absolute;
  z-index: 90;
  top: 0;
  left: 0;
}

.macbook img {
  width: 904px !important;
  position: absolute;
  top: -101px;
  left: -168px;
  z-index: 100;
  max-width: none;
}
*/

.registro-experiencia {
  position: fixed;
  z-index: 20000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
}

.registro-experiencia .exp-right {
  background-color: #00a2f7;
  background-image: url('/img/flat-devices.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left;
  box-sizing: border-box;
  padding: 30px;
  flex-grow: 2;
}

.registro-experiencia .exp-left {
  width: 480px;
  background: #007ccc;
  box-sizing: border-box;
  padding: 50px;
  color: white;
  overflow-y: auto;
}

.registro-experiencia .exp-errores {
  font-size: 14pt;
  line-height: 1.2;
  margin-bottom: 20px;
  display: none;
}


.registro-experiencia .email-existe {
  font-size: 12pt;
  color: white !important;
  text-shadow: 0 1px 2px black;
}

.registro-experiencia .email-existe a {
  color: #fff092;
}

.registro-experiencia .exp-left label {
  font-size: 12pt;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.registro-experiencia .exp-left .selector-pais button {
  background: white !important;
  text-shadow: none !important;
}

.registro-experiencia .exp-left .selector-pais .open > .dropdown-menu {
  display: block;
  height: 150px;
  overflow: auto;
  margin-top: -9px;
  width: 100%;
}

.registro-experiencia .exp-left .selector-pais .caret {
  top: 27px !important;
  border-top-color: black !important;
  border-bottom-color: black !important;
}

.registro-experiencia .exp-left button {
  background-image: linear-gradient(to bottom, #ff0076, #750041) !important;
  /*background-image: linear-gradient(to bottom, #00ff00, #048f8e) !important;*/
  background-repeat: repeat-x;
  height: 50px;
  border: none;
  color: white;
  text-shadow: 0 1px 2px black;
  padding: 0 20px;
  box-shadow: 0 0 10px rgba(0,0,0,.2);
  border-radius: 5px;
  line-height: 50px;
  font-size: 14pt;
  font-weight: normal;
  text-transform: uppercase;
  margin: 10px auto;
  display: block;
  outline: none;

}

.registro-experiencia .exp-left h1 {
  margin-top: 0;
  color: white;
  text-shadow: 0px 1px 2px black;
  text-align: center;
  font-weight: normal;
  font-size: 18pt;
}

.registro-experiencia .exp-left input {
  height: 50px;
  width: 100%;
  box-sizing: border-box;
  font-weight: normal;
  color: black;
  padding: 0 20px;
  font-size: 14pt;
  margin-bottom: 20px;
}

.registro-experiencia .exp-paso-2,
.registro-experiencia .exp-paso-3 {
  display: none;
}

.registro-experiencia .exp-key-help {
  display: flex;
  margin-bottom: 30px;
}
.registro-experiencia .exp-key {
  width: 100px;
  height: 100px;
}
.registro-experiencia .exp-key-help p {
  flex-grow: 2;
  padding: 20px;
  font-size: 12pt;
}

.registro-experiencia .exp-logo-animation {
  position: relative;
  padding: 30px 0;
}

.registro-experiencia .exp-logo-progress {
  margin: auto;
  display: block;
}


@keyframes toothbrush {
  0% {
    margin-right: 20px;
  }
  100% {
    margin-right: -20px;
  }
}

.registro-experiencia .exp-toothbrush-progress {
  position: absolute;
  width: 380px;
  right: 180px;
  top: -8px;
  animation-name: toothbrush;
  animation-duration: .5s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  animation-fill-mode: none;
  animation-play-state: running;
  max-width: none;
}

.registro-experiencia .exp-freenocard {
  color: rgba(255,255,255,.85);
  border-top: 1px solid rgba(255,255,255,.5);
  padding: 20px;
  margin-top: 30px;
  box-sizing: border-box;
  text-align: center;
}

.registro-experiencia .exp-wait {
  color: rgba(255,255,255,1);
  border: 1px solid rgba(255,255,255,.5);
  border-radius: 10px;
  padding: 30px;
  font-size: 18pt;
  margin-top: 30px;
  box-sizing: border-box;
  text-align: center;
}

.registro-experiencia .custom-error-message {
  color: white;
  width: 100%;
  border-radius: none;
  padding: 0 0 20px 0;
  font-size: 12pt;
  margin: 0px;
  text-align: left;
}

.youtube-wrapper {
  padding: 15px;
  background: #222;
  border: 1px solid rgba(255,255,255,.4);
  border-radius: 20px;
  margin: auto;
  display: inline-block;
  box-shadow: 0 0 40px black;
}

.youtube-wrapper iframe {
    margin: 0;
}

.pricing-table div.mas-usuarios {
    border-top: none !important;
    line-height: 1.2 !important;
    font-size: 10pt !important;
    padding-top: 0px !important;
    padding-left: 40px !important;
    opacity: .7;
}

.pricing-table div.mas-usuarios b {
    font-weight: 500 !important;
}

/* RESPONSIVE */

@media (min-width: 980px) {
    .registro input#apellido, .registro input#nombre {
    }
    .form-registro input {
        margin-bottom: 10px !important;
    }
}

@media (max-width: 979px) {
    .form-registro input {
        margin-bottom: 10px !important;
    }
    .wrapp {
        width: 90%;
    }
    .container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
        width: 100%;
    }
    .extra .title h1 {
        padding-left: 0 !important;
    }
}

@media (max-width: 750px) {

  .simple-page {
    padding: 30px 20px;
  }

  .creando-cuenta-section {
    margin-top: 0px;
  }

  .creandoCuenta h1 {
    font-size: 16pt;
  }
  .creandoCuenta .progress {
    width: 100% !important;
  }

    #saber-mas {
        float: none;
    }

    .video-wrapper video {
        display: none;
    }

    .padder-pasos-cuenta {
        padding: 0;
        margin: 0 20px;
        margin-bottom: 20px;
    }

    div.form-registro {
        width: auto !important;
    }

    .video-overlay {
        height: auto !important;
    }

    .video-overlay .padder-blanco {
        position: relative;
        width: auto;
        right: auto;
        top: auto;
        height: auto;
    }

    .video-overlay .padder-blanco img {
        display: none;
    }

    .video-overlay .video-padder {
        width: auto !important;
        display: block;
        float: none;
    }

}


@media (min-width: 640px) {
    .three-tables .pricing-table {
        float: left;
        margin: auto;
        max-width: 450px;
    }
}

@media (max-width: 639px) {
    .form-registro {
        width: 90%;
    }
    .three-tables .pricing-table {
        float: none;
        margin: auto;
        width: 95%;
        margin-bottom: 20px;
    }
    #tabla-anual {
        margin-top: 10px !important;
    }
    .ssl {
        text-align: center;
    }
    .ssl img {
        float: none;
        margin-left: 0px;
    }
    .ssl-mensaje {
        float: none;
        display: block;
        font-size: 9pt;
        padding: 15px 0;
        width: 100%;
    }

}

@media (max-width: 767px) {

    .menu-hessy-home-top {
      padding: 0 !important;
    }

    footer ul.contact {
        float: none;
    }
    .video-overlay {
        width: 100% !important;
    }

    .principal-home {
        margin-top: 0;
    }

    .principal-left {
        display: block;
        position: relative;
        width: 100%;
    }

    .principal-left h1 {
        text-align: left;
    }

    .principal-right {
        display: block;
        position: relative;
        width: 100%;
    }

    .navbar .nav {
        border-left: none;
        width: 100%;
    }

    .navbar .navbar-toggle-button {
        position: absolute;
        z-index: 99999;
        right: 10px;
        top: 12px;
        font-size: 30pt;
        border: none;
        outline: none !important;
    }

    .navbar .icon-bar {
        display: block;
        width: 26px !important;
        height: 4px !important;
        background-color: #f5f5f5;
        -webkit-border-radius: 1px;
        -moz-border-radius: 1px;
        border-radius: 1px;
        -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.25);
        -moz-box-shadow: 0 1px 0 rgba(0,0,0,0.25);
        box-shadow: 0 1px 0 rgba(0,0,0,0.25);
        margin-bottom: 5px !important;
    }

    .navbar-brand img {
        margin-top: 14px;
    }

    .navbar-brand li {
        float: none !important;

    }

    .information .box {
        margin-bottom: 40px;
        margin-top: 40px;
        padding-bottom: 40px;
        border-bottom: 1px solid #ddd;
    }

    .newsletter .title h1 {
        padding-left: 20px;
    }

    #form-registro-bottom {
        padding: 20px;
    }

    .form-registro.principal-right {
      margin-right: 0 !important;
      background: rgba(31, 180, 218, .9);
    }

    .slide-home-caption {
      /*display: none !important;*/
      text-align: center;
      padding-bottom: 20px;
    }

    .slide-home-caption h1 {
      font-size: 47px;
      text-align: center;
      text-shadow: 0 1px 2px black;
    }

    .home-tagline {
      font-weight: normal;
      text-shadow: 0 1px 2px black;
    }

    .email-existe a {
      color: #fff;
    }

    #form-registro-top h2 {
      color: white;
    }
}


/* SMARTPHONE */
@media (max-width: 480px) {

    .navbar {
      background: #2592e5; /* Old browsers */
    }

    .hessy-animado {
      position: absolute;
      top: 15.3%;
      left: 1%;
    }

    .hessy-animado video {
      width: 79%;
    }

    .foto-iphone {
      display: block;
      padding: 20px;
    }

    #saber-mas {
        float: none;
    }

    .video-wrapper video {
        display: none;
    }

    .padder-pasos-cuenta {
        padding: 0;
        margin: 0 20px;
        margin-bottom: 20px;
    }

    div.form-registro {
        width: auto !important;
    }

    .video-overlay .padder-blanco {
        position: relative;
        width: auto;
        right: auto;
        top: auto;
        height: auto;
    }

    .video-overlay .padder-blanco img {
        display: none;
    }

    .video-overlay .video-padder {
        width: auto !important;
        display: block;
    }

    .pricing.generic {
        padding-bottom: 20px;
    }
    .features.generic {
        padding-bottom: 20px;
        padding-top: 20px;
    }
    .newsletter.registro {
        padding-bottom: 0 !important;
    }
    header .hessy-logo {
        padding-top: 30px !important;

    }
    .form-registro li.custom-error-message {
        width: 96% !important;
        padding-left: 2%;
        padding-right: 2%;
    }
    .form-registro .aclaracion {
        padding-top: 0 !important;
        font-weight: normal;
        padding-bottom: 20px;
    }
    .features .item {
        margin-bottom: 20px;
    }
    .features .item h2 {
        line-height: 50px;
    }
    .features .title p {
        margin-bottom: 20px;
    }
    .form-registro {
        width: 100% !important;
    }
    .form-registro button {
        display: block;
        float: none;
        width: 100%;
    }
    .form-registro .form-field {
      margin-bottom: 0px;
    }
    .video-overlay h1 {
        font-size: 26pt;
        margin-left: 0px;
        margin-top: 0;

    }
    .video-overlay h3 {
        font-size: 14pt;
        font-weight: bold;
        margin-top: 10px;
    }
    .registro input {
        margin-bottom: 10px !important;
    }
    .wrapp {
        width: 90%;
    }
    .container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
        width: 100%;
    }

    #menu-home {
      height: 840px;
    }

    .information .box {
      margin-bottom: 20px;
      margin-top: 20px;
      padding-bottom: 20px;
      border-bottom: 1px solid #ddd;
    }

    .information .box p {
      margin-right: 30px;
      font-size: 12pt;
      font-weight: normal;
      padding-right: 0;
    }

    .information h3 {
      font-size: 15pt;
      font-weight: normal;
      padding: 0 0 17px 0;
      margin-top: 0;
      color: #1e749e;
    }

    .screenshot-gloss {
      background: white;
      padding: 0;
      border-radius: 20px !important;
      box-shadow: 0px 5px 40px rgba(0,0,0,.4);
      position: relative;
      border: 15px solid white;
    }

    .gloss {
      display: none;
    }

    .wrapper-ademas.information .box p {
      margin-bottom: 50px;
    }

    .wrapper-ademas.information .box h3 {
      margin-bottom: 0;
    }

    .ssl  {
      padding: 20px;
    }

    p.ssl-mensaje {
      color: black !important;
      font-size: 14pt !important;
      margin-bottom: 0;
    }

    .testimonials .item-content {
      padding: 20px 10px;
      margin: 0;
    }

    .testimonials span.ubicacion {
      display: block;
    }

    .testimonials .mensaje blockquote {
      font-size: 12pt !important;
    }

    ul.puntos-registro {
      padding: 20px;
      margin: 20px;
    }

    ul.puntos-registro li {
      font-size: 10pt;
    }

    .newsletter .title h1 {
      padding-left: 20px;
      padding: 0 20px !important;
      margin-bottom: 0 !important;
    }

    .cupon-de-descuento {
      color: #3A7EA1;
      padding: 0 10px 10px 10px !important;
      text-align: center;
      font-weight: normal
    }

    .flagstrap .btn {
      margin-bottom: 10px;
    }

    .form-registro .dropdown-menu {
      width: 100%;
      top: 0;
    }

    .landing-mode .email-existe {
      color: white;
      text-shadow: 0 1px 2px black;
      background: rgba(0,0,0,.4);
      padding: 10px;
      border-left: 2px solid #ff3f00;
    }

    .landing-mode .flagstrap .btn {
      font-size: 12pt;
      text-shadow: none;
      padding: 10px 15px;
      height: 50px !important;
      border-radius: 5px !important;
      margin-top: 0 !important;
      margin-bottom: 10px !important;

    }

    .crear-cuenta-app button.cupon-de-descuento {
      position: relative;
        margin-bottom: 10px !important;
        float: none !important;
        font-size: 9pt;
        background: rgba(0,0,0,.3);
        text-align: center;
        border: 1px dashed white;
        color: white;
        font-size: 12pt;
        padding: 20px !important;
        height: auto !important;
        line-height: 1.4;
    }

    .crear-cuenta-app button.cupon-de-descuento .field-descuento {
      display: none;
      padding-top: 20px;
    }

    .crear-cuenta-app button.cupon-de-descuento .field-descuento label {
      font-weight: normal;
      margin-bottom: 5px;
    }

    .crear-cuenta-app .tijera {
        display: block;
        position: absolute;
        top: -10px;
        left: 10px;
    }

    .crear-cuenta-app .flagstrap .btn {
      margin-top: 0 !important;
      margin-bottom: 10px !important;
      border-radius: 5px !important;
      padding: 0 15px !important;
      height: 50px !important;
      text-shadow: none !important;
      font-weight: normal;
      font-size: 12pt;
      line-height: 1;
    }

    .crear-cuenta-app .flagstrap.open {
      height: 300px;
      overflow-y: auto;
      border-radius: 5px !important;
      box-shadow: 0px 0px 20px black;
      /* position: fixed; */
      margin-bottom: 10px;
    }

    .registro-experiencia {
      display: block;
      font-weight: normal;
      min-height: 100%;
      position: relative;
    }

    .registro-experiencia .exp-left {
      position: relative;
      min-height: 100%;
      width: 100%;
      background: rgba(0, 124, 204, 0.8);
      box-sizing: border-box;
      padding: 20px;
      color: white;
    }

    .registro-experiencia .exp-right {
      display: none;
    }

    .registro-experiencia .exp-left h1 {
      font-size: 20pt;
    }

    .registro-experiencia .exp-freenocard {
      padding-left: 0;
      padding-right: 0;
    }

    ul.puntos-registro {
      background: rgba(0,0,0,.25);
      border-radius: 10px;
      padding: 10px;
      margin: 20px;
    }

    #registrate {
      height: auto;
    }

    .registro-experiencia .exp-key-help p {
      flex-grow: 2;
      padding: 10px;
      font-size: 12pt;
    }

}
