@font-face {
  font-family: CarnacBold;
  src: url(../fonts/CarnacBold.ttf);
}
@font-face {
  font-family: MyriadPro-Regular;
  src: url(../fonts/MyriadPro-Regular.otf);
}
@font-face {
  font-family: Calibri_bold;
  src: url(../fonts/Calibri-bold.ttf);
}
@font-face {
  font-family: MyriadPro_Semibold;
  src: url(../fonts/MyriadPro-Semibold.otf);
}
html {
  background: #fff;
}

body {
  line-height: 1.2;
}

.relative {
  position: relative;
}

#logo_navbar {
  margin-top: 0px;
  margin-left: 0px;
  height: 40px;
}

@media (min-width: 768px) {
  #logo_navbar {
    margin-top: 10px;
    margin-left: 25px;
    height: 120px;
  }
}
.navbar-brand {
  padding: 5px;
}

@media (min-width: 768px) {
  .navbar-brand {
    padding: 2px;
  }
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  background: none;
  box-shadow: none;
  color: #ffc000;
  position: relative;
}

@media (min-width: 768px) {
  .navbar-default .navbar-nav > .active > a:after,
  .navbar-default .navbar-nav > li:hover > a:after {
    content: "";
    position: absolute;
    width: calc(100% - 30px);
    height: 3px;
    bottom: 28px;
    left: 15px;
    background-color: #ffc000;
  }
}
.navbar-nav > li > a {
  font-family: "Montserrat-SemiBold";
  font-size: 16px;
  text-decoration: none;
}

.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a:hover {
  color: #fff;
}

/* Estilo resolucion mayor a un celular */
@media (min-width: 768px) {
  #menu {
    margin-right: 25px;
  }
  .navbar-nav > li > a {
    padding-top: 45px;
    padding-bottom: 40px;
  }
}
.navbar-default {
  border-radius: 0;
  background-color: #fff;
  background-color: #000;
  background-image: none;
}

@media (min-width: 768px) {
  .navbar-default {
    border: none;
  }
}
#footer {
  background-color: #ffc000;
  font-family: "Calibri_bold";
  color: #000;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0.08em;
  width: 100%;
  text-align: center;
  position: relative;
  padding-top: 4px;
  padding-bottom: 6px;
  margin-top: 70px;
  /* Estilo resolucion mayor a un celular */
}
#footer a {
  color: #000;
}

