@import url('../webfont/stylesheet.css');
@import url('https://fonts.cdnfonts.com/css/gotham');

/*COLORS*/
:root {
    --color1:#b3db11;
    --color2:#f91235;
    --color3:#34b3d1;
    --color4:#fc4d2a;
    --color5:#7ac781;
    --color6:#ae54a6;
    --bgMenu: #000;
    --bgClose: #000;
    --colorClose: var(--color3);
}
.color1 {color:var(--color1);}
.color2 {color:var(--color2);}
.color3 {color:var(--color3);}
.color4 {color:var(--color4);}
.color5 {color:var(--color5);}
.color6 {color:var(--color6);}
.colorBlanco{color: #fff;}

/*LAYOUT*/
*:not(h4){
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
	border: none;
	outline: none;
  font-family: 'Gotham', sans-serif;
  font-weight: 400;
}
html {
  scroll-behavior: smooth;
}
html, body {
  height: 100%;
  background: #fff;
}
.container { 
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  @media (min-width: 768px) {
    .container {
      width: 750px;
    }
  }
  @media (min-width: 992px) {
    .container {
      width: 970px;
    }
  }
  @media (min-width: 1200px) {
    .container {
      width: 1170px;
    }
  }
main {
    background-image: url(../img/pattern.svg);
    background-size: 40%;
    min-height: 100vh;
    margin: 0;
    display: grid;
    grid-template-rows: auto 1fr auto;
}
@media (max-width: 992px) {
  main {
    display: block!important;
  }
}

/*HEADER*/
header {
    background: #000;
    position:sticky;
    top: 0px;
    z-index: 9999;
}
header .container {
    display: grid;
    grid-template-columns: 150px 1fr;
    gap: 1rem;
    align-items: center;
}
header .logo img {
    width: 100px;
    height: auto; 
}
header .logo {
    height: auto;
    padding: .5rem .5rem .5rem 0rem;
    background: #000;
    position: relative;
}
header .menu  ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
header .menu  ul li {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
header .menu a {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    margin-right: 1.5rem;
    font-weight: bold;
    text-transform: uppercase;
    transition: ease all 250ms;   
}
header .menu a:hover {
    transition: ease all 250ms;     
}
header .menu li:nth-of-type(1) a:hover {color:var(--color5);}
header .menu li:nth-of-type(2) a:hover {color:var(--color6);}
header .menu li:nth-of-type(3) a:hover {color:var(--color3);}
header .menu li:nth-of-type(4) a:hover {color:var(--color4);}
header .menu li:nth-of-type(5) a:hover {color:var(--color1);}
header .menu li:nth-of-type(6) a:hover {color:var(--color2);}
header .burger {display: none;}
.hideMenu {
    visibility: visible;
    opacity: 1;
}
header .menu .closeMenu {display: none;}
@media(max-width:992px) {
    header {
        width: 100%;
        position: relative;
    }
    header .container {
        display: flex;
        justify-content: space-between;
        
    }
    header .burger {
        display: block;
        background: black;
        color: #fff;
        font-size: 20px;
        margin-right: 0rem;
        padding: .5rem;
        font-weight: bold;
    }
    header .burger img {width: 30px; filter:invert(1);}
    header .menu {
        position: fixed;
        z-index: 6;
        width: 100%;
        height: 100vh;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 1rem;
        top: 0px;
        left: 0px;
        background: var(--bgMenu);
        transition: ease 250ms all;
    }
    header .menu ul {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 1rem;
        overflow: hidden;       
    }
    header .menu a {
        font-size: 25px;
        margin-bottom: 1rem;
        display: block;
        transition: ease all 350ms;       
    }
    header .menu a:hover {
        transition: ease all 350ms;      
    }
    header .menu .closeMenu {
        display: block;
        padding: 1rem;
        right: 20px;
        top: 0px;
        position: absolute;
        color: var(--colorClose);
        background: var(--bgClose);
        transform: rotate(45deg);
        font-size: 50px;
    }
    .hideMenu {
        visibility: hidden;
        opacity: 0;
        transition: ease 250ms all;
    }
    header .logo img {
        width: 80px;
        padding: .3rem .3rem .3rem 0rem;
      }
}
.userIcon img {
    width: 16px;
    filter: invert(1);
}

/*TITLES*/
.titleSection {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-family: 'big_john_probold';
    line-height: 1;
    margin-bottom: 1rem;
    
}
.titleSection b {
    font-weight: bold;
    font-family: 'hanley_prosans'!important;
}
.titleSection > * {
    line-height: 1;
}
.titleSection img {
  width: 150px;
  padding-bottom: .5rem;
}
.title1 {
    font-size: 35px;
    font-weight: bold;
    color: var(--color1);
}
.title1 .path {
    font-size: 25px;
    color: #000;
}
.title2 {
    font-size: 35px;
    font-weight: bold;
    color: var(--color6);
    font-family: 'hanley_prosans'!important; 
}
.title2 div {
    font-family: 'hanley_prosans'!important; 
}
.title2 .path {
    font-size: 35px;
    
    font-family: 'hanley_proslim_bold';
    font-weight: lighter;
    color: #000;
}
.title3 {
    font-size: 35px;
    font-weight: bold;
    color: var(--color3);
}
.title3 .path {
    font-size: 25px;
    
    color: #000;
}
.title4 {
    font-size: 40px;
    font-weight: bold;
    color: var(--color3);
}
.title4 .path {
    font-size: 20px;
    color: #000;
}
.title4 p {
    font-size: 40px;
    font-weight: bold;
    color: #000;
}
@media(max-width: 992px){
    .title2 {
        margin-bottom: 1rem;
    }
    .titleSection img {
        width: 110px;
      }
}

/*HOME*/
#home {
    height: 500px;
    overflow: hidden;
}
.video-js {
    width: 100%;
}

/*PRODUCTS*/
#productos { 
    padding: 3rem 0rem;
}
.productsCarousel {
  position: relative;
  width: 100%;
}

.card {
    transition: 0.3s;
    background: #fff;
    position: relative;    
}
.card .image {
    width: 100%;
}
.card .image img {
    width: 100%;
    object-fit: cover;
}
.card .internal {
    width: auto;
    padding-right: 1rem;
} 
.card .contain {
  padding: 1rem;
  text-transform: uppercase;
}
  .card .contain h4 {
    font-family: 'Gotham', sans-serif!important;
    margin: 0px;
    padding: 0px;
    font-weight: 700;
    color: #000;
  }
  .card p {
    font-size: 12px;
    max-height: 28px;
    overflow: hidden;
  }
  /* .slick-track {height: 550px;} */
#productos .title1 {
  color: var(--color5);
}
@media(max-width:992px) {
  .productsCarousel { grid-template-columns: 1fr;overflow: hidden;}
  .productsCarousel .card .internal {padding: 0px;}
  .productsCarousel .slick-prev {
    left: 6px;
    /* transform: rotate(180deg) translateY(4rem)!important; */
  }
  .productsCarousel .slick-next {
    right: 6px;
    /* transform: translateY(-4rem)!important; */
  }
}

