@charset "utf-8";
/* CSS Document */

@font-face {
  font-family: "GalanoMedium";
  src: url(./fonts/Medium.otf);
}
@font-face {
  font-family: "GalanoRegular";
  src: url(./fonts/Regular.otf);
}
@font-face {
  font-family: "GalanoLight";
  src: url(./fonts/Light.otf);
}

:root{
	--theme-background-color: #000000;
	--theme-text-color: #ffffff;
	--theme-positive-color: #b71440;
	--theme-negative-color: #ffffff;
}

.templete-product-container:is(.theme-dark){
	--theme-background-color: #000000;
	--theme-text-color: #ffffff;
	--theme-positive-color: #b71440;
	--theme-negative-color: #ffffff;
}
.templete-product-container:is(.theme-neon){
	--theme-background-color: #ebff00;
	--theme-text-color: #000000;
	--theme-positive-color: #00205c;
	--theme-negative-color: #ffffff;
}
.templete-product-container:is(.theme-white){
	--theme-background-color: #ffffff;
	--theme-text-color: #000000;
	--theme-positive-color: #b71440;
	--theme-negative-color: #000000;
}
.templete-product-container p,
.templete-product-container a,
.templete-product-container ol,
.templete-product-container ul,
.templete-product-container li,
.templete-product-container h1,
.templete-product-container h2,
.templete-product-container h3,
.templete-product-container h4,
.templete-product-container span,
.templete-product-container strong{
	color: var(--theme-text-color);
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-weight: normal;
	line-height: 1;
	text-decoration: none;
	font-family: "GalanoRegular";
	margin-block-start: 0px;
	margin-block-end: 0px;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
}
.templete-product-container h1,
.templete-product-container h2,
.templete-product-container h3,
.templete-product-container h4,
.templete-product-container strong{
	font-family: "GalanoMedium";
}

.templete-product-container{
	width: 100%;
	max-width: 800px;
	height: auto;
	display: block;
	margin: 0px auto;
	padding-bottom: 50px;
	background-color: var(--theme-background-color);
}
/* DECORE TOP */
.templete-product-container #tm-icons::before{
	width: 100%;
	height: 50%;
	content: '';
	position: absolute;
	width: 100%;
    height: 50%;
    content: '';
    position: absolute;
    top: 0px;
	left: 0px;
    z-index: 0;
    background: rgb(0, 0, 0);
    background: linear-gradient(360deg, rgba(0, 0, 0, 0) 0%, var(--theme-background-color) 100%);	
}
/*DECORE BOTTOM*/
.templete-product-container #tm-header::after,
.templete-product-container #tm-icons::after{
	width: 100%;
	height: 50%;
	content: '';
	position: absolute;
	width: 100%;
    height: 50%;
    content: '';
    position: absolute;
    bottom: 0px;
	left: 0px;
    z-index: 0;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, var(--theme-background-color) 100%);
}
/*HEADER PRODUCT*/
.templete-product-container #tm-header{
	width: 100%;
    height: 350px;
    display: grid;
	padding: 20px;
	position: relative;
	box-sizing: border-box;
	grid-template-rows: minmax(0, auto);
    grid-template-columns: 3fr 2fr;
	background-size: cover;
	background-position: center center;
}
.templete-product-container #tm-header > div img{
	width: 100%;
	height: 100%;
	left: -25px;
	z-index: 2;
	position: relative;
	object-fit: contain;
	object-position: center;
}
.templete-product-container #tm-header > article{
	text-align: left;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}
