﻿
@font-face {
    font-family: DIN_LIGH;
    src: url('DIN-LIGH.TTF');
}
@import url('https://fonts.googleapis.com/css?family=Open+Sans|Roboto');
a{
    color:black;
}
body {
    font-family: 'Open Sans', sans-serif;
    padding-bottom: 0px;
}
label.menospadding {
    padding: 6px;
}

div.menospadding {
    padding-left: 4px;
    padding-right: 4px;
}

    div.menospadding:first-child {
        padding-left: 9px;
    }

.lista-sub-productos > div > span {
    width: 25px;
    display: inline-block;
}

    .lista-sub-productos > div > span + span {
        width: 250px;
        display: inline-block;
    }

.lista-sub-productos > div > select {
    width: 275px;
    display: inline-block;
}

.lista-sub-productos > div {
    margin-bottom: 5px;
}

.contedor-desplazamiento {
    white-space: nowrap;
    /*max-width:600px;*/
    overflow-x: auto;
    overflow-y: hidden;
    margin-bottom: 5px;
}

    .contedor-desplazamiento::-webkit-scrollbar, .scrollbar {
        width: auto;
        height: 10px;
        background-color: #00aeef;
        border-radius: 10px;
        border: 2px solid rgb(190,211,170);
        background: rgb(10,63,11);
    }

    .contedor-desplazamiento::-webkit-scrollbar-thumb, .scrollbar-thumb {
        height: 8px;
        border-radius: 8px;
        border: 1px solid #dcdcdc;
        background-color: rgb(190,211,170);
    }

.tooltip-inner {
    background: rgb(10,63,11);
}

    .tooltip-inner > h3, .tooltip-inner > h4, .tooltip-inner > p {
        font-family: Dosis;
        margin: 3px;
    }

.tabla {
    display: table;
}

.fila {
    display: table-row;
}

.celda {
    display: table-cell;
    /*max-height:81px !important;
    max-width:81px !important;
    min-height:81px !important;
    min-width:81px !important;*/
    padding: 1px;
}

    .celda h2 {
        overflow-wrap: break-word;
        word-break: break-word;
        white-space: normal;
    }



section {
    background-color: white;
}

.thumbnailProducto, .thumbnailNoticia .thumbnailContenido {
    font-family: Roboto, Raleway, sans-serif;
    font-weight: bold;
    line-height: 1.2;
}
.thumbnailDetalleTextos {
    background-color: lightgoldenrodyellow;
    border: 1px solid #E23902;
    box-sizing: border-box;
    padding:10px 5px;
}
.thumbnailDetalleFotos {
    border: 1px solid rgb(10,63,11);
}

div.thumbnailPublicidad {
    vertical-align: central;
    margin: auto auto;
}

div.thumbnailPublicidad, div.thumbnailContenido,
div.thumbnailProducto, div.thumbnailDestacado, div.thumbnailArticulo {
    margin-bottom: 15px;
    max-height: 300px;
    height: 300px;
    box-sizing: border-box;
}

div.thumbnailNoticia {
    /*margin-bottom:15px;*/
    max-height: 400px;
    height: 400px;
    box-sizing: border-box;
}

div.thumbnailDestacado > div:first-child {
    border: 1px solid rgb(10,63,11);
    background-color: rgba(190,211,170,0.3 );
}

div.thumbnailArticulo > div:first-child {
    border: 1px solid rgb(247, 246, 167);
    background-color: rgba(247, 246, 167, 0.41);
}

div.thumbnailContenido > div {
    max-height: 300px;
    height: 300px;
    box-sizing: border-box;
    padding-left: 15px;
    border: 1px solid #E23902;
    background-color: rgba(226, 57, 2, 0.1);
    color: #E23902;
}

div.thumbnailDestacado h4, div.thumbnailArticulo h4 {
    margin-bottom: 0px;
    margin-top: 0px;
}

