/* Reset básico */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6,
p, ul, ol, figure, blockquote {
  margin: 0;
  padding: 0;
  font-weight: normal;
  line-height: normal;
  font-family: inherit;
  color: inherit;
margin-block-start: auto !important;
    margin-block-end: auto !important;
}

/* Opcional: mejora tipográfica y visual general */
html, body {
  font-family: 'Roboto', sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}



html, body {
  margin: 0;
  padding: 0;
  background-color: #000; /* Fondo base negro */
}

.cont_mayor {
  position: relative;
  width: 100%;
}


.header {
  position: relative;
  width: 100%;
  height: 1038px;
  overflow: hidden;
}





/* Fondo de video */
.background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

/* Radial overlay superior */
.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgba(0, 18, 40, 0) 0%, rgba(0, 11, 23, 1) 100%);
  pointer-events: none;
  z-index: 2;
}

/* Gradiente inferior */
.video-bottom-gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 464px;
  background: linear-gradient(to bottom, rgba(9, 9, 15, 0) 0%, #050000 100%);
  pointer-events: none;
  z-index: 2;
}

/*-----video------*/

.video-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.video-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: none;
  z-index: 0;
  pointer-events: none;
}



.video-layer.visible {
  opacity: 1;
  z-index: 0;
}





/* -------------------- Menú -------------------- */
.cont_menu {
  position: absolute;
  top: 78px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1060px;
  width: 100%;
  z-index: 3;
}

.cont_menu .menu {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 28px 34px;
  padding-bottom: 21px;
  padding-top: 25px;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 18px;
  font-family: 'Roboto', sans-serif;
	backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

.cont_menu .menu a {
  position: relative;
  display: inline-block;
  padding-bottom: 6px;
  white-space: nowrap;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.cont_menu .menu a.activo::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 100%;
  background-color: #FAAC00;
  border-radius: 4px;
}

.cont_menu .menu .dot {
  color: #fff;
  font-size: 17px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cont_menu img.logo {
  width: 306px;
}

.menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: space-between;
      width: 45px;
    height: 45px;
    border: none;
    background: none;
    cursor: pointer;
    z-index: 1001;
    position: relative;
    background-color: #000000c9;
    padding: 12px;
    border-radius: 10px;
}

.hamburger-line {
  width: 100%;
  height: 2px;
  background: white;
  transition: all 0.3s ease;
}

.menu-toggle.open .hamburger-line:nth-child(1) {
  transform: rotate(45deg) translate(7px, 6px);
}

.menu-toggle.open .hamburger-line:nth-child(2) {
  opacity: 0;
}

.menu-toggle.open .hamburger-line:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -6px);
}

.menu-mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: black;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  z-index: 1000;
  transform: translateY(-100%);
  transition: transform 0.4s ease;
}

.menu-mobile.open {
  transform: translateY(0);
}
.cont_menu .menu-mobile {
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px); /* para Safari */
  background-color: rgba(0, 0, 0, 0.6); /* para que el blur se vea con transparencia */
}

.menu.menu-mobile.open a{
	font-size: 30px;
    font-weight: 500;
	
}
.menu.menu-mobile.open .dot{
	display: none;
}
    .cont_menu .menu-mobile {
        display: flex;
        align-items: flex-start;
		gap: 20px;
    }


/* -------------------- Fondo difuminado para contenidos -------------------- */




/*---------fondo de contenidos--------*/

.background-blur {
  position: absolute;
  inset: 0;
  background: conic-gradient(
    from 293deg,
    #000000 0%,
    #530001 60%,
    #ff8a05 100%
  );
  filter: blur(540px);
transform: translateZ(0);
  z-index: 1;
  pointer-events: none;
}
.cont_productos, .porquedrakhon, .cont_galeria, .opiniones{
	z-index: 2;
	position: relative;
	
}


.contenidos {
  
  z-index:2;
  background-color: #000;
  color: #fff;
  font-family: 'Roboto', sans-serif;
	justify-content: center;
  display: flex;
	flex-flow: column;
	align-items: center;
	gap: 80px;
	position: relative;
	padding-bottom: 100px !important;
	
}





/*-------Productos------*/

.cont_productos{
	position: relative;
	display: flex;
	flex-flow: column;
	align-items: center;
	max-width: 1060px;
	width: 100%;
	
}

