html, body {
    font-family:"Oswald", sans-serif;
    margin: 0;
    padding: 0;
    width: 100vw;
    color: #ddd;
    background-color: #ffc1e9;
}

header {
    background-color: #333;
    color: #ff58b9;
    padding: 30px;
    text-align: left;
}

.contenedor-imagen {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 400px; /* Ajusta la altura según tu imagen */
}

.contenedor-imagen img {
    max-width: 100%;
    height: auto;
}

.contenedor-texto {
    padding: 20px;
    color: #ff58b9;
}

h1 {
    font-size: 5em;
    margin-bottom: 10px;
    align-items: left;
}

#ImagenPortada { 
    
    position: relative;
    display: flex;
    flex-direction: grid;
    justify-content: space-around;
    align-items: center;
    border: 1px solid #ff58b9;
    width: 40vw;
    margin-top: 3vw;
}

p {
    font-size: 1.5em;
    line-height: 1.5;
    color:#333;
}

.seccion-botones {
    background-color: #ffc1e9;
    padding: 20px;
    text-align: center;
   
}

.contenedor-botones {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 20px;
    padding: 20px;
}

.boton {
    display: inline-block;
    padding: 10px 20px;
    margin: 10px;
    background-color: #ff58b9;
    color: #ffc1e9;
    text-decoration: none;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
    width: 10vw;
    font-family:"Oswald", sans-serif;
    font: #333;
}

.boton:hover {
    background-color: #f586c7;
}

main {

    padding: 20px;
}
#seccion1{
    margin-bottom: 10px;
    border: 1px solid #ff58b9;
    padding: 20px;
    font-family:"Oswald", sans-serif;
}

#brunoyyo{
    position: relative;
    bottom: 33vw;
    left: 62vw;
    width: 28vw;
    height: auto;
    border: 1px solid #ff58b9;

}
#brunoyyo:hover {
    transform: scale(1.1);
}
#acanti{
    position: relative;
    top: 5vw;
    left: 3vw;
    width: 11vw;
    height: auto;
    border: 1px solid #ff58b9;
    margin:5px;
    align-items: center;

}
#acanti:hover {
    transform: scale(1.1);
}
#seccion2{
    margin-bottom: 20px;
    border: 1px solid #ff58b9;
    padding: 20px;
}

.wrap {
    overflow: hidden;
    margin: 10px;
  }
  .box {
    float: left;
    position: relative;
    width: 20%;
    padding-bottom: 20%;
    margin: 35px;
  }
  .boxInner {
    position: absolute;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    overflow: hidden;
  }
  .boxInner img {
    width: 100%;
  }
  .boxInner .titleBox {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-bottom: -50px;
    background: #ff58b9;
    color:#333;
    padding: 10px;
    text-align: center;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  section.no-touch .boxInner:hover .titleBox, section.touch .boxInner.touchFocus .titleBox {
    margin-bottom: 0;
  }
  @media only screen and (max-width : 480px) {
    /* Smartphone view: 1 tile */
    .box {
      width: 100%;
      padding-bottom: 100%;
    }
  }
  @media only screen and (max-width : 650px) and (min-width : 481px) {
    /* Tablet view: 2 tiles */
    .box {
      width: 50%;
      padding-bottom: 50%;
    }
  }
  @media only screen and (max-width : 1050px) and (min-width : 651px) {
    /* Small desktop / ipad view: 3 tiles */
    .box {
      width: 33.3%;
      padding-bottom: 33.3%;
    }
  }
  @media only screen and (max-width : 1290px) and (min-width : 1051px) {
    /* Medium desktop: 4 tiles */
    .box {
      width: 25%;
      padding-bottom: 25%;
    }
  }
#seccion3{
    margin-bottom: 20px;
    border: 1px solid #ff58b9;
    padding: 20px;
}
#seccion4{
    margin-bottom: 20px;
    border: 1px solid #ff58b9;
    padding: 20px;
}
#seccion5{
    margin-bottom: 20px;
    border: 1px solid #ff58b9;
    padding: 20px;
}
#fotoIllia {
    position: relative;
    display: flex;
    flex-direction: grid;
    justify-content: space-around;
    align-items: center;
    width: 92vw;
    margin:5px;
}
#fotoIllia2 {
    position: relative;
    display: flex;
    flex-direction: grid;
    justify-content: space-around;
    align-items: center;
    width: 92vw;
}
#fotoIllia3 {
    position: relative;
    display: flex;
    flex-direction: grid;
    justify-content: space-around;
    align-items: center;
    width: 92vw;
}
#fotoIllia4 {
    position: relative;
    display: flex;
    flex-direction: grid;
    justify-content: space-around;
    align-items: center;
    width: 92vw;
}

#fotoIllia5 {
    position: relative;
    display: flex;
    flex-direction: grid;
    justify-content: space-around;
    align-items: center;
    width: 92vw;
}
#fotoIllia6 {
    position: relative;
    display: flex;
    flex-direction: grid;
    justify-content: space-around;
    align-items: center;
    width: 92vw;
}
#foto {
    display: flex;
    margin-top: 5vh;
    position: relative; 
    justify-content: space-between;
    height: auto;
    align-items: center;
    margin: 10px;
    gap: 10px;
    width: 17vw;
    height: auto;
    border: 1px solid #ff58b9;
}


h2{
    font-size: 3em;
    align-items: center;
    color:#ff58b9
}
h3{
font-size: 2em;
color:#ff58b9
}


.container
{
  width: 100%;
  margin: 0px auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}
.container .box
{
  position: relative;
  width: 300px;
  height: 380px;
  margin: 10px;
  box-sizing: border-box;
  display: inline-block;
}
.container .box .imgBox
{
  position: relative;
  overflow: hidden;
}
.container .box .imgBox img
{
  max-width: 100%;
  transition: transform 3s;
}
.container .box:hover .imgBox img
{
  transform: scale(1.2);
}
.container .box .details
{
  position: absolute;
  top: 10px;
  left: 5px;
  bottom: 80px;
  right: 5px;
  background: #f8b4e0;
  transform: scaleY(0);
  transition: transform .5s;
}
.container .box:hover .details
{
  transform: scaleY(1);
}
.container .box .details .content
{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  padding: 15px;
  color: #fff;
}
.container .box .details .content h1
{
  margin: 10px;
  padding: 10px;
  font-size: 25px;
    color:  #ff58b9;
    align-items: center;
    justify-content: center;

}
.container .box .details .content p
{
  margin-left: 10px;
  padding: 10px;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .container {
    padding: 0;
  }
  .container .box {
  margin: 0;
  }

  }
#textofuturo{
        margin-top: 0;
        padding:0;
        width: 540px;
        height: 340px;
        left: 1vw;
        position:relative ;
    }
#arquitectura{
    position: relative;
    bottom: 16vw;
    left: 50vw;
    width: 28vw;
    height: auto;
    border: 1px solid #ff58b9;
}
#arqui:hover {
    transform: scale(1.1);
}

footer {
    background-color: #ffc1e9;
    color: #333f;
    text-align: left;
    padding: 5px;
}
