/*
Theme Name: storefront child
Version: 4.0
Description: Tema hijo
Author: Tu
Author URI: 
Template: storefront
*/
@font-face {
    font-family: 'Gotham';
    src: url('assets/fonts/gotham/Gotham-Book.eot');
    src: local('Gotham-Book'),
        url('assets/fonts/gotham/Gotham-Book.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/gotham/Gotham-Book.woff2') format('woff2'),
        url('assets/fonts/gotham/Gotham-Book.woff') format('woff'),
        url('assets/fonts/gotham/Gotham-Book.ttf') format('truetype'),
        url('assets/fonts/gotham/Gotham-Book.svg#Gotham-Book') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
  font-family: 'Bebas Neue';
  font-style: normal;
  font-weight: 400;
  src: url('assets/fonts/bebas/bebas-neue-v8-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('assets/fonts/bebas/bebas-neue-v8-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('assets/fonts/bebas/bebas-neue-v8-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('assets/fonts/bebas/bebas-neue-v8-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('assets/fonts/bebas/bebas-neue-v8-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('assets/fonts/bebas/bebas-neue-v8-latin-regular.svg#BebasNeue') format('svg'); /* Legacy iOS */
}
/*----------------- Cambios a partir de aquí -------------------------------*/
.right-sidebar .content-area {
    width: 100%!important;
}
/* HTML */
html,
body {
    padding: 0;
    margin: 0;
    font-family: 'Gotham', 'Roboto', 'Arial', serif;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    color:#000;
    background-color: #fff;
}
/* Navbar */
.navbar {
    padding: 10px 16px;
    border-width: 3px;
    border-style: solid;
    border-image: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(255,218,45,1) 35%, rgba(255,218,45,1) 65%, rgba(0,0,0,1) 100%);
    border-image-slice: 1;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    background-color: #000;
}
.navbar-item {
    font-family: 'Bebas Neue';
    font-size: 1.35rem;
    color: #fff;
    background-color: transparent!important;
}
.navbar .navbar-menu .navbar-item:hover,
.navbar .navbar-menu .navbar-item:focus,
.navbar .navbar-menu .navbar-item:focus {
    color: #ffb516;
}
.navbar-burger span {
    background-color: #ffb516;
    height: 2px;
    width: 25px;
}
.navbar-brand .navbar-item.navbar-logo img {
    width: 120px;
    height: auto;
    max-height: inherit;
}
.navbar-brand .navbar-item.navbar-tienda {
    color: #fff!important;
    background-color: #d42227!important;
}

/* Footer */
footer.footer {
    padding: 40px 16px 30px;
    background-color: #000;
}
.footer .redes {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 45px;
    margin: 0 auto 30px;
}
.footer .redes a {
    display: inline-block;
}
.footer .redes svg {
    height: 1.75rem;
    width: auto;
}
.footer .redes a:hover path {
    fill: #d42227;
}
.footer .enlace {
    display: table;
    color: #fff;
    text-align: center;
    margin: 0 auto;
}
.footer .enlace img {
    display: inline-block;
    height: 1.75rem;
    margin: 0 5px;
    vertical-align: middle;
}
/* General */
.titulo-principal {
    font-family: 'Bebas Neue';
    font-size: 6rem;
}
h1, h2, h3, h4, h5, h6, .wc-block-grid__product-title {
    color: #000;
}
/* Seccion - Nosotros */
.header__homepage img {
    width: 100%;
}
/* Seccion - Nosotros */
.nosotros {
    position: relative;
    padding: 80px 16px 90px;
    background-image: url(assets/img/homepage/nosotros-bg.png);
    background-position: 100% -20%;
    background-size: 250px auto;
    background-repeat: no-repeat;
}
.nosotros::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    margin: 80px 0 0 0;
    width: 65%;
    height: 6rem;
    background-image: url(assets/img/homepage/barra_nosotros.svg);
    background-position: center left;
    background-size: 100% auto;
    background-repeat: no-repeat;
}
.nosotros p {
    font-family: 'Bebas Neue';
    font-size: 2.15rem;
    letter-spacing: 1.75;
    text-transform: uppercase;
    max-width: 900px;
    width: 100%;
    margin: 35px 0 0;
}
/* Seccion - Cervezas */
.cervezas {
    padding: 35px 16px;
}
.cervezas .titulo-principal {
    font-size: 5rem;
    text-align: center;
    margin-bottom: 2rem;
}
.cervezas .titulo-principal span {
    margin: 0 1rem;
}
.cervezas img {
    width: 100%;
    height: auto;
}
.owl-theme .owl-dots .owl-dot span {
    background-color: #9f9f9f;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #d42227;
}
/* Seccion - Mini tienda */
.tienda {
    position: relative;
    text-align: center;
    margin: 50px 0 ;
}
.tienda .titular {
    position: relative;
    margin-bottom: 3rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    background-image: url(assets/img/tienda/tienda_rayos.svg);
}
.tienda .titulo-principal {
    font-size: 5rem;
}
.tienda a {
    display: block;
    position: relative;
    border: 1px dashed #fff;
}
.tienda a:hover, .tienda a:focus, .tienda a:active {
    border-color: #d42227;
}
.tienda a:hover .portada, .tienda a:focus .portada, .tienda a:active .portada {
    opacity: 1;
}
.tienda a .portada {
    position: absolute;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #d42227;
    height: 4.5rem;
    width: calc(100% - 20px);
    opacity: 0;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
.tienda .portada h3 {
    font-family: 'Bebas Neue';
    font-size: 2.75rem;
    color: #fff;
    text-align: center;
}
.tienda a img {
    width: 100%;
    height: auto;
    padding: 10px;
}
/* Seccion - Blog */
.blog__home {
    margin: 80px 0 120px;
}
.blog .post {
    position: relative;
}
.blog .post .cover {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.blog .post .cover img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.blog .post .contenido {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    width: 100%;
}
.blog .post .contenido h4 {
    position: relative;
    font-size: 3.5rem;
    color: #d42227;
    right: 10%;
    width: 150%;
}
.blog .post p {
    line-height: 2;
    margin-bottom: 2rem;
}
.blog .post .button {
    position: relative;
    font-family: 'Bebas Neue';
    font-size: 2rem;
    color: #fff;
    font-weight: normal;
    background-color: #d42227;
    border-color: #d42227;
    border-radius: 0;
    line-height: 1;
    height: auto;
    padding: 20px 45px 12px;
}
/* Seccion - Contacto */
.contacto {
    position: relative;
    padding: 50px 16px 30px;
    background-color: #000;
}
.contacto::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto 0;
    max-width: 550px;
    width: 100%;
    height: 20px;
    background-color: #d42227;
}
.contacto img {
    max-width: 350px;
    width: 100%;
    margin-bottom: 2rem;
}
.contacto hr {
    background-color: transparent;
    border-bottom: 1px dashed #fff;
    margin-bottom: 0;
}
.contacto .input {
    padding: .5rem;
    background-color: #fff;
    color: #000;
    border: 0;
    border-radius: 0;
    height: 3rem;
    box-shadow: none;
}
.contacto .textarea {
    padding: .5rem;
    background-color: #fff;
    color: #000;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    height: 150px;
}
.contacto .button {
    font-family: 'Bebas Neue';
    font-size: 1.35rem;
    color: #fff;
    font-weight: normal;
    background-color: #d42227;
    border-radius: 0;
}
.contacto .textarea:focus,
.contacto .input:focus {
    background-color: #fff;
    border-right: 15px solid #d42227;
}
::-webkit-input-placeholder {
    color: #939393;
    text-transform: uppercase;
    opacity: 1!important;
}
:-ms-input-placeholder {
    color: #939393;
    text-transform: uppercase;
    opacity: 1!important;
}
::placeholder {
    color: #939393;
    text-transform: uppercase;
    opacity: 1!important;
}
.contacto .input:focus::placeholder {
    color: #d42227;
}
.contacto .input:focus::-webkit-input-placeholder {
    color: #d42227;
}
.contacto .input:focus:-ms-input-placeholder {
    color: #d42227;
}
.contacto .textarea:focus::placeholder {
    color: #d42227;
}
.contacto .textarea:focus::-webkit-input-placeholder {
    color: #d42227;
}
.contacto .textarea:focus:-ms-input-placeholder {
    color: #d42227;
}


/* Seccion - Blog */

.entry-header {
    margin-top: 55px;
    margin-bottom: 50px!important;
}
.entry-header .entry-title a {
    color: #000;
}
.entry-header .entry-title a:hover {
    color: #d42227;
}
.entry-header .entry-title {
    font-family: 'Bebas Neue';
    font-size: 3.5rem;
    color: #000;
    font-weight: normal;
    text-align: center;
}
.entry-content p {
    font-size: 1.1rem;
    color: #000;
    line-height: 2;
    margin-bottom: 1.25rem;
}
.hentry .entry-taxonomy {
    display: none;
}
/* Seccion - Tienda */
.woocommerce-products-header__title.page-title {
    font-family: 'Bebas Neue';
    font-size: 3.5rem;
    color: #000;
    font-weight: normal;
    text-align: center;
    margin-top: 55px;
    margin-bottom: 50px!important;
}
ul.products li.product {
    margin: 0;
}
ul.products li.product img {
    width: 100%;
}
ul.products li.product .woocommerce-loop-product__title {
    font-family: 'Bebas Neue';
    font-size: 1.85rem;
    font-weight: normal;
    line-height: 1;
}
ul.products li.product .price {
    font-size: 1.35rem;
    color: #d42227;
}
ul.products li.product .button {
    font-family: 'Bebas Neue';
    font-size: 1.5rem;
    color: #fff;
    font-weight: normal;
    background-color: #d42227;
    border-radius: 0;
    line-height: 1;
    height: auto;
    border-radius: 0;
}
.storefront-sorting {
    display: none;
}
.pag--producto {
    margin-top: 50px;
    margin-bottom: 55px;
}
.single-product div.product .woocommerce-product-gallery img {
    width: 100%;
}
h1.product_title.entry-title {
    font-family: 'Bebas Neue';
    font-size: 1.85rem;
    font-weight: normal;
    line-height: 1;
}
.single-product div.product p.price {
    margin-top: 15px;
    font-size: 1.35rem;
    color: #d42227;
}
button.alt {
    font-family: 'Bebas Neue';
    font-size: 1.35rem;
    color: #fff;
    font-weight: normal;
    background-color: #d42227;
    border-radius: 0;
    line-height: 1;
    height: auto;
    border-radius: 0;
}
/* Seccion - Compra */
.woocommerce-notices-wrapper {
    max-width: 991px;
    width: 100%;
    padding: 0 16px;
    margin: 0 auto;
}
#order_review_heading, #order_review {
    width: 100%;
}
.wc-proceed-to-checkout .button.checkout-button,
#payment .place-order .button {
    font-family: 'Bebas Neue';
    font-size: 1.5rem;
    font-weight: normal;
    line-height: 1;
    height: auto;
    border-radius: 0;
}

