body {
  font-family: "Fjalla One", sans-serif;
  background-color: black;
}

h1, h2, h3, h4, h5{
  font-family: "Bebas Neue", sans-serif;
}

#content .picture{
  text-align: center;
  margin-top: 100px;
}

#siteContent { position: relative; }
#siteContent nav.sticky-top { z-index: 1030; }

#siteContent nav{
  background-color: black !important;
    margin-top: -1px;
}

#siteContent nav .navbar-brand img{
      height: 59px;
}

.neon-btn{
  --pad: 14px;                 /* grosor del marco visual */
  --radius: 10px;              /* esquinas del marco */
  --border: 3px;               /* grosor del borde nítido */
  --glow: 14px;                /* desenfoque del halo */
  --grad: linear-gradient(90deg,#ff00ff 0%,#7b00ff 50%,#00eaff 100%);

  position: relative;
  display: inline-block;
  padding: calc(var(--pad) + .35rem) calc(var(--pad) + 1.25rem);
  font: 800 16px/1.1 ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, "Helvetica Neue", sans-serif;
  letter-spacing: .06em;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffbd2e;             /* amarillo del texto */
  text-shadow: 0 0 6px rgba(255,189,46,.6);

  /* Truco de doble background para borde degradado */
  background:
    linear-gradient(#0a0a0a,#0a0a0a) padding-box, /* relleno negro */
    var(--grad) border-box;                       /* borde degradado */
  border: var(--border) solid transparent;
  border-radius: var(--radius);
  cursor: pointer;
  transition: transform .15s ease, filter .15s ease, opacity .15s ease;
}

/* Halo/glow alrededor */
.neon-btn::before{
  content:"";
  position:absolute;
  inset: calc(-1 * var(--glow));
  border-radius: calc(var(--radius) + var(--glow));
  background: var(--grad);
  filter: blur(var(--glow));
  z-index:-1;
  opacity:.9;                  /* más/menos “naco” */
}

/* Borde interior finito para dar el efecto de “tubo” */
.neon-btn::after{
  content:"";
  position:absolute;
  inset: 0;
  border-radius: var(--radius);
  box-shadow: inset 0 0 12px rgba(255,255,255,.08);
  pointer-events:none;
}

/* Estados */
.neon-btn:hover{ transform: translateY(-1px); }
.neon-btn:active{ transform: translateY(0); filter: brightness(1.05); }

#header .logo{
  margin-left: calc(50% - 400px);
  width: 300px;
    position: absolute;
    top: 0;   
    left: 0;
    margin-top: 75px;
}

#header .logo .p{
  text-align: center;
  color: gold;
  margin-top: 75px;
}

#header .logo img{
  width: 100%;
}

#header .carousel-item{
  position: relative;
}

#header .carousel-item a{
  width: 245px;
}

#header .carousel-item .mainText{
  padding: 70px;
  text-align: center;
  background-color: rgba(0,0,0,0.0);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-family: "Bebas Neue";
  font-size: 5em;
  line-height: 1em;
  color: gold;
}

#cigars{
  margin-top: 100px;
}

#cigars .cigar img{
  width: 100%;
}

#cigars .title {
      text-align: center;
    margin-top: 30px;
    color: white;
    font-size: 2.2em;
    line-height: 1em;
}

#cigars .title span{
  color: white;
}

#cigars a {
  text-decoration: none;
}

#cigars .mainTitle, #content .mainTitle, #sales{
  text-align: center;
      margin-top: 70px;
}

#content {
  margin-top: 70px;
}

#content .line {
  width: 100%;
}

#content .mainTitle{
  margin-bottom: 70px;
}

#content .mainTitle p{
  color: goldenrod;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 25px;
}

#content .mainTitle .logo{
  width: 400px;
    padding-bottom: 50px;
}

#content .nameCigar{
  font-family: "Bebas Neue";
  font-size: 5em;
  text-align: center;
  color: white;
  margin-bottom: -22px;

  font-size: 3em;
  text-align: left;
  margin-bottom: 30px;
}

