* {
    margin: 0;
    padding: 0;
}
a {
    transition: 0.25s ease;
}
:active {
    border: none;
}
.container {
    margin: 0 auto;
    width: 100%;
    max-width: 1346px;
	padding:0 0.75em
}
ul:not(.browser-default) {
    padding-left: 0;
    list-style-type: none;
}
ul:not(.browser-default) > li {
    list-style-type: none;
}
select:focus {
    outline: 0;
}
button:focus {
    outline: 0;
    background-color: #fff;
}
label {
    font-size: 14px;
    color: #9e9e9e;
}
@font-face {
    font-family: "Domaine Disp";
    src: url(../fonts/DomaineDispSemibold.woff2) format("woff2"), url(../fonts/DomaineDispSemibold.woff) format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
.hide {
    display: none !important;
}
body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

.fixed-header{
	z-index:1000;
	top:0;
	position:fixed;
}
header {
    background: #fff;
    width: 100%;
}
main {
    flex: 1;
    margin-bottom: 60px;
}
.responsive-img {
    max-width: 100%;
    height: auto;
}
.top_logos {
    display: flex;
    flex-flow: row nowrap;
    height: 110px;
    align-items: center;
}
.top_logos div {
    flex: 1 1 auto;
}
.top_left {
    padding-left: 30px;
    width: calc(33vw - 30px);
}
.top_left img {
    height: 56px;
}
.top_center {
    text-align: center;
    width: 33vw;
}
.top_center img {
    height: 66px;
}
.top_right {
    text-align: right;
    padding-right: 30px;
    width: calc(33vw - 30px);
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.top_right2 {
    text-align: left;
    width: 100%;
    margin-top: 30px;
}
.top_right .usuario,
.top_right a,
.top_right2 .usuario,
.top_right2 a {
    display: inline-block;
}
.top_right .usuario {
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    font-size: 12px;
    color: #1d1b1b;
    text-align: right;
    line-height: 14px;
    vertical-align: top;
    padding-top: 5px;
}
.top_right a:hover {
    opacity: 0.25;
}
.top_right a img {
    height: 35px;
    margin-left: 10px;
}
.top_right2 a img {
    height: 35px;
    margin-top: 0;
    margin-right: 15px;
}
.top_menu {
    display: flex;
    flex-flow: row nowrap;
    height: 38px;
    align-items: center;
    background: #fff !important;
    border-top: solid 1px #1d1d1b;
    border-bottom: solid 1px #1d1d1b;
}
.top_menu a,
.top_menu div {
    flex: 1 1 auto;
}
.top_menu a {
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    font-size: 12px;
    color: #1d1d1b;
    height: 38px;
    line-height: 38px;
    vertical-align: middle;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    border-left: solid 1px #1d1d1b;
}
.top_menu a:hover {
    background: #890205;
    color: #fff;
}
.top_menu a.selected {
    background: #890205;
    color: #fff;
}
.dropbtn {
    background-color: #4caf50;
    color: #fff;
    padding: 16px;
    border: none;
    cursor: pointer;
}
.dropdown {
    position: relative;
    display: block;
}
.dropdown .dropdown {
    border-right: solid 1px #1d1d1b;
}
.no_border {
    border-right: none !important;
}
.dropdown_content,
.dropdown_content2 {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    width: 100%;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    z-index: 10;
    border-left: solid 1px #1d1d1b;
    border-bottom: solid 1px #1d1d1b;
    border-right: solid 1px #1d1d1b;
}
.dropdown_content2 {
    width: calc(100% + -1px);
}
.dropdown_content a,
.dropdown_content2 a {
    display: block;
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    font-size: 12px;
    color: #1d1d1b;
    height: 42px;
    line-height: 42px;
    vertical-align: middle;
    text-decoration: none;
    text-align: center;
    letter-spacing: 1px;
    border-left: none !important;
    border-right: none !important;
}
.dropdown_content2 a {
    height: 50px !important;
    line-height: 50px !important;
}
.dropdown_content a {
    letter-spacing: 1px;
    border-bottom: solid 1px #1d1d1b;
}
.dropdown_content2 a {
    letter-spacing: 0;
    border-bottom: solid 1px #1d1d1b;
    border-right: solid 1px #1d1d1b;
}
.dropdown_content a:hover {
    background: #890205;
    color: #fff;
}
.dropdown_content2 a:hover {
    background: inherit;
    color: inherit;
}
.dropdown:hover .dropdown_content,
.dropdown:hover .dropdown_content2 {
    display: block;
}
.dropdown:hover .dropbtn {
    background: #890205;
    color: #fff;
}
@media screen and (max-width: 767px) {
    #carousel_banners {
        display: none;
    }
}
@media screen and (min-width: 768px) {
    #carousel_banners_mobile {
        display: none;
    }
}
.index_banner_container {
    display: block;
    position: relative;
}
.index_banner_container img {
    display: block;
}
.index_banner_item {
    position: absolute;
    z-index: 1;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
}
.index_banner_item_2 {
    position: absolute;
    z-index: 1;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background: rgba(0, 0, 0, 0.5) !important;
}
.index_banner_item_locales {
    position: absolute;
    z-index: 1;
    top: 0;
    width: 100%;
    height: 100%;
}
.index_banner_todo,
.nosotros_banner_todo {
    position: absolute;
    bottom: 0;
    padding: 0 0 60px 60px;
    text-shadow: 2px 2px 1px #1d1d1b;
    width: 50%;
}
.index_banner_item_titulo {
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 10px;
    border-bottom: solid 1px #fff;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.index_banner_item_bajada {
    font-family: "Domaine Disp";
    font-weight: 600;
    font-size: 36px;
    line-height: 36px;
    letter-spacing: 1px;
    color: #fff;
}
.index_banner_item a {
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    border: 1px solid #1d1d1b;
    padding: 5px 10px;
    display: block;
    width: 100px;
    text-decoration: none;
    color: inherit;
    text-align: center;
    text-shadow: none !important;
    background: #fff;
    margin-top: 15px;
}
@media screen and (max-width: 768px) {
    .index_banner_item {
        position: absolute;
        z-index: 1;
        top: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
    }
    .index_banner_todo,
    .nosotros_banner_todo {
        position: absolute;
        bottom: 0;
        padding: 0 30px 60px;
        text-shadow: 2px 2px 1px #1d1d1b;
        width: 100%;
    }
    .index_banner_item_titulo {
        font-size: 10px;
        line-height: 14px;
        letter-spacing: 4px;
    }
    .index_banner_item_bajada {
        font-size: 18px;
        line-height: 22px;
    }
}
@media screen and (min-width: 768px) {
    .nosotros_contenido_mobile {
        display: none;
    }
}
.index_banner_item a:hover {
    background: #1d1d1b;
    color: #fff;
    cursor: pointer;
    border: 1px solid #fff;
}
.bg-slider {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-position: bottom center;
    position: absolute;
    left: 0;
    top: 0;
}
.productos_titulo {
    font-family: "Domaine Disp";
    font-weight: 600;
    font-size: 44px;
    line-height: 100px;
    vertical-align: middle;
    text-align: center;
    color: #1d1d1b;
    margin-bottom: 30px;
}
.productos_titulo span img {
    height: 90px;
    line-height: 90px;
    vertical-align: top;
}
@media only screen and (max-width: 767px) {
    .productos_titulo {
        font-size: 32px;
        line-height: 32px;
        margin-bottom: 15px;
    }
    .productos_titulo span img {
        display: none;
    }
}
.home_productos {
    width: 80%;
    margin: 0 auto;
    padding-top: 60px;
}
.tienda_productos {
    margin: 0 auto 40px;
    padding-top: 20px;
}
.tienda_productos .producto_item {
    flex: 0 1 auto;
    width: 180px;
    margin: 0 10px;
}
.producto_item {
    text-align: center;
}
.producto_item h4 {
    font-family: "Domaine Disp";
    font-weight: 600;
    min-height: 44px;
    font-size: 20px;
    line-height: 20px;
    color: #1d1d1b;
}
.producto_item p {
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: clamp(10px, 1.25vw, 14px);
    height: 22px;
    line-height: 22px;
    vertical-align: middle;
}
.producto_item h6 {
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 1px;
    margin-top: 4px;
    height: 20px;
}
.producto_item a {
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    border: 1px solid #1d1d1b;
    padding: 5px 10px;
    margin: 20px auto;
    display: block;
    width: 100px;
    text-decoration: none;
    color: inherit;
}

