



/*INICIO MAPA*/


.mapaBody {
  color: #1c1c1c;
  line-height: 1.5;
  margin: 0;
}

.backMapa{
   background: #1c1c1c;
}
a {
  color: #15d2ff;
}


svg {
  height: auto;
  max-width: 100%;
}

.mapaNormalize{
    height: auto;
    max-width: 100%;
}

.text-center {
  text-align: center;
}


.gridMap {
  margin-left: auto;
  margin-right: auto;
  max-width: 740px;
  width: 100%;
}

.map {
  position: relative;
    padding:  1em 0 3em;
}

.map__markers {
  list-style: none;
  margin: 0;
  padding: 0;
}

.map__marker {
  position: absolute;
}

.map__marker:after {
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-name: pop;
  border-radius: 50%;
  border: 1px solid #60d0fa;
  content: "";
  height: 2em;
  left: 0;
  margin: -0.5em 0 0 -0.5em;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 2em;
}

.map__marker:hover .map__marker-info {
  display: block;
}

.map__marker > a {
  background-color: #60d0fa;
  border-radius: 50%;
  height: 1em;
  display: block;
  text-indent: -9999px;
  width: 1em;
}

.map__marker--mx {
    left: 44%;
    top: 44.6%;
}

.map__marker--florida {
  left: 61%;
    top: 68.7%;
}

.map__marker--florida:after {
  animation-delay: 3s;
}

.map__marker--los-angeles {
   left: 54.4%;
    top: 54.2%;
}

.map__marker--colombia:after {
  animation-delay: 5s;
}

.map__marker--colombia {
    left: 64.8%;
    top: 58.7%;
}

.map__marker--los-angeles:after {
  animation-delay: 5s;
}

.map__marker--new-york {
  left: 76%;
    top: 65.6%;
}

.map__marker--san-francisco {
     left: 51%;
    top: 50%;
}

.map__marker--san-francisco:after {
  animation-delay: 3s;
}

.map__marker--seattle {
      left: 66%;
    top: 47.5%;
}

.map__marker--seattle:after {
  animation-delay: 5s;
}

.map__marker-info {
  display: none;
  left: 50%;
  position: absolute;
  bottom: 0;
  transform: translate(-50%, -2em);
  width: 20em;
  z-index: 999;
}

.map__marker-info-header {
  background-color: #1b2525;
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
  color: #60d0fa;
  padding: 0.5em 1em;
}

.map__marker-info-main {
  background-color: #fff;
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
  color: #7e7e7e;
  padding: 0.5em 1em;
        margin: 0 !important;
}

.map__marker-info h2 {
  margin-bottom: 0;
}

.map__marker-info-inner {
  border-radius: 0.5em;
  box-shadow: 0 0 0.25em rgba(0, 0, 0, 0.3);
  font-size: 0.875em;
}

.map__marker-info-inner:after {
  border-left: 0.75em solid transparent;
  border-right: 0.75em solid transparent;
  border-top: 1em solid #fff;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  top: 100%;
  transform: translateX(-50%);
  width: 0;
}

.animate {
  animation-duration: 1s;
  animation-fill-mode: both;
}

@keyframes bounce-in {
  0%, 20%, 40%, 60%, 80%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

.animate--bounce-in {
  animation-duration: 0.75s;
  animation-name: bounce-in;
}







/*MAPA*/








main {
  width: 100%;
  margin: 20px auto;
  padding: 10px 0;
}

input {
  display: none;
  visibility: hidden;
}
label {
  display: block;
  padding: 0.5em;
  text-align: center;
}
label:hover {
  color: #000;
}
label::before {
    display: none !important;
    font-family: Consolas, monaco, monospace;
    font-weight: bold;
    font-size: 33px;
    content: "+";
    vertical-align: top;
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 3px;
}
#expand {
  height: 0px;
  overflow: hidden;
  transition: height 1.5s;
  color: #FFF;
}
section {
  padding: 0 20px;
}
#toggle:checked ~ #expand {
  height: 85em;
}
#toggle:checked ~ label::before {
  content: "-";
}

.iconLineaT{
   font-size: 3em;
    margin-top: 24%;
    display: -webkit-inline-box;
}




    @media(max-width:1200px){
        
        #toggle:checked ~ #expand {  
            height: 99em;
    }
        
        .iconLineaT{
   font-size: 3em;
    margin-top: 31%;
}
        
    }

    @media(max-width:991px){
        
        #toggle:checked ~ #expand {  
            height: 85em;
    }
                
        
    .iconLineaT{
    margin-top: 23%;
        }
        
    }

@media(max-width:767px){
        
     #toggle:checked ~ #expand {  
            height: auto;
    }
    
    .iconLineaT{
    margin-top: 15%;
        }
    
    
        
    }


.timeline {
    position: relative;
    padding: 0;
    list-style: none;
    margin-bottom: 3em;
    margin-top: 3em;
}

.timeline:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    width: 2px;
    margin-left: -1.5px;
    background-color: #f1f1f1;
}

