#container-nav{
  width: 100vw;
  background-color: black;
  position: fixed;
}

.menu{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items:center
}

#nombre{
  text-decoration: none;
  color: white;
  display: flex;
  padding:10px 50px;
  font-family: 'Arvo', serif;
  font-size: 14px;
}

a{
   text-decoration: none;
  color: #184D47;
}



#contacto{
  text-decoration: none;
  color: white;
  display: flex;
  padding:10px 50px;
  font-family: 'Arvo', serif;
  font-size: 14px;
}


body{
  margin: 0;
}

#bienv{
  margin-top: 0;
  font-family: 'Alfa Slab One', sans-serif;
  font-size: 60px;
  transition: 0.8s ease;
}

#bienv:hover{ transform:scale(1.1);transform:scale(1.1);
}


.sub-tit{
  font-size: 15px;
}

.sub-cont{
  font-size: 12px;
}

.sub-img{
  width: 60px;
  height: 60px;
}


.items-cont{
  width: 100vhpx;
  height: 200px;
  padding: 5px;
}


p{

  margin-top: 0;
  font-family: 'Arvo', serif;
  font-size: 40px;
}

#container1{
  background-color: #184D47;
  padding: 20px;
  width: 100vw;
  color: #F7F7F7;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100vh;


}

#div-botones{
  display: flex;
  width: 100vw;
  justify-content: center;
  text-align: center;
  margin: 0 0 4rem 0;
}

#div-texto{
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin: 5rem 0 4rem 0;
}

.botones{
  color: #F7F7F7;
  font-size: 30px;
  font-family: 'Arvo', serif;
  text-align: center;
  border-radius: 20px;
  flex-direction: row;
  justify-content: space-between;
  padding: 10px 16px ;
  margin: 0 1rem;
  border-style: solid;
  border-color: #F7F7F7; 
  transition: 0.2s ease;
}

.botones:hover{
  background-color: #F7F7F7;
  color: #184D47;
}


.titulos{
  font-family: 'Arvo', serif;
  font-size: 42px;
  text-shadow: 3px 2px #DFDFDF;
  text-align: left;
  margin-bottom: 3rem;
}

#p-elements{
  width: 65%;
  margin: 10px auto auto;
  text-align: left;
  line-height: 2;
}


.contenido{
  font-size: 30px;
  font-family: 'Arvo', serif;
  text-align: justify;
}



.div-items{
  width: 100%
}

.random-items{
  width: 150px;
  height: 150px;
  display: inline-block;
  text-align: center;
  border: none;
  transition: 1s ease;
  }

.items{
  width: 120px;
  height: 270px;
  display: inline-block;
  text-align: center;
  border: solid;
  border-width: thin;
  border-radius: 20px;
  border-color: #184D47;
  transition: 1s ease;

}

.items:hover{
  transform: translateY(-10px);
  box-shadow: 0 0 20px #C9D8B6;
}




.items-cont{
  width: 50% auto;
  margin-top: 30px;
}


.mipa{
  display: inline-block;
  width: 20%;
  height: auto;
  margin: 10px;
  position: relative;
}

