@font-face {
  font-family: 'EuphemiaRegular';
  src: url('../fonts/EuphemiaRegular.ttf') format('truetype');
  /* Agregar aquí otros formatos compatibles */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Optimus Princeps';
  src: url('../fonts/OptimusPrinceps.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Optimus Princeps Semibold';
  src: url('../fonts/OptimusPrincepsSemiBold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Sansumi-Regular';
  src: url('../fonts/sansumi/Sansumi-DemiBold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: 'EuphemiaRegular', sans-serif;
  font-size: 16px;
}

h1, h2, h3{
  font-family: 'Sansumi-Regular', sans-serif;
  font-weight: bold;
}

p{
  font-family: 'EuphemiaRegular', sans-serif;
}

header .title {
  font-family: 'Optimus Princeps Semibold', sans-serif;
  font-size: 4em;
  user-select: none;
}

.clear:after {
  content: ' ';
  display: table;
}

.clear {
  *zoom: 1;
}
 
.main-container{
  overflow: hidden;
}

#intro{
  background-image: url(../img/background2.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

/* sticky menu */
#navbar {
  overflow: hidden;
  background-color: #000;
  /* background-image: linear-gradient(to right, #27292c 0%, transparent 50%); */
  background-size: contain;
  z-index: 10000;
}

#navbar a {
  float: right;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px;
  text-decoration: none;
  transition: transform 0.3s ease;
  cursor: pointer;
}

#navbar a:hover{
  color: #b98e30;
  background: #1a1a1a;
  transform: scale(1.1);
}

.content {
  padding: 16px;
}

/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  right: 10px;
  width: 100%;
  background-color: #00000061 !important;
}

.sticky a{
  padding: 10px !important;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
  padding-top: 60px;
}
/* END Sticky menu*/

.wrapper {
  width: 100%;
  max-width: 1000px;
  margin: auto;
 /* padding: 60px; */
  margin-top: 0px;
}

.wrapper p{
  font-size: 15px;
  font-weight: 300;
  margin-top: 20px;
  text-align: justify;
}

.download-button {
  display: inline-block;
  padding: 15px 30px;
  background-color: #333;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
  position: relative;
  float: right;
}

.download-button:hover {
  background-color: #555;
}

.download-button i {
  font-size: 18px;
  margin-right: 5px;
  transition: font-size 0.3s ease, color 0.3s ease;
}

.download-button:hover i {
  font-size: 20px;
  color: #ff9900;
}

/* SLIDER*/

