/* banner header */

.curva-banner {
    fill: #f8f9fa;
    stroke: #f8f9fa;
    stroke-miterlimit: 10;
}
#curva-banner {
    position: absolute;
    bottom: 0;
    margin-bottom: -2px;
    width: 100vw;
}
.header-web-checkout{
    height: 250px;
    background: linear-gradient(180deg, #E40044 50%, #19184A 154.13%);
    z-index: 3;
}
/* ---------- */
.input-group {
    margin-bottom: 20px;
}

.search-bar {
    border-radius: 30px;
    border: 1px solid #ddd;
    padding-left: 20px;
    padding-right: 20px;
}

.search-container{
    background-color: white;
}

.input-group-text {
    border-radius: 30px;
    border: none;
    background-color: transparent;
}

.nav-pills .nav-link {
    border-radius: 15px;
    margin-bottom: 20px;
    text-align: left;
    padding: 5px 20px;
    color: #333;
    box-shadow: 2px 2px 13px #1d1d1d80;
    background-color: white;
}

.nav-pills .nav-link.active {
    background-color: var(--red-color);
    color: #fff !important;
    /*border:solid 1px var(--red-color);*/
}

.nav-pills .nav-link svg path{
   fill: #1D1D1B;
}
.nav-pills .nav-link.active svg path {
    fill: #fff;
}

.accordion-button {
    background-color: var(--bg-sections-white);
    color: #333;
    font-weight: bold;
    font-weight: 400;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    background-color: var(--bg-sections-white);
    color: var(--dark-color);
    font-weight: 400;
}

.accordion-item {
    border: none;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    border-radius: 10px;
}

.accordion-body {
    font-size: 14px;
    color: #555;
}
.accordion-header {
    font-size: 14px;
    color: #555;
    background-color: var(--bg-sections-white);
}

.accordion-button::after {
    color: #333;
}

/* ------------ */
/* buscador */
.search-container {
    position: relative;
    padding: 20px 30px;
    border: 1px solid #ccc;
    border-radius: 25px;
    font-size: 16px;
    outline: none;
    box-shadow: 0px 1px 3px 0px #0000004D;
}

.search-container input {
    width: 100%;
    border: none;
    background-color: #fff;
    margin-left: 20px;
}

/* ------------------- */
.btn-scroll {
    overflow-x: auto;
    white-space: nowrap;
}
.btn-scroll .btn {
    display: inline-block;
    margin-right: 10px;
}
.video-thumbnail {
    cursor: pointer;
}
.video-thumbnail img{
    border-radius: 20px;
}

/* ----------------- */
.managment-section{
    padding: 140px 0;
    margin-top: -50px;
    z-index: 1;
}
.curve-top{
    fill: var(--bg-web-light);
    stroke: var(--bg-web-light);
    stroke-miterlimit: 10;
}

#curve-top{
    position: absolute;
    top: -2px;
}


/* modal sales claim */
.input-file-modal-sales-claim{
    visibility: hidden;
}
.info-inputfile{
    margin-top: -45px;
}

.btn-close{
    position: absolute;
    color: #000;
    top: 10px;
    right: 10px;
}

.modal-header{
    padding: 0;
    border-bottom: none;
}

#searchInput{
    outline: 0;
}
.nav-link img {
    max-height: 34px;
}
.nav-link.active img {
    filter: brightness(10);
}
.modal label.btn{
    border: solid 1px var(--primary-color);
    padding: 10px 30px !important;
    color: var(--primary-color);
}
.modal label.btn:hover{
    opacity: 0.6;
}
label.btn span:first-child{
    line-height: 1.3;
}
.modal .form-label {
    font-weight: 500;
}
.btn.categoria-video:not(.btn-primary):hover{
    color: #212529c7
}
.btn.btn-primary.categoria-video:focus{
    background-color: var(--primary-color);
}
.container-archivo{
    background: #eee;
    border-radius: 15px;
    padding: 10px 30px;
    display: flex;
    align-items: center;
    position: relative;
    font-weight: bold;
}
.container-archivo.active{
    padding: 10px 35px 10px 25px;
}
.container-archivo svg{
    position: absolute;
    right: 8px;
    cursor: pointer;
}
.whatsapp{
    position:fixed;
    bottom: 2em;
    right: 1em;
    z-index: 1000;
}
.whatsapp>img{
    filter: drop-shadow(2px 4px 6px #00000076);
}