@media (min-width: 768px) {
      /*/////////////////// MENU SERVICIOS EN LINEA /////////////////////////*/
    .icon-registro {
        background-image: url("../img/icon-registro.svg");
        background-repeat: no-repeat;
        background-size: 50px;
        background-position: center 1rem;
        
      }
      
      .icon-renueva {
        background-image: url("../img/icon-renueva.svg");
        background-repeat: no-repeat;
        background-size: 50px;
        background-position: center 1rem;
      }
      
      .icon-cac {
        background-image: url("../img/icon-cac.svg");
        background-repeat: no-repeat;
        background-size: 50px;
        background-position: center 1rem;
      }
      
      .icon-tramites {
        background-image: url("../img/icon-tramites.svg");
        background-repeat: no-repeat;
        background-size: 38px;
        background-position: center 1rem;
      }
      
      .icon-constitucion {
        background-image: url("../img/icon-constitucion.svg");
        background-repeat: no-repeat;
        background-size: 37px;
        background-position: center 1rem;
      }
      
      .icon-crea {
        background-image: url("../img/icon-crea.svg");
        background-repeat: no-repeat;
        background-size: 40px;
        background-position: center 1rem;
      }
      
      .icon-eventos {
        background-image: url("../img/icon-eventos.svg");
        background-repeat: no-repeat;
        background-size: 43px;
        background-position: center 1rem;
      }
      
      .icon-fortalece {
        background-image: url("../img/icon-fortalece.svg");
        background-repeat: no-repeat;
        background-size: 79px;
        background-position: center 1rem;
      }

      .icon-desarrollo-sostenible {
        background-image: url("../img/icon-desarrollo-sostenible.png");
        background-repeat: no-repeat;
        background-size: 60px;
        background-position: center 0.3rem;
      }
      
      .icon-matricula {
        background-image: url("../img/icon-tramites.svg");
        background-repeat: no-repeat;
        background-size: 38px;
        background-position: center 1rem;
      }
      
      .icon-afiliados {
        background-image: url("../img/icon-afiliados.svg");
        background-repeat: no-repeat;
        background-size: 44px;
        background-position: center 1rem;
      }
    /*/////////////////// PORTADA /////////////////////////*/
    
    .block-field-blocknodepagetitle .h1, .block-field-blocknodevistastitle .h1, .block-field-blocknoderegistros-publicostitle .h1, .block-field-blocknodeeventotitle .h1 {
        text-shadow: 0 1.5px 18px rgba(0, 0, 0, 0.45);
        font-family: Montserrat;
        font-size: 4rem;
        font-weight: bold;
        color: var(--white);
    }

    .block-field-blocknodepagetitle, .block-field-blocknodevistastitle, .block-field-blocknoderegistros-publicostitle, .block-field-blocknodeeventotitle{
        position: absolute;
        top: 50%;
        z-index: 10;
        width: 100%;
        max-width: 1320px;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: transparent;
    }

    .block-field-blocknodevistastitle{
        top: 40%;
    }

/*    .field--name-field-portada::before{
        content: "";
        width: 100%;
        max-width: 1320px;
        left: 50%;
        transform: translateX(-50%);
        position: absolute;
        bottom: -1px;
        background-image: url(../img/bg-bottom-banner.svg);
        background-size: 300px;
        background-position: left bottom;
        background-repeat: no-repeat;
        height: 50px;
    }
*/
/*/////////////////// SECCION EVENTOS /////////////////////////*/
    .grid-eventos{
        padding-left: 10rem;
        padding-top: 6rem;
      }
      
      .grid-eventos-compelta{
        padding: 0 0 3rem 0;
      }
      

        /*------ LAYOUT -------*/
    .paragraph--type--parrafo-img{
        display: flex;
        flex-wrap: wrap;
    }
    
    .paragraph--type--parrafo-img.derecha{
        flex-direction: row-reverse;
    }
    
    .paragraph--type--parrafo-img .col{
        width: 50%;
    }
    
    .paragraph--type--parrafo-img .field--name-field-media-image{
        margin: 0;
    }


    .paragraph--type--parrafo-img.percent40 .col-text{
        flex-basis: 60%;
    }

    .paragraph--type--parrafo-img.percent60 .col-text{
        flex-basis: 40%;
    }

    /*------ IMG -------*/

    .paragraph--type--parrafo-img.percent40 .col-img{
        flex-basis: 40%;
    }
    
    .paragraph--type--parrafo-img.percent60 .col-img{
        flex-basis: 60%;
    }
    

    /*///////////////////VISTAS DOCUMENTOS /////////////////////////*/

    .vista-documentos .views-row {
        display: flex;
        justify-content: space-between;
        /* nuevo 240812 */
        flex-direction: column;
    }

    .vista-documentos .link-download{
        width: 24px;
        height: 24px;
        overflow: hidden;
        text-indent: -50px;
        background-image: url(../img/icon-download.svg);
        background-position: center;
        background-size: 21px;
        background-repeat: no-repeat;
        display: inline-block;
        margin: 0 0.3rem 0 2rem;
        vertical-align: bottom;
      }
      
      .vista-documentos .link-view{
        width: 24px;
        height: 24px;
        overflow: hidden;
        text-indent: -50px;
        background-image: url(../img/icon-view.svg);
        background-position: center;
        background-size: 21px;
        background-repeat: no-repeat;
        display: inline-block;
        position: relative;
        vertical-align: bottom;
      }

      .vista-documentos .actions-document{
        display: flex;
        justify-content: flex-start;
        margin-top: 10px;
      }


    /*/////////////////// PAGE ARTICLES /////////////////////////*/
      .node--type-article .field--name-field-imagen{
        width: 100%;
        float: none;
        /*padding-left: 3rem;*/
      }
      
      .node--type-article  .field--name-field-parrafo-completo{
        padding-left: 3rem;
      }      

    /*/////////////////// PIE DE PÁGINA /////////////////////////*/

    .site-footer .site-footer__top{
        display: flex;
        justify-content: space-between;
        width: 100%;
        max-width: 1320px;
        margin: auto;
    }

    .site-footer .region.region-footer-first{
        width: 20%;
        padding: 1rem;
    }

    .site-footer .region.region-footer-third{
        width: 20%;
        padding: 1rem;
    }

    .site-footer .region.region-footer-second{
        width: 60%;
        padding: 1rem;
    }

    .site-footer .nav a{
        text-align: left;
    }

    .site-footer .block-menu:before{
        margin-left: 0;
    }

    .site-footer .site-footer__top p{
        text-align: left;
    }
}



