@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400&display=swap");
@import url("base.css");

@font-face {
    font-family: "Brandon";
    src: url("../fonts/brandon-regular.otf") format("opentype");
    font-weight: 400;
}

@font-face {
    font-family: "Brandon";
    src: url("../fonts/brandon-medium.otf") format("opentype");
    font-weight: 600;
}

@font-face {
    font-family: "Brandon";
    src: url("../fonts/brandon-light.otf") format("opentype");
    font-weight: 300;
}

@font-face {
    font-family: "Brandon";
    src: url("../fonts/brandon-black.otf") format("opentype");
    font-weight: 800;
}

/* 
	00 - GLOBAL
	01 - LOGIN
	02 - FOOTER
	03 - MIS PROPIEDADES
    04 - DETALLE PROPIEDAD
    05 - BANDEJA DE MENSAJES
    06 - MIS DOCUMENTOS
    07 - ENCUESTAS
    08 - CÍRCULO MANQUEHUE
    09 - MIS DATOS
*/

/* 00 - GLOBAL */
body {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    background-color: #E9ECF0;
}

a {
    color: #58636c;
}

a:hover {
    text-decoration: none;
    color: inherit;
    opacity: 0.8;
}

#menu-navegacion {
    background-color: #222221;
}

#bgBlack {
    background-color: rgba(33, 33, 33, .9);
    position: fixed;
    width: 100%;
    height: 55vh;
    z-index: -1;
    top: 0;
}

#logoNav
{
    height: 36px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.form-control {
    outline: none !important;
    box-shadow: none !important;
    font-size: 14px;
}

.btn-manquehue {
    background-color: #eba518;
    color: #2e3235;
    height: 38px;
    border-radius: 19px;
    font-weight: bold;
    font-size: 14px;
    padding-top: 5px;
}

.btn-manquehue-white {
    color: #fff;
}

.btn-manquehue:not([disabled]):hover {
    opacity: 0.8;
}

.btn-manquehue-black {
    background-color: #2e3235;
    height: 38px;
    border-radius: 19px;
    font-weight: bold;
    font-size: 14px;
    padding-top: 5px;
}

.btn-manquehue-outline {
    background-color: transparent;
    border: 1px solid #eba518;
    color: #5b6771;
    padding-left: 30px;
    padding-right: 30px;
}

.btn-manquehue-outline:hover {
    background-color: #eba518;
    color: #fff;
}

.btn-manquehue-disabled {
    background-color: #ececec;
    color: #aaa !important;
}

a.btn-manquehue-black,
a.btn-manquehue {
    padding-top: 0;
    line-height: 36px;
}

.color-gray {
    color: #55514d !important;
}

.color-gray-light {
    color: #5b6771 !important;
}

.bg-gray {
    background-color: #dadee2;
}

.h1-title {
    text-align: center;
    color: #2e3235;
    font-family: "Brandon", sans-serif;
    font-weight: 800;
}

.color-yellow {
    color: #eba518 !important;
}

.text-16 {
    font-size: 16px;
}

.btn-asistencia,
.btn-asistencia:hover {
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
}

.navbar-nav li a {
    color: #fff;
    padding: 0 15px;
    font-weight: bold;
}

.err404 {
    font-size: 180px;
    color: #eba518;
    font-family: "Brandon", sans-serif;
    font-weight: 900;
}

#error-404 h4 {
    font-size: 24px;
    color: #5b6771;
    font-weight: bold;
}

#error-404 .btn-manquehue {
    color: #fff;
    font-size: 13px;
    padding-left: 20px;
    padding-right: 20px;
}

/* 01 - LOGIN */
#login,
#generar-password {
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    height: calc(100vh - 76px);
    position: relative;
}

#logoLogin {
    height: 50px;
    margin-bottom: 15px;
}

#generar-password {
    height: 80vh;
}

#form-login {
    background-color: rgba(255, 255, 255,1);
    padding: 30px;
    margin: 45px 0;
    border-radius: 30px;
    width: 80%;
    margin-left: 20%;
}

#generar-password #form-login {
    width: 100%;
    margin-left: 0;
}

#form-login h2 {
    font-size: 32px;
    text-align: left;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 30px !important;
}

#form-login .form-control {
    border-radius: 19px;
    border: 0;
    background-color: #55514d;
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
}

#form-login .form-control::placeholder {
    color: #fff;
    opacity: 0.7;
    font-weight: 600;
}

.forgot {
    font-weight: bold;
    font-size: 14px;
}

.title-acceso {
    font-size: 16px;
    margin-bottom: 10px;
}

#bienvenido {
    background-color: rgba(0, 0, 0, 0.6);
    margin-left: -30px;
    color: #fff;
    padding: 30px;
    padding-left: 80px;
    padding-top: 44px;
    font-size: 78px;
    font-family: "Brandon", sans-serif;
    font-weight: 800;
    line-height: 48px;
    border-radius: 0 90px 90px 0;
}

#bienvenido span {
    font-size: 36px;
}

#welcome {
    background-color: #dadee2;
    color: #2e3235;
    padding: 50px 0;
    text-align: center;
}

#welcome h2 {
    font-weight: bold;
    font-family: "Brandon", sans-serif;
    text-align: center;
    margin-bottom: 30px;
    font-size: 36px;
}

#welcome p {
    font-size: 16px;
}

#atributos {
    padding: 30px 0;
}

.atributo {
    text-align: center;
    font-size: 11px;
    font-weight: 700;
    font-family: "Brandon", sans-serif;
}

.atributo img {
    max-width: 50%;
    margin-bottom: 10px;
}

#register-box h2,
#envelope-box h2,
#login-box h2,
#forgot-box h2 {
    margin-bottom: 5px;
}

#register-box h3,
#envelope-box h3,
#login-box h3,
#forgot-box h3 {
    color: #eba518;
    text-align: center;
    font-weight: 700;
    font-family: "Brandon", sans-serif;
    margin: 0;
}

