@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@332&display=swap');

body, h1, h2, h3, p, ul, li {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Open Sans", sans-serif;
    font-weight: 100;
    background-image: url(../img/background.png);
    color: #333;
}

header {
    background-color: rgba(255, 255, 255, 0.514);
    text-align: center; 
    display: block; 
    justify-content: space-between; 
    align-items: center;
    height: 200px;
}

.logo img {
    max-width: 150px; 
    margin: 10px;
    margin-top: 50px;
}

nav .ul-p {
    list-style: none;
    text-align: center; 
    color: #000;
    display: inline-flex; 
}

nav .li-p {
    display: block; 
    margin: 0 10px; 
    color: #000;
    position: relative; 
}

nav .a-p {
    text-decoration: none; 
    color: #fff; 
    font-weight: bold; 
    color: #000;
    transition: color 0.3s;
}

nav .a-p::before {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: fuchsia; 
    transition: width 0.3s; 
}

nav .a-p:hover::before {
    width: 100%; 
}

nav .li-p-active {
    background-color: rgba(18, 172, 18, 0.699);
    padding: 5px;
    border-radius: 15px;
}

.navigation{
    display: none;
}

#searchInput{
    border: none;
    padding: 5px;
    margin-top: 10px;
    width: 350px;
    border-radius: 15px;
}

.image-container{
    display: inline-flex;
}

.image-item{
    width: 250px;
    background-color: #ffffff;
    margin-left: 15px;
    height: 200px;
    border-radius: 15px;
}

.image-item img{
    width: 200px;
    margin-top: 15px;
    border-radius: 20px;
}

.calendario{
    display: block;
    margin-top: 15px;
    background-color: rgb(45, 45, 233);
    width: 180px;
    color: #fff;
    padding: 5px;
    border-radius: 15px;
    transition: 0.3s;
}

.calendario:hover{
    transition: 0.3s;
    cursor: pointer;
    background-color: rgb(255, 255, 255);
    color: #000;
}

.season-estate{
    display: block;
    margin-top: 15px;
    background-color: #ffef15;
    width: 150px;
    color: #000;
    padding: 3px;
    border-radius: 15px;
    transition: 0.3s;
}

.season-estate:hover{
    transition: 0.3s;
    cursor: pointer;
    background-color: rgb(255, 255, 255);
    color: #000;
}

.season-autunno{
    display: block;
    margin-top: 15px;
    background-color: #ffc72d;
    width: 150px;
    color: #000;
    padding: 3px;
    border-radius: 15px;
    transition: 0.3s;
}

.season-primavera{
    display: block;
    margin-top: 15px;
    background-color: #27e900;
    width: 150px;
    color: #000;
    padding: 3px;
    border-radius: 15px;
    transition: 0.3s;
}

.season-inverno{
    display: block;
    margin-top: 15px;
    background-color: #1cddff;
    width: 150px;
    color: #000;
    padding: 3px;
    border-radius: 15px;
    transition: 0.3s;
}

svg{
    margin-right: 20px;
}

.season-estate:hover, .season-autunno:hover, .season-primavera:hover, .season-inverno:hover{
    transition: 0.3s;
    cursor: pointer;
    background-color: rgb(255, 255, 255);
    color: #000;
}

a{
    text-decoration: none;
}

@media (max-width: 600px){

    body{
        margin: 0;
        padding: 0;
        background-image: url(../img/background.png);
        box-sizing: border-box;
    }

    header {
        background-color: rgba(255, 255, 255, 0.514);
        text-align: center; 
        display: block; 
        align-items: center;
        height: 150px;
    }
    
.logo img {
margin-top: 15px;
}

.season-container{
    display: block;
    margin-top: 40px;
    background-color: #d6d6d6c2;
    width: 250px;
    padding: 15px;
    border-radius: 20px;
}

.calendario{
    margin-top: 15px;
    background-color: rgb(45, 45, 233);
    width: 180px;
    color: #fff;
    padding: 5px;
    border-radius: 15px;
    transition: 0.3s;
}

.calendario:hover{
    transition: 0.3s;
    cursor: pointer;
    background-color: rgb(255, 255, 255);
    color: #000;
}

.season-estate{
    display: block;
    margin-top: 15px;
    background-color: #ffef15;
    width: 150px;
    color: #000;
    padding: 3px;
    border-radius: 15px;
    transition: 0.3s;
}

.season-estate:hover{
    transition: 0.3s;
    cursor: pointer;
    background-color: rgb(255, 255, 255);
    color: #000;
}

.season-autunno{
    display: block;
    margin-top: 15px;
    background-color: #ffc72d;
    width: 150px;
    color: #000;
    padding: 3px;
    border-radius: 15px;
    transition: 0.3s;
}

.season-primavera{
    display: block;
    margin-top: 15px;
    background-color: #27e900;
    width: 150px;
    color: #000;
    padding: 3px;
    border-radius: 15px;
    transition: 0.3s;
}

.season-inverno{
    display: block;
    margin-top: 15px;
    background-color: #1cddff;
    width: 150px;
    color: #000;
    padding: 3px;
    border-radius: 15px;
    transition: 0.3s;
}

.season-estate:hover, .season-autunno:hover, .season-primavera:hover, .season-inverno:hover{
    transition: 0.3s;
    cursor: pointer;
    background-color: rgb(255, 255, 255);
    color: #000;
}

a{
    text-decoration: none;
}


}


footer{
    background-color: white;
    width: 350px;
    margin-top: 20px;
    padding: 5px;
    border-radius: 15px;
}