* {
  box-sizing: border-box;
  margin: 0;
}
body {
  font-family: "Fira Sans", sans-serif;
  /* font-family: "Ubuntu", sans-serif; */
}
.icono,
.iconoa {
  width: 40px;
}

.modalContenido a {
  color: rgb(255, 185, 2);
  font-size: 13px;
}
.bajada {
  font-size: 12px;
  width: 80%;
}
ul,
a {
  text-decoration: none;
  list-style: none;
}
h1 {
  color: rgb(255, 185, 2);
  font-family: "Ubuntu", sans-serif;
  font-size: 35px;
}
h2 {
  color: rgb(255, 185, 2);
  font-family: "Ubuntu", sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  margin: 15px 0px 15px 0px;
}
h3 {
  color: black;
  font-family: "Ubuntu", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  margin: 10px 0px 10px 0px;
}
h4 {
  color: rgb(107, 107, 110);
  font-family: "Ubuntu", sans-serif;
  font-size: 16px;
}
h6 {
  font-weight: normal;
  color: rgb(12, 58, 45, 0.5);
  font-size: 13px;
  margin: 10px;
}
p {
  color: black;
  font-size: 15px;
}

.amarillo {
  background-color: rgb(255, 185, 2);
  color: white;
  font-size: 18px;
  font-weight: bold;
  border-radius: 25px;
  border: none;
  text-align: center;
  width: 170px;
  height: auto;
  margin-top: 10px;
  padding: 10px;
  /* margin-bottom: 10px; */
}
.bajadatallerinteres {
  font-size: 12px;
  opacity: 0.5;
  color: rgb(12, 58, 42);
  text-align: left;
}

.buscarbarra {
  position: absolute;
  left: 15px;
  top: 90px;
  border-radius: 200px;
  padding: 10px;
  width: 70%;
  max-width: 80%;
  height: 45px;
  border: 2px solid rgb(12, 58, 45, 0.5);
  color: rgb(12, 58, 45, 0.5);
}
::placeholder {
  color: rgb(12, 58, 45, 0.5);
  font-family: "Fira Sans", sans-serif;
}

.alegales {
  color: rgb(255, 185, 2);
  font-weight: bold;
}
.legales {
  font-size: 14px;
  font-weight: normal;
  margin: 10px;
  color: white;
}
.modal {
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
}
.nomodal {
  display: none;
}
.modalContenido {
  width: 284.81px;
  height: 272px;
  padding: 15px;
  background-color: rgb(109, 151, 115);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  text-align: center;
}
.modalContenido h2,
p {
  color: rgb(12, 58, 42);
}
#cerrarModal,
#cerrarpopenviado {
  background-color: rgb(12, 58, 42);
  color: white;
  font-weight: bold;
  border-radius: 100%;
  width: 20px;
  border: none;
  height: 20px;
  text-align: center;
  align-self: flex-end;
  margin-right: 20px;
}
.noenviado {
  display: none;
}
#crearcuentaform .labelimg {
  border: solid 1px rgb(12, 58, 42);
  border-radius: 40px;
  margin: unset;
  color: rgb(12, 58, 42);
  padding: 10px;
  font-size: 13px;
}
#sesiontallerorganizarform .labelimg {
  border: solid 1px rgb(12, 58, 42);
  border-radius: 40px;
  margin: unset;
  color: rgb(12, 58, 42);
  padding: 10px;
  font-size: 13px;
}
/* HEADER GREEN*/
.contenedor {
  width: 100%;
  background-color: rgb(12, 58, 42);
  padding: 15px 20px 15px 20px;
}
.cabecera {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
}

/* PIE GREEN */
.pie nav ul li:nth-of-type(4) {
  display: none;
}
.pie {
  position: fixed;
  z-index: 1;
  bottom: 0;
}
.contenedor nav ul {
  margin: unset;
  padding: unset;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: baseline;
}
/* .contenedor nav ul li a {
  color: white;
} */

/* .menutalleresvisible {
  background-color: rgb(109, 151, 115);
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.menutalleresnovisible {
  display: none;
} */

.titulotalleres {
  width: 100%;
  text-align: center;
  font-weight: bold;
  color: rgb(12, 58, 45);
}

#tallereslista {
  color: white;
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-align: center;
}
.botonTalleres {
  background-color: transparent;
  border: none;
}
.pie .menutalleresvisible {
  background-color: rgb(12, 58, 42);
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.menutalleresnovisible {
  display: none;
}
.contenedor #talleres p {
  width: 100%;
  color: unset;
  text-align: center;
  color: unset;
  color: white;
}
#tallereslista li a {
  text-decoration: none;
  color: white;
}
/* #tallereslista {
  color: white;
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-align: center;
}
.botonTalleres {
  background-color: transparent;
  border: none;
} */

/* HEADER OLIVE */
.contenedorolive {
  /* Cuando el fondo es verde clarito */
  width: 100%;
  height: auto;
  background-color: rgb(109, 151, 115);
  padding: 15px 20px 15px 20px;
}
.cabeceraolive {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  z-index: 1;
  top: 0;
}

.popuplink {
  color: rgb(255, 185, 2);
  font-size: 12px;
}

