/* Webfonts */

@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,600,700,800,900');

/* Layout */

.cont {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1140px;
}

.bg-c-blog {
    background-size: cover;
    background-repeat: repeat;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../img/cocinando.jpg");
    background-attachment: scroll;
}

@media (max-width: 678px) {
    .ocultar {
        display: none !important;
    }
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
}

.dynamic-code {
    background-color: #f7cb9b;
    font-size: 1.2rem;
    padding: .2rem 1rem;
}

.captcha-reload {
    color: #98d3bf;
}

/*Texto*/

body {
    font: normal 15px / 27px "Poppins", Helvetica, Arial, Verdana, sans-serif;
    color: #85868c;
}

p {
    line-height: 1.8;
    font-size: .9rem;
}

h1 {
    color: #ffffff;
    font-size: 1.9rem;
    font-weight: lighter;
}

h2 {
    font-weight: 600;
    font-size: 2.2rem;
    color: #333
}

h3 {
    color: #f09736 !important;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 1.5rem;
    line-height: 36px;
}

h4 {
    font-weight: normal;
    font-size: 1.25rem;
}

h5 {
    color: #333333;
    font-weight: 600;
    line-height: 1.5;
}

h6 {
    font-size: 1.1rem;
    font-weight: 500;
    line-height: .95;
}

@media (max-width: 567px) {
    h2 {
        font-size: 1.8;
        line-height: 1;
    }
    h3 {
        line-height: 1;
    }
    h4 {
        font-weight: normal;
        font-size: 1.1rem;
    }
    .display-3 {
        font-size: 1.2rem;
        font-weight: 700;
    }
    .display-4 {
        font-size: 2.4rem;
        font-weight: 800;
    }
}

.text-sm {
    font-size: .75rem !important;
}

.text-md {
    font-size: 1.1rem !important;
    font-weight: bolder;
}

.text-lg {
    font-size: 5.75rem !important;
}

.lead {
    font-size: 1.6rem;
    font-weight: 700;
}

.display-3 {
    font-size: 3rem;
    font-weight: 800;
}

.display-4 {
    font-size: 6rem;
    font-weight: 800;
}

@media (max-width: 992px) {
    .text-sm {
        font-size: .75rem !important;
    }
    .text-lg {
        font-size: 3.75rem !important;
    }
    .lead {
        font-size: 1.6rem;
        font-weight: 600;
    }
    .display-3 {
        font-size: 2rem;
        font-weight: 700;
    }
    .display-4 {
        font-size: 4rem;
        font-weight: 800;
    }
}

@media (max-width: 768px) {
    .text-lg {
        font-size: 2.45rem !important;
    }
    .lead {
        font-size: 1.4rem;
        font-weight: 600;
    }
    .display-3 {
        font-size: 1.4rem;
        font-weight: 700;
    }
    .display-4 {
        font-size: 2.8rem;
        font-weight: 800;
    }
}

@media (max-width: 567px) {
    .text-lg {
        font-size: 2.15rem !important;
    }
    .lead {
        font-size: 1rem;
        font-weight: 600;
        line-height: 1.2;
    }
    .display-3 {
        font-size: 1.2rem;
        font-weight: 700;
    }
    .display-4 {
        font-size: 2.4rem;
        font-weight: 800;
    }
}

.quotes {
    font-size: 1.1rem;
    line-height: 1.3;
    font-style: italic;
    font-weight: lighter;
}

.author {
    font-size: 1.3rem;
    font-weight: bolder;
}

@media (max-width: 567px) {
    .quotes {
        font-size: 1rem;
        line-height: 1;
    }
    .author {
        font-size: 1.1rem;
        font-weight: bolder;
    }
}

.uppercase {
    text-transform: uppercase;
}


/*Links*/

.contact-bar a {
    color: white;
    text-decoration: none;
}

.contact-bar a:hover {
    color: rgb(245, 230, 230);
    text-decoration: none;
}

a.blanco {
    color: white;
    text-decoration: none;
    font-weight: 600;
}

a.nav-link {
    color: #f09736 !important;
}

a.nav-link {
    color: #f09736 !important;
}
a.deco-no{
    text-decoration: none;
}
a.deco-no:hover{
    text-decoration: none;
}

a.hv-gray{
    color: #3d3d3d !important;
}
a.hv-gray:hover{
    color: #7b7b7b !important;
    text-decoration: none;
}
footer li a {
    color: #85868c;
    text-decoration: none;
}

footer li a:hover {
    color: #85868c;
    text-decoration: none;
}
footer a.text-gray{
    text-decoration: none;
}
footer a.text-gray:hover{
    color: #5e5e5e;
    text-decoration: none;
}

/* Topnav */