.mipa-fotos{
  width: 80%;
  height: auto;
  transition: 0.5s ease;
  filter: drop-shadow(0 2px 5px #808080);

}

.mipa:hover img{
  filter: drop-shadow(0 2px 5px #808080) blur(4px);
  -webkit-transform:scale(1.3);transform:scale(1.3);
}

.mipa:hover .parr{
  opacity:1;
  -webkit-transform:scale(1.3);transform:scale(1.3);
}

.parr{
  opacity: 0;
  position: absolute;
  top: 40%;
  width: 100%;
  text-align: center;
  transition: 0.5s ease;
  font-size: 20px;
  color: white;
  filter: drop-shadow(0 3px 6px #184D47);
}




.años{
  font-family: 'Arvo', serif;
  font-size: 15px;
  color: #184D47;
  text-align: center;
}






ul{
  font-family: 'Arvo', serif;
  font-size: 20px;
  list-style: none;
}

li{
  display: inline-block;
  margin: 20px;
}

#img-yo{
  width: 35%;
  transform: rotate(270deg);
  float: right;
  margin-left: 28px;
  filter: drop-shadow(0 2px 5px #808080);
}




#img-berlin{
 width: 40%;
  float: right;
  margin-left: 28px;
  filter: drop-shadow(0 2px 5px #808080);
}

#container2{
  background-color: #F7F7F7;
  color: #184D47;
  width: 100vw;
  height: 100vh;
  padding: 3rem;
  text-align: center;

}

#container3{
  background-color: #F7F7F7;
  color: #184D47;
  width: 100vw;
  height: 100vh;
    padding: 3rem;

  text-align: center;
}


#container4{
  background-color: #F7F7F7;
  color: #184D47;
  width: 100vw;
  height: 100vh;
  padding: 3rem;
}



#container5{
  background-color: #F7F7F7;
  color: #184D47;
  width: 100vw;
  height: 100vh;
    padding: 3rem;

}

#container6{
  background-color: #F7F7F7;
  color: #184D47;
  width: 100vw;
  height: 100vh;
  text-align: center;
    padding: 3rem;

}


#flecha{
  font-size: 33px;
  margin-left: 14px;
  margin-right: 10px;
}


#div-gal{
  text-align: center;
  }

.galeria {
  height: calc( 400px + 3em);
  border-radius: 15px;
  width: 600px;
  margin:1em auto;
  border: 1px solid #184D47;
  position: relative;  
}

.galeria img {
  position: absolute;
  border-radius: 15px 15px 0 0;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 3s;
}

.galeria input[type=radio] {
  position: relative;
  bottom: calc(-400px - 1.5em);
  left: .5em;
}

.galeria input[type=radio]:nth-of-type(1):checked ~ img:nth-of-type(1) {
  opacity: 1;
}

.galeria input[type=radio]:nth-of-type(2):checked ~ img:nth-of-type(2) {
  opacity: 1;
}

.galeria input[type=radio]:nth-of-type(3):checked ~ img:nth-of-type(3) {
  opacity: 1;
}

.galeria input[type=radio]:nth-of-type(4):checked ~ img:nth-of-type(4) {
  opacity: 1;
}

.galeria input[type=radio]:nth-of-type(5):checked ~ img:nth-of-type(5) {
  opacity: 1;
}

.galeria input[type=radio]:nth-of-type(6):checked ~ img:nth-of-type(6) {
  opacity: 1;
}

.galeria input[type=radio]:nth-of-type(7):checked ~ img:nth-of-type(7) {
  opacity: 1;
}

.galeria input[type=radio]:nth-of-type(8):checked ~ img:nth-of-type(8) {
  opacity: 1;
}
.galeria input[type=radio]:nth-of-type(9):checked ~ img:nth-of-type(9) {
  opacity: 1;
}
.galeria input[type=radio]:nth-of-type(10):checked ~ img:nth-of-type(10) {
  opacity: 1;
}

.galeria input[type=radio]:nth-of-type(11):checked ~ img:nth-of-type(11) {
  opacity: 1;
}
.galeria input[type=radio]:nth-of-type(12):checked ~ img:nth-of-type(12) {
  opacity: 1;
}
.galeria input[type=radio]:nth-of-type(13):checked ~ img:nth-of-type(13) {
  opacity: 1;
}
.galeria input[type=radio]:nth-of-type(14):checked ~ img:nth-of-type(14) {
  opacity: 1;
}




#container7{
  background-color: black;
  padding: 20px;
  width: 100vw;
  color: #184D47; 
  text-align: center;
  height: 50vh;
    padding: 3rem;

 
}
.redes{
  width: 20%;
  filter: drop-shadow(0 2px 5px #808080);
  margin: 40px;
}


#contact{
  font-size: 20px;
  color: white;
  text-align: center;
  }