@charset "utf-8";
/* CSS Document */

#pie {    
    padding-left: var(--rellenohorizontalgrande);
    padding-right: var(--rellenohorizontalgrande);
    
    margin-left: var(--margenhorizontal);
    margin-right: var(--margenhorizontal);
    padding-top: var(--separacionsecciones);;
    padding-bottom: 1em;
    background-color: var(--g000);
}
#contenedorsuperiorpie {
    display: flex;
    justify-content:space-between;
    align-items: flex-start;
    margin-bottom: 2.5rem;
}
#contenedorsuperiorpie > div:first-of-type p:not(:first-of-type) a, #vinculocorreopie {
    font-weight: 500;
    transition: color .1s ease-in 0s;
}
#contenedorsuperiorpie > div:first-of-type p:not(:first-of-type) a:hover, #vinculocorreopie:hover {
    color: var(--a200);
}
#contenedorsuperiorpie > div:first-of-type {
    align-self: flex-start;
}
#contenedorsuperiorpie > div:first-of-type img {
    display: block;
    height: 2.6875rem;
    width: auto;
    font-size: var(--l-p);
}
#contenedorsuperiorpie > div:first-of-type p {
   margin: 0px;
  line-height: 1.5em;
    color: var--a600
}
#contenedorsuperiorpie > div:first-of-type .conmargenabajo{
    margin-bottom: 1.5rem;
}  

#contenedorsuperiorpie > div:last-of-type  {
    display: flex;
}
    
#contenedorsuperiorpie > div:last-of-type img {
    display: block;
    width:  2.6875rem;
    auto: auto;
    cursor: pointer;
    transition: transform .2s ease-out 0s;
}
#contenedorsuperiorpie > div:last-of-type img:hover {
    transform: scale(1.05);
}
    
#contenedorsuperiorpie > div:first-of-type img:not(first-of-type) {
    margin-left: 1em;
}
#contenedormediopie {
    display: flex;
    justify-content: space-between;
    padding-bottom: 1rem;
}
#contenedormediopie > div:first-of-type {
    font-size: var(--l-caption);
    padding-right: 3em;
}
#contenedormediopie > div:first-of-type a {
    white-space: nowrap;
    background-image:url("../imagenes/puntonegro.jpg");
    background-repeat: no-repeat;
    background-size: 0px 1px;
    background-position: left bottom;
    transition: background-size .2s ease-out 0s;
}
#contenedormediopie > div:first-of-type a:hover {
    background-size: 100% 1px;
}
#contenedormediopie > div:first-of-type a:not(:last-of-type) {
    margin-right: 3em;
}

#contenedormediopie > div:last-of-type {
    display: flex;
}
#contenedormediopie > div:last-of-type img {
    height: 1.5rem;
    width: auto;
    cursor: pointer;
    transition: transform .2s ease-out 0s;
}

#contenedormediopie > div:last-of-type img:hover {
    transform:translateY(-2px);
}

#contenedormediopie > div:last-of-type img:not(:first-of-type) {
    margin-left: .5rem;
}
#contenedortextofabricantes {
    color: var(--a600);
    font-size: var(--s-caption);
    margin-bottom: var(--separacionsubsecciones);
    border-top: solid 1px var(--g200);
    border-bottom: solid 1px var(--g200);
    padding: .25rem 0px;
}
#contenedorinferiorpie {    
    font-size: var(--l-caption);
    display: flex;
    justify-content: space-around;
}
/*cookies*/
#avisocookies {
    position: fixed;
    z-index: 3000;
    left: 0px;
    bottom: 0px;
    width: 100%;
    background: var(--fondooscuroabajo);
    color: var(--blanco);
    display: flex;
    flex-direction: column;
    align-items: center;  
    padding: 1em;
    transition: transform .2s ease-out 0s;
}
#avisocookies > aside:first-of-type {
    letter-spacing: .05em;
}
#avisocookies > aside:first-of-type span:not(:first-of-type) {
    color: var(--marca01);
    /*font-weight: 500;*/
}
#avisocookies > aside:not(:last-of-type) {
    margin-bottom: .75rem;
}
#avisocookies.fuera {
    transform: translateX(-120%);
}
#avisocookies > aside {
    flex-grow: 1;
}
#avisocookies > aside > aside:first-of-type {
    font-size: 1.25em;
}/*
#avisocookies > aside > aside:first-of-type > span:first-of-type {
    font-size: 1.25em;
    font-weight: 500;
}
#avisocookies > aside > aside:first-of-type > span:last-of-type {
    font-weight: 500;
}
#avisocookies > aside > aside:last-of-type a {
    font-weight: 500;
    color: white;
}*/
#avisocookies > aside:last-of-type {
    align-self: flex-end;
}
#avisocookies  button {
    margin-right: 1em;
    margin-left: 1em;
}
#contenedorgestionarcookies {
    position: fixed;
    z-index: 40;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    transform: scale(1,0);
    transition: transform .3s ease-out 0s;
    padding-bottom: 2em;
    padding-top: 2em;
    
}
#contenedorgestionarcookies.abierto {
    transition: transform .3s ease-in 0s;
    transform: scale(1,1);
}
#contenedorformulariocookies {
    max-width: 1000px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 20;
    display: flex;
    flex-direction: column;
}
#datoscookies {
    flex-grow: 1;
    position: relative;
    border-top: solid 1px var(--morado500);
    border-bottom: solid 1px var(--morado500);
}
#datoscookies > div {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 1em;
}
#gestionarcookies {
    background: var(--fondooscuroabajo);
    color: var(--blanco);
    border-radius: 6px;
    padding: 3em 4em 2em 4em;
    margin-top: .5em;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
   
}
#gestionarcookies h2 {
    margin-top: 0px;
    font-size: 1.5em;
    font-weight: 600;
}

