/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700,900");

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}

html {
    font-size: 62.5%;
    box-sizing: border-box
}

*,
:after,
:before {
    box-sizing: inherit
}

body {
    font-family: Lato, sans-serif;
    line-height: 1.8
}

body,
p {
    font-size: 1.6rem
}

p {
    color: #000
}

.contenedor {
    width: 95%;
    max-width: 120rem;
    margin: 0 auto
}

a {
    text-decoration: none
}

img,
picture {
    width: 100%;
    display: block
}

h1,
h2,
h3 {
    font-family: Lato, sans-serif;
    margin: 2.5rem 0;
    font-weight: 300;
    text-align: center
}

h1 {
    font-size: 3.8rem
}

h2 {
    font-size: 3.4rem
}

h3 {
    font-size: 3rem
}

h4 {
    font-size: 2.6rem
}

.seccion {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem
}

.contenido-centrado {
    max-width: 80rem
}

.alinear-derecha {
    display: flex;
    justify-content: flex-end
}

.w-100 {
    width: 100%
}

.boton-azul {
    background-color: #162f6f;
    color: #fff;
    font-weight: 700;
    padding: 1rem 3rem;
    margin-bottom: 2rem;
    text-decoration: none;
    border: none;
    display: inline-block;
    text-align: center
}

.boton-azul:hover {
    cursor: pointer;
    background-color: #1e419a;
    transition: background-color .2s ease-in-out
}

.boton-verde {
    background-color: #006d21;
    color: #fff;
    font-weight: 700;
    padding: 1rem 3rem;
    margin-bottom: 2rem;
    text-decoration: none;
    border: none;
    display: inline-block;
    text-align: center
}

.boton-verde:hover {
    cursor: pointer;
    background-color: #00a030;
    transition: background-color .2s ease-in-out
}

.boton-rojo {
    background-color: #bd0000;
    color: #fff;
    font-weight: 700;
    padding: 1rem 3rem;
    margin-bottom: 2rem;
    text-decoration: none;
    border: none;
    display: inline-block;
    text-align: center
}

.boton-rojo:hover {
    cursor: pointer;
    background-color: #f00000;
    transition: background-color .2s ease-in-out
}

.boton-azul-block {
    background-color: #162f6f;
    color: #fff;
    font-weight: 700;
    padding: 1rem 3rem;
    margin-bottom: 2rem;
    display: inline-block;
    text-decoration: none;
    border: none;
    display: block;
    text-align: center
}

.boton-azul-block:hover {
    cursor: pointer;
    background-color: #1e419a;
    transition: background-color .2s ease-in-out
}

.header {
    display: flex;
    justify-content: space-around;
    align-items: center
}

@media (min-width:768px) {
    .header {
        padding: 1rem 2rem;
        justify-content: space-between;
        flex-direction: row
    }
}

.header img {
    max-height: 8rem
}

.header .navegacion {
    visibility: hidden
}

@media (min-width:768px) {
    .header .navegacion {
        visibility: visible;
        display: flex;
        text-align: center;
        flex-direction: row;
        margin: 0
    }
}

.header .navegacion a {
    margin: 0 1rem;
    background-color: #fff;
    display: block;
    color: #000;
    text-decoration: none;
    padding: 1rem;
    font-size: 1.8rem;
    font-weight: 200
}

.header .navegacion a:hover {
    background-color: #333;
    color: #fff;
    transition: background-color .3s ease-in-out, color .3s ease-in-out
}

.barras {
    visibility: visible;
    display: block
}

.barras img {
    filter: invert(80%);
    height: 3rem;
    cursor: pointer
}

@media (min-width:768px) {
    .barras {
        display: none;
        visibility: hidden
    }
}

.contenedor-navegacion {
    display: none
}

@media (min-width:768px) {
    .contenedor-navegacion {
        align-items: center;
        display: flex;
        flex-direction: row;
        margin-top: 0
    }
}

.logoFacebook {
    visibility: hidden
}

@media (min-width:768px) {
    .logoFacebook {
        visibility: visible;
        margin-right: 2rem;
        height: 2.5rem;
        width: 2.5rem
    }
}

.footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #162f6f;
    padding: 3rem 2rem
}

@media (min-width:768px) {
    .footer {
        justify-content: space-between;
        flex-direction: row
    }
}

.footer p {
    color: #fff
}

.contacto-footer {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column
}

@media (min-width:768px) {
    .contacto-footer {
        width: 33%
    }
}

.contacto-footer .contacto {
    display: flex;
    align-items: center;
    gap: 2rem
}

@media (min-width:768px) {
    .contacto-footer .contacto {
        width: 40rem
    }
}

.contacto-footer p {
    margin: 1rem 0
}

.logo-footer {
    display: flex;
    flex-direction: column;
    align-items: center
}

