/*
Theme Name: Kontrapulso
Theme URI: https://webvera.com
Author: Tu Nombre
Author URI: https://webvera.com
Description: Konrtrapulso, Un tema básico para WordPress.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kontrapulso.com
*/

@font-face {
  font-family: 'Potato';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://kontrapulso.com/wp-content/fonts/Potato_sans-Black.woff) format('woff');
}
@font-face {
  font-family: 'Life_is_okay';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://kontrapulso.com/wp-content/fonts/Life_Is_Okay.woff) format('woff');
}

body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
}

header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background-color: #000000;
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: transform 0.3s ease-in-out;
	z-index: 1000;
	max-width: 100vw;
}
.cont-header {
	position: relative;
	padding-left: 15px;
	padding-right: 15px;
	max-width: 1400px;
	background-color: #000;
	width: 100%;
	margin: 0 9%;
}
header #logo {
    top: 15px;
    float: left;
    margin: 0;
}
#logo {
    position: relative;
    float: left;
    z-index: 9;
}

footer {
	background: #333;
	color: #fff;
	padding: 10px 0px;
	text-align: center;
	margin-top: 20px;
	position: absolute;
	bottom: 0px;
	width: 100%;
}
.page {
	position: absolute;
	width: 100%;
	min-height: 100vh;
}
.content {
	min-height: 100vh;
	position: relative;
}
header a {
	color: white;
	text-decoration: navajowhite;
}
footer a {
	color: #f7d03a;
	text-decoration: underline #b7720b;;
}
.life-is-okay {
	font-family: 'Life_is_okay';
	letter-spacing: 1px;
}
.super-grande {
	font-size: 10vw !important;
	margin: auto;
	line-height: 8vw;
	font-family: 'Potato';
	letter-spacing: 1px;
}
.scrim {
	background-color: #fb0 !important;
}
.margin-0 {
	margin: 0px;
}
.display-none {
	display:none !important;
}
.carteles-allo {
	padding: 0px 15%;
	background: rgb(252, 185, 0);
}
.page main article {
	padding: 10px;
	margin: 15%;
	background: #f0f8ffe0;
	text-shadow: 1px 1px 4px rgba(255, 255, 255, 0.9);
}
.galeria {
	padding: 10px;
	margin: 100px 5%;
	
}
#contenedor-anios {
	margin-bottom: 0px;
}
	
.botones-anios-galeria {
	flex-basis: 30$ !important;
	width: 105px;
	flex: unset !important;
}

.anios-galeria a {
	font-family: 'Apotek-Cond-Regular';
	color: #FFFFFF;
	text-decoration: none;
	padding: 0 10px 20px;
	background: #1a1a1a;
	border: 1px solid #353535;
	border-radius: 10px;
}
.anios-galeria {
	margin: 0;
}
.cartela-galeria-portada {
	padding: 1.25em 2.375em 0;
}
@media screen and (max-width: 650px){
	.has-large-font-size strong {
		font-size: 20pt;
	}
	.has-x-large-font-size strong {
		font-size: 20pt;
	}
	.super-grande strong {
		font-family: 'Potato';
		font-size: 12vw !important;
	}
	.page main article {
		padding: 10px;
		margin: 20% 5% 130px;
		background: #f0f8ffe0;
	}
	#content main article iframe {
		height: 4600px !important;
	}
}