@font-face {
  font-family: 'Helvetica Now Display';
  src: url('/fonts/HelveticaNowDisplay-ExtBlk.ttf');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica Now Display';
  src: url('/fonts/HelveticaNowDisplay-Bold.ttf');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

:root {
  --delay-time: .5s;
  font-family: "Helvetica Now Display", sans-serif;
}

* {
  font-family: "Helvetica Now Display", sans-serif;
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  scroll-snap-type: y mandatory;
  scroll-behavior: smooth;
  background-color: #FAF6ED;
}

.wrapper {
  position: relative;
}

#map {
  position: relative;
  top: 0;
  left: 0;
  height: 98vh;
  width: 95vw; 
  border-radius: 5px;
  margin: 10px auto;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0;
}

.arrow {
  animation: bouncing 1s infinite ease-in-out;
  bottom: 0;
  display: block;
  height: 75px;
  width: 75px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  pointer-events: auto;
  z-index: 1;
}

@keyframes bouncing {
  0% {bottom: 0;}
  50% {bottom: 20px;}
  100% {bottom: 0;}
}

.map-on-top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1;
}

/*Menú Categorias CSS*/
.container{
  width: 9.5em; 
  z-index: 1; 
  margin: 8px 0 22px;
  cursor: pointer;
  text-align: center;
  padding-left: 6px;
}
.dropDownControl{
    border-radius: 3px;
    width: 7em;
    font-family: "Helvetica Now Display", sans-serif;
    text-align: left; 
    position: relative; 
    font-size: 20px; 
    padding-top: 1px; 
    padding-right: 15px; 
    padding-bottom: 1px; 
    border-width: 1px; 
    border-style: solid;
    border-color: rgb(113, 123, 135);
    border-image: initial; 
    -webkit-box-shadow: rgba(0, 0, 0, 0.398438) 0px 2px 4px; 
    box-shadow: rgba(0, 0, 0, 0.398438) 0px 2px 4px;
    color: rgb(0, 0, 0); 
    padding-left: 8px; 
    font-weight: bold; 
    background-color: rgb(255, 255, 255);     
}
.dropDownArrow{
    border-radius: 8px; 
    border-width: 0px; 
    border-style: initial; 
    border-color: initial; 
    border-image: initial; 
    padding: 0px; 
    margin-right: 0px; 
    margin-bottom: 0px; 
    margin-left: 0px; 
    position: absolute; 
    right: 6px; 
    top: 50%;
    margin-top: -2px; 
    width: 12px; 
    height: 7px; 
}
.dropDownOptionsDiv{
    background-color: white; 
    z-index: 0; 
    width: 9.5em;
    font-family: "Helvetica Now Display", sans-serif;
    border-right-width: 5.3em; 
    border-bottom-width: 1px; 
    border-left-width: 1px; 
    border-right-style: solid; 
    border-bottom-style: solid; 
    border-left-style: solid; 
    border-right-color: rgb(113, 123, 135); 
    border-bottom-color: rgb(113, 123, 135); 
    border-left-color: rgb(113, 123, 135); 
    border-image: initial; 
    border-top-width: 0px; 
    border-top-style: initial; 
    border-top-color: initial; 
    -webkit-box-shadow: rgba(0, 0, 0, 0.398438) 0px 2px 4px; 
    box-shadow: rgba(0, 0, 0, 0.398438) 0px 2px 4px; 
    position: relative; 
    text-align: left; 
    display: none;
}
.dropDownItemDiv{
    width: 12.65em; 
    font-size: 12px; 
    padding-top: 2px; 
    padding-right: 5px; 
    padding-bottom: 3px; 
    padding-left: 5px; 
    background-color: rgb(255, 255, 255); 
    color: black;  
}
.dropDownItemDiv:hover, .checkboxContainer:hover{
    background-color: rgb(235, 235, 235);       
}
.dropDownControl:hover{
    background: -webkit-linear-gradient(top,rgb(255,255,255),rgb(230,230,230));
}
#showAllButton {
  background-color: #f0f0f0;
  color: #7b0909; 
}

