@import url('https://fonts.googleapis.com/css?family=Cabin+Sketch:400,700|Poppins:300,400,400i,600,600i');

/*
theme name: La Granja
theme URI: https://la-granja.cl
Description: Sitio Web la-granja.cl
Version: 1.0
*/
/*


font-family: 'Cabin Sketch', cursive;
font-family: 'Poppins', sans-serif;
*/
html,
body {
    height: 100%;
}

body {
    font-family: 'Poppins', sans-serif;
    background: #fff;
}

a {
    color: #6a7980;
}

a:hover {
    color: #d48232;
}

a,
button,
input {
    -webkit-transition: all .3s ease!important;
    transition: all .3s ease!important;
}

ul {
    padding: 0;
    margin: 0;
}

th {
    color: #04475e;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #402b2f;
    font-weight: 700;
    font-family: 'Cabin Sketch', cursive;
}

h1 {
    font-size: 3em;
    margin-bottom: 20px;
}

h1 span {
    display: block;
    font-size: 2em;
    margin-bottom: 20px;
}

a:hover {
    text-decoration: none;
}

p {
    margin-top: 0;
    color: #6a7980;
    font-weight: 300;
    font-size: 1.05em;
    line-height: 2em;
}

.texto-blanco {
    display: table-cell;
    vertical-align: middle;
    background: #fff;
}

.texto-blanco p {
    color: #d48232;
    font-size: 1.7em;
    line-height: 1.2em;
}

.texto-cafe {
    display: table-cell;
    vertical-align: middle;
}

.texto-cafe h1 {
    color: #fff;
}

.texto-cafe h2 {
    color: #d48232;
}

.texto-claro {
    display: table-cell;
    vertical-align: middle;
    background: #cfc393;
}

.texto-recetas {
    position: relative;
    display: table-cell;
    vertical-align: bottom;
    z-index: 1;
}

.texto-recetas h1 {
    color: #fff;
    margin-bottom: 40px;
}

.text-header-page {
    height: 82vh;
    vertical-align: middle;
}

.text-header-page h1 {
    font-size: 4em;
}

.header-page-recetas {
    height: 710px;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
}

.header-page-recetas:after {
    display: block;
    position: relative;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.8) 100%);
    margin-top: -300vh;
    height: 500vh;
    width: 100%;
    content: '';
}

.recetas {
    background-size: cover;
    background-position: center center;
}

.recetas::after {
    display: block;
    position: relative;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.8) 100%);
    margin-top: -350px;
    height: 350px;
    width: 100%;
    content: '';
}

.recetas .texto {
    padding: 80px 80px 150px;
}

.texto-cafe p,
.texto-claro p {
    color: #fff;
    font-size: 1.5em;
    line-height: 1.6em;
}

.texto-blanco h1 {
    margin: 0 0 40px;
    line-height: 1.2em;
    font-size: 4em;
}

.texto {
    padding: 40px;
}

.imagen,
.texto {
    width: 50vw;
    height: 50vw;
    background-size: cover;
}

.desktop-nav {
    padding: 20px 0;
    position: fixed;
    width: 100%;
    z-index: 9999;
    -webkit-transition: all .3s ease!important;
    transition: all .3s ease!important;
}

.desktop-nav-active {
    background: #402b2f;
    -webkit-transition: all .3s ease!important;
    transition: all .3s ease!important;
    -webkit-box-shadow: 0px 18px 65px -24px rgba(0,0,0,0.3);
    box-shadow: 0px 18px 65px -24px rgba(0,0,0,0.3);
}

.desktop-nav-stay {
    background: #402b2f;
}

.desktop-nav nav {
    padding: 16px 0;
}

.desktop-nav .redes {
    margin: 0;
    padding: 20px 0px 0;
}

.desktop-nav .redes li {
    margin-right: 5px;
}

.desktop-nav .redes li:last-child {
    margin-right: 0px;
}

.desktop-nav nav ul li {
    display: inline-block;
}

.desktop-nav nav ul li a {
    color: #cfc393;
    text-transform: uppercase;
    font-size: 0.8em;
    font-weight: 600;
    padding: 10px 8px;
    display: block;
}

.desktop-nav nav ul li:hover a,
.desktop-nav nav ul li a:focus,
.desktop-nav nav ul li a:active,
.desktop-nav nav ul li.current-menu-ancestor > a,
.desktop-nav nav ul li.current-menu-parent > a,
.desktop-nav nav ul li.current_page_ancestor > a,
.desktop-nav nav ul li.current_page_item > a,
.desktop-nav nav ul li.current-page-ancestor > a,
.desktop-nav nav ul li.current-menu-item > a,
.desktop-nav nav ul li.current_page_parent > a,
.desktop-nav nav ul li a:hover {
 
}

