@font-face {
    font-family: 'Roboto Bold Condensed';
    src: url('/css/fonts/RobotoCondensed-Bold.ttf');
}

@font-face{
	font-family: 'Roboto Condensed';
	src:  url('/css/fonts/Roboto-Black.ttf');
}
@font-face{
    font-family: 'Roboto Condensed Regular';
    src: url('/css/fonts/RobotoCondensed-Regular.ttf');
}
@font-face {
    font-family:'Roboto Bold';
    src: url('/css/fonts/Roboto-Bold.ttf');
}
#cabecera {
    display: none;
}

main {
    background: #F1F1F1;
    margin-bottom: 0;
}

.rosaGP{
    color: #E60881;
}

.dia-semana {
    font-size: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.dia-semana h1, .dia-semana h2 {
    color: #000;
    font-family: 'Roboto Bold Condensed';
    font-size: 20px;
    margin: 25px 0 0;
    background: transparent;
}
.dia-semana p {
    max-width: 292px;
    line-height: 15px;
}
.categorias-promociones {
    height: 47px;
    background: #FFFFFF;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}
.categoria {
    width: 125px;
    font-family: 'Roboto Bold Condensed';
    font-size: 16px;
    text-align: center;
    cursor: pointer;
}
.categoria a{
    color: #000;
}
.categoria.rosaGP a{
    color: #E60881;
}
.todas-promociones {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    max-width: 350px;
    margin: 0 auto 110px;
}
.caja-promocion {
    width: 160px;
    height: 280px;
    margin: 7px;
    position: relative;
    background: #000;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
}
.forma-lateral{
    width: 334px;
    height: 160px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.forma-lateral img{
    position: relative;
    bottom: 3px;
    left: 5px;
}
.forma-lateral a img {
    bottom: -1px;
}
.forma-lateral .contenido-promo{
    width: 53%;
    height: 100%;
    position: relative;
    padding-top: 15px;
}
.contenido-promo .titulo-promo-cajita {
    font-size: 19px;
    line-height: 20px;
    font-family: 'Roboto Bold Condensed';
    font-weight: 100;
    margin: 6px auto 3px;
    text-align: center;
    width: 129px;
}
.forma-lateral h1 {
    width: 165px;
}
.forma-lateral .boton-canjear {
    width: 174px;
    right: 0;
}
.forma-lateral .terminos-promo {
    bottom: 40px;
    position: absolute;
}

.imagen-promo {
    width: 150px;
    height: 150px;
    margin-top: 5px;
}
.contenido-promo {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.contenido-promo h1, .contenido-promo h2 {
    font-size: 19px;
    line-height: 19px;
    font-family: 'Roboto Bold Condensed';
    font-weight: 100;
    background: transparent;
    color: #fff;
    margin: 6px auto 0;
    text-align: center;
    width: 129px;
}
.bono {
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    font-family: 'Roboto Condensed Regular';
}
.codigo p, .codigo table {
    display: none;
}
.codigo h2 {
    background: transparent;
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    margin: 0;
    padding: 0;
}
.codigo h2 strong {
    color: #fff !important;
}
.terminos-promo {
    font-size: 12px;
	font-family: 'Roboto Condensed Regular';
	line-height: 14px;
	margin: 0;
	position: absolute;
	bottom: 40px;
}
.boton-canjear {
    width: 160px;
    height: 28px;
    right: 0;
    bottom: 0;
    position: absolute;
    background: #E60881;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.boton-canjear a {
    width: 100%;
    text-align: center;
    font-size: 12px;
    font-family: 'Roboto Bold Condensed';
}

/* ---- animacion +  -  ------------------------------*/
.mas-menos {
    width: 24px;
    height: 22px;
    font-size: 30px;
    position: relative;
    right: 0;
    border: 1px solid #000;
    border-radius: 16px;
    transition: all 0.5s linear;
}
.girado{
    transform:rotate(90deg)
}
.girado .menos{
    transform: rotate(90deg);
    opacity: 0;
}
.mas {
    position: absolute;
    top: 10px;
    left: 4px;
    background: #000;
    transform: rotate(90deg);
    width: 13px;
    height: 1px;

}
.menos {
    position: absolute;
    top: 10px;
    left: 4px;
    background: #000;
    width: 13px;
    height: 1px;
    transition: all 0.5s linear;
}

/* -------------- pagina promocion -------------------*/
#pagina-terminos {
    background-color: #fff
}
.container-back{
    margin-top: 21px;
}
.container-back a {
    position: relative;
    left: 30px;
}
.container-back img{
    width: 15px;
}
.container-gray {
    background-color: #F1F1F1;
}
.info-promo {
    background-color: #F1F1F1;
    width: 78%;
    max-width: 509px;
    margin: 0 auto;
    color: #000;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.info-promo .nombre-Promo {
    font-size: 20px;
    line-height: 22px;
    font-family: 'Roboto Bold Condensed';
    color:#000;
    margin: 0;
}
.info-promo .bono-promo {
    font-size: 20px;
    line-height: 22px;
    font-family: 'Roboto Bold Condensed';
    margin: 0;
}
.info-promo .text-caducidad {
    margin-top: 17px;
    margin-bottom: 40px;
    font-size: 12px;
}
.info-promo p {
    font-size: 16px;
    line-height: 19px;
}
.info-promo p:last-child{
    margin-bottom: 55px;
}
.info-promo h2 {
    background-color: #F1F1F1;
	font-family: 'Roboto Condensed';
	font-size: 20px;
}
.terminosYcondiciones {
    background: #fff;
    color: #000;
    padding-top: 34px;
    font-size: 14px;
    line-height: 16px;
}
.terminosYcondiciones > div {
    max-width: 509px;
    width: 100%;
    margin: 0 auto;
}
.terminosYcondiciones .info {
    font-family:'Roboto Bold';
    background-color: transparent;
    width: 100%;
    height: 58px;
    border: 1px solid #F1F1F1;
    text-align: left;
    margin: 0;
    position: relative;
    padding: 0 30px;
    display: flex;
    align-items: center;
    align-content: center;
    cursor: pointer;
}
.terminosYcondiciones .info label {
    color: #000;
}
.terminosYcondiciones .caja-interior {
    display: none;
    max-height: 100% !important;
}
.caja-interior p {
    margin: 0;
    padding: 16px 30px;
}
.caja-interior a{
    color: #E60881;
}
.info-promo .boton-rosa-terminos {
    margin-bottom: 40px;
}
.boton-rosa-terminos {
    height: 39px;
    padding: 0 30px;
    background-color: #E60881;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
table {
    display: none;
}

/* ---------------- tabla torneo -------------------- */
.boton-canjear #tabla-premios {
    display: none !important;
}
#tabla-premios{
    display:table !important;
    border-collapse: collapse;
    margin-top: 20px;
    margin-bottom: 40px;
}
#tabla-premios tbody tr td {
    background: transparent !important;
}
#tabla-premios th, #tabla-premios td {
    border: 1px solid #000;
    padding: 5px 37px;
}
#tabla-premios p {
    margin-bottom: 0;
}


