@font-face {
    font-family: Roboto;
    src: url(/fonts/Roboto-Thin.ttf);
    font-weight: 100;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: Roboto;
    src: url(/fonts/Roboto-Light.ttf);
    font-weight: 300;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: Roboto;
    src: url(/fonts/Roboto-Regular.ttf);
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: Roboto;
    src: url(/fonts/Roboto-Medium.ttf);
    font-weight: 500;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: Roboto;
    src: url(/fonts/Roboto-Bold.ttf);
    font-weight: 700;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: Roboto;
    src: url(/fonts/Roboto-Black.ttf);
    font-weight: 900;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: "Barlow Condensed";
    src: url(/fonts/BarlowCondensed-Thin.ttf);
    font-weight: 100;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: "Barlow Condensed";
    src: url(/fonts/BarlowCondensed-ExtraLight.ttf);
    font-weight: 200;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: "Barlow Condensed";
    src: url(/fonts/BarlowCondensed-Light.ttf);
    font-weight: 300;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: "Barlow Condensed";
    src: url(/fonts/BarlowCondensed-Regular.ttf);
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: "Barlow Condensed";
    src: url(/fonts/BarlowCondensed-Medium.ttf);
    font-weight: 500;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: "Barlow Condensed";
    src: url(/fonts/BarlowCondensed-SemiBold.ttf);
    font-weight: 600;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: "Barlow Condensed";
    src: url(/fonts/BarlowCondensed-Bold.ttf);
    font-weight: 700;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: "Barlow Condensed";
    src: url(/fonts/BarlowCondensed-ExtraBold.ttf);
    font-weight: 800;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: "Barlow Condensed";
    src: url(/fonts/BarlowCondensed-Black.ttf);
    font-weight: 900;
    font-style: normal;
    font-display: swap;
  }

:root {
--whatsapp: #25d366;
--facebook: #1877f2;

--primary: #0e66c6;
--hover: #003f7f;
--secondary: #EF7042;

--green: #449D41;
--red: #C20000;
--orange: #ff9600;

--black: #313131;
--light-grey: #ECECEC;
--grey: #CACACA;
--dark-grey: #A6A6A6;

--radius: 5px;
--opacity-hover: 0.7;

--fontS: 13px;
--fontM: 18px;
--fontL: 20px;
--fontXL: 22px;

--swiper-navigation-size: 35px;
}

*, *::after, *::before { box-sizing: border-box }

@media (prefers-reduced-motion:no-preference) {
:root { scroll-behavior: smooth }
}

html { height: 100%; font-size: 16px; }
body { height: 100%; overflow-x: hidden; margin: 0; font-family: Roboto, sans-serif; font-size: 1rem; font-weight: 300; line-height: normal; color: #000; text-align: left; background-color: var(--light-grey); -webkit-text-size-adjust: 100%; -webkit-tap-highlight-color: transparent; }

h1, h2, h3, h4, h5, h6 { font-family: 'Barlow Condensed', sans-serif; margin: 0; font-weight: 500; line-height: 1.2; color: var(--black); }
h1 { font-size: 1.5rem; }
h2 { font-size: 1.4rem; }
h3 { font-size: 1.3rem; }
h4 { font-size: 1.2rem; }
h5 { font-size: 1.1rem; }
h6 { font-size: 1rem; }

a {
    text-decoration: none; color: var(--primary);
    &:hover{color: var(--hover);}
}

b{font-weight: 700;}

p { margin: 0; }
form { margin: 0; }
fieldset { margin: 0; padding: 0; border: none; }
input, select, textarea { font-family: Roboto, sans-serif; font-size: 14px;}
select[multiple] { 
&>option {
  display: inline-flex;
  width: fit-content;
}
}
ul{padding: 0; margin:0; list-style: none; }
input[type="file"]::file-selector-button { margin-inline-end: 1fr; color: var(--primary); pointer-events: none; border-color: inherit; border-style: solid; border-width: 0; border-inline-end-width: 0; border-radius: 0; background-color: white; }
img, svg { vertical-align: middle; }
img { max-width: 100%; height: auto; }
button { border-radius: 0; margin: 0; font-family: inherit; font-size: inherit; line-height: inherit; text-transform: none; }
button:focus:not(:focus-visible),
a:focus{ outline: 0; }
[role=button] { cursor: pointer; }
[list]::-webkit-calendar-picker-indicator { display: none; }
[type=button], [type=reset], [type=submit], button { appearance: button; -webkit-appearance: button; }
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) { cursor: pointer; }
::-moz-focus-inner { padding: 0; border-style: none; }
::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-fields-wrapper, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-text, ::-webkit-datetime-edit-year-field { padding: 0; }
::-webkit-inner-spin-button { height: auto; }
[type=search] { outline-offset: -2px; appearance: textfield; -webkit-appearance: textfield; }
::-webkit-search-decoration { -webkit-appearance: none; }
::-webkit-color-swatch-wrapper { padding: 0; }
::-webkit-file-upload-button { font: inherit; -webkit-appearance: button; }
::file-selector-button { font: inherit; }
[hidden] { display: none !important; }
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid var(--light-grey);
}

