/* CSS Document */

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}
 body { font-size: 14px; 	 font-family: Verdana, Geneva, sans-serif;   line-height: 1.5;}

main {
	background-color:#FFFFFF;
	background-image:url(images/background.gif);
	background-repeat:repeat;
	margin:0 auto; overflow: hidden;
  padding: 15px; font-family:inherit;
}

header, section, footer{  margin: 0 auto;  position: relative;  max-width: 920px;  overflow: hidden;font-family:inherit;}

img { max-width: 100%; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; height:auto}

.image {   position: relative;     border-radius: 28px;  overflow: hidden;   border: 4px solid #d9d9d9;}
	.image img {  width: 100%;  height: 100%;  object-fit: cover;  display: block;}


header{margin-top:30px;}

h1{				font-size: 24px;	}
	

.text_normal{font-weight: bold !important;color: #6d7882 !important;}	

#envios {	margin-bottom: 20px;}
#links p { padding: 10px 20px}
#links h3{  color: #9c8393;  font-size: 17px !important;  margin: 50px 0 0 0; text-align:center}
#links h3 img {  opacity: 0.6;  width: 35px;  height: 35px;  margin-right: 4px;}
.age-gate{
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.age-gate{
  opacity: 1;
  transition: opacity .3s ease;
}

.age-gate.hide{
  opacity: 0;
  pointer-events: none;
}
.age-card{
  background: #fff;
  padding: 40px;
  border-radius: 24px;
  text-align: center;
  max-width: 420px;
  width: 90%;
  box-shadow: 0 20px 50px rgba(0,0,0,.25);
}

.age-card h2{
  margin-bottom: 10px;
  font-size: 1.6rem;
}

.age-card p{
  margin-bottom: 25px;
  color: #555;
}

.age-actions{
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

/* Botón SI */
.btn-yes{
  background: linear-gradient(135deg, #e9a8d2, #d88bbf);
  border: none;
  color: #fff;
  padding: 12px 20px;
  border-radius: 16px;
  cursor: pointer;
  font-weight: 600;
  transition: .2s;
}

.btn-yes:hover{
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0,0,0,.2);
}

/* Botón NO */
.btn-no{
  background: #eee;
  border: none;
  color: #333;
  padding: 12px 20px;
  border-radius: 16px;
  cursor: pointer;
  font-weight: 600;
  transition: .2s;
}

.btn-no:hover{
  background: #ddd;
}


.brands{
  display: grid;
  gap: 16px;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}

.brand{
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(0,0,0,.08);
}

.brand h2{
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0;
  color: #222;
  letter-spacing: 0.5px;
}

.brand p{
  font-size: 14px;
  line-height: 1.4;
  color: #555;

}
