@charset "utf-8";
/* CSS Document */
#detalle, .detalle {
   /* word-break:break-all; */   
}
#detalle strong {
    font-weight: 500;
}
#detalle .contenedorseccion, .detalle .contenedorseccion, #detalle > section {
    border-radius: var(--radio-p);

    /*border: solid 1px var(--a100);*/
}
#detalle section, .detalle section {
    display: flex;
    flex-direction: column;    
    position: relative;
    cursor: pointer;
    margin-bottom: 1em;
    z-index: 6;
}
#detalle section, .detalle .contenedorseccion {
    border: solid 2px transparent;
    transition: border-color .2s ease-out 0s;
    border-radius: var(--radio-p); 
}
#detalle section:hover, .detalle .contenedorseccion:hover {
    border-color: var(--a100);
}
#detalle .contenedorseccion section, .detalle .contenedorseccion section {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    margin-bottom: 0em; 
}
#detalle section img:not(.conjunto), .detalle section img:not(.conjunto) {
    transition: border-color .2s ease-out 0s;
    border: solid 2px var(--a100);
    padding: calc(var(--separacionsubsecciones) * 2) var(--separacionsubsecciones);
    background-color: white;
    width: 100%;
    height: auto;
    display: block;
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
    /*box-shadow: 0px 0px 0px 2px var(--a100);
    border-top: calc(var(--separacionsubsecciones) * 2) solid var(white); 
    border-bottom: calc(var(--separacionsubsecciones) * 2) solid var(white); 
    border-left: var(--separacionsubsecciones) solid var(white); 
    border-right: var(--separacionsubsecciones) solid var(white);*/
    border-radius: var(--radio-p);    
    mix-blend-mode: multiply; 
    background-blend-mode: multiply;
}

#detalle section:hover img:not(.conjunto), .detalle section:hover  img:not(.conjunto){
    border-color: transparent;
}
#detalle section img.reajustar360, .detalle section img.reajustar360 {
    background-size:85% auto;
}
#detalle section .visor4fotos, .detalle section .visor4fotos {
    width: 100%;
    height: auto;
    display: block;
    position: relative;  
    mix-blend-mode: multiply; 
    background-blend-mode: multiply;
}
#detalle section .visor4fotos .fotograma, .detalle section .visor4fotos .fotograma {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity:0;
    transition: opacity .3s linear 0s;
    padding: 0px;
}

#detalle section .visor4fotos .dartamano, .detalle section .visor4fotos .dartamano {
    display: block;
    width: 100%;
    height: auto;
    opacity: 0;
}

#detalle p, #detalle h2, .detalle p {
    color: var(--a300);
    padding: 0px var(--separacionsubsecciones);
    font-size: var(--p-big);
    line-height: 1.3;
    font-weight: 500;
    margin: 0px;
}
#detalle h2 {
   font-size: var(--s-h4); 
}
.detalle  img + p, #detalle img + p, #detalle .visor4fotos + p {
    color: var(--a300);
    font-size: var(--s-h4);
    margin-bottom: .25em;
}
#detalle p, .detalle p {
    color: var(--a600);
}
#detalle p strong, .detalle p strong{
    color: var(--a200);
    font-weight: 400;
}
#detalle p:first-of-type, #detalle h2:first-of-type, .detalle p:first-of-type {
    padding-top: 1em;
    padding-bottom: .25rem;
}
#detalle p:last-of-type, #detalle h2:last-of-type, .detalle p:last-of-type {
    padding-bottom: 1rem;
}
#detalle h2 + p, #detalle p + p, .detalle h2 + p, .detalle p + p {
    font-size: var(--l-p-big);
    font-weight: 400;
    
}


/*select {
    background-color: rgb(0, 144, 207);
    border: solid 2px rgb(0, 144, 207);
    color: white;
}*/

#detalle .contenedorseccion .ver360, .detalle .contenedorseccion .ver360 {
    position: absolute;
    top: var(--separacionsubsecciones);
    left: var(--separacionsubsecciones);
    height: auto;
    width: 13%;
    /*background-color: rgb(0,144,207);*/
    transition: filter .2s linear 0s,opacity .2s linear 0s;
    cursor: pointer;
    z-index: 10;
    border-radius: 3px;
    opacity: .75;
}
#detalle .contenedorseccion .conjunto, .detalle .contenedorseccion .conjunto {
    top: 0px;
    transform: translateY(calc(100% * -1 - .5rem));
    position: absolute;
    right: .5rem;
    height: auto;
    width: 13%;
   
    z-index: 20;
}
#detalle .contenedorseccion .ver360:hover, .detalle .contenedorseccion .ver360:hover {
    opacity: 1;
    /*background-color:  rgb(15,36,56);*/
}
