/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
:root{
    --azul: #B6BECD;
    --verde: #BBCDB5;
    --naranja: #F6B595;
    --perla: #CCC4B5;
    --gris: #F7F7F7;
}
.b-verde{
    background-color: var(--verde) !important;
    color: white;
}
body {
    font-size: 14px;
    line-height: 1.4;
    background-color: #FFFFFF;
    color: #000000;
    text-rendering: optimizeLegibility;
}
button,
select,
input,
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

small{
    font-size: .7em;
}
figure{
    margin: 0px;
}
input[type="submit"], button, select{
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
}
img {
    vertical-align: bottom;
}

select{
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    outline:0px;
}
select::-ms-expand { /* for IE 11 */
    box-shadow: none;
    display: none;
    cursor: pointer;
    outline:0px;
}
:focus{
    outline:0px;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #EEB21E inset;
    box-shadow: 0 0 0px 1000px #EEB21E inset;
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: var(--azul);
    color: #000000;
}

::selection {
    background: var(--azul);
    color: #000000;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    /*vertical-align: middle;*/
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

ul, li {
    margin: 0px;
    margin-left: 0px;
    padding: 0px;
}


strong{
    font-family: 'semibold', Arial, Helvetica, Verdana, sans-serif;
    color:#000000 !important;
    font-weight: normal;
}
a{
    text-decoration: none;
    color: black;
    -webkit-tap-highlight-color: transparent; /* elimina el efecto que bloquea tap */
    touch-action: manipulation;  /* mejora respuesta al tocar */
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/*
 Notas:
  - Para el cálculo de las medidas en 'em' se ha utilizado la referencia de 16 px por 1 em.
 */

/* ==========================================================================
   FUENTES
   ========================================================================== */
  

@font-face {
    font-family: 'semibold';
    src: url('../fonts/Poppins-Medium.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'normal';
    src: url('../fonts/Poppins-Light.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
@font-face {
    font-family: 'bold';
    src: url('../fonts/SupremeLL-Jumbo.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
@font-face {
    font-family: 'awesome';
    src: url('../fonts/fa-brands-400.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
.lt-ie9{
  font-family: 'normal', 'Arial', 'Verdana', 'Geneva', 'sans-serif';
  font-size: 13px;
}
html{
    font-family: 'normal', arial, helvetica, verdana, sans-serif;
    overflow-y: scroll;
}


/* ==========================================================================
   LAYOUT GENERAL
   ========================================================================== */
article{
    
}
.display {
    font-family: 'bold';
    font-size: 100px;
    font-weight: normal;
    line-height: .85em;
    padding: 0px;
    margin: 0px;
    text-transform: uppercase;
}
h1, .h1{
    font-family: 'bold';
    font-size: 60px;
    font-weight: normal;
    line-height: .85em;
    padding: 0px;
    margin: 0px;
    text-transform: uppercase;
}
h2, .h2{
    font-family: 'bold';
    font-size: 48px;
    font-weight: normal;
    line-height: .9em;
    padding: 0px;
    margin: 0px;
}
h3, .h3{
    font-family: 'bold';
    font-size: 22px;
    font-weight: normal;
    padding: 0px;
    margin: 0px;
}
.titulo1, .titulo1_bold, .bloq_white_blog h2{
    font-family: 'normal';
    font-size: 22px;
    line-height: 24px;
    padding: 0px;
    margin: 0px;
}
.titulo1_bold, .bloq_white_blog h2{
    font-family: 'semibold';
    padding: 0px;
    margin: 0px;
}
.parrafo1, .parrafo1_bold, .box_col4 h3{
    font-family: 'normal';
    font-size: 18px;
    line-height: 1.2em;
    padding: 0px;
    margin: 0px;
}
.parrafo1_bold{
    font-family: 'semibold';
    padding: 0px;
    margin: 0px;
}
p, ul, ol, .parrafo2, .parrafo2_bold{
    font-family: 'normal';
    font-size: 14px;
    line-height: 1.2em;
    padding: 0px;
    margin: 0px;
}
p, ul, ol{
    margin: 15px 0px;
}
.parrafo2_bold{
    font-family: 'semibold';
    padding: 0px;
    margin: 0px;
}

.parrafo3, .parrafo3_bold{
    font-family: 'normal';
    font-size: 10px;
    line-height: 1.2em;
    padding: 0px;
    margin: 0px;
}
.parrafo3_bold{
    font-family: 'semibold';
    padding: 0px;
    margin: 0px;
}

button, .button{
    border-radius: 20px;
    border: 1px solid black;
    padding: 5px 60px;
    background-color: white;
    transition: all .5s;
    font-size: 12px;
    color: black;
    text-decoration: none;
    white-space: nowrap;
    display: inline-block;
    text-transform: uppercase;
}
button:hover, .button:hover{
    background-color: black;
    border-color: black !important;
    color: white;
}
.btn_subproducto{
    width: fit-content;
    margin: 2px 4px 2px 0px;
    padding: 6px 12px;
    border-color: #CCCCCC;
}
.btn_black{
    background-color: black;
    border-color: black;
    color: white;
}
.btn_sin{
    background-color: white;
    border-color: var(--naranja);
    color: var(--naranja);
    pointer-events: none;
}
.txtEnv {
    border: 1px solid var(--naranja);
    background-color: var(--naranja);
    padding: 5px 0px;
    border-radius: 18px;
    width: 100%;
    margin: 5px 0px 0px 0px;
    text-align: center;
    font-size: 12px;
    /* text-decoration: underline; */
    color: black;
}
.white{
    color: white !important;
}
footer .white{
    color: black !important;
}
.black{
    color: black !important;
}
.posFix{
    position: fixed;
}
.sin{
    text-decoration: line-through;
    color: #999999;
}
.texto{
  color: #FFFFFF;
  font-size: 1em;
  cursor: default;
  font-weight: normal;
}
.mobile_break br{
    display: none;
}
.espacioP{
  margin-top: 20px;
  margin-bottom: 20px;
}
.txtNegro{
    color: #000000 !important;
}
.txtGris{
    color: #666666 !important;
}
.txtGrisC{
    color: #999999 !important;
}
.txtRojo{
    color: #CC0000 !important;
}
.inputTextError{
    color: #CC0000 !important;
    /*background-color: rgba(204, 0, 0, 0.1) !important;*/
    -webkit-animation: movErr 2s infinite;
    animation: movErr 2s infinite;
}
@-webkit-keyframes movErr {
    0% {
        background-color: rgba(204, 0, 0, 0.1);
    }50%{
        background-color: rgba(204, 0, 0, .3);
    }100%{
        background-color: rgba(204, 0, 0, 0.1);
    }
}
@keyframes movErr {
    0% {
        background-color: rgba(204, 0, 0, 0.1);
    }50%{
        background-color: rgba(204, 0, 0, .3);
    }100%{
        background-color: rgba(204, 0, 0, 0.1);
    }
}

.errorBorder{
    outline: 1px solid #CC0000 !important;
}
.okBorder{
    outline: 1px solid #34A853 !important;
}
.checkAvisoError{
    border: 1px solid #CC0000 !important;
    background-color: #FFCCCC !important;
}
.txtCorporativo{
    color: var(--azul); /* rgba(0, 133, 204, 1) */
}
.txtAuxiliar{
    color: var(--verde); /* var(--verde) */
}
.txtAuxiliar:hover, .txtAuxiliar:focus{
    text-decoration: underline;
}
.txtAuxiliar2{
    color: #89193c !important; /* rgba(137, 25, 60, 1); */
}
.txtBlanco{
    color: #FFFFFF !important;
}
.destacado{
    background-color: rgba(0, 204, 255, .5)!important;
    color: #000000 !important;
}

.ico{
    height: 50px;
    border: none;
    background-color: transparent;
    font-size: 1em;
    color: var(--azul);
    margin: 0px 0px 0px 25px;
    padding: 0px;
    transition: all .5s;
    display: block;
}
.ico:hover, .ico:focus{
    opacity: .5;
}
.ico::before {
    content: '';
    position: absolute;
    margin-top: -13px;
    margin-left: -45px;
    /*z-index: -1;*/
    width: 50px;
    height: 50px;
    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-size: 300px;
}
.ico span{
    font-family: 'normal';
}
.icoWha::before{
    background-position: 0px -125px;
}
.icoTel::before{
    background-position: -50px -125px;
}
.icoMai::before{
    background-position: -100px -125px;
}
.icoFax::before{
    background-position: -150px -175px;
}
.icoMap::before{
    background-position: -100px -175px;
}
.icoWeb::before{
    background-position: -200px -175px;
}
.btnStandar{
    width: 100%;
    padding: 5px 0px;
    color: #000000;
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 133, 204, 1);
    border-radius: 0px;
    transition: all .5s;
}
.btnStandar:hover, .btnStandar:focus{
    background-color: rgba(0, 133, 204, 1);
    color: #FFFFFF;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .8);
}
/* ==========================================================================
   Copyright
   ========================================================================== */
#copyright{
  position: fixed;
  right: 15px;
  top: 100%;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  font-size: 0.75em;
  color: #444444;
  -webkit-transition: all .5s;
  transition: all .5s;
  opacity: 0;
}
#copyright:hover, .copyright:focus{
  color: #FFFFFF;
  text-shadow: 1px 1px #000000;
}
/* ==========================================================================
   Cookies
   ========================================================================== */
#leyDeCookies {
    position: fixed;
    width: 260px;
    /* max-width: 780px; */
    height: auto;
    bottom: 20px;
    right: 20px;
    text-align: left;
    line-height: 1em;
    font-size: .85em;
    transition: all 0.5s ease 0s;
    padding: 10px 26px;
    cursor: pointer;
    display: none;
    z-index: 100;
    border-radius: 30px;
    color: #FFFFFF;
    background-color: rgba(0, 0, 0, .3);
    /* -webkit-transform: translateX(-50%); */
    /* -ms-transform: translateX(-50%); */
    /* transform: translateX(-50%); */
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
}
#leyDeCookies:hover, #leyDeCookies:focus{
    background-color: rgba(0, 0, 0, .8);
}
#leyDeCookies a{
    color: #FFFFFF;
    
    text-decoration: none;
}
#leyDeCookies p{
    padding: 0px;
    display: block;
    animation: none;
    margin-bottom: 70px;
}
#leyDeCookies center{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#leyDeCookies button{
    border: none;
    color: #FFFFFF;
    transition: all .5s;
    padding: 6px 30px;
    background-color: rgba(255, 255, 255, .2);
    border-radius: 10px;
    border: 1px solid white;
}
#leyDeCookies .btn_white{
    background-color: rgba(255, 255, 255, 1);
    color: #000;
}
#leyDeCookies button:hover{
    background-color: rgba(0, 0, 0, .2);
}
#leyDeCookies strong{
    color: #FFFFFF !important;
    font-weight: normal !important;
}
/* ------------------------------------------------------------------------------
   ERRORES
   ------------------------------------------------------------------------------ */
.error{
    height: 100%;
    text-align: center;
    padding-top: 50px;
}
.imgCrash{
    background-image: url('/img/circuitos/notfound.jpg');
}
#logoError img{
    width: 140px;
}
#mainError{
    color: #FFFFFF;
    font-size: 2.5em;
    font-family: 'bold';
}
#mainError a{
    color: #FFFFFF;
}
#mainError a:hover{
    text-decoration: underline;
}

/* ==========================================================================
   Aviso
   ========================================================================== */
#aviso{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: white;
    /*backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);*/
    transition: all .8s;
    display:none;
    z-index: 100;
}
#aviso picture{
    
}
#aviso picture img{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    max-width: 100%;
    max-height: 100%;
    cursor: pointer;
}
#cajAvi{
    position: absolute;
    top: 35px;
    left: 50%;
    width: 520px;
    margin-bottom: 50px;
    font-size: 1em;
    background-color: #FFFFFF;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display:none;
    z-index: 201;
    padding-bottom: 30px;
}
#cajRes{
    position: absolute;
    top: -150px;
    left: 50%;
    width: 100%;
    max-width: 780px;
    min-height: 190px;
    margin-bottom: 50px;
    font-size: 1em;
    background-color: #FFFFFF;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display:none;
    z-index: 201;
}
#cajAvi h2{
    font-family: 'semibold';
    font-size: 1.4em;
    font-weight: normal;
    color: var(--azul);
    width: 90%;
    text-align: center;
    margin: 0px;
    padding: 40px 5% 0px 5%;
}
#cajAvi p{
    color: #000000;
    width: 90%;
    text-align: center;
    padding: 5%;
}
#cajAvi p a{
    color: var(--naranja);
}
input, select {
    width: 86%;
    margin: 0px 5% 10px 5%;
    margin-top: 4px;
    padding: 0px 0px 3px 0px;
    border-bottom: 1px solid black;
    color: #000000;
    resize: vertical;
    display: block;
    border: none;
    border-bottom: 1px dotted black;
}
select {
    width: fit-content;
    margin: 0;
    margin-top: 4px;
    padding: 5px 15px;
    border: none;
    color: #000000;
    resize: vertical;
    display: block;
    border-radius: 15px;
    background-color: #e9e9ed;
}
textarea {
    width: 86%;
    min-height: 110px;
    margin: 0px 5% 10px 5%;
    margin-top: 4px;
    padding: 10px 15px;
    border: none;
    color: #000000;
    resize: vertical;
    display: block;
    background-color: var(--gris);
    border-bottom: 1px dotted black;
}
#cajAvi .btn{
    width: 90%;
    margin-left: 5%;
    color: #FFFFFF;
    background-color: var(--azul);
    border: none;
    transition: all .5s;
}
#cajAvi .btn:hover, #cajAvi .btn:focus{
    opacity: 1;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .5) !important;
    background-color: var(--azul);
    color: #FFFFFF;
}
#cajAvi .formTPV .btn_black{
    padding: 7px;
    border-radius: 23px;
}
.btnOkStandar{
    position: absolute;
    bottom: 20px;
    width: 150px;
    height: 35px;
    border: 1px solid var(--azul);
    background-color: var(--azul);
    color: #FFFFFF;
    transition: all .5s;
}
.btnOffStandar{
    position: absolute;
    bottom: 20px;
    width: 150px;
    height: 35px;
    border: 1px solid #FFFFFF;
    background-color: #FFFFFF;
    color: #666666;
    transition: all .5s;
}
.btnOkStandar:hover, .btnOkStandar:focus, .btnOffStandar:hover, .btnOffStandar:focus{
    box-shadow: 2px 2px 3px rgba(0, 0, 0, .5);
}
#btnOffAvi{
    left: 50px;
}
#btnOnAvi{
    right: 20px;
}
/* ==========================================================================
   AVISO SUPERIOR
   ========================================================================== */