.nav-item a {
    color: #fff;
    text-transform: none;
    text-decoration: none;
    display: inline-block;
    padding: 15px 20px;
    position: relative;
}

.nav-item a:after {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    background: #f09736;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}

.nav-item a:hover:after {
    width: 100%;
    left: 0;
}

@media screen and (max-height: 300px) {
    ul {
        margin-top: 40px;
    }
}


/*Iconos*/

.icon-top {
    font-size: 1.2rem;
}

.icon-bottom {
    font-size: 1.3rem;
}

.icon-center {
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.3);
    border-width: 4px;
    width: 120px;
    height: 120px;
    line-height: 120px;
    border-radius: 5px;
}


/*Botones*/

.btn {
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.18), 0 2px 7px 0 rgba(0, 0, 0, 0.15);
    padding: .5rem 1.2rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .35rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-primary {
    background-color: #f09736;
    border-color: #f09736;
}

.btn-primary:hover {
    background-color: #c57d30;
    border-color: #c57d30;
}

.btn-info {
    padding: .3rem .75rem;
    font-size: .85rem;
    font-weight: 700;
}


/*Cards*/

.card-text {
    font-size: .85rem;
    color: #85868c;
    font-weight: lighter;
    line-height: 1.8;
}

.bg-card-1 {
    background-size: cover;
    background-repeat: repeat;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../img/lavavajillas.jpg");
    background-attachment: scroll;
    height: 35%;
}

.bg-card-2 {
    background-size: cover;
    background-repeat: repeat;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../img/refrigeradores.jpg");
    background-attachment: scroll;
    height: 35%;
}

.bg-card-3 {
    background-size: cover;
    background-repeat: repeat;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../img/hornos.jpg");
    background-attachment: scroll;
    height: 35%;
}

.bg-card-4 {
    background-size: cover;
    background-repeat: repeat;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../img/platillos.jpg");
    background-attachment: scroll;
    height: 35%;
}

.circulo {
    width: 3rem;
    height: 3rem;
    border-radius: 3rem;
    color: #000;
    text-align: center;
    background: #fff;
}

.categoria {
    background-color: rgba(0, 0, 0, 0.664);
    color: #fff;
    font-size: .8rem;
    height: 2rem;
}


/*Bordes*/

.dash-x {
    border-left-color: rgba(255, 255, 255, 0.3) !important;
    border-left-style: dashed !important;
    border-right-color: rgba(255, 255, 255, 0.3) !important;
    border-right-style: dashed !important;
}

.dash-t {
    border-top-color: rgba(104, 104, 104, 0.3) !important;
    border-top-style: dashed !important;
}

.dash-y {
    border-top-color: rgba(255, 255, 255, 0.3) !important;
    border-top-style: dashed !important;
    border-bottom-color: rgba(255, 255, 255, 0.3) !important;
    border-bottom-style: dashed !important;
}

.dash-l {
    border-left-color: rgba(255, 255, 255, 0.3) !important;
    border-left-style: dashed !important;
}

.dash-r {
    border-right-color: rgba(255, 255, 255, 0.3) !important;
    border-right-style: dashed !important;
}


/*Colores*/

.text-gray {
    color: #85868c;
}

.bco-trans {
    color: rgba(255, 255, 255, 0.44) !important;
}

.text-primary {
    color: #f09736 !important;
}

.bg-primary {
    background-color: #f09736 !important;
}

.bg-gray-300 {
    background-color: #eaeaea;
}

.bg-gray-400 {
    background-color: #68696a !important;
}

.bg-dark {
    background-color: #363839 !important;
}


/*Listas*/

.productos {
    padding-left: 1rem;
    line-height: 1.5;
}

footer li {
    list-style: none;
}


/*Hero Slider*/

.carousel-caption {
    padding-bottom: 3rem;
    margin-bottom: 3rem;
}

@media (max-width: 768px) {
    .carousel-caption {
        padding-bottom: 5rem;
        margin-bottom: 5rem;
    }
}

@media (max-width: 567px) {
    .carousel-caption {
        padding-bottom: 1rem;
        margin-bottom: 2rem;
    }
}

