﻿body {
    font-family: Lato, sans-serif;
    color: #3d4959;
    font-size: 14px;
    line-height: 20px;
}

h1 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: 'Roboto Slab', sans-serif;
    color: #3d4959;
    font-size: 38px;
    line-height: 44px;
    font-weight: 700;
}



h2 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: 'Roboto Slab', sans-serif;
    color: #3d4959;
    font-size: 30px;
    line-height: 44px;
    font-weight: 700;
}



h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: 'Roboto Slab', sans-serif;
    color: #3d4959;
    font-size: 25px;
    line-height: 30px;
    font-weight: 700;
}

h4 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: 'Roboto Slab', sans-serif;
    color: #3d4959;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
}

h5 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: 'Roboto Slab', sans-serif;
    color: #356f97;
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
}

p {
    margin-bottom: 10px;
    color: #999;
    font-family: 'Roboto Slab', sans-serif;
    font-size: 17px;
    line-height: 26.4px;
    text-align: left;
}


ul {
    list-style: none;
}

li {
    margin-bottom: 10px;
    color: #999;
    font-size: 17px;
    line-height: 26.4px;
    text-align: left;
}



a {
    background-color: transparent;
    font-family: Lato, sans-serif;
    color: #9a9a9a;
    font-size: 16px;
    text-decoration: underline;
}


.container {
    display: block;
    width: 1140px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}

    .container.largo {
        width: auto;
        max-width: 1500px;
    }

        .container.largo.video {
            height: auto;
            margin-right: auto;
            margin-left: auto;
        }

