/* header */
#header-palpite {
    margin: 0;
  }
  



/* header  - seccion h1 */
.palpite-template-default .header-page-general h1 span {
    display: flex;
    flex-direction: row;
    height: 100px;
    font-size: 30px;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

@media screen and (min-width: 782px) {
    .palpite-template-default .header-page-general h1 span {
        justify-content: start;
        font-size: 40px;
        gap: 30px;
    }
}

.header-team {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.header-team .teams {
    height: 50px;
    width: auto;
}
@media screen and (min-width: 782px) {
    .header-team .teams {
        height: 60px;
    }
}

.header-team-separador {
    width: 2px;
    height: 40px;
    border-left: solid 2px var(--light-purple-2);
}

@media screen and (min-width: 782px) {
    .header-team-separador {
        height: 60px;
    }
}


/************
tabla palpite *
***********************/


#odds-palpite .wpb_wrapper {
    display: flex;
    flex-direction: column;
    align-items: end;
}



#odds-palpite .odds-palpite-header {
    display: grid;
    grid-template-areas:
        "odd-ico odd-ico"
        "odd-tit odd-tit"
        "odd-detalle odd-detalle"
        "odd-table odd-table";
    grid-template-columns: 2fr 1fr;
    gap: 10px 0;
    align-content: center;
    justify-content: start;
    background: var(--dark-70);
    backdrop-filter: blur(5px);
    border-radius: 10px;
    padding: 20px;
    margin-top: 20px;
    box-sizing: content-box;
    justify-items: center;
    text-decoration: none;
}

@media screen and (min-width: 782px) {
    #odds-palpite .odds-palpite-header {
        grid-template-areas:
            "odd-ico odd-tit"
            "odd-ico odd-detalle"
            "odd-ico odd-table";
        grid-template-columns: 60px calc(100% - 80px);
        gap: 0px 20px;
        justify-items: start;
       
    }

}
#odds-palpite .odds-palpite-header:hover{
    text-decoration: none;
}


#odds-palpite .odds-palpites-ico-liga {
    width: 120px;
    height: 120px;
    background: var(--light-purple-2);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: solid 3px var(--mid-grey);
    box-sizing: content-box;
    grid-area: odd-ico;
    padding: 20px;
    box-sizing: border-box;
}

@media screen and (min-width: 782px) {
    #odds-palpite .odds-palpites-ico-liga {
        margin-left: -60px;
    }
}

#odds-palpite .odds-palpites-ico-liga img {
    height: 100%;
    width: auto;
}


#odds-palpite h3 {
    margin: 0;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    grid-area: odd-tit;
}

#odds-palpite .odds-palpite-detalle {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px var(--light-grey-1);
    color: #fff;
    grid-area: odd-detalle;
    width: 100%;
}

#odds-palpite .odds-palpite-detalle-torneo {
    font-size: 19px;
    font-weight: 700;
    flex-shrink: 0;
  }

#odds-palpite .odds-palpite-detalle-line1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 14px;
    gap: 2px;
  }

  @media screen and (min-width: 782px) {
    #odds-palpite .odds-palpite-detalle-line1 {
       flex-direction: row;
        gap: 10px;
      }
  }

 #odds-palpite .odds-palpite-detalle-fecha-lugar {
    background: var(--wpex-hover-link-color);
    padding: 3px 8px 3px 3px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 5px;
    max-width: 100%;
  }

 #odds-palpite .odds-palpite-detalle-fecha {
    background: var(--green-acom);
    border-radius: 20px;
    padding: 1px 5px;
    box-sizing: content-box;
    font-weight: 700;
    color: var(--dark-purple);
  }

  #odds-palpite .odds-palpite-detalle-lugar {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

 #odds-palpite .odds-palpite-detalle-line2 {
    font-size: 120x;
    font-size: 14px;
    margin-top: 2px;
    display: flex;
    gap: 6px;
    min-width: 100%;
    justify-content: center;
  }

  @media screen and (min-width: 782px) {
    #odds-palpite .odds-palpite-detalle-line2 {
        justify-content: start;
      }
  }

  
#odds-palpite .odds-palpite-detalle-horario {
    font-weight: 700;
    flex-shrink: 0;
  }

  #odds-palpite .odds-palpite-detalle-trans {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

  #odds-palpite .odds-palpite-table {
    display: grid;
    grid-template-columns: max-content 1fr 1fr 1fr max-content;
    justify-items: center;
    font-size: 20px;
    gap: 15px;
    align-items: center;
    grid-area: odd-table;
    justify-self: start;
    width: 100%;
}


#odds-palpite .odds-palpite-table img {
    height: 32px;
    object-fit: contain;
    width: auto;
  }

#odds-palpite .odds-palpite-table .odds-palpite-value {
    background: var(--green-acom);
    padding: 5px 7px;
    border-radius: 30px;
    font-size: 15px;
    line-height: 1;
    color: #fff;
    font-weight: 700;
    display: flex;
    align-items: center;
    color: var(--dark-purple);
}

@media screen and (min-width: 782px) {
    #odds-palpite .odds-palpite-table .odds-palpite-value {
        font-size: 18px;
        padding: 5px 20px;
    }
}

#odds-palpite .odd-value-1 {
    justify-self: start;
}

#odds-palpite .odd-value-2 {
    justify-self: end;
}

#odds-palpite .odd-value-empate {
    margin: 8px 12px 0 12px;
}

/* aside */

/* #palpite-contentInner .wpex-js-sticky-wrap {
    top: 110px !important;
  } */

/*contenido*/

  
  #palpite-contentInner h2 {
    color: var(--light-purple-1);
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    margin-top: 60px;
    margin-bottom: 30px;
  }
  
  /* espacio en entre las img y los p dentro del artículo */

  .content-palpite figure + p,
  .content-palpite figure + .wpb_text_column {
    margin-top: 20px;
  }

/* aside */


.aside-palpite-palpites {
    margin-top: var(--padding-inner-sections);
  }