/* here you can put your own css to customize and override the theme */
body, html {
    height: 100%;
    overflow: hidden;
}

.page-container {
    height: 100%;
}
.w25{
    width:25%;
}

.product-iframe {
    display: block !important;
    height: 100%;
    margin: 0px auto 50px;
    padding-bottom: 30px;
    max-width: 100%;
    width: 100%;
    -webkit-transform: translateZ(0);
}

.dropdown-toggle.inactivo{
    cursor:default;
}