/*SABORES*/
#sabores {padding: 3rem 0rem;}
.bigBanner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    padding: 3rem 0rem;
}

.sabor {
    position: relative;
    width: 50%;
    margin: .5rem;
    flex-shrink: 0;
    scroll-snap-align: start;
}
.sabor:hover {
    cursor: pointer;
}
.sabor img {
    width: 100%;
}
.sabor .titulo {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    color: #fff;
    font-size: 35px;
    font-weight: bold;
    text-transform:uppercase;
}
.sabor::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
}
@media(max-width:992px) {
    .saborCarousel { grid-template-columns: 1fr; padding: 0rem;}
    .sabor {
        width: 100%;
        margin: 0rem;
    }
}
#detailSabores {
    position: relative;
    background: rgba(0,0,0,.7);
    width: 80vw;
    height: 450px; /*auto*/
    z-index: 1;
    padding: 5rem 2rem 4rem 2rem;
    box-shadow: 0 25px 12px rgba(0,0,0,.2);
    border-radius: 5px;
    display: grid;
    place-content: center;
    place-items: center;
    top: 1rem;
    background-size: 100%!important;
    background-position: center!important;
    background-blend-mode: darken;
}
#detailSabores .content {
    width: 100%;
}
#detailSabores h2 {
    font-size: 2.5em;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
}
#detailSabores h2  span {font-weight: bold;}
#detailSabores .closeSabor {
    font-size: 30px;
    font-weight: bold;
    padding-right: .5rem;
    position: absolute;
    right: 20px;
    top: 20px;
    color: #fff;
}
#detailSabores .listadoSabores {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
#detailSabores .listadoSabores ul {
    grid-template-columns: repeat(2, 1fr);
    list-style-position: inside;
    list-style-type: none;
    display: grid;
    column-gap: 2rem;
}
#detailSabores .listadoSabores li {
    font-size: 1.5em;
    text-transform: uppercase;
    color: #fff;
    line-height: 1.5;
}
#detailSabores {display: none;}
.mostrar {
    display: grid!important;
}
.showAll {
    opacity:1!important;
    visibility: visible!important;
    transition: 250ms all ease;
}
.mainDetails {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: grid;
    opacity:0;
    visibility: hidden;
    transition: all 250ms ease;
    place-items: center;
    place-content: center;
    background: rgba(255, 255, 255, .9);
    z-index: 99999;
}
.itemsMain {
    width: 100%;
    display: flex;
    scroll-snap-type: x mandatory;
    overflow-x: scroll;
    scroll-behavior: smooth;
}
.siguiente {
    position: absolute;
    z-index: 2;
    right: -25px;
    top: calc(50% - 25px);
    background: #fff;
    box-shadow: 0 0 8px rgba(0,0,0,.5);
    border-radius: 5px;
    padding: 0px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
  div#anterior.siguiente {
    left: -25px;
    transform: rotate(180deg);
    right: auto;
  }
  .siguiente img {
    width: 30px;
  }
  .mainSaborArea {
    width: 100%;
    position: relative;
  }

  @media(max-width:992px){
    #sabores {
        padding: 3rem 2rem;
    }
    #detailSabores .listadoSabores { flex-direction:column;}
    #detailSabores .content { height: 100%;}
    #detailSabores .listadoSabores ul {
        margin: 0rem;
        width: 100%;
        grid-template-columns: 1fr!important;
    }
    #detailSabores {
        position: absolute;
        top: 0px;
        border-radius: 0px;
        place-content: flex-start;
        height: 100%;
        background-size: cover!important;
    }
    #detailSabores .listadoSabores li {font-size: 1em;}
    #detailSabores h2 span {font-size: .7em!important;}
  }