#mensajeAviso{
    position: fixed;
    top: -80px;
    width: 100%;
    height: auto;
    background-color: #FFFFFF;
    opacity: .8;
    text-align: center;
    border-bottom: 1px solid #000000;
    z-index: 1500;
    padding: 15px 0px;
    font-size: 1em;
    color: #FFFFFF;
    -webkit-box-shadow: rgba(0, 0, 0, .3) 2px 2px 3px 0px;
    -moz-box-shadow: rgba(0, 0, 0, .3) 2px 2px 3px 0px;
    -ms-box-shadow: rgba(0, 0, 0, .3) 2px 2px 3px 0px;
    -o-box-shadow: rgba(0, 0, 0, .3) 2px 2px 3px 0px;
    box-shadow: rgba(0, 0, 0, .3) 2px 2px 3px 0px;
    display: block;
}
/* ==========================================================================
   AVISO LEGAL
   ========================================================================== */
.bloq_legal{
    height: auto !important;
    padding: 150px 8% !important;
    width: 84% !important;
}
.bloq_legal .col50{
    width: 50%;
    display: block !important;
}
.bloq_legal p{
    max-width: initial !important;
    margin: 15px 0px !important;
}
.bloq_legal h2{
    text-transform: initial !important;
    margin-bottom: 0px !important;
}
.bloq_legal a{
    text-decoration: underline;
}
#txtInfo{
    position: relative;
    padding-top: 180px;
    width: 100%;
    min-height: 500px;
    color: #000000;
    background-color: #FFFFFF;   
    z-index: 3;
}

#txtInfo canvas{
    width: 100%;
    margin: 0px;
    height: 15px;
    background-color: #183a5c;
    display: none;
}
#txtInfo img{
    width: 100%;
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    pointer-events: none;
    user-select: none;
}
#txtInfo .marca{
    width: 140px;
    height: auto;
    margin-top: 0px;
    margin-bottom: 40px;
}

#txtInfo section {
    left: 50%;
    width: 90%;
    max-width: 720px;
    padding: 0px 5% 150px 5%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #FFFFFF;
    position: relative;
}
#txtInfo section video{
    width: 100%;
}

.txtCenter{
    width: 100%;
    margin: 10px 0px 40px 0px;
    text-align: center;
    display: block;
}

#txtInfo section ul{
    font-family: 'normal';
    margin-left: 5%;
}
#txtInfo section ul li{
    list-style-type: initial;
}
#txtInfo .titulo1{
    margin-top: 40px;
}
#txtInfo section a{
    color: var(--naranja);
    text-decoration: none;
    transition: all .5s;
}
#txtInfo section a:hover{
    color: #FFFFFF;
    background-color: black;
}


/* ==========================================================================
   LOGIN
   ========================================================================== */
.box_login {
    display: block !important;
    width: 100% !important;
    top: 0px !important;
    height: 100% !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.box_login .caja {
    width: calc(100% - 80px);
    max-width: 520px;
    margin: auto;
} 
.box_login .caja h1{
    text-align: center;
    margin-bottom: 70px;
}
.box_login button{
    padding:10px 60px
}
.forLogin{
    text-align: left;
    padding-bottom: 40px;
    display: none;
}
.forLogin input {
    width: calc(100% - 32px);
    border-bottom: 1px solid black;
    margin: 0px 0px 10px 0px;
    padding: 5px 0px;
    /* border-radius: 8px; */
    display: block;
}
.forLogin .btnRec {
    position: relative;
    /* float: right; */
    width: fit-content;
    border-radius: 8px;
    padding: 5px 10px 5px 0px;
    margin: 0px 0px 40px 0px;
    border: 1px solid transparent;
    background-color: transparent;
    text-transform: uppercase;
    font-size: .75em;
    font-family: 'semibold';
}
.forLogin .btnRec:hover{
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent !important;
    opacity: .5;
    color: black;
}

.forLogin h3{
    margin: 0px;
    font-family: 'semibold';
    font-weight: normal;
    font-size: 3.2em;
    text-align: center;
}
.forLogin h3 span{
    padding: 0 20px;
    background-color: var(--azul_light);
}
.forLogin em{
    margin: 10px 0px 10px 0px;
    font-size: 1em;
    color: #999999;
    text-align: left;
    font-size: .85em;
    display: block;
}
.forLogin .label{
    color: var(--azul_light);
    color: #999;
    display: block;
    margin-bottom: 10px;
    margin-top: 20px;
}
.forLogin select{
    /* width: 228px; */
    height: auto;
    /* margin: 40px 0px -20px 0px; */
    padding: 2%;
    text-align: center;
    border: 1px solid var(--azul_light);
    color: #000000;
    background-color: #FFFFFF;
    /* display: block; */
}
.forLogin button{
    width: 100%;
}
#infoLogin{
    text-align: center;
    margin-top: 10px;
}

#cajAvi .imgConFon, #cajRes .imgConFon{
    width: 100%;
    pointer-events: none;
}
.fonImgFbk{
    background-image: url(../img/spriteF.png);
    background-repeat: no-repeat;
    background-size: 300px;
    background-position: -200px -289px;
    background-color: rgba(128, 130, 129, .8);
}
.btnMenu .fonImgFbk{ /* ajuste menú */
    margin-top: -65px;
    position: relative;
    top: 37px;
    float: left;
    width: 70px !important;
    height: 70px !important;
    margin-left: 0px;
    margin-right: 0px;
    background-size: 200px;
    background-position: -137px -193px;
}
.imgFbk{
    width: 100%;
}
.divCenter{ 
    position: relative;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10;
}
#neitFacebookSignInButton,
#neitFacebookSignOutButton {
    margin-top: 20px;
    width: 100%;
    height: auto;
    padding: 6px 0px;
    border: none;
    background-color: #4267B2;
    color: #FFFFFF;
    text-align: center;
    cursor: pointer;
    border-radius: 30px;
    transition: all .5s;
}

#neitFacebookSignInButton:hover,
#neitFacebookSignOutButton:hover {
    box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, .5);
}

.neitFacebookSignInIcon,
.neitFacebookSignOutIcon {
    width: 40px;
    height: 32px;
    background: url('/img/FB-f-Logo__white_57.png') transparent 5px no-repeat;
    background-size: 50%;
    display: inline-block;
    vertical-align: middle;
}

.neitFacebookSignInText,
.neitFacebookSignOutText {
    padding: 0px 10px;
    font-size: .85em;
    font-family: 'bold';   
    display:inline-block;
    vertical-align: middle;
}

#neitGoogleSignInButton,
#neitGoogleSignOutButton {
    margin-top: 20px;
    width: 100%;
    height: auto;
    padding: 8px 0px;
    border: none;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    color: #999999;
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
    transition: all .5s;
}

#neitGoogleSignInButton:hover,
#neitGoogleSignOutButton:hover {
    box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, .5);
}

.neitGoogleSignInIcon,
.neitGoogleSignOutIcon {
    width: 40px;
    height: 32px;
    background: url('/img/Google-logo.png') transparent 5px no-repeat;
    background-size: 50%;
    display: inline-block;
    vertical-align: middle;
}

.neitGoogleSignInText,
.neitGoogleSignOutText {
    margin-top: 5px;
    padding: 0px 10px;
    font-size: .75em;
    font-family: 'normal';
    text-transform: uppercase;   
    letter-spacing: .1em; 
    display:inline-block;
    vertical-align: middle;
}

#login canvas{
    width: 100%;
    height: 1px;
    margin: 20px 0px;
    background-color: #E5E5E5;
}


.btnOkMinMar{
    width: 100%;
    height: 32px;
    border:  1px solid #E5E5E5;
    color: #999999;
    background-color: transparent;
    font-size: .95em;
    transition: all .5s;
}
.btnOkMinMar:hover, .btnOkMinMar:focus, .btnOkMin:hover, .btnOkMin:focus{
    color: #FFFFFF;
    border-color: #000000;
    background-color: #000000;  
    box-shadow: 3px 3px 5px rgba(0, 0, 0, .5) !important; 
}
.btnOkMin{
    width: 100%;
    height: 42px;
    border: none;
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: #666666;
    color: #FFFFFF;
    font-family: 'normal';
    font-size: 1.2em;
    transition: all .5s;
}
.btnBlanco {
  padding: 15px 20px;
  margin-right: 20px;
  border-radius: 18px;
  color: #444444;
  background-color: #FFFFFF;
  border: none;
  text-decoration: none;
  display: inline-block;
}
.btnForm {
  padding: 15px 20px;
  margin-right: 20px;
  border-radius: 18px;
  color: #FFFFFF;
  border: none;
  font-family: 'bold';
  text-decoration: none;
  display: inline-block;
  font-size: 1em;
  user-select: none;
}
.btnBlanco:hover, .btnForm:hover{
  background: var(--auxiliar) !important;
  border-color: var(--auxiliar);
  color: #FFFFFF !important;
}
.btnOffMin {
    height: 34px;
    margin-top: 15px;
    border: none;
    background-color: transparent;
    color: #666666;
    font-family: 'normal';
    transition: all .5s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.centrar {
    display: flex;
    justify-content: center;
}

#combNIF{
    color: #FFFFFF;
    width: 100%;
    border-radius: 0px;
    border: 1px solid #000000;
    background-color: #000000;
    padding: 0px 1%;
}
#btnEnt{
    width: 100%;
    height: 40px;
    margin-bottom: 20px;
    font-family: 'normal';
    font-size: 1.2em;
    color: #FFFFFF;
    border: 1px solid #000000;
    background-color: #000000;
    transition: all .5s;
}
#btnEnt:hover, #btnEnt:focus{
    box-shadow: 3px 3px 5px rgba(0, 0, 0, .5) !important;   
}
/* ==========================================================================
   BUSCAR
   ========================================================================== */
#bloqBus{
    position: fixed;
    width: 100%;
    height: 55px;
    right: 0px;
    background-color: #FFFFFF;
    z-index: 38;
    display: none;
    border-left: 4px solid var(--azul);
    text-align: center;
    -webkit-animation: movBus .7s normal;
    animation: movBus .7s normal;
}
@-webkit-keyframes movBus {
    0% {
        right: -80px;
        width: 1px;
    }100%{
        right: 0px;
        width: 100%;
    }
}
@keyframes movBus {
    0% {
        right: -80px;
        width: 1px;
    }100%{
        right: 0px;
        width: 100%;
    }
}

#bloqBus input {
    margin-top: 10px;
    width: 320px;
    height: 32px;
    margin-left: 10%;
    text-align: center;
    font-size: 1.2em;
    border-radius: 0px;
    border: 1px solid #0AA9B6;
}
#bloqBus button{
    width: 20px;
    height: 32px;
    margin-left: 10px;
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
    font-size: 2em;
    font-family: 'semibold';
}
/* ==========================================================================
   SHOP ALERTAS
   ========================================================================== */
.ql-align-center {
  text-align: center;
}
.ql-align-justify {
  text-align: justify;
}
.ql-align-right {
  text-align: right;
}
/* ==========================================================================
   FONDOS
   ========================================================================== */
#fondoWeb {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%; /* Navegadores antiguos */
    height: 100vh; /* Safari 12 */
    height: 100dvh; /* Ocupa el 100% de la altura de la pantalla */
    background-color: transparent;
    overflow: hidden;
    display: block;
    z-index: 0;
}
#fondoWeb picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity 1s;
}

#fondoWeb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    display: block;
}
#fondoWeb .bloq_texto {
    position: absolute;
    top: 50%;
    left: 40px;
    width: calc(50% - 160px);
    z-index: 1;
    height: auto;
    max-width: 500px;
}
#fondoWeb .bloq_texto h1{
    text-transform: uppercase;
}
#fondoWeb .bloq_texto_center {
    position: absolute;
    top: 50%;
    left: 0%;
    width: 100%; 
    z-index: 1;
    height: auto;
    max-width: unset;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#fondoWeb .carousel-button {
    position: absolute;
    bottom: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 1% 2%;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
    font-family: 'normal';
    z-index: 1;
    transition: all 0.3s;
    box-shadow: 0 20px 11px -16px rgba(0, 0, 0, 0.3);
}

#fondoWeb .carousel-button:hover {
    background-color: rgba(0, 0, 0, 0.9);
    box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0);

}

#fondoWeb .esloganHom{
    position: absolute;
    top: calc(32px + 50%);
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    font-size: 5vw;
    color: #FFFFFF;
    text-align: center;
    font-family: 'fontBold';
    font-weight: normal;
    text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.5);
    margin: 0;
    pointer-events: none;
    padding: 15px;
    z-index: 1;
    animation: movHome 2s normal;
}
@-webkit-keyframes movHome {
    0% {
        top: 110%;
        opacity: 0;
    }30%{
        top: 110%;
    }100%{
        top: calc(32px + 50%);
        opacity: 1;
    }
}
@keyframes movHome {
    0% {
        top: 110%;
        opacity: 0;
    }30%{
        top: 110%;
    }100%{
        top: calc(32px + 50%);
        opacity: 1;
    }
}


/* ==========================================================================
   FONDO VÍDEO
   ========================================================================== */
