html,
body {
    width: 100%;
    height: 100%;
    min-height: 100%;
}

body {
    text-align: left;
    padding: 0;
    margin: 0;
    height: 100%;
    font: 18px 'CronosPro', Arial, Helvetica;
    color: #6a6a6a;
    line-height: 1.2;
    background: #e81097;
}

body.gris {
    background: #eeeded;
}

.banner-img.display {
    display: none;
}

#contenedor {
    position: relative;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    max-width: 1520px;
    background: #eeeded;
    z-index: 0;
}

.top {
    position: relative;
    display: grid;
    justify-content: center;
    align-content: center;
    grid-template-rows: 77px auto;
    grid-template-columns: 410px 1fr;
}

.top .logo {
    grid-column: 1;
    cursor: pointer;
    background: #d7dbdc;
}

.top .bajada {
    grid-column: 1;
    grid-row: 2;
    justify-self: center;
    align-self: center;
}

.top .bajada h1 {
    font-size: 2.5em;
    line-height: 1;
}

.top .img {
    grid-row: span 2;
    /*     background: #e81097; */
    background: #eeeded;
    overflow: hidden;
}

.top .img img {
    float: left;
}

.banner img {
    width: 100%;
    height: auto;
}

img {
    max-width: 100%;
}

#nav {
    background: #ebedee;
    text-align: center;
    border: 10px solid #fff;
    display: grid;
    grid-template-rows: 70px;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    align-content: center;
    align-items: center;
}

#nav a {
    display: inline-block;
    line-height: 70px;
    font-size: 1.4em;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    -moz-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    -o-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}

#nav a:link,
#nav a:visited {
    color: #757677;
    background-color: transparent;
}

#nav a:hover,
#nav a:focus,
#nav a:active,
#nav a.selected {
    color: #2f2f30;
}

.pie {
    display: grid;
    max-width: 1390px;
    grid-template-columns: 1fr 1fr;
    background: #fff;
    margin: 0 auto;
    min-height: 350px;
    justify-content: center;
    align-content: center;
}

.pie .colD {
    text-align: left;
    padding-top: 20px;
    overflow: hidden;
}

.pie .colI {
    padding-left: 90px;
    text-align: left;
}

.pie .colI h1 {
    position: relative;
    z-index: 1;
}

.pie .colI h1:after {
    content: "";
    display: block;
    background: url(../images/ico-flecha.png);
    width: 112px;
    height: 46px;
    z-index: -1;
    position: absolute;
    right: 30px;
    bottom: -10px;
}

.pie input#zipCode {
    height: 52px;
    margin: 0 10px;
    max-width: 35%;
    font-size: 1.1em;
    color: #6a6a6a;
    font-style: oblique;
    padding: 0 10px;
    box-sizing: border-box;
    width: 260px;
    border-radius: 8px;
    border: 2px solid #a1a1a1;
    box-shadow: inset 4px 4px 3px #ccc;
    float: left;
}

.pie .colD .navarro {
    float: left;
    max-width: 50%;
}

.pie [type="image"] {
    max-width: 10%;
}

.pie.descuentos {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    align-items: center;
}

.pie.descuentos .colD {
    grid-column: 1;
    grid-row: 2;
    padding-left: 80px;
    padding-top: 0;
    margin-top: -85px;
}

.pie.descuentos .colI {
    grid-column: 1;
    grid-row: 1;
}

.pie.descuentos .colZ {
    grid-row: span 2;
}

.pie.descuentos .column {
    display: flex;
    flex-direction: column;
}

.pie.descuentos .colZ img {
    max-width: 90%;
}

.pie.descuentos .colI h1:after {
    right: 0px;
    bottom: -20px;
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1) rotate(-25deg);
}

.qs {
    position: relative;
    display: flex;
    max-width: 1390px;
    margin: 0px auto;
    align-items: center;
    color: #828282;
    font-size: 1.3em;
    letter-spacing: .1px;
    line-height: 1.8;
}

