:root {
    --font-main: 'Delius', sans-serif;
    --font-secondary: 'Leckerli One', sans-serif;
    --brownish-grey: #686868;
    --lightish-green: #52d982;
    --corp: #68b438;
    --black: #000000;
}
/*@font-face {
    font-family: 'Brandon Grotesque';
    src: url('../fonts/Brandon_thin.eot');
    src: local('☺'), url('../fonts/Brandon_thin.woff') format('woff'), url('../fonts/Brandon_thin.ttf') format('truetype'), url('../fonts/Brandon_thin.svg') format('svg');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Brandon Grotesque';
    src: url('../fonts/Brandon_thin_it.eot');
    src: local('☺'), url('../fonts/Brandon_thin_it.woff') format('woff'), url('../fonts/Brandon_thin_it.ttf') format('truetype'), url('../fonts/Brandon_thin_it.svg') format('svg');
    font-weight: 100;
    font-style: italic;
}
@font-face {
    font-family: 'Brandon Grotesque';
    src: url('../fonts/Brandon_light.eot');
    src: local('☺'), url('../fonts/Brandon_light.woff') format('woff'), url('../fonts/Brandon_light.ttf') format('truetype'), url('../fonts/Brandon_light.svg') format('svg');
    font-weight: light;
    font-style: normal;
}
@font-face {
    font-family: 'Brandon Grotesque';
    src: url('../fonts/Brandon_light_it.eot');
    src: local('☺'), url('../fonts/Brandon_light_it.woff') format('woff'), url('../fonts/Brandon_light_it.ttf') format('truetype'), url('../fonts/Brandon_light_it.svg') format('svg');
    font-weight: light;
    font-style: italic;
}*/
@font-face {
    font-family: 'Brandon Grotesque';
    src: url('../fonts/Brandon_reg.eot');
    src: local('☺'), url('../fonts/Brandon_reg.woff') format('woff'), url('../fonts/Brandon_reg.ttf') format('truetype'), url('../fonts/Brandon_reg.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Brandon Grotesque';
    src: url('../fonts/Brandon_reg_it.eot');
    src: local('☺'), url('../fonts/Brandon_reg_it.woff') format('woff'), url('../fonts/Brandon_reg_it.ttf') format('truetype'), url('../fonts/Brandon_reg_it.svg') format('svg');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Brandon Grotesque';
    src: url('../fonts/Brandon_bld.eot');
    src: local('☺'), url('../fonts/Brandon_bld.woff') format('woff'), url('../fonts/Brandon_bld.ttf') format('truetype'), url('../fonts/Brandon_bld.svg') format('svg');
    font-weight: bold;
    font-style: normal;
}
/*@font-face {
    font-family: 'Brandon Grotesque';
    src: url('../fonts/Brandon_bld_it.eot');
    src: local('☺'), url('../fonts/Brandon_bld_it.woff') format('woff'), url('../fonts/Brandon_bld_it.ttf') format('truetype'), url('../fonts/Brandon_bld_it.svg') format('svg');
    font-weight: bold;
    font-style: italic;
}*/
/*@font-face {
    font-family: 'Brandon Grotesque';
    src: url('../fonts/Brandon_blk.eot');
    src: local('☺'), url('../fonts/Brandon_blk.woff') format('woff'), url('../fonts/Brandon_blk.ttf') format('truetype'), url('../fonts/Brandon_blk.svg') format('svg');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Brandon Grotesque';
    src: url('../fonts/Brandon_blk_it.eot');
    src: local('☺'), url('../fonts/Brandon_blk_it.woff') format('woff'), url('../fonts/Brandon_blk_it.ttf') format('truetype'), url('../fonts/Brandon_blk.svg_it') format('svg');
    font-weight: 900;
    font-style: italic;
}*/

/* varios */
a,
a:active,
a:focus,
a:hover {
    text-decoration: none;
}
a,
a:active,
.lnk-black,
.lnk-black:active,
.lnk-corp:focus,
.lnk-corp:hover,
.lnk-corp2:focus,
.lnk-corp2:hover,
.txt-black {
    color: black;
}
.txt-gris{
    color: #686868;
}
.txt-precio{
    color: #c02a85;
}
a:focus,
a:hover,
.lnk-black:focus,
.lnk-black:hover,
.lnk-corp,
.lnk-corp:active,
.txt-corp {
    color: #68b438;
}
.lnk-corp2,
.lnk-corp2:active,
.txt-corp2{
    color: #c02a85;
}
a#uploadImagenAnimal,
a#uploadImagenUsuario {
    color: #68b438;
    text-decoration: underline;
}

.btn{
    height: 32px;
    padding: 9px 18px;
    border-radius: 16px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.0;
    text-align: center;
    text-transform: uppercase;
}
.btn-gde{
    width: 200px;
    height: 48px;
    padding: 0;
    border-radius: 24px;
    font-size: 16px;
    line-height: 48px;
}
.btn-black,
.btn-black:active{
    background-color: black;
    color: white;
}
.btn-white,
.btn-white:active{
    background-color: white;
    color: var(--brownish-grey);
    border: 1px solid var(--brownish-grey);

}

.btn-black:focus,
.btn-black:hover,
.btn-corp:focus,
.btn-corp:hover,
.btn-corp2:focus,
.btn-corp2:hover,
.btn-corp3:focus,
.btn-corp3:hover,
.btn-default:focus,
.btn-default:hover,
.btn-primary:focus,
.btn-primary:hover,
.ajax-file-upload:focus,
.ajax-file-upload:hover {
    background-color: #686868;
    color: white;
}

.btn-corp,
.btn-corp:active,
.btn-default,
.btn-default:active,
.btn-primary,
.btn-primary:active,
.ajax-file-upload,
.ajax-file-upload:active {
    background-color: #68b438;
    color: white;
}
.btn-default,
.btn-primary{
    background-image: none;
    border: none;
}
.btn-corp2,
.btn-corp2:active{
    background-color: #c02a85;
    color: white;
}

.btn-corp2:hover{
    background-color: #68b438
}

.btn-corp3,
.btn-corp3:active{
    background-color: #d0f0fd;
}

.btn-modal{
    margin-top: 15px;
    width: 200px;
    height: 40px;
    border-radius: 40px;
}
@media(max-width: 991px){
    .btn-modal{
        width: 100%;
    }
}

.pastilla{
    height: 32px;
    padding: 8px 12px;
    border-radius: 16px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
}
.pastilla-corp2{
    background-color: #c02a85;
    color: white;
}
.pastilla-valoracion{
    width: 114px;
    height: 30px;
}

.pastilla-corp3{
    background-color: #d0f0fd;
}
.pastilla-precio{
    background-color: #c02a85;
    color: white;
}
.pastilla-gris{
    background-color: #686868;
    color: white;
}
.pastilla-black{
    background-color: black;
    color: white;
}

.flex{
    display: flex;
    display: -webkit-flex;
}

.flex-column{
    flex-direction: column;
    -webkit-flex-direction: column;
}


