body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
}
header {
    min-height: 10px;
}

footer {
    flex-shrink: 0;
    flex-shrink: 30px;
    margin: 50px ;
    padding-bottom: 30px;
    
    
    
}

.construccion {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
}
.berkshire-swash-regular, h1{
    font-family: "Berkshire Swash", serif;
    font-weight: 400;
    font-style: normal;
    color:blueviolet;
    text-align: center;


  }
    .berkshire-swash-regular, h3{
        font-family: "Berkshire Swash", serif;
        font-weight: 200;
        font-style: normal;
        color:rgb(92, 78, 106)
    
    }
    .lato-regular, p{
        font-family: "Lato", sans-serif;
        font-weight: 400;
        font-style: normal;
        color: black;
      }
      
  .construccion {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
img {
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (min-width: 768px) {
    img {
        width: 20%;
    }
    .carousel {
        width: 20%;

    }
    
    .carousel-image {

        width: 100%;
    }
}
@media screen and (max-width: 768px) {
    img {
        width: 50%;
    }
    .carousel {
        width: 45%;

    }
    
    .carousel-image {

        width: 100%;
    }
}

.icons {
    display: flex;
    justify-content: center;
    align-items: center;
}

.icons .iconify {
    margin: 0 10px;
}
main {
    flex: 1 0 auto;
    margin-left: 15%;
    margin-right: 15%;
    justify-content: center;
    text-align: justify;

}

.carousel {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}

.carousel-image {
    display: none;

}

.carousel-image.active {
    display: block;
}