/* *****************************************************
    ** Custom Stylesheet **overflow: hidden;
***************************************************** */
.d_responsive_img {
  width: 100%;
  height: auto;
}

.d_responsive_img_vertical_centrada {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.d_div_transparente{
  background:rgba(255, 255, 255, 0.8); 
  width: 400px;
  height: 250px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.carros {
  /*width: 400%;  ****************************ingual 400********** se procesa en index */
  height: 100%;
  display: flex;
}
.slider-section {
  /*width: calc(100% / 4);  ******************igual 4************ se procesa en index */
  height: 100%;
  display: flex;
}

.container-carro {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.slider-section img{
  width: 100%;
  height: 100%;
}

.btn-right,
.btn-left {
  display: flex;
  position: absolute;
  top: 35%;
  font-size: 5rem;
  border-radius: 20%;
  padding: 0px;
  font-weight: 600;
  cursor: pointer;
  color: #DDDDDDd8;
  transform: translate(0, 50%);
  transition: .5s ease;
  user-select: none;
}

.btn-left:hover,
.btn-right:hover {
    background-color: transparent;
    color: #AAAAAAd6;
}

.btn-left {
    left: 10px;
}
.btn-right {
    right: 10px;
}


#footer222 {
  background-image: url("https://cbtis123.edu.mx/img/background_down2.jpg");
  background-repeat: repeat-x;
}