#breadcrumbs {
  display: none;
}
#flechazos-app .slide {
  text-align: center;
  padding: 10px;
  cursor: pointer;
  position: relative;
  display: block;

}
#flechazos-app .slider-container {
}

#flechazos-app .slide .name {
  font-family: radio-canada-big;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  margin-bottom: 7px;
  margin-top: 12px;
}
#flechazos-app .slide .position {
  font-family: radio-canada-big;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  margin-bottom: 14px;
}
#flechazos-app .slick-dots li button:before {
  font-size: 36px;
  color: #d9d9d9;
}
#flechazos-app li.slick-active button:before {
  color: #a9c200;
}
#flechazos-app .slick-dots {
  position: relative;
  bottom: inherit;
  display: block;
  margin: 0 0 10px;
}
#flechazos-app .slide img {
  width: 100%;
  height: 100%;
}
#flechazos-app .expert-image-wrapper {
  position: relative;
  display: block;
  width: 133px;
  height: 133px;
  border-radius: 50%;
  overflow: hidden;
  border: 5px solid transparent;
  margin: 0 auto;
}
#flechazos-app .slide-active .expert-image-wrapper {
  border: 5px solid #a9c200;
}
#flechazos-app .slide .black-hover {
  background-color: black;
  opacity: 0;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

#flechazos-app .slide:hover .black-hover {
  opacity: 0.3;
}

#flechazos-app .section-title {
  font-family: radio-canada-big, serif;
  margin-bottom: 25px;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  text-align: center;
}


#flechazos-app .slider-bottom {
  display: block;
  position: relative;
  clear: both;
  margin-top: 25px;
}
#flechazos-app .detail-wrapper {
  display: flex;
  position: relative;
  max-height: 0;
  overflow: hidden;
  width: 100%;
  flex-direction: row;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
}
#flechazos-app .show-more {
  text-align: center;
  postion: relative;
  margin: 0 auto;
  padding: 10px;
  font-family: radio-canada-big, Roboto, "Helvetica Neue", Arial, sans-serif, system-ui !important;
  font-weight: bold;
  font-size: 15px;
  text-transform: uppercase;
  cursor: pointer;
}

#flechazos-app .arrow {
  background-color: white;
  border-radius: 50%;
  height: 36px;
  width: 36px;
  position: absolute;
  top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 1;
}
#flechazos-app .arrow.arrow-previous {
  left: -20px;
}
#flechazos-app .arrow.arrow-next {
  right: -20px;
}

#flechazos-app .arrow .icon:before {
  color: #e9e9e9;
  font-size: 20px;
  line-height: 36px;
}
#flechazos-app .bbicon-chevron-down {
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  display: block;
  font-size: 20px;
  margin-top: 5px;
}
#flechazos-app .open .bbicon-chevron-down {
  transform: rotate(180deg);
}
#flechazos-app .detail-wrapper.open {
  max-height: 1500px;
}
#flechazos-app .detail-wrapper .image-wrapper {
  padding-right: 30px;
}
#flechazos-app .detail-wrapper .info-wrapper {
  padding-left: 30px;
  margin-bottom: 25px;
}
#flechazos-app .detail-wrapper .info-wrapper h4 {
  font-family: radio-canada-big, serif;
  -webkit-font-smoothing: antialiased;
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 56px;
  margin: 10px 0;
}
#flechazos-app .detail-wrapper .info-wrapper h5 {
  font-family: radio-canada-big, serif;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 30px;
  margin-top: 17px;
}
#flechazos-app .detail-wrapper .image-wrapper img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
#flechazos-app .detail-wrapper .image-wrapper {
  flex: 2
}
#flechazos-app .detail-wrapper .info-wrapper {
  flex: 6.5
}
#flechazos-app .flechazo-icon:before {
  background-image: url('/themes/custom/bodeboca/images/flechazo/logo-flechazo.svg');
}
#flechazos-app .flechazo-icon-bold:before {
  height: 56px;
  width: 76px;
  background-image: url('/themes/custom/bodeboca/images/flechazo/logo-flechazo-bold.svg');
}
@media only screen and (max-width: 992px) {
  #flechazos-app .detail-wrapper {
    flex-direction: column;
  }
  #flechazos-app .arrow {
    display: none !important;
  }
  #flechazos-app .slick-dots {
    display: none !important;
  }
  #flechazos-app .expert-image-wrapper {
    width: 100px;
    height: 100px;
  }
  #flechazos-app .slider-container {
    padding: 0;
  }
  #flechazos-app .slide {
    padding: 0;
  }
  #flechazos-app .slide .name {
    font-size: 14px;
  }

  #flechazos-app .slide .position {
    display: none
  }
  #flechazos-app .detail-wrapper .image-wrapper {
    display: none;
  }
  #flechazos-app .detail-wrapper .info-wrapper h4 {
    font-size: 32px;
  }
  #flechazos-app .detail-wrapper .info-wrapper h5 {
    font-size: 16px;
  }
  #flechazos-app .detail-wrapper .info-wrapper {
    padding-left: 0;
  }
}
