@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600');

:root {
    /*--primary-color: #ff0000;*/
    /*!*--primary-color-s: rgb(162, 205, 104);*!*/
    /*--secondary-color: #575656;*/
    /*--secondary-color-s: #2a6810;*/
    --background-color: var(--primary-color);
    --filters-circle: color-mix(in srgb, var(--primary-color) 40%, transparent);
    --lines: color-mix(in srgb, var(--primary-color) 70%, white);
    /*--background-color: #95c01f;*/
    /*--background-color-s: #e0fb98;*/
    --text-color: --secondary-color-s;
}

/* background #83BC35 */
/* border #007030 */
/* text #2a6810 */

@font-face {
    font-family: 'rastro-icons';
    src: url('./fonts/rastro-icons.eot?5909508');
    src: url('./fonts/rastro-icons.eot?5909508#iefix') format('embedded-opentype'),
        url('./fonts/rastro-icons.woff2?5909508') format('woff2'),
        url('./fonts/rastro-icons.woff?5909508') format('woff'),
        url('./fonts/rastro-icons.ttf?5909508') format('truetype'),
        url('./fonts/rastro-icons.svg?5909508#rastro-icons') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: fallback;

}

.whitespace-pre-line {
    white-space: pre-line; /* Or pre-wrap */
}

.prevent-select {
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}

#tabs a div div {
    border: 1px solid #80808082;
    background-color: white;
    border-radius: 100%;
    width: 200px;
    height: 200px;
    background-position: center;
    background-size: 80%;
    background-repeat: no-repeat;
    transition: all 0.5s ease-out;

}

#tabs a div div:hover {
    width: 250px;
    height: 250px;
    transition: all 0.5s ease-out;
    cursor: pointer;
}

.section-socios {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.section-socios img {
    margin: 10px 0px;
    box-shadow: 1px 1px 4px 0px rgb(0 0 0 / 12%);
    border-radius: 10px;
    max-width: 144px;
    width: 100%;
    height: 144px;
}


.descripcion-medios {
    margin-top: 20px;
    text-align: center;
    padding: 0px;
    height: 60px;
    border-radius: 8px;
    border: 1px solid #80808014;
}

.descripcion-medios p {
    color: gray !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 60px !important;
}

.personal-contenedor {
    overflow: hidden;
    width: 90%;
    height: auto;
    margin-bottom: 50px;
}

.contacto-contenedor {
    color: black;
    font-size: 18px;
    padding-bottom: 20px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    vertical-align: middle;
}

.contacto-contenedor label {
    margin-bottom: 20px;
    line-height: 2em;
}

.personal-imagen {
    width: 100%;
    height: 300px;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
}

.personal-nombre {
    font-size: 20px;
    font-weight: bold;
    padding-top: 20px;
}

.personal-rol {
    font-size: 15px;
    padding: 10px 0px;
    color: gray;
    padding-top: 10px;
}

.personal-email {
    font-size: 12px;
    color: gray !important;
}

.content-quienes-somos {
    margin-bottom: 100px;
    color: #000000b8;
    font-family: 'Montserrat', sans-serif;
}

.content-quienes-somos h3 {
    font-size: 20px;
    margin-bottom: 20px;
}

.content-quienes-somos p {
    text-align: justify;
    font-size: 18px;
}

.conteCarrousel {
    width: 100%;
    height: 300px;
    overflow: hidden;
    font-family: 'Montserrat', sans-serif;
}

.itemCarrousel {
    position: relative;
    width: 100%;
    height: 100%;
}

.itemCarrouselTarjeta {
    width: 100%;
    height: 100%;
    display: grid;
    align-content: center;
    position: absolute;
    z-index: 9000;
}

.itemCarrousel .video-presentacion {
    opacity: 0.8;
    height: 100%;
    position: absolute;
    z-index: 2000;
    max-width: 100%;
    padding-left: 10%;
}

input#precio-desde,
input#precio-hasta {
    height: 35px;
    width: 35% !important;
    float: left;
    font-size: 12px;
}

.circle-span {
    color: white;
    font-weight: bold;
    padding: 5px 7px;
    border-radius: 15px;
    margin-top: 10px;
}

/*
.content-slider{
    text-align: center;
    display: block;
    align-items: center;
    justify-content: center;
    color: white;
    width: 900px;
    margin: auto;
    font-size: 30px;
}*/

.content-slide-title {
    font-size: 50px;
    margin-bottom: 30px;
}

.content-slide-title-indecar {
    text-transform: uppercase !important;
    font-size: 70px;
}

.slider-medios {
    width: 70% !important;
    text-align: right;
    margin-left: 900px !important;
}

.content-slide-title {
    text-transform: lowercase !important;
}

.content-slide-title::first-letter {
    text-transform: uppercase !important;
}



.block-home-descanso {
    height: 250px !important;
    margin-bottom: 20px;
}

.itemCarrousel {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
    width: 100%;
}

.content-slider {
    text-align: left;
    margin: auto;
    margin-left: 650px;
    display: block;
    align-items: center;
    justify-content: center;
    color: white;
    width: 100%;
    font-size: 30px;
}

.content-slider-middle {
    text-align: center;
    margin: auto;
    margin-left: 0px;
    display: block;
    align-items: center;
    justify-content: center;
    color: white;
    width: 100%;
    font-size: 30px;
}

.content-slide-title-middle-suplente {
    display: none;
}

.content-slide-title-middle-titular {
    display: block;
    font-size: 50px;
    margin-bottom: 30px;
}

.select_anio {
    background: transparent;
    font-size: 14px;
    padding: 10px;
    border: transparent;
    height: 45px;
    width: 200px;
    float: left;
}

.button-content {
    background-color: var(--primary-color);
    border-radius: 10px;
    padding: 15px 25px;
    font-size: 20px;
    border: none;
    color: white;
    font-weight: 700;
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.21);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.21);
    box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.21);
}

.button-content:hover {
    background-color: #919522;
    -webkit-box-shadow: 6px 10px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 6px 10px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 6px 10px 5px 0px rgba(0, 0, 0, 0.75);
    transition-timing-function: ease-in;
    transition-delay: 0.1s;
    cursor: pointer;
}

.opacidad-carrousel {
    height: 100%;
    width: 100%;
    z-index: 3000;
    background-color: rgba(0, 0, 0, 0.3);
}

.marca-agua img {
    width: auto !important;
    position: absolute;
    top: 0px;
    height: 100%;
    left: 0px;
}

.marca-agua-middle img {
    width: auto !important;
    position: absolute;
    top: 60px;
    height: 150px;
    left: 200px;
}

.marca-agua-rastro img {
    width: 230px !important;
    position: absolute;
    top: 0px;
    height: auto;
    right: 0px;
}

.icono_rastro_movil img {
    display: none;
}

.dropdown-menu>li>a:hover {
    color: var(--primary-color);
}

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

.see-more-block {
    /* color: orange; */
    /* font-size: 15px; */
    /* -webkit-align-self: baseline; */
    align-self: baseline;
    color: var(--primary-color);
    font-size: 15px;
    margin: auto 0 2px;
    text-decoration: none;
    margin-bottom: 20px;
    margin-left: 5px;
    /* line-height: 3em; */
    /* padding-bottom: 20px; */
    /* border: 1px solid; */
    border-radius: 5px;
    border: 1px solid;
    padding: 5px 10px;
    line-height: 3em;
}

.see-more-block:hover {
    background-color: var(--primary-color);
    color: white;
    cursor: pointer;
    transition: all .3s ease;
}

.salto-linea {
    display: none;
}


/* Remove opacity from the container so children aren't dimmed */
.publicar-gratis {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 200px !important;
    max-width: 1920px;
    margin: 0 auto;
    padding-top: 42px;

    /* Center content */
    display: flex;
    align-items: center;      /* vertical center (within 200px) */
    justify-content: center;  /* horizontal center */
    text-align: center;       /* center inline content */
    overflow: hidden;         /* keep overlay inside */
}

.publicar-gratis::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--primary-color); /* your solid var */
    opacity: 0.3;                /* tint strength */
    pointer-events: none;
    z-index: 0;                  /* behind content */
}

.publicar-gratis.no-tint::before {
    display: none;
}

/* Make sure all direct children sit above the overlay */
.publicar-gratis > * {
    position: relative;
    z-index: 1;
}


.publicar-gratis .center h2 {
    color: #fff;
    font-size: 50px;
    margin: 0 0 30px 0;
}

.publicar-gratis .marca-agua-ico {
    width: auto !important;
    position: absolute;
    top: 60px;
    height: 150px;
    left: 200px;
}

.publicar-gratis .marca-agua-ico img {
    width: 200px;
    height: 150px;
}

.publicar-gratis .marca-de-agua-rastro img {
    width: 230px !important;
    position: absolute;
    top: 0px;
    right: 0px;
    height: auto;
}

.publicar-gratis .center .button {
    text-transform: none;
    line-height: 4.9rem;
    padding: 0.5px 25px;
    color: white;
    border-radius: 10px;
    font-size: 17px;
    border-color: var(--background-color);
    background-color: var(--secondary-color);
}

.publicar-gratis .center .button:hover {
    background-color: color-mix(in srgb, var(--secondary-color) 80%, black 20%);
}

.publicar-botones {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    align-content: flex-start;
    row-gap: 20px;
    column-gap: 10px;
}

.publicar-botones button {
    width: 20px;
    padding: 0 6rem;
    display: inline-flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.publicar-botones button:last-child {
    flex-grow: 1;
}

.grow-textarea-fw {
    max-height: 150px;
    overflow-x: hidden;
    overflow-y: auto;
}
.atributos-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.atributos-field {
    width: 100%;
}
.atributos-field label {
    font-size: 2.8rem;
    color: var(--primary-color);
    font-weight: 400;
    margin-bottom: 24px;
    line-height: 3.6rem;
}

.publicar.button-container {
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 20px;
    gap: 20px;
}

.publicar.button-container button{
    cursor: pointer;
}

.publicar.button-container button.siguiente{
    background-color: var(--primary-color);
    color: white;
}
.publicar.button-container button.guardar{
    padding: 5px 1rem;
    line-height: 2rem;
}

.toast {
    padding: 20px;
    background: var(--primary-color);
    color: #FFFFFF;
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
}

#imageViewer .flex-direction-nav {
    display: none;
}
.custom-navigation {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    pointer-events: none; /* Allow clicks to pass through unless targeting arrows */
    z-index: 10;
}

.custom-navigation a {
    pointer-events: auto; /* Enable clicks on arrows */
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    text-decoration: none;
    font-size: 24px;
    border-radius: 50%;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.custom-navigation a:hover {
    background-color: rgba(0, 0, 0, 0.8);
    transform: scale(1.1);
}

.custom-prev {
    position: absolute;
    left: 10px;
}

.custom-next {
    position: absolute;
    right: 10px;
}

@media (max-width: 1151px) {
    .atributos-container {
        grid-template-columns: 1fr;
    }
}
@media screen and (min-width: 674px) {
    .publicar-botones {
        justify-content: flex-start;
    }
}

@media screen and (max-width: 1200px) {

    .content-slider {
        margin-top: -100px;
        margin-left: 0px !important;
        padding-left: 40px;
    }


    .div-padre-slider {
        display: inline-block;
        width: auto;
        margin: 0 20px;
        text-align: justify;
    }

    .content-slider .button {
        font-size: 1.5rem !important;
        line-height: 3rem !important;
        padding: 0 2rem !important;
        margin-top: -20px !important;
    }

    .content-slide-title {
        font-size: 30px;
        justify-content: center;
        margin-bottom: 10px;
    }

    .content-slide-title-indecar {
        font-size: 30px;
        justify-content: center;
        margin-bottom: 10px;
    }

    .content-slide-subtitle-indecar {
        font-size: 18px;
    }

    .salto-linea {
        display: block;
    }

    .conteCarrousel {
        height: 200px !important;
    }

    .conteCarrouselController {
        font-size: 10px;
        justify-content: center;
    }

    .itemCarrousel {
        background-position: 85% !important;
    }

    .marca-agua img {
        /* width: 30% !important;*/
        display: none;
    }

    .marca-agua-rastro img {
        width: 130px !important;
    }

    .content-slider-middle {
        position: absolute;
        top: 50px;
    }

    .marca-agua-middle img {
        width: auto !important;
        position: absolute;
        top: 60px;
        height: 80px;
        left: 100px;
    }

    .content-slider-middle .button {
        font-size: 1.5rem !important;
        line-height: 3rem !important;
        padding: 0 2rem !important;
        margin-top: -20px !important;
    }

    .content-slide-title-middle-suplente {
        display: block;
        font-size: 30px;
        margin-bottom: 10px;
    }

    .content-slide-title-middle-titular {
        display: none;
    }

    .publicar-gratis {
        max-height: 161px !important;
        padding-top: 0;
    }

    .publicar-gratis .center .button {
        font-size: 1.5rem !important;
        line-height: 3rem !important;
        padding: 0 2rem !important;
        margin-top: -20px !important;
    }

    .publicar-gratis .center h2 {
        padding-top: 50px;
        font-size: 38px;
    }

    .publicar-gratis .marca-de-agua-rastro img {
        width: 130px !important;
    }

    .publicar-gratis .marca-agua-ico img {
        width: auto !important;
        position: absolute;
        top: 50px;
        height: 80px;
        left: -100px;
    }


}

.footer-top .social {
    display: none;
}

.li_bor_top {
    display: none;
}

.texto-cambiado {
    font-size: 30px;
}


.order-icon {
    display: none;
}

@media screen and (max-width: 800px) {

    .section-dropdown {
        left: 0;
    }

    .footer-top .social ul {
        /*width: 130%;*/
        /*margin-left: -40px;*/
    }

    .texto-cambiado {
        font-size: 15px;
    }

    .marca-agua-middle img {
        left: 20px;
    }

    .icono-rastro-movil img {
        display: block;
        width: 30% !important;
        position: absolute;
        top: 0px;
        height: auto;
        left: 0px;
    }

    .content-slider {
        margin-left: none;
        width: 100%;
    }

    .slider-medios {
        width: 100% !important;
        text-align: left;
        margin-left: 0px;
    }

    .marca-agua-rastro {
        display: none;
    }

    .social .whatsapp {
        display: none !important;
    }

    .dropdown-menu .li_bor_top {
        width: 130%;
        margin-left: -70px;

    }

    .li_bor_top {
        display: block;
    }

    .footer-top .social {
        display: block;
    }

    .divcentrado {
        text-align: center;
    }



    .dropdown-menu {
        overflow-y: scroll !important;
    }

    header .container .burgerbutton {
        top: 20px;
    }

    .see-more-block {
        font-size: 10px;
    }

    #pnl_1,
    #pnl_2,
    #pnl_3 {
        padding: 20px;
    }

    #pnl_2 img {
        width: 60px;
        height: 60px;
    }

    #tabs a div div {
        width: 100px;
        height: 100px;

    }

    #tabs a div div:hover {
        width: 110px;
        height: 110px;
        transition: all 0.5s ease-out;

    }

    .financiacion .col-title {
        text-align: center;
    }

    .section-socios img {
        height: 100px !important;
    }

    .product-info .financiar a {
        width: 150px !important;
        padding: 0px !important;
        text-align: center;
    }

    .product-slide .price,
    .product-card .price,
    main.anuncio .price {
        border-bottom: none !important;
    }

    .descripcion-medios p {
        font-size: 12px !important;
    }

    #pnl_1 h1,
    #pnl_2 h1,
    #pnl_3 h1 {
        font-size: 25px !important;
        text-align: center;
    }

    #pnl_1 h3,
    #pnl_2 h3,
    #pnl_3 h3 {
        font-size: 14px !important;
        text-align: justify;
    }

    .content-quienes-somos {
        text-align: left;
    }

    .personal-nombre {
        font-size: 16px;
    }

    .personal-contenedor {
        width: 100%;
    }

    .personal-imagen {
        height: 200px;
    }

    .personal-rol {
        font-size: 12px;
    }

    .personal-email {
        font-size: 10px;
    }

    .personal-salto::before {
        content: '\A';
        white-space: pre;
    }

    .itemCarrousel .video-presentacion {
        height: 60%;
        bottom: 0px;
        padding-left: 0px;
    }

    .dropdown-menu {
        width: 70% !important;
        float: right;
    }

    .categorias-footer {
        display: none;
    }

    .home {
        margin-top: -50px !important;
    }

    .marca-agua-rastroagro img {
        width: 130px !important;
        position: absolute;
        top: 130px;
        height: auto;
        right: 10px;
        opacity: 0.8;
        display: none;
    }


    .publicar-gratis .center h2 .line-break {
        display: block;
    }

    .publicar-gratis .marca-de-agua-rastro {
        display: none;
    }

    .publicar-gratis .marca-agua-ico img {
        left: -150px;
        margin-left: -40px;
    }


}

