/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 01 2021 | 04:54:14 */
#header-interno {
  position: relative;
  z-index: 10;
}

strong, b {
  font-weight: 600;
}

#seccion-mantente h2,
#seccion-mantente-actualizado h2 {
  text-transform: uppercase;
}

.mantente.casos.solucion .una-solucion h4 {
  font-size: 1.2rem !important;
}

.contenedor-actualizado .pleca h4 {
  font-size: 1.1rem !important;
  font-weight: 600 !important;
}

#historia {
  background: url(http://odr.testapps.mx/wp-content/uploads/2020/12/background-linea.jpg) center no-repeat;
  background-size: cover;
}

.contenedor-actualizado .pleca {
  padding-top: 15px !important;
}

.recursos .contenedor-actualizado .pleca {
  min-height: 180px;
}

.grid-industrias .pregunta-instruccion {
  font-size: 0.85rem;
  padding: 0 12%;
}

#seccion-experiencia .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner {
  height: 1.2rem;
}

#seccion-experiencia .vc_icon_element-inner .vc_icon_element-icon:before {
  opacity: 0.8;
}

section.trabajamos .industria .pleca p.titulo {
    font-size: 1.5rem;
    line-height: 1.8rem;
    width: 90%;
    margin-left: 5%;
}

/** Línea de tiempo **/
#historia h2 {
  font-weight: 100;
  margin-bottom: 2rem;
}

#linea-de-tiempo {
  overflow: hidden;
  position: relative;
}

#linea-de-tiempo .arrow {
  position: absolute;
  top: 42.5%;
  display: block;
  z-index: 3;
}

#linea-de-tiempo .arrow.prev {
  left: 1px;
}

#linea-de-tiempo .arrow.next {
  right: -1px;
}

#linea-de-tiempo ul {
  list-style: none;
  width: 200em;
  height: 520px;
  position: relative;
  padding: 0px;
}

#linea-de-tiempo ul::after {
  content: ' ';
  position: absolute;
  left: -10px;
  top: 49%;
  border-top: 4px solid #575454;
  width: 100%;
}

#linea-de-tiempo ul li {
  width: 157px;
  display: inline-block;
  text-align: center;
  float: left;
  position: relative;
}

#linea-de-tiempo ul li img {
  height: 70px;
  object-fit: contain;
  object-position: center;
}

#linea-de-tiempo ul li .anio {
  font-size: 1.75rem;
  line-height: 2.2rem;
  display: block;
  color: #575454;
  margin-bottom: 0px;
  /*min-height: 70px;*/
}

#linea-de-tiempo ul li.down {
  padding-top: 285px;
}

#linea-de-tiempo ul li.down::before {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  position: absolute;
  left: 58px;
  top: 240px;
  background-color: #DE303E;
  content: ' ';
  z-index: 2;
}

#linea-de-tiempo ul li.down .anio {
  color: #DE303E;
}

#linea-de-tiempo ul li.up {
  padding-bottom: 235px;
}

#linea-de-tiempo ul li.up::before {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  position: absolute;
  left: 60px;
  top: 242px;
  background-color: #575454;
  content: ' ';
  z-index: 2;
}

/** Circulos de proceso caso de éxito **/
#proceso {
  overflow: hidden;
  position: relative;
}

#proceso .arrow {
  position: absolute;
  top: 36%;
  display: block;
  z-index: 3;
}

#proceso .arrow.prev {
  left: 0px;
}

#proceso .arrow.next {
  right: 0px;
}

#linea-de-proceso {
  overflow: hidden;
  position: relative;
}

#linea-de-proceso ul {
  list-style: none;
  width: 200em;
  height: 420px;
  position: relative;
  padding: 0px;
  list-style: none;
}

#linea-de-proceso ul li {
  display: inline-block;
  text-align: center;
  float: left;
  position: relative;
}

#linea-de-proceso ul li img {
  max-width: 270px;
}

#linea-de-proceso ul li span.titulo {
  font-size: 0.9rem;
  position: absolute;
  width: 65%;
  margin-left: 7%;
}

#linea-de-proceso ul li span.detalle {
  font-size: 0.8rem;
  position: absolute;
  top: 44px;
  left: 42px;
  width: 120px;
  height: 100px;
  padding: 12px 6px;
  border-radius: 18px;

  background-color: transparent;
  color: transparent;
  transition: all 0.5s;
}

#linea-de-proceso ul li:hover span.detalle {
  background-color: #eef1f2;
  color: #575454;
}

#linea-de-proceso ul li:nth-child(odd){
  margin-top: 118px;
}

#linea-de-proceso ul li:nth-child(odd) span.titulo {
  color: #DE303E;
  top: -82px;
}

#linea-de-proceso ul li:nth-child(even){
  margin-top: 82px;
}

#linea-de-proceso ul li:nth-child(even) span.titulo {
  color: #575454;
  top: 230px;
  margin-left: 6%;
}

#linea-de-proceso ul li:nth-child(even):hover span.detalle {
  top: 62px;
}

#linea-de-proceso ul li:not(:first-child){
  margin-left: -66px;
}