.contenidos .productos{
	position: relative;
	top: -330px;
	width: 100%;
	display: flex;
	flex-flow: column;
	gap: 60px;
	z-index: 1;
	
	
}
.contenidos .titulos {
	display: flex;
	flex-flow: column;
	gap:10px;
}

.contenidos .titulos h2{
  font-family: 'Roboto Mono', monospace;
	font-size: 54px;
	line-height: 54px;
	color: #fff;
	font-weight: 600;
	text-align: center;
	letter-spacing: -2px;
	
}

.contenidos .titulos h3{
  font-family: 'Roboto Mono', monospace;
	font-size: 33px;
	line-height: 40px;
	color: #fff;
	font-weight: 300;
	text-align: center;
	letter-spacing: -1px;
	
}
.contenidos .productos .cont_card{
	display: flex;
	justify-content: space-between;
	gap:20px;
	width: 100%;
	position: relative;
	
}

.contenidos .productos .cont_card .card{
	border-radius: 28px;
	display: flex;
	flex-flow: column;
	background: #fff;
	border: 1px, solid #e9e8f4;
	overflow: hidden;
	
}

.contenidos .productos .cont_card .card .imagen{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	overflow: hidden;
	
}
.contenidos .productos .cont_card .card .imagen img{
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	
}
.contenidos .productos .cont_card .card .textos{
	display: flex;
	flex-flow: column;
	gap: 20px;
	padding: 20px;
	flex: 1;
	background-color: #E9E8F4;
}

.contenidos .productos .cont_card .card .textos h2{
	font-family: 'Roboto Mono', monospace;
	font-size: 20px;
	line-height: 24px;
	color: #04070C;
	font-weight: 600;
	
}
.contenidos .productos .cont_card .card .textos p{
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #04070C;
	font-weight: 400;

	flex: 1
	
}

.contenidos .productos .cont_card .card .cont_btn{
	display: flex;
	gap:6px;
	justify-content: space-between;
}

a.btn_principal{
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #fff !important;
	font-weight: 400;
	background-color: #000;
	border-radius: 400px;
	padding: 12px 22px;
	text-align: center;
	text-decoration: none;
	flex: 1;
	
}
a.btn_principal:hover{
	background-color: #232323;
}

a.btn_secundario_home{
	font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #fff !important;
    font-weight: 400;
    /* background-color: #000; */
    border-radius: 400px;
    padding: 12px 22px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #000;
    color: #000 !important;
}
	

a.btn_secundario_home:hover{
	background-color: #fff;
}



.cont_productos .productos-wrapper {
  overflow: hidden;
  flex: 1;
}

.cont_productos .carrusel {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  transition: transform 0.3s ease-in-out;
}
.cont_productos .carrusel::-webkit-scrollbar {
  display: none;  /* Chrome, Safari, Edge */
}

.cont_productos .carrusel .card {
  scroll-snap-align: start;
  flex: 0 0 339px;
}

/* Responsivo: 3 tarjetas ajustadas dinámicamente */
@media (max-width: 1100px) and (min-width: 900px) {
  .cont_productos .carrusel .card {
    flex: 0 0 calc((100% - 40px) / 3);
  }
}
@media (max-width: 900px) and (min-width: 700px) {
  
	.cont_productos .carrusel {
		gap: 8px;
	}
	.cont_productos .carrusel .card {
    flex: 0 0 calc((100% - 16px) / 3);
  }
}

/* Responsivo: 1 tarjeta en mobile */
@media (max-width: 700px) {
  .cont_productos .carrusel .card {
    flex: 0 0 100%;
  }

  .cont_productos .dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 16px;
  }
}

.cont_productos .flecha-productos {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  color: rgba(255, 255, 255, 0.4);
  border: none;
  padding: 12px;
  font-size: 36px;
  cursor: pointer;
  z-index: 20;
  transition: color 0.3s;
}

.cont_productos .flecha-productos:hover {
  color: #fff;
}

.cont_productos .flecha-izquierda {
  left: -40px;
}

.cont_productos .flecha-derecha {
  right: -40px;
}

@media (min-width: 700px) {
  .cont_productos .flecha-productos {
    display: block;
  }

  .cont_productos #carrucelProductos::-webkit-scrollbar {
    display: none;
  }
}

