/* generales */

* {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
}

.test {
  border: 1px solid;
}

/* header */

.barrasup {
  width: 100%;
  height: 85px;
  position: relative;
}

/* logo */

.logo_container {
  position: absolute;
  left: 10%;
}

.logo {
  height: 36px;
  width: 36px;
  background-color: #0101db;
  border-radius: 100%;
  color: white;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: bold;
}

/* menu desktop */

.menu_desktop {
  display: block;
  margin-right: -5%;
  position: absolute;
  right: 15%;
}

a {
  text-decoration: none;
}

.botonesnav {
  color: #060a24;
  font-family: "IBM Plex Mono", monospace;
  font-size: 20px;
  margin-right: 10%;
}

a:hover {
  color: #00f3bb;
  text-decoration: line-through;
}

a:link {
  color: #060a24;
}

/* menu movile */

.cross {
  height: 25px;
  width: 25px;
  justify-content: space-evenly;
}

.bar {
  background-color: black;
  border-radius: 20%;
  height: 2px;
  transition: all 0.25s ease-in-out;
}

.burger {
  visibility: hidden;
  position: absolute;
  right: 10%;
}

#hamburguesa {
  visibility: hidden;
}

.enlaces {
  position: absolute;
  top: 60px;
  right: 90vw;
  width: 100vw;
  height: 180px;
  letter-spacing: 1px;
  background-image: linear-gradient(to left, #0000f1, #0000d6);
  padding: 15px;
  transition: all 0.5s ease-in-out;
  justify-content: space-between;
}

.botonesnavmov {
  color: white;
  font-family: "IBM Plex Mono", monospace;
  font-size: 20px;
  margin-right: 10%;
}

/* seccion principal */

.title {
  margin-top: 10%;
  margin-left: 12%;
}

h2 {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  font-size: 72px;
  color: #060a24;
}

.linethrough {
  text-decoration: line-through;
}

.dot {
  color: #0000ec;
}

.subtitle {
  margin-top: 1%;
  width: 43.6%;
  font-family: "IBM Plex Mono", monospace;
}

.button {
  text-align: center;
  width: 18%;
  margin-top: 3%;
  background-color: #00f3bb;
  padding: 20px 70px;
  color: #060a24;
  font-family: "IBM Plex Mono", monospace;
  font-weight: bold;
  font-size: 20px;
}

.button:hover {
  color: white;
  text-decoration: none;
  background-image: linear-gradient(to top right, #00f3bb, #0000f1);
}

/* seccion podcasts */

.fondogradiente {
  background-image: linear-gradient(to left, #0000f1, #0000d6);
  height: 1100px;
  width: 100%;
  clip-path: polygon(0 15%, 100% 0, 100% 85%, 0 100%);
  margin-top: 10px;
  padding-top: 1%;
}

.podcasts-container {
  width: 100%;
  height: 100%;
  justify-content: space-around;
  padding: 3% 0 20% 0;
  flex-direction: row;
  flex-wrap: wrap;
}

.tituloepisodios {
  color: white;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: lighter;
  font-size: 48px;
  margin-left: 15%;
  margin-top: 9%;
}

iframe {
  width: 750px;
  height: 235px;
}

/* seccion sobre nosotros */

.phone {
  margin-left: 20%;
  margin-top: -10%;
  position: absolute;
}

.phoneimg {
  width: 70%;
}

.aboutus-container {
  justify-content: center;
}

.aboutus {
  width: 30%;
  margin-left: 30%;
}

.aboutustitle {
  color: #060a24;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 200;
  font-size: 48px;
  margin-bottom: 25px;
}

.aboutusparr {
  font-family: "IBM Plex Mono", monospace;
  text-align: start;
}

/* seccion entrevistas */

.fotos {
  margin: 0;
  width: 33.3%;
  height: auto;
}

.seccion_entrevistas {
  margin-top: 370px;
}

.photogallery {
  width: 100%;
}

.photogallerytitle {
  color: #060a24;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 200;
  font-size: 48px;
  margin-bottom: 30px;
  margin-left: 15%;
}

/* seccion topics */

.topicstitle {
  color: #060a24;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 200;
  font-size: 48px;
  margin: 50px 0px 50px 15%;
}

.topicsicons {
  width: 100%;
  justify-content: space-around;
  margin-top: 70px;
  padding: 0 200px;
}

h3 {
  margin-top: 10px;
  text-align: center;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 24px;
}

/* seccion final */

.fondogradiente2 {
  background-image: linear-gradient(to left, #0000f1, #0000d6);
  width: 100%;
  height: 500px;
  clip-path: polygon(0 20%, 100% 0, 100% 100%, 0 100%);
}

.button2 {
  background-color: #00f3bb;
  text-align: center;
  padding: 20px 70px;
  width: 22%;
  color: #060a24;
  font-family: "IBM Plex Mono", monospace;
  font-weight: bold;
  font-size: 20px;
}

.button2:hover {
  color: white;
  text-decoration: none;
  background-image: linear-gradient(to top right, #00f3bb, #0000f1);
}

.footertitle {
  color: white;
  font-size: 48px;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: lighter;
  margin-bottom: 30px;
  margin-top: 60px;
}

/* footer */

.footer {
  height: 85px;
  align-items: center;
  justify-content: center;
}

.footer_text {
  font-family: "IBM Plex Mono", monospace;
  margin-left: 5%;
  font-size: 16px;
  flex: 1;
}

.iconos {
  margin-right: 3%;
  height: 20px;
  width: 15%;
  justify-content: space-between;
}

.reficon:hover {
  fill: #00f3bb;
}