#textura{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background-image: url(../img/textura.png);
    background-repeat: repeat;
    background-position: 0px 0px;
}
#multimediaContent{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,133,204,1);
    background: -moz-linear-gradient(-45deg, rgba(0,133,204,1) 0%, rgba(15,186,172,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(0,133,204,1)), color-stop(100%, rgba(15,186,172,1)));
    background: -webkit-linear-gradient(-45deg, rgba(0,133,204,1) 0%, rgba(15,186,172,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(0,133,204,1) 0%, rgba(15,186,172,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(0,133,204,1) 0%, rgba(15,186,172,1) 100%);
    background: linear-gradient(135deg, rgba(0,133,204,1) 0%, rgba(15,186,172,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--azul)', endColorstr='#0fbaac', GradientType=1 );
    display: block;
    overflow: hidden;
}
#multimediaContent .videoHome{ /* vídeos */
    position: fixed;
    min-width: 100%;
    min-height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: 100;
    opacity: 1;
}
#multimediaContent .videoHome:-webkit-full-screen {
    top: 0%;
    left: 0%;
    -webkit-transform: translateX(0%) translateY(0%);
    -ms-transform: translateX(0%) translateY(0%);
    transform: translateX(0%) translateY(0%);
    width: 100%;
    height: 100%;
}
#multimediaContent .videoHome:-moz-full-screen {
    top: 0%;
    left: 0%;
    -webkit-transform: translateX(0%) translateY(0%);
    -ms-transform: translateX(0%) translateY(0%);
    transform: translateX(0%) translateY(0%);
    width: 100%;
    height: 100%;
}
/* activar para vidSpot */
#multimediaContent section{ 
    display: none;
}
/* ==========================================================================
   Alerta superior
   ========================================================================== */
#bloqAle {
    position: relative;
    margin-top: 0px;
    margin-left: 0px;
    width: 100%;
    margin-bottom: 0px;
    /* border-radius: 16px; */
    /* border: 1px solid rgba(15, 186, 172, 1); */
    color: #FFFFFF;
    background-color: var(--naranja);
    text-align: center;
    font-family: 'normal';
    font-size: 12px;
    line-height: 1.2em;
    padding: 10px 0px;
    margin: 0px;
    z-index: 39;
}
#bloqAle h2{
    font-size: 2em;
}
#bloqAle h3{
    font-size: 1.6em;
}
#bloqAle h4{
    font-size: 1.3em;
}
#bloqAle h5{
    font-size: 1.1em;
}
#bloqAle h6{
    font-size: .9em;
}
#bloqAle p{
    text-align: center;
    color: #FFFFFF;
    font-family: 'fontLight';
    padding: 0px 20px;
    font-size: 1.2em;
}
/* ==========================================================================
   MENÚ
   ========================================================================== */
#btnMovil {
    position: absolute;
    top: 35px;
    right: 30px;
    width: 75px;
    height: 24px;
    cursor: pointer;
    padding: 0px;
    border: none;
    /* overflow: hidden; */
    transition: all .5s;
    display: none;
    margin-top: 7px;
    /* z-index: 9; */
    background: transparent;
    /* right: 20px; */
    padding-right: 0px;
}
#btnMovil button{
    display: inline-block;
    vertical-align: middle;
}
#btnMovil > *:not(:last-child) {
    margin-right: 20px; /* fallback para gap */
}
#btnMovil .menu_mov {
    position: relative;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    margin: 0;
    width: 24px;   /* igual que contenedor */
    height: 24px;  /* igual que contenedor */
    border-radius: 0px;
}


#btnMovil .menu_mov canvas {
    width: 24px;
    height: 2px;
    margin-bottom: 5px;
    background: #000;
    transition: all .3s;
    display: block;
}

#btnMovil.btn_mobil_act .l1 {
    transform: rotate(45deg) translate(5px, 5px);
    width: 26px;
}
#btnMovil.btn_mobil_act .l2 {
    opacity: 0;
}
#btnMovil.btn_mobil_act .l3 {
    transform: rotate(-45deg) translate(6px, -6px);
    width: 26px;
}

#btnCestaMov {
  width: 30px;
  height: 30px;
  position: relative;
  top: -5px;
  background: url('../img/recursos/cesta.svg') no-repeat center/cover;
  color: black;
  font-size: 14px;
  font-weight: bold;
  border: none;
  border-radius: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
}
#btnCestaMov .inf {
    /* position: relative; */
    /* margin-top: 6px; */
    /* padding-top: 6px; */
    position: absolute;
    left: 0px;
    width: 100%;
    top: 10px;
    font-size: 11px;
}
#bloqMov{
    position: fixed;
    top: 8px;
    left: 15px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background-color: transparent;
    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-size: 300px;
    background-position: -26px -24px;
    border-radius: 50%;
    border: none;
    padding: 0px;
    z-index: 40;
}
.btnMov{
    background-color: rgba(0,133,204,.8) !important;
}

.btnMov{
    background-color: rgba(0,133,204,.8) !important;
}
nav {
    top: 0px;
    right: 0px;
    width: auto;
    height: 100%;
    z-index: 10;
}

#fonMen{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: white;
   
    display:none;
    z-index: 37;
}

/*
#bloqMenu{
    position: fixed;
    top: 20px;
    left: 20px;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    background-color: #FFFFFF;
    box-shadow: 10px 0px 15px rgba(0, 0, 0, .5);
    transition: all .5s;
    text-align: center;
    overflow-y: auto;
    display: none;
    opacity: 1;
    z-index: 38;
}
*/
#bloqMenu {
    position: fixed;
    display: flex;
    justify-content: space-between;
    align-items: start;
    padding: 0px 35px;
    width: calc(100% - 70px);
    height: 72px;
    /* top: 35px; */
    left: 0px;
    background-color: transparent;
    transition: all 0.3s;
    z-index: 38;
    background-color: rgba(255,255,255,0);
    /* border-radius: 40px; */
    /* margin-left: 10px; */
    top: 0px;
    padding-top: 28px;
}

#bloqMenu .menu-col {
  flex: 1;
  list-style: none;
  padding: 0 0px;
  margin: 0;
  display: flex;
  flex-direction: row; /* fila horizontal */
  justify-content: center; /* centrado horizontal */
  align-items: center; /* centrado vertical */
  gap: 8px; /* espacio entre items opcional */
}
#bloqMenu .menu-col:nth-child(1) {
  align-items: center;
  justify-content: left;
  text-align: left;
}
#bloqMenu .menu-col:nth-child(2) {
  align-items: center;
  justify-content: center;
  text-align: center;
}
#bloqMenu .menu-col:nth-child(3) {
  align-items: center;
  justify-content: right;
  text-align: right;
}

#bloqMenu .marca {
  width: 150px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.center {
    text-align: center;
}
#bloqMenu a{
    display: block;
}

#bloqMenu img{
    width: 100%;
    max-width: 200px;
    height: auto;
}
#bloqMenu ul {
    width: 230px;
    display: inline-block;
    margin-bottom: 80px;
}
#bloqMenu ul li{
    text-transform: uppercase;
}
.btn, #bloqMenu ul li a, #bloqMenu ul li .btnMenAct{
    color: #000000;
    text-decoration: none;
    transition: all .5s;
    padding: 3px 3px;
    border: 1px solid transparent;
    background-color: transparent;
    border-radius: 12px;
    font-size: 12px;
    display: inline-block;
}

#bloqMenu ul li a.white, #bloqMenu ul li .btnMenAct.white{
    color: white;

}
.force_menu_black{
    background-color: white !important;
}
.force_menu_black a.white{
    color: black !important;
}
#bloqMenu ul li .btn:hover{
    /*background-color: black;
    color: white;
    border-color: black;*/
    opacity: .4;
    text-decoration: underline;
}

#bloqMenu ul a.btnMenAct{
    opacity: 1 !important;
    text-decoration: underline;
    text-decoration-color: black;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
}

#bloqMenu ul a.btnMenAct:hover{
    text-decoration: underline;
    text-decoration-thickness: 2px;
}
#bloqMenu ul a.btnMenAct.white{
    /*text-decoration-color: white;*/
}
#bloqMenu ul .btnMenAct{
    text-decoration: line-through;
}
.subMenu{
    /*margin: 5% 0% 5% 10%;*/
    margin: 0% 0% 0% 10% !important;
    /*overflow: hidden;*/
    max-height: 0;
    transition: all 1s;
}
.subMenu .btnMenu a{
    font-size: .6em;
}
.btnMenu .pagos {
    width: 170px;
    height: auto;
    pointer-events: none;
    opacity: .5;
}
#menAux a{
    font-family: 'semibold';
    color: #000000;
    text-decoration: none;
    margin-bottom: 10px;
    font-size: 1em;
}
#legal{
    margin-top: 20px;
    
}
#legal a{
    font-family: 'normal';
    color: #999999;
    letter-spacing: 0em;
    transition: all .5s;
    font-size: .65em;
    text-align: left;
    text-transform: uppercase;
    display: block;
}
#legal a:hover{
    color: var(--azul);
    text-decoration: underline;
}
#legal span{
    color: #CCCCCC;
    margin: 0px 5px;
}
.linkAct, .btnMenAct{
    text-decoration: line-through;
    opacity: .5;
    pointer-events: none;
    color: black;
}
#menSoc {
}
#tela{
    position: fixed;
    top: 0px;
    right: 0px;
    width: 130px;
    height: 100%;
    background-image: url(../img/recursos/texturaTela.png);
    background-repeat: repeat-y;
    background-size: 35px;
    background-position: 0px 0px;
    pointer-events: none;
    z-index: 101;
}

/* botón mostrar menú con el logo */
#desMen{ 
    background-color: transparent;
    width: 100%;
    height: 88px;
    padding-top: 14px;
    margin-bottom: 0px;
    border: 1px solid transparent;
    cursor: pointer;
    transition: all .5s;
    display: block;
}
#desMen canvas{
    width: 50px;
    height: 50px;
    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-size: 310px;
    background-position: -50px -175px;
    margin: -7px 0px 7px 37px;
    padding: 0px;
    display: block;
}
#desMen:hover{
    color: #999999;
    background-color: #FFFFFF;
    border-color: #FFFFFF;
}
#desMen:hover canvas{
    background-position: 0px -175px;
}
/**/

#bloqImgFbk {
    position: relative;
    width: 28px;
    height: 28px;
    left: calc(50% - 14px);
    top: -8px;
    border-radius: 50%;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .3);
    margin: 0px 0px 0px 0px;
    overflow: hidden;
    transition: all .5s;
    display: block;
}
#bloqImgFbk:hover, #bloqImgFbk:focus{
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0);
}
#bloqImgFbk figure{
    width: 100%;
    height: 100%;
    margin: 0px;
}
#bloqImgFbk figure img{
    max-width: 100%;
    min-height: 100%;
}
#bloqImgFbk .imgFbk {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #FFFFFF;
  margin: 0px;
  padding: 3px 0px;
}
#bloqImgFbk .imgFbk img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
}
#bloqImgFbk .imgFbk span {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    left: 0px;
    z-index: 1;
    opacity: 1;
    text-align: center;
    display: block;
    font-size: 1.5em;
}

/* Redes */
#menAux{
    margin-top: 20px;
    transition: all .5s;
}
#redesMenu{
    position: relative;
    margin-left: -38px;
    transition: all 1s;
}
.btnInfo{
    width: 30px;
    height: 30px;
    padding: 15px;
    background-color: transparent;
    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-size: 300px;
    border: 1px solid transparent;
    border-radius: 50%;
    margin-left: 5px;
    margin-right: 5px;
    transition: all .5s;
}
.btnInfo:hover, .btnInfo:focus{
    /*border-color: #FFFFFF;
    background-color: rgba(255, 255, 255, 0.3);*/
    opacity: .3 !important;
}
#btnMap{
    background-position: -240px 0px;
}
#btnTel{
    background-position: -210px 0px;
}
#btnWhat{
    background-position: -150px 0px;
}
#btnMai{
    background-position: -180px 0px;
}
#btnFbk{
    background-position: -60px 0px;
}
#btnIns{
    background-position: -90px -30px;
}
#btnTwi{
    background-position: -120px -30px;
}
#btnYou{
    background-position: -150px -30px;
}
#btnHou{
    background-position: -180px -30px;
}

#btnMut{
    background-position: -240px -30px;
}
#btnPin{
    background-position: -270px -30px;
}
#redesCentrado{
    position: relative;
    left: 50%;
    display:inline-flex !important;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-bottom: 50px;
}
/* ==========================================================================
   FOOTER
   ========================================================================== */

footer {
    padding: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start; /* quita space-between */
    align-items: flex-start;
    position: relative;
    gap: 20px; /* espacio entre columnas */
}

footer section {
    flex: 0 0 auto; /* que no se estiren */
    margin-bottom: 20px;
    margin-right: 40px;
}


footer section h4 {
  font-weight: bold;
  margin-bottom: 5px !important;
  text-transform: uppercase;
  font-size: 12px !important;
}

footer section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

footer section ul li.parrafo2 {
    margin: 3px 0px;
    text-transform: uppercase;
    padding: 0px;
}
footer li a{
    padding: 0px !important;
    width: fit-content;
    text-transform: uppercase;
    color: black;
    display: inline-block;
    transition: all .5s;
}
footer a:hover{
    opacity: .3;
}
footer .contact {
  font-size: 13px;
}

footer a.btnMenAct{
    opacity: 1;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    font-size: 12px;
}

footer .logo-big {
  width: 100%;
  margin: 40px 0;
  text-align: left;
}

footer .logo-big img {
  width: 100%;
  height: auto;
  display: block;
}
footer .scroll-up {
  position: absolute;
  bottom: 80px;
  left: 40px;
  width: 125px;
  height: 125px;
  padding: 0px;
  border-radius: 50%;
  background: url('/img/recursos/btn_scroll.svg') no-repeat center/cover;
  background-color: var(--naranja);
  border: none;
  cursor: pointer;
}
footer .scroll-up:hover{
    background-color: var(--verde);
}
footer .legal {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  font-size: 12px;
}

footer .legal a{
    text-transform: initial;
    margin-left: 20px;
}

/* ==========================================================================
   HOME
   ========================================================================== */