.cont_productos .dots .dot {
  width: 10px;
  height: 10px;
  background: #fff;
  opacity: 0.3;
  border-radius: 50%;
  transition: opacity 0.3s;
}

.cont_productos .dots .dot.active {
  opacity: 1;
}



/*-------carrucel por que drakhon--------*/

.porquedrakhon {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
width: 100%;
max-width: 1060px;
}

.carrucel-contenedor {
  position: relative;
  
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.carrucel-wrapper {
  overflow: hidden;
  flex: 1;
}

.carrucel {
  display: flex;
  gap: 8px;
  transition: transform 0.3s ease-in-out;
  scroll-behavior: smooth;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}
.carrucel::-webkit-scrollbar {
  display: none;                    /* Chrome, Safari, Edge */
}



.carrucel .card {
  scroll-snap-align: start;
  flex: 0 0 348px;
  display: flex;
  flex-direction: column;
  border-radius: 26px;
  overflow: hidden;
  background: #fff;
  border: 1px, solid #868788;
}

.card .imagen {
  height: auto;
	display: inline-block;
}

.card .imagen img {
  width: 100%;
  height: auto;
	display: block;
}

.card .textos {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
}

.card .textos h2 {
  font-family: 'Roboto Mono', monospace;
  font-size: 20px;
  line-height: 24px;
  color: #04070C;
  font-weight: 600;
}

.card .textos p {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #04070C;
  font-weight: 400;
}

.dots {
  display: none;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
}

.dots .dot {
  width: 10px;
  height: 10px;
  background: #fff;
  opacity: 0.4;
  border-radius: 50%;
  transition: opacity 0.3s;
}

.dots .dot.active {
  opacity: 1;
}

.flecha {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  color: rgba(255, 255, 255, 0.4);
  border: none;
  padding: 12px;
  font-size: 36px;
  cursor: pointer;
  z-index: 30;
  transition: color 0.3s;
}

.flecha-izquierda {
  left: -60px;
}

.flecha-derecha {
  right: -60px;
}

.flecha:hover {
  color: #ffffff;
}

@media (min-width: 700px) {
  .flecha {
    display: block;
  }
  #carrucel::-webkit-scrollbar {
    display: none;
  }
}

@media (max-width: 700px) {
  .dots {
    display: flex;
  }
}







/*-----------GALERIA--------------*/



.cont_galeria {
  gap: 60px;
  display: flex;
  flex-flow: column;
  align-items: center;
max-width: 1060px;
	width: 100%;
}

.cont_galeria .galeria {
  display: flex;
  flex-flow: row wrap;
  gap: 8px;
  max-height: calc(258px * 2 + 8px); /* 2 filas por defecto */
  overflow: hidden;
  transition: max-height 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
  
 
}

.cont_galeria .galeria.full {
  max-height: 9999px; /* lo suficientemente alto para mostrar todo con transición */
}

.cont_galeria .imagen {
  width: 258px;
  height: 258px;
  border-radius: 28px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #868788;
aspect-ratio: 1 / 1;
}
.cont_galeria .imagen a {
  display: flex;
  width: 100%;
  height: 100%;
}
.cont_galeria .imagen img{
	
	width: 100%;
  height: 100%;
  object-fit: cover;


}

