
        @import url('https://fonts.googleapis.com/css2?family=Great+Vibes&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Truculenta:opsz,wght@12..72,100..900&display=swap');
       
        .body-modal{
            font-family: "Roboto", sans-serif;
            font-weight: 400;
            font-style: normal;
            padding: 10px 5px ;
        }

   .header-modal{

            width: 100%;
            max-width: 600px;
            margin:    auto;
        }
        .header-modal-imagen{
            width: 60%;
            margin: auto;
        }
        .header-modal-imagen img{
            border-radius: 10px;
            width: 100%;
            box-shadow: 2px 2px 2px black;
        }
        .main-modal{
            width: 100%;
            max-width: 600px;
            margin: 15px auto;
            text-align: center;
        }
        .section-modal{
            width: 100%;
            max-width: 600px;
            margin: auto;
        }
        .article-modal{
            width: 100%;
            margin: auto;
        }
        
        /*////////slider////////////////////////////////*/
   
  
  

  




/*/////////////////////////////////////////////////*/


.comunicacion-contenido-body{
    border-radius: 5px;
    width: 98%;
    padding: 5px;
    margin: 15px  auto;
    margin-bottom: 10px;
    box-shadow: 2px 2px 2px black;
}
.comunicacion-contenido-header{

    width: 100%;
    display: flex;
    flex-direction: column;
}
.comunicacion-contenido-header a{

    border-radius: 4px;

    color: black;
    text-decoration: none;
    width: 98%;
    height: 40px;
    padding: 3px;
    display: flex;
    justify-content: space-around;
    box-shadow: 2px 2px 2px black;
    transition: 500ms;
}


.comunicacion-contenido-header p{

    text-align: center;
    margin-bottom: 5px;
    letter-spacing: 5px;
}

.comunicacion-contenido-header a:hover{
    transform: scale(1.1);
}

.comunicacion-contenido-header a img{
    width: 100%;
    max-width: 30px;
}
.comunicacion-contenido-header a .texto-what{
    display: flex;
    align-items: center;
    
}