.bloq_white, .bloq_full_img, .bloq_legal {
    display: flex;
    width: calc(100% - 80px);
    height: 50vh;
    padding: 40px;
    text-align: center;
    background-color: white;
}
.bloq_white{
    overflow: hidden;
}
.min_height{
    min-height: 600px;
}
.bloq_full_img{
    height: auto;
}
.bloq_full_img img{
    width: 100%;
    height: auto;
}
.bloq_white img{
    width: 45%;
    height: auto;
}

.col25, .col50 {
  width: 25%;
  position: relative;
}
.col50 {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.col100 {
  width:100%;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.col75 {
  width:75%;
  align-items: center;
  justify-content: center;
  text-align: center;
  display: flex;
}
.computer_w45{
    width: 45% !important;
}
.mt15{
    margin-top: 150px !important;
}
.mr0{
    margin-right: 0px !important;
}
.mr1{
    margin-right: 10px !important;
}
.mr2{
    margin-right: 20px !important;
}
.mb0{
    margin-bottom: 0px !important;
}
.mb1{
    margin-bottom: 10px !important;
}
.mb2{
    margin-bottom: 20px !important;
}
.mb3{
    margin-bottom: 30px !important;
}
.mb4{
    margin-bottom: 40px !important;
}
.mb7{
    margin-bottom: 70px !important;
}
.mb10{
    margin-bottom: 200px !important;
}
.col25.left img:first-child {
  position: absolute;
  top: 0;
  left: 0;
}
.col25.left img:last-child {
  position: absolute;
  bottom: 0;
  right: 20%;
}
.col25.right {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
}
.col25.right img{
    width: 80%;
}
.col25.right .button{
    margin: 0px;
}
.left{
    text-align: left;
    justify-content: left;
}
.right{
    text-align: right;
    justify-content: right;
}
.izq_cen{
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: left;
}
.first-top{
    position: relative;
    margin-top: 80px;
}
.gap50{
    width: calc(100% - 100px);
    gap: 50px;
    padding: 50px;
    height: auto;
}
.gap70{
    width: calc(100% - 140px);
    gap: 70px;
    padding: 70px;
    height: auto;
}
.gap150{
    width: calc(100% - 300px);
    gap: 150px;
    padding: 150px;
    height: auto;
}
.nogap_lateral {
    padding-left: 0px !important;
    padding-right: 0px !important;
    width: 100% !important;
}
.fila4 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 70px;
}
.fila4 > div {
  box-sizing: border-box;
}
.fila4 > div > p{
    margin-bottom: 8px;
}

.bloq{
    display: block;
}
.bloq_white h2{
    text-transform: uppercase;
    margin-bottom: 40px;
}
.bloq_white p{
    max-width: 440px;
    margin: auto;
}
.bloq_white .parrafo3{
    margin: 0px;
}
.bloq_white button, .bloq_white .button{
    margin: 40px 0px;
}



.slider-container {
  overflow: hidden; /* Oculta el contenido que se sale de la pantalla */
  white-space: nowrap; /* Evita que el contenido se divida en varias líneas */
  width: 100%;
}

.slider-content {
    margin-top: 40px;
    display: inline-block;
    opacity: .3;
    animation: scroll 15s linear infinite; /* 15s es la duración, linear para velocidad constante, infinite para que no pare */
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    /* Mueve la mitad del contenido para que el bucle sea perfecto */
    transform: translateX(-50%); 
  }
}
.slider-content img{
    width: auto;
    height: 30px;
    margin: 0px 30px;
    display: inline-block;
    transition: all .5s;
    opacity: .3;
    pointer-events: none;
}
.slider-content img:hover{
    opacity: .7;
}
/* ==========================================================================
   CUADRO HOME - LISTADOS
   ========================================================================== */
.product-grid {
    display: grid;
    margin: 0;
    padding: 0;
    grid-template-columns: repeat(2, 1fr);
}

.product-grid > *:not(:last-child) {
    margin-bottom: 7px; /* fallback para gap */
}

.product {
    width: auto;
    display: flex;
    flex-direction: column;
    font-family: sans-serif;
    overflow: hidden;
    position: relative;
}

.product_list{
    grid-template-columns: repeat(3, 1fr);
}
.product_cross{
    grid-template-columns: repeat(4, 1fr);
}
.image-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1.2; /* navegadores modernos ignoran padding-top */
  overflow: hidden;
}
/* Fallback padding-top para navegadores que NO soportan aspect-ratio */
@supports not (aspect-ratio: 1 / 1.2) {
    .image-wrap {
        padding-top: 120%;
    }
}
.product picture {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.product picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    display: block;
}

.product picture.hover {
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}

.product picture.base {
  z-index: 0;
  transition: opacity 0.3s ease;
}
/*En dispositivos táctiles no se aplicará. */
@media (hover: hover) and (pointer: fine) {
  .product:hover picture.hover {
    opacity: 1;
  }

  .product:hover picture.base {
    opacity: 0;
  }
}


.product-info {
    position: relative;
    padding: 15px 30px 60px 30px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    font-size: 14px;
}

.product-info div {
  text-align: left;
}

.product-info .parrafo2_bold {
  text-transform: uppercase;
}

.price {
  margin-left: auto;
}
.upper{
    text-transform: uppercase;
}
.plus {
    position: absolute;
    top: -60px;
    right: 30px;
    font-size: 25px;
    border: 1px solid #000;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    line-height: 20px;
    text-align: center !important;
    background: transparent;
    z-index: 3;
    padding: 0px;
    font-family: 'light';
    outline: none;
    box-sizing: border-box;
}
.plus:active,
.plus:focus {
    border-radius: 50%;
    padding: 0;
}

.plus::before,
.plus::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 20px;
    background: black;
    left: 50%;
    top: 6px;
    transform: translateX(-50%) rotate(90deg);
    transition: all .5s;
}
.plus::after {
  transform: translateX(-50%) rotate(0deg);
}
.plus:hover::before,
.plus:hover::after{
    background: white;
    border-radius: 50%;
}
.sin_dto{
    opacity: .4;
    text-decoration: line-through;
}

/* Con fondo */
.bloq_img {
  position: relative;
  height: 80vh;
  overflow: hidden;
  color: white;
}

.bloq_img picture,
.bloq_img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.bloq_img .content {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 70px;
  box-sizing: border-box;
}
.bloq_img .top-left{
    width: calc(50% - 80px);
    /*width: 50%;*/
    max-width: 550px;
}
.bloq_img .top-right, .bloq_img .bottom-right, .bottom-right-list {
    margin-left: calc(50% + 70px);
    width: calc(50% - 140px);
}
.bloq_img .top-left span{
    display: block
}
.bloq_img .top-left h3, .bloq_img .top-right h3{
    margin-top: 15px;
    display: block;
}

.bloq_img .title {
  font-size: 3.5rem;
  font-weight: 900;
  line-height: 1;
  margin-top: 0.3rem;
}

.bloq_img .bottom-left, .bottom-left-list, .bloq_img .bottom-right, .bottom-right-list {
  max-width: 540px;
  align-self: flex-start;
  margin-bottom: 0; /* elimina márgenes */
  padding-bottom: 0; /* elimina padding si hay */
}
.bloq_img .top-left-50, .bloq_img .top-right-50 {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0px;
  width: 50%;
  height: 100%;
  text-align: left;
}
.bloq_img .top-right-50 {
  text-align: right;
  left: unset;
  right: 0;
}
.bloq_img .top-left-50 video,
.bloq_img .top-left-50 img,
.bloq_img .top-right-50 video,
.bloq_img .top-right-50 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bottom-left-list{
    max-width: unset;
    width: calc(50% - 80px); /*38%;*/
}
.bottom-left-list ol{
    list-style-type: decimal-leading-zero;
    font-family: 'normal';
    font-size: 18px;
    line-height: 1.2em;
    padding: 0px;
    margin: 0px;
    text-transform: uppercase;
    list-style-position: inside; /* Mueve los números dentro del área de contenido */
}
.bottom-left-list ol li{
    border-bottom: 1px solid black;
    color: black;
    padding: 8px 0px;
}
.bottom-left-list ol li:first-child{
    border-top: 1px solid black;
}
.bloq_img .description {
  font-size: 0.9rem;
  margin-bottom: 1rem;
}
.bloq_img button{
    border-color: white;
}
.suscripcion{
    background-color: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    width: 100%;
    padding-bottom: 5px;
}
.suscripcion input {
    background-color: transparent;
    border: none;
    margin-bottom: 0px;
    padding: 0px;
    margin: 0px;
    display: inline-block;
    width: 50%;
}
.suscripcion button{
    margin: 0px;
    background-color: transparent;
    border-color: transparent;
    margin-top: -3px;
    float: right;
    padding: 5px 20px;
    right: -20px;
    position: relative;
    color: white;
    font-family: 'semibold';
}
.suscripcion button:hover{
    background-color: black;
}
/* ==========================================================================
   FAQS
   ========================================================================== */
.faqs .tabs-list button {
    text-transform: none;
    padding: 15px 0px;
}
.faqs .tabs-list button::before{
    content: unset;
}
/* ==========================================================================
   STORYS
   ========================================================================== */
.haircare-stories {
    text-align: center;
    padding: 2rem;
    font-family: sans-serif;
}

.haircare-stories h2 {
    font-size: 2.5rem;
    font-weight: 900;
    margin-bottom: 2rem;
}
.tit_stories{
    padding-left: 70px;
}
.stories {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
    text-align: left;
    padding: 0px 70px;
    scrollbar-width: none;
}
.stories::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}
.story {
    flex: 0 0 auto;
    min-width: 360px;
}

.story.col4{
    width: calc(25% - 10px);
}
.story.col3{
    width: calc(33.333333% - 10px);
}
.story video, .story img {
    /* position: absolute; */
    width: 100%;
    height: 100%;
    object-fit: cover;
    inset: 0;
    aspect-ratio: 8 / 12;
    /* margin-bottom: 0px; */
    position: relative;
    z-index: 0;
}
.story_img_text{
    height: calc(100% - 230px) !important;
}
.story .info {
    position: relative;
    margin-top: -115px;
    left: 20px;
    /* right: 0; */
    background: white;
    padding: 6px;
    text-align: left;
    width: calc(100% - 50px);
    /* padding-bottom: 40px; */
}
.story .story-text, .story .story-text-clear {
    position: relative;
    /* margin-top: 30px; */
    text-align: left;
    padding: 20px;
    transition: all .5s;
}
.story .story-text-clear{
    padding: 20px 0px;
}
.story .story-text p{
    margin-bottom: 10px;
    max-width: unset !important;
}
.story .story-text-clear p{
    max-width: unset;
    width: 70%;
    margin-left: 0px;
}
.story .info a{
    display: inline-block;
}
.story .info h3 {
  margin: 0;
  font-size: 0.9rem;
  font-weight: bold;
}

.story .info .stars {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #000;
    /* margin-top: 0.2rem; */
    font-size: 17px;
    font-family: 'awesome';
}


.story .info .thumb {
    position: relative;
    width: 84px;
    height: 84px;
    display: inline-block;
}
.story .info .txt {
    position: relative;
    
    margin-left: 10px;
    vertical-align: top;
    display: inline-block;
    height: 83px;
    /* display: inline-block; */
}
.story .plus{
    bottom: -30px;
    top: auto;
    right: 10px;
    width: 25px;
    height: 25px;
}
.story .plus::before, .story .plus::after{
      height: 15px;
      top: 4px;
}
/* ==========================================================================
   LISTADO ARTÍCULOS
   ========================================================================== */
.degradado{
    /*background: rgba(0,133,204,1);
    background: -moz-linear-gradient(-45deg, rgba(0,133,204,1) 0%, rgba(15,186,172,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(0,133,204,1)), color-stop(100%, rgba(15,186,172,1)));
    background: -webkit-linear-gradient(-45deg, rgba(0,133,204,1) 0%, rgba(15,186,172,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(0,133,204,1) 0%, rgba(15,186,172,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(0,133,204,1) 0%, rgba(15,186,172,1) 100%);
    background: linear-gradient(135deg, rgba(0,133,204,1) 0%, rgba(15,186,172,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--azul)', endColorstr='#0fbaac', GradientType=1 );
    transition: background 0.5s;*/
}
#listArt{
    position: relative;
    padding-top: 100px;
    width: 100%;
    min-height: 500px;
    background-color: #FFFFFF;
    padding-bottom: 250px;
    z-index: 3;
}
.tela{
    position: relative;
    width: 100%;
    height: 35px;
    background-image: url(../img/recursos/texturaTelaV.png);
    background-repeat: repeat-x;
    background-size: 300px;
    background-position: 0px 0px;
    margin-bottom: 450px;
    padding-bottom: 35px;
    pointer-events: none;
    z-index: 2;
}
.recorte_papel {
  position: relative;
  width: 100%;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  margin-bottom: -35px;
  display: block;
  pointer-events: none;
  user-select: none;
  z-index: 2;
}
.ruta {
    margin: 0px;
    padding: 0px;
    top: -20px;
    left: 20px;
    width: fit-content;
    position: relative;
    color: #666666;
    font-family: 'semibold';
    font-size: 1.4em;
    user-select: none;
}
.ruta a{
    color: #666666;
    transition: all .5s;
}
.ruta a:hover{
    color: var(--azul);
    text-decoration: line-through;
}
.ruta a:nth-child(2):hover{
    margin-left: 5px;
}
#listArt .titBus{
    width: 90%;
    margin: 0px;
    padding: 0px;
    font-family: 'semibold';
    font-size: 1.4em;
    font-weight: normal;
    color: #000000;
    display: block;
    left: 15px;
    position: relative;
    color: rgba(0, 133, 204, 1);
    display: block;
}
.artListado {
    position: relative;
    width: calc(19% - 2px);
    margin: .5%;
    overflow-y: hidden;
    vertical-align: top;
    border: 1px solid transparent;
    /*border-bottom: 1px solid #CCCCCC;*/
    background-color: #FFFFFF;
    transition: all .5s;
    display: inline-block;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}