@media(max-width: 767px){
    .flex-reverse-xs{
        display: flex;
        display: -webkit-flex;
        flex-direction: column-reverse;
        -webkit-flex-direction: column-reverse;
    }
}

@media(max-width: 991px){
    .flex-column-xs{
        display: flex;
        display: -webkit-flex;
        flex-direction: column;
        -webkit-flex-direction: column;
    }

    .align-center-xs {
        align-items: center;
    }
    .justify-center-xs {
        justify-content: center; 
    }
}


.flex-space-between{
    justify-content: space-between;
}

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

.justify-center{
    justify-content: center;
}

.img-rounded{
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 20px;
}

.mb0 {
    margin-bottom: 0 !important;
}

h1, h2, h3, h4, h5 {
    margin-top: 0;
    margin-bottom: 10px;
}
/*hr {
    border-color: black;
}*/
.text-light         {font-weight: 300}
.text-regular       {font-weight: 400}
.text-semibold      {font-weight: 600}
.text-bold          {font-weight: 700}

/* FORM */
/*.form-control {
    border-color: black;
    border-radius: 0;
    box-shadow: 0;
    background-color: white;
    color: black;
}
.form-control::-moz-placeholder {
    color: black;
}
.form-control:-ms-input-placeholder {
    color: black;
}
.form-control::-webkit-input-placeholder {
    color: black;
}*/
.form-control{
    height: 40px;
    border: 1px solid black;
    background-color: transparent;
    color: black;
    border-radius: 0;
    font-size: 20px;
}

#formGuardarValoracion .form-control{
    font-size: 16px;
    line-height: 1.67;
    letter-spacing: -0.2px;
    color: black;
}
#formGuardarValoracion .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: black;
    opacity: 1; /* Firefox */
}
#buscador.form-control{
    border-right: 0;
}
.form-control::-moz-placeholder {
    color: #b9b9b9;
}
.form-control:-ms-input-placeholder {
    color: #B9B9B9;
}
.form-control::-webkit-input-placeholder {
    color: #B9B9B9;
}
.input-group-addon{
    width: 40px;
    height: 40px;
    border: 1px solid black;
    border-left: none;
    border-radius: 0;
    background-color: white;
    color: white;
    z-index: -1;
}
.input-group-addon:hover{
    color: black;
}
.div-buscadorCorp .input-group-addon{
    background-color: #c02a85;
    color: white;
}
.div-buscadorCorp .input-group-addon:hover{
    color: black;
}
.checkbox label a{
    text-decoration: underline;
}
@media(max-width: 767px){
    .form-control{
        font-size: 16px;
    }
}

/* BUTTON */
button:focus,
button:active{
    outline: none!important;
    box-shadow: none;
}
button::-webkit-outer-spin-button,
button::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
button {
    padding: 0;
    -moz-appearance: textfield;
}

input[type="button"]:focus,
input[type="button"]:active{
    outline: none!important;
    box-shadow: none;
}
input[type="button"]::-webkit-outer-spin-button,
input[type="button"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="button"] {
    -moz-appearance: textfield;
}

/* ALERT */
.alert-danger {
    margin-bottom: 40px;
    min-height: 64px;
    line-height: 32px;
    text-align: center;
    border-color: transparent;
    background-color: rgba(192, 42, 133, 0.2);
    letter-spacing: -0.28px;
    color: #c02a85;
    border-radius: 0;
}

.alert-danger a {
    text-decoration: underline;
}
.alert-danger img {
    margin-right: 11px;
}

@media(max-width: 991px){
    .alert-danger {
        line-height: normal;
        text-align: left;
    }
}
/* SELECT */
.select-group{
    position: relative;
}
.select-group .form-control{
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background-color: transparent;
    border: none;
    border: 1px solid black;
    border-radius: 0;
    padding-right: 40px;
    font-size: 20px;
    position: relative;
}

.select-group:before{
    content: '\f107';
    font-family: 'FontAwesome';
    width: 40px;
    height: 40px;
    background-color: #c02a85;
    border: 1px solid black;
    border-left: none;
    color: white;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    /*z-index: -1;*/
}


/* INPUT NUMBER */
input.inNumber{
    width: 40px;
    height: 40px;
    background-color: #f5f5f5;
    border-radius: 50%;
    border-image: none;
    border: none;
    color: #686868;
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
}
/*input:focus{
    -webkit-tap-highlight-color: none;
}*/
input.inNumber:focus,
input.inNumber:hover{
    /*border-bottom: 1px solid black;*/
    /*color: black;*/
    /*background-image: none;*/
}
input.inNumber:focus,
input.inNumber:active{
    outline: none;
    box-shadow: none;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}
/*
 CAROUSEL PRODUCTOS
.carouselProductos.carousel-handlers {
    padding-left: 50px;
    padding-right: 50px;
}
.carouselProductos .carousel-slide + .carousel-slide {
    margin-left: 15px;
}
.carouselProductos .carousel-slide img {
    height: 140px;
}
.carouselProductos .carousel-prev,
.carouselProductos .carousel-next{
    opacity: 0.5;
    transition: all 0.2s;
}
.carouselProductos .carousel-prev,
.carouselProductos .carousel-next {
    width: 54px;
    height: 54px;
    top: calc(50% - 54px);
}
.carouselProductos .carousel-track {
    border-radius: 4px;
    background-color: transparent;
}
.carouselProductos .carousel-prev .carousel-track,
.carouselProductos .carousel-next .carousel-track {
    width: 8px;
}
.carouselProductos .carousel-btn {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    border: 3px solid #c02a85;
    background-color: #DFE0E0;
    color: #c02a85;
    font-size: 42px;
    line-height: 46px;
    text-align: center;
}
.carouselProductos .carousel-btn {
    margin-top: -21px;
}
.carouselProductos .carousel-btn-on {
    opacity: 1;
}
.carouselProductos .carousel-btn-on .carousel-btn:hover {
    border-color: #686868;
    color: #686868;
}
.carouselProductos .bloqueProducto{
    height: 100%;
    width: 300px;
    padding: 60px 20px 20px 20px;
    text-align: center;
    position: relative;
}
.carouselProductos .bloqueProducto:hover{
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.14);
}
@media(max-width: 767px){
    .carouselProductos .bloqueProducto{
        width: 230px;
    }
}*/

/*POP UPS - MODALES */
.modal{
    background-color: rgba(255,255,255,0.8);
}
.modal-dialog{
    /*    max-height: calc(100vh - 25px);
        overflow-y: auto;*/
    position: relative;
}
.modal-dialog > .modal-body,
.modal-dialog .modal-content{
    width: 719px;
    padding: 40px 60px 40px 60px;
    border-radius: 0;
    border: 1px solid black;
}
.modal-dialog .modal-body{
    border-radius: 0;
    position: static;
}
.modal-dialog .close{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid black;
    font-size: 26px;
    line-height: 26px;
    text-align: center;
    opacity: 1;
    position: absolute;
    right: 40px;
    top: 63px;
}
@media(max-width: 991px){
    .modal-dialog .close{
        top: 48px;
    }
}

