
/* ==========================================================================
   General
   ========================================================================== */

body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  overflow-x: hidden;
  line-height: 1.6;
}

p { color: #888; }

h1,
h2,
h3,
h4,
h5,
h6 { font-weight: 300; }

a { color: #FF8101; }

a:hover,
a:focus {
  color: #FF8101;
  text-decoration: none;
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
}

ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

strong { font-weight: 600; }

.bloque-top { margin-top: 20px; margin-bottom: 20px;}

/* ==========================================================================
   asistencia
   ========================================================================== */

.asistencia {
  background: url(/image/landing/asistencia/bg.jpg) center center no-repeat scroll;
  background-size: cover;
  padding: 3em 0 4.5em;
  position: relative;
  text-align: center;
  min-height: 855px;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  top: 0;
}

.logo {
  text-align: center;
}

.claim { margin: 0 0 3em; }

.asistencia h1 {
  font-size: 41px;
  font-weight: 400;
  color: #FFF;
  line-height: 1.25;
}

.asistencia h2 {
  font-size: 18px;
  color: #ededed;
  line-height: 1.5;
  font-weight: 300;
}

.mas { margin-bottom: .75em; }

.button {
  display: inline-block;
  background: #ff8101;
  padding: 1.125em 3em;
  color: #fff;
  -webkit-transition: background 1s linear, border 1s linear;
  transition: background 1s linear, border 1s linear;
  font-weight: 400;
  text-transform: uppercase;
  width: 100%;
}

.button:hover {
  color: #fff;
  background: #ff8101;
}

.button:focus { color: #fff; }

.button i {
  padding-left: 1em;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.button:hover i {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}


.button.buy:hover {
  border: 1px solid #2980b9;
  color: #2980b9;
}

.action-button p {
  margin: 1.5em 0 0;
  font-size: 15px;
}

.book-cover { margin-top: 3em; }

.bottom-home {
  margin-bottom: 20px;
}

.observaciones {
  font-size: 14px;
  padding: 20px;
  margin: 20px 0px;
}

.telefonos {
  font-weight: 700;
}

.contacto-form h3 {
  font-weight: 700;
  margin: 50px 0px 50px 0px;
}

.modal-dialog {
  width: 50%;
}

/* ==========================================================================
   nav
   ========================================================================== */

.navbar { display: none; }

.navbar-default .navbar-nav > li > a.button {
  text-transform: capitalize;
  color: #fff;
  padding: .75em 2em;
  transition: all .5s linear;
}

.navbar-default .navbar-nav > li > a.button:hover {
  background-color: #F77C00;
  color: #FFF;
}


.stick {
  display: block;
  position: fixed;
  width: 100%;
  background: rgba(255, 255, 255, 0.97);
  left: 0;
  top: 0;
  z-index: 1000;
  box-shadow: 0 1px 12px 0px rgba(51, 51, 51, 0.23);
  -webkit-animation: fadeInDown 1s both;
  animation: fadeInDown 1s both;
}
 @-webkit-keyframes fadeInDown {
0% {
opacity:0;
-webkit-transform:translateY(-20px);
transform:translateY(-20px);
}
100% {
opacity:1;
-webkit-transform:translateY(0);
transform:translateY(0);
}
}
@keyframes fadeInDown {
0% {
opacity:0;
-webkit-transform:translateY(-20px);
-ms-transform:translateY(-20px);
transform:translateY(-20px);
}
100% {
opacity:1;
-webkit-transform:translateY(0);
-ms-transform:translateY(0);
transform:translateY(0);
}
}


/* ==========================================================================
   tira-general
   ========================================================================== */

.espacio-seccion { padding: 4.5em 0; }

.tira-general {
  background: #FF8101;
  color: #fff;
  padding: 4.5em 0;
}

.tira-general h2 { text-transform: uppercase;}

.tira-general p {
  margin-bottom: 0;
  color: #fff;
}

.tira-general a {
  color: #FFF;
}

.tira-general div[class^="col-"]:nth-child(1),
.tira-general div[class^="col-"]:nth-child(2) { padding-bottom: 1.5em; }

/* ==========================================================================
   formularios
   ========================================================================== */


 .form-control::-webkit-input-placeholder {
 color: #ABABAB;
 font-weight: 300;
}
 .form-control:-moz-placeholder {
 color: #ABABAB;
 font-weight: 300;
}
 .form-control::-moz-placeholder {
 color: #ABABAB;
 font-weight: 300;
}
 .form-control:-ms-input-placeholder {
 color: #ABABAB;
 font-weight: 300;
}

#mc-form { margin-top: 3em; }

#mc-form input,
.contacto-form .form-control { margin-bottom: 1.5em; }

#mc-form > div { position: relative; }

#mc-form i[class*="fa-user"],
#mc-form i[class*="fa-envelope"] {
  position: absolute;
  right: 1em;
  color: #ff8101;
}

#mc-form i[class*="first-name-i"],
#mc-form i[class*="last-name-i"],
#mc-form i[class*="fa-envelope"] { top: 19px; }

.form-control {
  background-color: #fff;
  border: 1px solid #e3e3e3;
  box-shadow: none;
  height: 50px;
  font-weight: 300;
  padding: 6px 40px 6px 16px;
}

.form-control:focus {
  border-color: #CECECE;
  outline: 0;
  box-shadow: none;
}

.form-principal {
  padding: 20px 20px 0px 20px;
}

.form-control-principal {
  background-color: #fff;
  border: 1px solid #e3e3e3;
  box-shadow: none;
  height: 30px;
  font-weight: 700px;
  padding: 6px 40px 6px 16px;
}


.btn-default {
  color: #fff;
  background-color: #FF8101;
  -webkit-transition: all .5s linear;
  transition: background-color .5s linear;
  padding: 12px 1.5em;
  text-transform: uppercase;
  font-weight: 400;
  border-radius: 64px;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active {
  color: #fff;
  background-color: #FF8101;
}

.btn:active:focus,
.btn-default:focus,
.btn:focus,
.btn-default:active { outline: none; }

.sub-form .btn { width: 100%; }

.result { margin: 1.5em 0 0; }

.sub-form-success,
.sub-form-error,
.success-cf p,
.error-cf p {
  padding: 0.75em;
  margin-bottom: 0;
  border-radius: 4px;
}

.sub-form-success,
.success-cf p {
  background: #dff0d8;
  color: #3c763d;
  border: 1px solid rgba(60, 118, 61, 0.18);
}

.sub-form-error,
.error-cf p {
  background: #F1D7D7;
  color: #A95252;
  border: 1px solid rgba(169, 82, 82, 0.18);
}

.sub-form-success i,
.sub-form-error i,
.success-cf i,
.error-cf i { padding-right: .5em; }


.espacio-seccion.seccion-min { padding: 4.5em 0 1.5em; }

section header h2 { font-weight: 700;}

section header {
  margin-bottom: 50px;
}

.screen-error {
  background: rgba(147, 0, 0, 0.69);
}

.screen-ok {
  background: rgba(19, 136, 0, 0.69);
}


.plan {
  padding-bottom: 5px;
  margin-bottom: 3em;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
  background: #fff;
}

.plan .header {
  background: #ff8101;
  color: #fff;
  padding: .75em 1em;
}

.plan .header-min {
  background: #ff8101;
  color: #fff;
  padding: 0px;
}

.plan li {
  -webkit-transition: all 100ms ease-in;
  transition: all 100ms ease-in;
  cursor: pointer;
}

.plan li:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  background: #DDD;
}

.plan .header.nerd { background: #2980b9; }

.plan .header h4 { font-weight: 600; }


.caracteristicas-plan {
  padding: 0.75em 2.25em 1.5em;
  text-align: left;
}

.caracteristicas-plan li i {
  text-align: right;
  float: right;
}

.caracteristicas-plan li {
  border-bottom: 1px dotted #ddd;
  padding: 12px 20px;
  color: #888;
}

.fa-check {
  color: #42a32f;
  font-size: 30px;
}

.fa-ban {
  color: #b93838;
  font-size: 30px;
}

.tellamamos {
  -webkit-box-shadow: 10px 10px 5px -4px rgba(0,0,0,0.37);
  -moz-box-shadow: 10px 10px 5px -4px rgba(0,0,0,0.37);
  box-shadow: 10px 10px 5px -4px rgba(0,0,0,0.37);
}


/* ==========================================================================
   contacto
   ========================================================================== */

.contacto.espacio-seccion { padding: 4.5em 0 0; }

.contacto-form { margin-bottom: 3em; }

.contacto-form label.error {
  margin-bottom: 1.5em;
  font-weight: 300;
  color: #ea5050;
}

.contacto .btn-default { width: 100%; }

/* ==========================================================================
   contacto formulario validacion
   ========================================================================== */


.contacto-form label.error i { padding-right: 8px; }

.success-cf,
.error-cf { display: none; }

.contacto-form .success-cf p,
.contacto-form .error-cf p {
  position: absolute;
  display: block;
  top: 20%;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 10;
  width: 80%;
  margin: 0 auto;
}

.contacto-form .form-control.error {
  border-color: #E7BEBE;
  color: #D95C5C;
  border-left: none;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  box-shadow: .3em 0 0 0 #D95C5C inset;
  margin-bottom: .75em;
}

.contacto-form .form-control.error:focus {
  border-color: #ff5050;
  color: #ff5050;
  box-shadow: .3em 0 0 0 #FF5050 inset;
}

.contacto-form .valid { border-color: #2ecc71; }

/* ==========================================================================
   footer
   ========================================================================== */


.espacio-footer.espacio-seccion { padding: 4.5em 0; }

.espacio-footer small {
  margin: 1.5em 0 .75em;
  display: inline-block;
  color: #888;
}

.espacio-footer .social li a {
  background: transparent;
  color: #ff8101;
  border: 1px solid #ff8101;
}

.espacio-footer .social li a:hover {
  color: #fff;
  background: #2980b9;
  border: 1px solid #2980b9;
}

.modal-header {
  background: #FF8101;
  position: relative;
  min-height: 0;
  padding: 1.5em 1em;
}

.modal-title {
  color: #FFF;
  font-weight: 700;
}

button.close {
  color: #ff8101;
  opacity: 1;
  background: white;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  line-height: 35px;
  position: absolute;
  right: 16px;
}

.close:hover,
.close:focus {
  color: #2980b9;
  text-decoration: none;
  cursor: pointer;
  opacity: 1;
  outline: none;
}

.modal-body { padding: 1.5em; }

/* ==========================================================================
   scroll top
   ========================================================================== */

.scroll-top { margin-bottom: 0; }

.scroll-top a {
  position: fixed;
  bottom: 2em;
  right: 2em;
  text-decoration: none;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
  font-size: 12px;
  padding: .8em 1em;
  display: none;
  z-index: 200;
  border-radius: 50%;
  -webkit-transition: background .5s linear;
  transition: background .5s linear;
}

.scroll-top a:hover { background: #ff8101; }

/* ==========================================================================
   Dispositivos pequeños (tablets, 992px --
   ========================================================================== */



@media (max-width: 992px) {
  .fa-check {
    font-size: 14px;
  }

  .fa-ban {
    font-size: 14px;
  }

  .caracteristicas-plan li {
    font-size: 14px;
  }

  .icon-message {
    display: none;
  }

  .asistencia {
    min-height: 600px;
  }


}

/* ==========================================================================
   Dispositivos pequeños (tablets, 768px ++)
   ========================================================================== */

@media (min-width: 768px) {

  .asistencia { padding: 3em 0 6em; }

  .logo { text-align: inherit; }

  .asistencia h1 {
    font-size: 48px;
    line-height: 1.35;
}

section header h3 { font-size: 21px; }

  .button { width: auto; font-size: 20px; }

  .mas {
    margin-right: 1em;
    margin-bottom: 0;
  }

  .tira-general div[class^="col-"]:nth-child(1),
  .tira-general div[class^="col-"]:nth-child(2) { padding-bottom: 0; }

}

/* ==========================================================================
   Medium devices (desktops, 992px and up)
   ========================================================================== */

@media (min-width: 992px) {

  .asistencia {
    background: url(/image/landing/asistencia/bg.jpg) center center no-repeat fixed;
    background-size: cover;
    padding: 3em 0 6em;
    text-align: left;
  }

  .asistencia h1 {
    font-size: 50px;
    font-weight: 700;
    line-height: 1.17;
    text-transform: uppercase;
  }

  .asistencia h2 { font-size: 25px; }

  .espacio-seccion,
  .espacio-seccion.seccion-min { padding: 3em 0; }

  .features.espacio-seccion { padding: 6em 0 3.75em; }

  .reviews.espacio-seccion { padding: 6em 0 9em; }

  .plan { margin-bottom: 0; }

  .contacto.espacio-seccion { padding: 6em 0 0; }

  .contacto .btn-default {
    width: auto;
    padding: 12px 5em;
}

/* ==========================================================================
   Preloader
   ========================================================================== */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fefefe;
  z-index: 9999;
  height: 100%;
  height: 100%;
}

#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: url(/image/landing/asistencia/load.gif) no-repeat center center;
  margin: -170px 0 0 -100px;
}
}

@media (min-width: 992px) and (max-width: 1203px) {

  .action-button a { width: 90%; }

  .mas {
    margin-right: 0;
    margin-bottom: .75em;
  }
}

.sep-bottom-50 {
  margin-bottom: 50px;
}