#forgot-box h3 {
    font-size: 22px;
}

#register-box hr {
    margin: 5px 0;
    margin-bottom: 10px;
}

#register-box p,
#forgot-box p {
    text-align: center;
}

label.error {
    color: #c8102e !important;
    font-size: 12px;
}

#form-login label.error {
    text-align: center;
    width: 100%;
}

.formulario-manquehue .has-error .form-control,
.formulario-manquehue .has-error .input-group-text {
    background-color: rgba(200, 16, 46, 0.1) !important;
}

#form-login .formulario-manquehue .has-error .form-control {
    background-color: rgba(200, 16, 46, 0.5) !important;
}

#form-login .alert {
    font-size: 12px;
    padding: 0.5rem 1.25rem;
    margin-bottom: 0.5rem;
}

.saludo {
    font-weight: 700;
}

.icon-big {
    font-size: 62px;
    color: #eba518;
}

/* 02 - FOOTER */
footer {
    background-color: #242424;
    padding: 45px 0;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
}

footer img {
    margin-bottom: 15px;
}

footer .social-links {
    margin-top: 20px;
}

footer .social-links i {
    color: #eba518;
}

footer h3 {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    font-family: "Brandon", sans-serif;
    margin-top: 10px;
    margin-bottom: 15px;
}

.footer-links {
    margin-left: 0;
    padding-left: 0;
    width: 100%;
}

.footer-links li {
    display: inline-block;
    width: 49%;
    line-height: 24px;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
}

.footer-links a:hover {
    color: #eba518;
}

.contactanos {
    line-height: 28px;
}

.contactanos a {
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
}

.contactanos i {
    color: #eba518;
}

/* 03 - MIS PROPIEDADES */
#propiedades {
    padding: 60px 0;
}

#propiedades h1 {
    margin-bottom: 30px;
}

.caluga-propiedad {
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
    position: relative;
    min-height: 360px;
}

.caluga-info {
    background-color: rgba(255, 255, 255, 0.8);
    width: 60%;
    float: right;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 30px;
    height: 92%;
    position: relative;
}

.col-lg-12 .caluga-info {
    width: 35%;
}

.caluga-info h2 {
    font-size: 24px;
    font-weight: 700;
    font-family: "Brandon", sans-serif;
    text-transform: uppercase;
    color: #2e3235;
    position: relative;
}

.caluga-info h2::before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    left: -20px;
    bottom: 8px;
    background-color: #eba518;
    border-radius: 50%;
}

.caluga-detalle {
    border-bottom: 1px solid #2e3235;
    padding-bottom: 3px;
    margin-bottom: 2px;
}

.caluga-detalle .caluga-detalle:last-child {
    border-bottom: 0 !important;
}

.caluga-info .btn {
    color: #fff !important;
}

#caluga-circulo {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    border-radius: 10px;
    height: 400px;
    text-align: center;
    color: #fff;
}

.botones-accion {
    position: absolute;
    bottom: 15px;
    right: 30px;
    left: 30px;
}

.black-mask {
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 10px;
    top: 0;
    left: 0;
}

#caluga-circulo img {
    margin-bottom: 15px;
    margin-top: 45px;
}

#caluga-circulo h3 {
    font-family: "Brandon", sans-serif;
    font-weight: 700;
}

#caluga-circulo p {
    font-size: 18px;
    padding-left: 30px;
    padding-right: 30px;
}

#caluga-circulo .btn-manquehue {
    color: #fff;
    padding-left: 45px;
    padding-right: 45px;
    font-size: 16px;
}

.inicial {
    background-color: #eba518;
    color: #fff;
    display: inline-block;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    border-radius: 50%;
    margin-right: 5px;
}

.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:active {
    color: #fff !important;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #e9ecef;
    color: #2e3235;
}

.dropdown-menu {
    left: auto;
    right: 0;
}

.dropdown-item {
    font-family: "Brandon", sans-serif;
    font-weight: 400 !important;
    font-size: 14px;
    color: #fff;
    padding: 5px 15px !important;
    text-transform: uppercase;
}

.dropdown-divider {
    margin: 3px 0;
}

#submenu-personal {
    background-color: #eba518;
    border: 0;
    border-radius: 0;
    padding: 3px 0;
    top: 44px;
}

#topbar {
    background-color: #242424;
    height: 30px;
    line-height: 28px;
}

#topbar a {
    color: #ffffff;
    font-size: 13px;
}

#topbar a i {
    color: #eba518;
}

.social-links a {
    font-size: 16px !important;
    margin-left: 26px;
}

/* 04 - DETALLE PROPIEDAD */
#cabecera-propiedad {
    background-color: #58636c;
    padding: 30px 0;
    color: #fff;
}

#cabecera-propiedad h3 {
    font-family: "Brandon", sans-serif;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 0;
    text-transform: uppercase;
}

#cabecera-propiedad h3 i {
    font-size: 18px;
    position: relative;
    bottom: 3px;
}

.cabecera-detalle {
    display: inline-block;
    margin-right: 10px;
    border-right: 1px solid #fff;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.cabecera-detalle:last-child {
    border-right: 0;
}

#menu-propiedad {
    background-color: #2e3235;
    color: #fff;
    padding: 15px 0;
}

.enlace-menu-propiedad {
    text-align: center;
    line-height: 14px;
}

.enlace-menu-propiedad a {
    color: #fff;
    font-family: "Brandon", sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
}

.enlace-active {
    text-decoration: underline;
    text-underline-offset: 1px;
    text-decoration-color: #eba518;
    text-decoration-thickness: 3px;
}

.enlace-menu-propiedad img {
    height: 50px;
    margin-bottom: 2px;
}

.seccion-interna-propiedad {
    padding: 60px 0;
    color: #717a7d;
}

