﻿.fondotexto-enc {
    z-index: 1000;
    position: absolute;
    right: 0px;
    /* top: 150px; */
    float: right;
    font-size: 45px;
    height: inherit;
    width: 44%;
}

.fondo-1 {
    background-color: #0C1625;
}

.fondo-2 {
    background-color: #EF8722;
}

.fondo-3 {
    background-color: #064d0f;
}

.fondo-4 {
    background-color: #d21384;
}
#servicios a {
    display: block;
}
a.whatsapp {
    display: block;
}



/* para que vaya a la posicion exacta del ancha cuando se viene de otra pagina) */
#quienessomos,
#servicios,
#promos,
#clientes,
#contacto {
    scroll-margin-top: 134px;
}


/*******************************************************************************************************/
/** lista de precios */
div#contenedor {
    margin-top: 50px;
}
div#contenedor > :nth-child(1) {
    max-width: 1380px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 50px;
}
a {
    display: none;
}
th {
    width: fit-content;
    padding: 0 20px 0 0;
}
.secciones {
    padding: 0 50px;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    gap: 10px;
    box-sizing: border-box;
    max-width: 1380px;
    margin: 0 auto;
}
.secciones button {
    background-color: #d1d3d4;
    border-top-right-radius: 17px;
    border-top-left-radius: 17px;
    padding: 9px 0;
    height: 74px;
    width: 160px;
    font-size: 16px;
    color: #000000;
}
.activo {
    background-color: #008061 !important;
    color: #ffffff !important;
}
.categoria {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: initial;
}
#contenedor li {
    line-height: 25px;
    font-size: 18px;
    position: relative;
    margin-bottom: 10px;
}
#contenedor ul {
    list-style: none;
    padding-left: 30px;
}
#contenedor li::before {
    content: "";
    position: absolute;
    left: -30px;
    top: 4px;
    width: 18px;
    height: 18px;

    background-color: currentColor;

    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;

    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
}
#contenedor .opciones {
    margin-top: 40px;
}
#contenedor input {
    height: initial;
    margin-top: initial;
    padding: initial;
    width: initial;
    accent-color: #ec008b;
}
#contenedor legend {
    margin-bottom: 10px;
    background-color: #ec008b;
    color: #fff;
    padding: 5px 15px;
}
#contenedor label {
    display: block;
    margin-bottom: 10px;
}
#contenedor label p {
    display: inline-flex;
    font-size: 16px;
    line-height: 23px;
}
#contenedor form {
    display: none;
}
.item-edit::before {
    -webkit-mask-image: url("../img/svg/edit.svg");
    mask-image: url("../img/svg/edit.svg");
    color: rgb(236 0 139);
}
.item-check::before {
    -webkit-mask-image: url("../img/svg/check-circle.svg");
    mask-image: url("../img/svg/check-circle.svg");
    color: #16a34a;
}
#contenedor p.tipo {
    font-weight: 600;
    text-decoration-line: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
    margin-bottom: 10px;
}
#contenedor #n2 th, #contenedor #n4 th {
    background-color: #7c7979;
}
#contenedor th {
    background-color: #ec008b;
    color: #fff;
    border: 2px solid #5a5759b3;
    padding: 5px 9px;
    font-weight: 600;
    line-height: 20px;
    font-size: 15px;
    align-content: center;
}
#contenedor th table th {
    border: none;
}
#contenedor th p {
    font-size: 14px;
    font-weight: 500;
    line-height: 19px;
}
#contenedor td {
    background: #e6e7e8 !important;
    border: 2px solid #ec008b47;
    padding: 10px;
}
#contenedor p {
    line-height: 31px;
}
#contenedor p#mensaje {
    font-size: 23px;
    text-align: center;
}
.marco-tabla {
    background-color: #e6e7e8;
    padding: 10px;
    margin-top: 40px;
    display: block;
    width: fit-content;
    justify-self: center;
    text-align: center;
}
.marco-tabla p.descripcion {
    font-size: 19px;
    margin-bottom: 4px;
    font-weight: 600;
}
#contenedor .imagenes {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 25px;
    grid-column: 1/3;
    margin: 40px 0;
}
#contenedor .imagenes img {
    width: 100%;
}
#dtf {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 65px;
}
#dtf .lista-precio p.encabezado {
    background-color: #ec008b;
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    padding: 10px 0;
}
#dtf .lista-precio {
    border: 2px solid #cccccc;
    height: 210px;
}
#dtf p, #dtf .info {
    grid-column: 1/3;
}
#dtf .info p {
    text-align: initial;
    margin-bottom: 10px;
}
#dtf .marco-tabla {
    width: 95%;
    max-width: 450px;
}
#banners {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
#banners .categoria {
    grid-column: 1/3;
}
#banners .info {
    grid-column: 1/3;
    text-align: initial;
}
#talonarios {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
#talonarios .info {
    grid-column: 1/3;
    text-align: initial;
}
#folletos .info {
    text-align: initial;
}
#folletos .offset, #folletos .digital {
    border: 1px solid #ec008b8c;
    width: 320px;
    margin: 0 auto;
    padding: 15px;
}
#tarjetas .info {
    text-align: initial;
    display: grid;
    grid-template-columns: 1.8fr 1fr;
    grid-template-areas:
    "subtitulo subtitulo"
    "texto imagen"
    "lista imagen";
}
#tarjetas .info .subtitulo { grid-area: subtitulo; }
#tarjetas .info p:not(.subtitulo) { grid-area: texto; }
#tarjetas .info ul { grid-area: lista; }
#tarjetas .info img { grid-area: imagen; }