.modal-dialog .close:hover{
    border-color: #686868;
    color: #686868;
}
.modal-dialog .modal-body input[type="button"],
.modal-dialog .modal-body input[type="button"]:active{
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    background-color: #68b438;
    color: white;
}
.modal-dialog .modal-body input[type="button"]:hover,
.modal-dialog .modal-body input[type="button"]:focus{
    background-color: #686868;
    color: white;
}
.modal-header,
.modal-body{
    padding-left: 0;
    padding-right: 0;
}
.modal-dialog h4,
.modal-dialog .modal-title{
    font-family: var(--font-secondary);
    font-size: 30px;
}
.modal-dialog h5{
    font-family: var(--font-main);
    font-size: 24px;
}
.modal-dialog .modal-header{
    border-bottom: none;
}

.modal-dialog #formEditarAnimal label,
.modal-dialog #formDatosUsuario label {
    padding-left: 12px;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.25;
    letter-spacing: -0.2px;
    color: #000000;
}

.modal-dialog #formEditarAnimal .form-group .form-control,
.modal-dialog #formDatosUsuario .form-group .form-control {
    font-size: 16px;
    line-height: 1.25;
    letter-spacing: -0.2px;
    color: var(--brownish-grey);
}

.modal-dialog #formEditarAnimal .right,
.modal-dialog #formDatosUsuario .right {
    width: 424px;
}
.modal-dialog #formGuardarValoracion .flex {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;  
}
.modal-dialog #formGuardarValoracion .espaciado {
    margin-bottom: 19px;
}
.modal-dialog #formGuardarValoracion .contenedorValoracion {
    margin-top: 10px;
    margin-left: -4px;
    margin-right: -4px;
}
.modal-dialog #formGuardarValoracion .contenedorValoracion .contenedor_estrella {
    width: 30px;
    height: 30px;
    margin: 0 4px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
}
.modal-dialog #formGuardarValoracion .contenedorValoracion .contenedor_estrella,
.modal-dialog #formGuardarValoracion .contenedorValoracion .contenedor_estrella:active {
    background-image: url('../images/iconos/icon-mouse-gris.svg');
}
.modal-dialog #formGuardarValoracion .contenedorValoracion .contenedor_estrella:hover,
.modal-dialog #formGuardarValoracion .contenedorValoracion .contenedor_estrella:focus,
.modal-dialog #formGuardarValoracion .contenedorValoracion .contenedor_estrella.valorac-activa {
    background-image: url('../images/iconos/icon-mouse-corp.svg');
}
.modal-dialog #formGuardarValoracion .titulo-producto{
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 0.83;
    letter-spacing: -0.3px;
    color: #000000;
}
.modal-dialog #formGuardarValoracion .titulo-producto-1,
.modal-dialog #formGuardarValoracion .titulo-producto-2,
.modal-dialog #formGuardarValoracion .titulo-producto-3{
    color: var(--brownish-grey);
}

.modal-dialog #formGuardarValoracion .titulo-producto-2,
.modal-dialog #formGuardarValoracion .titulo-producto-3{
    font-size: 12px;
}

.modal-dialog #formGuardarValoracion .titulo-producto-3{
    margin-left: 60px;
}
.modal-dialog #formGuardarValoracion .dropzone.dz-clickable {
    padding: 0;
    cursor: pointer;
    border: none;
}
.modal-dialog #formGuardarValoracion span#info-imagenes-valoracion {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: -0.15px;
    color: var(--brownish-grey);
}
.modal-dialog #formGuardarValoracion span#info-imagenes-valoracion span {
    margin-left: 36px;
}
.modal-dialog #formGuardarValoracion .dz-button {
    font-weight: bold;
    letter-spacing: -0.2px;
    color: #008438;
    padding: 0 12px;
}
.dropzone .dz-preview {
    width: auto;
}
.dropzone .dz-preview .dz-details {
    display: none;
}
.modal-dialog #formGuardarValoracion .dropzone.dz-clickable {
    width: 100%;
    padding: 0;
    cursor: pointer;
    border: none;
    position: relative;
}
.modal-dialog #formGuardarValoracion .icono-foto {
    z-index: 1;
}
.modal-dialog #formGuardarValoracion .icono-foto,
.modal-dialog #formGuardarValoracion .dropzone.dz-clickable .dz-message {
    position: absolute;        
}
.modal-dialog #formGuardarValoracion .dropzone.dz-clickable .dz-message {
    left: 37px;
    top: 0;
}
.modal-dialog #formGuardarValoracion .dropzone.dz-clickable .dz-error-message:after {
    left: 91px;
}
.modal-dialog #formGuardarValoracion .dropzone.dz-clickable .dz-error-message {
    top: 90px;
    color: white;
    width: 210px;
    left: -65px;
}
.modal-dialog #formGuardarValoracion .dropzone.dz-started .dz-message {
    display: inline-block!important;
}
.modal-dialog #formGuardarValoracion span#info-imagenes-valoracion {
    position: absolute;
    left: 159px;
    top: 12px;
}
.dropzone {
    min-height: 65px!important;
}
.modal-dialog #formGuardarValoracion .dropzone.dz-clickable.dz-started {
    padding-top: 40px;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.dropzone.dz-started #info-imagenes-valoracion {
    width: 100%;
}
.dropzone .dz-preview.dz-image-preview,
.dropzone .dz-preview .dz-image,
.dropzone .dz-preview .dz-image img{
    border-radius: 0 !important;
    width: 65px !important;
    height: 65px !important;
}
.dropzone .dz-preview {
    width: auto!important;
}
.dropzone .dz-preview:first-of-type {
    margin-left: 52px!important;
}
.dropzone .dz-message {
    margin: 10px 0!important;
}
@media(max-width: 991px){
    .modal-dialog #formEditarAnimal .right,
    .modal-dialog #formDatosUsuario .right {
        width: auto;
    }

    .modal-dialog #formGuardarValoracion .espaciado {
        text-align: center;
    }
}
@media (min-width: 768px) {
}
@media (max-width: 767px) {
    .dropzone.dz-started #info-imagenes-valoracion {
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }
}
@media (max-width: 599px) {   
    
    .dropzone.dz-started #info-imagenes-valoracion {
        width: calc(100% - 49px);
    }
    .modal-dialog #formGuardarValoracion .dropzone.dz-clickable.dz-started {
        padding-top: 50px;
    }
    .modal-dialog #formGuardarValoracion span#info-imagenes-valoracion {
        left: 49px;
        top: 29px;
    }
    .modal-dialog #formGuardarValoracion span#info-imagenes-valoracion span {
        margin-left: 0;
        position: absolute;
        top: -19px;
        right: 0;
    }
}