/* PIE OLIVE */
.pieolive nav ul li:nth-of-type(4) {
  display: none;
}
.pieolive {
  position: fixed;
  z-index: 1;
  bottom: 0;
}
.contenedorolive nav ul {
  margin: unset;
  padding: unset;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: baseline;
}

/* MAIN */
main {
  width: 100%;
  height: 100%;
  text-align: center;
}
/* FOOTER */
footer {
  display: none;
  pointer-events: none;
}

/* ----------iniciarSesionForm---------- */

/* ----------index.html----------- */
/* TARJETAS */

#tarjetas {
  position: fixed;
  z-index: 3;
  text-align: center;
  width: 100%;
  height: 100%;
  top: 0px;
  margin-top: center;
  margin-bottom: center;
  background-color: rgba(0, 0, 0, 0.247);
}

.slider {
  background-color: rgba(0, 0, 0, 0.247);
  position: relative;
  width: 100%;
  height: 100%;
}
.slider_slide {
  display: none;
  position: relative;
  top: 20%;
  bottom: 20%;
  width: fit-content;
  height: fit-content;
  margin-left: auto;
  margin-right: auto;
}

#tarjetas .slider .slider_slide .amarillo {
  position: absolute;
  bottom: 70px;
  left: 40px;
  right: 40px;
}
* #tarjetas .slider .slider_slide p {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
}
#tarjetas .slider img {
  border-radius: 30px;
  object-fit: cover;
  width: 250px;
}

.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 0;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px 24px;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6 ease;
  border-radius: 50%;
  left: 0.5em;
  color: white;
}
.next {
  left: unset;
  right: 0.5em;
}

.fade {
  animation-name: fade;
  animation-duration: 1s;
}
@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

.close {
  font-size: 16px;
  font-weight: bold;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  color: rgb(12, 58, 42);
  border: solid white 1px;
  position: absolute;
  top: 30px;
  right: 40px;
}
#iniciarsesionform {
  background-image: url(../imagenes/fondoiniciosesion.jpg);
  object-fit: cover;
  display: unset;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  height: 100%;
  color: white;
  font-size: 15px;
  font-weight: 500;
  padding-top: 55px;
  padding-bottom: 70px;
}
#iniciarsesionform > section {
  margin-top: 15px;
}
#iniciarsesionform a {
  color: rgb(20, 92, 76);
}

#iniciarsesionform #iniciarsesion input {
  margin: unset;
  padding: unset;
  font-family: unset;
  font-size: unset;
  color: unset;
  font-family: "fira sans" sans-serif;
  font-size: 14px;
  color: rgb(12, 58, 42);
  background-color: unset;
  background-color: white;
  border-radius: 15px;
  height: 35px;
  width: 330px;
  padding: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  border: none;
}
#iniciarsesionform #pantallaintroducion img {
  width: 220px;
}
#iniciarsesionform #datoscat a img {
  width: 100px;
}
/* ----------crearcuentaform.html---------- */

#crearcuentaform {
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 40px 15px 15px 15px;
  background-color: rgb(109, 151, 115);
}
#crearcuentaform .volver {
  background: none;
  border: none;
  width: 30px;
  position: absolute;
  left: 15px;
  top: 50px;
}
::placeholder {
  color: rgb(12, 58, 45, 0.5);
}
#crearcuentaform h2 {
  font-weight: unset;
  color: rgb(12, 58, 45);
  font-weight: 500;
}

#crearcuentaform select,
input,
textarea {
  margin: unset;
  padding: unset;
  font-family: unset;
  font-size: unset;
  color: unset;
}

#crearcuentaform .mismo {
  font-family: "Fira sans" sans-serif;
  font-size: 0.8em;
  color: rgb(12, 58, 45, 0.5);
  background-color: unset;
  background: #e9f7f2;
  border-radius: 15px;
  height: 35px;
  width: 330px;
  padding: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  border: none;
}

#crearcuentaform .nosoyrobot img {
  width: 70px;
}
#crearcuentaform .nosoyrobot {
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 15px;
  border: solid 2px white;
  width: 330px;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}
/* ----------recuperarcontrasena.html---------- */
#recuperarcontrasena {
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 40px 15px 15px 15px;
  background-color: rgb(109, 151, 115);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}
#recuperarcontrasena .mismo {
  font-family: "Fira sans" sans-serif;
  font-size: 0.8em;
  color: rgb(12, 58, 45, 0.5);
  background-color: unset;
  background: #e9f7f2;
  border-radius: 15px;
  height: 35px;
  width: 330px;
  padding: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  border: none;
}
#recuperarcontrasena .volver {
  background: none;
  border: none;
  width: 30px;
  position: absolute;
  left: 15px;
  top: 50px;
}
::placeholder {
  color: rgb(12, 58, 45, 0.5);
}
#recuperarcontrasena h2 {
  margin-left: 40px;
  margin-right: 40px;
  font-weight: unset;
  color: rgb(12, 58, 45);
  font-weight: 500;
}
/* ----------sesioninicio.html---------- */
/* TALLERES POPULARES */
#pantallainicio {
  padding: 70px 15px 70px 15px;
  text-align: left;
}