/*LOCALES*/
.photoAndMap {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.photoAndMap .photos {
    position: relative;
    width: 60%;
}
.photoAndMap .photos .images {
    width: 100%;
    position: relative;  
    overflow:hidden;  
}
.photoAndMap .photos .images img {
    width: 100%;
}
.photoAndMap .map {  
    width: 350px;
    height: 220px;
    border: 1px solid #ccc;
    overflow:hidden;
}
.photoAndMap .mapa {
    margin-left: 2rem;
}
.photoAndMap .mapa .titleMap {  
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 0rem;
    color: #000;
}
.map {
    position: relative;
}
#myMap {
    width: 100%;
    height: 220px;
  }
  .a-left {
      transform: rotate(180deg) translateY(25px);
      width: 50px!important;
      height: 50px;
      z-index: 2;
  }
  .a-right {
      width: 50px!important;
      height: 50px;
      z-index: 2;
  }
#locales {
    margin-top: 2rem;
}
#locales p {
    color: #000;
    line-height: 1;
    margin-bottom: 1rem;
    margin-top: .5rem;
}

.globo--nombre {
    font-size: 15px;
    font-weight: bold;
}
.globo img {
    width: 10px;
    margin-right: 4px;
}
.globo .hidden {display: none;}
.globo--domicilio,
.globo--wsp {
    display: flex;
    align-items: center;
}
.globo--domicilio a {color: #000!important;}
.globo--wsp a {
    color: green!important;
    font-weight: bold;
}

#locales .slick-prev, #locales .slick-next {
    top: calc(50% - 80px);
}
.desktop-s {display:block;}
.movile-s {display:none!important;}
@media(max-width:992px) {
    .photoAndMap { display: block; padding: 1rem;}
    .photoAndMap .photos img {width: 50%;}
    .photoAndMap .mapa {margin: 0px;}
    .photoAndMap .mapa .titleMap {
        margin-top: .5rem;
        text-align: center;
    }
    .photoAndMap .map {width: 100%;}
    .photoAndMap .photos {width: 100%;}
    .a-left {transform: rotate(180deg) translateY(26px);}
    #locales p {text-align: center;}
    .desktop-s {display:none!important;}
    .movile-s {display:block!important;}
    .slick-prev, .slick-next {top: 50%!important;}
}

