/* FONDO IMAGEN */
@keyframes colorchange
{
  0% {
      background-position: 0 50%;
  }
  50% {
      background-position: 100% 50%;
  }
  100% {
      background-position: 0 50%;
  }
}

@-webkit-keyframes colorchange /* Safari and Chrome - necessary duplicate */
{
  0% {
      background-position: 0 50%;
  }
  50% {
      background-position: 100% 50%;
  }
  100% {
      background-position: 0 50%;
  }
}


@keyframes recoleccion {
  from {
    opacity: 0;
    left: -40%;
  }
  to {
    opacity: 1;
    left: -10%;
  }
}

@keyframes enCamino {
  from {
    opacity: 0;
    left: -40%;
  }
  to {
    opacity: 1;
    left: 40%;
  }
}

@keyframes entregado {
  from {
    opacity: 0;
    left: -40%;
  }
  to {
    opacity: 1;
    left: 90%;
  }
}
/*  */

/* INTRO */
#intro {
  width: 100%;
  height: 100%;
  padding: 0 0 0 0;
  position: relative;
  overflow: hidden;
}

.backgroundBlue {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-size:500%;
  background: rgb(36,98,232);
  background: -moz-linear-gradient(90deg, rgba(36,98,232,1) 0%, rgba(124,159,236,1) 25%, rgba(36,98,232,1) 50%, rgba(124,159,236,1) 75%, rgba(36,98,232,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(36,98,232,1) 0%, rgba(124,159,236,1) 25%, rgba(36,98,232,1) 50%, rgba(124,159,236,1) 75%, rgba(36,98,232,1) 100%);
  background: linear-gradient(90deg, rgba(36,98,232,1) 0%, rgba(124,159,236,1) 25%, rgba(36,98,232,1) 50%, rgba(124,159,236,1) 75%, rgba(36,98,232,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2462e8",endColorstr="#2462e8",GradientType=1);
  background-size: 500%;
  animation: colorchange 10s infinite;
  /* you could also use milliseconds (ms) or something like 2.5s */
  -webkit-animation: colorchange 10s infinite; /* Chrome and Safari */
}

#intro .backgroundBlue .itemLegend {
  width: 300px;
  height: 175px;
  position: absolute;
  top: 0;
  left: 15%;
  bottom: 0;
  margin: auto;
}

#intro .backgroundBlue .itemLegend p {
  font-size: 50px;
  color: #ffffff;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  padding: 0 0 0 0!important;
  margin: 0 0 0 0!important;
  line-height: 60px;
}
#intro .backgroundBlue .itemLegend p span {
  color: #0032a0;
}

#intro .backgroundBlue .itemButton {
  width: 50%;
  height: 30vh;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

#intro .backgroundBlue .itemButton .enviarLink {
  width: 300px;

  background: rgb(250,203,18);
  background: -moz-linear-gradient(90deg, rgba(250,203,18,1) 0%, rgba(251,145,21,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(250,203,18,1) 0%, rgba(251,145,21,1) 100%);
  background: linear-gradient(90deg, rgba(250,203,18,1) 0%, rgba(251,145,21,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#facb12",endColorstr="#fb9115",GradientType=1);
  box-shadow: -3px 1px 13px 0px rgba(0,0,0,0.51);
  -webkit-box-shadow: -3px 1px 13px 0px rgba(0,0,0,0.51);
  -moz-box-shadow: -3px 1px 13px 0px rgba(0,0,0,0.51);
  padding: 0 25px 0 0;
  border-radius: 20px;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  color: #ffffff;
  text-transform: none;
  text-align: right!important;
  position: relative;
  transition: all .3s ease;
}

#intro .backgroundBlue .itemButton .enviarLink:hover,
#intro .backgroundBlue .itemButton .enviarLink:active,
#intro .backgroundBlue .itemButton .enviarLink:focus {
  color: #264383;
  background: rgb(255,248,0);
  background: -moz-linear-gradient(90deg, rgba(255,248,0,1) 0%, rgba(255,200,95,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(255,248,0,1) 0%, rgba(255,200,95,1) 100%);
  background: linear-gradient(90deg, rgba(255,248,0,1) 0%, rgba(255,200,95,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff800",endColorstr="#ffc85f",GradientType=1);
}

#intro .backgroundBlue .itemButton .btnTerrestre img {
  max-width: 90px;
  height: auto;
  position: absolute;
  top: -30px;
  left: 15px;
  bottom: 0;
  margin: auto;
}

#intro .backgroundBlue .itemButton .btnTerrestre {
  margin: 75px 0 0 0;
}

#intro .backgroundBlue .itemButton .btnAereo {
  margin: 75px 0 0 0;
}
#intro .backgroundBlue .itemButton .btnAereo img {
  max-width: 180px;
  height: auto;
  position: absolute;
  top: -30px;
  left: -60px;
  bottom: 0;
  margin: auto;
}
/*   */