div.thumbnailNoticia > h5, div.thumbnailProducto > h5, div.thumbnailArticulo > h5, div.thumbnailDestacado > h5, div.thumbnailContenido > div > h5 {
    width: 85px;
    margin: 0px;
    position: absolute;
    top: 0px;
    right: 15px;
    z-index: 10;
    padding: 5px;
    background-color: rgba(190,211,170,0.8);
    font-family: Raleway, sans-serif;
    letter-spacing: 2px;
    font-weight: bold;
}

div.thumbnailProducto > h5 {
    margin: 1px;
}

div.thumbnailNoticia h5 a, div.thumbnailContenido h5 a {
    font-family: Raleway, sans-serif;
    letter-spacing: 2px;
    font-weight: bold;
    color: rgb(10,63,11);
}

    div.thumbnailNoticia h5 a:hover, div.thumbnailContenido h5 a:hover {
        color: #E23902 !important;
    }

div.thumbnailDestacado a, div.thumbnailArticulo a {
    font-family: Raleway, sans-serif;
    letter-spacing: 2px;
    font-size: 14px;
    font-weight: bold;
    color: rgb(10,63,11);
}

    div.thumbnailDestacado a:hover, div.thumbnailArticulo a:hover {
        color: #E23902 !important;
    }



.thumbnailProducto a, .thumbnailNoticia a {
    position: relative;
    overflow: hidden;
    display: block;
    max-height: 300px;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    background-color: rgba(190,211,170,0.1);
}

.thumbnailProducto a {
    text-align: center;
    background-color: rgba(190,211,170,0.4);
    border: 1px solid rgb(10,63,11);
}

.thumbnailProducto img {
    height: 100%;
    max-height: 100%;
    width: auto;
    margin: 0px auto;
    padding-bottom: 40px;
    padding-top: 2px;
    transition: all 1.5s ease;
}

.thumbnailNoticia img {
    width: 100%;
    max-width: 100%;
    background-color: lightgoldenrodyellow;
    transition: all 1.5s ease;
}

    .thumbnailProducto img:hover, .thumbnailNoticia img:hover {
        transform: scale(1.1);
    }

.thumbnailProducto div {
    padding-left: 2px;
    position: absolute;
    bottom: 0;
    width: 100%;
    /*background-color: rgb(190,211,170);*/
    background-color: rgb(10,63,11);
    opacity: 0.9;
    /*color: rgb(10,63,11);*/
    /*color:rgb(190,211,170);*/
    color: whitesmoke;
}

.thumbnailNoticia div {
    width: 100%;
    background-color: lightgoldenrodyellow;
    /*background-color: rgb(190,211,170);*/
    opacity: 0.9;
    color: rgb(10,63,11);
}

.thumbnailProducto h3 {
    /*padding-top:5px;*/
    font-size: 20px;
    letter-spacing: 1px;
    text-align: left;
    margin: 0;
    /*font-weight: bold;*/
}

.thumbnailNoticia h3 {
    margin: 10px 0px 0px 0px;
    font-size: 20px;
    letter-spacing: 2px;
    text-align: left;
    font-weight: bold;
}

.thumbnailNoticia p {
    margin: 0;
    min-height: 40px;
    padding: 2px;
    font-size: 14px;
    text-align: left;
}

.thumbnailProducto p {
    margin: 0;
    /*padding:2px;*/
    font-size: 14px;
    letter-spacing: 1px;
    text-align: left;
}

div.breadcrumbUser {
    padding: 0px 0px;
    background-color: transparent;
    margin: 0px;
}

ol.breadcrumbUser {
    padding: 0px 0px;
    margin-bottom: 0px;
    background-color: transparent;
}

ol.breadcrumb {
    margin-bottom: 0px;
}

    ol.breadcrumb li:before {
        content: ">";
        padding: 0 3px;
        color: rgb(10,63,11);
    }

    ol.breadcrumb li:first-child:before {
        content: "";
        padding: 0 3px;
        color: rgb(10,63,11);
    }

    ol.breadcrumb li:last-child {
        font-weight: bold;
    }


.carousel-caption h2 {
    font-family: Raleway, sans-serif;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 3px;
    line-height: 1.6;
}

.carousel-caption p {
    font-family: Raleway, sans-serif;
    font-size: 20px;
    font-weight: bolder;
    line-height: 1.4;
}