@media screen and (max-width: 700px) {

    body {
        margin-top: 80px !important;
    }

    body .doce {
        margin-top: -80px;
        position: fixed;
        z-index: 50000;
        background: #ffffffe0;
        width: 100%;
        height: 70px;
    }

    header {
        border-bottom: 1px solid var(--primary-color)38;
    }

    header .menu {
        margin-top: 40px !important;
    }

    .decobar {
        border-bottom: 1px solid var(--primary-color)1f;
        border-top-width: 10px !important;
        border-bottom-width: 1px !important;
    }

    .brand {
        padding: 10px 0 12px 30px !important;
    }

    .slogan-rastro-header {
        display: block;
    }

    .dropdown-menu {
        background: #fffffff2 !important;
        border-left: 1px solid #00000038
    }



    .dropdown-menu>li+li+li a {
        text-transform: none !important;
        font-size: 18px;
        line-height: 4.6rem;
    }

    .dropdown-menu .submenu {
        padding-top: 40px !important;
    }

    .dropdown-menu>li>.submenu li {
        padding: 4px 0px;
    }

    .dropdown-menu>li.cuenta {
        padding-left: 25px;
        /*margin-bottom: 10px;*/
    }

    .dropdown-menu>li.cuenta a {
        padding: 0px !important;
        /*margin-bottom: 15px;*/
    }

    .dropdown-menu>li>a {
        font-size: 18px;
    }

    .dropdown-menu>li.social {
        text-align: center;
    }

    .itemCarrouselTarjeta {
        justify-content: center;

    }

    .content-slide-title {
        font-size: 20px;
        justify-content: center;
    }

    .button-content {
        padding: 7px 12px;
        font-size: 20px;
    }


    .circle-span {
        padding: 5px 12px;
    }

    .personal-imagen {
        height: 150px;
        background-size: 105%;
    }

    .posicionado-personal {
        background-position: left !important;
    }

}

@media screen and (max-width: 480px) {


    .content-slide-title-middle-suplente {
        font-size: 20px;
    }

    input#precio-desde,
    input#precio-hasta {
        width: 90px;
    }

    .personal-nombre {
        font-size: 12px;
    }



    .personal-rol {
        font-size: 10px;
    }

    .personal-email {
        font-size: 8px;
    }

    .content-slide-title {
        font-size: 20px;
        justify-content: center;
    }


    .content-slider-middle {
        top: 20px;
        margin-left: 20px;
    }

    .marca-agua-middle img {
        top: 20px;
    }

    .button-content {
        font-size: 15px;
    }


    .block-home-slider .flex-direction-nav {
        display: none;
    }

    .div-product {
        padding: 10px !important;
    }

    .product-slide {
        height: 320px !important;
    }

    .div-product .price {
        font-size: 20px !important;
    }

    .div-product .nombre {
        font-size: 15px !important;
    }

    .block-home-descanso {
        height: 150px !important;
    }

    .block-home-descanso h1 {
        font-size: 20px !important;
    }

    .icono-rastro-movil img {
        top: 40px;
    }

    .publicar-gratis .center {
        /*margin-left: 100px;*/
        /*position: absolute;*/
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .publicar-gratis .center h2 {
        font-size: 28px;
        padding-top: 0;
    }

    .publicar-gratis .center .button {
        margin-top: 0 !important;
    }

    .publicar-gratis {
        height: 150px;
    }

    .publicar-gratis .marca-agua-ico img {
        top: 5px !important;
    }
}

@media screen and (max-width: 370px) {
    .personal-imagen {
        height: 200px;
        background-size: 155%;
    }

    .content-slider-middle {
        text-align: right;
        width: 90%;
    }

    .publicar-gratis .center {
        /*margin-left: 100px;*/
        /*position: absolute;*/
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

}

/*
[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "rastro-icons";
    font-style: normal;
    font-weight: normal;
    speak: none;

    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;

    font-variant: normal;
    text-transform: none;

    line-height: 1em;


    margin-left: .2em;


    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;


}*/

.icon-search:before {
    content: '\e80f';
}

/* '' */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
}

/* Dropzone */
.dzUploadBtn {
    display: inline-block;
    vertical-align: bottom;
    background: url('../images/upload-image.png') no-repeat 0 0;
    width: 99px;
    height: auto;
    min-height: 85px;
    cursor: pointer;
    margin-bottom: 14px;
}

. .dzUploadBtn .dz-message {
    display: none;
}

.dzImgList {
    display: inline-block;
    vertical-align: bottom;
    width: 100%;
}

.dz-preview {
    display: inline-block;
    vertical-align: bottom;
    position: relative;
    width: 99px;
    height: auto;
    min-height: 85px;
    margin-bottom: 14px;
}

.dz-preview+.dz-preview {
    margin-left: 15px;
}

.dz-preview .dz-filename,
.dz-preview .dz-size,
.dz-preview .dz-delete {
    position: absolute;
    display: inline-block;
    left: 6px;
    top: 6px;
    z-index: 10;
    line-height: 15px;
    max-height: 38px;
    max-width: 196px;
    padding: 4px;
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.6);
    overflow: hidden;
}

.dz-preview .dz-filename {
    display: none;
}

.dz-preview .dz-size {
    display: none;
    top: 50px;
}

.dz-preview .dz-delete {
    background: #678516;
    top: -15px;
    left: auto;
    right: -15px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    overflow: hidden;
    text-indent: -99px;
}

.dz-preview .dz-delete:before,
.dz-preview .dz-delete:after {
    content: "";
    text-indent: 0;
    display: block;
    border: solid 1px #ffffff;
    position: absolute;
    width: 0;
    height: 16px;
    left: 15px;
    top: 7px;
    transform: rotate(-45deg);
}

.dz-preview .dz-delete:after {
    transform: rotate(45deg);
}

.dz-preview .dz-delete:hover {
    box-shadow: 0 0 7px var(--primary-color);
}

.dz-preview .dz-thumbnail {
    position: absolute;
    left: 0;
    right: 0;
}

.dz-preview.loading:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #FFFFFF;
    z-index: 5;
    opacity: 0.5;
}

.dz-preview.loading .dz-delete {
    display: none;
}

.dz-preview .dz-progress {
    display: none;
    position: absolute;
    left: 9px;
    right: 9px;
    bottom: 3px;
    height: 3px;
    background: #444444;
    z-index: 11;
}

.dz-preview.loading .dz-progress {
    display: block;
}

.dz-preview .dz-progress .bar {
    background: var(--primary-color);
    width: 0;
    height: 3px;
    float: left;
}

.dz-preview textarea {
    float: right;
    border: solid 1px #bbb;
    width: calc(100% - 201px);
    height: 86px;
}

.dz-preview+.dzUploadBtn {
    margin-left: 25px;
}

/* Autocomplete */
.easy-autocomplete {
    width: 100% !important;
}

.easy-autocomplete input {
    border-radius: 0;
}

.easy-autocomplete-container,
.autocomplete-suggestions {
    z-index: 100;
    background: #ffffff;
}

.autocomplete-suggestions {
    box-sizing: border-box;
    border: solid 1px var(--primary-color);
    border-top-color: transparent;
}

.easy-autocomplete-container ul {
    border-top-color: var(--primary-color);
}

.easy-autocomplete-container ul li,
.easy-autocomplete-container ul .eac-category {
    border-color: var(--primary-color);
    line-height: 20px;
}

.easy-autocomplete-container ul li.selected {
    background: #d8efa2;
}

autocomplete-suggestions {
    overflow: hidden;
}

.autocomplete-suggestion {
    font-size: 1.4rem;
    line-height: 30px;
    cursor: pointer;
    padding: 3px 14px;
}

.autocomplete-suggestion:hover {
    background: #d8efa2;
}

/* Animaciones */
@keyframes ellipsis {
    to {
        width: 1.25em;
    }
}

@-webkit-keyframes ellipsis {
    to {
        width: 1.25em;
    }
}

.loading {
    font-size: 0 !important;
}

.loading:after {
    overflow: hidden;
    font-size: 3rem !important;
    line-height: 3rem;
    margin-top: -17px;
    display: block;
    -webkit-animation: ellipsis steps(10, end) 900ms infinite;
    animation: ellipsis steps(10, end) 900ms infinite;
    content: "\2026";
    width: 0;
    position: absolute;
    bottom: -12px;
    left: 26px;
}

/*************/

html {
    min-width: 320px;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    font-size: 62.5%;
    overflow-x: hidden;
    -ms-overflow-x: hidden;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #808080;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #808080;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #808080;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #808080;
}

body {
    min-width: 320px;
    width: 100%;
}

.container {
    max-width: 1380px;
    margin: 0 auto;
    padding: 0 20px;
}

.row {
    font-size: 0;
}

.row>h3,
.row .col>h3 {
    font-size: 2rem;
    line-height: 3.6rem;
    color: var(--primary-color);
}

.row .col {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    vertical-align: top;
    font-size: 1rem;
    padding-bottom: 12px;
}

.row .row-title {
    color: #353535;
    padding-top: 15px;
    font-size: 1.4rem;
    margin-bottom: 12px;
}

h1 {
    font-size: 2rem;
}

.notfound-wrapper {
    padding: 100px 0;
}

.notfound-wrapper h1 {
    font-size: 6rem;
    color: var(--secondary-color);
    text-align: center;
    margin-bottom: 50px;
}

.notfound-wrapper .button {
    display: block;
    font-size: 3rem;
    text-transform: none;
    background: var(--primary-color);
    color: #FFFFFF;
    margin: 0 auto;
    text-align: center;
    max-width: 300px;
}

.pagination {
    padding-top: 25px;
}

.pagination li {
    display: inline-block;
    margin-right: 8px;
}

.pagination li.disabled {
    display: none;
}

.pagination li a,
.pagination li span {
    display: block;
    width: 30px;
    text-align: center;
    font-size: 1.5rem;
    line-height: 3rem;
    background: var(--primary-color);
    color: #ffffff;
}

.pagination li.active span {
    background: #ffffff;
    color: var(--primary-color);
    font-weight: bold;
}

.forms .field {
    box-sizing: border-box;
    position: relative;
}

.forms .field i {
    position: absolute;
}

.forms input[type="text"],
.forms input[type="email"],
.forms input[type="password"],
.forms input[type="number"],
.forms textarea,
.forms select {
    font-family: 'Montserrat', sans-serif;
    box-sizing: border-box;
    padding: 11px 16px;
    border: solid 1px var(--primary-color);
    font-size: 1.9rem;
    line-height: 2.2rem;
    width: 100%;
    background: transparent;
    position: relative;
    z-index: 2;
}

.forms .field .error {
    /* position: absolute; */
    right: 0;
    bottom: 0;
    border-top-left-radius: 3px;
    background: #d84141;
    color: #ffffff;
    font-size: 1.5rem;
    padding: 0 8px 2px;
    line-height: 1.4rem;
    z-index: 1;
    margin: 0 auto;
    text-align: center;
}

.forms select {
    padding-top: 8px;
    padding-bottom: 9px;
    height: 46px;
}

.forms textarea {}

.forms input[type="text"]:focus,
.forms input[type="email"]:focus,
.forms input[type="password"]:focus,
.forms textarea:focus,
.forms select {
    outline-color: var(--primary-color);
}

.forms label.check {
    display: inline-block;
    position: relative;
    font-size: 1.6rem;
}

.forms label.check input {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
}

.forms label.check span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -3px;
    position: relative;
    width: 26px;
    height: 26px;
    border: solid 1px var(--primary-color);
    border-radius: 2px;
}

.forms label.check.radio span {
    border-radius: 50%;
}

.forms label.check span:before {
    content: '';
    display: none;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 5px;
    top: 5px;
    background: var(--primary-color);
    border-radius: 2px;
}

.forms label.check.radio span:before {
    border-radius: 50%;
}

.forms label.check input:checked+span:before {
    display: block;
}

.forms button,
.forms .button {
    font-family: 'Montserrat', sans-serif;
    outline-color: transparent;
}

.errors {
    background: rgba(242, 134, 119, 0.22);
    list-style: disc;
    padding: 10px 10px 10px 40px;
}

.errors li {
    color: #910000;
    font-size: 1.4rem;
    line-height: 2.2rem;
}

/* Decobar de 5 píxeles de altura */
.decobar {
    position: relative;
    border-width: 5px;
    /* Cambiar para modificar altura de la barra */
    border-top-style: solid;
}

.decobar:before,
.decobar:after {
    content: "";
    position: absolute;
    top: -5px;
    right: 0;
    left: 0;
    /* Cambiar para modificar la atura de la barra */
    height: 5px;
    /* Cambiar para modificar la atura de la barra */
    background: var(--primary-color);
    /* Verde Rastro */
}