#detalle-propiedad h3,
.seccion-interna-propiedad h3,
.seccion-interna-propiedad .main-title {
    font-family: "Brandon", sans-serif;
    font-weight: 800;
    font-size: 26px;
    color: #58636c;
}

.seccion-interna-propiedad h2.main-title {
    font-size: 36px;
    font-weight: 700;
}

.bg-gray-intern {
    background-color: #e8ecf1;
}

#detalle-propiedad h5 {
    color: #eba518;
    font-family: "Brandon", sans-serif;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 30px;
}

.table-manquehue {
    color: #717a7d;
    font-size: 16px;
}

.table-manquehue i {
    font-size: 18px;
    color: #eba518;
}

.table-manquehue td {
    vertical-align: middle;
    border: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
}

.shadow {
    box-shadow: 0 0.5rem 1rem rgb(36 36 36 / 15%) !important;
    padding: 30px;
}

/* 05 - BANDEJA DE MENSAJES */
.mensajes-cabecera {
    font-weight: bold;
    color: #717a7d;
    font-size: 18px;
}

.mensaje {
    background-color: #f2f2f2;
    border-radius: 10px;
    padding: 8px 0;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 500;
    opacity: 0.7;
}

.mensaje .btn-manquehue {
    color: #fff;
    height: 30px;
    line-height: 30px;
    padding: 0;
}

.mensaje.sin-leer {
    font-weight: bold;
    opacity: 1;
}

/* 06 - MIS DOCUMENTOS */
.documento {
    border: 2px solid #eba518;
    border-radius: 10px;
    padding: 20px 0;
    margin-bottom: 15px;
}

.documento img {
    width: 80px;
    margin-bottom: 10px;
}

.documento p {
    margin-bottom: 0;
}

.documento a {
    color: #fff;
    padding-left: 30px;
    padding-right: 30px;
}

.titulo-documento {
    font-family: "Brandon", sans-serif;
    font-weight: 800;
    font-size: 18px;
    color: #2e3235;
}

#documentos-secundarios {
    padding: 50px 200px;
}

.icono-circulo {
    background-color: #2e3235;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 10px;
}

.icono-circulo img {
    width: 70%;
    margin-top: 15%;
}

#documentos-secundarios span {
    font-family: "Brandon", sans-serif;
    font-weight: 800;
    font-size: 18px;
    text-transform: uppercase;
    color: #2e3235;
    line-height: 22px;
    display: inline-block;
    max-width: 150px;
}

/* 07 - ENCUESTAS */
.encuesta {
    margin-top: 50px;
}

.encuesta i {
    font-size: 22px;
    margin-right: 5px;
}

/* 08 - CÍRCULO MANQUEHUE */
.circulo-manquehue {
    height: 450px;
}

#welcome-circulo {
    background-color: #dadee2;
    color: #717a7d;
    padding: 30px 0;
    padding-bottom: 20px;
    text-align: center;
}

#welcome-circulo h2 {
    font-weight: bold;
    font-family: "Brandon", sans-serif;
    text-align: center;
    margin-bottom: 30px;
    font-size: 36px;
}

#welcome-circulo p {
    font-size: 22px;
}

#descuentos {
    padding-top: 30px;
}

.descuento {
    margin-top: 30px;
}

.descuento-caluga {
    position: relative;
    height: 320px;
    border-radius: 10px;
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.caluga-marca
{
    background-color: #FFF;
    display: inline-block;
    padding: 5px;
    margin-top: 20px;
    width: 60%;
}

.caluga-marca img
{
    max-height: 60px;
    max-width: 100%;
}

.titulo-descuento {
    color: #fff;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    width: 90%;
    margin-left: 5%;
    margin-top: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    min-height: 100px;
}
.porcentaje {
    font-weight: bold;
    font-family: "Brandon", sans-serif;
    font-size: 100px;
    line-height: 62px;
}

.dcto {
    font-weight: bold;
    font-family: "Brandon", sans-serif;
    font-size: 28px;
    line-height: 20px;
}

.dcto span {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
}

.descuento-caluga .btn-manquehue {
    color: #fff;
    margin: 0 3px;
}

.descuento p {
    padding: 15px;
    text-align: center;
    font-size: 13px;
    color: #717a7d;
}

.table-pagos td,
.table-pagos th {
    color: #717a7d;
    font-size: 12px;
}

.table-pagos tfoot td {
    background-color: #2e3235;
    color: #fff;
    font-weight: bold;
}

#saldo {
    float: right;
    background-color: #ececec;
    height: 60px;
    line-height: 60px;
    border-radius: 30px;
    padding-left: 30px;
    padding-right: 30px;
}

.saldo-ficha
{
    float: none !important;
    display: inline-block;
    margin-top: -50px;
    font-weight: 900;
    margin-bottom: 15px;
    font-size: 20px;
}

#informacion-descuento {
    background-color: #fff;
    width: 800px;
    display: none;
}

#informacion-descuento h2 {
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "Brandon", sans-serif;
    color: #5b6771;
}

#informacion-descuento p {
    font-weight: 300;
    font-size: 16px;
    color: rgba(91, 103, 113, 0.8);
    text-align: center;
}

#informacion-descuento .formulario-manquehue label {
    font-weight: bold;
    color: rgba(91, 103, 113, 0.8);
}

#informacion-descuento .formulario-manquehue span {
    font-weight: 300;
    color: rgba(91, 103, 113, 0.8);
    font-size: 18px;
}

.marca-logo {
    height: 80px;
    max-width: 100%;
}

.dcto-porcentaje {
    font-size: 90px;
    font-weight: 900;
    color: #eba518;
    line-height: 50px;
}

.dcto-titulos {
    line-height: 26px;
}

.dcto-titulo {
    font-size: 26px;
    font-weight: bold;
    color: #eba518;
    text-transform: uppercase;
    font-family: "Brandon", sans-serif;
}