.modal-footer .btn{
    margin-top: 10px;
}
.productoAnadidoCarrito,
.productoAnadidoFavoritos{
    text-align: center;
}
.productoAnadidoCarrito .btn,
.productoAnadidoFavoritos .btn{
    margin-bottom: 10px;
}
#popupMostrarContactoDiv{
    text-align: center;
}
#popupMostrarContactoDiv h3{
    font-family: var(--font-secondary);
    font-size: 20px;
    /*text-transform: uppercase;*/
}
#popupMostrarContactoDiv .dato-contacto .icono{
    margin-right: 10px;
}
#popupMostrarContactoDiv .dato-contacto a,
#popupMostrarContactoDiv .dato-agencia a{
    text-decoration: underline;
}
#popupMostrarContactoDiv hr{
    margin-top: 40px;
    margin-bottom: 40px;
}
#popupMostrarContactoDiv .dato-tlf .img-svg,
#popupMostrarContactoDiv .dato-mail .img-svg{
    margin-right: 10px;
}
@media(max-width: 767px){
    .modal-dialog h4,
    .modal-dialog .modal-title{
        font-size: 30px;
    }
/*    .modal-dialog > .modal-body,
    .modal-dialog .modal-content{
        padding: 25px 40px 40px 40px;
    }*/
    .modal-dialog > .modal-body,
    .modal-dialog .modal-content {
        padding: 25px 20px;
    }
    .modal-dialog .close {
        top: 10px;
        right: 10px;
    }
}
@media(max-width: 991px){
    .modal-dialog > .modal-body,
    .modal-dialog .modal-content{
        width: 100%;
    }
}



/****************************/
/******** MAIN-MENU *********/
/****************************/
/*#mainMenu .mainMenu-elem {
    position: relative;
}
#mainMenu .mainMenu-link,
#mainMenu .mainMenu-sub {
    color: black;
    cursor: pointer;
}
#mainMenu .mainMenu-link:hover,
#mainMenu .mainMenu-sub:hover,
#mainMenu .mainMenu-elem-act > .mainMenu-link,
#mainMenu .mainMenu-elem-on > .mainMenu-sub,
#mainMenu #mainMenu-root.mainMenu-elem-on > .mainMenu-link{
    color: #68b438;
}
#mainMenu .mainMenu-sub > .fa:before {
    content: '\f107';
}
#mainMenu .mainMenu-elem-on > .mainMenu-sub > .fa:before {
    content: '\f106';
}
#mainMenu .mainMenu-elem-on > nav {
    display: block!important;
}
@media (min-width: 992px) {
    #mainMenu #mainMenu-root > .mainMenu-link {
        display: none;
    }
    #mainMenu .mainMenu-nav1 {

    }
    #mainMenu .mainMenu-nav1 > .mainMenu-elem {

    }
    #mainMenu nav nav {
        background-color: white;
        text-align: left;
        white-space: nowrap;
        position: absolute;
        z-index: 10;
        display: none;
    }
    #mainMenu .mainMenu-nav2 {
        min-width: 100%;
        top: 100%;
        left: 0;
    }
    #mainMenu .mainMenu-nav3 {
        top: 0;
        left: 100%;
    }
}
@media (max-width: 991px) {
    #mainMenu nav {
        display: none;
    }
    #mainMenu .mainMenu-nav1 {
        min-width: 100%;
        background-color: white;
        text-align: center;
        white-space: nowrap;
        position: absolute;
        z-index: 10;
        top: 100%;
        left: 0;
    }
}*/

/****************************/
/**** DROPDOWN-MENU-MENU ****/
/****************************/
/* dropdownMenu */
.dropdownMenu {
    position: relative;
}
.dropdownMenu .dropdownMenu-cont {
    width: 100%;
    /*background-color: white;*/
    position: absolute;
    z-index: 12;
    top: 100%;
    left: 0;
    display: none;
}
.dropdownMenu.dropdownMenu-on .dropdownMenu-cont {
    display: block;
}
header #header-bottom .dropdownMenu .fa:before {
    content: "\f107";
}
header #header-bottom .dropdownMenu:hover .fa:before {
    content: "\f106";
}

header #header-bottom .dropdownMenu:hover .dropdownMenu-cont {
    display: block;
}

/****************************/
/********* NEW-MENU *********/
/****************************/
.newMenu {
    position: relative;
}
#new-menu{
    position: static;
}
#new-menu > .newMenu-cont {
    /*width: 100%;*/
    width: 320px;
    max-width: 100%;
    height: calc(100vh - 75px);
    padding: 40px;
    background-color: white;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.14);
    text-align: right;
    position: absolute;
    z-index: 12;
    top: calc(100% + 4px);
    right: 0;
    overflow-y: auto;
}
.newMenu > .newMenu-cont{
    display: none;
}
.newMenu.newMenu-on > .newMenu-cont {
    display: block;
}
.newMenu .newMenu-cont .fa:before {
    content: '\f107';
    /*margin-left: 10px;*/
    color: black;
    font-size: 30px;
}

.newMenu .newMenu-cont .newMenu-on .fa:before {
    content: '\f106';
}
#new-menu > a > .fa:after{
    content: '\f0c9';
    width: 30px;
    height: 30px;
    color: black;
    font-size: 16px;
}
.newMenu .newMenu-cont a:hover .fa:before,
#new-menu > a:hover > .fa:after{
    color: #68b438;
}
#new-menu .elem-menu1{
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    padding-top: 10px;
}
#new-menu #menu-contacto{
    padding-top: 10px;
}
#new-menu #menu-contacto .sub-menu1{
    margin-bottom: 20px;
    display: block;
}
#new-menu #submenu-tienda{
    display: none;
}
#new-menu #submenu-tienda .elem-menu2 .link-menu2{
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
}
#new-menu #submenu-tienda .elem-menu2 .link-menu2:before{
    content: '\f104';
    font-family : FontAwesome;
    position: absolute;
    left: 0;
    top: 0;
}
#new-menu > .lnk-svg .fa-times{
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 3px solid black;
    color: black;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    display: none;
}
#new-menu.newMenu-on > .lnk-svg .fa-times{
    display: inline-block;
}
#new-menu.newMenu-on .img-svg img{
    display: none;
}

.newMenu a{
    /*display: inline-block;*/
    display: block;
}
.newMenu a > span{
    display: inline-block;
    vertical-align: middle;
}
header #header-top .newMenu a + a{
    margin-left: 0;
}
.newMenu .newMenu-cont .sub-menu1{
    margin-bottom: 10px;
    text-transform: uppercase;
}
.newMenu .newMenu-cont span.sub-menu1{
    color: black;
}
.newMenu .newMenu-cont .link-menu2{
    margin-bottom: 10px;
    font-weight: normal;
}
.newMenu .newMenu-cont #newMenu-logo img{
    margin-bottom: 50px;
}
@media(max-width: 767px){
    #new-menu > .newMenu-cont {
        height: calc(100vh - 55px);
    }
}


/* estructura */
html {
    background-color: white;
    overflow-x: hidden;
}
body {
    /*    max-width: 1920px;
        margin: 0 auto;*/
    background-color: white;
    color: black;
    font-family: var(--font-main);
    font-size: 16px;
}
body #div-contenido{
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
}