.artListado:hover, .artListado:focus{
    /*border-color: rgba(0, 133, 204, .2);*/
    /*box-shadow: 0px 10px 8px -6px rgba(0, 0, 0, .3);*/
}
.artListado .artDet {
    position: absolute;
    bottom: 26px;
    left: 0px;
    width: 100%;
    z-index: 6;
}
.artListado .artDet .verFic {
    position: relative;
    /* top: -45px; */
    left: 0px;
    text-align: center;
    padding: 10px 25px;
    color: #000000;
    border: none;
    font-size: 1em;
    visibility: hidden;
    opacity: 0;
    transition: all .6s;
    display: block;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.artListado:hover .artDet .verFic, .artListado:focus .artDet .verFic{
    top: 0px;
    opacity: 1;
    visibility: visible;
}
.artListado .artDet .verFic .info{
    /* position: relative; */
    /* bottom: 0px; */
    /* position: absolute; */
    /* left: 0px; */
    /* width: 100%; */
    background: #FFFFFF;
    border-radius: 8px;
    padding: 8%;
    /* border-top-right-radius: 8px; */
    margin-bottom: 15px;
    transition: all .5s;
}
.artListado .artDet .verFic .info_txt{
    color: var(--azul);
    transition: all .5s;
}

.artListado .artDet .verFic:hover .info{
    box-shadow: 0px 10px 20px rgba(0,0,0,.5);
}
.artListado .artDet .verFic:hover .info_txt{
    letter-spacing: .1em;
}
.anadirCesta {
   /* position: relative;
    width: 100%;
    bottom: 0px;
    left: 0px;
    padding: 10px 25px;
    margin-top: 5px;
    color: #FFFFFF;
    border: none;
    background-color: rgba(255, 255, 255, 1);
    font-size: 1em;
    visibility: hidden;
    opacity: 0;
    display: block;
    height: 80px;
    border-radius: 8px;
    font-size: 1.4em;
    transition: all .5s;*/
}
/*
.artListado:hover .artDet .anadirCesta, .artListado:focus .artDet .anadirCesta{
    top: 0px;
    opacity: 1;
    visibility: visible;
}
/*
.anadirCesta:hover{
    background: rgba(0,133,204,1);
    background: -moz-linear-gradient(45deg, rgba(0,133,204,1) 0%, rgba(15,186,172,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(0,133,204,1)), color-stop(100%, rgba(15,186,172,1)));
    background: -webkit-linear-gradient(45deg, rgba(0,133,204,1) 0%, rgba(15,186,172,1) 100%);
    background: -o-linear-gradient(45deg, rgba(0,133,204,1) 0%, rgba(15,186,172,1) 100%);
    background: -ms-linear-gradient(45deg, rgba(0,133,204,1) 0%, rgba(15,186,172,1) 100%);
    background: linear-gradient(-135deg, rgba(0,133,204,1) 0%, rgba(15,186,172,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--azul)', endColorstr='#0fbaac', GradientType=1 );
    letter-spacing: .1em;
    box-shadow: none;
    z-index: 10;
}
*/
.artListado .artImg{
    position: relative;
    margin: 0px 0px 0px 0px;
    width: 100%;
    z-index: 2;
}
.artListado .artImg img{
    width: 100%;
    height: auto;
    transition: all .5s;
}
.artListado:hover .artImg img, .artListado:focus .artImg img{
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    opacity: .5;
}
.artListado .img_detalle{
    position: relative;
    float: right;
    width: 150px;
    height: 150px;
    top: -150px;
    margin-bottom: -150px;
    border-radius: 18px 18px 0px 0px;
    border: 1px solid #FFFFFF;
    pointer-events: none;
    z-index: 2;
}
.artListado:hover .img_detalle, .artListado:focus .img_detalle{
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    opacity: .5;
}
.artListado .artTextos{
    position: relative;
    padding: 20px 0px 30px 0px;
    z-index: 4;
}
.eco {
    position: absolute;
    right: 10px;
    width: 36px;
    height: 36px;
    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-size: 284px;
    background-position: -198px -240px;
    background-color: transparent;
    pointer-events: none;
    opacity: .8;
    top: 63%;
    z-index: 5;
}

.artListado .artTextos .artImp{
    position: relative;
    width: 110px;
    margin: -36px 0px 8px calc(100% - 100px);
    padding: 6px 0px 0px 0px;
    text-align: center;
    font-size: 1.4em;
    font-weight: normal;
    background-color: rgb(255, 255, 255);
    border-radius: 0px 0px 0px 0px;
    border-top: 1px solid rgba(0, 133, 204, 1);
    box-shadow: 3px -7px 5px rgba(0,0,0,.2);
    transition: all .5s;
    display: block;
    z-index: 1;    
}
.artListado:hover .artTextos .artImp, .artListado:focus .artTextos .artImp{
    margin: -17px 0px -12px calc(100% - 100px);
    opacity: 0;
    visibility: hidden;
}

.artListado .artTextos .artUni{
    font-family: 'normal';
    font-size: 1.2em;
    font-weight: normal;
    color: #000000;
    padding: 0px;
    margin: 0px 0px 0px 0px;
}
.artListado .artTextos .artNom{
    font-family: 'normal';
    font-size: .9em;
    font-weight: normal;
    color: #666666;
    padding: 0px;
    margin: 0px 0px 0px 0px;
}
.artListado .artTextos .artNom .precio{
    color: var(--azul);
    display: block;
    font-size: 1.2em;
    margin-top: 8px;

}
.artListado .artTextos .artNom .precio .sin_dto{
    text-decoration: line-through;
    color: #CC0000;
    margin-right: 5px;
}
/* ==========================================================================
   FICHA
   ========================================================================== */
#ficha {
    display: flex;
    height: auto;
    width: 100%;
    min-height: calc(100% - 80px);
    min-height: calc(100vh - 80px);
    min-height: calc(100dvh - 80px);
    margin-top: 0px;
    position: relative;
}
#ficha .detFicha{
    width: 100%;
}
#ficha .art {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

#ficha .caja_multimedia {
  flex: 1 1 50%;
  height: auto;
  overflow: hidden;
  position: relative;
}

#ficha .caja_multimedia .img_vertical img,
#ficha .caja_multimedia .img_vertical video {
  height: 100%;
  height: 100vh;
  height: 100dvh;
  width: 100%;
  object-fit: cover;
  display: block;
  object-fit: cover;
}
#ficha .caja_multimedia .thumbs{
    display: none;
}
#ficha .textos {
  flex: 1 1 50%;
  padding: 140px 10% 60px 10%;
  box-sizing: border-box;
  position: sticky;
  top: 0;
  height: 100%;
  height: 100vh;
}
#ficha .textos .img_info{
    width: 100%;
    max-width: 420px;
    margin-top: 40px;
}

#ficha .btn_slider {
  position: absolute;
  left: 35px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#ficha .btn_slider button{
    width: 8px;
    height: 8px;
    background-color: var(--gris);
    border: 1px solid black;
    padding: 0px;
}
#ficha .btn_slider .btnAct{
    background-color: black;
    pointer-events: none;
}

#ficha .textos h1{
    text-transform: uppercase;
}
#ficha .textos ul, #ficha .textos ol, .bloq_legal ul, .bloq_legal ol {
    margin-left: 5px;
}
#ficha .textos ul li, .bloq_legal ul li,#ficha .textos li[data-list="bullet"]{
    list-style-type:'+ ';
    list-style-position: outside;
    margin-left: 5px;
    padding: 0px;
}
#ficha .textos ol li, .bloq_legal ol li,#ficha .textos li[data-list="ordered"] {
    list-style-type: decimal-leading-zero;
    list-style-position: outside;
    margin-left: 5px;
    padding: 0px;
}
#ficha .textos img, #ficha .textos video{
    width: 100%;
    max-width: 520px;
}
 
#ficha .bloqPVP {
  margin: 40px 0px 80px 0px;
  width: fit-content;
}


.tabs-container{
    margin-top: 40px;
}
.tabs-container .canvas{
    width: 100%;
    height: 1px;
    margin: 0px;
    padding: 0px;
    background-color: black;
}
.tabs-container .canvas.white{
    background-color: white;
}

.tabs-container button{
    color: var(--corporativo);
    background-color: transparent;
    text-transform: uppercase;
    padding: 10px 0px;
    margin: 0px;
    border: none;
    width: 100%;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    -webkit-tap-highlight-color: transparent;
}
.tabs-container button::after {
    content: "+";
}
.tabs-container button.active:after {
    content: "-";
}
.tabs-container button:focus {
    outline: none;
}

.tabs-list button {
  display: flex;
  list-style-position: inside;
  padding-left: 35px; /* espacio para el número */
  position: relative;
  white-space: normal;
}

.tabs-list button::before {
  content: counter(item, decimal-leading-zero) " ";
  counter-increment: item;
  position: absolute;
  left: 0px;
}

.tabs-list {
  counter-reset: item;
}


.rowUp::after{
    border-width: 1px 0px 0px 1px !important;
}
.tabs-container .box{
    display: none;
}
.tabs-container .box p, .tabs-container .box ul, .tabs-container .box ol{
    padding-left: 20px;
}
.box_col4 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.box_col4 h3 {
    text-transform: uppercase;
    padding-top: 5px;
    margin-bottom: 15px;
}
.box_col4 img{
    width: 70% !important;
    display: block;
}
.box_col4 p {
  margin: 0 0 30px;
}
.tabs-container .box .box_col4 p, .tabs-container .box .box_col4 ul, .tabs-container .box .box_col4 ol{
    padding-left: 0px;
}

.resenas {
    width: 100%;
}

.resenas .calificacion-media {
    display: inline-block;
    align-items: flex-end;
    vertical-align: middle;
    padding-bottom: 10px;
    margin-bottom: 40px;
    border-bottom: 1px solid black;
    width: 100%;
}

.resenas .calificacion-media .numero {
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
    height: 25px;
}
.resenas .calificacion-media .estrellas, .story .info .stars .estrellas{
    display: inline-block;
    vertical-align: top;
    height: 25px;
}
.resenas .estrellas img, .resenas .calificacion-media .estrellas img, .story .info .stars .estrellas img, .resenas .barras-estrellas .barra-contenedor img {
    width: 14px;
    height: 14px;
    display: inline-block;
    margin: 0px 2px;
    position: relative;
    vertical-align: middle;
    bottom: unset;
    right: unset;
}