.dcto-subtitulo {
    font-size: 18px;
    font-weight: bold;
    color: #eba518;
    text-transform: uppercase;
    font-family: "Brandon", sans-serif;
}

#dcto-detalle {
    color: rgba(91, 103, 113, 0.8);
    font-weight: 300;
    font-size: 16px;
}

#dcto-detalle p {
    text-align: left;
}

#detalles-descuento .btn-manquehue {
    color: #fff;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 16px;
}

.dcto-enlace {
    color: rgba(91, 103, 113, 0.8);
    font-weight: 400;
    font-size: 14px;
}

a.dcto-enlace {
    margin-left: 5px;
    margin-right: 5px;
}

#seleccion-negocio,
#seleccion-negocio table {
    color: rgba(91, 103, 113, 0.8);
    font-weight: 300;
    font-size: 16px;
}

#seleccion-negocio td {
    vertical-align: middle;
}

#seleccion-negocio .custom-control-input label {
    cursor: pointer;
}

#seleccion-negocio
    .custom-control-input:checked
    ~ .custom-control-label::before {
    border-color: #eba518;
    background-color: #eba518;
}

#seleccion-negocio .custom-control-label::before {
    width: 25px;
    height: 25px;
}

#seleccion-negocio .custom-control-input {
    width: 25px;
    height: 30px;
    cursor: pointer;
}

#seleccion-negocio .custom-control-label::after {
    top: 9px;
    left: -19px;
}

#seleccion-negocio .custom-control {
    height: 30px;
}

#seleccion-negocio table td {
    border-top: 0px;
    border-bottom: 1px solid #dee2e6;
    border-left: 0;
    border-right: 0;
}

#seleccion-negocio .btn-manquehue {
    color: #fff;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 16px;
}

#canje-exitoso h4 {
    font-weight: bold;
}

/* 09 - MIS DATOS */
#mis-datos {
    padding: 60px 0;
    padding-top: 15px;
}

#mis-datos h1 {
    margin-bottom: 30px;
}

#mis-datos h4 {
    font-size: 20px;
    color: #5b6771;
    font-weight: bold;
}

.mform {
    border: 1px solid #dedede;
    padding: 30px;
    padding-bottom: 0;
}

.mform .form-control {
    border-radius: 0;
    margin-top: 5px;
    height: 40px;
}

.label-describe {
    text-transform: uppercase;
    font-family: "Brandon", sans-serif;
    font-weight: 600;
    color: #eba518;
    width: 100%;
    margin-bottom: 0;
}

.client-data {
    font-size: 18px;
    font-weight: bold;
    color: #5b6771;
}

.mform .btn-manquehue {
    color: #fff;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 10px;
}

#mis-datos .btn-manquehue-white,
#mis-datos .btn-manquehue-white:hover {
    padding-left: 30px;
    padding-right: 30px;
    color: #fff !important;
}

.mform .has-error .form-control {
    background-color: rgba(200, 16, 46, 0.2) !important;
    border-color: rgba(200, 16, 46, 0.3);
}

.loading {
    text-align: center;
    padding: 80px 0;
    font-size: 16px;
    font-weight: 300;
}

.loading i {
    font-size: 52px;
    color: #eba518;
    margin-bottom: 15px;
}

.paginacion {
    margin-top: 30px;
    font-weight: 300;
    font-size: 14px;
}

.page-item.active .page-link {
    background-color: #8b9eb7;
    border-color: #8b9eb7;
}

.page-link,
.page-link:hover {
    color: #8b9eb7;
}

#detalle-mensaje .btn-manquehue {
    color: #fff;
}

#detalle-mensaje .cabecera h3 {
    text-transform: uppercase;
    font-size: 32px;
    margin-top: 3px;
    color: #2e3235;
}

#detalle-mensaje .cabecera strong {
    font-size: 16px;
}

#detalle-mensaje .cabecera span {
    font-weight: 300;
}

#mensaje-contenido {
    padding: 15px;
    border: 1px solid #eee;
    margin-top: 20px;
}

.etapa-compra {
    background-color: #58636c;
    width: 180px;
    min-height: 150px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 10px;
    border-radius: 10px;
    padding: 15px 10px;
    height: 100%;
    position: relative;
}

.etapa-compra img {
    margin-bottom: 10px;
    width: 70px;
}

.etapa-compra span {
    color: #fff;
    text-transform: uppercase;
    font-family: "Brandon", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
}

.etapa-activa {
    background-color: #eba518;
}

.proceso-texto {
    border: 2px solid #eba518;
    border-radius: 15px;
    padding: 20px;
    margin-top: 45px;
}

.proceso-texto p {
    margin-bottom: 0;
}

.arrow-up {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;

    border-bottom: 15px solid #eba518;
    position: absolute;
    bottom: -45px;
    left: 83px;

    display: none;
}

.etapa-activa .arrow-up {
    display: block;
}

#titulo-faqs {
    background-color: #dadee2;
    color: #58636c;
    margin-top: 60px;
    text-transform: uppercase;
    font-family: "Brandon", sans-serif;
    font-weight: 700;
    font-size: 24px;
    padding: 0 20px;
    height: 60px;
    line-height: 60px;
    border-radius: 25px;
}

#titulo-faqs img {
    float: right;
    height: 40px;
    margin-top: 10px;
}

#accordion {
    margin-top: 10px;
    margin-bottom: 15px;
}

#accordion .card,
#accordion .card-header {
    border: 0;
}

#accordion .card-header {
    background-color: transparent;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

#accordion .btn-link {
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
    text-align: left;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "Brandon", sans-serif;
    color: #2e3235;
    outline: none;
    box-shadow: none;
    text-decoration: none;
}

#accordion .btn-link i {
    color: #eba518;
    font-size: 24px !important;
}