#tallerespopulares {
  height: auto;
}
#tallerespopulares #tallerespopularescontenedor .tallerpopular > img {
  margin: 15px;
}
#tallerespopulares #tallerespopularescontenedor .tallerpopular > a {
  align-self: flex-end;
  position: absolute;
  bottom: 20px;
  right: 15px;
}
#tallerespopulares #tallerespopularescontenedor .tallerpopular {
  width: 270px;
  height: 336px;
  border-radius: 8px;
  margin-right: 10px;
  margin-bottom: 15px;
  margin-left: 10px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.1),
    0 4px 4px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.1),
    0 16px 16px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
}
#tallerespopulares #tallerespopularescontenedor .tallerpopular div {
  align-self: flex-start;
  width: 270px;
  padding: 15px;
}

#tallerespopulares #tallerespopularescontenedor {
  display: flex;
  flex-direction: row;
  position: relative;
  overflow-x: auto;
  height: 370px;
}
#tallerespopulares #tallerespopularescontenedor .tallerpopular:nth-child(1) {
  background-image: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0.205),
      rgb(253, 253, 253, 0.2),
      rgb(253, 253, 253, 0.3),
      rgb(253, 253, 253, 1),
      rgb(253, 253, 253, 1)
    ),
    url(../imagenes/tallerpopularmantas.jpg);
}
#tallerespopulares #tallerespopularescontenedor .tallerpopular:nth-child(2) {
  background-image: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0.205),
      rgb(253, 253, 253, 0.2),
      rgb(253, 253, 253, 0.3),
      rgb(253, 253, 253, 1),
      rgb(253, 253, 253, 1)
    ),
    url(../imagenes/tallerpopularplastico.jpg);
}
#tallerespopulares #tallerespopularescontenedor .tallerpopular:nth-child(3) {
  background-image: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0.205),
      rgb(253, 253, 253, 0.2),
      rgb(253, 253, 253, 0.3),
      rgb(253, 253, 253, 1),
      rgb(253, 253, 253, 1)
    ),
    url(../imagenes/tallerpopularcajas.jpg);
}
#tallerespopulares #tallerespopularescontenedor .tallerpopular:nth-child(4) {
  background-image: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0.205),
      rgb(253, 253, 253, 0.2),
      rgb(253, 253, 253, 0.3),
      rgb(253, 253, 253, 1),
      rgb(253, 253, 253, 1)
    ),
    url(../imagenes/tallerpopularlastresr.jpg);
}
/* QUIZAS TE INTERESE*/

.btnsinacceso {
  border-radius: 100%;
  border: none;
  margin: unset;
  padding: unset;
  position: absolute;
  right: 10px;
  color: unset;
  z-index: 1;
}

#quizasteinteresecontenedor {
  overflow-x: auto;
  display: flex;
  flex-direction: row;
  height: 250px;
}

#quizasteinterese
  #quizasteinteresecontenedor
  .tallerquizas
  div
  > img:first-of-type {
  width: 70px;
  margin-top: 5px;
  margin-bottom: 5px;
}
#quizasteinterese #quizasteinteresecontenedor .tallerquizas div {
  width: 150px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: 0px;
}
#quizasteinterese #quizasteinteresecontenedor .tallerquizas {
  position: relative;
  width: 215px;
  height: 215px;
  border-radius: 8px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.1),
    0 4px 4px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.1),
    0 16px 16px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  margin: 0px 10px 0px 10px;
  padding: 15px;
}
#quizasteinterese #quizasteinteresecontenedor .tallerquizas:nth-child(1) {
  background-image: url(../imagenes/quizatallermantas.jpg);
}
#quizasteinterese #quizasteinteresecontenedor .tallerquizas:nth-child(2) {
  background-image: url(../imagenes/quizatallerrecicla.jpg);
}
#quizasteinterese #quizasteinteresecontenedor .tallerquizas:nth-child(3) {
  background-image: url(../imagenes/quizatallercartones.jpg);
}
#quizasteinterese #quizasteinteresecontenedor .tallerquizas:nth-child(4) {
  background-image: url(../imagenes/quizatallersachets.jpg);
}

/* POR MATERIAL*/

#pormateriales .pormaterial img {
  width: 85px;
  border-radius: 100%;
  margin-bottom: 10px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.1),
    0 4px 4px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.1),
    0 16px 16px rgba(0, 0, 0, 0.1);
}
#pormateriales .pormaterial {
  display: flex;
  flex-direction: row;
  overflow-x: auto;
  height: 150px;
  padding-left: 5px;
}
#pormateriales .pormaterial figure {
  text-align: center;
  margin: 0px 15px 15px 0px;
}

#pormateriales .pormaterial figure figcaption {
  text-transform: uppercase;
  font-size: 15px;
  font-family: "Ubuntu", sans-serif;
}

/* ----------sesionbuscar/buscar.html----------- */
#pantallabuscar {
  position: relative;
  text-align: center;
}
#pantallabuscar #mapacontenedor img {
  width: 100%;
}

/* boton swipe up */