.qs div {
    flex: 1;
    text-align: left;
    padding-right: 30px;
}

.qs .txt p {
    padding-right: 50px;
    padding-left: 20px;
}

.sombra {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.sombra2 {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: rotate(180deg);
}


/* LINKS */

a:link,
a:visited {
    font-family: 'Helvetica Neue LT Std', Helvetica, Arial;
    color: #e71196;
    font-weight: 900;
    text-decoration: underline;
    outline: none;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

a:hover,
a:active {
    text-decoration: underline;
}


/* CONFIGURACIONES DE LOS TEXTOS */

h1 {
    font-weight: 900;
    font-size: 2em;
    margin: 0;
    padding: 0;
    line-height: 1.1;
}

h2 {
    font-weight: 500;
    font-size: 1.3em;
    color: #414141;
    margin: 0;
    padding: 0;
    line-height: 1.4;
    letter-spacing: -.5px;
}

p {
    margin: 0
}

li {
    padding-bottom: 6px;
}

ul,
ol {
    padding: 5px 0 5px 30px;
    margin: 0 0 10px;
}

hr {
    height: 0px;
    border: none;
    clear: both;
    margin: 10px 0;
    display: block;
    background: transparent;
    color: transparent;
    border-bottom: 2px solid #cccccc;
}

.comentarios {
    font-size: .9em;
    color: #adadad;
    font-style: oblique;
}

small,
.small {
    font-size: .85em;
}

.celeste {
    color: #41bcca;
}

.fuccia {
    color: #e71196;
}

.idioma {
    position: absolute;
    right: 12px;
    top: 10px;
    z-index: 10;
    font-size: 1rem;
    color: #d7dbdc;
    background: #e41395;
    padding: 0 5px;
}

.idioma a {
    color: #fff;
    text-decoration: none;
    font-size: 1rem;
    font-weight: normal;
    font-family: 'CronosPro', Arial, 'Helvetica Neue LT Std';
}

.pipe {
    padding: 0 5px;
}


/* .idioma span {} */

#productos {
    background: #ffffff;
    max-width: 1390px;
    margin: 0px auto;
    position: relative;
}

#grilla {
    display: grid;
    justify-content: center;
    align-content: center;
    grid-template-rows: auto auto auto;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 20px;
    padding: 0 2%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#grilla .item {
    position: relative;
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    margin-bottom: 50px;
}

#grilla .item:before {
    position: absolute;
    width: 2px;
    height: 83%;
    right: -11px;
    top: 17%;
    background: #e8e3de;
    content: "";
}

#grilla .item:nth-of-type(5n+5):before,
#grilla .item:last-of-type:before {
    display: none;
}

#grilla .item .foto img {
    max-width: 100%;
}

#grilla .item a {
    line-height: 1.4;
}

#grilla .item h1 {
    font-size: 1.2em;
    font-family: 'Helvetica Neue LT Std', Helvetica, Arial;
    height: 3.4em;
}

#grilla .item h2 {
    font-family: 'Helvetica Neue LT Std', Helvetica, Arial;
}

#grilla .item.ocultar {
    display: none;
}

#grilla.de4 {
    grid-template-columns: repeat(4, 1fr);
}

#grilla.de4 #p4.item:before,
#grilla.de4 #p6.item:before,
#grilla.de4 #p9.item:before {
    display: none;
}

#grilla.de4 .item:nth-of-type(5n+5):before {
    display: block;
}

#productos.vermas #grilla {
    height: 0;
    overflow: hidden;
}

#productos.vermas .masinfo.mostrar {
    height: auto;
}

#productos.vermas .use {
    display: none;
}

