html, body {
	padding: 0;
	margin: 0;
}

body{
	background-color: #000;
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	font-style: normal;
}

.body{
	background-color: #f5f6ec;
}

.head{
	padding-bottom: 10px;
	widows: 100%;
	margin: 0;
}

.titulos h1 {
	font-size: 8vw;
	margin: 0;
}

.titulos h2 {
	font-size: 4.8vw;
	color: #ee0000;
	margin: 0;
}

.titulos h3 {
	font-size: 4.2vw;
	margin: 0;
}

.productos{
	margin-bottom: -20px;
	position: relative;
	z-index: 1;
}

.fondo1{
	background-image: url("../images/fondo_palamas.png");
	background-size: cover;        
  	background-position: center;   
  	background-repeat: no-repeat;  
  	height: 42vw;
  	position: relative;
}

.fondo1 p{
	font-family: Arial;
	font-size: 3.5vw;
	font-weight: 400;
	font-style: normal;
	padding-top: 20px;
}

.link-bases{
	font-family: Arial;
	font-size: 4vw;
	font-weight: 700;
	font-style: normal;
	color: #000;
	position: absolute;
	bottom: 5vw;
	width: 100%;
	left: 0px;
}

/* Estilo del fondo del scroll */
::-webkit-scrollbar {
  width: 8px;            /* Ancho del scrollbar vertical */
  height: 8px;           /* Alto del scrollbar horizontal (si aplica) */
  background-color: #ccc; /* Fondo gris */
  border-radius: 10px;
}

/* Estilo de la barra (thumb) */
::-webkit-scrollbar-thumb {
  background-color: #555; /* Barra negra */
  border-radius: 10px;
}

/* Opcional: al pasar el mouse sobre la barra */
::-webkit-scrollbar-thumb:hover {
  background-color: #888; /* Un negro más claro al hacer hover */
}

.b-comenzar{
	position: absolute;
	bottom: 14vw;
	left: 0;
}

#bComenzar{
	font-size: 7vw;
	background-color: #000;
	border-radius: 100px;
}

#bComenzar:hover{
	background-color: #333;
}

.titulos1 h3 {
	font-size: 3.9vw;
	margin: 0;
}

.titulos1 h4 {
	font-size: 3.8vw;
	margin: 0;
	color: #ee0000;
}

.titulos1 h2 {
	font-size: 4.3vw;
	margin: 0;
}

.fondo2{
	background-image: url("../images/flamas_15.png");
	background-size: cover;        
  	background-position: center;   
  	background-repeat: no-repeat;  
  	height: 42vw;
  	position: relative;
}

.texto-importante{
	color: #ee0000;
	text-align: justify;
	font-size: 4vw;
}

input:focus {
  -webkit-box-shadow: none !important;
}

input.form-control{
	border: 2px solid #000;
}

select.form-select{
	border: 2px solid #000;
}

#bRegistar{
	font-size: 7vw;
	background-color: #000;
	border-radius: 100px;
}

#bRegistar:hover{
	background-color: #333;
}

.carga {
    position: fixed;
    min-width: 100%;
    min-height: 100vh;
    z-index: 2000;
    background: rgba(0, 0, 0, 0.8);
    /*display: none;*/
}