body {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
}

header {
    width: 100%;
    height: 110px;
    background-color: #fff;
    position: fixed;
    top: 0px;
    left: 0px;
    text-align: center;
    padding: 15px;
    box-sizing: border-box;
    color: #03548a;
    transition: 750ms;
    z-index: 12;
}

header nav {
    display: inline-block;
    transform: translateY(-30px);
    transition: 750ms;
}

header ul {
    display: inline-block;
}

header ul li {
    display: inline-block;
    margin: 0 15px;
}

header ul li:first-child {
    margin-left: 0px;
}

header ul li:last-child {
    margin-right: 40px;
}

header nav.m-l-40 ul li:last-child {
    margin-right: 0px;
    margin-left: 0px;
}

header ul li a {
    color: #03548a;
    text-decoration: none;
    transition: 750ms;
    position: relative;
}

header ul li a:after {
    background-image: url(../img/subrrayado_mostaza.png);
    bottom: 0px;
    left: -5px;
    position: absolute;
    transition: 750ms;
    width: 100%;
    height: 7px;
    content: '';
    display: block;
    bottom: -10px;
    left: 0px;
    background-size: 0%;
    background-repeat: no-repeat;
}

header ul li a.active:after,
header ul li a:hover:after {
    background-size: 100%;
}

#logo {
    width: 235px;
    transition: 750ms;
}

header.small {
    height: 80px;
}

header.small nav {
    transform: translateY(-15px);
}

header.small #logo {
    width: 155px;
}

#siguenos_btn {
    font-family: 'ColunaRounded';
    font-size: 18px;
    color: #1eafd1;
}

#siguenos_btn a {
    width: 36px;
    height: 36px;
    background-color: #1eafd1;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 41px;
    font-size: 22px;
    transition: 750ms;
}

#siguenos_btn a:hover {
    background-color: #8cc15d;
}

#tienda_btn {
    font-weight: 700;
    color: #fff;
    background-color: #8cc15d;
    padding: 14px 15px;
    border-radius: 30px;
}

#tienda_btn img {
    transform: translateY(5px);
    width: 30px;
}

#delivery_btn {
    display: none;
    font-weight: 700;
    color: #fff;
    background-color: #e5b016;
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 15px;
    line-height: 17px;
    vertical-align: top;
    transform: translateY(-10px);
}

.barcelona #delivery_btn {
    display: flex;
}

#delivery_btn img {
    height: 31px;
    margin-left: 5px;
}

#delivery_btn small {
    display: block;
}

#banner {
    width: 100%;
    background-image: url(../img/banner.png);
    background-size: cover;
    height: 740px;
    background-position: top left;
    margin-top: 110px;
    background-attachment: fixed;
    position: relative;
    text-shadow: 3px 4px 4px rgba(0, 0, 0, 0.5);
}

#banner div {
    position: absolute;
    /*top: 50%;*/
    /*top: 45%;*/
    top: 35%;
    left: 50%;
    transform: translate(-50%, -55%);
    width: 100%;
    text-align: center;
    color: #fff;
}

#banner h1 {
    font-family: 'ColunaRounded';
    font-size: 80px;
    width: 100%;
    letter-spacing: 0.15em;
}

#banner h1 span {
    display: block;
    font-size: 70px;
    letter-spacing: 0.1em;
}

#banner h1 span small {
    display: block;
    font-size: 50px;
}

#banner h2 {
    font-weight: 700;
    font-size: 24px;
}

#banner .subrayado {
    display: block;
    margin: 15px 0;
}

#banner .subrayado img {
    transition: 750ms;
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}

#banner:hover .subrayado img {
    clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
}

#conocenos {
    width: 100%;
    background-image: url(../img/banner.jpg);
    background-size: cover;
    height: 640px;
    background-position: bottom left;
    position: relative;
    mask: url(../img/bg1.svg);
    mask-size: cover;
    -webkit-mask: url(../img/bg1.svg);
    -webkit-mask-size: cover;
    margin-top: -190px;
}

#conocenos .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
}

#conocenos div.text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -45%);
    width: 100%;
    text-align: center;
    color: #fff;
    max-width: 600px;
}

#conocenos h1 {
    font-family: 'ColunaRounded';
    font-size: 70px;
    width: 100%;
    color: #e7662e;
    letter-spacing: 0.05em;
}

#conocenos h1 span {
    font-size: 60px;
    color: #e5b016;
}

#conocenos .subrayado {
    display: block;
    margin: 0px 70px 0 0;
    text-align: right;
}

#conocenos .subrayado {
    margin: 0px 0px 0 0;
    text-align: right;
    padding-right: 80px;
}

#conocenos .subrayado img {
    transition: 750ms;
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    width: 197px;
}

#conocenos:hover .subrayado img {
    clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
}

#conocenos p {
    margin-top: 25px;
    font-size: 18px;
    color: #e7662e;
    line-height: 27px;
}

#conocenos p b {
    font-size: 18px;
    font-family: 'ColunaRounded';
    letter-spacing: 0.2em;
}

#conocenos h2 {
    font-family: 'ColunaRounded';
    font-size: 30px;
    color: #e5b016;
    margin-top: 40px;
    letter-spacing: 0.06em;
}

#conocenos h2 b {
    font-size: 35px;
    color: #e7662d;
}

#conocenos h2 b small {
    font-size: 30px;
}


#como_cocinamos {
    width: 100%;
    /*background-image: url(../img/banner.jpg);
    background-size: cover;*/
    background-color: #fff;
    background-position: bottom left;
    position: relative;
    mask: url(../img/bg2.svg);
    mask-size: cover;
    -webkit-mask: url(../img/bg2.svg);
    -webkit-mask-size: cover;
    margin-top: -90px;
}

#como_cocinamos h1 {
    font-family: 'ColunaRounded';
    font-size: 60px;
    width: 100%;
    color: #8cc15d;
    position: relative;
}

#como_cocinamos h1 b {
    font-size: 70px;
    color: #417520;
    position: relative;
}

#como_cocinamos .inside {
    max-width: 600px;
    padding-top: 170px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#como_cocinamos h1 b:before {
    position: absolute;
    transition: 750ms;
    background-image: url(../img/subrrayado3.png);
    width: 0px;
    height: 7px;
    content: '';
    display: block;
    bottom: 5px;
    left: 0px;
}