section{
    position: static;
}
/*.menu-fixed {
    width: 100%;
    position: fixed!important;
    z-index: 10;
    top: 0;
    left: 0;
}*/
#aviso-cookies {
    width: 100%;
    padding: 20px;
    background-color: rgba(255,255,255,0.5);
    font-size: 16px;
    text-align: center;
    position: fixed;
    z-index: 10;
    bottom: 0;
    left: 0;
    display: none;
}
#email-noVerificado{
    width: 100%;
    font-size: 14px;
    text-align: center;
    position: fixed;
    z-index: 10;
    bottom: 0;
    left: 0;
    z-index: 9;
}
#email-noVerificado a{
    text-decoration: underline;
}
#email-noVerificado .alert{
    padding: 20px;
    margin: 0;
    background-color: rgba(255,255,255,0.5);
    border-color: transparent;
    color: inherit;
}

button{
    background-color: transparent;
    border: none;
}
button:focus,
button:hover{
    background-image: none;
}
button:focus,
button:active{
    outline: none;
    box-shadow: none;
}
/*button:focus{
    webkit-top-highlight-color: transaprent;
}*/
.container1460{
    width: 1490px;
    max-width: 100%;
}
.icono{
    width: 20px;
    height: 20px;
}
.icono-enlace{
    /*display: inline-block;*/
    /*vertical-align: top;*/
}
/* SVG */
.lnk-svg .img-svg {
    position: relative;
    display: inline-block;
}
.lnk-svg > *{
    display: inline-block;
    vertical-align: middle;
}
.lnk-svg .img-svg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    opacity: 1;
}
.lnk-svg .img-svg img {
    position: absolute;
    top: -2px;
    left: 0;
}
.lnk-svg .img-svg img + img{
    opacity: 0;
}
.lnk-svg:hover .img-svg img{
    opacity: 0;
}
.lnk-svg:hover .img-svg img + img {
    opacity: 1;
}
.lnk-svg .img-edit{
    top: -3px;
    left: -0.5px;
}

#header-logo{
    z-index: 50;
}

#header-logo img{
    height: 110px;
    z-index: 50;
}

header{
    /*background-color: #f2fafa;*/
    /*background: linear-gradient(#f2fafa, white);*/
    font-weight: bold;
    position: relative;
    z-index: 10;
    top: 0;
}
header.menu-sticky {
    position: sticky;
}
header:before{
    content: '';
    width: 100%;
    height: 155px;
    background: linear-gradient(#c9e9fb, white);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
header:after{
    content:'';
    width: 100%;
    height: 100%;
    background-image: url('../images/iconos/nubes.svg');
    background-size: cover;
    background-position: center center; 
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
header #header-top{
    height: 80px;
    margin-bottom: 20px;
}
header #header-top .container{
    position: relative;
}
header #header-top > .container > div{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
header #header-top > .container > div > div:last-of-type{
    padding-top: 25px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
header #header-top #header-menu nav,
header #header-top #header-login{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}
header #header-top > .container > div{
    padding-top: 5px;
}
header #header-top #header-redes,
header #header-top #header-enlaces{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
}
header #header-top #header-redes .fa{
    font-size: 20px;
}
header #header-top #header-redes > * + *,
header #header-top #header-enlaces > * + *,
header #header-top #header-login > * + *,
header #header-menu nav > * + *{
    margin-left: 18px;
}
header #header-top #header-search .lnk-svg{
    cursor: pointer;
}
header #header-top #header-search .lnk-svg:hover{
    color: #68b438;
}
header #header-top #header-login #header-buscador{
    width: 100%;
    max-height: calc(100vh - 80px);
    overflow-y: auto;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.14);
    background-color: white;
    padding: 50px 15px;
    margin: 0;
    overflow: auto;
    position: fixed;
    top: 80px;
    left: 0;
    z-index: 50;
}
header #header-top #header-login #header-buscador .form-control{
    border: none;
}
header #header-top #header-login #header-buscador h2{
    margin-bottom: 30px;
    font-size: 28px;
    font-weight: bold;
    text-transform: uppercase;
}
header #header-top #header-login #header-buscador .fa-close{
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 3px solid  black;
    color: black;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    position: absolute;
    right: 15px;
    top: 0;
}
/*
header #header-top #header-login #header-buscador .fa:before{
    content: '\f00d';
}
*/
header #header-top #header-login #header-buscador .fa-close:hover{
    border-color: #686868;
    color: #686868;
}
header #header-top #header-login #header-buscador .input-group .form-control{
    width: calc(100% - 80px);
    height: 80px;
    margin-left: 40px;
    font-size: 45px;
    box-shadow: none;
}
header #header-top #header-login #header-buscador .input-group .input-group-btn .icono{
    width: 80px;
    height: 80px;
}
header #header-top #header-login #header-buscador #divResultadosBuscadorCabecera > div{
    padding: 30px 0;
    font-size: 36px;
    font-weight: normal;
    margin-left: 0;
    width: 100%;
}
header #header-top #header-login #header-buscador #divResultadosBuscadorCabecera .resultado + .resultado{
    /*margin-top: 40px;*/
}
header #header-top #header-login #header-buscador #divResultadosBuscadorCabecera .resultado img{
    margin-right: 50px;
}
header #header-top #header-login #header-buscador #divResultadosBuscadorCabecera .resultado a{
    color: #686868;
}
header #header-top #header-login #header-buscador #divResultadosBuscadorCabecera .resultado a:hover{
    color: #68b438;
}

header #header-top #header-login .pedidos-pendientes-valorar{
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2rem;
    font-size: 1.5rem;
    text-align: center;
    color: white;
    background-color: #c02a85;
    border: solid 0.3rem #ddf1fc;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    transform: translate(-1.5rem, 1rem);

}

header #header-top #cuenta{
    position: relative;
}
header #header-top .cuenta .cuenta-cont{
    width: 470px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.14);
    background-color: white;
    overflow-y: auto;
    position: absolute;
    left: auto;
    right: -235px;
    top: calc(100% + 10px);
    z-index: 50;
}
header #header-top .cuenta .cuenta-cont h1{
    padding: 11px 32px;
    margin-bottom: 0;
    background-color: #f5f5f5;
    font-family: var(--font-secondary);
    font-size: 28px;
    text-align: center;
}
header #header-top .cuenta .cuenta-cont .box > div{
    padding: 40px;
    font-size: 16px;
    font-weight: normal;
}
header #header-top .cuenta .form-group + .form-group{
    margin-top: 30px;
}
header #header-top .cuenta .form-control{
    font-size: 16px;
}


