.slick-challenges .item .bread p,
.novelties .card-novelties .p {
    display: inline;
}

.disabled {
    pointer-events: none;
    cursor: default;
    opacity: 0.6;
}

.portfolio-category a,
.portfolio-references a {
    cursor: default;
    text-decoration: none;
}

label.error {
    color: red;
    font-size: 0.8rem;
    display: block;
}

input.error,
select.error {
    border: 1px solid red !important;
    color: red !important;
    margin-bottom: 0 !important;
}

.clients-table {
    display: block !important;
    overflow-x: auto !important;
    width: 100% !important;
}

.edit-icon img {
    max-width: 50%;
}

.firma{
    width: 22rem;
    position:absolute;
    top:10%;
    left:50%;

}

@media only screen and (min-width: 1280px) {
    .edit-icon img {
        max-width: 70%;
    }
}

@media only screen and (min-width: 1700px) {
    .edit-icon img {
        max-width: 15%;
    }
}

.coupon-code span::selection {
    background: #fd7e14;
    color: #000000;
}

.pagePedidos [name="Botmaker"] {
    display: none !important;
}

.select-photo {
    position: absolute;
    display: block;
}

.slick-prev:before,
.slick-next:before {
    color: black !important;
}

.edit-icon-challenges img {
    max-width: 15%;
}

@media only screen and (max-width: 1280px) {
    .edit-icon-challenges img {
        max-width: 70%;
    }
    .firma{
        position: unset;
        top: 0;
        left: 0;

     }
}

section.footerIcons .col-12 .m19 {
    background: url("../img/menu/8off_reto.svg") no-repeat;
    background-size: 32px;
}
section.footerIcons .col-12 .m19:active,
section.footerIcons .col-12 .m19:hover {
    background: url("../img/menu/8on_reto.svg") no-repeat;
    background-size: 32px;
}

.challenge-content-words{
    height: 150px;
}

/* voyager-styles */
.btn-outline-primary {
    color: #007bff;
    background-color: transparent;
    background-image: none;
    border-color: #007bff;
}

.d-none {
    display: none;
}

.w-600 {
    font-weight: 600;
}
/* end */

/* Slick */
.slick-home{
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
  }
  .slick-home.slick-initialized{
    visibility: visible;
    opacity: 1;
  }

  .remember-password a{
    color:#d65f00 !important;
    text-decoration:underline !important;
  }

  .topModal{
    z-index: 2147483647;
}
/* end */