#como_cocinamos:hover h1 b:before {
    width: 197px;
}

#como_cocinamos p {
    margin-top: 25px;
    font-size: 18px;
    color: #417520;
    line-height: 27px;
    text-align: justify;
}

#como_cocinamos p b {
    font-weight: 700;
}

#como_cocinamos p b.column {
    font-size: 20px;
    font-family: 'ColunaRounded';
    letter-spacing: 0.2em;
}

#como_cocinamos h2 {
    font-family: 'ColunaRounded';
    font-size: 30px;
    color: #8cc15d;
    margin-top: 40px;
    text-align: center;
}

#como_cocinamos h2 b {
    font-size: 35px;
    color: #417520;
}

#como_cocinamos .grid3 {
    max-width: 1033px;
    background-image: url(../img/pasos.png);
    background-repeat: no-repeat;
    margin: 30px auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    font-size: 18px;
    color: #417520;
    line-height: 24px;
    height: 390px;
    align-items: end;
}

#como_cocinamos .grid3 b {
    font-weight: 700;
}

#como_cocinamos .grid3 div {
    max-width: 220px;
    text-align: center;
    padding: 0 10px;
}

#como_cocinamos .grid3 div:nth-child(2) {
    justify-content: center;
    margin: 0 auto 100px;
}

#como_cocinamos .grid3 div:last-child {
    max-width: 100%;
    padding: 0px;
    margin-bottom: 25px;
}

#como_cocinamos .grid3 div:last-child div {
    float: right;
    max-width: 225px;
    padding: 0px;
}

#como_cocinamos h2 b.subrayado {
    position: relative;
}

#como_cocinamos h2 b.subrayado:before {
    position: absolute;
    transition: 750ms;
    background-image: url(../img/subrrayado3.png);
    width: 0px;
    height: 7px;
    content: '';
    display: block;
    bottom: -5px;
    left: 0px;
}

#como_cocinamos h2:hover b.subrayado:before {
    width: 197px;
}

#como_cocinamos .grid6 {
    max-width: 780px;
    margin: 30px auto;
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr 1fr;
    font-size: 22px;
    color: #8cc15d;
    font-family: 'ColunaRounded';
    text-align: center;
}

#como_cocinamos .grid6 figure {
    line-height: 22px;
}

#como_cocinamos .grid6 figure:first-child,
#como_cocinamos .grid6 figure:last-child {
    line-height: 27px;
}

#como_cocinamos .grid6 b {
    font-size: 38px;
    color: #417520;
}

#como_cocinamos .grid6 figure:first-child figcaption,
#como_cocinamos .grid6 figure:last-child figcaption {
    margin-top: 0px;
    line-height: 29px;
}

#como_cocinamos .grid6 figcaption {
    margin-top: 15px;
}

#productos {
    width: 100%;
    background-image: url(../img/cocina.jpg);
    background-size: cover;
    background-color: #fff;
    background-position: bottom left;
    position: relative;
    mask: url(../img/bg2.svg);
    mask-size: cover;
    -webkit-mask: url(../img/bg2.svg);
    -webkit-mask-size: cover;
    min-height: 950px;
}

#productos .text {
    padding-top: 80px;
}

#productos h1 {
    font-family: 'ColunaRounded';
    font-size: 60px;
    width: 100%;
    color: #1eafd1;
    position: relative;
    text-align: center;
    margin-top: 35px;
}

#productos h1 span {
    font-size: 70px;
    color: #03548a;
    position: relative;
    letter-spacing: 0.05em;
}

#productos h1 span.subrayado:before {
    position: absolute;
    transition: 750ms;
    background-image: url(../img/subrrayado4.png);
    width: 0px;
    height: 7px;
    content: '';
    display: block;
    bottom: 5px;
    left: 15px;
}

#productos:hover h1 span.subrayado:before {
    width: 197px;
}

#productos .snap_mobile {
    overflow: hidden;
}

#productos .grid5 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    max-width: 1250px;
    margin: 50px auto 0;
    text-align: center;
    position: relative;
}

#productos .grid5:before {
    position: absolute;
    bottom: 20px;
    left: -70px;
    content: '';
    width: 73px;
    height: 187px;
    background-image: url(../img/rayos.png);
}

#productos .grid5:after {
    position: absolute;
    bottom: 20px;
    right: -70px;
    content: '';
    width: 73px;
    height: 187px;
    background-image: url(../img/rayos.png);
    transform: scaleX(-1);
}

#productos:hover .grid5:before {
    animation: animgrid5 2s infinite;
}

#productos:hover .grid5:after {
    animation: animgrid52 2s infinite;
}

@keyframes animgrid5 {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes animgrid52 {
    0% {
        transform: scale(-1, 1);
    }

    50% {
        transform: scale(-1.1, 1.1);
    }

    100% {
        transform: scale(-1, 1);
    }
}

#productos .grid5 label {
    font-family: 'ColunaRounded';
    font-size: 35px;
    color: #03548a;
    display: block;
    height: 85px;
}

#productos .grid5 span {
    display: block;
    background-color: #85bfe0;
    color: #fff;
    padding: 0 15px;
    height: 35px;
    line-height: 37px;
    border-radius: 20px;
    max-width: 160px;
    box-sizing: border-box;
    margin: 0 auto 20px;
    transition: 750ms;
}

#productos .grid5 figure:hover span {
    background-color: #fff;
    color: #85bfe0;
}

#productos .grid5 figcaption {
    cursor: pointer;
}

#productos .grid5 figure a {
    text-decoration: none;
    display: block;
}

#productos .grid5 figure.mostaza span {
    background-color: #6f85ab;
}

#productos .grid5 figure.mostaza:hover span {
    background-color: #fff;
    color: #6f85ab;
}

#productos .grid5 figure.pollo span {
    background-color: #bc9261;
}

#productos .grid5 figure.pollo:hover span {
    background-color: #fff;
    color: #bc9261;
}

#productos .grid5 figure.pimientos span {
    background-color: #d98574;
}

#productos .grid5 figure.pimientos:hover span {
    background-color: #fff;
    color: #d98574;
}

#productos .grid5 figure.calabacin span {
    background-color: #838e67;
}

#productos .grid5 figure.calabacin:hover span {
    background-color: #fff;
    color: #838e67;
}

#productos .grid5 figure.ternera span {
    background-color: #cc4652;
}