#toggle {
  margin: 10px;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  align-self: flex-start;
  margin-left: 0px;
  text-align: left;
  color: rgb(12, 58, 42);
  font-weight: bolder;
  text-align: center;
  margin-left: 0px;
  align-self: flex-start;
  flex-basis: 100%;
}

/* Cerca tuyo*/

#deslizar {
  position: sticky;
  bottom: 0;
  background-color: white;
  margin-bottom: -300px;
  height: 300px;
}
#mapaweb {
  display: none;
}

/* position: absolute;
    height: 300px;
    bottom: -100px;
    padding: unset;
    margin-bottom: unset; */

#cercatuyocontenedor {
  /* background-color: white; */
  text-align: unset;
  text-align: left;
  overflow-x: auto;
  display: flex;
  flex-direction: row;
  height: 250px;
  top: 0px;
}

#pantallabuscar #cercatuyocontenedor .tallerquizas div > img:first-of-type {
  width: 70px;
  margin-top: 5px;
  margin-bottom: 5px;
}
#pantallabuscar #cercatuyocontenedor .tallerquizas div {
  width: 150px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: 0px;
}
#pantallabuscar #cercatuyocontenedor .tallerquizas {
  position: relative;
  width: 215px;
  height: 215px;
  border-radius: 8px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.1),
    0 4px 4px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.1),
    0 16px 16px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  margin: 0px 10px 0px 10px;
  padding: 15px;
}
#pantallabuscar #cercatuyocontenedor .tallerquizas:nth-child(1) {
  background-image: url(../imagenes/quizatallermantas.jpg);
}
#pantallabuscar #cercatuyocontenedor .tallerquizas:nth-child(2) {
  background-image: url(../imagenes/quizatallerrecicla.jpg);
}
#pantallabuscar #cercatuyocontenedor .tallerquizas:nth-child(3) {
  background-image: url(../imagenes/quizatallercartones.jpg);
}
#pantallabuscar #cercatuyocontenedor .tallerquizas:nth-child(4) {
  background-image: url(../imagenes/quizatallersachets.jpg);
}

/* ----------sesionperfil.html----------- */

#pantallaperfil #perfildatos #contenedoreditar .icono {
  position: absolute;
  bottom: 0px;
  right: 25px;
}
#pantallaperfil #perfildatos #contenedoreditar {
  width: fit-content;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
#pantallaperfil {
  align-items: center;

  padding: 70px 15px 90px 15px;
  height: auto;
}
#pantallaperfil h2 {
  color: black;
}
#pantallaperfil #perfildatos p {
  color: rgb(107, 107, 110);
}

#pantallaperfil section {
  margin-top: 15px;
}
#pantallaperfil #perfildatos #contenedoreditar > img:nth-of-type(1) {
  border-radius: 100%;
  margin-top: 20px;
  width: 170px;
  height: 170px;
}
#pantallaperfil #biografia .perfilcita {
  color: rgb(109, 151, 115);
}
#pantallaperfil #perfiltalleres {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  border-top: solid 1px rgb(109, 151, 115);
  border-bottom: solid 1px rgb(109, 151, 115);
}
#pantallaperfil #perfiltalleres span p {
  color: rgb(107, 107, 110);
  margin-top: 10px;
  margin-bottom: 10px;
}

#pantallaperfil #perfilmasinfo table {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  border-spacing: 10px;
}
#pantallaperfil #perfilmasinfo table tr {
  text-align: left;
}
#pantallaperfil #perfilmasinfo table td {
  text-align: right;
  font-size: 14px;
}
#pantallaperfil #perfilmasinfo a {
  color: rgb(12, 58, 42);
  text-transform: uppercase;
  text-decoration: underline;
}
/* ----------sesionmensajes.html----------- */
#pantallamensaje #chatejemplo {
  display: none;
}
#pantallamensaje {
  padding: 70px 15px 70px 15px;
  position: relative;
}
#pantallamensaje section {
  margin-top: 15px;
}

#pantallamensaje #mensajes .buscarbarra {
  width: 100%;
  max-width: unset;
  position: unset;
}
#pantallamensaje #mensajes img:first-of-type {
  width: 64px;
  border-radius: 100%;
}
#pantallamensaje #mensajes img:last-of-type {
  width: 30px;
}
#pantallamensaje #mensajes .chat {
  margin: 10px;
  text-align: left;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
#pantallamensaje #mensajes .chat .chatcontenido {
  flex-basis: 70%;
  padding-left: 10px;
  font-size: 13px;
}
#pantallamensaje #mensajes > .icono {
  position: fixed;
  bottom: 85px;
  right: 20px;
}
/* ----------sesiontallermanta.html-----------
-------------sesiontallerchapa.html----------- */
/* CABECERA */
#pantallatallermanta h1 {
  color: black;
}
#pantallatallermanta .volver {
  background: none;
  border: none;
  width: 30px;
  left: 15px;
  top: 15px;
}

