@import url('https://fonts.googleapis.com/css2?family=Oswald&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Hind+Madurai:wght@300&display=swap');

body {
  background-color:#118165;
}
html{
  scroll-behavior: smooth;
}
.btn {
	font-size: 17px;
	color: white; 
	border-radius: 3px; 
	letter-spacing: 2px; 
	background-color: #610b4d;
	padding: 8px 15px; 
	position: fixed;
	bottom:400px;
	right: 1100px;
	transition: all 300ms ease 0ms;
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
	z-index: 99;
  font-family:'Roboto Mono', monospace;
  font-weight: 800;
}
a{
	text-decoration: none;
}
.btn:hover {
	background-color: black;
	color: white;
	box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.3);
	transform: translateY(-7px);
}
.btn-flotante {
	font-size: 20px;
	color: white; 
	border-radius: 3px; 
	letter-spacing: 2px; 
	background-color: #610b4d;
	padding: 8px 15px; 
	position: fixed;
	bottom: 40px;
	right: 60px;
	transition: all 300ms ease 0ms;
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
	z-index: 99;
  font-family:'Roboto Mono', monospace;
  font-weight: 800;
}
a{
	text-decoration: none;
}
.btn-flotante:hover {
	background-color: black;
	color: white;
	box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.3);
	transform: translateY(-7px);
}

/* Seccion 1 */
#seccion1{
  width: 100vw;
  height: 100vh;
}
#titulo h1{
margin-top: 5px;
color: white;
  display: flex;
 justify-content: center;
 font-family: 'Bebas Neue', cursive; 
 font-size: 40px;
 font-weight: 400;
  margin-top: 0px;
  border: 1px solid white;
  border-radius: 10px;
transition: ease 2s;
}

 #titulo h1:hover{
  border: 2px solid black;
  box-shadow: 5px 5px 100px #FEFFDE;

}


#zona1 {
    color: black;
    font-size: 40px;
    font-family: 'Oswald', sans-serif;
    position: absolute; width: 25%; top: 41%;  right: 57%;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 80px;
    width: 140px;
    height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
transition: ease 2s;
background-image: url(https://i.imgur.com/sfEbDyS.jpg);
background-position: center;
background-size: cover;
}
   #zona1:hover{
    border: 2px solid #000000;
    box-shadow: 5px 5px 100px #FEFFDE;
    cursor: pointer;
    font-size: 0.01px;
    
  }

  #zona2 {
    color: black;
    font-size: 40px;
    font-family: 'Oswald', sans-serif;
    position: absolute; width: 29.5%; top: 15%;  right: 44%;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 80px;
    width: 140px;
    height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
transition: ease 2s;
background-image: url(https://i.imgur.com/ejNsQI8.jpg);
background-position: center;
background-size: cover;
}

   #zona2:hover{
    border: 2px solid #000000;
    box-shadow: 5px 5px 100px #FEFFDE;
    cursor: pointer;
    font-size: 0.01px;
  }


  #zona3 {
    color: rgb(0, 0, 0);
    font-size: 40px;
    font-family: 'Oswald', sans-serif;
    position: absolute; width: 25%; top: 40%;  right: 31%;
    border: 1px solid #ffffff;
    border-radius: 80px;
    width: 140px;
    height: 140px;
    background-color:#DDFFBC;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease 2s;
  background-image: url(https://i.imgur.com/pBLNudo.jpg);
  background-position: center;
  background-size: cover;
}
   #zona3:hover{
    border: 2px solid #000000;
    box-shadow: 5px 5px 100px #FEFFDE;
    cursor: pointer; 
    font-size: 0.01px;
  }


  #zona4 {
    color: rgb(0, 0, 0);
    font-size: 40px;
    font-family: 'Oswald', sans-serif;
    position: absolute; width: 25%; top: 70%;  right: 50%;
    border: 1px solid #ffffff;
    border-radius: 80px;
    width: 140px;
    height: 140px;
    background-color: #DDFFBC;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease 2s;
  background-image: url(https://i.imgur.com/onKFzji.jpg);
  background-position: center;
  background-size: cover;
}
   #zona4:hover{
    border: 2px solid #000000;
    box-shadow: 5px 5px 100px #FEFFDE;
    cursor: pointer;
    font-size: 0.01px;
    margin-bottom: 10px;
  }


  #zona5 {
    color: rgb(0, 0, 0);
    font-size: 40px;
    font-family: 'Oswald', sans-serif; 
    position: absolute; width: 25%; top: 70%;  right: 37%;
    border: 1px solid #ffffff;
    border-radius: 80px;
    width: 140px;
    height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease 2s;
  background-image: url(https://i.imgur.com/JzYjcpd.jpg);
  background-position: left;
  background-size: cover;
  margin-bottom: 10px;
}

   #zona5:hover{
    border: 2px solid #000000;
    box-shadow: 5px 5px 100px white;
    cursor: pointer;
  font-size: 0.01px;
  }


  #contenedor p{
    background-color: rgba(255, 255, 255, 0.5);
  border-radius: 8px;

}