.decobar:after {
    background: none;
    left: 39.72222%;
    top: -10px;
    /* Este tieen que tener, negativo, el doble de la altura del borde */
    height: 0;
    border: solid 5px transparent;
    /* Modificar para cambiar la altura de la barra */
    border-right: none;
    border-bottom-color: var(--secondary-color);
    /* Gris Rastro */
    border-left-width: 10px;
    /* Con este valor se establece el angulo de la división de colores */
}

.decobar.bottom {
    border-top-style: none;
    border-bottom-style: solid;
}

.decobar.bottom:before,
.decobar.bottom:after {
    top: auto;
    bottom: -5px;
    /* Modificar para cambiar la altura de la barra */
}

.decobar.invert:before {
    background: var(--secondary-color);
    ;
}

.decobar.invert:after {
    border-bottom-color: var(--primary-color);
}

/* Decobar header */
header.decobar {
    border-width: 10px;
}

header.decobar:before {
    top: -10px;
    height: 10px;
}

header.decobar:after {
    top: -20px;
    right: 0;
    border: solid 10px transparent;
    border-bottom-color: var(--secondary-color);
    border-right-color: var(--secondary-color);
    border-left-width: 26px;
}

/* burger button */
.burgerbutton {
    display: block;
    width: 4rem;
    height: 4rem;
    position: relative;
    overflow: hidden;
    text-indent: -99rem;
}

.burgerbutton i {
    position: absolute;
    left: 0;
    top: 1.2rem;
    width: 4rem;
    height: 0.5rem;
    background: var(--primary-color);
    box-shadow: 0 -1.2rem 0 0 var(--primary-color), 0 1.2rem 0 0 var(--primary-color);
}

/* Arrows */
.arrow,
.flex-direction-nav li {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: relative;
    overflow: hidden;
    text-indent: -99rem;
    border: solid 1px var(--primary-color);
    border-radius: 50%;
}

.arrow i,
.flex-direction-nav li a {
    position: absolute;
    width: 20px;
    height: 20px;
    display: block;
    top: 3px;
    left: 2px;
    background: url("https://rastroagro.com/images/cache/extralarge/iconos.webp") no-repeat 0 0;
}

.flex-direction-nav li a:focus {
    outline: none;
}

.arrow.next i,
.flex-direction-nav li a.flex-next {
    transform: rotate(180deg);
    left: 8px;
    top: 7px;
}

.button {
    display: inline-block;
    box-sizing: border-box;
    font-size: 1.2rem;
    letter-spacing: -0.04rem;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
    color: #000;
    line-height: 4.9rem;
    padding: 0 6.1rem;
    background: #fff;
    border: solid 1px var(--primary-color);
    transition: background 0.2s, color 0.2s;
}

.button:hover {
    color: #fff;
    background: var(--primary-color);
    border-color: var(--primary-color);
}

.button.invert {
    background: var(--primary-color);
    border: solid 1px var(--primary-color);
    color: #ffffff;
}

.button.invert:hover {
    background: #ffffff;
    border: solid 1px var(--primary-color);
    color: var(--primary-color);
}

.button.transparent {
    color: #fff;
    border-color: #fff;
    background: transparent;
}


.button.transparent:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);

}

.button.button-slider {
    background-color: var(--background-color);
    color: white;
    border-radius: 10px;
    font-size: 17px;
    padding: 0.5px 25px;
    border-color: var(--primary-color);
}


.button-slider-indecar {
    background-color: white;
    color: white;
    border-radius: 10px;
    font-size: 17px;
    padding: 0.5px 25px;
    color: #BD333c;
    border-color: #BD333c;
    margin-top: 20px;
    font-weight: 900;
}

.button-slider-indecar:hover {
    background: #BD333c;
    color: white;
    border-color: white !important;
}

.button.button-slider-orange {
    background-color: #ff9333;
    color: white;
    border-radius: 10px;
    font-size: 17px;
    padding: 0.5px 25px;
    border-color: #c06c23;
}



.button.button-slider:hover {
    background: var(--primary-color);
}

.button.button-slider-orange:hover {
    background: #c06c23;
}

.content-slider .button.transparent {
    font-size: 1.8rem;
    /* line-height: 6rem; */
    padding: 0 4rem;
    text-transform: lowercase !important;
}

.content-slider .button.transparent::first-letter {
    text-transform: uppercase !important;
}

.content-slider .button.transparent:hover {
    background: white;
    color: black;
}

.content-slide-subtitle-indecar {
    color: #f9ea1e;
}

header .container {
    height: auto;
    margin-bottom: 7px;
}

header .container .burgerbutton {
    position: absolute;
    left: 12px;
    top: 45px;
    transform: scale(0.8);
}

.brand {
    position: relative;
    padding: 16px 0 12px 30px;
    /*box-shadow: 0 0 15px rgba(100,100,100,0.3);*/
    margin: 0 -30px;
}

.brand a {
    position: absolute;
    z-index: 5000;
}

.brand img {
    max-width: 190px;
    margin-left: 50px;
}

.slogan-rastro-header {
    display: none;
}

#buttonSearchMobile {
    position: absolute;
    right: 6px;
    top: 30px;
    border: none;
    background: transparent;
    cursor: pointer;
}

#buttonSearchMobile i {
    font-size: 2.2rem;
    color: var(--primary-color);
}

header .top-links li+li+li {
    display: none;
}

header .menu {
    padding-top: 0px;
}

footer {
    clear: both;
    padding: 40px 25px;
}

footer .container {
    max-width: 1380px;
    margin: 0 auto;
}

footer .block h3 {
    font-size: 2.15rem;
    font-weight: 600;
    color: var(--primary-color);
    padding-bottom: 16px;
    border-bottom: solid 1px var(--primary-color);
    margin-bottom: 12px;
}

footer .block ul {
    margin-bottom: 28px;
}

footer .block ul li {
    margin-bottom: 7px;
}

footer .block ul li a {
    font-size: 1.35rem;
    line-height: 2rem;
    font-weight: 500;
    color: var(--secondary-color);
    text-decoration: none;
}

.block.rastro li a:hover,
.block.cuenta li a:hover,
.block.cats li a:hover {
    color: var(--primary-color);
}

footer .block.cats .bullet:before {
    margin-left: -2px;
}

footer .block.social h3 {
    margin-bottom: 18px;
}

footer .block.social li {
    display: inline-block;
}

.footer-middle.decobar {
    margin: 0 -25px;
    padding: 40px 25px 20px;
}

.footer-middle.decobar:after {
    border-left-width: 5px;
}

.branding-footer {
    display: block;
    width: 206px;
    margin-bottom: 34px;
}

.branding-footer img {
    width: 100%;
}

footer .copyright {
    font-size: 1.37rem;
    line-height: 1.8rem;
    font-weight: 600;
    margin-bottom: 26px;
}

footer .copyright strong {
    display: block;
}

footer .legales a {
    font-size: 1.45rem;
    font-weight: 500;
    line-height: 1.9rem;
    color: var(--primary-color);
    text-decoration: none;
}

footer .legales a:hover {
    text-decoration: underline;
}

footer .container.footer-bottom {
    border-top: solid 1px #b3b3b3;
    padding: 18px 25px;
    margin: 0 -25px;
}

.footer-bottom a {
    color: #808080;
    font-size: 1.2rem;
    text-decoration: none;
    font-weight: 600;
}

.footer-bottom a:hover {
    text-decoration: underline;
}

.footer-bottom a:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    background: url('https://rastroagro.com/images/cache/extralarge/iconos.webp') no-repeat -472px 0;
    margin-right: 10px;
}

.button.publicar,
.button.publica-tu-anuncio,
.forms .button[type="submit"].publicar {
    color: #fff;
    background: var(--primary-color);
    position: absolute;
    left: 80px;
    top: 138px;
    right: 23px;
    font-size: 1.30rem;
    padding: 0 12px 0 25px;
    border-color: #afcf57;
}

.button.publicar i,
.button.publica-tu-anuncio i,
.forms .button[type="submit"].publicar i {
    display: block;
    float: right;
    width: 24px;
    height: 24px;
    background: url(https://rastroagro.com/images/cache/extralarge/iconos.webp) no-repeat -186px -5px;
    margin: 12px 0px 0 0;
    border: solid 1px #fff;
    border-radius: 50%;
    box-sizing: border-box;
}

.forms .button[type="submit"].publicar {
    position: static;
    float: none !important;
    width: 184px;
    text-align: left;
    padding: 0 30px;
}

.forms .button[type="submit"].publicar i {
    margin-top: 18px;
}

.dropdown-menu {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    max-width: 719px;
    min-height: 0;
    /*padding: 28px 0 20px 25px;*/
    font-size: 2.2rem;
    font-weight: 500;
    background: #fff;
    opacity: 0;
    display: none;
    overflow-y: scroll !important;
    scrollbar-width: none;
}

.dropdown-menu:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 20px;
    box-shadow: inset 0 4px 7px rgba(120, 120, 120, 0.1);
}

/*
.dropdown-menu:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 20px;
    background: var(--primary-color);
} */

.dropdown-menu>li {
    padding-left: 25px;
    /* margin-bottom: 10px; */
    background-color: white;
}

.dropdown-menu .li_bor_top a,
.footer-top .social li a {
    margin-left: 0px !important;
}

.dropdown-menu .decobar.bottom {
    border-width: 3px;
    border-style: none;
}

.dropdown-menu .decobar.bottom:before,
.dropdown-menu .decobar.bottom:after {
    bottom: -3px;
    height: 3px;
}

.dropdown-menu .decobar.bottom:after {
    left: 69.56%;
    border-width: 3px;
}

.dropdown-menu>li a {
    display: block;
    color: #5d5d5d;
    text-decoration: none;
    line-height: 4.6rem;
    font-size: 18px;
}

.li_bor_top,
.li_bor_bot {
    margin-bottom: 0;
    padding-bottom: 0.2rem;
}

.li_bor_bot {
    border-bottom: solid 1px var(--lines);
}

.li_bor_top {
    border-top: solid 1px var(--lines);
}