/* Estilo para el contenedor del slider */
.slider {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

/* Estilo para el contenido del slider */
.slider-content {
  position: relative;
  height: 600px;  
}

.slider-content img {
  width: 100%;
  object-fit: contain;
  display: none;
}

.slider-content img:first-child {
  display: block;
}

/* Estilo para la navegación del slider */
.slider-nav {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
}

.slider-nav button {
  width: 20px;
  height: 20px;
  margin: 0 5px;
  border: none;
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
  float: right;
}

.slider-nav button:focus {
  outline: none;
}

.slider-nav button.active {
  background-color: #000;
}

/* button */
.button-p {
  border: none;
  color: white;
  padding: 3px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
  border-radius: 5px;
}

.button-p a{
  color:#fff;
}

.button2 {
  background-color: white; 
  color: black; 
  border: 2px solid #008CBA;
}

.button2:hover {
  background-color: #008CBA;
  color: white;
}

.button3 {
  float: right;
  background-color: #337ab7;
  color: #fff;
  border-radius: 4px;
  padding: 10px 20px;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s ease-in-out;
  margin-right: 50px;
}

.button3:hover {
  background-color: #23527c;
}

.button3:active {
  background-color: #337ab7; /* color de fondo deseado */
}


/* card */
.card-container{
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
  bottom: 8px;
}

.card {
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
  transition: 0.3s;
  width: 35%;
  height: 95%;
  background: #e2e2e2e2;
  border-radius: 10px;
  padding: 10px;
}

.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.contenedora {
  padding: 2px 16px;
}

/* docencia / imagenes de docencia */

  /*docencia*/
 .docencia-whatsapp {
text-align: center
}

.CSSgal {
	position: relative;
	overflow: hidden;
	height: 100%; /* Or set a fixed height */
}

/* SLIDER docencia*/

.CSSgal .slider-docencia {
	height: 100%;
	white-space: nowrap;
	font-size: 0;
	transition: 0.8s;
}

.slider-docencia header{
  margin-top: 5%;
}

/* SLIDES */

.CSSgal .slider-docencia > * {
	font-size: 1rem;
	display: inline-block;
	white-space: normal;
	vertical-align: top;
	height: 100vh;
	width: 100%;
	background: none 50% no-repeat;
	background-size: cover;
}


.CSSgal .prevNext {
	position: absolute;
	z-index: 1;
	top: 50%;
	width: 100%;
	height: 0;
}

.CSSgal .prevNext > div+div {
	visibility: hidden; /* Hide all but first P/N container */
}

.CSSgal .prevNext a {
	background: #fff;
	position: absolute;
	width:       60px;
	height:      60px;
	line-height: 60px; /* If you want to place numbers */
	text-align: center;
	opacity: 0.7;
	-webkit-transition: 0.3s;
					transition: 0.3s;
	-webkit-transform: translateY(-50%);
					transform: translateY(-50%);
	left: 0;
}
.CSSgal .prevNext a:hover {
	opacity: 1;
}
.CSSgal .prevNext a+a {
	left: auto;
	right: 0;
}

/* NAVIGATION */

.CSSgal .bullets {
	position: absolute;
	z-index: 2;
	bottom: 0;
	padding: 10px 0;
	width: 100%;
	text-align: center;
}
.CSSgal .bullets > a {
	display: inline-block;
	width:       30px;
	height:      30px;
	line-height: 30px;
	text-decoration: none;
	text-align: center;
	background: rgba(255, 255, 255, 1);
	-webkit-transition: 0.3s;
					transition: 0.3s;
}
.CSSgal .bullets > a+a {
	background: rgba(255, 255, 255, 0.5); /* Dim all but first */
}
.CSSgal .bullets > a:hover {
	background: rgba(255, 255, 255, 0.7) !important;
}

/* NAVIGATION BUTTONS */
/* ALL: */
.CSSgal >s:target ~ .bullets >* {      background: rgba(255, 255, 255, 0.5);}
/* ACTIVE */
#s1:target ~ .bullets >*:nth-child(1) {background: rgba(255, 255, 255,   1);}
#s2:target ~ .bullets >*:nth-child(2) {background: rgba(255, 255, 255,   1);}
#s3:target ~ .bullets >*:nth-child(3) {background: rgba(255, 255, 255,   1);}
#s4:target ~ .bullets >*:nth-child(4) {background: rgba(255, 255, 255,   1);}
#s5:target ~ .bullets >*:nth-child(5) {background: rgba(255, 255, 255,   1);}
#s6:target ~ .bullets >*:nth-child(6) {background: rgba(255, 255, 255,   1);}

/* More slides? Add here more rules */

/* PREV/NEXT CONTAINERS VISIBILITY */
/* ALL: */
.CSSgal >s:target ~ .prevNext >* {      visibility: hidden;}
/* ACTIVE: */
#s1:target ~ .prevNext >*:nth-child(1) {visibility: visible;}
#s2:target ~ .prevNext >*:nth-child(2) {visibility: visible;}
#s3:target ~ .prevNext >*:nth-child(3) {visibility: visible;}
#s4:target ~ .prevNext >*:nth-child(4) {visibility: visible;}
#s5:target ~ .prevNext >*:nth-child(5) {visibility: visible;}
#s6:target ~ .prevNext >*:nth-child(6) {visibility: visible;}
/* More slides? Add here more rules */

/* SLIDER ANIMATION POSITIONS */

#s1:target ~ .slider-docencia {transform: translateX(   0%); -webkit-transform: translateX(   0%);}
#s2:target ~ .slider-docencia {transform: translateX(-100%); -webkit-transform: translateX(-100%);}
#s3:target ~ .slider-docencia {transform: translateX(-200%); -webkit-transform: translateX(-200%);}
#s4:target ~ .slider-docencia {transform: translateX(-300%); -webkit-transform: translateX(-300%);}
#s5:target ~ .slider-docencia {transform: translateX(-400%); -webkit-transform: translateX(-400%);}
#s6:target ~ .slider-docencia {transform: translateX(-500%); -webkit-transform: translateX(-500%);}
/* More slides? Add here more rules */


/* YOU'RE THE DESIGNER! 
   ____________________
   All above was mainly to get it working :)
   CSSgal CUSTOM STYLES / OVERRIDES HERE: */

.CSSgal{
	color: rgb(77 37 9 / 90%);
	text-align: inherit;
}
.CSSgal .slider-docencia h2 {
	/* margin-top: 24vh; */
	/* font-weight: 200;
	letter-spacing: -0.06em;
	word-spacing: 0.2em; */
	font-size: 2em;
}
.CSSgal a {
	border-radius: 50%;
	margin: 0 3px;
	color: rgba(0,0,0,0.8);
	text-decoration: none;
}
/*galeria audiovisual*/
.wrapper .slideInUp h1 {
  text-align: center;
  font-size: 3em;
  margin-top: 5%;
  background-color: #b98e30;
  border-radius: 6px;
  color: white;
}
/*galeria*/

.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

.gallery-item {
  width: calc(33.33% - 10px);
  margin-bottom: 20px;
  cursor: pointer;
}

.gallery-item img {
  width: 300px; /* Ancho deseado */
  height: 200px; /* Altura deseada */
  object-fit: cover; /* Ajuste de la imagen */
  transition: transform 0.3s ease-in-out;
}

.gallery-item img:hover,
.gallery-item img:focus {
  transform: scale(1.1);
}

@media screen and (max-width: 767px) {
  .gallery-item {
    width: calc(50% - 10px);
  }
}

@media screen and (max-width: 480px) {
  .gallery-item {
    width: 100%;
  }
}

/*tienda*/
#tienda h1 {color: #fff}

#l1 img{
  width: 300px;
    height: 450px;
}