#redes ul {
display: flex;
justify-content: flex-end;
  list-style: none;
  margin-right:20px;
}

#redes ul li {
  display: inline-block;
  margin-right:20px;
}
#redes ul li  {
  color: white;
  font-size: 45px;
  padding: 10px 5px;
  margin-right:20px;
}
#redes ul li :hover {
  color:black;
  transform: scale(1.3);
 transition: ease 2s;
  margin-right:20px;
}

/* Seccion 2 */
#seccion2{
width: 100vw;
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
}

#contenedor2{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 90vw;
  height: 80vh;
  border: 4px dashed white;
  border-color:black;
  padding: 15px;
  border-radius: 7px;
  background-color:white;
}

#contenedor2 p{
   color: white;
  font-size:20px;
  background-color:#610b4d;
padding: 20px;
  border-radius: 7px;
  width: 40vw;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

#imgcont2{
  width: 100%;
  max-width: 100%;
  height: auto;
  height: 50vh;
  border: 1px solid black;
  border-radius: 5px;
    position: absolute; width: 20vw; top: 110vh;  right: 18vw;
   background-image: url(https://i.imgur.com/HC0EuAV.jpg?1);
  background-size:cover;
  box-shadow: 10px 10px 5px #610b4d;
  transition: 2s;

}
#imgcont3{
  width: 100%;
  max-width: 100%;
  height: auto;
  height: 50vh;
  border: 1px solid black; 
  border-radius: 5px;
  background-image: url(https://i.imgur.com/5r9BUHT.jpg?2);
   box-shadow: 10px 10px 5px #610b4d;
  position: absolute; margin-top: 30vh; right: -15vw;
  background-size: cover;
  transition: 2s;

}
#imgcont2:hover{
  box-shadow: 10px 10px 5px black;
}

#imgcont3:hover{
  box-shadow: 10px 10px 5px black;

}
/* Seccion 3 */
#seccion3{
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
}
#contenedor3{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90vw;
  height: 80vh;
  border: 2px dashed white;
  padding: 15px;
  border-radius: 5px;
  background-color:black;
}
div.gallery {
  margin-top: 10px;
  margin: 5px;
  border: 1px solid #ccc;
  float: left;
  width: 180px;
   position: relative;
  left:0px;
  font-size:16px;
  background-color:#610b4d;
 font-family: 'Hind Madurai', sans-serif;
font-weight: bold;
   transition: 2s
}

div.gallery:hover {
  border: 2px solid white;
    box-shadow: 1px 1px 30px #FEFFDE;
    cursor: pointer;
  transform:scale(1.5)
}
div.galler{
   margin: 5px;
  border: 1px solid #ccc;
  float: left;
  width: 180px;
  font-size:16px;
  background-color: #610b4d;
  position: relative;
  left: 0px;
   font-family: 'Hind Madurai', sans-serif;
  font-weight: bold;
  transition: 2s
}
div.galler:hover {
 border: 2px solid white;
    box-shadow: 1px 1px 30px #FEFFDE;
    cursor: pointer;
  transform:scale(1.3)
}

div.gallery img {
  width: 100%;
  height: auto;
}
div.galler img {
  width: 180px;
  height: 190px;
}
div.desc {
  padding: 15px;
  text-align: center;
}
/* Seccion 4 */
#seccion4 {
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
}
#contenedor4{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90vw;
  height: 80vh;
  border: 4px dotted #e322b9;
  padding: 15px;
  border-radius: 5px;
  background-color:#ff8ce6;
}
#contenedor4bis{
  align-items: center;
  justify-content: center;
  width: 40vw;
  height: 40vh;
  border: 4px dotted white;
  padding: 1px;
  border-radius: 5px;
  transition:1s ease-in-out;
  
}
#contenedor4bis img{
  width: 40vw;
  height: 40vh;
  background-color:white;
}
#contenedor4bis:hover{
  box-shadow: 10px 10px 7px black;
}

/* ventana popup */
.modal-contenido{
  background-color:#118165;
  width:300px;
  padding: 10px 20px;
  margin: 20% auto;
  position: relative;
}
.modal{
  background-color: rgba(0,0,0,.8);
  position:fixed;
  top:0;
  right:0;
  bottom:0;
  left:0;
  opacity:0;
  pointer-events:none;
  transition: all 1s;
  font-family: 'Hind Madurai', sans-serif;
  font-weight: bold;
  text-align: center;
}
#miModal:target{
  opacity:1;
  pointer-events:auto;
}

#seccion5{
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;

}
#contenedor5{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
  width: 90vw;
  height: 80vh;
  border: 4px dashed white;
  border-color:black;
  padding: 15px;
  border-radius: 7px;
  background-color:white;
}
#inforandom{
 font-family: 'Hind Madurai', sans-serif;
  font-weight: bold;
  text-align: center;
  font-size: 23px;
  height:70vh;
  width:35vw;
  border: 4px solid black;
  margin-right: 10px; 
}
#seccion6{
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

#contenedor6{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 90vw;
  height: 80vh;
  border: 4px dashed white;
  border-color:black;
  padding: 15px;
  border-radius: 7px;
  background-color:white;
}