.oblg {
    color: var(--red);
}

input,
select,
textarea{
    border:1px solid var(--grey);
    border-radius: var(--radius);
    background-color: #fff;
    width: 100%;
    padding: 12px 10px;
}

input[type='time']{
    padding-top: 11px;
    padding-bottom: 11px;
}

input:focus,
textarea:focus,
button:focus,
select:focus{
    outline:0;
}

input.error,
select.error {
    border-color: var(--red) !important;
}

select.disabled{color: var(--dark-grey);}


.link{
    color: var(--primary);
    &:hover{
        cursor: pointer;
        color: var(--black);
    }
}

.container{
    width:100%;  
    padding: 0 15px;    
    margin-right:auto;
    margin-left: auto; 
}

@media(min-width:1350px){
    .container{
        width: 1320px;
    }
}

.d-none{display: none !important;}

@media(max-width:768px){
    .d-sm-none{display: none !important;}
}

@media(min-width:768px){
    .d-md-none{display: none !important;}
}

.pointer{cursor: pointer;}
.relative{position: relative;}
.text-center{text-align: center;}

.row-general{
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 20px;

    & .col-25,
    & .col-33,
    & .col-40,
    & .col-50,
    & .col-60,
    & .col-66,
    & .col-75{
        width: 100%;
        flex-grow: 0;
        flex-shrink: 0;
        box-sizing: border-box;
    }

    & .col-75{flex-grow: 1;}
} 

@media(min-width:992px){
    .row-general .col-25{width: calc(25% - 15px);}
    .row-general .col-33{width: calc(33.33% - 15px);}
    .row-general .col-40{width: calc(40% - 10px);}
    .row-general .col-50{width: calc(50% - 10px);}
    .row-general .col-60{width: calc(60% - 10px);}
    .row-general .col-66{width: calc(66.66% - 5px);}
    .row-general .col-75{width: calc(75% - 20px);}
}

/***** DEFINIMOS ALERTS ****/
.alert{
    color: #ffffff;
    text-align: center;
    margin-bottom: 20px;
    padding: 20px 0px;
    border-radius: 5px;
}
.alert.alert-danger{background-color: var(--red);}
.alert.alert-success{background-color: var(--green);}
.alert ul{
    text-align: center;
    padding:0;   
    list-style: none; 

    li{
        margin: 10px 0;
    }
}

.tr05 {
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}
.rotate90{transform: rotate(90deg);}
.w-100{width: 100%;}

.truncate{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;    
}

/* Modal */
.modal{font-family: inherit;}
.modal__overlay{z-index: 100;}
.modal__container{
    padding-top: 15px;
    border-radius: var(--radius);

    &.large{max-width:900px;}
}
.modal__content{
    padding-top: 15px;
    padding-bottom: 30px;
    margin-top: 0;
    margin-bottom: 0;
    }
h2.modal__title,
.modal__title h2{
    font-weight: 600;
    font-size: 30px;
    text-transform:uppercase;
    color: var(--black);
}
.modal__title .subtitulo{
    font-size: var(--fontS);
    font-weight: normal;
    color:var(--black)
}

.modal__footer{
    justify-content: center;
    align-items: center;

    & > *{
        margin-right:15px;
    }
}
/* End Modal */

.publicar-breadcrumb {
    .paso {
        display: flex;
        margin-right: 20px;
        font-size: var(--fontL);
        width: 100%;
        max-width: 300px;
        margin-bottom: 10px;
        .numero {
            width: 40px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            background-color: #000;
            color: #fff;
            position: relative;
            margin-right: 6px;
            &::after {
                content: '';
                height: 40px;
                width: 12px;
                position: absolute;
                right: -12px;
                border-bottom: 20px solid transparent;
                border-top: 20px solid transparent;
                border-left: 12px solid #000;
                z-index: 1;
            }
        }
        .texto {
            height: 40px;
            line-height: 40px;
            padding-left: 30px;
            padding-right: 30px;
            background-color: #CBCBCB;
            text-transform: uppercase;
            position: relative;
            width: calc(100% - 50px);
            &::before {
                content: '';
                height: 40px;
                width: 12px;
                position: absolute;
                left: 0;
                border-bottom: 20px solid #CBCBCB;
                border-top: 20px solid #CBCBCB;
                border-left: 12px solid #ECECEC;
            }
        }
        &.selected {
            .numero {
                background-color: var(--primary);
                &::after {
                    border-left: 12px solid var(--primary);
                }
            }
        }
    }
    &.edicion {
        .paso {
            opacity: 0.4;
            &.selected {
                opacity: 1;
            }
        }
    }
}