#productos .grid5 figure.ternera:hover span {
    background-color: #fff;
    color: #cc4652;
}

#productos .grid5 figure.tikka_masala span {
    background-color: #742560;
}

#productos .grid5 figure.tikka_masala:hover span {
    background-color: #fff;
    color: #742560;
}

#productos .grid5 figure.cangrejo span {
    background-color: #B41915;
}

#productos .grid5 figure.cangrejo:hover span {
    background-color: #fff;
    color: #B41915;
}

#productos .grid5 figcaption {
    position: relative;
    padding-bottom: 65px;
    margin-bottom: 20px;
}

#productos .grid5 figcaption:after {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, 0);
    content: '';
    width: 12px;
    height: 65px;
    background-image: url(../img/flecha.png);
}

#productos .grid5 figure:hover figcaption:after {
    animation: animflecha 2s infinite;
}

@keyframes animflecha {
    0% {
        transform: translate(-50%, -10px);
    }

    50% {
        transform: translate(-50%, 0px);
    }

    100% {
        transform: translate(-50%, -10px);
    }
}

#productos .grid5 figure img {
    transform: translateY(0px);
    transition: 750ms;
    max-width: 140px;
}

#productos .grid5 figure:hover img {
    transform: translateY(-20px);
}

#video {
    width: 100%;
    background-image: url(../img/foto_baja.jpg);
    background-size: cover;
    background-color: #fff;
    background-position: center top;
    position: relative;
    mask: url(../img/bg1.svg);
    mask-size: cover;
    -webkit-mask: url(../img/bg1.svg);
    -webkit-mask-size: cover;
    min-height: 600px;
    margin-top: -120px;
}

#video h1 {
    font-family: 'ColunaRounded';
    font-size: 60px;
    width: 100%;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 38%;
    left: 50%;
    transform: translate(-50%, -30%);
    text-shadow: 4px 5px 3px rgba(0, 0, 0, 0.3);
    display: none;
}

#video h1 span {
    font-size: 70px;
}

#video video {
    width: 100%;
    height: 800px;
    object-fit: cover;
    object-position: center;
}

#texto_legal {
    width: 100%;
    padding: 90px 0;
    background-color: #85bfe0;
    margin-top: 110px;
}

#texto_legal .text {
    max-width: 960px;
    margin: 0 auto;
    color: #fff;
    margin-bottom: 100px;
}

#texto_legal h1 {
    font-family: 'ColunaRounded';
    font-size: 60px;
    color: #f7f369;
    text-align: center;
    max-width: 510px;
    margin: 0 auto 50px;
}

#texto_legal h2 {
    font-size: 24px;
    margin: 45px auto 25px;
    max-width: 750px;
    color: #03548a;
    line-height: 30px;
    text-align: center;
}

#texto_legal h2 span {
    font-family: 'ColunaRounded';
    font-size: 28px;
}

#texto_legal h3 {
    font-size: 24px;
    font-weight: 700;
    margin: 25px 0;
}

#texto_legal .info {
    margin-top: 80px;
}

#texto_legal p {
    font-size: 18px;
    line-height: 22px;
}

#texto_legal p a {
    color: #fff;
}

#texto_legal p b {
    font-weight: 700;
}

#texto_legal ol {
    font-size: 18px;
    line-height: 22px;
    margin: 15px 35px;
    list-style: decimal;
}

#texto_legal form {
    max-width: 550px;
    margin: 0 auto;
    color: #03548a;
    text-align: left;
    font-size: 17px;
}

#texto_legal form div.grid2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 30px 0 10px;
    gap: 10px
}

#texto_legal form label {
    padding-top: 5px;
    display: block;
}

#texto_legal form span {
    color: #fff;
    font-size: 14px;
}

#texto_legal form div.grid2.p-t-10 {
    padding-top: 10px;
    padding-bottom: 25px;
}

#texto_legal form span:last-child {
    text-align: right;
}

#texto_legal form select,
#texto_legal form input[type="text"],
#texto_legal form input[type="email"] {
    color: #03548a;
    text-align: left;
    font-size: 18px;
    padding: 0px 15px;
    height: 25px;
    line-height: 27px;
    border: 1px solid #fff;
    background-color: #fff;
    width: 100%;
    box-sizing: border-box;
    border-radius: 4px;
    outline: none;
}

#texto_legal form textarea {
    color: #03548a;
    text-align: left;
    font-size: 18px;
    padding: 5px 15px;
    border: 1px solid #fff;
    background-color: #fff;
    resize: none;
    width: 100%;
    height: 120px;
    box-sizing: border-box;
    margin-top: 10px;
    border-radius: 4px;
    outline: none;
    font-family: 'Lato', sans-serif;
}

#dropzone {
    border-radius: 4px;
    border: 1px solid #fff;
    padding: 30px 10px !important;
    box-sizing: border-box;
    margin-top: 10px;
    text-align: center;
    position: relative;
}

#selfotos {
    cursor: pointer;
}

#texto_legal form #dropzone label {
    padding-top: 10px;
}

#texto_legal form #dropzone label.button {
    border: 1px solid #03548a;
    border-radius: 20px;
    line-height: 30px;
    padding-top: 2px;
}

#dropzone input {
    /*opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;*/
    display: none;
}

#dropzone-items {
    grid-column-start: 1;
    grid-column-end: -1;
    text-align: left;
}

.dropzone-item {
    border-bottom: 1px solid #fff;
    padding: 10px;
}

.dropzone-file {
    width: calc(100% - 30px);
    display: inline-block;
}

.dropzone-file strong {
    font-weight: 700;
    color: #fff;
}

.dropzone-toolbar {
    width: 25px;
    float: right;
    text-align: right;
}

.dropzone-delete {
    cursor: pointer;
}

#texto_legal form #legal {
    color: #fff;
    line-height: 21px;
    box-sizing: border-box;
    padding-left: 30px;
    position: relative;
    margin-top: 15px;
}

#texto_legal form #legal a {
    color: #fff;
}

#token {
    display: none;
}

#texto_legal form #legal input {
    position: absolute;
    top: 4px;
    left: 0px;
}

