.cardphoto {
  width: calc(33.33% - 10px);
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 0px;
  background-color: #a0b5bf;
}

.cardphoto img {
  height: 200px;
  width: auto;
}


.cardphoto .card-text {
  font-size: 10px;
  color: #000;
}

.cardphoto .card-body {
  padding: 0.5rem;
}

.cuadrophotos {
  margin-left: 5px;
}

.tablareportes {
  border: 1px solid #000;
}

.tablareportes td,
th {
  border: 1px solid #c4c4c4;
  
}



/* Comparaciones*/
.comparision {
  display: flex;
  flex-direction: column;
}

.comparision h3 {
  margin-bottom: 40px;
}

.infoAditionalBody {
  height: auto;

}

.infoAditionalBody p {
  margin-bottom: 0;
  font-size: 10px;
}

.comparision .comparisionImgs {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}

.comparision-item {
  margin-bottom: 20px;
}

.cardphotoComparative {
  position: relative;
  display: inline-block;
  width: calc(40% - 10px);
  margin-bottom: 20px;

}

.cardphotoComparative img {
  display: block;
  width: 100%;
  height: 200px;
  border-radius: 8px;
}

.cardphotoComparative::before,
.cardphotoComparative::after {
  content: '';
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  border: 2px solid;
  border-radius: 8px;
  opacity: 0;
  animation: pulse 2s infinite;
}


.cardphotoComparative.border-green::before,
.cardphotoComparative.border-green::after {
  border-color: green;
}

.cardphotoComparative.border-yellow::before,
.cardphotoComparative.border-yellow::after {
  border-color: yellow;
}

.cardphotoComparative.border-red::before,
.cardphotoComparative.border-red::after {
  border-color: red;
}

.cardphotoComparative::before {
  animation-delay: 0s;
}

.cardphotoComparative::after {
  animation-delay: 1s;
}

.comparision .comparisionImgs {
  margin-top: 12px;
}

.comparision .comparisionResults {
  margin-top: 40px;
  margin-bottom: 30px;
}

/* Comparaciones */






@media(max-width: 816px) {




  .imgUltimoPuntoControl img {
    width: 234px !important;
    height: auto !important;
  }

  .imgUltimoRecorrido img {
    width: 234px !important;
    height: auto !important;
  }

  .cardphoto {
    width: calc(33.33% - 10px);
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 0px;
    background-color: #a0b5bf;
    cursor: pointer;
  }
  
  .cardphoto img {
    height: 200px;
    width: auto;
  }
  
  .cardphoto .card-text {
    font-size: 10px;
    color: #000;
  }
  
  .cardphoto .card-body {
    padding: 0.5rem;
  }
  
  .cuadrophotos {
    margin-left: 5px;
  }
  
  .tablareportes {
    border: 1px solid #000;
  }
  
  .tablareportes td,
  th {
    border: 1px solid #c4c4c4;
  }
  
  .informacionContratoReporteResponsive {
    display: none;
  }
  
  /* Comparaciones */
  .comparision {
    display: flex;
    flex-direction: column;
  }
  
  .comparision h3 {
    margin-bottom: 40px;
  }
  
  .infoAditionalBody {
    height: auto;
  
  }
  
  .infoAditionalBody p {
    margin-bottom: 0;
    font-size: 10px;
  }
  
  .comparision .comparisionImgs {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
  }
  
  .comparision-item {
    margin-bottom: 20px;
  }
  
  .cardphotoComparative {
    position: relative;
    display: inline-block;
    width: calc(40% - 10px);
    margin-bottom: 20px;
    cursor: pointer;
  
  }
  
  .cardphotoComparative img {
    display: block;
    width: 100%;
    height: 200px;
    border-radius: 8px;
  }

  /* .container {
    width: 100% !important;

  } */
  /* body {
    margin: 0;
    background-color: transparent;
  } */


}