header #header-top #divCarrito{
    position: relative;
}
header #header-top #divCarrito > .lnk-svg:hover > span:last-child{
    color: #68b438;
}
header #header-top #divCarrito #carritoNumProductos{
    /*width: 26px;*/
    /*height: 26px;*/
    /*border-radius: 50%;*/
    /*background-color: black;*/
    /*color: #8AC46A;*/
    color: black;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    display: inline-block;
}
header #header-top #divCarrito:hover #carritoNumProductos{
    color: #8AC46A;
}
header #header-top #divCarrito:hover #carritoNumProductos .lnk-svg .img-svg img{
    opacity: 0;
}
header #header-top #divCarrito:hover #carritoNumProductos .lnk-svg .img-svg img + img{
    opacity: 1;
}
header #header-top #divCarrito #divDetalleCarrito{
    width: 470px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.14);
    background-color: white;
    overflow-y: auto;
    position: absolute;
    left: auto;
    right: 0;
    top: calc(100% + 10px);
    z-index: 50;
}
header #header-top #divCarrito #divDetalleCarrito .tituloFondo{
    font-size: 28px;
    text-align: center;
}
header #header-top #divCarrito .carrito-cont{
    padding: 40px;
    font-size: 12px;
}
.carrito-cont .producto-resumen{
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid #d5d5d5;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}
.carrito-cont .producto-resumen .carrito-prodNombreCerrar,
.carrito-cont .producto-resumen .carrito-prodPrecioCantidad{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.producto-resumen .carrito-prodImg{
    width: 25%;
}
.producto-resumen .carrito-img > a{
    display: block;
}
.producto-resumen .carrito-prodDetalles{
    width: 75%;
    padding-left: 15px;
}
.producto-resumen .carrito-prodDetalles .carrito-prodNombre{
    font-size: 16px;
    font-weight: bold;
}
.producto-resumen .carrito-prodDetalles .carrito-prodAtrib{
    margin-bottom: 20px;
    color: #686868;
    font-weight: normal;
}
.producto-resumen .carrito-prodDetalles .carrito-prodPrecio{
    color: #68b438;
    font-weight: bold;
    font-size: 24px;
    font-size: 20px;
}
.producto-resumen .carrito-prodDetalles .carrito-prodPrecioUd{
    color: #686868;
    font-weight: normal;
}
.producto-resumen .carrito-prodDetalles .carrito-prodCantidad{
    width: 40px;
    height: 40px;
    background-color: #f5f5f5;
    border-radius: 50%;
    font-weight: bold;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
}
.producto-resumen .carrito-prodDetalles .x-close{
    width: 28px;
    height: 28px;
    border: 3px solid #c02a85;
    border-radius: 50%;
    color: #c02a85;
    line-height: 20px;
    text-align: center;
}
.producto-resumen .carrito-prodDetalles .x-close:hover{
    border: 3px solid #686868;
    color: #686868;
}

header #header-top #divCarrito .carrito-cont .resumen-precios,
header #header-top #divCarrito .carrito-cont .resumen-precioTot{
    font-size: 20px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: left;
}
header #header-top #divCarrito .carrito-cont .resumen-precios > *,
header #header-top #divCarrito .carrito-cont .resumen-precioTot > *{
    width: 50%;
}
header #header-top #divCarrito .carrito-cont .resumen-precios > * + *,
header #header-top #divCarrito .carrito-cont .resumen-precioTot > * + *{
    margin-left: 50px;
    color: #686868;;
}
header #header-top #divCarrito .carrito-cont .resumen-precioIva{
    margin-left: 3px;
    font-size: 12px;
    text-transform: lowercase;
}
header #header-top #divCarrito .carrito-cont .resumen-botones{
    margin-top: 50px;
    font-size: 16px;
    font-weight: normal;
}
header #header-top #divCarrito .carrito-cont .resumen-botones .btn{
    margin-bottom: 10px;
}
header #header-top #divCarrito .carrito-cont .resumen-botones .lnk-black{
    text-decoration: underline;
}
header #header-top #divCarrito #divDetalleCarrito .carrito-vacio{
    padding: 15px;
    text-align: center;
}

header #header-bottom > div{
    height: 44px;
    padding: 15px 20px;
    border-radius: 22px;
    background-color: black;
    color: white;
    font-size: 13px;
    /*text-transform: uppercase;*/
    position: relative;
    z-index: 2;
}
header #header-bottom > div:before{
    content: '';
    width: 30px;
    height: 26px;
    background-image: url('../images/iconos/ratoncito.svg');
    background-size: cover;
    background-position: center;
    position: absolute;
    bottom: 100%;
    left: 300px;
}
header #header-bottom ul{
    padding: 0;
}
header #header-bottom ul.nivel1,
header #header-bottom ul.nivel2{
    list-style-type: none;
}
header #header-bottom ul.nivel1{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}
header #header-bottom ul.nivel1 > li + li{
    margin-left: 40px;
}
header #header-bottom ul.nivel1 a{
    color: white;
}
header #header-bottom ul.nivel1 a:hover{
    color: #68b438;
}
header #header-bottom ul.nivel2{
    padding: 5px 20px;
    box-shadow: 0 5px 13px 0 rgba(0, 0, 0, 0.14);
}
header #header-bottom ul.nivel2 li{
    white-space: nowrap;
}
header #header-bottom .dropdownMenu .dropdownMenu-cont{
    padding: 15px 0;
    width: auto;
    line-height: 2.0;
}
header #header-bottom .dropdownMenu .dropdownMenu-cont ul {
    background-color: white;
}
header #header-bottom ul.nivel2 a{
    color: black;
    display: block;
}
header #header-bottom ul.nivel2 a:hover{
    color: #68b438;
}


header #menuPeq{
    position: fixed;
    top: 80px;
    left: 30px;
}


footer{
    padding-top: 69px;
    background-image: url('../images/footer-hierba.png');
    background-position: top center;
    background-repeat: repeat-x;
}
footer > div{
    background-color: #68b438;
}
footer .container{
    padding-top: 80px;
    position: relative;
}
footer #scrollTop{
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #c02a85;
    color: white;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    position: absolute;
    /*top: -80px;*/
    top: -60px;
    right: 0;
}
footer #scrollTop:hover{
    background-color: #686868;
}
footer a{
    color: black;
}
footer a:hover,
footer a:focus{
    color: white;
}
footer h2{
    margin-bottom: 20px;
    color: white;
    font-family: var(--font-main);
    font-size: 22px;
}
footer #footer-top{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
footer #footer-top ul{
    padding: 0;
    font-size: 16px;
    list-style-type: none;
}
footer #footer-top ul li{
    margin-bottom: 6px;
}
footer #footer-top #formNewsletterFooter .form-control::-moz-placeholder {
    color: black;
}
footer #footer-top #formNewsletterFooter .form-control:-ms-input-placeholder {
    color: black;
}
footer #footer-top #formNewsletterFooter .form-control::-webkit-input-placeholder {
    color: black;
}
footer #footer-top #formNewsletterFooter .form-control{
    border-radius: 0;
    border: 1px solid black;
    font-size: 16px;
}
footer #footer-top #formNewsletterFooter .input-group-addon{
    padding: 6px;
    background-color: white;
    border: 1px solid black;
    border-left: none;
    border-radius: 0;
}
footer #footer-top #formNewsletterFooter a .desplegar{
    color: #68b438;
}
footer #footer-top #formNewsletterFooter a:hover .desplegar{
    color: black;
}
footer #footer-top #formNewsletterFooter .checkbox label{
    font-size: 12px;
}
footer #footer-top #formNewsletterFooter .btn-black:hover,
footer #footer-top #formNewsletterFooter .btn-black:focus{
    background-color: #333333;
}
footer #footer-top #newsletter-pago{
    margin-left: -10px;
    margin-right: -10px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
footer #footer-top #newsletter-pago{
    margin-top: 30px;
}
footer #footer-top #newsletter-pago > div{
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
}
footer #footer-top #newsletter-pago .icono{
    width: auto;
    height: auto;
}

