/*
VARIABLES */
.template_approfondimento_txt .slide_content {
  bottom: 50px;
  padding: 25px 25px 30px 25px;
  margin: 0;
}
.template_approfondimento_txt .slide_content p {
  font-size: 1.5rem;
}
.template_approfondimento_txt .container_icon_left {
  flex-direction: column;
  align-items: center;
  max-height: calc(45vh - 55px);
  max-height: calc(45dvh - 55px);
  padding-bottom: 20px;
  padding-right: 80px;
}
.template_approfondimento_txt .btn {
  position: absolute;
  top: -80px;
  left: 0px;
  margin-top: 0px;
}
.template_approfondimento_txt .btn .icon_btn {
  width: 75px;
  height: auto;
}
.template_approfondimento_txt .brxe-button {
  position: absolute;
  bottom: -25px;
}
@media (min-width: 1025px) {
  .template_approfondimento_txt .container_icon_left {
    flex-direction: row;
    align-items: flex-start;
  }
}
@media (min-width: 1281px) {
  .template_approfondimento_txt .slide_content p {
    font-size: 1.8rem;
  }
  .template_approfondimento_txt .slide_content {
    bottom: 7%;
    padding: 30px 30px 80px 30px;
    margin: 0;
  }
  .template_approfondimento_txt .btn {
    top: -70px;
    right: -60px;
    left: auto;
  }
  .template_approfondimento_txt .btn .icon_btn {
    width: 105px;
  }
  .template_approfondimento_txt .slide_content_row {
    display: flex;
    justify-content: flex-start;
  }
  .template_approfondimento_txt .slide_content_row.box_left {
    justify-content: flex-start;
  }
  .template_approfondimento_txt .slide_content_row.box_center {
    justify-content: center;
  }
  .template_approfondimento_txt .slide_content_row.box_right {
    justify-content: flex-end;
  }
  .template_approfondimento_txt .container_icon_left {
    padding-top: 0px;
  }
  .template_approfondimento_txt .container_icon_left,
  .template_approfondimento_txt .slide_content {
    max-height: 100%;
  }
}
