@charset "utf-8";
/*@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');
*/

.ostern_thumb {
    cursor: pointer;  /* Cambia el cursor al pasar por encima */
}

.ostern_thumb:hover {
    opacity: 0.6;        /* ligero oscurecimiento */
    transition: all 0.2s;
}

.color-primary {
	color: #f26522;
}

/* Global things */
html,
html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	scroll-behavior: smooth;
}
header {
	font-family: "Raleway Regular", "Gill Sans";
	font-weight: 800;
	background-color: #12151b;
	width: 100%;
	position: fixed;
	z-index: 10;
	top: 0;
}
main, footer {
	margin-left: auto;
	margin-right: auto;
	font-family: "Merriweather light", Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
}
h1 {
	font-family: "Raleway Black";
	font-size: 13pt;
	color: #252525;
	letter-spacing: 2.5px;
	margin-bottom: 0.4em;
}
h2 {
	font-family: "Raleway Black";
	font-size: 13pt;
	font-weight: bold;
	color: #252525;
	margin-bottom: 0.4em;
}
h3 {
	font-size: 12pt;
	color: #707273;
	margin-bottom: 1em;
	text-align: center;
	font-weight: normal;
}
h4 {
	font-size: 11pt;
	line-height: 1.6;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	color: #f26522;
}
h5 {
	font-family: "Raleway Bold";
	color: #f26522;
	font-size: 10pt;
	letter-spacing: 1.5px;
	line-height: 2em;
}
h6 {
	color: #707273;
	font-family: "Raleway Black";
	font-size: 11pt;
	margin-bottom: 4pt;
}
p, textarea {
	font-size: 11pt;
	line-height: 1.6;
	color: #707273;
	text-align: justify;
	margin-bottom: 6pt;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.p-header {
	font-size: 12pt;
	text-indent: 0pt;
	font-style: italic;
	margin-bottom: 15pt;
}
.p-desc {
	text-indent: 12pt;
}
span {
	color: #f26522;
}
mark {
	background-color: #ffcba8;
	border-radius: 4px;
}
hr {
	border: solid #f26522;
	border-width: 3px 0 0;
	width: 110px;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}

.padded {
	padding-right: 20px;
	padding-left: 20px;
}

.carouselimg{
	max-width: 100%;
	max-height: 500px;
}
.is-active {
	border-color: red;
}

.bigtitle {
	font-size: 35px;
	letter-spacing: 0.15em;
}

/*LINKS*/
a, a:visited{
	color: #f26522;
	text-decoration: none;
}
a:hover {
	color: black;
	cursor: pointer;
}

/* NAVIGATION BAR */
.topnav p {
	margin-bottom: 0;
	font-family: "Raleway Regular";
	font-size: 10pt;
}
.topnav {
  	overflow: hidden;
	justify-content: space-between;
}
.topnav a {
  	float: left;
  	display: block;
  	text-align: center;
  	text-decoration: none;
	color: #c0cdd1;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
}
.topnav a.nav-list {
	background-color: #262d3a;
	padding-left: 20px;
}
.topnav .logo {
	color: white;
	padding: 20px 10px 20px 10px;
	font-size: 10pt;
    line-height: 1.6;
	text-align: justify;
	letter-spacing: 2px;
}

.topnav a p {
	padding: 20px 10px 20px 10px;
	border-top: 1px dotted #454C58;
}
.topnav a p.no-border-top {
	border-top: 0px;
}
.topnav a p.no-border-bottom {
	border-bottom: 0px;
}
.topnav a p:hover {
  color: white;
}
.topnav .icon {
	padding: 20px;
	font-size: 14px;
	color: white;
	display: none;
	height: 61px;
	background-color: #f26522;
}

/* QUOTE */
.small-quote {
	float: right;
	font-style: normal;
	font-weight: bold;
	font-size: 10pt;
	margin-top: 1pt;
	color: #707273;
}
.blockquote {
	margin-top: 30px;
	padding-top: 10pt;
	padding-left: 6pt;
	padding-right: 6pt;
	padding-bottom: 60px;
	position: relative;
}
.blockquote p {
    font-size: 12pt;
	text-align: center;
	font-style: italic;
}
.blockquote span {
	text-align: right;
	float: right;
	font-style: normal;
	font-weight: bold;
	font-size: 10pt;
	margin-top: 1pt;
	color: #707273;
}
.blockquote:before {
  position: absolute;
  font-family: 'FontAwesome';
  top: 0;
  left: 0;
  content:"\f10d";
  font-size: 50px;
  color: rgba(0,0,0,0.1);
   
}

.blockquote::after {
    content: "";
    bottom: 30px;
    left: 50%;
    margin-left: -100px;
    position: absolute;
    border-bottom: 3px solid #f26522;
    height: 3px;
    width: 200px;
}

/* BUTTONS */
.button {
	width: 100%;
	color: #494949;
	text-transform: uppercase;
	background: #fff;
	padding: 20px;
	border-radius: 5px;
	border: 2px solid #494949;
	font-family: 'Raleway Black';
	letter-spacing: 0.1em;
}
.button:hover {
	color: #fff;
	background-color: #f26522;
	transition: all 0.2s ease 0s;
	border-color: #f26522;
}

/* HERO */
.hero{
	background-image: url("../images/Cover_OSTERN.webp");
	background-size: cover;
	background-position: center;
	height: 400px;
}
.hero-video {
	background-color: black;
	position: relative;
	background-image: none;
}
.hero-video video {
	display: block;
	margin: 0 auto;
	height: 100%;
	width: 100%;
}
.hero-img {
	background-image: url("../works/oval/tophero2.jpg");
}
ro-text-container {
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	margin-bottom: 0.5em;
}
.hero-text-container h1 {
	color: white;
	font-weight: normal;
	font-size: 20pt;
	letter-spacing: 2.5px;
	margin-bottom: 0.1em;
}
.hero-text-container h2 {
	color: white;
	font-weight: normal;
	font-size: 12pt;
	letter-spacing: 2.5px;
}

/* SECTIONS */
.section {
	text-align: center;
	padding: 60px 0px 0px 0px;
}
.anchor {
	margin-top: -50px;
	height: 50px;
	display: block;
	visibility: hidden;
}

/* PORTFOLIO */
.portfolio-item {
	position: relative;
}
.portfolio-item img {
	width: 100%;
	display: block;
	height: auto;
}
.portfolio-item:hover .overlay {
	opacity: 1;
}
.overlay {
	position: absolute;
	top: 0;
  	bottom: 0;
  	left: 0;
  	right: 0;
  	height: 100%;
  	width: 100%;
  	opacity: 0;
  	transition: .5s ease;
  	background-color: #f26522;
}
.overlay-text {
	text-transform: uppercase;
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	-webkit-transform: translate(-50%, -50%);
  	-ms-transform: translate(-50%, -50%);
  	transform: translate(-50%, -50%);
}
.overlay-text h1 {
	color: white;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0px;
	margin: 0;
}
.overlay-text p {
	color: #fbcab3;
	text-align: center;
	font-size: 10pt;
	margin: 0;
}

/* ARTIST */
.light-gray{
	width: 100%;
	background-color: #ecf0f1;
}
.artist img {
	border-radius: 50%;
	max-width: 250px;
	float: center;
}
.artist {
	padding-bottom: 20px;
}
.artist-description {
	margin: 0px 20px 0px 20px;
	float: center;
	text-align: center;
}
.artist-description h1 {
	margin-top: 20px;
}
.artist-description p {
	box-sizing: border-box;
	display: block;
}

/* NEWS */
.news {
	background-image: url("../images/OSTERN_news_bg.webp");
	background-size: cover;
	background-position: center;
	min-height: 400px;
}
.news-item {
	margin: 20px;
	height: 200px;
	min-height: 0px;
}

.news h1, .news p, .news h3, .news h6{
	color: #fffcfb;
}
.news h5, .news h6, .news em {
	text-align: left !important;
}
.news em {
	color: #707273;
	font-family: 'Merriweather light';
}
.column-news-item {
	text-align: left;
	text-justify: none;
	line-height: normal !important;
	margin-bottom: 6pt;
}
.column-news-item p, .column-news-item h5, .column-news-item h6 {
	text-justify: none;
	display: inline;
	line-height: normal !important;
}
.column-news-item p {
	font-size: 10pt;
}

/* BLACK SECTION */
.black-section {
	background-color: black;
	background-size: cover;
	background-position: center;
	min-height: 400px;
}
.black-section h1, .black-section p, .black-section h3, .black-section h6{
	color: #fffcfb;
}

/* CONTACT */
.contact {
	background-color: #12151b;
}
.contact h1, .contact p {
	color: white;
}
.horizontal-margin {
	margin-left: 10px;
	margin-right: 10px;
}
.contact input {
	width: 100%;
	padding: 15px 20px 15px 20px;
	margin: 10px 0px 10px 0px;
	box-sizing: border-box;
	border: 3px solid #707273;
	border-radius: 4px;
	background-color: transparent;
	font-size: 10pt;
	color: white;
}
.contact input::placeholder{
	text-transform: uppercase;
	color: #707273;
	letter-spacing: 2.5px;
	font-size: 9pt;
}
.contact input[type=submit]{
	border: 3px solid #f26522;
	color: #f26522;
	font-weight: bold;
	letter-spacing: 2.5px;	
}
.contact input[type=submit]:hover{
	background-color: #f26522;
	color: white;
}
.contact textarea::placeholder {
	text-transform: uppercase;
	color: #707273;
	letter-spacing: 2.5px;
	font-size: 9pt;
}
.contact textarea {
	width: 100%;
	padding: 15px 20px 15px 20px;
	margin: 10px 0px 10px 0px;
	box-sizing: border-box;
	border: 3px solid #707273;
	border-radius: 4px;
	background-color: transparent;
	min-height: 200px;
	color: white;
	font-size: 10pt;
	line-height: 1.6;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
}

/* FOOTER */
.footer {
	padding: 20px 20px 20px 20px;
	background-color: #0e1015;
	letter-spacing: 1px;
}
.footer p {
	margin: 0 auto;
	text-align: center;
	font-size: 10pt;
}
.footer a {
	color: white;
}
.footer a:hover {
	color: red;
}

/* Rows and columns*/
.col {
	width: 100%;
}
.row:before, .row:after {
	content: "";
	display: table;
}
.row:after {
	clear: both;
}

.black-bg {
	background-color: #000000;
}

/* AUDIO */
audio {
    width: 100%;
    height: 30px;
}
.audio-container {
	margin-top: 20px;
	margin-bottom: 20px;
}

.warning {
	background-color: #f26522;
	padding: 20px;
	text-align: center;
	color: white;
	font-family: "Raleway Regular";
}

.warning mark {
	font-family: "Raleway Bold";
	background-color: transparent;
	color: white;
}

/* The snackbar - position it at the bottom and in the middle of the screen */
#snackbar {
  opacity: 0;
  min-width: 250px;
  margin-left: -125px;
  background-color: #12151bdd;
  color: #fff;
  text-align: center;
  border-radius: 0.5rem;
  padding: 16px;
  position: fixed;
  z-index: 1;
  right: 16px;
  bottom: 30px;
  transition: opacity 0.5s, bottom 0.5s;
}