/*
.dropdown-menu > li + li + li {
    margin-bottom: 0;
    padding-bottom: 0.2rem;
    border-bottom: solid 1px var(--lines);
}
.dropdown-menu > li + li + li a {
    color: var(--secondary-color);
    font-size: 1.9rem;
    line-height: 4.2rem;
    text-transform: uppercase;
} */
.dropdown-menu>li a i {
    display: block;
    float: right;
    width: 26px;
    height: 26px;
    background: url(https://rastroagro.com/images/cache/extralarge/iconos.webp) no-repeat -212px -5px;
    margin: 8px 0 0 0;
    border: solid 1px var(--primary-color);
    border-radius: 50%;
    box-sizing: border-box;
}

.dropdown-menu>li.cuenta a {
    padding-top: 12px;
    padding-bottom: 12px;
}

.dropdown-menu>li.cuenta a i {
    background-position: -249px 0;
    border-radius: 0;
    border: none;
    width: 31px;
    height: 32px;
    float: left;
    margin-right: 10px;
    margin-top: 3px;
    vertical-align: middle;
}

.dropdown-menu>li.social {
    border-bottom: none;
    padding-top: 18px;
    padding-bottom: 12px;
}

.dropdown-menu>li.social a {
    display: inline-block;
    width: 34px;
    height: 34px;
    background: url(https://rastroagro.com/images/cache/extralarge/iconos.webp) no-repeat -443px -108px;
    overflow: hidden;
    text-indent: -999px;
    padding-right: 0 !important;
}

.dropdown-menu>li.social a+a,
footer .block.social li+li {
    margin-left: 10px;
}

.dropdown-menu>li.social a.whatsapp {
    background-position: -443px -108px;
}

.dropdown-menu>li.social a.facebook {
    background-position: -535px -108px;
}

.dropdown-menu>li.social a.instagram {
    background-position: -492px -108px;
}

.dropdown-menu>li.social a.linkedin {
    background-position: -444px -155px;
}

.dropdown-menu>li.social a.twitter {
    background-position: -490px -154px;
}

.dropdown-menu>li.social a.youtube {
    background-position: -538px -152px;
}

.dropdown-menu>li.social a.tiktok {
    background-position: -395px -155px;
}

footer .block.social ul {
    margin-bottom: 34px;
}

.div-product {
    padding: 20px;
}

.dropdown-menu>li .submenu {
    position: absolute;
    box-sizing: border-box;
    z-index: 110;
    top: 0;
    left: -1500px;
    background-color: #fff;
    width: 320px;
    padding: 25px 18px;
    border-left: solid 1px #dedede;
    border-right: solid 1px #dedede;
    /*box-shadow: inset 3px 0 12px rgba(222, 222, 222, 0.93);*/
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s;
}

.dropdown-menu>li li.close {
    display: none;
    position: absolute;
    z-index: 112;
    width: 20px;
    height: 20px;
    top: 15px;
    right: 15px;
    cursor: pointer;
}

.dropdown-menu>li.ishover .submenu {
    /*transform: translateX(-400px);*/
    opacity: 1;
    left: auto;
    right: 0;
    max-height: 1000px;
}

.dropdown-menu>li>.submenu li {
    border-bottom: solid 1px #efedec;
}

.dropdown-menu>li>.submenu li:hover {
    border-bottom: solid 1px var(--primary-color);
}

.dropdown-menu>li>.submenu li a {
    display: block;
    color: #808080;
    font-size: 1.7rem;
    line-height: 3.4rem;
    padding: 0 10px;
}

.dropdown-menu>li>ul li:hover a {
    color: #282828;
}

/*.bullet:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    margin: -2px 8px 0 -10px;
    border-radius: 50%;
    background: var(--primary-color);
}*/
.top-links .mi-cuenta {
    display: none;
}

.top-links .social {
    display: none;
}

.product-list {
    min-height: 200px;
}

.product-list li.empty {
    font-size: 2rem;
    color: var(--secondary-color);
}

/* Anuncios Grid Layout - Responsive */
.anuncios-grid {
    display: grid;
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
    /* Default: 2 cards per row (below 979px) */
    grid-template-columns: repeat(2, 1fr);
}

/* 980px to 1279px: 3 cards per row */
@media (min-width: 980px) and (max-width: 1279px) {
    .anuncios-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* 1280px and above: 4 cards per row */
@media (min-width: 1280px) {
    .anuncios-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

/* Ensure product cards fill the grid cell - override all legacy margin/width rules */
.anuncios-grid .product-card,
.anuncios-grid .product-card.par,
.anuncios-grid .product-card.no-third {
    width: 100% !important;
    margin: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.buscador {
    margin: 0 auto;
    box-sizing: border-box;
    height: 0;
    overflow: hidden;
    padding: 0 20px 0;
    transition: all 0.2s;
}

.buscador.opened {
    overflow: visible;
    height: 68px;
    padding: 20px 20px 5px;
}

.buscador .searchbox {
    max-width: 400px;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
}

.buscador .searchbox input {
    border: solid 2px var(--background-color);
    background: none;
    width: 100%;
    line-height: 3rem;
    padding: 4px 10px 4px 20px;
    box-sizing: border-box;
    font-size: 2rem;
    color: var(--background-color);
    border-radius: 10px;
}

.buscador .searchbox input::-webkit-input-placeholder {
    color: rgba(87, 83, 89, 0.61);
    font-size: 1.6rem;
}

.buscador .searchbox input::-moz-placeholder {
    color: rgba(87, 83, 89, 0.61);
    font-size: 1.6rem;
}

.buscador .searchbox input:-ms-input-placeholder {
    color: rgba(87, 83, 89, 0.61);
    font-size: 1.6rem;
}

.buscador .searchbox input:-moz-placeholder {
    color: rgba(87, 83, 89, 0.61);
    font-size: 1.6rem;
}

.buscador .searchbox input:focus {
    outline-color: transparent;
    box-shadow: 0px 0px 5px #95c01e;
}

.buscador .searchbox button {
    border: none;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 52px;
    height: 42px;
    background: transparent;
    cursor: pointer;
}

.buscador .searchbox button i {
    font-size: 2.2rem;
    color: var(--background-color);
}

.buscador .searchbox button:focus {
    outline: none;
}

.searchbox-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
}

.searchbox-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
}

.searchbox-items div:hover {
    /*when hovering an item:*/
    background-color: #e9e9e9;
}

.searchbox-active {
    /*when navigating through the items using the arrow keys:*/
    background-color: DodgerBlue !important;
    color: #ffffff;
}

.buscador-wrapper .col-title {
    margin: 40px 0 30px;
}

.buscador-wrapper .buscador {
    padding-top: 40px;
    height: 148px;
    margin-bottom: 40px;
}

.buscador-wrapper .container .col-header {
    margin-bottom: 25px;
}

.categorias-home .col-header,
.destacados-home .col-header {
    padding: 0 0px 18px;
    margin: 0 -20px 20px;
}

.col-title {
    font-size: 3.0rem;
    line-height: 3.4rem;
    color: var(--primary-color);
    ;
}

.buscador-wrapper h2.decobar.bottom {
    font-size: 2.6rem;
}

.buscador-wrapper li.empty {
    font-size: 2rem;
    color: #808080;
}

.featured {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1920px;
    font-size: 0;
}

.bx-wrapper {
    border: none;
}

.bx-wrapper .bx-pager {
    z-index: 999999;
}

.featured .slider {
    width: 100%;
}

.featured ul li {
    float: left;
}

.featured img {
    width: 100%;
}

.home {
    margin-top: -60px;
}

.categorias-home {
    padding: 0 20px 0;
    position: relative;
    max-width: 95%;
    margin: 0 auto 60px;
}

.categorias-home .cat-list {
    overflow: hidden;
    padding-bottom: 110px;
    max-height: 380px;
    position: relative;
    margin: 0 -20px;
}

.categorias-home .cat-list ul {
    text-align: center;
}

.categorias-home .cat-list ul li {
    display: inline-block;
    vertical-align: bottom;
    /*margin: 0 20px 15px; */
    text-align: left;
    text-align: center;
}

.categorias-home .cat-list ul li h3 {
    color: var(--secondary-color);
}

.icon-filter {
    display: none;
}

.categorias-home .cat-list .mascat,
.nuevo-masfilter {
    display: block;
    height: 20px;
    padding-top: 12px;
    padding-bottom: 30px;
    background: #ffffff;
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 600;
    color: var(--primary-color);
    /*text-transform: uppercase;*/
    text-decoration: none;
}

.nuevo-masfilter {
    -webkit-tap-highlight-color: transparent;
    /* padding-bottom: 40px; */
    font-size: 1.5rem;
    color: black;
    display: none;
    position: initial;
    font-weight: normal;
}

.categorias-home .cat-list .mascat:before {
    content: "";
    display: block;
    height: 0;
    border-bottom: solid 3px var(--primary-color)29;
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    bottom: 25px;
}

.categorias-home .cat-list .mascat:after,
.nuevo-masfilter:after {
    content: "";
    display: block;
    z-index: 11;
    position: absolute;
    width: 0;
    height: 0;
    border: solid 6px transparent;
    border-right-color: var(--secondary-color);
    border-bottom-color: var(--secondary-color);
    transform: rotate(45deg);
    left: 50%;
    margin-left: -6px;
    bottom: 9px;
}

.nuevo-masfilter:after {
    left: 75px;
    bottom: 28px;
    position: relative;
    margin-top: 10px;
}

div.filter-parent-opened .nuevo-masfilter {
    bottom: 9px;
}

.categorias-home .cat-list.opened .mascat:after,
div.filter-parent-opened .nuevo-masfilter:after {
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    transform: rotate(225deg);
    bottom: 2px;
}

div.filter-parent-opened .nuevo-masfilter:after {
    margin-top: 10px;
    bottom: 20px;
}

.categorias-home .flex-direction-nav {
    position: absolute;
    right: 0;
    top: 78px;
}

.categorias-home .flex-direction-nav li {
    margin-left: 10px;
}

.categorias-home ul li h3 {
    font-size: 1.1rem;
    line-height: 1.4rem;
    height: 2.8rem;
    padding-top: 20px;
    padding-bottom: 5px;
    color: var(--secondary-color);
}

.categorias-home span.decobar.bottom {
    display: block;
    width: 30%;
    border-width: 4px;
    display: none;
}

.categorias-home span.decobar.bottom:before {
    height: 4px;
    bottom: -4px;
}

.categorias-home span.decobar.bottom:after {
    border-width: 4px;
    bottom: -4px;
}

.categorias-home ul li>a {
    display: block;
    width: 88px;
}

.categorias-home .img {
    position: relative;
    text-decoration: none;
    width: 85%;
    font-size: 0;
}

.categorias-home .img img {
    width: 50%;
    height: auto;
}

.blocks-sliders {
    padding: 0 15px;
    background: #ffffff;
    font-size: 0;
    overflow: hidden;
}

.block-home-slider {
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
}

.block-home-slider .col-header {
    margin-bottom: 25px;
}

.block-home-slider .col-header .col-title {
    margin-bottom: 5px;
}

.block-home-slider .flex-direction-nav {
    position: absolute;
    right: 0;
    top: 0;
}

.block-home-slider .flex-direction-nav a {
    margin: 0;
    opacity: 1;
    text-align: left;
}

.block-home-slider .flex-direction-nav a.flex-disabled {
    z-index: 1 !important;
    opacity: 1 !important;
}

.block-home-slider .flex-direction-nav .flex-nav-prev {
    margin-right: 6px;
}

.block-home-slider .flex-direction-nav .flex-prev {
    left: 0;
}

.block-home-slider .col-title {
    color: var(--secondary-color);
    text-transform: none !important;
}

.descanso-home {
    margin-bottom: 60px;
}

.product-list ul {
    margin-bottom: 40px;
    width: 100%;
    font-size: 0;
}

.product-card-separator {
    display: none;
}

.product-slide,
.product-card {
    display: inline-block;
    width: 100%;
    margin-bottom: 25px;
}

.product-slide .img,
.product-card .img {
    margin-bottom: 18px;
}

.product-slide .img.decobar,
.product-card .img.decobar {
    border-width: 4px;
}

.product-slide .img.decobar:before,
.product-card .img.decobar:before {
    bottom: -4px;
    height: 4px;
}

.product-slide .img.decobar:after,
.product-card .img.decobar:after {
    border-width: 4px;
    bottom: -4px;
}

.product-slide .img a,
.product-card .img a {
    display: block;
    font-size: 0;
}

.product-slide .img img,
.product-card .img img {
    width: 100%;
}

.product-slide .price,
.product-card .price,
main.anuncio .price {
    font-size: 2.6rem;
    font-weight: 400;
    color: black;
    padding-bottom: 20px;
    border-bottom: solid 2px #0000000d;
    margin-bottom: 15px;
}

.boton-anuncio-nuevo {
    position: absolute;
    background-color: #FF7733;
    color: white;
    padding: 2px 10px;
    font-size: 12px;
    z-index: 1;
}

.boton-anuncio-nuevo.desktop {
    right: 0;
    font-size: 24px;
}

main.anuncio .slider-list {
    position: relative;
    margin-bottom: 45px;
}

main.anuncio .slider-list .flex-direction-nav {
    position: absolute;
    top: -8px;
    right: 7px;
}

main.anuncio .slider-list .flex-direction-nav .flex-nav-prev {
    margin-right: 10px;
}

main.anuncio .slider-list .product-card .price {
    font-size: 3rem;
    padding-bottom: 12px;
}

.product-slide,
.product-card {
    border: 1px solid rgb(0 0 0 / 5%);
    height: 460px;
    background-color: white;
    overflow: hidden;
    border-radius: 10px;
    transition: box-shadow .3s;
}

.categoria .product-slide,
.product-card {
    height: auto !important;
}

.buscador-wrapper .product-card {
    height: 520px;
}

.product-slide:hover,
.product-card:hover {
    cursor: pointer;
    box-shadow: 0 0 30px rgba(33, 33, 33, .5);

}

.product-slide .nombre,
.product-card .nombre {
    font-size: 2.2rem;
    color: var(--primary-color);
    margin-bottom: 10px;
}

.buzon-de-mensajes .col-header {
    padding-top: 40px;
    margin-bottom: 20px;
}

.product-slide .marca,
.product-card .marca,
.account .item-list .names h4,
.account .consulta-show .consulta .names h4 {
    font-size: 1.6rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #222222;
    margin-bottom: 10px;
}

.account .item-list .names h4,
.account .consulta-show .consulta .names h4 {
    margin-bottom: 8px;
}

.product-slide .modelo,
.product-card .modelo,
.account .item-list .names h5 {
    font-size: 1.35rem;
    font-weight: 500;
    margin-bottom: 10px;
}

.account .item-list .names h5 {
    font-size: 1.45rem;
}

.account .item-list .names h5 strong {
    color: #85ad1a;
}

.product-slide p,
.product-card p {
    margin-bottom: 20px;
}

.product-slide p,
.product-card p,
.account .item-list .names p {
    font-size: 1.2rem;
}

.product-slide p strong,
.product-card p strong,
.account .item-list .names p strong,
.account .consulta-show .consulta .names strong {
    font-weight: 400;
    color: var(--primary-color);
}

.product-slide p strong:after,
.product-card p strong:after,
.account .item-list .names p strong:after {
    content: " | ";
    color: #000;
}

.account .consultas .item-list .img,
.account .consulta-show .content .consulta .img {
    width: 100%;
}

.account .consultas .item-list .img img,
.account .consulta-show .content .consulta .img img {
    width: 100%;
}

.account .consultas .item-list .names,
.account .consulta-show .content .consulta .names {
    width: 100%;
}

.account .consultas .names h3 {
    font-size: 1.4rem;
    line-height: 1.6rem;
    margin-bottom: 8px;
}

.account .consultas .names h3 a {
    color: #85ad1a;
}

.account .consultas .names h3 a:hover {
    text-decoration: underline;
}

.account .consultas .names h4,
.account .consulta-show .consulta .names h4 {
    font-size: 1.2rem;
}

.product-slide .button,
.product-card .button {
    color: var(--primary-color);
    border-color: var(--primary-color);
    max-width: 220px;
    width: 100%;
    padding: 0;
    text-align: center;
}

.product-slide .button:hover,
.product-card .button:hover {
    color: #ffffff;
}



.financiacion-medida {
    background: var(--primary-color) url('../images/slides/fondotractores.jpg') no-repeat center 0 !important;
}

.breadcrumbs {
    padding-top: 4px;
    border-bottom: solid 2px #0000000d;
    min-height: 65px;
}

.breadcrumbs-container {
    width: 50%;
}

.breadcrumbs ul {
    height: 100%;
    font-size: 0;
    padding: 15px 0;
}

.breadcrumbs ul li {
    display: inline-block;
    line-height: 32px;
    margin-right: 7px;
}

.breadcrumbs ul li a,
.breadcrumbs ul li span {
    display: inline-block;
    vertical-align: middle;
    font-size: 2rem;
    line-height: 3.4rem;
    color: #808080;
}

main.categoria .breadcrumbs ul li+li a {
    color: var(--primary-color);
}

.order-drop-menu {
    width: 50%;
    user-select: none;
}

.order-title {
    color: black;
    font-size: 1.5rem;
}

.for-dropdown {
    min-width: 350px;
}

.sec-center {
    position: relative;
    max-width: 100%;
    text-align: center;
    z-index: 200;
    float: right;
    padding: 15px 0;
}

.sec-center [type="checkbox"].dropdown:checked,
.sec-center [type="checkbox"].dropdown:not(:checked) {
    position: absolute;
    left: -9999px;
    opacity: 0;
    pointer-events: none;
}

.dropdown:checked+label,
.dropdown:not(:checked)+label {
    position: relative;
    font-size: 1.5rem;
    line-height: 3.4rem;
    transition: all 200ms linear;
    border-radius: 4px;
    width: 100%;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -ms-flex-pack: center;
    text-align: center;
    border: none;
    cursor: pointer;
    color: var(--primary-color);
    box-shadow: 0 12px 35px 0 rgba(255, 235, 167, .15);
}

.dropdown:checked+label:before,
.dropdown:not(:checked)+label:before {
    position: fixed;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    z-index: -1;
    cursor: auto;
    pointer-events: none;
    color: var(--secondary-color);
}

.dropdown:checked+label:before {
    pointer-events: auto;
}

.dropdown:not(:checked)+label .uil {
    transform: rotate(-180deg);
    font-size: 24px;
    transition: transform 200ms linear;
}

.dropdown:checked+label .uil {
    font-size: 24px;
    transition: transform 200ms linear;
}

.section-dropdown {
    position: absolute;
    padding: 5px;
    top: 70px;
    right: 0;
    width: 65%;
    border-radius: 0px 0px 4px 4px;
    display: block;
    box-shadow: 3px 15px 16px 0px rgb(9 9 12 / 16%);
    z-index: 2;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-20px);
    background-color: white;
}

.dropdown:checked~.section-dropdown {
    opacity: 1;
    pointer-events: auto;
}


.dropdown-link {
    border-bottom: solid 1px var(--lines);
    position: relative;
    color: #5d5d5d;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 15px;
    border-radius: 2px;
    padding: 5px 20px;
    padding-left: 20px;
    padding-right: 15px;
    padding-bottom: 8px;
    margin: 2px 0;
    text-align: left;
    text-decoration: none;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
    -ms-flex-pack: distribute;
}

.dropdown-link:hover {
    color: var(--primary-color);
}



.tag-filtro {
    margin-right: 2px;
    margin-bottom: 5px;
    float: left;
    /* background-color: var(--primary-color); */
    border: 1px solid var(--primary-color);
    padding: 5px 10px;
    border-radius: 5px;
    min-width: 50px;
    overflow: hidden;
}

.nombre-filtro {
    /* color: #000000b5; */
    /* font-size: 15px !important; */
    color: #212121;
    font-size: 1.6rem;
    /* font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;*/
}

.quitar-filtro {
    padding: 3px;
    color: var(--primary-color);
    border: none;
    float: right;
}


/*
.breadcrumbs ul li:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 18px;
    background: #808080;
    border-left: solid 1px #f6f6f6;
    border-right: solid 1px #f6f6f6;
    margin-left: 7px;
} */
.breadcrumbs ul li:last-child:after {
    display: none;
}

.breadcrumbs ul li:first-child a {
    font-size: 1.8rem;
    margin-top: 1px;
}

.breadcrumbs ul li a:hover {
    text-decoration: underline;
}

.breadcrumbs ul li:last-child span {
    color: var(--primary-color);
}

main.categoria .breadcrumbs ul li.filter {
    background: #ffff;
    color: var(--primary-color);
    border: solid 1px var(--primary-color);
    border-radius: 4px;
    padding-left: 8px;
    margin-right: 12px;
}

main.categoria .breadcrumbs ul li.filter:hover {
    background: var(--primary-color);
}

main.categoria .breadcrumbs ul li.filter:hover span {
    color: #ffffff;
}

main.categoria .breadcrumbs ul li.filter:hover a {
    color: #ffffff;
}

.breadcrumbs ul li.filter span {
    color: #212121;
    font-size: 1.6rem;
}

.breadcrumbs ul li.filter span+a {
    display: inline-block;
    overflow: hidden;
    text-indent: -999px;
    position: relative;
    width: 40px;
    height: 25px;
}

.breadcrumbs ul li.filter span+a:before {
    content: "X";
    text-indent: 0;
    font-size: 13px;
    line-height: 13px;
    position: absolute;
    left: 18px;
    top: 6px;
}

.breadcrumbs ul li.filter:before {
    display: none;
}

.login-wrapper,
.register-wrapper {
    padding: 30px 0;
    background: #f2f2f2;
}

.login-wrapper .container,
.register-wrapper .container {
    max-width: 760px;
    background: #ffffff;
    padding: 10px;
    box-sizing: border-box;
}

.login-wrapper h1,
.register-wrapper h1 {
    font-size: 3.3rem;
    line-height: 5.8rem;
    font-weight: 400;
    text-align: center;
    margin-bottom: 50px;
}

.login-wrapper h1 strong,
.register-wrapper h1 strong {
    /* overflow: hidden;
    text-indent: -999px;
    display: inline-block;
    vertical-align: middle;
    background: url(../images/logo-rastroagro2.png) no-repeat 0 0;
    line-height: 5.8rem;
    width: 183px;
    margin-left: 19px;
    margin-top: -5px;*/
    overflow: hidden;
    text-indent: -999px;
    display: inline-block;
    vertical-align: middle;
    background: url(../images/logo-rastroagro.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 90%;
    line-height: 5.8rem;
    width: 300px;
    height: 80px;
    margin-left: 19px;
    margin-top: 15px;
}

.login-wrapper .retpass {
    display: block;
    padding-top: 11px;
    padding-bottom: 11px;
    text-align: center;
    color: #808080;
    font-size: 1.4rem;
    text-decoration: none;
}

.login-wrapper .register a {
    color: var(--primary-color);
}

.login-wrapper .row+.row {
    margin-bottom: 18px;
}

.login-wrapper p.register {
    font-size: 1.8rem;
}

.login-wrapper .button,
.register-wrapper .button {
    font-size: 2rem;
    line-height: 7rem;
    width: 100%;
    color: #fff;
    background: var(--primary-color);
    border: none;
    cursor: pointer;
    padding: 0;
    text-align: center;
}

.login-wrapper .button.facebook,
.register-wrapper .button.facebook {
    background: #3B5998;
}

.login-wrapper .button.google,
.register-wrapper .button.google {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    color: black;
    border: 1px solid black;
    border-radius: 5px;
    text-transform: none;
}

.login-wrapper .google-icon,
.register-wrapper .google-icon {
    margin-right: 8px;
    vertical-align: middle;
    width: 20px;
    height: auto;
}

.login-wrapper .button.facebook i,
.register-wrapper .button.facebook i {
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px;
    margin-top: -3px;
    width: 34px;
    height: 34px;
    background: url(https://rastroagro.com/images/cache/extralarge/iconos.webp) no-repeat -505px 0;
    overflow: hidden;
    text-indent: -200px;
}

/* .login-wrapper .button.google i,
.register-wrapper .button.google i {
    background-position: -548px 0;
} */

main.account {
    padding-top: 18px;
}

main.categoria aside {
    position: relative;
    padding-bottom: 10px;
    max-height: 100px;
    overflow: hidden;
}

main.categoria aside.opened {
    padding-bottom: 100px;
}

.account-menu-wrapper {
    overflow: hidden;
    max-height: 60px;
}

main.categoria aside .col-header,
.account-menu-wrapper .col-header {
    box-sizing: border-box;
    /* height: 60px; */
    margin-bottom: 20px;
}

main.categoria aside .col-header {
    margin-bottom: 30px;
}

.account-menu-wrapper .col-title,
main.categoria aside .col-title {
    text-transform: none !important;
    font-weight: 500;
    letter-spacing: -0.07rem;
    color: var(--secondary-color);
}

.account-menu-wrapper .col-title strong {
    width: calc(100% - 90px);
    display: inline-block;
    vertical-align: middle;
    margin-top: -4px;
    font-size: 2rem;
    line-height: 2.4rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.account-menu-wrapper .col-title strong:after {
    content: "";
    display: block;
    position: absolute;
    border: solid 5px var(--secondary-color);
    border-top-color: transparent;
    border-left-color: transparent;
    top: 10px;
    right: 6px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

main.categoria aside .col-title {
    font-size: 3.4rem !important;
    font-weight: 600;
    margin-bottom: 6px;
}

main.categoria aside .col-title+small {
    font-size: 1.8rem;
}

main.categoria aside .filter-header {
    border-bottom: solid 1px var(--primary-color);
    margin-bottom: 6px;
}

main.categoria aside .filter-title {
    font-size: 2rem;
    color: var(--secondary-color);
    margin-bottom: 13px;
}

main.categoria aside .filterbox li {
    padding: 5px 0;
    border-bottom: solid 1px #dedbd9;
    margin-bottom: 2px;
}

main.categoria aside .filterbox li a {
    font-size: 1.4rem;
    line-height: 1.6rem;
    font-weight: 500;
    color: var(--secondary-color);
}

main.categoria aside .filterbox li a:hover {
    color: var(--primary-color);
}

.account-menu-wrapper li a span,
main.categoria aside .filterbox li a span {
    font-size: 1.2rem;
    line-height: 14px;
    display: inline-block;
    vertical-align: middle;
    background: var(--filters-circle);
    margin-left: 15px;
    width: 21px;
    height: 14px;
    padding: 3px 0;
    text-align: center;
    border-radius: 50%;
    margin-top: -4px;
}

.account-menu-wrapper .col-title i {
    display: inline-block;
    vertical-align: middle;
    width: 48px;
    margin-right: 5px;
}

.account-menu-wrapper .col-title i img {
    width: 100%;
}

.account-menu-wrapper .col-title small {
    font-size: 1.6rem;
    font-weight: 400;
    display: block;
    padding-top: 6px;
    color: #808080;
}

.account-menu-wrapper ul,
main.categoria aside ul {
    margin-bottom: 24px;
    padding: 0 14px;
}

.account-menu-wrapper li {
    padding-bottom: 4px;
    border-bottom: solid 1px #efeded;
    margin-bottom: 4px;
}

.account-menu-wrapper li a,
.account-menu-wrapper h4 a {
    font-size: 1.6rem;
    line-height: 2.6rem;
    color: #808080;
    text-decoration: none;
}

.account-menu-wrapper h4 a {
    display: block;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 1.4rem;
    padding: 0px 0 13px;
    color: var(--primary-color);
}

.account-menu-wrapper h4 a i {
    display: inline-block;
    vertical-align: middle;
    margin-top: -4px;
    margin-right: 12px;
    background: url(https://rastroagro.com/images/cache/extralarge/iconos.webp) no-repeat -200px -111px;
    width: 34px;
    height: 23px;
}

.account-menu-wrapper li a:hover {
    color: var(--primary-color);
}

.account-menu-wrapper .button.export {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

main.account .content-wrapper .header {
    border-width: 5px;
    height: 51px;
}

main.categoria .breadcrumbs {
    margin-bottom: 25px;
}

main.account .content-wrapper .col-header,
main.categoria .content-wrapper .col-header {
    box-sizing: border-box;
    padding-top: 40px;
    height: 100px;
    margin-bottom: 20px;
}

main.account .content-wrapper .content {
    min-height: 100px;
}

main.account .content-wrapper .header.decobar:before,
main.categoria .content-wrapper .header.decobar:before {
    bottom: -5px;
    height: 5px;
}

main.account .content-wrapper .header.decobar:after,
main.categoria .content-wrapper .header.decobar:after {
    border-width: 5px;
    bottom: -5px;
}

main.account .content-wrapper .button.publica-tu-anuncio,
main.categoria .content-wrapper .button.publica-tu-anuncio {
    display: none;
}

main.account .content .content-header {
    margin-bottom: 40px;
    overflow: hidden;
}

main.account .content .content-header .forms,
main.account .content .content-header .forms+div {
    border-bottom: solid 1px #ccc;
    overflow: hidden;
    padding-bottom: 15px;
}

main.account .content .content-header .forms+div {
    padding-top: 20px;
}

main.account .content .content-header .forms>*,
main.account .content .content-header .forms+div>* {
    margin-bottom: 5px;
}

main.account .content .content-header .forms .button,
main.account .content .content-header .forms+div .button {
    background: var(--primary-color);
    color: #ffffff;
    border-radius: 4px;
    font-size: 1.5rem;
    line-height: 2.8rem;
    padding: 0 1.2rem;
}

main.account .content .content-header .forms>* {
    display: inline-block;
    vertical-align: middle;
}

main.account .content .content-header .forms>*+* {
    /* margin-left: 10px; */
}

main.account .content .content-header .forms input[type="text"],
main.account .content .content-header .forms select {
    border-radius: 4px;
    max-width: 200px;
    max-height: 30px;
    font-size: 1.4rem;
    line-height: 2rem;
}

main.account .content .content-header .forms .checkbox {
    font-size: 1.3rem;
    line-height: 3rem;
}

main.account .content .content-header .forms .checkbox input {
    vertical-align: middle;
    margin-top: 2px;
}

main.account .content .content-header .forms select {
    padding: 0 10px;
}

main.categoria .content-wrapper .col-header {
    margin-bottom: 20px;
}

main.account .content-header .title,
main.categoria .content-wrapper .col-title {
    font-size: 3rem;
    font-weight: 400;
    color: var(--primary-color);
    margin-bottom: 12px;
}

main.categoria .content-wrapper .col-title {
    font-size: 3.4rem;
    font-weight: 600;
}

main.anuncio .title.decobar {
    border-width: 4px;
    margin-bottom: 18px;
}

main.anuncio .title.decobar.bottom:before,
main.anuncio .title.decobar.bottom:after {
    height: 4px;
    bottom: -4px;
    border-width: 4px;
}

main.anuncio .title h2 {
    font-size: 3.4rem;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--primary-color);
    padding-top: 38px;
    margin-bottom: 20px;
}

main.anuncio .product-info {
    font-size: 0;
}

main.anuncio .images {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

main.anuncio .images .img {
    margin-bottom: 30px;
}

main.anuncio .images .slides {
    overflow: hidden;
}

main.anuncio .images .slides li {
    float: left;
}

main.anuncio .images .slides li img {
    cursor: pointer;
}

main.anuncio .images .thumbnails {
    position: relative;
}

main.anuncio .images .thumbnails .slider {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 144px);
}

main.anuncio .images .thumbnails .flex-direction-nav {
    display: none !important;
}

main.anuncio .images .thumbnails.multi .flex-direction-nav {
    display: block !important;
}

main.anuncio .images .thumbnails.arrows .flex-direction-nav {
    position: absolute;
    right: 0;
    top: 0;
    width: 126px;
    height: 102px;
}

main.anuncio .images .thumbnails.arrows .flex-nav-prev,
main.anuncio .images .thumbnails.arrows .flex-nav-next {
    position: absolute;
    display: block;
    border: none;
    border-radius: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    height: auto;
}

main.anuncio .images .thumbnails.arrows .flex-nav-next {
    left: auto;
    right: 0;
}

main.anuncio .images .thumbnails.arrows .flex-prev,
main.anuncio .images .thumbnails.arrows .flex-next {
    display: block;
    background: #5d5d5d;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
}

main.anuncio .images .thumbnails.arrows .flex-prev:before,
main.anuncio .images .thumbnails.arrows .flex-next:before {
    content: "";
    display: block;
    position: absolute;
    left: 30px;
    top: 35px;
    width: 30px;
    height: 30px;
    border: solid 1px transparent;
    border-top-color: #ffffff;
    border-right-color: #ffffff;
    transform: rotate(-135deg);
}

main.anuncio .images .thumbnails.arrows .flex-prev:hover,
main.anuncio .images .thumbnails.arrows .flex-next:hover {
    background: var(--primary-color);
    background: var(--primary-color);
}

main.anuncio .contactar {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

main.anuncio .topbox {
    padding-top: 30px;
}

main.anuncio .price {
    font-size: 3.4rem;
    font-weight: 500;
    padding-bottom: 20px;
    /* Adjust this value if needed */
}

main.anuncio .condicion-venta {
    font-size: 1.7rem;
    font-weight: 500;
    margin-top: -33px;
    /* Adjust this value if needed */
    margin-bottom: 20px;
    /* Adjust this value if needed */
}

main.anuncio .ubicacion {
    font-size: 1.4rem;
    font-weight: 500;
    margin-top: 10px;
    /* Adjust this value if needed */
    margin-bottom: 20px;
}

main.anuncio .financiar {
    border-top: solid 1px #dedede;
    padding-top: 18px;
    padding-bottom: 18px;
    margin-bottom: 27px;
    display: flex;
    justify-content: center;
}

main.anuncio .contactar form h3 {
    font-weight: 600;
}

main.anuncio .contactar form .col {
    padding-right: 0;
}

main.anuncio .contactar form .mensaje {
    position: relative;
    margin-bottom: 5px;
}

main.anuncio .contactar form .mensaje img {
    position: relative;
    opacity: 0;
    width: 100%;
}

main.anuncio .contactar form textarea {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}

main.anuncio .contactar form .buttons {
    padding-bottom: 0;
    font-size: 0;
}

main.anuncio .contactar form .buttons .button {
    color: #FFFFFF;
    background: var(--primary-color);
    width: 79%;
    font-size: 1.6rem;
}

main.anuncio .contactar form .buttons .button+.button {
    margin-left: 2% !important;
    width: 19%;
    padding: 0;
    background: #999999;
    border-color: #999999;
    text-align: center;
    text-indent: -7px;
}

main.anuncio .contactar form .buttons .button+.button i {
    display: inline-block;
    vertical-align: middle;
    background: url(https://rastroagro.com/images/cache/extralarge/iconos.webp) no-repeat -254px -110px;
    margin-top: -6px;
    width: 25px;
    height: 23px;
}

main.anuncio .contactar form .buttons .button.active {
    width: 100% !important;
    margin-left: 0 !important;
}

main.anuncio .contactar form .buttons .button.active i {
    display: none;
}

main.anuncio .contactar form .buttons .button.active:before {
    content: "Volver";
}

form .success {
    background: #708e21;
    font-size: 1.2rem;
    margin-bottom: 2rem;
    padding: 1rem;
    color: #ffffff;
}

.forms .consulta-telefono p {
    border-top: solid 2px var(--primary-color);
    font-size: 1.5rem;
    line-height: 2.5rem;
    padding: 20px 20px 20px 0;
}

main.anuncio .product-details {
    padding-top: 47px;
    /* padding-bottom: 90px; */
}

main.anuncio .product-details .decobar.bottom {
    border-width: 4px;
}

main.anuncio .product-details .subtitle {
    margin-bottom: 10px;
}

main.anuncio .product-details .decobar.bottom:before,
main.anuncio .product-details .decobar.bottom:after {
    bottom: -4px;
    height: 4px;
    border-width: 4px;
}

main.anuncio .product-details h4 {
    font-size: 2.6rem;
    color: var(--primary-color);
    font-weight: 600;
    margin-bottom: 16px;
}

main.anuncio .product-details .descripcion,
main.anuncio .product-details .atributos {
    margin-bottom: 50px;
}

main.anuncio .product-details .atributos ul li,
main.anuncio .product-details .descripcion p,
main.anuncio .product-details .condiciones p {
    font-size: 1.8rem;
    line-height: 2.5rem;
    color: var(--secondary-color);
}

main.anuncio .product-details .atributos ul li {
    display: inline-block;
}

main.anuncio .product-details .atributos ul li+li:before {
    content: "- ";
}

main.anuncio .img img {
    width: 100%;
}

main.account .header-content .button {
    float: right;
    line-height: 2.5rem;
    padding: 0 20px;
    margin-left: 15px;
    margin-bottom: 12px;
}

main.anuncio .contactar form h3,
.publicar .row .col h3,
.content-wrapper.baja h3 {
    font-size: 3.4rem;
    color: var(--primary-color);
    font-weight: 400;
    margin-bottom: 24px;
}

main.anuncio .contactar form h3 small,
.publicar .row .col h3 small {
    display: block;
    font-size: 1.8rem;
    padding-top: 10px;
}

main.anuncio .relacionados .col-header {
    margin-bottom: 25px;
}

main.anuncio .relacionados .product-card {
    max-width: 300px;
}

.publicar .forms>.row {
    padding-top: 45px;
}

.publicar .forms>.row+.row {
    padding-top: 38px;
}

.publicar .forms .row.attr {
    margin-bottom: 24px;
}

.publicar .forms .fotos,
.publicar .forms .atributos {
    padding-top: 30px;
    padding-bottom: 30px;
}

.publicar .forms .fotos h4,
.publicar .forms .atributos h4,
.publicar .forms .atributos h5 {
    padding-top: 15px;
    font-size: 1.8rem;
    margin-bottom: 15px;
    color: #808080;
}

.publicar .forms .atributos h4 {
    margin-bottom: 30px;
}

.publicar .forms .atributos h5 {
    font-size: 1.4rem;
    color: #363636;
}

.fotos-container {
    min-height: 80px;
}

.forms .field.money i,
.forms .field.percent i {
    top: 14px;
    left: 12px;
}

.forms .field.money i:before,
.forms .field.percent i:before {
    color: #4c4c4c;
    font-size: 1.8rem;
    font-style: normal;
}

.forms .field.money.dolar i:before {
    content: "U$S";
}

.forms .field.money.peso i:before {
    content: "$";
}

.forms .field.percent i:before {
    content: "%";
}

.forms .field.money input {
    padding-left: 65px;
}

.forms .field.money.peso input,
.forms .field.percent input {
    padding-left: 35px;
}

.forms .buttons {
    padding-top: 15px !important;
    padding-bottom: 40px;
}

.forms .buttons .button+.button {
    margin-left: 10px;
}

.forms .field-note {
    font-size: 1.2rem;
    color: #777777;
    padding-top: 10px;
    display: block;
}

.account .item-list>li {
    margin-bottom: 20px;
}

.account .item-list .usuario {
    font-size: 1.4rem;
    margin-bottom: 6px;
}

.account .item-list .usuario strong {
    color: var(--primary-color);
}

.account .item-list .main-data {
    background: #f2f2f2;
    padding: 18px;
    font-size: 0;
}

.account .consulta-show .consulta {
    position: relative;
    padding-bottom: 20px;
    border-bottom: solid 1px #cccccc;
    margin-bottom: 20px;
}

.account .consulta-show .mensajes {
    margin-bottom: 40px;
}

.account .consulta-show .mensajes li {
    padding: 10px;
    background: #efebeb;
    margin-bottom: 15px;
    font-size: 1.4rem;
}

.account .consulta-show .mensajes li.admin {
    background: #fff5f5;
}

.account .consulta-show .mensajes li h4 {
    color: var(--primary-color);
    padding-bottom: 5px;
    border-bottom: solid 1px #cccccc;
    margin-bottom: 10px;
}

.account .consulta-show .mensajes li p {
    line-height: 2.4rem;
    margin-bottom: 10px;
}

.account .consulta-show .mensajes li p+p {
    text-align: right;
    font-size: 1.2rem;
    margin-bottom: 0;
}

.account .consulta-show .mensajes li p+p span {
    color: var(--primary-color);
}

.account .consulta-show .subtitle+.forms textarea {
    height: 110px;
    margin-bottom: 15px;
    max-width: 1380px;
    min-width: 320px;
    min-height: 110px;
}

.account .consulta-show .subtitle+.forms .button {
    color: #ffffff;
    background: var(--primary-color);
}

.account .item-list .img {
    margin-bottom: 20px;
}

.account .item-list .img img {
    width: 100%;
}

.account .item-list .names,
.account .item-list .prices {
    padding-bottom: 22px;
    border-bottom: solid 1px var(--primary-color);
    margin-bottom: 16px;
}

.account .item-list.sortable .names {
    padding: 0;
}

.account .item-list .prices {
    margin-bottom: 12px;
}

.account .item-list .names h3,
.account .consulta-show .consulta .names h3 {
    font-size: 2.4rem;
    margin-bottom: 12px;
}

.account .item-list.sortable .names h3 {
    margin-bottom: 0;
}

.account .atributos .item-list .names h3 {
    display: inline-block;
    width: 180px;
}

.account .atributos .item-list .names h3+h3 {
    margin-left: 30px;
    width: auto;
}

.account .atributos .item-list .names h3+h3 span {
    font-size: 1.2rem;
    font-weight: 400;
}

.account .atributos .item-list .names h3+h3 span+span:before {
    content: ", ";
}

.account .atributos .item-list .names h3+h3:before {
    content: "Categoría";
}

.account .atributos .item-list .names h3:before,
.account .marcas .item-list .names h3:before {
    content: "Nombre";
    display: block;
    font-size: 1.2rem;
    margin-bottom: 5px;
    color: #666;
}

/* .account .item-list .prices h4 {
    color: #ff0000;
    font-size: 1.3rem;
    line-height: 1.5rem;
    margin-bottom: 6px;
}

.account .item-list .prices h3:before {
    content: "Precio público";
    color: var(--primary-color);
    font-size: 1.7rem;
    display: block;
    border-top: solid 1px #dfdfdf;
    padding-top: 0px;
    width: 155px;
    margin-bottom: 5px;
}

.account .item-list .prices h3 {
    color: var(--secondary-color);
    font-size: 2.4rem;
    line-height: 2.4rem;
    margin-bottom: 4px;
} */

.account .item-list .prices h4 {
    color: var(--primary-color);
    font-size: 1.7rem;
}

.account .item-list .prices h3 {
    color: var(--secondary-color);
    font-size: 2rem;
    line-height: 2.4rem;
}

.account .item-list .prices .top {
    margin-bottom: 10px;
}

.account .item-list .prices .middle {
    font-size: 1.4rem;
    color: gray;
}

.account .item-list .prices .bottom {
    font-size: 1.4rem;
    color: gray
}

.account .item-list .options {
    padding-bottom: 10px;
}

.account .item-list .options li {
    width: 124px;
    border-bottom: solid 1px var(--primary-color);
    padding: 8px 0;
}

.account .consultas .item-list .options,
.account .consulta-show .content .consulta .options {
    padding-top: 20px;
}

.account .consultas .item-list .options li,
.account .consulta-show .content .consulta .options {
    width: 140px;
}

.account .simple-item-list {
    width: 100%;
}

.account .simple-item-list tr {
    border-top: solid 1px #f2f2f2;
    border-bottom: solid 1px #cccccc;
}

.account .simple-item-list tbody tr:hover {
    background: #ebfbb9;
}

.account .simple-item-list td {
    line-height: 2rem;
    padding: 8px;
    font-size: 1.6rem;
}

.account .simple-item-list td.actions {
    min-width: 45px;
    text-align: right;
}

.account .simple-item-list th {
    font-size: 1.1rem;
    color: #121212;
    text-align: left;
    padding: 10px 4px;
}

.account .simple-item-list td {
    font-size: 1.2rem;
    padding: 6px 4px;
}

.account .simple-item-list ul li {
    display: inline-block;
}

.account .item-list .options a,
.account .simple-item-list ul li a,
.account .consulta-show .content .consulta .options li a {
    color: var(--primary-color);
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: uppercase;
}

.account .simple-item-list ul li a {
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    width: 20px;
    height: 14px;
    margin-top: -2px;
}

.account .item-list .options .destacar.destacado a,
.account .item-list .options .pausar.pausado a {
    color: #ff0000;
}

.account .item-list .options a i,
.account .simple-item-list ul li a i,
.account .consulta-show .content .consulta .options li a i {
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 14px;
    background: url(https://rastroagro.com/images/cache/extralarge/iconos.webp) no-repeat -7px -87px;
    margin-top: -4px;
    margin-right: 10px;
}

.account .consultas .item-list .options li.envelop i {
    background-position: -80px -86px;
}

.account .consultas .item-list .options li.envelop.opened a {
    color: #ff0000;
}

.account .consultas .item-list .options li.envelop.opened i {
    background-position: -61px -128px;
}

.account .simple-item-list ul li a i {
    margin-top: 0;
    margin-bottom: 20px;
}

.account .item-list .options .destacar.destacado a i {
    background-position: -7px -129px;
}

.account .item-list .options .destacar a:hover i {
    background-position: -7px -108px;
}

.account .item-list .options .destacar.destacado a:hover i {
    background-position: -7px -129px;
}

.account .item-list .options .editar i,
.account .simple-item-list .editar i {
    background-position: -25px -86px;
}

.account .item-list .options .editar a:hover i,
.account .simple-item-list .editar a:hover i {
    background-position: -25px -108px;
}

.account .item-list .options .pausar i {
    background-position: -42px -86px;
}

.account .item-list .options .pausar.pausado i {
    background-position: -42px -128px;
}

.account .item-list .options .pausar a:hover i {
    background-position: -42px -107px;
}

.account .item-list .options .pausar.pausado a:hover i {
    background-position: -42px -128px;
}

.account .item-list .options .eliminar i,
.account .simple-item-list .eliminar i,
.account .consulta-show .content .consulta .options li.eliminar i {
    background-position: -60px -87px;
}

.account .item-list .options .eliminar a:hover i,
.account .simple-item-list .eliminar a:hover i {
    background-position: -60px -107px;
}

.account .item-list .footer-data {
    padding-top: 10px;
}

.account .consulta-show .consulta .footer-data {
    position: absolute;
    right: 20px;
    top: 50px;
}

.account .consulta-show .consulta .footer-data li {
    font-size: 1.2rem;
    line-height: 2rem;
}

.account .consulta-show .subtitle {
    display: inline-block;
    border: solid 1px var(--primary-color);
    font-size: 1.8rem;
    line-height: 3rem;
    color: var(--primary-color);
    padding: 0 20px;
    margin-bottom: 15px;
    border-radius: 4px;
}

.account .item-list .footer-data ul {
    font-size: 0;
}

.account .item-list .footer-data li {
    display: inline-block;
    font-size: 1.1rem;
    color: #000;
}

.account .item-list .footer-data li strong {
    font-weight: bold;
}

.account .item-list .footer-data li+li {
    margin-left: 2px;
}

.account .item-list .footer-data li+li:before {
    content: "| ";
    display: inline-block;
    margin-right: 2px;
}

.account .atributos .forms select {
    width: 200px;
    height: 27px;
    padding: 2px 8px 3px;
    font-size: 1.4rem;
}

.account .atributos-sort .sorter .handler {
    cursor: move;
    position: relative;
    height: 35px;
}

.account .atributos-sort .sorter .handler:before,
.account .atributos-sort .sorter .handler:after {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    border: solid 2px var(--primary-color);
    transform: rotate(45deg);
}

.account .atributos-sort .sorter .handler:before {
    border-bottom-color: transparent;
    border-right-color: transparent;
}

.account .atributos-sort .sorter .handler:after {
    border-left-color: transparent;
    border-top-color: transparent;
    top: 10px;
}

.sortable .sortable-placeholder {
    background: #cce294;
    border: dotted 1px var(--primary-color);
    min-height: 70px;
}

.usuarios .main-data .data {
    font-size: 1.8rem;
}

.userdatashow input[type="text"],
.userdatashow input[type="email"],
.userdatashow select {
    background: #eaffb2;
}

.pass-reset-wrapper {
    max-width: 600px;
    margin: 0 auto;
}

.pass-reset-wrapper h2,
.quienes-somos-wrapper h1,
.contacto-wrapper h1 {
    padding-top: 20px;
    margin-bottom: 24px;
}

.contacto-wrapper .forms textarea {
    height: 163px;
}

.quienes-somos-wrapper p {
    font-size: 1.4rem;
    line-height: 2.4rem;
    margin-bottom: 40px;
}

.content-wrapper.users-form h3 {
    font-size: 2rem;
    line-height: 2.5rem;
    color: var(--primary-color);
}

.content-wrapper.baja .content {
    padding-top: 10px;
}

.content-wrapper.baja .bajaporventa {
    padding-top: 40px;
}

.content-wrapper.baja .bajaporventa h3 {
    font-size: 2.5rem;
}

.content-wrapper.baja .ventarastro,
.content-wrapper.baja .ventaotro,
.content-wrapper.baja .comentarios {
    padding-top: 20px;
}

.content-wrapper.ventas-view .col {
    font-size: 1.6rem;
}

.content-wrapper.ventas-view .col h2,
.content-wrapper.ventas-view .col p {
    margin-bottom: 10px;
}

.content-wrapper.ventas-view .buttons {
    padding-top: 30px;
}

.content-wrapper.ventas-view .buttons a {
    margin-right: 10px;
}

.content-wrapper.exportar .buttons>* {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}

.contacto-wrapper.financiacion .col-header {
    margin-bottom: 52px;
}

.contacto-wrapper.financiacion .col>h2 {
    font-size: 1.9rem;
    font-weight: 600;
    color: #000000b8;
    margin-bottom: 16px;
}

.contacto-wrapper.financiacion .col>p {
    font-size: 18px;
    font-weight: 300;
    color: #000000b8;
    line-height: 3.2rem;
    margin-bottom: 80px;
}

.contacto-wrapper.financiacion .col h4 {
    font-size: 1.8rem;
    padding-top: 10px;
    margin-bottom: 20px;
    color: #000000b8;
}

.contacto-wrapper.financiacion .col>label+label {
    margin-left: 40px;
}

.contacto-wrapper.financiacion .row.buttons {
    padding-top: 50px !important;
}

.contacto-wrapper.financiacion .row.buttons hr {
    margin-bottom: 20px;
    border: none;
    border-top: solid 1px #dadada;
}

.contacto-wrapper.financiacion .row.buttons label {
    padding-top: 14px;
}

.contacto-wrapper.financiacion .row.buttons label a {
    color: var(--primary-color);
}

.contacto-wrapper.financiacion .form-errors {
    font-size: 1.6rem;
    background: #d84141;
    color: #ffffff;
    padding: 10px 20px;
    margin-bottom: 30px;
}

.contacto-wrapper.financiacion .form-errors li {
    margin: 10px 0;
}

.contacto-wrapper.financiacion button[type="submit"] i {
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 25px;
    border: solid 1px #ffffff;
    border-radius: 50%;
    margin-top: -5px;
    margin-left: 10px;
    background: url(https://rastroagro.com/images/cache/extralarge/iconos.webp) no-repeat -185px -3px;
}

.marca-agua-rastroagro img {
    display: none;
}

.volver-anuncio {
    position: absolute;
    top: 2vh;
    left: 2.5vh;
    font-size: 15px;
    z-index: 99;
    cursor: pointer;
}

.contenedor-iva {
    display: inline-flex;
    /* flex-wrap: wrap; */
    /* background: #fff; */
    /* height: 100px; */
    width: 400px;
    align-items: center;
    border: 1px solid var(--primary-color);
    margin-left: 2%;
    /* justify-content: space-evenly; */
    justify-content: center;
    /* border-radius: 5px; */
    padding: 5.1px 5px 5.1px 0;
    /* box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.2); */
}

.contenedor-iva .option {
    /* background: #fff; */
    height: 30px;
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin: 0 10px;
    border-radius: 5px;
    cursor: pointer;
    /* padding: 0 10px; */
    /* border: 2px solid lightgrey; */
    transition: all 0.3s ease;
}

.contenedor-iva .option span {
    font-size: 1.9rem;
    color: #808080;
}


#iva-1:checked:checked~.option-1,
#iva-2:checked:checked~.option-2 {
    border-color: var(--secondary-color);
    background: var(--primary-color);
}

#iva-1:checked:checked~.option-1 span,
#iva-2:checked:checked~.option-2 span {
    color: #fff;
}

.g-recaptcha {
    display: flex;
    justify-content: center;
}

.incluye-iva {
    color: red;
    font-size: 12px;
    font-weight: bold;
    vertical-align: top;
}

.form-label {
    color: var(--secondary-color);
    font-size: 20px;
}

#usuario,
.password-contenedor,
.form-input {
    margin-top: 10px;
}

div#pop-up-message-circle {
    z-index: -9;

    display: none !important;
}

input[disabled]:hover,
label[for=iva-1][disabled]:hover,
label[for=iva-2][disabled]:hover {
    cursor: not-allowed;
}

.accordion-toggle:hover{
    cursor: pointer;
}

@media (max-width: 720px) {
    .title.content-header {
        flex-direction: column-reverse;
        align-items: flex-start;
    }

    #compartir-div {
        align-self: flex-end;
        margin-bottom: 10px;
    }

    main.anuncio .title h2 {
        padding-top: 0px;
    }
}



/* media queries */
@media(max-width: 460px) {
    main.anuncio .images .thumbnails.count2 .flex-direction-nav {
        display: block !important;
    }

    .button.cancelar.anuncio {
        margin-left: 0px !important;
    }

}

@media(max-width: 608px) {
    main.anuncio .images .thumbnails.count3 .flex-direction-nav {
        display: block !important;
    }
}

@media screen and (max-width: 600px) {

    main.account .content-wrapper .col-header,
    main.categoria .content-wrapper .col-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }

    main.account .content-wrapper .col-header .col-title,
    main.categoria .content-wrapper .col-header .col-title {
        margin-right: 20px;
    }

    main.account .content-wrapper .col-header .button.publica-tu-anuncio,
    main.categoria .content-wrapper .col-header .button.publica-tu-anuncio {
        margin-top: 10px;
    }

    main.account .content-wrapper .col-header.decobar.bottom.invert,
    main.categoria .content-wrapper .col-header.decobar.bottom.invert {
        height: 100%;
    }

    main.account .content-wrapper .col-header,
    main.categoria .content-wrapper .col-header {
        flex-direction: column;
        align-items: flex-start;
    }

    main.account .content-wrapper .col-header .col-title,
    main.categoria .content-wrapper .col-header .col-title,
    main.account .content-wrapper .col-header .button.publica-tu-anuncio,
    main.categoria .content-wrapper .col-header .button.publica-tu-anuncio {
        width: 100%;
        margin-bottom: 15px;
    }

    main.account .content-wrapper .col-header,
    main.categoria .content-wrapper .col-header {
        padding-top: 20px;
    }

    main.account .content-wrapper .col-header .button.publica-tu-anuncio,
    main.categoria .content-wrapper .col-header .button.publica-tu-anuncio {
        margin-bottom: 20px;
    }
}

@media(max-width: 719px) {
    .publicar.button-container button{
        padding: 0 4.1rem;
    }
    .financiacion-medida h2 {
        font-size: 2rem !important;
    }

    main.anuncio .images .thumbnails.multi .flex-direction-nav {
        display: block !important;
    }

    .categorias-home {
        width: 80%;
    }

    .categorias-home .img img {
        width: 70%;
        height: auto;
    }

    .categorias-home h2 {
        font-size: 20px;
        text-align: center;
    }

    .footer-top {
        text-align: center !important;
    }

    .footer-middle {
        text-align: center !important;
    }

    .branding-footer {
        width: 100% !important;
    }

    .branding-footer img {
        width: 150px;
    }

    .icon-rastro-desktop {
        display: none;
    }

    .icon-rastro-movil {
        display: block;
    }

    .brand img {
        width: 38px;
        height: 40px;
        margin-left: 0px;
        margin-top: -5px;
        margin-left: 4px;
    }

    .slogan-rastro-header {
        display: block;
    }

    .buscador {
        position: absolute;
        top: 5px;
        left: 20px;
        right: 0;
        height: auto;
        overflow: visible;
        padding: 10px 10px 0;
        transition: none;
    }

    .buscador .searchbox {
        width: 70%;
    }

    button#buttonSearchMobile {
        display: none;
    }

    header .container .burgerbutton {
        position: absolute;
        left: auto;
        right: 10px !important;
        top: 20px;
        transform: scale(0.8);
    }

    .buscador .searchbox input {
        border: solid 2px var(--background-color);
        padding: 4px 10px 4px 10px;
        border-radius: 5px;
    }
}

@media(min-width: 720px) and (max-width: 890px) {
    main.anuncio .images .thumbnails.count2 .flex-direction-nav {
        display: block !important;
    }
}

@media(min-width: 720px) and (max-width: 1184px) {
    main.anuncio .images .thumbnails.count3 .flex-direction-nav {
        display: block !important;
    }
}

@media(min-width: 380px) {
    .dropdown-menu>li .submenu {
        width: 280px;
    }

    main.anuncio .images .thumbnails .slider {
        width: calc(100% - 154px);
    }

    main.anuncio .images .thumbnails.arrows .flex-direction-nav {
        width: 136px;
    }
}

@media (max-width: 640px) {
    .volver-anuncio {
        top: 0.5vh;
    }
}

@media(min-width: 520px) {
    .categorias-home .cat-list {
        max-height: 250px;
    }

    .categorias-home ul li>a {
        width: 170px;
    }

    .categorias-home ul li .img {
        width: 100px;
        height: 100px;
    }

    .categorias-home ul li h3 {
        font-size: 1.2rem;
    }

    .footer-top {
        font-size: 0;
    }

    footer .block {
        display: inline-block;
        vertical-align: top;
        width: 40%;
    }

    footer .block.rastro h3,
    footer .block.cuenta h3 {
        height: 42px;
    }

    footer .block.rastro h3 span {
        display: block;
    }

    footer .block.cuenta {
        margin-left: 10%;
    }

    footer .block.cats {
        width: 100%;
        font-size: 0;
    }

    footer .block.cats li {
        display: inline-block;
        width: 50%;
    }

    footer .branding-footer {
        display: inline-block;
    }

    footer .copyright {
        float: right;
        display: block;
        /*margin-top: 5px;*/
    }

}


@media screen and (max-width: 980px) {

    .publicar.button-container{
        width: 100%;
    }

    .breadcrumbs-container {
        width: 100% !important;
        float: none;
    }

    .sec-center {
        width: 100% !important;
        float: left !important;
    }

    .order-drop-menu {
        width: 100% !important;
    }

    .section-dropdown {
        left: 0;
    }

    .nuevo-masfilter {
        display: contents;
    }

    .icon-filter {
        display: contents;
        color: var(--primary-color);
        font-size: 1.5rem;
    }

    .filters-list {
        border-bottom: solid 2px #0000000d;
    }

    .order-icon {
        display: block;
        color: var(--primary-color);
        margin: 5px 5px 0 0;
    }

    .contenedor-iva {
        margin-bottom: 10px;
        width: 94%;
    }

    .boton-anuncio-nuevo.desktop {
        right: unset;
        font-size: 12px;
    }
}

@media (max-width: 415px) {
    .col.anuncio.buttons {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .col.anuncio.buttons .button.publicar.anuncio {
        margin-bottom: 10px
    }
}

@media screen and (max-width: 410px) {
    .breadcrumbs {
        /* min-height: 140px; */
    }

    .breadcrumbs ul {
        padding: 0px !important;
    }

    .for-dropdown {
        flex-direction: row;
        margin-left: -12px;
    }

    .nuevo-masfilter-container {
        margin-left: -12px;
    }
}


@media(min-width: 720px) {
    .row .col:not([style*="display: none"])+.col {
        margin-left: 2%;
    }

    .row .col.col1 {
        width: 15%;
    }

    .row .col.col1-1 {
        width: 20%;
    }

    .row .col.col2 {
        width: 49%;
    }

    .row .col.col3 {
        width: 23.5%;
    }

    .row .col.col4 {
        width: 32%;
    }

    .row .col.col6 {
        width: 49%;
    }

    .row .col.col8 {
        width: 66%;
    }

    header {
        height: 122px;
    }

    header .header-wrapper {
        position: relative;
        z-index: 900;
        height: 122px;
        box-shadow: 0 0 15px rgba(50, 50, 50, 0.4);
    }

    header .container,
    header .menu {
        max-width: 1380px;
        height: 122px;
        padding: 0 25px;
        margin: 0 auto;
        position: relative;
    }

    header .menu {
        height: 0;
    }

    header .top-links {
        float: right;
        padding-top: 32px;
    }

    header .top-links li,
    header .top-links li+li+li {
        display: inline-block;
    }

    .dropdown-menu {
        border: 1px solid #0000000f;
    }

    .brand {
        float: left;
        width: 290px;
        padding: 26px 0 12px 76px;
        margin: 0;
        box-shadow: none;
    }

    .brand img {
        max-width: 280px;
        margin: 0;
    }

    .icon-rastro-desktop {
        display: block;
    }

    .icon-rastro-movil {
        display: none;
    }

    .icono-rastro-movil {
        display: none;
    }

    #buttonSearchMobile {
        display: none;
    }

    .buscador {
        position: absolute;
        top: 5px;
        left: 389px;
        right: 0;
        height: auto;
        overflow: visible;
        padding: 40px 20px 0;
        transition: none;
    }

    .dropdown-menu>li.ishover .submenu {
        right: auto;
        left: 327px;
        max-height: 1700px;

    }

    footer .block.rastro h3,
    footer .block.cuenta h3 {
        height: auto;
    }

    footer .block.rastro h3 span {
        display: inline;
    }

    footer .block.cats li {
        width: 25%;
    }

    /*footer .copyright {*/
    /*    margin-top: 22px;*/
    /*}*/

    footer .copyright strong {
        display: inline;
    }

    footer .copyright strong:after {
        content: " | ";
    }

    footer .legales {
        font-size: 0;
        text-align: center;
    }

    footer .legales li {
        display: inline-block;
        margin: 0 0;
    }

    footer .legales li+li a:before {
        content: " | ";
        margin-right: 6px;
    }

    .button.publicar,
    .top-links .mi-cuenta a {
        padding: 0;
        font-weight: 600;
        font-size: 1.96rem;
        line-height: 6rem;
        position: static;
        color: var(--secondary-color);
        border-color: transparent;
        background: transparent;
    }

    .button.publicar:hover,
    .top-links .mi-cuenta a:hover {
        color: var(--primary-color);
    }

    .button.publicar i,
    .top-links .mi-cuenta a i {
        margin-right: 10px;
        float: left;
        width: 32px;
        height: 32px;
        border-color: var(--primary-color);
        border-width: 2px;
        background-position: -440px -4px;
    }

    .categorias-home ul li>a {
        width: 170px;
    }

    .categorias-home ul li h3 {
        font-size: 1.6rem;
        line-height: 1.8rem;
        height: 3.6rem;
    }

    .dropdown-menu {
        position: absolute;
        z-index: 800;
        width: 327px;
        top: 0;
        left: 21px;
    }

    .dropdown-menu:after {
        height: 8px;
    }

    h2.decobar.bottom {
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0;
    }

    .product-card {
        width: 48%;
    }

    .product-card.par {
        margin-left: 4%;
    }

    .account-menu-wrapper {
        max-height: 60px;
    }

    .account-menu-wrapper .col-title i {
        width: 58px;
        margin-right: 10px;
    }

    .account-menu-wrapper .col-title strong {
        width: calc(100% - 150px);
        font-size: 2.4rem;
        line-height: 3rem;
    }

    .account-menu-wrapper .col-title strong:after {
        top: 10px;
        right: 46px;
    }

    .account .item-list .main-data>*,
    .account .consulta-show .consulta .main-data>* {
        display: inline-block;
        vertical-align: top;
    }

    .account .item-list .img {
        width: 17.5%;
        width: calc(168px);
    }

    .account .item-list .names,
    .account .item-list .prices,
    .account .item-list .options,
    .account .consulta-show .consulta .names {
        padding: 18px 0;
        border-bottom: none;
    }

    .account .item-list .names {
        margin-left: 4%;
        width: 45%;
        width: calc(90% - 350px);
    }

    .account .item-list .names h3,
    .account .consulta-show .consulta .names h3 {
        font-size: 2.2rem;
        font-weight: 500;
        color: #85ad1a;
    }

    .account .usuarios .item-list .names h4 {
        font-size: 1.4rem;
    }

    .account .item-list .prices {
        margin-left: 0;
        margin-top: 7px;
        border-left: solid 1px var(--primary-color);
        padding-left: 6%;
        width: 22%;
        width: calc(158px);
    }

    .account .simple-item-list td.actions {
        min-width: 170px;
    }

    .account .simple-item-list ul li+li {
        margin-left: 5px;
    }

    .account .simple-item-list ul li a {
        overflow: visible;
        width: auto;
        height: auto;
        margin-top: 0;
    }

    .account .simple-item-list ul li a i {
        margin-top: -2px;
        margin-bottom: 0;
        margin-right: 5px;
    }

    .account .consultas .item-list .img,
    .account .consulta-show .content .consulta .img {
        width: 170px;
    }

    .account .consultas .item-list .names,
    .account .consulta-show .content .consulta .names {
        width: 50%;
        width: calc(100% - 200px);
    }

    mein.categoria .col-header {
        height: 100px;
    }

    .categoria-wrapper .product-list {
        width: auto;
        margin-left: 320px;
    }

    .forms .attr-value .prefijo,
    .forms .attr-value .sufijo {
        display: inline-block;
        color: #555555;
        font-size: 2rem;
    }

    .forms .attr-value .prefijo {
        margin-right: 15px;
    }

    .forms .attr-value .sufijo {
        margin-left: 15px;
    }

    .forms .attr-value select,
    .forms .attr-value input[type="text"] {
        width: 50%;
    }

    .pass-reset-wrapper h2,
    .quienes-somos-wrapper h1,
    .privacidad-wrapper h1,
    .terminos-wrapper h1,
    .contacto-wrapper h1 {
        padding-top: 50px;
        margin-bottom: 34px;
    }

    .contacto-wrapper.financiacion h1 {
        margin-bottom: 20px;
        text-transform: none;
    }

    .contacto-wrapper.financiacion .forms .col.col6:nth-child(odd) {
        margin-left: 0 !important;
    }

    .quienes-somos-wrapper p {
        font-size: 1.6rem;
        line-height: 2.8rem;
        margin-bottom: 60px;
    }

    .privacidad-wrapper h2,
    .terminos-wrapper h2 {
        font-size: 2rem;
        line-height: 2.8rem;
        margin: 30px 0 20px;
    }

    .privacidad-wrapper p,
    .terminos-wrapper p,
    .privacidad-wrapper ul li,
    .terminos-wrapper ul li {
        font-size: 1.3rem;
        line-height: 2.2rem;
        margin-bottom: 16px;
    }

    .privacidad-wrapper ul li,
    .terminos-wrapper ul li {
        list-style: disc;
        margin-left: 15px;
        margin-bottom: 15px;
    }

    .privacidad-wrapper ul,
    .terminos-wrapper ul {
        margin-bottom: 18px;
    }

    .privacidad-wrapper p:last-child,
    .terminos-wrapper p:last-child {
        margin-bottom: 40px;
    }

    main.anuncio .images {
        width: 49%;
    }

    main.anuncio .contactar {
        margin-left: 4%;
        width: 47%;
    }
}

@media (min-width: 720px) and (max-width: 1149px) {
    .account .item-list .names {
        margin-left: 3%;
        width: calc(91% - 327px);
    }

    .account .usuarios .item-list .names {
        width: calc(91% - 140px);
    }

    .account .item-list .prices {
        margin-left: 3%;
        padding-left: 3%;
    }

    .account .item-list .options {
        margin-left: 0;
        padding-top: 0;
        padding-bottom: 0;
        width: 100%;
    }

    .account .item-list .options ul {
        width: 100%;
        text-align: center;
        border-top: solid 1px var(--primary-color);
    }

    .account .item-list .options ul li {
        display: inline-block;
        border-bottom: none;
        padding-top: 12px;
        padding-bottom: 0;
    }

    .account .item-list .options a i {
        margin-right: 3px;
    }
}

main.account .content-wrapper .button.publica-tu-anuncio {
    display: block;
    position: static;
    float: right;
    margin-top: -40px;
    font-size: 1.6rem;
}

main.account .content-wrapper .button.publica-tu-anuncio i {
    margin-left: 18px;
    margin-right: 10px;
}

@media(min-width: 980px) {
    footer .block.cats li {
        width: 25%;
    }

    .dropdown-menu .cuenta {
        display: none;
    }

    .button.publicar {
        padding: 0 12px 0 25px;
    }

    .button.publicar i {
        margin-right: 16px;
    }

    .top-links .mi-cuenta {
        display: inline-block;
        margin-left: 30px;
    }

    .top-links .mi-cuenta a {
        display: block;
        letter-spacing: -0.04rem;
        text-decoration: none;
        /*  text-transform: uppercase;*/
        line-height: 4.9rem;
    }

    .top-links .mi-cuenta a i {
        margin-top: 6px;
        margin-right: 22px;
        background: url('https://rastroagro.com/images/cache/extralarge/iconos.webp') no-repeat -248px 0;
    }

    .buscador {
        right: 200px;
    }

    main.account aside,
    main.categoria aside {
        float: left;
        width: 296px;
    }

    main.categoria aside {
        max-height: none;
        overflow: visible;
    }

    main.account .content-wrapper,
    main.categoria .content-wrapper {
        width: auto;
        margin-left: 320px;
    }

    main.account .content-wrapper .content {
        min-height: 350px;
    }

    .account-menu-wrapper {
        max-height: none;
    }

    .account-menu-wrapper .col-header {
        height: 100px;
        padding-top: 40px;
    }

    .account-menu-wrapper .col-title strong {
        width: calc(100% - 76px);
    }

    .account-menu-wrapper .col-title strong:after {
        display: none;
    }

    main.categoria aside .col-header {
        height: auto;
        padding-top: 0;
        /* padding-bottom: 15px; */
    }

    #mi-cuenta-dropdown.dropdown-menu {
        overflow: hidden;
        opacity: 0;
        max-height: 0;
        background: #ffffff;
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
        padding: 10px 20px;
    }

    #mi-cuenta-dropdown .col-header {
        padding-top: 10px;
        height: 50px;
    }

    #mi-cuenta-dropdown .col-header i {
        display: none;
    }

    #mi-cuenta-dropdown .col-header .col-title {
        font-size: 2rem !important;
    }



    .account .simple-item-list td {
        font-size: 1.4rem;
    }



    .product-card.par {
        margin-left: 0;
    }

    .product-card {
        width: 31.333333%;
    }

    .product-list .product-card.no-third {
        margin-left: 0;
        margin-right: 3%;
    }

    .pass-reset-wrapper {
        max-width: 800px;
    }

    .pass-reset-wrapper .container {
        padding-top: 30px;
        padding-bottom: 100px;
    }

    .quienes-somos-wrapper h1 {
        margin-bottom: 50px;
    }

    .quienes-somos-wrapper p {
        font-size: 1.8rem;
        line-height: 3.2rem;
        margin-bottom: 80px;
    }
}



@media(min-width: 1150px) {
    .account .item-list .main-data>* {
        vertical-align: middle;
        margin-bottom: 0;
    }

    .account .item-list .img {
        margin-bottom: 0;
    }

    .account .item-list .names,
    .account .consulta-show .consulta .names {
        margin-left: 3%;
        width: calc(85% - 125px);
        margin-bottom: 0;
    }

    .account .publicaciones .item-list .names {
        width: calc(85% - 454px);
    }

    .account .usuarios .item-list .names {
        width: calc(85% - 254px);
    }

    .account .item-list .prices {
        padding-left: 3%;
        margin-left: 3%;
    }

    .account .consultas .item-list .names,
    .account .consulta-show .content .consulta .names {
        width: 50%;
        width: calc(100% - 370px);
    }

    .account .item-list .options {
        margin-top: 7px;
        margin-left: 3%;
        border-left: solid 1px var(--primary-color);
        padding-left: 3%;
        width: 12%;
        width: calc(125px);
    }

    .account .consultas .item-list .options {
        border-left: none;
        padding-left: 0;
        width: 15%;
        width: calc(143px);
    }

    .account .consultas .item-list .options li {
        width: 143px;
    }
}

@media(min-width: 1180px) {
    .buscador {
        right: 520px;
        left: 410px;
    }

    footer .block.rastro {
        width: 23%;
    }

    footer .block.cuenta {
        width: 13%;
    }

    footer .block.cats {
        width: 58%;
    }

    footer .block.cats li {
        width: 33.33333%;
    }

    footer .block.social {
        width: 15%;
    }

    footer .block+.block {
        margin-left: 2%;
    }

    footer .block.cats li {
        width: 33%;
    }

    footer .copyright {
        float: none;
        display: inline-block;
        vertical-align: middle;
        /*margin-top: -17px;*/
        margin-left: 29px;
    }

    footer .legales {
        float: right;
        /*margin-top: 10px;*/
    }


    .top-links {
        display: flex;
        align-items: center;
        gap: 20px; /* optional: spacing between li items */
    }

    .top-links li {
        display: flex;
        align-items: center;
    }

    .top-links .social {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-left: 32px;
    }

    .top-links .social a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 30px;
        height: 30px;
        padding: 0;
        margin: 0;
        text-decoration: none;
        color: inherit;
    }

    .top-links .social a svg {
        width: 60px;
        height: 60px;
        vertical-align: middle;
    }
}