.navbar {
    margin-bottom: 0px;
}

.navbar-biofacil {
    font-family: Raleway, sans-serif;
    letter-spacing: 2px;
    font-size: 14px;
    font-weight: 600;
    background-color: rgba(0,0,0,0);
    border-color: rgb(10,63,11);
    color: rgb(10,63,11);
}

    .navbar-biofacil .navbar-nav > li > a,
    .navbar-biofacil .navbar-brand,
    .navbar-biofacil .btn-link,
    .navbar-biofacil .navbar-nav > .open > a,
    .footer-principal-layout .navbar-nav > .open > a,
    .footer-principal-layout .navbar-nav a {
        color: rgb(10,63,11);
        /*background-color: rgb(190,211,170) !important;*/
    }

        .navbar-biofacil .navbar-nav > li > a:hover, .navbar-biofacil .navbar-nav > li > a:focus,
        .navbar-biofacil .dropdown-menu > li > a:hover, .navbar-biofacil .dropdown-menu > li > a:focus {
            /*background-color: rgb(190,211,170) !important;*/
            color: #E23902 !important;
            /*border-bottom: 2px solid #E23902;*/
        }

ul.dropdown-menu {
    border-top: 2px solid #E23902 !important;
    border-bottom: 2px solid #E23902 !important;
}

.footer-principal-layout {
    font-family: Raleway, sans-serif;
    min-height: 250px;
    /*background-color: rgb(190,211,170);*/
    border-top: 1px solid rgb(10,63,11);
    width: 100%;
    color: rgb(10,63,11);
    margin-bottom: 0px;
}

    .footer-principal-layout p {
        margin-bottom: 0px;
    }

.areaA {
    padding-left: 5px;
    padding-right: 5px;
    box-sizing: border-box;
}

.ean {
    font-family: Ean18;
    font-size: 26px;
}

.cajaout {
    padding: 5px;
}

.cajamin {
    min-height: 340px;
}

.caja {
    background-color: #ffffff;
    box-sizing: border-box;
    margin-top: 5px;
    /*width:100%;*/
}

.cajatop {
    background-color: transparent;
    border: 0px;
    border-radius: 0px;
    border-bottom: 1px solid #e6e9ec;
    margin-bottom: 0px;
}

    .cajatop h2 {
        font-size: 14px;
        font-weight: bold;
        margin: 0px;
        padding: 10px 15px;
    }

    .cajatop .container-fluid {
        padding-left: 5px;
    }

.texto-imagen-fondo {
    min-height: 135px;
    background-repeat: no-repeat;
    background-size: 135px 135px;
    /*background-position-x:5px;*/
    text-align: left;
    position: relative;
}

    .texto-imagen-fondo h3 {
        font-size: 14px;
        font-weight: bold;
    }

    .texto-imagen-fondo h4 {
        font-size: 12px;
        font-weight: bold;
        margin: 0px;
        display: inline-block;
    }

    .texto-imagen-fondo .flotar {
        vertical-align: bottom;
        position: absolute;
        padding: 5px;
        margin: 0px;
        width: 100%;
        background: rgba(225, 225, 225, .7);
    }

    .texto-imagen-fondo .flotar-top {
        top: 0;
    }

    .texto-imagen-fondo .flotar-bottom {
        bottom: 0;
    }

.min {
    float: left;
    width: 45%;
    text-align: left;
}

.med {
    font-size: 12px;
    margin: 0px;
    display: inline-block;
    line-height: 12px;
    width: 10%;
    text-align: center;
}

.link-contenidos {
    display: block;
}

h3.contenidos {
    margin-top: 2px;
}

.med span {
    vertical-align: bottom;
}

.max {
    float: right;
    width: 45%;
    text-align: right;
}

.elevado-2dp {
    box-shadow: 0 0 0 1px rgba(0,0,0,.1), 0 2px 3px rgba(0,0,0,.2);
}

.tab-pane {
    background-color: #ffffff;
}

figure {
    height: 100%;
    margin: 5px;
    display: inline-block;
}

