.colorazul{
    color: #001D3C;
}

.contactanos{
    color: white;
    font-weight: 500;
    text-decoration: none;
    background-color: #9F1915;
    padding: 8px 12px 8px 12px;
    transition: all 0.5s;
}

.contactanos:hover{
    color: white;
    font-weight: 500;
    text-decoration: none;
    background-color: red;
    padding: 8px 12px 8px 12px;
    transition: all 0.5s;
}

/* ************* SECTORES ************* */
.sectores{
    color: #001D3C;
    transition: all 0.5s;
}


.sectores:hover{
    color: #0d6efd;
    transition: all 0.5s;
}

/* ************* SECTORES ************* */

/* ************* FOOTERS ************* */

.footera{
    text-decoration: none;
    color: #6c757d;
    transition: all 0.1s;
}

.footera:hover{
    font-weight: bolder;
    color: #0d6efd;
    transition: all 0.1s;
}

/* ************* SEPARADORES ************* */
.separador-azul{
    width: 50px;
    border: 3px solid #001D3C;
    background-color: #001D3C;
}

.separador-blanco{
    width: 50px;
    border: 3px solid white;
    background-color: white;
}
/* ************* SEPARADORES ************* */

/* ************* REDES SOCIALES ************* */
.whatsapp{
    background-color: #0df053;
    
    position: fixed;
    width: 65px;  
    height: 65px;
    line-height: 65px;
    bottom: 30px;
    right: 30px;
    border-radius: 50px;
    text-align: center;
    font-size: 40px;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.3);
    z-index: 100; 

    }
.whatsapp a{
    text-decoration: none;
    color: white;
}

.whatsapp a:hover{
    text-decoration: none;
    color: white;
}

.linked{
    background-color: #0e76a8;
    
    position: fixed;
    width: 65px;  
    height: 65px;
    line-height: 65px;
    right: 30px;
    bottom: 100px;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.3);
    z-index: 900; 

}
.linked a{
    text-decoration: none;
    color: white;
}

.linked a:hover{
    text-decoration: none;
    color: white;
}

.redesfooter{
    color: #6c757d;
    font-size: 32px;
    text-decoration: none;
}


/* ************* REDES SOCIALES ************* */

/* ************* CABECERAS ************* */

.image-cabecera{
    background-position: center;
    background-size: cover;
}


.movimiento:hover{
	transform: scale(1.2);
    cursor: pointer;
}

/* ************* CABECERAS ************* */

/* ************* CONTACTANOS ************* */


.fondolp{
  background-image: url(../img/contactanos/fondolp3.jpg);
  /* background-position: center; */
  background-size: cover;
  height: 100vh;
}








.timeline {
    position: relative;
    padding: 0;
    list-style: none;
  }
  .timeline:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    width: 2px;
    margin-left: -1.5px;
    content: "";
    background-color: #e9ecef;
  }
  .timeline > li {
    position: relative;
    min-height: 50px;
    margin-bottom: 80px;

    /* Para celular */
  }
  .timeline > li:after, .timeline > li:before {
    display: table;
    content: " ";
  }
  .timeline > li:after {
    clear: both;
  }
  .timeline > li .timeline-panel {
    position: relative;
    float: right;
    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 {
    position: absolute;
    z-index: 100;
    left: 0;
    width: 80px;
    height: 80px;
    margin-left: 0;
    text-align: center;
    color: white;
    border: 7px solid #e9ecef;
    border-radius: 100%;
    background-color: #001D3C;
  }
  .timeline > li .timeline-image h4, .timeline > li .timeline-image .h4 {
    font-size: 10px;
    line-height: 14px;
    margin-top: 12px;
  }
  .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, .timeline .timeline-heading .h4 {
    margin-top: 0;
    color: inherit;
  }
  .timeline .timeline-heading h4.subheading, .timeline .timeline-heading .subheading.h4 {
    text-transform: none;
  }
  .timeline .timeline-body > ul,
  .timeline .timeline-body > p {
    margin-bottom: 0;
  }
  
  @media (min-width: 768px) {
    .timeline:before {
      left: 50%;
    }
    .timeline > li {
      min-height: 100px;
      margin-bottom: 50px; 
      /* aca esss la linea*/
    }
    .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, .timeline > li .timeline-image .h4 {
      font-size: 13px;
      line-height: 18px;
      margin-top: 16px;
    }
    .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, .timeline > li .timeline-image .h4 {
      font-size: 18px;
      line-height: 26px;
      margin-top: 30px;
    }
    .timeline > li.timeline-inverted > .timeline-panel {
      padding: 0 20px 20px;
    }
  }
  @media (min-width: 1200px) {
    .timeline > li {
      min-height: 170px;
    }
    
    .timeline > li .timeline-panel {
      padding: 20px 20px 20px 100px;
      /* cambio de  0px 100px 20px 20px*/
    }
    .timeline > li .timeline-image {
      width: 170px;
      height: 170px;
      margin-left: -85px;
    }
    .timeline > li .timeline-image h4, .timeline > li .timeline-image .h4 {
      margin-top: 40px;
    }
    .timeline > li.timeline-inverted > .timeline-panel {
      padding: 20px 100px 20px 20px;
      /* cambio de  0px 100px 20px 20px*/
    }
  }