@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;700;900&display=swap');



.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

body {
  background: #fff;
    font-family: 'Source Sans Pro', sans-serif !important;

}
.social img {
    margin: 4px;
}

.social {
    
}
.h100 {
    width: 100%;
    height: 600px;
}

h3 {
	font-family: 'Source Sans Pro', sans-serif !important;
}

.mapa {
  width: 100%;
  background: #fff;
}
.mapa svg#mapa-svg {
  width: 180%;
    height: 900px;
    float: right;
    stroke: rgb(255, 255, 255);
    stroke-width: 1px;
    padding-left: 3px;
}
.mapa svg#mapa-svg .estado {
  pointer-events: all;
  cursor: pointer;
  fill: #2e3092;
}
.mapa svg#mapa-svg .estado.active {
  fill: rgb(237, 22, 79);
}
.mapa svg#mapa-svg .estado:hover {
  fill:  rgb(237, 22, 79);
}
.mapa svg#mapa-svg .st27 {
  fill: #ffffff;
}

.boxes {
  
  padding: 2px;
  box-sizing: border-box;
}
.boxes h4 {
  margin-top: 20px;
}
 ul {
    list-style: none;
	padding: 5px;
	line-height: 18px;
}
li.orga {
    text-transform: uppercase;
}

.caja1 {
    float: left;
width: 50%;
}

.caja2{
    float: right;
width: 50%;
}
.boxes .box {
  display: none;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  height: 0;
}
.boxes .box h3 {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 0;
    display: block;
    background-color: #2e3092;
    text-align: center;
    font-weight: 600;
	font-size:20px;
    padding: 3px;
    text-transform: uppercase;
    color: #FFF;
    margin-bottom: 5px;
}
.boxes .box.on {
  opacity: 1;
  display: block;
  height: auto;
  border: 1px solid #DDD;
  min-width: 570px;
    float: right;
	    padding: 8px;
}
@media only screen and (max-width: 500px) and (min-width: 341px) {  
.boxes {
  
  margin-top: -140px;
  box-sizing: border-box;
}
iframe {
    width: 99%;
    height: 880vh;
}
.boxes h4 {
  margin-bottom: 10px;
  font-size:28px;
}
 ul {
    list-style: none;
	padding: 5px;
	line-height: 18px;
	font-size:16px !important;
}
.mapa svg#mapa-svg {
  width: 180%;
    height: 700px;
    float: right;
    stroke: rgb(255, 255, 255);
    stroke-width: 1px;
    padding-left: 130px;
}

.boxes .box.on {
  opacity: 1;
  display: block;
  height: auto;
  border: 1px solid #DDD;
  min-width: 725px;
   
	    padding: 8px;
}
 
	.boxes .box.on {
	/*    
    opacity: 1;
    display: block;
     height: 10%; 
    border: 1px solid #DDD;
    min-width: 1225px;
    float: right; 
    padding-top: 680%;
    
    */
    
    
    opacity: 1;
    border: 1px solid #DDD;
    min-width: 100%;
   
}
    
    
    
}

}