@charset "UTF-8";

* {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    text-decoration: none;
    box-sizing: border-box;
}

@media (max-width: 1024px) {
    #insta-icon {
        left: 92%;
    }
}

@media (max-width: 1017px) {

    main {
        height: 1450px;
        
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }

    .subtitle-conteiner {
        margin: 40px 40px;
    }

    footer {
        height: 650px;

        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;

        text-align: center;
    }

    #insta-icon {
        left: 85%;
    }

}


@media (max-width: 882px) {

    main {
        height: 2000px;
    }
    
    .ep-card{
        width: 80%;
        height: 600px;

        display: flex;
        flex-direction: column;
        align-items: center;

        margin: auto;
        margin-top: 100px;
    }

    .img-ep-card {
        width: 90%;
        height: 50%;
        margin: auto;
        
    }

    .ep-descr {
        text-align: center;
    }

}

@media (max-width: 830px) {

    .plusnews{
        display: block;
        width: 100px;
        height: 300px;
        margin: 2px;
        border: 1px solid white;
        background-image: url(/image/background-camp-2.jpg);

        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.5s;
    }
    .plusnews:hover {
        transform: scale(1.1);
        color: brown;
    }

    #card-2 {
        display: none;
    }
    #card-3 {
        display: none;
    }

}


@media (max-width: 620px) {

    .ep-card {
        width: 95%;
    }

    
}


@media (max-width: 500px) {

    main {
        height: 1800px;
    }

    .noticie-conteiner {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    #card-1 {
        display: none;
    }

    .img-ep-card {
        display: none;
        
    }

    .ep-card {
        width: 100%;
        height: 200px;
    }


    .subtitle-conteiner {
        font-size: 70%;
        margin: auto;
    }

    .subtitle-conteiner hr {
        width: 100%;
    }

    #insta-icon{
        left: 80%;
        bottom: 10%;
    }

}

