
  .corporativo{
    background-color: #003140 !important;
  }
  .corporativo-text{
    color: #003140 !important;
  }
  .corporativo2{
    background-color: rgb(243, 243, 243) !important
  }
   
.edge-text{
  color: #5BC500;
}
.cloud-text{
  color: #003140;
}

.edge{
  background-color: #5BC500;
}
.cloud{
  background-color: #003140;
}

.btngoto{
  cursor: pointer;
}

.iframec{
  width:450px;
  height: 280px;
  overflow: hidden;  
}


.flag{
  width:24px;
  height: 16px;
}

  body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
  }

  main {
    flex: 1 0 auto;
  }
