@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;
}

a {
    color: #58636c;
}

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

#menu-navegacion {
    background-color: #2e3235;
}

.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: 510px;
    position: relative;
}

#generar-password {
    height: 80vh;
}

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

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

#form-login h2 {
    font-size: 22px;
    text-align: center;
    font-family: "Brandon", sans-serif;
    font-weight: 800;
    margin-bottom: 15px;
}

#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: 250px;
    border-radius: 10px;
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.titulo-descuento {
    color: #fff;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    width: 90%;
    margin-left: 5%;
    margin-top: 30px;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 15px;
    min-height: 150px;
}
.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;
}

#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;
}

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

#mis-datos h4 {
    font-size: 24px;
    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: 22px;
    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: 50px;
}

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

#accordion .card-header {
    background-color: transparent;
    border-top: 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-caret-right,
#accordion .btn-link.collapsed .fa-caret-down {
    display: none;
}

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

#accordion .card-body {
    padding-bottom: 30px;
    padding-top: 0;
    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 {
    background-color: #fff;
    width: 600px;
    display: none;
}

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

#solicitud-asistencia 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;
}

.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);
}
