/***************************/
/******* CONFIG VARS *******/
/* -COLORS.SCSS */
/* DEFAULT COLORS VARS */
/* THEME COLORS VARS */
/* _TEXT.SCSS */
/* Font Library */
/* FONT PER LE ICONE */
/******* CONFIG MIXIN ******/
/* _MIXIN.SCSS */
/***************************/
/*
** Text img widget
*/
.wk-text-img .wk-container {
  max-width: 1300px;
  padding: 0 5%;
  box-sizing: content-box;
  margin: auto; }
  .wk-text-img .wk-container.wk-full-width {
    max-width: 100%;
    padding: 0; }

.wk-text-img .wk-col-50 {
  flex-basis: 50%;
  padding-left: 5%; }
  @media all and (max-width: 47.99em) {
    .wk-text-img .wk-col-50 {
      padding-left: 0; } }
  .wk-text-img .wk-col-50 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .wk-text-img .wk-col-50:first-child {
    padding-right: 5%;
    display: flex;
    flex-direction: column;
    justify-content: center; }

@media all and (max-width: 47.99em) {
  .wk-text-img .wk-full-width .wk-col-50-text {
    padding: 0 5% !important; } }

.wk-text-img .wk-text-img__wrapper {
  display: flex; }
  .wk-text-img .wk-text-img__wrapper.wk-invert {
    flex-direction: row-reverse;
    margin-right: 0; }
    .wk-text-img .wk-text-img__wrapper.wk-invert .wk-col-50 {
      padding-right: 5%;
      padding-left: 0; }
      .wk-text-img .wk-text-img__wrapper.wk-invert .wk-col-50:first-child {
        padding-left: 5%;
        padding-right: 5%; }
        @media all and (max-width: 47.99em) {
          .wk-text-img .wk-text-img__wrapper.wk-invert .wk-col-50:first-child {
            padding: 0; } }
      @media all and (max-width: 47.99em) {
        .wk-text-img .wk-text-img__wrapper.wk-invert .wk-col-50 {
          padding: 0; } }
    @media all and (max-width: 47.99em) {
      .wk-text-img .wk-text-img__wrapper.wk-invert {
        flex-direction: column-reverse; } }
  @media all and (max-width: 87.5em) {
    .wk-text-img .wk-text-img__wrapper {
      margin-right: 0 !important;
      margin-left: 0 !important; } }
  @media all and (max-width: 47.99em) {
    .wk-text-img .wk-text-img__wrapper {
      flex-direction: column-reverse;
      gap: 30px; } }

.wk-text-img .wk-title * {
  margin: 0; }

.wk-text-img .wk-text {
  margin: 5px 0 30px; }
  .wk-text-img .wk-text p {
    line-height: 1.6; }

.wk-text-img .wk-design {
  font-weight: 500; }
  .wk-text-img .wk-design a {
    font-weight: 500; }

.wk-text-img .wk-line-divider {
  height: 2px;
  margin: 10px 0; }

.wk-text-img .wk-sottotitolo {
  margin-top: 3px;
  color: #000;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.3; }

.wk-text-img .wk-pulsante-widget {
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease-in-out; }
  .wk-text-img .wk-pulsante-widget::before {
    content: '+ '; }