@media (min-width:768px) {
    .logo-footer {
        width: 33%
    }
}

.logo-footer img {
    width: 25rem
}

.logo-footer p {
    color: #666
}

.navegacion-footer {
    display: flex;
    align-items: center
}

@media (min-width:768px) {
    .navegacion-footer {
        width: 33%
    }
}

.navegacion-footer p {
    text-align: right;
    margin-right: 1rem
}

.navegacion-footer .navegacion {
    display: flex;
    flex-direction: column;
    border-left: 5px solid #7b7b7b;
    border-spacing: 1rem;
    padding: 1rem
}

.navegacion-footer .navegacion a {
    color: #fff
}

.navegacion-footer .ubicacion {
    width: 50%
}

.formulario p {
    font-size: 1.4rem;
    color: #333;
    margin: 2rem 0 0
}

.formulario legend {
    font-size: 2 rem;
    color: #333
}

.formulario label {
    font-weight: 700;
    text-transform: uppercase;
    display: block
}

.formulario textarea {
    height: 20rem
}

.formulario input:not([type=submit]),
.formulario select,
.formulario textarea {
    padding: 1rem;
    display: block;
    width: 100%;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 1rem;
    margin-bottom: 2rem
}

.formulario .forma-contacto {
    max-width: 30rem;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.formulario input[type=radio] {
    margin: 0;
    width: auto
}

.formulario .imagen-small {
    max-width: 20rem
}

.barra-catalogo {
    background-color: #162f6f;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 0 10rem;
    box-shadow: 0 3px 4px 1px grey
}

.barra-catalogo h2 {
    color: #fff;
    font-weight: 700
}

.barra-catalogo .buscador {
    position: relative
}

.barra-catalogo .buscador input {
    height: 3.5rem;
    padding: 1rem;
    border-radius: 1rem;
    border: none
}

.barra-catalogo .buscador img {
    position: absolute;
    height: 3.5rem;
    width: 3.5rem
}

.product-card {
    position: absolute;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%
}

.product-card a {
    width: 5rem;
    height: 5rem;
    position: absolute;
    top: 0;
    right: 0
}

.product-card img {
    width: 20rem;
    height: 20rem
}

.catalogo {
    width: 100%
}

@media (min-width:768px) {
    .catalogo {
        display: flex
    }
}

.contenido-productos {
    flex-grow: 1
}

.categorias-productos {
    padding: 2rem
}

@media (min-width:1160px) {
    .categorias-productos {
        background-color: #c9ccd3;
        justify-content: space-between;
        max-height: 100rem;
        overflow-y: auto;
        min-width: 15rem;
        max-width: 15rem
    }

    .categorias-productos p {
        margin: 0;
        padding-left: 2rem
    }
}

.categoria {
    margin: 2rem 0;
    color: #001252;
    font-weight: 700;
    cursor: pointer
}

@media (min-width:1160px) {
    .categoria {
        align-items: center
    }
}

.categoria img {
    height: 2.5rem;
    width: 2.5rem
}

.categoria p {
    margin: 0
}

.categoria .contenedor-flecha {
    display: flex;
    visibility: visible
}

.categoria .subcategoria {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap
}

@media (min-width:1160px) {
    .categoria .subcategoria {
        flex-direction: column
    }
}

.categoria .subcategoria.hidden {
    display: none
}

.categoria .subcategoria a {
    color: #167ba6;
    text-align: right
}

.categoria .subcategoria a.active {
    color: #001252;
    font-weight: 700
}

.descripcion-perfil {
    background-color: #e1e1e1;
    text-align: left;
    padding: 2rem
}

@media (min-width:1160px) {
    .descripcion-perfil {
        padding: 0 2rem 0 0;
        display: flex
    }

    .descripcion-perfil img {
        max-width: 20rem;
        max-height: 20rem;
        margin: 1rem
    }
}

.descripcion-perfil h3 {
    text-align: left;
    margin: 1rem 0;
    font-weight: 400;
    color: #001252
}

.descripcion-perfil p {
    font-size: 2rem;
    font-weight: 300
}

.perfiles {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(1, 1fr);
    margin: 2rem 2rem 5rem
}

@media (min-width:768px) {
    .perfiles {
        display: grid;
        gap: 1rem;
        grid-template-columns: repeat(3, 1fr)
    }
}

@media (min-width:1160px) {
    .perfiles {
        display: grid;
        gap: 1rem;
        grid-template-columns: repeat(4, 1fr)
    }
}

.perfil {
    background-color: #e1e1e1;
    display: flex;
    align-items: center;
    transition: box-shadow .3s ease
}

.perfil img {
    max-width: 8rem;
    max-height: 8rem;
    margin: 1rem 2rem 1rem 1rem
}

.perfil p {
    font-size: 2rem;
    color: #001252
}

.perfil:hover {
    box-shadow: 0 2px 10px 4px #b3b3b3;
    transition: box-shadow .3s ease;
    cursor: pointer
}

.slider {
    display: flex;
    margin: 0 auto;
    flex-wrap: nowrap;
    overflow: hidden;
    max-width: 100%;
    height: 60rem
}

.slide {
    min-width: 100%;
    position: relative;
    transition: all .5s
}

.slide img {
    height: 70rem;
    -o-object-fit: cover;
    object-fit: cover
}

.contenido {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr))
}