.resenas .barras-estrellas .barra-contenedor {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.resenas .barras-estrellas .barra-contenedor .num {
    width: 40px;
    margin-right: 17px;
    text-align: right;
    display: inline-block;
}
.resenas .barras-estrellas .barra-contenedor .num span{
    vertical-align: middle;
}
.barras-estrellas .barra {
    position: relative;
    height: 6px;
    background-color: #e0e0e0;
    width: 100%;
    border-radius: 4px;
}
.barras-estrellas .barra .relleno {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: black;
    border-radius: 4px;
}


.resenas .recomendacion {
    margin-top: 40px;
    margin-bottom: 20px;
}

.resenas .recomendacion .porcentaje {
    font-size: 5em;
    font-weight: bold;
    color: #4a4a4a;
}

.resenas .recomendacion .texto {
    font-size: 1.2em;
    color: #888;
    display: block;
    margin-top: -10px;
}

.resenas .galeria {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-bottom: 20px;
}

.resenas .galeria .imagen {
    width: 100%;
    height: 80px;
    background-color: #e0e0e0;
    border-radius: 4px;
}

.resenas .ver-mas a {
    color: #555;
    text-decoration: underline;
    font-size: 0.9em;
}

.resenas .titulo-resenas {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid black;
    /* padding-bottom: 15px; */
    margin-bottom: 10px;
    padding-bottom: 10px;
}


.resenas .resena-item {
    margin-bottom: 30px;
    margin-top: 40px;
    border-bottom: 1px solid black;
    padding-bottom: 30px;
}
.resenas .resena-item .estrellas img{
    width: 10px;
    height: 10px;
}
.resenas .item-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.resenas .item-header .estrellas {
    font-size: 1.2em;
    color: black;
}

.resenas .item-header .imagen-perfil {
    width: 60px;
    height: 60px;
    background-color: #e0e0e0;
    border-radius: 50%;
}

.resenas .resena-titulo {
    text-transform: uppercase;
    margin-bottom: 20px;
}

.resenas .resena-texto {
    margin: 0px;
    padding: 0px;
    width: 100%;
    max-width: 640px;
}

.resenas .resena-fecha {
    font-size: 0.8em;
    color: #888;
    margin-top: 10px;
    display: block;
}

.resenas .paginacion {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    margin-top: 30px;
}

.resenas .paginacion a {
    text-decoration: none;
    color: #555;
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.resenas .paginacion a:hover {
    background-color: #eee;
}
/* ==========================================================================
   BLOG
   ========================================================================== */
.bloq_white_blog{
    height: auto;
}
.bloq_white_blog .col50{
    min-width: 670px;
}
.bloq_white_blog h2{
    text-transform: initial;
}
.bloq_white_blog p{
    max-width: initial;
    margin: 15px 0px;
}

.bloq_white_blog div{
    align-items: baseline !important;
}
.bloq_white_blog img, .bloq_white_blog iframe{
    width: 100%;
    height: auto;
    pointer-events: none;
    padding: 70px 0px;
}
.blog {
  display: flex;
  gap: 10px;
  justify-content: start;
  flex-wrap: wrap;
}
.blog a:hover .story-text-clear{
    opacity: .3;
}
.blog picture{
    display: block;
    overflow: hidden;
}
.blog a:hover picture img {
  transform: scale(1.05);
}
.blog .story {
    position: relative;
    display: table;
}
.blog .story video, .blog .story img {
    aspect-ratio: 8 / 10;
    transition: all 1.5s;
}
/* ==========================================================================
   SOCIOS PERFIL
   ========================================================================== */
.bloqForm{
    position: relative;
    width: 540px;
    height: auto;
    padding: 80px 50px 30px 150px;
    color: #000000;
}
.bloqForm h1{
    width: 73%;
    color: #000000;
    font-size: 2.3em;
    font-family: 'semibold';
    font-weight: normal;
    margin: 0px;
}
.bloqForm h2{
    width: 73%;
    color: var(--azul);
    font-size: 1.5em;
    font-family: 'semibold';
    font-weight: normal;
    margin: 20px 0px 30px 0px;
}
.bloqForm h3{
    color: var(--azul);
    font-size: 1em;
    font-family: semibold;
    font-weight: normal;
    border-left: 1px solid var(--azul);
    margin: 0px 0px 10px 0px;
    padding-left: 10px;
}
.bloqForm h4{
    color: #999999;
    font-weight: normal;
    font-family: 'semibold';
    margin: 20px 0px 0px 0px;
}
.bloqForm .logo{
    float: right;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background-color: #FFFFFF;
    overflow: hidden;
    border: 4px solid transparent;
    transition: all .5s;
}


.bloqForm .logo img{
    width: 100%;
    height: auto;
    transition: all .5s;
}
.bloqForm .logo:hover img{
    width: 104%;
    margin-top: -2%;
    margin-left: -2%;
}
.bloqForm form{
    width: 100%;
    height: auto;
    
}
.bloqForm form .bloq{
    width: 90%;
    padding: 4% 5%;
    background-color: #FFFFFF;
    margin: 0px;
    border-bottom: 1px solid var(--azul);
    display: block;
}
.bloqForm form .bloq img{
    width: 100%;
    height: auto;
}
.bloqForm form .bloq iframe{
    width: 100%;
    height: 274px;
}
.bloqForm form .bloq button{
    margin-top: -10px;
    display: block;
}
.txtMap{
    text-align:left;
    font-size: 1em; 
    margin-top: 20px !important; 
    margin-bottom:20px; 
    height:auto;
    display: block;
}
.bloqForm form .separacion{
    width: 90%;
    height: 20px;
    background-color: rgba(0, 133, 204, .1);
    margin: 0px 0px 0px 5%;
}
.bloqForm form input{
    width: 100%;
    margin: 4px 0px;
    border: none;
    color: #000000;
    display: block;
}
.bloqForm form input[type="checkbox"]{
    width: auto;
    margin: 20px 5px 2px 0px;
    display: inline-flex;
}

.b-verde ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: white;
}
.b-verde ::-moz-placeholder { /* Firefox 19+ */
  color: white;
}
.b-verde :-ms-input-placeholder { /* IE 10+ */
  color: white;
}
.b-verde :-moz-placeholder { /* Firefox 18- */
  color: white;
}

.bloqForm form .first{
    font-size: 1.2em;
    font-family: 'bold';
    margin-bottom: 20px;
}
.bloqForm form .firstSmall{
    font-family: 'bold';
}
.bloqForm form .cif{
    width: 70px;
    display: inline-block;
}
.bloqForm form .letraCif{
    width: 60%;
    display: inline-block;
    text-transform: uppercase;
}
.bloqForm form textarea{
    width: 96%;
    min-height: 110px;
    margin: 4px 0px;
    padding: 2%;
    border: 1px solid #CCCCCC;
    color: #000000;
    resize: vertical;
    display: block;
}
.bloqForm .bloqBtn{
    margin-top: 10px;
    width: 100%;
    text-align: left;
}
.bloqForm .bloqBtn button{
    width: 100%;
    height: 42px;
    color: #FFFFFF;
    background-color: var(--azul);
    border: none;
    transition: all .5s; 
}

.bloqForm .bloqBtn .btnSec{
    width: 49.5%;
    opacity: .5;
}
.bloqForm .bloqBtn button:hover, .bloqForm .bloqBtn button:focus{
    opacity: 1;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .5) !important;
    background-color: var(--azul);
    color: #FFFFFF;
}
.bloqForm .info{
    padding: 3%;
    font-size: .85em;
    background-color: #DDDDDD;
    color: #666666;
}
/* Listado facturación */
#bloqSocPer ul{
    margin: 0px !important;
}
#bloqSocPer .linFac li {
    margin: 10px 0px;
    padding: 12px 0px 9px 0px;
    background: white;
    border: 1px solid black;
    transition: background 0.5s;
    text-align: center;
    color: black;
    border-radius: 18px;
    transition: all .5s;
    display: block;
}
#bloqSocPer .linFac li:hover{
    background-color: black;
    color: white;
}
#bloqSocPer .linFac li .idFac{
    margin: 0px 0px 5px 0px;
    
    font-size: 1em;
    font-family: 'normal';
}
#bloqSocPer .linFac li .tot{
    margin: 0px;
    color: #FFFFFF;
    font-size: 1.4em;
    font-family: 'bold';
    display: none;
}
/* ==========================================================================
   VENTA AL POR MAYOR
   ========================================================================== */
#bloqSocPer{
    position: relative;
    width: 540px;
    height: auto;
    padding: 80px 50px 30px 150px;
    color: #000000;
}
#bloqSocPer h1{
    width: 73%;
    color: #000000;
    font-size: 2.3em;
    font-family: 'semibold';
    font-weight: normal;
    margin: 0px;
}
#bloqSocPer h2{
    width: 73%;
    color: var(--azul);
    font-size: 1.5em;
    font-family: 'semibold';
    font-weight: normal;
    margin: 20px 0px 30px 0px;
}
#bloqSocPer h3{
    color: var(--azul);
    font-size: 1em;
    font-family: semibold;
    font-weight: normal;
    border-left: 1px solid var(--azul);
    margin: 0px 0px 10px 0px;
    padding-left: 10px;
}
#bloqSocPer h4{
    color: #999999;
    font-weight: normal;
    font-family: 'semibold';
    margin: 20px 0px 0px 0px;
}
#bloqSocPer .logo{
    float: right;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background-color: #FFFFFF;
    overflow: hidden;
    border: 4px solid transparent;
    transition: all .5s;
}


#bloqSocPer .logo img{
    width: 100%;
    height: auto;
    transition: all .5s;
}
#bloqSocPer .logo:hover img{
    width: 104%;
    margin-top: -2%;
    margin-left: -2%;
}
#bloqSocPer form{
    width: 100%;
    height: auto;
    
}
#bloqSocPer form .bloq{
    width: 90%;
    padding: 4% 5%;
    background-color: #FFFFFF;
    margin: 0px;
    border-bottom: 1px solid var(--azul);
    display: block;
}
#bloqSocPer form .bloq img{
    width: 100%;
    height: auto;
}
#bloqSocPer form .bloq iframe{
    width: 100%;
    height: 274px;
}
#bloqSocPer form .bloq button{
    margin-top: -10px;
    display: block;
}
.txtMap{
    text-align:left;
    font-size: 1em; 
    margin-top: 20px !important; 
    margin-bottom:20px; 
    height:auto;
    display: block;
}
#bloqSocPer form .separacion{
    width: 90%;
    height: 20px;
    background-color: rgba(0, 133, 204, .1);
    margin: 0px 0px 0px 5%;
}
#bloqSocPer form input{
    width: 100%;
    margin: 4px 0px;
    border: none;
    color: #000000;
    display: block;
}
#bloqSocPer form input[type="checkbox"]{
    width: auto;
    margin: 20px 5px 2px 0px;
    display: inline-flex;
}

#bloqSocPer ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: var(--azul);
}
#bloqSocPer ::-moz-placeholder { /* Firefox 19+ */
  color: var(--azul);
}
#bloqSocPer :-ms-input-placeholder { /* IE 10+ */
  color: var(--azul);
}
#bloqSocPer :-moz-placeholder { /* Firefox 18- */
  color: var(--azul);
}

#bloqSocPer form .first{
    font-size: 1.2em;
    font-family: 'bold';
    margin-bottom: 20px;
}
#bloqSocPer form .firstSmall{
    font-family: 'bold';
}
#bloqSocPer form .cif{
    width: 70px;
    display: inline-block;
}
#bloqSocPer form .letraCif{
    width: 60%;
    display: inline-block;
    text-transform: uppercase;
}
#bloqSocPer form textarea{
    width: 96%;
    min-height: 110px;
    margin: 4px 0px;
    padding: 2%;
    border: 1px solid #CCCCCC;
    color: #000000;
    resize: vertical;
    display: block;
}
#bloqSocPer .bloqBtn{
    margin-top: 10px;
    width: 100%;
    text-align: left;
}
#bloqSocPer .bloqBtn button{
    width: 100%;
    height: 42px;
    color: #FFFFFF;
    background-color: var(--azul);
    border: none;
    transition: all .5s; 
}

#bloqSocPer .bloqBtn .btnSec{
    width: 49.5%;
    opacity: .5;
}
#bloqSocPer .bloqBtn button:hover, #bloqSocPer .bloqBtn button:focus{
    opacity: 1;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .5) !important;
    background-color: var(--azul);
    color: #FFFFFF;
}
#bloqSocPer .info{
    padding: 3%;
    font-size: .85em;
    background-color: #DDDDDD;
    color: #666666;
}
.txtCheAvi{
    color: #000000;
    font-size: .85em;
    font-weight: normal;
    margin: 0px 0px 10px 0px;
}
.txtCheAvi a{
    color: var(--azul);
    transition: all .5s;
    text-decoration: none;
}
.txtCheAvi a:hover{
    color: #FFFFFF;
    background-color: var(--verde);
}
.linkWha{
    text-align: center;
    background-color: #128c7e;
    color: #FFFFFF;
    padding: 7px 10px;
    margin: 20px 0px 10px 0px;
    transition: all .5s;
    display: block;
}
.linkBtn{
    width: calc(100% - 20px);
    text-align: center;
    background-color: var(--naranja);
    color: #FFFFFF;
    padding: 7px 10px;
    margin: 10px 0px 0px 0px;
    border-radius: 30px;
    border: none;
    transition: all .5s;
    display: block;
}
.linkWha:hover, .linkBtn:hover{
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .8);
}
/* ==========================================================================
   EMPRESA
   ========================================================================== */
#bloqEmp{
    position: relative;
    width: 540px;
    height: auto;
    padding: 3% 60px 30px 7%;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 20px 20px 0px rgba(255, 255, 255, .2);
    border-bottom: 1px solid rgba(0, 133, 204, 1);
    color: #000000;
    display: block;
}
#bloqEmp img{
    width: 115px;
}
#bloqEmp h1{
    font-size: 1.4em;
}
#bloqEmp p{
    color: #999;
}

/* ==========================================================================
   CESTA
   ========================================================================== */
#cesta .resumen{

}
#cesta{
    overflow: hidden;
}
#cesta form {
    position: relative;
    background-color: white;
    padding: 30px;
    border-bottom: 1px solid black;
}
#cesta form .infNueAge{
    color: #666;
    text-align: left;
    padding: 0px 0px 0px 24px;
    font-size: .85em;
    text-align: justify;
    margin-top: -20px;
    margin-bottom: 20px;
}
#cesta form input[name="checkAvi"]{
    margin: 5px 10px 0px 0px !important;
}
#cesta form .infNueAge a{
    color: var(--azul);
}
#cesta .separacion{
    width: 100%;
    height: 20px;
    background-color: transparent;
    border-bottom: 1px solid #000000;
    margin: 0px 0px 10px 0px;
}
#cesta h3{
    color: var(--azul);
    font-size: 1em;
    font-family: semibold;
    font-weight: normal;
    border-left: 1px solid var(--azul);
    margin: 0px 0px 10px 0px;
    padding-left: 10px;
}
#cesta form input {
    /* width: 100%; */
    margin: 3px 0px;
    border: none;
    color: #000000;
    background-color: rgba(255, 255, 255, .2);
    padding: 2px 15px;
    display: block;
    border-radius: 17px;
}
#cesta form input[type="checkbox"]{
    width: auto;
    margin: 20px 5px 2px 0px;
    display: inline-flex;
}

#cesta ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: var(--azul);
}
#cesta ::-moz-placeholder { /* Firefox 19+ */
  color: var(--azul);
}
#cesta :-ms-input-placeholder { /* IE 10+ */
  color: var(--azul);
}
#cesta :-moz-placeholder { /* Firefox 18- */
  color: var(--azul);
}

#cesta form .first{
    font-size: 1.2em;
    font-family: 'bold';
    margin-bottom: 20px;
}
#cesta form .firstSmall{
    font-family: 'bold';
}
#cesta form .cif{
    width: 70px;
    display: inline-block;
}
#cesta form .letraCif{
    width: 60%;
    display: inline-block;
    text-transform: uppercase;
}
#cesta form textarea{
    width: 96%;
    min-height: 110px;
    margin: 4px 0px;
    padding: 2%;
    border: 1px solid #CCCCCC;
    color: #000000;
    resize: vertical;
    display: block;
}
#cesta .bloqBtn{
    margin-top: 10px;
    width: 100%;
    text-align: left;
}
#cesta .bloqBtn button{
    width: 100%;
    height: 42px;
    color: #FFFFFF;
    background-color: var(--azul);
    border: none;
    transition: all .5s; 
}