/*Price Range CSS*/
.containerprice{
  background-color: rgb(255, 255, 255); 
  align-items: center;
  border-radius: 3px;
  width: 50%;
  height: 3%;
  z-index: 1;
  margin-left: 6px;
  margin-right: 6px;
  padding: 20px 20px 20px 20px;
  display: flex;  
  padding-bottom: 1px;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(113, 123, 135); 
  border-image: initial; 
  -webkit-box-shadow: rgba(0, 0, 0, 0.398438) 0px 2px 4px; 
  box-shadow: rgba(0, 0, 0, 0.398438) 0px 2px 4px;
  color: rgb(0, 0, 0); 
}
.containerprice input[type=range] {
  appearance: none;
  position: absolute;
  z-index: 2;
  width: 90%;
  background: none;
  pointer-events: none;
  top: 45%;
  transform: translateY(-50%);
}
.containerprice .price-track {
  appearance: none;
  position: absolute;
  bottom: 45%;
  width: 87%;
  z-index: 1;
  height: 5px;
  margin-left: 10px;
  background-color: rgb(192, 31, 31);
  border-radius: 10px;
  transition: background-size 0.2s;
}
.containerprice .price-track::before {
  content: "";
  display: block;
  width: calc(var(--thumb-width) + 4px);
  height: 100%;
  border-radius: 10px;
  background-color: #ff0000;
  position: absolute;
  left: 40%;
  transform: translateX(-50%);
  pointer-events: none;
}

input[type="range"]::-webkit-slider-thumb{
  height: 25px;
  width: 25px;
  border-radius: 50%;
  border: 1px solid #b6b6b6;
  background: #fff;
  pointer-events: auto;
  appearance: none;
  box-shadow: 0px 4px 7px rgba(0,0,0,.25);
  cursor: pointer;
}
input [type=range]::-moz-range-thumb{
  height: 25px;
  width: 25px;
  border-radius: 50%;
  border: 1px solid #b6b6b6;
  background: #fff;
  pointer-events: auto;
  box-shadow: 0px 4px 7px rgba(0,0,0,.25);
  -moz-appearance: none;
  cursor: pointer;
}