figcaption {
    vertical-align: central;
}

    figcaption input.checkimage {
        min-height: 10px;
        display: inline-block;
    }

#listaImagenes img {
    width: 150px;
}

/* UI USERERSSSSS*/

#share-buttons img {
    /*width: 35px;*/
    border: 0;
    box-shadow: 0;
    display: inline;
}

#logoBioFacil {
    margin: 5px auto;
    display: block;
}

.panel-principal-layout {
    padding-top: 0px;
    padding-bottom: 5px;
    min-height: 590px;
}

.panel-principal-contenido {
    padding-left: 5px;
    padding-right: 5px;
}

h1 {
    font-size: 3rem;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.75rem;
}

h4 {
    font-size: 1.50rem;
}

h5 {
    font-size: 1.25rem;
}

h6 {
    font-size: 1rem;
}

.caption h3 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.thumbnail .caption {
    padding: 0px;
}

dt, dd {
    font-size: 1.00rem;
}

.titulo {
    margin-left: 3px;
    margin-right: 3px;
    margin-top: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid black;
}

.subproductos {
    padding: 0px;
    margin: 0px !important;
}

.subproducto {
    margin: 0px;
    padding: 0px;
}

.listaproductos-main {
    padding-top: 15px;
    padding-left: 5px;
    padding-right: 5px;
}

.listaproductos-maincol {
    padding-left: 5px;
    padding-right: 5px;
}

.cajaout-main {
    padding: 5px;
}

.caja-main {
    background-color: #ffffff;
    box-sizing: border-box;
    width: 100%;
}

.elevado-2dp-main {
    box-shadow: 0 0 0 1px rgba(0,0,0,.1), 0 2px 3px rgba(0,0,0,.2);
}

.texto-imagen-fondo-main {
    min-height: 135px;
    background-repeat: repeat-x;
    background-size: 240px 135px;
    /*background-position-x:5px;*/
    text-align: left;
    position: relative;
}

.subproducto .texto-imagen-fondo-main {
    border-top: 1px solid;
    border-top-color: transparent;
    border-bottom: 1px solid;
    border-bottom-color: transparent;
}

.floated {
    width: 35%;
    padding: 5px;
    float: left;
}


h1 {
    font-size: 18px;
    margin: 8px;
    font-weight: bold;
    display: block;
}

h2 {
    font-size: 16px;
    margin: 5px;
    font-weight: bold;
    display: block;
}

.texto-imagen-fondo-main h3 {
    font-size: 14px;
    margin: 0px;
    font-weight: bold;
}

.texto-imagen-fondo-main h4 {
    font-size: 12px;
    font-weight: bold;
    margin: 0px;
    display: inline-block;
}

.texto-imagen-fondo-main .flotar-main {
    vertical-align: bottom;
    position: absolute;
    padding: 5px;
    margin: 0px;
    width: 100%;
    background: rgba(255, 255, 255, .7);
}

.texto-imagen-fondo-main .flotar-top-main {
    top: 0;
}

.texto-imagen-fondo-main .flotar-bottom-main {
    bottom: 0;
}

.min-main {
    float: left;
    width: 45%;
    text-align: left;
}

.med-main {
    font-size: 12px;
    margin: 0px;
    display: inline-block;
    line-height: 12px;
    float: left;
    width: 10%;
    text-align: center;
}

    .med-main span {
        vertical-align: bottom;
    }

.max-main {
    float: right;
    width: 45%;
    text-align: right;
}

.imagen-articulo-main {
    height: 100px;
    display: block;
    margin: auto;
}

.contenedor-imagenes-main {
    padding: 2px;
}

.imagenes-main {
    display: inline-block;
    height: 60px;
    width: 60px;
    background-repeat: no-repeat;
    background-size: 60px 60px;
    /*background-position-x:5px;*/
    text-align: left;
    position: relative;
}

.nutricional table {
    margin: auto;
}

    .nutricional table tr > td {
        text-align: left;
    }

    .nutricional table .indent {
        padding-left: 5px;
    }

    .nutricional table th {
        border-bottom: 1px solid orange;
    }

    .nutricional table th, .nutricional table td + td {
        text-align: center;
        margin-left: 5px;
    }