#cesta .bloqBtn .btnSec{
    width: 49.5%;
    opacity: .5;
}
#cesta .bloqBtn button:hover, #cesta .bloqBtn button:focus{
    opacity: 1;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .5) !important;
    background-color: var(--azul);
    color: #FFFFFF;
}
#cesta .info{
    padding: 3%;
    font-size: .85em;
    background-color: #DDDDDD;
    color: #666666;
}
#cesta #listCes{

    padding: 30px 30px 220px 30px;
}
#cesta #listCes .resFicha{
    position: relative;
    width: 100%;
    min-height: 90px;
    border-bottom: 1px dotted #666666;
        padding-bottom: 10px;
    margin-bottom: 20px;
    list-style-type: none;
}
#cesta #listCes .resFicha img{
    width: auto;
    height: 75px;
    vertical-align: top;
    display: inline-block;
}
#cesta #listCes .resTextos {
    display: inline-block;
    vertical-align: top;
    margin-left: 4%;
    width: calc(96% - 115px);
}
#cesta #listCes .resTextos .resNom{
    margin: 10px 0px 10px 0px;
    padding: 0px;
    font-family: 'semibold';
    font-weight: normal;
    font-size: 1.2em;
    text-align: left;
    color: #000000;
    display: block;
}
#cesta #listCes .resTextos .resUni{
    margin: 0px;
    padding: 0px;
    font-family: 'normal';
    font-weight: normal;
    font-size: .9em;
    text-align: left;
    color: rgba(0, 133, 204, 1);
}
#cesta #listCes .resTextos .resImp{
    margin: 0px 20px 0px 0px;
    padding: 0px;
    font-family: 'normal';
    font-weight: normal;
    font-size: 1.6em;
    text-align: left;
    color: #000000;
    border: none;
    display: inline-block;
    vertical-align: middle;
}
#cesta #listCes .resTextos .cheCol {
    width: 60px;
    margin-right: 20px;
    color: #FFFFFF;
    display: inline-block;
    vertical-align: middle;
    margin-left: 0px;
    color: black;
}
#cesta #listCes .resTextos .del {
    margin: 0px 0px 0px 10px;
    padding: 8px 20px;
    font-weight: normal;
    font-size: .85em;
    text-align: left;
    background-color: #FFFFFF;
    color: #CC0000;
    text-transform: uppercase;
    border: none;
    opacity: .5;
    transition: all .5s;
    display: inline-block;
    vertical-align: middle;
    border: 1px dotted;
    border-radius: 16px;
}
#cesta #listCes .resTextos .del:hover, #cesta #listArt .resTextos .del:focus{
    opacity: 1;
    color: #FFFFFF;
    background-color: #CC0000;
}
#combTipTran{
    width: fit-content;
    display: block;
}
#logCes{
    width: 100%;
    margin-bottom: 20px;
    display: block;
}
#cesta .txtEnv{
    text-align: right;
    color: #666666;
    background-color: transparent;
    padding: 0px;
    margin: 0px;
    font-size: .85em;
    border: none;
    width: 95%;
}

#bloqDes {
    border-right: 1px solid #CCCCCC;
    width: 320px;
    padding: 0px 15px 0px 0px;
    margin: 0px;
    position: fixed;
    left: calc(50% - 500px);
    top: 100px;
}
#bloqDes p{
    text-align: right;
    margin-bottom: 0px;
}
#bloqDes .tot span{
    color: #CCCCCC;
    font-family: 'normal';
    font-size: .5em;
}
#ref_total {
    margin: 0px 0px 0px 0px;
    padding-bottom: 0px !important;
    font-family: 'bold';
    font-weight: normal;
    font-size: 2.3em;
    line-height: 1em;
}

#bloqDes .tot{
    margin: 0px;
    padding-top: 0px;
    color: #999;
    font-family: 'normal';
    font-size: 1.2em;
    display: block;
}
#bloqDes p span{
    color: #999;
    font-family: 'normal';
    display: block;
}
#bloqDes .tra{
    margin: 0px 0px 0px 0px;
    padding: 10px 0px;
    font-weight: normal;
    font-size: 1em;

}
#bloqDes .traIva{
    margin: 0px 0px 0px 0px;
    padding: 10px 0px;
    font-weight: normal;
    font-size: 1em;
}
#bloqDes .bas, #bloqDes .iva{
    margin: 0px 0px 0px 0px;
    padding: 10px 0px;
    font-weight: normal;
    font-size: 1em;
}
#bloqDes .totArt{
    margin: 0px 0px 40px 0px;
    padding: 10px 0px;
    font-weight: normal;
    font-size: 1em;
}
#bloqBtnPag{
    position: fixed;
    bottom: 0px;
    left: 50%;
    width: 520px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 16px 16px 0px 0px;
    overflow: hidden;
    display: none;
    z-index: 205;
}
#bloqBtnPag #btnPagar {
    width: 100%;
    height: 60px;
    color: #FFFFFF;
    background-color: black;
    font-size: 14px;
    border: none;
    border-radius: 40px;
    transition: all .5s;
    text-transform: uppercase;
}
#bloqBtnPag #btnCanCom{
    width: 100%;
    height: 60px;
    font-size: 14px;
    color: #000000;
    border-radius: 40px;
    background-color: #FFFFFF;
    border: 1px solid #CCC;
    transition: all .5s;
}
/* ==========================================================================
    NUEVA CESTA
   ========================================================================== */
.nueva_cesta{
    width: 100% !important;
    top: 0px !important;
    min-height: 100% !important;
}
.nueva_cesta #resumen, .nueva_cesta #lineas{
    width: 50%;
    display: inline-block;
    vertical-align: top;
}
.nueva_cesta #resumen{
    position: fixed;
    height: 100%;
    background-color: var(--gris);
}
.nueva_cesta #lineas{
    position: relative;
    left: 50%;
}
.nueva_cesta #lineas .sin_dto{
    color: #CC0000;
    font-size: .75em;
    font-family: 'semibold';
    display: block;
    margin-bottom: 1px;
    text-decoration: line-through;
}
/* ==========================================================================
   POP-UP DE LA CESTA
   ========================================================================== */
#resumen_cesta {
    position: fixed;
    top: 104px;
    width: 220px;
    right: 300px;
    padding: 10px;
    color: black;
    text-align: center;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    border-radius: 0px;
    z-index: 35;
    transition: right 1s;
    display: none;
    background-color: var(--gris);
    border: 1px solid var(--azul);
    border-radius: 12px;
}
#resumen_cesta .tot {
    font-family: 'bold';
    font-size: 2.3em;
    margin: 0px 0px 0px 0px;
    padding-top: 20px;
}
#resumen_cesta .txt {
    font-family: 'normal';
    font-size: 1em;
    opacity: .8;
    padding: 0px;
    margin: 0px 0px 20px 0px;
}
#resumen_cesta button{
    width: 100%;
}
@keyframes slideInOut {
    0% {
        right: -300px;
    }
    50% {
        right: 10px;
    }
    75% {
        right: 10px;
    }
    100% {
        right: -300px;
    }
}

#resumen_cesta {
    animation: slideInOut 4s forwards;
}
/* ==========================================================================
   MÉTODOS DE PAGO
   ========================================================================== */
#contResumen {
    /*position: relative;
    padding: 40px 0px;
    left: 50%;
    width: 94%;
    max-width: 520px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);*/
}
#contResumen p{
    margin: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}
#contResumen input[type="submit"]{
    margin: 10px 0px;
    border-radius: 16px;
    width: 100%;
}

/*
#contResumen input[type="submit"]{
    width: 100%;
    height: 42px;
    margin: 10px 0px;
    border: none;
    border: 1px solid var(--azul);
    color: #FFFFFF;
    font-size: .85em;
    background-color: var(--azul);
    border-radius: 0px;
    transition: all .5s;
}
#contResumen input[type="submit"]:hover, #contResumen input[type="submit"]:focus{
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .5);
    background-color: var(--azul);
    color: #FFFFFF;
}*/
/* ==========================================================================
   HISTORIAL
   ========================================================================== */
#cesta .bloqHis {
    width: 100%;
    margin: 40px 0px;
    text-align: center;
    padding: 0px 0px 20px 0px;
    border: 1px solid var(--azul);
    cursor: pointer;
    transition: all .5s;
    border-radius: 8px;
}
#cesta .bloqHis:hover, #cesta .bloqHis:focus{
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .5);
}
#cesta .bloqHis time {
    padding: 5px;
    margin-bottom: 20px;
    text-align: center;
    font-family: 'semibold';
    font-size: 1em;
    background: black;
    /* background: -moz-linear-gradient(-45deg, rgba(0,133,204,1) 0%, rgba(15,186,172,1) 100%); */
    /* background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(0,133,204,1)), color-stop(100%, rgba(15,186,172,1))); */
    /* background: -webkit-linear-gradient(-45deg, rgba(0,133,204,1) 0%, rgba(15,186,172,1) 100%); */
    /* background: -o-linear-gradient(-45deg, rgba(0,133,204,1) 0%, rgba(15,186,172,1) 100%); */
    /* background: -ms-linear-gradient(-45deg, rgba(0,133,204,1) 0%, rgba(15,186,172,1) 100%); */
    /* background: linear-gradient(135deg, rgba(0,133,204,1) 0%, rgba(15,186,172,1) 100%); */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--azul)', endColorstr='#0fbaac', GradientType=1 );
    color: #FFFFFF;
    display: block;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
#cesta .bloqHis img{
    height: 90px;
    width: auto;
    display: inline-block;
}
/* ==========================================================================
   ANIMACIONES ELEMENTOS SCROLL
   ========================================================================== */
/* Fade Top */
.fade-up {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.fade-up.show {
  opacity: 1;
  transform: translateY(0);
}
/* Fade Bottom */
.fade-down {
  opacity: 0;
  transform: translateY(-30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.fade-down.show {
  opacity: 1;
  transform: translateY(0);
}

/* Fade Left */
.fade-left {
  opacity: 0;
  transform: translateX(-30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.fade-left.show {
  opacity: 1;
  transform: translateX(0);
}

/* Fade Right */
.fade-right {
  opacity: 0;
  transform: translateX(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.fade-right.show {
  opacity: 1;
  transform: translateX(0);
}
/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
@media all and (orientation:landscape){
    /* home */
    #fondoWeb .horizontal{
        display: block;
    }
    #fondoWeb .vertical{
        display: none;
    }
    #fondoWeb .carousel-button {
        font-size: 1.2vw;
    }
}
@media all and (orientation:portrait){
    /* home */
    #fondoWeb .horizontal{
        display: none;
    }
    #fondoWeb .vertical{
        display: block;
    }
    #fondoWeb .carousel-button {
        font-size: 3vh;
    }
    #fondoWeb .bloq_texto {
        position: absolute;
        top: initial;
        left: 40px;
        width: calc(100% - 80px);
        z-index: 1;
        height: auto;
        max-width: 500px;
        bottom: 25px;
    }
}

@media only screen and (max-width: 1920px){
    .bloq_white, .bloq_full_img, .bloq_legal {
        height: auto;
    }
}

@media only screen and (max-width: 1740px){
    .product_list{
        grid-template-columns: repeat(3, 1fr);
    }
    .product_cross{
        grid-template-columns: repeat(3, 1fr);
    }
    
    .story .info .txt {
        width: calc(100% - 100px);
    }
}