#pantallatallermanta {
  margin: 70px 0px 70px 0px;
  text-align: unset;
  text-align: left;
  display: relative;
}
#pantallatallermanta li {
  list-style-type: disc;
}
#pantallatallermanta > h1 {
  color: black;
}
#pantallatallermanta #tallermantas article .bajada {
  line-height: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
  color: rgb(107, 107, 110);
}
#pantallatallermanta #tallermantas article {
  position: relative;
}
#pantallatallermanta #tallermantas article .hora {
  text-align: right;
  color: rgb(109, 151, 115);
  position: absolute;
  bottom: 0px;
  right: 0;
  width: 100%;
}
#pantallatallermanta #tallermantas,
#tallermantasredes {
  padding: 10px 15px 0px 15px;
}
#pantallatallermanta #cabecerataller .imgcabecera {
  width: 100%;
  height: auto;
  border-bottom: rgb(109, 151, 115) solid 5px;
  display: relative;
}

#cabecerataller .volver {
  background: none;
  border: none;
  width: 30px;
  left: 15px;
  top: 15px;
}
#pantallatallermanta #cabecerataller .botones {
  padding: 0px 20px 0px 0px;
  width: 100%;
  /* background-color: green; */
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  top: 85px;
}
#pantallatallermanta #cabecerataller .botones button {
  margin: 10px;
}
#pantallatallermanta #cabecerataller .botones button:first-child {
  align-self: flex-start;
  position: absolute;
  margin: unset;
  padding: unset;
}
/* VOCERXS */
#pantallatallermanta #tallermantas .vocerxs {
  text-align: unset;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
#pantallatallermanta #tallermantas .vocerxs figure img {
  width: 90px;
  margin-bottom: 7px;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.1),
    0 4px 4px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.1),
    0 16px 16px rgba(0, 0, 0, 0.1);
}
#pantallatallermanta #tallermantas .vocerxs figure {
  margin: 10px;
  display: unset;
  text-align: center;
  font-size: 15px;
  color: rgb(12, 58, 42);
}
#pantallatallermanta .btnsinacceso {
  position: fixed;
  z-index: 2;
  bottom: 90px;
  right: 20px;
}
/* COMENTARIOS*/
#pantallatallermanta #tallermantas article:last-child div {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-color: rgb(203, 212, 204);
  border-radius: 8px;
  padding: 15px;
  margin-top: 5px;
  position: relative;
}
#pantallatallermanta #tallermantas article:last-child div .estrellas {
  width: 70px;
  position: absolute;
  top: 17px;
  align-self: flex-end;
  z-index: 1;
}
#pantallatallermanta #tallermantas article:last-child div p {
  font-weight: lighter;
  margin: 10px 0px 10px 0px;
  border-bottom: #6d9773 solid 2px;
}
#pantallatallermanta #tallermantas article:last-child div h4 {
  color: #6d9773;
}
#pantallatallermanta #tallermantas article:last-child div h3 {
  color: #6d9773;
}

/* REDES */
#pantallatallermanta #tallermantasredes {
  text-align: center;
  margin-top: 15px;
  padding-bottom: 85px;
}
#pantallatallermanta #tallermantasredes a {
  text-align: center;
  text-decoration: underline;
  color: rgb(109, 151, 115);
  font-variant-caps: petite-caps;
}
#pantallatallermanta #tallermantasredes figure {
  margin-top: 15px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin: unset;
  padding: unset;
}
#pantallatallermanta #tallermantasredes figure img {
  margin-bottom: 15px;
  width: 50px;
}
#pantallatallermanta .unirse {
  position: fixed;
  bottom: 85px;
  right: 15px;
  z-index: 1;
}
/* ----------sesiontallermanta.html----------- */

#sesiontallerorganizarform {
  height: 100%;
  text-align: center;
  padding: 70px 15px 85px 15px;
  background-color: rgb(109, 151, 115);
}
#sesiontallerorganizarform .volver {
  background: none;
  border: none;
  width: 30px;
  position: absolute;
  left: 15px;
  top: 75px;
}

::placeholder {
  color: rgb(12, 58, 45, 0.5);
}
#sesiontallerorganizarform h2 {
  font-weight: unset;
  color: rgb(12, 58, 45);
  font-weight: 500;
}

#sesiontallerorganizarform form select,
input,
textarea {
  margin: unset;
  padding: unset;
  font-family: unset;
  font-size: unset;
  color: unset;
}

#sesiontallerorganizarform .mismo {
  font-family: "Fira sans" sans-serif;
  font-size: 0.8em;
  color: rgb(12, 58, 45, 0.5);
  background-color: unset;
  background: #e9f7f2;
  border-radius: 15px;
  height: 35px;
  width: 330px;
  padding: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  border: none;
}
#sesiontallerorganizarform #sinopsis {
  height: unset;
  height: 70px;
}

/* ----------agenda.html---------- */
#pantallaagenda {
  padding: 70px 15px 70px 15px;
}
#pantallaagenda div > h5 {
  color: rgb(199, 199, 199);
  font-weight: normal;
  border-bottom: rgb(199, 199, 199) solid 1px;
}
#pantallaagenda img {
  width: 64px;
  border-radius: 100%;
}
#pantallaagenda #talleresinscriptos article {
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 10px;
  background-color: rgb(109, 151, 115, 0.5);
  border-radius: 8px;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}