.header{
  min-height: 100vh;
  width: 100%;
  background-image: linear-gradient(rgba(4,9,30,0.7), rgba(4,9,30,0.7)), url(/Images/pexels-gerardo-manzano-16122577.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 0;
  background-attachment: scroll;
}

nav{
  display: flex;
  padding: 2% 6%;
  justify-content: space-between;
  align-items: center;
}
nav img{
  width: 150px;
}
.nav-links{
  flex: 1;
  text-align: right;
  font-size: 10px;
}
.nav-links ul li{
  list-style: none;
  display: inline-block;
  padding: 8px 12px;
  position: relative;
}
.nav-links a{
  color: #fff;
  text-decoration: none;
  font-size: 13px;
}
.nav-links ul li::after{
  content: '';
  width: 0%;
  height: 2px;
  background: #bc3127;
  display: block;
  margin: auto;
  transition: 0.5s;
}
.nav-links ul li:hover::after{
  width: 100%;
}
.text-box{
  width: 90%;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
}
.text-box h1{
  font-size: 30px;
}
.text-box p{
  margin: 10px 0 40px;
  font-size: 15px;
  color: #fff;
}
.hero-btn{
  display: inline-block;
  text-decoration: none;
  background: none;
  color: #fff;
  border: 1px solid #fff;
  padding: 12px 34px;
  font-size: 15px;
  background: transparent;
  position: relative;
  cursor: pointer;
  border-radius: 5px;
  transition: var(--delay-time);
}
.hero-btn:hover{
  border: 1px solid #bc3127;
  background-color: #bc3127;
  transition: background-color var(--delay-time), border var(--delay-time);
}

.popup {
  display: none;
  position: fixed;
  border-radius: 10px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.popup.show {
  display: flex;
  opacity: 1;
}

.popup-content {
  background-color: white;
  border-radius: 15px;
  padding: 20px;
  width: 90%;
  max-width: 800px;
  height: 90%;
  max-height: 800px;
  position: relative;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transform: scale(0.7);
  transition: transform 0.5s ease-in-out;
  overflow: hidden;
}

.popup.show .popup-content {
  transform: scale(1);
}

.close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  margin: auto;
  font-size: 18px;
  cursor: pointer;
}

.close-button:hover {
  color: #bc3127;
}

.fa-regular.fa-circle-xmark, .fa-solid.fa-bars {
  display: none;
}

@media (max-width: 805px){

  .text-box h1{
    font-size: 20 px !important;
  }
  .text-box p{
    font-size: 14px !important;
  }

  .nav-links ul {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }

  .nav-links ul li{
    display: block;
    flex: 1;
  }

  .nav-links ul li a {
    font-size: 35px;
  }
  
  .nav-links{
    position: fixed;
    background: #bc3127;
    height: 100vh;
    width: 100%;
    top: 0;
    right: -1000px;
    text-align: left;
    z-index: 2;
    transition: 1s;
  }
  .fa-regular.fa-circle-xmark, .fa-solid.fa-bars {
    display: block;
    color: #fff;
    margin: 15px;
    font-size: 30px;
    cursor: pointer;
  }
  .nav-links ul{
    padding: 30px;
  }
  .nav-links ul li:hover::after{
    background: #fff;
    height: 1px;
  }
  .row{
    flex-direction: column;
  }
  .cookies p {
    font-size: 0.5rem;
  }
}
.row{
  margin-top: 5%;
  display: flex;
  justify-content: space-between;
}

/*----- Sobre Mi page-----*/
.sub-header{
  min-height: 50vh;
  width: 100%;
  background-image: linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)),url(/Images/fotoSobreMi.webp);
  background-position: center;
  background-size: cover;
  position: relative;
  text-align: center;
  color: #fff;
}
.sub-header h1{
  margin-top: 100px;
}
.sobre-mi{
  width: 80%;
  margin: auto;
  padding-top: 80px;
  padding-bottom: 50px;
}
.sobre-mi .row {
  display: flex;
  gap: 20px;
}

.sobre-col{
  flex-grow: 1;
  padding: 30px 2px;
  display: flex;
  flex-direction: column;
  align-items: left;
  justify-content: left;
  text-align: left;
}
.sobre-col img{
  width: 150px;
  height: auto;
  border-radius: 10px;
  border: 1px solid #ccc;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  float: right;
  margin-right: 20px;
}
.sobre-mi .instagram-container {
  display: flex;
  justify-content: center;
}

.instagram-container blockquote {
  margin: 0 auto;
}

.about-container {
  display: flex;
  align-items: center;
}
.about-container img {
  margin-right: 20px;
  max-width: 150px;
  height: auto;
}

.sobre-col h1{
  padding-top: 0;
}

.sobre-col p{
  padding: 15px 0 25px;
}

.instagram-media {
  margin: auto;
  text-align: center;
  display: block;
  max-width: 540px;
}

.sobremi{
  width: 80%;
  margin: auto;
  text-align: center;
  padding-top: 100px;
}

p{
  color: #777;
  font-size: 20px;
  font-weight: 300;
  line-height: 22px;
  padding: 10px;
}