#texto_legal form input[type="submit"] {
    display: block;
    background-color: #03548a;
    color: #fff;
    padding: 0 45px;
    height: 35px;
    line-height: 37px;
    border-radius: 30px;
    max-width: 160px;
    box-sizing: border-box;
    transition: 750ms;
    text-decoration: none;
    border: 0;
    margin-top: 25px;
    outline: none;
}

.pregunta h3 {
    position: relative;
    border-bottom: 1px solid #fff;
    padding-bottom: 25px;
    cursor: pointer;
}

.pregunta h3:after {
    position: absolute;
    content: '';
    width: 32px;
    height: 16px;
    background-image: url(../img/arrow_down.png);
    display: block;
    right: 0;
    top: 5px;
    transition: 750ms;
}

.pregunta.active h3:after {
    transform: rotate(180deg);
}

.respuesta {
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 22px;
    transition: height .5s ease;
    overflow: hidden;
    box-sizing: border-box;
}

.respuesta:not(.active) {
    display: none;
}

.respuesta:after {
    display: block;
    height: 25px;
    content: '';
}

#banner.producto.atun {
    background-image: url(../img/productos/atun_top.jpg);
    background-position: center 50px;
}

#banner.producto.mostaza {
    background-image: url(../img/productos/atun_mostaza_top.jpg);
    background-position: center 50px;
}

#banner.producto.pollo {
    background-image: url(../img/productos/pollo_top.jpg);
    background-position: center 50px;
}

#banner.producto.pimientos {
    background-image: url(../img/productos/pimiento_top.jpg);
    background-position: center 50px;
}

#banner.producto.calabacin {
    background-image: url(../img/productos/calabacin_top.jpg);
    background-position: center 50px;
}

#banner.producto.ternera {
    background-image: url(../img/productos/ternera_top.jpg);
    background-position: center 50px;
}

#banner.producto.tikka_masala {
    background-image: url(../img/productos/tikka_masala_top.jpg);
    background-position: center 50px;
}

#banner.producto.cangrejo {
    background-image: url(../img/productos/cangrejo_top.jpg);
    background-position: center 50px;
}

#banner.producto h2 {
    font-size: 60px;
    font-family: 'ColunaRounded';
    letter-spacing: 0.2em;
}

#banner.producto a.btn {
    display: block;
    background-color: #1eafd1;
    color: #fff;
    padding: 0 15px;
    height: 45px;
    line-height: 47px;
    border-radius: 30px;
    max-width: 160px;
    box-sizing: border-box;
    margin: 25px auto 0;
    transition: 750ms;
    text-decoration: none;
    text-shadow: none;
    display: none;
}

#banner.producto a.btn:hover {
    background-color: #8cc15d;
}

.arrow {
    position: absolute;
    top: 45%;
    transform: translateY(-45%);
    left: 25px;
    font-size: 14px;
    color: #fff;
    text-shadow: none;
    text-decoration: none;
    padding: 40px 0 40px 50px;
}

.arrow.prev:before {
    width: 44px;
    height: 91px;
    content: '';
    background-image: url(../img/arrow_big.png);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(180deg);
    transition: 750ms;
}

.arrow.prev:hover:before {
    left: 20px;
}

.arrow.next {
    right: 25px;
    left: initial;
    padding: 40px 50px 40px 0;
}

.arrow.next:after {
    width: 44px;
    height: 91px;
    content: '';
    background-image: url(../img/arrow_big.png);
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    transition: 750ms;
}

.arrow.next:hover:after {
    right: 20px;
}

#info_producto {
    width: 100%;
    background-color: #fff;
    position: relative;
    min-height: 500px;
    mask: url(../img/bg1.svg);
    mask-size: cover;
    -webkit-mask: url(../img/bg1.svg);
    -webkit-mask-size: cover;
    margin-top: -190px;
}

#info_producto .text {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 1030px;
    margin: 0 auto;
    padding-top: 150px;
    text-align: center;
    padding-bottom: 80px;
}

#info_producto .text>div {
    position: relative;
}

#info_producto .text h2 {
    font-family: 'ColunaRounded';
    font-size: 60px;
    color: #03548a;
    letter-spacing: 0.05em;
}

#info_producto .text h2 span.subrayado {
    position: relative;
    font-size: 70px;
    color: #1eafd1;
}

#info_producto .text h2 span.subrayado:before {
    position: absolute;
    transition: 750ms;
    background-image: url(../img/subrrayado.png);
    width: 0px;
    height: 7px;
    content: '';
    display: block;
    bottom: 0px;
    left: -40px;
}

#info_producto .text:hover h2 span.subrayado:before {
    width: 197px;
}

#info_producto .iconos {
    margin: 40px 0;
}

#info_producto .iconos img {
    margin: 0 5px;
}

#info_producto.calabacin .iconos img {
    width: 80px;
}

#info_producto.calabacin .text h2 span.subrayado:before {
    background-image: url(../img/subrrayado_calabacin.png);
    bottom: -5px;
    left: 15px;
}

#info_producto.calabacin .text h2 span {
    color: #91c26c;
    font-size: 70px;
}

#info_producto.calabacin h3 {
    color: #91c26c;
}

#info_producto.tikka_masala .text h2 span.subrayado:before {
    background-image: url(../img/subrrayado_tikka_masala.png);
    bottom: -5px;
    left: -5px;
}

#info_producto.tikka_masala .text:hover h2 span.subrayado:before {
    width: 100%;
}

#info_producto.tikka_masala .text h2 span {
    color: #742560;
    font-size: 70px;
}

#info_producto.tikka_masala h3 {
    color: #742560;
}

#info_producto.pimientos .text h2 span.subrayado:before {
    background-image: url(../img/subrrayado_pimientos.png);
    bottom: -5px;
    left: 15px;
}

#info_producto.pimientos .text h2 span {
    color: #dc8b7e;
    font-size: 70px;
}

#info_producto.pimientos h3 {
    color: #dc8b7e;
}

#info_producto.pollo .text h2 span.subrayado:before {
    background-image: url(../img/subrrayado_pollo.png);
    bottom: -5px;
    left: -25px;
}

#info_producto.pollo .text h2 span {
    color: #cb9d63;
    font-size: 70px;
}

#info_producto.pollo h3 {
    color: #cb9d63;
}

#info_producto.mostaza .text h2 span.subrayado:before {
    background-image: url(../img/subrrayado_mostaza.png);
    bottom: 0px;
    left: -5px;
}

#info_producto.mostaza .text h2 span {
    color: #03548a;
    font-size: 70px;
}