.detalle-main {
    font-family: Raleway, sans-serif;
    margin: 5px;
}

    .detalle-main > div {
        color: rgb(10,63,11);
        font-weight: bold;
    }

        .detalle-main > div + div {
            color: black;
            font-weight: normal;
            padding-left: 5px;
        }

.tab-pane {
    min-height: 400px;
}

.imagenes-main span {
    position: absolute;
    bottom: 0;
    font-size: 14px;
    font-weight: bold;
    color: orange;
    background: rgba(255, 255, 255, .7);
    width: 100%;
}

    .imagenes-main span.top {
        position: absolute;
        top: 0;
        font-size: 14px;
        font-weight: bold;
        color: orange;
        background: rgba(255, 255, 255, .5);
        height: 16px;
        width: 100%;
    }

    .imagenes-main span.bottom {
        position: absolute;
        bottom: 0;
        font-size: 14px;
        font-weight: bold;
        color: orange;
        background: rgba(255, 255, 255, .5);
        width: 100%;
    }

.image-logo-main {
    width: 60px;
    height: 60px;
}

.logo-articulo-main {
    height: 90px;
}



.texto-imagen-fondo-main-tabla {
    width: 100%;
    padding-bottom: 100%;
    background-size: cover;
    position: relative;
}

.tabla-comparador {
    border-collapse: collapse;
    /*border:1px solid black;*/
    margin: 10px auto;
    /*margin-bottom:10px;*/
    background-color: rgba(190,211,170,0.1);
}

    .tabla-comparador .fila-tabla:nth-child(even) {
        background-color: rgba(190,211,170,0.3 );
    }

.div-comercio-comparador, .div-precio-comparador, .div-marca-comparador {
    margin: 2px;
    min-width: 75px;
    min-height: 75px;
    max-width: 75px;
    max-height: 75px;
    position: relative;
    z-index: 1;
    transition: all ease-in-out 1s;
    border: 2px solid white;
    text-align: center;
    vertical-align: middle;
}

.tabla-comparador .fila .div-comercio-comparador:first-child {
    border-left: 0;
}

.tabla-comparador .fila:first-child .div-marca-comparador {
    border-top: 0;
}

.tabla-comparador .fila .div-marca-comparador:last-child,
.tabla-comparador .fila .div-precio-comparador:last-child {
    border-right: 0;
}

.tabla-comparador .fila:last-child .div-comercio-comparador,
.tabla-comparador .fila:last-child .div-precio-comparador {
    border-bottom: 0;
}

.min-precio {
    /*color: rgb(162, 195, 131); RGB*/
    box-shadow: inset 0px 0px 20px 5px #2daa04;
    /*border:4px solid green;*/
}

.max-precio {
    box-shadow: inset 0px 0px 20px 5px #E23902;
    /*border:4px solid red*/
}

.div-logos-destacados {
    margin-top: 2px;
}

.div-logos-destacados-detalle {
    margin-bottom: 2px;
}

img.img-logos-destacados-certificacion {
    width: 100%;
    height: auto;
}

img.img-logos-destacados-certificacion-detalle {
    width: 100%;
    height: auto;
}

h2.img-logos-destacados-certificacion {
    text-align: center;
}



div.img-logos-destacados-certificacion {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    width: 20%;
    height: 60px;
}

div.img-logos-destacados-certificacion-detalle {
    width: 10%;
    height: 10%;
}

.min-marca > div.fondo-marca {
    background: #00FF00;
    /*background: linear-gradient(to top, #00FF00 10%, rgba(80,248,50,0.8) 30%, rgba(255,255,255,.8) 100%);*/
}

.max-marca > div.fondo-marca {
    background: #FF0000;
    /*background: linear-gradient(to top, #FF0000 10%, rgba(248,80,50,0.8) 30%, rgba(255,255,255,.8) 100%);*/
}

.min-comercio > div.fondo-comercio {
    background: #00FF00;
    /*background: linear-gradient(to right, #00FF00 10%, rgba(80,248,50,0.8) 30%, rgba(255,255,255,.8) 100%);*/
}