#r1 img{
  width: 300px;
  height: 450px;
}

#img-discos:hover 
{filter: opacity(.5);
}

/*LIBRO*/

.wrap-libro{
  margin-top: 5%;
  margin: 0 5%;
  height: 100vh;
}

.contenedor-padre{
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
  width: 100%;
  background-image: linear-gradient(to bottom, #9e9e9f, rgb(204 159 27 / 80%));
  color: #000000;
  padding: 3% 0px;
}

.contenedor-hijo{
  padding-right: 15px;
  padding-left: 15px;
}

#hijo1{
  width: 24%;
}

#hijo2{
  width: 49%;
}
.texto-book{
  text-align: justify
}

#hijo3{
    /* background-color: rgb(44 124 190); */
    border-radius: 10px;
    /* width: 24%; */
    /* border: 1px #D5D9D9 solid; */
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

#reseña{
  color: #e2e2e2;
  text-align: justify;
  text-align: end;
}
#formas-de-compra h2{
  background-color: #e2e2e2;
  text-align: center;
  border-radius: 5px;
}
#libro-fisico {
  background-color: #e2e2e2;
  text-align: center;
  border-radius: 5px;
}
#ebook{
  background-color: #e2e2e2;
  text-align: center;
  border-radius: 5px;
}

.autor-book h4 {
  text-align: end;
}


#titutlo-libro{
  text-align: center;
  font-size: 3em;
  margin-top: 5%;
  background-color: #b98e30;
  border-radius: 6px;
}

#img-libro{
  object-fit: contain;
 /* height: 70%;*/
}

/* #libro-fisico h5{ 
  background-color: #ba0095;
}*/