#info_producto.ternera .text h2 span.subrayado:before {
    background-image: url(../img/subrrayado_mostaza.png);
    bottom: 0px;
    left: -5px;
}

#info_producto.ternera .text h2 span {
    color: #cc4652;
    font-size: 70px;
}

#info_producto.ternera h3 {
    color: #cc4652;
    max-width: 100%;
}

#info_producto.ternera p {
    max-width: 100%;
}

#info_producto.ternera .text h2 span.subrayado:before {
    background-image: url(../img/subrrayado_ternera.png);
    bottom: -5px;
    left: -55px;
}

#info_producto.cangrejo .text h2 span.subrayado:before {
    background-image: url(../img/subrrayado_cangrejo.png);
    bottom: -5px;
    left: -25px;
}

#info_producto.cangrejo .text h2 span {
    color: #B41915;
    font-size: 70px;
}

#info_producto.cangrejo h3 {
    color: #B41915;
}

#info_producto p {
    color: #03548a;
    max-width: 460px;
    line-height: 22px;
    margin: 20px auto;
}

#info_producto p b {
    font-weight: 700;
}

#info_producto h3 {
    font-size: 24px;
    font-family: 'ColunaRounded';
    color: #1eafd1;
    max-width: 375px;
    line-height: 30px;
    margin: 20px auto;
}

#info_producto h3 span {
    color: #03548a;
}

#info_producto h3 span b {
    font-size: 28px;
}

#info_producto a.btn {
    display: block;
    background-color: #ccc;
    color: #fff;
    padding: 0 15px;
    height: 45px;
    line-height: 47px;
    border-radius: 30px;
    max-width: 320px;
    box-sizing: border-box;
    margin: 25px auto 0;
    transition: 750ms;
    text-decoration: none;
    text-shadow: none;
}

#info_producto a.btn:hover {
    background-color: #03548a;
}

#info_producto a.btn#btn_comprar_pro {
    background-color: #8cc15d;
}

#info_producto a.btn#btn_comprar_pro:hover {
    background-color: #ccc;
}

#info_producto .logos {
    padding-top: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    place-items: center;
    max-width: 70%;
    margin: 0 auto;
}

#imagen_bottom {
    width: 100%;
    background-size: cover;
    background-color: #fff;
    background-position: center top;
    position: relative;
    mask: url(../img/bg2.svg);
    mask-size: cover;
    -webkit-mask: url(../img/bg2.svg);
    -webkit-mask-size: cover;
    min-height: 720px;
}

#imagen_bottom.atun {
    background-image: url(../img/productos/atun_bottom.jpg);
}

#imagen_bottom.mostaza {
    background-image: url(../img/productos/atun_mostaza_bottom.jpg);
}

#imagen_bottom.pollo {
    background-image: url(../img/productos/pollo_bottom.jpg);
}

#imagen_bottom.pimientos {
    background-image: url(../img/productos/pimiento_bottom.jpg);
}

#imagen_bottom.calabacin {
    background-image: url(../img/productos/calabacin_bottom.jpg);
}

#imagen_bottom.ternera {
    background-image: url(../img/productos/ternera_bottom.jpg);
}

#imagen_bottom.tikka_masala {
    background-image: url(../img/productos/tikka_masala_bottom.jpg);
}

#imagen_bottom.cangrejo {
    background-image: url(../img/productos/pollo_bottom.jpg);
}

#popup {
    background-color: #bfbfbf;
    color: #fff;
    padding: 90px 20px 60px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    display: none;
}

#popup h4 {
    font-family: 'ColunaRounded';
    font-size: 27px;
    letter-spacing: 0.1em;
}

#popup.active {
    display: block;
}

#closebtn {
    font-size: 60px;
    font-weight: 100;
    position: absolute;
    top: 5px;
    right: 20px;
    transform: rotate(45deg);
    cursor: pointer;
}

#popup .grid8 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    font-size: 13px;
    margin-top: 40px;
}

#popup .grid8 figure {
    border-right: 1px solid #fff;
}

#popup .grid8 figure:last-child {
    border-right: 0;
}

#popup .grid8 label {
    height: 45px;
    padding-top: 5px;
    display: block;
}

footer {
    width: 100%;
    background-color: #fff;
    position: relative;
    mask: url(../img/bg1.svg);
    mask-size: cover;
    -webkit-mask: url(../img/bg1.svg);
    -webkit-mask-size: cover;
    margin-top: -120px;
}

footer .grid2 {
    font-family: 'ColunaRounded';
    font-size: 50px;
    display: grid;
    /*grid-template-columns: 1fr 1fr;*/
    grid-template-columns: 1fr;
    max-width: 550px;
    padding-top: 180px;
    text-align: center;
    position: relative;
    margin: 0 auto;
}

footer .grid2 div.cell:first-child {
    color: #03548a;
    padding-top: 26px;
}

footer .grid2 div.cell:first-child div {
    padding-bottom: 15px;
}

footer .grid2 div.cell:first-child a {
    width: 70px;
    height: 70px;
    background-color: #1eafd1;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 78px;
    font-size: 43px;
    transition: 750ms;
}

footer .grid2 div.cell:first-child a:hover {
    background-color: #417520;
}

footer .grid2 div.cell:last-child {
    color: #417520;
}

footer .grid2 div.cell:last-child div {
    padding-bottom: 15px;
}

footer .grid2 div.cell:last-child span {
    font-size: 29px;
    color: #8cc15d;
    display: block;
}

footer .grid2 div.cell:last-child a#tienda_btn {
    font-size: 20px;
    text-decoration: none;
    font-family: 'Lato', sans-serif;
    padding: 25px 35px;
    border-radius: 40px;
}

footer .grid2 div.cell:last-child a#tienda_btn img {
    width: 50px;
    transform: translateY(12px);
}

footer nav {
    text-align: center;
    color: #03548a;
    padding: 80px 0 40px;
}

footer nav a {
    color: #03548a;
    text-decoration: none;
    transition: 750ms;
}

footer nav a:hover {
    color: #417520;
}

footer nav li {
    display: inline-block;
    padding: 0 10px;
}

footer .volver_btn {
    padding: 150px 0 0;
    text-align: center;
}