.timeline>li {
    position: relative;
    margin-bottom: 50px;
    min-height: 50px;
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}

.timeline>li:after {
    clear: both;
}

.timeline>li .timeline-panel {
    float: right;
    position: relative;
    width: 100%;
    padding: 0 20px 0 100px;
    text-align: left;
}

.timeline>li .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li .timeline-image {
    z-index: 10;
    position: absolute;
    left: 0;
    width: 80px;
    height: 80px;
    margin-left: 0;
    border: 7px solid #f1f1f1;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    background-color: #55bdf9;
}

.timeline>li .timeline-image-fin {
    z-index: 10;
    position: absolute;
    left: 0;
    width: 80px;
    height: 80px;
    margin-left: 0;
    border: 7px solid #fff;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    background-color: #fff;
}

.timeline>li .timeline-image h4 {
    margin-top: 12px;
    font-size: 10px;
    line-height: 14px;
}

.timeline>li .timeline-image-fin h4 {
    margin-top: 12px;
    font-size: 10px;
    line-height: 14px;
}

.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
    padding: 0 20px 0 100px;
    text-align: left;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li:last-child {
    margin-bottom: 0;
}

.timeline .timeline-heading h4 {
    margin-top: 0;
    color: inherit;
}

.timeline .timeline-heading h4.subheading {
    text-transform: none;
}

.timeline .timeline-body>p,
.timeline .timeline-body>ul {
    margin-bottom: 0;
}

@media(min-width:768px) {
    .timeline:before {
        left: 50%;
    }

    .timeline>li {
        margin-bottom: 75px;
        min-height: 100px;
    }

    .timeline>li .timeline-panel {
        float: left;
        width: 41%;
        padding: 0 20px 20px 30px;
        text-align: right;
    }

    .timeline>li .timeline-image {
        left: 50%;
        width: 100px;
        height: 100px;
        margin-left: -50px;
    }

    .timeline>li .timeline-image h4 {
        margin-top: 16px;
        font-size: 13px;
        line-height: 18px;
    }
    
       .timeline>li .timeline-image-fin {
        left: 50%;
        width: 100px;
        height: 100px;
        margin-left: -50px;
    }

    .timeline>li .timeline-image-fin h4 {
        margin-top: 16px;
        font-size: 13px;
        line-height: 18px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        float: right;
        padding: 0 30px 20px 20px;
        text-align: left;
    }
}

@media(min-width:992px) {
    .timeline>li {
        min-height: 150px;
    }

    .timeline>li .timeline-panel {
        padding: 0 20px 20px;
    }

    .timeline>li .timeline-image {
        width: 150px;
        height: 150px;
        margin-left: -75px;
    }

    .timeline>li .timeline-image h4 {
        margin-top: 30px;
        font-size: 18px;
        line-height: 26px;
    }
    
    .timeline>li .timeline-image-fin {
        width: 150px;
        height: 150px;
        margin-left: -75px;
    }

    .timeline>li .timeline-image-fin h4 {
        margin-top: 30px;
        font-size: 18px;
        line-height: 26px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 20px 20px;
    }
}

@media(min-width:1200px) {
    .timeline>li {
        min-height: 110px;
    }

    .timeline>li .timeline-panel {
        padding: 0 20px 20px 140px;
    }

    .timeline>li .timeline-image {
        width: 110px;
        height: 110px;
        margin-left: -57px;
    }

    .timeline>li .timeline-image-fin h4 {
        margin-top: 40px;
    }
    
    .timeline>li .timeline-image-fin {
        width: 110px;
        height: 110px;
        margin-left: -57px;
    }

    .timeline>li .timeline-image h4 {
        margin-top: 40px;
    }
    

    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 140px 20px 20px;
    }
    

    
    
    
    
    
    
    /*videoheader*/

.headerV {
  position: relative;
  background-color: black !important;
  height:99vh;  
  width: auto;
  overflow: hidden;
  opacity: 50%;
}

.headerV video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.headerV img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.headerV .container {
  position: relative;
  z-index: 2;
}

.headerV .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: .15;
  z-index: 1;
}
    
    
    

@media (max-width: 1107px) {
	.headerV {
		height:50vh;
	}
    
    .headerV video {
      top: 50%;
      left: 51%;
    }

    .headerV img {
      position: absolute;
      top: 50%;  
      min-width: 83%;
     min-height: 100%;

    }
}

@media (max-width: 767px) {
	.headerV {
		height:54vh;
        width: 165%;
	}
    
    .headerV video {
      top: 50%;
      left: 65%;
    }

    .headerV img {
      position: absolute;
      top: 50%;  
      min-width: 83%;
     min-height: 100%;

    }
}



.darkslategrey{
    color: white !important;
}




@media (pointer: coarse) and (hover: none) {
  .headerV {
    background: url('../img/header-slider-img.jpg') no-repeat center center scroll;
  }
  .headerV video {
    display: none;
  }
    
    
    
    
}