/*
 Theme Name:  Divi Child Theme
 Theme URI:    https://divilife.com
 Description:  Child Theme for Divi
 Author:       Tim Strifler
 Author URI:   https://divilife.com
 Template:     Divi
 Version:      1.0.0
*/

ul.list_categories {
    padding: 35px 0;
    list-style-type: square;
}

ul.list_categories li {
    margin: 10px 0;
}

ul.list_categories li a {
    color: #777 !important;
    font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 500;
    font-size: 16px;
}

ul.list_categories li a:hover {
    text-decoration: underline;
}

.produtos_lista {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 30px;
}

.produtos_lista .produto {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
}

.produto_nome {
    width: 100%;
    position: relative;
    float: left;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.produto_apresentacao {
    width: 100%;
    position: relative;
    float: left;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    color: #afafaf;
    margin: 0 0 10px;
}

.produto_pa {
    width: 100%;
    position: relative;
    float: left;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}

.produto_pa a {
    color: #4c9ab2;
}

.produto_detalhe {
    width: 100%;
    max-width: 350px;
    position: relative;
    float: left;
}

.produto_descricao {
    width: 100%;
    position: relative;
    float: left;
    font-size: 12px;
    line-height: normal;
}

.produto_ativos {
    margin: 10px 0 0;
    width: 100%;
    position: relative;
    float: left;
    font-size: 12px;
    line-height: normal;
}

.fancybox-slide--html {
    padding: 25px;
}

.fancybox-content {
    padding: 35px;
}

.produto_bt {
    width: 100%;
    position: relative;
    float: left;
}

.bt_faleconosco {
    width: auto;
    margin: 15px auto 10px;
    background-color: #4c9ab2;
    padding: 10px 20px;
    position: relative;
    display: table;
    color: #fff;
    font-weight: 700;
    border-radius: 5px;
    border-bottom: 3px solid #1b5e73;
    font-family: "Open Sans";
    font-size: 15px;
    transition: all 0.2s;
    cursor: pointer;
}

.bt_faleconosco:hover{
    background-color: #3d859b;
}

.form-cadastro .campo{
    width: 100%;
    position: relative;
    float: left;
    margin-bottom: 10px;
    padding: 0 10px;
}

.form-cadastro .linha{
    width: 100%;
    position: relative;
    float: left;
}

.form-cadastro .campo.metade{
    width: 50%;
    position: relative;
    float: left;
    margin-bottom: 10px;
}

.form-cadastro .campo.w20p{
    width: 20%;
}
.form-cadastro .campo.w30p{
    width: 30%;
}
.form-cadastro .campo.w25p{
    width: 25%;
}

.form-cadastro .campo.ajustemg{
    margin: 5px 0;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #ffb900;
    width: 97%;
    position: relative;
    float: left;
    background: #ffb900;
    color: #464646;
    font-weight: 600;
    border-radius: 5px;
    margin: 10px 8px 0;
}

.wpcf7 form.sent .wpcf7-response-output{
    border-color: #46b450;
    width: 97%;
    position: relative;
    float: left;
    background: #46b450;
    color: #fff;
    font-weight: 600;
    border-radius: 5px;
    margin: 10px 8px 0;
}

.wpcf7 form.spam .wpcf7-response-output {
    border-color: #f56e28;
    width: 97%;
    position: relative;
    float: left;
    background: #f56e28;
    color: #fff;
    font-weight: 600;
    border-radius: 5px;
    margin: 10px 8px 0;
}

.wpcf7-form-control.wpcf7-submit{
    background-color: gray;
    border: 0;
    padding: 8px 15px;
    text-transform: uppercase;
    font-size: 18px;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.2s;
}
.wpcf7-form-control.wpcf7-submit:hover {
    background-color: rgb(83, 83, 83);
}

.wpcf7-not-valid-tip{
    color: #dc3232;
    font-size: 10px;
    font-weight: normal;
    display: block;
    line-height: normal;
    position: relative;
    float: left;
    width: 100%;
    margin: 2px 0 0;
}

.form-cadastro .campo a{
    color: #767686;
    font-weight: bold;
    text-decoration: underline;
}

.form-cadastro .campo input[type=checkbox]{
    margin: 5px 8px 0 0;
    position: relative;
    float: left;
}

.form-cadastro .campo .wpcf7-form-control-wrap{
    width: 100%;
    position: relative;
    float: left;
}

.wpcf7-form-control-wrap {
    position: relative;
    width: 100%;
    float: left;
}

.wpcf7-form-control-wrap input, .wpcf7-form-control-wrap select {
    position: relative;
    width: 100%;
    float: left;
    padding: 5px 10px;
    border-radius: 3px;
}

.slideshow_home {
    width: 100%;
    height: 450px;
    position: relative;
    float: left;
    overflow: hidden;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.hide {
    display: none !important;
}

.slideshow_home_front {
    width: 100%;
    height: 450px;
    position: relative;
    float: left;
}

.swiper-container-bg {
    width: 100%;
    height: 100%;
}

.swiper-container-home-front {
    width: 100%;
    height: 100%;
    top: 0px;
    position: absolute;
    overflow: visible;
}

.swiper-slide {
    background-position: top center;
}

.slideshow_home_front .swiper-slide {
    padding: 120px 0 0 90px;
}

.slideshow_home_front .swiper-slide a {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    background-color: #271E49;
    padding: 5px;
}

.slideshow_home_front .swiper-slide .slide_title {
    color: #fff;
    font-size: 32px;
    line-height: 32px;
    font-weight: bold;
    font-style: italic;
    
}
.slideshow_home_front .swiper-slide .slide_desc{
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    line-height: normal;
    margin-top: 20px;
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0,0,0);
    z-index: 10;
    bottom: 50px !important;
    width: 100%;
    padding-left: 100px;
}

.swiper-pagination-bullet {
    background: #fff !important;
    opacity: 1 !important;
    width: 12px;
    height: 12px;
    margin: 0 5px !important;
}

.swiper-pagination-bullet-active {
    background: #43b0b0 !important;
}



.slideshow_home_front_container{
    /* background-color: red; */
    position: relative;
    width: 100%;
    height: 100%;
    top: -450px;
    z-index: 10;
    max-width: 1080px;
    margin: 0 auto;
}

.slideshow_home_front {
    width: 450px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

.slideshow_home_front:before {
    width: 1000px;
    height: 100%;
    position: relative;
    background-color: #271E49;
    content: "";
    left: 100%;
    float: left;
}

.slideshow_home_front:after {
    width: 1000px;
    height: 1000px;
    position: absolute;
    background-color: #271E49;
    content: "";
    left: 0;
    top: 0;
    float: left;
    border-radius: 150px;
    transform: rotate(-25deg);
    transform-origin: 330px 187px;
}

.et_pb_blog_grid_wrapper .et_pb_salvattore_content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px 50px;
}

.et_pb_blog_grid_wrapper .et_pb_salvattore_content img {
    height: 235px;
    object-fit: cover;
}



.et_pb_blog_grid_wrapper .et_pb_salvattore_content .column.size-1of3{
    width: 100% !important;
}

.et_pb_blog_grid_wrapper .et_pb_salvattore_content .column.size-1of3 .et_pb_post{
    margin-bottom: 0 !important;
    height: 100%;
}

.et_pb_blog_grid_wrapper .et_pb_salvattore_content .column.size-1of3 .et_pb_post .et_pb_image_container{
    margin-bottom: 0;
}

.et_pb_blog_grid_wrapper .et_pb_salvattore_content .column.size-1of3:nth-child(even) .et_pb_post{
    background-color: #271E49;
}

.et_pb_blog_grid_wrapper .et_pb_salvattore_content .column.size-1of3:nth-child(even) .et_pb_post h2,
.et_pb_blog_grid_wrapper .et_pb_salvattore_content .column.size-1of3:nth-child(even) .et_pb_post .post-meta{
    color: #43B0B0;
}

.et_pb_post .entry-featured-image-url {
    margin-bottom: 10px !important;
}

.et_pb_blog_grid .et_pb_post {
    border: 0px;
    overflow: hidden;
    background-color: #43B0B0;
}

.et_pb_blog_grid h2 {
    margin-bottom: 0;
    padding-bottom: 0;
    color: #271E49;
    font-weight: bold;
}

.et_pb_post .post-meta {
    color: #271E49;
    font-weight: normal;
}

.parceiros {
    width: 100%;
    position: relative;
    float: left;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.no-select {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.parceiros_container {
    width: 100%;
    position: relative;
    float: left;
    overflow: hidden;
}

.parceiros_container .swiper-wrapper {

}

.parceiros_container .swiper-slide{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0px 50px;
    padding: 0px 100px;
}

.parceiros_container .swiper-button-next {
    background-image: url(img/arrow-next@2x.png);
    width: 45px;
    height: 50px;
    background-size: 100%;
}
.parceiros_container .swiper-button-next:after {
    content: "";
}

.parceiros_container .swiper-button-prev {
    background-image: url(img/arrow-prev@2x.png);
    width: 45px;
    height: 50px;
    background-size: 100%;
}
.parceiros_container .swiper-button-prev:after {
    content: "";
}


.parceiros_container .swiper-button-next-desk {
    background-image: url(img/arrow-next@2x.png);
    width: 45px;
    height: 50px;
    background-size: 100%;
}
.parceiros_container .swiper-button-next-desk:after {
    content: "";
}

.parceiros_container .swiper-button-prev-desk {
    background-image: url(img/arrow-prev@2x.png);
    width: 45px;
    height: 50px;
    background-size: 100%;
}
.parceiros_container .swiper-button-prev-desk:after {
    content: "";
}

.parceiros_container .swiper-button-next-mob {
    background-image: url(img/arrow-next@2x.png);
    width: 30px;
    height: 34px;
    background-size: 100%;
}
.parceiros_container .swiper-button-next-mob:after {
    content: "";
}

.parceiros_container .swiper-button-prev-mob {
    background-image: url(img/arrow-prev@2x.png);
    width: 30px;
    height: 34px;
    background-size: 100%;
}
.parceiros_container .swiper-button-prev-mob:after {
    content: "";
}


.swiper-button-next-mob, .swiper-button-prev-mob, .swiper-button-next-desk, .swiper-button-prev-desk{
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.swiper-button-next-mob{
    right: 10px;
    left: auto;
    margin-top: -17px;
}
.swiper-button-prev-mob {
    left: 10px;
    right: auto;
    margin-top: -17px;
}

.swiper-button-next-desk{
    right: 10px;
    left: auto;
    margin-top: -25px;
}
.swiper-button-prev-desk {
    left: 10px;
    right: auto;
    margin-top: -25px;
}

.swiper-button-next-mob.swiper-button-disabled, .swiper-button-prev-mob.swiper-button-disabled, .swiper-button-next-desk.swiper-button-disabled, .swiper-button-prev-desk.swiper-button-disabled{
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}


.parceiros_container .swiper-slide a{
    margin: 15px;
    border-radius: 100%;
    overflow: hidden;
    background: #fff;
    padding: 15px;
}

#page-container {
    overflow: hidden;
}

.noticias_destaques {
    width: 100%;
    position: relative;
    float: left;
    margin-bottom: 50px;
}

.noticias_destaques__item{
    width: 100%;
    position: relative;
    float: left;
}

.noticias_destaques__item a{
    width: 100%;
    position: relative;
    float: left;
}

.noticias_destaques .noticias_destaques__info {
    width: 100%;
    max-height: 450px;
    flex: 0 0 auto;
    background-color: #43B0B0;
    padding: 70px 60px 50px;
}

.noticias_destaques > .noticias_destaques__noticia .noticias_destaques__info {
    width: 40%;
}

.noticias_destaques__image {
    overflow: hidden; 
    height: 450px;   
}

.noticias_destaques__row .noticias_destaques__image {
    overflow: hidden; 
    /* height: 300px; */
    height: initial;   
}

.noticias_destaques__row .noticias_destaques__noticia .wp-post-image{
    /* height: 300px; */
    height: initial;   
}

.noticias_destaques > .noticias_destaques__noticia {
    display: flex;
    flex-direction: row;
    max-height: 450px;
    margin-bottom: 30px;
    background-color: #43B0B0;
}

.noticias_destaques > .noticias_destaques__noticia:first-child {
    max-height: 450px !important;
}

.noticias_destaques__row .noticias_destaques__noticia {
    display: block;
    overflow: hidden;
    width: 100%;
    max-height: unset;
    position: relative;
    float: left;
    background-color: #43B0B0;
}

.noticias_destaques__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px 30px;
    margin-bottom: 60px;
}

.noticias_destaques__row .noticias_destaques__noticia .noticias_destaques__image {
    /* height: 300px; */
    height: initial;
}

.noticias_destaques__row .noticias_destaques__noticia .noticias_destaques__image img {
    /* height: 300px; */
    height: initial;
    object-fit: cover;
}

.noticias_destaques__row .noticias_destaques__noticia .noticias_destaques__info {
    flex: none;
    width: 100%;
    max-height: 350px;
    overflow: hidden;
    padding: 40px 60px 40px;
}

.noticias_destaques__row .noticias_destaques__noticia .noticias_destaques__excerpt {
    display: none;
}

.noticias_destaques__row .noticias_destaques__noticia .noticias_destaques__title {
    font-size: 26px;
    line-height: 30px;
}

.noticias_destaques__noticia .wp-post-image{
    position: relative;
    float: left;
    height: 450px;
    object-fit: cover;
}

.noticias_destaques__date,
.noticias_destaques__title,
.noticias_destaques__excerpt {
    color: #271E49;
}

.noticias_destaques__date,
.noticias_destaques__excerpt {
    font-size: 16px;
}

.noticias_destaques__excerpt {
    margin-top: 25px;
}

.noticias_destaques__title {
    font-size: 36px;
    line-height: 40px;
    font-weight: bold;
    font-style: italic;
}

.noticias_list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0px 30px;
}

.noticias_list__item {
    display: flex;
    flex-direction: row;
    padding: 20px 0;
    border-bottom: 3px solid #43B0B0;
    position: relative;
}

.noticias_list__item:last-child,
.noticias_list__item:nth-last-child(2) {
    border-bottom: 0px solid #43B0B0;
}

.noticias_list__info {
    padding-left: 20px;
}

.noticias_list__date,
.noticias_list__title {
    color: #271E49;
}

.noticias_list__date {
    font-size: 16px;
}

.noticias_list__title {
    font-size: 22px;
    font-weight: bold;
}

.noticias_list__image{
    width: 225px;
    height: 150px;
    position: relative;
    float: left;
    flex: 0 0 auto;
} 

.noticias_list__image img{
    width: 225px;
    height: 150px;
    position: relative;
    float: left;
    object-fit: cover;
} 

.page_numbers {
    margin-top: -7px;
}

.wp-pagenavi {
    margin-top: 5px;
    border: 0;
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    color: #271E49;
}

.previouspostslink,
.nextpostslink{
    min-width: 80px;
}

.topicos_list {
    width: 100%;
    position: relative;
    float: left;
}

.topicos_list__item {
    position: relative;
    float: left;
    margin: 0 10px 10px 0;
    padding: 8px 12px;
    background-color: #D9EFEF;
    color: #271E49;
    font-weight: bold;
    transition: all .2s;
}

.topicos_list.topicos_list__tags a {
    position: relative;
    float: left;
    margin: 0 10px 10px 0;
    padding: 8px 12px;
    background-color: #D9EFEF;
    color: #271E49;
    font-weight: bold;
    transition: all .2s;
}

.et_pb_posts_nav .meta-nav {
    display: none;
}

.noticias_list__category {
    width: 100%;
    position: relative;
    float: left;
    margin-top: 10px;
}

.noticias_list__category span {
    position: relative;
    float: left;
    margin: 0 10px 10px 0;
    padding: 8px 12px;
    background-color: #43B0B0;
    color: #fff;
    font-weight: bold;
    transition: all .2s;
}

.noticias_list__category.pnme span {
    background-color: #271E49;
}

.noticias_list__category.estudos-e-publicacoes span {
    background-color: #43B0B0;
}

.noticias_list__biblioteca .noticias_list__info {
    padding: 0;
}

.topicos_list__item:hover {
    background-color: #A0D7D7;
}

.topicos_list__tags .topicos_list__item{
    padding: 6px 8px;
    font-size: 13px;
}

.pagenavi_holder {
    width: 100%;
    position: relative;
    float: left;
    margin-top: 30px;
}

.pagenavi_holder:before {
    content: "";
    width: 1920px;
    height: 3px;
    background-color: #43B0B0;
    top: 0;
    left: 0;
    position: absolute;
}

.pagenavi_holder:after {
    content: "";
    width: 15px;
    height: 15px;
    background-color: #43B0B0;
    border-radius: 15px;
    top: -7px;
    left: 0;
    position: absolute;
}

.wp-pagenavi span.current, .wp-pagenavi a:hover {
    color: #271E49 !important;
}

.wp-pagenavi span.current:after, .wp-pagenavi a:hover:after {
    background-color: #271E49 !important;
}

.wp-pagenavi a, .wp-pagenavi span {
    font-weight: bold !important;
    color: #271E49 !important;
    font-family: "Open Sans";
    position: relative;
    margin: 0 10px;
    transition: all 0.2s;
}

.wp-pagenavi > a, .wp-pagenavi > span {
    margin: 0;
    padding: 0;
}

.wp-pagenavi .page_numbers a:after, .wp-pagenavi .page_numbers span:after {
    content: "";
    width: 20px;
    height: 20px;
    background-color: #43B0B0;
    border-radius: 20px;
    position: absolute;
    left: 50%;
    bottom: -20px;
    margin-left: -10px;
    transition: all 0.2s;
}

.wp-pagenavi .nextpostslink, .wp-pagenavi .previouspostslink {
    font-weight: bold !important;
    color: #271E49 !important;
    font-family: "Open Sans";
}

.addthis_inline_share_toolbox {
    clear: both;
    text-align: right;
    padding: 0 15px 0 0;
}

@media all and (-ms-high-contrast:none) {
    .produtos_lista {
        display: -ms-grid;
        -ms-grid-columns: repeat(3, 1fr);
        gap: 30px 30px;
    }
}

@media all and (max-width: 480px) {
    .produtos_lista {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 30px 30px;
    }

    .form-cadastro .campo.metade{
        width: 100%;
    }

    .form-cadastro .campo.w20p{
        width: 100%;
    }
    .form-cadastro .campo.w30p{
        width: 100%;
    }
    .form-cadastro .campo.w25p{
        width: 100%;
    }

    .slideshow_home_front {
        width: 100%;
    }
    
    .slideshow_home_front_container .slideshow_home_front .swiper-slide {
        /* padding: 190px 0 0 90px !important; */
        width: 320px !important;
        padding: 290px 0 0 90px !important;
    }

    .slideshow_home_front_container .slideshow_home_front .swiper-slide:not(.swiper-slide-active){
        opacity: 0 !important;
    }

    .slideshow_home_front_container .slideshow_home_front .swiper-slide.swiper-slide-active{
        opacity: 1 !important;
    }

    .slideshow_home_front .swiper-slide .slide_title {
        font-size: 18px;
        line-height: 22px;
    }

    .slideshow_home_front .swiper-slide .slide_desc{
        font-size: 14px;
    }

    .swiper-pagination {
        bottom: 20px !important;
    }

    .swiper-slide {
        background-position: -550px top !important;
        background-size: 1920px;
        background-repeat: no-repeat;
    }

    .slideshow_home_front:after {
        width: 1000px;
        height: 1000px;
        position: absolute;
        background-color: #271E49;
        content: "";
        left: 0;
        top: 0;
        float: left;
        border-radius: 150px;
        transform: rotate(-21deg);
        transform-origin: 550px 155px;
    }

    .slideshow_home_front:after {
        width: 1000px;
        height: 1000px;
        position: absolute;
        background-color: #271E49;
        content: "";
        left: 60px;
        top: 270px;
        float: left;
        border-radius: 20px;
        transform: rotate(0deg);
        transform-origin: 0 0px;
    }

    .slideshow_home_front_container {
        width: 80%;
    }

    .slideshow_home_front:before {
        left: 130%;
    }


    .noticias_destaques > .noticias_destaques__noticia {
        flex-direction: column-reverse;
    }

    .noticias_destaques > .noticias_destaques__noticia .noticias_destaques__info {
        width: 100%;
    }

    .noticias_destaques > .noticias_destaques__noticia:first-child {
        max-height: initial !important;
    }

    .noticias_destaques__image {
        height: 250px;
    }

    .noticias_destaques__noticia .wp-post-image{
        height: 250px;
    }

    .noticias_destaques .noticias_destaques__info {
        padding: 30px;
    }

    .noticias_destaques__title {
        font-size: 26px;
        line-height: 30px;
    }

    .noticias_destaques__excerpt {
        margin-top: 15px;
    }

    .noticias_destaques__row {
        grid-template-columns: 1fr;
    }

    .noticias_destaques__row .noticias_destaques__noticia .noticias_destaques__info {
        padding: 30px;
    }

    .noticias_list__image {
        width: 130px;
        height: 110px;
    }

    .noticias_list {
        grid-template-columns: 1fr;
    }

    .noticias_list__image img {
        width: 130px;
        height: 110px;
    }

    .noticias_list__date {
        font-size: 12px;
    }

    .noticias_list__title {
        font-size: 16px;
        line-height: 18px;
    }

    .noticias_list__item:nth-last-child(2) {
        border-bottom: 3px solid #43B0B0;
    }

    .slideshow_home_front .swiper-slide .slide_desc {
        display: none;
    }  
}

@media all and (max-width: 320px) {
    body .slideshow_home_front_container .slideshow_home_front .swiper-slide {
        width: 290px !important;
    }
}

@media all and (max-width: 768px){
    .et_pb_blog_grid_wrapper .et_pb_salvattore_content {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 50px 50px;
    }
    .parceiros_container .swiper-slide {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 0px 0px;
        padding: 0px 50px;
    }
    .mobile {
        display: block;
    }
    .desktop{
        display: none;
    }


}

@media all and (min-width: 481px) and (max-width: 768px) {
    .produtos_lista {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px 30px;
    }
}

@media all and (min-width: 769px){
    .mobile {
        display: none;
    }
    .desktop{
        display: block;
    }
}