#content .cigarSpace {
  position: relative;
  padding: 40px;
   /* coloca tu ruta real */
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  min-height: 100vh; /* altura mínima para ver el efecto */
  color: white; /* texto legible sobre el humo */
}


#content .cigarSpace img{
  width: auto;
  height: 70vh;
  max-width: 150px;
}

#content .cigarSpace .blend{
      margin-top: 100px;
    font-size: 1.5em;
    line-height: 2.2em;
}

#content .cigarText{
  color: white;
      font-size: 0.7em;
    margin-top: 12px;
    line-height: 2em;
}

#content .text h5{
  margin-top: 20px;
}

#content .text p{
  margin-top: 20px;
  font-size: 20px;
}

#content .mainTitle h3{
  font-size: 5em;
    color: goldenrod;
}


.split-section {
  min-height: 80vh;
}

.split-section .image {
  background-size: cover;
  background-position: center;
min-height: 400px;
}

.split-section .plantation {
  background-image: url("../images/plantation.jpg");
}

.split-section .factory {
  background-image: url("../images/factory.jpg");
}

.split-section .content {
  grid-column: span 2;
  background: rgba(0,0,0,0.6);
  color: white;
  padding: 3rem;
  text-align: center;
}


#footer{
  background-color: #272727;
  color: white;
    padding-top: 50px;
}

#footer .brand{
text-align: center;
}

#footer .brand img{
      width: 250px;
}

#footer .social, #footer .end {
      text-align: center;
}

#footer .social{
      font-size: 30px;
    letter-spacing: 7px;
        padding-top: 20px;
    padding-bottom: 15px;
}

#footer a{
  color: white;
}

#footer .end{
      font-size: 12px;
    color: darkgray;
}

#security .security_block{
  position: fixed;
  text-align: center;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: black;
  padding-left: 30%;
  padding-right: 30%;
}

@media (max-width: 575.98px) {

  #younger {
  margin-top: 25px;
}

#security .security_block {
    padding-left: 10%;
    padding-right: 10%;
}

#security .security_block a{
  width: 100%;
}

  #content .mainTitle .logo{
  width: 80%;
}
  #siteContent nav .navbar-brand img {
    height: 40px;
  }
  #header .carousel-item .mainText {
    padding: 30px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.0);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-family: "Bebas Neue";
    font-size: 40px;
    line-height: 1em;
    color: gold;
  }
  #header .carousel-item a {
    width: 100%;
    margin-top: 20px;
  }

#header .logo {
    width: 182px;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 75px;
    margin-left: 34px;
}

#content .cigarSpace img {
    width: 80%;
    height: auto;
    margin-left: 0;
}
#content .picture{
  text-align: center;
}
#content .nameCigar {
    font-size: 1.8em;
    line-height: 66px;
    margin-bottom: 20px;
}
}

@media (max-width: 767.98px) {

  #security .security_block {
    padding-left: 10%;
    padding-right: 10%;
}
#security .security_block a{
  width: 100%;
}

#younger {
  margin-top: 25px;
}

  #content .mainTitle .logo{
  width: 80%;
}
  #header .carousel-item .mainText {
    padding: 30px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.0);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-family: "Bebas Neue";
    font-size: 40px;
    line-height: 1em;
    color: gold;
  }
  #header .carousel-item a {
    width: 100%;
    margin-top: 20px;
  }

#header .logo {
    width: 182px;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 75px;
    margin-left: 34px;
}

#content .cigarSpace img {
    width: auto;
    height: 600px;
    margin-left: 0;
}
#content .picture{
  text-align: center;
}
#content .nameCigar {
    font-size: 2.2em;
    line-height: 66px;
    margin-bottom: 20px;
}
}

@media (max-width: 991.98px) {

}

@media (max-width: 1199.98px) {

}

@media (max-width: 1399.98px) {

}