.max-comercio > div.fondo-comercio {
    background: #FF0000;
    /*background: linear-gradient(to right, #FF0000 10%, rgba(248,80,50,0.8) 30%, rgba(255,255,255,.8) 100%);*/
}

.div-precio-comparador > div.fondo-marca {
    z-index: -2;
    position: absolute;
    left: 10%;
    top: 10%;
    bottom: 20%;
    right: 80%;
    transition: all ease-in-out 2s;
}

.div-precio-comparador > div.fondo-comercio {
    z-index: -2;
    position: absolute;
    left: 20%;
    top: 80%;
    bottom: 10%;
    right: 10%;
    transition: all ease-in-out 2s;
}

.div-comercio-precios {
    background-color: white;
}

    .div-comercio-comparador > img, .div-marca-comparador > img, .div-comercio-precios > img {
        width: 95%;
    }



.fuente-precio {
    font-family: Dosis;
}

.color-rojo-bio {
    color: #E23902;
}

.color-verde-bio {
    color: rgb(10,63,11);
}

.div-comercio-precios > img {
    margin-bottom: 0px;
    padding-bottom: 0px;
    margin: 0px 1px;
    display: inline-block;
}

.div-comercio-precios {
    width: 20%;
    border: 1px solid black;
    display: inline-block;
}

.BordeRojo {
    border: 1px solid #c12121;
   /*vertical-align:baseline!important;*/
}

.div-comercio-precios-detalle {
    width: 10%;
}

.centrado {
    margin: auto;
    position: absolute;
    top: 50%; /* position the top  edge of the element at the middle of the parent */
    left: 50%; /* position the left edge of the element at the middle of the parent */
    transform: translate(-50%, -50%);
    display: inline;
}

.abajo {
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    position: absolute;
    display: block;
}

h4.articulo {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 12px;
}

a.precio, span.precio {
    /*vertical-align:middle;*/
    /*font-family: Dosis;*/
    z-index: 1;
    display: block;
    text-decoration: none;
    /*font-size: 18px;*/
    text-align: center;
    line-height: 1;
    /*margin:10px auto;*/
}
a.precio {
    display: inline-block;
    width: 100%;
    height: 100%;
}

span.precio {
    margin: 0px;
    padding:2px 0px;
}
.thumbnailDestacado span.precio{
    font-size:15px;
}
.PrecioMax {
    color: red !important;
}

.PrecioMin {
    color: green !important;
}

.bold {
    font-weight: bolder;
}