@media (min-width: 768px) {
  #footer {
    padding-bottom: 0px;
    margin-top: 0;
    position: fixed;
    bottom: 0;
    height: 30px;
  }
}
#footer .logo-livedirecto {
  position: absolute;
  width: 167px;
  bottom: 50px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.registro {
  position: relative;
  background-color: #000;
  /*
  @media (min-width: 992px) {
  	height: 100vh;
  	min-height: 720px;
  }
  */
}
.registro > .container-fluid {
  padding-bottom: 200px;
}
.registro .segunda_columna {
  padding-top: 80px;
}
.registro .imagen {
  width: 100%;
}
.registro .cuadro_amarillo {
  position: absolute;
  background-color: #ffc000;
  height: 438px;
  width: 100%;
  left: 0;
  top: 0;
}
.registro .cuerpo {
  font-family: "MyriadPro-Regular";
  font-size: 19px;
  line-height: 1.2;
  text-align: center;
}
.registro .titulo {
  font-family: "Calibri_bold";
  font-size: 24px;
  line-height: 1.2;
  margin-top: 100px;
  position: relative;
  color: #ffc000;
  text-align: center;
}
@media (min-width: 768px) {
  .registro .titulo {
    font-size: 24px;
  }
}
.registro .fecha {
  font-family: "Calibri_bold";
  font-size: 20px;
  line-height: 1.2;
  color: #fff;
  margin-top: 12px;
  margin-bottom: 30px;
  text-align: center;
}
@media (min-width: 768px) {
  .registro .fecha {
    font-size: 24px;
  }
}
.registro .imagen_01 {
  background-image: url(../img/registro/imagen_02.jpg);
  width: 100%;
  height: 329px;
  background-size: cover;
  background-position: 70% 50%;
}
@media (min-width: 991px) {
  .registro .imagen_01 {
    background-position: 50% 50%;
    height: 400px;
  }
}
@media (min-width: 1200px) {
  .registro .imagen_01 {
    background-position: 50% 50%;
    height: 329px;
  }
}
.registro .contenedor_formulario {
  width: 100%;
  height: 765px;
  background-color: #fff;
  margin-top: 70px;
  padding-left: 36px;
  padding-right: 36px;
  box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.15);
}
.registro .contenedor_formulario .texto {
  color: #000000;
  font-size: 18px;
  font-family: "Arial";
  padding-top: 31px;
  padding-bottom: 11px;
}
.registro .contenedor_formulario input[type=text] {
  width: 100%;
  background-color: white;
  height: 57px;
  background-color: #E6E6E6;
  font-family: "MyriadPro-Regular";
  font-size: 16px;
  color: #000000;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 8px;
  border: none;
}
.registro .contenedor_formulario input[type=text]::-moz-placeholder {
  color: #000000;
  opacity: 1;
}
.registro .contenedor_formulario input[type=text]::placeholder {
  color: #000000;
  opacity: 1;
}
.registro .contenedor_formulario textarea {
  width: 100%;
  background-color: white;
  height: 57px;
  background-color: #E6E6E6;
  font-family: "MyriadPro-Regular";
  font-size: 16px;
  color: #000000;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 8px;
  border: none;
  padding-top: 23px;
  padding-bottom: 23px;
  resize: none !important;
}
.registro .contenedor_formulario textarea::-moz-placeholder {
  color: #000000;
  opacity: 1;
}
.registro .contenedor_formulario textarea::placeholder {
  color: #000000;
  opacity: 1;
}
.registro .contenedor_formulario select {
  width: 100%;
  background-color: white;
  height: 57px;
  background-color: #E6E6E6;
  font-family: "MyriadPro-Regular";
  font-size: 16px;
  color: #000000;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 8px;
  border: none;
  padding-top: 23px;
  padding-bottom: 23px;
  resize: none !important;
}
.registro .contenedor_formulario select::-moz-placeholder {
  color: #000000;
  opacity: 1;
}
.registro .contenedor_formulario select::placeholder {
  color: #000000;
  opacity: 1;
}
.registro .contenedor_formulario #btn_enviar {
  background-color: #ffc000;
  color: #000000;
  font-family: "MyriadPro_Semibold";
  font-size: 20px;
  line-height: 1.2;
  width: 100%;
  height: 57px;
  border-radius: 0px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.registro .contenedor_formulario #btn_enviar:disabled {
  cursor: not-allowed;
}
.registro .btn_iniciar_sesion {
  background-color: #ffc000;
  color: #000000;
  font-family: "MyriadPro_Semibold";
  font-size: 18px;
  line-height: 1.2;
  width: 200px;
  height: 32px;
  border-radius: 0px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.registro .popover {
  max-width: 400px;
}

.seleccionar_paquete {
  position: relative;
  background-color: #000;
  /*
  @media (min-width: 992px) {
  	height: 100vh;
  	min-height: 720px;
  }
  */
}
.seleccionar_paquete > .container-fluid {
  padding-bottom: 200px;
}
.seleccionar_paquete .segunda_columna {
  padding-top: 80px;
}
.seleccionar_paquete .imagen {
  width: 100%;
}
.seleccionar_paquete form {
  color: #fff;
}
.seleccionar_paquete .cuadro_amarillo {
  position: absolute;
  background-color: #ffc000;
  height: 438px;
  width: 100%;
  left: 0;
  top: 0;
}
.seleccionar_paquete .cuerpo {
  font-family: "MyriadPro-Regular";
  font-size: 19px;
  line-height: 1.2;
  text-align: center;
}
.seleccionar_paquete .titulo {
  font-family: "Calibri_bold";
  font-size: 24px;
  line-height: 1.2;
  margin-top: 10px;
  padding-bottom: 30px;
  position: relative;
  color: #ffc000;
  text-align: center;
  position: relative;
}
@media (min-width: 768px) {
  .seleccionar_paquete .titulo {
    font-size: 48px;
  }
}
.seleccionar_paquete .titulo svg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 0;
  max-height: 70px;
}
.seleccionar_paquete .titulo > div {
  position: relative;
  z-index: 1;
}
.seleccionar_paquete .fecha {
  font-family: "Calibri_bold";
  font-size: 20px;
  line-height: 1.2;
  color: #fff;
  margin-top: 12px;
  margin-bottom: 30px;
  text-align: center;
}
@media (min-width: 768px) {
  .seleccionar_paquete .fecha {
    font-size: 24px;
  }
}
.seleccionar_paquete .imagen_01 {
  background-image: url(../img/registro/imagen_02.jpg);
  width: 100%;
  height: 329px;
  background-size: cover;
  background-position: 70% 50%;
}
@media (min-width: 991px) {
  .seleccionar_paquete .imagen_01 {
    background-position: 50% 50%;
    height: 400px;
  }
}
@media (min-width: 1200px) {
  .seleccionar_paquete .imagen_01 {
    background-position: 50% 50%;
    height: 329px;
  }
}
.seleccionar_paquete .contenedor_formulario {
  width: 100%;
  height: 765px;
  background-color: #fff;
  margin-top: 70px;
  padding-left: 36px;
  padding-right: 36px;
  box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.15);
}
.seleccionar_paquete .contenedor_formulario .texto {
  color: #000000;
  font-size: 18px;
  font-family: "Arial";
  padding-top: 31px;
  padding-bottom: 11px;
}
.seleccionar_paquete .contenedor_formulario input[type=text] {
  width: 100%;
  background-color: white;
  height: 62px;
  background-color: #E6E6E6;
  font-family: "MyriadPro-Regular";
  font-size: 16px;
  color: #000000;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 8px;
  border: none;
}
.seleccionar_paquete .contenedor_formulario input[type=text]::-moz-placeholder {
  color: #000000;
  opacity: 1;
}
.seleccionar_paquete .contenedor_formulario input[type=text]::placeholder {
  color: #000000;
  opacity: 1;
}
.seleccionar_paquete .contenedor_formulario textarea {
  width: 100%;
  background-color: white;
  height: 62px;
  background-color: #E6E6E6;
  font-family: "MyriadPro-Regular";
  font-size: 16px;
  color: #000000;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 8px;
  border: none;
  padding-top: 23px;
  padding-bottom: 23px;
  resize: none !important;
}
.seleccionar_paquete .contenedor_formulario textarea::-moz-placeholder {
  color: #000000;
  opacity: 1;
}
.seleccionar_paquete .contenedor_formulario textarea::placeholder {
  color: #000000;
  opacity: 1;
}
.seleccionar_paquete .contenedor_formulario select {
  width: 100%;
  background-color: white;
  height: 62px;
  background-color: #E6E6E6;
  font-family: "MyriadPro-Regular";
  font-size: 16px;
  color: #000000;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 8px;
  border: none;
  padding-top: 23px;
  padding-bottom: 23px;
  resize: none !important;
}
.seleccionar_paquete .contenedor_formulario select::-moz-placeholder {
  color: #000000;
  opacity: 1;
}
.seleccionar_paquete .contenedor_formulario select::placeholder {
  color: #000000;
  opacity: 1;
}
.seleccionar_paquete .contenedor_formulario #btn_enviar {
  background-color: #ffc000;
  color: #000000;
  font-family: "MyriadPro_Semibold";
  font-size: 20px;
  line-height: 1.2;
  width: 100%;
  height: 62px;
  border-radius: 0px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.seleccionar_paquete .contenedor_formulario #btn_enviar:disabled {
  cursor: not-allowed;
}
.seleccionar_paquete .btn_iniciar_sesion {
  background-color: #ffc000;
  color: #000000;
  font-family: "MyriadPro_Semibold";
  font-size: 18px;
  line-height: 1.2;
  width: 200px;
  height: 32px;
  border-radius: 0px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.seleccionar_paquete .popover {
  max-width: 400px;
}
.seleccionar_paquete #btn_registrar {
  background-color: #ffc000;
  color: #000;
  border-radius: 0;
  border: none;
  font-size: 30px;
  font-family: "Calibri_bold";
  height: 45px;
  display: block;
}
.seleccionar_paquete #btn_enviar {
  background-color: #ffc000;
  color: #000;
  border-radius: 0;
  border: none;
  font-size: 15px;
  font-family: "Calibri_bold";
  height: 25px;
  width: 100px;
  display: inline-block;
  vertical-align: top;
}
.seleccionar_paquete #codigo {
  color: #000;
  width: 220px;
  height: 25px;
  display: inline-block;
  vertical-align: top;
}
.seleccionar_paquete #capa_2 {
  width: 280px;
  display: block;
  margin: auto;
}