h4.titulo-book .autor-book{
  padding: 10px 0;
  margin: 0 0 10px;
  border-top: 1px solid #d3d3d3;
  border-bottom: 1px solid #00b439;
}

h2.titulo-book{
  padding: 10px 0;
  margin: 0 0 10px;
  border-top: 1px solid #d3d3d3;
  border-bottom: 1px solid #00b439;
}
/* section background*/
#main > article{
  background-color: #a7b5c4;
  background-image: url(../img/fondo1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

/* Estilo para la sección de contacto */
#contacto-ap {
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  border-radius: 10px;
  margin: 20px auto;
  max-width: 780px;
  text-align: center;
}

.contacto-item {
  margin-bottom: 15px;
  line-height: 2.5; 
}

label {
  display: block;
  font-weight: bold;
}

/* Estilos responsivos */
@media (max-width: 768px) {
  #contacto-ap {
    padding: 10px;
    margin: 10px auto;
    max-width: 100%;
  }
}

/* acerca de mí */
.imagen-bio img {
  width: 100%;
  width: 100%; 
}
.imagen-bio{
  width: 100%;
  /* margin: -120px 0 0 0; */
}
.texto-bio {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  width: 100%;
  text-align: justify;
  padding: 0 50px;
  background-image: linear-gradient(to bottom, #9e9e9f, rgb(136 192 236 / 80%));
  align-items: flex-end;
}

.texto-bio-resume{
  overflow: auto;
}

/* Estilos para la barra de desplazamiento */
.texto-bio-resume::-webkit-scrollbar {
  width: 10px;
}

.texto-bio-resume::-webkit-scrollbar-track {
  background-color: #9e9e9f;
}

.texto-bio-resume::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 3px;
}

.texto-bio-resume::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}

.texto-bio h1 {
  text-align: center;
}
.texto-bio h2{
  text-align: center;
}
.texto-bio h3{
  
  font-style: italic;
}
.contenedor-bio{
  justify-content: space-between;
  display: flex;
}

.section-disco{
  display: flex;
  justify-content: space-between; 
 
}

/* social bar*/
.social-bar{
  position: fixed;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
}

.social-bar .item {
  padding: 10px 10px 10px 25px;
  color: white;
  font-size: 30px;
  text-align: center;
  transition-duration: 100ms;
  transition-timing-function: ease-in-out;
}

 
.social-bar .item:hover{
  transform: translate(15px);
  /*opacity: 0.9;*/
}

.social-bar .red-facebook{
  background: #3b5998; 
}

.social-bar .red-spotify{
  background:	#1DB954;
  border-top-right-radius: 10px; 
}

.social-bar .red-instagram{
  background: linear-gradient(45deg, #fcb045, #fd1d1d, #833ab4);
}
.social-bar .red-bandcamp{
  background:#629aa9; 
}

.social-bar .red-youtube{
  background:#c4302b; 
}

.social-bar .red-substack{
    background: #ff6719;
    padding: 0;
    display: flex;
    flex-direction: row-reverse;
    border-bottom-right-radius: 10px;
}

.social-bar .red-substack img{
    height: 60px;
    padding: 0px;
    object-fit: contain;
    width: auto;  
 }

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}


button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*color de section en el texto principal*/

html {
  color: rgb(235, 227, 227);
  font-size: 1em;
  line-height: 1.4;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;

}

 /*subtitulo (principal)*/
.subtitulo{
  position: absolute;
  color: #e7dad3;
  text-decoration: none;
  z-index: 2;
  bottom: 10%;
  width: 300px;
  right: 5%;
  font-style: italic;
 }

.wrapper {
  width: 80%;
}

.bio-wrapper{
  width: 100%;
  padding: 100px 0 0;
  max-width: 100%;
}

/* Make the body 100% of the browser viewport height */

html,
body {
  height: 100%;
  margin: 0;
  font-family: 'EuphemiaCAS', sans-serif;
  background: #070508;
}

h1 {
  font-size: 2em;
  margin-top: 0;  
  font-weight: 700;
}

h3 {
  font-family: 'EuphemiaRegular';
}