/* -------------------------------------------------- */
.condiciones-generales-promo {
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.juego-promo {
    height: 227px;
    margin-bottom: 40px;
}
/* ---------------------------------------------------*/

/*Parte texto seo de promociones*/

.seo-sect.seo_pink_inside.seo-transparent{
    background: transparent;
}
 .seo-sect .txt-seo h1{
    color: #FFF;
}
.seo-transparent .txt-seo{
    background: #ABABAB;
}

.container-imganes-torneo {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    /*margin-bottom: 50px;*/
    max-width: 252px;
}
.container-imganes-torneo a img{
    height: 180px;
    position: relative;
    border: 1px solid #fff;
    border-radius: 7px;
    margin: 5px;
}

/* ------------- ETIQUETA -----------*/
.etiquetaBlack {
    position: absolute !important;
    top: 11px;
    left: -6px !important;
    z-index: 3;
    width: 75px;
}

@media(min-width:641px){
    .container-imganes-torneo {
        margin-bottom: 0;
        max-width: 97%;
    }
}

@media(min-width:700px){
    .todas-promociones {
        max-width: 696px;
        margin-bottom: 60px;
        justify-content: flex-start;
    }
    .caja-promocion {
        width: 334px;
        height: 160px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .caja-promocion img{
        position: relative;
        bottom: 3px;
        left: 5px;
    }
    .caja-promocion a img {
        bottom: -1px;
    }
    .caja-promocion .contenido-promo{
        width: 53%;
        height: 100%;
        position: relative;
        padding-top: 15px;
    }
    .caja-promocion h1, .caja-promocion h2 {
        width: 165px;
    }
    .caja-promocion .boton-canjear {
        width: 174px;
        right: 0;
    }
    .caja-promocion .terminos-promo {
        bottom: 40px;
        position: absolute;
    }
}

@media(min-width:1100px){
    .todas-promociones {
        max-width: 1044px;
        margin-bottom: 60px;
        justify-content: flex-start;
    }
    .terminosYcondiciones > div{
        max-width: 697px;
    }
}
@media(min-width:1280px){
    main picture {
        display: block;
        line-height: 0;
    }
    #pagina-terminos {
        display: flex;
        flex-direction: row;
        justify-content: center;
        position: relative;
        min-height: calc(100% + 8px);
    }
    .container-gray{
        width: 50%;
    }
    .texto-promo {
        width: 50%;
        padding: 3%;
    }
    .terminosYcondiciones {
        padding: 0;
    }
}