section#productosm h1, section#productosm p.h2{
    color: #fff !important;
    font-size: 6vw !important;
    font-weight: bold !important;
    margin: 20px 0 30px 0 !important;
    font-family: 'Roc Grotesk';
    padding-left: 30px;
    text-transform: uppercase;
}
section#productosm p.h2{
    font-size: 20px !important;
    text-align: left;
    padding: 0 50px;
    line-height: 26px;
    font-family: "Nunito Sans", Sans-serif;
}
.interpork-element {
	position: relative;
	overflow: hidden;
	font-size: 0;
	height: 420px;
}

.interpork-element > * {
	opacity: 1;
	transition: opacity 0.4s;
}

.interpork-element.interpork-loading > * {
	opacity: 0;
}

.interpork-element.interpork-loading {
    background: url(loader.gif) no-repeat center;
}

.interpork-element.interpork-error {
    background: url(error-icon.png) no-repeat center;
}

.interpork-container {
	display: inline-block;
	position: relative;
	width: 70%;
	height: 100%;
    float: right;
}

.interpork-svg {
	transform-origin: 0 0;
}

.interpork-svg .interpork-image {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.interpork-layer {
	height: 100%;
	width: 100%;
	position: absolute;
	opacity: 0;
	display: block;
	transition: transform 0.3s, opacity 0.3s;
}

.interpork-layer.interpork-visible { 
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
}

.interpork-image svg {
	width: 100%;
	height: 100%;
}

path.interpork-clickable:not(g){
    fill: #eeeeee00 !important;
    cursor: pointer;
    transition: fill 0.3s ease 0s;
}

path.interpork-clickable:not(g):hover, path.interpork-clickable.activo, path.activo{
    fill: #c90035 !important;
    transition: fill 0.3s ease 0s;    
}

path#contorno.interpork-clickable{
    fill: #fff;
}

g#pasivo > *{
    fill: #00000006 !important;
    cursor: pointer;
}

g#pasivo > *:hover, g#pasivo .activo{
    fill: #00000012 !important;
}

path#contorno.interpork-clickable:hover, path#contorno.activo{
    fill: #fff;
    stroke:#c90035; 
}

.interpork-tooltip {
	display: none;
	position: absolute;
	transform-origin: 0 0;
	padding-bottom: 30px;
	pointer-events: none;
}
.interpork-hovertip,
.interpork-hovertip > .interpork-tooltip-wrap {
	pointer-events: none;
}

.interpork-hovertip > .interpork-tooltip-wrap {
	min-width: 20px;
	padding: 6px 14px;
}

.interpork-hovertip .interpork-tooltip-title {
	margin: 0 !important;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
}
.interpork-tooltip-wrap {
	background-color: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
	max-width: 300px;
	min-width: 120px;
	pointer-events: auto;
	transform: translate(-50%, -100%);
	margin-top: -32px; /* SHIFT */

	transition: transform 0.1s;
}
.interpork-tooltip-bottom .interpork-tooltip-wrap {
	transform: translate(-50%, 0);
	margin-top: 17px; /* SHIFT */
}

.interpork-tooltip-bottom.interpork-tooltip:after {
	border-color: transparent transparent #fff transparent !important;
	border-width: 0 7px 8px 7px;
	margin-top: 10px;
}
.interpork-tooltip:after {
	content: '';
	border-color: #fff transparent transparent transparent !important;
	border-style: solid;
	border-width: 8px 7px 0 7px;
	width: 0;
	height: 0;
	position: absolute;
	top: 0;
	left: 0;
	margin-left: -7px;
	margin-top: -33px; /* SHIFT */
}
.interpork-tooltip-bottom .interpork-tooltip-wrap {
	transform: translate(-50%, 0);
	margin-top: 17px; /* SHIFT */
}

.interpork-tooltip-bottom.interpork-tooltip:after {
	border-color: transparent transparent #fff transparent !important;
	border-width: 0 7px 8px 7px;
	margin-top: 10px;
}

.interpork-portrait{
    height: auto !important;
}

.interpork-coordinates {
	background-color: rgba(255, 255, 255, 0.9);
	color: #333;
	position: absolute;
	margin: 10px;
	margin-left: -80px;
	padding: 4px 6px;
	font-size: 14px;
	top: 0;
	left: 50%;
	pointer-events: none;
}

#interpork_movil{
    border-bottom: solid 2px #fff;
    padding-bottom: 20px;
}

.jconfirm, #interpork_movil{
    font-family: "Nunito Sans", Sans-serif !important;
}

.jconfirm-title{
    font-weight: bold;
    width:90%;
}

.jconfirm-title p{
    text-align: right;
}

.jconfirm-title img{
    width: 150px;
}

.jconfirm-content .row{
    margin: 0 !important;
}

.jconfirm-content img.img-fluid{
    width: 100%;
    width: 400px;
    margin: 0 auto;
    display: flex;
}

.jconfirm-content a.nav-link{
    background: #ed8b8e;
    color: #fff;
}