.templete-product-container #tm-header > article h2{
	font-size: xx-large;
	font-weight: bold;
	line-height: normal;
}
.templete-product-container #tm-header > article p{
	font-size: xx-large;
	line-height: normal;
	z-index: 1;
	position: relative;
}
.templete-product-container #tm-header > article p strong{
    font-weight: bold;
    background-color: var(--theme-positive-color);
    display: inline-table;
    padding: 0px 10px 10px;
}
/*DESCRIPTION PRODUCT*/
.templete-product-container #tm-descrip{
	width: 100%;
    height: auto;
    display: block;
	padding: 20px;
	position: relative;
	box-sizing: border-box;
	text-align: center;
}
.templete-product-container #tm-descrip h2{
	margin: 10px auto;
}
.templete-product-container #tm-descrip p{
	width: 80%;
	display: table;
	margin: 0px auto;
}
/* HELMETS ICONS */
.templete-product-container #tm-icons{
	width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
	padding: 30px ;
	position: relative;
	text-align: center;
    flex-direction: row;
	box-sizing: border-box;
	background-size: cover;
	justify-content: center;
	background-position: center center;
}
.templete-product-container #tm-icons article{
	width: 25%;
	z-index: 1;
	margin: 0px;
    height: 150px;
    display: flex;
    padding: 10px;
	flex-wrap: wrap;
	align-items: center;
	justify-items: center;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
}
.templete-product-container #tm-icons article h3{
	font-size: medium
}
.templete-product-container #tm-icons article i{
    padding: 10px 5px;
    border-radius: 10px;
    margin-bottom: 5px;
	font-size: xxx-large;
	box-sizing: border-box;
	color: var(--theme-positive-color);
}
.templete-product-container #tm-icons:is(.solid-icon) i{
	color: var(--theme-negative-color);
	background-color: var(--theme-positive-color);
}
/* HELMETS articles */
.templete-product-container #tm-main{
	width: 100%;
	height: auto;
	display: block;
	padding: 20px;
	box-sizing: border-box;
}
.templete-product-container #tm-main article{
    width: 100%;
    height: 250px;
	padding: 20px 0 20px;
    display: grid;
    grid-gap: 30px;
    grid-template-columns: 1.5fr 3fr;
    grid-template-rows: minmax(0, auto);
}
.templete-product-container #tm-main article:nth-child(even){
	grid-template-columns: 3fr 1.5fr;
}
.templete-product-container #tm-main article:nth-child(even) img{
	order: 2;
}
.templete-product-container #tm-main article:nth-child(even) div{
	text-align: right;
    display: flex;
    flex-direction: column;
    place-items: flex-end;
	padding: 0px 0px 0px 15%;
}
.templete-product-container #tm-main article img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.templete-product-container #tm-main article div{
	text-align: left;
	padding: 0px 15% 0px 0px;
}
.templete-product-container #tm-main article div h2{
	width: auto;
	display: table;
	margin-bottom: 10px;
	line-height: normal;
	padding: 0px 20px 0 0px;
}
.templete-product-container #tm-main article div h2::after{
    top: 5px;
	content: '';
    width: 110%;
    height: 3px;
    display: block;
	position: relative;
    background-color: var(--theme-positive-color);
    
}
/*SLIDER*/
.templete-product-container #tm-slider{
    width: 100%;
    height: 400px;
    display: block;
    padding: 30px 10px;
	margin-bottom: 35px;
    box-sizing: border-box;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.templete-product-container #tm-slider #slider {
	position: relative;
    width: 60%;
    height: 100%;
    margin: 0px auto;
    font-family: 'Helvetica Neue', sans-serif;
    perspective: 1400px;
    transform-style: preserve-3d;
}

.templete-product-container #tm-slider #slider input[type=radio] {
    position: relative;
    top: 90%;
    left: 50%;
    width: 18px;
    height: 18px;
    margin: 0 15px 0 0;
    opacity: 0.4;
    transform: translateX(-83px);
    cursor: pointer;
    z-index: 2;
}

.templete-product-container #tm-slider #slider input[type=radio]:nth-child(5) {
  margin-right: 0px;
}

.templete-product-container #tm-slider #slider input[type=radio]:checked {
  opacity: 1;
}

.templete-product-container #tm-slider #slider label {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	color: var(--theme-negative-color);
	font-size: 70px;
	font-weight: bold;
	border-radius: 5px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: transform 400ms ease;
	overflow: hidden;
	background-color: var(--theme-positive-color);
}
.templete-product-container #tm-slider #slider label:nth-child(even){
	background-color: var(--theme-negative-color);
	color: var(--theme-positive-color);
}
.templete-product-container #tm-slider #slider label img,
.templete-product-container #tm-slider #slider label iframe{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

/* Slider Functionality */

/* Active Slide */
.templete-product-container #tm-slider #s1:checked ~ #slide1, 
.templete-product-container #tm-slider #s2:checked ~ #slide2, 
.templete-product-container #tm-slider #s3:checked ~ #slide3, 
.templete-product-container #tm-slider #s4:checked ~ #slide4, 
.templete-product-container #tm-slider #s5:checked ~ #slide5 {
  box-shadow: 0 13px 26px rgba(0,0,0, 0.3), 0 12px 6px rgba(0,0,0, 0.2);
  transform: translate3d(0%, 0, 0px);
}