.carousel-item {
    height: 60vh;
    min-height: 350px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.testimonios {
    height: 30vh !important;
}


/*Imagenes*/

.img-c-1 {
    background-image: url(../img/hoteles.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.img-c-2 {
    background-image: url(../img/restaurantes.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.img-c-3 {
    background-image: url(../img/cadenas.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.img-c-4 {
    background-image: url(../img/giros.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.avatar-1 {
    background-image: url(../img/alex.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.avatar-2 {
    background-image: url(../img/miriam.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.avatar-3 {
    background-image: url(../img/juan.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

@media (max-width: 567px) {
    .avatar-1 {
        display: none;
    }
    .avatar-2 {
        display: none;
    }
    .avatar-3 {
        display: none;
    }
}

.bg-marcas {
    background-image: url(../img/slide1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.marca-1 {
    background-image: url(../img/blake.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

.marca-2 {
    background-image: url(../img/char.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

.marca-3 {
    background-image: url(../img/chefs.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

.marca-4 {
    background-image: url(../img/crathco.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

.marca-5 {
    background-image: url(../img/eagle.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

.marca-6 {
    background-image: url(../img/excalibur.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

.marca-7 {
    background-image: url(../img/fwe.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

.marca-8 {
    background-image: url(../img/general.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

.marca-9 {
    background-image: url(../img/grindmaster.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

.marca-10 {
    background-image: url(../img/imperial.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

.marca-11 {
    background-image: url(../img/kold.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

.marca-12 {
    background-image: url(../img/lakeside.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

.marca-13 {
    background-image: url(../img/maxxc.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

.marca-14 {
    background-image: url(../img/maxxi.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

.marca-15 {
    background-image: url(../img/omega.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

.marca-16 {
    background-image: url(../img/proluxe.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

.marca-17 {
    background-image: url(../img/robot.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

.marca-18 {
    background-image: url(../img/vinturi.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

.marca-19 {
    background-image: url(../img/vogt.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

.marca-20 {
    background-image: url(../img/vollrath.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

.marca-21 {
    background-image: url(../img/woodstone.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

.marca-22 {
    background-image: url(../img/zeroll.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}


/* Hover Img */

.grid {
    position: relative;
    margin: 0 auto;
    padding: 1em 0 4em;
    list-style: none;
    text-align: center;
}


/* Common style */

.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 1%;
    min-width: 320px;
    max-width: 480px;
    max-height: 360px;
    width: 48%;
    text-align: center;
    cursor: pointer;
}

.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    opacity: 0.8;
}

.grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* Anchor will cover the whole item by default */


/* For some effects it will show as a button */

.grid figure figcaption>a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
    line-height: 1;
}

.grid figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
}

.grid figure h2 span {
    font-weight: 800;
}

.grid figure h2,
.grid figure p {
    margin: 0;
}

.grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}


/* Individual effects */

figure.effect-zoe figcaption {
    top: auto;
    bottom: 0;
    padding: 1em;
    height: 3.75em;
    background: #000;
    color: #fff;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

figure.effect-zoe h2 {
    float: left;
}

figure.effect-zoe p.icon-links a {
    float: right;
    color: #3c4a50;
    font-size: 1.4em;
}

figure.effect-zoe:hover p.icon-links a:hover,
figure.effect-zoe:hover p.icon-links a:focus {
    color: #252d31;
}

figure.effect-zoe p.description {
    position: absolute;
    bottom: 8em;
    padding: 2em;
    color: #fff;
    text-transform: none;
    font-size: 90%;
    opacity: 0;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
    -webkit-backface-visibility: hidden;
    /* Fix for Chrome 37.0.2062.120 (Mac) */
}

figure.effect-zoe h2,
figure.effect-zoe p.icon-links a {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0);
}

figure.effect-zoe p.icon-links a span::before {
    display: inline-block;
    padding: 8px 10px;
    font-family: 'feathericons';
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-eye::before {
    content: '\e000';
}

.icon-paper-clip::before {
    content: '\e001';
}

.icon-heart::before {
    content: '\e024';
}

figure.effect-zoe h2 {
    display: inline-block;
}

figure.effect-zoe:hover p.description {
    opacity: 1;
}

figure.effect-zoe:hover figcaption,
figure.effect-zoe:hover h2,
figure.effect-zoe:hover p.icon-links a {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

figure.effect-zoe:hover h2 {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

figure.effect-zoe:hover p.icon-links a:nth-child(3) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

figure.effect-zoe:hover p.icon-links a:nth-child(2) {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

figure.effect-zoe:hover p.icon-links a:first-child {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

/* Landing Page */

/* Layout */
.hero-p {
    padding: 8rem 10rem 3rem 10rem;
}

.marcas-p {
    padding: 5rem 10rem 5rem 10rem;
}

.cierre-p {
    padding: 5rem 10rem 5rem 10rem;
}

.espacio {
    padding: 14rem 0rem;
}

@media (max-width: 567px) {
    .hero-p {
        padding: 5.6rem 0rem 3rem 0rem;
    }
    .marcas-p {
        padding: 3rem 2rem 2rem 3rem;
    }
    
    .cierre-p {
        padding: 0rem 0rem 2rem 0rem;
    }
    .espacio {
        display: none;
    }
    .col-desc {
        text-align: center;
    }
    .px-sm-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .px-sm-3 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
    .pt-sm-3 {
        padding-top: 1rem !important;
    }
}

@media (max-width: 768px) {
    .hero-p {
        padding: 5.6rem 2rem 3rem 2rem;
    }
    .marcas-p {
        padding: 3rem 2rem 2rem 3rem;
    }
    
    .cierre-p {
        padding: 0rem 0rem 2rem 0rem;
    }
    .espacio {
        display: none;
    }
    .col-desc {
        text-align: center;
    }
    .px-sm-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .px-sm-3 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
    .pt-sm-3 {
        padding-top: 1rem !important;
    }
}


/* Texto */

.lp-h1 {
    color: #ffffff;
    font-size: 4.9rem;
    font-weight: 700;
    line-height: 1;
}

.lp-h2 {
    color: #ffffff;
    font-size: 2.9rem;
}

.lp-h3 {
    color: #ffffff;
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1;
}

.lp-h4 {
    color: #ffffff;
    font-size: 1.7rem;
    font-weight: 300;
    line-height: 1.1;
}

.lp-h5 {
    color: #ffffff;
    font-size: 1.9rem;
    font-weight: 600;
    line-height: 1.3;
}

.lp-h6 {
    color: #ffffff;
    font-size: 1.4rem;
    font-weight: 200;
    line-height: 1;
}

.lp-p {
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: 100;
    line-height: 1.3;
}

.campo {
    color: #464646;
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1.3;
}

.descr {
    font-size: .85rem;
}
.ico {
    font-size: 5em;
}

@media (max-width: 768px) {
    .lp-h1 {
        color: #ffffff;
        font-size: 4.9rem;
        font-weight: 700;
        line-height: 1;
    }
    
    .lp-h2 {
        color: #ffffff;
        font-size: 2.9rem;
    }
    
    .lp-h3 {
        color: #ffffff;
        font-size: 1.9rem;
        font-weight: 900;
        line-height: 1;
    }
    
    .lp-h4 {
        color: #ffffff;
        font-size: 1.5rem;
        font-weight: 300;
        line-height: 1.3;
    }
    
    .lp-h5 {
        color: #ffffff;
        font-size: 1.2rem;
        font-weight: 800;
        line-height: 1.2;
    }
    
    .lp-h6 {
        color: #ffffff;
        font-size: 1.1rem;
        font-weight: 200;
        line-height: 1;
    }
    
    .lp-p {
        color: #ffffff;
        font-size: 1.1rem;
        font-weight: 500;
        line-height: 1;
    }
    
    .campo {
        color: #464646;
        font-size: 1.1rem;
        font-weight: 300;
        line-height: 1.3;
    }
    
    .descr {
        font-size: .85rem;
    }
    .ico {
        font-size: 3em;
    }
}

@media (max-width: 567px) {
    .lp-h1 {
        color: #ffffff;
        font-size: 2.3rem;
        font-weight: 900;
        line-height: 1.1;
    }
    
    .lp-h2 {
        color: #ffffff;
        font-size: 2.9rem;
    }
    
    .lp-h3 {
        color: #ffffff;
        font-size: 1.9rem;
        font-weight: 900;
        line-height: 1;
    }
    
    .lp-h4 {
        color: #ffffff;
        font-size: 1.2rem;
        font-weight: 300;
        line-height: 1.3;
    }
    
    .lp-h5 {
        color: #ffffff;
        font-size: 1.5rem;
        font-weight: 800;
        line-height: 1.3;
    }
    
    .lp-h6 {
        color: #ffffff;
        font-size: 1.1rem;
        font-weight: 200;
        line-height: 1;
    }
    
    .lp-p {
        color: #ffffff;
        font-size: 1.1rem;
        font-weight: 500;
        line-height: 1;
    }
    
    .campo {
        color: #464646;
        font-size: 1.1rem;
        font-weight: 300;
        line-height: 1.3;
    }
    
    .descr {
        font-size: .85rem;
    }
    .ico {
        font-size: 3em;
    }
}

/* Imagenes */
.lp-hero-bg {
    background-image: url("../img/landing/lp-bg-desktop.jpg");
    background-size: cover;
}
.lp-marcas-bg {
    background-image: url("../img/landing/lp-marcas-desktop.jpg");
    background-size: cover;
}
.marcas-lg {
    display: inline;
}
.marcas-sm {
    display: none;
}
.logo-d {
    display: none;
}
@media (max-width: 567px) {
    .lp-hero-bg {
        background-image: url("../img/landing/lp-bg-mobile.jpg");
        background-size: cover;
    }
    .marcas-lg {
        display: none;
    }
    .marcas-sm {
        display: inline;
    }
}

@media (max-width: 768px) {
    .logo-d {
        display: inline;
    }
    .logo-lg-d {
        display: none;
    }
}

.img--cover {
    object-fit: cover;
  }
  
.img--contain {
    object-fit: contain;
}