.responsive-nav {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    background: #402b2f;
    padding: 20px 0;
}

.burguer {
    display: block;
    color: #d48232;
    font-size: 1.9em;
    cursor: pointer;
    margin: 0;
    font-weight: bolder;
    background: transparent;
    width: 40px;
    height: 37px;
    text-align: center;
}

.burguer:hover,
.burguer:focus {
    color: #cfc393;
}

.float-right {
    float: right;
    position: absolute;
    right: 20px;
    top: 25px;
}

.sidenav {
    height: 100%;
    width: 250px;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: -250px;
    background-color: #302124;
    overflow-x: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav .redes {
    text-align: center;
}

.sidenav a {
    color: #fff;
}

.sidenav a:hover {
    text-decoration: none;
}

.sidenav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidenav ul li:first-child a {
    border-top: 1px dotted rgba(0, 0, 0, 0.1);
}

.sidenav ul li a {
    padding: 12px 8px 12px 15px;
    text-decoration: none;
    font-size: 15px;
    color: #fff;
    display: block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}

.sidenav ul li a span {
    display: none;
}

.sidenav ul li ul li a {
    padding: 12px 8px 12px 30px;
    text-decoration: none;
    font-size: 12px;
    color: #000;
    display: block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}

.sidenav > ul > li:hover a,
.sidenav > ul > li a.active,
.sidenav ul li.current-menu-item a {
    background: #cfc393;
    color: #402b2f;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.redes {
    margin: 0;
    padding: 2px 10px 0;
}

.redes li {
    list-style: none;
    display: inline-block;
}

.redes li a {
    padding: 10px 0px;
    display: block;
}

.redes li i {
    font-size: 1.1em;
    width: 1.6em;
    text-align: center;
    line-height: 1.5em;
    background: transparent;
    color: #cfc393;
    border-radius: 1em;
    border: 1px solid #cfc393;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.redes li:hover i {
    background: #cfc393;
    color: #fff;
    border: 1px solid #cfc393;
}

footer {
    background: #402b2f;
    padding: 30px 0 15px;
}

footer .redes a {
    padding: 5px 2px 7px;
}

footer .redes li:hover i {
    color: #604242;
}

footer .logo {
    padding: 10px 0;
}

footer p,
footer a {
    color: #cfc393;
    font-size: 0.8em;
    margin: 0;
}

footer p {
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.6em;
}

footer address ul {
    list-style: none;
    border-left: 1px solid #cfc393;
    padding: 0 0 0 20px;
}

footer .madcat {
    font-size: 0.6em;
    color: #604242;
}

footer .madcat img {
    width: 40px;
    height: auto;
}

.box10eggs {
    position: relative;
    max-width: 1200px;
    margin: auto;
}

.box10eggs img {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 331px;
}

section.compra-eggs {
    padding: 10px 0;
    background: #402b2f;
    position: relative;
    z-index: 1;
}

section.compra-eggs::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transform-origin: top right;
    transform-origin: top right;
    -webkit-transform: skewY(-1.5deg);
    transform: skewY(-1.5deg);
    z-index: -1;
    background: #402b2f;
}

section.compra-eggs::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(48, 32, 35, 1);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(48, 32, 35, 1)), color-stop(51%, rgba(64, 43, 47, 1)), color-stop(22%, rgba(64, 43, 47, 1)));
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(48, 32, 35, 1)), color-stop(51%, rgba(64, 43, 47, 1)), color-stop(22%, rgba(64, 43, 47, 1)));
    background: linear-gradient(to bottom, rgba(48, 32, 35, 1) 0%, rgba(64, 43, 47, 1) 51%, rgba(64, 43, 47, 1) 22%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#302023', endColorstr='#402b2f', GradientType=0);
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right;
    -webkit-transform: skewY(2deg);
    transform: skewY(2deg);
    z-index: -1;
}

section.compra-eggs img {
    width: 290px;
    height: auto;
}

section.cage-free {
    background-color: #402b2f;
}

section.beneficios-huevo {
    position: relative;
    background-color: #402b2f;
    z-index: 5;
}

section.beneficios-huevo .egg-1 {
    position: absolute;
    z-index: 99;

    /*left: -180px;*/
    left: -140px;
    top: 0;
    width: 350px;
}