/*HISTORIA*/
#historia {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-content: space-between;
    padding: 3rem 0rem;
}
#historia .text {
    font-size: 15px;
    font-weight: bold;
    text-align: justify;
    line-height: 1.5;
    color: #000;
}
#historia .text br {
    margin: .5rem;
}
#historia .title4 {
    color: var(--color4);
}
#historia .title4 {
    font-size: 80px;
    transform: scale(.84);
}
#historia .title4 p {
    font-size: 50px;
}
#historia .titleSection img {
    width: 300px;
}
@media(max-width:992px) {
    #historia { grid-template-columns: 1fr;padding: 3rem 1rem;}
    #historia .text {margin-top: .5rem;}
    #historia .title4 {
        font-size: 50px;
    }
    #historia .title4 p {
        font-size: 40px;
    }
    #historia .titleSection img {
        width: 200px;
    }
}

/*CONTACTO*/
#contacto {
    padding: 3rem 0rem;
}
.bigBanner .sabor::after {
    background: rgba(0,0,0,0.7);
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}
.bigBanner .sabor {
    position: relative;
    width: 100%;
    margin: 0rem;
}
.bigBanner .sabor::before {
   
    content: attr(data-title);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    font-weight: bold;
    z-index: 2;
    text-transform: uppercase;
}
.bigBanner .sabor img {
    z-index: 0;
}
.contactForm {
    padding:1rem 0rem;
}
.contactForm h3 {
    font-size: 35px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
}
.contactForm .mainGroup {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
}
.contactForm .group {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 50%;
}
.contactForm input,
.contactForm textarea {
    border: 1px solid #e3e3e3;
    margin: .3rem 0rem;
    padding: .5rem;
    border-radius:5px;
    box-shadow: inset 1px 1px 0px rgba(0,0,0,.3);
    width:100%;
}
.contactForm label {
    padding-right: .5rem;
    text-transform: uppercase;
    font-size: 18px;
}
.contactForm button {
    margin-top:.5rem;
    padding: 1rem;
    text-transform: uppercase;
    font-size: 18px;
}
.contactForm input::placeholder,
.contactForm textarea::placeholder {visibility: hidden;color: #fff;}
#contacto .bigBanner {grid-template-columns: 1fr 1fr;}
#contacto .bigBanner img {object-fit: cover;height: 100%;}
#contacto .bigBanner .sabor::before {
    text-align: center;
    width: 90%;
    left: 5%;
    font-size: 40px;
    color: #fff;
}
#contacto .bigBanner .sabor::before {
    opacity: 0;
    transition: 250ms ease all;
}
#contacto .bigBanner .sabor:hover::before {
    opacity: 1;
    transition: 250ms ease all;
}
#contacto .bigBanner .sabor::after {
    opacity: 0;
    transition: 250ms ease all;
}
#contacto .bigBanner .sabor:hover::after {
    opacity: 1;
    transition: 250ms ease all;
}
.franquicias .bigBanner {grid-template-columns: 1fr!important;}
.franquicias .bigBanner .sabor::before {
    width: 100%!important;
    left: 0%!important;
    color: #fff!important;
}
#contacto p {
    color: #000;
    font-size: 15px;
    text-align: center;
}
@media(max-width:992px) {
    #contacto .bigBanner {
        grid-template-columns: 1fr;
        padding: 0rem;
    }
    .contactForm {overflow: hidden;}
    .contactForm .mainGroup {padding: 0rem;}
    .contactForm .group {width: 100%;}
    .contactForm h3 {padding-left: 1rem;}
    .contactForm label {display: none}
    .contactForm input::placeholder,
    .contactForm textarea::placeholder {visibility: visible; color: #000;}
    .contactForm button { width: 100%; border-radius: 5px;}
    #contacto .bigBanner {grid-template-columns: 1fr;}
    #contacto p {margin-top: 1rem;}
    .franquicias .bigBanner .sabor::before {font-size: 20px!important;}
    #contacto .bigBanner .sabor::after,
    #contacto .bigBanner .sabor::before {opacity: 1;}
}
.franquicias span {
    position: absolute;
    background: #f91235;
    color: #fff;
    top: calc(50% - 10px);
    left: calc(50% - 90px);
    width: 180px;
    height: 60px;
    z-index: 4;
    border-radius: 5px;
    box-shadow: 0px 5px 10px rgba(0,0,0,.6);
    transition: ease all 250ms;
    display: flex;
    align-items: center;
    justify-content: center;
}
.franquicias a:hover span {
    top: calc(65% - 10px);
    transition: ease all 250ms;
}

