#panel_funciones
{
        margin-bottom: 0px !important;
                padding-left: 0rem !important;
        padding-right: 0rem !important;
}

.sin-padding
{
    padding: 0;
    margin: 0;
}

.w-flipbox-front, .w-flipbox-back{
        background-size: contain !important;
    background-repeat: no-repeat;
}

.w-itext-part
{
  
text-shadow: rgb(114, 114, 114) 1px 1px 2px;  
}

.w-video:not(.confirm_load) {
    background: #fff !important;
}

#panel_espacio video {
    height: 398px;
    margin-top: 30px;
    margin-bottom: 30px;
    width: 200px;
    position: relative;
    display: inline;
}

.producto {
    transition: transform 0.2s ease-in-out !important;
}

.producto:hover {
    transform: scale(1.02) !important;
}

.ficha {
    transition: transform 0.2s ease-in-out !important;
}

.ficha:hover {
    transform: scale(1.02) !important;
}


@media only screen and (orientation: landscape) {

    #titulo_explorar strong{
            display: block;
        font-size: 30px;
        padding-top: 10px;
    }
    
    #titulo_explorar .wpb_wrapper
    {
         max-width: 50% !important;
        margin-left: 25%;
    }

    #descarga h3{
        font-size: 30px;
    }
    
    .botones_tab .w-iconbox {
        padding: 10px;
    }
    
    model-viewer 
    {
        min-height: 500px;    
    }
}

#contenido_interactivo h4, #tarjeta-descarga h4, #coloreable-descarga h4 {
       font-size: 25px !important;
    margin-bottom: 20px !important;
    font-weight: 500 !important;
    }

@media only screen and (orientation: portrait) {

    #titulo_explorar h3{
            display: block;
        font-size: 27px;
        padding-top: 10px;
    }
    
    #descarga h3 {
        font-size: 27px;
        text-align: center;
        margin-bottom: 20px;
    }
    
    .botones_tab .vc_column-inner {
        transform: scale(0.8);
    }
    
    
    .botones_tab .w-iconbox {
        padding: 5px;
        margin: 5px !important;
    }
    
    model-viewer 
    {
        min-height: 300px;    
    }
}



.botones_tab .vc_column-inner{
    justify-items: center;
}

#imagen_ancho img{
    min-width: 100%;
}

.botones_tab .w-iconbox.color_custom .w-iconbox-icon {
    font-size: 30px !important;
}

.botones_tab .w-iconbox-title {
    font-size: 14px;
}






.wpb_wrapper strong{
    font-size: 22px;
}

.wpb_wrapper b{
    font-size: 22px;
}

.botones_tab .w-iconbox:hover{
    background-color: #f0f0f0;
    color: white !important;
    border-radius: 10px;
    cursor: pointer;
}

.botones_tab .w-iconbox.boton_activo{
    background-color: #f0f0f0;
    color: white !important;
    border-radius: 10px;
    cursor: pointer;
}

 #panel_informacion, #panel_dimension, #panel_colorear, #panel_espacio{
    display: none;
}



.progress-bar {
  display: block;
  width: 33%;
  height: 10%;
  max-height: 2%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  border-radius: 25px;
  box-shadow: 0px 3px 10px 3px rgba(0, 0, 0, 0.5), 0px 0px 5px 1px rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.9);
  background-color: rgba(0, 0, 0, 0.5);
}

.progress-bar.hide {
  visibility: hidden;
  transition: visibility 0.3s;
}

.update-bar {
  background-color: rgba(255, 255, 255, 0.9);
  width: 0%;
  height: 100%;
  border-radius: 25px;
  float: left;
  transition: width 0.3s;
}



.Hotspot {
  background: #fff;
  border-radius: 32px;
  border: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  cursor: pointer;
  height: 24px;
  padding: 8px;
  position: relative;
  transition: opacity 0.3s;
  width: 24px;
}

.Hotspot:not([data-visible]) {
  background: transparent;
  border: 4px solid #fff;
  box-shadow: none;
  height: 32px;
  pointer-events: none;
  width: 32px;
}

.Hotspot:focus {
  border: 4px solid rgb(0, 128, 200);
  height: 32px;
  outline: none;
  width: 32px;
}

.Hotspot > * {
  opacity: 1;
  transform: translateY(-50%);
}


.HotspotAnnotation {
    background: black;
    color: white !important;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
    display: block;
    font-family: Futura, Helvetica Neue, sans-serif;
    font-size: 11px;
    font-weight: 700;
    left: calc(100% + 1em);
    max-width: 128px;
    overflow-wrap: break-word;
    padding: 0.5em 1em;
    position: absolute;
    top: 50%;
    width: max-content;
    border: 1px solid white;
}



.Hotspot:not([data-visible]) > * {
  opacity: 0;
  pointer-events: none;
  transform: translateY(calc(-50% + 4px));
  transition: transform 0.3s, opacity 0.3s;
}