section.beneficios-huevo .egg-2 {
    position: absolute;
    z-index: 99;

    /*right: -250px;*/
    right: -140px;
    bottom: 30px;
    width: 350px;
}

section.beneficios-huevo::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #402b2f;
    -webkit-transform-origin: top right;
    transform-origin: top right;
    -webkit-transform: skewY(-3deg);
    transform: skewY(-3deg);
    z-index: -1;
}

section.insta-feed {
    background-color: #cfc393;
}

section.contacto {
    /*background-color: #402b2f;*/
    background-color: #352728;
    color: #fff !important;
}

section.contacto h2,
section.contacto strong,
section.contacto i,
section.contacto ul,
section.contacto a {
    color: #fff !important;
}

section.contacto h2 {
    font-size: 50px;
    font-weight: bold;
}

section.contacto ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

section.contacto a {
    font-size: 12px;
}

section.contacto ul li a:hover {
    color: #d48232 !important;
}

.contenido {
    min-height: 600px;
    padding: 0px 0;
}

.contenido-page-square {
    background: #402b2f;
    padding: 120px 0 0;
}

.contenido-page-recetas {
    background: #402b2f;
    padding: 131px 0 0;
}

.contenido p strong {
    color: #402b2f;
}

.space-header {
    padding: 131px 0 0;
    display: block;
}

.header-page {
    padding: 131px 0 0;
    background: #402b2f;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;

    /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;

    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;

    /* Above WP toolbar. */
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
    background-color: transparent;
    color: #000;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #909090;
    margin: 0 0px 10px 0;
    padding: 10px;
}

.wpcf7 select {
    border: 1px solid #909090;
    margin: 0 0px 10px 0;
    padding: 10px 20px;
}

.wpcf7 textarea {
    height: 130px;
}

.button-yellow,
.woocommerce div.product form.cart .single_add_to_cart_button,
.wpcf7-submit {
    font-family: 'Arial';
    color: #fff;
    font-size: 87.5%;
    text-shadow: none;
    line-height: 1.3;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    background: transparent;
    cursor: pointer;
}

.button-yellow:hover,
.woocommerce div.product form.cart .single_add_to_cart_button:hover,
.wpcf7-submit:hover {
    color: #412f33;
    background: #cfc393;
    border-color: #cfc393;
}

.button-rouded,
.woocommerce div.product form.cart .single_add_to_cart_button,
.wpcf7-submit {
    background: #d48232;
    opacity: 1;
    padding: 15px 30px 15px 30px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-width: 2px;
    border-style: solid;
    border-color: #d48232;
    border-radius: 99px;
    width: 200px;
    margin: auto;
}

.button-rouded-white {
    background: transparent;
    opacity: 1;
    padding: 15px 30px 15px 30px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-width: 2px;
    border-style: solid;
    border-color: #fff;
    border-radius: 99px;
    width: 200px;
    margin: auto;
    color: #fff;
}

.button-rouded-white:hover {
    background: #000;
    opacity: 1;
    padding: 15px 30px 15px 30px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-width: 2px;
    border-style: solid;
    border-color: #000;
    border-radius: 99px;
    width: 200px;
    margin: auto;
    color: #fff;
}

@media (max-width:1200px) {
    section.beneficios-huevo .egg-1,
    section.beneficios-huevo .egg-2 {
        display: none;
    }

    .desktop-nav {
        display: none;
    }

    .responsive-nav {
        display: block;
    }

    .redes {
        border-right: 0px dotted #fff;
        margin-bottom: 10px;
    }

    .sidenav .redes li:hover a {
        background: transparent;
    }

    .redes {
        border: 0;
    }

    .box10eggs {
        display: none;
    }

    .header-page {
        padding-top: 113px;
    }

    .contenido-page-recetas {
        padding: 113px 0 0;
    }

    .texto {
        padding: 30px 25px;
    }

    .imagen,
    .texto {
        width: 100vw;
        height: 100vw;
        background-size: cover;
    }

    section.header {
        padding: 113px 0 0 0;
    }

    .header-page {
        padding: 80px 0 0 0;
    }

    .space-header {
        padding: 113px 0 0;
        display: block;
    }
}

@media (max-width:768px) {
    h1 {
        font-size: 250%;
    }

    .texto-blanco p {
        color: #d48232;
        font-size: 1.3em;
    }

    .texto-blanco h1 {
        font-size: 2em;
        margin: 0 0 5px;
    }

    .texto-cafe p,
    .texto-claro p {
        font-size: 1.2em;
    }
}