/* --# Responsivo #-- */
@media (max-width:1441px) {
}
@media (max-width:1367px) {
}
@media (min-width:1024px) {
    /* --# Seccion: Navbar #-- */
    .navbar-brand {
        justify-content: space-around;
        align-items: center;
        width: 100%;
    }
    .navbar-brand .navbar-burger {
        display: block;
        margin: 0;
    }
    .navbar-menu {
        display: none;
        position: absolute;
        bottom: 0;
        left: 50%;
        right: 50%;
        transform: translateX(50%);
        width: 100vw;
        margin: 0 auto -70px;
        background-color: rgba(0, 0, 0, 0.5);
    }
    .navbar-menu.is-active {
        display: block;
    }
    .navbar-end {
        justify-content: center;
    }
    .navbar-menu .navbar-item {
        padding: .75rem .75rem;
    }
    .contacto .columns {
        gap: 10px 50px;
    }
    .contacto .column.is-6 {
        width: calc(50% - 25px);
    }



}
@media (max-width:1023px) {
    /* --# Seccion: Navbar #-- */
    .navbar-brand {
        justify-content: space-around;
        align-items: center;
        width: 100%;
    }
    .navbar-brand .navbar-burger {
        display: block;
        margin: 0;
    }
    .navbar-menu {
        background-color: #000;
    }
    /* --# Seccion: Footer #-- */
    /* --# Seccion: Homepage #-- */
    .blog .post .contenido h4,
    .tienda .titulo-principal,
    .cervezas .titulo-principal,
    .titulo-principal {
        font-size: 3rem;
    }
    .nosotros::before {
        display: none;
    }
    .nosotros p {
        font-size: 1.7rem;
    }
    .cervezas {
        padding: 20px 0;
    }
    .cervezas svg {
        height: 2rem;
        width: auto;
    }
    .tienda {
        padding-left: 16px;
        padding-right: 16px;
    }
    .tienda .titular {
        background-image: none;
    }
    .blog {
        padding-left: 16px;
        padding-right: 16px;
    }
    .blog .post .cover {
        width: 100%;
    }
    .blog .post .contenido {
        position: relative;
        display: block;
        width: 100%;
    }
    .blog .post .contenido h4 {
        width: auto;
        left: 0;
    }
    .blog .post .contenido .button {
        display: table;
        left: 0;
        font-size: 2rem;
        margin: 0 auto;
    }
    /* --# Seccion: Blog #-- */
    .site-main {
        padding: 0 16px;
    }
    .entry-header .entry-title {
        font-size: 2.25rem;
    }
    /* --# Seccion: Tienda #-- */
    .pag--producto,
    .pag--carrito {
        padding: 0 16px;
    }
    ul.products li.product {
        margin-bottom: 2rem;
    }
}
@media (max-width:991px) {
}
@media (min-width: 769px) {
    
}
@media (max-width: 768px) {
}
@media (max-width: 575px) {
}
@media (max-width: 376px) {}