@media(min-width: 1280px) {
    .footer-middle.decobar {
        padding-left: 0;
        padding-right: 0;
        margin: 0 auto;
    }

    footer .container.footer-bottom {
        margin: 0 auto;
        max-width: 1380px;
        padding-left: 0;
        padding-right: 0;
    }

    .destacados-home {
        width: 1280px;
        padding: 30px 0;
        margin: 0 auto;
    }

    .destacados-home ul {
        width: 1296px;
    }

    .product-card,
    .product-card.par {
        width: 22.5%;
        margin-left: 0;
        margin-right: 15px;
    }

    .product-list .product-card.no-third {
        margin-right: 2%;
    }
}

@media screen and (max-width: 438px) {
    .col.baja-buttons {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .col.baja-buttons button {
        margin-bottom: 5px;
    }

    .col.baja-buttons a {
        margin-left: 0 !important;
    }
}

.autocomplete-suggestions {
    overflow-y: scroll;
}

.autocomplete-suggestion>* {
    vertical-align: middle;
}

.autocomplete-suggestion>img {
    margin-right: 15px;
}




#wspIframe {
    float: right !important;
    left: auto !important;
    right: 0px !important;
    bottom: 70px !important;
}

#popupIframe,
#chatIframe {
    float: right !important;
    left: auto !important;
    right: 0px !important;
    bottom: 40px !important;
}