@media (max-width:480px) {
    section.header {
        padding: 40px 0 0 0;
    }

    .wpcf7 select {
        padding: 5px 20px;
    }

    .header-page-recetas {
        height: 350px;
        background-position: center center;
    }

    .contenido {
        min-height: 300px;
        padding: 80px 0;
    }

    section.compra-eggs img {
        width: 200px;
    }

    footer p,
    footer a {
        font-size: 0.7em;
    }

    footer .logo {
        padding: 18px 0;
    }

    footer a {
        font-size: 0.6em;
        text-transform: lowercase;
    }

    footer p {
        font-size: 0.6em;
    }

    .texto-recetas {
        vertical-align: middle;
    }

    .recetas .texto {
        padding: 40px;
    }

    .space-header {
        padding: 40px 0 0;
        display: block;
    }

    .text-header-page {
        height: 43vh;
        vertical-align: bottom;
    }

    .text-header-page h1 {
        font-size: 22px;
        text-shadow: 2px 2px 0px rgba(150, 150, 150, 1);
    }

    .header-page-recetas:after {
        margin-top: -350px;
        height: 350px;
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.0)));
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.0) 100%);
    }
}

.padding-top-bottom {
    padding: 100px 0;
}

.padding-call-to-action {
    padding: 200px 0 100px;
}

.padding-cards {
    padding: 50px 0;
}

.padding-instagram {
    padding: 90px 0 40px;
}

.espaciado-40 {
    padding-top: 40px;
    display: block;
    margin-top: 40px;
}

.head-certificacion {
    font-family: 'Cabin Sketch','cursive;';
    color: #cfc393;
    font-size: 230% !important;
    text-shadow: none;
    line-height: 1;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    margin-top: 70px;
}

.texto-certificacion {
    font-size: 12px !important;
    display: block;
    padding: 0 20px;
}

.call-to-action {
    position: relative;
}

.call-to-action span {
    margin-bottom: 0px;
}

.call-to-action h1 {
    font-family: 'Cabin Sketch','cursive;';
    color: #fff;
    text-shadow: none;
    line-height: 1;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    margin-bottom: 0px;
}

.head-call-to-action-1 {
    font-size: 240% !important;
    font-weight: normal;
}

.head-call-to-action-2 {
    font-size: 280% !important;
    font-weight: bold;
}

.btn-call-to-action {
    font-family: 'Poppins';
    font-size: 14px;
    background: #d48232;
    opacity: 1;
    padding: 15px 20px 15px 20px;
    box-shadow: none;
    border-width: 2px;
    border-style: solid;
    border-color: #d48232;
    border-color: RGBA(212,130,50,1);
    border-radius: 99px;
    width: 220px;
    display: block;
    text-align: center;
    margin: 40px auto 0;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

.btn-call-to-action:hover {
    background: #cfc393;
    color: #402b2f !important;
    border-color: #cfc393;
    border-color: RGBA(207,195,147,1);
}

.header-foto {
    width: 100%;
    height: 750px;
    overflow: hidden;
    position: relative;
}

.header-foto .recorte {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: 20;
    display: block;
    margin-bottom: 0px;
}

.recorte-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: 5;
    display: block;
    margin-top: -1px;
}

.recorte-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: 5;
    display: block;
    margin-bottom: 0px;
}

.txt-titulo-inicio1 {
    font-family: 'Cabin Sketch','cursive;';
    color: #ffffff;
    font-size: 468.75%;
    text-shadow: none;
    line-height: 1;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    font-weight: bold;
}

.txt-titulo-inicio2 {
    font-family: 'Cabin Sketch','cursive;';
    color: #ffffff;
    font-size: 562.5%;
    text-shadow: none;
    line-height: 1;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    font-weight: bold;
}

.txt-bajada-inicio1 {
    font-family: 'Poppins';
    color: #cfc393;
    font-size: 181.25%;
    text-shadow: none;
    line-height: 1.5;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
}

