/**********************bannerHome*************************/
#bannerHome {
  display: grid;
  width: 100%;
  height: 600px;
  background-position: center center;
  background-size: cover;
  grid-template-columns: 1fr;
  background-color: rgb(255, 255, 255);
  grid-template-rows: 32px repeat(3, 1fr) 32px;
}

#bannerHome > picture {
  grid-area: 1 / 1 / -1 / -1;
  z-index: 1;
  max-height: 600px;
  position: relative;
  background-image: url(https://assets.exoticca.com/media/img/campaignTool/Desktop---Cyber-Monday-HB-Video---No-Bkg-Copy.jpg?lqip=true);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

#bannerHome > picture::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgb(18, 18, 18) 0%, transparent 100%);
}

#bannerHome > picture > video {
  object-fit: cover;
  max-height: inherit;
  width: 100%;
}

/***********estilos del slider de la seccion de testimonios swiper***********************/

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 16px;
  background: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  gap: 16px;
  padding: 24px;
  border-radius: 16px;
}

.title-testimony {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 0px;
}

.swiper-slide img {
  width: 180px;
}

.swiper-button-next,
.swiper-button-prev {
  width: 42px !important;
  height: 42px !important;
  border-radius: 360%;
  background: #6f6f71;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 14px;
  color: #fff;
}

/*****************seccion de cards productos******************/

.card-products {
  background: #eef1f7;
  border-bottom: 16px solid;
  padding: 24px;

  height: 350px;
  /*max-width: 330px;*/
  width: 45%;
  font-size: 15px;
}

.card-products.right {
  border-radius: 0px 32px 32px 0px;
}

.card-products.left {
  border-radius: 0px 32px 0px 32px;
}

.card-products.last {
  height: 320px;
  border-radius: 0px 0px 32px 32px;
  width: 100%;
}

#cont-card-products {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}

.title-card-products {
  font-size: 30px;
  font-family: "Aero Matics Bold";
  margin-bottom: 0px;
  margin-top: 10px;
  line-height: 35px;
}

.card-products > .text {
  font-size: 25px;
  line-height: 35px;
  margin: 24px 0px;
  transition: all 0.5s ease;
}

.card-products > .text-hover {
  display: none;
  margin: 24px 0px;
  transition: all 0.5s ease;
}

.card-products:hover > .text {
  display: none;
  transition: all 0.5s ease;
}

.card-products:hover > .text-hover {
  display: block;
  transition: all 0.5s ease;
}

.card-products.blue {
  border-color: #000b75;
}

.card-products.blue > .text {
  color: #19158d;
}

.card-products.blue > .title-card-products {
  color: #000b75;
}

.card-products.green {
  border-color: #6b8800;
}

.card-products.green > .text {
  color: #6b8800;
}

.card-products.green > .title-card-products {
  color: #6b8800;
}

@media (max-width: 1000px) {
  .card-products {
    width: 49%;
    height: 430px;
  }
}

@media (max-width: 768px) {
  .card-products {
    width: 100%;
    height: 360px;
  }

  .card-products.last {
    height: 360px;
  }

  .card-products.last,
  .card-products.right,
  .card-products.left {
    border-radius: 0px 32px 0px 32px;
  }

  .title-card-products {
    font-size: 25px;
  }
}

/************** seccion de logos de las tecnologias ******************/

#cont-logo-tech {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo-tech {
  width: 72px;
  height: 72px;
  transition: all 0.3s ease-in-out;
}

.logo-tech > img {
  width: 100%;
}

.logo-tech:hover {
  transition: all 0.3s ease-in-out;
  transform: scale(1.3);
}

#cont-logo-tech {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 800px;
  margin: 40px auto;
}

@media (max-width: 768px) {
  #cont-logo-tech {
    width: 300px;
    text-align: center;
    margin: 0 auto;
    display: block;
  }

  .logo-tech {
    width: 75px;
    height: 75px;
    transition: all 0.3s ease-in-out;
    position: relative;
    margin: 10px;
    display: inline-block;
  }
}

/**********************cards  en seccion de servicios ******************/
.card-services {
  transition: all 0.5s ease;
  gap: 50px !important;
  margin: 30px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 275px;
}

.card-services > .cont-info {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70%;
  height: 100%;
  border-radius: 0px 32px 0px 32px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}

.card-services > .cont-info > img {
  height: 100%;
  width: 50%;
}

.card-services > .cont-info > .cont-text-white {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #fff;
  padding: 30px;
  gap: 30px;
}

.card-services-title {
  font-size: 24px;
}

.card-services > .icono {
  width: 135px;
}

/************************************/
.card-services.green:hover {
  margin-left: 50px;
  transition: all 0.5s ease;
  gap: 30px !important;
}

.card-services.blue:hover {
  margin-right: 50px;
  transition: all 0.5s ease;
  gap: 30px !important;
}

/*************************************/

@media (max-width: 1500px) {
  .card-services > .cont-info > .cont-text-white {
    font-size: 13px;
    gap: 0px;
  }

  .card-services-title {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .card-services {
    height: 230px;
  }

  .card-services > .cont-info {
    width: 60%;
  }
}

@media (max-width: 1200px) {
  .card-services {
    height: 220px;
    gap: 25px !important;
  }

  .card-services > .cont-info {
    width: 80%;
  }

  .card-services > .cont-info > img {
    height: 100%;
    width: 50%;
  }

  .card-services > .cont-info > .cont-text-white {
    font-size: 13px;
    gap: 0px;
  }

  .card-services-title {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .card-services > .icono {
    width: 100px;
  }

  .card-services > .cont-info > img {
    height: auto;
    width: 50%;
  }
}

@media (max-width: 1100px) {
  .card-services {
    height: 294px;
  }
}

@media (max-width: 768px) {
  .card-services > .icono {
    display: none;
  }

  .card-services {
    flex-direction: column;
    height: auto;
  }

  .card-services > .cont-info {
    flex-direction: column;
    width: 100%;
    height: auto;
    overflow: auto;
    position: relative;
    float: left;
  }

  .card-services > .cont-info > img {
    height: auto;
    width: 100%;
    position: relative;
    float: left;
  }

  .card-services > .cont-info > .cont-text-white {
    position: relative;
    float: left;
    width: 100%;
    font-size: 16px;
  }

  .card-services-title {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .card-services.green > .cont-info {
    border-bottom: 16px solid #6b8800;
  }

  .card-services.blue > .cont-info {
    border-bottom: 16px solid #000b75;
  }

  .card-services.green:hover,
  .card-services.blue:hover {
    margin-left: 0px;
    margin-right: 0px;
  }
}

.leyenda-qvitek {
  font-weight: 500;
  font-size: 20px;
}
@media (max-width: 768px) {
  .leyenda-qvitek {
    font-weight: 500;
    font-size: 16px;
  }
}

.slider-leyenda-qvitek {
  position: relative;
  float: left;
  width: 100%;
  height: 30px;
  background: url("../img/home/pleca.jpg");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 100%;
}
@media (max-width: 1000px) {
  .slider-leyenda-qvitek {
    background-size: 180%;
    background-position: center right;
  }
}

@media (max-width: 768px) {
  .slider-leyenda-qvitek {
    background-size: 150%;
    background-position: center right;
  }
}
