    /*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
    
    html {
        /* Resets para REMS - 62.5% = 10rem de 16rem */
        /* Esto es para usar rems en ves de rem, porque los rem funcinan mejor */
        font-size: 62.5%;
        overflow-x: hidden;
    }
    
    body {
        font-family: "Raleway", sans-serif;
        color: #444444;
    }
    
    a {
        color: #0a0a0a;
        font-size: 1.6rem;
    }
    
    a:hover {
        color: #ff8f4c;
        text-decoration: none;
    }
    
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    .font-primary {
        font-family: "Raleway", sans-serif;
    }
    
    table td:nth-child(4) {
        text-align: right;
    }
    /*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
    
    #header {
        height: 8.0rem;
        padding: 2.0rem 0;
        z-index: 10;
        position: relative;
    }
    
    #header .logo h1 {
        font-size: 3.6rem;
        margin: 0;
        padding: 0;
        line-height: 1;
        font-weight: 300;
        letter-spacing: 0.3rem;
    }
    
    #header .logo h1 a,
    #header .logo h1 a:hover {
        color: #fff;
        text-decoration: none;
    }
    
    #header .logo img {
        padding: 0;
        margin: 0;
        max-height: 4.0rem;
    }
    /* Mobile */
    
    @media (max-width: 768px) {
        #header .logo h1 {
            font-size: 2.8rem;
            padding: 0.8rem 0;
        }
        .maxWidth-250 {
            max-width: 25.0rem;
        }
        .producto-precio {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        .producto-precio h3 {
            font-size: 1.8rem;
            line-height: 1.4;
            font-weight: 300;
            color: #000;
            font-family: "Raleway", sans-serif;
        }
        .coctelDescripcion {
            max-width: 25.0rem;
        }
    }
    /*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
    
    .nav-menu {
        position: fixed;
        top: 0;
        bottom: 0;
        z-index: 9999;
        overflow-y: auto;
        right: -26.0rem;
        width: 26.0rem;
        padding-top: 1.8rem;
        background: #212529;
        transition: 0.4s;
    }
    
    .nav-menu * {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    
    .nav-menu a {
        display: block;
        position: relative;
        color: #f8f9fa;
        padding: 1.0rem 2.0rem;
        font-weight: 500;
        transition: 0.3s;
    }
    
    .nav-menu a:hover,
    .nav-menu .active>a,
    .nav-menu li:hover>a {
        color: #808080;
        text-decoration: none;
    }
    
    .nav-menu .drop-down>a:after {
        content: url('bx_bx-chevron-down-svg.png');
        vertical-align: -0.125em;
        /* content:"\E910"; */
        font-family: "boxicons";
        padding-left: 1.0rem;
        position: absolute;
        right: 1.5rem;
    }
    
    .nav-menu .active.drop-down>a:after {
        content: url('bx_bx-chevron-down-svg.png');
        vertical-align: -0.125em;
        /* content:"\E910"; */
    }
    
    .nav-menu .drop-down>a {
        padding-right: 3.5rem;
    }
    
    .nav-menu .drop-down ul {
        display: none;
        overflow: hidden;
    }
    
    .nav-menu .drop-down li {
        padding-left: 2.0rem;
    }
    
    .nav-menu-active {
        right: 0;
    }
    
    .nav-toggle {
        position: fixed;
        right: 1.5rem;
        top: 1.5rem;
        z-index: 9998;
        border: 0;
        /* background: rgba(34, 34, 34, 0.5); */
        background: white;
        transition: all 0.4s;
        outline: none !important;
        line-height: 1;
        cursor: pointer;
        text-align: right;
        padding: 1.0rem 1.2rem;
        border-radius: 0.2rem;
    }
    
    .nav-toggle i {
        color: black;
        font-size: 4.5rem;
    }
    
    .nav-toggle-active {
        right: 27.5rem;
    }
    /*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
    
    .price {
        text-align: right;
    }
    
    #hero {
        width: 100%;
        height: 90vh;
        background: ;
        background-size: cover;
        position: relative;
        margin-top: -8.0rem;
        z-index: 9;
    }
    
    #hero .hero-container {
        position: absolute;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center;
        padding: 0 1.5rem;
    }
    
    .styleHM {
        /* font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; */
        font-family: "Raleway", sans-serif;
        margin-top: 12.0rem;
        font-size: 1.8rem;
        font-weight: bold;
    }
    
    .styleProductoIB {
        /* font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; */
        font-family: "Raleway", sans-serif;
    }
    
    #hero h1 {
        margin: 0 0 1.0rem 0;
        font-size: 4.8rem;
        font-weight: 400;
        line-height: 5.6rem;
        line-height: 5.6rem;
        color: #222;
    }
    
    #hero h2 {
        color: #333;
        margin-bottom: 3.0rem;
        font-size: 2.4rem;
    }
    
    #hero .php-email-form .validate {
        display: none;
        color: red;
        margin: 0 0 1.5rem 0;
        font-weight: 400;
        font-size: 1.3rem;
    }
    
    #hero .php-email-form .error-message {
        display: none;
        color: #fff;
        background: #ed3c0d;
        text-align: center;
        padding: 1.5rem;
        font-weight: 600;
    }
    
    #hero .php-email-form .sent-message {
        display: none;
        color: #fff;
        background: #18d26e;
        text-align: center;
        padding: 1.5rem;
        font-weight: 600;
    }
    
    #hero .php-email-form .loading {
        display: none;
        background: rgba(255, 255, 255, 0.5);
        text-align: center;
        padding: 1.5rem;
        border-radius: 5.0rem;
    }
    
    #hero .php-email-form .loading:before {
        content: "";
        display: inline-block;
        border-radius: 50%;
        width: 2.4rem;
        height: 2.4rem;
        margin: 0 1.0rem -0.6rem 0;
        border: 0.3rem solid #18d26e;
        border-top-color: #eee;
        -webkit-animation: animate-loading-notify 1s linear infinite;
        animation: animate-loading-notify 1s linear infinite;
    }
    
    @-webkit-keyframes animate-loading-notify {
        0% {
            transform: rotate(0deg);
        }
        100% {
            transform: rotate(360deg);
        }
    }
    
    @keyframes animate-loading-notify {
        0% {
            transform: rotate(0deg);
        }
        100% {
            transform: rotate(360deg);
        }
    }
    
    #hero .php-email-form input {
        border-radius: 5.0rem;
        box-shadow: none;
        font-size: 1.4rem;
        border: 0;
        padding: 0rem 1.5rem 0.2rem 2.0rem;
        width: 25.0rem;
        height: 4.0rem;
        margin: 0 0.8rem;
    }
    
    #hero .php-email-form button[type="submit"] {
        font-family: "Raleway", sans-serif;
        font-weight: 500;
        font-size: 1.6rem;
        letter-spacing: 0.1rem;
        display: inline-block;
        padding: 0.8rem 3.0rem;
        border-radius: 5.0rem;
        transition: 0.5s;
        margin: 1.0rem;
        border: none;
        color: #fff;
        background: #fd680e;
    }
    
    #hero .php-email-form button[type="submit"]:hover {
        background: #fd8841;
    }
    
    @media (min-width: 1024px) {
        #hero {
            background-attachment: fixed;
        }
    }
    
    @media (max-width: 768px) {
        #hero h1 {
            font-size: 2.8rem;
            line-height: 3.6rem;
        }
        #hero h2 {
            font-size: 1.8rem;
            line-height: 2.4rem;
            margin-bottom: 3.0rem;
        }
        #hero .php-email-form input {
            margin: 0 auto;
        }
    }
    /*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
    
    section {
        padding: 8.0rem 0;
    }
    
    .section-bg {
        background-color: #fff7f2;
    }
    
    .section-title {
        text-align: center;
        padding-bottom: 3.0rem;
    }
    
    .section-title h2 {
        font-size: 3.2rem;
        font-weight: 300;
        margin-bottom: 2.0rem;
        padding-bottom: 1.5rem;
        position: relative;
    }
    
    .section-title h2::after {
        content: '';
        position: absolute;
        display: block;
        width: 8.0rem;
        height: 0.1rem;
        background: #fd680e;
        bottom: 0;
        left: calc(50% - 4.0rem);
    }
    
    .section-title p {
        margin-bottom: 0;
        font-style: italic;
        color: #666666;
    }
    /*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
    
    .about h3 {
        font-weight: 300;
        font-size: 2.6rem;
    }
    
    .about ul {
        list-style: none;
        padding: 0;
    }
    
    .about ul li {
        padding-bottom: 1.0rem;
    }
    
    .about ul i {
        font-size: 2.0rem;
        padding-right: 0.4rem;
        color: #fd680e;
    }
    
    .about p:last-child {
        margin-bottom: 0;
    }
    /*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
    
    .why-us {
        padding-bottom: 3.0rem;
    }
    
    .why-us .card {
        border-radius: 0.3rem;
        border: 0;
        box-shadow: 0rem 0.2rem 1.5rem rgba(0, 0, 0, 0.1);
        margin-bottom: 3.0rem;
    }
    
    .why-us .card-icon {
        text-align: center;
        margin-top: -3.2rem;
    }
    
    .why-us .card-icon i {
        font-size: 3.2rem;
        color: #fff;
        width: 6.4rem;
        height: 6.4rem;
        padding-top: 1.0rem;
        text-align: center;
        background-color: #fd680e;
        border-radius: 50%;
        text-align: center;
        border: 0.4rem solid #fff;
        transition: 0.3s;
        display: inline-block;
    }
    
    .why-us .card-body {
        padding-top: 1.2rem;
    }
    
    .why-us .card-title {
        font-weight: 700;
        text-align: center;
    }
    
    .why-us .card-title a {
        color: #743e1d;
    }
    
    .why-us .card-title a:hover {
        color: #fd680e;
    }
    
    .why-us .card-text {
        color: #5e5e5e;
    }
    
    .why-us .card:hover .card-icon i {
        background: #fff;
        color: #fd680e;
    }
    
    @media (max-width: 1024px) {
        .why-us {
            background-attachment: scroll;
        }
    }
    /*--------------------------------------------------------------
# Frequenty Asked Questions
--------------------------------------------------------------*/
    
    .faq {
        padding-bottom: 6.0rem;
    }
    
    .faq .faq-list {
        padding: 0;
        list-style: none;
    }
    
    .faq .faq-list li {
        border-bottom: 0.1rem solid #eee;
        margin-bottom: 2.0rem;
        padding-bottom: 2.0rem;
    }
    
    .faq .faq-list a {
        display: block;
        position: relative;
        font-family: #fd680e;
        font-size: 1.8rem;
        line-height: 2.4rem;
        font-weight: 400;
        padding-right: 2.5rem;
    }
    
    .faq .faq-list i {
        font-size: 2.4rem;
        position: absolute;
        right: 0;
        top: 0;
    }
    
    .faq .faq-list p {
        margin-bottom: 0;
        padding: 1.0rem 0 0 0;
    }
    
    .faq .faq-list .icon-show {
        display: none;
    }
    
    .faq .faq-list a.collapsed {
        color: #343a40;
    }
    
    .faq .faq-list a.collapsed:hover {
        color: #fd680e;
    }
    
    .faq .faq-list a.collapsed .icon-show {
        display: inline-block;
    }
    
    .faq .faq-list a.collapsed .icon-close {
        display: none;
    }
    /*--------------------------------------------------------------
# Contact Us
--------------------------------------------------------------*/
    
    .contact .info {
        color: #444444;
    }
    
    .contact .info i {
        font-size: 3.2rem;
        color: #fd680e;
        float: left;
    }
    
    .contact .info p {
        padding: 0 0 1.0rem 5.0rem;
        margin-bottom: 2.0rem;
        line-height: 2.2rem;
        font-size: 1.4rem;
    }
    
    .contact .info .email p {
        padding-top: 0.5rem;
    }
    
    .contact .social-links a {
        font-size: 1.8rem;
        display: inline-block;
        background: #5a2c10;
        color: #fff;
        line-height: 1;
        padding: 0.8rem 0;
        border-radius: 50%;
        text-align: center;
        width: 3.6rem;
        height: 3.6rem;
        transition: 0.3s;
    }
    
    .contact .social-links a:hover {
        background: #fd680e;
        color: #fff;
    }
    
    .contact .php-email-form .validate {
        display: none;
        color: red;
        margin: 0 0 1.5rem 0;
        font-weight: 400;
        font-size: 1.3rem;
    }
    
    .contact .php-email-form .error-message {
        display: none;
        color: #fff;
        background: #ed3c0d;
        text-align: left;
        padding: 1.5rem;
        font-weight: 600;
    }
    
    .contact .php-email-form .error-message br+br {
        margin-top: 2.5rem;
    }
    
    .contact .php-email-form .sent-message {
        display: none;
        color: #fff;
        background: #18d26e;
        text-align: center;
        padding: 1.5rem;
        font-weight: 600;
    }
    
    .contact .php-email-form .loading {
        display: none;
        background: #fff;
        text-align: center;
        padding: 1.5rem;
    }
    
    .contact .php-email-form .loading:before {
        content: "";
        display: inline-block;
        border-radius: 50%;
        width: 2.4rem;
        height: 2.4rem;
        margin: 0 1.0rem -0.6rem 0;
        border: 0.3rem solid #18d26e;
        border-top-color: #eee;
        -webkit-animation: animate-loading 1s linear infinite;
        animation: animate-loading 1s linear infinite;
    }
    
    .contact .php-email-form input,
    .contact .php-email-form textarea {
        border-radius: 0;
        box-shadow: none;
        font-size: 1.4rem;
    }
    
    .contact .php-email-form input:focus,
    .contact .php-email-form textarea:focus {
        border-color: #fd680e;
    }
    
    .contact .php-email-form button[type="submit"] {
        background: #fd680e;
        border: 0;
        padding: 1.0rem 2.4rem;
        color: #fff;
        transition: 0.4s;
    }
    
    .contact .php-email-form button[type="submit"]:hover {
        background: #fd8841;
    }
    
    @media (max-width: 768px) {
        .contact .social-links {
            text-align: center;
        }
    }
    
    @-webkit-keyframes animate-loading {
        0% {
            transform: rotate(0deg);
        }
        100% {
            transform: rotate(360deg);
        }
    }
    
    @keyframes animate-loading {
        0% {
            transform: rotate(0deg);
        }
        100% {
            transform: rotate(360deg);
        }
    }
    /*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
    
    #footer {
        background: #000000;
        padding: 3.0rem 0;
        color: #fff;
        font-size: 1.4rem;
    }
    
    #footer .copyright {
        text-align: center;
    }
    
    #footer .credits {
        padding-top: 1.0rem;
        text-align: center;
        font-size: 1.3rem;
        color: #fff;
    }
    /* Styles Lucas */
    /* Globals */
    
    p {
        font-size: 1.6rem;
    }
    
    .textAlignStart {
        text-align: start;
    }
    
    .mTop-15 {
        margin-top: 1.5rem;
    }
    
    .mTop-20 {
        margin-top: 2.0rem;
    }
    
    .mTop-35 {
        margin-top: 3.5rem;
    }
    
    .mTop-50 {
        margin-top: 5.0rem;
    }
    
    .mTop-70 {
        margin-top: 7.0rem;
    }
    
    .mBot-15 {
        margin-bottom: 1.5rem;
    }
    
    .mBotMinus-15 {
        margin-bottom: -1.5rem;
    }
    
    h3 {
        font-weight: 300 !important;
    }
    
    h4 {
        font-family: "Raleway", sans-serif;
        margin-top: 2.0rem;
        font-weight: 700 !important;
        font-size: 2rem;
    }
    
    .softDrink {
        line-height: .5 !important;
        font-size: 1.2rem !important;
    }
    
    .producto-precio {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .producto-precio h3 {
        font-size: 2.0rem;
        line-height: 1.4;
        font-weight: 600;
        color: #000;
        font-family: "Raleway", sans-serif;
    }
    
    .producto-precio h2 {
        font-size: 3.0rem;
        font-weight: 600;
        color: #000;
        font-family: "Raleway", sans-serif;
    }
    
    .producto-precio-p {
        font-size: 1.8rem;
        line-height: 1.4;
        color: #000;
        font-family: "Raleway", sans-serif;
    }
    
    .linea-abajo {
        border-bottom: solid 0.1rem;
    }
    
    .margin-bottom {
        margin-bottom: 2.5rem;
    }
    
    .coctelTitulo {
        font-family: "Raleway", sans-serif;
        margin-top: 1.2rem !important;
    }
    /** Animacion */
    
    .animado {
        opacity: 0;
        transition: all 0.5;
    }
    
    .animadoLogo {
        opacity: 0;
        transition: all 0.5;
    }
    
    .mostrarArriba {
        animation: mostrarArriba 1s;
    }
    
    .mostrarArribaTabla {
        animation: mostrarArriba 1s;
    }
    
    .mostrarArribaLogo {
        animation: mostrarArribaLogo 1s;
    }
    /*Este Keyframe es para la animacion de los menues y precios */
    
    @-webkit-keyframes mostrarArriba {
        0% {
            -webkit-transform: translateX(-7%);
        }
        100% {
            -webkit-transform: translate(0);
        }
    }
    
    @keyframes mostrarArriba {
        0% {
            transform: translateX(-7%);
        }
        100% {
            transform: translate(0);
        }
    }
    /*Este Keyframe es para la animacion del logo de mini bar*/
    
    @keyframes mostrarArribaLogo {
        0% {
            transform: translateY(-60%);
        }
        100% {
            transform: translate(0);
        }
    }
    
    @media screen and (max-width: 321px) {
        /* Cuando hay un solo precio */
        /* .precio-1 {
            min-width: 15%;
            text-align: end;
        } */
        /* Cuando hay 2 precios Pequeño y Grande */
        .precio {
            min-width: 45%;
            text-align: end;
        }
        .descripcion {
            max-width: 75%;
        }
    }
    
    @media screen and (min-width: 322px) and (max-width: 480px) {
        /* Cuando hay un solo precio */
        .precio-1 {
            min-width: 15%;
            text-align: end;
        }
        /* Cuando hay 2 precios Pequeño y Grande */
        .precio {
            min-width: 45%;
            text-align: end;
        }
        .descripcion {
            max-width: 70%;
        }
    }
    
    @media screen and (min-width: 481px) and (max-width: 768px) {
        /* Cuando hay un solo precio */
        .precio-1 {
            min-width: 15%;
            text-align: end;
        }
        /* Cuando hay 2 precios Pequeño y Grande */
        .precio {
            min-width: 30%;
            text-align: end;
        }
        .descripcion {
            max-width: 85%;
        }
    }
    
    @media screen and (min-width: 769px) and (max-width: 992px) {
        /* Cuando hay un solo precio */
        .precio-1 {
            min-width: 15%;
            text-align: end;
        }
        /* Cuando hay 2 precios Pequeño y Grande */
        .precio {
            min-width: 30%;
            text-align: end;
        }
        .descripcion {
            max-width: 85%;
        }
    }
    
    @media screen and (min-width: 993px) and (max-width: 1200px) {
        .descripcion {
            max-width: 90%;
        }
    }
    
    @media screen and (min-width: 1200px) and (max-width: 1600px) {
        .descripcion {
            max-width: 90%;
        }
    }