.header-container {
  text-align: left;
  color: #c2bcb9;
}

.header-container .wrapper {
  padding-top: 120px;
  z-index: 2;
  position: relative;
}

.header-container .bcg {
  -webkit-transition: -webkit-transform 4s ease-out;
  transition: transform 4s ease-out;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
}

.header-container.is-loaded .bcg {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.bcg {
  background: no-repeat center center;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.header-container .bcg {
  background-image: url(../img/gallery/foto2.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}


/* =Navigation */
ul.horizontal-nav {
  position: absolute;
  right: 1%;
  top: 5%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  z-index: 100;
}
 
/* para cambiar el color del munú horizontal ----------------- */

.horizontal-nav a {
  display: block;
  line-height: 25px;
  position: relative;
  padding-right: 20px;
  color: #be8d05ee  ;
  text-decoration: none;
}

.horizontal-nav a:hover {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.horizontal-nav .nav-horizontal {
  display: block;
  width: auto;
  height: 10px;
  position: absolute;
  right: 0;
  top: 50%;
}


.horizontal-nav ul {
  margin: 0;
  padding: 0;
}

.horizontal-nav li {
  width: auto;
  list-style: none;
  display: inline-block;
}



/* =Navigation Dots */
#nav-dots {
  display: none;
  position: fixed;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: right;
  z-index: 80;
}

#nav-dots a {
  display: block;
  line-height: 25px;
  position: relative;
  padding-right: 20px;
  color:white;
  text-decoration: none;
}

#nav-dots a:hover .nav-label {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

#nav-dots .nav-dot {
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 0;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

#nav-dots .nav-label {
  display: block;
  opacity: 0.5;
  visibility: hidden;
  -webkit-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  transform: translateX(-10px);
  -webkit-transition: all 0.2s cubic-bezier(.17, .67, .83, .67);
  transition: all 0.2s cubic-bezier(.17, .67, .83, .67);
}

#nav-dots.is-dark a {
  color: #212121;
}

#nav-dots.is-dark .nav-dot {
  background-color: rgba(0, 0, 0, 0.5);
}

#nav-dots.is-light a {
  color: #ffffff;
}

#nav-dots.is-light .nav-dot {
  background-color: rgba(255, 255, 255, 0.5);
}

#nav-dots ul {
  margin: 0;
  padding: 0;
}

#nav-dots li {
  width: auto;
  list-style: none;
}

.scroll-hint {
  color: #212121;
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 10px 40px;
  border: 3px #ffffff solid;
  font-size: 13px;
  font-weight: bold;
  font-family: 'EuphemiaCAS', sans-serif;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 2;
}

/* =Main  (siento que aqui esta el problema)*/

p {
  font-size: 16px;
}

.fs {
  height: 100vh;
}

.slide {
  color: #ffffff;
  position: relative;
}

.slide .wrapper {
  padding-top: 30px;
  text-align: center;
  position: relative;
  z-index: 2;
}

.slide#slide01 .wrapper {
  position: absolute;
  top: 10%;
}

.slide#slide02 .wrapper {
  position: absolute;
  bottom: 10%;
}

.slide#slide03 .button {
  border-color: #ffffff;
  color: #212121;
  background-color: rgba(255, 255, 255, 0.9);
}

.slide#slide03 .button:hover {
  border-color: #212121;
  background-color: #212121;
  color: #ffffff;
}

.slide#slide03 .wrapper {
  padding-top: 100px;
}

.slide#slide04 {
  background-color: #2c7cbe;
}

.button {
  text-decoration: none;
  color: #ffffff;
  border: 1px rgba(255, 255, 255, 0.7) solid;
  padding: 8px 15px;
  margin-top: 15px;
  display: inline-block;
  position: relative;
}

.button:hover {
  border-color: #ffffff;
  background-color: #ffffff;
  color: #000000;
}


/* =Content Block */

.content-block {
  background-color: #212121;
  color: #0d1526;
}

.content-block .wrapper {
  text-align: center;
}

