@charset "utf-8";
/* CSS Document */
body {
    background-color: transparent;
}
/*#cuerpo {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}*/
h1, #titulomovil span {
    color: var(--a300);
}

#contenedorarticulo {
    display: flex;
    align-items: flex-start;
}
#contenedormodelos, #cuerpo .contenedorconjuntos {
      background-color: var(--g100);
    border-radius: var(--radio-p);
    padding: var(--rellenoverticalmediano) var(--rellenohorizontal);    
    margin-top: var(--separacionsecciones);
}
#subcontenedormodelos, #cuerpo .contenedorconjuntos .detalleconjunto {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    grid-gap: var(--separacionsubsecciones) var(--rellenovertical);
    
}
#contenedormodelos section {
    display: flex;
    flex-direction: column;
    position: relative;
    cursor: pointer;
}
#contenedormodelos section img  {
    background-color: white;
    width: 100%;
    height: auto;
    display: block;
    background-size: 90% auto;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: var(--radio-p);
    border: solid 1px var(--a100);
}
#contenedormodelos h2 {
    
}
#contenedormodelos h2, #contenedormodelos p, #cuerpo .contenedorconjuntos p {
    word-break:break-word;
    padding: 0px var(--separacionsubsecciones);
    width: 100%;
    font-size: var(--s-h5);
    color: var(--a300);
    margin: 0px;
    margin-top: .25rem;
    line-height: 1.2;
}
#contenedormodelos h2:first-of-type, #contenedormodelos p:first-of-type, #cuerpo .contenedorconjuntos p:first-of-type {
    padding-top: var(--separacionsubsecciones);
}
#cuerpo .contenedorconjuntos p {
    font-size: var(--l-p);
}

#datosarticulo {
    flex-grow: 1;
    flex-shrink: 3;
    background-color: white;
    display: flex;
    align-items: flex-start;
    padding-top: var(--separacionsecciones);
}
#datosarticulo p {
    word-break:break-word;
    margin-top: .5em;
    margin-bottom: 0px;
}
#datosarticulo > img.imagensimple,  #datosarticulo > div.visor4fotos {
    border: solid 1px var(--a100);   
    width: 30%;
    height: auto;
    flex-shrink: 0;
    border-radius: var(--radio-p);
}
#datosarticulo > img.imagensimple {
    padding: var(--separacionsubsecciones);
}
#datosarticulo .subtitulo {
    text-transform: uppercase;
    color: var(--a200);
}
#detallearticulo {
    display: flex;
    flex-direction: column;
    padding: 1em;
    flex-grow: 1;
}
h1 {
    font-size: 1.5em;
}
#datosarticulo #parrafoanadir {
    margin-top: 1em;
    display: flex;
    justify-content: space-between;
    align-self: stretch;
}
#datosarticulo #parrafoanadir > span {
    display: flex;
}
#datosarticulo #parrafoanadir span span {
    margin-left: var(--separacionsubsecciones);
}
#cantidad {
    width: 4em;
    text-align: center;
    border-radius: var(--radio-p);
    border: 2px solid var(--a100);
    color: var(--g300);
}
#datosarticulo #parrafovolver {
    text-align: right;
    margin-top: 2em;
}
#cuerpo h3 {
    color: var(--a300);
    margin-bottom: var(--separacionsubsecciones);
}
.visor4fotos {
    height: auto;
    display: block;
    position: relative;
}
.visor4fotos .fotograma {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity:0;
    transition: opacity .3s linear 0s;
}

.visor4fotos .dartamano {
    display: block;
    width: 100%;
    height: auto;
    opacity: 0;
}
#ver360 {
    position: absolute;
    bottom: var(--separacionsubsecciones);
    right: var(--separacionsubsecciones);
    width: 3em;
    height: auto;
    cursor: pointer;
    opacity: .8;
    transition: opacity .2s ease-out 0s;
}
#ver360:hover {
    opacity: 1;
}