#snackbar.show {
  opacity: 1;
  bottom: 50px;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}

/* ------------------------------------- PHONE ---------------------------------------- */
@media screen and (max-width: 768px) {
	.topnav a:not(:first-child) {display: none;}
	.topnav a:first-child {padding-left: 20px;}
	.topnav a.icon {
	  float: right;
	  display: block;
	}
	.topnav.responsive {position: relative;}
	.topnav.responsive .icon {
	  position: absolute;
	  right: 0;
	  top: 0;
	}
	.topnav.responsive a {
	  float: none;
	  display: block;
	  text-align: left;
	}

	.bigtitle {
		font-size: 1.5em;
	}
	.button, .blockquote, .audio-container {
		margin-top: 20pt;
	}

	.column-news-wrapper {
		margin-bottom: 20pt;
	}

	.work-section {
		padding-bottom: 20pt;
	}

	/* News */
	.news-item {
		min-height: auto;
		height: auto;
	}
}


/* ------------------------------------- TABLET ---------------------------------------- */
@media (min-width: 768px) {
	/* Navigation */
	.topnav {
		max-width: 768px;
		margin-left: auto;
		margin-right: auto;
	}	
	.topnav a.nav-list {
		background-color: transparent;
	}
	.topnav a p {
		border: 0px;
	}
	/* Sections*/
	.section{
		max-width: 768px;
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 30px;
	}
	.anchor {
		height: 60px;
		margin-top: -60px;
	}
	/* Hero */
	.hero{
		height: 500px;
	}
	/* Portfolio */
	.portfolio-item {
		margin: 10px 5px 10px 5px;
	}
	/* Artist */
	.artist{
		max-width: 768px;
	}
	#artist {
		padding-bottom: 0;
	}
	#artist img {
		float: right;
	}
	.artist-description {
		float: left;
		text-align: left;
		padding-bottom: 30px;
	}
	.artist-description h1 {
		margin-top: 0px;
	}
	/* Footer */
	.footer{
		padding-top: 60px;
	}
	/* Columns */
	.col-md-one-half {
		width: 50%;
	}
	.col-md-one-third {
		width: 33.33%;
	}
	.col-md-two-third {
		width: 66.66%;
	}
	.col{
		float:left;
	}
	/* News */
	.news-item {
		min-height: 200px;
		height: auto;
	}
}

/* ----------------------------------- DESKTOP ------------------------------------------ */
@media (min-width: 1024px){
	/* Sections */
	.section {
		max-width: 1200px;
	}
	/* Hero */
	.hero{
		height: 700px;
	}
	
	.hero-video video {
		position: absolute;
		left: 0px;
	}

	.hero-text-container {
		position: relative;
		display: table;
		height: 100%;
		float: right;
	}
	.hero-text-box {
		vertical-align: middle;
		display: table-cell;
	}

	/* Artist */
	.artist-description {
		max-width: 768px;
	}
	/* Columns */
	.col-lg-one-fifth {
		width: 20%;
	}
	.col-lg-one-third {
		width: 33.33%;
	}
	.col-lg-two-third {
		width: 66.66%;
	}
	/* News */
	.news-item {
		min-height: 200px;
		height: 200px;
	}
}