#tarjetas .info p {
    grid-column: 1/3;
}
#tarjetas .info img {
    width: 100%;
    margin-bottom: 30px;
}
#stikers .info {
    text-align: initial;
}
#stikers .info:nth-child(4) {
    margin-top: 65px;
}
.info p {
    font-size: 18px;
}
.info p.subtitulo {
    font-weight: 600;
    color: #ec008b;
}
svg.icon {
    width: 24px;
    height: 24px;
    stroke: currentColor;
    fill: none;
}
#listas-precios section#contacto {
    margin-top: 70px;
}






.visible-marco {
    display:block !important; /* !important para sobrescribir el display:none del media query */
}
.visibleC1 {
    display: table-cell !important; /* !important para sobrescribir el display:none del media query */
}
.visible {
    display: table-cell !important; /* !important para sobrescribir el display:none del media query */
}
.visible-t2 {
    display: table-cell !important; /* !important para sobrescribir el display:none del media query */
}
/** Talonarios **/
@media (max-width: 1150px) {
    #talonarios {
        grid-template-columns: 1fr
    }
    #talonarios .info {
        grid-column: 1/2;
    }
    #talonarios .imagenes {
        grid-column: 1/2;
    }
}

/** Stikers **/
@media (max-width: 1050px) {
    #contenedor #stikers form {
        display: block;
        text-align: center;
    }
    #stikers #n1 th:nth-of-type(-n+7) {
        display: none;
    }
    #stikers #n2 th:nth-of-type(-n+10), #stikers td:nth-of-type(-n+10) {
        display: none;
    }
    #stikers #n3 th:nth-of-type(-n+6) {
        display: none;
    }
    #stikers .marco-tabla {
        display: none;
    }
}

/** Banners **/
@media (max-width: 900px) {
    #banners {
        grid-template-columns: 1fr;
    }
    #banners .categoria {
        grid-column: 1/2;
    }
    #banners .info {
        grid-column: 1/2;
    }
    #banners .imagenes {
        grid-column: 1/2;
    }
}

/** Tarjetas **/
@media (max-width: 800px) {
    #contenedor #tarjetas form {
        display: block;
        text-align: center;
    }
    #tarjetas #n1 th:nth-of-type(-n+5) {
        display: none;
    }
    #tarjetas #n2 th:nth-of-type(-n+6), #tarjetas td:nth-of-type(-n+6) {
        display: none;
    }
    #tarjetas .marco-tabla {
        display: none;
    }
    #tarjetas .info {
        grid-template-columns: 1fr;
        grid-template-areas:
      "subtitulo"
      "texto"
      "imagen"
      "lista";
    }
    #tarjetas .info p {
        grid-column: 1/2;
    }
}

/** DTF **/
@media (max-width: 700px) {
    #dtf {
        grid-template-columns: 1fr;
    }
    #dtf p, #dtf .info {
        grid-column: 1/2;
    }
    #contenedor .imagenes {
        grid-column: 1/2;
    }
    #contenedor .imagenes {
        grid-template-columns: 1fr;
        row-gap: 20px;
    }
}

/**  Talonarios **/
@media (max-width: 600px) {
    #contenedor #talonarios form {
        display: block;
        text-align: center;
    }
    #contenedor #talonarios form p {
        line-height: 25px;
        margin-top: -8px;
        font-size: 15px;
        font-weight: 600;
        margin-bottom: 12px;
    }
    #talonarios #n1 th:nth-of-type(-n+5) {
        display: none;
    }
    #talonarios #n2 th:nth-of-type(-n+5), #talonarios td:nth-of-type(-n+5) {
        display: none;
    }
    #talonarios #n3 th:nth-of-type(-n+5) {
        display: none;
    }
    #talonarios #n4 th:nth-of-type(-n+5), #talonarios td:nth-of-type(-n+5) {
        display: none;
    }
    div#contenedor > :nth-child(1) {
        padding: 0 9px;
    }
    .secciones {
        padding: 0 10px;
    }
    #talonarios .marco-tabla {
        display: none;
    }
}

/**  Folletos, Volantes, Flyers **/
@media (max-width: 550px) {
    #contenedor #folletos form {
        display: block;
        text-align: center;
    }
    #folletos #n1 th:nth-of-type(-n+5) {
        display: none;
    }
    #folletos #n2 th:nth-of-type(-n+5), #folletos td:nth-of-type(-n+5) {
        display: none;
    }
    .offset, .digital {
        display: none;
    }
    #folletos .marco-tabla {
        display: none;
    }
    #listas-precios h1 {
        margin-top: 35px;
        margin-bottom: 20px;
    }
    .secciones button {
        padding: 7px 0;
        height: 65px;
        font-size: 14px;
        margin-top: 5px;
        width: 144px;
    }
}
@media screen and (max-width: 360px) and (max-height: 520px) {
    #listas-precios h1 {
        font-size: 34px;
        margin-top: 25px;
        margin-bottom: 15px;
    }
    .secciones button {
        padding: 5px 0;
        height: 55px;
        font-size: 12px;
        margin-top: 0px;
    }
    div#contenedor {
        margin-top: 20px;
    }
}