body{
    margin: 0px;
    padding: 0px;
    font-family: sans-serif;
}
.fondos{
    display: flex;
    position: absolute;
}
.fondo{
    padding: 0px;
    margin: 0px;
    width: 50vw;
    height: 100vh;
    background: #00C851;
}

.fondo2{
    padding: 0px;
    margin: 0px;
    width: 50vw;
    height: 100vh;
    background: #007E33;
}

.espacio-top{
    margin: 0px;
    padding-top: 15%;
    justify-content: center;
}

.border-round-lf{
    border-radius: 0px 20px 20px 0px;
}

.border-round-rh{
    border-radius: 20px 0px 0px 20px;
}

.path {
    fill: rgb(255, 255, 255);
  }

  .centrar{
    justify-content: center !important;
  }

  @media only screen and (max-width: 768px){
    .border-round-lf{
        border-radius: 0px 0px 20px 20px !important;
    }
    
    .border-round-rh{
        border-radius: 20px 20px 0px 0px !important;
    }
  }

  .btn{
      border-radius: 10px;
  }