#pantallaagenda #talleresinscriptos article div {
  text-align: left;
  flex-basis: 70%;
}
#pantallaagenda #talleresrealizados article {
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 10px;
  background-color: rgb(199, 199, 199);
  border-radius: 8px;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}
#pantallaagenda #talleresrealizados article div {
  text-align: left;
  flex-basis: 70%;
}
.talleragendacontenido > h3 {
  color: black;
}
/* ----------interes.html---------- */

#pantallaintereses {
  padding: 70px 15px 70px 15px;
}
#pantallaintereses img {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  margin-right: 10px;
}
#pantallaintereses #talleresinteres .tallerinteresado .bajada {
  width: unset;
  width: 100%;
}
#pantallaintereses #talleresinteres .tallerinteresado {
  text-align: left;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 10px;
  background-color: rgb(109, 151, 115, 0.5);
  border-radius: 8px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
#pantallaintereses #talleresinteres .tallerinteresado .verde button {
  margin-top: 10px;
  background-color: rgb(12, 58, 42);
  color: white;
  padding: 5px;
  border: none;
}
#pantallaintereses #talleresinteres .tallerinteresado .verde button:hover {
  color: rgb(12, 58, 42);
  background-color: white;
}
#pantallaintereses #talleresinteres .tallerinteresado .verde .izquierda {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
#pantallaintereses #talleresinteres .tallerinteresado .verde .derecha {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

/* ----------chattallerchapa.html----------- */
#chatmensajechapa .volver {
  background: none;
  border: none;
  width: 30px;
  position: absolute;
  left: 15px;
  top: 80px;
  z-index: 1;
}
#chatmensajechapa {
  padding: 70px 15px 70px 15px;
  position: relative;
  height: 100%;
}
#chatmensajechapa #chatejemplo h3 {
  color: rgb(255, 185, 2);
  text-align: center;
}
#chatmensajechapa #chatejemplo h5 {
  color: rgba(0, 0, 0, 0.2);
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
}
#chatmensajechapa #chatejemplo {
  text-align: center;
}
#chatmensajechapa #chatejemplo .chat {
  margin: 15px 0px 15px 0px;
  width: 330px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-around;
}
#chatmensajechapa #chatejemplo {
  position: relative;

  width: 100%;
  height: 100%;
}
#chatmensajechapa #chatejemplo .chat p {
  width: 350px;
  border-radius: 8px;
  padding: 10px;
  font-size: 14px;
}
#chatmensajechapa #chatejemplo .chat:nth-of-type(1) {
  position: absolute;
  right: 0;
}
#chatmensajechapa #chatejemplo .chat:nth-of-type(2) {
  position: absolute;
  left: 0px;
  top: 110px;
}

#chatmensajechapa #chatejemplo .chat:nth-of-type(1) p {
  background-color: rgb(12, 58, 45, 0.2);
  text-align: right;
}
#chatmensajechapa #chatejemplo .chat:nth-of-type(2) p {
  background-color: rgb(12, 58, 45, 0.5);
  text-align: left;
}
#chatmensajechapa #chatejemplo .chat img {
  width: 30px;
  margin-left: 5px;
  margin-right: 5px;
  border-radius: 100%;
}

#chatmensajechapa #chatejemplo #enviarmensaje .mismo {
  border-radius: 15px;
  font-size: 13px;
  width: 85%;
  height: auto;
  padding: 10px;
}

#chatmensajechapa #chatejemplo #enviarmensaje {
  width: 90%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: absolute;
  bottom: 30px;
}