.btn-comprar {
    font-family: 'Poppins';
    font-size: 14px;
    background: #402b2f;
    opacity: 1;
    padding: 10px 15px;
    box-shadow: none;
    border-width: 2px;
    border-style: solid;
    border-color: #402b2f;
    border-color: RGBA(64,43,47,1);
    border-radius: 99px;
    display: block;
    text-align: center;
    margin: 40px auto 0;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

.btn-comprar:hover {
    background: #cfc393;
    color: #402b2f !important;
    border-color: #cfc393;
    border-color: RGBA(207,195,147,1);
}

.btn-home {
    font-family: 'Poppins';
    font-size: 14px;
    background: #402b2f;
    opacity: 1;
    padding: 10px;
    box-shadow: none;
    border-width: 2px;
    border-style: solid;
    border-color: #402b2f;
    border-color: RGBA(64,43,47,1);
    border-radius: 99px;
    width: 130px;
    display: block;
    text-align: center;
    margin: 40px auto 0;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

.btn-home:hover {
    background: #cfc393;
    color: #402b2f !important;
    border-color: #cfc393;
    border-color: RGBA(207,195,147,1);
}

.btn-insta {
    font-family: 'Poppins';
    font-size: 14px;
    background: #402b2f;
    opacity: 1;
    padding: 10px;
    box-shadow: none;
    border-width: 2px;
    border-style: solid;
    border-color: #402b2f;
    border-color: RGBA(64,43,47,1);
    border-radius: 99px;
    width: 130px;
    display: block;
    text-align: center;
    margin: 40px auto 0;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

.btn-insta:hover {
    background: #d48232;
    color: #fff !important;
    border-color: #d48232;
    border-color: RGBA(212,130,50,1);
}

.btn-contacto {
    font-family: 'Poppins';
    font-size: 14px;
    background: #cfc393;
    opacity: 1;
    padding: 15px 20px 15px 20px;
    box-shadow: none;
    border-width: 2px;
    border-style: solid;
    border-color: #cfc393;
    border-color: RGBA(207,195,147,1);
    border-radius: 99px;
    width: 220px;
    display: block;
    text-align: center;
    margin: 40px auto 0;
    color: #402b2f;
    text-decoration: none;
    font-weight: bold;
}

.btn-contacto:hover {
    background: #d48232;
    color: #fff !important;
    border-color: #d48232;
    border-color: RGBA(212,130,50,1);
}

.home .card-img-top {
    overflow: hidden;
    width: auto;
    height: 200px;
    object-fit: cover;
}

.bg-cafe {
    background: #402b2f;
}

.bg-cafe p {
    color: #fff !important;
}

.barra {
    border-top: 2px solid #fff;
    width: 30%;
    margin: 20px auto;
    display: block;
}

.certificado {
    width: 100px;
    position: absolute;
    bottom: 200px;
}

.certificado img {
    width: 100px;
    height: auto;
}

.content-slide {
    position: absolute;
    top: 260px;
}

.content-slide h1 {
    color: #fff;
    font-size: 90px;
    font-weight: bold;
    line-height: 90px;
    margin: 0px;
}

.content-slide h2 {
    color: #fff;
    font-size: 80px;
    font-weight: normal;
    line-height: 80px;
    margin: 0px;
}

.content-slide p {
    color: #fff;
    font-size: 30px;
    font-weight: normal;
    line-height: 40px;
}

.content-slide a {
    margin: 10px 0 0;
}

.c-izq {
    left: 15%;
    text-align: left;
}

.c-izq a {
    float: left;
}

.c-der {
    right: 15%;
    text-align: right;
}

.c-der a {
    float: right;
}

ol.receta-ol {
    list-style: ;
}

ol.receta-ol {
    counter-reset: li;
    list-style: none;
}

ol.receta-ol > li:before {
    counter-increment: li;
    content: '' counter(li) ' ';
    font-size: 21px;
    display: block;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    border: 1px solid #402b2f;
    background-color: #fff;
    padding: 4px 0 0;
    text-align: center;
    color: #402b2f;
    position: absolute;
    left: 5px;
    margin-top: -2px;
}

ol.receta-ol > li:first-child {
    border-left: 1px solid #402b2f;
    padding-left: 30px;
    margin-left: -30px;
    margin-bottom: -15px;
}

ol.receta-ol > li {
    padding-bottom: 30px;
}

.receta-img img {
    display: block;
    border-radius: 20px;
    margin-bottom: 30px;
}

p.card-text {
    line-height: 1.2em;
}

@media (max-width:1200px) {
    .content-slide {
        top: 100px;
    }

    .content-slide h1 {
        font-size: 90px;
        line-height: 90px;
    }

    .content-slide h2 {
        font-size: 80px;
        line-height: 80px;
    }

    .content-slide p {
        font-size: 30px;
        line-height: 40px;
    }

    .content-slide a {
        margin: 10px 0 0;
    }

    .carousel {
        margin-top: 90px;
    }
}

@media (max-width:1000px) {
    .header-foto .recorte {
        height: 80px !important;
        margin-bottom: 0px;
    }

    .header-foto .recorte-bottom {
        height: 60px !important;
        margin-bottom: 0px;
    }

    .certificado {
        bottom: 100px;
    }

    .content-slide {
        top: 100px;
    }

    .content-slide h1 {
        font-size: 60px;
        line-height: 60px;
    }

    .content-slide h2 {
        font-size: 50px;
        line-height: 50px;
    }

    .content-slide p {
        font-size: 20px;
        line-height: 25px;
    }

    .content-slide a {
        margin: 10px 0 0;
    }

    .content-slide .btn-call-to-action {
        width: 140px;
        font-size: 12px;
        padding: 10px 5px;
    }

    .carousel {
        margin-top: 90px;
    }

    .recorte-bottom {
        bottom: -50px;
    }
}

@media (max-width:768px) {
    .head-certificacion {
        font-size: 160% !important;
    }

    .padding-top-bottom {
        padding: 10px 0;
    }

    .head-call-to-action-1 {
        font-size: 160% !important;
    }

    .head-call-to-action-2 {
        font-size: 190% !important;
    }

    .padding-call-to-action {
        padding: 90px 0 20px;
    }

    .header-foto {
        height: 450px;
    }

    .header-foto .recorte {
        height: 50px !important;
        margin-bottom: 0px;
    }

    .recorte-top {
        height: 50px !important;
    }

    .header-foto .recorte-bottom {
        height: 50px !important;
    }

    .txt-titulo-inicio1 {
        font-size: 330%;
    }

    .txt-titulo-inicio2 {
        font-size: 400%;
    }

    section.contacto article .row .col-md-5 {
        padding-left: 50px !important;
        padding-right: 50px !important;
    }

    .certificado {
        bottom: 100px;
    }

    .content-slide {
        top: 100px;
    }

    .content-slide h1 {
        font-size: 60px;
        line-height: 60px;
    }

    .content-slide h2 {
        font-size: 50px;
        line-height: 50px;
    }

    .content-slide p {
        font-size: 20px;
        line-height: 25px;
    }

    .content-slide a {
        margin: 10px 0 0;
    }

    .c-izq {
        left: 15%;
        text-align: left;
    }

    .c-der {
        right: 15%;
        text-align: right;
    }

    .content-slide .btn-call-to-action {
        width: 140px;
        font-size: 12px;
        padding: 10px 5px;
    }

    .carousel {
        margin-top: 90px;
    }

    .recorte-bottom {
        bottom: -50px;
    }
}

@media (max-width:480px) {
    .head-certificacion {
        font-size: 100% !important;
    }

    .padding-top-bottom {
        padding: 10px 0;
    }

    .head-call-to-action-1 {
        font-size: 90% !important;
    }

    .head-call-to-action-2 {
        font-size: 100% !important;
    }

    .padding-call-to-action {
        padding: 70px 0 0;
    }

    .header-foto {
        height: 300px;
    }

    .header-foto .recorte {
        height: 25px !important;
        margin-bottom: 0px;
    }

    .recorte-top {
        height: 25px !important;
    }

    .header-foto .recorte-bottom {
        height: 30px !important;
    }

    .txt-titulo-inicio1 {
        font-size: 260%;
    }

    .txt-titulo-inicio2 {
        font-size: 270%;
    }

    .txt-bajada-inicio1 {
        font-size: 110%;
    }

    section.contacto article .row .col-md-5 {
        padding-left: 50px !important;
        padding-right: 50px !important;
    }

    .certificado {
        bottom: 50px;
    }

    .certificado img {
        width: 70px;
    }

    .content-slide {
        top: 40px;
    }

    .content-slide h1 {
        font-size: 40px;
        line-height: 40px;
    }

    .content-slide h2 {
        font-size: 30px;
        line-height: 30px;
    }

    .content-slide p {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 0px;
    }

    .content-slide a {
        margin: 5px 0 0;
    }

    .c-izq {
        left: 10%;
        text-align: left;
    }

    .c-der {
        right: 10%;
        text-align: right;
    }

    .content-slide .btn-call-to-action {
        width: 140px;
        font-size: 12px;
        padding: 10px 5px;
    }

    .carousel {
        margin-top: 90px;
    }

    .recorte-bottom {
        bottom: -70px;
    }
    
    
}

/* Plugin Instagram */
section#top-1 {
    display: none !important;
}

.slider-alto {
    min-height: 300px;
    object-fit: cover;
}