#popupIframe,
#chatIframe {
    float: right !important;
    left: auto !important;
    right: 25px !important;
    bottom: 0px !important;
}


.contenedor-filtro-precio {
    margin-top: 10px;
    width: 100%;
    height: 30px;
    margin: auto;
}

input[type="radio"].filtro-precio-radio {
    transform: scale(1.5);
    accent-color: var(--filters-circle);
    display: inline;
}

.filtro-precio-label {
    font-size: 1.8rem;
    margin-right: 10px;
    line-height: 1.6rem;
    color: var(--secondary-color);
    font-weight: 500;
}

.filtro-precio-label:hover,
.filtro-precio-radio:hover {
    cursor: pointer;
}


.pass-icon {
    font-size: 30px;
    position: absolute;
    top: 20%;
    right: 20px;
    z-index: 99;
    color: rgba(0, 0, 0, 0.5)
}

.compartir-boton {
    width: 150px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 20px;
    position: relative;
    padding: 5px;
    color: #808080;
}

.compartir-menu {
    position: absolute;
    z-index: 99;
    padding: 10px;
    left: 18%;
}

.compartir-menu.opened {
    display: block;
}

.clipboard-message {
    font-size: 20px;
    display: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px;
    border-radius: 5px;
    color: var(--primary-color);
    z-index: 999999;
}

