/***** MAPA *****/
header.masthead.mapa {
    color: white;
    background-color: #232834;
    background-repeat: no-repeat;
    background-size: cover;
    height: 90vh;
  }
  .distribution-map {
    position: relative;
    width: 100%;
    box-sizing: border-box;
  }
  .distribution-map > img {
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0;
  }
  .distribution-map .map-point {
    cursor: pointer;
    outline: none;
    z-index: 10;
    position: absolute;
    width: 24px;
    height: 24px;
    border-radius: 24px;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -moz-transition: opacity 0.25s ease-in-out 0.25s, width 0.25s ease-in-out 0.25s, height 0.25s ease-in-out 0.25s, z-index 0.25s ease-in-out 0.25s;
    -o-transition: opacity 0.25s ease-in-out 0.25s, width 0.25s ease-in-out 0.25s, height 0.25s ease-in-out 0.25s, z-index 0.25s ease-in-out 0.25s;
    -webkit-transition: opacity 0.25s ease-in-out, width 0.25s ease-in-out, height 0.25s ease-in-out, z-index 0.25s ease-in-out;
    -webkit-transition-delay: 0.25s, 0.25s, 0.25s, 0.25s;
    -webkit-transition: opacity 0.25s ease-in-out 0.25s, width 0.25s ease-in-out 0.25s, height 0.25s ease-in-out 0.25s, z-index 0.25s ease-in-out 0.25s;
    transition: opacity 0.25s ease-in-out 0.25s, width 0.25s ease-in-out 0.25s, height 0.25s ease-in-out 0.25s, z-index 0.25s ease-in-out 0.25s;
    background: #3acfbb;
    border: none;
    padding-left: 2px;
    font-weight: 900
  }

  .distribution-map .map-point:not(:last-child) {
    padding-left: 7px;
  }
  
  .animated-point:after {
    border: 1px solid #3acfbb;
    height: 40px;
    width: 40px;
    content: "";
    position: absolute;
    z-index: 1 ;
    left: 50%;
    top: 50%;
    margin-top: -20px;
    margin-left: -20px;
    -moz-animation: pulsate 1s ease-out infinite;
    -webkit-animation: pulsate 1s ease-out infinite;
    animation: pulsate 1s ease-out infinite;
    -moz-animation-delay: 1.1s;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  @-moz-keyframes pulsate {
    0% {
      -moz-transform: scale(0.1);
      transform: scale(0.1);
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100% {
      -moz-transform: scale(1.2);
      transform: scale(1.2);
      opacity: 0;
    }
  }
  @-webkit-keyframes pulsate {
    0% {
      -webkit-transform: scale(0.1);
      transform: scale(0.1);
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100% {
      -webkit-transform: scale(1.2);
      transform: scale(1.2);
      opacity: 0;
    }
  }
  @keyframes pulsate {
    0% {
      -moz-transform: scale(0.1);
      -ms-transform: scale(0.1);
      -webkit-transform: scale(0.1);
      transform: scale(0.1);
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100% {
      -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
      -webkit-transform: scale(1.2);
      transform: scale(1.2);
      opacity: 0;
    }
  }
 #info-box {
    display: none;
    z-index: 900;
    border-radius: 5px;
    padding: 50px;
    background-color: #6cefd9;
    color: black; 
    -webkit-transition: all .35s ease;
    transition: all .35s  ease;
    width: 90%;
    max-width: 550px;
/*          top:20%;
    right: 10%;*/
    position: absolute;
    justify-content: center;
    align-items: center;
} 
#info-box-close  { 
    display: none;
    z-index: 901;
    border-radius: 50%;
    padding: 2px 10px;
    color: #fff;
    border: 1px solid #fff;
    background-color: #232834;
    -webkit-transition: all 0.35s  ease;
    transition: all .35s  ease;
    position: absolute;
    margin-top: -190px;
    margin-left: 224px;
    cursor: pointer;
}
.capitulos-mapa{
  padding: 120px 0 80px;
}
.capitulos-mapa .capitulos-item {
  padding-bottom: 10px;
}
.capitulos-mapa .capitulos-item h3{
  color: #232834;
  font-family: 'PT Serif', serif;
  font-weight: 700;
  line-height: 30px;
}
.capitulos-mapa .capitulos-item p{
  color: #0A101A;
  font-size: 14px;
}
.capitulos-mapa .capitulos-item .foto-capitulo{
  border-left: 8px solid #3acfbb;
  padding: 0px;
}
.capitulos-mapa .capitulos-item .foto-capitulo .display-celu{
  width: 100%
}
.capitulos-mapa .capitulos-item .numero-capitulo-item{
  background-color: #3acfbb;
  color: #fff;
  font-family: 'PT Serif', serif;
  font-weight: 700;
  font-size: 22px;
  display: inline-block;
  padding: 2px 12px;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  right: 10px;
}

.map-arg{
  position: absolute;
  top:0;
  right: 40px;
}


@media (max-width: 976px) {
  .capitulos-mapa{
    margin-top: 50px;
  }
  .distribution-map.map-point.1{  left: 5% !important;}
  .capitulos-mapa{
    padding: 36px 0 80px;
  }
}

@media (max-width: 501px){
    .capitulos-mapa {
        min-height: 700px;
    }
    #info-box-close {
      margin-top: -225px;
      margin-left: 140px;
    }
    .distribution-map.map-point.1{  left: 5% !important;}

}


/***********/
.display-celu{ display: none; }
.display-pc{ display: block;}
/* RESPONSIVE */
@media (max-width: 767px) {
.display-celu{display: block;}
.display-pc{ display: none;}
}