#accordion .btn-link .fa-plus,
#accordion .btn-link.collapsed .fa-minus {
    display: none;
}

#accordion .btn-link.collapsed .fa-plus,
#accordion .btn-link .fa-minus {
    display: block;
}

#accordion .card-body {
    padding-bottom: 30px;
    padding-top: 15px;
    text-align: justify;
    padding-right: 45px;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
}

#accordion .card-body ul li {
    margin-bottom: 5px;
}

.sensacion-pv {
    height: 350px;
    box-shadow: 0px 20px 40px 0px rgb(36 36 36 / 19%);
}

.enlaces-pv {
    margin: 30px 0;
}

#pv-box {
    background-color: #ffffff;
    z-index: 2;
    box-shadow: 0px 20px 40px 0px rgb(36 36 36 / 19%);
    padding: 60px 80px 50px 50px;
    width: 100%;
    color: #5b6771;
    position: relative;
    width: 60%;
    float: right;
    margin-top: -200px;
}

#pv-box h2 {
    font-weight: bold;
    text-transform: uppercase;
    font-family: "Brandon", sans-serif;
    font-weight: 700;
}

#pv-box::after {
    content: "";
    position: absolute;
    width: 1.5em;
    height: 1.5em;
    background-color: #f1aa04;
    top: calc(60px + 0.75em);
    left: -0.75em;
    border-radius: 9999px;
}

#pv-box p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 30px;
}

#horarios-pv {
    background-color: #fff;
    margin-top: 50px;
    padding-top: 70px;
    padding-bottom: 60px;
}

#horarios-pv h3 {
    font-weight: bold;
    text-transform: uppercase;
    font-family: "Brandon", sans-serif;
    font-size: 18px;
    margin-bottom: 10px;
}

#horarios-pv i {
    color: #eba518;
}

#horarios-pv p {
    font-size: 14px;
    font-weight: 300;
    color: rgba(91, 103, 113, 0.7);
}

#horarios-pv p a {
    font-weight: 600;
    color: #eba518;
}

.manual {
    border: 1px solid rgba(0, 0, 0, 0.125);
    min-height: 50px;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
    padding: 10px;
}

.manual label {
    width: calc(100% - 110px);
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    color: rgba(91, 103, 113, 0.7);
    font-weight: 500;
}

.manual a {
    color: rgba(91, 103, 113, 0.8);
}

.manual a.btn {
    display: block;
    margin-top: 0px;
    float: left;
    margin-right: 15px;
    color: #fff !important;
}

.manual a i {
    color: inherit !important;
}

#solicitud-asistencia, #visor-documento {
    background-color: #fff;
    width: 600px;
    display: none;
}

#visor-documento
{
    width: 800px;
}

#solicitud-asistencia h2,
#visor-documento h2 {
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "Brandon", sans-serif;
    color: #5b6771;
}

#solicitud-asistencia p, #visor-documento p {
    font-weight: 300;
    font-size: 16px;
    color: rgba(91, 103, 113, 0.8);
    text-align: center;
}

#solicitud-asistencia .formulario-manquehue label {
    font-weight: bold;
    color: rgba(91, 103, 113, 0.8);
}

#solicitud-asistencia .formulario-manquehue span {
    font-weight: 300;
    color: rgba(91, 103, 113, 0.8);
    font-size: 18px;
}

#evaluacion-plataforma {
    background-color: #fff;
    width: 600px;
    display: none;
}

#evaluacion-plataforma h2 {
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "Brandon", sans-serif;
    color: #5b6771;
}

#evaluacion-plataforma p {
    font-weight: 300;
    font-size: 16px;
    color: rgba(91, 103, 113, 0.8);
    text-align: center;
}

#evaluacion-plataforma .formulario-manquehue label {
    font-weight: bold;
    color: rgba(91, 103, 113, 0.8);
}

#evaluacion-plataforma .formulario-manquehue span {
    font-weight: 300;
    color: rgba(91, 103, 113, 0.8);
    font-size: 18px;
}

.evaluafixed
{
    position: fixed;
    bottom: 50px;
    right: 0px;
    background-color: #eba518;
    color: #FFF;
    padding: 15px;
    border-radius: 30px 0 0 30px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 16px;
    font-weight: bold;
    z-index: 9;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.estrella
{
    color: #aaa;
    font-size: 42px;
}

.estrella.activa
{
    color: #eba518;
}

.grey-title {
    font-size: 32px;
    text-align: center;
    text-transform: uppercase;
    font-family: "Brandon", sans-serif;
    font-weight: bold;
    color: #5b6771;
}

.bajada-recomienda {
    font-weight: 300;
    font-size: 16px;
}

.sensacion-recomienda {
    width: 50%;
    box-shadow: 0px 20px 40px 0px rgb(36 36 36 / 19%);
}

.recomienda-box {
    margin-top: -350px !important;
    width: 55% !important;
    padding: 60px 80px 50px 70px !important;
}

.form-round .input-group-prepend {
    height: 40px;
    border-radius: 20px 0 0 20px;
}

.form-round .input-group {
    border-radius: 20px;
}

.form-round .input-group-text {
    border-radius: 20px 0 0 20px;
    width: 40px;
    padding-left: 20px;
    color: #eba518;
    background-color: transparent;
    border-right-color: transparent;
}

.form-round .form-control {
    height: 40px;
    border-radius: 20px;
    border-left-color: transparent;
}

.client-data-xs {
    font-size: 16px;
}

#barra-avance {
    height: 130px;
    width: 100%;
    background-color: #fff;
    border-radius: 60px;
    padding-left: 15px;
    padding-right: 15px;
}

#barra-avance img {
    width: 60px;
}

.row-estado-avance {
    display: none;
}

.row-estado-activo {
    display: flex;
}

.estado-avance {
    text-align: center;
    color: #59626d;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 18px;
    cursor: pointer;
}

