/*
Template Name: AudioLanding
Copyright: @ WowThemesNet, https://www.wowthemes.net
Description: Sales landing page for audio files build upon Bootstrap 4
Version:1.0.0
License: https://www.wowfreebies.net/page/license
*/


.section-hero {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 100vh;   /* fallback */
	min-height: 100svh; /* mobile moderno */
}

.egitaraua {
	background-color: #cd3178;
	padding: 50px 20px 25px 20px;
}

.egitaraua h1, .egitaraua h2, .egitaraua b, .egitaraua p {
	color: #fff!important;
}

.section-hero {
	/*padding:80px 0 0;*/
	background-image:url(img/hero.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-attachment:inherit;
	background-position:50% 50%;
}

.section-hero:before {
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:linear-gradient(to right,#724c90,#cd3178);
	opacity:.9;
}

.container-egitaraua{
	padding: 50px 20px 25px 20px;
}

.btn-default-egitaraua {
	padding:10px 20px;
	border-radius:30px;
	color: #fff;
	background-color:#cd3178;
	border:0;
	margin:5px 5px 0 5px;
	display:inline-block;
	font-weight:300;
	margin-bottom: 10px;
	text-decoration: none;
}

.btn-default-egitaraua:hover {
	color: #fff;
	background-color:#724c90;
}

.social-icons-egitaraua a svg {
  width: 36px; /* ajusta si quieres */
  height: 36px;
  fill: #fff; /* negro */
  transition: fill 0.3s ease;
  text-decoration: none;
}




.section-hero ul, .container-egitaraua ul {
	display: inline-block;   /* clave */
	text-align: left;        /* texto normal */
	padding-left: 1.2em;     /* espacio correcto para el bullet */
}

.social-icons {
  display: flex;           /* fila */
  justify-content: center; /* centra los iconos horizontalmente */
  align-items: center;     /* centra verticalmente dentro de la línea */
  gap: 12px;               /* espacio entre iconos */
  margin-bottom: 20px;
}

.social-icons a {
  display: flex;           /* para que svg se centre dentro del a */
  align-items: center;     /* centra verticalmente */
  line-height: 0;
}


.social-icons svg {
  display: block;
  width: 32px;
  height: 32px;
}

.social-icons svg path {
  fill: #fff;
  transition: fill 0.3s ease;
  transform: translateY(2px); /* ajusta manualmente la posición del path */
}

.social-icons .youtube-icon, .social-icons .flickr-icon {
  width: 40px;
  height: 40px;
}

.social-icons .youtube-icon path, .social-icons .flickr-icon path {
  fill: white;
  transition: fill 0.3s ease;
}

.social-icons .youtube-icon:hover path {
  fill: #ff0000;
}

.social-icons .flickr-icon:hover path {
  fill: #0d65d3;
}



@media (max-width: 768px) {

	.section-hero {
		padding: 20px;
	}

	.section-hero img {
		max-width: 140px;
		margin-bottom: 30px;
	}

	.section-hero h1 {
		font-size: 1.2rem;
		line-height: 1.2;
	}

	.section-hero ul {
		font-size: 0.8rem;
		padding-left: 1.2em;
	}

	.section-hero .btn {
		font-size: 0.8rem;
		padding: 6px 12px;
	}
	p{
		font-size: 0.8rem;
	}
}






body {
	font-family:Poppins;
}
img {
	max-width:100%;
}
.badge {
	font-weight:400;
	font-family:arial;
}
blockquote {
	margin:0 0 1rem;
	font-style:italic;
}
cite {
	font-size:13px;
	display:inline-block;
}
h1,h2,h3,h4,h5,h6 {
	color:#222;
}
.showcursor:hover {
	cursor:pointer;
}
.modal .btn {
	border-radius:30px;
}
.dashme {
	border-bottom:1px dashed;
}
.letterspace {
	letter-spacing: 1px;
}





.section-hero .container,.section-hero .container h1,.section-hero .container h2,.section-hero .container h3,.section-hero .container h4 {
	color:#fff;
}
.spacer {
	width:80px;
	height:10px;
	background:linear-gradient(to right,#3987f4,#cd3178);
	margin-bottom:20px;
	margin-top:20px;
}
.section-hero .container a {
	font-weight: 700;
	color:#724c90;
}
.section-hero .container iframe {
	margin-top: 30px;
	border: 20px solid #fff;
	width: 400px;
	height: 400px;
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
}
.section-hero .btn-default, .section-hero .btn-success {
	padding:10px 20px;
	border-radius:30px;
	color: #724c90;
	background-color:#fff;
	border:0;
	margin:5px 5px 0 5px;
	display:inline-block;
	font-weight:300;
	margin-bottom: 10px;
}

.section-hero .btn-default:hover, .section-hero .btn-success:hover {
	color: #fff;
	background-color:#724c90;
}

.section-hero .btn-success {
	background-color:#f92c8b;
}
.section-hero .btn-default i,.section-hero .btn-success i {
	margin-right:3px;
}
section {
	padding:100px 0;
}

section#testimonials {
	background:linear-gradient(to right,#00d8ad,#d2aaf9);
}
section#testimonials .card {
	border:0;
}
.text-white {
	color:#fff;
}
.margin-bottom30 {
	margin-bottom:30px;
}
.margin-bottom40 {
	margin-bottom:40px;
}
.margin-bottom50 {
	margin-bottom:50px;
}
.fixedbottom {
	position:fixed;
	bottom:-8px;
	left:-5px;
	width:100%;
	display:none;
}
section.footer {
	text-align:center;
	background-color:#262626;
	color:#ccc;
	z-index:1;
	padding:30px 0;
	font-size:13px;
	position:relative;
}
section.footer a {
	color:#fff;
}
section.footer a:hover {
	color:#fff;
	text-decoration:unerline;
}
ul.footericons {
	list-style:none;
	margin:0;
	padding:0;
}
ul.footericons li {
	display:inline-block;
	font-size:17px;
	margin:0 5px;
}
@media (min-width:1200px){
	.section-hero {
		height:100vh;
		/*margin-bottom:140px;*/
	}
	
	section#about {
		padding-top:0;
	}
	.fixedbottom {
		display:block;
	}
	
}
@media (max-width:900px){
	section {
		padding:50px 0;
	}
}