.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -15px;
    margin-left: -15px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}

    .row.align-start {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .row.row-example {
        min-height: 175px;
        background-color: #f7f4ff;
    }

    .row.align-center {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .row.align-end {
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

        .row.align-end.row-hero-content {
            height: 80vh;
        }

    .row.justify-center {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .row.justify-end {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .row.justify-between {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .row.justify-around {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .row.menu {
        margin-top: 26px;
    }

    .row.row-hero {
        margin-top: 45px;
    }

    .row.header {
        height: 125px;
    }

    .row.inline {
        display: inline-block;
        width: 82%;
    }

    .row.inline-header {
        display: inline-block;
        width: 910px;
        margin-top: 0px;
        padding: 0px;
    }

    .row.equis {
        margin-top: 119px;
    }

    .row.azul {
        margin-right: 0px;
        margin-left: 0px;
        padding-top: 125px;
    }

.col {
    margin-bottom: 15px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

    .col.col-1 {
        max-width: 8.333333%;
        -webkit-flex-basis: 8.33%;
        -ms-flex-preferred-size: 8.33%;
        flex-basis: 8.33%;
    }

    .col.col-11 {
        max-width: 91.666667%;
        -webkit-flex-basis: 91.67%;
        -ms-flex-preferred-size: 91.67%;
        flex-basis: 91.67%;
    }

    .col.col-2 {
        max-width: 16.666667%;
        -webkit-flex-basis: 16.67%;
        -ms-flex-preferred-size: 16.67%;
        flex-basis: 16.67%;
    }

    .col.col-10 {
        max-width: 83.333333%;
        -webkit-flex-basis: 83.33%;
        -ms-flex-preferred-size: 83.33%;
        flex-basis: 83.33%;
    }

    .col.col-3 {
        max-width: 25%;
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    }

    .col.col-9 {
        max-width: 75%;
        -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    }

    .col.col-4 {
        max-width: 33.333333%;
        -webkit-flex-basis: 33.33%;
        -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
    }

    .col.col-8 {
        max-width: 66.666667%;
        -webkit-flex-basis: 66.67%;
        -ms-flex-preferred-size: 66.67%;
        flex-basis: 66.67%;
    }

        .col.col-8.col-hero {
            margin-bottom: 0px;
        }

    .col.col-5 {
        max-width: 41.666667%;
        -webkit-flex-basis: 41.67%;
        -ms-flex-preferred-size: 41.67%;
        flex-basis: 41.67%;
    }

    .col.col-7 {
        max-width: 58.333333%;
        -webkit-flex-basis: 58.33%;
        -ms-flex-preferred-size: 58.33%;
        flex-basis: 58.33%;
    }

    .col.col-6 {
        max-width: 50%;
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }

    .col.col-12 {
        max-width: 100%;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

        .col.col-12.sin-espacio-abajo {
            margin-bottom: 0px;
        }

        .col.col-12.azul {
            margin-bottom: 0px;
            background-color: #0276be;
            color: #0276be;
        }

    .col.no-gutters {
        padding-right: 0px;
        padding-left: 0px;
    }

    .col.self-start {
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

    .col.self-center {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }

    .col.self-end {
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end;
    }

    .col.order-last {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .col.order-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }

.inner-div-example {
    padding-top: 15px;
    padding-bottom: 15px;
    border: 1px solid #c0e5ff;
    background-color: #f3faff;
    text-align: center;
}

.section {
    padding-top: 30px;
    padding-bottom: 30px;
}

    .section.fade {
        background-color: #f8fcff;
    }

    .section.intro {
        height: 700px;
        min-height: 700px;
        padding-top: 10px;
        padding-bottom: 0px;
        background-color: #3ba5f0;
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(93, 217, 230, 0.72)), to(rgba(93, 217, 230, 0.72))), url('../images/fodno.jpg');
        background-image: linear-gradient(180deg, rgba(93, 217, 230, 0.72), rgba(93, 217, 230, 0.72)), url('../images/fodno.jpg');
        background-position: 0px 0px, 50% -95px;
        background-size: auto, cover;
        background-repeat: repeat, no-repeat;
        background-attachment: scroll, fixed;
    }

    .section.seccion-pera {
        background-color: #dbdc73;
    }

    .section.productosseccion {
        position: relative;
        top: -92px;
        background-color: #55cad7;
    }

        .section.productosseccion.dodnecomprar {
            margin-top: 28px;
            background-color: #fff;
        }

        .section.productosseccion.footer {
            position: static;
        }

    .section.empaqueseccion {
        position: relative;
        top: -92px;
    }

.emp {
    color: #4daaec;
}

.container-fluid {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}

.light {
    color: #fff;
}

.button {
    margin-top: 5px;
    margin-right: 10px;
    margin-bottom: 5px;
    padding: 15px;
    border-radius: 3px;
    background-color: #846ffb;
    font-weight: 700;
}

    .button.button_secondary {
        background-color: #4353ff;
    }

        .button.button_secondary.button_fixed {
            position: fixed;
            right: 10px;
            bottom: 10px;
            z-index: 9147483647;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            min-width: 160px;
            padding-top: 10px;
            padding-bottom: 10px;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            border: 1px solid #3461b6;
            background-color: #fff;
            text-align: center;
            text-decoration: none;
        }

.version-grid {
    opacity: 0.75;
    color: #fff;
    font-size: 20px;
}

.link-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
    background-color: transparent;
}

.logo {
    width: 150px;
}

    .logo.footer {
        width: 100px;
    }

.link {
    background-color: transparent;
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}

.image-2 {
    display: block;
    width: 270px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
}

    .image-2.home1 {
        width: 650px;
    }

.vcontaienrbabyfood-hero {
    overflow: hidden;
    height: 100%;
    margin-top: 1px;
}

.hero-titulo {
    color: #fff;
    text-align: center;
}

.heading {
    color: #55cad7;
    font-size: 35px;
}

    .heading.ombre {
        display: block;
        margin-right: auto;
        margin-left: auto;
        font-size: 20px;
        text-align: center;
    }

    .heading.productos {
        color: #fff;
        text-align: center;
    }

    .heading.donde-comprar {
        text-align: center;
    }

.heading-2 {
    color: #000;
    font-size: 18px;
}

.texto {
    font-family: Montserrat, sans-serif;
    color: #000;
    font-size: 18px;
    line-height: 28px;
}

.henry-container {
    overflow: hidden;
}

.henry {
    position: relative;
    z-index: 11111111;
}

.frutas {
    margin-top: 34px;
}

.producto-container {
    height: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    border-style: solid;
    border-width: 2px;
    border-color: hsla(0, 0%, 100%, 0.2);
    border-radius: 12px;
    box-shadow: none;
}

.producto {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.nombre-producto {
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
}

.img {
    display: block;
    width: 389px;
    margin-right: auto;
    margin-left: auto;
}

.empaque {
    display: block;
    width: 273px;
    margin-right: auto;
    margin-left: auto;
}

.slider {
    height: 100%;
}

.slide1 {
    background-color: #fff;
}

.flecha {
    font-size: 50px;
    text-decoration: none;
}

.flecha2 {
    color: #5bcad6;
}

.link-block-2 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    background-color: transparent;
}

.header {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 999;
    margin-bottom: 0px;
    padding-bottom: 30px;
}

    .header.dos {
        margin-top: 0px;
        background-color: #fff;
        box-shadow: 2px 2px 8px 0 #dbdbdb;
    }

    .header.shadow {
        background-color: #fff;
        box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.57);
    }

    .header.fijo {
        position: fixed;
        padding-bottom: 20px;
        background-color: #fff;
        box-shadow: 1px 1px 9px 1px #cac8c8;
    }

.ccontainer {
    max-width: 1526px;
    min-height: 30px;
    min-width: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
}

.hero-wrapper {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 720px;
    min-height: 956px;
    padding-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('/SITIO_SN/Content/imagenes/Inicio/back-hero.png');
    /*background-image: url('/Content/imagenes/Inicio/back-hero.png');*/
    background-position: 0px 0px;
    background-size: cover;
}

.logologo {
    height: 50px;
    width: auto;
    background-image: url('/Content/imagenes/LOGO-1-SN.png');
}

.hero-wrapper.dos {
    background-image: url('~/images/155A0316.258397b8.jpg');
}

.img-logo-blanco {
    width: 290px;
}

.a {
    margin-top: 51px;
    background-color: red;
}

.div-block {
    height: 100%;
}

.link-block-3 {
    width: 150px;
    margin-top: 0px;
}

.div-block-2 {
    max-width: 840px;
}

.nav-flex-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.nav-wrapper {
    width: auto;
    max-width: 880px;
    margin-top: 43px;
    margin-left: 72px;
    padding-left: 0px;
}

    .nav-wrapper.dos {
        margin-top: 38px;
    }

.link-header {
    width: auto;
    margin-right: 28px;
    font-family: Roboto, sans-serif;
    color: #646464;
    font-size: 14px;
    text-transform: uppercase;
}

    .link-header.dos {
        color: #696969;
    }

    .link-header.gris {
        color: #555;
        font-size: 12px;
    }

.titulo-seccion {
    margin-top: 0px;
    font-family: 'Roboto Slab', sans-serif;
    color: #3d4959;
    font-size: 2.25rem;
    text-align: center;
}

.titulo-bloque {
    font-size: 1.125rem;
}

.texto-titulo {
    margin-top: 10px;
    color: #999;
    font-size: 1.0625rem;
    line-height: 1.5em;
}

    .texto-titulo.blanco {
        color: #fff;
    }

.titulo-hero-2 {
    font-family: 'Roboto Slab', sans-serif;
    color: #fff;
    font-size: 53px;
    line-height: 57px;
}

.titulo-seccion-2 {
    font-family: 'Roboto Slab', sans-serif;
    font-size: 2.25rem;
}

.texto-titulo-2 {
    margin-top: 10px;
    font-family: Roboto, sans-serif;
    color: #fff;
    font-size: 1.1625rem;
    line-height: 1.5em;
    font-weight: 300;
}

    .texto-titulo-2.blanco {
        color: #fff;
    }

.link-drop {
    padding-top: 0px;
}

.icono-drop {
    margin-top: 4px;
}

.dropdown-wrapper {
    position: relative;
    display: inline-block;
    width: auto;
}

.dropdown-trigger {
    height: auto;
}

.dropdown-content {
    position: absolute;
    display: inline-block;
    overflow: hidden;
    width: auto;
    margin-top: 0px;
    padding: 0px 15px;
    background-color: #fff;
}

.dropdown-link {
    display: block;
    padding-top: 8px;
    padding-bottom: 5px;
    font-family: Roboto, sans-serif;
    color: #000;
}

    .dropdown-link.dos {
        color: #696969;
    }

.img-logo-color {
    position: relative;
    width: 140px;
    margin-top: 6px;
}

    .img-logo-color.dos {
        margin-top: 0px;
    }

.hero-content-wrapper {
    width: 100%;
    max-width: 1140px;
    margin-right: 15px;
    margin-left: 15px;
}

.grid {
    width: 80%;
}

.grid-hero {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    -ms-grid-columns: 1fr 0.25fr 1fr;
    grid-template-columns: 1fr 0.25fr 1fr;
}

.spacer {
    height: 2200px;
}

.main {
    min-height: 500px;
    margin-top: 109px;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #fff;
}

.heading-3 {
    font-family: 'Roboto Slab', sans-serif;
    color: #3c4858;
    font-size: 36px;
}

.subtitulo {
    display: block;
    font-family: 'Roboto Slab', sans-serif;
    color: #3c4858;
    font-size: 30px;
}

    .subtitulo.blog {
        display: inline-block;
        width: 100%;
    }

    .subtitulo.categoria {
        font-size: 23px;
    }

    .subtitulo.sesion-cabildo {
        font-size: 18px;
    }

.row-licitacion-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #ccc;
}

.cell-text {
    margin-top: 29px;
    font-family: Roboto, sans-serif;
    color: #696969;
    font-size: 16px;
}

.cell1 {
    width: 33%;
}

    .cell1.cig {
        width: 50%;
    }

.cell2 {
    width: 33%;
    text-align: center;
}

    .cell2.cog {
        width: 50%;
    }

.cell3 {
    width: 33%;
    text-align: center;
}

.link-block-4 {
    margin-right: auto;
    margin-left: auto;
}

.secion-bocy {
    margin-top: 30px;
}

.section-2 {
    margin-top: 140px;
    background-color: red;
}

.seccion-content-fijo {
    margin-top: 210px;
    background-color: transparent;
}

    .seccion-content-fijo.detalle {
        margin-top: 120px;
    }

.lnk {
    width: 100%;
    text-decoration: none;
}

.fecha {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: Roboto, sans-serif;
    color: #696969;
    font-size: 16px;
}

.imagen-post {
    width: 100%;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
}

.section-3 {
    position: relative;
    height: 500px;
    margin-top: -60px;
    margin-right: 30px;
    margin-left: 30px;
    padding-right: 0px;
    padding-left: 0px;
    background-color: red;
}

.body {
    background-image: none;
    background-size: auto;
}

.bloque {
    min-height: 400px;
    margin-top: 0px;
    padding-top: 70px;
    padding-bottom: 0px;
    border-style: none;
    border-width: 0px;
    border-color: #525252;
    border-radius: 0px;
    background-color: transparent;
}

    .bloque.blanco {
        margin-top: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
        background-color: transparent;
    }

    .bloque.azul {
        height: 460px;
        margin-top: 0px;
        padding-top: 41px;
        background-color: transparent;
        background-image: linear-gradient(60deg, #19b4c3, #3d6ee7);
        box-shadow: 1px 4px 6px 1px #838180;
    }

        .bloque.azul.cafe {
            background-color: #eae6e5;
            background-image: none;
        }

.titulo-wrapper {
    margin-top: 0px;
    padding-top: 40px;
}

.copy-medio {
    color: #999;
    font-size: 17px;
    line-height: 26.4px;
}

.copy-medio-wrapper {
    width: 710px;
    margin-top: 21px;
    margin-right: auto;
    margin-left: auto;
    font-size: 10px;
    text-align: center;
}

.image-3 {
    width: 260px;
}

.main-content {
    margin-right: 0px;
    margin-left: 0px;
    box-shadow: 4px 4px 8px 1px #c5c5c5;
}

._3-columnas-wrapper {
    padding-top: 66px;
}

.lb {
    display: block;
    width: 100%;
    text-align: center;
    text-decoration: none;
}

.circulo-wrapper {
    width: 140px;
    height: 130px;
    margin-right: auto;
    margin-bottom: 32px;
    margin-left: auto;
    padding: 0px;
    border-style: solid;
    border-width: 1px;
    border-color: #42c6db;
    border-radius: 120px;
}

.image-4 {
    padding-top: 33px;
    padding-left: 0px;
}

    .image-4.alcalde {
        padding-top: 43px;
    }

.subtitulo-copies {
    display: block;
    font-family: 'Roboto Slab', sans-serif;
    color: #3c4858;
    font-size: 18px;
    text-decoration: none;
}

    .subtitulo-copies.blog {
        display: inline-block;
        width: 100%;
    }

.copy {
    color: #9a9a9a;
}

.tramites {
    padding-top: 43px;
    padding-left: 0px;
}

    .tramites.alcalde {
        padding-top: 43px;
    }

.direccion-wrapper {
    display: inline-block;
    width: 350px;
    margin-right: 15px;
    margin-left: 15px;
    padding-top: 27px;
    background-color: transparent;
    text-align: left;
}

.image-5 {
    display: block;
    width: 70%;
    margin-right: auto;
    margin-left: auto;
    text-align: right;
}

.featured-image-home {
    display: block;
    width: 430px;
    margin-right: 0px;
    margin-left: auto;
    text-align: right;
}

.featured-post-wrapper {
    width: 430px;
    padding-left: 66px;
}

.subtitulo-copies2 {
    display: block;
    margin-top: 0px;
    font-family: 'Roboto Slab', sans-serif;
    color: #3c4858;
    font-size: 18px;
    text-decoration: none;
}

    .subtitulo-copies2.blog {
        display: inline-block;
        width: 100%;
    }

.boton {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 120px;
    height: 38px;
    max-width: 400px;
    min-width: 120px;
    padding-top: 0px;
    padding-right: 5%;
    padding-left: 5%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px;
    background-color: #00bff3;
    font-family: Roboto, sans-serif;
    color: #fff;
    font-size: 15px;
    text-align: center;
    text-decoration: none;
}

    .boton.medio {
        width: 190px;
    }

.featured-cta-wrapper {
    margin-top: 18px;
}

.ultimas-noticias-wrapper {
    width: 300px;
    margin-top: 45px;
    margin-right: auto;
    margin-left: auto;
    background-color: transparent;
    text-align: center;
}

.ultimas-noticias-wrapper-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 920px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    background-color: transparent;
    text-align: center;
}

.img-new {
    box-shadow: 1px 1px 12px 2px #5e5b5b;
}

.copy-left {
    color: #9a9a9a;
    text-align: left;
}

.todas-las-noticias-wrapper {
    display: block;
    margin-top: 97px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.botonw {
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
}

.pleca-wrpper {
    width: 85%;
    height: 1px;
    margin-right: auto;
    margin-left: auto;
    background-color: #e4e0e0;
}

.tmb-wrapper {
    margin-top: 69px;
    margin-bottom: 54px;
}

.tmbwrappr {
    height: 180px;
    border-right: 1px none #42c6db;
}

.tmb-wrapper-copy {
    margin-top: 69px;
    margin-bottom: 54px;
}

.auzil-wrapper {
    padding-top: 37px;
}

.transparencia {
    height: 180px;
    border-right: 0px none #42c6db;
}

.trnasparencia-titulo {
    display: block;
    margin-bottom: 0px;
    padding-top: 4px;
    font-family: 'Roboto Slab', sans-serif;
    color: #fff;
    font-size: 25px;
    text-decoration: none;
}

    .trnasparencia-titulo.blog {
        display: inline-block;
        width: 100%;
    }

.dd {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

.text-block {
    font-family: Roboto, sans-serif;
    color: #646464;
    text-transform: uppercase;
}

    .text-block.gris {
        color: #555;
        font-size: 12px;
    }

.icon {
    color: #646464;
}

    .icon.gris {
        color: #555;
    }

.dd-list-wrapper.w--open {
    margin-top: 10px;
    border-radius: 5px;
    background-color: #fff;
}

.dropdown-link-2 {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-transition: background-color 200ms ease-in;
    transition: background-color 200ms ease-in;
    font-size: 12px;
}

    .dropdown-link-2:hover {
        margin-right: 0px;
        margin-left: 0px;
        padding-right: 20px;
        background-color: #00bff3;
        box-shadow: 0 0 3px -2px #42c6db;
        color: #fff;
    }

.tramite {
    display: block;
    padding-bottom: 15px;
    font-family: Roboto, sans-serif;
    font-size: 18px;
}

.video {
    margin-bottom: 15px;
}

.img-wrapper-tablet {
    display: none;
}

.slide-desktop {
    height: 650px;
    background-image: url('../images/opt_web.jpg');
    background-position: 50% 0%;
    background-size: cover;
}

.img-wrapper-mobile {
    display: none;
}

.lb-slide {
    width: 100%;
    height: auto;
}

.img-wrapper-desktop {
    display: block;
    width: 100%;
}

.image-7 {
    width: 100%;
    height: 100%;
    min-width: 1200px;
}

.slide-imagen {
    width: auto;
}

    .slide-imagen.bye {
        display: none;
    }

.logomenu {
    width: 230px;
}

.nav-menu {
    margin-top: 21px;
}

.navbar {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #fff;
    box-shadow: 1px 1px 16px 0 #9a9a9a;
}

.heading-4 {
    font-family: 'Roboto Slab', sans-serif;
}

.heading-5 {
    font-size: 2.25rem;
}

.paragraph {
    font-size: 17px;
}

.paragraph-2 {
    color: #999;
    font-size: 17px;
    line-height: 26.4px;
}

.paragraph-3 {
    font-size: 16px;
}

.link-2 {
    font-size: 16px;
}

.paragraph-4 {
    text-align: left;
}

.slider-wrapper {
    position: relative;
}

.flecha-izq-wrapper {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100px;
    height: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flecha-der-wrapper {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100px;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
}

.centro {
    text-align: center;
}

.spacerheader {
    height: 90px;
}

.footer {
    height: auto;
    min-height: 100px;
    background-color: #eee;
}

.footer-content-wapper {
    padding-top: 37px;
}

.dependencias-wrapper {
    position: relative;
}

@media screen and (max-width: 991px) {
    .container.largo {
        padding-right: 0px;
        padding-left: 0px;
    }

    .row {
        margin-right: 0px;
        margin-left: 0px;
    }

        .row.menu {
            margin-top: 0px;
        }

    .col.col-m-1 {
        max-width: 8.333333%;
        -webkit-flex-basis: 8.33%;
        -ms-flex-preferred-size: 8.33%;
        flex-basis: 8.33%;
    }

    .col.col-m-11 {
        max-width: 91.666667%;
        -webkit-flex-basis: 91.67%;
        -ms-flex-preferred-size: 91.67%;
        flex-basis: 91.67%;
    }

    .col.col-m-2 {
        max-width: 16.666667%;
        -webkit-flex-basis: 16.67%;
        -ms-flex-preferred-size: 16.67%;
        flex-basis: 16.67%;
    }

    .col.col-m-10 {
        max-width: 83.333333%;
        -webkit-flex-basis: 83.33%;
        -ms-flex-preferred-size: 83.33%;
        flex-basis: 83.33%;
    }

    .col.col-m-3 {
        max-width: 25%;
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    }

    .col.col-m-9 {
        max-width: 75%;
        -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    }

    .col.col-m-4 {
        max-width: 33.333333%;
        -webkit-flex-basis: 33.33%;
        -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
    }

    .col.col-m-8 {
        max-width: 66.666667%;
        -webkit-flex-basis: 66.67%;
        -ms-flex-preferred-size: 66.67%;
        flex-basis: 66.67%;
    }

    .col.col-m-5 {
        max-width: 41.666667%;
        -webkit-flex-basis: 41.67%;
        -ms-flex-preferred-size: 41.67%;
        flex-basis: 41.67%;
    }

    .col.col-m-7 {
        max-width: 58.333333%;
        -webkit-flex-basis: 58.33%;
        -ms-flex-preferred-size: 58.33%;
        flex-basis: 58.33%;
    }

    .col.col-m-6 {
        max-width: 50%;
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }

    .col.col-m-12 {
        max-width: 100%;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .section.productosseccion {
        top: 0px;
    }

        .section.productosseccion.dodnecomprar {
            margin-bottom: 28px;
        }

    .section.empaqueseccion {
        position: static;
    }

    .link-block.logo {
        display: block;
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }

    .link {
        display: block;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        font-size: 16px;
        text-align: center;
    }

    .image-2 {
        width: 213px;
        margin-top: 124px;
    }

        .image-2.home1 {
            width: 570px;
            margin-top: 4px;
        }

    .hero-titulo {
        margin-top: 51px;
    }

    .header {
        position: absolute;
        margin-top: 0px;
    }

    .img-logo-blanco {
        display: block;
        width: 210px;
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }

    .link-block-3 {
        width: 24%;
        margin-top: 0px;
        margin-right: auto;
        margin-left: auto;
    }

    .nav-wrapper {
        max-width: 100%;
        min-width: 710px;
        margin-top: 0px;
    }

    .link-header {
        display: block;
        height: 40px;
        margin-top: 11px;
        margin-right: 24px;
        color: #000;
        text-align: left;
    }

    .titulo-hero-2 {
        font-size: 40px;
        line-height: 46px;
    }

    .dropdown-content {
        margin-top: 0px;
        padding-top: 0px;
        padding-right: 15px;
        background-color: #fff;
    }

    .dropdown-link {
        color: #0378c1;
    }

    .img-logo-color {
        display: block;
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }

    .featured-post-wrapper {
        width: 333px;
    }

    .dd {
        height: 40px;
    }

    .text-block {
        padding-top: 10px;
        color: #000;
    }

    .icon {
        color: #000;
    }

    .img-wrapper-tablet {
        display: block;
    }

    .slide-desktop {
        display: none;
    }

    .lb-slide {
        display: inline-block;
    }

    .img-wrapper-desktop {
        display: none;
    }

    .image-6.tablet {
        display: block;
        width: 100%;
        height: 100%;
        margin-right: auto;
        margin-left: auto;
    }

    .nav-menu {
        margin-top: 0px;
        padding-top: 15px;
        padding-left: 15px;
        background-color: #fff;
    }

    .navbar {
        position: fixed;
        left: 0%;
        top: 0%;
        right: 0%;
        bottom: auto;
        background-color: #fff;
    }

    .brand {
        padding-left: 15px;
    }
}

@media screen and (max-width: 767px) {




    .hero-wrapper {
        position: static;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: 420px;
        padding-top: 0px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        background-image: url('/SITIO_SN/Content/imagenes/Inicio/back-hero.png');
        /*      background-image: url(../../Content/imagenes/Inicio/back-hero.png);*/
        background-position: 0px 0px;
        background-size: cover;
        min-height: 550px;
    }






    .container.largo {
        padding-right: 0px;
        padding-left: 0px;
    }

        .container.largo.video {
            height: auto;
        }

    .col.col-sm-1 {
        max-width: 8.333333%;
        -webkit-flex-basis: 8.33%;
        -ms-flex-preferred-size: 8.33%;
        flex-basis: 8.33%;
    }

    .col.col-sm-11 {
        max-width: 91.666667%;
        -webkit-flex-basis: 91.67%;
        -ms-flex-preferred-size: 91.67%;
        flex-basis: 91.67%;
    }

    .col.col-sm-2 {
        max-width: 16.666667%;
        -webkit-flex-basis: 16.67%;
        -ms-flex-preferred-size: 16.67%;
        flex-basis: 16.67%;
    }

    .col.col-sm-10 {
        max-width: 83.333333%;
        -webkit-flex-basis: 83.33%;
        -ms-flex-preferred-size: 83.33%;
        flex-basis: 83.33%;
    }

    .col.col-sm-3 {
        max-width: 25%;
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    }

    .col.col-sm-9 {
        max-width: 75%;
        -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    }

    .col.col-sm-4 {
        max-width: 33.333333%;
        -webkit-flex-basis: 33.33%;
        -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
    }

    .col.col-sm-8 {
        max-width: 66.6666667%;
        -webkit-flex-basis: 66.67%;
        -ms-flex-preferred-size: 66.67%;
        flex-basis: 66.67%;
    }

    .col.col-sm-5 {
        max-width: 41.666667%;
        -webkit-flex-basis: 41.67%;
        -ms-flex-preferred-size: 41.67%;
        flex-basis: 41.67%;
    }

    .col.col-sm-7 {
        max-width: 58.333333%;
        -webkit-flex-basis: 58.33%;
        -ms-flex-preferred-size: 58.33%;
        flex-basis: 58.33%;
    }

    .col.col-sm-6 {
        max-width: 50%;
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }

    .col.col-sm-12 {
        max-width: 100%;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .link-block.logo {
        display: block;
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }

    .image-2.home1 {
        width: 540px;
    }

    .hero-titulo {
        font-size: 35px;
    }

    .heading.productos {
        font-size: 33px;
    }

    .link-block-3 {
        width: 30%;
    }

    .nav-wrapper {
        display: none;
    }

    .grid-hero {
        width: 100%;
        -ms-grid-rows: auto auto auto;
        grid-template-rows: auto auto auto;
    }

    .copy-medio-wrapper {
        width: auto;
    }

    .image-3 {
        width: 160px;
    }

    .ultimas-noticias-wrapper-items {
        width: auto;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .todas-las-noticias-wrapper {
        margin-top: 50px;
    }

    .img-wrapper-tablet {
        display: none;
    }

    .img-wrapper-mobile {
        display: block;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }

    .lb-slide {
        display: block;
        height: 100%;
    }

    .image-6 {
        display: block;
        width: auto;
        height: auto;
        margin-right: auto;
        margin-left: auto;
    }
}

@media screen and (max-width: 479px) {


    .hero-wrapper {
        position: static;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: 420px;
        padding-top: 0px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        background-image: url('/SITIO_SN/Content/imagenes/Inicio/back-hero.png');
        /*    background-image: url(../../Content/imagenes/Inicio/back-hero.png);*/
        background-position: 0px 0px;
        background-size: cover;
    }


    .slider-wrapper {
        margin-left: 25px;
    }


    .bloque.azul {
        height: 250px !important;
        min-height: 250px;
    }

    .container.largo {
        width: 100%;
        padding-right: 0px;
        padding-left: 0px;
    }

    .row {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .row.header {
            height: auto;
        }

        .row.rowmobilehero {
            width: 100%;
            margin-right: 0px;
            margin-left: 0px;
            -webkit-box-align: start;
            -webkit-align-items: flex-start;
            -ms-flex-align: start;
            align-items: flex-start;
        }

    .col {
        max-width: 100%;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

        .col.col-3.col-m-12.col-s-12.col-xs-12 {
            margin-bottom: 26px;
        }

        .col.col-3.col-m-3.col-sm-6.col-xs-12 {
            border-right: 1px none #000;
        }

        .col.col-6.col-m-6.col-s-12.col-xs-12.cien {
            padding-right: 0px;
            padding-left: 0px;
            -webkit-box-flex: 0;
            -webkit-flex-grow: 0;
            -ms-flex-positive: 0;
            flex-grow: 0;
            -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
            flex-shrink: 0;
        }

        .col.col-xs-11 {
            max-width: 91.666667%;
            -webkit-flex-basis: 91.67%;
            -ms-flex-preferred-size: 91.67%;
            flex-basis: 91.67%;
        }

        .col.col-xs-1 {
            max-width: 8.333333%;
            -webkit-flex-basis: 8.33%;
            -ms-flex-preferred-size: 8.33%;
            flex-basis: 8.33%;
        }

        .col.col-xs-2 {
            max-width: 16.666667%;
            -webkit-flex-basis: 16.67%;
            -ms-flex-preferred-size: 16.67%;
            flex-basis: 16.67%;
        }

        .col.col-xs-10 {
            max-width: 83.333333%;
            -webkit-flex-basis: 83.33%;
            -ms-flex-preferred-size: 83.33%;
            flex-basis: 83.33%;
        }

        .col.col-xs-3 {
            max-width: 25%;
            -webkit-flex-basis: 25%;
            -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
        }

        .col.col-xs-9 {
            max-width: 75%;
            -webkit-flex-basis: 75%;
            -ms-flex-preferred-size: 75%;
            flex-basis: 75%;
        }

        .col.col-xs-4 {
            max-width: 33.333333%;
            -webkit-flex-basis: 33.33%;
            -ms-flex-preferred-size: 33.33%;
            flex-basis: 33.33%;
        }

        .col.col-xs-8 {
            max-width: 66.666667%;
            -webkit-flex-basis: 66.67%;
            -ms-flex-preferred-size: 66.67%;
            flex-basis: 66.67%;
        }

        .col.col-xs-5 {
            max-width: 41.666667%;
            -webkit-flex-basis: 41.67%;
            -ms-flex-preferred-size: 41.67%;
            flex-basis: 41.67%;
        }

        .col.col-xs-7 {
            max-width: 58.333333%;
            -webkit-flex-basis: 58.33%;
            -ms-flex-preferred-size: 58.33%;
            flex-basis: 58.33%;
        }

        .col.col-xs-6 {
            max-width: 50%;
            -webkit-flex-basis: 50%;
            -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
        }

        .col.col-xs-12 {
            max-width: 100%;
            -webkit-flex-basis: 100%;
            -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        }

    .section.intro {
        height: 690px;
        min-height: auto;
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(86, 201, 214, 0.63)), to(rgba(86, 201, 214, 0.63))), url('../images/fodno.jpg');
        background-image: linear-gradient(180deg, rgba(86, 201, 214, 0.63), rgba(86, 201, 214, 0.63)), url('../images/fodno.jpg');
        background-position: 0px 0px, 50% 100%;
        background-size: auto, cover;
        background-attachment: scroll, scroll;
    }

        .section.intro.home2 {
            height: 660px;
        }

    .link {
        margin-bottom: 8px;
    }

    .image-2 {
        width: 303px;
        margin-top: 3px;
    }

        .image-2.home1 {
            width: 540px;
        }

    .vcontaienrbabyfood-hero {
        width: 100%;
        height: 100%;
        margin-top: 0px;
    }

    .hero-titulo {
        display: block;
        margin: 0px auto;
        font-size: 25px;
        text-align: center;
    }

    .donde-comprar-wrapper {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .flecha2 {
        color: #131313;
    }

    .link-block-3 {
        width: 60%;
        margin-top: 0px;
    }

    .grid-hero {
        -ms-grid-rows: auto auto auto auto auto;
        grid-template-rows: auto auto auto auto auto;
    }

    .body {
        background-image: none;
        background-position: 0px 0px;
        background-size: auto;
    }

    .bloque {
        width: 100%;
    }

    .main-content {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        padding-right: 10px;
        padding-left: 10px;
    }

    .direccion-wrapper {
        width: auto;
    }

    .featured-post-wrapper {
        width: auto;
        padding-left: 0px;
    }

    .ultimas-noticias-wrapper {
        width: auto;
    }

    .tmbwrappr {
        border-bottom: 1px solid #42c6db;
        border-right-style: none;
        border-right-width: 0px;
    }

    .transparencia {
        border-bottom: 1px solid #42c6db;
        border-right-style: none;
        border-right-width: 0px;
    }

    .img-wrapper-mobile {
        display: block;
        margin-right: auto;
        margin-left: auto;
    }

    .lb-slide {
        height: auto;
    }

    .slide-imagen {
        overflow: visible;
        margin-right: auto;
        margin-left: auto;
    }

    .image-6 {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }

    .nav-menu {
        padding-top: 25px;
    }
}