.detalleconjunto p {
    margin: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

#cuerpo .contenedorconjuntos .detalleconjunto  .contenedorseccion {   
    position: relative;
}
#cuerpo .contenedorconjuntos .detalleconjunto  section {
    width: 100%;    
    display: flex;
    flex-direction: column;    
    position: relative;
    cursor: pointer;
    z-index: 6;
    justify-content: flex-start;
}
.detalleconjunto.contenedorseccion section.articulos {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    margin-bottom: 0em;
}
#cuerpo .contenedorconjuntos .detalleconjunto  section img {
    width: 100%;
    height: auto;
    display: block;
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: white;
}
#cuerpo .contenedorconjuntos .detalleconjunto  img.reajustar360 {
    background-size: 65% auto;
    border: solid 1px var(--a100);
}
#cuerpo .contenedorconjuntos .detalleconjunto  section .visor4fotos {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    border: solid 1px var(--a100);
}
#cuerpo .contenedorconjuntos .detalleconjunto  section .visor4fotos .fotograma {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity:0;
    transition: opacity .3s linear 0s;
}

#cuerpo .contenedorconjuntos .detalleconjunto  section .visor4fotos .dartamano {
    display: block;
    width: 100%;
    height: auto;
    opacity: 0;
}
.detalleconjunto h2 {
    color: red;
    
}
#cuerpo .contenedorconjuntos .detalleconjunto  h2, #cuerpo .contenedorconjuntos .detalleconjunto  p {
    word-break:break-word;   
}
#datosarticulo .detalleconjunto section:hover p, #datosarticulo .detalleconjunto section:hover h2{
    background-size: 100% 100%;
}

#cuerpo .contenedorconjuntos .detalleconjunto .ver360 {
    position: absolute;
    top: .5rem;
    left: .5rem;
    height: auto;
    width: 15%;
    /*background-color: rgb(0,144,207);*/
    cursor: pointer;
    z-index: 10;
    border-radius: 3px;
    opacity: .8;
    transition: opacity .2s ease-out 0s;
}
#cuerpo .contenedorconjuntos .detalleconjunto .ver360:hover {
    opacity: 1;
}

#cuerpo .contenedorconjuntos .detalleconjunto  .contenedorseccion .conjunto {
    top: 0px;
    transform: translateY(calc(100% * -1 - .75rem));
    position: absolute;
    right: .5rem;
    height: auto;
    width: 13%;
   
    z-index: 10;
}
#cuerpo .contenedorconjuntos .detalleconjunto  section .contenedorseccion .ver360:hover {
    /*background-color:  rgb(15,36,56);*/
}

#daralturavisor {
    padding-bottom: 2em;
}
#contenedorvisor {
    transition: height .3s linear 0s, transform .3s linear 0s;
    height: 0px;
    transform: scale(0);
    overflow: hidden;
}
#titulomovil {
    display: none;
}

@media (max-width: 1150px) {
    #subcontenedormodelos, #cuerpo .contenedorconjuntos .detalleconjunto {
        grid-template-columns: repeat(4,1fr);
    }
}

@media (max-width: 1000px) {
    
    #botonvolver {
        display: none;
    }
    #titulomovil {
        align-self: stretch;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: var(--separacionsubsecciones);
    }
    #titulomovil button {
        font-size: var(--l-p);
        margin-left: 3rem;
    }
    #titulopc {
        display: none;
    }
    #datosarticulo {
        flex-direction: column;
    }
    #detallearticulo {
        width: 100%;
        align-self: stretch;
        flex-flow: 0;        
    }
    #datosarticulo > img.imagensimple,  #datosarticulo > div.visor4fotos {
        width: 80%;
        align-self: center;
        flex-flow: 0;        
    }
    #ver360 {
        top: inherit;
        width: 4em;
    }
}
@media (max-width: 850px) {
    #subcontenedormodelos, #cuerpo .contenedorconjuntos .detalleconjunto {
        grid-template-columns: repeat(3,1fr);
    }
}
@media (max-width: 750px) {
}
@media (max-width: 600px) {
    #subcontenedormodelos, #cuerpo .contenedorconjuntos .detalleconjunto {
        grid-template-columns: repeat(2,1fr);
    }
    
    #ver360 {
        width: 3em;
    }
}

@media (max-width: 560px) {
    
    #datosarticulo > img.imagensimple,  #datosarticulo > div.visor4fotos {
        width: 100%;       
    }

}