/* ----------yoreciclo.html----------- */
.yoreciclo {
  width: 100%;
  height: 100%;
  padding: 70px 15px 70px 15px;
  background-image: url(../imagenes/inicioimgfondo.png);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.proyecto {
  position: absolute;
  margin-top: 0px;
  margin-top: 0px;
  width: 330px;
  background-color: rgb(109, 151, 115);
  border-radius: 8px;
  padding: 70px 15px 70px 15px;
}
.yoreciclo h2,
.yoreciclo p {
  color: rgb(12, 58, 42);
}
.proyecto a {
  text-decoration: underline;
  color: rgb(12, 58, 45);
}
.proyecto .volver {
  background: none;
  border: none;
  width: 30px;
  position: absolute;
  left: 15px;
  top: 15px;
}

/* RESPONSIVE Pantalla a partir de 100px */
@media screen and (min-width: 1000px) {
  body {
    background-color: rgb(109, 151, 115);
    height: auto;
    position: relative;
  }
  main {
    width: 100%;
    height: unset;
    /* height: auto; */
  }
  footer {
    display: unset;
    pointer-events: auto;
    width: 100%;
    position: fixed;
    z-index: 2;
    bottom: 0px;
  }
  footer #pieweb {
    padding: 20px 40px 20px 40px;
    width: 100%;
    background-color: rgb(109, 151, 115);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  footer #pieweb img {
    width: 100px;
  }
  footer #pieweb a {
    text-decoration: none;
    color: rgb(12, 58, 45);
  }
  #recuperarcontrasena,
  #crearcuentaform {
    padding: unset;
    margin: unset;
  }
  /* -------- index ---------- */
  #iniciarsesionform {
    padding-top: unset;
    padding-bottom: unset;
    margin: unset;
    background-image: unset;
    background-image: url(../imagenes/fondoiniciosesionweb.jpg);
    background-size: contain;
    justify-content: center;
  }

  #iniciarsesionform #datoscat {
    display: none;
  }
  #iniciarsesionform #pantallaintroducion img {
    width: 200px;
  }

  #recuperarcontrasena,
  #crearcuentaform,
  #sesiontallerorganizarform {
    padding: unset;
    margin: unset;
    width: 670px;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    border-radius: 8px;
    background-color: rgb(12, 58, 45);
    padding-top: 20px;
    padding-bottom: 20px;
  }

  /* -------- crearcuentaform.html ---------- */
  #crearcuentaform,
  #recuperarcontrasena {
    margin-top: 70px;
    margin-bottom: 70px;

    color: white;
    position: relative;
  }
  #crearcuentaform {
    height: unset;
    height: auto;
    /* margin-bottom: unset; */
    /* margin-bottom: 100px; */
  }
  #crearcuentaform h2 {
    color: rgb(255, 185, 2);
  }
  #crearcuentaform .volver {
    left: unset;
    top: unset;
    bottom: unset;
    right: unset;
    left: 0px;
  }
  #crearcuentaform .labelimg {
    border: solid 1px white;
    border-radius: 40px;
    margin: unset;
    color: white;
    padding: 10px;
    font-size: 13px;
  }
  /* -------- recuperarcontrasena.html ---------- */

  #recuperarcontrasena .volver {
    left: unset;
    top: 20px;
    bottom: unset;
    right: unset;
    left: 0;
  }
  #recuperarcontrasena p {
    color: white;
    padding-right: 40px;
    padding-left: 40px;
  }
  #recuperarcontrasena h2 {
    color: rgb(255, 185, 2);
  }
  #recuperarcontrasena {
    text-align: center;
    color: white;
    height: 500px;
  }

  /* -------- setear cabecera ---------- */
  .pieolive nav ul li:nth-of-type(4) {
    display: unset;
  }
  .cabeceraolive,
  .pieolive {
    padding-left: 40px;
    padding-right: 40px;
  }
  header {
    position: relative;
  }
  header .cabeceraolive a:nth-of-type(2) {
    display: none;
  }
  header .cabeceraolive img {
    width: 150px;
  }
  header .cabeceraolive {
    position: sticky;
    top: 0px;
    left: 0px;
    width: 500px;
    height: 70px;
  }
  .pieolive {
    height: unset;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 350px;
    height: 70px;
  }
  .pieolive img {
    width: 35px;
  }

  .titulotalleres {
    display: none;
  }
  #tallereslista img {
    width: 35px;
  }
  #tallereslista {
    position: absolute;
    left: 140px;
    top: 70px;
    font-size: 13px;
    width: 70px;
    height: 250px;
    color: white;
    background-color: rgb(12, 58, 45);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    padding: 5px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.1),
      0 4px 4px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.1),
      0 16px 16px rgba(0, 0, 0, 0.1);
  }
  /* VERDE */
  .pie nav ul li:nth-of-type(4) {
    display: unset;
  }
  .cabecera,
  .pie {
    padding-left: 40px;
    padding-right: 40px;
  }
  header {
    position: relative;
  }
  header .cabecera a:nth-of-type(2) {
    display: none;
  }
  header .cabecera img {
    width: 150px;
  }
  header .cabecera {
    position: sticky;
    top: 0px;
    left: 0px;
    width: 500px;
    height: 70px;
  }
  .pie {
    background-color: rgb(109, 151, 115);
    height: unset;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 350px;
    height: 70px;
  }
  .pie img {
    width: 35px;
  }
  /* VERDE */

  .botonTalleres {
    background-color: transparent;
    border: none;
  }

  /* -------- sesioninicio.html ---------- */
  #pantallainicio,
  #pantallatallermanta,
  #pantallabuscar,
  #pantallaagenda,
  #pantallaintereses,
  #pantallamensaje,
  #chatmensajechapa,
  #pantallaPerfil {
    position: unset;
    margin-left: auto;
    margin-right: auto;
    /* margin-top: 20px; */
    margin-bottom: 90px;
    background-color: white;
    border-radius: 8px;
    width: 840px;
    padding: unset;
    padding: 20px;
  }

  .pormaterial {
    text-align: center;
    justify-content: center;
  }

  /* -------- pantallatallermanta.html ---------- */
  #pantallatallermanta {
    margin-top: unset;
    padding: unset;
    position: relative;
    padding-bottom: 40px;
  }
  #pantallatallermanta #tallermantas,
  #tallemantasredes {
    padding-left: 20px;
    padding-right: 20px;
  }
  #pantallatallermanta .botones {
    padding: unset;
    margin: unset;
    left: unset;
    right: unset;
    top: unset;
  }
  #pantallatallermanta #cabecerataller .imgcabecera {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
  #pantallatallermanta #cabecerataller .botones {
    top: unset;
    top: 40px;
  }
  #pantallatallermanta .btnsinacceso {
    position: fixed;
    right: 40px;
    bottom: 90px;
  }

  #pantallatallermanta #tallermantas article:nth-of-type(3) {
    width: 400px;
  }
  #pantallatallermanta #tallermantasredes {
    width: 400px;
    position: absolute;
    bottom: 0;
    right: 0;
  }

  /* -------- sesionbuscar.html ---------- */
  #pantallabuscar {
    position: relative;
    padding: unset;
    height: auto;
    border-radius: 8px;
  }
  #pantallabuscar #mapacontenedor img {
    width: 100%;
    height: auto;
    border-radius: 8px;
  }
  #pantallabuscar .buscarbarra {
    top: 30px;
  }
  #pantallabuscar #deslizar {
    width: 100%;
    position: unset;
    position: absolute;
    height: 300px;
    bottom: 100px;
    padding: unset;
    margin-bottom: unset;
  }
  #mapaweb {
    display: unset;
  }
  #mapacelu {
    display: none;
  }
  /* -------- sesionorganizartaller.html ---------- */
  #sesiontallerorganizarform h2 {
    color: rgb(255, 185, 2);
  }
  #sesiontallerorganizarform .labelimg {
    border: solid 1px white;
    border-radius: 40px;
    margin: unset;
    color: white;
    padding: 10px;
    font-size: 13px;
  }
  /* -------- agenda.html ---------- */
  #pantallaagenda {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    /* align-items: ; */
  }
  #pantallaagenda h2 {
    position: absolute;
    width: max-content;

    margin-bottom: 40px;
  }
  #pantallaagenda > div {
    margin-top: 60px;
    padding: 10px;
    flex-basis: 50%;
  }
  /* -------- guardados.html ---------- */

  #pantallaintereses #talleresinteres {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  #pantallaintereses #talleresinteres article {
    flex-basis: 47%;
  }

  /* -------- mensajes.html ---------- */

  #pantallamensaje {
    display: flex;
    flex-direction: row;
    position: relative;
    height: 450px;
  }

  #pantallamensaje h2 {
    position: absolute;

    margin-bottom: 40px;
    flex-basis: 100%;
  }
  #pantallamensaje #mensajes {
    pointer-events: none;
    cursor: not-allowed;
    margin-top: 55px;
    padding-right: 10px;
    border-right: solid 1px rgb(12, 58, 45, 0.3);
    position: relative;
  }
  #pantallamensaje #mensajes > .icono {
    position: unset;
    position: absolute;
    bottom: 0px;
  }
  #pantallamensaje #chatejemplo h3 {
    color: rgb(255, 185, 2);
    text-align: left;
  }
  #pantallamensaje #chatejemplo h5 {
    color: rgba(0, 0, 0, 0.2);
    border-bottom: solid 1px rgba(0, 0, 0, 0.2);
  }
  #pantallamensaje #chatejemplo {
    display: unset;
    margin-left: auto;
    margin-right: auto;
  }

  #pantallamensaje #chatejemplo .chat {
    margin: 15px 0px 15px 0px;

    width: 390px;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-around;
  }
  #pantallamensaje #chatejemplo .chat p {
    width: 350px;
    border-radius: 8px;
    padding: 10px;
    font-size: 14px;
  }
  #pantallamensaje #chatejemplo .chat:nth-of-type(1) p {
    background-color: rgb(12, 58, 45, 0.2);
    text-align: right;
  }
  #pantallamensaje #chatejemplo .chat:nth-of-type(2) p {
    background-color: rgb(12, 58, 45, 0.5);
    text-align: left;
  }
  #pantallamensaje #chatejemplo .chat img {
    width: 30px;
    border-radius: 100%;
  }
  #pantallamensaje #chatejemplo {
    position: relative;
  }
  #pantallamensaje #chatejemplo #enviarmensaje .mismo {
    border-radius: 15px;
    font-size: 13px;
    width: 85%;
    height: auto;
    padding: 10px;
  }

  #pantallamensaje #chatejemplo #enviarmensaje {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: absolute;
    bottom: 0px;
  }
  /* ----------chattallerchapa.html----------- */
  #chatmensajechapa {
    height: 400px;
  }
  /* ----------sesionperfil.html----------- */
  #pantallaPerfil {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-top: 0px;
    padding-bottom: 20px;
    padding-top: unset;
  }
  #pantallaPerfil #perfildatos #contenedoreditar > img:nth-of-type(1) {
    width: 230px;
    height: 230px;
  }

  #pantallaPerfil #perfildatos {
    display: flex;
    flex-direction: row;
    align-self: flex-start;
    width: 76%;
  }
  #pantallaPerfil #perfildatos figure {
    text-align: left;
    align-self: center;
  }
  #pantallaPerfil #biografia {
    align-self: flex-start;
    width: 40%;
    text-align: right;
  }
  #pantallaPerfil #biografia p {
    padding-top: 20px;
    font-size: 20px;
  }
  #pantallaPerfil #perfiltalleres {
    width: 50%;
    margin-top: -150px;
    align-self: flex-end;
    /* background-color: rgb(12, 58, 45); */
  }
  #pantallaPerfil #perfilmasInfo {
    width: 50%;
    align-self: flex-end;
    /* background-color: rgb(203, 212, 204); */
  }
}