.no-touch .content-block .wrapper {
  visibility: hidden;
  opacity: 0;
}

.no-touch .content-block.is-active .wrapper {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* Estilos del footer */

.footer-container {
  background-image: linear-gradient(to bottom, #000010, #333);
  padding: 20px 0;
}


.wrapper-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}


.footer-limit {
  width: 100%;
}

.footer-social,
.footer-menu {
  margin-top: 20px;
}

.footer-social ul,
.footer-menu ul {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-social ul li,
.footer-menu ul li {
  margin: 0 10px;
}

.footer-social ul li a,
.footer-menu ul li a {
  display: block;
  font-size: 20px;
  color: #666;
  transition: color 0.3s ease;
}

.footer-social ul li a:hover,
.footer-menu ul li a:hover {
  color: #333;
}

.credit-wrapper {
  margin-top: 20px;
  text-align: center;
}

.creditfooter {
  font-size: 14px;
  color: #666;
  line-height: 10;
}

/* =Simple animation up */

.no-touch .slideInUp {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.9s ease-out;
  transition: all 0.9s ease-out;
  -webkit-transform: translate3d(0, 150px, 0);
  transform: translate3d(0, 150px, 0);
}

.no-touch .is-active .slideInUp {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slideInUp.slideInUp2 {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.slideInUp.slideInUp3 {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.slideInUp.slideInUp4 {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

#iht_logo {
  width: 100px;
  margin-bottom: 30px;
}


/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 768px) {
  body {
    font-weight: 100;
  }
  h1 {
    font-size: 3em;
  }
  p {
    font-size: 20px;
  }


  /* =Header */
  .header-container {
    overflow: hidden;
    position: relative;
  }
  .header-container .wrapper {
    position: absolute;
    top: 4%;
    left: 6%;
    margin: 0;
    padding: 0;
  }
  .header-container:before {
    font-size: 70em;
  }
  .scroll-hint {
    font-size: 20px;
  }
  .bcg {
    opacity: 1;
  }
  .slide {
    overflow: hidden;
    overflow-x: hidden;
  }
  /*.slide section {
    max-width: 400px;
    
  }
  */
  .slide .wrapper {
    /* padding-top: 120px; */
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: left;
    width: 100%;
    margin: 0;
  }

  .slide#slide01,
  .slide#slide02,
  .slide#slide03 {
    color: #212121;
  }
  .slide#slide01 .wrapper,
  .slide#slide02 .wrapper,
  .slide#slide03 .wrapper {
    top: 20%;
    text-align: center;
  }
  .slide#slide01 section,
  .slide#slide02 section,
  .slide#slide03 section {
    margin: 0 auto;
  }
  .slide#slide02 {
    color: #ffffff;
  }
  .slide#slide02 .wrapper {
    top: auto;
    bottom: 40%;
    left: 10%;
    text-align: left;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    padding: 0;
  }
  .slide#slide02 section {
    margin: 0;
  }
  .slide#slide03 .wrapper {
    padding: 0;
    top: 15%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .slide#slide03 section {
    margin: 0 auto;
    max-width: 570px;
  }
  .slide#slide03 .button {
    border-color: rgba(0, 0, 0, 0.7);
    background-color: transparent;
    color: #212121;
  }
  .slide#slide03 .bcg {
    opacity: 1;
  }
  #nav-dots {
    display: block;
  }
  .content-block .wrapper {
    /* padding: 120px 0 0 0; */
  }
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

/* Media querys mobile  */

@media only screen and (max-width: 600px) {
  .btn-download-new {
    bottom: 10px;
    right: 10px;
    font-size: 14px;
    padding: 8px 16px;
  }
  .section-disco {
    flex-direction: column;
  }
  .social-bar {
    display: none;
  }
  .contenedor-bio {
    flex-direction: column;
    margin: 0 auto;
  }
  
  .header-container .wrapper {
   padding-top: 10px;
  }
  header .title {    
    font-size: 3em;
  }
  .wrapper .slideInUp h1 {    
    font-size: 2em;
  }
}