.franquicias .desktop {display: block;}
.franquicias .phone {display: none;}
@media(max-width:992px) {
    .franquicias span {
        top: 50%;
        left: calc(50% - 80px);
        width: 160px;
        height: 50px;
        font-size: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .franquicias a:hover span {
        top: calc(50% - 30px);
        transition: ease all 250ms;
    }
    .franquicias .bigBanner .sabor::before {
        background: transparent;
        height: 80% !important;
        width: 200px !important;
        left: calc(50% - 100px) !important;
    }
    .franquicias .desktop {display: none;}
    .franquicias .phone {display: block!important;}
}

/*EVENTOS*/
.eventos .container {
    display: grid;
    place-content: center;
    place-items: center;
}
.contactForm .group {
    width: 100%;
}
.contactForm .group {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}
.contactForm h3 {
    font-size: 42px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
}
.contactForm h3 span {
    color: var(--color1);
    font-weight: bold;
}
.contactForm input, .contactForm textarea {
    border-radius: 0px;
    box-shadow: inset 0px 0px 0px rgba(0,0,0,.3);
}
.contactForm label {
    font-size: 24px;
    font-weight: lighter;
}
.doubleColumn {
    display: grid;
    grid-template-columns: 400px 1fr;
    gap: 4rem;
}
.doubleColumn img {
    width: 100%;
}
@media(max-width:992px) {
    .contactForm h3 {
        font-size: 23px;
        padding: 0;
        margin-bottom: 1rem;
        text-align: center;
    }
    .eventos .container {display: block;}
    .contactForm button {
        border-radius: 5px;
        background: #000;
        color: #fff;
    }
    .eventos .text-center.col-md-12 {width: 99%;}
    .doubleColumn {
        flex-direction: column-reverse;
        display: flex;
    }
}
#imageEvents img {
    opacity: 1;
    transition: ease all 250ms;
    visibility: visible;
}
#imageEvents .change {
    opacity: 0;
    transition: ease all 250ms;
    visibility: hidden;
    height: 0px;
}


/*FOOTER*/
footer {
    background: red;
    padding: 1rem 0rem;
    z-index: 2;
    position: relative;
}
footer h1 {
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
}
footer .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    
}
footer .icons {
    display: flex;
    align-items: center;
}
footer .icons img {
    width: 50px;
    padding: .5rem;
}
footer p {
    font-size: 14px;
    text-align: center;
    line-height: 1;
}
footer p a {
    color: #000;
    font-weight: bold;
}
.fInicio {background:#fff; color: #000;}
.fInicio b {color:var(--color6);}
.fProducto {background:var(--color5);}
.fProducto b {color: #fff;}
.fSabores {background:var(--color6);}
.fSabores b {color: #fff;}
.fLocales {background:var(--color3);}
.fLocales b {color: #fff;}
.fHistoria {background:var(--color4);}
.fHistoria b {color: #fff;}
.fContacto {background:var(--color1);}
.fContacto b {color: #fff;}
.fFranquicia {background:var(--color2);}
.fFranquicia b {color: #fff;}

@media(max-width:992px) {
    footer {text-align:center;}
    footer .icons {justify-content: center;}
    footer .container {
        display: block;
    }
    footer p {
        display: block;
        padding: 1rem;
        margin-bottom: 0px;
    }
    footer h1 {font-size: 25px;}
    footer .icons img {width: 30px;}
}


/*MODAL*/
#modalMapa {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background: rgba(255,255,255,.9);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}
#modalMapa .mapaContenido {
    width: 80%;
    height: 80%;
    border-radius: 5px;
    box-shadow: 0px 5px 8px rgba(0,0,0,.5);
    overflow:hidden;
}
.hiddenMap {
    opacity: 0;
    visibility: hidden;
}
#mapaAlternativo {
    width: 100%;
    height: 100%;
}
#closeMap {
    position: absolute;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color3);
    color: #fff;
    right: 20px;
    top: 20px;
    border-radius: 100%;
    font-size: 13px;
    font-weight: bold;
}

/*update 29-05-23*/
.productsCarousel {
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}
.card .internal {
    padding-right: 0;
}