footer .volver_btn a {
    display: block;
    background-color: #1eafd1;
    color: #fff;
    padding: 0 15px;
    height: 45px;
    line-height: 47px;
    border-radius: 30px;
    max-width: 160px;
    box-sizing: border-box;
    margin: 0 auto;
    transition: 750ms;
    text-decoration: none;
}

footer .volver_btn a:hover {
    background-color: #8cc15d;
}

.m-l-40 {
    margin-left: 40px;
}

.m-l-50 {
    margin-left: 50px;
}

.m-t-25 {
    margin-top: 25px;
}

.m-b-25 {
    margin-bottom: 25px;
}

.text-center {
    text-align: center;
}

.mobile {
    display: none;
}

/*****efectos scroll*******/
.effect.transform {
    opacity: 0;
    transform: translateY(80px);
    transition: 750ms;
}

.effect.transform.visible {
    opacity: 1;
    transform: translateY(0px);
}

.effect.transform2 {
    opacity: 0;
    transform: translateY(120px);
    transition: 1050ms;
}

.effect.transform2.visible {
    opacity: 1;
    transform: translateY(0px);
}

.effect.transform3 {
    opacity: 0;
    transform: translateY(150px);
    transition: 1250ms;
}

.effect.transform3.visible {
    opacity: 1;
    transform: translateY(0px);
}

.effect.transform4 {
    opacity: 0;
    transform: translateX(-150px);
    transition: 750ms;
}

.effect.transform4.visible {
    opacity: 1;
    transform: translateX(0px);
}

.effect.transform5 {
    opacity: 0;
    transform: translateX(-100px);
    transition: 850ms;
}

.effect.transform5.visible {
    opacity: 1;
    transform: translateY(0px);
}

.effect.transform6 {
    transition: 750ms;
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}

.effect.transform6.visible {
    clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
}

#mapa_tiendas {
    position: relative;
    margin-top: 110px;
    font-size: 14px;
}

#map {
    height: 80vh;
}

#buscador {
    width: 250px;
    background-color: #fff;
    position: absolute;
    top: 65px;
    left: 7px;
    box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.2);
    z-index: 10;
}

.input_form {
    padding: 25px 15px 10px;
}

#buscador input {
    width: 100%;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    box-sizing: border-box;
    border: 1px solid #1eafd1;
    border-radius: 5px;
    padding: 7px 10px;
    color: #03548a;
    text-align: left;
    background-color: #fff;
    outline: none;
}

#buscador .input_form label {
    color: #03548a;
    font-family: 'ColunaRounded';
    font-size: 29px;
    margin-bottom: 15px;
    display: block;
}

#buscador .input_form div {
    position: relative;
    margin-bottom: 10px;
}

#buscador .input_form div span {
    display: block;
    width: 35px;
    height: calc(100% - 1px);
    border-left: 1px solid #1eafd1;
    position: absolute;
    top: 1px;
    right: 0;
    padding: 9px 0 0 5px;
    box-sizing: border-box;
}

#tiendas_cercanas {
    padding: 20px 5px 20px 15px;
    background-color: #03548a;
    color: #fff;
    line-height: 21px;
    display: none;
}

#tiendas_cercanas.active {
    display: block;
}

.overflow_tiendas {
    max-height: 200px;
    overflow: auto;
}

#tiendas_cercanas .direccion {
    border-bottom: 1px solid #fff;
    margin-bottom: 10px;
    padding-bottom: 15px;
    margin-right: 10px;
    cursor: pointer;
}

#tiendas_cercanas .direccion:last-child {
    border-bottom: 0;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

#tiendas_cercanas label {
    font-weight: 700;
    margin-bottom: 10px;
    display: block;
}

#tiendas_cercanas b {
    font-weight: 700;
}

#tiendas_cercanas span {
    display: inline-block;
    background-color: #fff;
    padding: 3px 5px;
    border-radius: 4px;
    color: #03548a;
    margin: 5px 0;
    line-height: 14px;
}

/* width */
.overflow_tiendas::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.overflow_tiendas::-webkit-scrollbar-track {
    background: #03548a;
    border: 1px solid #fff;
    border-radius: 5px;
}

/* Handle */
.overflow_tiendas::-webkit-scrollbar-thumb {
    background: #fff;
    border-radius: 5px;
}

.gm-style .direccion.showdistance span {
    display: inline-block;
}

.gm-style .gm-style-iw-c {
    padding: 20px 15px;
    background-color: #03548a;
    color: #fff;
    padding-right: 15px !important;
    padding-bottom: 20px !important;
    border-radius: 4px;
    max-width: 300px !important;
}

.gm-style .gm-style-iw-c:after {
    content: '+';
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    background-color: #03548a;
    font-size: 20px;
    transform: rotate(45deg);
    top: -3px;
    right: 3px;
    pointer-events: none;
}

.gm-style .gm-style-iw-t::after {
    background: #03548a !important;
}

.gm-style .gm-style-iw-d {
    overflow: hidden !important;
}

.gm-style .gm-style-iw-d label {
    font-weight: 700;
    margin-bottom: 10px;
    display: block;
}

.gm-style .gm-style-iw-d b {
    font-weight: 700;
}

.gm-style .gm-style-iw-d span {
    display: inline-block;
    background-color: #fff;
    padding: 3px 5px;
    border-radius: 4px;
    color: #03548a;
    margin: 5px 0;
    line-height: 14px;
    display: none;
}

#av_cookies {
    max-width: 1024px;
    width: 100%;
    bottom: 0px;
    z-index: 999999;
    text-align: center;
    box-shadow: 0px 2px 10px #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    position: fixed;
    padding: 10px;
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #fff;
    background-color: rgba(30, 175, 209, 0.8);
    text-transform: none;
    line-height: 14px;
    left: 50%;
    transform: translateX(-50%);
}

#av_cookies a#acceptcookies {
    background-color: #03548a;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    padding: 5px;
    border-radius: 3px;
    text-align: center;
}

.breaklink {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}


#cookie-modal {
    font-family: 'Lato';
    color: #332526;
    position: fixed;
    background-color: rgba(255, 255, 255, 0.8);
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    display: none;
}

#cookie-modal.active {
    display: block;
}

#cookie-modal.active::before {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    content: '';
}

#cookie-modal a {
    color: #332526;
}

#cookie-modal-content .body-cookie div {
    width: 100%;
    display: block;
    text-align: center;
}