footer #footer-bottom{
    padding-top: 100px;
    padding-bottom: 40px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
footer #footer-bottom a + a{
    margin-left: 20px;
}


.tituloFondo{
    padding: 11px 32px;
    margin-bottom: 0;
    background-color: #f5f5f5;
    font-family: var(--font-secondary);
}

/* SHARER */
.sharer-js{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    align-items: center;
}
.sharer-js .redes-share-alt{
    width: 48px;
    height: 48px;
    /*padding: 12px;*/
    border-radius: 50%;
    background-color: #68b438;
    color: white;
    font-size: 18px;
    line-height: 48px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
}
.sharer-js .redes-share-alt:hover{
    background-color: #686868;
}
.sharer-js .redes{
    width: 0;
    height: 30px;
    border-radius: 50%;
    background-color: #68b438;
    color: white;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    display: none;
    /*transition: all 1s;*/
}
.sharer-js .redes:hover{
    background-color: #686868;
}
.sharer-js > * + *{
    margin-left: 10px;
}
.sharer-js-open .redes{
    width: 30px;
    display: inline-block;
}
/*.sharer-js-open > span,
.sharer-js-open > span .fa{
    background-color: #686868;
    color: white;
}
.sharer-js-open > span .fa{
    background-color: transparent;
}*/

@media(max-width: 1199px){
    header #header-bottom ul.nivel1 > li + li{
        margin-left: 22px;
    }
}
@media(max-width: 991px){
    .sharer-js{
        -webkit-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    .sharer-js .redes-share-alt{
        width: 32px;
        height: 32px;
        /*padding: 5px 8px;*/
        line-height: 32px;
    }
    /*    .sharer-js .lnk-svg > .img-svg {
            width: 20px!important;
            height: 20px!important;
        }*/
    .sharer-js > * + * {
        margin-left: 0;
        margin-right: 10px;
    }
}
/* PAGINADOR */
.section-paginador{
    padding-bottom: 120px;
}

.section-paginador .totPag{
    width: 110px;
}
.section-paginador .totPag span{
    font-weight: bold;
    font-size: 20px;
}
.section-paginador .totPag span:last-of-type{
    color: #686868;
}
.section-paginador .paginador{
    text-align: center;
}
.section-paginador .paginador > *{
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}
.section-paginador .paginador .fa-angle-left{
    margin-right: 32px;
}
.section-paginador .paginador > .fa-angle-right{
    margin-left: 32px;
}
.section-paginador .paginador .pagina{
    width: 40px;
    height: 40px;
    background-color: #f5f5f5;
    color: #686868;
    font-weight: bold;
    font-size: 20px;
    line-height: 39px;
}
.section-paginador .paginador .pagina:hover,
.section-paginador .paginador .paginador-act{
    background-color: #c02a85;
    color: white;
}
.section-paginador .paginador .pagina + .pagina{
    margin-left: 8px;
}
.section-paginador .paginador .fa{
    width: 44px;
    height: 44px;
    border: 2px solid #686868;
    background-color: transparent;
    color: #686868;
    font-size: 24px;
    line-height: 40px;
}
.section-paginador .paginador a.fa{
    border-color: black;
    color: black;
}
.section-paginador .paginador a.fa:hover{
    border-color: #c02a85;
    color: #c02a85;
}
@media(min-width: 992px){
    .section-paginador > div{
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-align-items: center;
        align-items: center;
    }
    .section-paginador .paginador{
        width: calc(100% - 110px);
        padding-right: 110px;
    }
}
@media(max-width: 991px){
    .section-paginador .totPag{
        display: none;
    }
    .section-paginador .paginador .fa {
        width: 34px;
        height: 34px;
        font-size: 14px;
        line-height: 30px;
    }
    .section-paginador .paginador .pagina {
        width: 30px;
        height: 30px;
        font-size: 13px;
        line-height: 29px;
    }
    .section-paginador .paginador .fa-angle-left {
        margin-right: 22px;
    }
    .section-paginador .paginador > .fa-angle-right {
        margin-left: 22px;
    }
}
@media(min-width: 768px){

}
@media(max-width: 767px){

}


/* ADAPTACIÓN GENERAL */
@media(min-width: 1500px){
    body {
        background-image: url(../images/fondo.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-attachment: fixed;
    }
}
@media(min-width: 1920px){
    body {
        background-size: auto;
    }
}
@media(min-width: 1500px) and (max-width: 1919px){
    body {
        background-size: contain;
    }
}
@media(max-width: 1399px){
    header #header-top #header-logo object{
        width: 150px;
    }
    header #header-top #header-redes{
        display: none;
    }
}
@media(min-width: 1200px){
    footer #footer-top .pel-emprende,
    footer #footer-top .indicador-ardan {
        width: 1140px;
        transform: translateX(-80%);
    }
    footer #footer-top > div{
        width: 20%;
    }
}
@media(max-width: 1199px){
    footer #footer-top > div{
        width: 25%;
    }
}
@media(min-width: 1180px){
    header #header-top .container > div > div:last-of-type{
        width: calc(100% - 180px);
        margin-left: 60px;
    }
}
@media(max-width: 1179px){
    header #header-top #header-enlaces{
        display: none;
    }
    header #header-top .container > div{
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

}
@media(min-width: 992px) and (max-width: 1199px){
    footer #footer-top .footer-divContacto{
        display: none;
    }
    footer #footer-top ul + h2{
        margin-top: 40px;
    }
    footer #footer-top .pel-emprende,
    footer #footer-top .indicador-ardan {
        width: 940px;
        transform: translateX(-75%);
    }
}
@media(max-width: 991px){
    header:before{
        height: 80px;
    }
    header #header-top {
        height: 80px;
        margin-bottom: 0;
    }
    header #header-top #header-login #header-buscador h2{
        margin-bottom: 60px;
        font-size: 24px;
    }
    header #header-top #header-login #header-buscador .input-group .lnk-svg .img-svg{
        width: 60px!important;
        height: 60px!important;
    }
    header #header-top #header-login #header-buscador .input-group .form-control{
        height: 60px;
        font-size: 40px;
        margin-left: 20px;
    }
    header #header-top .cuenta .cuenta-cont{
        right: 0;
    }

    header #header-top #header-login #header-buscador #divResultadosBuscadorCabecera > div {
        padding: 60px 80px 40px 80px;
        font-size: 20px;
    }
    header #header-top #header-login #header-buscador #divResultadosBuscadorCabecera .resultado + .resultado{
        margin-top: 10px;
    }
    header #header-top #header-login #header-buscador #divResultadosBuscadorCabecera .resultado img{
        margin-right: 40px;
    }
    header #header-logo img{
        width: 100px!important;
        height: 46.666666px!important;
    }
    footer .container {
        padding-top: 60px;
    }
    footer #footer-top .footer-divContacto a{
        margin-bottom: 10px;
        display: block;
    }
    footer #footer-bottom{
        padding-top: 0;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    footer #footer-top .pel-emprende,
    footer #footer-top .indicador-ardan {
        width: 720px;
        transform: translateX(-75%);
    }
}
@media(min-width: 768px){
    header #header-top #divCarrito #divDetalleCarrito,
    header #header-top .cuenta .cuenta-cont{
        max-height: calc(100vh - 66px);
    }
    footer #footer-top .pel-emprende {
        /*position: relative;*/
        margin-top: 20px;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-justify-content: space-between;
        justify-content: center;
    }
    footer #footer-top .indicador-ardan {
        margin-top: 30px;
        display: flex;
        display: -webkit-flex;
        justify-content: center;
        -webkit-justify-content: center;
    }

    footer #footer-top .pel-emprende img {
        width: calc(25% - 30px);
        margin-left: 0;
        margin-right: 0;
    }

    footer #footer-top .indicador-ardan img  {
        width: 200px;
        margin-left: 0;
        margin-right: 0;
    }
    /* footer #footer-top .pel-emprende img */
    /*footer #footer-top .pel-emprende img + img {
        position: absolute;
        top: 0;
    }
    footer #footer-top .pel-emprende img:nth-of-type(2) {
        right: 245px;
    }
    footer #footer-top .pel-emprende img:nth-of-type(3) {
        right: 485px;
    }
    footer #footer-top .pel-emprende img:nth-of-type(4) {
        right: 725px;
    }*/
}
@media(max-width: 767px){
    header:before{
        height: 60px;
    }
    header #header-top {
        height: 60px;
        margin-bottom: 0;
    }
    header #header-top #header-redes > * + *,
    header #header-top #header-enlaces,
    header #header-top #header-enlaces > * + *,
    header #header-top #header-login > * + *,
    header #header-menu nav > * + *{
        margin-left: 10px;
    }
    header #header-top .container > div > div:last-of-type{
        padding-top: 10px;
    }    
    header #header-top #header-login #header-buscador{
        top: 60px;
    }
    header #header-top #header-login #header-buscador h2{
        margin-bottom: 40px;
        font-size: 20px;
    }
    header #header-top #header-login #header-buscador .input-group .lnk-svg .img-svg{
        width: 40px!important;
        height: 40px!important;
    }
    header #header-top #header-login #header-buscador .input-group .form-control{
        width: calc(100% - 10px);
        height: 60px;
        font-size: 34px;
        margin-left: 0;
    }
    header #header-top #header-login #header-buscador #divResultadosBuscadorCabecera > div {
        padding: 30px;
        font-size: 16px;
    }
    header #header-top #header-login #header-buscador #divResultadosBuscadorCabecera .resultado + .resultado{
        margin-top: 5px;
    }
    header #header-top #header-login #header-buscador #divResultadosBuscadorCabecera .resultado img{
        margin-right: 30px;
    }

    header #header-top #cuenta,
    header #header-top #divCarrito{
        position: static;
    }
    header{
        position: relative;
    }
    header #header-top #cuenta .cuenta-cont,
    header #header-top #divCarrito #divDetalleCarrito{
        width: 100%;
        max-width: 100vw;
        height: calc(100vh - 60px);
        top: calc(100% + 8px);
        right: 0;
    }
    footer .container{
        padding-top: 0;
    }
    footer #footer-top{
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: center;
        align-items: center;
    }
    footer #footer-top > div{
        width: 220px;
    }
    footer #footer-top > div + div{
        margin-top: 30px;
    }
    footer #footer-top .pel-emprende img + img,
    footer #footer-top .indicador-ardan img {
        margin-top: 15px;
    }
    footer #footer-bottom{
        padding-top: 40px;
        -webkit-justify-content: center;
        justify-content: center;
    }
}
@media(min-width: 500px){
    header #header-top .cuenta .login-registro{
        position: absolute;
        right: 30px;
        top: 15px;
    }
}
@media(max-width: 499px){
    header #header-top #header-login #header-buscador #divResultadosBuscadorCabecera > div {
        padding: 15px 0;
    }
    header #header-top #header-login #header-buscador .input-group .form-control{
        font-size: 30px;
    }
    header #header-top #header-login #header-buscador #divResultadosBuscadorCabecera .resultado img{
        margin-right: 10px;
    }
}
@media(max-width: 399px){
    header #header-top #divCarrito #carritoNumProductos{
        display: none;
    }
}