.masinfo {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-template-rows: auto auto;
    height: 0;
    text-align: left;
    overflow: hidden;
    display: grid;
    position: relative;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.masinfo .cerrar {
    position: absolute;
    right: 30px;
    top: 20px;
    cursor: pointer;
}

.masinfo .sintesis,
.masinfo .cuerpo {
    font-family: 'Helvetica Neue LT Std', Helvetica, Arial;
}

.masinfo .cuerpo {
    display: grid;
    line-height: 1.5;
    grid-template-columns: 1fr 1fr;
    column-gap: 10px;
    padding: 0px 40px 40px 30px;
}

.masinfo .foto {
    grid-row: span 2;
    padding: 30px;
    padding: 30px 30px 40px 30px;
    justify-self: center;
    align-self: center;
}

.masinfo .header {
    padding: 30px 40px 0px 30px;
}

.masinfo .header h1 {
    font-size: 1.9em;
    line-height: normal;
    text-transform: uppercase;
}

.masinfo .header h2 {
    color: #9e9e9e;
    font-size: 1.9em;
    line-height: normal;
}

.masinfo .sintesis {
    line-height: 1.5;
    padding: 15px 0;
}

.masinfo .cuerpo .colD,
.masinfo .celeste {
    line-height: normal;
    font-size: .9em;
}

.creditos {
    text-align: right;
    margin: 0 auto;
    max-width: 1520px;
}


/* iframe responsive */

body.mapa {
    background: #eeeded;
}

body.mapa #contenedor,
body.mapa .creditos {
    display: none;
}

body.mapa #mapaContent {
    display: block;
}

#mapaContent {
    display: none;
    position: relative;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    max-width: 1520px;
    height: 100%;
}

.mapa-responsive {
    position: absolute;
    margin: 0 auto;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.mapa-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mapa-responsive .logo {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.mapa-responsive .cerrar {
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
    width: 82px;
    z-index: 2;
}

.codeZipMapa {
    position: absolute;
    top: 100px;
    font-size: 1.2em;
    left: 50px;
    background: #ffffff;
    max-width: 90%;
    box-sizing: border-box;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, .1);
    padding: 25px;
    z-index: 2;
}

.codeZipMapa input.px {
    height: 52px;
    margin: 0 10px;
    font-size: 1.1em;
    color: #6a6a6a;
    padding: 0 10px;
    width: 240px;
    border-radius: 8px;
    border: 2px solid #e1e1e1;
    float: left;
}

.codeZipMapa input[type="image"] {
    position: absolute;
    right: 35px;
    padding: 13px;
}

.codeZipMapa .logoN {
    margin-bottom: 7px;
}

.codeZipMapa label {
    font-family: 'Helvetica Neue LT Std', Helvetica, Arial;
    position: absolute;
    background: #fff;
    font-size: .85em;
    color: #6a6a6a;
    font-style: oblique;
    padding: 5px;
    margin-top: -16px;
    left: 45px;
}


/* galeria slide */

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
    top: auto;
    bottom: 30px;
    width: 55px;
    height: 55px;
    background-color: #fff;
    background-size: 11px;
}

.swiper-button-next.swiper-button-black {
    left: 410px;
}

.swiper-button-prev.swiper-button-black {
    left: 352px;
}

.swiper-pagination-bullet-active {
    background: #ffffff;
}

@media screen and (max-width:1200px) {
    body {
        font-size: 16px;
    }
    .pie .colD .navarro {
        float: none;
        max-width: none;
    }
    .pie .colI h1:after {
        right: 0px;
        bottom: -50px;
    }
    .pie.descuentos input#zipCode {
        max-width: 35%;
    }
    .pie.descuentos .colD .navarro {
        float: left;
        max-width: 45%;
    }
    .pie.descuentos .colD .cvs {
        float: left;
        max-width: 45%;
    }
    .idioma {
        right: auto;
        left: 424px;
    }
}