.titulo1{
    font-family: "Barlow Condensed";
    color: var(--black);
    font-weight: 600;
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
}

.titulo2{
    font-size: var(--fontL);
    font-weight: 400;
    text-transform: uppercase;
}

.titulo-icono{
    display: flex;
    align-items: center;
    & .icono{margin-right: 5px;}
}

.boton{
    display: block;
    background-color: var(--secondary);
    color: #fff;
    border:1px solid var(--secondary);
    border-radius: var(--radius);
    padding: 10px;
    width: 100%;    
    text-align: center;
    text-transform: uppercase;
    font-size: var(--fontM);
    font-weight: 500;
    transition: 0.5s;
    cursor: pointer;

    &:hover{
        opacity: var(--opacity-hover);
    }

    &.big{
        max-width: 295px;
        height: 60px;
        margin: 0 auto;
    }
    &.invertido{
        background-color: #fff;
        color: var(--secondary);        

        &:hover{
            opacity: 1;
            background-color: var(--secondary);
            color: #fff;
        }
    }

    &.ajustado{
        padding-left: 20px;
        padding-right: 20px;
        width: auto;
        display: inline-block;
    }

    &.green{
        background-color: var(--green);
        border-color: var(--green);
    }

    &.black{
        background-color: var(--black);
        border-color: var(--black);
    }

    &:disabled,
    &.disabled{
        opacity: 0.3;
        cursor: default;
    }
}

.bg-circle{
    border-radius: 50%;
    padding: 2px;   
}

.form-group{
    margin-bottom: 10px;
}

.input-group{
    display: flex;
}

.input-addon{
    background-color: var(--light-grey);
    display: flex;
    align-items: center;
    padding: 0 10px;
}