.jconfirm-content li.nav-item{
    margin: 5px;
}

.jconfirm-content a.nav-link.active, .jconfirm-content a.nav-link:hover{
    background-color: #c90035
}

#interpork_movil .imagen{
    text-align: right;
}

#interpork_movil .contenedor_tabla{
    border: solid 1px #c90035;
    padding: 10px;
    border-radius: 20px;
    border-top-right-radius: 0;
    background: #fff;
    margin-bottom: 50px;
}

#interpork_movil ul{
    margin: 0;
    padding: 0;
    list-style: none;
    height: 135px;
    overflow: auto;
}

#interpork_movil li{
    padding: 10px;
    font-weight: bold;    
}

#interpork_movil li:hover{
    cursor: pointer;
    background: #0000001f;    
}

#interpork_movil li span{
    background: red;
    border-radius: 20px;
    padding: 5px;
    color: #fff;    
}

.jconfirm-title table{
    display: none;
    margin-top: 20px;
}

.jconfirm-title table td{
    font-size: 12px;
    width: 100px;
    text-align: center;
    color: #c90035;
    background: none !important;
}

.jconfirm-title table img{
    width: 30px;
    margin-bottom: 5px;
}

#D21.activo, #D21:hover, #M21.activo, #M21:hover{
    fill: #eeeeee21 !important;
    stroke: #c90035 !important;
    stroke-width: 4px;
}

@media (max-width: 768px) {
    .jconfirm-title p{
        display: none;
    }
    .jconfirm-title table{
        display: block;
    }
}

#interpork_svg .st3{
    fill: #fff;
}

#interpork_svg .st1{
    display: block;
}

section#productos:before, section#productosm:before{
content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    background-image: url(trama-interpork.png);
    background-position: 50% 0;
}

#Daaa, #Maaa{
    fill: #000;
}

/* Define the scrollbar style */
#interpork_movil ul::-webkit-scrollbar {
  width: 20px;
  height: 20px;
}

/* Define the thumb style */
#interpork_movil ul::-webkit-scrollbar-thumb {
  background: #C90035; 
}

/* Define the track style */
#interpork_movil ul::-webkit-scrollbar-track {
 background-color: #eee;
 border: 10px solid #ccc;
}

/* Style the beginning section of the scrollbar track */
#interpork_movil ul::-webkit-scrollbar-track-piece:vertical:start {
  background-color: #eee;
}

/* Style the end section of the scrollbar track */
#interpork_movil ul::-webkit-scrollbar-track-piece:vertical:end {
  background-color: #eee;
}

/* Define the button style */
#interpork_movil ul::-webkit-scrollbar-button:vertical {
 background-color: #C90035;
 background-repeat: no-repeat;   
 background-size: 50%;
 background-position: center;
}

#interpork_movil ul::-webkit-scrollbar-button:vertical:decrement {
 background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' fill='white' viewBox='0 0 256 256'%3E%3Cpath d='M213.66,165.66a8,8,0,0,1-11.32,0L128,91.31,53.66,165.66a8,8,0,0,1-11.32-11.32l80-80a8,8,0,0,1,11.32,0l80,80A8,8,0,0,1,213.66,165.66Z'%3E%3C/path%3E%3C/svg%3E");   
}

#interpork_movil ul::-webkit-scrollbar-button:vertical:increment {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' fill='white' viewBox='0 0 256 256'%3E%3Cpath d='M213.66,101.66l-80,80a8,8,0,0,1-11.32,0l-80-80A8,8,0,0,1,53.66,90.34L128,164.69l74.34-74.35a8,8,0,0,1,11.32,11.32Z'%3E%3C/path%3E%3C/svg%3E"); 
}

/* Define the button style when being hovered over */
#interpork_movil ul::-webkit-scrollbar-button:hover {
  background-color: #999999;
}

#I22, #I23, #I24, #D22, #D23, #D24{
    stroke: none;
}

#I22.activo, #I23.activo, #I24.activo{
    stroke: #fff;
}

.svg-div table{
    margin: 0;
    font-family: "Nunito Sans", Sans-serif;
}

.svg-div table tbody td {
    vertical-align: middle;
}

.svg-div table tbody>tr:nth-child(odd)>td {
    background: transparent;
}

.svg-div table tbody td.numero {
    background: #c60035 !important;
}

.svg-div table tbody td:nth-child(n + 3){
    text-align: center;
}

.svg-div table tbody td.minterno{
    width: 90px;
}

.svg-div table tbody td.mindustria{
    width: 105px;
}

.svg-div table tbody td.mexpo{
    width: 75px;
}

.svg-div img{
    width:2rem;
}

.svg-div tbody td[colspan="2"] {
    padding-inline-start: 50px;
    background: transparent !important;
    color: #060606 !important;
    text-align: left !important;
    font-weight: normal !important;
}

.svg-div table tbody td:nth-child(1){
    background: #c60035;
    color: white;
    text-align: center;
    font-weight: bold;
}

.svg-div table tbody tr:hover{
    background: #c600350a;
    cursor: pointer;
}