*{
    font-display: swap;
}


.btn-whatsapp{
    background-color: #3DC15C;
    font-size: 20px;
    width: 200px;
    margin: 0 auto;
    color: white;
    padding: 10px 0;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 50px auto;
}

.ajust-button{
    width: 100%;
    display: flex;
    justify-content: center;
}

.width-800{
    display: none;
}

.celular{
    display: block;
}

.btn-whatsapp i{
    font-size: 20px;
    margin-right: 5px;
}

#edit-section-info{
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    background-color: white;
}

.title-new-item{

    text-align: center;
    font-weight: bold;
    margin: 60px 20px 0px 0;
}

.title-new-item p{
    font-size: 18px;
}

.selo-view{
    width: 325px;
    min-height: 250px;
    background-color: white;
    border-radius: 5px;
    display: flex;
    padding: 15px 25px;
    flex-direction: column;
    font-size: 17px;
    gap: 15px;
    letter-spacing: -.5px;
    border: 1px solid rgb(210, 210, 210);
}

.selo-view h2{
    text-align: center;
}

.selo-view img{
    width: 55px;
    margin: 0 auto;
}


#back-shadow{
    background-color: rgba(0, 0, 0, 0.5);
}

#movie-view iframe{
    border: none;
}

.btn-movie{
    border: none;
    background-color: rgba(0, 0, 0, 0);
    color: red;
    font-size: 60px;
    outline: none;
    margin: auto;
}

.btn-view-video{
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url("../img/logo_youtube.jpeg");
    background-size: cover;
    background-position: center;
    box-shadow: 3px 3px 7px 4px rgba(0, 0, 0, 0.3);
}


/*---------Tela maior: ---------------*/


@media screen and (min-width: 800px) {

    *{
        font-display: swap;
    }
    



        .btn-whatsapp{
            background-color: #3DC15C;
            font-size: 20px;
            width: 400px;
            margin: 0 auto;
            color: white;
            padding: 10px 0;
            border-radius: 25px;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            margin: 80px auto;
        }

        .btn-whatsapp i{
            font-size: 20px;
            margin-right: 5px;
        }

        .width-800{
            display: block;
        }
        
        .celular{
            display: none;
        }

        #edit-section-info{
            margin: 20px 0 0 0;
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 20px;
            background-color: white;
        }

        .title-new-item{
            margin-top: 60px;
            margin-bottom: -30px;
            text-align: center;
            font-weight: bold;
        }

        .title-new-item p{
            font-size: 18px;
        }

        .selo-view{
            width: 325px;
            height: 250px;
            background-color: white;
            border-radius: 5px;
            display: flex;
            padding: 15px 30px;
            flex-direction: column;
            font-size: 17px;
            gap: 15px;
            letter-spacing: -.5px;
            border: 1px solid rgb(210, 210, 210);
            text-align: center;

        }

        .selo-view h2{
            text-align: center;
            font-size: 22px;
        }

        .selo-view img{
            width: 80px;
            margin: 0 auto;
        }

        #ajust-size{
            width: 550px;
        }

        #back-shadow{
            background-color: rgba(0, 0, 0, 0.5);
        }
        
        #movie-view iframe{
            border: none;
        }

        .titulo-banner{
            font-size: 35px;
        }

        .btn-movie{
            border: none;
            background-color: rgba(0, 0, 0, 0);
            color: red;
            font-size: 60px;
            outline: none;
            margin: auto;
        }

        .btn-view-video{
            display: flex;
            align-items: center;
            justify-content: center;
            background-image: url("../img/logo_youtube.jpeg");
            background-size: cover;
            background-position: center;
            box-shadow: 3px 3px 7px 4px rgba(0, 0, 0, 0.3);
        }
        
}