.addoon-middle{
    & input:first-child{
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    & input:last-child{
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
}

.tooltip {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px dotted black;
    width: 25px;
    height: 25px;
    background-color: #000;
    color: #fff;
    font-size: var(--fontM);
    border-radius: 50%;
    margin-left: 25px;
    text-align: center;
    z-index: 100;   
}

.tooltip::after {
    white-space: initial !important;
}

.card{
    background-color: #fff;
    border-radius: var(--radius);
    width: 100%;
    padding: 10px;

    &.padding {
        padding: 25px;
    }
    &.marginBottom {
        margin-bottom: 15px;
    }
    &.marginTop{margin-top: 22px;}

    .header-boton {
        .subtitulo {
            width: 100%;
            display: block;
            margin-bottom: 15px;
            font-weight: 300;
        }
        .cont-boton {
            .boton {
                max-width: 295px;
                margin: 0 auto;
                padding: 16px 0;
            }
        }
    }
    .rowButton {
        .boton {
            width: 100%;
            max-width: 295px;
            margin-top: 40px;
            padding: 16px 0;
        }
        &.center {
            .boton {
                margin-left: auto;
                margin-right: auto;
            }
        }
    }
    .ordenable{
        margin-top: 20px;
        li {
            height: 40px;
            display: flex;
            align-items: center;
            .iconSortable {
                width: 24px;
                height: 24px;
                margin-right: 10px;
                cursor: pointer;
                svg {
                    width: 100%;
                    height: 100%;
                }
            }
            .nombre{
                width: calc(100% - 140px);
            }
            .status {
                width: 120px;
            }
            .icono-editar {
                margin-right: 30px;                
            }
        }

    }
}

.cont-dos-columnas {
    margin-top: 10px;
    .contenido {
        width: 100%;
    }
    .card:first-child,
    .contenido:first-child {
        margin-bottom: 10px;
    }
}

.dropdown-container{position: relative;}

.dropdown-trigger{
    position: relative;

    &:hover > .dropdown{
        display: block;
    }
}
.dropdown{
    display: none;
    position: absolute;
    min-width: 150px;
    background-color: #fff;   
    padding: 10px 0;
    color: #000;
    box-shadow: 1px 1px 3px #888;
    border-radius: var(--radius);
    z-index:110;

    &.open{display: block;}

    &.dropdown-right{     
        top: 0;
        right: 0;
        transform: translateX(100%);
    }

    .dropdown-item{
        display: block;
    }
}

.collapse{
    max-height: 0;
    overflow: hidden;
    transition: all 0.5s ease-in-out;

    &.show{
        max-height:500px;
    }
}

.tag{
    background-color: var(--black);
    font-size: var(--fontS);
    line-height: normal;
    color: #fff;
    border-radius: 8px;
    text-align: center;
    padding: 2px 10px;
    overflow-wrap: break-word;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;   
    display: flex;
    
    &.disabled{
        background-color: var(--grey);
        color: white;
    }

    &.gris{
        background-color: var(--grey);
        color: var(--black);
    }

    .icono-editar{
        width:  15px;
        height: 15px;
        padding: 3px;
        background-color: #fff;
        color: var(--primary);
        margin-left: 5px;

        &:hover{
            color: var(--primary);
        }
    }
}

.icono-editar{
    background-color: var(--primary);
    color: #fff;
    border-radius: 50%;
    width: 21px;
    min-width: 21px;
    height: 21px;
    padding: 5px;
    display: flex;
    align-items: center;
    transition: 0.5s;
    cursor: pointer;

    svg{width: 100%; height: 100%;}

    &.icono-descargar{
        padding: 0;
    }
}

.icono-eliminar{
    background-color: var(--red);
    color: #fff;
    border-radius: 50%;
    width: 21px;
    height: 21px;
    padding: 3px;
    display: flex;
    align-items: center;
    transition: 0.5s;
    cursor: pointer;

    svg{width: 100%; height: 100%;}
}

.estado.estado_1 {
    background-color:var(--green);
}
.estado.estado_2 {
    background-color:var(--orange);
}
.estado.estado_3 {
    background-color:var(--red);
}

.img-cover-container {
    position: relative;
    width: 100%;
}
  
.img-cover {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
}

.foto-size{width: 100%;}


.icono-editar::before{
    content: '';
    position: absolute;
    top: -10px; /* Ajusta según sea necesario */
    left: -10px; /* Ajusta según sea necesario */
    right: -10px; /* Ajusta según sea necesario */
    bottom: -10px; /* Ajusta según sea necesario */
    border-radius: 10px; /* Ajusta según el border-radius del elemento original */
    background-color: transparent; /* Inicialmente transparente */
    z-index: -1; /* Coloca el pseudo-elemento detrás del contenido */
    
}

.grafica{
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    margin: 15px 0;
}
.loaderCont {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 200px;
    .loader {
        margin-top: 30px;
        border: 10px solid #f3f3f3;
        border-top: 10px solid #0066ca;
        border-radius: 50%;
        width: 90px;
        height: 90px;
        animation: spin 1s linear infinite;
    }
    .texto{margin-top:20px;}
}


.menu-editar{
    padding: 4px;

    .dropdown{
        background: var(--primary);
        color: #fff;
        overflow: hidden;

        & a{
            color: #fff;
            display: block;
            padding: 5px 15px;
            font-size: var(--fontS);

            &:hover{
                background-color: var(--black);
            }
        }
    }    
}

.form {

    select:invalid,
    input:invalid,
    input:invalid + .unidad,
    textarea:invalid {
        border-color: var(--red) !important;
    }
    select:valid,
    input:valid,
    textarea:valid {
        border-color: var(--grey) !important;
    }
    input:required:valid ~ .validation,
    select:required:valid ~ .validation,
    textarea:required:valid ~ .validation{
        .validado {
            display: flex !important;
        }
    }


    .row {
        &.last {
            margin-bottom: 40px;
        }
        &.submitCenter {
            margin-top: 10px;
            .boton {
                max-width: 380px;
                margin: 0 auto;
            }
            .rowlink {
                margin-top: 10px;
                text-align: center;
            }
        }
        label.radio {
            input {
                width: initial;
            }
        }
        textarea {
            height: 250px;
            resize: none;
        }
    }
    .form-label {
        font-size: 14px;
        line-height: 50px;
        display: flex;
        flex-direction: row;
        align-content: center;
        align-items: center;
        .tooltip {
            line-height: normal;
        }
    }
    .campo {
        margin-bottom: 8px;
        display: flex;
        &.helper {
            align-items: center;
            select,
            input {
              width: calc(100% - 50px);
            }
        }
        &.validator {
            align-items: initial;
            select,
            input {
              width: calc(100% - 50px);
              &.con-unidad {
                width: calc(100% - 135px);
                border-right: none;
                border-bottom-right-radius: 0;
                border-top-right-radius: 0;
              }
            }
            .checkbox {
                width: 20px;
            }
            .unidad {
                word-break: keep-all;
                width: 85px;
                height: auto;
                display: flex;
                flex-direction: row;
                justify-content: flex-end;
                align-items: center;
                background-color: #ffffff;
                padding: 5px;
                border-bottom-right-radius: var(--radius);
                border-top-right-radius: var(--radius);
                border: 1px solid var(--grey);
                border-left: none;
            }

            .validation {
                width: 43px;
                height: 43px;
                margin-left: 12px;
                display: flex;
                align-items: center;
                .validado {
                    width: 16px;
                    height: 16px;
                    border-radius: 50%;
                    background-color: var(--green);
                    display: flex;
                    .valido {
                        width: 10px;
                        height: 10px;
                        color: #fff;
                        margin: auto;
                    }
                }
            }
        }
        &.dos-selects {
            select {
                width: calc(50% - 35px);
            }
            select:first-child{
                margin-right: 20px;
            }
        }
        &.tres-selects {
            select {
                width: calc(33.33% - 25px);
            }
            select{
                margin-left: 10px;
                margin-right: 10px;
                &.first {
                    margin-left: 0px;
                }
                &.last {
                    margin-right: 0px;
                }
            }
            .empty {
                width: calc(33.33% - 25px);
                margin-right: 10px;
            } 
        }
        &.dos-campos{
            & input {width: calc(50% - 35px);}
            & input:first-child{
                margin-right: 20px;
            }
        }        

        .input-icono {
            width: calc(100% - 50px);
            font-size: 14px;
            position: relative;
            input {
                width: 100%;
                padding-right: 40px;
            }
            &.euro::before {
                content: '€';
                position: absolute;
                height: 42px;
                line-height: 42px;
                width: 33px;
                text-align: center;
                right: 0;
            }
            &.porcentaje::before {
                content: '%';
                position: absolute;
                height: 42px;
                line-height: 42px;
                width: 33px;
                text-align: center;
                right: 0;
            }
        }
    }
    .mensaje-error {
        display: none;
        font-size: 14px;
        color: var(--red);
        margin-bottom: 5px;
    }
    .checkBottom {
        label {
            display: flex;
            font-size: 14px;
            input {
                width: 20px;
                margin: auto 10px auto 0;
            }
        }
    }
    .checkbox {
        width: 20px;
        margin: auto 10px auto 0;
    }

    .dimensionesIconos {
        display: flex;
        flex-direction: row;
        .icon {
            display: flex;
            flex-direction: column;
            width: 80px;
        }
        .dimensinesCard {
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: center;
            margin: 10px;
        }
        .textDebajo {
            text-align: center;
            font-size: 12px;
        }
        .textoLateral{
            font-size: 12px;
        }
    }

    .action-bottom {
        padding: 40px 0;
        display: flex;
        .boton-volver {
            width: 50%;
            display: flex;
            align-items: center;
            justify-content: right;
            padding-right: 10px;
        }
        .boton-guardar {
            width: 50%;
            display: flex;
            justify-content: left;
            padding-left: 10px;
            .boton {
                margin: 0;
            }
        }
    }
}

.publicar {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
    .carfax {
        .boton {
            max-width: 380px;
            margin: 0 auto;
        }
        .row {
            &.submit,
            &.link {
                text-align: center;
            }
            &.link {
                margin-top: 10px;
            }
        }
    }
}

.preView {
    .texto {
        margin-top: 20px;
        font-size: var(--fontM);
        display: block;
    }
    .contPreview {
        padding: 32px 0;
        .oferta.active {
            display: flex;
            justify-content: space-between;
            border: 2px solid #1D7BC9;
            border-radius: 5px;
            padding: 10px 15px 5px 15px;
            max-width: 385px;
            margin: 0 auto;
            color: #000;
        }
        .titulo {
            font-size: 12px;
            font-weight: 500;
            margin-bottom: 3px;
        }
        .precio {
            font-weight: 600;
        }
        .small {
            font-size: 11px;
            font-weight: 300;
        }
        .offer-label {
            color: #fff;
            font-size: 12px;
            font-weight: 600;
            text-align: center;
            margin-top: 3px;
            padding: 3px 7px;
            text-transform: uppercase;
            min-height: 15px;
        }
        .caracteristicas {
            margin-left: 10px;
        }
        .caracteristica {
            margin-bottom: 5px;
            font-size: 14px;
            .included {
                width: 12px;
                height: 10px;
                color: #0CA625;
            }
            .notIncluded {
                width: 20px;
                height: 20px;
                color: #C20000;
            }
    
        }
        .explicacion {
            font-size: var(--fontS);
        }
    }
}

.barra-filtros {
    margin-bottom: 20px;
    .col-item {
        padding-right: 0px;
        width: 100%;
        padding-bottom: 10px;
        .boton {
            padding: 7px 0;
        }
    }
}

.seccion_contactos_checkout {
    .no_oportunidades {
        font-size:16px;
        text-align:center;
        border-top:1px solid #dddddd;
        padding-top:30px;
        font-weight:500;
        color:red
    }
    .table-responsive {
        overflow-y: hidden;
        margin-bottom: 0px;
        border: 0px;
        width: 100%;
        min-height: .01%;
        overflow-x: auto;
        table {
            border-spacing: 0;
            width: 100%;
            font-size: 14px;
            .row_contacto:nth-of-type(odd) {
                background-color:white
            }
            .row_contacto:nth-of-type(even) {
                background-color:#f9f9f9
            }
            td {
                position: relative;
                padding: 5px;
                vertical-align: middle;
                border-top: 1px solid #ddd;
                white-space: nowrap;
            }
            a {
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
                height: 100%;
                z-index: 99;
            }
            .avatarIcons {
                width: 50px;
                height: 50px;
                background-color: #ddd;
                border-radius: 50%;
                position: absolute;
                z-index: 2;
                line-height: 50px;
                text-align: center;
                font-size: var(--fontXL);
                margin-top: 8px;
            }
            .info_contacto {
                float: left;
                width: calc(100% - 60px);
                margin-left: 60px;
                min-height: 65px;
                padding-top: 10px;
            }
        }
        .nombre_contacto,
        .anuncio_nombre {
            font-weight: 500;
            font-size: var(--fontM);
        }
        .anuncio_nombre
        {
            max-width: 650px;
        }
        .extra_info_contacto,
        .extra_info_anuncio {
            color: #8c8c8c;
            font-size: 14px;
        }
        .estado
        {
            float: left;
            color: white;
            font-size: 14px;
            font-weight: 600;
            padding: 2px 15px;
            border-radius: 15px;
            margin-right: 10px;
            text-transform: uppercase;
        }
    }
    .cabrecera_contactos {
        background-color: #ddd;
        th {
            white-space: nowrap;
            padding: 7px 5px !important;
            padding-left: 12px !important;
            font-size: 15px;
            font-weight: normal;
        }
    }
    .total_ventas {
        padding-top: 15px;
        text-align: right;
        font-size: 15px;
    }
}

.oportunidadAnuncio {
    margin-top: 10px;
    .titulo2 {
        text-transform: uppercase;
    }
    .row {
        
        .foto {
            width: 100%;
        }
        .caracteristicas {
            width: 100%;
            margin-top: 20px;
            .subtitulo {
                font-size: 16px;
                font-weight: 600;
                margin-bottom: 10px;
            }
        }
    }
}

.fading{
    opacity: 1;
    transition: opacity 1s; 
}
.fading.fade{opacity: 0;}

@media(min-width:992px){

    .publicar-breadcrumb {
        display: flex;
        .paso {
            width: auto;
            max-width: none;
        }
    }
    .card{
        .header-boton {
            display: flex;
            justify-content: space-between;
            .cont-titulo {    
                width: calc(100% - 295px);
                padding-right: 20px;
                &.fullWidth {
                    width: 100%;
                    padding-right: 0px;
                }
            }
            .cont-boton {
                width: 295px;
            }
        }
    }

    .cont-dos-columnas {
        display: flex;
        margin-top: 10px;
        .card:first-child,
        .contenido:first-child {
            margin-bottom: 0px;
            margin-right: 10px;
        }
        .card:last-child,
        .contenido:last-child {
            margin-left: 10px;
        }
        &.noHalf {
            .card:first-child {
                width: 60%;
            }
            .card:last-child {
                width: 40%;
            }
        }
    }

    .form {
        .twoColumns {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            grid-gap: 10px;
            .row {
                &.full {
                    grid-column: span 2;
                    .form-label {
                        width: 20.3%;
                    }
                    .campo {
                        width: 79.7%;
                    }
                }
            }
        }
        .row {
            .form-label {
                width: 41%;
                float: left;
                &.padding-left {
                    padding-left: 20px;
                }
            }
            .campo {
                width: 59%;
            }
            .mensaje-error {
                margin-left: 41%;
            }
            &.labelTop {
                .form-label {
                    width: 100%;
                }
                .campo {
                    width: 100%;
                }
                .mensaje-error {
                    margin-left: 0%;
                }   
            }
        }
        .fila {
            &.una-columna {
                margin-bottom: 10px;
                .form-label {
                    width: 20%;
                }
                .campo {
                    width: 80%;
                }
            }
            &.dos-columnas {
                display: flex;
                flex-direction: row;
                column-gap: 20px;
                margin-bottom: 10px;
                .row {
                    width: 50%;
                }
            }
            &.tres-columnas {
                display: flex;
                flex-direction: row;
                column-gap: 20px;
                margin-bottom: 16px;
                .row {
                    width: 33.33%;
                    label.radio {
                        &.first {
                            padding-left: 15px;
                        }
                        input {
                            width: initial;
                        }
                    }
                }
            }
        }
        .checkBottom {
            label {
                padding-left: 41%;
            }
        }
        .dimensionesIconos {
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: center;
            .dimensinesCard {
                margin: 10px 15px;
            }
        }
    }

    .oportunidadAnuncio {
        .row {
            display: flex;
            .foto {
                width: 33.333%;
            }
            .caracteristicas {
                width: 66.666%;
                margin-top: 0px;
                .fila {
                    display: flex;
                }
                .column {
                    width: 50%;
                }
            }
        }
    }
    .barra-filtros {
        display: flex;
        .col-item {
            padding-right: 30px;
        }
        &.quatro-cols {
            .col-item {
                width: 25%;
            }
        }
    }

    .publicar {
        .carfax {
            .boton {
                margin: unset;
            }
            .row {
                &.link {
                    max-width: 380px;
                }
            }
        }
    }
}

.cont-titulo-anuncio{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 3px;

    .titulo-anuncio{
        font-size: var(--fontXL);
        font-weight: 500;
        margin-right: 10px;
        max-width: 92%;
    }
}

.aviso{
    margin-top: 20px;
    padding: 25px;
    h2{
        margin-bottom: 10px;
    }
    ul{
        list-style: disc;
        margin-top: 10px;
        margin-left: 25px;
        margin-bottom: 10px;
    }
    p{
        line-height: 23px;
    }
}

.precios-anuncio.tabla-renting{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 2fr !important; 
    gap: 10px; 
    align-items: start;
    > div{
        display: flex;
        flex-direction: column;
        align-items: flex-start; 
        min-width: 0; 
    }   

    .condiciones {
        white-space: nowrap; /* Mantiene el texto en una sola línea */
        overflow: hidden; /* Oculta el contenido que sobrepasa */
        text-overflow: ellipsis; /* Agrega los "..." cuando el texto es demasiado largo */
        cursor: pointer; /* Indica que es clickeable */
        max-width: 100%; /* Asegura que respete el ancho de la celda */
    }
    
}

.precios-anuncio{
    display: grid;
    grid-template-columns: repeat(2, 1fr); 
    row-gap: 12px;
    padding-top: 15px;

    > div{
        display: flex;
        flex-direction: column;
    }

    label{
        color: var(--dark-grey);
        font-size: var(--fontS);
        line-height: normal;
    }

    .valor{
        font-size: var(--fontM);
        font-weight: 600;
    }
}

@media(min-width:768px){
    .precios-anuncio{grid-template-columns: repeat(5, 1fr);}
}

/* swiper */
.swiper-button-next, .swiper-button-prev{color: #fff;}
.swiper-lazy-preloader{border-color: #fff;}
.swiper-slide {
    text-align: center;
    font-size: var(--fontM);
    background: transparent;
  }

.swiper-slide:not(.slide-html) div {
    width: auto;
    height: auto;
    color: #fff;
    max-width: 100%;
    max-height: 100%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
}
/* end swiper */

/* table entradas*/
.table-entradas{
    border-spacing: 0;
    width: 100%;

    & thead{
        background-color: var(--grey);
    }

    & tbody{
        background-color: var(--light-grey);
    }

    & tr{position: relative;}
    & th{padding: 7px 15px; font-weight: 400;  text-transform: uppercase;}
    & td{
        font-size: 14px;
        padding: 5px 15px;
        border-bottom: 1px solid #ddd;
    }

    & .row-link{
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
    }

    & .titulo{
        font-weight: 500;
        font-size: var(--fontM);
    }

    .avatar-container{
        display: flex;
        align-items: center;
        column-gap: 10px;
    }

    .avatar-icons {
        width: 50px;
        height: 50px;
        background-color: #ddd;
        border-radius: 50%;
        z-index: 2;
        line-height: 50px;
        text-align: center;
        font-size: var(--fontXL);
    }

    .estado{
        text-align: center;
        color: #fff;
        border-radius:15px;
        padding: 4px 6px;
    }

    .acciones{
        display: flex;
        column-gap: 20px;
        position: relative;

        & a{
            position: relative;
            z-index: 10;
        }

        & svg{
            width: 25px;
            height: 25px;
        }
    } 
}

.table-entradas-total{
    font-size: 14px;
    text-align: right;
    margin-top: 15px;
}
/* end table entradas*/

/* fotos daños */
.plantilla-danyos{
    height: auto;
    flex-shrink: 0;
    position: relative;

    & img{width: 100%;}
    & .circulo{
        display: none;
        position: absolute;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background-color: var(--secondary);
    }
}
/* end fotos daños */

.buscador-listado-cont{
    .mostrar-mas{
        display: none;
    }
}


@media(max-width:992px){
    .form {
        & .action-bottom {
            .boton-guardar {
                width: fit-content;
            }
        }
    }

    select{
        height: 44px;
    }

    .buscador-listado-cont{

        .mostrar-mas {
            display: block;
            width: 0;
            height: 0;
            margin: 10px;
            cursor: pointer;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-top: 10px solid black; /* triángulo apuntando hacia abajo */
            transition: transform 0.3s ease;
          }
          
          .mostrar-mas.arriba {
            transform: rotate(180deg); /* gira el triángulo para apuntar hacia arriba */
          }

        .radio-group{
            input{
                width: initial;
            }
        }
        .card{
            .header-filtro{
                margin-bottom: 0;
            } 
            form.buscador{
                display: none;
                margin-top: 30px;
            }
        }

    }

    .cont-titulo-anuncio{
        .dropdown {
            &.dropdown-right {
                transform: translateX(0);
                top: 40px;
            }
        }
    }
}

.no-cursor{
    cursor: inherit !important;
}


body {
    margin: 0;
}

.general-container {
    height: 100vh;
    width: 100%;
    /*background-color: #0e66c6;*/
    background: linear-gradient(286deg, #0E66C6 11.56%, #6ca5d3 89.92%);
    min-height: 525px;
}

.card-login {
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 36px 15px;
    position: absolute;
    top: 45%;
    left: 50%;
    width: calc(100% - 30px);
    max-width: 398px;
    transform: translate(-50%,-50%);

    .cont-logo {
        text-align: center;

        .logo-inventario {
            width: 100%;
            max-width: 292px;
            margin-bottom: 35px;
        }
    }

    .texto {
        margin-top: 10px;
    }

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

    & > a {
        color: #0E66C6;
    }
    
    .ghostbtn {
        border-radius: var(--radius);
        border: 2px solid var(--secondary);
        background-color: #fff;
        color: var(--secondary);
        margin-top: 20px;
        display: inline-block;
        width: 100%;
        max-width: 352px;
        text-transform: uppercase;
        padding: 8px;
        font-weight: 500;

        .prueba {
            margin-top: 25px;
        }
    }

    .links_soporte {
        margin-top: 20px;
        font-size: 0.8rem;
    }

    

    .content {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;

        .mas-informacion {
            /*order: 2;*/
        }

        .alert.alert-danger{
            color: #f00;
            background-color: transparent;
            padding: 0;
        }

        .form-login {
            /*order: 1;*/
            border-radius: 20px;
            background: var(--light-grey);
            padding: 20px 40px 40px 40px;
            margin-bottom: 40px;
            & > form {
                margin: 20px 0 0 0;
            }

            .boton {
                font-size: var(--fontM);
                font-weight: 700;
                margin: 18px 0 30px 0;
            }
        }

        .form-group {
            margin-bottom: 12px;

            & > label {
                margin-bottom: 5px;
                display: inline-block;
            }
            & > input {
                width: 100%;
                padding: 12px 15px;
            }
        }
    }
    
    .urlCaducado{
        .form-login{
            width: 100% !important;

            .boton{
                margin: auto !important;
                margin-top: 20px !important;
                max-width: fit-content !important;
            }
        }
        flex-direction: column;
        align-items: center;
        
    }
    .titulo1 {
        margin-left: 0 !important;
        margin-bottom: 20px;
        text-align: center;
    }
    .text-center{
        margin-left: 0 !important;
    }
    
}

@media(min-width:810px){
    .card-login {
        max-width: 808px;
        padding: 26px 35px 35px 35px;

        .titulo1 {
            margin-left: 114px;
        }
        .content {
            .mas-informacion {
                width: 40%;
                order: 1;
                padding-right: 60px;
                display: flex;
                align-items: center;
            }
            .form-group {
                display: flex;
                margin-bottom: 19px;

                & > label {
                    width: 114px;
                    display: flex;
                    align-items: center;
                    margin-bottom: 0px;
                }
                & > input {
                    max-width: 276px;
                }
            }
            .form-login {
                width: 60%;
                order: 2;
                margin-bottom: 0;
                padding: 20px 25px 47px 25px;
                .alert.alert-danger {
                    max-width: 276px;
                    margin: 0 0 0 114px;
                }
                .boton {
                    max-width: 276px;
                    margin: 0 0 30px 114px;
                }
                .text-center {
                    margin-left: 114px;
                }
                &.recuperar {
                    width: 100%;
                    padding: 35px 45px 90px 45px;
                    .titulo1,
                    .texto,
                    .boton {
                        margin-left: calc(100% - 455px);
                    }
                    .boton {
                        max-width: 455px;
                    }
                    .form-group {
                        & > label {
                            width: calc(100% - 455px);
                        }
                        & > input {
                            max-width: 455px;
                        }
                    }
                }
            }
            
        }
    }
}