/* Next Slide */
.templete-product-container #tm-slider #s1:checked ~ #slide2, 
.templete-product-container #tm-slider #s2:checked ~ #slide3, 
.templete-product-container #tm-slider #s3:checked ~ #slide4, 
.templete-product-container #tm-slider #s4:checked ~ #slide5, 
.templete-product-container #tm-slider #s5:checked ~ #slide1 {
  box-shadow: 0 6px 10px rgba(0,0,0, 0.3), 0 2px 2px rgba(0,0,0, 0.2);
  transform: translate3d(15%, 0, -100px);
}


/* Next to Next Slide */
.templete-product-container #tm-slider #s1:checked ~ #slide3, 
.templete-product-container #tm-slider #s2:checked ~ #slide4, 
.templete-product-container #tm-slider #s3:checked ~ #slide5, 
.templete-product-container #tm-slider #s4:checked ~ #slide1, 
.templete-product-container #tm-slider #s5:checked ~ #slide2 {
  box-shadow: 0 1px 4px rgba(0,0,0, 0.4);
  transform: translate3d(30%, 0, -250px);
}

/* Previous to Previous Slide */
.templete-product-container #tm-slider #s1:checked ~ #slide4, 
.templete-product-container #tm-slider #s2:checked ~ #slide5, 
.templete-product-container #tm-slider #s3:checked ~ #slide1,
.templete-product-container #tm-slider #s4:checked ~ #slide2, 
.templete-product-container #tm-slider #s5:checked ~ #slide3 {
  box-shadow: 0 1px 4px rgba(0,0,0, 0.4);
  transform: translate3d(-30%, 0, -250px);
}

/* Previous Slide */
.templete-product-container #tm-slider #s1:checked ~ #slide5, 
.templete-product-container #tm-slider #s2:checked ~ #slide1, 
.templete-product-container #tm-slider #s3:checked ~ #slide2, 
.templete-product-container #tm-slider #s4:checked ~ #slide3, 
.templete-product-container #tm-slider #s5:checked ~ #slide4 {
  box-shadow: 0 6px 10px rgba(0,0,0, 0.3), 0 2px 2px rgba(0,0,0, 0.2);
  transform: translate3d(-15%, 0, -100px);
}

/* YouTube Link */
.templete-product-container #tm-slider .youtube-link {
  position: absolute;
  bottom: 50px;
  width: 150px;
  left: 50%;
  margin-left: -75px;
  padding: 5px;
  font-weight: 700;
  color: coral;
  background: navy;
  text-align: center;
  border-radius: 0.2em;
}

@media screen and (max-width:750px){
/* HEADER */
.templete-product-container #tm-header {
    grid-template-columns: 3.5fr 2fr;
}
.templete-product-container #tm-header > article h2,
.templete-product-container #tm-header > article p{
	font-size: x-large;
}
/*INOCOS*/
.templete-product-container #tm-icons article{
	width: 50%;
}
/*CARACTERISTICAS*/
.templete-product-container #tm-main article,
.templete-product-container #tm-main article:nth-child(even){
    grid-template-columns: 2fr 2fr;
}
	
}
@media screen and (max-width:580px){
.templete-product-container #tm-header {
    grid-template-columns: 3fr 2fr;
}	
.templete-product-container #tm-header > article h2,
.templete-product-container #tm-header > article p{
	font-size: large;
}	
.templete-product-container #tm-slider #slider {
    width: 70%;
}
	
}
@media screen and (max-width:450px){
	
.templete-product-container #tm-header {
    grid-template-columns: 1fr;
    grid-template-rows: 2fr minmax(0, auto);
}
.templete-product-container #tm-header > article {
    text-align: center;
    flex-direction: row;
    justify-content: center;
}
.templete-product-container #tm-header > article h2,
.templete-product-container #tm-header > article p{
	font-size: large;
}
.templete-product-container #tm-header > div{
	padding: 20px;
}
.templete-product-container #tm-header > div img{
	left: inherit;
}
.templete-product-container #tm-descrip h2{
	font-size: medium
}
.templete-product-container #tm-icons article h3{
	font-size: small
}
.templete-product-container #tm-main article, 
.templete-product-container #tm-main article:nth-child(even){
	grid-template-columns: 1fr;
	grid-template-rows: 2fr;
	margin: 10px 0;
	padding: 0px;
	height: auto;
	grid-gap: 0px;
}
.templete-product-container #tm-main article div,
.templete-product-container #tm-main article:nth-child(even) div{
	text-align: center;
	padding: 10px;
}
.templete-product-container #tm-main article div h2,
.templete-product-container #tm-main article:nth-child(even) div h2{
	margin: 0px auto 10px;
}
.templete-product-container #tm-main article:nth-child(even) img{
	order: 1;
}
.templete-product-container #tm-main article:nth-child(even) div{
	order: 2;
}
}