@media only screen and (max-width: 1340px){
    /* listados */
    .artListado{
        width: calc(24% - 2px);
    }
    #cuaHom{
        top: 100px;
    }
    #listArt{
        padding-top: 170px;
    }
    
}
@media only screen and (max-width: 1260px){
    /* ficha */
    #ficha .multimedia .col2 > *{
        width: 100%;
    }
    #ficha .multimedia .col2 > :nth-child(1){
        margin-right: 0px;
        border-radius: 0px 18px 0px 0px;
    }
    #ficha .multimedia .col2 > :nth-child(2){
        margin-top: 1px;
        margin-left: 0px;
        border-radius: 0px;
    }
    .pc{
        display: none;
    }
    .mov{
        display: block;
    }
    .product_list{
        grid-template-columns: repeat(2, 1fr);
    }
    .product_cross{
        grid-template-columns: repeat(2, 1fr);
    }
    /* Blog */
    .blog .story.col3 {
        width: calc(50% - 10px);
    }
}
@media only screen and (max-width: 1130px){
    /* Genérico */
    .col75{
        width: 70%;
    }
    .col50{
        width: 40%;
    }
    .col25{
        width: 30%;
    }
    section[name="resenas"] .col50{
        width: 50%;
    }
    section[name="resenas"] .col25{
        width: 25%;
    }
    /* listados */
    .artListado{
        width: calc(32% - 2px);
    }
    /* ficha */
    #ficha .art .multimedia{
        width: calc(55% - 40px);
    }
    #ficha .art .textos{
        padding: 140px 5% 60px 5%;
    }

    
    .fila4 {
        gap: 0px 20px !important;
    }
    .fila4 > div {
        width: 33.333333%;
    }
    
}
@media only screen and (max-width: 1100px){
    /* Faqs */
    .faqs h1{
        font-size: 55px;
    }
}
@media only screen and (max-width: 980px){
    /* home */
    #fondoWeb .horizontal{
        display: none;
    }
    #fondoWeb .vertical{
        display: block;
    }
    #fondoWeb .carousel-button {
        font-size: 3vh;
    }
    #fondoWeb .bloq_texto {
        position: absolute;
        top: initial;
        left: 40px;
        width: calc(100% - 80px);
        z-index: 1;
        height: auto;
        max-width: 500px;
        bottom: 25px;
    }
    /* Formularios */
    .bloqForm{
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        padding: 20px 110px 30px 0px;
    }
}
@media only screen and (max-width: 920px){
    /* ACTIVACIÓN MÓVIL */
    /* Genérico */
    button, .button{
        padding: 5px 30px;
    }
    .bloq_white h2, .bloq_img .top-left h3, .bloq_img .top-right h3{
        font-size: 50px;
    }
    .min_height {
        min-height: 400px;
    }
    .gap70 {
        width: calc(100% - 80px);
        gap: 40px;
        padding: 40px;
    }
    .gap150 {
        width: calc(100% - 80px);
        gap: 40px;
        padding: 80px 40px;
    }
    #fondoWeb .bloq_texto h1, .bloq_white h2, .bloq_img .top-left h3, .bloq_img .top-right h3{
        font-size: 46px;
    }
    .bloq_white h2.h1{
        font-size: 6vw;
    }
    #fondoWeb .bloq_texto p{
        font-size: 16px;
    }
    .min_height {
        min-height: unset;
    }
    /* Menú */
    #btnMovil{
        display: block;
     
    }

    #bloqMenu .menu-col:nth-child(1) {
        display: block;
        position: fixed;
        bottom: 80px;
        width: calc(100% - 70px);
        display: none;
    }
    #bloqMenu ul li a {
        font-size: 20px;
        margin: 10px 0px;
        display: block;
    }
    #bloqMenu ul a.btnMenAct{
        font-size: 20px;
    }
    #bloqMenu .menu-col:nth-child(1) li {
        text-transform: uppercase;
        border-bottom: 1px solid black;
    }
    
    #bloqMenu .menu-col:nth-child(2) {
        justify-content: left;
    }
    
    #bloqMenu .menu-col:nth-child(3){
        display: none;
        position: fixed;
        bottom: 20px;
        text-align: left;
        width: calc(100% - 70px);
    }
    #bloqMenu .menu-col:nth-child(3) li {
        text-transform: uppercase;
        margin-right: 10px;
        display: inline-block;
    }
    #bloqMenu #menSoc .parrafo2 a{
        font-size: 14px;
    }
    /* listados */
    .product-info {
        padding: 8px 10px 30px 10px;
    }
    .plus{
        top: -50px;
        right: 18px;
    }
    /*
    .plus{
        top: -40px;
        right: 15px;
        width: 25px;
        height: 25px;
    }
    .plus::before,
    .plus::after {
        height: 17px;
        top: 3px;
    }*/
    .computer_w45{
        width: auto !important;
    }
    .mobile_off{
        display: none !important;
    }
    .mobile_break br{
        display: block;
    }
    .mobile_100{
        display: block;
    }
    .mobile_100 .col25, .mobile_100 .col50, .mobile_100 .col75{
        width: 100%;
        display: block;
    }
    .mobile_100 .col25.left img:first-child{
        position: relative;
        margin-bottom: 40px;
        width: 55%;
    }
    .mobile_left{
        text-align: left;
    }
    .mobile_ml2{
        margin-left: 20px !important;
    }
    .mobile_mt0{
        margin-top: 0px !important;
    }
    .mobile_mt2{
        margin-top: 20px !important;
    }
    .mobile_mt4{
        margin-top: 40px !important;
    }
    .mobile_mt6{
        margin-top: 60px !important;
    }
    .mobile_mt8{
        margin-top: 80px !important;
    }
    .mobile_mb0{
        margin-bottom: 0px !important;
    }
    .mobile_mb2{
        margin-bottom: 20px !important;
    }
    .mobile_mb4{
        margin-bottom: 40px !important;
    }
    .mobile_mb6{
        margin-bottom: 60px !important;
    }
    .mobile_mb8{
        margin-bottom: 80px !important;
    }
    .mobile_f24{
        font-size: 24px !important;
    }
    .mobile_f36{
        font-size: 36px !important;
    }
    .mobile_p0{
        padding: 0px !important;
    }
    .mobile_p2{
        padding: 20px !important;
    }
    .mobile_p2_w{
        padding: 20px !important;
        width: calc(100% - 40px) !important;
    }
    .mobile_p4{
        padding: 40px !important;
    }
    .mobile_pt0{
        padding-top: 0px !important;
    }
    .mobile_pb0{
        padding-bottom: 0px !important;
    }
    .mobile_up{
        display: flex;
        flex-direction: column;
    }
    .mobile_up_multimedia{
        order: -1 !important; /* hace que aparezca antes que los demás elementos */
        flex: 0 0 50% !important; 
        width: calc(100% + 80px) !important;
        margin-top: -40px !important;
        margin-left: -40px !important;
        margin-bottom: 40px;
    }
    .mobile_up_multimedia_2 {
        order: 0 !important;
        width: 100%;
    }

    .mobile_pos_r{
        position: relative !important;
    }
    
    /* Ficha */
    #ficha .art{
        display: block;
    }
    
 
    #ficha .caja_multimedia {
      position: relative;
      height: calc(100% - 100px);
      height: calc(100vh - 100px);
      height: calc(100dvh - 100px);
    }

    #ficha .caja_multimedia .img_vertical {
        display: flex;
        height: calc(100% - 100px);
        scroll-snap-type: x mandatory;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scroll-behavior: smooth;
        scrollbar-width: none; /* Firefox */
    }
    #ficha .caja_multimedia .img_vertical::-webkit-scrollbar {
        display: none; /* Chrome, Safari */
    }


    #ficha .caja_multimedia .img_vertical img,
    #ficha .caja_multimedia .img_vertical video {
      flex: 0 0 100%;
      height: 100%;
      width: 100%;
      object-fit: cover;
      scroll-snap-align: center;
    }

    #ficha .caja_multimedia .thumbs {
        display: flex;
        justify-content: center;
        margin-top: 10px;
    }

    #ficha .caja_multimedia .thumbs > *:not(:last-child) {
        margin-right: 8px; /* sustituye gap */
    }

    #ficha .caja_multimedia .thumbs button {
        border: none;
        background: none;
        padding: 0;
        cursor: pointer;
        width: 80px;
        height: 80px;
        display: inline-block;
    }

    #ficha .caja_multimedia .thumbs img, #ficha .caja_multimedia .thumbs video {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 6px;
    }
    #ficha .caja_multimedia .thumbs button.active img, #ficha .caja_multimedia .thumbs button.active video {
      border: 1px solid #000; /* color y grosor del borde */
      box-sizing: border-box;
      border-radius: 6px;
    }

    #ficha .textos{
        height: auto;
        position: relative;
        z-index: 10;
    }

    #ficha .bloqPVP {
        position: fixed;
        bottom: 0px;
        width: 100%;
        text-align: center;
        left: 0px;
        border-radius: 0px;
        z-index: 35;
        margin: 0px 0px 20px 0px;
    }
    #ficha .bloqPVP .anadirCesta {
        font-size: 1em;
        padding: 12px 36px;
        width: calc(100% - 40px);
        border-radius: 50px;

    }
    div[name="modulo_pago"]{
        width: calc(100% - 44px);
        margin: auto;
        
    }
    div[name="modulo_pago"] .txtEnv{
        padding: 6px 0px;
    }
    .fila4 {
        padding-left: 20px;
        gap: 0px 20px !important;
        justify-content: start;
    }
    .fila4 > div {
        width: calc(50% - 10px);
    }
    .fila4 > div > p{
        margin: 0px 0px 8px 0px;
    }
    .fila4 .parrafo1{
        font-size: 14px;
    }
    .story .story-text-clear{
        padding: 20px;
    }
    .story .story-text-clear p{
        margin: 0px 0px 10px 0px;
        width: 100%;
    }
    .story .story-text-clear .titulo1_bold{
        margin: 10px 0px;
        width: 100%;
    }
    /* Reseñas */
    .resenas .estrellas img{
        width: 14px !important;
        margin: 0px 2px !important;
    }
    section[name="resenas"] .col50{
        width: 100%;
    }
    section[name="resenas"] .col25{
        width: 100%;
    }
    /* Stories */
    .tit_stories {
        padding-left: 40px;
    }
    .stories{
        padding: 0px 0px;
    }
    
    /* home */
    .bloq_img{
        height: auto;
    }
    
    .bloq_img .content{
        padding: 40px;
        flex-wrap: wrap;
    }
    .bloq_img .top-left, .bloq_img .bottom-left, .bottom-left-list, .bloq_img .bottom-right, .bottom-right-list, .top-right, .bottom-right{
        width: 100% !important;
        max-width: unset;
        margin-left: 0px !important;
        margin-bottom: 40px;
    }
    .bloq_img .top-right-50, .bloq_img .top-left-50{
        position: relative;
    }
    .bloq_img .top-left .h1{
        margin-bottom: 50%;
    }
    .bloq_white p{
        margin: 20px 0px;
    }

    /* Formularios */
    #bloqSocPer{
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        padding: 20px 110px 30px 0px;
    }

    
    /* Blog */
    .bloq_white_blog {
        margin: 0px !important;
        padding: 0px !important;
        width: 100%;
    }
    .bloq_white_blog .col25{
        display: none;
    }
    .bloq_white_blog .col50{
        width: 100%;
        min-width: unset;

    }
    .bloq_white_blog.mt15{
        margin: 0px !important;
    }
    .bloq_white_blog .mobile_up_multimedia{
        padding: 0px;
        max-height: 80vh;
        object-fit: cover;
    }
    .bloq_white_blog .mobile_up_multimedia_2 p{
        margin: 0px;
    }
    .bloq_white_blog .mobile_up_multimedia_2 h1{
        padding: 20px;
        width: calc(100% - 40px);
    }
    .bloq_white_blog h2{
        font-size: 22px;
        line-height: 1.2em;
    }
    /* Aviso legal */
    .bloq_legal h2{
        font-size: 22px;
        line-height: 1.2em;
    }   
    .bloq_legal .titulo1{
        font-size: 14px;
        line-height: 1.2em;
        margin: 40px 0px 0px 0px;
    }

}
@media only screen and (max-width: 860px){
    /* Cesta */
    .nueva_cesta #resumen, .nueva_cesta #lineas {
        width: 100%;
        display: block;
    }
    .nueva_cesta #resumen {
        position: relative;
        height: auto;
        background-color: rgb(241, 246, 248);
        padding: 20px 0px;
    }
    #bloqDes {
        width: 220px;
        padding: 0px 15px 0px 0px;
        margin: 0px;
        position: relative;
        left: calc(50% - 110px);
        top: 0px;
    }
    .nueva_cesta #lineas{
        position: relative;
        left: 0px;
    }
}
@media only screen and (max-width: 840px){
    /* Blog */
    .blog .story.col3 {
        width: 100%;
    }
    .blog .story {
        min-width: unset;
    }
}
@media only screen and (max-width: 730px){
    /* Listados */
    
    /*div[name="modulo_pago"]{
        display: none;
    }*/
    /* Formularios */
    #bloqSocPer{
        left: 0px;
        width: calc(100% - 10px);
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
        padding: 40px 5px 20px 5px;
    }
    #bloqSocPer h1{
        font-size: 1.8em;
    }
    #bloqSocPer h2{
        width: 65%;
        font-size: 1.2em;
        margin: 10px 0px 20px 0px;
    }
    #bloqSocPer .logo{
        width: 100px;
        height: 100px;
        margin-top: 20px;
    }
    .bloqForm{
        left: 0px;
        width: calc(100% - 40px);
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
        padding: 40px 20px 20px 20px;
    }
    .bloqForm h1{
        font-size: 1.8em;
    }
    .bloqForm h2{
        width: 65%;
        font-size: 1.2em;
        margin: 10px 0px 20px 0px;
    }
    .bloqForm .logo{
        width: 100px;
        height: 100px;
        margin-top: 20px;
    }
    
    /* Aviso legal */
    #txtInfo{
        width: 100%;
    }
}
@media only screen and (max-width: 660px){
    .product-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .product_list{
        grid-template-columns: repeat(1, 1fr);
    }
    .product_cross{
        grid-template-columns: repeat(1, 1fr);
    }
    
    /* Blog */
}
@media only screen and (max-width: 580px){
    /* Footer */
    footer{
        padding: 20px;
    }
    footer .logo-big{
        margin: 90px 0px 5px 0px;
    }
    footer .legal{
        margin-top: -15px;
    }
    footer .scroll-up {
        bottom: 20px;
        left: -10px;
        transform: scale(.6, .6);
    }
    
    /* Avisos */
    #cajAvi{
        position: absolute;
        top: 35px !important;
        left: 1%;
        width: 98%;
        -webkit-transform: translateX(0%) translateY(0%) !important;
        -ms-transform: translateX(0%) translateY(0%) !important;
        transform: translateX(0%) translateY(0%) !important;
    }
    #cajAvi.box_login {
        display: flex !important;
        width: 100% !important;
        top: 0px !important;
        height: 100% !important;
        left: 0px;
    }
    #cajAvi.nueva_cesta{
        top: 0px !important;
        left: 0%;
        width: 100%;
    }
   /*#cajAvi button{
        position: relative;
        width: 94%;
        left: 3%;
        right: auto;
        display: block;
        margin-bottom: 5px;
    }*/
    #cajAvi .btn{
        width: 90%;
        left: 0px;
    }
    
    #bloqBtnPag {
        left: 5%;
        width: 90%;
        -webkit-transform: translateX(0%) translateY(0%) !important;
        -ms-transform: translateX(0%) translateY(0%) !important;
        transform: translateX(0%) translateY(0%) !important;
        bottom: 20px;
    }
    /* Ficha */
    .fila4 > div {
        width: 100%;
    }
}
@media only screen and (max-width: 505px){
    
}
@media only screen and (max-width: 480px){
    /* Footer */
    footer section{
        min-width: 130px;
        margin-right: 10px;
    }
    /* Faqs */
    .faqs h1{
        font-size: 44px;
    }
    /* Cookies */
    #leyDeCookies {
        width: calc(90% - 40px);
        /* max-width: 780px; */
        height: auto;
        left: 50%;
        right: unset;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); 
    }
}
@media only screen and (max-width: 420px){
   
    
    /* Actualizar perfil */
    form .cheCol, #combTipTran{
        width: 100%;
    }
    #cesta #listCes{
        padding: 30px 10px 220px 10px;
    }
    #cesta #listCes .resFicha {
        margin-bottom: 50px;
        text-align: center;
        padding-bottom: 10px;
    }
    #cesta #listCes .resFicha img{
        height: 120px;
        display: block;
        margin-left: calc(50% - 60px);
    }
    #cesta #listCes .resTextos{
        margin-left: 0px;
        width: 100%;
    }
    #cesta #listCes .resTextos .resNom{
        width: calc(100% - 20px);
        text-align: center;
    }
    #cesta #listCes .resTextos .resImp{
        margin: 0px 10px;
        min-width: 80px;
        text-align: center;
    }
    
    /* Footer */
    footer .legal{
        margin-top: 20px;
    }
    footer .legal, footer .legal a{
        font-size: 10px;
    }
}
@media only screen and (max-width: 390px){
    /* Menú */
    #bloqMenu .menu-col:nth-child(3) li{
        margin-right: 4px;
    }
    #bloqMenu #menSoc .parrafo2 a {
        font-size: 13px;
    }
}
@media only screen and (max-width: 380px){
    /* Actualizar perfil */
    .bloqForm .bloqBtn button{
        width: 100% !important;
        margin: 2px 0px;
        display: block;
    }
    /* Cesta */
    #cesta #listCes .resTextos .resImp{
        font-size: 1.2em;
    }
}