#cookie-modal-content .body-cookie div.modal-cookie-footer {
    display: block;
    width: 100%;
    text-align: center;
}

#cookie-modal p {
    margin: 0 0 10px 0;
    font-family: 'Lato';
    padding-bottom: 0;
    font-size: 14px;
    line-height: 1.5;
    color: #332526;
    text-align: left;
}

#cookie-modal-content ul {
    list-style: none;
    margin: 0;
    padding: 0;

}

#cookie-modal-content ul ul li {
    padding-left: 70px;
    margin-bottom: 1em;
}

#cookie-modal-content label {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 0px;
}

#cookie-modal #cookie-modal-step1 a {
    text-decoration: none;
    font-weight: 600;
    border-bottom: 1px solid;
}

#cookie-modal-content {
    padding: 25px;
    position: fixed;
    top: 50%;
    left: 50%;
    max-width: 600px;
    transform: translate(-50%, -45%);
    background: #eceae5;
    box-sizing: border-box;
    width: 90%;
}

#cookie-modal-content::before {
    content: '';
    background-image: url(../img/logo.png);
    background-size: 160px;
    width: 230px;
    height: 85px;
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #eceae5;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 5px;
}

#cookie-modal .cookie-group {
    margin-bottom: 0.2em;
    width: 100%;
    display: block;
}

#cookie-modal .inputradio {
    /*opacity: 0;  Ocultamos el input verdadero con opacity: 0 */

    position: absolute;
}

#cookie-modal .inputcheck {
    border: 1px solid #aaa;
    display: inline-block;
    height: 22px;
    position: absolute;
    width: 22px;
    z-index: -1;
    font-size: 14px;
    display: none;
}

#cookie-modal input[type="checkbox"]:checked+span:after {
    content: "✔";
    position: absolute;
    text-indent: 2px;
    top: 1px;
    font-weight: 300;
    left: 3px;
    color: #332526;
    font-size: 15px;
    line-height: 1.1;
}

#cookie-modal .label-cookie .inputradio {
    left: 2em;
    border: 0;
    margin: 0;
    display: initial;
    transform: translate(10px, 4px);
}

#cookie-modal .cookie-detail .inputradio,
#cookie-modal .cookie-detail .inputcheck {
    left: calc(2em + 35px);
    transform: translateY(-5px);
    border: 0;
    margin: 0;
}

#cookie-modal-content button {
    font-family: 'Lato';
    background: transparent;
    color: #332526;
    cursor: pointer;
    padding: 8px 40px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    border: 1px solid;
}

#cookie-modal-content button#accept-custom {
    margin-top: 20px;
}

#cookie-modal-content .title-cookie {
    background-color: #e12825;
    color: #ffffff;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
    padding: 0.7em 1em;
    text-transform: uppercase;
    background-repeat: no-repeat;
    background-position: 95% 50%;

}

#cookie-modal-content .body-cookie {
    text-align: left;
    display: none;
}

#cookie-modal-content .body-cookie.active {
    display: block;
}

#cookie-modal-content .label-cookie {
    color: #332526;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
    padding-bottom: 10px;
    padding-left: 35px;
    display: block;
}

#cookie-modal-content .paragraph-cookie {
    padding-left: 35px;
    box-sizing: border-box;
}

#cookie-modal-content .ul-cookie li li {
    padding-bottom: 0;
}

#cookie-modal-content .ul-cookie li li:last-child {
    margin-bottom: 2em;
}

#cookie-modal-content .bt-atras {
    font-size: 12px;
    margin-left: 0;
    margin-top: 15px;
    display: block;
}

#cookie-modal-content .bt-atras i {
    display: none;
}

@media only screen and (max-width: 1200px) {
    #cookie-modal {
        font-size: 13px;
    }

    #cookie-modal p {
        font-size: 13px;
    }

    #cookie-modal-content .title-cookie {
        font-size: 18px;
    }

    #cookie-modal-content button {
        font-size: 15px;
        line-height: 1;
        padding: 15px 30px;
    }

    #cookie-modal-content .label-cookie {
        font-size: 15px;
        line-height: 1.4;
    }

    #cookie-modal-content label {
        font-size: 15px;
        line-height: 1.5;
    }

}

@media only screen and (max-width: 767px) {
    #cookie-modal-content .body-cookie div {
        width: 100%;
        display: block;
        text-align: center;
        box-sizing: border-box;
    }

    #cookie-modal-content .body-cookie div.modal-cookie-footer {
        width: 100%;
        display: block;
        text-align: center;
        padding-bottom: 20px;
        margin-top: 5px;
    }

    #cookie-modal .cookie-group {
        width: 100%;
        display: block;
        text-align: left;
    }

    #cookie-modal-content .body-cookie div.paragraph-cookie {
        text-align: left;
    }

    #cookie-modal-content button#accept-custom {
        margin-top: 0px;
    }
}

.otros_productos {
    text-align: center;
}

.otros_productos h3 {
    color: #03548a;
    font-size: 19px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    position: relative;
}

.otros_productos h3:before {
    background-image: url(../img/subrrayado_mostaza.png);
    bottom: 0px;
    left: -5px;
}

.otros_productos h3:before {
    position: absolute;
    transition: 750ms;
    width: 0px;
    height: 7px;
    content: '';
    display: block;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}

.otros_productos:hover h3:before {
    width: 197px;
}

.otros_productos .grid_4 {
    padding: 90px 0 80px;
    display: grid;
    max-width: 1210px;
    grid-template-columns: repeat(2, 1fr);
    margin: 0 auto;
}

.otros_productos .grid_4 img {
    width: 160px;
    margin-bottom: 10px;
    transition: 750ms;
}

.otros_productos .grid_4 figure:hover img {
    transform: translateY(-25px);
}

.otros_productos .grid_4 a {
    font-family: 'ColunaRounded';
    text-decoration: none;
    font-size: 30px;
}

.otros_productos .grid_4 .atun a {
    color: #1eafd1;
}

.otros_productos .grid_4 figcaption span {
    position: relative;
}

.otros_productos .grid_4 figcaption span:before {
    position: absolute;
    transition: 750ms;
    height: 7px;
    content: '';
    display: block;
    bottom: -6px;
    right: 0px;
    width: 85px;
    background-size: 100%;
    background-repeat: no-repeat;
}