/*------ Club del Taco -------*/
.sub-header2{
  height: 50vh;
  width: 100%;
  background-image: linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)),url(/Images/Colabora.webp);
  background-position: center;
  background-size: cover;
  text-align: center;
  color: #fff;
}
.sub-header2 h1{
  margin-top: 100px;
}
.club-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 50px 0;
}
.red-btn{
  border: 1px solid #bc3127;
  background: transparent;
  color: #bc3127;
  margin-top: auto;
  display: inline-flex;
  align-items: center;
}
.red-btn:hover{
  color: #fff
}
/*------ Contacta conmigo -------*/
.contact{
  width: 80%;
  margin: auto;
}
.contact-col{
  flex-grow: 1;
  margin-bottom: 30px;
  margin-left: 10px;
}
.contact-col div{
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.contact-col div i{
  font-size: 28px;
  color: #bc3127;
  margin: 10px;
  margin-right: 30px;
}
.contact-col h5{
  font-size: 20px;
  margin-bottom: 5px;
  color: #555;
  font-weight: 400;
}
.contact-col p{
  padding: 0;
  font-size: 15px;
}
.contact-col input, .contact-col textarea{
  width: 100%;
  padding: 15px;
  margin-bottom: 17px;
  outline: none;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

/*----- Colaboraciones -----*/
.colab-col{
  flex-basis: 48%;
  background:linear-gradient(#33333319, #FAF6ED);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  margin-left: 5%;
  margin-bottom: 5%;
  margin-right: 5%;
  padding: 20px 12px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  transition: box-shadow 0.3s ease-in-out;
}

.colab-col p {
  font-size: 1rem;
  margin-bottom: 30px;
}
.colab-col:hover {
    box-shadow: 20px 20px 60px #d9cfcf,
    -20px -20px 60px #ffffff;
}

/*----- Cookies ----*/
.containercookies{
  width: 1600px;
  margin: auto;
  z-index: 9999;
}

.subcontainer {
  width: 85% ;
  margin: auto;
}

#cookies{
  width: 100%;
  position: fixed;
  bottom: 0;
  color: white;
  background-color: rgba(0,0,0,0.5);
  z-index: 9999 !important;
  display: none;
}

.cookies{
  min-height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 1rem;
  z-index: 9999;
}

.cookies p {
  color: white;
  font-size: 0.6rem;
}

.cookies a{
  color: #278abc;
  font-weight: 500;
  text-decoration: none;
}

#cookies-btn{
  border-radius: 5px;
  padding: 8px 12px 8px 12px;
  font-size: 1rem;
  margin: 10px;
  cursor: pointer;
  border: 1px solid white;
  background-color: #bc3127;
  color: white;
}

#cookies-btn:hover{
  background-color: transparent;
  color: #42bc27;
  border: 1px solid #42bc27;
  transition: 0.5s ease-in-out;
}

@media (max-width: 1600px){
  .containercookies{
    width: 100%;
  }
}

@media (max-width: 1024px){
  .cookies{
    padding: 10px 0;
  }
}

/*----- Footer -----*/
.footer{
  width: 100%;
  text-align: center;
  padding: 40px 0;
  background-color: #333;
  color: #fff;
  position: relative;
  z-index: 0;
}

.footer h4{
  margin-bottom: 15px;
  margin-top: 20px;
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 1px;
}

.footer .icons {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  gap: 15px;
}

.icons i {
  color: #fff;
  font-size: 1.5rem;
  margin: 0 10px;
  cursor: pointer;
  padding: 10px;
  transition: color var(--delay-time), transform var(--delay-time);
}

.icons i:hover {
  color: #bc3127;
  transform: scale(1.3);
  transition: transform var(--delay-time);
}

.info-window {
  transform: scale(0);
  opacity: 0;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out;
}

.footer .privacy-link {
  margin-top: 20px;
  text-align: center;
}

.footer .privacy-link a {
  color: #fff;
  text-decoration: none;
  font-size: 0.8rem;
}

.footer .privacy-link a:hover {
  text-decoration: underline;
}

.footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #bc3127, #333);
  margin-bottom: 20px;
}

#logo {
  width: 75px;
  height: 75px;
}