a.boton_tipo {
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    border: 1px solid #1d1d1b;
    padding: 5px 10px;
    margin-top: 20px;
    display: block;
    width: 100px;
    text-decoration: none;
    color: inherit;
    text-align: center;
    background: #fff;
}
a.boton_tipo:hover {
    background: #1d1d1b;
    color: #fff;
    cursor: pointer;
}
.owl-theme .owl-nav {
    margin-top: -30%;
}
.owl-theme .owl-nav [class*="owl-"] {
    margin: 0 -80px;
}
.owl-carousel .owl-nav button.owl-prev {
    float: left;
    font-size: 80px;
    top: 0;
}
.owl-carousel .owl-nav button.owl-next {
    float: right;
    font-size: 80px;
    color: #1d1d1b;
    bottom: 200px;
}
.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover {
    background: 0 0;
    color: inherit;
    opacity: 0.5;
}
.clearfix {
    content: "";
    clear: both;
    display: table;
}
.clearfix_2 {
    content: "";
    clear: both;
    display: table;
}
.home_collage {
    margin-top: 80px;
    display: flex;
    flex-flow: row nowrap;
}
.home_collage_left {
    width: calc(66.666%);
}
.home_collage_left_bottom,
.home_collage_left_top {
    display: flex;
    flex-flow: row nowrap;
}
.home_collage_left_bottom div,
.home_collage_left_top div {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
    margin: 5px;
}
.home_collage_image_01 {
    background: url(../images/collage_01.jpg) no-repeat center center #1d1d1b;
    background-size: cover;
    width: 485px;
    height: 355px;
}
.home_collage_image01 .home_collage_container {
    height: 355px !important;
}
.home_collage_image_01,
.home_collage_image_02,
.home_collage_image_03,
.home_collage_image_04,
.home_collage_image_05,
.home_collage_image_06 {
    display: block;
    position: relative;
    overflow: hidden;
}
.home_collage_container {
    position: absolute;
    text-align: left;
    z-index: 1;
    margin: 0;
    padding: 0;
    top: 0;
    display: block;
    width: 100%;
}
.home_collage_titulo {
    font-family: "Domaine Disp";
    font-weight: 600;
    font-size: 27px;
    line-height: 31px;
    color: #fff;
    text-align: center;
    text-shadow: 2px 2px 1px #1d1d1b;
    display: block;
    margin-top: 70px !important;
}
.home_collage_container .todo {
    width: 90%;
    margin: 0 auto;
}
.home_collage_container .separador,
.home_collage_mobile_container .separador {
    border-bottom: solid 1px #fff;
    margin: 15px 0;
    display: block;
    box-shadow: 2px 1px 1px;
}
.home_collage_bajada {
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 1px;
    color: #fff;
    text-align: center;
    text-shadow: 2px 2px 1px #1d1d1b;
    display: block;
}
.home_collage_parche {
    display: block;
    background: rgba(0, 0, 0, 0.35);
    width: 100%;
    height: 100%;
    margin: 0 !important;
}
@media only screen and (max-width: 767px) {
    .home_collage {
        display: none;
    }
    .home_collage_mobile_image_01 {
        background: url(../images/collage_01.jpg) no-repeat center center #1d1d1b;
        background-size: cover;
        min-width: 320px;
        height: 320px;
    }
    .home_collage_mobile_image_02 {
        background: url(../images/collage_02.jpg) no-repeat center center #1d1d1b;
        background-size: cover;
        min-width: 320px;
        height: 320px;
    }
    .home_collage_mobile_image_03 {
        background: url(../images/collage_03.jpg) no-repeat center center #1d1d1b;
        background-size: cover;
        min-width: 320px;
        height: 320px;
    }
    .home_collage_mobile_image_04 {
        background: url(../images/collage_04.jpg) no-repeat center center #1d1d1b;
        background-size: cover;
        min-width: 320px;
        height: 320px;
    }
    .home_collage_mobile_image_05 {
        background: url(../images/collage_05.jpg) no-repeat center center #1d1d1b;
        background-size: cover;
        min-width: 320px;
        height: 320px;
    }
    .home_collage_mobile_image_06 {
        background: url(../images/collage_06.jpg) no-repeat center center #1d1d1b;
        background-size: cover;
        min-width: 320px;
        height: 320px;
    }
    .home_collage_mobile_image_01,
    .home_collage_mobile_image_02,
    .home_collage_mobile_image_03,
    .home_collage_mobile_image_04,
    .home_collage_mobile_image_05,
    .home_collage_mobile_image_06 {
        display: block;
        position: relative;
        overflow: hidden;
        margin-bottom: 15px;
    }
    .home_collage_mobile_container {
        position: absolute;
        text-align: left;
        z-index: 1;
        margin: 0;
        padding: 60px 30px 0;
        top: 0;
        display: block;
        width: 100%;
    }
    .home_collage_mobile_parche {
        display: block;
        background: rgba(0, 0, 0, 0.35);
        width: 100%;
        height: 100%;
        margin: 0 !important;
    }
    .home_collage_mobile_titulo {
        font-family: "Domaine Disp";
        font-weight: 600;
        font-size: 28px;
        line-height: 32px;
        color: #fff;
        text-align: center;
        letter-spacing: 1px;
        text-shadow: 2px 2px 1px #1d1d1b;
        display: block;
    }
    .home_collage_mobile_bajada {
        font-family: "DM Sans", sans-serif;
        font-weight: 500;
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 1px;
        color: #fff;
        text-align: center;
        text-shadow: 2px 2px 1px #1d1d1b;
        display: block;
    }
    .home_collage_mobile_container a {
        font-family: "DM Sans", sans-serif;
        font-weight: 700;
        font-size: 12px;
        text-transform: uppercase;
        padding: 5px 10px !important;
        display: block;
        width: 100px;
        text-decoration: none;
        text-align: center;
        text-shadow: none !important;
        margin: 10px auto;
        border: 1px solid #1d1d1b;
        background: #fff;
        color: #1d1d1b;
        display: block;
    }
    .home_collage_mobile_container a:hover {
        cursor: pointer;
        border: 1px solid #1d1d1b;
        background: #1d1d1b;
        color: #fff;
    }
}
@media only screen and (min-width: 768px) {
    .home_collage_mobile {
        display: none;
    }
}
@media (hover: hover) {
    .home_collage_image_01 .home_collage_container .home_collage_titulo,
    .home_collage_image_02 .home_collage_container .home_collage_titulo {
        transform: translateY(85px);
        transition: 0.75s;
    }
    .home_collage_image_01:hover .home_collage_container .home_collage_titulo,
    .home_collage_image_02:hover .home_collage_container .home_collage_titulo {
        transform: translateY(30px);
    }
    .home_collage_image_01 .home_collage_container .todo,
    .home_collage_image_02 .home_collage_container .todo {
        transform: translateY(300px);
        transition: 0.75s;
    }
    .home_collage_image_01:hover .home_collage_container .todo,
    .home_collage_image_02:hover .home_collage_container .todo {
        transform: translateY(30px);
    }
    .home_collage_image_05 .home_collage_container .home_collage_titulo {
        transform: translateY(60px);
        transition: 0.75s;
    }
    .home_collage_image_05:hover .home_collage_container .home_collage_titulo {
        transform: translateY(0);
    }
    .home_collage_image_05 .home_collage_container .todo {
        transform: translateY(300px);
        transition: 0.75s;
    }
    .home_collage_image_05:hover .home_collage_container .todo {
        transform: translateY(0);
    }
    .home_collage_image_03 .home_collage_container .home_collage_titulo,
    .home_collage_image_04 .home_collage_container .home_collage_titulo {
        transform: translateY(50px);
        transition: 0.75s;
    }
    .home_collage_image_03:hover .home_collage_container .home_collage_titulo,
    .home_collage_image_04:hover .home_collage_container .home_collage_titulo {
        transform: translateY(0);
    }
    .home_collage_image_03 .home_collage_container .todo,
    .home_collage_image_04 .home_collage_container .todo {
        transform: translateY(300px);
        transition: 0.75s;
    }
    .home_collage_image_03:hover .home_collage_container .todo,
    .home_collage_image_04:hover .home_collage_container .todo {
        transform: translateY(5px);
    }
    .home_collage_image_06 .home_collage_container .home_collage_titulo {
        transform: translateY(70px);
        transition: 0.75s;
    }
    .home_collage_image_06:hover .home_collage_container .home_collage_titulo {
        transform: translateY(10px);
    }
    .home_collage_image_06 .home_collage_container .todo {
        transform: translateY(300px);
        transition: 0.75s;
    }
    .home_collage_image_06:hover .home_collage_container .todo {
        transform: translateY(10px);
    }
}
.home_collage_container a {
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    padding: 5px 10px;
    display: block;
    width: 100px;
    text-decoration: none;
    text-align: center;
    text-shadow: none !important;
    margin: 10px auto;
    border: 1px solid #1d1d1b;
    background: #fff;
    color: #1d1d1b;
    display: block;
}
.home_collage_container a:hover {
    cursor: pointer;
    border: 1px solid #1d1d1b;
    background: #1d1d1b;
    color: #fff;
}
.home_collage_image_02 {
    background: url(../images/collage_02.jpg) no-repeat center center #1d1d1b;
    background-size: cover;
    width: 275px;
    height: 355px;
}
.home_collage_image_03 {
    background: url(../images/collage_03.jpg) no-repeat center center #1d1d1b;
    background-size: cover;
    width: 380px;
    height: 280px;
}
.home_collage_image_04 {
    background: url(../images/collage_04.jpg) no-repeat center center #1d1d1b;
    background-size: cover;
    width: 380px;
    height: 280px;
}
.home_collage_right {
    width: calc(33.333%);
    display: flex;
    flex-flow: row wrap;
}
.home_collage_right div {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
    margin: 5px;
}
.home_collage_image_05 {
    background: url(../images/collage_05.jpg) no-repeat center center #1d1d1b;
    background-size: cover;
    width: 440px;
    height: 305px;
}
.home_collage_image_06 {
    background: url(../images/collage_06.jpg) no-repeat center center #1d1d1b;
    background-size: cover;
    width: 440px;
    height: 330px;
}
.home_locales {
    width: 80%;
    margin: 60px auto 120px;
}
.home_locales_titulo {
    font-family: "Domaine Disp";
    font-weight: 600;
    font-size: 3.5vw;
    line-height: 100px;
    vertical-align: middle;
    text-align: center;
    color: #890205;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.local_item {
    text-align: left;
}
.local_item h5 {
    font-family: "Domaine Disp";
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #1d1d1b;
    margin-top: 10px;
}
.local_item p {
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    color: #1d1d1b;
}
#carousel_locales .owl-nav {
    margin-top: -15%;
}
.home_coffelab {
    width: 100%;
    background: #e7d8b1;
    padding: 80px 0;
}
.home_coffelab_titulo {
    font-family: "Domaine Disp";
    font-weight: 600;
    font-size: 40px;
    text-align: center;
    color: #1d1d1b;
    letter-spacing: 0;
}
.home_coffelab_bajada {
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    font-size: clamp(8px, 1vw, 10px);
    color: #1d1d1b;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
}
.home_coffelab_container {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
}
.home_coffelab_item {
    flex: 1 1 0;
    padding: 0 20px;
    text-align: center;
}
@media only screen and (max-width: 767px) {
    .home_coffelab {
        padding: 80px 0 120px;
    }
    .home_coffelab_container {
        flex-flow: row wrap;
    }
    .home_coffelab_item {
        flex: 1 1 auto;
        order: 2;
    }
    .home_coffelab_grano {
        order: 1;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
    .home_coffelab_grano {
        order: 1;
        display: none;
    }
}
.home_coffelab_item h5 {
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #1d1d1b;
    letter-spacing: 4px;
    text-transform: uppercase;
    border-bottom: solid 1px #1d1d1b;
    line-height: 36px;
    margin-top: 30px;
    text-align: left;
}
.home_coffelab_item p {
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
    font-size: 12px;
    color: #1d1d1b;
    letter-spacing: 2px;
    line-height: 18px;
    margin-top: 10px;
    text-align: left;
}
.btn_cafe {
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    padding: 5px 10px;
    display: block;
    width: 110px;
    text-decoration: none;
    text-align: center;
    text-shadow: none !important;
    margin: 30px auto 15px;
    border: 1px solid #1d1d1b;
    background: #e7d8b1;
    color: #000;
}
.btn_cafe a:hover {
    cursor: pointer;
    border: 1px solid #1d1d1b;
    background: #1d1d1b;
    color: #fff;
}
footer {
    min-height: 200px;
    max-height: 100%;
    padding: 45px 0 45px;
    background: #1d1d1b;
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #f0eee6;
}
.footer_container {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
}
.footer_item {
    flex: 1 1 0;
    padding: 15px !important;
    width: 100%;
}
@media only screen and (max-width: 767px) {
    .footer_container {
        flex-flow: row wrap;
    }
    .footer_item {
        flex: 1 1 auto;
        padding: 0 20px;
    }
}
.footer_item img {
    width: 120px;
    text-align: center !important;
}
.footer_item a {
    color: inherit;
    font-size: inherit;
    font-weight: 700;
    display: inline-block;
}
.footer_item a:hover {
    color: #e7d8b1;
    text-decoration: underline;
}
.tienda_menu {
    display: flex;
    flex-flow: row nowrap;
    height: 64px;
    align-items: center;
    border-bottom: #1d1d1b solid 1px;
    padding: 0;
    align-items: baseline;
}
.tienda_menu a,
.tienda_menu div {
    flex: 1 1 auto;
}
.tienda_menu a img {
    height: 20px;
    margin-right: 6px;
}
.tienda_menu a {
    font-family: "Domaine Disp";
    font-weight: 600;
    font-size: 16px;
    color: #1d1d1b;
    height: 64px;
    line-height: 64px;
    vertical-align: middle;
    text-decoration: none;
    text-align: center;
    background: url(../images/tienda_menu_hover.png) repeat-x left top;
    cursor: pointer;
    border-bottom: #1d1d1b solid 1px;
}
.tienda_menu a:hover {
    background: url(../images/tienda_menu_hover.png) left bottom;
}
.tienda_menu a.selected {
    background: url(../images/tienda_menu_hover.png) left bottom;
}
.producto_container {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}
.producto_container_imagen,
.producto_container_info {
    flex: 1 1 0;
}
@media only screen and (max-width: 768px) {
    .producto_container {
        display: flex;
        flex-flow: row wrap;
    }
    .producto_container_imagen,
    .producto_container_info {
        flex: 1 1 auto;
    }
}
.producto_container_imagen {
    padding: 0 30px;
}
.producto_container_imagen img {
    width: 75% !important;
    margin: 0 auto;
    display: block;
}
@media only screen and (max-width: 768px) {
    .producto_container_imagen {
        padding: 0 30px;
    }
    .producto_container_imagen img {
        width: 100% !important;
        margin: 0 auto;
        display: block;
    }
}
.producto_container_info {
    flex: 1 1 0;
    padding: 0 30px;
    margin-top: 15px;
}
.producto_container_info h3 {
    font-family: "Domaine Disp";
    font-weight: 600;
    font-size: 30px;
    line-height: 30px;
    color: #1d1d1b;
    padding: 0 5px;
}
.producto_container_info h4 {
    font-family: "Domaine Disp";
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    color: #1d1d1b;
    padding: 0 5px;
    margin-top: 12px;
}
.producto_container_info p {
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-family: 14px;
    vertical-align: middle;
    text-align: justify;
    padding: 0 5px;
}
.producto_container_info h6 {
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
    font-size: 30px;
    letter-spacing: 1px;
    margin: 30px 5px;
}
.combo_container select {
    appearance: none;
    background-color: transparent;
    border: none;
    padding: 0 1em 0 0;
    margin: 0;
    width: 100%;
    font-family: inherit;
    font-size: inherit;
    cursor: inherit;
    line-height: inherit;
}
.combo_container label {
    font-family: "Domaine Disp";
    font-weight: 600;
}
.combo_container .select {
    width: 100%;
    margin: 15px auto;
    border: 1px solid var(--select-border);
    border-radius: 0;
    border-bottom: solid 1px #1d1d1b;
    padding: 0.25em 0;
    font-size: 16px;
    line-height: 14px;
    cursor: pointer;
    background-color: #fff;
    cursor: inherit;
    line-height: inherit;
    font-family: "Domaine Disp";
    font-weight: 600;
}
.combo_container .select::after {
    content: "";
    width: 0.8em;
    height: 0.5em;
    background-color: var(--select-arrow);
    clip-path: polygon(100% 0, 0 0, 50% 100%);
}
.combo_container select:focus + .focus {
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    border: 0 solid var(--select-focus);
    border-radius: inherit;
}
.producto_container_info .botones {
    margin-top: 15px;
}
.producto_container_info a {
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    border: 1px solid #1d1d1b;
    padding: 5px 10px;
    display: block;
    width: 100%;
    text-decoration: none;
    color: inherit;
    text-align: center;
    margin-top: 15px !important;
}
.producto_container_info a:hover {
    background: #8a0003;
    color: #fff;
    cursor: pointer;
}
.cotizador h3 {
    font-family: "Domaine Disp";
    font-weight: 600;
    font-size: 30px;
    color: #1d1d1b;
    padding: 0 5px;
    margin: 60px 0 30px;
}
.cotizador_container {
    display: flex;
    flex-flow: row nowrap;
    padding: 0 30px;
}
.cotizador_form,
.cotizador_info_container {
    flex: 1 1 0;
}
@media only screen and (max-width: 768px) {
    .cotizador_container {
        display: flex;
        flex-flow: row wrap;
    }
    .cotizador_form,
    .cotizador_info_container {
        flex: 1 1 auto;
    }
}
.cotizador_form {
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #757575;
}
.cotizador_form label {
    padding-left: 7px;
}
.cotizador_form input[type="email"],
.cotizador_form input[type="email"] .cotizador_form textarea,
.cotizador_form input[type="tel"],
.cotizador_form input[type="text"] {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: 0;
    display: block;
    width: 100%;
    padding: 7px;
    border: none;
    border-bottom: 1px solid #1d1d1b;
    background: 0 0;
    margin-bottom: 10px;
    height: 50px;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}
.cotizador_form textarea {
    resize: none;
    overflow: hidden;
    width: calc(100% - 14px);
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    padding: 7px;
    border-bottom: 1px solid #1d1d1b;
    margin: 10px 0;
    height: 80px;
}
.cotizador_form input[type="button"],
.cotizador_form input[type="submit"] {
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    border: 1px solid #1d1d1b;
    padding: 5px 15px;
    display: block;
    width: 100px;
    text-decoration: none;
    color: inherit;
    text-align: center;
    background: #fff;
}
.cotizador_form input[type="button"]:hover,
.cotizador_form input[type="submit"]:hover {
    background: #1d1d1b;
    color: #fff;
    cursor: pointer;
}
.cotizador_info_valores {
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    font-size: clamp(6px, 1.5vw, 16px);
}
.cotizador_info_valores .combo_container {
    margin: 10px 0;
    width: 15vw;
}
@media only screen and (max-width: 768px) {
    .nosotros_menu,
    .tienda_menu {
        display: none;
    }
}
.nosotros_banner_container {
    display: block;
    position: relative;
}
.nosotros_banner_container img {
    display: block;
}
.nosotros_banner_item {
    position: absolute;
    z-index: 1;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.75) 0, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
    background-size: cover;
}
.nosotros_banner_item_titulo {
    font-family: "Domaine Disp";
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #fff;
    border-bottom: solid 1px #fff;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.nosotros_banner_item_bajada {
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
    .nosotros_banner_item_titulo {
        font-family: "DM Sans", sans-serif;
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
        color: #fff;
        letter-spacing: 1px;
    }
    .nosotros_banner_item_bajada {
        font-family: "DM Sans", sans-serif;
        font-weight: 400;
        font-size: 12px;
        line-height: 14px;
        color: #fff;
        letter-spacing: 1px;
    }
}
.fila_container {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    padding: 0;
}
.align_top {
    align-items: flex-start;
}
.fila_container_2 {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}
.fila_container_3 {
    display: flex;
    flex-flow: row nowrap;
    align-items: top;
}
.fila_container_trama_01_ {
    background: url(../images/bg_trama_01.png) no-repeat center right;
    background-size: contain;
}
.fila_container_trama_02_ {
    background: url(../images/bg_trama_02.png) no-repeat center left;
    background-size: contain;
}
.fila_container_trama_03_ {
    background: url(../images/bg_trama_03.png) no-repeat center left;
    background-size: contain;
}
.fila_container_info {
    flex: 1 1 0;
    padding: 0 30px;
}
.fila_container_info_3 {
    flex: 1 1 0;
    padding: 30px 30px;
    margin-top: 45px;
}
.fila_container_img {
    flex: 1 1 0;
    text-align: center;
    padding: 0 30px;
}
@media only screen and (max-width: 768px) {
    .fila_container {
        display: flex;
        flex-flow: row wrap;
        align-items: center;
        padding: 25px 0;
        order: 1;
    }
    .fila_container_info {
        flex: 1 1 auto;
        padding: 0 30px 30px;
        width: 200px;
        margin-top: 0;
    }
    .fila_container_img {
        flex: 1 1 auto;
        order: 2;
        text-align: center;
        padding: 0 30px;
    }
    .fila_container_3 {
        display: flex;
        flex-flow: row wrap;
        align-items: top;
    }
    .fila_container_info_3 {
        flex: 1 1 auto;
        padding: 0 30px;
        margin-top: 45px;
    }
}
.fila_container_img_3 {
    flex: 1 1 0;
    text-align: center;
    padding: 0;
    margin-top: 45px;
}
.fila_container_info h3,
.fila_container_info_3 h3 {
    font-family: "Domaine Disp";
    font-weight: 600;
    font-size: 36px;
    line-height: 40px;
    color: #1d1d1b;
    padding: 0 5px;
    border-bottom: solid 1px #1d1d1b;
    padding-bottom: 15px;
}
.fila_container_info h4 {
    font-family: "Domaine Disp";
    font-weight: 600;
    font-size: 30px;
    line-height: 30px;
    color: #1d1d1b;
    padding: 0 5px;
    text-align: center;
}
.fila_container_info h3.titulo_seccion {
    font-family: "Domaine Disp";
    font-weight: 600;
    font-size: 36px;
    line-height: 40px;
    color: #1d1d1b;
    padding: 0 5px;
    text-align: center;
    letter-spacing: 1px;
}
.fila_container_cabecera {
    flex: 1 1 0;
    padding: 0 30px;
}
.fila_container_cabecera h3 {
    font-family: "Domaine Disp";
    font-weight: 600;
    font-size: 36px;
    color: #1d1d1b;
    padding: 15px 0;
    text-align: center;
}
@media only screen and (max-width: 767px) {
    .fila_container_info h3,
    .fila_container_info_3 h3 {
        font-family: "Domaine Disp";
        font-weight: 600;
        font-size: 24px;
        line-height: 28px;
        color: #1d1d1b;
        padding: 0 5px;
        border-bottom: solid 1px #1d1d1b;
        padding-bottom: 15px;
    }
    .fila_container_cabecera h3 {
        font-family: "Domaine Disp";
        font-weight: 600;
        font-size: 24px;
        line-height: 28px;
        color: #1d1d1b;
        padding: 0;
        text-align: center;
    }
}
@media only screen and (min-width: 767px) {
    .titulo_nosotros {
        display: none;
    }
}
.fila_container_info p,
.fila_container_info_3 p {
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    vertical-align: middle;
    margin-top: 15px;
    letter-spacing: 1px;
}
.nuestro_cafe {
    flex: 2 1 0;
    margin-bottom: 90px;
}
.nuestro_cafe h2 {
    font-family: "Domaine Disp";
    font-weight: 600;
    font-size: 36px;
    line-height: 40px;
    color: #1d1d1b;
    padding: 0 5px;
    margin-bottom: 5px;
}
.separador_3 {
    border-bottom: solid 1px #b70000;
    margin: 10px 0 0;
    padding: 0 !important;
    width: 100%;
}
.separador_4 {
    border-bottom: solid 1px #1d1d1b;
    margin: 90px 0 45px;
    padding: 0 !important;
    width: 100%;
}
.tabla_valor {
    display: flex;
    align-items: center;
    padding-top: 15px;
}
.tabla_valor_icon {
    flex: 1 1 0;
}
.tabla_valor_info {
    flex: 5 1 0;
}
@media only screen and (max-width: 768px) {
    .tabla_valor_icon {
        flex: 1 1 0;
    }
    .tabla_valor_info {
        flex: 3 1 0;
    }
    .nuestro_cafe h2 {
        font-family: "Domaine Disp";
        font-weight: 600;
        font-size: 22px;
        line-height: 30px;
        color: #1d1d1b;
        padding: 0 5px;
        padding-bottom: 15px;
    }
}
.tabla_valor_icon {
    width: 100px !important;
    text-align: center;
}
.tabla_valor_icon img {
    width: 60px;
    padding: 5px;
}
.tabla_valor_info p {
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    vertical-align: middle;
    letter-spacing: 1px;
    padding: 0;
    margin: 0;
    width: calc(100% - 100px) !important;
}
.tabla_valor_info p b {
    font-weight: 700;
}
.tipos_molienda {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    margin: 30px auto 120px;
}
.tipos_molienda div {
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    width: 90px !important;
    margin: 0 30px;
}
.tipos_molienda img {
    flex: 1 1 0;
    margin: 30px 0 15px;
}
@media only screen and (max-width: 768px) {
    .tipos_molienda {
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
        margin: 0 auto;
    }
    .tipos_molienda img {
        flex: 1 1 0;
        margin-bottom: 15px;
    }
}
.franja_gris {
    background: #1d1d1b;
    width: 100%;
    height: 400px;
    margin-top: -200px;
    padding-top: 200px;
}
.franja_gris .container {
    display: flex;
    flex-flow: row nowrap;
}
.franja_gris div {
    flex: 1 1 auto;
}
.franja_gris div img {
    margin-top: 30px;
}
.franja_gris h4 {
    color: #b70000;
    font-family: "Domaine Disp";
    font-weight: 600;
    font-size: clamp(14px, 3vw, 50px);
}
.franja_gris p {
    color: #f0eee6;
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: clamp(10px, 2vw, 24px);
}
.franja_gris a {
    color: #f0eee6;
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: clamp(10px, 1vw, 16px);
    display: block;
    text-decoration: none;
    margin: 20px 0;
}
.franja_gris a:hover {
    color: #b70000;
}
.franja_blanca {
    background: #fff;
    width: 100%;
    height: 100px;
}
.combo_container_2 {
    margin: 20px 0;
}
.combo_container_2 select {
    appearance: none;
    background-color: transparent;
    border: none;
    padding: 10px 3px;
    margin: 0;
    width: 100%;
    font-family: inherit;
    font-size: inherit;
    cursor: inherit;
    line-height: inherit;
    color: #757575 !important;
}
.combo_container_2 label {
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 14px !important;
}
.combo_container_2 .select {
    width: 100%;
    border: 1px solid var(--select-border);
    border-radius: 0;
    border-bottom: solid 1px #1d1d1b;
    padding: 0;
    cursor: pointer;
    line-height: 1.1;
    background-color: #fff;
    cursor: inherit;
    line-height: inherit;
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: clamp(10px, 1.5vw, 16px);
    font-size: 14px !important;
}
.combo_container .select::after {
    content: "";
    width: 0.8em;
    height: 0.5em;
    background-color: var(--select-arrow);
    clip-path: polygon(100% 0, 0 0, 50% 100%);
}
.combo_container select:focus + .focus {
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    border: 0 solid var(--select-focus);
    border-radius: inherit;
}
.carta {
    text-align: center;
}
.carta img {
    width: 20%;
}
.carta_menu {
    display: flex;
    flex-flow: row nowrap;
    align-items: top;
}
.carta_menu ul {
    flex: 1 1 0;
    padding: 45px 10px;
    list-style-type: none;
}
.carta_menu ul li {
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    vertical-align: middle;
    padding: 20px 5px;
    letter-spacing: 1px;
    border-bottom: solid 1px #1d1d1b;
}
.titulo_carta {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}
.titulo_carta_franja {
    border: solid 1px #1d1d1b;
    height: 6px;
    width: 100%;
    margin: 0 10px;
    flex: 1 1 0;
}
.cotizador_form form .checkbox {
    display: block;
    position: relative;
    padding-left: 40px !important;
    margin-top: 20px;
    margin-bottom: 10px;
    cursor: pointer;
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 22 px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.cotizador_form form .checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.cotizador_form form .checkmark {
    position: absolute;
    top: 0;
    left: 6px;
    height: 22px;
    width: 22px;
    background: 0 0;
    margin-right: 100px !important;
}
.cotizador_form form .checkbox:hover input ~ .cotizador_form form .checkmark {
    background-color: #ccc;
}
.cotizador_form form .checkbox input:checked ~ .cotizador_form form .checkmark {
    background-color: #2196f3;
}
.cotizador_form form .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.cotizador_form form .checkbox input:checked ~ .cotizador_form form .checkmark:after {
    display: block;
}
.cotizador_form form .checkbox .checkmark:after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
[type="checkbox"]:checked + span:not(.lever):before {
    top: -4px;
    left: -5px;
    width: 12px;
    height: 22px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #890205;
    border-bottom: 2px solid #890205;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}
.masonry {
    column-gap: 15px;
    display: block;
    position: relative;
    margin-top: 30px;
}
.masonry2 {
    column-gap: 45px;
    display: block;
    position: relative;
    margin-top: 30px;
}
@media only screen and (min-width: 601px) {
    .masonry {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}
@media only screen and (min-width: 993px) {
    .masonry {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}
@media only screen and (min-width: 1281px) {
    .masonry {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
    .masonry2 {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}
.masonry_item {
    display: inline-block;
    padding: 15px !important;
    border-bottom: solid 1px #1d1d1b;
    margin-bottom: 30px;
    padding-bottom: 15ºpx;
}
.masonry_item h4 {
    font-family: "Domaine Disp";
    font-weight: 600;
    font-size: 36px;
    line-height: 36px !important;
    margin-bottom: 10px;
    line-height: 3vw;
    cursor: pointer;
}
.masonry_item h4:hover {
    color: #890205;
}
.masonry_item img {
    margin-bottom: 10px;
}
.masonry_item p {
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
}
.masonry_item a {
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    color: #1d1d1b;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    margin-right: 5px;
    text-decoration: underline;
}
.masonry_item a:hover {
    color: #890205;
}
.masonry_item .btn_vermas {
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    border: 1px solid #1d1d1b;
    padding: 5px 10px;
    margin-top: 30px;
    display: block;
    width: 100px;
    text-decoration: none;
    color: inherit;
    text-align: center;
}
.masonry_item .btn_vermas:hover {
    background: #1d1d1b;
    color: #fff;
    cursor: pointer;
}
.grayscale:hover {
    -webkit-filter: grayscale(0);
    -webkit-transition: 0.25s ease-in-out;
    -moz-filter: grayscale(0);
    -moz-transition: 0.25s ease-in-out;
    -o-filter: grayscale(0);
    -o-transition: 0.25s ease-in-out;
}
.grayscale {
    -webkit-filter: grayscale(100%);
    -webkit-transition: 0.25s ease-in-out;
    -moz-filter: grayscale(100%);
    -moz-transition: 0.25s ease-in-out;
    -o-filter: grayscale(100%);
    -o-transition: 0.25s ease-in-out;
}
@media only screen and (max-width: 992px) {
    .grayscale {
        -webkit-filter: grayscale(0);
        -webkit-transition: 0.25s ease-in-out;
        -moz-filter: grayscale(0);
        -moz-transition: 0.25s ease-in-out;
        -o-filter: grayscale(0);
        -o-transition: 0.25s ease-in-out;
    }
}
img.responsive-img,
video.responsive-video {
    max-width: 100%;
    height: auto;
}
.modal-content img {
    margin-bottom: 30px;
}
.modal-content h4 {
    font-family: "Domaine Disp";
    font-weight: 600;
    font-size: 24px;
    line-height: 30px !important;
    margin-bottom: 10px;
    line-height: 3vw;
}
.modal-content p {
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
}
.modal-content a {
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    color: #1d1d1b;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    margin-right: 5px;
    text-decoration: underline;
}
.modal-content a:hover {
    color: #890205;
}
.modal-content a.btn_cerrar {
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    border: 1px solid #1d1d1b;
    padding: 5px 10px;
    margin-top: 30px;
    display: block;
    width: 100px;
    text-decoration: none;
    color: inherit;
    text-align: center;
}
.modal-content a.btn_cerrar:hover {
    background: #1d1d1b;
    color: #fff;
    cursor: pointer;
}
@media screen and (min-width: 769px) {
    .sidenav,
    .top_mobile {
        display: none !important;
    }
}
@media screen and (max-width: 768px) {
    .top {
        display: none;
    }

    .clearfix {
        content: "";
        clear: both;
        display: none;
        margin-top: calc(30%);
    }
    .clearfix_2 {
        content: "";
        clear: both;
        display: none;
        margin-top: calc(20%);
    }
}
.sidenav {
    position: fixed;
    width: 260px;
    left: 0;
    top: 0;
    margin: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    height: 100%;
    height: calc(100% + 60px);
    height: -moz-calc(100%);
    padding-bottom: 60px;
    background-color: #fff;
    z-index: 999;
    overflow-y: auto;
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);
}
.sidenav.right-aligned {
    right: 0;
    -webkit-transform: translateX(105%);
    transform: translateX(105%);
    left: auto;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}
.sidenav .collapsible {
    margin: 0;
}
.sidenav li {
    float: none;
    line-height: 48px;
    padding: 0 15px;
}
.sidenav li.active {
    background-color: rgba(0, 0, 0, 0.05);
}
.sidenav li > a {
    display: block;
    font-size: 14px;
    height: 44px;
    line-height: 44px;
    padding: 0;
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    color: #1d1d1b;
    text-transform: uppercase;
    text-decoration: none;
}
.sidenav li > a:hover {
    background-color: rgba(0, 0, 0, 0.05);
}
.sidenav li > a.btn,
.sidenav li > a.btn-flat,
.sidenav li > a.btn-floating,
.sidenav li > a.btn-large,
.sidenav li > a.btn-small {
    margin: 10px 15px;
}
.sidenav li > a.btn,
.sidenav li > a.btn-floating,
.sidenav li > a.btn-large,
.sidenav li > a.btn-small {
    color: #fff;
}
.sidenav li > a.btn-flat {
    color: #343434;
}
.sidenav li > a.btn-large:hover,
.sidenav li > a.btn-small:hover,
.sidenav li > a.btn:hover {
    background-color: #2bbbad;
}
.sidenav li > a.btn-floating:hover {
    background-color: #26a69a;
}
.sidenav li > a li > a > [class*="mdi-"],
.sidenav li > a > [class^="mdi-"],
.sidenav li > a > i,
.sidenav li > a > i.material-icons {
    float: right;
    height: 48px;
    line-height: 48px;
    margin: 0 32px 0 0;
    width: 24px;
    color: rgba(0, 0, 0, 0.54);
}
.sidenav .divider {
    margin: 8px 0 0 0;
}
.sidenav .subheader {
    cursor: initial;
    pointer-events: none;
    color: rgba(0, 0, 0, 0.54);
    font-size: 14px;
    font-weight: 500;
    line-height: 48px;
}
.sidenav .subheader:hover {
    background-color: transparent;
}
.sidenav .user-view {
    position: relative;
}
.sidenav .user-view > a {
    height: auto;
    padding: 0;
}
.sidenav .user-view > a:hover {
    background-color: transparent;
}
.sidenav .user-view .background {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.sidenav .user-view .circle,
.sidenav .user-view .email,
.sidenav .user-view .name {
    display: block;
}
.sidenav .user-view .circle {
    height: 64px;
    width: 64px;
}
.sidenav .user-view .email,
.sidenav .user-view .name {
    font-size: 14px;
    line-height: 14px;
    color: #1d1d1b;
}
.sidenav .user-view .name {
    margin-top: 5px;
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    color: #1d1d1b;
}
.sidenav .user-view .email {
    padding-bottom: 16px;
    font-weight: 400;
}
.drag-target {
    height: 100%;
    width: 10px;
    position: fixed;
    top: 0;
    z-index: 998;
}
.drag-target.right-aligned {
    right: 0;
}
.sidenav.sidenav-fixed {
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    position: fixed;
}
.sidenav.sidenav-fixed.right-aligned {
    right: 0;
    left: auto;
}
@media only screen and (max-width: 992px) {
    .sidenav.sidenav-fixed {
        -webkit-transform: translateX(-105%);
        transform: translateX(-105%);
    }
    .sidenav.sidenav-fixed.right-aligned {
        -webkit-transform: translateX(105%);
        transform: translateX(105%);
    }
    .sidenav > a {
        padding: 0 16px;
    }
    .sidenav .user-view {
        padding: 16px 0 0;
    }
}
.sidenav .collapsible-body > ul:not(.collapsible) > li.active,
.sidenav.sidenav-fixed .collapsible-body > ul:not(.collapsible) > li.active {
    background-color: #ee6e73;
}
.sidenav .collapsible-body > ul:not(.collapsible) > li.active a,
.sidenav.sidenav-fixed .collapsible-body > ul:not(.collapsible) > li.active a {
    color: #fff;
}
.sidenav .collapsible-body {
    /*padding: 0 30px;*/
	padding:0;
}
.sidenav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    height: 120vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 997;
    display: none;
}
.material-icons {
    font-size: 30px;
    line-height: 65px;
    color: #1d1d1b;
}
.collapsible {
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    margin: 0.5rem 0 1rem 0;
}
.collapsible-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    line-height: 1.5;
    padding: 1rem;
    background-color: #fff !important;
    border-bottom: 1px solid #ddd;
}
.collapsible-header:focus {
    outline: 0;
}
.collapsible-header i {
    width: 2rem;
    font-size: 1.6rem;
    display: inline-block;
    text-align: center;
    margin-right: 1rem;
}
.keyboard-focused .collapsible-header:focus {
    background-color: #eee;
}
.collapsible-body {
    display: none;
    border-bottom: 1px solid #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2rem;
}
.sidenav .collapsible,
.sidenav.fixed .collapsible {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.sidenav .collapsible li,
.sidenav.fixed .collapsible li {
    padding: 0;
}
.sidenav .collapsible-header,
.sidenav.fixed .collapsible-header {
    background-color: #fff;
    border: none;
    line-height: inherit;
    height: inherit;
    padding: 0 0 0 15px;
}
.sidenav .collapsible-header:hover,
.sidenav.fixed .collapsible-header:hover {
    background-color: rgba(0, 0, 0, 0);
}
.sidenav .collapsible-header i,
.sidenav.fixed .collapsible-header i {
    line-height: inherit;
}
.sidenav .collapsible-body,
.sidenav.fixed .collapsible-body {
    border: 0;
    background-color: #fff;
}
.sidenav .collapsible-body li a,
.sidenav.fixed .collapsible-body li a {
    padding: 0 23.5px 0 31px;
}
.submenu {
    padding-left: 45px !important;
}
.collapsible.popout {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.collapsible.popout > li {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    margin: 0 24px;
    -webkit-transition: margin 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: margin 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.collapsible.popout > li.active {
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    margin: 16px 0;
}
.sidenav_logo {
    width: 150px;
}
.top_mobile {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}
.top_mobile li {
    flex: 1 1 0;
    list-style: none;
}
.top_mobile_center {
    text-align: center;
}
.top_mobile_center img {
    width: 120px;
}
.top_mobile_right {
    text-align: right;
    padding-right: 15px;
}
.top_mobile_right img {
    width: 35px;
}