.flecha_expander {
  background: transparent;
  border: 2px solid #ffffff;
  border-radius: 16px;
  padding: 10px 24px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

.flecha_expander img {
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
}

.flecha_expander.arriba img {
  transform: rotate(180deg);
}



/* 4 columnas */
@media (min-width: 901px) {
  .cont_galeria .imagen {
    width: calc((100% - 24px) / 4); /* 3 gaps de 8px */
    aspect-ratio: 1 / 1;
  }
}

/* 3 columnas */
@media (max-width: 900px) and (min-width: 701px) {
  .cont_galeria .imagen {
    width: calc((100% - 16px) / 3); /* 2 gaps de 8px */
    aspect-ratio: 1 / 1;
  }
}

/* 2 columnas */
@media (max-width: 700px) {
  .cont_galeria .imagen {
    width: calc((100% - 8px) / 2); /* 1 gap de 8px */
    aspect-ratio: 1 / 1;
  }
}



.cont_galeria .galeria {
  display: flex;
  flex-flow: row wrap;
  gap: 8px;
  max-height: calc(258px * 2 + 8px);
  overflow: hidden;
  transition: max-height 0.2s ease;
}
.cont_galeria .galeria.full {
  max-height: 5000px; /* suficientemente alto para animar */
  transition: max-height 0.5s ease;
}



/*-----opiniones------*/


.opiniones {
  gap: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
max-width: 1060px;
  width: 100%;
}

.opiniones-contenedor {
  position: relative;
  width: 100%;
}

.opiniones-wrapper {
  overflow: hidden;
}

.cont_opiniones {
  display: flex;
  gap: 12px;
  transition: transform 0.3s ease-in-out;
  scroll-behavior: smooth;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}
.cont_opiniones::-webkit-scrollbar {
  display: none;                    /* Chrome, Safari, Edge */
}



.opinion {
  scroll-snap-align: start;
  flex: 0 0 345px;
  display: flex;
  gap: 30px;
  padding: 26px;
  border: 1px dashed #fff;
  border-radius: 28px;
  background-color: transparent;
}

.foto {
  width: 90px;
  min-width: 90px;
  height: 90px;
  border-radius: 100px;
  overflow: hidden;
	border: 1px solid #fff;
}

.foto img {
  width: 100%;
}

.textos {
  display: flex;
  gap: 7px;
  flex-direction: column;
}

.textos h2,
.textos p {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  font-weight: 400;
}

.dots {
  display: none;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
}

.dots .dot {
  width: 10px;
  height: 10px;
  background: #fff;
  opacity: 0.4;
  border-radius: 50%;
  transition: opacity 0.3s;
}

.dots .dot.active {
  opacity: 1;
}

.flecha {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  color: rgba(255, 255, 255, 0.4);
  border: none;
  padding: 12px;
  font-size: 36px;
  cursor: pointer;
  z-index: 20;
  transition: color 0.3s;
}

.flecha:hover {
  color: #ffffff;
}

.flecha-izquierda {
  left: -40px;
}

.flecha-derecha {
  right: -40px;
}

@media (min-width: 768px) {
  .flecha {
    display: block;
  }
  #carrucelOpiniones::-webkit-scrollbar {
    display: none;
  }
}

@media (max-width: 767px) {
  .dots {
    display: flex;
  }
}


/*-------footer-------*/


