/*************************
* mapa interactivo
*************************/
.mapa-interactivo{
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  
  padding-top: 10vmin;
  padding-bottom: 0;
  text-align: center;
  
}


  .str1 {
    stroke:#84CFEC;
    stroke-width:15100;
    stroke-linejoin: round;
    stroke-miterlimit:22.9256
  }
  .str0 {
    stroke:#84CFEC;
    stroke-width:28500;
    stroke-linejoin:round;
    stroke-miterlimit:22.9256
  }
  .fil0 {
    fill:#239BCD;
    fill-rule:nonzero
  }
  .fil1 {
    fill:#EFF8FF;
  }


.espania path:hover{
  fill: #269BCD;
  transition: .3s ease-in-out;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -ms-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
}

.parrafo-titulo{
  margin-bottom: 5vmin;
}

footer{
  position: absolute;
  width: 100%;
  bottom: 0;
}


@media (max-width: 1400px){
  .espania{
    width: 45%;
    height: auto;
  }

}

@media (max-width: 1300px){
  .espania{
    width: 60%;
  }
}

@media (min-width: 0px) and (max-width: 992px){
  .espania{
    width: 100%;
  }
  .mapa-interactivo{
    padding-top: 30vmin;
  }
}