.estado-avance img {
    filter: invert(40%) sepia(5%) saturate(1190%) hue-rotate(173deg)
        brightness(90%) contrast(88%);
    margin-top: 18px;
    margin-bottom: 10px;
}

.estado-activo div {
    background-color: #59626d;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    display: block;
    border-radius: 10px;
    padding: 10px;
    margin-top: -20px;
    height: 170px;
    box-shadow: 0px 20px 40px 0px rgb(36 36 36 / 19%);
}

.estado-activo img {
    filter: invert(100%) sepia(0%) saturate(7427%) hue-rotate(23deg)
        brightness(118%) contrast(118%);
    width: 80px !important;
}

.linea-amarilla {
    width: 2px;
    height: 40px;
    background-color: #eba518;
    margin-left: auto;
    margin-right: auto;
}

/* 10 - BENEFICIOS CANJEADOS */
#mis-beneficios {
    padding: 60px 0;
}

#mis-beneficios h1 {
    margin-bottom: 30px;
}

#mis-beneficios h4 {
    font-size: 24px;
    color: #5b6771;
    font-weight: bold;
}

.seccion-intranet {
    min-height: 80vh;
}

.seccion-intranet p {
    font-weight: 300;
    font-size: 16px;
    color: rgba(91, 103, 113, 0.8);
}

#mis-beneficios table td {
    vertical-align: middle;
}

#mis-beneficios .btn-manquehue {
    color: #fff;
    font-size: 13px;
    padding-left: 20px;
    padding-right: 20px;
}

.alert a {
    color: inherit;
    text-decoration: underline;
}

.solicitud-asistencia {
    width: 600px !important;
}

.table-solicitud {
    font-weight: 300;
    font-size: 13px;
    color: rgba(91, 103, 113, 0.8);
}

.disclaimer
{
    font-style: italic;
    padding-top: 50px;
    color: #717a7d;
}

.titulo-proceso-compra
{
    display: none;
}

.btn-asistencia
{
    height: auto;
    line-height: 18px !important;
    padding-top: 6px !important;
}

