@media screen and (max-width:580px){


.divPlatForm{
    position: absolute;
    display: flex;
    width:100%;
    height:600px;
    border:none;
    background: none;
    background-color: none;
    background-image: url(../images_mediglobus/image_002.png);
    background-size:cover;
    float:center;
    left:0px;
    top: 135px;
    right: 0px;

    text-align: center;
    align-items: center;
    align-content: center;
    justify-content: center;
    justify-items: center;
    
    border-radius: 1px;    
}
.divPlatForm table{
    border:none;
    background: none;
    background-color: none;
    background-image: none;
}
.divPlatForm table tr{
    border:none;
    background: none;
    background-color: none;
    background-image: none;
}
.divPlatForm table tr td{
    border:none;
    background: none;
    background-color: none;
    background-image: none;

    display:inline-block;
    text-align: center;
    align-items: center;
    align-content: center;
    justify-content: center;
    justify-items: center;
}

.divPlatForm .h1PlatFormText{
    border:none;
    background: none;
    background-color: none;
    background-image: none;

    justify-content: space-between;
    letter-spacing: 9.0px;
    opacity: 100%;    
    transition: 1.0s;    
    cursor: pointer;

    text-transform:none;
  background-image: linear-gradient(
    -225deg,
    #00aab4 0%,
    lightsteelblue 29%,
    gray 67%,
    #636466 100%
  );
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 3s linear infinite;
  display: inline-block;
      
      text-align: center;
      cursor:auto;
      margin-top:50px;
      
}

@keyframes textclip {
  to {
    background-position: 200% center;    
  }
  
}
.divPlatForm .imgLogo{
    border:none;
    background: none;
    background-color: none;
    background-image: none;

    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    filter: drop-shadow(1px 1px 3px gray);
opacity: 70%; 
    
    transition: 1.0s;    
    cursor: pointer;
    text-decoration: none;
}
.divPlatForm .imgLogo:hover{
    filter: drop-shadow(5px 5px 10px #00aab4);
    cursor:pointer;
    opacity: 100%; 
    transition: 1.0s;    
    cursor: pointer;
    text-decoration: none;
}







.divPlatForm .tblPlatForm{
    border:none;
    background: none;
    background-color: none;
    background-image: none;
}
.divPlatForm .tblPlatForm .tbltrPlatForm{
    border:none;
    background: none;
    background-color: none;
    background-image: none;
}
.divPlatForm .tblPlatForm .tbltrPlatForm .tbltrtdPlatForm{
    border:none;
    background: none;
    background-color: none;
    background-image: none;

    display:inline-block;
    text-align: center;
    align-items: center;
    align-content: center;
    justify-content: center;
    justify-items: center;
}

.divPlatForm .tblPlatForm .tbltrPlatForm .tbltrtdPlatForm .imgPlatFormLogo{
    text-align: center;
    align-items: center;
    align-content: center;
    justify-content: center;
    justify-items: center;
    width:70%;
    height:auto;
    margin:50px;
}


.divPlatForm .tblPlatForm .tbltrPlatForm .tbltrtdPlatFormText{
    border:none;
    background: none;
    background-color: none;
    background-image: none;

    
}
.divPlatForm .tblPlatForm .tbltrPlatForm .tbltrtdPlatFormText .h1PlatFormText{
    text-align: center;
    align-items: center;
    align-content: center;
    justify-content: center;
    justify-items: center;
    font-size: 35px;
    margin-top:-10px;

    justify-content: space-between;
    letter-spacing: 3.0px;

    transition: 1.1s;
    cursor: pointer;
}

.divPlatForm .tblPlatForm .tbltrPlatForm .tbltrtdPlatFormText .h1PlatFormText:hover{
    justify-content: space-between;
    letter-spacing: 1.0px;
    font-size: 35px;
    transition: 1.1s;
    cursor: pointer;
}






}