/* MODAL RASTREO DVL LOCAL */
.rastreoDVL {
  width: 100%;
  height: 37.5vh;
  background: #f9b00d;
  background-color: #f9b00d;
  position: fixed;
  bottom: -700%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1020;
  -webkit-box-shadow: 0px -1px 5px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px -1px 5px 0px rgba(0,0,0,0.3);
  box-shadow: 0px -1px 5px 0px rgba(0,0,0,0.3);
  display: none;
}

.rastreoDVL .closeModal {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 25px;
  right: 25px;
  z-index: 5;
  transition: all .3s ease;
}
.rastreoDVL .closeModal svg {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: all .3s ease;
}
.rastreoDVL .closeModal svg path {
  transition: all .3s ease;
}
.rastreoDVL .closeModal:hover svg path {
  fill: #4a90e2;
}
.rastreoDVL .rastreoInner {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 0 0 0 0;
}
.rastreoDVL .rastreoContent {
  width: 100%;
  position: absolute;
  bottom: 2px;
  top: 50px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 25px 0 0 0;
  text-align: center;
  transition: all .3s ease;
}
.rastreoDVL .rastreoHeader {
  width: 100%;
  height: auto;
  padding: 0 15% 25px 15%;
  position: relative;
}
.rastreoDVL .rastreoHeader h3 {
  font-size: 20px;
  color: #1c589c;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  padding: 0 0 0 0!important;
  margin: 15px 0 0 0!important;
  text-align: left;
}
.rastreoDVL .rastreoFooter {
  width: 100%;
  height: 2px;
  position: absolute;
  padding: 0 0 0 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.rastreoDVL .rastreoHeader input:not([type]),
.rastreoDVL .rastreoHeader input[type=text]:not(.browser-default),
.rastreoDVL .rastreoHeader input[type=password]:not(.browser-default),
.rastreoDVL .rastreoHeader input[type=email]:not(.browser-default),
.rastreoDVL .rastreoHeader input[type=url]:not(.browser-default),
.rastreoDVL .rastreoHeader input[type=time]:not(.browser-default),
.rastreoDVL .rastreoHeader input[type=date]:not(.browser-default),
.rastreoDVL .rastreoHeader input[type=datetime]:not(.browser-default),
.rastreoDVL .rastreoHeader input[type=datetime-local]:not(.browser-default),
.rastreoDVL .rastreoHeader input[type=tel]:not(.browser-default),
.rastreoDVL .rastreoHeader input[type=number]:not(.browser-default),
.rastreoDVL .rastreoHeader input[type=search]:not(.browser-default),
.rastreoDVL .rastreoHeader input[type=file]:not(.browser-default) {
  width: 100%;
  font-size: 18px;
  background: #ffffff;
  background-color: #ffffff;
  -webkit-box-shadow: inset 0px 0px 3px 0px rgba(167,165,165,1);
  -moz-box-shadow: inset 0px 0px 3px 0px rgba(167,165,165,1);
  box-shadow: inset 0px 0px 3px 0px rgba(167,165,165,1);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #a7a5a5;
  height: 47px;
  border-radius: 3.5px;
  border: none!important;
  transition: all .3s ease;
}

.rastreoDVL .rastreoHeader textarea.materialize-textarea {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #a7a5a5;
  height: 159px;
  border-radius: 3.5px;
  transition: all .3s ease;
}

.rastreoDVL .rastreoHeader input:not([type]):focus:not([readonly]),
.rastreoDVL .rastreoHeader input[type=text]:not(.browser-default):focus:not([readonly]),
.rastreoDVL .rastreoHeader input[type=password]:not(.browser-default):focus:not([readonly]),
.rastreoDVL .rastreoHeader input[type=email]:not(.browser-default):focus:not([readonly]),
.rastreoDVL .rastreoHeader input[type=url]:not(.browser-default):focus:not([readonly]),
.rastreoDVL .rastreoHeader input[type=time]:not(.browser-default):focus:not([readonly]),
.rastreoDVL .rastreoHeader input[type=date]:not(.browser-default):focus:not([readonly]),
.rastreoDVL .rastreoHeader input[type=datetime]:not(.browser-default):focus:not([readonly]),
.rastreoDVL .rastreoHeader input[type=datetime-local]:not(.browser-default):focus:not([readonly]),
.rastreoDVL .rastreoHeader input[type=tel]:not(.browser-default):focus:not([readonly]),
.rastreoDVL .rastreoHeader input[type=number]:not(.browser-default):focus:not([readonly]),
.rastreoDVL .rastreoHeader input[type=search]:not(.browser-default):focus:not([readonly]),
.rastreoDVL .rastreoHeader input[type=file]:not(.browser-default):focus:not([readonly]),
.rastreoDVL .rastreoHeader textarea.materialize-textarea:focus:not([readonly]) {
  font-weight: normal;
  color: #4f4b4b;
}

.rastreoDVL .btnRastrear {
  width: 80%;
  height: 47px;
  background: rgb(78,146,223);
  background: -moz-linear-gradient(0deg, rgba(78,146,223,1) 0%, rgba(104,162,228,1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(78,146,223,1) 0%, rgba(104,162,228,1) 100%);
  background: linear-gradient(0deg, rgba(78,146,223,1) 0%, rgba(104,162,228,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4e92df",endColorstr="#68a2e4",GradientType=1);
  box-shadow: none!important;
  padding: 0 0 0 0;
  border-radius: 5px;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  color: #ffffff;
  text-transform: none;
  text-align: center!important;
  position: relative;
  margin: 0 auto;
  transition: all .3s ease;
}

.rastreoDVL .btnRastrear:hover,
.rastreoDVL .btnRastrear:active,
.rastreoDVL .btnRastrear:focus {
  color: #ffffff;
  background: rgb(28,88,156);
  background: -moz-linear-gradient(0deg, rgba(28,88,156,1) 0%, rgba(104,162,228,1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(28,88,156,1) 0%, rgba(104,162,228,1) 100%);
  background: linear-gradient(0deg, rgba(28,88,156,1) 0%, rgba(104,162,228,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1c589c",endColorstr="#68a2e4",GradientType=1);
}

.rastreoContent .rastreoTimePc {
  width: 100%;
  height: auto;
  padding: 0 25% 25px 25%;
  position: relative;
}
.rastreoContent .rastreoTimePc h1 {
  font-size: 18px;
  color: #ffffff;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  padding: 0 0 0 0!important;
  margin: 0 0 0 0!important;
  text-align: left;
}
.rastreoContent .rasteroTravelPc {
  width: 35%;
  height: 50px;
  margin: 0 0 0 26%;
  position: relative;
}
.rastreoContent .rasteroTravelPc .rastreoLine {
  width: 100%;
  height: 3px;
  background: #ffffff;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.rastreoContent .rasteroTravelPc .circulo01 {
  width: 10px;
  height: 10px;
  background: #ffffff;
  background-color: #ffffff;
  border-radius: 100%;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.rastreoContent .rasteroTravelPc .circulo02 {
  width: 10px;
  height: 10px;
  background: #ffffff;
  background-color: #ffffff;
  border-radius: 100%;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.rastreoContent .rasteroTravelPc .circulo03 {
  width: 10px;
  height: 10px;
  background: #ffffff;
  background-color: #ffffff;
  border-radius: 100%;
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.rastreoContent .rasteroTravelPc .dvlCamion {
  max-width: 100%;
  height: auto;
  position: absolute;
  top: -10px;
  bottom: 0;
  margin: auto;
  z-index: 5;
  display: none;
}
.rastreoContent .rasteroTravelPc .recoleccion {
  max-width: 100%;
  height: auto;
  position: absolute;
  left: -10%;
  margin: auto;
  animation-name: recoleccion;
  animation-duration: 3s;
  z-index: 5;

}

.rastreoContent .rasteroTravelPc .enCamino {
  max-width: 100%;
  height: auto;
  position: absolute;
  left: 40%;
  margin: auto;
  animation-name: enCamino;
  animation-duration: 3s;
  z-index: 5;
}

.rastreoContent .rasteroTravelPc .entregado {
  max-width: 100%;
  height: auto;
  position: absolute;
  left: 90%;
  margin: auto;
  animation-name: entregado;
  animation-duration: 3s;
  z-index: 5;
}

.rastreoContent .rastreoTimeMovil {
  width: 100%;
  height: auto;
  padding: 50px 0 25px 0;
  position: relative;
}
.rastreoContent .rastreoTimeMovil h1 {
  font-size: 33px;
  color: #ffffff;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  padding: 0 0 50px 0!important;
  margin: 0 0 0 0!important;
  text-align: center;
}
.rastreoContent .rastreoTimeMovil img {
  max-width: 100%;
  height: auto;
}
/*  */