/*NUEVO*/
.duaCarouselH,
.duaCarouselH .duaCarousel-slider,
.duaCarouselH .duaCarousel-row {
    position: relative;
}
.duaCarouselH .duaCarousel-track {
    overflow: hidden;
}
.duaCarouselH .duaCarousel-row,
.duaCarouselH .duaCarousel-temp {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.duaCarouselH .duaCarousel-col {
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}
.duaCarouselH .duaCarousel-prev,
.duaCarouselH .duaCarousel-next {
    position: absolute;
    cursor: pointer;
}

/* CUSTOM */
/*.duaCarouselH .duaCarousel-row {
    margin-left: -15px;
    margin-right: -15px;
}
.duaCarouselH .duaCarousel-col {
    padding-left: 15px;
    padding-right: 15px;
    -webkit-flex-basis: 292px;
    flex-basis: 292px;
}
.duaCarouselH.duaCarousel-handlersOn {
    padding-left: 20px;
    padding-right: 20px;
}*/
.duaCarouselH .duaCarousel-prev,
.duaCarouselH .duaCarousel-next {
    width: 54px;
    height: 54px;
    border: 3px solid #c02a85;
    border-radius: 50%;
    background-color: white;
    color: #c02a85;
    font-size: 42px;
    line-height: 46px;
    text-align: center;
    z-index: 5;
    top: 50%;
    transform: translate(0, -50%);
    transition: all 0.2s;
}
.duaCarouselH .duaCarousel-prev {
    left: 0;
}
.duaCarouselH .duaCarousel-next {
    right: 0;
}
.duaCarouselH .duaCarousel-prev:hover,
.duaCarouselH .duaCarousel-next:hover {
    border-color: #686868;
    color: #686868;
}
.duaCarouselH .duaCarousel-prev:after,
.duaCarouselH .duaCarousel-next:after {
    font-family: 'FontAwesome';
}
.duaCarouselH .duaCarousel-prev:after {
    content: '\f104';
}
.duaCarouselH .duaCarousel-next:after {
    content: '\f105';
}
@media (min-width: 1600px) {
    .duaCarouselH .duaCarousel-prev {
        left: -60px;
    }
    .duaCarouselH .duaCarousel-next {
        right: -60px;
    }
}
@media (max-width: 767px) {
    .duaCarouselH .duaCarousel-col article {
        transform: scale(0.9);
        opacity: 0.5;
        transition: transform 0.4s, opacity 0.4s;
    }
    .duaCarouselH .duaCarousel-act article {
        transform: scale(1);
        opacity: 1;
    }
}
/*
Verde claro: R104 G180 B56 => #68b438
Verde Oscuro: R0 G132 B63 => #00843f
Magenta: R192 G42 B133 => #c02a85
Morado: R124 G46 B133 => #7c2e85
Azul: R201 G233 B251 => #c9e9fb
*/
