﻿.coluna-rodape .link-destacado#menumobile1, .coluna-rodape .link-destacado#menumobile2, .coluna-rodape .link-destacado#menumobile3 {
        display: none;
    }

    #cabergs, #planos, #credenciado {
        visibility: hidden;
    }

    .rodape-cima {
        display: flex;
        justify-content: space-evenly;
        margin: 50px 0 50px 0;
    }

    .rodape-baixo {
        width: 100%;
        margin-top: 25px;
        margin-bottom: 25px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .coluna-rodape {
        /*margin: 0 50px 0 50px;*/
    }

        .coluna-rodape a {
            text-decoration: none;
            display: block;
            margin-bottom: 20px;
            color: #80a1b8;
        }

        .coluna-rodape .link-destacado, .coluna-rodape .link-destacado-dois {
            color: #fff;
        }

    .div-app {
        display: flex;
        height: 50px;
        width: 175px;
        border: 1px solid #fff;
        border-radius: 25px;
    }

    .app {
        height: 48px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .link-app {
        color: #80a1b8;
    }

    .app#playstoreText, .app#appstoreText {
        width: 100px;
    }

    .app#playstoreImg, .app#appstoreImg {
        width: 73px;
    }

    .spotify {
        width: 300px;
    }

    .rodape-baixo-mobile {
        display: none;
    }

    .divANS{
        width: 100%; 
        display: flex; 
        justify-content: center; 
        align-items: center; 
        margin-bottom: 50px;
    }
    .divANS img{
        width: 60%;
    }

    /*MOBILE*/
    @media (max-width: 768px) {
        #footer{
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
        }

        .coluna-rodape .link-destacado#menumobile1, .coluna-rodape .link-destacado#menumobile2, .coluna-rodape .link-destacado#menumobile3 {
            display: block;
        }

        .coluna-rodape .link-destacado#menuweb1, .coluna-rodape .link-destacado#menuweb2, .coluna-rodape .link-destacado#menuweb3 {
            display: none;
        }

        #cabergs, #planos, #credenciado {
            visibility: visible;
        }

        .coluna-rodape{
            width: 80%;
        }

        .coluna-rodape a {
            margin-bottom: 40px;
        }

        .divContato a{
            margin-bottom:20px;
        }

        .social{
            width: 100%;
            display:flex;
            flex-wrap: wrap;
            justify-content: center;

            & a, section{
                width: 80%;
            }

            
        }

        .aplicativo{
            & a{
                   width: 80%;
               }
        }

        

        .visible {
            display: block !important;
        }

        .submenu {
            display: none;
            padding-left: 20px;
        }

        .submenu-button {
            display: block;
            width: 100%;
            color: #fff;
            padding: 10px;
            border: none;
            text-align: left;
            cursor: pointer;
        }

        .rodape-cima {
            display: flex;
            width: 100%;
            flex-wrap: wrap;
        }

            .rodape-cima a {
                font-size: 16px;
                font-family: 'Poppins';
            }

        .coluna-rodape .link-destacado-dois {
            display: none;
        }

        #pod, #programas, #promed, #redeCred, #prestadores, #convenio, #perguntas, #glossario {
            display: none;
        }

        .redes-sociais {
            height: 70px;
        }

        .spotify {
            max-width: 320px;
            width: 100%;
        }

        .div-app {
           height: 55px;
           width: 200px;
           border-radius: 50px;
        }

        .app {
            height: 55px;
        }

        .link-app {
            font-size: 20px;
            color: #fff
        }

        .app#playstoreText, .app#appstoreText {
            width: 70%;
        }

        .opcoesApp{
            display: flex;
            width: 80%;
            flex-wrap: wrap;
            flex-direction: column;

        }

        .app#playstoreImg, .app#appstoreImg {
            width: 20%;
        }

        .playstore {
            width: 80px;
        }

        .appstore {
            width: 65px;
        }

        .rodape-baixo-mobile {
            display: block;
        }

        .rodape-baixo-mobile a b{ 
            font-size: 20px;
        }

        .rodape-baixo {
            display: none;
        }

        .divPolitica{
            width: 100%; 
            display: flex; 
            justify-content: center; 
            align-items: center; 
            margin: 50px 0 50px 0;

            & a{
                   text-decoration: none; 
                   color: #fff; 
                   width:50%;
                   text-align: center;
             }
        }
    }

    @media(max-width: 600px){
        .redes-sociais{
            height: 55px;
        }
    }

    @media(max-width: 480px){
        .redes-sociais{
            height: 40px;
        }
    }

    @media(max-width: 340px){
        .redes-sociais{
            height: 35px;
        }
    }

    

    /* SMALL TABLETS */

    @media (min-width: 768px) and (max-width: 991px) {
    }

    /* LARGE TABLETS/LAPTOPS */

    @media (min-width: 992px) and (max-width: 1199px) {
    }

    /* DESKTOPS */
    @media (min-width: 1200px) and (max-width: 1919px) {
    }