.login {
  position: relative;
  background-color: #000;
  /*
  @media (min-width: 992px) {
  	height: 100vh;
  	min-height: 720px;
  }
  */
}
.login > div {
  padding-bottom: 200px;
}
.login .segunda_columna {
  padding-top: 80px;
}
.login .imagen {
  width: 100%;
}
.login .cuadro_amarillo {
  position: absolute;
  background-color: #ffc000;
  height: 438px;
  width: 100%;
  left: 0;
  top: 0;
}
.login .cuerpo {
  font-family: "MyriadPro-Regular";
  font-size: 19px;
  line-height: 1.2;
  text-align: center;
}
.login .titulo {
  font-family: "Calibri_bold";
  font-size: 24px;
  line-height: 1.2;
  margin-top: 100px;
  position: relative;
  color: #ffc000;
  text-align: center;
}
@media (min-width: 768px) {
  .login .titulo {
    font-size: 24px;
  }
}
.login .fecha {
  font-family: "Calibri_bold";
  font-size: 20px;
  line-height: 1.2;
  color: #fff;
  margin-top: 12px;
  margin-bottom: 30px;
  text-align: center;
}
@media (min-width: 768px) {
  .login .fecha {
    font-size: 24px;
  }
}
.login .imagen_01 {
  background-image: url(../img/registro/imagen_02.jpg);
  width: 100%;
  height: 329px;
  background-size: cover;
  background-position: 70% 50%;
}
@media (min-width: 991px) {
  .login .imagen_01 {
    background-position: 50% 50%;
    height: 400px;
  }
}
@media (min-width: 1200px) {
  .login .imagen_01 {
    background-position: 50% 50%;
    height: 329px;
  }
}
.login .contenedor_formulario {
  width: 100%;
  height: 665px;
  background-color: #fff;
  margin-top: 70px;
  padding-left: 36px;
  padding-right: 36px;
  box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.15);
}
.login .contenedor_formulario .texto {
  color: #000000;
  font-size: 18px;
  font-family: "Arial";
  padding-top: 31px;
  padding-bottom: 11px;
}
.login .contenedor_formulario input {
  width: 100%;
  background-color: white;
  height: 62px;
  background-color: #E6E6E6;
  font-family: "MyriadPro-Regular";
  font-size: 16px;
  color: #000000;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 8px;
  border: none;
}
.login .contenedor_formulario input::-moz-placeholder {
  color: #000000;
  opacity: 1;
}
.login .contenedor_formulario input::placeholder {
  color: #000000;
  opacity: 1;
}
.login .contenedor_formulario textarea {
  width: 100%;
  background-color: white;
  height: 62px;
  background-color: #E6E6E6;
  font-family: "MyriadPro-Regular";
  font-size: 16px;
  color: #000000;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 8px;
  border: none;
  padding-top: 23px;
  padding-bottom: 23px;
  resize: none !important;
}
.login .contenedor_formulario textarea::-moz-placeholder {
  color: #000000;
  opacity: 1;
}
.login .contenedor_formulario textarea::placeholder {
  color: #000000;
  opacity: 1;
}
.login .contenedor_formulario select {
  width: 100%;
  background-color: white;
  height: 62px;
  background-color: #E6E6E6;
  font-family: "MyriadPro-Regular";
  font-size: 16px;
  color: #000000;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 8px;
  border: none;
  padding-top: 23px;
  padding-bottom: 23px;
  resize: none !important;
}
.login .contenedor_formulario select::-moz-placeholder {
  color: #000000;
  opacity: 1;
}
.login .contenedor_formulario select::placeholder {
  color: #000000;
  opacity: 1;
}
.login .contenedor_formulario #btn_enviar {
  background-color: #ffc000;
  color: #000000;
  font-family: "MyriadPro_Semibold";
  font-size: 20px;
  line-height: 1.2;
  width: 100%;
  height: 62px;
  border-radius: 0px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.login .contenedor_formulario #btn_enviar:disabled {
  cursor: not-allowed;
}
.login .texto_general {
  color: #fff;
}/*# sourceMappingURL=style.css.map */