.footer{
	
	display: flex;
	justify-content: center;
	height: 524px;
	width: 100%;
	align-items: center;
	position: relative;
	background: radial-gradient(circle at center, #3c0c00 0%, #1a0202 100%);
	border-top: 1px solid #333333;
	z-index: 4;
	
}

.footer .anchofooter{
	
	max-width: 1060px;
	width: 100%;
	display: flex;
	justify-content: space-between;
}


.footer .fcont_contenidos{
	display: flex;
	gap: 50px;
	width: 780px;
}
.footer .fcont_contenidos .fcontenidos{
	display: flex;
	flex-flow: column;
	gap:16px;
	
}
.footer .fcont_contenidos .fcontenidos .textos{
	display: flex;
	flex-flow: column;
	gap: 8px;
	
}

.footer .fcont_contenidos .fcontenidos .textos h2{
	font-family: 'Roboto Mono', monospace;
    font-size: 22px;
    line-height: 22px;
    color: #fff;
    font-weight: 600;
	
}
.footer .fcont_contenidos .fcontenidos .textos p{
	font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    font-weight: 300;
	text-align: left;
	
}

.footer .fcont_contenidos .fcontenidos .iconos{
	display: flex;
	gap: 28px;
}
.footer .fcont_contenidos .fcontenidos .iconos img{
	width: 68px;
}
.footer .fcont_contenidos .fcontenidos .iconos .email{
	display: flex;
	justify-content: center;
	align-items: center;
}

.footer .fcont_contenidos .fcontenidos .iconos .email a{
	font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    font-weight: 300;
    white-space: nowrap;
}
.footer .fcont_contenidos .fcontenidos .iconos .email a:hover{
  text-decoration: underline;
}


.footer .fcont_contenidos .fcontenidos .iconos .linea{
	width: 1px;
	border-left: 1px solid #ffffff36;
}


.footer .derechos{
	display: flex;
	flex-flow: column;
	gap: 10px;
	width: 170px;
	align-items: center;
	
}

.footer .linea{
	width: 1px;
	border-left: 1px solid #ffffff36;
}

.footer .derechos img.logofooter{
	width: 81px;
}
.footer .derechos p{
	font-family: 'Roboto', sans-serif;
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    font-weight: 300;
	text-align: center;
}
	
/*-----------MEDIAS querys---------*/


/*-----Por que usar drakhon-------*/

/* Adaptar el ancho de las cards dinámicamente */
@media (max-width: 1100px) and (min-width: 700px) {
  .carrucel .card {
    flex: 0 0 calc((100% - 16px) / 3); /* 2 gaps de 8px entre 3 cards */
  }
}

/* Para móviles: 1 sola card visible */
@media (max-width: 700px) {
  .carrucel .card {
    flex: 0 0 100%;
  }
}

/*-----opiniones-------*/

@media (max-width: 1100px) and (min-width: 700px) {
  .opinion {
    flex: 0 0 calc((100% - 24px) / 3); /* 2 gaps de 12px entre 3 tarjetas */
  }
}

@media (max-width: 700px) {
  .opinion {
    flex: 0 0 100%;
  }
}




@media (max-width: 1100px) {
	
	 /*-----Menu-----*/
	.cont_menu{
		top:45px;
		padding: 0 45px;
	}
	.cont_menu .menu{
		gap:10px;
	}
	
	.header {
    height: 888px;
  }
	
	/*------Productos-----*/
	.cont_productos{
		padding: 0 45px;
		
	}
	.contenidos .productos .cont_card .card .textos p{
	
	}
	.contenidos .productos .cont_card .card .textos{
		gap:12px;
		padding: 16px;
	}
	
	.contenidos .productos .cont_card .card .textos a.btn_principal {
 
    padding: 12px 12px;

	}
	.contenidos .productos .cont_card .card {
    border-radius: 38px;

}
	
	/*------opiniones-------*/
	.opiniones {
		padding: 0 45px;
	}
	
	
	
/*------por que drakhon-----*/

	.porquedrakhon {
		padding: 0 45px;
	}
	
	.card .textos p {

	}
	.card .textos {

    gap: 12px;
    padding: 16px;
}
	
	/*-------galeria--------*/
	.cont_galeria{
		padding: 0 45px;
	}

	
	.footer {

		padding: 0 45px 0 45px;
	}
	
	
	
}

@media (max-width: 1100px) {
	.footer{
    padding-top: 70px;
      padding-bottom: 70px;
      height: auto;
    }
    .footer .anchofooter {
      
      flex-flow: column;
      align-items: center;
      gap: 70px;
    }
    .footer .linea {
      width: 100%;
    height: 1px;
      border-top: 1px solid #ffffff36;
  }

}

@media (max-width: 970px) {
	
	.contenidos .productos, .porquedrakhon, .cont_galeria, .opiniones {

    gap: 40px;

}
	
	.cont_galeria .imagen {
    height: 220px;

	}
	.cont_galeria .galeria {

    max-height: calc(220px * 2 + 8px);
 
	}
	
	
	
	/*------Menu------*/
	 .cont_menu .menu-toggle {
		display: flex;
	  }

	  .cont_menu .menu {
		display: none;
	  }

	 .cont_menu	 .menu-mobile {
		display: flex;
	  }

	.cont_menu {

			padding: 0 45px 0 45px;
		}

	.header {
			height: 1058px;
		}
	
	

	/*----opinion------*/
	.opinion {
		flex-flow: column;
		align-items: center;
	}
	.opinion .textos h2, .opinion .textos p{
		text-align: center;
	}
	
	


	

	
	
}

@media (max-width: 800px) {

  .footer .fcont_contenidos{
    flex-flow: column;
    align-items: center;
  }
  .footer .fcont_contenidos .fcontenidos {

    align-items: center;
}
.footer .fcont_contenidos .fcontenidos .textos{
  align-items: center;
}



}


@media (max-width: 700px) {
	
	    .cont_menu{
        padding: 0 30px 0 30px;
    }
	
	.porquedrakhon, .opiniones, .cont_productos, .cont_galeria {
        padding: 0 30px;
    }
	.card .textos {
        gap: 12px;
        padding: 28px 16px;
    }
	.contenidos .productos .cont_card .card .textos{
		gap: 12px;
        padding: 28px 16px;
	}
	
	.footer .fcont_contenidos{
		width: 100%;
		flex-flow: column;
		align-items: center;
	}
	.footer .fcont_contenidos .fcontenidos{
		align-items: center;
	}
	.footer .fcont_contenidos .fcontenidos .textos{
		align-items: center;
	}
	.footer .fcont_contenidos .fcontenidos .textos h2, .footer .fcont_contenidos .fcontenidos .textos p{
		text-align: center;
	}
	.footer .fcont_contenidos {
	gap: 70px;
 
	}
	.footer .fcont_contenidos .fcontenidos .iconos .linea{
		height: auto;
	}
	.cont_menu img.logo{
    width: 236px;
	}
	
	
}
@media (max-width: 370px) {
	.cont_menu img.logo{
    width: 186px;
	}
}



/*------VIDEO--------*/



@media (max-width: 1440px) {
	
	.header {
 
    height: 948px;
  
	}
}
@media (max-width: 1440px) {
	
	.header {
 
    height: 848px;
  
	}
}
@media (max-width: 769px) {
	
	.header {
 
    height: 748px;
  
	}
	
	.contenidos .titulos h2 {
   
    font-size: 44px;
    line-height: 50px;

	}
	.contenidos .titulos h3 {

    font-size: 30px;
    line-height: 33px;

	}
	
}


@supports (-webkit-touch-callout: none) {
  @media (max-width: 1025px) {
    .background-blur {
      filter: blur(210px);
    }
  }
}


@media (max-width: 576px) {
	
	.video-layer{

	}
	
	.header {
        /*height: 800px;*/
    }
	    .contenidos .titulos h2{
        font-size: 34px;
        line-height: 40px;
    }
	.contenidos .titulos h3 {
        font-size: 22px;
        line-height: 30px;
        font-weight: 300;
	}
	.contenidos .titulos {

		gap: 6px;
	}
	
	.cont_galeria .imagen {
    height: 191px;

	}
	.cont_galeria .galeria {

    max-height: calc(191px * 2 + 8px);
 
	}
	

	
	
}
@media (max-width: 410px) {
	    .header {
        /*height: 750px;*/
    }
	
	.cont_galeria .imagen {
    height: 153px;

	}
	.cont_galeria .galeria {

    max-height: calc(153px * 2 + 8px);
 
	}
	
	
	
}
@media (max-width: 378px) {
	.contenidos .titulos h2 {
        font-size: 31px;
        
    }
	
	.contenidos .titulos h3 {
        font-size: 20px;
        line-height: 27px;
      
    }
}
@media (max-width: 321px) {
	    .header {
        /*height: 640px;*/
    }
	
    .porquedrakhon, .opiniones, .cont_productos, .cont_galeria {
        padding: 0 20px;
    }	
	
}
	
/*------correcciones worpress------
*/

.pswp{
	
	backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    background-color: rgba(0, 0, 0, 0.6);
	
}

[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover {
    color: #fff;
    background-color: #000 !important;
    text-decoration: none;
}





/*-----carrito de compras------*/

.cont_dcarrito{
  position: absolute;
	top: -30px;
  right: 25px;
  display: flex;
  gap: 24px;
}
.cont_dcarrito .cuenta_links a{
  color: #fff;
  font-size: 14px;
}

.cont_dcarrito .cuenta_links a:Hover{
  text-decoration: underline;
}




.cart-icon-link {
  position: relative;
  font-size: 22px;
  color: white;
  text-decoration: none;
  margin-left: 12px;
}

.cart-icon-link .cart-count {
  position: absolute;
  top: -6px;
  right: -10px;
  background: #FAAC00;
  color: black;
  font-size: 12px;
  padding: 2px 6px;
  border-radius: 999px;
  font-weight: bold;
}
@media (max-width: 970px) {
	.cont_dcarrito{
    right: 10%;
	}
}



.pill{
	background-color: #ff5501;
    padding: 8px;
    color: #fff;
    border-radius: 6px 6px;
    width: fit-content;
    font-size: 13px;
    line-height: 13px;
	font-family: 'Roboto', sans-serif;
    font-weight: 500;
}
.card .imagen .pill{
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 3;
	
}