.compartir-imagen {
    height: 25px;
    margin: 5px;
    cursor: pointer;
}

.compartir-imagen.facebook {
    display: none;
}

@media screen and (max-width: 719px) {
    .compartir-menu {
        position: relative;
    }

    .title.content-header.decobar.bottom.invert {
        flex-wrap: wrap;
    }

    .compartir-menu {
        left: 0;
    }

    .contenedor-iva {
        margin-bottom: 10px;
        width: 94%;
    }
}

@media screen and (max-width: 711px) {
    .clipboard-message {
        font-size: 20px;
        display: none;
        position: absolute;
        left: 64%;
        top: 59%;
        transform: translateX(-50%);
        padding: 10px;
        border-radius: 5px;
        color: var(--primary-color);
        z-index: 999999;
    }

    .compartir-imagen.facebook {
        display: inline;
    }
}

input[type="radio"] {
    display: none;
}


@media screen and (max-width: 800px) {
    .block.cuenta{
        display: none;
    }
    footer .block.social a {
        background: none !important;
        text-indent: 0;
        overflow: visible;
        width: auto;
        height: auto;
        display: flex !important;
        align-items: left;
        gap: 0.5rem;
    }

    footer .block.social a svg {
        width: 24px;
        height: 24px;
        fill: currentColor;
    }
}