@media (max-width: 600px) {
    #topbar
    {
        display: none;
    }

    #bienvenido
    {
        font-size: 38px;
        padding: 15px;
        padding-left: 45px;
        padding-top: 15px;
        line-height: 28px;
        display: none;
    }

    #bienvenido span
    {
        font-size: 18px;
    }

    #form-login
    {
        width: 100%;
        margin-left: 0;
    }

    #welcome h2
    {
        font-size: 24px;
    }

    .atributo
    {
        margin-bottom: 35px;
    }

    .atributo img
    {
        max-height: 50px;
    }

    footer h3
    {
        margin-top: 30px;
    }

    .footer-links li
    {
        width: 100%;
        line-height: 28px;
    }

    .navbar-light .navbar-toggler
    {
        color: #FFF;
        background-color: #f1aa04;
    }

    #propiedades
    {
        padding: 30px 0;
    }

    #propiedades h1
    {
        font-size: 28px;
    }

    .caluga-info
    {
        width: 100% !important;
    }

    #caluga-circulo img
    {
        max-height: 100px;
    }

    #caluga-circulo h3
    {
        font-size: 24px;
    }

    #caluga-circulo p
    {
        font-size: 16px;
    }

    .circulo-manquehue
    {
        height: 240px !important;
    }

    .circulo-manquehue #bienvenido
    {
        display: block !important;
        padding-top: 30px;
    }

    #welcome-circulo p
    {
        font-size: 18px;
    }

    #welcome-circulo h2
    {
        font-size: 24px;
        margin-bottom: 15px;
    }

    #informacion-descuento
    {
        padding: 15px;
    }

    .dcto-porcentaje
    {
        font-size: 70px;
    }

    .dcto-titulos
    {
        text-align: center;
    }

    #detalles-descuento .btn-manquehue
    {
        font-size: 12px;
    }

    .recomienda-box
    {
        width: 100% !important;
        margin-top: 0px !important;
        padding: 30px !important;
    }

    .sensacion-recomienda
    {
        width: 100%;
    }

    .grey-title
    {
        font-size: 24px;
    }

    #pv-box h2
    {
        font-size: 24px;
    }

    .h1-title
    {
        font-size: 24px;
    }

    #mis-beneficios h4
    {
        font-size: 18px;
    }

    #mis-beneficios, #mis-datos
    {
        padding: 30px 0;
    }

    .mform
    {
        padding: 15px;
    }

    .client-data
    {
        font-size: 18px;
    }

    .label-describe{
        margin-top: 15px;
    }

    .cabecera-detalle
    {
        margin-top: 5px;
        padding-right: 10px;
        font-size: 12px;
    }

    #cabecera-propiedad h3
    {
        font-size: 24px;
    }

    #cabecera-propiedad
    {
        padding: 20px 0;
    }

    .shadow
    {
        padding: 30px 15px;
    }

    #menu-propiedad-mobile
    {
        background-color: #2e3235;
        padding-top: 10px;
    }

    #menu-propiedad-mobile img
    {
        height: 28px;
        margin-right: 8px;
    }

    #menu-propiedad-mobile a
    {
        color: #FFF;
        font-size: 14px;
    }

    #menu-propiedad-mobile a i
    {
        font-size: 18px;
    }

    #menu-propiedad-mobile .btn-asistencia
    {
        font-size: 16px;
        position: absolute;
        top: -5px;
        right: 15px;
        padding-left: 10px;
        padding-right: 10px;
    }

    #menu-propiedad-ul
    {
        padding-left: 0;
        list-style-type: none;
        margin-bottom: 0;
        margin-top: 10px;
        width: 100%;
        display: none;
    }

    #menu-propiedad-ul li
    {
        border-top: 1px solid rgba(255, 255, 255, 0.3);
        padding: 5px 0;
        padding-left: 15px;
        padding-right: 15px;
    }

    #menu-propiedad-ul .active
    {
        background-color: #eba518;
    }

    #detalle-propiedad h3
    {
        font-size: 16px;
        text-align: center;
    }

    .seccion-interna-propiedad
    {
        padding: 30px 0;
    }

    #detalle-propiedad .shadow
    {
        margin-bottom: 40px;
    }

    .contenedor-tabla
    {
        width: 100%;
        overflow-x: auto;
    }

    .contenedor-tabla .table-pagos
    {
        width: 950px;
    }

    .contenedor-tabla .table-asistencia {
        width: 700px;
    }

    .seccion-pagos h3
    {
        text-align: left !important;
        font-size: 24px !important;
    }

    #saldo
    {
        float: right;
        background-color: #eba518;
        color: #fff;
        height: 40px;
        line-height: 40px;
        border-radius: 20px;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 14px;
        margin-top: -10px;
    }

    .seccion-documentos h3
    {
        font-size: 24px !important;
        margin-bottom: 30px;
    }

    #documentos-secundarios
    {
        padding: 50px 0;
        padding-bottom: 20px;
    }

    #documentos-secundarios .col
    {
        padding-bottom: 30px;
    }

    .icono-circulo
    {
        width: 100px;
        height: 100px;
    }

    #documentos-secundarios span
    {
        font-size: 16px;
    }

    #barra-avance
    {
        display: none;
    }

    .estado-activo-icono
    {
        filter: invert(40%) sepia(5%) saturate(1190%) hue-rotate(173deg) brightness(90%) contrast(88%);
        height: 100px;
        margin-bottom: 15px;
        margin-top: -30px;
    }

    .boxavance
    {
        padding-bottom: 15px;
    }

    .titulo-proceso-compra
    {
        background-color: #eba518;
        color: #FFF;
        padding: 5px 10px;
        font-weight: bold;
        padding-top: 8px;
        font-size: 16px;
        border-radius: 10px 10px 0 0;
        margin-top: 15px;
        display: block;
    }

    .titulo-proceso-compra img
    {
        display: inline-block;
        height: 40px;
        margin-right: 5px;
    }

    .proceso-texto
    {
        margin-top: 0;
        border-radius: 0 0 10px 10px;
    }

    .proceso-texto .mb-2
    {
        display: none;
    }

    #titulo-faqs img
    {
        display: none;
    }

    #titulo-faqs
    {
        font-size: 20px;
        text-align: center;
    }

    #accordion .card-body
    {
        padding: 0 0 30px 0;
    }

    #accordion .card-header {
        padding: 5px 0 5px 0;
    }

    #accordion .btn-link.collapsed .fa-caret-right,
    #accordion .btn-link .fa-caret-down
    {
        display: none !important;
    }

    .seccion-mensajes h3
    {
        font-size: 24px !important;
    }

    #detalle-mensaje .cabecera h3
    {
        text-align: left !important;
    }

    #detalle-mensaje .btn-manquehue
    {
        float: none !important;
        margin-bottom: 15px;
    }

    .sensacion-pv
    {
        max-width: 100%;
        height: auto;
    }

    .enlaces-pv
    {
        margin-top: 0;
    }

    #pv-box
    {
        margin-top: 0;
        width: 100%;
        padding: 30px;
    }

    #horarios-pv
    {
        margin-top: 0;
        padding-top: 50px;
    }

    #solicitud-asistencia
    {
        padding: 20px;
    }

    #solicitud-asistencia h2
    {
        font-size: 28px;
    }

    .formulario-manquehue .jqv
    {
        margin-bottom: 10px;
    }

    .unidad-mobile
    {
        font-size: 16px !important;
        margin-top: 5px;
    }

    .btn-asistencia
    {
        font-size: 22px;
    }

    #menu-navegacion > .container
    {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .navbar-nav
    {
        text-align: left;
        margin-top: 5px;
    }

    .navbar-nav li
    {
        align-self: flex-start !important;
        width: 100% !important;
        padding: 8px 1px;
        border-top: 1px solid rgba(255, 255, 255, 0.3);
    }

    .mobile-name
    {
        background-color: #eba518 !important;
        font-weight: bold;
        color: #FFF;
        padding: 5px 1px !important;
    }

    .mobile-name .inicial
    {
        background-color: #FFF;
        color: #5b6771;
        margin-left: 5px;
    }

    .dropdown-item
    {
        font-weight: 600 !important;
    }

    #informacion-descuento h2
    {
        font-size: 24px;
    }
}

/* NAVEGACIÓN Y MENÚ */
#navegacion-fija {
    background-color: #222221;
}

#barra-fija {
    background-color: #373b7e;
    height: 40px;
    line-height: 40px;
}

#barra-fija a {
    color: #222221;
    margin-right: 25px;
}

.topbar-icon {
    font-size: 22px;
    vertical-align: middle;
}

.topbar-social {
    margin-left: 8px !important;
    margin-right: 0 !important;
}

#logo-discentro {
    height: 36px;
    margin-right: 50px;
}

#navegacion-fija {
    background-color: #222221;
}

#navegacion-fija .form-inline {
    width: 500px;
    margin-left: 15px;
    position: relative;
}

#navegacion-fija .form-inline .form-control {
    width: 100%;
    font-size: 14px;
    height: 40px;
    border-radius: 0;
    box-shadow: none !important;
}

#navegacion-fija .form-inline .search {
    position: absolute;
    right: 0;
    height: 40px;
    border: 0;
    background-color: #373b7e;
    color: #fff;
    padding-right: 30px;
    padding-left: 30px;
    font-weight: 500;
    font-size: 16px;
}

#shop-button {
    background-color: transparent;
    color: #fff;
    border: 0px;
    font-size: 24px;
    margin-top: -5px;
}