.contenido img {
    max-width: 8rem
}

.contenido .icono {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 2rem
}

.contenido .icono p {
    text-align: center;
    font-size: 2rem
}

.contenido .icono:last-child {
    margin-right: 0
}

.imagen-productos {
    background-color: #162f6f;
    padding-bottom: 2rem
}

.imagen-productos h3 {
    color: #fff;
    font-weight: 700;
    margin: 4rem;
    text-align: left
}

@media (min-width:768px) {
    .imagen-productos h3 {
        font-size: 3rem
    }
}

.imagen-productos a {
    display: block;
    color: #000;
    background-color: #fff;
    font-size: 2rem;
    font-weight: 700;
    padding: 2rem 3rem;
    margin: 4rem;
    text-align: center
}

.imagen-productos .contenedor-productos {
    margin: 2rem 5rem;
    max-width: inherit
}

@media (min-width:1160px) {
    .imagen-productos .boton-productos {
        display: flex;
        justify-content: flex-end
    }
}

@media (min-width:1160px) {
    .imagen-productos {
        padding: 0;
        display: flex
    }

    .imagen-productos img {
        max-width: 50%;
        max-height: 40%
    }
}

.blog-section {
    background-color: #e1e1e1;
    padding: 1rem 2rem 2rem
}

.blog-section h3 {
    text-align: left;
    font-size: 4rem;
    line-height: 5rem;
    font-weight: 700;
    width: 70%;
    margin: 2rem 0 8rem;
    padding-top: 4rem
}

.sobre-nosotros {
    padding: 4rem 0
}

.sobre-nosotros h3 {
    text-align: left;
    font-size: 4rem;
    line-height: 5rem;
    font-weight: 700;
    width: 70%;
    margin: 2rem 0 8rem
}

@media (min-width:1160px) {
    .sobre-nosotros .contenedor-botones {
        display: flex;
        justify-content: space-between
    }
}

.sobre-nosotros .contenedor-botones a {
    display: block;
    margin: 2rem 0;
    background-color: #162f6f;
    color: #fff;
    padding: 2rem 5rem;
    font-size: 2.2rem
}

.menuDesplegable {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: all .5s linear;
    transform: translateX(0)
}

.menuDesplegable .menu {
    display: flex;
    flex-direction: column;
    padding: 3rem;
    width: 80%;
    height: 100%;
    background-color: #fff;
    font-size: 2rem;
    gap: 2rem
}

.menuDesplegable .menu a {
    color: #000
}

.menuDesplegable.hidden {
    transform: translateX(-50rem);
    transition: all .5s linear;
    visibility: hidden
}

.menuDesplegable .cerrar {
    width: 2rem;
    position: absolute;
    top: -1rem;
    cursor: pointer;
    right: 30%;
    font-size: 3rem
}

.contenido-encabezado {
    background-color: #162f6f
}

.contenido-encabezado .texto-encabezado {
    padding: 2rem
}

.contenido-encabezado .texto-encabezado h3 {
    font-weight: 700
}

.contenido-encabezado .texto-encabezado h3,
.contenido-encabezado .texto-encabezado p {
    color: #fff
}

@media (min-width:1160px) {
    .contenido-encabezado {
        background-color: transparent;
        background-image: url(/build/img/nosotrosHero.svg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 0;
        padding: 1rem 0
    }

    .contenido-encabezado .texto-encabezado {
        width: 45%;
        margin-left: auto;
        margin-right: 2rem
    }

    .contenido-encabezado .texto-encabezado h3 {
        color: #162f6f;
        font-weight: 700;
        text-align: left
    }

    .contenido-encabezado .texto-encabezado p {
        font-size: 2rem;
        color: #333
    }
}

.mision-vision {
    margin: 5rem
}

.mision-vision .contenido-misionvision h3 {
    color: #162f6f;
    font-weight: 700;
    margin-bottom: 0
}

.mision-vision .contenido-misionvision p {
    margin: 0;
    font-size: 2rem;
    color: grey
}

@media (min-width:768px) {
    .mision-vision {
        display: flex;
        gap: 5rem
    }
}

.nuestros-valores {
    background-color: #162f6f;
    padding: 4rem
}

.nuestros-valores h3 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 5rem
}

