/**
Theme Name: ELE TV
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ele-tv
Template: astra
*/
@font-face {
    font-family: 'Azonix';
    src: url('fonts/azonix.woff2') format('woff2'),
         url('fonts/font-file.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

.3bloque-central{
	width: 1200px;
	max-width: 100%;
	margin: auto;
	height: 100vh;
}
#content{
	background-color: #000;
}

.circles-background{
	display: none;
	background: rgb(73,183,228);
	background: radial-gradient(circle, rgba(73,183,228,1) 0%, rgba(0,0,0,1) 70%);
	position: fixed;
	width: 600px;
	height: 600px;
	z-index: -1;
	opacity: 0.7;
}#circles-background-left{
	left: -300px;
	top: 60%;
}#circles-background-right{
	right: -300px;
	top: 20%;
}
.middle{
	vertical-align: middle;
	height: calc(100vh - 10px);
	display: table-cell;
}
.productos{
	display: flex;
  	justify-content: center;
}
h1,h2,h3{
	font-family: 'Azonix' !important;
}

.boton{
	padding: 15px 40px;
	font-family: 'Azonix';
	width: fit-content;
	transition: 0.5s ease;
	cursor: pointer;
	margin: auto;
	text-align: center;
}
.boton-negro{
	border: 1px black solid;
	color: #000;
}.boton-negro:hover{
	background-color: rgb(43, 43, 43);
	color: #fff !important;
}


.boton-azul{
	border: 1px #4BB7E4 solid;
	color: #4BB7E4;
}.boton-azul:hover{
	background-color: #4BB7E4;
	color: #fff !important;
}

.productos-redondos{
	
}

.t3{
	transition: 3s ease !important;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
	.barra-superior:before{
		content: "";
		position: absolute;
		margin: 10px;
		margin-left: -22px !important;
		width: 45px;
		height: 45px;
		transform: rotate(45deg);
		background-color: black;
		left:0;
	}.barra-superior{
		width: 100%;
		height: 25px;
		position: absolute;
		z-index: 2;
		color: #fff;
		background-color: #4BB7E4;
		top: 0;
		transition: 2s ease;
		font-family: 'Azonix';
		font-size: 14px;
		overflow: hidden;
	}#barra-superior-direccion{
		float: left;
		margin-top: 3px;
		margin-left: 50px;
	}#redes{
		float: right;
		margin-right: 30px;
	}#redes img{
		width: 20px;
		margin: 3px 3px;
	}.barra-lateral{
		background-color: #4BB7E4;
		z-index: 2;
		height: 128px;
		width: 20px;
		right: 0;
		top: 0;
		position: absolute;
  		overflow: hidden;
  		transition: 2s ease;
	}.barra-lateral:before{
		content: "";
		position: absolute;
		bottom: 0;
		margin-left: -22px;
		margin-bottom: -22px;
		width: 40px;
		height: 40px;
		transform: rotate(-45deg);
		background-color: black;
	}
	/* Encabezado para el resto del sitio */
	.site-header {
		background-color: #000; /* Cambia esto al color que desees */
		transition: background 2s ease;
		transition: 2s ease;
		width: 100%;;
		z-index: 1;
		/* Otros estilos personalizados */
	}.site-header img{
		width: 200px;
		margin-top: 35px;
	}#masthead-center{
		max-width: 1400px;
		margin: 20px auto;
		display: flow-root;
	}.site-branding{
		float: left;
	}


	.custom-button {
		border: none;
		padding: 10px;
		cursor: pointer;
		position: absolute;
		z-index: 3;
		top: 50px;
		right: 33px;
	}
	
	.custom-button .bar {
		display: block;
		width: 25px; /* Ancho de las líneas */
		height: 3px; /* Grosor de las líneas */
		margin: 5px auto; /* Espaciado entre líneas y centrado */
		background-color: #fff; /* Color de las líneas */
		border-radius: 2px; /* Bordes redondeados */
	}
	
	/* Opcional: Cambiar el color de las líneas al pasar el mouse por el botón */
	.custom-button:hover .bar {
		background-color: #ccc;
	}

/* Navigation
--------------------------------------------- */

.main-navigation {
	display: block;
	float: right;
	width: auto !important;
	margin-top: 17px;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
	background: #000 !important;
    display: block;
    cursor: pointer !important;
    border-bottom: 1px solid #4BB7E4;
    border-left: 1px solid #4BB7E4;
    border-right: 1px solid #4BB7E4;
    padding-top: 10px;
    width: 300px;
    min-width: 100%;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
	position: relative;
    margin: 15px;
    margin-top: 30px;
	font-family: 'Azonix';
}
.main-navigation a{
	color: #fff;;
	display: block;
	text-decoration: none;
	transition: 0.5s ease;
	cursor: pointer;
}.main-navigation a:hover{
	color: #4BB7E4;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
	background: transparent;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

/* Movil
--------------------------------------------- */

@media screen and (max-width: 800px) {
	.circles-background{
		background: rgb(73,183,228);
		background: radial-gradient(circle, rgba(73,183,228,1) 0%, rgba(0,0,0,1) 70%);
		position: fixed;
		width: 300px;
		height: 300px;
		z-index: -1;
		opacity: 0.7;
	}#circles-background-left{
		left: -150px;
		top: 60%;
	}#circles-background-right{
		right: -150px;
		top: 20%;
	}.site-branding {
	  float: none;
	  margin: auto;
	  display: table;
	}.main-navigation {
		width: 100% !important;
		text-align: center;
	}
  }