#shop-button .badge {
    font-size: 12px;
    vertical-align: super;
    margin-left: -2px;
    z-index: 9;
    position: absolute;
}

#shop-button span {
    font-size: 14px;
}

.cart-icon {
    width: 26px;
    filter: invert(23%) sepia(7%) saturate(6674%) hue-rotate(204deg) brightness(92%) contrast(91%);
}

.bignav-link {
    background-color: #9eb33d;
    color: #fff;
    height: 30px;
    line-height: 30px;
    padding: 0px 20px;
    font-size: 14px;
    font-weight: 600;
    margin-left: 30px;
    border-radius: 15px;
    font-weight: 400;
}

.bignav-link:hover {
    background-color: #9eb33d;
    color: #fff;
}

.balancer {
    width: 100%;
    height: 30px;
}

.center-padding,
.cp {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
}

.cp-left {
    padding-left: 5rem !important;
}

.cp-right {
    padding-right: 5rem !important;
}

#mobile-fijo .navbar {
    height: 80px;
}

#bgBlack {
    background-color: rgba(33, 33, 33, .9);
    position: absolute;
    width: 100%;
    height: 55vh;
    z-index: -1;
    top: 0;
}

.manquehue-form {
    background-color: #FFF;
    border-radius: 30px;
    padding: 40px;
}

#logoLogin {
    height: 50px;
    margin-bottom: 15px;
}

.manquehue-form .form-control {
    background-color: #F2F3F7;
    border-color: #F2F3F7;
    height: 40px;
    border-radius: 20px;
    padding-left: 15px;
    padding-right: 15px;
}

.manquehue-form .form-group label {
    color: #60616D;
    font-size: 14px;
    font-weight: 500;
    padding-left: 15px;
}

.forgot {
    font-weight: 500;
}

.usericon {
    height: 40px;
    margin-top: -22px;
}

#shop-button {
    font-size: 13px;
}

#menu {
    background-color: #FFF;
    border-radius: 30px;
    padding: 15px 0;
    font-size: 16px;
}

.menuheader {
    padding: 0px 30px;
    border-bottom: 2px solid #E9ECF0;
    padding-bottom: 15px;
    font-weight: bold;
    color: #60616D;
    height: 41px;
}

#menu ul {
    list-style-type: none;
    padding-left: 0;
    margin-left: 30px;
    margin-top: 15px;
}

#menu ul li
{
    height: 50px;
}

#menu ul li a {
    line-height: 50px;
    font-weight: 300;
    color: #60616D;
    font-size: 15px;
    display: block;
}

#menu ul li a i {
    width: 30px;
    font-size: 20px;
    text-align: center;
}

.menufooter {
    padding: 0px 30px;
    border-top: 2px solid #E9ECF0;
    line-height: 40px;
    font-weight: 300;
    color: #60616D;
}

.menufooter i {
    color: #E7B037;
    width: 30px;
    font-size: 20px;
}

.ulFooter li a
{
    line-height: 40px !important;
}

#menu ul li
{
    position: relative;
}

#menu ul li.activo::after, #menu ul li:hover::after
{
    content: "";
    height: 100%;
    top: 0;
    background-color: #eba518;
    width: 5px;
    position: absolute;
    right: 0;
}

#contenido {
    margin-bottom: 50px;
}

#contenido h3 {
    color: #FFF;
    margin-top: 30px;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 30px;
    padding-left: 30px;
}

#contenido h3 strong {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
}

#tabla, .wcard {
    background-color: #FFF;
    background-color: #FFF;
    border-radius: 15px;
}

.table thead {
    background-color: #E9ECF0;
}

.table td {
    font-size: 12px;
    border-bottom: 1px solid #E9ECF0;
}

.table thead th
{
    background-color: #E9ECF0;
}

.disfraz
{
    background-color: #E9ECF0;
    width: 100%;
    height: 60px;
    border-radius: 15px 15px 0 0 ;
}

#contenedorTabla
{
    padding: 20px;
    padding-top: 0;
}

.table
{
    margin-top: -60px;
}

.table thead th
{
    border: 0;
    height: 60px;
}

.miniball
{
    width: 9px;
    height: 9px;
    display: inline-block;
    border-radius: 50%;
    background-color: #82B324;
}
.pendiente {
    background-color: #E7B037;
}

.rechazado {
    background-color: #c8102e;
}

.icomenu
{
    height: 16px;
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
    margin-top: -4px;
}

.icomenuul
{
    height: 20px;
}

.contenedorIcoMenu
{
    width: 35px;
    text-align: center;
}

.paginacion p
{
    display: none;
}

.paginacion svg
{
    height: 25px;
}

.paginacion nav div:first-child
{
    display: none;
}

.page-item.active .page-link
{
    background-color: #eba518;
    border-color: #eba518;
}

.btnElipsis
{
    display: inline-block;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    border: 1px solid #eba518;
    color: #eba518;
    text-align: center;
    line-height: 20px;
}

.btnElipsis:hover
{
    background-color: #eba518;
}

.borderRight
{
    border-right: 1px solid #aaa;
}

.borderBottom {
    border-bottom: 1px solid #aaa;
}

.glosa
{
    background-color: #ececec;
    margin-top: 30px;
    padding: 15px;
    border: 1px solid #8b9eb7;
    line-height: 24px;
}

.wcard {
    padding: 20px 20px;
}

.wcard strong
{
    font-size: 16px;
    font-weight: 500;
}

.wcard label
{
    font-size: 28px;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 0;
}

.wcard span
{
    font-weight: 100;
    font-size: 14px;
    color: #60616D;
}

#bgBlack.little {
    height: 45vh;
}

#menuToggler
{
    cursor: pointer;
}

#contenedorMenu, #contenedorContenido
{
    transition: all .2s ease-out;
}

#menu span
{
    transition: all .1s ease-out;
}

#menu[data-mode='collapsed'] span
{
    opacity: 0;
}