.oferta, .oferta0, .oferta1, .oferta2, .oferta3, .oferta4, .oferta5 {
    font-size: 14px;
    line-height: 16px;
    font-weight: bolder;
    color: #fff;
    background-color: #c12121;
    border-top: 1px solid #c12121;
    border-bottom: 1px solid #c12121;
    text-align: center;
}
.oferta0, .oferta1, .oferta2, .oferta3, .oferta4, .oferta5 {
    display: block; 
    box-sizing:border-box;
}
.oferta0 {
    background: linear-gradient( 45deg, #f87c7c, #f87c7c 50%, #c12121 50%, #c12121 );
    background-size: 2px 2px;
    border-top: 1px solid #c12121;
    border-bottom: 1px solid #c12121;
}
span.oferta0:empty:before, span.sinprecio:empty:before {
        content: "\200b";
    }

.ofertaB {
    border: 1px solid #c12121;
}

span.precioTachado {
    text-decoration: line-through;
    font-size: 14px;
}

.fila-tabla {
    padding-right: 3px;
    padding-left: 3px;
    padding-top: 5px;
}

.main-propia {
    padding: 3px;
    /*min-height:80px;*/
}



.imagen-fondo-main-propia {
    background-size: cover;
    background-origin: border-box;
    background-position-x: 2px;
    background-position-y: 2px;
}

.scrollbar {
    background-color: #00aeef;
}

.footer-top {
    padding: 20px;
    background-color: white;
}

.footer-bottom {
    padding-top: 10px;
    padding-right: 15px;
    padding-left: 15px;
    background-color: rgba(190,211,170,0.3 );
}

    .footer-bottom span {
        display: block;
        text-align: center;
        margin: 0px auto;
    }

    .footer-bottom .left {
        /*width: 20%;
    float: left;*/
        text-align: left;
    }

    .footer-bottom .right {
        /*width: 80%;
    float: right;*/
        text-align: right;
    }

.nav-footer-bottom {
    /*width: 19%*/;
    display: inline-block;
    text-align: left;
    vertical-align: top;
    /*margin-right: 3%;*/
}

.footer-bottom nav h5 {
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: rgb(10,63,11);
}

.footer-bottom nav ul {
    padding-left: 0;
}

    .footer-bottom nav ul li {
        list-style-type: none;
    }

        .footer-bottom nav ul li a {
            color: #E23902;
            font-size: 14px;
            padding: 3px 0;
            display: block;
        }


.footer-soc {
    padding: 0;
    margin: 0;
    text-align: center;
    color: white;
}

    .footer-soc li {
        display: block;
        list-style-type: none;
        margin-bottom: 5px;
        padding-left: 20px;
        margin-right: 14px;
        text-align: left;
    }

.footer-soc1 li a {
    width: 40px;
    height: 40px;
    display: block;
    background-color: rgb(10,63,11);
    border-radius: 50%;
    padding-top: 10px;
    transition: all 0.5s ease;
}

.footer-soc li a:hover {
    background-color: #E23902;
}

.footer-soc li i {
    font-size: 20px;
    color: white;
}
.headArea {
    display: block;
    text-align: center;
    color: rgb(10,63,11);
    padding: 15px 10px 5px;
}
    .headArea h2 {
       
        color: rgb(10,63,11);
        text-transform: uppercase;
        font-size: 24px;
        border-color: #eaebec;
        position: relative;
    }
        .headArea h2:before {
            content: "";
            display: block;
            border-top: solid 2px;
            border-top-color: rgb(10,63,11);
            width: 100%;
            height: 3px;
            opacity:.5;
            position: absolute;
            top: 50%;
            z-index: 1;
        }
        .headArea h2 span {
            font-family: 'Roboto', sans-serif;
            background: #fff;
            padding: 0 20px;
            position: relative;
            z-index: 5;
        }

            @media screen and (min-width: 767px) and (max-width: 991px) {
                #redes h5 {
                    text-align: center;
                }

                .footer-soc li {
                    display: inline-block;
                    padding-left: 10px;
                    margin-right: 4px;
                }
            }

            @media screen and (max-width: 767px) {
                .nav-footer-bottom h5 {
                    text-align: center;
                }

                .footer-soc li {
                    display: inline-block;
                    padding-left: 10px;
                    margin-right: 4px;
                }

                .menu li a {
                    text-align: center;
                }
            }

            #custom-nav {
    background-color: rgba(0,0,0,0);
    border: 0;
    box-shadow: none;
    z-index: 999;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: background .5s ease-in-out, opacity .5s ease;
    -moz-transition: background .5s ease-in-out, opacity .5s ease;
    transition: background .5s ease-in-out, opacity .5s ease;
}

    #custom-nav a {
        background: transparent;
        color: rgb(10,63,11);
    }

    #custom-nav .dropdown-menu {
        border-radius: 0;
        border: none;
        border-top: 5px solid transparent;
        background-color: white; /*transparent;*/
        -webkit-box-shadow: none;
        box-shadow: none;
        padding-top: 0;
    }

       

    #custom-nav .container {
        padding-top: 5px;
        padding-bottom: 20px;
        -webkit-transition: padding-top .5s ease, padding-bottom .5s ease;
        -moz-transition: padding-top .5s ease, padding-bottom .5s ease;
        transition: padding-top .5s ease, padding-top .5s ease, padding-bottom .5s ease;
    }

    /* Styles after scroll */
    #custom-nav.affix {
        top: 0;
        min-width: 100%;
        background-color: rgb(190,211,170); /*#f8f8f8;*/
        opacity: 0.9;
        -webkit-transition: background .5s ease-in-out, opacity .5s ease;
        -moz-transition: background .5s ease-in-out, opacity .5s ease;
        transition: background .5s ease-in-out, opacity .5s ease;
    }

        #custom-nav.affix a {
            color: rgb(10,63,11);
        }

        #custom-nav.affix .container {
            -webkit-transition: padding-top .5s ease, padding-bottom .5s ease;
            -moz-transition: padding-top .5s ease, padding-bottom .5s ease;
            transition: padding-top .5s ease, padding-top .5s ease, padding-bottom .5s ease;
            padding-top: 8px;
            padding-bottom: 8px;
        }

        #custom-nav.affix .dropdown-menu {
            -webkit-transition: background .5s ease-in-out;
            -moz-transition: background .5s ease-in-out;
            transition: background .5s ease-in-out;
            border-top: 9px solid transparent;
            background: rgb(190,211,170);
        }