#gestionarcookies > p:last-of-type {
    text-align: right;
}
#gestionarcookies input:not([type="submit"]), #gestionarcookies textarea  {
    box-shadow: none;
    border-image: none;
    border: none;
}
#gestionarcookies a {
    color: var(--morado500);
}
#gestionarcookies p:not(:last-of-type) input[type="text"]:not(.estrecho), #gestionarcookies p:not(:last-of-type) input[type="email"]:not(.estrecho), #gestionarcookies p:not(:last-of-type) textarea {
    width: 100%;    
}
#gestionarcookies .parrafoboton {
    text-align: right;
}
#gestionarcookies .parrafoboton span {
    font-weight: bold;
}

#gestionarcookies .parrafoboton .boton4 {
    background-color: var(--rojo600);
}

#tapapagina {
    display: block;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 39;
    transition: transform .3s ease-out 0s;
    transform: scale(0);
    background-color: var(--fondoventanasflotantes);
    
}
#tapapagina.abierto {
    transform:scale(1);
}
@media (max-width: 1050px)  {   
    #avisocookies {
        flex-direction: column;
    }
    #contenedorformulariocookies {
        margin-left: 2em;
        margin-right: 2em;
    }
    
    #contenedormediopie > div:first-of-type a:not(:last-of-type) {
        margin-right: 1em;
    }
}
@media (max-width: 900px) {
   
}
@media (max-width: 700px) {
    #avisocookies > aside {
        text-align: center;
    }
    #avisocookies > aside:last-of-type {
        display: flex;
        flex-direction: column;
        align-items: center;align-self: center;
    }
    #avisocookies > aside:last-of-type button:first-of-type {
        margin-bottom: .75em;
    }
    #gestionarcookies {    
        padding: 2em 1em;
        margin-top: .5em;
    }
    #contenedorsuperiorpie {
        flex-direction: column;
        align-items: stretch;
    }
    #contenedorsuperiorpie > div:first-of-type {
        align-self: center;
        text-align: center;
    }#contenedorsuperiorpie > div:first-of-type .conmargenabajo {
        margin-left: auto;
        margin-right: auto;
        margin-bottom:1.5rem;
        height: var(--separacionsecciones);
    }
    #contenedorsuperiorpie > div:last-of-type {
        align-self: center;
        margin-top: 2rem;
    }
    #contenedormediopie {
        flex-direction: column-reverse;
        align-items: center;
    }
    #contenedormediopie > div:first-of-type {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding-right: 0em;
        margin-top: 3rem;
    }
    #contenedormediopie > div:first-of-type a:not(:last-of-type) {
        margin-right: 0em;
        margin-bottom: 2rem;
    }
}
@media (max-width: 600px) {
    #pie {
        padding-left: var(--rellenohorizontal);
        padding-right: var(--rellenohorizontal);
    }
}
@media (max-width: 550px) {
    #gestionarcookies {    
        padding: 1em 1em;
        margin-top: .5em;
    }
    
}
@media (max-width: 500px) {  
 
}