@media screen and (max-width:990px) {
    .top .bajada h1 {
        font-size: 1.6em;
        padding-top: 15px;
    }
    #nav a {
        font-size: 1.1em;
    }
    .bajada img {
        width: 150px;
    }
    .qs {
        line-height: 1.3;
    }
    .pie .colI {
        padding: 0 30px;
    }
    .pie .colD {
        padding: 20px 30px 0;
    }
    .pie.descuentos .colD {
        padding: 0 30px;
    }
    .pie input#zipCode {
        max-width: 75%;
    }
    .qs .txt {
        padding: 30px 30px 30px 0;
    }
    #grilla {
        grid-template-columns: repeat(4, 1fr);
    }
    #grilla .item:nth-of-type(4n+4):before {
        display: none;
    }
    #grilla .item h1 {
        height: 4.4em;
    }
    .swiper-button-prev.swiper-button-black,
    .swiper-button-next.swiper-button-black {
        top: auto;
        bottom: 30px;
        width: 40px;
        height: 40px;
        background-color: #fff;
        background-size: 11px;
    }
    .swiper-button-next.swiper-button-black {
        left: 410px;
    }
    .swiper-button-prev.swiper-button-black {
        left: 367px;
    }
}

@media screen and (max-width:800px) {
    .top {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto;
    }
    .top .bajada {
        display: none;
    }
    .logo img {
        float: left;
    }
    .swiper-button-next.swiper-button-black {
        left: 62px;
    }
    .swiper-button-prev.swiper-button-black {
        left: 20px;
    }
    .idioma {
        margin-top: 2em;
        right: 12px;
        left: auto;
    }
    .idioma span {
        display: none;
    }
}

@media screen and (max-width:650px) {
    #nav {
        grid-template-columns: auto auto auto auto;
        border: 5px solid #fff;
    }
    #nav a {
        font-size: .8em;
    }
    #grilla,
    #grilla.de4 {
        grid-template-columns: repeat(2, 1fr);
    }
    #grilla .item:nth-of-type(5n+5):before,
    #grilla.de4 #p12.item:before {
        display: block;
    }
    #grilla .item:nth-of-type(even):before,
    #grilla.de4 #p11.item:before {
        display: none;
    }
    .masinfo,
    .masinfo .cuerpo,
    .pie,
    .pie.descuentos {
        grid-template-columns: 1fr;
    }
    .masinfo .foto {
        padding-bottom: 0;
    }
    .masinfo .header {
        padding: 20px 30px 0px 30px;
        ;
    }
    .masinfo .cerrar {
        right: 20px;
        top: 10px;
    }
    .qs {
        flex-direction: column;
    }
    .qs .txt {
        padding: 30px;
    }
    .qs .txt p {
        padding-right: 20px;
        padding-left: 20px;
    }
    .pie .colI {
        padding: 30px 30px 0;
    }
    .pie .colD {
        padding: 0 30px 30px;
    }
    .pie .colI h1:after {
        transform: rotateX(180deg) rotate(-20deg);
    }
    .pie.descuentos .colD,
    .pie.descuentos .colI {
        padding: 30px 30px 0;
        margin-top: 0;
        grid-row: auto;
    }
    .pie.descuentos .colZ {
        padding: 30px 0;
    }
    .mapa-responsive .logo img {
        max-width: 84%;
    }
    .mapa-responsive .cerrar {
        max-width: 16.5%;
    }
    .mapa-responsive .codeZipMapa input.px {
        max-width: 80%;
    }
    .mapa-responsive .codeZipMapa {
        left: 5%;
    }
}

@media screen and (max-width:480px) {
    .pie input[type="image"],
    .pie.descuentos input[type="image"] {
        max-width: 15%;
    }
    .pie.descuentos .colD .navarro {
        float: none;
        max-width: none;
    }
    .pie.descuentos input#zipCode {
        max-width: 75%;
    }
    .swiper-button-next.swiper-button-black,
    .swiper-button-prev.swiper-button-black {
        left: 38px;
        bottom: 10px;
        width: 25px;
        background-size: 8px;
        height: 25px;
    }
    .swiper-button-prev.swiper-button-black {
        left: 10px;
    }
    .idioma {
        margin-top: 1.5em;
    }
}

@media screen and (max-width:360px) {
    body {
        font-size: 14px;
    }
}