
/* page-title-agencias */
.page-title-agencia {
    position: relative;
    background-image: url(../images/agencias/agencias.png);
    background-position: center;
    /* padding-top: 175px;
    padding-bottom: 100px; modified AP*/
    text-align: center;
    background-size: cover;
  }
  .page-title-agencia .content {
    position: relative;
    z-index: 1;
  }
  .page-title-agencia .content .title {
    font-weight: 900;
    margin-bottom: 23px;
  }
  .page-title-agencia .content .breadcrumbs {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: var(--Secondary);
  }
  .page-title-agencia .content .breadcrumbs li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 14px;
    line-height: 20px;
  }
  .page-title-agencia .content .breadcrumbs li a {
    color: var(--Secondary);
  }
  .page-title-agencia .content .breadcrumbs li a:hover {
    color: var(--Main-color);
  }
  

  
.banner-agencias{
    display: flex;
    justify-content: space-around;
    min-height: 450px;
}
@media (max-width: 768px) {
    .banner-agencias{
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
    }
}
.banner-texto{
    color: var(--White);
    max-width: 700px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.banner-title{
    font-size: 55px;
    font-weight: bold;
    margin: 15px;
    line-height: 7rem;
}
.banner-subtitle{
  font-family: 'Poppins';
  font-size: 24px;
  line-height: 2.5rem;
}


/* Video en el carrusel */
.widget-video-agencias {
  position: relative;
}
.widget-video-agencias img {
  border-radius: 16px;
}
.widget-video-agencias a {
  color: var(--Main-color);
}
.widget-video-agencias .icon {
  position: absolute;
  z-index: 2;
  width: 43px;
  height: 43px;
  left: calc(50% - 21.5px);
  top: calc(50% - 21.5px);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(255, 255, 255);
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.widget-video-agencias .icon .wave-agencias {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 109.04px;
  height: 109.04px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  animation: ripple 2s infinite;
  z-index: -1;
}
.widget-video-agencias .icon .wave-1-agencias {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 132px;
  height: 132px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  animation: ripple-1 2s infinite;
  z-index: -1;
}
/* Fin Video en el carrusel */