
    .banda{
        display:flex;
        flex-flow: column nowrap;

        min-height:100px;
        width:100%;
        background-image: url("http://localhost/dipu00/wp-content/uploads/2024/07/D5-Cabecera-Comunicacion-deg-copia.jpg");
        background-position: center left; 
        background-repeat: no-repeat;
        align-content: center;
        justify-content: center;
        align-items: center;

    }
    .banda__contenido{
        
        max-width:1080px;
        width:100%;
    }
    .banda__contenido--breadcrumb{
      
        font-family: var(--tipografia-base);
         font-size: 12px;
        color: var (--base-color);
    }
    .banda__contenido--titulo>h1{

        font-family: var(--tipografia-titulo_1);
        text-transform: uppercase;
        font-size: 26px;
        color: var (--base-color);
        
    }
    .principal{

        width:100%;
        
        display:flex;
        flex-flow: column nowrap;
        justify-content: center;
        align-items: center;
         
        }


    .post{
        width: 50%;
        display:flex;
        flex-flow: column nowrap;
        justify-content: center;
        align-items: center;
   
        margin-top:30px;
        margin-bottom:0px;
    
    }
    .post__titulo {
        padding: 0px 20px;
    }
    .post__titulo--antetitulo{
        font-size:13.5px;
        font-weight: 400;
        line-height: 1.1;
        color:#757575;
        margin-top:30px;

    }
    .post__titulo--titulo{
        margin-top:30px;


    }
    .post__titulo--subtitulo{
        font-size:15px;
       
        line-height: 1.1;
        color:#333333;
        margin-top:80px;
        font-weight: bold;

    }

    .post__titulo--titulo>h2{
        font-size:25px;
        font-weight: 400;
        line-height: 1.1;
        color:#333333;


    }
    .post__titulo--fecha, .post__titulo--fecha>a{

        font-size:15px;
        font-weight: 400;
        line-height: 1.1;
        color:var(--base-color);
    }
    .post__titulo--fecha{
        margin-top:20px;


    }
    .post__contenido{
       padding:27px 50px;
       margin-top:30px;
       background-color: #d6d6d633;
       color:#757575;
       font-size: 15px;
       font-weight:400;

    }

    .post__navegacion{

        display:flex;
        flex-flow:row nowrap;
        justify-content:space-between;
        align-items: center;
        min-width:100%;
        padding: 20px 50px;

    }
    .post__link{

        display:flex;
        flex-flow:row nowrap;
        justify-content:space-between;
        align-items: center;

    }



    .post__link > a {

        color:#333333;
        font-size: 14px;
        font-weight:600;

    }

    .post__link > a:visited{

        color:#333333;

    }
    /*ADICIONALES!!!*/
    .adicionales{

        display:flex;
        flex-flow: column;
        align-content: center;
        justify-content: center;
        align-items: center;
        background-color: #d6d6d633;
        width:100%;

    }
    .adicionales__fila{

        display:flex;
        flex-flow: row;
        align-items: flex-start;
        justify-content:space-around;
        width:100%;
        min-width: 0;
       
    }
    .adicionales__fila--fila1{

        padding:10px;

    }

    .adicionales__bloque--corto{
            min-width: 45%;

    }
    .adicionales__bloque--largo{

    


        min-width: 90%;

    }
    .adicionales__mp3{

        margin: 10px 0px;


    }

    .adicionales__audiocontrols {

            width:90%;

    }

    .adicional__anexo--item {

        
        background-image: url(http://localhost/dipu00/wp-content/uploads/2024/07/icono-documento.png);
        background-repeat: no-repeat;
        background-size: 20px;
        background-position: left;
        padding-left:25px;
        margin-bottom:20px;

    }

    .adicional__anexo--item a{

        color:var(--base-color);
        font-size:14px;
        font-weight: 800;


    }
    .adicionales__carrusel{
        overflow: hidden;
        min-width: 0;
        margin-bottom: 30px;
    }


    .adicionales_imagenes{

        max-width:1024px;

    }
    /*FIN ADICIONALES!!!*/
    


                                                                                     

    /*Estilos de Movil*/
    @media screen and  (max-width:800px) {

        .banda{
            margin-top:98px;
            background-position: center center;
        }
        .banda__contenido{
            padding-left: 20px;
        }
        .adicionales__fila{
            flex-flow: column;
            align-items: center;
        }
        .adicionales__bloque--corto{
           width: 90%;

        }
        .adicionales__bloque--largo{
            width: 90%;
 
         }
    }
    /**Fin de Estilos de Movil/

    /*NO BEM*/

   /* Dashicon */
   .post__link > .dashicons, .dashicons-before:before{
    font-size: 15px;
    width:auto;
    height:auto;
   }  
    /* Fin Dashicon */
   


    
    /*Fin NO BEM*/