.nuestros-valores .contenedor-valores {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 5rem
}

.valor {
    width: 50rem;
    background-color: #fff;
    padding: 2rem 4rem;
    border-radius: 2rem
}

.valor .encabezado-valor {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3rem
}

.valor .encabezado-valor img {
    max-width: 5rem;
    max-height: 5rem
}

.valor p {
    font-size: 2rem
}

.politica {
    width: 80%
}

.politica h3,
.politica h4 {
    color: #162f6f;
    font-weight: 700;
    text-align: center
}

.politica p {
    font-size: 2rem
}

.colaboradores {
    padding: 2rem;
    border-radius: 1rem;
    margin: 3rem auto 5rem
}

.colaboradores h3 {
    color: #162f6f;
    font-weight: 700
}

.contenedor-colaboradores {
    display: flex;
    flex-direction: column
}

.contenedor-colaboradores h4 {
    color: #162f6f;
    font-weight: 700;
    text-align: center;
    margin-bottom: 2rem;
    margin-top: 2rem
}

.contenedor-colaboradores h4:after {
    content: "";
    display: block;
    width: 60%;
    margin: 0 auto;
    height: .2rem;
    background-color: #162f6f
}

.contenedor-colaboradores p {
    margin: 1rem;
    text-align: justify
}

@media (min-width:768px) {
    .contenedor-colaboradores {
        display: grid;
        gap: 2rem;
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (min-width:1160px) {
    .contenedor-colaboradores {
        display: grid;
        gap: 2rem;
        grid-template-columns: repeat(3, 1fr)
    }
}

.contenedor-colaboradores .definicion {
    box-shadow: 0 2px 5px 1px #ccc;
    padding: 2rem;
    margin-bottom: 5rem
}

@media (min-width:768px) {
    .contenedor-colaboradores .definicion {
        margin-bottom: 0
    }
}

.admin .botones-admin {
    display: flex;
    gap: 5rem;
    justify-content: center
}

.alerta {
    padding: .5rem;
    text-align: center;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    margin: 1rem 0
}

.alerta.error {
    background-color: #bd0000
}

.alerta.exito {
    background-color: #71b100
}

.botones-categoria {
    display: flex;
    justify-content: space-between
}

.categorias {
    display: flex;
    flex-direction: column
}

.redes-sociales {
    display: flex;
    gap: 2rem
}

.redes-sociales img {
    width: 6rem;
    height: 6rem;
    margin: 1rem;
    -o-object-fit: cover;
    object-fit: cover;
    cursor: pointer
}

.form-contacto {
    display: flex;
    flex-direction: column;
    gap: 1rem
}

.contenedor-imagen-contacto {
    display: flex;
    justify-content: center
}

.contenedor-imagen-contacto .imagen-contacto {
    max-height: 50rem;
    max-width: 70rem
}

.privacy p {
    text-align: justify;
    padding: 0 5rem
}

.privacyLink {
    margin: 2rem 0
}

.entradas-blog {
    display: grid;
    gap: 3rem;
    grid-template-columns: repeat(1, 1fr)
}

@media (min-width:480px) {
    .entradas-blog {
        display: grid;
        gap: 3rem;
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (min-width:1160px) {
    .entradas-blog {
        display: grid;
        gap: 3rem;
        grid-template-columns: repeat(3, 1fr)
    }
}

.entrada-blog {
    border-radius: 1rem;
    box-shadow: 0 5px 10px 1px #ccc;
    background-color: #ebebeb;
    padding: 0 2rem
}

.entrada-blog h3 {
    font-size: 2.4rem;
    color: #162f6f;
    margin: 2rem 0;
    font-weight: 400
}

.entrada-blog .imagen-entrada {
    width: 100%;
    height: 28rem
}

.entrada-blog p {
    margin: 1rem 0;
    text-align: justify
}

.entrada-blog span,
.entrada-completa-blog span {
    color: #162f6f;
    font-weight: 700
}

.entrada-completa-blog .imagen-entrada {
    display: flex;
    justify-content: center;
    margin: 4rem 0
}

.entrada-completa-blog .imagen-entrada img {
    width: 70rem
}

.entrada-completa-blog p {
    text-align: justify
}

.contenido-perfil .contenedor-imagen {
    display: flex;
    justify-content: center
}

.contenido-perfil img {
    height: 40rem;
    -o-object-fit: contain;
    object-fit: contain
}

.contenido-perfil h2 {
    font-weight: 700
}

.descripcion-contenido-perfil {
    text-align: justify;
    margin: 5rem 0
}

.descripcion-contenido-perfil p {
    font-size: 1.8rem
}

.logoISO{
    width: 3.5rem;
    margin-right: 30px;
}

.logoISO_Start{
    width: 4.5rem;
    margin: 0;
}

/*# sourceMappingURL=app.css.map */