.otros_productos .grid_4 .atun figcaption span:before {
    background-image: url(../img/subrrayado.png);
    right: -20px;
}

.otros_productos .grid_4 .atun_mostaza a {
    color: #03548a;
}

.otros_productos .grid_4 .atun_mostaza figcaption span:before {
    background-image: url(../img/subrrayado_mostaza.png);
}

.otros_productos .grid_4 .pollo a {
    color: #cb9d63;
}

.otros_productos .grid_4 .pollo figcaption span:before {
    background-image: url(../img/subrrayado_pollo.png);
}

.otros_productos .grid_4 .cangrejo a {
    color: #B41915;
}

.otros_productos .grid_4 .cangrejo figcaption span:before {
    background-image: url(../img/subrrayado_cangrejo.png);
}

.otros_productos .grid_4 .pimientos a {
    color: #dc8b7e;
}

.otros_productos .grid_4 .pimientos figcaption span:before {
    background-image: url(../img/subrrayado_pimientos.png);
}

.otros_productos .grid_4 .calabacin a {
    color: #91c26c;
}

.otros_productos .grid_4 .calabacin figcaption span:before {
    background-image: url(../img/subrrayado_calabacin.png);
}

.otros_productos .grid_4 .ternera a {
    color: #cc4652;
}

.otros_productos .grid_4 .ternera figcaption span:before {
    background-image: url(../img/subrrayado_ternera.png);
}

.otros_productos .grid_4 .tikka_masala figcaption span:before {
    background-image: url(../img/subrrayado_tikka_masala.png);
}

#popupvideo {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 100;
    display: none;
}

#popupvideo.active {
    display: block;
}

#popupvideo video {
    width: 1024px;
    height: 576px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#closevideo {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 40px;
    color: #fff;
    transform: rotate(45deg);
    cursor: pointer;
}

#ie-warning-template {
    display: none;
}

.ie-warning {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background: #000000;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    font-family: "Courier New", Courier, monospace;
    padding: 50px 0;
}

.ie-warning p {
    font-size: 17px;
}

.ie-warning .iew-container {
    min-width: 1024px;
    width: 100%;
    height: 200px;
    background: #fff;
    margin: 50px 0;
}

.ie-warning .iew-download {
    list-style: none;
    padding: 30px 0;
    margin: 0 auto;
    width: 570px;
}

.ie-warning .iew-download>li {
    float: left;
    vertical-align: top;
}

.ie-warning .iew-download>li>a {
    display: block;
    color: #000;
    width: 140px;
    font-size: 15px;
    padding: 15px 0;
}

.ie-warning .iew-download>li>a>div {
    margin-top: 10px;
}

.ie-warning .iew-download>li>a:hover {
    background-color: #eee;
}

.ie-warning .c-white {
    font-size: 30px;
    margin-bottom: 20px;
}

/*trucos para ie11*/
@media all and (-ms-high-contrast:none) {

    body {
        overflow-x: hidden;
    }

    #como_cocinamos .grid3 div {
        position: absolute;
        margin-bottom: 0px;
        bottom: initial;
    }

    #como_cocinamos .grid3 div:first-child {
        top: 340px !important;
        margin-left: 25px;
    }

    #como_cocinamos .grid3 div:nth-child(2) {
        top: 210px !important;
        margin-left: 60px;
    }

    #como_cocinamos .grid3 div:last-child {
        right: 0;
        left: initial;
        top: 95px !important;
    }

    /*****efectos scroll*******/
    /*.effect.transform{
        opacity: 1;
        transform: translateY(0px);
        transition: 750ms;
    }

    .effect.transform.visible{
        opacity: 1;
        transform: translateY(0px);
    }

    .effect.transform2{
        opacity: 1;
        transform: translateY(0px);
        transition: 1050ms;
    }

    .effect.transform2.visible{
        opacity: 1;
        transform: translateY(0px);
    }

    .effect.transform3{
        opacity: 1;
        transform: translateY(0px);
        transition: 1250ms;
    }

    .effect.transform3.visible{
        opacity: 1;
        transform: translateY(0px);
    }

    .effect.transform4{
        opacity: 1;
        transform: translateX(0px);
        transition: 750ms;
    }

    .effect.transform4.visible{
        opacity: 1;
        transform: translateX(0px);
    }

    .effect.transform5{
        opacity: 1;
        transform: translateX(-0px);
        transition: 850ms;
    }

    .effect.transform5.visible{
        opacity: 1;
        transform: translateY(0px);
    }

    .effect.transform6{
        transition: 750ms;
        clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    }

    .effect.transform6.visible{
        clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
    }*/

    .arrow span {
        display: none;
    }

    #conocenos {
        padding-bottom: 50px;
    }
}

#warning_popup {
    display: none;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0%;
    left: 0%;
    z-index: 1000;
    overflow: auto;
    font-family: "Lato";
    color: #03548a;
    text-align: center;
}

#warning_popup .logo {
    max-width: 125px;
}

#warning_popup .popupinfo {
    max-width: 680px;
    height: auto;
    background-color: #fff;
    box-shadow: 2px 6px 13px 0px rgb(0 0 0 / 50%);
    width: 90%;
    padding: 20px;
    box-sizing: border-box;
    font-size: 13px;
    margin: 20px auto;
    position: relative;
}

#warning_popup .popupinfo div {
    font-size: 16px;
}

#warning_popup .popupinfo div:last-child {
    margin: 45px 0 20px;
}

#warning_popup .popupinfo p {
    margin-bottom: 20px;
}

#warning_popup .popupinfo h3 {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 25px 0;
}

#warning_popup .popupinfo h4 {
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    border-top: 2px solid #03548a;
    padding: 20px 0;
}

#warning_popup .popupinfo a.btn {
    font-weight: 700;
    color: #fff;
    background-color: #8cc15d;
    padding: 14px 15px;
    border-radius: 30px;
    font-size: 16px;
    text-decoration: none;
    margin-top: 25px;
}

#warning_popup .popupinfo a.link {
    color: #03548a;
    font-weight: bold;
}

#warning_popup #closewarning {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 16px;
    cursor: pointer;
}

#warning_popup.active {
    display: block;
}

.ml10pct {
    margin-left: 10%;
}

.table_gpdr {
    margin: 15px 0;
}

.table_gpdr td {
    padding: 2px;
    border: 1px solid #ffffff;
}