/*}*/

@media screen and (max-width: 767px) {
    #wrapwrap {
        padding-top: 50px;
    }

    .navbar-fixed-top {
        z-index: 999;
    }
}

@media screen and (min-width: 767px) and (max-width: 991px) {
 
    .listaproductos-main {
        padding-top: 15px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .listaproductos-maincol {
        padding-left: 5px;
        padding-right: 5px;
    }

    h5.precio {
        margin-top: 5px;
        margin-bottom: 5px;
        font-size: 12px;
        line-height: 1;
        font-weight: bold;
    }

    .imagen-fondo-main-propia {
        background-repeat: no-repeat;
        min-height: 130px;
        /*background-size: 127px 127px;*/
        background-origin: border-box;
        background-position-x: 2px;
        background-position-y: 2px;
    }

    .main-propia {
        min-height: 130px;
    }

    .minalto {
        min-height: 130px;
    }

    .texto-imagen-fondo-main {
        min-height: 180px;
        background-repeat: repeat-x;
        background-size: 320px 180px;
        /*background-position-x:5px;*/
        text-align: left;
        position: relative;
    }
}

@media screen and (min-width: 991px) {

    h5.precio {
        margin-top: 5px;
        margin-bottom: 5px;
        font-size: 12px;
        line-height: 1;
        font-weight: bold;
    }

    .listaproductos-main {
        padding-top: 15px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .listaproductos-maincol {
        padding-left: 5px;
        padding-right: 5px;
    }

    .imagen-fondo-main-propia {
        background-repeat: no-repeat;
        /*min-height:130px;*/
        /*background-size: 127px 127px;*/
        background-origin: border-box;
        background-position-x: 2px;
        background-position-y: 2px;
    }

    .texto-imagen-fondo-main {
        min-height: 130px;
        background-repeat: repeat-x;
        background-size: 320px 130px;
        /*background-position-x:5px;*/
        text-align: left;
        position: relative;
    }
}

.sombreado {
    background-color: rgba(230,230,230,0.7);
}
/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 2px;
    padding-right: 2px;
    min-height: 430px;
}

.row {
    margin-left: -5px;
    margin-right: -5px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 280px;
}

#myCarouselFotos {
    background-color: rgba(190,211,170,0.3 );
}

    #myCarouselFotos .item {
        height: 400px;
    }

        #myCarouselFotos .item img {
            max-height: 100%;
            max-width: 100%;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
        }

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* buttons and links extension to use brackets: [ click me ] */
.btn-bracketed::before {
    display: inline-block;
    content: "[";
    padding-right: 0.5em;
}

.btn-bracketed::after {
    display: inline-block;
    content: "]";
    padding-left: 0.5em;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* Hide/rearrange for smaller screens// sx */
@media screen and (max-width: 767px) {
    /* Hide captions */
 

        .carousel-caption h2 {
            font-size: 24px;
            letter-spacing: 2px;
            line-height: 1.2;
        }

        .carousel-caption p {
            font-size: 14px;
            line-height: 1;
        }

    #custom-nav .container {
        padding-top: 5px;
    }

    .carousel-inner img {
        height: 180px !important;
    }
}
