.letras {
    color: var(--light);
}

.bg-panel {
    background-image: url(../img/home-banner.jpg) !important;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 170px 0 130px;
    color: #fff;
}

.home-fact-area {
    background-color: #d80027;
    background: -webkit-linear-gradient(-45deg, #d80027, #d80027);
    background: -moz-linear-gradient(-45deg, #d80027 0, #d80027 100%);
    background: -ms-linear-gradient(-45deg, #d80027 0, #d80027 100%);
    background: -o-linear-gradient(-45deg, #d80027 0, #d80027 100%);
    background: linear-gradient(-45deg, #d80027, #d80027);
    color: #fff;
    padding: 15px 0;
    margin-bottom: 50px;
}

home-fact-area i {
    margin-bottom: 50px;
    font-size: 47px;
    margin-top: 8px;
    float: left !important;
}

.home-fact-area i {
    margin-bottom: 50px;
    font-size: 47px;
    margin-top: 8px;
    float: left !important;
}

.home-fact-box .text-box {
    padding: 10px 0 10px 63px;
}

home-fact-box .text-box {
    padding: 10px 0 10px 63px;
}

.includes i {
    width: 19px;
    font-size: 12px;
}

.includes2 i {
    font-size: 20px;
    color: #f5c85b;
}

.grisbarr .dropdown-item {
    color: var(--light);
}

.carta {
    background-color: #000000 !important;
}

.simulador {
    width: 50% !important;
    border: 1px solid #fff;
}

.simulador ::placeholder {
    color: #8EB891 !important;
}

.simulador :read-only {
    opacity: 1;
}

.bg-tabla {
    background-color: green !important;
}

.gojo {
    background-color: #EB1616 !important;
}

.negro {
    background-color: #000000 !important;
}

.quick-access-cards .quick-access-card__info--description-list {
    display: flex;
    width: 100%;
    margin-top: var(--spacing-md);
    align-items: flex-start;
}

*,
::after,
::before {
    box-sizing: border-box;
}

.description-list__icon {
    width: 18px;
    margin-right: var(--spacing-xs);
}

.contenedor-galeria {
    display: flex;
    width: 100%;
    justify-content: space-around;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: auto;
}

.llamado {
    background-image: url(../img/fon4.jpg) !important;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.course-box-2 .course-price-rating .current-price {
    font-size: 18px;
    font-weight: 700;
    color: #ffff !important;
}

.origi {
    color: #686f7a;
    font-size: 15px;
    font-weight: 400;
    margin-left: 5px;
    text-decoration: line-through !important;
}

.style-3 del {
    color: rgba(255, 165, 0, 0.5);
    text-decoration: none;
    position: relative;
    font-size: 40px;
    font-weight: 100;
  }
  .style-3 del:before {
    content: " ";
    display: block;
    width: 100%;
    border-top: 8px double rgba(255, 165, 0, 0.8);
    height: 4px;
    position: absolute;
    bottom: 20px;
    left: 0;
    transform: rotate(-11deg);
  }
  .style-3 ins {
    font-size: 60px;
    font-weight: 800;
    text-decoration: none;
    padding: 1em 1em 1em 0.5em;
  }
  